MAINTAINERS: add qcom clocks to the maintainers list
[linux-2.6-block.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 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      linux-hwmon@vger.kernel.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      linux-hwmon@vger.kernel.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      linux-hwmon@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      linux-hwmon@vger.kernel.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      linux-hwmon@vger.kernel.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      linux-hwmon@vger.kernel.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@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@arm.linux.org.uk>
876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 W:      http://www.arm.linux.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@arm.linux.org.uk>
890 S:      Maintained
891 F:      sound/arm/aaci.*
892
893 ARM PRIMECELL CLCD PL110 DRIVER
894 M:      Russell King <linux@arm.linux.org.uk>
895 S:      Maintained
896 F:      drivers/video/fbdev/amba-clcd.*
897
898 ARM PRIMECELL KMI PL050 DRIVER
899 M:      Russell King <linux@arm.linux.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@arm.linux.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@arm.linux.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@arm.linux.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 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 L:      linux-meson@googlegroups.com
953 W:      http://linux-meson.com/
954 S:      Maintained
955 F:      arch/arm/mach-meson/
956 F:      arch/arm/boot/dts/meson*
957 N:      meson
958
959 ARM/Annapurna Labs ALPINE ARCHITECTURE
960 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
961 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
962 S:      Maintained
963 F:      arch/arm/mach-alpine/
964 F:      arch/arm/boot/dts/alpine*
965 F:      arch/arm64/boot/dts/al/
966 F:      drivers/*/*alpine*
967
968 ARM/ARTPEC MACHINE SUPPORT
969 M:      Jesper Nilsson <jesper.nilsson@axis.com>
970 M:      Lars Persson <lars.persson@axis.com>
971 M:      Niklas Cassel <niklas.cassel@axis.com>
972 S:      Maintained
973 L:      linux-arm-kernel@axis.com
974 F:      arch/arm/mach-artpec
975 F:      arch/arm/boot/dts/artpec6*
976 F:      drivers/clk/clk-artpec6.c
977
978 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
979 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
980 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
981 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.linux4sam.org
984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
985 S:      Supported
986 F:      arch/arm/mach-at91/
987 F:      include/soc/at91/
988 F:      arch/arm/boot/dts/at91*.dts
989 F:      arch/arm/boot/dts/at91*.dtsi
990 F:      arch/arm/boot/dts/sama*.dts
991 F:      arch/arm/boot/dts/sama*.dtsi
992 F:      arch/arm/include/debug/at91.S
993
994 ARM/ATMEL AT91 Clock Support
995 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
996 S:      Maintained
997 F:      drivers/clk/at91
998
999 ARM/CALXEDA HIGHBANK ARCHITECTURE
1000 M:      Rob Herring <robh@kernel.org>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 F:      arch/arm/mach-highbank/
1004 F:      arch/arm/boot/dts/highbank.dts
1005 F:      arch/arm/boot/dts/ecx-*.dts*
1006
1007 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
1008 M:      Krzysztof Halasa <khalasa@piap.pl>
1009 S:      Maintained
1010 F:      arch/arm/mach-cns3xxx/
1011
1012 ARM/CAVIUM THUNDER NETWORK DRIVER
1013 M:      Sunil Goutham <sgoutham@cavium.com>
1014 M:      Robert Richter <rric@kernel.org>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Supported
1017 F:      drivers/net/ethernet/cavium/thunder/
1018
1019 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1020 M:      Alexander Shiyan <shc_work@mail.ru>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Odd Fixes
1023 N:      clps711x
1024
1025 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1026 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1027 M:      Ryan Mallon <rmallon@gmail.com>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/mach-ep93xx/
1031 F:      arch/arm/mach-ep93xx/include/mach/
1032
1033 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1034 M:      Lennert Buytenhek <kernel@wantstofly.org>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 S:      Maintained
1037
1038 ARM/CLKDEV SUPPORT
1039 M:      Russell King <linux@arm.linux.org.uk>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 F:      arch/arm/include/asm/clkdev.h
1043 F:      drivers/clk/clkdev.c
1044
1045 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1046 M:      Mike Rapoport <mike@compulab.co.il>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1049
1050 ARM/CONTEC MICRO9 MACHINE SUPPORT
1051 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1052 S:      Maintained
1053 F:      arch/arm/mach-ep93xx/micro9.c
1054
1055 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1056 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1058 S:      Maintained
1059 F:      drivers/hwtracing/coresight/*
1060 F:      Documentation/trace/coresight.txt
1061 F:      Documentation/devicetree/bindings/arm/coresight.txt
1062 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1063
1064 ARM/CORGI MACHINE SUPPORT
1065 M:      Richard Purdie <rpurdie@rpsys.net>
1066 S:      Maintained
1067
1068 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1069 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 T:      git git://github.com/ulli-kroll/linux.git
1072 S:      Maintained
1073 F:      arch/arm/mach-gemini/
1074 F:      drivers/rtc/rtc-gemini.c
1075
1076 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1077 M:      Barry Song <baohua@kernel.org>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1080 S:      Maintained
1081 F:      arch/arm/boot/dts/prima2*
1082 F:      arch/arm/mach-prima2/
1083 F:      drivers/clk/sirf/
1084 F:      drivers/clocksource/timer-prima2.c
1085 F:      drivers/clocksource/timer-atlas7.c
1086 N:      [^a-z]sirf
1087
1088 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1089 M:      Baruch Siach <baruch@tkos.co.il>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 F:      arch/arm/boot/dts/cx92755*
1093 N:      digicolor
1094
1095 ARM/EBSA110 MACHINE SUPPORT
1096 M:      Russell King <linux@arm.linux.org.uk>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 W:      http://www.arm.linux.org.uk/
1099 S:      Maintained
1100 F:      arch/arm/mach-ebsa110/
1101 F:      drivers/net/ethernet/amd/am79c961a.*
1102
1103 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1104 M:      Uwe Kleine-König <kernel@pengutronix.de>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107 N:      efm32
1108
1109 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1110 M:      Daniel Ribeiro <drwyrm@gmail.com>
1111 M:      Stefan Schmidt <stefan@openezx.org>
1112 M:      Harald Welte <laforge@openezx.org>
1113 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1114 W:      http://www.openezx.org/
1115 S:      Maintained
1116 T:      topgit git://git.openezx.org/openezx.git
1117 F:      arch/arm/mach-pxa/ezx.c
1118
1119 ARM/FARADAY FA526 PORT
1120 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 T:      git git://git.berlios.de/gemini-board
1124 F:      arch/arm/mm/*-fa*
1125
1126 ARM/FOOTBRIDGE ARCHITECTURE
1127 M:      Russell King <linux@arm.linux.org.uk>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 W:      http://www.arm.linux.org.uk/
1130 S:      Maintained
1131 F:      arch/arm/include/asm/hardware/dec21285.h
1132 F:      arch/arm/mach-footbridge/
1133
1134 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1135 M:      Shawn Guo <shawnguo@kernel.org>
1136 M:      Sascha Hauer <kernel@pengutronix.de>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1140 F:      arch/arm/mach-imx/
1141 F:      arch/arm/mach-mxs/
1142 F:      arch/arm/boot/dts/imx*
1143 F:      arch/arm/configs/imx*_defconfig
1144 F:      drivers/clk/imx/
1145 F:      include/soc/imx/
1146
1147 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1148 M:      Shawn Guo <shawnguo@kernel.org>
1149 M:      Sascha Hauer <kernel@pengutronix.de>
1150 R:      Stefan Agner <stefan@agner.ch>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1154 F:      arch/arm/mach-imx/*vf610*
1155 F:      arch/arm/boot/dts/vf*
1156
1157 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161
1162 ARM/GUMSTIX MACHINE SUPPORT
1163 M:      Steve Sakoman <sakoman@gmail.com>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166
1167 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1168 M:      Philipp Zabel <philipp.zabel@gmail.com>
1169 M:      Paul Parsons <lost.distance@yahoo.com>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/mach-pxa/hx4700.c
1173 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1174 F:      sound/soc/pxa/hx4700.c
1175
1176 ARM/HISILICON SOC SUPPORT
1177 M:      Wei Xu <xuwei5@hisilicon.com>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 W:      http://www.hisilicon.com
1180 S:      Supported
1181 T:      git git://github.com/hisilicon/linux-hisi.git
1182 F:      arch/arm/mach-hisi/
1183 F:      arch/arm/boot/dts/hi3*
1184 F:      arch/arm/boot/dts/hip*
1185 F:      arch/arm/boot/dts/hisi*
1186 F:      arch/arm64/boot/dts/hisilicon/
1187
1188 ARM/HP JORNADA 7XX MACHINE SUPPORT
1189 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1190 W:      www.jlime.com
1191 S:      Maintained
1192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1193 F:      arch/arm/mach-sa1100/jornada720.c
1194 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1195
1196 ARM/IGEP MACHINE SUPPORT
1197 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1198 M:      Javier Martinez Canillas <javier@dowhile0.org>
1199 L:      linux-omap@vger.kernel.org
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/boot/dts/omap3-igep*
1203
1204 ARM/INCOME PXA270 SUPPORT
1205 M:      Marek Vasut <marek.vasut@gmail.com>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1209
1210 ARM/INTEL IOP32X ARM ARCHITECTURE
1211 M:      Lennert Buytenhek <kernel@wantstofly.org>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214
1215 ARM/INTEL IOP33X ARM ARCHITECTURE
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 S:      Orphan
1218
1219 ARM/INTEL IOP13XX ARM ARCHITECTURE
1220 M:      Lennert Buytenhek <kernel@wantstofly.org>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 S:      Maintained
1223
1224 ARM/INTEL IQ81342EX MACHINE SUPPORT
1225 M:      Lennert Buytenhek <kernel@wantstofly.org>
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/INTEL IXDP2850 MACHINE SUPPORT
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 IXP4XX ARM ARCHITECTURE
1235 M:      Imre Kaloz <kaloz@openwrt.org>
1236 M:      Krzysztof Halasa <khalasa@piap.pl>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-ixp4xx/
1240
1241 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1242 M:      Jonathan Cameron <jic23@cam.ac.uk>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 F:      arch/arm/mach-pxa/stargate2.c
1246 F:      drivers/pcmcia/pxa2xx_stargate2.c
1247
1248 ARM/INTEL XSC3 (MANZANO) ARM CORE
1249 M:      Lennert Buytenhek <kernel@wantstofly.org>
1250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1251 S:      Maintained
1252
1253 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1254 M:      Lennert Buytenhek <kernel@wantstofly.org>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257
1258 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1259 M:      Santosh Shilimkar <ssantosh@kernel.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262 F:      arch/arm/mach-keystone/
1263 F:      arch/arm/boot/dts/k2*
1264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1265
1266 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1267 M:      Santosh Shilimkar <ssantosh@kernel.org>
1268 L:      linux-kernel@vger.kernel.org
1269 S:      Maintained
1270 F:      drivers/clk/keystone/
1271
1272 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1273 M:      Santosh Shilimkar <ssantosh@kernel.org>
1274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1275 L:      linux-kernel@vger.kernel.org
1276 S:      Maintained
1277 F:      drivers/clocksource/timer-keystone.c
1278
1279 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1280 M:      Santosh Shilimkar <ssantosh@kernel.org>
1281 L:      linux-kernel@vger.kernel.org
1282 S:      Maintained
1283 F:      drivers/power/reset/keystone-reset.c
1284
1285 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1286 M:      Santosh Shilimkar <ssantosh@kernel.org>
1287 L:      linux-kernel@vger.kernel.org
1288 S:      Maintained
1289 F:      drivers/memory/*emif*
1290
1291 ARM/LOGICPD PXA270 MACHINE SUPPORT
1292 M:      Lennert Buytenhek <kernel@wantstofly.org>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295
1296 ARM/LPC18XX ARCHITECTURE
1297 M:      Joachim Eastwood <manabian@gmail.com>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S:      Maintained
1300 F:      arch/arm/boot/dts/lpc43*
1301 F:      drivers/clk/nxp/clk-lpc18xx*
1302 F:      drivers/clocksource/time-lpc32xx.c
1303 F:      drivers/i2c/busses/i2c-lpc2k.c
1304 F:      drivers/memory/pl172.c
1305 F:      drivers/mtd/spi-nor/nxp-spifi.c
1306 F:      drivers/rtc/rtc-lpc24xx.c
1307 N:      lpc18xx
1308
1309 ARM/MAGICIAN MACHINE SUPPORT
1310 M:      Philipp Zabel <philipp.zabel@gmail.com>
1311 S:      Maintained
1312
1313 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1314 M:      Jason Cooper <jason@lakedaemon.net>
1315 M:      Andrew Lunn <andrew@lunn.ch>
1316 M:      Gregory Clement <gregory.clement@free-electrons.com>
1317 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Maintained
1320 F:      arch/arm/mach-mvebu/
1321 F:      drivers/rtc/rtc-armada38x.c
1322 F:      arch/arm/boot/dts/armada*
1323 F:      arch/arm/boot/dts/kirkwood*
1324 F:      arch/arm64/boot/dts/marvell/armada*
1325
1326
1327 ARM/Marvell Berlin SoC support
1328 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-berlin/
1332 F:      arch/arm/boot/dts/berlin*
1333 F:      arch/arm64/boot/dts/marvell/berlin*
1334
1335
1336 ARM/Marvell Dove/MV78xx0/Orion SOC support
1337 M:      Jason Cooper <jason@lakedaemon.net>
1338 M:      Andrew Lunn <andrew@lunn.ch>
1339 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1340 M:      Gregory Clement <gregory.clement@free-electrons.com>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1343 F:      arch/arm/mach-dove/
1344 F:      arch/arm/mach-mv78xx0/
1345 F:      arch/arm/mach-orion5x/
1346 F:      arch/arm/plat-orion/
1347 F:      arch/arm/boot/dts/dove*
1348 F:      arch/arm/boot/dts/orion5x*
1349
1350
1351 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1352 M:      Alexander Clouter <alex@digriz.org.uk>
1353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 W:      http://www.digriz.org.uk/ts78xx/kernel
1355 S:      Maintained
1356 F:      arch/arm/mach-orion5x/ts78xx-*
1357
1358 ARM/Mediatek RTC DRIVER
1359 M:      Eddie Huang <eddie.huang@mediatek.com>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1362 S:      Maintained
1363 F:      drivers/rtc/rtc-mt6397.c
1364
1365 ARM/Mediatek SoC support
1366 M:      Matthias Brugger <matthias.bgg@gmail.com>
1367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370 F:      arch/arm/boot/dts/mt6*
1371 F:      arch/arm/boot/dts/mt8*
1372 F:      arch/arm/mach-mediatek/
1373 N:      mtk
1374 K:      mediatek
1375
1376 ARM/Mediatek USB3 PHY DRIVER
1377 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1380 S:      Maintained
1381 F:      drivers/phy/phy-mt65xx-usb3.c
1382
1383 ARM/MICREL KS8695 ARCHITECTURE
1384 M:      Greg Ungerer <gerg@uclinux.org>
1385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1386 F:      arch/arm/mach-ks8695/
1387 S:      Odd Fixes
1388
1389 ARM/MIOA701 MACHINE SUPPORT
1390 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1392 F:      arch/arm/mach-pxa/mioa701.c
1393 S:      Maintained
1394
1395 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1396 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1397 S:      Maintained
1398
1399 ARM/NOMADIK ARCHITECTURE
1400 M:      Alessandro Rubini <rubini@unipv.it>
1401 M:      Linus Walleij <linus.walleij@linaro.org>
1402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 S:      Maintained
1404 F:      arch/arm/mach-nomadik/
1405 F:      drivers/pinctrl/nomadik/
1406 F:      drivers/i2c/busses/i2c-nomadik.c
1407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1408
1409 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1410 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1411 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1412 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1413 S:      Supported
1414
1415 ARM/TOSA MACHINE SUPPORT
1416 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1417 M:      Dirk Opfer <dirk@opfer-online.de>
1418 S:      Maintained
1419
1420 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1421 M:      Marek Vasut <marek.vasut@gmail.com>
1422 L:      linux-arm-kernel@lists.infradead.org
1423 W:      http://hackndev.com
1424 S:      Maintained
1425 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1426 F:      arch/arm/mach-pxa/palmtx.c
1427 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1428 F:      arch/arm/mach-pxa/palmt5.c
1429 F:      arch/arm/mach-pxa/include/mach/palmld.h
1430 F:      arch/arm/mach-pxa/palmld.c
1431 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1432 F:      arch/arm/mach-pxa/palmte2.c
1433 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1434 F:      arch/arm/mach-pxa/palmtc.c
1435
1436 ARM/PALM TREO SUPPORT
1437 M:      Tomas Cech <sleep_walker@suse.com>
1438 L:      linux-arm-kernel@lists.infradead.org
1439 W:      http://hackndev.com
1440 S:      Maintained
1441 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1442 F:      arch/arm/mach-pxa/palmtreo.c
1443
1444 ARM/PALMZ72 SUPPORT
1445 M:      Sergey Lapin <slapin@ossfans.org>
1446 L:      linux-arm-kernel@lists.infradead.org
1447 W:      http://hackndev.com
1448 S:      Maintained
1449 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1450 F:      arch/arm/mach-pxa/palmz72.c
1451
1452 ARM/PLEB SUPPORT
1453 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1454 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1455 S:      Maintained
1456
1457 ARM/PT DIGITAL BOARD PORT
1458 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1459 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1460 W:      http://www.arm.linux.org.uk/
1461 S:      Maintained
1462
1463 ARM/QUALCOMM SUPPORT
1464 M:      Andy Gross <andy.gross@linaro.org>
1465 M:      David Brown <david.brown@linaro.org>
1466 L:      linux-arm-msm@vger.kernel.org
1467 L:      linux-soc@vger.kernel.org
1468 S:      Maintained
1469 F:      arch/arm/boot/dts/qcom-*.dts
1470 F:      arch/arm/boot/dts/qcom-*.dtsi
1471 F:      arch/arm/mach-qcom/
1472 F:      arch/arm64/boot/dts/qcom/*
1473 F:      drivers/i2c/busses/i2c-qup.c
1474 F:      drivers/clk/qcom/
1475 F:      drivers/soc/qcom/
1476 F:      drivers/spi/spi-qup.c
1477 F:      drivers/tty/serial/msm_serial.h
1478 F:      drivers/tty/serial/msm_serial.c
1479 F:      drivers/*/pm8???-*
1480 F:      drivers/mfd/ssbi.c
1481 F:      drivers/firmware/qcom_scm.c
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1483
1484 ARM/RADISYS ENP2611 MACHINE SUPPORT
1485 M:      Lennert Buytenhek <kernel@wantstofly.org>
1486 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1487 S:      Maintained
1488
1489 ARM/RENESAS ARM64 ARCHITECTURE
1490 M:      Simon Horman <horms@verge.net.au>
1491 M:      Magnus Damm <magnus.damm@gmail.com>
1492 L:      linux-renesas-soc@vger.kernel.org
1493 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1495 S:      Supported
1496 F:      arch/arm64/boot/dts/renesas/
1497
1498 ARM/RISCPC ARCHITECTURE
1499 M:      Russell King <linux@arm.linux.org.uk>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 W:      http://www.arm.linux.org.uk/
1502 S:      Maintained
1503 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1504 F:      arch/arm/include/asm/hardware/ioc.h
1505 F:      arch/arm/include/asm/hardware/iomd.h
1506 F:      arch/arm/include/asm/hardware/memc.h
1507 F:      arch/arm/mach-rpc/
1508 F:      drivers/net/ethernet/8390/etherh.c
1509 F:      drivers/net/ethernet/i825xx/ether1*
1510 F:      drivers/net/ethernet/seeq/ether3*
1511 F:      drivers/scsi/arm/
1512
1513 ARM/Rockchip SoC support
1514 M:      Heiko Stuebner <heiko@sntech.de>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 L:      linux-rockchip@lists.infradead.org
1517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1518 S:      Maintained
1519 F:      arch/arm/boot/dts/rk3*
1520 F:      arch/arm/mach-rockchip/
1521 F:      drivers/clk/rockchip/
1522 F:      drivers/i2c/busses/i2c-rk3x.c
1523 F:      drivers/*/*rockchip*
1524 F:      drivers/*/*/*rockchip*
1525 F:      sound/soc/rockchip/
1526 N:      rockchip
1527
1528 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1529 M:      Kukjin Kim <kgene@kernel.org>
1530 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1533 S:      Maintained
1534 F:      arch/arm/boot/dts/s3c*
1535 F:      arch/arm/boot/dts/s5p*
1536 F:      arch/arm/boot/dts/samsung*
1537 F:      arch/arm/boot/dts/exynos*
1538 F:      arch/arm64/boot/dts/exynos/
1539 F:      arch/arm/plat-samsung/
1540 F:      arch/arm/mach-s3c24*/
1541 F:      arch/arm/mach-s3c64xx/
1542 F:      arch/arm/mach-s5p*/
1543 F:      arch/arm/mach-exynos*/
1544 F:      drivers/*/*s3c2410*
1545 F:      drivers/*/*/*s3c2410*
1546 F:      drivers/soc/samsung/*
1547 F:      drivers/spi/spi-s3c*
1548 F:      sound/soc/samsung/*
1549 F:      Documentation/arm/Samsung/
1550 F:      Documentation/devicetree/bindings/arm/samsung/
1551 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1552 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1553 N:      exynos
1554
1555 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1556 M:      Kyungmin Park <kyungmin.park@samsung.com>
1557 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1558 S:      Maintained
1559 F:      arch/arm/mach-s5pv210/
1560
1561 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1562 M:      Kyungmin Park <kyungmin.park@samsung.com>
1563 M:      Kamil Debski <k.debski@samsung.com>
1564 L:      linux-arm-kernel@lists.infradead.org
1565 L:      linux-media@vger.kernel.org
1566 S:      Maintained
1567 F:      drivers/media/platform/s5p-g2d/
1568
1569 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1570 M:      Kyungmin Park <kyungmin.park@samsung.com>
1571 M:      Kamil Debski <k.debski@samsung.com>
1572 M:      Jeongtae Park <jtp.park@samsung.com>
1573 L:      linux-arm-kernel@lists.infradead.org
1574 L:      linux-media@vger.kernel.org
1575 S:      Maintained
1576 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1577 F:      drivers/media/platform/s5p-mfc/
1578
1579 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1580 M:      Kyungmin Park <kyungmin.park@samsung.com>
1581 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1582 L:      linux-arm-kernel@lists.infradead.org
1583 L:      linux-media@vger.kernel.org
1584 S:      Maintained
1585 F:      drivers/media/platform/s5p-tv/
1586
1587 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1588 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1589 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1590 L:      linux-arm-kernel@lists.infradead.org
1591 L:      linux-media@vger.kernel.org
1592 S:      Maintained
1593 F:      drivers/media/platform/s5p-jpeg/
1594
1595 ARM/SHMOBILE ARM ARCHITECTURE
1596 M:      Simon Horman <horms@verge.net.au>
1597 M:      Magnus Damm <magnus.damm@gmail.com>
1598 L:      linux-renesas-soc@vger.kernel.org
1599 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1601 S:      Supported
1602 F:      arch/arm/boot/dts/emev2*
1603 F:      arch/arm/boot/dts/r7s*
1604 F:      arch/arm/boot/dts/r8a*
1605 F:      arch/arm/boot/dts/sh*
1606 F:      arch/arm/configs/shmobile_defconfig
1607 F:      arch/arm/include/debug/renesas-scif.S
1608 F:      arch/arm/mach-shmobile/
1609 F:      drivers/sh/
1610
1611 ARM/SOCFPGA ARCHITECTURE
1612 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1613 S:      Maintained
1614 F:      arch/arm/mach-socfpga/
1615 F:      arch/arm/boot/dts/socfpga*
1616 F:      arch/arm/configs/socfpga_defconfig
1617 F:      arch/arm64/boot/dts/altera/
1618 W:      http://www.rocketboards.org
1619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1620
1621 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1622 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1623 S:      Maintained
1624 F:      drivers/clk/socfpga/
1625
1626 ARM/SOCFPGA EDAC SUPPORT
1627 M:      Thor Thayer <tthayer@opensource.altera.com>
1628 S:      Maintained
1629 F:      drivers/edac/altera_edac.
1630
1631 ARM/STI ARCHITECTURE
1632 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1633 M:      Maxime Coquelin <maxime.coquelin@st.com>
1634 M:      Patrice Chotard <patrice.chotard@st.com>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 L:      kernel@stlinux.com
1637 W:      http://www.stlinux.com
1638 S:      Maintained
1639 F:      arch/arm/mach-sti/
1640 F:      arch/arm/boot/dts/sti*
1641 F:      drivers/char/hw_random/st-rng.c
1642 F:      drivers/clocksource/arm_global_timer.c
1643 F:      drivers/clocksource/clksrc_st_lpc.c
1644 F:      drivers/i2c/busses/i2c-st.c
1645 F:      drivers/media/rc/st_rc.c
1646 F:      drivers/media/platform/sti/c8sectpfe/
1647 F:      drivers/mmc/host/sdhci-st.c
1648 F:      drivers/phy/phy-miphy28lp.c
1649 F:      drivers/phy/phy-miphy365x.c
1650 F:      drivers/phy/phy-stih407-usb.c
1651 F:      drivers/phy/phy-stih41x-usb.c
1652 F:      drivers/pinctrl/pinctrl-st.c
1653 F:      drivers/reset/sti/
1654 F:      drivers/rtc/rtc-st-lpc.c
1655 F:      drivers/tty/serial/st-asc.c
1656 F:      drivers/usb/dwc3/dwc3-st.c
1657 F:      drivers/usb/host/ehci-st.c
1658 F:      drivers/usb/host/ohci-st.c
1659 F:      drivers/watchdog/st_lpc_wdt.c
1660 F:      drivers/ata/ahci_st.c
1661
1662 ARM/STM32 ARCHITECTURE
1663 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1667 N:      stm32
1668 F:      drivers/clocksource/armv7m_systick.c
1669
1670 ARM/TANGO ARCHITECTURE
1671 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1672 L:      linux-arm-kernel@lists.infradead.org
1673 S:      Maintained
1674 F:      arch/arm/mach-tango/
1675 F:      arch/arm/boot/dts/tango*
1676
1677 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1678 M:      Lennert Buytenhek <kernel@wantstofly.org>
1679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1680 S:      Maintained
1681
1682 ARM/TETON BGA MACHINE SUPPORT
1683 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1684 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1685 S:      Maintained
1686
1687 ARM/THECUS N2100 MACHINE SUPPORT
1688 M:      Lennert Buytenhek <kernel@wantstofly.org>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691
1692 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1693 M:      Wan ZongShun <mcuos.com@gmail.com>
1694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1695 W:      http://www.mcuos.com
1696 S:      Maintained
1697 F:      arch/arm/mach-w90x900/
1698 F:      drivers/input/keyboard/w90p910_keypad.c
1699 F:      drivers/input/touchscreen/w90p910_ts.c
1700 F:      drivers/watchdog/nuc900_wdt.c
1701 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1702 F:      drivers/mtd/nand/nuc900_nand.c
1703 F:      drivers/rtc/rtc-nuc900.c
1704 F:      drivers/spi/spi-nuc900.c
1705 F:      drivers/usb/host/ehci-w90x900.c
1706 F:      drivers/video/fbdev/nuc900fb.c
1707
1708 ARM/U300 MACHINE SUPPORT
1709 M:      Linus Walleij <linus.walleij@linaro.org>
1710 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1711 S:      Supported
1712 F:      arch/arm/mach-u300/
1713 F:      drivers/clocksource/timer-u300.c
1714 F:      drivers/i2c/busses/i2c-stu300.c
1715 F:      drivers/rtc/rtc-coh901331.c
1716 F:      drivers/watchdog/coh901327_wdt.c
1717 F:      drivers/dma/coh901318*
1718 F:      drivers/mfd/ab3100*
1719 F:      drivers/rtc/rtc-ab3100.c
1720 F:      drivers/rtc/rtc-coh901331.c
1721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1722
1723 ARM/UNIPHIER ARCHITECTURE
1724 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1726 S:      Maintained
1727 F:      arch/arm/boot/dts/uniphier*
1728 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1729 F:      arch/arm/mach-uniphier/
1730 F:      arch/arm/mm/cache-uniphier.c
1731 F:      arch/arm64/boot/dts/socionext/
1732 F:      drivers/bus/uniphier-system-bus.c
1733 F:      drivers/i2c/busses/i2c-uniphier*
1734 F:      drivers/pinctrl/uniphier/
1735 F:      drivers/tty/serial/8250/8250_uniphier.c
1736 N:      uniphier
1737
1738 ARM/Ux500 ARM ARCHITECTURE
1739 M:      Linus Walleij <linus.walleij@linaro.org>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S:      Maintained
1742 F:      arch/arm/mach-ux500/
1743 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1744 F:      drivers/dma/ste_dma40*
1745 F:      drivers/hwspinlock/u8500_hsem.c
1746 F:      drivers/mfd/abx500*
1747 F:      drivers/mfd/ab8500*
1748 F:      drivers/mfd/dbx500*
1749 F:      drivers/mfd/db8500*
1750 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1751 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1752 F:      drivers/rtc/rtc-ab8500.c
1753 F:      drivers/rtc/rtc-pl031.c
1754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1755
1756 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1757 M:      Ulf Hansson <ulf.hansson@linaro.org>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 T:      git git://git.linaro.org/people/ulfh/clk.git
1760 S:      Maintained
1761 F:      drivers/clk/ux500/
1762 F:      include/linux/platform_data/clk-ux500.h
1763
1764 ARM/VERSATILE EXPRESS PLATFORM
1765 M:      Liviu Dudau <liviu.dudau@arm.com>
1766 M:      Sudeep Holla <sudeep.holla@arm.com>
1767 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1768 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1769 S:      Maintained
1770 F:      arch/arm/boot/dts/vexpress*
1771 F:      arch/arm64/boot/dts/arm/
1772 F:      arch/arm/mach-vexpress/
1773 F:      */*/vexpress*
1774 F:      */*/*/vexpress*
1775 F:      drivers/clk/versatile/clk-vexpress-osc.c
1776 F:      drivers/clocksource/versatile.c
1777
1778 ARM/VFP SUPPORT
1779 M:      Russell King <linux@arm.linux.org.uk>
1780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1781 W:      http://www.arm.linux.org.uk/
1782 S:      Maintained
1783 F:      arch/arm/vfp/
1784
1785 ARM/VOIPAC PXA270 SUPPORT
1786 M:      Marek Vasut <marek.vasut@gmail.com>
1787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1788 S:      Maintained
1789 F:      arch/arm/mach-pxa/vpac270.c
1790 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1791
1792 ARM/VT8500 ARM ARCHITECTURE
1793 M:      Tony Prisk <linux@prisktech.co.nz>
1794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S:      Maintained
1796 F:      arch/arm/mach-vt8500/
1797 F:      drivers/clocksource/vt8500_timer.c
1798 F:      drivers/i2c/busses/i2c-wmt.c
1799 F:      drivers/mmc/host/wmt-sdmmc.c
1800 F:      drivers/pwm/pwm-vt8500.c
1801 F:      drivers/rtc/rtc-vt8500.c
1802 F:      drivers/tty/serial/vt8500_serial.c
1803 F:      drivers/usb/host/ehci-platform.c
1804 F:      drivers/usb/host/uhci-platform.c
1805 F:      drivers/video/fbdev/vt8500lcdfb.*
1806 F:      drivers/video/fbdev/wm8505fb*
1807 F:      drivers/video/fbdev/wmt_ge_rops.*
1808
1809 ARM/ZIPIT Z2 SUPPORT
1810 M:      Marek Vasut <marek.vasut@gmail.com>
1811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1812 S:      Maintained
1813 F:      arch/arm/mach-pxa/z2.c
1814 F:      arch/arm/mach-pxa/include/mach/z2.h
1815
1816 ARM/ZTE ARCHITECTURE
1817 M:      Jun Nie <jun.nie@linaro.org>
1818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 S:      Maintained
1820 F:      arch/arm/mach-zx/
1821 F:      drivers/clk/zte/
1822 F:      Documentation/devicetree/bindings/arm/zte.txt
1823 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1824
1825 ARM/ZYNQ ARCHITECTURE
1826 M:      Michal Simek <michal.simek@xilinx.com>
1827 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 W:      http://wiki.xilinx.com
1830 T:      git https://github.com/Xilinx/linux-xlnx.git
1831 S:      Supported
1832 F:      arch/arm/mach-zynq/
1833 F:      drivers/cpuidle/cpuidle-zynq.c
1834 F:      drivers/block/xsysace.c
1835 N:      zynq
1836 N:      xilinx
1837 F:      drivers/clocksource/cadence_ttc_timer.c
1838 F:      drivers/i2c/busses/i2c-cadence.c
1839 F:      drivers/mmc/host/sdhci-of-arasan.c
1840 F:      drivers/edac/synopsys_edac.c
1841
1842 ARM SMMU DRIVERS
1843 M:      Will Deacon <will.deacon@arm.com>
1844 R:      Robin Murphy <robin.murphy@arm.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Maintained
1847 F:      drivers/iommu/arm-smmu.c
1848 F:      drivers/iommu/arm-smmu-v3.c
1849 F:      drivers/iommu/io-pgtable-arm.c
1850 F:      drivers/iommu/io-pgtable-arm-v7s.c
1851
1852 ARM64 PORT (AARCH64 ARCHITECTURE)
1853 M:      Catalin Marinas <catalin.marinas@arm.com>
1854 M:      Will Deacon <will.deacon@arm.com>
1855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1857 S:      Maintained
1858 F:      arch/arm64/
1859 F:      Documentation/arm64/
1860
1861 AS3645A LED FLASH CONTROLLER DRIVER
1862 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1863 L:      linux-media@vger.kernel.org
1864 T:      git git://linuxtv.org/media_tree.git
1865 S:      Maintained
1866 F:      drivers/media/i2c/as3645a.c
1867 F:      include/media/i2c/as3645a.h
1868
1869 ASC7621 HARDWARE MONITOR DRIVER
1870 M:      George Joseph <george.joseph@fairview5.com>
1871 L:      linux-hwmon@vger.kernel.org
1872 S:      Maintained
1873 F:      Documentation/hwmon/asc7621
1874 F:      drivers/hwmon/asc7621.c
1875
1876 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1877 M:      Corentin Chary <corentin.chary@gmail.com>
1878 L:      acpi4asus-user@lists.sourceforge.net
1879 L:      platform-driver-x86@vger.kernel.org
1880 W:      http://acpi4asus.sf.net
1881 S:      Maintained
1882 F:      drivers/platform/x86/asus*.c
1883 F:      drivers/platform/x86/eeepc*.c
1884
1885 ASUS WIRELESS RADIO CONTROL DRIVER
1886 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1887 L:      platform-driver-x86@vger.kernel.org
1888 S:      Maintained
1889 F:      drivers/platform/x86/asus-wireless.c
1890
1891 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1892 R:      Dan Williams <dan.j.williams@intel.com>
1893 W:      http://sourceforge.net/projects/xscaleiop
1894 S:      Odd fixes
1895 F:      Documentation/crypto/async-tx-api.txt
1896 F:      crypto/async_tx/
1897 F:      drivers/dma/
1898 F:      include/linux/dmaengine.h
1899 F:      include/linux/async_tx.h
1900
1901 AT24 EEPROM DRIVER
1902 M:      Wolfram Sang <wsa@the-dreams.de>
1903 L:      linux-i2c@vger.kernel.org
1904 S:      Maintained
1905 F:      drivers/misc/eeprom/at24.c
1906 F:      include/linux/platform_data/at24.h
1907
1908 ATA OVER ETHERNET (AOE) DRIVER
1909 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1910 W:      http://www.openaoe.org/
1911 S:      Supported
1912 F:      Documentation/aoe/
1913 F:      drivers/block/aoe/
1914
1915 ATHEROS 71XX/9XXX GPIO DRIVER
1916 M:      Alban Bedel <albeu@free.fr>
1917 W:      https://github.com/AlbanBedel/linux
1918 T:      git git://github.com/AlbanBedel/linux
1919 S:      Maintained
1920 F:      drivers/gpio/gpio-ath79.c
1921 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1922
1923 ATHEROS ATH GENERIC UTILITIES
1924 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1925 L:      linux-wireless@vger.kernel.org
1926 S:      Supported
1927 F:      drivers/net/wireless/ath/*
1928
1929 ATHEROS ATH5K WIRELESS DRIVER
1930 M:      Jiri Slaby <jirislaby@gmail.com>
1931 M:      Nick Kossifidis <mickflemm@gmail.com>
1932 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1933 L:      linux-wireless@vger.kernel.org
1934 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1935 S:      Maintained
1936 F:      drivers/net/wireless/ath/ath5k/
1937
1938 ATHEROS ATH6KL WIRELESS DRIVER
1939 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1940 L:      linux-wireless@vger.kernel.org
1941 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1943 S:      Supported
1944 F:      drivers/net/wireless/ath/ath6kl/
1945
1946 WILOCITY WIL6210 WIRELESS DRIVER
1947 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1948 L:      linux-wireless@vger.kernel.org
1949 L:      wil6210@qca.qualcomm.com
1950 S:      Supported
1951 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1952 F:      drivers/net/wireless/ath/wil6210/
1953 F:      include/uapi/linux/wil6210_uapi.h
1954
1955 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1956 M:      Christian Lamparter <chunkeey@googlemail.com>
1957 L:      linux-wireless@vger.kernel.org
1958 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1959 S:      Maintained
1960 F:      drivers/net/wireless/ath/carl9170/
1961
1962 ATK0110 HWMON DRIVER
1963 M:      Luca Tettamanti <kronos.it@gmail.com>
1964 L:      linux-hwmon@vger.kernel.org
1965 S:      Maintained
1966 F:      drivers/hwmon/asus_atk0110.c
1967
1968 ATI_REMOTE2 DRIVER
1969 M:      Ville Syrjala <syrjala@sci.fi>
1970 S:      Maintained
1971 F:      drivers/input/misc/ati_remote2.c
1972
1973 ATLX ETHERNET DRIVERS
1974 M:      Jay Cliburn <jcliburn@gmail.com>
1975 M:      Chris Snook <chris.snook@gmail.com>
1976 L:      netdev@vger.kernel.org
1977 W:      http://sourceforge.net/projects/atl1
1978 W:      http://atl1.sourceforge.net
1979 S:      Maintained
1980 F:      drivers/net/ethernet/atheros/
1981
1982 ATM
1983 M:      Chas Williams <3chas3@gmail.com>
1984 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1985 L:      netdev@vger.kernel.org
1986 W:      http://linux-atm.sourceforge.net
1987 S:      Maintained
1988 F:      drivers/atm/
1989 F:      include/linux/atm*
1990 F:      include/uapi/linux/atm*
1991
1992 ATMEL AT91 / AT32 MCI DRIVER
1993 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1994 S:      Maintained
1995 F:      drivers/mmc/host/atmel-mci.c
1996
1997 ATMEL AT91 / AT32 SERIAL DRIVER
1998 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1999 S:      Supported
2000 F:      drivers/tty/serial/atmel_serial.c
2001
2002 ATMEL SAMA5D2 ADC DRIVER
2003 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2004 L:      linux-iio@vger.kernel.org
2005 S:      Supported
2006 F:      drivers/iio/adc/at91-sama5d2_adc.c
2007
2008 ATMEL Audio ALSA driver
2009 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2010 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2011 S:      Supported
2012 F:      sound/soc/atmel
2013
2014 ATMEL DMA DRIVER
2015 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2017 S:      Supported
2018 F:      drivers/dma/at_hdmac.c
2019 F:      drivers/dma/at_hdmac_regs.h
2020 F:      include/linux/platform_data/dma-atmel.h
2021
2022 ATMEL XDMA DRIVER
2023 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2024 L:      linux-arm-kernel@lists.infradead.org
2025 L:      dmaengine@vger.kernel.org
2026 S:      Supported
2027 F:      drivers/dma/at_xdmac.c
2028
2029 ATMEL I2C DRIVER
2030 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2031 L:      linux-i2c@vger.kernel.org
2032 S:      Supported
2033 F:      drivers/i2c/busses/i2c-at91.c
2034
2035 ATMEL ISI DRIVER
2036 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2037 L:      linux-media@vger.kernel.org
2038 S:      Supported
2039 F:      drivers/media/platform/soc_camera/atmel-isi.c
2040 F:      include/media/atmel-isi.h
2041
2042 ATMEL LCDFB DRIVER
2043 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2044 L:      linux-fbdev@vger.kernel.org
2045 S:      Maintained
2046 F:      drivers/video/fbdev/atmel_lcdfb.c
2047 F:      include/video/atmel_lcdc.h
2048
2049 ATMEL MACB ETHERNET DRIVER
2050 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2051 S:      Supported
2052 F:      drivers/net/ethernet/cadence/
2053
2054 ATMEL NAND DRIVER
2055 M:      Wenyou Yang <wenyou.yang@atmel.com>
2056 M:      Josh Wu <rainyfeeling@outlook.com>
2057 L:      linux-mtd@lists.infradead.org
2058 S:      Supported
2059 F:      drivers/mtd/nand/atmel_nand*
2060
2061 ATMEL SDMMC DRIVER
2062 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2063 L:      linux-mmc@vger.kernel.org
2064 S:      Supported
2065 F:      drivers/mmc/host/sdhci-of-at91.c
2066
2067 ATMEL SPI DRIVER
2068 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2069 S:      Supported
2070 F:      drivers/spi/spi-atmel.*
2071
2072 ATMEL SSC DRIVER
2073 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2075 S:      Supported
2076 F:      drivers/misc/atmel-ssc.c
2077 F:      include/linux/atmel-ssc.h
2078
2079 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2080 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2082 S:      Supported
2083 F:      drivers/misc/atmel_tclib.c
2084 F:      drivers/clocksource/tcb_clksrc.c
2085
2086 ATMEL USBA UDC DRIVER
2087 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2089 S:      Supported
2090 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2091
2092 ATMEL WIRELESS DRIVER
2093 M:      Simon Kelley <simon@thekelleys.org.uk>
2094 L:      linux-wireless@vger.kernel.org
2095 W:      http://www.thekelleys.org.uk/atmel
2096 W:      http://atmelwlandriver.sourceforge.net/
2097 S:      Maintained
2098 F:      drivers/net/wireless/atmel/atmel*
2099
2100 ATMEL MAXTOUCH DRIVER
2101 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2102 T:      git git://github.com/atmel-maxtouch/linux.git
2103 S:      Supported
2104 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2105 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2106 F:      include/linux/platform_data/atmel_mxt_ts.h
2107
2108 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2109 M:      Bradley Grove <linuxdrivers@attotech.com>
2110 L:      linux-scsi@vger.kernel.org
2111 W:      http://www.attotech.com
2112 S:      Supported
2113 F:      drivers/scsi/esas2r
2114
2115 ATUSB IEEE 802.15.4 RADIO DRIVER
2116 M:      Stefan Schmidt <stefan@osg.samsung.com>
2117 L:      linux-wpan@vger.kernel.org
2118 S:      Maintained
2119 F:      drivers/net/ieee802154/atusb.c
2120 F:      drivers/net/ieee802154/atusb.h
2121 F:      drivers/net/ieee802154/at86rf230.h
2122
2123 AUDIT SUBSYSTEM
2124 M:      Paul Moore <paul@paul-moore.com>
2125 M:      Eric Paris <eparis@redhat.com>
2126 L:      linux-audit@redhat.com (moderated for non-subscribers)
2127 W:      http://people.redhat.com/sgrubb/audit/
2128 T:      git git://git.infradead.org/users/pcmoore/audit
2129 S:      Maintained
2130 F:      include/linux/audit.h
2131 F:      include/uapi/linux/audit.h
2132 F:      kernel/audit*
2133
2134 AUXILIARY DISPLAY DRIVERS
2135 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2136 W:      http://miguelojeda.es/auxdisplay.htm
2137 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2138 S:      Maintained
2139 F:      drivers/auxdisplay/
2140 F:      include/linux/cfag12864b.h
2141
2142 AVR32 ARCHITECTURE
2143 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2144 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2145 W:      http://www.atmel.com/products/AVR32/
2146 W:      http://mirror.egtvedt.no/avr32linux.org/
2147 W:      http://avrfreaks.net/
2148 S:      Maintained
2149 F:      arch/avr32/
2150
2151 AVR32/AT32AP MACHINE SUPPORT
2152 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2153 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2154 S:      Maintained
2155 F:      arch/avr32/mach-at32ap/
2156
2157 AX.25 NETWORK LAYER
2158 M:      Ralf Baechle <ralf@linux-mips.org>
2159 L:      linux-hams@vger.kernel.org
2160 W:      http://www.linux-ax25.org/
2161 S:      Maintained
2162 F:      include/uapi/linux/ax25.h
2163 F:      include/net/ax25.h
2164 F:      net/ax25/
2165
2166 AZ6007 DVB DRIVER
2167 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2168 L:      linux-media@vger.kernel.org
2169 W:      https://linuxtv.org
2170 T:      git git://linuxtv.org/media_tree.git
2171 S:      Maintained
2172 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2173
2174 AZTECH FM RADIO RECEIVER DRIVER
2175 M:      Hans Verkuil <hverkuil@xs4all.nl>
2176 L:      linux-media@vger.kernel.org
2177 T:      git git://linuxtv.org/media_tree.git
2178 W:      https://linuxtv.org
2179 S:      Maintained
2180 F:      drivers/media/radio/radio-aztech*
2181
2182 B43 WIRELESS DRIVER
2183 L:      linux-wireless@vger.kernel.org
2184 L:      b43-dev@lists.infradead.org
2185 W:      http://wireless.kernel.org/en/users/Drivers/b43
2186 S:      Odd Fixes
2187 F:      drivers/net/wireless/broadcom/b43/
2188
2189 B43LEGACY WIRELESS DRIVER
2190 M:      Larry Finger <Larry.Finger@lwfinger.net>
2191 L:      linux-wireless@vger.kernel.org
2192 L:      b43-dev@lists.infradead.org
2193 W:      http://wireless.kernel.org/en/users/Drivers/b43
2194 S:      Maintained
2195 F:      drivers/net/wireless/broadcom/b43legacy/
2196
2197 BACKLIGHT CLASS/SUBSYSTEM
2198 M:      Jingoo Han <jingoohan1@gmail.com>
2199 M:      Lee Jones <lee.jones@linaro.org>
2200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2201 S:      Maintained
2202 F:      drivers/video/backlight/
2203 F:      include/linux/backlight.h
2204
2205 BATMAN ADVANCED
2206 M:      Marek Lindner <mareklindner@neomailbox.ch>
2207 M:      Simon Wunderlich <sw@simonwunderlich.de>
2208 M:      Antonio Quartulli <a@unstable.cc>
2209 L:      b.a.t.m.a.n@lists.open-mesh.org
2210 W:      https://www.open-mesh.org/
2211 Q:      https://patchwork.open-mesh.org/project/batman/list/
2212 S:      Maintained
2213 F:      net/batman-adv/
2214
2215 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2216 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2217 L:      linux-hams@vger.kernel.org
2218 W:      http://www.baycom.org/~tom/ham/ham.html
2219 S:      Maintained
2220 F:      drivers/net/hamradio/baycom*
2221
2222 BCACHE (BLOCK LAYER CACHE)
2223 M:      Kent Overstreet <kent.overstreet@gmail.com>
2224 L:      linux-bcache@vger.kernel.org
2225 W:      http://bcache.evilpiepirate.org
2226 S:      Maintained
2227 F:      drivers/md/bcache/
2228
2229 BDISP ST MEDIA DRIVER
2230 M:      Fabien Dessenne <fabien.dessenne@st.com>
2231 L:      linux-media@vger.kernel.org
2232 T:      git git://linuxtv.org/media_tree.git
2233 W:      https://linuxtv.org
2234 S:      Supported
2235 F:      drivers/media/platform/sti/bdisp
2236
2237 BEFS FILE SYSTEM
2238 S:      Orphan
2239 F:      Documentation/filesystems/befs.txt
2240 F:      fs/befs/
2241
2242 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2243 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2244 L:      netdev@vger.kernel.org
2245 S:      Maintained
2246 F:      drivers/net/ethernet/ec_bhf.c
2247
2248 BFS FILE SYSTEM
2249 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2250 S:      Maintained
2251 F:      Documentation/filesystems/bfs.txt
2252 F:      fs/bfs/
2253 F:      include/uapi/linux/bfs_fs.h
2254
2255 BLACKFIN ARCHITECTURE
2256 M:      Steven Miao <realmz6@gmail.com>
2257 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2258 T:      git git://git.code.sf.net/p/adi-linux/code
2259 W:      http://blackfin.uclinux.org
2260 S:      Supported
2261 F:      arch/blackfin/
2262
2263 BLACKFIN EMAC DRIVER
2264 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2265 W:      http://blackfin.uclinux.org
2266 S:      Supported
2267 F:      drivers/net/ethernet/adi/
2268
2269 BLACKFIN RTC DRIVER
2270 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2271 W:      http://blackfin.uclinux.org
2272 S:      Supported
2273 F:      drivers/rtc/rtc-bfin.c
2274
2275 BLACKFIN SDH DRIVER
2276 M:      Sonic Zhang <sonic.zhang@analog.com>
2277 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2278 W:      http://blackfin.uclinux.org
2279 S:      Supported
2280 F:      drivers/mmc/host/bfin_sdh.c
2281
2282 BLACKFIN SERIAL DRIVER
2283 M:      Sonic Zhang <sonic.zhang@analog.com>
2284 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2285 W:      http://blackfin.uclinux.org
2286 S:      Supported
2287 F:      drivers/tty/serial/bfin_uart.c
2288
2289 BLACKFIN WATCHDOG DRIVER
2290 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2291 W:      http://blackfin.uclinux.org
2292 S:      Supported
2293 F:      drivers/watchdog/bfin_wdt.c
2294
2295 BLACKFIN I2C TWI DRIVER
2296 M:      Sonic Zhang <sonic.zhang@analog.com>
2297 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2298 W:      http://blackfin.uclinux.org/
2299 S:      Supported
2300 F:      drivers/i2c/busses/i2c-bfin-twi.c
2301
2302 BLACKFIN MEDIA DRIVER
2303 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2304 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2305 W:      http://blackfin.uclinux.org/
2306 S:      Supported
2307 F:      drivers/media/platform/blackfin/
2308 F:      drivers/media/i2c/adv7183*
2309 F:      drivers/media/i2c/vs6624*
2310
2311 BLINKM RGB LED DRIVER
2312 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2313 S:      Maintained
2314 F:      drivers/leds/leds-blinkm.c
2315
2316 BLOCK LAYER
2317 M:      Jens Axboe <axboe@kernel.dk>
2318 L:      linux-block@vger.kernel.org
2319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2320 S:      Maintained
2321 F:      block/
2322 F:      kernel/trace/blktrace.c
2323
2324 BLOCK2MTD DRIVER
2325 M:      Joern Engel <joern@lazybastard.org>
2326 L:      linux-mtd@lists.infradead.org
2327 S:      Maintained
2328 F:      drivers/mtd/devices/block2mtd.c
2329
2330 BLUETOOTH DRIVERS
2331 M:      Marcel Holtmann <marcel@holtmann.org>
2332 M:      Gustavo Padovan <gustavo@padovan.org>
2333 M:      Johan Hedberg <johan.hedberg@gmail.com>
2334 L:      linux-bluetooth@vger.kernel.org
2335 W:      http://www.bluez.org/
2336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2338 S:      Maintained
2339 F:      drivers/bluetooth/
2340
2341 BLUETOOTH SUBSYSTEM
2342 M:      Marcel Holtmann <marcel@holtmann.org>
2343 M:      Gustavo Padovan <gustavo@padovan.org>
2344 M:      Johan Hedberg <johan.hedberg@gmail.com>
2345 L:      linux-bluetooth@vger.kernel.org
2346 W:      http://www.bluez.org/
2347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2349 S:      Maintained
2350 F:      net/bluetooth/
2351 F:      include/net/bluetooth/
2352
2353 BONDING DRIVER
2354 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2355 M:      Veaceslav Falico <vfalico@gmail.com>
2356 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2357 L:      netdev@vger.kernel.org
2358 W:      http://sourceforge.net/projects/bonding/
2359 S:      Supported
2360 F:      drivers/net/bonding/
2361 F:      include/uapi/linux/if_bonding.h
2362
2363 BPF (Safe dynamic programs and tools)
2364 M:      Alexei Starovoitov <ast@kernel.org>
2365 L:      netdev@vger.kernel.org
2366 L:      linux-kernel@vger.kernel.org
2367 S:      Supported
2368 F:      kernel/bpf/
2369
2370 BROADCOM B44 10/100 ETHERNET DRIVER
2371 M:      Gary Zambrano <zambrano@broadcom.com>
2372 L:      netdev@vger.kernel.org
2373 S:      Supported
2374 F:      drivers/net/ethernet/broadcom/b44.*
2375
2376 BROADCOM GENET ETHERNET DRIVER
2377 M:      Florian Fainelli <f.fainelli@gmail.com>
2378 L:      netdev@vger.kernel.org
2379 S:      Supported
2380 F:      drivers/net/ethernet/broadcom/genet/
2381
2382 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2383 M:      Sony Chacko <sony.chacko@qlogic.com>
2384 M:      Dept-HSGLinuxNICDev@qlogic.com
2385 L:      netdev@vger.kernel.org
2386 S:      Supported
2387 F:      drivers/net/ethernet/broadcom/bnx2.*
2388 F:      drivers/net/ethernet/broadcom/bnx2_*
2389
2390 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2391 M:      Ariel Elior <ariel.elior@qlogic.com>
2392 L:      netdev@vger.kernel.org
2393 S:      Supported
2394 F:      drivers/net/ethernet/broadcom/bnx2x/
2395
2396 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2397 M:      Florian Fainelli <f.fainelli@gmail.com>
2398 M:      Ray Jui <rjui@broadcom.com>
2399 M:      Scott Branden <sbranden@broadcom.com>
2400 L:      bcm-kernel-feedback-list@broadcom.com
2401 T:      git git://github.com/broadcom/mach-bcm
2402 S:      Maintained
2403 F:      arch/arm/mach-bcm/
2404 F:      arch/arm/boot/dts/bcm113*
2405 F:      arch/arm/boot/dts/bcm216*
2406 F:      arch/arm/boot/dts/bcm281*
2407 F:      arch/arm64/boot/dts/broadcom/
2408 F:      arch/arm/configs/bcm_defconfig
2409 F:      drivers/mmc/host/sdhci-bcm-kona.c
2410 F:      drivers/clocksource/bcm_kona_timer.c
2411
2412 BROADCOM BCM2835 ARM ARCHITECTURE
2413 M:      Stephen Warren <swarren@wwwdotorg.org>
2414 M:      Lee Jones <lee@kernel.org>
2415 M:      Eric Anholt <eric@anholt.net>
2416 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2417 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2419 S:      Maintained
2420 N:      bcm2835
2421
2422 BROADCOM BCM47XX MIPS ARCHITECTURE
2423 M:      Hauke Mehrtens <hauke@hauke-m.de>
2424 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2425 L:      linux-mips@linux-mips.org
2426 S:      Maintained
2427 F:      arch/mips/bcm47xx/*
2428 F:      arch/mips/include/asm/mach-bcm47xx/*
2429
2430 BROADCOM BCM5301X ARM ARCHITECTURE
2431 M:      Hauke Mehrtens <hauke@hauke-m.de>
2432 L:      linux-arm-kernel@lists.infradead.org
2433 S:      Maintained
2434 F:      arch/arm/mach-bcm/bcm_5301x.c
2435 F:      arch/arm/boot/dts/bcm5301x.dtsi
2436 F:      arch/arm/boot/dts/bcm470*
2437
2438 BROADCOM BCM63XX ARM ARCHITECTURE
2439 M:      Florian Fainelli <f.fainelli@gmail.com>
2440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2441 L:      bcm-kernel-feedback-list@broadcom.com
2442 T:      git git://github.com/broadcom/stblinux.git
2443 S:      Maintained
2444 F:      arch/arm/mach-bcm/bcm63xx.c
2445 F:      arch/arm/include/debug/bcm63xx.S
2446
2447 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2448 M:      Kevin Cernekee <cernekee@gmail.com>
2449 L:      linux-usb@vger.kernel.org
2450 S:      Maintained
2451 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2452
2453 BROADCOM BCM7XXX ARM ARCHITECTURE
2454 M:      Brian Norris <computersforpeace@gmail.com>
2455 M:      Gregory Fong <gregory.0xf0@gmail.com>
2456 M:      Florian Fainelli <f.fainelli@gmail.com>
2457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2458 L:      bcm-kernel-feedback-list@broadcom.com
2459 T:      git git://github.com/broadcom/stblinux.git
2460 S:      Maintained
2461 F:      arch/arm/mach-bcm/*brcmstb*
2462 F:      arch/arm/boot/dts/bcm7*.dts*
2463 F:      drivers/bus/brcmstb_gisb.c
2464 N:      brcmstb
2465
2466 BROADCOM BMIPS MIPS ARCHITECTURE
2467 M:      Kevin Cernekee <cernekee@gmail.com>
2468 M:      Florian Fainelli <f.fainelli@gmail.com>
2469 L:      linux-mips@linux-mips.org
2470 T:      git git://github.com/broadcom/stblinux.git
2471 S:      Maintained
2472 F:      arch/mips/bmips/*
2473 F:      arch/mips/include/asm/mach-bmips/*
2474 F:      arch/mips/kernel/*bmips*
2475 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2476 F:      drivers/irqchip/irq-bcm63*
2477 F:      drivers/irqchip/irq-bcm7*
2478 F:      drivers/irqchip/irq-brcmstb*
2479 F:      include/linux/bcm963xx_nvram.h
2480 F:      include/linux/bcm963xx_tag.h
2481
2482 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2483 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2484 M:      Prashant Sreedharan <prashant@broadcom.com>
2485 M:      Michael Chan <mchan@broadcom.com>
2486 L:      netdev@vger.kernel.org
2487 S:      Supported
2488 F:      drivers/net/ethernet/broadcom/tg3.*
2489
2490 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2491 M:      Brett Rudley <brudley@broadcom.com>
2492 M:      Arend van Spriel <arend@broadcom.com>
2493 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2494 M:      Hante Meuleman <meuleman@broadcom.com>
2495 L:      linux-wireless@vger.kernel.org
2496 L:      brcm80211-dev-list@broadcom.com
2497 S:      Supported
2498 F:      drivers/net/wireless/broadcom/brcm80211/
2499
2500 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2501 M:      QLogic-Storage-Upstream@qlogic.com
2502 L:      linux-scsi@vger.kernel.org
2503 S:      Supported
2504 F:      drivers/scsi/bnx2fc/
2505
2506 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2507 M:      QLogic-Storage-Upstream@qlogic.com
2508 L:      linux-scsi@vger.kernel.org
2509 S:      Supported
2510 F:      drivers/scsi/bnx2i/
2511
2512 BROADCOM IPROC ARM ARCHITECTURE
2513 M:      Ray Jui <rjui@broadcom.com>
2514 M:      Scott Branden <sbranden@broadcom.com>
2515 M:      Jon Mason <jonmason@broadcom.com>
2516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2517 L:      bcm-kernel-feedback-list@broadcom.com
2518 T:      git git://github.com/broadcom/cygnus-linux.git
2519 S:      Maintained
2520 N:      iproc
2521 N:      cygnus
2522 N:      nsp
2523 N:      bcm9113*
2524 N:      bcm9583*
2525 N:      bcm9585*
2526 N:      bcm9586*
2527 N:      bcm988312
2528 N:      bcm113*
2529 N:      bcm583*
2530 N:      bcm585*
2531 N:      bcm586*
2532 N:      bcm88312
2533
2534 BROADCOM BRCMSTB GPIO DRIVER
2535 M:      Gregory Fong <gregory.0xf0@gmail.com>
2536 L:      bcm-kernel-feedback-list@broadcom.com
2537 S:      Supported
2538 F:      drivers/gpio/gpio-brcmstb.c
2539 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2540
2541 BROADCOM KONA GPIO DRIVER
2542 M:      Ray Jui <rjui@broadcom.com>
2543 L:      bcm-kernel-feedback-list@broadcom.com
2544 S:      Supported
2545 F:      drivers/gpio/gpio-bcm-kona.c
2546 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2547
2548 BROADCOM NVRAM DRIVER
2549 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2550 L:      linux-mips@linux-mips.org
2551 S:      Maintained
2552 F:      drivers/firmware/broadcom/*
2553
2554 BROADCOM STB NAND FLASH DRIVER
2555 M:      Brian Norris <computersforpeace@gmail.com>
2556 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2557 L:      linux-mtd@lists.infradead.org
2558 L:      bcm-kernel-feedback-list@broadcom.com
2559 S:      Maintained
2560 F:      drivers/mtd/nand/brcmnand/
2561
2562 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2563 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2564 L:      linux-wireless@vger.kernel.org
2565 S:      Maintained
2566 F:      drivers/bcma/
2567 F:      include/linux/bcma/
2568
2569 BROADCOM SYSTEMPORT ETHERNET DRIVER
2570 M:      Florian Fainelli <f.fainelli@gmail.com>
2571 L:      netdev@vger.kernel.org
2572 S:      Supported
2573 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2574
2575 BROADCOM VULCAN ARM64 SOC
2576 M:      Jayachandran C. <jchandra@broadcom.com>
2577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2578 L:      bcm-kernel-feedback-list@broadcom.com
2579 S:      Maintained
2580 F:      arch/arm64/boot/dts/broadcom/vulcan*
2581
2582 BROCADE BFA FC SCSI DRIVER
2583 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2584 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2585 L:      linux-scsi@vger.kernel.org
2586 S:      Supported
2587 F:      drivers/scsi/bfa/
2588
2589 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2590 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2591 L:      netdev@vger.kernel.org
2592 S:      Supported
2593 F:      drivers/net/ethernet/brocade/bna/
2594
2595 BSG (block layer generic sg v4 driver)
2596 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2597 L:      linux-scsi@vger.kernel.org
2598 S:      Supported
2599 F:      block/bsg.c
2600 F:      include/linux/bsg.h
2601 F:      include/uapi/linux/bsg.h
2602
2603 BT87X AUDIO DRIVER
2604 M:      Clemens Ladisch <clemens@ladisch.de>
2605 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2606 T:      git git://git.alsa-project.org/alsa-kernel.git
2607 S:      Maintained
2608 F:      Documentation/sound/alsa/Bt87x.txt
2609 F:      sound/pci/bt87x.c
2610
2611 BT8XXGPIO DRIVER
2612 M:      Michael Buesch <m@bues.ch>
2613 W:      http://bu3sch.de/btgpio.php
2614 S:      Maintained
2615 F:      drivers/gpio/gpio-bt8xx.c
2616
2617 BTRFS FILE SYSTEM
2618 M:      Chris Mason <clm@fb.com>
2619 M:      Josef Bacik <jbacik@fb.com>
2620 M:      David Sterba <dsterba@suse.com>
2621 L:      linux-btrfs@vger.kernel.org
2622 W:      http://btrfs.wiki.kernel.org/
2623 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2625 S:      Maintained
2626 F:      Documentation/filesystems/btrfs.txt
2627 F:      fs/btrfs/
2628
2629 BTTV VIDEO4LINUX DRIVER
2630 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2631 L:      linux-media@vger.kernel.org
2632 W:      https://linuxtv.org
2633 T:      git git://linuxtv.org/media_tree.git
2634 S:      Odd fixes
2635 F:      Documentation/video4linux/bttv/
2636 F:      drivers/media/pci/bt8xx/bttv*
2637
2638 BUSLOGIC SCSI DRIVER
2639 M:      Khalid Aziz <khalid@gonehiking.org>
2640 L:      linux-scsi@vger.kernel.org
2641 S:      Maintained
2642 F:      drivers/scsi/BusLogic.*
2643 F:      drivers/scsi/FlashPoint.*
2644
2645 C-MEDIA CMI8788 DRIVER
2646 M:      Clemens Ladisch <clemens@ladisch.de>
2647 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2648 T:      git git://git.alsa-project.org/alsa-kernel.git
2649 S:      Maintained
2650 F:      sound/pci/oxygen/
2651
2652 C6X ARCHITECTURE
2653 M:      Mark Salter <msalter@redhat.com>
2654 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2655 L:      linux-c6x-dev@linux-c6x.org
2656 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2657 S:      Maintained
2658 F:      arch/c6x/
2659
2660 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2661 M:      David Howells <dhowells@redhat.com>
2662 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2663 S:      Supported
2664 F:      Documentation/filesystems/caching/cachefiles.txt
2665 F:      fs/cachefiles/
2666
2667 CADET FM/AM RADIO RECEIVER DRIVER
2668 M:      Hans Verkuil <hverkuil@xs4all.nl>
2669 L:      linux-media@vger.kernel.org
2670 T:      git git://linuxtv.org/media_tree.git
2671 W:      https://linuxtv.org
2672 S:      Maintained
2673 F:      drivers/media/radio/radio-cadet*
2674
2675 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2676 M:      Jonathan Corbet <corbet@lwn.net>
2677 L:      linux-media@vger.kernel.org
2678 T:      git git://linuxtv.org/media_tree.git
2679 S:      Maintained
2680 F:      Documentation/video4linux/cafe_ccic
2681 F:      drivers/media/platform/marvell-ccic/
2682
2683 CAIF NETWORK LAYER
2684 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2685 L:      netdev@vger.kernel.org
2686 S:      Supported
2687 F:      Documentation/networking/caif/
2688 F:      drivers/net/caif/
2689 F:      include/uapi/linux/caif/
2690 F:      include/net/caif/
2691 F:      net/caif/
2692
2693 CALGARY x86-64 IOMMU
2694 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2695 M:      "Jon D. Mason" <jdmason@kudzu.us>
2696 L:      discuss@x86-64.org
2697 S:      Maintained
2698 F:      arch/x86/kernel/pci-calgary_64.c
2699 F:      arch/x86/kernel/tce_64.c
2700 F:      arch/x86/include/asm/calgary.h
2701 F:      arch/x86/include/asm/tce.h
2702
2703 CAN NETWORK LAYER
2704 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2705 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2706 L:      linux-can@vger.kernel.org
2707 W:      https://github.com/linux-can
2708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2710 S:      Maintained
2711 F:      Documentation/networking/can.txt
2712 F:      net/can/
2713 F:      include/linux/can/core.h
2714 F:      include/uapi/linux/can.h
2715 F:      include/uapi/linux/can/bcm.h
2716 F:      include/uapi/linux/can/raw.h
2717 F:      include/uapi/linux/can/gw.h
2718
2719 CAN NETWORK DRIVERS
2720 M:      Wolfgang Grandegger <wg@grandegger.com>
2721 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2722 L:      linux-can@vger.kernel.org
2723 W:      https://github.com/linux-can
2724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2726 S:      Maintained
2727 F:      drivers/net/can/
2728 F:      include/linux/can/dev.h
2729 F:      include/linux/can/platform/
2730 F:      include/uapi/linux/can/error.h
2731 F:      include/uapi/linux/can/netlink.h
2732
2733 CAPABILITIES
2734 M:      Serge Hallyn <serge.hallyn@canonical.com>
2735 L:      linux-security-module@vger.kernel.org
2736 S:      Supported
2737 F:      include/linux/capability.h
2738 F:      include/uapi/linux/capability.h
2739 F:      security/commoncap.c
2740 F:      kernel/capability.c
2741
2742 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2743 M:      Kevin Tsai <ktsai@capellamicro.com>
2744 S:      Maintained
2745 F:      drivers/iio/light/cm*
2746 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2747
2748 CAVIUM LIQUIDIO NETWORK DRIVER
2749 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2750 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2751 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2752 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2753 L:     netdev@vger.kernel.org
2754 W:     http://www.cavium.com
2755 S:     Supported
2756 F:     drivers/net/ethernet/cavium/liquidio/
2757
2758 CC2520 IEEE-802.15.4 RADIO DRIVER
2759 M:      Varka Bhadram <varkabhadram@gmail.com>
2760 L:      linux-wpan@vger.kernel.org
2761 S:      Maintained
2762 F:      drivers/net/ieee802154/cc2520.c
2763 F:      include/linux/spi/cc2520.h
2764 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2765
2766 CELL BROADBAND ENGINE ARCHITECTURE
2767 M:      Arnd Bergmann <arnd@arndb.de>
2768 L:      linuxppc-dev@lists.ozlabs.org
2769 W:      http://www.ibm.com/developerworks/power/cell/
2770 S:      Supported
2771 F:      arch/powerpc/include/asm/cell*.h
2772 F:      arch/powerpc/include/asm/spu*.h
2773 F:      arch/powerpc/include/uapi/asm/spu*.h
2774 F:      arch/powerpc/oprofile/*cell*
2775 F:      arch/powerpc/platforms/cell/
2776
2777 CEPH COMMON CODE (LIBCEPH)
2778 M:      Ilya Dryomov <idryomov@gmail.com>
2779 M:      "Yan, Zheng" <zyan@redhat.com>
2780 M:      Sage Weil <sage@redhat.com>
2781 L:      ceph-devel@vger.kernel.org
2782 W:      http://ceph.com/
2783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2784 T:      git git://github.com/ceph/ceph-client.git
2785 S:      Supported
2786 F:      net/ceph/
2787 F:      include/linux/ceph/
2788 F:      include/linux/crush/
2789
2790 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2791 M:      "Yan, Zheng" <zyan@redhat.com>
2792 M:      Sage Weil <sage@redhat.com>
2793 M:      Ilya Dryomov <idryomov@gmail.com>
2794 L:      ceph-devel@vger.kernel.org
2795 W:      http://ceph.com/
2796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2797 T:      git git://github.com/ceph/ceph-client.git
2798 S:      Supported
2799 F:      Documentation/filesystems/ceph.txt
2800 F:      fs/ceph/
2801
2802 CERTIFICATE HANDLING:
2803 M:      David Howells <dhowells@redhat.com>
2804 M:      David Woodhouse <dwmw2@infradead.org>
2805 L:      keyrings@vger.kernel.org
2806 S:      Maintained
2807 F:      Documentation/module-signing.txt
2808 F:      certs/
2809 F:      scripts/sign-file.c
2810 F:      scripts/extract-cert.c
2811
2812 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2813 L:      linux-usb@vger.kernel.org
2814 S:      Orphan
2815 F:      Documentation/usb/WUSB-Design-overview.txt
2816 F:      Documentation/usb/wusb-cbaf
2817 F:      drivers/usb/host/hwa-hc.c
2818 F:      drivers/usb/host/whci/
2819 F:      drivers/usb/wusbcore/
2820 F:      include/linux/usb/wusb*
2821
2822 CFAG12864B LCD DRIVER
2823 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2824 W:      http://miguelojeda.es/auxdisplay.htm
2825 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2826 S:      Maintained
2827 F:      drivers/auxdisplay/cfag12864b.c
2828 F:      include/linux/cfag12864b.h
2829
2830 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2831 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2832 W:      http://miguelojeda.es/auxdisplay.htm
2833 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2834 S:      Maintained
2835 F:      drivers/auxdisplay/cfag12864bfb.c
2836 F:      include/linux/cfag12864b.h
2837
2838 CFG80211 and NL80211
2839 M:      Johannes Berg <johannes@sipsolutions.net>
2840 L:      linux-wireless@vger.kernel.org
2841 W:      http://wireless.kernel.org/
2842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2844 S:      Maintained
2845 F:      include/uapi/linux/nl80211.h
2846 F:      include/net/cfg80211.h
2847 F:      net/wireless/*
2848 X:      net/wireless/wext*
2849
2850 CHAR and MISC DRIVERS
2851 M:      Arnd Bergmann <arnd@arndb.de>
2852 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2854 S:      Supported
2855 F:      drivers/char/*
2856 F:      drivers/misc/*
2857 F:      include/linux/miscdevice.h
2858
2859 CHECKPATCH
2860 M:      Andy Whitcroft <apw@canonical.com>
2861 M:      Joe Perches <joe@perches.com>
2862 S:      Maintained
2863 F:      scripts/checkpatch.pl
2864
2865 CHINESE DOCUMENTATION
2866 M:      Harry Wei <harryxiyou@gmail.com>
2867 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2868 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2869 S:      Maintained
2870 F:      Documentation/zh_CN/
2871
2872 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2873 M:      Peter Chen <Peter.Chen@nxp.com>
2874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2875 L:      linux-usb@vger.kernel.org
2876 S:      Maintained
2877 F:      drivers/usb/chipidea/
2878
2879 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2880 M:      Hans de Goede <hdegoede@redhat.com>
2881 L:      linux-input@vger.kernel.org
2882 S:      Maintained
2883 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2884 F:      drivers/input/touchscreen/chipone_icn8318.c
2885
2886 CHROME HARDWARE PLATFORM SUPPORT
2887 M:      Olof Johansson <olof@lixom.net>
2888 S:      Maintained
2889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2890 F:      drivers/platform/chrome/
2891
2892 CISCO VIC ETHERNET NIC DRIVER
2893 M:      Christian Benvenuti <benve@cisco.com>
2894 M:      Sujith Sankar <ssujith@cisco.com>
2895 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2896 M:      Neel Patel <neepatel@cisco.com>
2897 S:      Supported
2898 F:      drivers/net/ethernet/cisco/enic/
2899
2900 CISCO VIC LOW LATENCY NIC DRIVER
2901 M:      Christian Benvenuti <benve@cisco.com>
2902 M:      Dave Goodell <dgoodell@cisco.com>
2903 S:      Supported
2904 F:      drivers/infiniband/hw/usnic/
2905
2906 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2907 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2908 L:      netdev@vger.kernel.org
2909 S:      Maintained
2910 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2911
2912 CIRRUS LOGIC AUDIO CODEC DRIVERS
2913 M:      Brian Austin <brian.austin@cirrus.com>
2914 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2915 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2916 S:      Maintained
2917 F:      sound/soc/codecs/cs*
2918
2919 CLEANCACHE API
2920 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2921 L:      linux-kernel@vger.kernel.org
2922 S:      Maintained
2923 F:      mm/cleancache.c
2924 F:      include/linux/cleancache.h
2925
2926 CLK API
2927 M:      Russell King <linux@arm.linux.org.uk>
2928 L:      linux-clk@vger.kernel.org
2929 S:      Maintained
2930 F:      include/linux/clk.h
2931
2932 CLOCKSOURCE, CLOCKEVENT DRIVERS
2933 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2934 M:      Thomas Gleixner <tglx@linutronix.de>
2935 L:      linux-kernel@vger.kernel.org
2936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2937 S:      Supported
2938 F:      drivers/clocksource
2939
2940 CISCO FCOE HBA DRIVER
2941 M:      Hiral Patel <hiralpat@cisco.com>
2942 M:      Suma Ramars <sramars@cisco.com>
2943 M:      Brian Uchino <buchino@cisco.com>
2944 L:      linux-scsi@vger.kernel.org
2945 S:      Supported
2946 F:      drivers/scsi/fnic/
2947
2948 CISCO SCSI HBA DRIVER
2949 M:      Narsimhulu Musini <nmusini@cisco.com>
2950 M:      Sesidhar Baddela <sebaddel@cisco.com>
2951 L:      linux-scsi@vger.kernel.org
2952 S:      Supported
2953 F:      drivers/scsi/snic/
2954
2955 CMPC ACPI DRIVER
2956 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2957 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2958 L:      platform-driver-x86@vger.kernel.org
2959 S:      Supported
2960 F:      drivers/platform/x86/classmate-laptop.c
2961
2962 COBALT MEDIA DRIVER
2963 M:      Hans Verkuil <hans.verkuil@cisco.com>
2964 L:      linux-media@vger.kernel.org
2965 T:      git git://linuxtv.org/media_tree.git
2966 W:      https://linuxtv.org
2967 S:      Supported
2968 F:      drivers/media/pci/cobalt/
2969
2970 COCCINELLE/Semantic Patches (SmPL)
2971 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2972 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2973 M:      Nicolas Palix <nicolas.palix@imag.fr>
2974 M:      Michal Marek <mmarek@suse.com>
2975 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2977 W:      http://coccinelle.lip6.fr/
2978 S:      Supported
2979 F:      Documentation/coccinelle.txt
2980 F:      scripts/coccinelle/
2981 F:      scripts/coccicheck
2982
2983 CODA FILE SYSTEM
2984 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2985 M:      coda@cs.cmu.edu
2986 L:      codalist@coda.cs.cmu.edu
2987 W:      http://www.coda.cs.cmu.edu/
2988 S:      Maintained
2989 F:      Documentation/filesystems/coda.txt
2990 F:      fs/coda/
2991 F:      include/linux/coda*.h
2992 F:      include/uapi/linux/coda*.h
2993
2994 CODA V4L2 MEM2MEM DRIVER
2995 M:      Philipp Zabel <p.zabel@pengutronix.de>
2996 L:      linux-media@vger.kernel.org
2997 S:      Maintained
2998 F:      Documentation/devicetree/bindings/media/coda.txt
2999 F:      drivers/media/platform/coda/
3000
3001 COMMON CLK FRAMEWORK
3002 M:      Michael Turquette <mturquette@baylibre.com>
3003 M:      Stephen Boyd <sboyd@codeaurora.org>
3004 L:      linux-clk@vger.kernel.org
3005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
3006 S:      Maintained
3007 F:      drivers/clk/
3008 X:      drivers/clk/clkdev.c
3009 F:      include/linux/clk-pr*
3010 F:      include/linux/clk/
3011
3012 COMMON INTERNET FILE SYSTEM (CIFS)
3013 M:      Steve French <sfrench@samba.org>
3014 L:      linux-cifs@vger.kernel.org
3015 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
3016 W:      http://linux-cifs.samba.org/
3017 T:      git git://git.samba.org/sfrench/cifs-2.6.git
3018 S:      Supported
3019 F:      Documentation/filesystems/cifs/
3020 F:      fs/cifs/
3021
3022 COMPACTPCI HOTPLUG CORE
3023 M:      Scott Murray <scott@spiteful.org>
3024 L:      linux-pci@vger.kernel.org
3025 S:      Maintained
3026 F:      drivers/pci/hotplug/cpci_hotplug*
3027
3028 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3029 M:      Scott Murray <scott@spiteful.org>
3030 L:      linux-pci@vger.kernel.org
3031 S:      Maintained
3032 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3033
3034 COMPACTPCI HOTPLUG GENERIC DRIVER
3035 M:      Scott Murray <scott@spiteful.org>
3036 L:      linux-pci@vger.kernel.org
3037 S:      Maintained
3038 F:      drivers/pci/hotplug/cpcihp_generic.c
3039
3040 COMPAL LAPTOP SUPPORT
3041 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3042 L:      platform-driver-x86@vger.kernel.org
3043 S:      Maintained
3044 F:      drivers/platform/x86/compal-laptop.c
3045
3046 CONEXANT ACCESSRUNNER USB DRIVER
3047 L:      accessrunner-general@lists.sourceforge.net
3048 W:      http://accessrunner.sourceforge.net/
3049 S:      Orphan
3050 F:      drivers/usb/atm/cxacru.c
3051
3052 CONFIGFS
3053 M:      Joel Becker <jlbec@evilplan.org>
3054 M:      Christoph Hellwig <hch@lst.de>
3055 T:      git git://git.infradead.org/users/hch/configfs.git
3056 S:      Supported
3057 F:      fs/configfs/
3058 F:      include/linux/configfs.h
3059
3060 CONNECTOR
3061 M:      Evgeniy Polyakov <zbr@ioremap.net>
3062 L:      netdev@vger.kernel.org
3063 S:      Maintained
3064 F:      drivers/connector/
3065
3066 CONTROL GROUP (CGROUP)
3067 M:      Tejun Heo <tj@kernel.org>
3068 M:      Li Zefan <lizefan@huawei.com>
3069 M:      Johannes Weiner <hannes@cmpxchg.org>
3070 L:      cgroups@vger.kernel.org
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3072 S:      Maintained
3073 F:      Documentation/cgroups/
3074 F:      include/linux/cgroup*
3075 F:      kernel/cgroup*
3076
3077 CONTROL GROUP - CPUSET
3078 M:      Li Zefan <lizefan@huawei.com>
3079 L:      cgroups@vger.kernel.org
3080 W:      http://www.bullopensource.org/cpuset/
3081 W:      http://oss.sgi.com/projects/cpusets/
3082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3083 S:      Maintained
3084 F:      Documentation/cgroups/cpusets.txt
3085 F:      include/linux/cpuset.h
3086 F:      kernel/cpuset.c
3087
3088 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3089 M:      Johannes Weiner <hannes@cmpxchg.org>
3090 M:      Michal Hocko <mhocko@kernel.org>
3091 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3092 L:      cgroups@vger.kernel.org
3093 L:      linux-mm@kvack.org
3094 S:      Maintained
3095 F:      mm/memcontrol.c
3096 F:      mm/swap_cgroup.c
3097
3098 CORETEMP HARDWARE MONITORING DRIVER
3099 M:      Fenghua Yu <fenghua.yu@intel.com>
3100 L:      linux-hwmon@vger.kernel.org
3101 S:      Maintained
3102 F:      Documentation/hwmon/coretemp
3103 F:      drivers/hwmon/coretemp.c
3104
3105 COSA/SRP SYNC SERIAL DRIVER
3106 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3107 W:      http://www.fi.muni.cz/~kas/cosa/
3108 S:      Maintained
3109 F:      drivers/net/wan/cosa*
3110
3111 CPMAC ETHERNET DRIVER
3112 M:      Florian Fainelli <florian@openwrt.org>
3113 L:      netdev@vger.kernel.org
3114 S:      Maintained
3115 F:      drivers/net/ethernet/ti/cpmac.c
3116
3117 CPU FREQUENCY DRIVERS
3118 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3119 M:      Viresh Kumar <viresh.kumar@linaro.org>
3120 L:      linux-pm@vger.kernel.org
3121 S:      Maintained
3122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3123 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3124 F:      drivers/cpufreq/
3125 F:      include/linux/cpufreq.h
3126
3127 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3128 M:      Viresh Kumar <viresh.kumar@linaro.org>
3129 M:      Sudeep Holla <sudeep.holla@arm.com>
3130 L:      linux-pm@vger.kernel.org
3131 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3132 S:      Maintained
3133 F:      drivers/cpufreq/arm_big_little.h
3134 F:      drivers/cpufreq/arm_big_little.c
3135 F:      drivers/cpufreq/arm_big_little_dt.c
3136
3137 CPUIDLE DRIVER - ARM BIG LITTLE
3138 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3139 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3140 L:      linux-pm@vger.kernel.org
3141 L:      linux-arm-kernel@lists.infradead.org
3142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3143 S:      Maintained
3144 F:      drivers/cpuidle/cpuidle-big_little.c
3145
3146 CPUIDLE DRIVER - ARM EXYNOS
3147 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3148 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3149 M:      Kukjin Kim <kgene@kernel.org>
3150 L:      linux-pm@vger.kernel.org
3151 L:      linux-samsung-soc@vger.kernel.org
3152 S:      Supported
3153 F:      drivers/cpuidle/cpuidle-exynos.c
3154 F:      arch/arm/mach-exynos/pm.c
3155
3156 CPUIDLE DRIVERS
3157 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3158 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3159 L:      linux-pm@vger.kernel.org
3160 S:      Maintained
3161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3162 F:      drivers/cpuidle/*
3163 F:      include/linux/cpuidle.h
3164
3165 CPUID/MSR DRIVER
3166 M:      "H. Peter Anvin" <hpa@zytor.com>
3167 S:      Maintained
3168 F:      arch/x86/kernel/cpuid.c
3169 F:      arch/x86/kernel/msr.c
3170
3171 CPU POWER MONITORING SUBSYSTEM
3172 M:      Thomas Renninger <trenn@suse.com>
3173 L:      linux-pm@vger.kernel.org
3174 S:      Maintained
3175 F:      tools/power/cpupower/
3176
3177 CRAMFS FILESYSTEM
3178 W:      http://sourceforge.net/projects/cramfs/
3179 S:      Orphan / Obsolete
3180 F:      Documentation/filesystems/cramfs.txt
3181 F:      fs/cramfs/
3182
3183 CRIS PORT
3184 M:      Mikael Starvik <starvik@axis.com>
3185 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3186 L:      linux-cris-kernel@axis.com
3187 W:      http://developer.axis.com
3188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3189 S:      Maintained
3190 F:      arch/cris/
3191 F:      drivers/tty/serial/crisv10.*
3192
3193 CRYPTO API
3194 M:      Herbert Xu <herbert@gondor.apana.org.au>
3195 M:      "David S. Miller" <davem@davemloft.net>
3196 L:      linux-crypto@vger.kernel.org
3197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3199 S:      Maintained
3200 F:      Documentation/crypto/
3201 F:      Documentation/DocBook/crypto-API.tmpl
3202 F:      arch/*/crypto/
3203 F:      crypto/
3204 F:      drivers/crypto/
3205 F:      include/crypto/
3206
3207 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3208 M:      Neil Horman <nhorman@tuxdriver.com>
3209 L:      linux-crypto@vger.kernel.org
3210 S:      Maintained
3211 F:      crypto/ansi_cprng.c
3212 F:      crypto/rng.c
3213
3214 CS3308 MEDIA DRIVER
3215 M:      Hans Verkuil <hverkuil@xs4all.nl>
3216 L:      linux-media@vger.kernel.org
3217 T:      git git://linuxtv.org/media_tree.git
3218 W:      http://linuxtv.org
3219 S:      Odd Fixes
3220 F:      drivers/media/i2c/cs3308.c
3221 F:      drivers/media/i2c/cs3308.h
3222
3223 CS5535 Audio ALSA driver
3224 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3225 S:      Maintained
3226 F:      sound/pci/cs5535audio/
3227
3228 CW1200 WLAN driver
3229 M:      Solomon Peachy <pizza@shaftnet.org>
3230 S:      Maintained
3231 F:      drivers/net/wireless/st/cw1200/
3232
3233 CX18 VIDEO4LINUX DRIVER
3234 M:      Andy Walls <awalls@md.metrocast.net>
3235 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3236 L:      linux-media@vger.kernel.org
3237 T:      git git://linuxtv.org/media_tree.git
3238 W:      https://linuxtv.org
3239 W:      http://www.ivtvdriver.org/index.php/Cx18
3240 S:      Maintained
3241 F:      Documentation/video4linux/cx18.txt
3242 F:      drivers/media/pci/cx18/
3243 F:      include/uapi/linux/ivtv*
3244
3245 CX2341X MPEG ENCODER HELPER MODULE
3246 M:      Hans Verkuil <hverkuil@xs4all.nl>
3247 L:      linux-media@vger.kernel.org
3248 T:      git git://linuxtv.org/media_tree.git
3249 W:      https://linuxtv.org
3250 S:      Maintained
3251 F:      drivers/media/common/cx2341x*
3252 F:      include/media/cx2341x*
3253
3254 CX24120 MEDIA DRIVER
3255 M:      Jemma Denson <jdenson@gmail.com>
3256 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3257 L:      linux-media@vger.kernel.org
3258 W:      https://linuxtv.org
3259 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3260 S:      Maintained
3261 F:      drivers/media/dvb-frontends/cx24120*
3262
3263 CX88 VIDEO4LINUX DRIVER
3264 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3265 L:      linux-media@vger.kernel.org
3266 W:      https://linuxtv.org
3267 T:      git git://linuxtv.org/media_tree.git
3268 S:      Odd fixes
3269 F:      Documentation/video4linux/cx88/
3270 F:      drivers/media/pci/cx88/
3271
3272 CXD2820R MEDIA DRIVER
3273 M:      Antti Palosaari <crope@iki.fi>
3274 L:      linux-media@vger.kernel.org
3275 W:      https://linuxtv.org
3276 W:      http://palosaari.fi/linux/
3277 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3278 T:      git git://linuxtv.org/anttip/media_tree.git
3279 S:      Maintained
3280 F:      drivers/media/dvb-frontends/cxd2820r*
3281
3282 CXGB3 ETHERNET DRIVER (CXGB3)
3283 M:      Santosh Raspatur <santosh@chelsio.com>
3284 L:      netdev@vger.kernel.org
3285 W:      http://www.chelsio.com
3286 S:      Supported
3287 F:      drivers/net/ethernet/chelsio/cxgb3/
3288
3289 CXGB3 ISCSI DRIVER (CXGB3I)
3290 M:      Karen Xie <kxie@chelsio.com>
3291 L:      linux-scsi@vger.kernel.org
3292 W:      http://www.chelsio.com
3293 S:      Supported
3294 F:      drivers/scsi/cxgbi/cxgb3i
3295
3296 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3297 M:      Steve Wise <swise@chelsio.com>
3298 L:      linux-rdma@vger.kernel.org
3299 W:      http://www.openfabrics.org
3300 S:      Supported
3301 F:      drivers/infiniband/hw/cxgb3/
3302
3303 CXGB4 ETHERNET DRIVER (CXGB4)
3304 M:      Hariprasad S <hariprasad@chelsio.com>
3305 L:      netdev@vger.kernel.org
3306 W:      http://www.chelsio.com
3307 S:      Supported
3308 F:      drivers/net/ethernet/chelsio/cxgb4/
3309
3310 CXGB4 ISCSI DRIVER (CXGB4I)
3311 M:      Karen Xie <kxie@chelsio.com>
3312 L:      linux-scsi@vger.kernel.org
3313 W:      http://www.chelsio.com
3314 S:      Supported
3315 F:      drivers/scsi/cxgbi/cxgb4i
3316
3317 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3318 M:      Steve Wise <swise@chelsio.com>
3319 L:      linux-rdma@vger.kernel.org
3320 W:      http://www.openfabrics.org
3321 S:      Supported
3322 F:      drivers/infiniband/hw/cxgb4/
3323
3324 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3325 M:      Casey Leedom <leedom@chelsio.com>
3326 L:      netdev@vger.kernel.org
3327 W:      http://www.chelsio.com
3328 S:      Supported
3329 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3330
3331 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3332 M:      Ian Munsie <imunsie@au1.ibm.com>
3333 M:      Michael Neuling <mikey@neuling.org>
3334 L:      linuxppc-dev@lists.ozlabs.org
3335 S:      Supported
3336 F:      drivers/misc/cxl/
3337 F:      include/misc/cxl*
3338 F:      include/uapi/misc/cxl.h
3339 F:      Documentation/powerpc/cxl.txt
3340 F:      Documentation/powerpc/cxl.txt
3341 F:      Documentation/ABI/testing/sysfs-class-cxl
3342
3343 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3344 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3345 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3346 L:      linux-scsi@vger.kernel.org
3347 S:      Supported
3348 F:      drivers/scsi/cxlflash/
3349 F:      include/uapi/scsi/cxlflash_ioctls.h
3350 F:      Documentation/powerpc/cxlflash.txt
3351
3352 STMMAC ETHERNET DRIVER
3353 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3354 L:      netdev@vger.kernel.org
3355 W:      http://www.stlinux.com
3356 S:      Supported
3357 F:      drivers/net/ethernet/stmicro/stmmac/
3358
3359 CYBERPRO FB DRIVER
3360 M:      Russell King <linux@arm.linux.org.uk>
3361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3362 W:      http://www.arm.linux.org.uk/
3363 S:      Maintained
3364 F:      drivers/video/fbdev/cyber2000fb.*
3365
3366 CYCLADES ASYNC MUX DRIVER
3367 W:      http://www.cyclades.com/
3368 S:      Orphan
3369 F:      drivers/tty/cyclades.c
3370 F:      include/linux/cyclades.h
3371 F:      include/uapi/linux/cyclades.h
3372
3373 CYCLADES PC300 DRIVER
3374 W:      http://www.cyclades.com/
3375 S:      Orphan
3376 F:      drivers/net/wan/pc300*
3377
3378 CYPRESS_FIRMWARE MEDIA DRIVER
3379 M:      Antti Palosaari <crope@iki.fi>
3380 L:      linux-media@vger.kernel.org
3381 W:      https://linuxtv.org
3382 W:      http://palosaari.fi/linux/
3383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3384 T:      git git://linuxtv.org/anttip/media_tree.git
3385 S:      Maintained
3386 F:      drivers/media/common/cypress_firmware*
3387
3388 CYTTSP TOUCHSCREEN DRIVER
3389 M:      Ferruh Yigit <fery@cypress.com>
3390 L:      linux-input@vger.kernel.org
3391 S:      Supported
3392 F:      drivers/input/touchscreen/cyttsp*
3393 F:      include/linux/input/cyttsp.h
3394
3395 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3396 M:      Joshua Kinard <kumba@gentoo.org>
3397 S:      Maintained
3398 F:      drivers/rtc/rtc-ds1685.c
3399 F:      include/linux/rtc/ds1685.h
3400
3401 DAMA SLAVE for AX.25
3402 M:      Joerg Reuter <jreuter@yaina.de>
3403 W:      http://yaina.de/jreuter/
3404 W:      http://www.qsl.net/dl1bke/
3405 L:      linux-hams@vger.kernel.org
3406 S:      Maintained
3407 F:      net/ax25/af_ax25.c
3408 F:      net/ax25/ax25_dev.c
3409 F:      net/ax25/ax25_ds_*
3410 F:      net/ax25/ax25_in.c
3411 F:      net/ax25/ax25_out.c
3412 F:      net/ax25/ax25_timer.c
3413 F:      net/ax25/sysctl_net_ax25.c
3414
3415 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3416 L:      netdev@vger.kernel.org
3417 S:      Orphan
3418 F:      Documentation/networking/dmfe.txt
3419 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3420
3421 DC390/AM53C974 SCSI driver
3422 M:      Hannes Reinecke <hare@suse.com>
3423 L:      linux-scsi@vger.kernel.org
3424 S:      Maintained
3425 F:      drivers/scsi/am53c974.c
3426
3427 DC395x SCSI driver
3428 M:      Oliver Neukum <oliver@neukum.org>
3429 M:      Ali Akcaagac <aliakc@web.de>
3430 M:      Jamie Lenehan <lenehan@twibble.org>
3431 L:      dc395x@twibble.org
3432 W:      http://twibble.org/dist/dc395x/
3433 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3434 S:      Maintained
3435 F:      Documentation/scsi/dc395x.txt
3436 F:      drivers/scsi/dc395x.*
3437
3438 DCCP PROTOCOL
3439 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3440 L:      dccp@vger.kernel.org
3441 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3442 S:      Maintained
3443 F:      include/linux/dccp.h
3444 F:      include/uapi/linux/dccp.h
3445 F:      include/linux/tfrc.h
3446 F:      net/dccp/
3447
3448 DECnet NETWORK LAYER
3449 W:      http://linux-decnet.sourceforge.net
3450 L:      linux-decnet-user@lists.sourceforge.net
3451 S:      Orphan
3452 F:      Documentation/networking/decnet.txt
3453 F:      net/decnet/
3454
3455 DECSTATION PLATFORM SUPPORT
3456 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3457 L:      linux-mips@linux-mips.org
3458 W:      http://www.linux-mips.org/wiki/DECstation
3459 S:      Maintained
3460 F:      arch/mips/dec/
3461 F:      arch/mips/include/asm/dec/
3462 F:      arch/mips/include/asm/mach-dec/
3463
3464 DEFXX FDDI NETWORK DRIVER
3465 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3466 S:      Maintained
3467 F:      drivers/net/fddi/defxx.*
3468
3469 DELL LAPTOP DRIVER
3470 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3471 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3472 L:      platform-driver-x86@vger.kernel.org
3473 S:      Maintained
3474 F:      drivers/platform/x86/dell-laptop.c
3475
3476 DELL LAPTOP RBTN DRIVER
3477 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3478 S:      Maintained
3479 F:      drivers/platform/x86/dell-rbtn.*
3480
3481 DELL LAPTOP FREEFALL DRIVER
3482 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3483 S:      Maintained
3484 F:      drivers/platform/x86/dell-smo8800.c
3485
3486 DELL LAPTOP SMM DRIVER
3487 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3488 S:      Maintained
3489 F:      drivers/hwmon/dell-smm-hwmon.c
3490 F:      include/uapi/linux/i8k.h
3491
3492 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3493 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3494 S:      Maintained
3495 F:      Documentation/dcdbas.txt
3496 F:      drivers/firmware/dcdbas.*
3497
3498 DELL WMI EXTRAS DRIVER
3499 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3500 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3501 S:      Maintained
3502 F:      drivers/platform/x86/dell-wmi.c
3503
3504 DESIGNWARE USB2 DRD IP DRIVER
3505 M:      John Youn <johnyoun@synopsys.com>
3506 L:      linux-usb@vger.kernel.org
3507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3508 S:      Maintained
3509 F:      drivers/usb/dwc2/
3510
3511 DESIGNWARE USB3 DRD IP DRIVER
3512 M:      Felipe Balbi <balbi@kernel.org>
3513 L:      linux-usb@vger.kernel.org
3514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3515 S:      Maintained
3516 F:      drivers/usb/dwc3/
3517
3518 DEVICE COREDUMP (DEV_COREDUMP)
3519 M:      Johannes Berg <johannes@sipsolutions.net>
3520 L:      linux-kernel@vger.kernel.org
3521 S:      Maintained
3522 F:      drivers/base/devcoredump.c
3523 F:      include/linux/devcoredump.h
3524
3525 DEVICE FREQUENCY (DEVFREQ)
3526 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3527 M:      Kyungmin Park <kyungmin.park@samsung.com>
3528 L:      linux-pm@vger.kernel.org
3529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3530 S:      Maintained
3531 F:      drivers/devfreq/
3532 F:      include/linux/devfreq.h
3533 F:      Documentation/devicetree/bindings/devfreq/
3534
3535 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3536 M:      Chanwoo Choi <cw00.choi@samsung.com>
3537 L:      linux-pm@vger.kernel.org
3538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3539 S:      Supported
3540 F:      drivers/devfreq/event/
3541 F:      drivers/devfreq/devfreq-event.c
3542 F:      include/linux/devfreq-event.h
3543 F:      Documentation/devicetree/bindings/devfreq/event/
3544
3545 DEVICE NUMBER REGISTRY
3546 M:      Torben Mathiasen <device@lanana.org>
3547 W:      http://lanana.org/docs/device-list/index.html
3548 S:      Maintained
3549
3550 DEVICE-MAPPER  (LVM)
3551 M:      Alasdair Kergon <agk@redhat.com>
3552 M:      Mike Snitzer <snitzer@redhat.com>
3553 M:      dm-devel@redhat.com
3554 L:      dm-devel@redhat.com
3555 W:      http://sources.redhat.com/dm
3556 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3558 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3559 S:      Maintained
3560 F:      Documentation/device-mapper/
3561 F:      drivers/md/dm*
3562 F:      drivers/md/persistent-data/
3563 F:      include/linux/device-mapper.h
3564 F:      include/linux/dm-*.h
3565 F:      include/uapi/linux/dm-*.h
3566
3567 DEVLINK
3568 M:      Jiri Pirko <jiri@mellanox.com>
3569 L:      netdev@vger.kernel.org
3570 S:      Supported
3571 F:      net/core/devlink.c
3572 F:      include/net/devlink.h
3573 F:      include/uapi/linux/devlink.h
3574
3575 DIALOG SEMICONDUCTOR DRIVERS
3576 M:      Support Opensource <support.opensource@diasemi.com>
3577 W:      http://www.dialog-semiconductor.com/products
3578 S:      Supported
3579 F:      Documentation/hwmon/da90??
3580 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3581 F:      drivers/gpio/gpio-da90??.c
3582 F:      drivers/hwmon/da90??-hwmon.c
3583 F:      drivers/iio/adc/da91??-*.c
3584 F:      drivers/input/misc/da90??_onkey.c
3585 F:      drivers/input/touchscreen/da9052_tsi.c
3586 F:      drivers/leds/leds-da90??.c
3587 F:      drivers/mfd/da903x.c
3588 F:      drivers/mfd/da90??-*.c
3589 F:      drivers/mfd/da91??-*.c
3590 F:      drivers/power/da9052-battery.c
3591 F:      drivers/power/da91??-*.c
3592 F:      drivers/regulator/da903x.c
3593 F:      drivers/regulator/da9???-regulator.[ch]
3594 F:      drivers/rtc/rtc-da90??.c
3595 F:      drivers/video/backlight/da90??_bl.c
3596 F:      drivers/watchdog/da90??_wdt.c
3597 F:      include/linux/mfd/da903x.h
3598 F:      include/linux/mfd/da9052/
3599 F:      include/linux/mfd/da9055/
3600 F:      include/linux/mfd/da9063/
3601 F:      include/linux/mfd/da9150/
3602 F:      include/sound/da[79]*.h
3603 F:      sound/soc/codecs/da[79]*.[ch]
3604
3605 DIGI NEO AND CLASSIC PCI PRODUCTS
3606 M:      Lidza Louina <lidza.louina@gmail.com>
3607 M:      Mark Hounschell <markh@compro.net>
3608 L:      driverdev-devel@linuxdriverproject.org
3609 S:      Maintained
3610 F:      drivers/staging/dgnc/
3611
3612 DIOLAN U2C-12 I2C DRIVER
3613 M:      Guenter Roeck <linux@roeck-us.net>
3614 L:      linux-i2c@vger.kernel.org
3615 S:      Maintained
3616 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3617
3618 DIRECT ACCESS (DAX)
3619 M:      Matthew Wilcox <willy@linux.intel.com>
3620 L:      linux-fsdevel@vger.kernel.org
3621 S:      Supported
3622 F:      fs/dax.c
3623
3624 DIRECTORY NOTIFICATION (DNOTIFY)
3625 M:      Eric Paris <eparis@parisplace.org>
3626 S:      Maintained
3627 F:      Documentation/filesystems/dnotify.txt
3628 F:      fs/notify/dnotify/
3629 F:      include/linux/dnotify.h
3630
3631 DISK GEOMETRY AND PARTITION HANDLING
3632 M:      Andries Brouwer <aeb@cwi.nl>
3633 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3634 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3635 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3636 S:      Maintained
3637
3638 DISKQUOTA
3639 M:      Jan Kara <jack@suse.com>
3640 S:      Maintained
3641 F:      Documentation/filesystems/quota.txt
3642 F:      fs/quota/
3643 F:      include/linux/quota*.h
3644 F:      include/uapi/linux/quota*.h
3645
3646 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3647 M:      Bernie Thompson <bernie@plugable.com>
3648 L:      linux-fbdev@vger.kernel.org
3649 S:      Maintained
3650 W:      http://plugable.com/category/projects/udlfb/
3651 F:      drivers/video/fbdev/udlfb.c
3652 F:      include/video/udlfb.h
3653 F:      Documentation/fb/udlfb.txt
3654
3655 DISTRIBUTED LOCK MANAGER (DLM)
3656 M:      Christine Caulfield <ccaulfie@redhat.com>
3657 M:      David Teigland <teigland@redhat.com>
3658 L:      cluster-devel@redhat.com
3659 W:      http://sources.redhat.com/cluster/
3660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3661 S:      Supported
3662 F:      fs/dlm/
3663
3664 DMA BUFFER SHARING FRAMEWORK
3665 M:      Sumit Semwal <sumit.semwal@linaro.org>
3666 S:      Maintained
3667 L:      linux-media@vger.kernel.org
3668 L:      dri-devel@lists.freedesktop.org
3669 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3670 F:      drivers/dma-buf/
3671 F:      include/linux/dma-buf*
3672 F:      include/linux/reservation.h
3673 F:      include/linux/*fence.h
3674 F:      Documentation/dma-buf-sharing.txt
3675 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3676
3677 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3678 M:      Vinod Koul <vinod.koul@intel.com>
3679 L:      dmaengine@vger.kernel.org
3680 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3681 S:      Maintained
3682 F:      drivers/dma/
3683 F:      include/linux/dmaengine.h
3684 F:      Documentation/dmaengine/
3685 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3686
3687 DME1737 HARDWARE MONITOR DRIVER
3688 M:      Juerg Haefliger <juergh@gmail.com>
3689 L:      linux-hwmon@vger.kernel.org
3690 S:      Maintained
3691 F:      Documentation/hwmon/dme1737
3692 F:      drivers/hwmon/dme1737.c
3693
3694 DMI/SMBIOS SUPPORT
3695 M:      Jean Delvare <jdelvare@suse.com>
3696 S:      Maintained
3697 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3698 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3699 F:      drivers/firmware/dmi-id.c
3700 F:      drivers/firmware/dmi_scan.c
3701 F:      include/linux/dmi.h
3702
3703 DOCUMENTATION
3704 M:      Jonathan Corbet <corbet@lwn.net>
3705 L:      linux-doc@vger.kernel.org
3706 S:      Maintained
3707 F:      Documentation/
3708 F:      scripts/docproc.c
3709 F:      scripts/kernel-doc*
3710 X:      Documentation/ABI/
3711 X:      Documentation/devicetree/
3712 X:      Documentation/acpi
3713 X:      Documentation/power
3714 X:      Documentation/spi
3715 X:      Documentation/DocBook/media
3716 T:      git git://git.lwn.net/linux.git docs-next
3717
3718 DOUBLETALK DRIVER
3719 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3720 L:      blinux-list@redhat.com
3721 S:      Maintained
3722 F:      drivers/char/dtlk.c
3723 F:      include/linux/dtlk.h
3724
3725 DPT_I2O SCSI RAID DRIVER
3726 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3727 L:      linux-scsi@vger.kernel.org
3728 W:      http://www.adaptec.com/
3729 S:      Maintained
3730 F:      drivers/scsi/dpt*
3731 F:      drivers/scsi/dpt/
3732
3733 DRBD DRIVER
3734 M:      Philipp Reisner <philipp.reisner@linbit.com>
3735 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3736 L:      drbd-dev@lists.linbit.com
3737 W:      http://www.drbd.org
3738 T:      git git://git.linbit.com/linux-drbd.git
3739 T:      git git://git.linbit.com/drbd-8.4.git
3740 S:      Supported
3741 F:      drivers/block/drbd/
3742 F:      lib/lru_cache.c
3743 F:      Documentation/blockdev/drbd/
3744
3745 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3746 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3748 S:      Supported
3749 F:      Documentation/kobject.txt
3750 F:      drivers/base/
3751 F:      fs/debugfs/
3752 F:      fs/kernfs/
3753 F:      fs/sysfs/
3754 F:      include/linux/debugfs.h
3755 F:      include/linux/kobj*
3756 F:      lib/kobj*
3757
3758 DRM DRIVERS
3759 M:      David Airlie <airlied@linux.ie>
3760 L:      dri-devel@lists.freedesktop.org
3761 T:      git git://people.freedesktop.org/~airlied/linux
3762 S:      Maintained
3763 F:      drivers/gpu/drm/
3764 F:      drivers/gpu/vga/
3765 F:      include/drm/
3766 F:      include/uapi/drm/
3767
3768 RADEON and AMDGPU DRM DRIVERS
3769 M:      Alex Deucher <alexander.deucher@amd.com>
3770 M:      Christian König <christian.koenig@amd.com>
3771 L:      dri-devel@lists.freedesktop.org
3772 T:      git git://people.freedesktop.org/~agd5f/linux
3773 S:      Supported
3774 F:      drivers/gpu/drm/radeon/
3775 F:      include/uapi/drm/radeon*
3776 F:      drivers/gpu/drm/amd/
3777 F:      include/uapi/drm/amdgpu*
3778
3779 DRM PANEL DRIVERS
3780 M:      Thierry Reding <thierry.reding@gmail.com>
3781 L:      dri-devel@lists.freedesktop.org
3782 T:      git git://anongit.freedesktop.org/tegra/linux.git
3783 S:      Maintained
3784 F:      drivers/gpu/drm/drm_panel.c
3785 F:      drivers/gpu/drm/panel/
3786 F:      include/drm/drm_panel.h
3787 F:      Documentation/devicetree/bindings/display/panel/
3788
3789 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3790 M:      Daniel Vetter <daniel.vetter@intel.com>
3791 M:      Jani Nikula <jani.nikula@linux.intel.com>
3792 L:      intel-gfx@lists.freedesktop.org
3793 L:      dri-devel@lists.freedesktop.org
3794 W:      https://01.org/linuxgraphics/
3795 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3796 T:      git git://anongit.freedesktop.org/drm-intel
3797 S:      Supported
3798 F:      drivers/gpu/drm/i915/
3799 F:      include/drm/i915*
3800 F:      include/uapi/drm/i915*
3801
3802 DRM DRIVERS FOR ATMEL HLCDC
3803 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3804 L:      dri-devel@lists.freedesktop.org
3805 S:      Supported
3806 F:      drivers/gpu/drm/atmel-hlcdc/
3807 F:      Documentation/devicetree/bindings/drm/atmel/
3808
3809 DRM DRIVERS FOR EXYNOS
3810 M:      Inki Dae <inki.dae@samsung.com>
3811 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3812 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3813 M:      Kyungmin Park <kyungmin.park@samsung.com>
3814 L:      dri-devel@lists.freedesktop.org
3815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3816 S:      Supported
3817 F:      drivers/gpu/drm/exynos/
3818 F:      include/drm/exynos*
3819 F:      include/uapi/drm/exynos*
3820
3821 DRM DRIVERS FOR FREESCALE DCU
3822 M:      Stefan Agner <stefan@agner.ch>
3823 M:      Alison Wang <alison.wang@freescale.com>
3824 L:      dri-devel@lists.freedesktop.org
3825 S:      Supported
3826 F:      drivers/gpu/drm/fsl-dcu/
3827 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3828 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3829
3830 DRM DRIVERS FOR FREESCALE IMX
3831 M:      Philipp Zabel <p.zabel@pengutronix.de>
3832 L:      dri-devel@lists.freedesktop.org
3833 S:      Maintained
3834 F:      drivers/gpu/drm/imx/
3835 F:      drivers/gpu/ipu-v3/
3836 F:      Documentation/devicetree/bindings/display/imx/
3837
3838 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3839 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3840 L:      dri-devel@lists.freedesktop.org
3841 T:      git git://github.com/patjak/drm-gma500
3842 S:      Maintained
3843 F:      drivers/gpu/drm/gma500
3844 F:      include/drm/gma500*
3845
3846 DRM DRIVERS FOR NVIDIA TEGRA
3847 M:      Thierry Reding <thierry.reding@gmail.com>
3848 M:      Terje Bergström <tbergstrom@nvidia.com>
3849 L:      dri-devel@lists.freedesktop.org
3850 L:      linux-tegra@vger.kernel.org
3851 T:      git git://anongit.freedesktop.org/tegra/linux.git
3852 S:      Supported
3853 F:      drivers/gpu/drm/tegra/
3854 F:      drivers/gpu/host1x/
3855 F:      include/linux/host1x.h
3856 F:      include/uapi/drm/tegra_drm.h
3857 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3858
3859 DRM DRIVERS FOR RENESAS
3860 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3861 L:      dri-devel@lists.freedesktop.org
3862 L:      linux-renesas-soc@vger.kernel.org
3863 T:      git git://people.freedesktop.org/~airlied/linux
3864 S:      Supported
3865 F:      drivers/gpu/drm/rcar-du/
3866 F:      drivers/gpu/drm/shmobile/
3867 F:      include/linux/platform_data/shmob_drm.h
3868
3869 DRM DRIVERS FOR ROCKCHIP
3870 M:      Mark Yao <mark.yao@rock-chips.com>
3871 L:      dri-devel@lists.freedesktop.org
3872 S:      Maintained
3873 F:      drivers/gpu/drm/rockchip/
3874 F:      Documentation/devicetree/bindings/display/rockchip*
3875
3876 DRM DRIVERS FOR STI
3877 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3878 M:      Vincent Abriou <vincent.abriou@st.com>
3879 L:      dri-devel@lists.freedesktop.org
3880 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3881 S:      Maintained
3882 F:      drivers/gpu/drm/sti
3883 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3884
3885 DRM DRIVERS FOR VIVANTE GPU IP
3886 M:      Lucas Stach <l.stach@pengutronix.de>
3887 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3888 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3889 L:      dri-devel@lists.freedesktop.org
3890 S:      Maintained
3891 F:      drivers/gpu/drm/etnaviv
3892 F:      Documentation/devicetree/bindings/display/etnaviv
3893
3894 DSBR100 USB FM RADIO DRIVER
3895 M:      Alexey Klimov <klimov.linux@gmail.com>
3896 L:      linux-media@vger.kernel.org
3897 T:      git git://linuxtv.org/media_tree.git
3898 S:      Maintained
3899 F:      drivers/media/radio/dsbr100.c
3900
3901 DSCC4 DRIVER
3902 M:      Francois Romieu <romieu@fr.zoreil.com>
3903 L:      netdev@vger.kernel.org
3904 S:      Maintained
3905 F:      drivers/net/wan/dscc4.c
3906
3907 DT3155 MEDIA DRIVER
3908 M:      Hans Verkuil <hverkuil@xs4all.nl>
3909 L:      linux-media@vger.kernel.org
3910 T:      git git://linuxtv.org/media_tree.git
3911 W:      https://linuxtv.org
3912 S:      Odd Fixes
3913 F:      drivers/media/pci/dt3155/
3914
3915 DVB_USB_AF9015 MEDIA DRIVER
3916 M:      Antti Palosaari <crope@iki.fi>
3917 L:      linux-media@vger.kernel.org
3918 W:      https://linuxtv.org
3919 W:      http://palosaari.fi/linux/
3920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3921 T:      git git://linuxtv.org/anttip/media_tree.git
3922 S:      Maintained
3923 F:      drivers/media/usb/dvb-usb-v2/af9015*
3924
3925 DVB_USB_AF9035 MEDIA DRIVER
3926 M:      Antti Palosaari <crope@iki.fi>
3927 L:      linux-media@vger.kernel.org
3928 W:      https://linuxtv.org
3929 W:      http://palosaari.fi/linux/
3930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3931 T:      git git://linuxtv.org/anttip/media_tree.git
3932 S:      Maintained
3933 F:      drivers/media/usb/dvb-usb-v2/af9035*
3934
3935 DVB_USB_ANYSEE MEDIA DRIVER
3936 M:      Antti Palosaari <crope@iki.fi>
3937 L:      linux-media@vger.kernel.org
3938 W:      https://linuxtv.org
3939 W:      http://palosaari.fi/linux/
3940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3941 T:      git git://linuxtv.org/anttip/media_tree.git
3942 S:      Maintained
3943 F:      drivers/media/usb/dvb-usb-v2/anysee*
3944
3945 DVB_USB_AU6610 MEDIA DRIVER
3946 M:      Antti Palosaari <crope@iki.fi>
3947 L:      linux-media@vger.kernel.org
3948 W:      https://linuxtv.org
3949 W:      http://palosaari.fi/linux/
3950 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3951 T:      git git://linuxtv.org/anttip/media_tree.git
3952 S:      Maintained
3953 F:      drivers/media/usb/dvb-usb-v2/au6610*
3954
3955 DVB_USB_CE6230 MEDIA DRIVER
3956 M:      Antti Palosaari <crope@iki.fi>
3957 L:      linux-media@vger.kernel.org
3958 W:      https://linuxtv.org
3959 W:      http://palosaari.fi/linux/
3960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3961 T:      git git://linuxtv.org/anttip/media_tree.git
3962 S:      Maintained
3963 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3964
3965 DVB_USB_CXUSB MEDIA DRIVER
3966 M:      Michael Krufky <mkrufky@linuxtv.org>
3967 L:      linux-media@vger.kernel.org
3968 W:      https://linuxtv.org
3969 W:      http://github.com/mkrufky
3970 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3971 T:      git git://linuxtv.org/media_tree.git
3972 S:      Maintained
3973 F:      drivers/media/usb/dvb-usb/cxusb*
3974
3975 DVB_USB_EC168 MEDIA DRIVER
3976 M:      Antti Palosaari <crope@iki.fi>
3977 L:      linux-media@vger.kernel.org
3978 W:      https://linuxtv.org
3979 W:      http://palosaari.fi/linux/
3980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3981 T:      git git://linuxtv.org/anttip/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/usb/dvb-usb-v2/ec168*
3984
3985 DVB_USB_GL861 MEDIA DRIVER
3986 M:      Antti Palosaari <crope@iki.fi>
3987 L:      linux-media@vger.kernel.org
3988 W:      https://linuxtv.org
3989 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3990 T:      git git://linuxtv.org/anttip/media_tree.git
3991 S:      Maintained
3992 F:      drivers/media/usb/dvb-usb-v2/gl861*
3993
3994 DVB_USB_MXL111SF MEDIA DRIVER
3995 M:      Michael Krufky <mkrufky@linuxtv.org>
3996 L:      linux-media@vger.kernel.org
3997 W:      https://linuxtv.org
3998 W:      http://github.com/mkrufky
3999 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4000 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
4001 S:      Maintained
4002 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
4003
4004 DVB_USB_RTL28XXU MEDIA DRIVER
4005 M:      Antti Palosaari <crope@iki.fi>
4006 L:      linux-media@vger.kernel.org
4007 W:      https://linuxtv.org
4008 W:      http://palosaari.fi/linux/
4009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4010 T:      git git://linuxtv.org/anttip/media_tree.git
4011 S:      Maintained
4012 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
4013
4014 DVB_USB_V2 MEDIA DRIVER
4015 M:      Antti Palosaari <crope@iki.fi>
4016 L:      linux-media@vger.kernel.org
4017 W:      https://linuxtv.org
4018 W:      http://palosaari.fi/linux/
4019 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4020 T:      git git://linuxtv.org/anttip/media_tree.git
4021 S:      Maintained
4022 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
4023 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
4024
4025 DYNAMIC DEBUG
4026 M:      Jason Baron <jbaron@akamai.com>
4027 S:      Maintained
4028 F:      lib/dynamic_debug.c
4029 F:      include/linux/dynamic_debug.h
4030
4031 DZ DECSTATION DZ11 SERIAL DRIVER
4032 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4033 S:      Maintained
4034 F:      drivers/tty/serial/dz.*
4035
4036 E3X0 POWER BUTTON DRIVER
4037 M:      Moritz Fischer <moritz.fischer@ettus.com>
4038 L:      usrp-users@lists.ettus.com
4039 W:      http://www.ettus.com
4040 S:      Supported
4041 F:      drivers/input/misc/e3x0-button.c
4042 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4043
4044 E4000 MEDIA DRIVER
4045 M:      Antti Palosaari <crope@iki.fi>
4046 L:      linux-media@vger.kernel.org
4047 W:      https://linuxtv.org
4048 W:      http://palosaari.fi/linux/
4049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4050 T:      git git://linuxtv.org/anttip/media_tree.git
4051 S:      Maintained
4052 F:      drivers/media/tuners/e4000*
4053
4054 EATA ISA/EISA/PCI SCSI DRIVER
4055 M:      Dario Ballabio <ballabio_dario@emc.com>
4056 L:      linux-scsi@vger.kernel.org
4057 S:      Maintained
4058 F:      drivers/scsi/eata.c
4059
4060 EC100 MEDIA DRIVER
4061 M:      Antti Palosaari <crope@iki.fi>
4062 L:      linux-media@vger.kernel.org
4063 W:      https://linuxtv.org
4064 W:      http://palosaari.fi/linux/
4065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4066 T:      git git://linuxtv.org/anttip/media_tree.git
4067 S:      Maintained
4068 F:      drivers/media/dvb-frontends/ec100*
4069
4070 ECRYPT FILE SYSTEM
4071 M:      Tyler Hicks <tyhicks@canonical.com>
4072 L:      ecryptfs@vger.kernel.org
4073 W:      http://ecryptfs.org
4074 W:      https://launchpad.net/ecryptfs
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4076 S:      Supported
4077 F:      Documentation/filesystems/ecryptfs.txt
4078 F:      fs/ecryptfs/
4079
4080 EDAC-CORE
4081 M:      Doug Thompson <dougthompson@xmission.com>
4082 M:      Borislav Petkov <bp@alien8.de>
4083 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4084 L:      linux-edac@vger.kernel.org
4085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4087 S:      Supported
4088 F:      Documentation/edac.txt
4089 F:      drivers/edac/
4090 F:      include/linux/edac.h
4091
4092 EDAC-AMD64
4093 M:      Doug Thompson <dougthompson@xmission.com>
4094 M:      Borislav Petkov <bp@alien8.de>
4095 L:      linux-edac@vger.kernel.org
4096 S:      Maintained
4097 F:      drivers/edac/amd64_edac*
4098
4099 EDAC-CALXEDA
4100 M:      Doug Thompson <dougthompson@xmission.com>
4101 M:      Robert Richter <rric@kernel.org>
4102 L:      linux-edac@vger.kernel.org
4103 S:      Maintained
4104 F:      drivers/edac/highbank*
4105
4106 EDAC-CAVIUM
4107 M:      Ralf Baechle <ralf@linux-mips.org>
4108 M:      David Daney <david.daney@cavium.com>
4109 L:      linux-edac@vger.kernel.org
4110 L:      linux-mips@linux-mips.org
4111 S:      Supported
4112 F:      drivers/edac/octeon_edac*
4113
4114 EDAC-E752X
4115 M:      Mark Gross <mark.gross@intel.com>
4116 M:      Doug Thompson <dougthompson@xmission.com>
4117 L:      linux-edac@vger.kernel.org
4118 S:      Maintained
4119 F:      drivers/edac/e752x_edac.c
4120
4121 EDAC-E7XXX
4122 M:      Doug Thompson <dougthompson@xmission.com>
4123 L:      linux-edac@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/edac/e7xxx_edac.c
4126
4127 EDAC-GHES
4128 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4129 L:      linux-edac@vger.kernel.org
4130 S:      Maintained
4131 F:      drivers/edac/ghes_edac.c
4132
4133 EDAC-I82443BXGX
4134 M:      Tim Small <tim@buttersideup.com>
4135 L:      linux-edac@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/edac/i82443bxgx_edac.c
4138
4139 EDAC-I3000
4140 M:      Jason Uhlenkott <juhlenko@akamai.com>
4141 L:      linux-edac@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/edac/i3000_edac.c
4144
4145 EDAC-I5000
4146 M:      Doug Thompson <dougthompson@xmission.com>
4147 L:      linux-edac@vger.kernel.org
4148 S:      Maintained
4149 F:      drivers/edac/i5000_edac.c
4150
4151 EDAC-I5400
4152 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4153 L:      linux-edac@vger.kernel.org
4154 S:      Maintained
4155 F:      drivers/edac/i5400_edac.c
4156
4157 EDAC-I7300
4158 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4159 L:      linux-edac@vger.kernel.org
4160 S:      Maintained
4161 F:      drivers/edac/i7300_edac.c
4162
4163 EDAC-I7CORE
4164 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4165 L:      linux-edac@vger.kernel.org
4166 S:      Maintained
4167 F:      drivers/edac/i7core_edac.c
4168
4169 EDAC-I82975X
4170 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4171 M:      "Arvind R." <arvino55@gmail.com>
4172 L:      linux-edac@vger.kernel.org
4173 S:      Maintained
4174 F:      drivers/edac/i82975x_edac.c
4175
4176 EDAC-IE31200
4177 M:      Jason Baron <jbaron@akamai.com>
4178 L:      linux-edac@vger.kernel.org
4179 S:      Maintained
4180 F:      drivers/edac/ie31200_edac.c
4181
4182 EDAC-MPC85XX
4183 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4184 L:      linux-edac@vger.kernel.org
4185 S:      Maintained
4186 F:      drivers/edac/mpc85xx_edac.[ch]
4187
4188 EDAC-PASEMI
4189 M:      Egor Martovetsky <egor@pasemi.com>
4190 L:      linux-edac@vger.kernel.org
4191 S:      Maintained
4192 F:      drivers/edac/pasemi_edac.c
4193
4194 EDAC-R82600
4195 M:      Tim Small <tim@buttersideup.com>
4196 L:      linux-edac@vger.kernel.org
4197 S:      Maintained
4198 F:      drivers/edac/r82600_edac.c
4199
4200 EDAC-SBRIDGE
4201 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4202 L:      linux-edac@vger.kernel.org
4203 S:      Maintained
4204 F:      drivers/edac/sb_edac.c
4205
4206 EDAC-XGENE
4207 APPLIED MICRO (APM) X-GENE SOC EDAC
4208 M:     Loc Ho <lho@apm.com>
4209 S:     Supported
4210 F:     drivers/edac/xgene_edac.c
4211 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4212
4213 EDIROL UA-101/UA-1000 DRIVER
4214 M:      Clemens Ladisch <clemens@ladisch.de>
4215 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4216 T:      git git://git.alsa-project.org/alsa-kernel.git
4217 S:      Maintained
4218 F:      sound/usb/misc/ua101.c
4219
4220 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4221 M:      Matt Fleming <matt@codeblueprint.co.uk>
4222 L:      linux-efi@vger.kernel.org
4223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4224 S:      Maintained
4225 F:      Documentation/efi-stub.txt
4226 F:      arch/ia64/kernel/efi.c
4227 F:      arch/x86/boot/compressed/eboot.[ch]
4228 F:      arch/x86/include/asm/efi.h
4229 F:      arch/x86/platform/efi/*
4230 F:      drivers/firmware/efi/*
4231 F:      include/linux/efi*.h
4232
4233 EFI VARIABLE FILESYSTEM
4234 M:      Matthew Garrett <matthew.garrett@nebula.com>
4235 M:      Jeremy Kerr <jk@ozlabs.org>
4236 M:      Matt Fleming <matt@codeblueprint.co.uk>
4237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4238 L:      linux-efi@vger.kernel.org
4239 S:      Maintained
4240 F:      fs/efivarfs/
4241
4242 EFIFB FRAMEBUFFER DRIVER
4243 L:      linux-fbdev@vger.kernel.org
4244 M:      Peter Jones <pjones@redhat.com>
4245 S:      Maintained
4246 F:      drivers/video/fbdev/efifb.c
4247
4248 EFS FILESYSTEM
4249 W:      http://aeschi.ch.eu.org/efs/
4250 S:      Orphan
4251 F:      fs/efs/
4252
4253 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4254 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4255 L:      netdev@vger.kernel.org
4256 S:      Maintained
4257 F:      drivers/net/ethernet/ibm/ehea/
4258
4259 EM28XX VIDEO4LINUX DRIVER
4260 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4261 L:      linux-media@vger.kernel.org
4262 W:      https://linuxtv.org
4263 T:      git git://linuxtv.org/media_tree.git
4264 S:      Maintained
4265 F:      drivers/media/usb/em28xx/
4266
4267 EMBEDDED LINUX
4268 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4269 M:      Matt Mackall <mpm@selenic.com>
4270 M:      David Woodhouse <dwmw2@infradead.org>
4271 L:      linux-embedded@vger.kernel.org
4272 S:      Maintained
4273
4274 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4275 M:      James Smart <james.smart@avagotech.com>
4276 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4277 L:      linux-scsi@vger.kernel.org
4278 W:      http://www.avagotech.com
4279 S:      Supported
4280 F:      drivers/scsi/lpfc/
4281
4282 ENE CB710 FLASH CARD READER DRIVER
4283 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4284 S:      Maintained
4285 F:      drivers/misc/cb710/
4286 F:      drivers/mmc/host/cb710-mmc.*
4287 F:      include/linux/cb710.h
4288
4289 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4290 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4291 S:      Maintained
4292 F:      drivers/media/rc/ene_ir.*
4293
4294 EPSON S1D13XXX FRAMEBUFFER DRIVER
4295 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4296 S:      Maintained
4297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4298 F:      drivers/video/fbdev/s1d13xxxfb.c
4299 F:      include/video/s1d13xxxfb.h
4300
4301 ET131X NETWORK DRIVER
4302 M:      Mark Einon <mark.einon@gmail.com>
4303 S:      Odd Fixes
4304 F:      drivers/net/ethernet/agere/
4305
4306 ETHERNET BRIDGE
4307 M:      Stephen Hemminger <stephen@networkplumber.org>
4308 L:      bridge@lists.linux-foundation.org
4309 L:      netdev@vger.kernel.org
4310 W:      http://www.linuxfoundation.org/en/Net:Bridge
4311 S:      Maintained
4312 F:      include/linux/netfilter_bridge/
4313 F:      net/bridge/
4314
4315 ETHERNET PHY LIBRARY
4316 M:      Florian Fainelli <f.fainelli@gmail.com>
4317 L:      netdev@vger.kernel.org
4318 S:      Maintained
4319 F:      include/linux/phy.h
4320 F:      include/linux/phy_fixed.h
4321 F:      drivers/net/phy/
4322 F:      Documentation/networking/phy.txt
4323 F:      drivers/of/of_mdio.c
4324 F:      drivers/of/of_net.c
4325
4326 EXT2 FILE SYSTEM
4327 M:      Jan Kara <jack@suse.com>
4328 L:      linux-ext4@vger.kernel.org
4329 S:      Maintained
4330 F:      Documentation/filesystems/ext2.txt
4331 F:      fs/ext2/
4332 F:      include/linux/ext2*
4333
4334 EXT4 FILE SYSTEM
4335 M:      "Theodore Ts'o" <tytso@mit.edu>
4336 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4337 L:      linux-ext4@vger.kernel.org
4338 W:      http://ext4.wiki.kernel.org
4339 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4341 S:      Maintained
4342 F:      Documentation/filesystems/ext4.txt
4343 F:      fs/ext4/
4344
4345 Extended Verification Module (EVM)
4346 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4347 L:      linux-ima-devel@lists.sourceforge.net
4348 L:      linux-security-module@vger.kernel.org
4349 S:      Supported
4350 F:      security/integrity/evm/
4351
4352 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4353 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4354 M:      Chanwoo Choi <cw00.choi@samsung.com>
4355 L:      linux-kernel@vger.kernel.org
4356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4357 S:      Maintained
4358 F:      drivers/extcon/
4359 F:      include/linux/extcon/
4360 F:      include/linux/extcon.h
4361 F:      Documentation/extcon/
4362 F:      Documentation/devicetree/bindings/extcon/
4363
4364 EXYNOS DP DRIVER
4365 M:      Jingoo Han <jingoohan1@gmail.com>
4366 L:      dri-devel@lists.freedesktop.org
4367 S:      Maintained
4368 F:      drivers/gpu/drm/exynos/exynos_dp*
4369
4370 EXYNOS SYSMMU (IOMMU) driver
4371 M:      Marek Szyprowski <m.szyprowski@samsung.com>
4372 L:      iommu@lists.linux-foundation.org
4373 S:      Maintained
4374 F:      drivers/iommu/exynos-iommu.c
4375
4376 EXYNOS MIPI DISPLAY DRIVERS
4377 M:      Inki Dae <inki.dae@samsung.com>
4378 M:      Donghwa Lee <dh09.lee@samsung.com>
4379 M:      Kyungmin Park <kyungmin.park@samsung.com>
4380 L:      linux-fbdev@vger.kernel.org
4381 S:      Maintained
4382 F:      drivers/video/fbdev/exynos/exynos_mipi*
4383 F:      include/video/exynos_mipi*
4384
4385 F71805F HARDWARE MONITORING DRIVER
4386 M:      Jean Delvare <jdelvare@suse.com>
4387 L:      linux-hwmon@vger.kernel.org
4388 S:      Maintained
4389 F:      Documentation/hwmon/f71805f
4390 F:      drivers/hwmon/f71805f.c
4391
4392 FC0011 TUNER DRIVER
4393 M:      Michael Buesch <m@bues.ch>
4394 L:      linux-media@vger.kernel.org
4395 S:      Maintained
4396 F:      drivers/media/tuners/fc0011.h
4397 F:      drivers/media/tuners/fc0011.c
4398
4399 FC2580 MEDIA DRIVER
4400 M:      Antti Palosaari <crope@iki.fi>
4401 L:      linux-media@vger.kernel.org
4402 W:      https://linuxtv.org
4403 W:      http://palosaari.fi/linux/
4404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4405 T:      git git://linuxtv.org/anttip/media_tree.git
4406 S:      Maintained
4407 F:      drivers/media/tuners/fc2580*
4408
4409 FANOTIFY
4410 M:      Eric Paris <eparis@redhat.com>
4411 S:      Maintained
4412 F:      fs/notify/fanotify/
4413 F:      include/linux/fanotify.h
4414 F:      include/uapi/linux/fanotify.h
4415
4416 FARSYNC SYNCHRONOUS DRIVER
4417 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4418 W:      http://www.farsite.co.uk/
4419 S:      Supported
4420 F:      drivers/net/wan/farsync.*
4421
4422 FAULT INJECTION SUPPORT
4423 M:      Akinobu Mita <akinobu.mita@gmail.com>
4424 S:      Supported
4425 F:      Documentation/fault-injection/
4426 F:      lib/fault-inject.c
4427
4428 FBTFT Framebuffer drivers
4429 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4430 M:      Noralf Trønnes <noralf@tronnes.org>
4431 S:      Maintained
4432 F:      drivers/staging/fbtft/
4433
4434 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4435 M:      Vasu Dev <vasu.dev@intel.com>
4436 L:      fcoe-devel@open-fcoe.org
4437 W:      www.Open-FCoE.org
4438 S:      Supported
4439 F:      drivers/scsi/libfc/
4440 F:      drivers/scsi/fcoe/
4441 F:      include/scsi/fc/
4442 F:      include/scsi/libfc.h
4443 F:      include/scsi/libfcoe.h
4444 F:      include/uapi/scsi/fc/
4445
4446 FILE LOCKING (flock() and fcntl()/lockf())
4447 M:      Jeff Layton <jlayton@poochiereds.net>
4448 M:      "J. Bruce Fields" <bfields@fieldses.org>
4449 L:      linux-fsdevel@vger.kernel.org
4450 S:      Maintained
4451 F:      include/linux/fcntl.h
4452 F:      include/linux/fs.h
4453 F:      include/uapi/linux/fcntl.h
4454 F:      include/uapi/linux/fs.h
4455 F:      fs/fcntl.c
4456 F:      fs/locks.c
4457
4458 FILESYSTEMS (VFS and infrastructure)
4459 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4460 L:      linux-fsdevel@vger.kernel.org
4461 S:      Maintained
4462 F:      fs/*
4463
4464 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4465 M:      Riku Voipio <riku.voipio@iki.fi>
4466 L:      linux-hwmon@vger.kernel.org
4467 S:      Maintained
4468 F:      drivers/hwmon/f75375s.c
4469 F:      include/linux/f75375s.h
4470
4471 FIREWIRE AUDIO DRIVERS
4472 M:      Clemens Ladisch <clemens@ladisch.de>
4473 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4474 T:      git git://git.alsa-project.org/alsa-kernel.git
4475 S:      Maintained
4476 F:      sound/firewire/
4477
4478 FIREWIRE MEDIA DRIVERS (firedtv)
4479 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4480 L:      linux-media@vger.kernel.org
4481 L:      linux1394-devel@lists.sourceforge.net
4482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4483 S:      Maintained
4484 F:      drivers/media/firewire/
4485
4486 FIREWIRE SBP-2 TARGET
4487 M:      Chris Boot <bootc@bootc.net>
4488 L:      linux-scsi@vger.kernel.org
4489 L:      target-devel@vger.kernel.org
4490 L:      linux1394-devel@lists.sourceforge.net
4491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4492 S:      Maintained
4493 F:      drivers/target/sbp/
4494
4495 FIREWIRE SUBSYSTEM
4496 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4497 L:      linux1394-devel@lists.sourceforge.net
4498 W:      http://ieee1394.wiki.kernel.org/
4499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4500 S:      Maintained
4501 F:      drivers/firewire/
4502 F:      include/linux/firewire.h
4503 F:      include/uapi/linux/firewire*.h
4504 F:      tools/firewire/
4505
4506 FIRMWARE LOADER (request_firmware)
4507 M:      Ming Lei <ming.lei@canonical.com>
4508 L:      linux-kernel@vger.kernel.org
4509 S:      Maintained
4510 F:      Documentation/firmware_class/
4511 F:      drivers/base/firmware*.c
4512 F:      include/linux/firmware.h
4513
4514 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4515 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4516 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4517 S:      Maintained
4518 F:      drivers/block/rsxx/
4519
4520 FLOPPY DRIVER
4521 M:      Jiri Kosina <jikos@kernel.org>
4522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4523 S:      Odd fixes
4524 F:      drivers/block/floppy.c
4525
4526 FMC SUBSYSTEM
4527 M:      Alessandro Rubini <rubini@gnudd.com>
4528 W:      http://www.ohwr.org/projects/fmc-bus
4529 S:      Supported
4530 F:      drivers/fmc/
4531 F:      include/linux/fmc*.h
4532 F:      include/linux/ipmi-fru.h
4533 K:      fmc_d.*register
4534
4535 FPGA MANAGER FRAMEWORK
4536 M:      Alan Tull <atull@opensource.altera.com>
4537 R:      Moritz Fischer <moritz.fischer@ettus.com>
4538 S:      Maintained
4539 F:      drivers/fpga/
4540 F:      include/linux/fpga/fpga-mgr.h
4541 W:      http://www.rocketboards.org
4542
4543 FPU EMULATOR
4544 M:      Bill Metzenthen <billm@melbpc.org.au>
4545 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4546 S:      Maintained
4547 F:      arch/x86/math-emu/
4548
4549 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4550 L:      netdev@vger.kernel.org
4551 S:      Orphan
4552 F:      drivers/net/wan/dlci.c
4553 F:      drivers/net/wan/sdla.c
4554
4555 FRAMEBUFFER LAYER
4556 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4557 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4558 L:      linux-fbdev@vger.kernel.org
4559 W:      http://linux-fbdev.sourceforge.net/
4560 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4562 S:      Maintained
4563 F:      Documentation/fb/
4564 F:      drivers/video/
4565 F:      include/video/
4566 F:      include/linux/fb.h
4567 F:      include/uapi/video/
4568 F:      include/uapi/linux/fb.h
4569
4570 FREESCALE DIU FRAMEBUFFER DRIVER
4571 M:      Timur Tabi <timur@tabi.org>
4572 L:      linux-fbdev@vger.kernel.org
4573 S:      Maintained
4574 F:      drivers/video/fbdev/fsl-diu-fb.*
4575
4576 FREESCALE DMA DRIVER
4577 M:      Li Yang <leoli@freescale.com>
4578 M:      Zhang Wei <zw@zh-kernel.org>
4579 L:      linuxppc-dev@lists.ozlabs.org
4580 S:      Maintained
4581 F:      drivers/dma/fsldma.*
4582
4583 FREESCALE GPMI NAND DRIVER
4584 M:      Han Xu <han.xu@nxp.com>
4585 L:      linux-mtd@lists.infradead.org
4586 S:      Maintained
4587 F:      drivers/mtd/nand/gpmi-nand/*
4588
4589 FREESCALE I2C CPM DRIVER
4590 M:      Jochen Friedrich <jochen@scram.de>
4591 L:      linuxppc-dev@lists.ozlabs.org
4592 L:      linux-i2c@vger.kernel.org
4593 S:      Maintained
4594 F:      drivers/i2c/busses/i2c-cpm.c
4595
4596 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4597 M:      Sascha Hauer <kernel@pengutronix.de>
4598 L:      linux-fbdev@vger.kernel.org
4599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4600 S:      Maintained
4601 F:      include/linux/platform_data/video-imxfb.h
4602 F:      drivers/video/fbdev/imxfb.c
4603
4604 FREESCALE QUAD SPI DRIVER
4605 M:      Han Xu <han.xu@nxp.com>
4606 L:      linux-mtd@lists.infradead.org
4607 S:      Maintained
4608 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4609
4610 FREESCALE SOC FS_ENET DRIVER
4611 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4612 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4613 L:      linuxppc-dev@lists.ozlabs.org
4614 L:      netdev@vger.kernel.org
4615 S:      Maintained
4616 F:      drivers/net/ethernet/freescale/fs_enet/
4617 F:      include/linux/fs_enet_pd.h
4618
4619 FREESCALE IMX / MXC FEC DRIVER
4620 M:      Fugang Duan <fugang.duan@nxp.com>
4621 L:      netdev@vger.kernel.org
4622 S:      Maintained
4623 F:      drivers/net/ethernet/freescale/fec_main.c
4624 F:      drivers/net/ethernet/freescale/fec_ptp.c
4625 F:      drivers/net/ethernet/freescale/fec.h
4626 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4627
4628 FREESCALE QUICC ENGINE LIBRARY
4629 L:      linuxppc-dev@lists.ozlabs.org
4630 S:      Orphan
4631 F:      drivers/soc/fsl/qe/
4632 F:      include/soc/fsl/*qe*.h
4633 F:      include/soc/fsl/*ucc*.h
4634
4635 FREESCALE USB PERIPHERAL DRIVERS
4636 M:      Li Yang <leoli@freescale.com>
4637 L:      linux-usb@vger.kernel.org
4638 L:      linuxppc-dev@lists.ozlabs.org
4639 S:      Maintained
4640 F:      drivers/usb/gadget/udc/fsl*
4641
4642 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4643 M:      Li Yang <leoli@freescale.com>
4644 L:      netdev@vger.kernel.org
4645 L:      linuxppc-dev@lists.ozlabs.org
4646 S:      Maintained
4647 F:      drivers/net/ethernet/freescale/ucc_geth*
4648
4649 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4650 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4651 L:      netdev@vger.kernel.org
4652 S:      Maintained
4653 F:      drivers/net/ethernet/freescale/gianfar*
4654 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4655 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4656
4657 FREESCALE QUICC ENGINE UCC UART DRIVER
4658 M:      Timur Tabi <timur@tabi.org>
4659 L:      linuxppc-dev@lists.ozlabs.org
4660 S:      Maintained
4661 F:      drivers/tty/serial/ucc_uart.c
4662
4663 FREESCALE SOC SOUND DRIVERS
4664 M:      Timur Tabi <timur@tabi.org>
4665 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4666 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4667 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4668 L:      linuxppc-dev@lists.ozlabs.org
4669 S:      Maintained
4670 F:      sound/soc/fsl/fsl*
4671 F:      sound/soc/fsl/imx*
4672 F:      sound/soc/fsl/mpc8610_hpcd.c
4673
4674 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4675 M:      "J. German Rivera" <German.Rivera@freescale.com>
4676 L:      linux-kernel@vger.kernel.org
4677 S:      Maintained
4678 F:      drivers/staging/fsl-mc/
4679
4680 FREEVXFS FILESYSTEM
4681 M:      Christoph Hellwig <hch@infradead.org>
4682 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4683 S:      Maintained
4684 F:      fs/freevxfs/
4685
4686 FREEZER
4687 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4688 M:      Pavel Machek <pavel@ucw.cz>
4689 L:      linux-pm@vger.kernel.org
4690 S:      Supported
4691 F:      Documentation/power/freezing-of-tasks.txt
4692 F:      include/linux/freezer.h
4693 F:      kernel/freezer.c
4694
4695 FRONTSWAP API
4696 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4697 L:      linux-kernel@vger.kernel.org
4698 S:      Maintained
4699 F:      mm/frontswap.c
4700 F:      include/linux/frontswap.h
4701
4702 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4703 M:      David Howells <dhowells@redhat.com>
4704 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4705 S:      Supported
4706 F:      Documentation/filesystems/caching/
4707 F:      fs/fscache/
4708 F:      include/linux/fscache*.h
4709
4710 F2FS FILE SYSTEM
4711 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4712 M:      Changman Lee <cm224.lee@samsung.com>
4713 R:      Chao Yu <chao2.yu@samsung.com>
4714 L:      linux-f2fs-devel@lists.sourceforge.net
4715 W:      http://en.wikipedia.org/wiki/F2FS
4716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4717 S:      Maintained
4718 F:      Documentation/filesystems/f2fs.txt
4719 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4720 F:      fs/f2fs/
4721 F:      include/linux/f2fs_fs.h
4722 F:      include/trace/events/f2fs.h
4723
4724 FUJITSU FR-V (FRV) PORT
4725 S:      Orphan
4726 F:      arch/frv/
4727
4728 FUJITSU LAPTOP EXTRAS
4729 M:      Jonathan Woithe <jwoithe@just42.net>
4730 L:      platform-driver-x86@vger.kernel.org
4731 S:      Maintained
4732 F:      drivers/platform/x86/fujitsu-laptop.c
4733
4734 FUJITSU M-5MO LS CAMERA ISP DRIVER
4735 M:      Kyungmin Park <kyungmin.park@samsung.com>
4736 M:      Heungjun Kim <riverful.kim@samsung.com>
4737 L:      linux-media@vger.kernel.org
4738 S:      Maintained
4739 F:      drivers/media/i2c/m5mols/
4740 F:      include/media/i2c/m5mols.h
4741
4742 FUJITSU TABLET EXTRAS
4743 M:      Robert Gerlach <khnz@gmx.de>
4744 L:      platform-driver-x86@vger.kernel.org
4745 S:      Maintained
4746 F:      drivers/platform/x86/fujitsu-tablet.c
4747
4748 FUSE: FILESYSTEM IN USERSPACE
4749 M:      Miklos Szeredi <miklos@szeredi.hu>
4750 L:      fuse-devel@lists.sourceforge.net
4751 W:      http://fuse.sourceforge.net/
4752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4753 S:      Maintained
4754 F:      fs/fuse/
4755 F:      include/uapi/linux/fuse.h
4756 F:      Documentation/filesystems/fuse.txt
4757
4758 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4759 M:      Rik Faith <faith@cs.unc.edu>
4760 L:      linux-scsi@vger.kernel.org
4761 S:      Odd Fixes (e.g., new signatures)
4762 F:      drivers/scsi/fdomain.*
4763
4764 GCOV BASED KERNEL PROFILING
4765 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4766 S:      Maintained
4767 F:      kernel/gcov/
4768 F:      Documentation/gcov.txt
4769
4770 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4771 M:      Achim Leubner <achim_leubner@adaptec.com>
4772 L:      linux-scsi@vger.kernel.org
4773 W:      http://www.icp-vortex.com/
4774 S:      Supported
4775 F:      drivers/scsi/gdt*
4776
4777 GDB KERNEL DEBUGGING HELPER SCRIPTS
4778 M:      Jan Kiszka <jan.kiszka@siemens.com>
4779 S:      Supported
4780 F:      scripts/gdb/
4781
4782 GEMTEK FM RADIO RECEIVER DRIVER
4783 M:      Hans Verkuil <hverkuil@xs4all.nl>
4784 L:      linux-media@vger.kernel.org
4785 T:      git git://linuxtv.org/media_tree.git
4786 W:      https://linuxtv.org
4787 S:      Maintained
4788 F:      drivers/media/radio/radio-gemtek*
4789
4790 GENERIC GPIO I2C DRIVER
4791 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4792 S:      Supported
4793 F:      drivers/i2c/busses/i2c-gpio.c
4794 F:      include/linux/i2c-gpio.h
4795
4796 GENERIC GPIO I2C MULTIPLEXER DRIVER
4797 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4798 L:      linux-i2c@vger.kernel.org
4799 S:      Supported
4800 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4801 F:      include/linux/i2c-mux-gpio.h
4802 F:      Documentation/i2c/muxes/i2c-mux-gpio
4803
4804 GENERIC HDLC (WAN) DRIVERS
4805 M:      Krzysztof Halasa <khc@pm.waw.pl>
4806 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4807 S:      Maintained
4808 F:      drivers/net/wan/c101.c
4809 F:      drivers/net/wan/hd6457*
4810 F:      drivers/net/wan/hdlc*
4811 F:      drivers/net/wan/n2.c
4812 F:      drivers/net/wan/pc300too.c
4813 F:      drivers/net/wan/pci200syn.c
4814 F:      drivers/net/wan/wanxl*
4815
4816 GENERIC INCLUDE/ASM HEADER FILES
4817 M:      Arnd Bergmann <arnd@arndb.de>
4818 L:      linux-arch@vger.kernel.org
4819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4820 S:      Maintained
4821 F:      include/asm-generic/
4822 F:      include/uapi/asm-generic/
4823
4824 GENERIC PHY FRAMEWORK
4825 M:      Kishon Vijay Abraham I <kishon@ti.com>
4826 L:      linux-kernel@vger.kernel.org
4827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4828 S:      Supported
4829 F:      drivers/phy/
4830 F:      include/linux/phy/
4831
4832 GENERIC PM DOMAINS
4833 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4834 M:      Kevin Hilman <khilman@kernel.org>
4835 M:      Ulf Hansson <ulf.hansson@linaro.org>
4836 L:      linux-pm@vger.kernel.org
4837 S:      Supported
4838 F:      drivers/base/power/domain*.c
4839 F:      include/linux/pm_domain.h
4840
4841 GENERIC UIO DRIVER FOR PCI DEVICES
4842 M:      "Michael S. Tsirkin" <mst@redhat.com>
4843 L:      kvm@vger.kernel.org
4844 S:      Supported
4845 F:      drivers/uio/uio_pci_generic.c
4846
4847 GET_MAINTAINER SCRIPT
4848 M:      Joe Perches <joe@perches.com>
4849 S:      Maintained
4850 F:      scripts/get_maintainer.pl
4851
4852 GFS2 FILE SYSTEM
4853 M:      Steven Whitehouse <swhiteho@redhat.com>
4854 M:      Bob Peterson <rpeterso@redhat.com>
4855 L:      cluster-devel@redhat.com
4856 W:      http://sources.redhat.com/cluster/
4857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4858 S:      Supported
4859 F:      Documentation/filesystems/gfs2*.txt
4860 F:      fs/gfs2/
4861 F:      include/uapi/linux/gfs2_ondisk.h
4862
4863 GIGASET ISDN DRIVERS
4864 M:      Paul Bolle <pebolle@tiscali.nl>
4865 L:      gigaset307x-common@lists.sourceforge.net
4866 W:      http://gigaset307x.sourceforge.net/
4867 S:      Odd Fixes
4868 F:      Documentation/isdn/README.gigaset
4869 F:      drivers/isdn/gigaset/
4870 F:      include/uapi/linux/gigaset_dev.h
4871
4872 GO7007 MPEG CODEC
4873 M:      Hans Verkuil <hans.verkuil@cisco.com>
4874 L:      linux-media@vger.kernel.org
4875 S:      Maintained
4876 F:      drivers/media/usb/go7007/
4877
4878 GOODIX TOUCHSCREEN
4879 M:      Bastien Nocera <hadess@hadess.net>
4880 L:      linux-input@vger.kernel.org
4881 S:      Maintained
4882 F:      drivers/input/touchscreen/goodix.c
4883
4884 GPIO SUBSYSTEM
4885 M:      Linus Walleij <linus.walleij@linaro.org>
4886 M:      Alexandre Courbot <gnurou@gmail.com>
4887 L:      linux-gpio@vger.kernel.org
4888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4889 S:      Maintained
4890 F:      Documentation/gpio/
4891 F:      Documentation/ABI/testing/gpio-cdev
4892 F:      Documentation/ABI/obsolete/sysfs-gpio
4893 F:      drivers/gpio/
4894 F:      include/linux/gpio/
4895 F:      include/linux/gpio.h
4896 F:      include/asm-generic/gpio.h
4897 F:      include/uapi/linux/gpio.h
4898 F:      tools/gpio/
4899
4900 GRE DEMULTIPLEXER DRIVER
4901 M:      Dmitry Kozlov <xeb@mail.ru>
4902 L:      netdev@vger.kernel.org
4903 S:      Maintained
4904 F:      net/ipv4/gre_demux.c
4905 F:      net/ipv4/gre_offload.c
4906 F:      include/net/gre.h
4907
4908 GRETH 10/100/1G Ethernet MAC device driver
4909 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4910 L:      netdev@vger.kernel.org
4911 S:      Maintained
4912 F:      drivers/net/ethernet/aeroflex/
4913
4914 GSPCA FINEPIX SUBDRIVER
4915 M:      Frank Zago <frank@zago.net>
4916 L:      linux-media@vger.kernel.org
4917 T:      git git://linuxtv.org/media_tree.git
4918 S:      Maintained
4919 F:      drivers/media/usb/gspca/finepix.c
4920
4921 GSPCA GL860 SUBDRIVER
4922 M:      Olivier Lorin <o.lorin@laposte.net>
4923 L:      linux-media@vger.kernel.org
4924 T:      git git://linuxtv.org/media_tree.git
4925 S:      Maintained
4926 F:      drivers/media/usb/gspca/gl860/
4927
4928 GSPCA M5602 SUBDRIVER
4929 M:      Erik Andren <erik.andren@gmail.com>
4930 L:      linux-media@vger.kernel.org
4931 T:      git git://linuxtv.org/media_tree.git
4932 S:      Maintained
4933 F:      drivers/media/usb/gspca/m5602/
4934
4935 GSPCA PAC207 SONIXB SUBDRIVER
4936 M:      Hans de Goede <hdegoede@redhat.com>
4937 L:      linux-media@vger.kernel.org
4938 T:      git git://linuxtv.org/media_tree.git
4939 S:      Maintained
4940 F:      drivers/media/usb/gspca/pac207.c
4941
4942 GSPCA SN9C20X SUBDRIVER
4943 M:      Brian Johnson <brijohn@gmail.com>
4944 L:      linux-media@vger.kernel.org
4945 T:      git git://linuxtv.org/media_tree.git
4946 S:      Maintained
4947 F:      drivers/media/usb/gspca/sn9c20x.c
4948
4949 GSPCA T613 SUBDRIVER
4950 M:      Leandro Costantino <lcostantino@gmail.com>
4951 L:      linux-media@vger.kernel.org
4952 T:      git git://linuxtv.org/media_tree.git
4953 S:      Maintained
4954 F:      drivers/media/usb/gspca/t613.c
4955
4956 GSPCA USB WEBCAM DRIVER
4957 M:      Hans de Goede <hdegoede@redhat.com>
4958 L:      linux-media@vger.kernel.org
4959 T:      git git://linuxtv.org/media_tree.git
4960 S:      Maintained
4961 F:      drivers/media/usb/gspca/
4962
4963 GUID PARTITION TABLE (GPT)
4964 M:      Davidlohr Bueso <dave@stgolabs.net>
4965 L:      linux-efi@vger.kernel.org
4966 S:      Maintained
4967 F:      block/partitions/efi.*
4968
4969 STK1160 USB VIDEO CAPTURE DRIVER
4970 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4971 L:      linux-media@vger.kernel.org
4972 T:      git git://linuxtv.org/media_tree.git
4973 S:      Maintained
4974 F:      drivers/media/usb/stk1160/
4975
4976 H8/300 ARCHITECTURE
4977 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4978 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4979 W:      http://uclinux-h8.sourceforge.jp
4980 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4981 S:      Maintained
4982 F:      arch/h8300/
4983 F:      drivers/clocksource/h8300_*.c
4984 F:      drivers/clk/h8300/
4985 F:      drivers/irqchip/irq-renesas-h8*.c
4986
4987 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4988 M:      Frank Seidel <frank@f-seidel.de>
4989 L:      platform-driver-x86@vger.kernel.org
4990 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4991 S:      Maintained
4992 F:      drivers/platform/x86/hdaps.c
4993
4994 HDPVR USB VIDEO ENCODER DRIVER
4995 M:      Hans Verkuil <hverkuil@xs4all.nl>
4996 L:      linux-media@vger.kernel.org
4997 T:      git git://linuxtv.org/media_tree.git
4998 W:      https://linuxtv.org
4999 S:      Odd Fixes
5000 F:      drivers/media/usb/hdpvr/
5001
5002 HWPOISON MEMORY FAILURE HANDLING
5003 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
5004 L:      linux-mm@kvack.org
5005 S:      Maintained
5006 F:      mm/memory-failure.c
5007 F:      mm/hwpoison-inject.c
5008
5009 HYPERVISOR VIRTUAL CONSOLE DRIVER
5010 L:      linuxppc-dev@lists.ozlabs.org
5011 S:      Odd Fixes
5012 F:      drivers/tty/hvc/
5013
5014 HACKRF MEDIA DRIVER
5015 M:      Antti Palosaari <crope@iki.fi>
5016 L:      linux-media@vger.kernel.org
5017 W:      https://linuxtv.org
5018 W:      http://palosaari.fi/linux/
5019 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5020 T:      git git://linuxtv.org/anttip/media_tree.git
5021 S:      Maintained
5022 F:      drivers/media/usb/hackrf/
5023
5024 HARDWARE MONITORING
5025 M:      Jean Delvare <jdelvare@suse.com>
5026 M:      Guenter Roeck <linux@roeck-us.net>
5027 L:      linux-hwmon@vger.kernel.org
5028 W:      http://hwmon.wiki.kernel.org/
5029 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
5030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5031 S:      Maintained
5032 F:      Documentation/hwmon/
5033 F:      drivers/hwmon/
5034 F:      include/linux/hwmon*.h
5035
5036 HARDWARE RANDOM NUMBER GENERATOR CORE
5037 M:      Matt Mackall <mpm@selenic.com>
5038 M:      Herbert Xu <herbert@gondor.apana.org.au>
5039 L:      linux-crypto@vger.kernel.org
5040 S:      Odd fixes
5041 F:      Documentation/hw_random.txt
5042 F:      drivers/char/hw_random/
5043 F:      include/linux/hw_random.h
5044
5045 HARDWARE SPINLOCK CORE
5046 M:      Ohad Ben-Cohen <ohad@wizery.com>
5047 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5048 S:      Maintained
5049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5050 F:      Documentation/hwspinlock.txt
5051 F:      drivers/hwspinlock/hwspinlock_*
5052 F:      include/linux/hwspinlock.h
5053
5054 HARMONY SOUND DRIVER
5055 L:      linux-parisc@vger.kernel.org
5056 S:      Maintained
5057 F:      sound/parisc/harmony.*
5058
5059 HD29L2 MEDIA DRIVER
5060 M:      Antti Palosaari <crope@iki.fi>
5061 L:      linux-media@vger.kernel.org
5062 W:      https://linuxtv.org
5063 W:      http://palosaari.fi/linux/
5064 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5065 T:      git git://linuxtv.org/anttip/media_tree.git
5066 S:      Maintained
5067 F:      drivers/media/dvb-frontends/hd29l2*
5068
5069 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5070 M:      Don Brace <don.brace@microsemi.com>
5071 L:      iss_storagedev@hp.com
5072 L:      esc.storagedev@microsemi.com
5073 L:      linux-scsi@vger.kernel.org
5074 S:      Supported
5075 F:      Documentation/scsi/hpsa.txt
5076 F:      drivers/scsi/hpsa*.[ch]
5077 F:      include/linux/cciss*.h
5078 F:      include/uapi/linux/cciss*.h
5079
5080 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5081 M:      Don Brace <don.brace@microsemi.com>
5082 L:      iss_storagedev@hp.com
5083 L:      esc.storagedev@microsemi.com
5084 L:      linux-scsi@vger.kernel.org
5085 S:      Supported
5086 F:      Documentation/blockdev/cciss.txt
5087 F:      drivers/block/cciss*
5088 F:      include/linux/cciss_ioctl.h
5089 F:      include/uapi/linux/cciss_ioctl.h
5090
5091 HFS FILESYSTEM
5092 L:      linux-fsdevel@vger.kernel.org
5093 S:      Orphan
5094 F:      Documentation/filesystems/hfs.txt
5095 F:      fs/hfs/
5096
5097 HFSPLUS FILESYSTEM
5098 L:      linux-fsdevel@vger.kernel.org
5099 S:      Orphan
5100 F:      Documentation/filesystems/hfsplus.txt
5101 F:      fs/hfsplus/
5102
5103 HGA FRAMEBUFFER DRIVER
5104 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5105 L:      linux-nvidia@lists.surfsouth.com
5106 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5107 S:      Maintained
5108 F:      drivers/video/fbdev/hgafb.c
5109
5110 HIBERNATION (aka Software Suspend, aka swsusp)
5111 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5112 M:      Pavel Machek <pavel@ucw.cz>
5113 L:      linux-pm@vger.kernel.org
5114 S:      Supported
5115 F:      arch/x86/power/
5116 F:      drivers/base/power/
5117 F:      kernel/power/
5118 F:      include/linux/suspend.h
5119 F:      include/linux/freezer.h
5120 F:      include/linux/pm.h
5121 F:      arch/*/include/asm/suspend*.h
5122
5123 HID CORE LAYER
5124 M:      Jiri Kosina <jikos@kernel.org>
5125 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5126 L:      linux-input@vger.kernel.org
5127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5128 S:      Maintained
5129 F:      drivers/hid/
5130 F:      include/linux/hid*
5131 F:      include/uapi/linux/hid*
5132
5133 HID SENSOR HUB DRIVERS
5134 M:      Jiri Kosina <jikos@kernel.org>
5135 M:      Jonathan Cameron <jic23@kernel.org>
5136 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5137 L:      linux-input@vger.kernel.org
5138 L:      linux-iio@vger.kernel.org
5139 S:      Maintained
5140 F:      Documentation/hid/hid-sensor*
5141 F:      drivers/hid/hid-sensor-*
5142 F:      drivers/iio/*/hid-*
5143 F:      include/linux/hid-sensor-*
5144
5145 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5146 M:      Thomas Gleixner <tglx@linutronix.de>
5147 L:      linux-kernel@vger.kernel.org
5148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5149 S:      Maintained
5150 F:      Documentation/timers/
5151 F:      kernel/time/hrtimer.c
5152 F:      kernel/time/clockevents.c
5153 F:      kernel/time/tick*.*
5154 F:      kernel/time/timer_*.c
5155 F:      include/linux/clockchips.h
5156 F:      include/linux/hrtimer.h
5157
5158 HIGH-SPEED SCC DRIVER FOR AX.25
5159 L:      linux-hams@vger.kernel.org
5160 S:      Orphan
5161 F:      drivers/net/hamradio/dmascc.c
5162 F:      drivers/net/hamradio/scc.c
5163
5164 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5165 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5166 W:      http://www.highpoint-tech.com
5167 S:      Supported
5168 F:      Documentation/scsi/hptiop.txt
5169 F:      drivers/scsi/hptiop.c
5170
5171 HIPPI
5172 M:      Jes Sorensen <jes@trained-monkey.org>
5173 L:      linux-hippi@sunsite.dk
5174 S:      Maintained
5175 F:      include/linux/hippidevice.h
5176 F:      include/uapi/linux/if_hippi.h
5177 F:      net/802/hippi.c
5178 F:      drivers/net/hippi/
5179
5180 HISILICON SAS Controller
5181 M:      John Garry <john.garry@huawei.com>
5182 W:      http://www.hisilicon.com
5183 S:      Supported
5184 F:      drivers/scsi/hisi_sas/
5185 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5186
5187 HOST AP DRIVER
5188 M:      Jouni Malinen <j@w1.fi>
5189 L:      hostap@shmoo.com (subscribers-only)
5190 L:      linux-wireless@vger.kernel.org
5191 W:      http://hostap.epitest.fi/
5192 S:      Maintained
5193 F:      drivers/net/wireless/intersil/hostap/
5194
5195 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5196 L:      platform-driver-x86@vger.kernel.org
5197 S:      Orphan
5198 F:      drivers/platform/x86/tc1100-wmi.c
5199
5200 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5201 M:      Jaroslav Kysela <perex@perex.cz>
5202 S:      Maintained
5203 F:      drivers/net/ethernet/hp/hp100.*
5204
5205 HPET:   High Precision Event Timers driver
5206 M:      Clemens Ladisch <clemens@ladisch.de>
5207 S:      Maintained
5208 F:      Documentation/timers/hpet.txt
5209 F:      drivers/char/hpet.c
5210 F:      include/linux/hpet.h
5211 F:      include/uapi/linux/hpet.h
5212
5213 HPET:   x86
5214 S:      Orphan
5215 F:      arch/x86/kernel/hpet.c
5216 F:      arch/x86/include/asm/hpet.h
5217
5218 HPFS FILESYSTEM
5219 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5220 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5221 S:      Maintained
5222 F:      fs/hpfs/
5223
5224 HSI SUBSYSTEM
5225 M:      Sebastian Reichel <sre@kernel.org>
5226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5227 S:      Maintained
5228 F:      Documentation/ABI/testing/sysfs-bus-hsi
5229 F:      Documentation/hsi.txt
5230 F:      drivers/hsi/
5231 F:      include/linux/hsi/
5232 F:      include/uapi/linux/hsi/
5233
5234 HSO 3G MODEM DRIVER
5235 M:      Jan Dumon <j.dumon@option.com>
5236 W:      http://www.pharscape.org
5237 S:      Maintained
5238 F:      drivers/net/usb/hso.c
5239
5240 HSR NETWORK PROTOCOL
5241 M:      Arvid Brodin <arvid.brodin@alten.se>
5242 L:      netdev@vger.kernel.org
5243 S:      Maintained
5244 F:      net/hsr/
5245
5246 HTCPEN TOUCHSCREEN DRIVER
5247 M:      Pau Oliva Fora <pof@eslack.org>
5248 L:      linux-input@vger.kernel.org
5249 S:      Maintained
5250 F:      drivers/input/touchscreen/htcpen.c
5251
5252 HUGETLB FILESYSTEM
5253 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5254 S:      Maintained
5255 F:      fs/hugetlbfs/
5256
5257 Hyper-V CORE AND DRIVERS
5258 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5259 M:      Haiyang Zhang <haiyangz@microsoft.com>
5260 L:      devel@linuxdriverproject.org
5261 S:      Maintained
5262 F:      arch/x86/include/asm/mshyperv.h
5263 F:      arch/x86/include/uapi/asm/hyperv.h
5264 F:      arch/x86/kernel/cpu/mshyperv.c
5265 F:      drivers/hid/hid-hyperv.c
5266 F:      drivers/hv/
5267 F:      drivers/input/serio/hyperv-keyboard.c
5268 F:      drivers/pci/host/pci-hyperv.c
5269 F:      drivers/net/hyperv/
5270 F:      drivers/scsi/storvsc_drv.c
5271 F:      drivers/video/fbdev/hyperv_fb.c
5272 F:      include/linux/hyperv.h
5273 F:      tools/hv/
5274 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5275
5276 I2C MUXES
5277 M:      Peter Rosin <peda@axentia.se>
5278 L:      linux-i2c@vger.kernel.org
5279 S:      Maintained
5280 F:      Documentation/i2c/muxes/
5281 F:      Documentation/devicetree/bindings/i2c/i2c-mux*
5282 F:      drivers/i2c/i2c-mux.c
5283 F:      drivers/i2c/muxes/
5284 F:      include/linux/i2c-mux.h
5285
5286 I2C OVER PARALLEL PORT
5287 M:      Jean Delvare <jdelvare@suse.com>
5288 L:      linux-i2c@vger.kernel.org
5289 S:      Maintained
5290 F:      Documentation/i2c/busses/i2c-parport
5291 F:      Documentation/i2c/busses/i2c-parport-light
5292 F:      drivers/i2c/busses/i2c-parport.c
5293 F:      drivers/i2c/busses/i2c-parport-light.c
5294
5295 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5296 M:      Jean Delvare <jdelvare@suse.com>
5297 L:      linux-i2c@vger.kernel.org
5298 S:      Maintained
5299 F:      Documentation/i2c/busses/i2c-ali1535
5300 F:      Documentation/i2c/busses/i2c-ali1563
5301 F:      Documentation/i2c/busses/i2c-ali15x3
5302 F:      Documentation/i2c/busses/i2c-amd756
5303 F:      Documentation/i2c/busses/i2c-amd8111
5304 F:      Documentation/i2c/busses/i2c-i801
5305 F:      Documentation/i2c/busses/i2c-nforce2
5306 F:      Documentation/i2c/busses/i2c-piix4
5307 F:      Documentation/i2c/busses/i2c-sis5595
5308 F:      Documentation/i2c/busses/i2c-sis630
5309 F:      Documentation/i2c/busses/i2c-sis96x
5310 F:      Documentation/i2c/busses/i2c-via
5311 F:      Documentation/i2c/busses/i2c-viapro
5312 F:      drivers/i2c/busses/i2c-ali1535.c
5313 F:      drivers/i2c/busses/i2c-ali1563.c
5314 F:      drivers/i2c/busses/i2c-ali15x3.c
5315 F:      drivers/i2c/busses/i2c-amd756.c
5316 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5317 F:      drivers/i2c/busses/i2c-amd8111.c
5318 F:      drivers/i2c/busses/i2c-i801.c
5319 F:      drivers/i2c/busses/i2c-isch.c
5320 F:      drivers/i2c/busses/i2c-nforce2.c
5321 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5322 F:      drivers/i2c/busses/i2c-piix4.c
5323 F:      drivers/i2c/busses/i2c-sis5595.c
5324 F:      drivers/i2c/busses/i2c-sis630.c
5325 F:      drivers/i2c/busses/i2c-sis96x.c
5326 F:      drivers/i2c/busses/i2c-via.c
5327 F:      drivers/i2c/busses/i2c-viapro.c
5328
5329 I2C/SMBUS ISMT DRIVER
5330 M:      Seth Heasley <seth.heasley@intel.com>
5331 M:      Neil Horman <nhorman@tuxdriver.com>
5332 L:      linux-i2c@vger.kernel.org
5333 F:      drivers/i2c/busses/i2c-ismt.c
5334 F:      Documentation/i2c/busses/i2c-ismt
5335
5336 I2C/SMBUS STUB DRIVER
5337 M:      Jean Delvare <jdelvare@suse.com>
5338 L:      linux-i2c@vger.kernel.org
5339 S:      Maintained
5340 F:      drivers/i2c/i2c-stub.c
5341
5342 I2C SUBSYSTEM
5343 M:      Wolfram Sang <wsa@the-dreams.de>
5344 L:      linux-i2c@vger.kernel.org
5345 W:      https://i2c.wiki.kernel.org/
5346 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5348 S:      Maintained
5349 F:      Documentation/devicetree/bindings/i2c/
5350 F:      Documentation/i2c/
5351 F:      drivers/i2c/
5352 F:      drivers/i2c/*/
5353 F:      include/linux/i2c.h
5354 F:      include/linux/i2c-*.h
5355 F:      include/uapi/linux/i2c.h
5356 F:      include/uapi/linux/i2c-*.h
5357
5358 I2C ACPI SUPPORT
5359 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5360 L:      linux-i2c@vger.kernel.org
5361 L:      linux-acpi@vger.kernel.org
5362 S:      Maintained
5363
5364 I2C-TAOS-EVM DRIVER
5365 M:      Jean Delvare <jdelvare@suse.com>
5366 L:      linux-i2c@vger.kernel.org
5367 S:      Maintained
5368 F:      Documentation/i2c/busses/i2c-taos-evm
5369 F:      drivers/i2c/busses/i2c-taos-evm.c
5370
5371 I2C-TINY-USB DRIVER
5372 M:      Till Harbaum <till@harbaum.org>
5373 L:      linux-i2c@vger.kernel.org
5374 W:      http://www.harbaum.org/till/i2c_tiny_usb
5375 S:      Maintained
5376 F:      drivers/i2c/busses/i2c-tiny-usb.c
5377
5378 i386 BOOT CODE
5379 M:      "H. Peter Anvin" <hpa@zytor.com>
5380 S:      Maintained
5381 F:      arch/x86/boot/
5382
5383 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5384 M:      "H. Peter Anvin" <hpa@zytor.com>
5385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5386 S:      Maintained
5387
5388 IA64 (Itanium) PLATFORM
5389 M:      Tony Luck <tony.luck@intel.com>
5390 M:      Fenghua Yu <fenghua.yu@intel.com>
5391 L:      linux-ia64@vger.kernel.org
5392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5393 S:      Maintained
5394 F:      arch/ia64/
5395
5396 IBM Power VMX Cryptographic instructions
5397 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5398 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5399 L:      linux-crypto@vger.kernel.org
5400 S:      Supported
5401 F:      drivers/crypto/vmx/Makefile
5402 F:      drivers/crypto/vmx/Kconfig
5403 F:      drivers/crypto/vmx/vmx.c
5404 F:      drivers/crypto/vmx/aes*
5405 F:      drivers/crypto/vmx/ghash*
5406 F:      drivers/crypto/vmx/ppc-xlate.pl
5407
5408 IBM Power in-Nest Crypto Acceleration
5409 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5410 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5411 L:      linux-crypto@vger.kernel.org
5412 S:      Supported
5413 F:      drivers/crypto/nx/Makefile
5414 F:      drivers/crypto/nx/Kconfig
5415 F:      drivers/crypto/nx/nx-aes*
5416 F:      drivers/crypto/nx/nx-sha*
5417 F:      drivers/crypto/nx/nx.*
5418 F:      drivers/crypto/nx/nx_csbcpb.h
5419 F:      drivers/crypto/nx/nx_debugfs.h
5420
5421 IBM Power 842 compression accelerator
5422 M:      Dan Streetman <ddstreet@ieee.org>
5423 S:      Supported
5424 F:      drivers/crypto/nx/Makefile
5425 F:      drivers/crypto/nx/Kconfig
5426 F:      drivers/crypto/nx/nx-842*
5427 F:      include/linux/sw842.h
5428 F:      crypto/842.c
5429 F:      lib/842/
5430
5431 IBM Power Linux RAID adapter
5432 M:      Brian King <brking@us.ibm.com>
5433 S:      Supported
5434 F:      drivers/scsi/ipr.*
5435
5436 IBM Power Virtual Ethernet Device Driver
5437 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5438 L:      netdev@vger.kernel.org
5439 S:      Supported
5440 F:      drivers/net/ethernet/ibm/ibmveth.*
5441
5442 IBM Power SRIOV Virtual NIC Device Driver
5443 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5444 M:      John Allen <jallen@linux.vnet.ibm.com>
5445 L:      netdev@vger.kernel.org
5446 S:      Supported
5447 F:      drivers/net/ethernet/ibm/ibmvnic.*
5448
5449 IBM Power Virtual SCSI Device Drivers
5450 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5451 L:      linux-scsi@vger.kernel.org
5452 S:      Supported
5453 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5454 F:      drivers/scsi/ibmvscsi/viosrp.h
5455
5456 IBM Power Virtual FC Device Drivers
5457 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5458 L:      linux-scsi@vger.kernel.org
5459 S:      Supported
5460 F:      drivers/scsi/ibmvscsi/ibmvfc*
5461
5462 IBM ServeRAID RAID DRIVER
5463 S:      Orphan
5464 F:      drivers/scsi/ips.*
5465
5466 ICH LPC AND GPIO DRIVER
5467 M:      Peter Tyser <ptyser@xes-inc.com>
5468 S:      Maintained
5469 F:      drivers/mfd/lpc_ich.c
5470 F:      drivers/gpio/gpio-ich.c
5471
5472 IDE SUBSYSTEM
5473 M:      "David S. Miller" <davem@davemloft.net>
5474 L:      linux-ide@vger.kernel.org
5475 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5477 S:      Maintained
5478 F:      Documentation/ide/
5479 F:      drivers/ide/
5480 F:      include/linux/ide.h
5481
5482 IDEAPAD LAPTOP EXTRAS DRIVER
5483 M:      Ike Panhc <ike.pan@canonical.com>
5484 L:      platform-driver-x86@vger.kernel.org
5485 W:      http://launchpad.net/ideapad-laptop
5486 S:      Maintained
5487 F:      drivers/platform/x86/ideapad-laptop.c
5488
5489 IDEAPAD LAPTOP SLIDEBAR DRIVER
5490 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5491 L:      linux-input@vger.kernel.org
5492 W:      https://github.com/o2genum/ideapad-slidebar
5493 S:      Maintained
5494 F:      drivers/input/misc/ideapad_slidebar.c
5495
5496 IDE/ATAPI DRIVERS
5497 M:      Borislav Petkov <bp@alien8.de>
5498 L:      linux-ide@vger.kernel.org
5499 S:      Maintained
5500 F:      Documentation/cdrom/ide-cd
5501 F:      drivers/ide/ide-cd*
5502
5503 IDLE-I7300
5504 M:      Andy Henroid <andrew.d.henroid@intel.com>
5505 L:      linux-pm@vger.kernel.org
5506 S:      Supported
5507 F:      drivers/idle/i7300_idle.c
5508
5509 IEEE 802.15.4 SUBSYSTEM
5510 M:      Alexander Aring <aar@pengutronix.de>
5511 L:      linux-wpan@vger.kernel.org
5512 W:      http://wpan.cakelab.org/
5513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5515 S:      Maintained
5516 F:      net/ieee802154/
5517 F:      net/mac802154/
5518 F:      drivers/net/ieee802154/
5519 F:      include/linux/nl802154.h
5520 F:      include/linux/ieee802154.h
5521 F:      include/net/nl802154.h
5522 F:      include/net/mac802154.h
5523 F:      include/net/af_ieee802154.h
5524 F:      include/net/cfg802154.h
5525 F:      include/net/ieee802154_netdev.h
5526 F:      Documentation/networking/ieee802154.txt
5527
5528 IGORPLUG-USB IR RECEIVER
5529 M:      Sean Young <sean@mess.org>
5530 L:      linux-media@vger.kernel.org
5531 S:      Maintained
5532 F:      drivers/media/rc/igorplugusb.c
5533
5534 IGUANAWORKS USB IR TRANSCEIVER
5535 M:      Sean Young <sean@mess.org>
5536 L:      linux-media@vger.kernel.org
5537 S:      Maintained
5538 F:      drivers/media/rc/iguanair.c
5539
5540 IIO SUBSYSTEM AND DRIVERS
5541 M:      Jonathan Cameron <jic23@kernel.org>
5542 R:      Hartmut Knaack <knaack.h@gmx.de>
5543 R:      Lars-Peter Clausen <lars@metafoo.de>
5544 R:      Peter Meerwald <pmeerw@pmeerw.net>
5545 L:      linux-iio@vger.kernel.org
5546 S:      Maintained
5547 F:      drivers/iio/
5548 F:      drivers/staging/iio/
5549 F:      include/linux/iio/
5550 F:      tools/iio/
5551
5552 IKANOS/ADI EAGLE ADSL USB DRIVER
5553 M:      Matthieu Castet <castet.matthieu@free.fr>
5554 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5555 S:      Maintained
5556 F:      drivers/usb/atm/ueagle-atm.c
5557
5558 INA209 HARDWARE MONITOR DRIVER
5559 M:      Guenter Roeck <linux@roeck-us.net>
5560 L:      linux-hwmon@vger.kernel.org
5561 S:      Maintained
5562 F:      Documentation/hwmon/ina209
5563 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5564 F:      drivers/hwmon/ina209.c
5565
5566 INA2XX HARDWARE MONITOR DRIVER
5567 M:      Guenter Roeck <linux@roeck-us.net>
5568 L:      linux-hwmon@vger.kernel.org
5569 S:      Maintained
5570 F:      Documentation/hwmon/ina2xx
5571 F:      drivers/hwmon/ina2xx.c
5572 F:      include/linux/platform_data/ina2xx.h
5573
5574 INDUSTRY PACK SUBSYSTEM (IPACK)
5575 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5576 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5577 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5578 L:      industrypack-devel@lists.sourceforge.net
5579 W:      http://industrypack.sourceforge.net
5580 S:      Maintained
5581 F:      drivers/ipack/
5582
5583 INGENIC JZ4780 DMA Driver
5584 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5585 S:      Maintained
5586 F:      drivers/dma/dma-jz4780.c
5587
5588 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5589 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5590 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5591 L:      linux-ima-devel@lists.sourceforge.net
5592 L:      linux-ima-user@lists.sourceforge.net
5593 L:      linux-security-module@vger.kernel.org
5594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5595 S:      Supported
5596 F:      security/integrity/ima/
5597
5598 IMGTEC IR DECODER DRIVER
5599 M:      James Hogan <james.hogan@imgtec.com>
5600 S:      Maintained
5601 F:      drivers/media/rc/img-ir/
5602
5603 IMS TWINTURBO FRAMEBUFFER DRIVER
5604 L:      linux-fbdev@vger.kernel.org
5605 S:      Orphan
5606 F:      drivers/video/fbdev/imsttfb.c
5607
5608 INFINIBAND SUBSYSTEM
5609 M:      Doug Ledford <dledford@redhat.com>
5610 M:      Sean Hefty <sean.hefty@intel.com>
5611 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5612 L:      linux-rdma@vger.kernel.org
5613 W:      http://www.openfabrics.org/
5614 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5616 S:      Supported
5617 F:      Documentation/infiniband/
5618 F:      drivers/infiniband/
5619 F:      drivers/staging/rdma/
5620 F:      include/uapi/linux/if_infiniband.h
5621 F:      include/uapi/rdma/
5622 F:      include/rdma/
5623
5624 INOTIFY
5625 M:      John McCutchan <john@johnmccutchan.com>
5626 M:      Robert Love <rlove@rlove.org>
5627 M:      Eric Paris <eparis@parisplace.org>
5628 S:      Maintained
5629 F:      Documentation/filesystems/inotify.txt
5630 F:      fs/notify/inotify/
5631 F:      include/linux/inotify.h
5632 F:      include/uapi/linux/inotify.h
5633
5634 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5635 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5636 L:      linux-input@vger.kernel.org
5637 Q:      http://patchwork.kernel.org/project/linux-input/list/
5638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5639 S:      Maintained
5640 F:      drivers/input/
5641 F:      include/linux/input.h
5642 F:      include/uapi/linux/input.h
5643 F:      include/linux/input/
5644 F:      Documentation/devicetree/bindings/input/
5645
5646 INPUT MULTITOUCH (MT) PROTOCOL
5647 M:      Henrik Rydberg <rydberg@bitmath.org>
5648 L:      linux-input@vger.kernel.org
5649 S:      Odd fixes
5650 F:      Documentation/input/multi-touch-protocol.txt
5651 F:      drivers/input/input-mt.c
5652 K:      \b(ABS|SYN)_MT_
5653
5654 INTEL ASoC BDW/HSW DRIVERS
5655 M:      Jie Yang <yang.jie@linux.intel.com>
5656 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5657 S:      Supported
5658 F:      sound/soc/intel/common/sst-dsp*
5659 F:      sound/soc/intel/common/sst-firmware.c
5660 F:      sound/soc/intel/boards/broadwell.c
5661 F:      sound/soc/intel/haswell/
5662
5663 INTEL C600 SERIES SAS CONTROLLER DRIVER
5664 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5665 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5666 L:      linux-scsi@vger.kernel.org
5667 T:      git git://git.code.sf.net/p/intel-sas/isci
5668 S:      Supported
5669 F:      drivers/scsi/isci/
5670
5671 INTEL HID EVENT DRIVER
5672 M:      Alex Hung <alex.hung@canonical.com>
5673 L:      platform-driver-x86@vger.kernel.org
5674 S:      Maintained
5675 F:      drivers/platform/x86/intel-hid.c
5676
5677 INTEL IDLE DRIVER
5678 M:      Len Brown <lenb@kernel.org>
5679 L:      linux-pm@vger.kernel.org
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5681 S:      Supported
5682 F:      drivers/idle/intel_idle.c
5683
5684 INTEL PSTATE DRIVER
5685 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5686 M:      Len Brown <lenb@kernel.org>
5687 L:      linux-pm@vger.kernel.org
5688 S:      Supported
5689 F:      drivers/cpufreq/intel_pstate.c
5690
5691 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5692 M:      Maik Broemme <mbroemme@plusserver.de>
5693 L:      linux-fbdev@vger.kernel.org
5694 S:      Maintained
5695 F:      Documentation/fb/intelfb.txt
5696 F:      drivers/video/fbdev/intelfb/
5697
5698 INTEL 810/815 FRAMEBUFFER DRIVER
5699 M:      Antonino Daplas <adaplas@gmail.com>
5700 L:      linux-fbdev@vger.kernel.org
5701 S:      Maintained
5702 F:      drivers/video/fbdev/i810/
5703
5704 INTEL MENLOW THERMAL DRIVER
5705 M:      Sujith Thomas <sujith.thomas@intel.com>
5706 L:      platform-driver-x86@vger.kernel.org
5707 W:      https://01.org/linux-acpi
5708 S:      Supported
5709 F:      drivers/platform/x86/intel_menlow.c
5710
5711 INTEL I/OAT DMA DRIVER
5712 M:      Dave Jiang <dave.jiang@intel.com>
5713 R:      Dan Williams <dan.j.williams@intel.com>
5714 L:      dmaengine@vger.kernel.org
5715 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5716 S:      Supported
5717 F:      drivers/dma/ioat*
5718
5719 INTEL IOMMU (VT-d)
5720 M:      David Woodhouse <dwmw2@infradead.org>
5721 L:      iommu@lists.linux-foundation.org
5722 T:      git git://git.infradead.org/iommu-2.6.git
5723 S:      Supported
5724 F:      drivers/iommu/intel-iommu.c
5725 F:      include/linux/intel-iommu.h
5726
5727 INTEL IOP-ADMA DMA DRIVER
5728 R:      Dan Williams <dan.j.williams@intel.com>
5729 S:      Odd fixes
5730 F:      drivers/dma/iop-adma.c
5731
5732 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5733 M:      Krzysztof Halasa <khalasa@piap.pl>
5734 S:      Maintained
5735 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5736 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5737 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5738 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5739 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5740 F:      drivers/net/wan/ixp4xx_hss.c
5741
5742 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5743 M:      Deepak Saxena <dsaxena@plexity.net>
5744 S:      Maintained
5745 F:      drivers/char/hw_random/ixp4xx-rng.c
5746
5747 INTEL ETHERNET DRIVERS
5748 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5749 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5750 R:      Shannon Nelson <shannon.nelson@intel.com>
5751 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5752 R:      Don Skidmore <donald.c.skidmore@intel.com>
5753 R:      Bruce Allan <bruce.w.allan@intel.com>
5754 R:      John Ronciak <john.ronciak@intel.com>
5755 R:      Mitch Williams <mitch.a.williams@intel.com>
5756 L:      intel-wired-lan@lists.osuosl.org
5757 W:      http://www.intel.com/support/feedback.htm
5758 W:      http://e1000.sourceforge.net/
5759 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5762 S:      Supported
5763 F:      Documentation/networking/e100.txt
5764 F:      Documentation/networking/e1000.txt
5765 F:      Documentation/networking/e1000e.txt
5766 F:      Documentation/networking/igb.txt
5767 F:      Documentation/networking/igbvf.txt
5768 F:      Documentation/networking/ixgb.txt
5769 F:      Documentation/networking/ixgbe.txt
5770 F:      Documentation/networking/ixgbevf.txt
5771 F:      Documentation/networking/i40e.txt
5772 F:      Documentation/networking/i40evf.txt
5773 F:      drivers/net/ethernet/intel/
5774 F:      drivers/net/ethernet/intel/*/
5775
5776 INTEL RDMA RNIC DRIVER
5777 M:     Faisal Latif <faisal.latif@intel.com>
5778 R:     Chien Tin Tung <chien.tin.tung@intel.com>
5779 R:     Mustafa Ismail <mustafa.ismail@intel.com>
5780 R:     Shiraz Saleem <shiraz.saleem@intel.com>
5781 R:     Tatyana Nikolova <tatyana.e.nikolova@intel.com>
5782 L:     linux-rdma@vger.kernel.org
5783 S:     Supported
5784 F:     drivers/infiniband/hw/i40iw/
5785
5786 INTEL-MID GPIO DRIVER
5787 M:      David Cohen <david.a.cohen@linux.intel.com>
5788 L:      linux-gpio@vger.kernel.org
5789 S:      Maintained
5790 F:      drivers/gpio/gpio-intel-mid.c
5791
5792 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5793 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5794 L:      linux-wireless@vger.kernel.org
5795 S:      Maintained
5796 F:      Documentation/networking/README.ipw2100
5797 F:      Documentation/networking/README.ipw2200
5798 F:      drivers/net/wireless/intel/ipw2x00/
5799
5800 INTEL(R) TRACE HUB
5801 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5802 S:      Supported
5803 F:      Documentation/trace/intel_th.txt
5804 F:      drivers/hwtracing/intel_th/
5805
5806 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5807 M:      Ning Sun <ning.sun@intel.com>
5808 L:      tboot-devel@lists.sourceforge.net
5809 W:      http://tboot.sourceforge.net
5810 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5811 S:      Supported
5812 F:      Documentation/intel_txt.txt
5813 F:      include/linux/tboot.h
5814 F:      arch/x86/kernel/tboot.c
5815
5816 INTEL WIRELESS WIMAX CONNECTION 2400
5817 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5818 M:      linux-wimax@intel.com
5819 L:      wimax@linuxwimax.org (subscribers-only)
5820 S:      Supported
5821 W:      http://linuxwimax.org
5822 F:      Documentation/wimax/README.i2400m
5823 F:      drivers/net/wimax/i2400m/
5824 F:      include/uapi/linux/wimax/i2400m.h
5825
5826 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5827 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5828 L:      linux-wireless@vger.kernel.org
5829 S:      Supported
5830 F:      drivers/net/wireless/intel/iwlegacy/
5831
5832 INTEL WIRELESS WIFI LINK (iwlwifi)
5833 M:      Johannes Berg <johannes.berg@intel.com>
5834 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5835 M:      Intel Linux Wireless <linuxwifi@intel.com>
5836 L:      linux-wireless@vger.kernel.org
5837 W:      http://intellinuxwireless.org
5838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5839 S:      Supported
5840 F:      drivers/net/wireless/intel/iwlwifi/
5841
5842 INTEL MANAGEMENT ENGINE (mei)
5843 M:      Tomas Winkler <tomas.winkler@intel.com>
5844 L:      linux-kernel@vger.kernel.org
5845 S:      Supported
5846 F:      include/uapi/linux/mei.h
5847 F:      include/linux/mei_cl_bus.h
5848 F:      drivers/misc/mei/*
5849 F:      drivers/watchdog/mei_wdt.c
5850 F:      Documentation/misc-devices/mei/*
5851
5852 INTEL MIC DRIVERS (mic)
5853 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5854 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5855 S:      Supported
5856 W:      https://github.com/sudeepdutt/mic
5857 W:      http://software.intel.com/en-us/mic-developer
5858 F:      include/linux/mic_bus.h
5859 F:      include/linux/scif.h
5860 F:      include/uapi/linux/mic_common.h
5861 F:      include/uapi/linux/mic_ioctl.h
5862 F:      include/uapi/linux/scif_ioctl.h
5863 F:      drivers/misc/mic/
5864 F:      drivers/dma/mic_x100_dma.c
5865 F:      drivers/dma/mic_x100_dma.h
5866 F:      Documentation/mic/
5867
5868 INTEL PMC/P-Unit IPC DRIVER
5869 M:      Zha Qipeng<qipeng.zha@intel.com>
5870 L:      platform-driver-x86@vger.kernel.org
5871 S:      Maintained
5872 F:      drivers/platform/x86/intel_pmc_ipc.c
5873 F:      drivers/platform/x86/intel_punit_ipc.c
5874 F:      arch/x86/include/asm/intel_pmc_ipc.h
5875 F:      arch/x86/include/asm/intel_punit_ipc.h
5876
5877 INTEL TELEMETRY DRIVER
5878 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5879 L:      platform-driver-x86@vger.kernel.org
5880 S:      Maintained
5881 F:      arch/x86/include/asm/intel_telemetry.h
5882 F:      drivers/platform/x86/intel_telemetry*
5883
5884 IOC3 ETHERNET DRIVER
5885 M:      Ralf Baechle <ralf@linux-mips.org>
5886 L:      linux-mips@linux-mips.org
5887 S:      Maintained
5888 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5889
5890 IOC3 SERIAL DRIVER
5891 M:      Pat Gefre <pfg@sgi.com>
5892 L:      linux-serial@vger.kernel.org
5893 S:      Maintained
5894 F:      drivers/tty/serial/ioc3_serial.c
5895
5896 IOMMU DRIVERS
5897 M:      Joerg Roedel <joro@8bytes.org>
5898 L:      iommu@lists.linux-foundation.org
5899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5900 S:      Maintained
5901 F:      drivers/iommu/
5902
5903 IP MASQUERADING
5904 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5905 S:      Maintained
5906 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5907
5908 IPMI SUBSYSTEM
5909 M:      Corey Minyard <minyard@acm.org>
5910 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5911 W:      http://openipmi.sourceforge.net/
5912 S:      Supported
5913 F:      Documentation/IPMI.txt
5914 F:      drivers/char/ipmi/
5915 F:      include/linux/ipmi*
5916 F:      include/uapi/linux/ipmi*
5917
5918 QCOM AUDIO (ASoC) DRIVERS
5919 M:      Patrick Lai <plai@codeaurora.org>
5920 M:      Banajit Goswami <bgoswami@codeaurora.org>
5921 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5922 S:      Supported
5923 F:      sound/soc/qcom/
5924
5925 IPS SCSI RAID DRIVER
5926 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5927 L:      linux-scsi@vger.kernel.org
5928 W:      http://www.adaptec.com/
5929 S:      Maintained
5930 F:      drivers/scsi/ips*
5931
5932 IPVS
5933 M:      Wensong Zhang <wensong@linux-vs.org>
5934 M:      Simon Horman <horms@verge.net.au>
5935 M:      Julian Anastasov <ja@ssi.bg>
5936 L:      netdev@vger.kernel.org
5937 L:      lvs-devel@vger.kernel.org
5938 S:      Maintained
5939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5941 F:      Documentation/networking/ipvs-sysctl.txt
5942 F:      include/net/ip_vs.h
5943 F:      include/uapi/linux/ip_vs.h
5944 F:      net/netfilter/ipvs/
5945
5946 IPWIRELESS DRIVER
5947 M:      Jiri Kosina <jikos@kernel.org>
5948 M:      David Sterba <dsterba@suse.com>
5949 S:      Odd Fixes
5950 F:      drivers/tty/ipwireless/
5951
5952 IPX NETWORK LAYER
5953 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5954 L:      netdev@vger.kernel.org
5955 S:      Maintained
5956 F:      include/net/ipx.h
5957 F:      include/uapi/linux/ipx.h
5958 F:      net/ipx/
5959
5960 IRDA SUBSYSTEM
5961 M:      Samuel Ortiz <samuel@sortiz.org>
5962 L:      irda-users@lists.sourceforge.net (subscribers-only)
5963 L:      netdev@vger.kernel.org
5964 W:      http://irda.sourceforge.net/
5965 S:      Maintained
5966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5967 F:      Documentation/networking/irda.txt
5968 F:      drivers/net/irda/
5969 F:      include/net/irda/
5970 F:      net/irda/
5971
5972 IRQ SUBSYSTEM
5973 M:      Thomas Gleixner <tglx@linutronix.de>
5974 L:      linux-kernel@vger.kernel.org
5975 S:      Maintained
5976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5977 F:      kernel/irq/
5978
5979 IRQCHIP DRIVERS
5980 M:      Thomas Gleixner <tglx@linutronix.de>
5981 M:      Jason Cooper <jason@lakedaemon.net>
5982 M:      Marc Zyngier <marc.zyngier@arm.com>
5983 L:      linux-kernel@vger.kernel.org
5984 S:      Maintained
5985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5986 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5987 F:      Documentation/devicetree/bindings/interrupt-controller/
5988 F:      drivers/irqchip/
5989
5990 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5991 M:      Jiang Liu <jiang.liu@linux.intel.com>
5992 M:      Marc Zyngier <marc.zyngier@arm.com>
5993 S:      Maintained
5994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5995 F:      Documentation/IRQ-domain.txt
5996 F:      include/linux/irqdomain.h
5997 F:      kernel/irq/irqdomain.c
5998 F:      kernel/irq/msi.c
5999
6000 ISAPNP
6001 M:      Jaroslav Kysela <perex@perex.cz>
6002 S:      Maintained
6003 F:      Documentation/isapnp.txt
6004 F:      drivers/pnp/isapnp/
6005 F:      include/linux/isapnp.h
6006
6007 ISA RADIO MODULE
6008 M:      Hans Verkuil <hverkuil@xs4all.nl>
6009 L:      linux-media@vger.kernel.org
6010 T:      git git://linuxtv.org/media_tree.git
6011 W:      https://linuxtv.org
6012 S:      Maintained
6013 F:      drivers/media/radio/radio-isa*
6014
6015 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
6016 M:      Peter Jones <pjones@redhat.com>
6017 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
6018 S:      Maintained
6019 F:      drivers/firmware/iscsi_ibft*
6020
6021 ISCSI
6022 M:      Mike Christie <michaelc@cs.wisc.edu>
6023 L:      open-iscsi@googlegroups.com
6024 W:      www.open-iscsi.org
6025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
6026 S:      Maintained
6027 F:      drivers/scsi/*iscsi*
6028 F:      include/scsi/*iscsi*
6029
6030 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
6031 M:      Or Gerlitz <ogerlitz@mellanox.com>
6032 M:      Sagi Grimberg <sagig@mellanox.com>
6033 M:      Roi Dayan <roid@mellanox.com>
6034 L:      linux-rdma@vger.kernel.org
6035 S:      Supported
6036 W:      http://www.openfabrics.org
6037 W:      www.open-iscsi.org
6038 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6039 F:      drivers/infiniband/ulp/iser/
6040
6041 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
6042 M:      Sagi Grimberg <sagig@mellanox.com>
6043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
6044 L:      linux-rdma@vger.kernel.org
6045 L:      target-devel@vger.kernel.org
6046 S:      Supported
6047 W:      http://www.linux-iscsi.org
6048 F:      drivers/infiniband/ulp/isert
6049
6050 ISDN SUBSYSTEM
6051 M:      Karsten Keil <isdn@linux-pingi.de>
6052 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6053 L:      netdev@vger.kernel.org
6054 W:      http://www.isdn4linux.de
6055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6056 S:      Maintained
6057 F:      Documentation/isdn/
6058 F:      drivers/isdn/
6059 F:      include/linux/isdn.h
6060 F:      include/linux/isdn/
6061 F:      include/uapi/linux/isdn.h
6062 F:      include/uapi/linux/isdn/
6063
6064 ISDN SUBSYSTEM (Eicon active card driver)
6065 M:      Armin Schindler <mac@melware.de>
6066 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6067 W:      http://www.melware.de
6068 S:      Maintained
6069 F:      drivers/isdn/hardware/eicon/
6070
6071 IT87 HARDWARE MONITORING DRIVER
6072 M:      Jean Delvare <jdelvare@suse.com>
6073 L:      linux-hwmon@vger.kernel.org
6074 S:      Maintained
6075 F:      Documentation/hwmon/it87
6076 F:      drivers/hwmon/it87.c
6077
6078 IT913X MEDIA DRIVER
6079 M:      Antti Palosaari <crope@iki.fi>
6080 L:      linux-media@vger.kernel.org
6081 W:      https://linuxtv.org
6082 W:      http://palosaari.fi/linux/
6083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6084 T:      git git://linuxtv.org/anttip/media_tree.git
6085 S:      Maintained
6086 F:      drivers/media/tuners/it913x*
6087
6088 IVTV VIDEO4LINUX DRIVER
6089 M:      Andy Walls <awalls@md.metrocast.net>
6090 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6091 L:      linux-media@vger.kernel.org
6092 T:      git git://linuxtv.org/media_tree.git
6093 W:      http://www.ivtvdriver.org
6094 S:      Maintained
6095 F:      Documentation/video4linux/*.ivtv
6096 F:      drivers/media/pci/ivtv/
6097 F:      include/uapi/linux/ivtv*
6098
6099 IX2505V MEDIA DRIVER
6100 M:      Malcolm Priestley <tvboxspy@gmail.com>
6101 L:      linux-media@vger.kernel.org
6102 W:      https://linuxtv.org
6103 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6104 S:      Maintained
6105 F:      drivers/media/dvb-frontends/ix2505v*
6106
6107 JC42.4 TEMPERATURE SENSOR DRIVER
6108 M:      Guenter Roeck <linux@roeck-us.net>
6109 L:      linux-hwmon@vger.kernel.org
6110 S:      Maintained
6111 F:      drivers/hwmon/jc42.c
6112 F:      Documentation/hwmon/jc42
6113
6114 JFS FILESYSTEM
6115 M:      Dave Kleikamp <shaggy@kernel.org>
6116 L:      jfs-discussion@lists.sourceforge.net
6117 W:      http://jfs.sourceforge.net/
6118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6119 S:      Maintained
6120 F:      Documentation/filesystems/jfs.txt
6121 F:      fs/jfs/
6122
6123 JME NETWORK DRIVER
6124 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6125 L:      netdev@vger.kernel.org
6126 S:      Maintained
6127 F:      drivers/net/ethernet/jme.*
6128
6129 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6130 M:      David Woodhouse <dwmw2@infradead.org>
6131 L:      linux-mtd@lists.infradead.org
6132 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6133 S:      Maintained
6134 F:      fs/jffs2/
6135 F:      include/uapi/linux/jffs2.h
6136
6137 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6138 M:      "Theodore Ts'o" <tytso@mit.edu>
6139 M:      Jan Kara <jack@suse.com>
6140 L:      linux-ext4@vger.kernel.org
6141 S:      Maintained
6142 F:      fs/jbd2/
6143 F:      include/linux/jbd2.h
6144
6145 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6146 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6147 L:      linux-media@vger.kernel.org
6148 S:      Maintained
6149 F:      drivers/media/platform/rcar_jpu.c
6150
6151 JSM Neo PCI based serial card
6152 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6153 L:      linux-serial@vger.kernel.org
6154 S:      Maintained
6155 F:      drivers/tty/serial/jsm/
6156
6157 K10TEMP HARDWARE MONITORING DRIVER
6158 M:      Clemens Ladisch <clemens@ladisch.de>
6159 L:      linux-hwmon@vger.kernel.org
6160 S:      Maintained
6161 F:      Documentation/hwmon/k10temp
6162 F:      drivers/hwmon/k10temp.c
6163
6164 K8TEMP HARDWARE MONITORING DRIVER
6165 M:      Rudolf Marek <r.marek@assembler.cz>
6166 L:      linux-hwmon@vger.kernel.org
6167 S:      Maintained
6168 F:      Documentation/hwmon/k8temp
6169 F:      drivers/hwmon/k8temp.c
6170
6171 KASAN
6172 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6173 R:      Alexander Potapenko <glider@google.com>
6174 R:      Dmitry Vyukov <dvyukov@google.com>
6175 L:      kasan-dev@googlegroups.com
6176 S:      Maintained
6177 F:      arch/*/include/asm/kasan.h
6178 F:      arch/*/mm/kasan_init*
6179 F:      Documentation/kasan.txt
6180 F:      include/linux/kasan.h
6181 F:      lib/test_kasan.c
6182 F:      mm/kasan/
6183 F:      scripts/Makefile.kasan
6184
6185 KCONFIG
6186 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6187 L:      linux-kbuild@vger.kernel.org
6188 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6189 S:      Maintained
6190 F:      Documentation/kbuild/kconfig-language.txt
6191 F:      scripts/kconfig/
6192
6193 KDUMP
6194 M:      Vivek Goyal <vgoyal@redhat.com>
6195 M:      Haren Myneni <hbabu@us.ibm.com>
6196 L:      kexec@lists.infradead.org
6197 W:      http://lse.sourceforge.net/kdump/
6198 S:      Maintained
6199 F:      Documentation/kdump/
6200
6201 KEENE FM RADIO TRANSMITTER DRIVER
6202 M:      Hans Verkuil <hverkuil@xs4all.nl>
6203 L:      linux-media@vger.kernel.org
6204 T:      git git://linuxtv.org/media_tree.git
6205 W:      https://linuxtv.org
6206 S:      Maintained
6207 F:      drivers/media/radio/radio-keene*
6208
6209 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6210 M:      Ian Kent <raven@themaw.net>
6211 L:      autofs@vger.kernel.org
6212 S:      Maintained
6213 F:      fs/autofs4/
6214
6215 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6216 M:      Michal Marek <mmarek@suse.com>
6217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6219 L:      linux-kbuild@vger.kernel.org
6220 S:      Maintained
6221 F:      Documentation/kbuild/
6222 F:      Makefile
6223 F:      scripts/Makefile.*
6224 F:      scripts/basic/
6225 F:      scripts/mk*
6226 F:      scripts/package/
6227
6228 KERNEL JANITORS
6229 L:      kernel-janitors@vger.kernel.org
6230 W:      http://kernelnewbies.org/KernelJanitors
6231 S:      Odd Fixes
6232
6233 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6234 M:      "J. Bruce Fields" <bfields@fieldses.org>
6235 M:      Jeff Layton <jlayton@poochiereds.net>
6236 L:      linux-nfs@vger.kernel.org
6237 W:      http://nfs.sourceforge.net/
6238 T:      git git://linux-nfs.org/~bfields/linux.git
6239 S:      Supported
6240 F:      fs/nfsd/
6241 F:      include/uapi/linux/nfsd/
6242 F:      fs/lockd/
6243 F:      fs/nfs_common/
6244 F:      net/sunrpc/
6245 F:      include/linux/lockd/
6246 F:      include/linux/sunrpc/
6247 F:      include/uapi/linux/sunrpc/
6248
6249 KERNEL SELFTEST FRAMEWORK
6250 M:      Shuah Khan <shuahkh@osg.samsung.com>
6251 L:      linux-kselftest@vger.kernel.org
6252 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6253 S:      Maintained
6254 F:      tools/testing/selftests
6255
6256 KERNEL VIRTUAL MACHINE (KVM)
6257 M:      Gleb Natapov <gleb@kernel.org>
6258 M:      Paolo Bonzini <pbonzini@redhat.com>
6259 L:      kvm@vger.kernel.org
6260 W:      http://www.linux-kvm.org
6261 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6262 S:      Supported
6263 F:      Documentation/*/kvm*.txt
6264 F:      Documentation/virtual/kvm/
6265 F:      arch/*/kvm/
6266 F:      arch/x86/kernel/kvm.c
6267 F:      arch/x86/kernel/kvmclock.c
6268 F:      arch/*/include/asm/kvm*
6269 F:      include/linux/kvm*
6270 F:      include/uapi/linux/kvm*
6271 F:      virt/kvm/
6272
6273 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6274 M:      Joerg Roedel <joro@8bytes.org>
6275 L:      kvm@vger.kernel.org
6276 W:      http://www.linux-kvm.org/
6277 S:      Maintained
6278 F:      arch/x86/include/asm/svm.h
6279 F:      arch/x86/kvm/svm.c
6280
6281 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6282 M:      Alexander Graf <agraf@suse.com>
6283 L:      kvm-ppc@vger.kernel.org
6284 W:      http://www.linux-kvm.org/
6285 T:      git git://github.com/agraf/linux-2.6.git
6286 S:      Supported
6287 F:      arch/powerpc/include/asm/kvm*
6288 F:      arch/powerpc/kvm/
6289
6290 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6291 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6292 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6293 L:      linux-s390@vger.kernel.org
6294 W:      http://www.ibm.com/developerworks/linux/linux390/
6295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6296 S:      Supported
6297 F:      Documentation/s390/kvm.txt
6298 F:      arch/s390/include/asm/kvm*
6299 F:      arch/s390/kvm/
6300
6301 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6302 M:      Christoffer Dall <christoffer.dall@linaro.org>
6303 M:      Marc Zyngier <marc.zyngier@arm.com>
6304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6305 L:      kvmarm@lists.cs.columbia.edu
6306 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6308 S:      Supported
6309 F:      arch/arm/include/uapi/asm/kvm*
6310 F:      arch/arm/include/asm/kvm*
6311 F:      arch/arm/kvm/
6312 F:      virt/kvm/arm/
6313 F:      include/kvm/arm_*
6314
6315 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6316 M:      Christoffer Dall <christoffer.dall@linaro.org>
6317 M:      Marc Zyngier <marc.zyngier@arm.com>
6318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6319 L:      kvmarm@lists.cs.columbia.edu
6320 S:      Maintained
6321 F:      arch/arm64/include/uapi/asm/kvm*
6322 F:      arch/arm64/include/asm/kvm*
6323 F:      arch/arm64/kvm/
6324
6325 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6326 M:      James Hogan <james.hogan@imgtec.com>
6327 L:      linux-mips@linux-mips.org
6328 S:      Supported
6329 F:      arch/mips/include/uapi/asm/kvm*
6330 F:      arch/mips/include/asm/kvm*
6331 F:      arch/mips/kvm/
6332
6333 KEXEC
6334 M:      Eric Biederman <ebiederm@xmission.com>
6335 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6336 L:      kexec@lists.infradead.org
6337 S:      Maintained
6338 F:      include/linux/kexec.h
6339 F:      include/uapi/linux/kexec.h
6340 F:      kernel/kexec.c
6341
6342 KEYS/KEYRINGS:
6343 M:      David Howells <dhowells@redhat.com>
6344 L:      keyrings@vger.kernel.org
6345 S:      Maintained
6346 F:      Documentation/security/keys.txt
6347 F:      include/linux/key.h
6348 F:      include/linux/key-type.h
6349 F:      include/keys/
6350 F:      security/keys/
6351
6352 KEYS-TRUSTED
6353 M:      David Safford <safford@us.ibm.com>
6354 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6355 L:      linux-security-module@vger.kernel.org
6356 L:      keyrings@vger.kernel.org
6357 S:      Supported
6358 F:      Documentation/security/keys-trusted-encrypted.txt
6359 F:      include/keys/trusted-type.h
6360 F:      security/keys/trusted.c
6361 F:      security/keys/trusted.h
6362
6363 KEYS-ENCRYPTED
6364 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6365 M:      David Safford <safford@us.ibm.com>
6366 L:      linux-security-module@vger.kernel.org
6367 L:      keyrings@vger.kernel.org
6368 S:      Supported
6369 F:      Documentation/security/keys-trusted-encrypted.txt
6370 F:      include/keys/encrypted-type.h
6371 F:      security/keys/encrypted-keys/
6372
6373 KGDB / KDB /debug_core
6374 M:      Jason Wessel <jason.wessel@windriver.com>
6375 W:      http://kgdb.wiki.kernel.org/
6376 L:      kgdb-bugreport@lists.sourceforge.net
6377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6378 S:      Maintained
6379 F:      Documentation/DocBook/kgdb.tmpl
6380 F:      drivers/misc/kgdbts.c
6381 F:      drivers/tty/serial/kgdboc.c
6382 F:      include/linux/kdb.h
6383 F:      include/linux/kgdb.h
6384 F:      kernel/debug/
6385
6386 KMEMCHECK
6387 M:      Vegard Nossum <vegardno@ifi.uio.no>
6388 M:      Pekka Enberg <penberg@kernel.org>
6389 S:      Maintained
6390 F:      Documentation/kmemcheck.txt
6391 F:      arch/x86/include/asm/kmemcheck.h
6392 F:      arch/x86/mm/kmemcheck/
6393 F:      include/linux/kmemcheck.h
6394 F:      mm/kmemcheck.c
6395
6396 KMEMLEAK
6397 M:      Catalin Marinas <catalin.marinas@arm.com>
6398 S:      Maintained
6399 F:      Documentation/kmemleak.txt
6400 F:      include/linux/kmemleak.h
6401 F:      mm/kmemleak.c
6402 F:      mm/kmemleak-test.c
6403
6404 KPROBES
6405 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6406 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6407 M:      "David S. Miller" <davem@davemloft.net>
6408 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6409 S:      Maintained
6410 F:      Documentation/kprobes.txt
6411 F:      include/linux/kprobes.h
6412 F:      kernel/kprobes.c
6413
6414 KS0108 LCD CONTROLLER DRIVER
6415 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6416 W:      http://miguelojeda.es/auxdisplay.htm
6417 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6418 S:      Maintained
6419 F:      Documentation/auxdisplay/ks0108
6420 F:      drivers/auxdisplay/ks0108.c
6421 F:      include/linux/ks0108.h
6422
6423 L3MDEV
6424 M:      David Ahern <dsa@cumulusnetworks.com>
6425 L:      netdev@vger.kernel.org
6426 S:      Maintained
6427 F:      net/l3mdev
6428 F:      include/net/l3mdev.h
6429
6430 LANTIQ MIPS ARCHITECTURE
6431 M:      John Crispin <blogic@openwrt.org>
6432 L:      linux-mips@linux-mips.org
6433 S:      Maintained
6434 F:      arch/mips/lantiq
6435
6436 LAPB module
6437 L:      linux-x25@vger.kernel.org
6438 S:      Orphan
6439 F:      Documentation/networking/lapb-module.txt
6440 F:      include/*/lapb.h
6441 F:      net/lapb/
6442
6443 LASI 53c700 driver for PARISC
6444 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6445 L:      linux-scsi@vger.kernel.org
6446 S:      Maintained
6447 F:      Documentation/scsi/53c700.txt
6448 F:      drivers/scsi/53c700*
6449
6450 LED SUBSYSTEM
6451 M:      Richard Purdie <rpurdie@rpsys.net>
6452 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6453 L:      linux-leds@vger.kernel.org
6454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6455 S:      Maintained
6456 F:      drivers/leds/
6457 F:      include/linux/leds.h
6458
6459 LEGACY EEPROM DRIVER
6460 M:      Jean Delvare <jdelvare@suse.com>
6461 S:      Maintained
6462 F:      Documentation/misc-devices/eeprom
6463 F:      drivers/misc/eeprom/eeprom.c
6464
6465 LEGO USB Tower driver
6466 M:      Juergen Stuber <starblue@users.sourceforge.net>
6467 L:      legousb-devel@lists.sourceforge.net
6468 W:      http://legousb.sourceforge.net/
6469 S:      Maintained
6470 F:      drivers/usb/misc/legousbtower.c
6471
6472 LG2160 MEDIA DRIVER
6473 M:      Michael Krufky <mkrufky@linuxtv.org>
6474 L:      linux-media@vger.kernel.org
6475 W:      https://linuxtv.org
6476 W:      http://github.com/mkrufky
6477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6478 T:      git git://linuxtv.org/mkrufky/tuners.git
6479 S:      Maintained
6480 F:      drivers/media/dvb-frontends/lg2160.*
6481
6482 LGDT3305 MEDIA DRIVER
6483 M:      Michael Krufky <mkrufky@linuxtv.org>
6484 L:      linux-media@vger.kernel.org
6485 W:      https://linuxtv.org
6486 W:      http://github.com/mkrufky
6487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6488 T:      git git://linuxtv.org/mkrufky/tuners.git
6489 S:      Maintained
6490 F:      drivers/media/dvb-frontends/lgdt3305.*
6491
6492 LGUEST
6493 M:      Rusty Russell <rusty@rustcorp.com.au>
6494 L:      lguest@lists.ozlabs.org
6495 W:      http://lguest.ozlabs.org/
6496 S:      Odd Fixes
6497 F:      arch/x86/include/asm/lguest*.h
6498 F:      arch/x86/lguest/
6499 F:      drivers/lguest/
6500 F:      include/linux/lguest*.h
6501 F:      tools/lguest/
6502
6503 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6504 M:      Tejun Heo <tj@kernel.org>
6505 L:      linux-ide@vger.kernel.org
6506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6507 S:      Maintained
6508 F:      drivers/ata/
6509 F:      include/linux/ata.h
6510 F:      include/linux/libata.h
6511
6512 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6513 M:      Viresh Kumar <vireshk@kernel.org>
6514 L:      linux-ide@vger.kernel.org
6515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6516 S:      Maintained
6517 F:      include/linux/pata_arasan_cf_data.h
6518 F:      drivers/ata/pata_arasan_cf.c
6519
6520 LIBATA PATA DRIVERS
6521 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6522 M:      Tejun Heo <tj@kernel.org>
6523 L:      linux-ide@vger.kernel.org
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6525 S:      Maintained
6526 F:      drivers/ata/pata_*.c
6527 F:      drivers/ata/ata_generic.c
6528
6529 LIBATA SATA AHCI PLATFORM devices support
6530 M:      Hans de Goede <hdegoede@redhat.com>
6531 M:      Tejun Heo <tj@kernel.org>
6532 L:      linux-ide@vger.kernel.org
6533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6534 S:      Maintained
6535 F:      drivers/ata/ahci_platform.c
6536 F:      drivers/ata/libahci_platform.c
6537 F:      include/linux/ahci_platform.h
6538
6539 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6540 M:      Mikael Pettersson <mikpelinux@gmail.com>
6541 L:      linux-ide@vger.kernel.org
6542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6543 S:      Maintained
6544 F:      drivers/ata/sata_promise.*
6545
6546 LIBLOCKDEP
6547 M:      Sasha Levin <sasha.levin@oracle.com>
6548 S:      Maintained
6549 F:      tools/lib/lockdep/
6550
6551 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6552 M:      Dan Williams <dan.j.williams@intel.com>
6553 L:      linux-nvdimm@lists.01.org
6554 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6556 S:      Supported
6557 F:      drivers/nvdimm/*
6558 F:      include/linux/nd.h
6559 F:      include/linux/libnvdimm.h
6560 F:      include/uapi/linux/ndctl.h
6561
6562 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6563 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6564 L:      linux-nvdimm@lists.01.org
6565 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6566 S:      Supported
6567 F:      drivers/nvdimm/blk.c
6568 F:      drivers/nvdimm/region_devs.c
6569 F:      drivers/acpi/nfit*
6570
6571 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6572 M:      Vishal Verma <vishal.l.verma@intel.com>
6573 L:      linux-nvdimm@lists.01.org
6574 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6575 S:      Supported
6576 F:      drivers/nvdimm/btt*
6577
6578 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6579 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6580 L:      linux-nvdimm@lists.01.org
6581 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6582 S:      Supported
6583 F:      drivers/nvdimm/pmem.c
6584 F:      include/linux/pmem.h
6585 F:      arch/*/include/asm/pmem.h
6586
6587 LIGHTNVM PLATFORM SUPPORT
6588 M:      Matias Bjorling <mb@lightnvm.io>
6589 W:      http://github/OpenChannelSSD
6590 L:      linux-block@vger.kernel.org
6591 S:      Maintained
6592 F:      drivers/lightnvm/
6593 F:      include/linux/lightnvm.h
6594 F:      include/uapi/linux/lightnvm.h
6595
6596 LINUX FOR IBM pSERIES (RS/6000)
6597 M:      Paul Mackerras <paulus@au.ibm.com>
6598 W:      http://www.ibm.com/linux/ltc/projects/ppc
6599 S:      Supported
6600 F:      arch/powerpc/boot/rs6000.h
6601
6602 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6603 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6604 M:      Paul Mackerras <paulus@samba.org>
6605 M:      Michael Ellerman <mpe@ellerman.id.au>
6606 W:      http://www.penguinppc.org/
6607 L:      linuxppc-dev@lists.ozlabs.org
6608 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6610 S:      Supported
6611 F:      Documentation/powerpc/
6612 F:      arch/powerpc/
6613
6614 LINUX FOR POWER MACINTOSH
6615 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6616 W:      http://www.penguinppc.org/
6617 L:      linuxppc-dev@lists.ozlabs.org
6618 S:      Maintained
6619 F:      arch/powerpc/platforms/powermac/
6620 F:      drivers/macintosh/
6621
6622 LINUX FOR POWERPC EMBEDDED MPC5XXX
6623 M:      Anatolij Gustschin <agust@denx.de>
6624 L:      linuxppc-dev@lists.ozlabs.org
6625 T:      git git://git.denx.de/linux-denx-agust.git
6626 S:      Maintained
6627 F:      arch/powerpc/platforms/512x/
6628 F:      arch/powerpc/platforms/52xx/
6629
6630 LINUX FOR POWERPC EMBEDDED PPC4XX
6631 M:      Alistair Popple <alistair@popple.id.au>
6632 M:      Matt Porter <mporter@kernel.crashing.org>
6633 W:      http://www.penguinppc.org/
6634 L:      linuxppc-dev@lists.ozlabs.org
6635 S:      Maintained
6636 F:      arch/powerpc/platforms/40x/
6637 F:      arch/powerpc/platforms/44x/
6638
6639 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6640 L:      linuxppc-dev@lists.ozlabs.org
6641 S:      Orphan
6642 F:      arch/powerpc/*/*virtex*
6643 F:      arch/powerpc/*/*/*virtex*
6644
6645 LINUX FOR POWERPC EMBEDDED PPC8XX
6646 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6647 W:      http://www.penguinppc.org/
6648 L:      linuxppc-dev@lists.ozlabs.org
6649 S:      Maintained
6650 F:      arch/powerpc/platforms/8xx/
6651
6652 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6653 M:      Scott Wood <oss@buserror.net>
6654 M:      Kumar Gala <galak@kernel.crashing.org>
6655 W:      http://www.penguinppc.org/
6656 L:      linuxppc-dev@lists.ozlabs.org
6657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6658 S:      Maintained
6659 F:      arch/powerpc/platforms/83xx/
6660 F:      arch/powerpc/platforms/85xx/
6661
6662 LINUX FOR POWERPC PA SEMI PWRFICIENT
6663 M:      Olof Johansson <olof@lixom.net>
6664 L:      linuxppc-dev@lists.ozlabs.org
6665 S:      Maintained
6666 F:      arch/powerpc/platforms/pasemi/
6667 F:      drivers/*/*pasemi*
6668 F:      drivers/*/*/*pasemi*
6669
6670 LINUX SECURITY MODULE (LSM) FRAMEWORK
6671 M:      Chris Wright <chrisw@sous-sol.org>
6672 L:      linux-security-module@vger.kernel.org
6673 S:      Supported
6674
6675 LIS3LV02D ACCELEROMETER DRIVER
6676 M:      Eric Piel <eric.piel@tremplin-utc.net>
6677 S:      Maintained
6678 F:      Documentation/misc-devices/lis3lv02d
6679 F:      drivers/misc/lis3lv02d/
6680 F:      drivers/platform/x86/hp_accel.c
6681
6682 LIVE PATCHING
6683 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6684 M:      Jessica Yu <jeyu@redhat.com>
6685 M:      Jiri Kosina <jikos@kernel.org>
6686 M:      Miroslav Benes <mbenes@suse.cz>
6687 R:      Petr Mladek <pmladek@suse.com>
6688 S:      Maintained
6689 F:      kernel/livepatch/
6690 F:      include/linux/livepatch.h
6691 F:      arch/x86/include/asm/livepatch.h
6692 F:      arch/x86/kernel/livepatch.c
6693 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6694 F:      samples/livepatch/
6695 L:      live-patching@vger.kernel.org
6696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6697
6698 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6699 M:      Kees Cook <keescook@chromium.org>
6700 S:      Maintained
6701 F:      drivers/misc/lkdtm.c
6702
6703 LLC (802.2)
6704 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6705 S:      Maintained
6706 F:      include/linux/llc.h
6707 F:      include/uapi/linux/llc.h
6708 F:      include/net/llc*
6709 F:      net/llc/
6710
6711 LM73 HARDWARE MONITOR DRIVER
6712 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6713 L:      linux-hwmon@vger.kernel.org
6714 S:      Maintained
6715 F:      drivers/hwmon/lm73.c
6716
6717 LM78 HARDWARE MONITOR DRIVER
6718 M:      Jean Delvare <jdelvare@suse.com>
6719 L:      linux-hwmon@vger.kernel.org
6720 S:      Maintained
6721 F:      Documentation/hwmon/lm78
6722 F:      drivers/hwmon/lm78.c
6723
6724 LM83 HARDWARE MONITOR DRIVER
6725 M:      Jean Delvare <jdelvare@suse.com>
6726 L:      linux-hwmon@vger.kernel.org
6727 S:      Maintained
6728 F:      Documentation/hwmon/lm83
6729 F:      drivers/hwmon/lm83.c
6730
6731 LM90 HARDWARE MONITOR DRIVER
6732 M:      Jean Delvare <jdelvare@suse.com>
6733 L:      linux-hwmon@vger.kernel.org
6734 S:      Maintained
6735 F:      Documentation/hwmon/lm90
6736 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6737 F:      drivers/hwmon/lm90.c
6738
6739 LM95234 HARDWARE MONITOR DRIVER
6740 M:      Guenter Roeck <linux@roeck-us.net>
6741 L:      linux-hwmon@vger.kernel.org
6742 S:      Maintained
6743 F:      Documentation/hwmon/lm95234
6744 F:      drivers/hwmon/lm95234.c
6745
6746 LME2510 MEDIA DRIVER
6747 M:      Malcolm Priestley <tvboxspy@gmail.com>
6748 L:      linux-media@vger.kernel.org
6749 W:      https://linuxtv.org
6750 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6751 S:      Maintained
6752 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6753
6754 LOCKDEP AND LOCKSTAT
6755 M:      Peter Zijlstra <peterz@infradead.org>
6756 M:      Ingo Molnar <mingo@redhat.com>
6757 L:      linux-kernel@vger.kernel.org
6758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6759 S:      Maintained
6760 F:      Documentation/locking/lockdep*.txt
6761 F:      Documentation/locking/lockstat.txt
6762 F:      include/linux/lockdep.h
6763 F:      kernel/locking/
6764
6765 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6766 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6767 L:      linux-ntfs-dev@lists.sourceforge.net
6768 W:      http://www.linux-ntfs.org/content/view/19/37/
6769 S:      Maintained
6770 F:      Documentation/ldm.txt
6771 F:      block/partitions/ldm.*
6772
6773 LogFS
6774 M:      Joern Engel <joern@logfs.org>
6775 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6776 L:      logfs@logfs.org
6777 W:      logfs.org
6778 S:      Maintained
6779 F:      fs/logfs/
6780
6781 LPC32XX MACHINE SUPPORT
6782 M:      Roland Stigge <stigge@antcom.de>
6783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6784 S:      Maintained
6785 F:      arch/arm/mach-lpc32xx/
6786
6787 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6788 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6789 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6790 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6791 L:      MPT-FusionLinux.pdl@broadcom.com
6792 L:      linux-scsi@vger.kernel.org
6793 W:      http://www.avagotech.com/support/
6794 S:      Supported
6795 F:      drivers/message/fusion/
6796 F:      drivers/scsi/mpt2sas/
6797 F:      drivers/scsi/mpt3sas/
6798
6799 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6800 M:      Matthew Wilcox <matthew@wil.cx>
6801 L:      linux-scsi@vger.kernel.org
6802 S:      Maintained
6803 F:      drivers/scsi/sym53c8xx_2/
6804
6805 LTC4261 HARDWARE MONITOR DRIVER
6806 M:      Guenter Roeck <linux@roeck-us.net>
6807 L:      linux-hwmon@vger.kernel.org
6808 S:      Maintained
6809 F:      Documentation/hwmon/ltc4261
6810 F:      drivers/hwmon/ltc4261.c
6811
6812 LTP (Linux Test Project)
6813 M:      Mike Frysinger <vapier@gentoo.org>
6814 M:      Cyril Hrubis <chrubis@suse.cz>
6815 M:      Wanlong Gao <wanlong.gao@gmail.com>
6816 M:      Jan Stancek <jstancek@redhat.com>
6817 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6818 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6819 L:      ltp@lists.linux.it (subscribers-only)
6820 W:      http://linux-test-project.github.io/
6821 T:      git git://github.com/linux-test-project/ltp.git
6822 S:      Maintained
6823
6824 M32R ARCHITECTURE
6825 W:      http://www.linux-m32r.org/
6826 S:      Orphan
6827 F:      arch/m32r/
6828
6829 M68K ARCHITECTURE
6830 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6831 L:      linux-m68k@lists.linux-m68k.org
6832 W:      http://www.linux-m68k.org/
6833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6834 S:      Maintained
6835 F:      arch/m68k/
6836 F:      drivers/zorro/
6837
6838 M68K ON APPLE MACINTOSH
6839 M:      Joshua Thompson <funaho@jurai.org>
6840 W:      http://www.mac.linux-m68k.org/
6841 L:      linux-m68k@lists.linux-m68k.org
6842 S:      Maintained
6843 F:      arch/m68k/mac/
6844
6845 M68K ON HP9000/300
6846 M:      Philip Blundell <philb@gnu.org>
6847 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6848 S:      Maintained
6849 F:      arch/m68k/hp300/
6850
6851 M88DS3103 MEDIA DRIVER
6852 M:      Antti Palosaari <crope@iki.fi>
6853 L:      linux-media@vger.kernel.org
6854 W:      https://linuxtv.org
6855 W:      http://palosaari.fi/linux/
6856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6857 T:      git git://linuxtv.org/anttip/media_tree.git
6858 S:      Maintained
6859 F:      drivers/media/dvb-frontends/m88ds3103*
6860
6861 M88RS2000 MEDIA DRIVER
6862 M:      Malcolm Priestley <tvboxspy@gmail.com>
6863 L:      linux-media@vger.kernel.org
6864 W:      https://linuxtv.org
6865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6866 S:      Maintained
6867 F:      drivers/media/dvb-frontends/m88rs2000*
6868
6869 MA901 MASTERKIT USB FM RADIO DRIVER
6870 M:      Alexey Klimov <klimov.linux@gmail.com>
6871 L:      linux-media@vger.kernel.org
6872 T:      git git://linuxtv.org/media_tree.git
6873 S:      Maintained
6874 F:      drivers/media/radio/radio-ma901.c
6875
6876 MAC80211
6877 M:      Johannes Berg <johannes@sipsolutions.net>
6878 L:      linux-wireless@vger.kernel.org
6879 W:      http://wireless.kernel.org/
6880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6882 S:      Maintained
6883 F:      Documentation/networking/mac80211-injection.txt
6884 F:      include/net/mac80211.h
6885 F:      net/mac80211/
6886 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6887
6888 MACVLAN DRIVER
6889 M:      Patrick McHardy <kaber@trash.net>
6890 L:      netdev@vger.kernel.org
6891 S:      Maintained
6892 F:      drivers/net/macvlan.c
6893 F:      include/linux/if_macvlan.h
6894
6895 MAILBOX API
6896 M:      Jassi Brar <jassisinghbrar@gmail.com>
6897 L:      linux-kernel@vger.kernel.org
6898 S:      Maintained
6899 F:      drivers/mailbox/
6900 F:      include/linux/mailbox_client.h
6901 F:      include/linux/mailbox_controller.h
6902
6903 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6904 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6905 W:      http://www.kernel.org/doc/man-pages
6906 L:      linux-man@vger.kernel.org
6907 S:      Maintained
6908
6909 MARVELL ARMADA DRM SUPPORT
6910 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6911 S:      Maintained
6912 F:      drivers/gpu/drm/armada/
6913
6914 MARVELL 88E6352 DSA support
6915 M:      Guenter Roeck <linux@roeck-us.net>
6916 S:      Maintained
6917 F:      drivers/net/dsa/mv88e6352.c
6918
6919 MARVELL CRYPTO DRIVER
6920 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6921 M:      Arnaud Ebalard <arno@natisbad.org>
6922 F:      drivers/crypto/marvell/
6923 S:      Maintained
6924 L:      linux-crypto@vger.kernel.org
6925
6926 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6927 M:      Mirko Lindner <mlindner@marvell.com>
6928 M:      Stephen Hemminger <stephen@networkplumber.org>
6929 L:      netdev@vger.kernel.org
6930 S:      Maintained
6931 F:      drivers/net/ethernet/marvell/sk*
6932
6933 MARVELL LIBERTAS WIRELESS DRIVER
6934 L:      libertas-dev@lists.infradead.org
6935 S:      Orphan
6936 F:      drivers/net/wireless/marvell/libertas/
6937
6938 MARVELL MV643XX ETHERNET DRIVER
6939 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6940 L:      netdev@vger.kernel.org
6941 S:      Maintained
6942 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6943 F:      include/linux/mv643xx.h
6944
6945 MARVELL MVNETA ETHERNET DRIVER
6946 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6947 L:      netdev@vger.kernel.org
6948 S:      Maintained
6949 F:      drivers/net/ethernet/marvell/mvneta.*
6950
6951 MARVELL MWIFIEX WIRELESS DRIVER
6952 M:      Amitkumar Karwar <akarwar@marvell.com>
6953 M:      Nishant Sarmukadam <nishants@marvell.com>
6954 L:      linux-wireless@vger.kernel.org
6955 S:      Maintained
6956 F:      drivers/net/wireless/marvell/mwifiex/
6957
6958 MARVELL MWL8K WIRELESS DRIVER
6959 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6960 L:      linux-wireless@vger.kernel.org
6961 S:      Odd Fixes
6962 F:      drivers/net/wireless/marvell/mwl8k.c
6963
6964 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6965 M:      Nicolas Pitre <nico@fluxnic.net>
6966 S:      Odd Fixes
6967 F:      drivers/mmc/host/mvsdio.*
6968
6969 MATROX FRAMEBUFFER DRIVER
6970 L:      linux-fbdev@vger.kernel.org
6971 S:      Orphan
6972 F:      drivers/video/fbdev/matrox/matroxfb_*
6973 F:      include/uapi/linux/matroxfb.h
6974
6975 MAX16065 HARDWARE MONITOR DRIVER
6976 M:      Guenter Roeck <linux@roeck-us.net>
6977 L:      linux-hwmon@vger.kernel.org
6978 S:      Maintained
6979 F:      Documentation/hwmon/max16065
6980 F:      drivers/hwmon/max16065.c
6981
6982 MAX20751 HARDWARE MONITOR DRIVER
6983 M:      Guenter Roeck <linux@roeck-us.net>
6984 L:      linux-hwmon@vger.kernel.org
6985 S:      Maintained
6986 F:      Documentation/hwmon/max20751
6987 F:      drivers/hwmon/max20751.c
6988
6989 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6990 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6991 L:      linux-hwmon@vger.kernel.org
6992 S:      Maintained
6993 F:      Documentation/hwmon/max6650
6994 F:      drivers/hwmon/max6650.c
6995
6996 MAX6697 HARDWARE MONITOR DRIVER
6997 M:      Guenter Roeck <linux@roeck-us.net>
6998 L:      linux-hwmon@vger.kernel.org
6999 S:      Maintained
7000 F:      Documentation/hwmon/max6697
7001 F:      Documentation/devicetree/bindings/i2c/max6697.txt
7002 F:      drivers/hwmon/max6697.c
7003 F:      include/linux/platform_data/max6697.h
7004
7005 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
7006 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7007 L:      linux-pm@vger.kernel.org
7008 S:      Supported
7009 F:      drivers/power/max14577_charger.c
7010 F:      drivers/power/max77693_charger.c
7011
7012 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
7013 M:      Javier Martinez Canillas <javier@osg.samsung.com>
7014 L:      linux-kernel@vger.kernel.org
7015 S:      Supported
7016 F:      drivers/*/*max77802*.c
7017 F:      Documentation/devicetree/bindings/*/*max77802.txt
7018 F:      include/dt-bindings/*/*max77802.h
7019
7020 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
7021 M:      Chanwoo Choi <cw00.choi@samsung.com>
7022 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
7023 L:      linux-kernel@vger.kernel.org
7024 S:      Supported
7025 F:      drivers/*/max14577.c
7026 F:      drivers/*/max77686*.c
7027 F:      drivers/*/max77693.c
7028 F:      drivers/extcon/extcon-max14577.c
7029 F:      drivers/extcon/extcon-max77693.c
7030 F:      drivers/rtc/rtc-max77686.c
7031 F:      drivers/clk/clk-max77686.c
7032 F:      Documentation/devicetree/bindings/mfd/max14577.txt
7033 F:      Documentation/devicetree/bindings/*/max77686.txt
7034 F:      Documentation/devicetree/bindings/mfd/max77693.txt
7035 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
7036 F:      include/linux/mfd/max14577*.h
7037 F:      include/linux/mfd/max77686*.h
7038 F:      include/linux/mfd/max77693*.h
7039
7040 MAXIRADIO FM RADIO RECEIVER DRIVER
7041 M:      Hans Verkuil <hverkuil@xs4all.nl>
7042 L:      linux-media@vger.kernel.org
7043 T:      git git://linuxtv.org/media_tree.git
7044 W:      https://linuxtv.org
7045 S:      Maintained
7046 F:      drivers/media/radio/radio-maxiradio*
7047
7048 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
7049 M:      Peter Rosin <peda@axentia.se>
7050 L:      linux-iio@vger.kernel.org
7051 S:      Maintained
7052 F:      drivers/iio/potentiometer/mcp4531.c
7053
7054 MEDIA DRIVERS FOR RENESAS - VSP1
7055 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7056 L:      linux-media@vger.kernel.org
7057 L:      linux-renesas-soc@vger.kernel.org
7058 T:      git git://linuxtv.org/media_tree.git
7059 S:      Supported
7060 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
7061 F:      drivers/media/platform/vsp1/
7062
7063 MEDIA DRIVERS FOR ASCOT2E
7064 M:      Sergey Kozlov <serjk@netup.ru>
7065 L:      linux-media@vger.kernel.org
7066 W:      https://linuxtv.org
7067 W:      http://netup.tv/
7068 T:      git git://linuxtv.org/media_tree.git
7069 S:      Supported
7070 F:      drivers/media/dvb-frontends/ascot2e*
7071
7072 MEDIA DRIVERS FOR CXD2841ER
7073 M:      Sergey Kozlov <serjk@netup.ru>
7074 L:      linux-media@vger.kernel.org
7075 W:      https://linuxtv.org
7076 W:      http://netup.tv/
7077 T:      git git://linuxtv.org/media_tree.git
7078 S:      Supported
7079 F:      drivers/media/dvb-frontends/cxd2841er*
7080
7081 MEDIA DRIVERS FOR HORUS3A
7082 M:      Sergey Kozlov <serjk@netup.ru>
7083 L:      linux-media@vger.kernel.org
7084 W:      https://linuxtv.org
7085 W:      http://netup.tv/
7086 T:      git git://linuxtv.org/media_tree.git
7087 S:      Supported
7088 F:      drivers/media/dvb-frontends/horus3a*
7089
7090 MEDIA DRIVERS FOR LNBH25
7091 M:      Sergey Kozlov <serjk@netup.ru>
7092 L:      linux-media@vger.kernel.org
7093 W:      https://linuxtv.org
7094 W:      http://netup.tv/
7095 T:      git git://linuxtv.org/media_tree.git
7096 S:      Supported
7097 F:      drivers/media/dvb-frontends/lnbh25*
7098
7099 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7100 M:      Sergey Kozlov <serjk@netup.ru>
7101 L:      linux-media@vger.kernel.org
7102 W:      https://linuxtv.org
7103 W:      http://netup.tv/
7104 T:      git git://linuxtv.org/media_tree.git
7105 S:      Supported
7106 F:      drivers/media/pci/netup_unidvb/*
7107
7108 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7110 P:      LinuxTV.org Project
7111 L:      linux-media@vger.kernel.org
7112 W:      https://linuxtv.org
7113 Q:      http://patchwork.kernel.org/project/linux-media/list/
7114 T:      git git://linuxtv.org/media_tree.git
7115 S:      Maintained
7116 F:      Documentation/dvb/
7117 F:      Documentation/video4linux/
7118 F:      Documentation/DocBook/media/
7119 F:      drivers/media/
7120 F:      drivers/staging/media/
7121 F:      include/linux/platform_data/media/
7122 F:      include/media/
7123 F:      include/uapi/linux/dvb/
7124 F:      include/uapi/linux/videodev2.h
7125 F:      include/uapi/linux/media.h
7126 F:      include/uapi/linux/v4l2-*
7127 F:      include/uapi/linux/meye.h
7128 F:      include/uapi/linux/ivtv*
7129 F:      include/uapi/linux/uvcvideo.h
7130
7131 MEDIATEK ETHERNET DRIVER
7132 M:      Felix Fietkau <nbd@openwrt.org>
7133 M:      John Crispin <blogic@openwrt.org>
7134 L:      netdev@vger.kernel.org
7135 S:      Maintained
7136 F:      drivers/net/ethernet/mediatek/
7137
7138 MEDIATEK MT7601U WIRELESS LAN DRIVER
7139 M:      Jakub Kicinski <kubakici@wp.pl>
7140 L:      linux-wireless@vger.kernel.org
7141 S:      Maintained
7142 F:      drivers/net/wireless/mediatek/mt7601u/
7143
7144 MEGARAID SCSI/SAS DRIVERS
7145 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7146 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7147 M:      Uday Lingala <uday.lingala@avagotech.com>
7148 L:      megaraidlinux.pdl@avagotech.com
7149 L:      linux-scsi@vger.kernel.org
7150 W:      http://www.lsi.com
7151 S:      Maintained
7152 F:      Documentation/scsi/megaraid.txt
7153 F:      drivers/scsi/megaraid.*
7154 F:      drivers/scsi/megaraid/
7155
7156 MELLANOX ETHERNET DRIVER (mlx4_en)
7157 M:      Eugenia Emantayev <eugenia@mellanox.com>
7158 L:      netdev@vger.kernel.org
7159 S:      Supported
7160 W:      http://www.mellanox.com
7161 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7162 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7163
7164 MELLANOX ETHERNET DRIVER (mlx5e)
7165 M:      Saeed Mahameed <saeedm@mellanox.com>
7166 L:      netdev@vger.kernel.org
7167 S:      Supported
7168 W:      http://www.mellanox.com
7169 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7170 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7171
7172 MELLANOX ETHERNET SWITCH DRIVERS
7173 M:      Jiri Pirko <jiri@mellanox.com>
7174 M:      Ido Schimmel <idosch@mellanox.com>
7175 L:      netdev@vger.kernel.org
7176 S:      Supported
7177 W:      http://www.mellanox.com
7178 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7179 F:      drivers/net/ethernet/mellanox/mlxsw/
7180
7181 MEMBARRIER SUPPORT
7182 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7183 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7184 L:      linux-kernel@vger.kernel.org
7185 S:      Supported
7186 F:      kernel/membarrier.c
7187 F:      include/uapi/linux/membarrier.h
7188
7189 MEMORY MANAGEMENT
7190 L:      linux-mm@kvack.org
7191 W:      http://www.linux-mm.org
7192 S:      Maintained
7193 F:      include/linux/mm.h
7194 F:      include/linux/gfp.h
7195 F:      include/linux/mmzone.h
7196 F:      include/linux/memory_hotplug.h
7197 F:      include/linux/vmalloc.h
7198 F:      mm/
7199
7200 MEMORY TECHNOLOGY DEVICES (MTD)
7201 M:      David Woodhouse <dwmw2@infradead.org>
7202 M:      Brian Norris <computersforpeace@gmail.com>
7203 L:      linux-mtd@lists.infradead.org
7204 W:      http://www.linux-mtd.infradead.org/
7205 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7206 T:      git git://git.infradead.org/linux-mtd.git
7207 T:      git git://git.infradead.org/l2-mtd.git
7208 S:      Maintained
7209 F:      drivers/mtd/
7210 F:      include/linux/mtd/
7211 F:      include/uapi/mtd/
7212
7213 MEN A21 WATCHDOG DRIVER
7214 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7215 L:      linux-watchdog@vger.kernel.org
7216 S:      Maintained
7217 F:      drivers/watchdog/mena21_wdt.c
7218
7219 MEN CHAMELEON BUS (mcb)
7220 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7221 S:      Maintained
7222 F:      drivers/mcb/
7223 F:      include/linux/mcb.h
7224 F:      Documentation/men-chameleon-bus.txt
7225
7226 MEN F21BMC (Board Management Controller)
7227 M:      Andreas Werner <andreas.werner@men.de>
7228 S:      Supported
7229 F:      drivers/mfd/menf21bmc.c
7230 F:      drivers/watchdog/menf21bmc_wdt.c
7231 F:      drivers/leds/leds-menf21bmc.c
7232 F:      drivers/hwmon/menf21bmc_hwmon.c
7233 F:      Documentation/hwmon/menf21bmc
7234
7235 METAG ARCHITECTURE
7236 M:      James Hogan <james.hogan@imgtec.com>
7237 L:      linux-metag@vger.kernel.org
7238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7239 S:      Odd Fixes
7240 F:      arch/metag/
7241 F:      Documentation/metag/
7242 F:      Documentation/devicetree/bindings/metag/
7243 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7244 F:      drivers/clocksource/metag_generic.c
7245 F:      drivers/irqchip/irq-metag.c
7246 F:      drivers/irqchip/irq-metag-ext.c
7247 F:      drivers/tty/metag_da.c
7248
7249 MICROBLAZE ARCHITECTURE
7250 M:      Michal Simek <monstr@monstr.eu>
7251 W:      http://www.monstr.eu/fdt/
7252 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7253 S:      Supported
7254 F:      arch/microblaze/
7255
7256 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7257 M:      Chen Yu <yu.c.chen@intel.com>
7258 L:      platform-driver-x86@vger.kernel.org
7259 S:      Supported
7260 F:      drivers/platform/x86/surfacepro3_button.c
7261
7262 MICROTEK X6 SCANNER
7263 M:      Oliver Neukum <oliver@neukum.org>
7264 S:      Maintained
7265 F:      drivers/usb/image/microtek.*
7266
7267 MIPS
7268 M:      Ralf Baechle <ralf@linux-mips.org>
7269 L:      linux-mips@linux-mips.org
7270 W:      http://www.linux-mips.org/
7271 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7272 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7273 S:      Supported
7274 F:      Documentation/mips/
7275 F:      arch/mips/
7276
7277 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7278 M:      Hans Verkuil <hverkuil@xs4all.nl>
7279 L:      linux-media@vger.kernel.org
7280 T:      git git://linuxtv.org/media_tree.git
7281 W:      https://linuxtv.org
7282 S:      Odd Fixes
7283 F:      drivers/media/radio/radio-miropcm20*
7284
7285 MELLANOX MLX4 core VPI driver
7286 M:      Yishai Hadas <yishaih@mellanox.com>
7287 L:      netdev@vger.kernel.org
7288 L:      linux-rdma@vger.kernel.org
7289 W:      http://www.mellanox.com
7290 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7291 S:      Supported
7292 F:      drivers/net/ethernet/mellanox/mlx4/
7293 F:      include/linux/mlx4/
7294
7295 MELLANOX MLX4 IB driver
7296 M:      Yishai Hadas <yishaih@mellanox.com>
7297 L:      linux-rdma@vger.kernel.org
7298 W:      http://www.mellanox.com
7299 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7300 S:      Supported
7301 F:      drivers/infiniband/hw/mlx4/
7302 F:      include/linux/mlx4/
7303
7304 MELLANOX MLX5 core VPI driver
7305 M:      Matan Barak <matanb@mellanox.com>
7306 M:      Leon Romanovsky <leonro@mellanox.com>
7307 L:      netdev@vger.kernel.org
7308 L:      linux-rdma@vger.kernel.org
7309 W:      http://www.mellanox.com
7310 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7311 S:      Supported
7312 F:      drivers/net/ethernet/mellanox/mlx5/core/
7313 F:      include/linux/mlx5/
7314
7315 MELLANOX MLX5 IB driver
7316 M:      Matan Barak <matanb@mellanox.com>
7317 M:      Leon Romanovsky <leonro@mellanox.com>
7318 L:      linux-rdma@vger.kernel.org
7319 W:      http://www.mellanox.com
7320 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7321 S:      Supported
7322 F:      drivers/infiniband/hw/mlx5/
7323 F:      include/linux/mlx5/
7324
7325 MELEXIS MLX90614 DRIVER
7326 M:      Crt Mori <cmo@melexis.com>
7327 L:      linux-iio@vger.kernel.org
7328 W:      http://www.melexis.com
7329 S:      Supported
7330 F:      drivers/iio/temperature/mlx90614.c
7331
7332 MN88472 MEDIA DRIVER
7333 M:      Antti Palosaari <crope@iki.fi>
7334 L:      linux-media@vger.kernel.org
7335 W:      https://linuxtv.org
7336 W:      http://palosaari.fi/linux/
7337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7338 T:      git git://linuxtv.org/anttip/media_tree.git
7339 S:      Maintained
7340 F:      drivers/staging/media/mn88472/
7341 F:      drivers/media/dvb-frontends/mn88472.h
7342
7343 MN88473 MEDIA DRIVER
7344 M:      Antti Palosaari <crope@iki.fi>
7345 L:      linux-media@vger.kernel.org
7346 W:      https://linuxtv.org
7347 W:      http://palosaari.fi/linux/
7348 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7349 S:      Maintained
7350 F:      drivers/media/dvb-frontends/mn88473*
7351
7352 MODULE SUPPORT
7353 M:      Rusty Russell <rusty@rustcorp.com.au>
7354 S:      Maintained
7355 F:      include/linux/module.h
7356 F:      kernel/module.c
7357
7358 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7359 W:      http://popies.net/meye/
7360 S:      Orphan
7361 F:      Documentation/video4linux/meye.txt
7362 F:      drivers/media/pci/meye/
7363 F:      include/uapi/linux/meye.h
7364
7365 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7366 M:      Jiri Slaby <jirislaby@gmail.com>
7367 S:      Maintained
7368 F:      Documentation/serial/moxa-smartio
7369 F:      drivers/tty/mxser.*
7370
7371 MR800 AVERMEDIA USB FM RADIO DRIVER
7372 M:      Alexey Klimov <klimov.linux@gmail.com>
7373 L:      linux-media@vger.kernel.org
7374 T:      git git://linuxtv.org/media_tree.git
7375 S:      Maintained
7376 F:      drivers/media/radio/radio-mr800.c
7377
7378 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7379 M:      Alan Ott <alan@signal11.us>
7380 L:      linux-wpan@vger.kernel.org
7381 S:      Maintained
7382 F:      drivers/net/ieee802154/mrf24j40.c
7383 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7384
7385 MSI LAPTOP SUPPORT
7386 M:      "Lee, Chun-Yi" <jlee@suse.com>
7387 L:      platform-driver-x86@vger.kernel.org
7388 S:      Maintained
7389 F:      drivers/platform/x86/msi-laptop.c
7390
7391 MSI WMI SUPPORT
7392 L:      platform-driver-x86@vger.kernel.org
7393 S:      Orphan
7394 F:      drivers/platform/x86/msi-wmi.c
7395
7396 MSI001 MEDIA DRIVER
7397 M:      Antti Palosaari <crope@iki.fi>
7398 L:      linux-media@vger.kernel.org
7399 W:      https://linuxtv.org
7400 W:      http://palosaari.fi/linux/
7401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7402 T:      git git://linuxtv.org/anttip/media_tree.git
7403 S:      Maintained
7404 F:      drivers/media/tuners/msi001*
7405
7406 MSI2500 MEDIA DRIVER
7407 M:      Antti Palosaari <crope@iki.fi>
7408 L:      linux-media@vger.kernel.org
7409 W:      https://linuxtv.org
7410 W:      http://palosaari.fi/linux/
7411 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7412 T:      git git://linuxtv.org/anttip/media_tree.git
7413 S:      Maintained
7414 F:      drivers/media/usb/msi2500/
7415
7416 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7417 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7418 L:      linux-mtd@lists.infradead.org
7419 S:      Maintained
7420 F:      drivers/mtd/devices/docg3*
7421
7422 MT9M032 APTINA SENSOR DRIVER
7423 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7424 L:      linux-media@vger.kernel.org
7425 T:      git git://linuxtv.org/media_tree.git
7426 S:      Maintained
7427 F:      drivers/media/i2c/mt9m032.c
7428 F:      include/media/i2c/mt9m032.h
7429
7430 MT9P031 APTINA CAMERA SENSOR
7431 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7432 L:      linux-media@vger.kernel.org
7433 T:      git git://linuxtv.org/media_tree.git
7434 S:      Maintained
7435 F:      drivers/media/i2c/mt9p031.c
7436 F:      include/media/i2c/mt9p031.h
7437
7438 MT9T001 APTINA CAMERA SENSOR
7439 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7440 L:      linux-media@vger.kernel.org
7441 T:      git git://linuxtv.org/media_tree.git
7442 S:      Maintained
7443 F:      drivers/media/i2c/mt9t001.c
7444 F:      include/media/i2c/mt9t001.h
7445
7446 MT9V032 APTINA CAMERA SENSOR
7447 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7448 L:      linux-media@vger.kernel.org
7449 T:      git git://linuxtv.org/media_tree.git
7450 S:      Maintained
7451 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7452 F:      drivers/media/i2c/mt9v032.c
7453 F:      include/media/i2c/mt9v032.h
7454
7455 MULTIFUNCTION DEVICES (MFD)
7456 M:      Lee Jones <lee.jones@linaro.org>
7457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7458 S:      Supported
7459 F:      drivers/mfd/
7460 F:      include/linux/mfd/
7461
7462 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7463 M:      Ulf Hansson <ulf.hansson@linaro.org>
7464 L:      linux-mmc@vger.kernel.org
7465 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7466 S:      Maintained
7467 F:      drivers/mmc/
7468 F:      include/linux/mmc/
7469 F:      include/uapi/linux/mmc/
7470
7471 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7472 S:      Orphan
7473 F:      drivers/mmc/host/mmc_spi.c
7474 F:      include/linux/spi/mmc_spi.h
7475
7476 MULTISOUND SOUND DRIVER
7477 M:      Andrew Veliath <andrewtv@usa.net>
7478 S:      Maintained
7479 F:      Documentation/sound/oss/MultiSound
7480 F:      sound/oss/msnd*
7481
7482 MULTITECH MULTIPORT CARD (ISICOM)
7483 S:      Orphan
7484 F:      drivers/tty/isicom.c
7485 F:      include/linux/isicom.h
7486
7487 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7488 M:      Bin Liu <b-liu@ti.com>
7489 L:      linux-usb@vger.kernel.org
7490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7491 S:      Maintained
7492 F:      drivers/usb/musb/
7493
7494 MXL5007T MEDIA DRIVER
7495 M:      Michael Krufky <mkrufky@linuxtv.org>
7496 L:      linux-media@vger.kernel.org
7497 W:      https://linuxtv.org
7498 W:      http://github.com/mkrufky
7499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7500 T:      git git://linuxtv.org/mkrufky/tuners.git
7501 S:      Maintained
7502 F:      drivers/media/tuners/mxl5007t.*
7503
7504 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7505 M:      Hyong-Youb Kim <hykim@myri.com>
7506 L:      netdev@vger.kernel.org
7507 W:      https://www.myricom.com/support/downloads/myri10ge.html
7508 S:      Supported
7509 F:      drivers/net/ethernet/myricom/myri10ge/
7510
7511 NAND FLASH SUBSYSTEM
7512 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7513 R:      Richard Weinberger <richard@nod.at>
7514 L:      linux-mtd@lists.infradead.org
7515 W:      http://www.linux-mtd.infradead.org/
7516 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7517 T:      git git://github.com/linux-nand/linux.git
7518 S:      Maintained
7519 F:      drivers/mtd/nand/
7520 F:      include/linux/mtd/nand*.h
7521
7522 NATSEMI ETHERNET DRIVER (DP8381x)
7523 S:      Orphan
7524 F:      drivers/net/ethernet/natsemi/natsemi.c
7525
7526 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7527 M:      Daniel Mack <zonque@gmail.com>
7528 S:      Maintained
7529 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7530 W:      http://www.native-instruments.com
7531 F:      sound/usb/caiaq/
7532
7533 NCP FILESYSTEM
7534 M:      Petr Vandrovec <petr@vandrovec.name>
7535 S:      Odd Fixes
7536 F:      fs/ncpfs/
7537
7538 NCR 5380 SCSI DRIVERS
7539 M:      Finn Thain <fthain@telegraphics.com.au>
7540 M:      Michael Schmitz <schmitzmic@gmail.com>
7541 L:      linux-scsi@vger.kernel.org
7542 S:      Maintained
7543 F:      Documentation/scsi/g_NCR5380.txt
7544 F:      drivers/scsi/NCR5380.*
7545 F:      drivers/scsi/arm/cumana_1.c
7546 F:      drivers/scsi/arm/oak.c
7547 F:      drivers/scsi/atari_NCR5380.c
7548 F:      drivers/scsi/atari_scsi.*
7549 F:      drivers/scsi/dmx3191d.c
7550 F:      drivers/scsi/dtc.*
7551 F:      drivers/scsi/g_NCR5380.*
7552 F:      drivers/scsi/g_NCR5380_mmio.c
7553 F:      drivers/scsi/mac_scsi.*
7554 F:      drivers/scsi/pas16.*
7555 F:      drivers/scsi/sun3_scsi.*
7556 F:      drivers/scsi/sun3_scsi_vme.c
7557 F:      drivers/scsi/t128.*
7558
7559 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7560 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7561 L:      linux-scsi@vger.kernel.org
7562 S:      Maintained
7563 F:      drivers/scsi/NCR_D700.*
7564
7565 NCT6775 HARDWARE MONITOR DRIVER
7566 M:      Guenter Roeck <linux@roeck-us.net>
7567 L:      linux-hwmon@vger.kernel.org
7568 S:      Maintained
7569 F:      Documentation/hwmon/nct6775
7570 F:      drivers/hwmon/nct6775.c
7571
7572 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7573 M:      Faisal Latif <faisal.latif@intel.com>
7574 L:      linux-rdma@vger.kernel.org
7575 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7576 S:      Supported
7577 F:      drivers/infiniband/hw/nes/
7578
7579 NETEM NETWORK EMULATOR
7580 M:      Stephen Hemminger <stephen@networkplumber.org>
7581 L:      netem@lists.linux-foundation.org
7582 S:      Maintained
7583 F:      net/sched/sch_netem.c
7584
7585 NETERION 10GbE DRIVERS (s2io/vxge)
7586 M:      Jon Mason <jdmason@kudzu.us>
7587 L:      netdev@vger.kernel.org
7588 S:      Supported
7589 F:      Documentation/networking/s2io.txt
7590 F:      Documentation/networking/vxge.txt
7591 F:      drivers/net/ethernet/neterion/
7592
7593 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7594 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7595 M:      Patrick McHardy <kaber@trash.net>
7596 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7597 L:      netfilter-devel@vger.kernel.org
7598 L:      coreteam@netfilter.org
7599 W:      http://www.netfilter.org/
7600 W:      http://www.iptables.org/
7601 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7604 S:      Supported
7605 F:      include/linux/netfilter*
7606 F:      include/linux/netfilter/
7607 F:      include/net/netfilter/
7608 F:      include/uapi/linux/netfilter*
7609 F:      include/uapi/linux/netfilter/
7610 F:      net/*/netfilter.c
7611 F:      net/*/netfilter/
7612 F:      net/netfilter/
7613 F:      net/bridge/br_netfilter*.c
7614
7615 NETLABEL
7616 M:      Paul Moore <paul@paul-moore.com>
7617 W:      http://netlabel.sf.net
7618 L:      netdev@vger.kernel.org
7619 S:      Maintained
7620 F:      Documentation/netlabel/
7621 F:      include/net/netlabel.h
7622 F:      net/netlabel/
7623
7624 NETROM NETWORK LAYER
7625 M:      Ralf Baechle <ralf@linux-mips.org>
7626 L:      linux-hams@vger.kernel.org
7627 W:      http://www.linux-ax25.org/
7628 S:      Maintained
7629 F:      include/net/netrom.h
7630 F:      include/uapi/linux/netrom.h
7631 F:      net/netrom/
7632
7633 NETRONOME ETHERNET DRIVERS
7634 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7635 L:      oss-drivers@netronome.com
7636 S:      Maintained
7637 F:      drivers/net/ethernet/netronome/
7638
7639 NETWORK BLOCK DEVICE (NBD)
7640 M:      Markus Pargmann <mpa@pengutronix.de>
7641 S:      Maintained
7642 L:      nbd-general@lists.sourceforge.net
7643 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7644 F:      Documentation/blockdev/nbd.txt
7645 F:      drivers/block/nbd.c
7646 F:      include/uapi/linux/nbd.h
7647
7648 NETWORK DROP MONITOR
7649 M:      Neil Horman <nhorman@tuxdriver.com>
7650 L:      netdev@vger.kernel.org
7651 S:      Maintained
7652 W:      https://fedorahosted.org/dropwatch/
7653 F:      net/core/drop_monitor.c
7654
7655 NETWORKING [GENERAL]
7656 M:      "David S. Miller" <davem@davemloft.net>
7657 L:      netdev@vger.kernel.org
7658 W:      http://www.linuxfoundation.org/en/Net
7659 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7662 S:      Maintained
7663 F:      net/
7664 F:      include/net/
7665 F:      include/linux/in.h
7666 F:      include/linux/net.h
7667 F:      include/linux/netdevice.h
7668 F:      include/uapi/linux/in.h
7669 F:      include/uapi/linux/net.h
7670 F:      include/uapi/linux/netdevice.h
7671 F:      include/uapi/linux/net_namespace.h
7672 F:      tools/net/
7673 F:      tools/testing/selftests/net/
7674 F:      lib/random32.c
7675 F:      lib/test_bpf.c
7676
7677 NETWORKING [IPv4/IPv6]
7678 M:      "David S. Miller" <davem@davemloft.net>
7679 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7680 M:      James Morris <jmorris@namei.org>
7681 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7682 M:      Patrick McHardy <kaber@trash.net>
7683 L:      netdev@vger.kernel.org
7684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7685 S:      Maintained
7686 F:      net/ipv4/
7687 F:      net/ipv6/
7688 F:      include/net/ip*
7689 F:      arch/x86/net/*
7690
7691 NETWORKING [IPSEC]
7692 M:      Steffen Klassert <steffen.klassert@secunet.com>
7693 M:      Herbert Xu <herbert@gondor.apana.org.au>
7694 M:      "David S. Miller" <davem@davemloft.net>
7695 L:      netdev@vger.kernel.org
7696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7698 S:      Maintained
7699 F:      net/core/flow.c
7700 F:      net/xfrm/
7701 F:      net/key/
7702 F:      net/ipv4/xfrm*
7703 F:      net/ipv4/esp4.c
7704 F:      net/ipv4/ah4.c
7705 F:      net/ipv4/ipcomp.c
7706 F:      net/ipv4/ip_vti.c
7707 F:      net/ipv6/xfrm*
7708 F:      net/ipv6/esp6.c
7709 F:      net/ipv6/ah6.c
7710 F:      net/ipv6/ipcomp6.c
7711 F:      net/ipv6/ip6_vti.c
7712 F:      include/uapi/linux/xfrm.h
7713 F:      include/net/xfrm.h
7714
7715 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7716 M:      Paul Moore <paul@paul-moore.com>
7717 L:      netdev@vger.kernel.org
7718 S:      Maintained
7719
7720 NETWORKING [WIRELESS]
7721 L:      linux-wireless@vger.kernel.org
7722 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7723
7724 NETWORKING DRIVERS
7725 L:      netdev@vger.kernel.org
7726 W:      http://www.linuxfoundation.org/en/Net
7727 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7730 S:      Odd Fixes
7731 F:      drivers/net/
7732 F:      include/linux/if_*
7733 F:      include/linux/netdevice.h
7734 F:      include/linux/etherdevice.h
7735 F:      include/linux/fcdevice.h
7736 F:      include/linux/fddidevice.h
7737 F:      include/linux/hippidevice.h
7738 F:      include/linux/inetdevice.h
7739 F:      include/uapi/linux/if_*
7740 F:      include/uapi/linux/netdevice.h
7741
7742 NETWORKING DRIVERS (WIRELESS)
7743 M:      Kalle Valo <kvalo@codeaurora.org>
7744 L:      linux-wireless@vger.kernel.org
7745 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7748 S:      Maintained
7749 F:      drivers/net/wireless/
7750
7751 NETXEN (1/10) GbE SUPPORT
7752 M:      Manish Chopra <manish.chopra@qlogic.com>
7753 M:      Sony Chacko <sony.chacko@qlogic.com>
7754 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7755 L:      netdev@vger.kernel.org
7756 W:      http://www.qlogic.com
7757 S:      Supported
7758 F:      drivers/net/ethernet/qlogic/netxen/
7759
7760 NFC SUBSYSTEM
7761 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7762 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7763 M:      Samuel Ortiz <sameo@linux.intel.com>
7764 L:      linux-wireless@vger.kernel.org
7765 L:      linux-nfc@lists.01.org (subscribers-only)
7766 S:      Supported
7767 F:      net/nfc/
7768 F:      include/net/nfc/
7769 F:      include/uapi/linux/nfc.h
7770 F:      drivers/nfc/
7771 F:      include/linux/platform_data/nfcmrvl.h
7772 F:      include/linux/platform_data/nxp-nci.h
7773 F:      include/linux/platform_data/pn544.h
7774 F:      include/linux/platform_data/st21nfca.h
7775 F:      include/linux/platform_data/st-nci.h
7776 F:      Documentation/devicetree/bindings/net/nfc/
7777
7778 NFS, SUNRPC, AND LOCKD CLIENTS
7779 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7780 M:      Anna Schumaker <anna.schumaker@netapp.com>
7781 L:      linux-nfs@vger.kernel.org
7782 W:      http://client.linux-nfs.org
7783 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7784 S:      Maintained
7785 F:      fs/lockd/
7786 F:      fs/nfs/
7787 F:      fs/nfs_common/
7788 F:      net/sunrpc/
7789 F:      include/linux/lockd/
7790 F:      include/linux/nfs*
7791 F:      include/linux/sunrpc/
7792 F:      include/uapi/linux/nfs*
7793 F:      include/uapi/linux/sunrpc/
7794
7795 NILFS2 FILESYSTEM
7796 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7797 L:      linux-nilfs@vger.kernel.org
7798 W:      http://nilfs.sourceforge.net/
7799 T:      git git://github.com/konis/nilfs2.git
7800 S:      Supported
7801 F:      Documentation/filesystems/nilfs2.txt
7802 F:      fs/nilfs2/
7803 F:      include/linux/nilfs2_fs.h
7804 F:      include/trace/events/nilfs2.h
7805
7806 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7807 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7808 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7809 S:      Maintained
7810 F:      Documentation/scsi/NinjaSCSI.txt
7811 F:      drivers/scsi/pcmcia/nsp_*
7812
7813 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7814 M:      GOTO Masanori <gotom@debian.or.jp>
7815 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7816 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7817 S:      Maintained
7818 F:      Documentation/scsi/NinjaSCSI.txt
7819 F:      drivers/scsi/nsp32*
7820
7821 NIOS2 ARCHITECTURE
7822 M:      Ley Foon Tan <lftan@altera.com>
7823 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7825 S:      Maintained
7826 F:      arch/nios2/
7827
7828 NOKIA N900 POWER SUPPLY DRIVERS
7829 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7830 F:      include/linux/power/bq2415x_charger.h
7831 F:      include/linux/power/bq27xxx_battery.h
7832 F:      include/linux/power/isp1704_charger.h
7833 F:      drivers/power/bq2415x_charger.c
7834 F:      drivers/power/bq27xxx_battery.c
7835 F:      drivers/power/bq27xxx_battery_i2c.c
7836 F:      drivers/power/isp1704_charger.c
7837 F:      drivers/power/rx51_battery.c
7838
7839 NTB DRIVER CORE
7840 M:      Jon Mason <jdmason@kudzu.us>
7841 M:      Dave Jiang <dave.jiang@intel.com>
7842 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7843 L:      linux-ntb@googlegroups.com
7844 S:      Supported
7845 W:      https://github.com/jonmason/ntb/wiki
7846 T:      git git://github.com/jonmason/ntb.git
7847 F:      drivers/ntb/
7848 F:      drivers/net/ntb_netdev.c
7849 F:      include/linux/ntb.h
7850 F:      include/linux/ntb_transport.h
7851
7852 NTB INTEL DRIVER
7853 M:      Jon Mason <jdmason@kudzu.us>
7854 M:      Dave Jiang <dave.jiang@intel.com>
7855 L:      linux-ntb@googlegroups.com
7856 S:      Supported
7857 W:      https://github.com/jonmason/ntb/wiki
7858 T:      git git://github.com/jonmason/ntb.git
7859 F:      drivers/ntb/hw/intel/
7860
7861 NTB AMD DRIVER
7862 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7863 L:      linux-ntb@googlegroups.com
7864 S:      Supported
7865 F:      drivers/ntb/hw/amd/
7866
7867 NTFS FILESYSTEM
7868 M:      Anton Altaparmakov <anton@tuxera.com>
7869 L:      linux-ntfs-dev@lists.sourceforge.net
7870 W:      http://www.tuxera.com/
7871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7872 S:      Supported
7873 F:      Documentation/filesystems/ntfs.txt
7874 F:      fs/ntfs/
7875
7876 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7877 M:      Antonino Daplas <adaplas@gmail.com>
7878 L:      linux-fbdev@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/video/fbdev/riva/
7881 F:      drivers/video/fbdev/nvidia/
7882
7883 NVM EXPRESS DRIVER
7884 M:      Keith Busch <keith.busch@intel.com>
7885 M:      Jens Axboe <axboe@fb.com>
7886 L:      linux-nvme@lists.infradead.org
7887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7888 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7889 S:      Supported
7890 F:      drivers/nvme/host/
7891 F:      include/linux/nvme.h
7892
7893 NVMEM FRAMEWORK
7894 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7895 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7896 S:      Maintained
7897 F:      drivers/nvmem/
7898 F:      Documentation/devicetree/bindings/nvmem/
7899 F:      include/linux/nvmem-consumer.h
7900 F:      include/linux/nvmem-provider.h
7901
7902 NXP-NCI NFC DRIVER
7903 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7904 R:      Charles Gorand <charles.gorand@effinnov.com>
7905 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7906 S:      Supported
7907 F:      drivers/nfc/nxp-nci
7908
7909 NXP TDA998X DRM DRIVER
7910 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7911 S:      Supported
7912 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7913 F:      include/drm/i2c/tda998x.h
7914
7915 NXP TFA9879 DRIVER
7916 M:      Peter Rosin <peda@axentia.se>
7917 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7918 S:      Maintained
7919 F:      sound/soc/codecs/tfa9879*
7920
7921 OBJTOOL
7922 M:      Josh Poimboeuf <jpoimboe@redhat.com>
7923 S:      Supported
7924 F:      tools/objtool/
7925
7926 OMAP SUPPORT
7927 M:      Tony Lindgren <tony@atomide.com>
7928 L:      linux-omap@vger.kernel.org
7929 W:      http://www.muru.com/linux/omap/
7930 W:      http://linux.omap.com/
7931 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7933 S:      Maintained
7934 F:      arch/arm/*omap*/
7935 F:      arch/arm/configs/omap1_defconfig
7936 F:      arch/arm/configs/omap2plus_defconfig
7937 F:      drivers/i2c/busses/i2c-omap.c
7938 F:      drivers/irqchip/irq-omap-intc.c
7939 F:      drivers/mfd/*omap*.c
7940 F:      drivers/mfd/menelaus.c
7941 F:      drivers/mfd/palmas.c
7942 F:      drivers/mfd/tps65217.c
7943 F:      drivers/mfd/tps65218.c
7944 F:      drivers/mfd/tps65910.c
7945 F:      drivers/mfd/twl-core.[ch]
7946 F:      drivers/mfd/twl4030*.c
7947 F:      drivers/mfd/twl6030*.c
7948 F:      drivers/mfd/twl6040*.c
7949 F:      drivers/regulator/palmas-regulator*.c
7950 F:      drivers/regulator/pbias-regulator.c
7951 F:      drivers/regulator/tps65217-regulator.c
7952 F:      drivers/regulator/tps65218-regulator.c
7953 F:      drivers/regulator/tps65910-regulator.c
7954 F:      drivers/regulator/twl-regulator.c
7955 F:      include/linux/i2c-omap.h
7956
7957 OMAP DEVICE TREE SUPPORT
7958 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7959 M:      Tony Lindgren <tony@atomide.com>
7960 L:      linux-omap@vger.kernel.org
7961 L:      devicetree@vger.kernel.org
7962 S:      Maintained
7963 F:      arch/arm/boot/dts/*omap*
7964 F:      arch/arm/boot/dts/*am3*
7965 F:      arch/arm/boot/dts/*am4*
7966 F:      arch/arm/boot/dts/*am5*
7967 F:      arch/arm/boot/dts/*dra7*
7968
7969 OMAP CLOCK FRAMEWORK SUPPORT
7970 M:      Paul Walmsley <paul@pwsan.com>
7971 L:      linux-omap@vger.kernel.org
7972 S:      Maintained
7973 F:      arch/arm/*omap*/*clock*
7974
7975 OMAP POWER MANAGEMENT SUPPORT
7976 M:      Kevin Hilman <khilman@kernel.org>
7977 L:      linux-omap@vger.kernel.org
7978 S:      Maintained
7979 F:      arch/arm/*omap*/*pm*
7980 F:      drivers/cpufreq/omap-cpufreq.c
7981
7982 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7983 M:      Rajendra Nayak <rnayak@ti.com>
7984 M:      Paul Walmsley <paul@pwsan.com>
7985 L:      linux-omap@vger.kernel.org
7986 S:      Maintained
7987 F:      arch/arm/mach-omap2/prm*
7988
7989 OMAP AUDIO SUPPORT
7990 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7991 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7992 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7993 L:      linux-omap@vger.kernel.org
7994 S:      Maintained
7995 F:      sound/soc/omap/
7996
7997 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7998 M:      Roger Quadros <rogerq@ti.com>
7999 M:      Tony Lindgren <tony@atomide.com>
8000 L:      linux-omap@vger.kernel.org
8001 S:      Maintained
8002 F:      drivers/memory/omap-gpmc.c
8003 F:      arch/arm/mach-omap2/*gpmc*
8004
8005 OMAP FRAMEBUFFER SUPPORT
8006 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8007 L:      linux-fbdev@vger.kernel.org
8008 L:      linux-omap@vger.kernel.org
8009 S:      Maintained
8010 F:      drivers/video/fbdev/omap/
8011
8012 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
8013 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
8014 L:      linux-omap@vger.kernel.org
8015 L:      linux-fbdev@vger.kernel.org
8016 S:      Maintained
8017 F:      drivers/video/fbdev/omap2/
8018 F:      Documentation/arm/OMAP/DSS
8019
8020 OMAP HARDWARE SPINLOCK SUPPORT
8021 M:      Ohad Ben-Cohen <ohad@wizery.com>
8022 L:      linux-omap@vger.kernel.org
8023 S:      Maintained
8024 F:      drivers/hwspinlock/omap_hwspinlock.c
8025
8026 OMAP MMC SUPPORT
8027 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
8028 L:      linux-omap@vger.kernel.org
8029 S:      Maintained
8030 F:      drivers/mmc/host/omap.c
8031
8032 OMAP HS MMC SUPPORT
8033 L:      linux-mmc@vger.kernel.org
8034 L:      linux-omap@vger.kernel.org
8035 S:      Orphan
8036 F:      drivers/mmc/host/omap_hsmmc.c
8037
8038 OMAP RANDOM NUMBER GENERATOR SUPPORT
8039 M:      Deepak Saxena <dsaxena@plexity.net>
8040 S:      Maintained
8041 F:      drivers/char/hw_random/omap-rng.c
8042
8043 OMAP HWMOD SUPPORT
8044 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
8045 M:      Paul Walmsley <paul@pwsan.com>
8046 L:      linux-omap@vger.kernel.org
8047 S:      Maintained
8048 F:      arch/arm/mach-omap2/omap_hwmod.*
8049
8050 OMAP HWMOD DATA
8051 M:      Paul Walmsley <paul@pwsan.com>
8052 L:      linux-omap@vger.kernel.org
8053 S:      Maintained
8054 F:      arch/arm/mach-omap2/omap_hwmod*data*
8055
8056 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
8057 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
8058 L:      linux-omap@vger.kernel.org
8059 S:      Maintained
8060 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
8061
8062 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
8063 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8064 L:      linux-media@vger.kernel.org
8065 S:      Maintained
8066 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
8067 F:      drivers/media/platform/omap3isp/
8068 F:      drivers/staging/media/omap4iss/
8069
8070 OMAP USB SUPPORT
8071 L:      linux-usb@vger.kernel.org
8072 L:      linux-omap@vger.kernel.org
8073 S:      Orphan
8074 F:      drivers/usb/*/*omap*
8075 F:      arch/arm/*omap*/usb*
8076
8077 OMAP GPIO DRIVER
8078 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8079 M:      Santosh Shilimkar <ssantosh@kernel.org>
8080 M:      Kevin Hilman <khilman@kernel.org>
8081 L:      linux-omap@vger.kernel.org
8082 S:      Maintained
8083 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8084 F:      drivers/gpio/gpio-omap.c
8085
8086 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8087 M:      Mark Jackson <mpfj@newflow.co.uk>
8088 L:      linux-omap@vger.kernel.org
8089 S:      Maintained
8090 F:      arch/arm/boot/dts/am335x-nano.dts
8091
8092 OMFS FILESYSTEM
8093 M:      Bob Copeland <me@bobcopeland.com>
8094 L:      linux-karma-devel@lists.sourceforge.net
8095 S:      Maintained
8096 F:      Documentation/filesystems/omfs.txt
8097 F:      fs/omfs/
8098
8099 OMNIKEY CARDMAN 4000 DRIVER
8100 M:      Harald Welte <laforge@gnumonks.org>
8101 S:      Maintained
8102 F:      drivers/char/pcmcia/cm4000_cs.c
8103 F:      include/linux/cm4000_cs.h
8104 F:      include/uapi/linux/cm4000_cs.h
8105
8106 OMNIKEY CARDMAN 4040 DRIVER
8107 M:      Harald Welte <laforge@gnumonks.org>
8108 S:      Maintained
8109 F:      drivers/char/pcmcia/cm4040_cs.*
8110
8111 OMNIVISION OV7670 SENSOR DRIVER
8112 M:      Jonathan Corbet <corbet@lwn.net>
8113 L:      linux-media@vger.kernel.org
8114 T:      git git://linuxtv.org/media_tree.git
8115 S:      Maintained
8116 F:      drivers/media/i2c/ov7670.c
8117
8118 ONENAND FLASH DRIVER
8119 M:      Kyungmin Park <kyungmin.park@samsung.com>
8120 L:      linux-mtd@lists.infradead.org
8121 S:      Maintained
8122 F:      drivers/mtd/onenand/
8123 F:      include/linux/mtd/onenand*.h
8124
8125 ONSTREAM SCSI TAPE DRIVER
8126 M:      Willem Riede <osst@riede.org>
8127 L:      osst-users@lists.sourceforge.net
8128 L:      linux-scsi@vger.kernel.org
8129 S:      Maintained
8130 F:      Documentation/scsi/osst.txt
8131 F:      drivers/scsi/osst.*
8132 F:      drivers/scsi/osst_*.h
8133 F:      drivers/scsi/st.h
8134
8135 OPENCORES I2C BUS DRIVER
8136 M:      Peter Korsgaard <jacmet@sunsite.dk>
8137 L:      linux-i2c@vger.kernel.org
8138 S:      Maintained
8139 F:      Documentation/i2c/busses/i2c-ocores
8140 F:      drivers/i2c/busses/i2c-ocores.c
8141
8142 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8143 M:      Rob Herring <robh+dt@kernel.org>
8144 M:      Frank Rowand <frowand.list@gmail.com>
8145 M:      Grant Likely <grant.likely@linaro.org>
8146 L:      devicetree@vger.kernel.org
8147 W:      http://www.devicetree.org/
8148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8149 S:      Maintained
8150 F:      drivers/of/
8151 F:      include/linux/of*.h
8152 F:      scripts/dtc/
8153
8154 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8155 M:      Rob Herring <robh+dt@kernel.org>
8156 M:      Pawel Moll <pawel.moll@arm.com>
8157 M:      Mark Rutland <mark.rutland@arm.com>
8158 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8159 M:      Kumar Gala <galak@codeaurora.org>
8160 L:      devicetree@vger.kernel.org
8161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8162 S:      Maintained
8163 F:      Documentation/devicetree/
8164 F:      arch/*/boot/dts/
8165 F:      include/dt-bindings/
8166
8167 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8168 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8169 L:      devicetree@vger.kernel.org
8170 S:      Maintained
8171 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8172 F:      Documentation/devicetree/overlay-notes.txt
8173 F:      drivers/of/overlay.c
8174 F:      drivers/of/resolver.c
8175
8176 OPENRISC ARCHITECTURE
8177 M:      Jonas Bonn <jonas@southpole.se>
8178 W:      http://openrisc.net
8179 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8180 S:      Maintained
8181 T:      git git://openrisc.net/~jonas/linux
8182 F:      arch/openrisc/
8183
8184 OPENVSWITCH
8185 M:      Pravin Shelar <pshelar@nicira.com>
8186 L:      netdev@vger.kernel.org
8187 L:      dev@openvswitch.org
8188 W:      http://openvswitch.org
8189 S:      Maintained
8190 F:      net/openvswitch/
8191 F:      include/uapi/linux/openvswitch.h
8192
8193 OPERATING PERFORMANCE POINTS (OPP)
8194 M:      Viresh Kumar <vireshk@kernel.org>
8195 M:      Nishanth Menon <nm@ti.com>
8196 M:      Stephen Boyd <sboyd@codeaurora.org>
8197 L:      linux-pm@vger.kernel.org
8198 S:      Maintained
8199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8200 F:      drivers/base/power/opp/
8201 F:      include/linux/pm_opp.h
8202 F:      Documentation/power/opp.txt
8203 F:      Documentation/devicetree/bindings/opp/
8204
8205 OPL4 DRIVER
8206 M:      Clemens Ladisch <clemens@ladisch.de>
8207 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8208 T:      git git://git.alsa-project.org/alsa-kernel.git
8209 S:      Maintained
8210 F:      sound/drivers/opl4/
8211
8212 OPROFILE
8213 M:      Robert Richter <rric@kernel.org>
8214 L:      oprofile-list@lists.sf.net
8215 S:      Maintained
8216 F:      arch/*/include/asm/oprofile*.h
8217 F:      arch/*/oprofile/
8218 F:      drivers/oprofile/
8219 F:      include/linux/oprofile.h
8220
8221 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8222 M:      Mark Fasheh <mfasheh@suse.com>
8223 M:      Joel Becker <jlbec@evilplan.org>
8224 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8225 W:      http://ocfs2.wiki.kernel.org
8226 S:      Supported
8227 F:      Documentation/filesystems/ocfs2.txt
8228 F:      Documentation/filesystems/dlmfs.txt
8229 F:      fs/ocfs2/
8230
8231 ORINOCO DRIVER
8232 L:      linux-wireless@vger.kernel.org
8233 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8234 W:      http://www.nongnu.org/orinoco/
8235 S:      Orphan
8236 F:      drivers/net/wireless/intersil/orinoco/
8237
8238 OSD LIBRARY and FILESYSTEM
8239 M:      Boaz Harrosh <ooo@electrozaur.com>
8240 M:      Benny Halevy <bhalevy@primarydata.com>
8241 L:      osd-dev@open-osd.org
8242 W:      http://open-osd.org
8243 T:      git git://git.open-osd.org/open-osd.git
8244 S:      Maintained
8245 F:      drivers/scsi/osd/
8246 F:      include/scsi/osd_*
8247 F:      fs/exofs/
8248
8249 OVERLAY FILESYSTEM
8250 M:      Miklos Szeredi <miklos@szeredi.hu>
8251 L:      linux-unionfs@vger.kernel.org
8252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8253 S:      Supported
8254 F:      fs/overlayfs/
8255 F:      Documentation/filesystems/overlayfs.txt
8256
8257 ORANGEFS FILESYSTEM
8258 M:      Mike Marshall <hubcap@omnibond.com>
8259 L:      pvfs2-developers@beowulf-underground.org
8260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8261 S:      Supported
8262 F:      fs/orangefs/
8263 F:      Documentation/filesystems/orangefs.txt
8264
8265 P54 WIRELESS DRIVER
8266 M:      Christian Lamparter <chunkeey@googlemail.com>
8267 L:      linux-wireless@vger.kernel.org
8268 W:      http://wireless.kernel.org/en/users/Drivers/p54
8269 S:      Maintained
8270 F:      drivers/net/wireless/intersil/p54/
8271
8272 PA SEMI ETHERNET DRIVER
8273 M:      Olof Johansson <olof@lixom.net>
8274 L:      netdev@vger.kernel.org
8275 S:      Maintained
8276 F:      drivers/net/ethernet/pasemi/*
8277
8278 PA SEMI SMBUS DRIVER
8279 M:      Olof Johansson <olof@lixom.net>
8280 L:      linux-i2c@vger.kernel.org
8281 S:      Maintained
8282 F:      drivers/i2c/busses/i2c-pasemi.c
8283
8284 PADATA PARALLEL EXECUTION MECHANISM
8285 M:      Steffen Klassert <steffen.klassert@secunet.com>
8286 L:      linux-crypto@vger.kernel.org
8287 S:      Maintained
8288 F:      kernel/padata.c
8289 F:      include/linux/padata.h
8290 F:      Documentation/padata.txt
8291
8292 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8293 M:      Harald Welte <laforge@gnumonks.org>
8294 L:      platform-driver-x86@vger.kernel.org
8295 S:      Maintained
8296 F:      drivers/platform/x86/panasonic-laptop.c
8297
8298 PANASONIC MN10300/AM33/AM34 PORT
8299 M:      David Howells <dhowells@redhat.com>
8300 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8301 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8302 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8303 S:      Maintained
8304 F:      Documentation/mn10300/
8305 F:      arch/mn10300/
8306
8307 PARALLEL LCD/KEYPAD PANEL DRIVER
8308 M:      Willy Tarreau <willy@haproxy.com>
8309 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8310 S:      Odd Fixes
8311 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8312 F:      drivers/misc/panel.c
8313
8314 PARALLEL PORT SUBSYSTEM
8315 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8316 M:      Sudip Mukherjee <sudip@vectorindia.org>
8317 L:      linux-parport@lists.infradead.org (subscribers-only)
8318 S:      Maintained
8319 F:      drivers/parport/
8320 F:      include/linux/parport*.h
8321 F:      drivers/char/ppdev.c
8322 F:      include/uapi/linux/ppdev.h
8323 F:      Documentation/parport*.txt
8324
8325 PARAVIRT_OPS INTERFACE
8326 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8327 M:      Chris Wright <chrisw@sous-sol.org>
8328 M:      Alok Kataria <akataria@vmware.com>
8329 M:      Rusty Russell <rusty@rustcorp.com.au>
8330 L:      virtualization@lists.linux-foundation.org
8331 S:      Supported
8332 F:      Documentation/virtual/paravirt_ops.txt
8333 F:      arch/*/kernel/paravirt*
8334 F:      arch/*/include/asm/paravirt.h
8335
8336 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8337 M:      Tim Waugh <tim@cyberelk.net>
8338 L:      linux-parport@lists.infradead.org (subscribers-only)
8339 S:      Maintained
8340 F:      Documentation/blockdev/paride.txt
8341 F:      drivers/block/paride/
8342
8343 PARISC ARCHITECTURE
8344 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8345 M:      Helge Deller <deller@gmx.de>
8346 L:      linux-parisc@vger.kernel.org
8347 W:      http://www.parisc-linux.org/
8348 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8351 S:      Maintained
8352 F:      arch/parisc/
8353 F:      Documentation/parisc/
8354 F:      drivers/parisc/
8355 F:      drivers/char/agp/parisc-agp.c
8356 F:      drivers/input/serio/gscps2.c
8357 F:      drivers/parport/parport_gsc.*
8358 F:      drivers/tty/serial/8250/8250_gsc.c
8359 F:      drivers/video/fbdev/sti*
8360 F:      drivers/video/console/sti*
8361 F:      drivers/video/logo/logo_parisc*
8362
8363 PC87360 HARDWARE MONITORING DRIVER
8364 M:      Jim Cromie <jim.cromie@gmail.com>
8365 L:      linux-hwmon@vger.kernel.org
8366 S:      Maintained
8367 F:      Documentation/hwmon/pc87360
8368 F:      drivers/hwmon/pc87360.c
8369
8370 PC8736x GPIO DRIVER
8371 M:      Jim Cromie <jim.cromie@gmail.com>
8372 S:      Maintained
8373 F:      drivers/char/pc8736x_gpio.c
8374
8375 PC87427 HARDWARE MONITORING DRIVER
8376 M:      Jean Delvare <jdelvare@suse.com>
8377 L:      linux-hwmon@vger.kernel.org
8378 S:      Maintained
8379 F:      Documentation/hwmon/pc87427
8380 F:      drivers/hwmon/pc87427.c
8381
8382 PCA9532 LED DRIVER
8383 M:      Riku Voipio <riku.voipio@iki.fi>
8384 S:      Maintained
8385 F:      drivers/leds/leds-pca9532.c
8386 F:      include/linux/leds-pca9532.h
8387
8388 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8389 M:      Guenter Roeck <linux@roeck-us.net>
8390 L:      linux-i2c@vger.kernel.org
8391 S:      Maintained
8392 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8393
8394 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8395 M:      Khalid Aziz <khalid@gonehiking.org>
8396 S:      Maintained
8397 F:      drivers/firmware/pcdp.*
8398
8399 PCI ERROR RECOVERY
8400 M:      Linas Vepstas <linasvepstas@gmail.com>
8401 L:      linux-pci@vger.kernel.org
8402 S:      Supported
8403 F:      Documentation/PCI/pci-error-recovery.txt
8404
8405 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8406 M:      Russell Currey <ruscur@russell.cc>
8407 L:      linuxppc-dev@lists.ozlabs.org
8408 S:      Supported
8409 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8410 F:      arch/powerpc/kernel/eeh*.c
8411 F:      arch/powerpc/platforms/*/eeh*.c
8412 F:      arch/powerpc/include/*/eeh*.h
8413
8414 PCI SUBSYSTEM
8415 M:      Bjorn Helgaas <bhelgaas@google.com>
8416 L:      linux-pci@vger.kernel.org
8417 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8419 S:      Supported
8420 F:      Documentation/PCI/
8421 F:      drivers/pci/
8422 F:      include/linux/pci*
8423 F:      arch/x86/pci/
8424 F:      arch/x86/kernel/quirks.c
8425
8426 PCI DRIVER FOR ALTERA PCIE IP
8427 M:      Ley Foon Tan <lftan@altera.com>
8428 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8429 L:      linux-pci@vger.kernel.org
8430 S:      Supported
8431 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8432 F:      drivers/pci/host/pcie-altera.c
8433
8434 PCI DRIVER FOR ARM VERSATILE PLATFORM
8435 M:      Rob Herring <robh@kernel.org>
8436 L:      linux-pci@vger.kernel.org
8437 L:      linux-arm-kernel@lists.infradead.org
8438 S:      Maintained
8439 F:      Documentation/devicetree/bindings/pci/versatile.txt
8440 F:      drivers/pci/host/pci-versatile.c
8441
8442 PCI DRIVER FOR APPLIEDMICRO XGENE
8443 M:      Tanmay Inamdar <tinamdar@apm.com>
8444 L:      linux-pci@vger.kernel.org
8445 L:      linux-arm-kernel@lists.infradead.org
8446 S:      Maintained
8447 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8448 F:      drivers/pci/host/pci-xgene.c
8449
8450 PCI DRIVER FOR FREESCALE LAYERSCAPE
8451 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8452 M:      Mingkai Hu <mingkai.hu@freescale.com>
8453 M:      Roy Zang <tie-fei.zang@freescale.com>
8454 L:      linuxppc-dev@lists.ozlabs.org
8455 L:      linux-pci@vger.kernel.org
8456 L:      linux-arm-kernel@lists.infradead.org
8457 S:      Maintained
8458 F:      drivers/pci/host/*layerscape*
8459
8460 PCI DRIVER FOR IMX6
8461 M:      Richard Zhu <Richard.Zhu@freescale.com>
8462 M:      Lucas Stach <l.stach@pengutronix.de>
8463 L:      linux-pci@vger.kernel.org
8464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 S:      Maintained
8466 F:      drivers/pci/host/*imx6*
8467
8468 PCI DRIVER FOR TI KEYSTONE
8469 M:      Murali Karicheri <m-karicheri2@ti.com>
8470 L:      linux-pci@vger.kernel.org
8471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8472 S:      Maintained
8473 F:      drivers/pci/host/*keystone*
8474
8475 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8476 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8477 M:      Jason Cooper <jason@lakedaemon.net>
8478 L:      linux-pci@vger.kernel.org
8479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8480 S:      Maintained
8481 F:      drivers/pci/host/*mvebu*
8482
8483 PCI DRIVER FOR NVIDIA TEGRA
8484 M:      Thierry Reding <thierry.reding@gmail.com>
8485 L:      linux-tegra@vger.kernel.org
8486 L:      linux-pci@vger.kernel.org
8487 S:      Supported
8488 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8489 F:      drivers/pci/host/pci-tegra.c
8490
8491 PCI DRIVER FOR TI DRA7XX
8492 M:      Kishon Vijay Abraham I <kishon@ti.com>
8493 L:      linux-omap@vger.kernel.org
8494 L:      linux-pci@vger.kernel.org
8495 S:      Supported
8496 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8497 F:      drivers/pci/host/pci-dra7xx.c
8498
8499 PCI DRIVER FOR RENESAS R-CAR
8500 M:      Simon Horman <horms@verge.net.au>
8501 L:      linux-pci@vger.kernel.org
8502 L:      linux-renesas-soc@vger.kernel.org
8503 S:      Maintained
8504 F:      drivers/pci/host/*rcar*
8505
8506 PCI DRIVER FOR SAMSUNG EXYNOS
8507 M:      Jingoo Han <jingoohan1@gmail.com>
8508 L:      linux-pci@vger.kernel.org
8509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8510 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8511 S:      Maintained
8512 F:      drivers/pci/host/pci-exynos.c
8513
8514 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8515 M:      Jingoo Han <jingoohan1@gmail.com>
8516 M:      Pratyush Anand <pratyush.anand@gmail.com>
8517 L:      linux-pci@vger.kernel.org
8518 S:      Maintained
8519 F:      drivers/pci/host/*designware*
8520
8521 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8522 M:      Joao Pinto <jpinto@synopsys.com>
8523 L:      linux-pci@vger.kernel.org
8524 S:      Maintained
8525 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8526 F:      drivers/pci/host/pcie-designware-plat.c
8527
8528 PCI DRIVER FOR GENERIC OF HOSTS
8529 M:      Will Deacon <will.deacon@arm.com>
8530 L:      linux-pci@vger.kernel.org
8531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8532 S:      Maintained
8533 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8534 F:      drivers/pci/host/pci-host-common.c
8535 F:      drivers/pci/host/pci-host-generic.c
8536
8537 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8538 M:      Keith Busch <keith.busch@intel.com>
8539 L:      linux-pci@vger.kernel.org
8540 S:      Supported
8541 F:      arch/x86/pci/vmd.c
8542
8543 PCIE DRIVER FOR ST SPEAR13XX
8544 M:      Pratyush Anand <pratyush.anand@gmail.com>
8545 L:      linux-pci@vger.kernel.org
8546 S:      Maintained
8547 F:      drivers/pci/host/*spear*
8548
8549 PCI MSI DRIVER FOR ALTERA MSI IP
8550 M:      Ley Foon Tan <lftan@altera.com>
8551 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8552 L:      linux-pci@vger.kernel.org
8553 S:      Supported
8554 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8555 F:      drivers/pci/host/pcie-altera-msi.c
8556
8557 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8558 M:      Duc Dang <dhdang@apm.com>
8559 L:      linux-pci@vger.kernel.org
8560 L:      linux-arm-kernel@lists.infradead.org
8561 S:      Maintained
8562 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8563 F:      drivers/pci/host/pci-xgene-msi.c
8564
8565 PCIE DRIVER FOR HISILICON
8566 M:      Zhou Wang <wangzhou1@hisilicon.com>
8567 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8568 L:      linux-pci@vger.kernel.org
8569 S:      Maintained
8570 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8571 F:      drivers/pci/host/pcie-hisi.c
8572
8573 PCIE DRIVER FOR QUALCOMM MSM
8574 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8575 L:     linux-pci@vger.kernel.org
8576 L:     linux-arm-msm@vger.kernel.org
8577 S:     Maintained
8578 F:     drivers/pci/host/*qcom*
8579
8580 PCIE DRIVER FOR CAVIUM THUNDERX
8581 M:      David Daney <david.daney@cavium.com>
8582 L:      linux-pci@vger.kernel.org
8583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8584 S:      Supported
8585 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8586 F:      drivers/pci/host/pci-thunder-*
8587
8588 PCMCIA SUBSYSTEM
8589 P:      Linux PCMCIA Team
8590 L:      linux-pcmcia@lists.infradead.org
8591 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8593 S:      Maintained
8594 F:      Documentation/pcmcia/
8595 F:      drivers/pcmcia/
8596 F:      include/pcmcia/
8597
8598 PCNET32 NETWORK DRIVER
8599 M:      Don Fry <pcnet32@frontier.com>
8600 L:      netdev@vger.kernel.org
8601 S:      Maintained
8602 F:      drivers/net/ethernet/amd/pcnet32.c
8603
8604 PCRYPT PARALLEL CRYPTO ENGINE
8605 M:      Steffen Klassert <steffen.klassert@secunet.com>
8606 L:      linux-crypto@vger.kernel.org
8607 S:      Maintained
8608 F:      crypto/pcrypt.c
8609 F:      include/crypto/pcrypt.h
8610
8611 PER-CPU MEMORY ALLOCATOR
8612 M:      Tejun Heo <tj@kernel.org>
8613 M:      Christoph Lameter <cl@linux.com>
8614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8615 S:      Maintained
8616 F:      include/linux/percpu*.h
8617 F:      mm/percpu*.c
8618 F:      arch/*/include/asm/percpu.h
8619
8620 PER-TASK DELAY ACCOUNTING
8621 M:      Balbir Singh <bsingharora@gmail.com>
8622 S:      Maintained
8623 F:      include/linux/delayacct.h
8624 F:      kernel/delayacct.c
8625
8626 PERFORMANCE EVENTS SUBSYSTEM
8627 M:      Peter Zijlstra <peterz@infradead.org>
8628 M:      Ingo Molnar <mingo@redhat.com>
8629 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8630 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8631 L:      linux-kernel@vger.kernel.org
8632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8633 S:      Supported
8634 F:      kernel/events/*
8635 F:      include/linux/perf_event.h
8636 F:      include/uapi/linux/perf_event.h
8637 F:      arch/*/kernel/perf_event*.c
8638 F:      arch/*/kernel/*/perf_event*.c
8639 F:      arch/*/kernel/*/*/perf_event*.c
8640 F:      arch/*/include/asm/perf_event.h
8641 F:      arch/*/kernel/perf_callchain.c
8642 F:      tools/perf/
8643
8644 PERSONALITY HANDLING
8645 M:      Christoph Hellwig <hch@infradead.org>
8646 L:      linux-abi-devel@lists.sourceforge.net
8647 S:      Maintained
8648 F:      include/linux/personality.h
8649 F:      include/uapi/linux/personality.h
8650
8651 PHONET PROTOCOL
8652 M:      Remi Denis-Courmont <courmisch@gmail.com>
8653 S:      Supported
8654 F:      Documentation/networking/phonet.txt
8655 F:      include/linux/phonet.h
8656 F:      include/net/phonet/
8657 F:      include/uapi/linux/phonet.h
8658 F:      net/phonet/
8659
8660 PHRAM MTD DRIVER
8661 M:      Joern Engel <joern@lazybastard.org>
8662 L:      linux-mtd@lists.infradead.org
8663 S:      Maintained
8664 F:      drivers/mtd/devices/phram.c
8665
8666 PICOLCD HID DRIVER
8667 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8668 L:      linux-input@vger.kernel.org
8669 S:      Maintained
8670 F:      drivers/hid/hid-picolcd*
8671
8672 PICOXCELL SUPPORT
8673 M:      Jamie Iles <jamie@jamieiles.com>
8674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8675 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8676 S:      Supported
8677 F:      arch/arm/boot/dts/picoxcell*
8678 F:      arch/arm/mach-picoxcell/
8679 F:      drivers/crypto/picoxcell*
8680
8681 PIN CONTROL SUBSYSTEM
8682 M:      Linus Walleij <linus.walleij@linaro.org>
8683 L:      linux-gpio@vger.kernel.org
8684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8685 S:      Maintained
8686 F:      drivers/pinctrl/
8687 F:      include/linux/pinctrl/
8688
8689 PIN CONTROLLER - ATMEL AT91
8690 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8692 S:      Maintained
8693 F:      drivers/pinctrl/pinctrl-at91.*
8694
8695 PIN CONTROLLER - ATMEL AT91 PIO4
8696 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8698 L:      linux-gpio@vger.kernel.org
8699 S:      Supported
8700 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8701
8702 PIN CONTROLLER - INTEL
8703 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8704 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8705 S:      Maintained
8706 F:      drivers/pinctrl/intel/
8707
8708 PIN CONTROLLER - RENESAS
8709 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8710 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8711 L:      linux-renesas-soc@vger.kernel.org
8712 S:      Maintained
8713 F:      drivers/pinctrl/sh-pfc/
8714
8715 PIN CONTROLLER - SAMSUNG
8716 M:      Tomasz Figa <tomasz.figa@gmail.com>
8717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8718 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8719 S:      Maintained
8720 F:      drivers/pinctrl/samsung/
8721
8722 PIN CONTROLLER - SINGLE
8723 M:      Tony Lindgren <tony@atomide.com>
8724 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8725 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8726 L:      linux-omap@vger.kernel.org
8727 S:      Maintained
8728 F:      drivers/pinctrl/pinctrl-single.c
8729
8730 PIN CONTROLLER - ST SPEAR
8731 M:      Viresh Kumar <vireshk@kernel.org>
8732 L:      spear-devel@list.st.com
8733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8734 W:      http://www.st.com/spear
8735 S:      Maintained
8736 F:      drivers/pinctrl/spear/
8737
8738 PKTCDVD DRIVER
8739 M:      Jiri Kosina <jikos@kernel.org>
8740 S:      Maintained
8741 F:      drivers/block/pktcdvd.c
8742 F:      include/linux/pktcdvd.h
8743 F:      include/uapi/linux/pktcdvd.h
8744
8745 PKUNITY SOC DRIVERS
8746 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8747 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8748 S:      Maintained
8749 T:      git git://github.com/gxt/linux.git
8750 F:      drivers/input/serio/i8042-unicore32io.h
8751 F:      drivers/i2c/busses/i2c-puv3.c
8752 F:      drivers/video/fbdev/fb-puv3.c
8753 F:      drivers/rtc/rtc-puv3.c
8754
8755 PMBUS HARDWARE MONITORING DRIVERS
8756 M:      Guenter Roeck <linux@roeck-us.net>
8757 L:      linux-hwmon@vger.kernel.org
8758 W:      http://hwmon.wiki.kernel.org/
8759 W:      http://www.roeck-us.net/linux/drivers/
8760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8761 S:      Maintained
8762 F:      Documentation/hwmon/pmbus
8763 F:      drivers/hwmon/pmbus/
8764 F:      include/linux/i2c/pmbus.h
8765
8766 PMC SIERRA MaxRAID DRIVER
8767 L:      linux-scsi@vger.kernel.org
8768 W:      http://www.pmc-sierra.com/
8769 S:      Orphan
8770 F:      drivers/scsi/pmcraid.*
8771
8772 PMC SIERRA PM8001 DRIVER
8773 M:      Jack Wang <jinpu.wang@profitbricks.com>
8774 M:      lindar_liu@usish.com
8775 L:      pmchba@pmcs.com
8776 L:      linux-scsi@vger.kernel.org
8777 S:      Supported
8778 F:      drivers/scsi/pm8001/
8779
8780 POSIX CLOCKS and TIMERS
8781 M:      Thomas Gleixner <tglx@linutronix.de>
8782 L:      linux-kernel@vger.kernel.org
8783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8784 S:      Maintained
8785 F:      fs/timerfd.c
8786 F:      include/linux/timer*
8787 F:      kernel/time/*timer*
8788
8789 POWER MANAGEMENT CORE
8790 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8791 L:      linux-pm@vger.kernel.org
8792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8793 S:      Supported
8794 F:      drivers/base/power/
8795 F:      include/linux/pm.h
8796 F:      include/linux/pm_*
8797 F:      include/linux/powercap.h
8798 F:      drivers/powercap/
8799
8800 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8801 M:      Sebastian Reichel <sre@kernel.org>
8802 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8803 M:      David Woodhouse <dwmw2@infradead.org>
8804 L:      linux-pm@vger.kernel.org
8805 T:      git git://git.infradead.org/battery-2.6.git
8806 S:      Maintained
8807 F:      include/linux/power_supply.h
8808 F:      drivers/power/
8809 X:      drivers/power/avs/
8810
8811 POWER STATE COORDINATION INTERFACE (PSCI)
8812 M:      Mark Rutland <mark.rutland@arm.com>
8813 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8814 L:      linux-arm-kernel@lists.infradead.org
8815 S:      Maintained
8816 F:      drivers/firmware/psci.c
8817 F:      include/linux/psci.h
8818 F:      include/uapi/linux/psci.h
8819
8820 PNP SUPPORT
8821 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8822 S:      Maintained
8823 F:      drivers/pnp/
8824
8825 PPP PROTOCOL DRIVERS AND COMPRESSORS
8826 M:      Paul Mackerras <paulus@samba.org>
8827 L:      linux-ppp@vger.kernel.org
8828 S:      Maintained
8829 F:      drivers/net/ppp/ppp_*
8830
8831 PPP OVER ATM (RFC 2364)
8832 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8833 S:      Maintained
8834 F:      net/atm/pppoatm.c
8835 F:      include/uapi/linux/atmppp.h
8836
8837 PPP OVER ETHERNET
8838 M:      Michal Ostrowski <mostrows@earthlink.net>
8839 S:      Maintained
8840 F:      drivers/net/ppp/pppoe.c
8841 F:      drivers/net/ppp/pppox.c
8842
8843 PPP OVER L2TP
8844 M:      James Chapman <jchapman@katalix.com>
8845 S:      Maintained
8846 F:      net/l2tp/l2tp_ppp.c
8847 F:      include/linux/if_pppol2tp.h
8848 F:      include/uapi/linux/if_pppol2tp.h
8849
8850 PPS SUPPORT
8851 M:      Rodolfo Giometti <giometti@enneenne.com>
8852 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8853 L:      linuxpps@ml.enneenne.com (subscribers-only)
8854 S:      Maintained
8855 F:      Documentation/pps/
8856 F:      drivers/pps/
8857 F:      include/linux/pps*.h
8858
8859 PPTP DRIVER
8860 M:      Dmitry Kozlov <xeb@mail.ru>
8861 L:      netdev@vger.kernel.org
8862 S:      Maintained
8863 F:      drivers/net/ppp/pptp.c
8864 W:      http://sourceforge.net/projects/accel-pptp
8865
8866 PREEMPTIBLE KERNEL
8867 M:      Robert Love <rml@tech9.net>
8868 L:      kpreempt-tech@lists.sourceforge.net
8869 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8870 S:      Supported
8871 F:      Documentation/preempt-locking.txt
8872 F:      include/linux/preempt.h
8873
8874 PRISM54 WIRELESS DRIVER
8875 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8876 L:      linux-wireless@vger.kernel.org
8877 W:      http://wireless.kernel.org/en/users/Drivers/p54
8878 S:      Obsolete
8879 F:      drivers/net/wireless/intersil/prism54/
8880
8881 PS3 NETWORK SUPPORT
8882 M:      Geoff Levand <geoff@infradead.org>
8883 L:      netdev@vger.kernel.org
8884 L:      linuxppc-dev@lists.ozlabs.org
8885 S:      Maintained
8886 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8887
8888 PS3 PLATFORM SUPPORT
8889 M:      Geoff Levand <geoff@infradead.org>
8890 L:      linuxppc-dev@lists.ozlabs.org
8891 S:      Maintained
8892 F:      arch/powerpc/boot/ps3*
8893 F:      arch/powerpc/include/asm/lv1call.h
8894 F:      arch/powerpc/include/asm/ps3*.h
8895 F:      arch/powerpc/platforms/ps3/
8896 F:      drivers/*/ps3*
8897 F:      drivers/ps3/
8898 F:      drivers/rtc/rtc-ps3.c
8899 F:      drivers/usb/host/*ps3.c
8900 F:      sound/ppc/snd_ps3*
8901
8902 PS3VRAM DRIVER
8903 M:      Jim Paris <jim@jtan.com>
8904 M:      Geoff Levand <geoff@infradead.org>
8905 L:      linuxppc-dev@lists.ozlabs.org
8906 S:      Maintained
8907 F:      drivers/block/ps3vram.c
8908
8909 PSTORE FILESYSTEM
8910 M:      Anton Vorontsov <anton@enomsg.org>
8911 M:      Colin Cross <ccross@android.com>
8912 M:      Kees Cook <keescook@chromium.org>
8913 M:      Tony Luck <tony.luck@intel.com>
8914 S:      Maintained
8915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8916 F:      fs/pstore/
8917 F:      include/linux/pstore*
8918 F:      drivers/firmware/efi/efi-pstore.c
8919 F:      drivers/acpi/apei/erst.c
8920
8921 PTP HARDWARE CLOCK SUPPORT
8922 M:      Richard Cochran <richardcochran@gmail.com>
8923 L:      netdev@vger.kernel.org
8924 S:      Maintained
8925 W:      http://linuxptp.sourceforge.net/
8926 F:      Documentation/ABI/testing/sysfs-ptp
8927 F:      Documentation/ptp/*
8928 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8929 F:      drivers/net/phy/dp83640*
8930 F:      drivers/ptp/*
8931 F:      include/linux/ptp_cl*
8932
8933 PTRACE SUPPORT
8934 M:      Roland McGrath <roland@hack.frob.com>
8935 M:      Oleg Nesterov <oleg@redhat.com>
8936 S:      Maintained
8937 F:      include/asm-generic/syscall.h
8938 F:      include/linux/ptrace.h
8939 F:      include/linux/regset.h
8940 F:      include/linux/tracehook.h
8941 F:      include/uapi/linux/ptrace.h
8942 F:      kernel/ptrace.c
8943
8944 PVRUSB2 VIDEO4LINUX DRIVER
8945 M:      Mike Isely <isely@pobox.com>
8946 L:      pvrusb2@isely.net       (subscribers-only)
8947 L:      linux-media@vger.kernel.org
8948 W:      http://www.isely.net/pvrusb2/
8949 T:      git git://linuxtv.org/media_tree.git
8950 S:      Maintained
8951 F:      Documentation/video4linux/README.pvrusb2
8952 F:      drivers/media/usb/pvrusb2/
8953
8954 PWC WEBCAM DRIVER
8955 M:      Hans de Goede <hdegoede@redhat.com>
8956 L:      linux-media@vger.kernel.org
8957 T:      git git://linuxtv.org/media_tree.git
8958 S:      Maintained
8959 F:      drivers/media/usb/pwc/*
8960
8961 PWM FAN DRIVER
8962 M:      Kamil Debski <k.debski@samsung.com>
8963 L:      linux-hwmon@vger.kernel.org
8964 S:      Supported
8965 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8966 F:      Documentation/hwmon/pwm-fan
8967 F:      drivers/hwmon/pwm-fan.c
8968
8969 PWM SUBSYSTEM
8970 M:      Thierry Reding <thierry.reding@gmail.com>
8971 L:      linux-pwm@vger.kernel.org
8972 S:      Maintained
8973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8974 F:      Documentation/pwm.txt
8975 F:      Documentation/devicetree/bindings/pwm/
8976 F:      include/linux/pwm.h
8977 F:      drivers/pwm/
8978 F:      drivers/video/backlight/pwm_bl.c
8979 F:      include/linux/pwm_backlight.h
8980
8981 PXA2xx/PXA3xx SUPPORT
8982 M:      Daniel Mack <daniel@zonque.org>
8983 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8984 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8986 T:      git git://github.com/hzhuang1/linux.git
8987 T:      git git://github.com/rjarzmik/linux.git
8988 S:      Maintained
8989 F:      arch/arm/boot/dts/pxa*
8990 F:      arch/arm/mach-pxa/
8991 F:      drivers/dma/pxa*
8992 F:      drivers/pcmcia/pxa2xx*
8993 F:      drivers/pinctrl/pxa/
8994 F:      drivers/spi/spi-pxa2xx*
8995 F:      drivers/usb/gadget/udc/pxa2*
8996 F:      include/sound/pxa2xx-lib.h
8997 F:      sound/arm/pxa*
8998 F:      sound/soc/pxa/
8999
9000 PXA GPIO DRIVER
9001 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9002 L:      linux-gpio@vger.kernel.org
9003 S:      Maintained
9004 F:      drivers/gpio/gpio-pxa.c
9005
9006 PXA3xx NAND FLASH DRIVER
9007 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
9008 L:      linux-mtd@lists.infradead.org
9009 S:      Maintained
9010 F:      drivers/mtd/nand/pxa3xx_nand.c
9011
9012 MMP SUPPORT
9013 M:      Eric Miao <eric.y.miao@gmail.com>
9014 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
9015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9016 T:      git git://github.com/hzhuang1/linux.git
9017 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
9018 S:      Maintained
9019 F:      arch/arm/boot/dts/mmp*
9020 F:      arch/arm/mach-mmp/
9021
9022 PXA MMCI DRIVER
9023 S:      Orphan
9024
9025 PXA RTC DRIVER
9026 M:      Robert Jarzmik <robert.jarzmik@free.fr>
9027 L:      rtc-linux@googlegroups.com
9028 S:      Maintained
9029
9030 QAT DRIVER
9031 M:      Tadeusz Struk <tadeusz.struk@intel.com>
9032 L:      qat-linux@intel.com
9033 S:      Supported
9034 F:      drivers/crypto/qat/
9035
9036 QIB DRIVER
9037 M:      Mike Marciniszyn <infinipath@intel.com>
9038 L:      linux-rdma@vger.kernel.org
9039 S:      Supported
9040 F:      drivers/infiniband/hw/qib/
9041
9042 QLOGIC QLA1280 SCSI DRIVER
9043 M:      Michael Reed <mdr@sgi.com>
9044 L:      linux-scsi@vger.kernel.org
9045 S:      Maintained
9046 F:      drivers/scsi/qla1280.[ch]
9047
9048 QLOGIC QLA2XXX FC-SCSI DRIVER
9049 M:      qla2xxx-upstream@qlogic.com
9050 L:      linux-scsi@vger.kernel.org
9051 S:      Supported
9052 F:      Documentation/scsi/LICENSE.qla2xxx
9053 F:      drivers/scsi/qla2xxx/
9054
9055 QLOGIC QLA4XXX iSCSI DRIVER
9056 M:      QLogic-Storage-Upstream@qlogic.com
9057 L:      linux-scsi@vger.kernel.org
9058 S:      Supported
9059 F:      Documentation/scsi/LICENSE.qla4xxx
9060 F:      drivers/scsi/qla4xxx/
9061
9062 QLOGIC QLA3XXX NETWORK DRIVER
9063 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
9064 M:      Ron Mercer <ron.mercer@qlogic.com>
9065 M:      linux-driver@qlogic.com
9066 L:      netdev@vger.kernel.org
9067 S:      Supported
9068 F:      Documentation/networking/LICENSE.qla3xxx
9069 F:      drivers/net/ethernet/qlogic/qla3xxx.*
9070
9071 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
9072 M:      Dept-GELinuxNICDev@qlogic.com
9073 L:      netdev@vger.kernel.org
9074 S:      Supported
9075 F:      drivers/net/ethernet/qlogic/qlcnic/
9076
9077 QLOGIC QLGE 10Gb ETHERNET DRIVER
9078 M:      Harish Patil <harish.patil@qlogic.com>
9079 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
9080 M:      Dept-GELinuxNICDev@qlogic.com
9081 M:      linux-driver@qlogic.com
9082 L:      netdev@vger.kernel.org
9083 S:      Supported
9084 F:      drivers/net/ethernet/qlogic/qlge/
9085
9086 QLOGIC QL4xxx ETHERNET DRIVER
9087 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9088 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9089 M:      everest-linux-l2@qlogic.com
9090 L:      netdev@vger.kernel.org
9091 S:      Supported
9092 F:      drivers/net/ethernet/qlogic/qed/
9093 F:      include/linux/qed/
9094 F:      drivers/net/ethernet/qlogic/qede/
9095
9096 QNX4 FILESYSTEM
9097 M:      Anders Larsen <al@alarsen.net>
9098 W:      http://www.alarsen.net/linux/qnx4fs/
9099 S:      Maintained
9100 F:      fs/qnx4/
9101 F:      include/uapi/linux/qnx4_fs.h
9102 F:      include/uapi/linux/qnxtypes.h
9103
9104 QT1010 MEDIA DRIVER
9105 M:      Antti Palosaari <crope@iki.fi>
9106 L:      linux-media@vger.kernel.org
9107 W:      https://linuxtv.org
9108 W:      http://palosaari.fi/linux/
9109 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9110 T:      git git://linuxtv.org/anttip/media_tree.git
9111 S:      Maintained
9112 F:      drivers/media/tuners/qt1010*
9113
9114 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9115 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9116 L:      linux-wireless@vger.kernel.org
9117 L:      ath9k-devel@lists.ath9k.org
9118 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9119 S:      Supported
9120 F:      drivers/net/wireless/ath/ath9k/
9121
9122 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9123 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9124 L:      ath10k@lists.infradead.org
9125 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9127 S:      Supported
9128 F:      drivers/net/wireless/ath/ath10k/
9129
9130 QUALCOMM HEXAGON ARCHITECTURE
9131 M:      Richard Kuo <rkuo@codeaurora.org>
9132 L:      linux-hexagon@vger.kernel.org
9133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9134 S:      Supported
9135 F:      arch/hexagon/
9136
9137 QUALCOMM WCN36XX WIRELESS DRIVER
9138 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9139 L:      wcn36xx@lists.infradead.org
9140 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9141 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9142 S:      Supported
9143 F:      drivers/net/wireless/ath/wcn36xx/
9144
9145 RADOS BLOCK DEVICE (RBD)
9146 M:      Ilya Dryomov <idryomov@gmail.com>
9147 M:      Sage Weil <sage@redhat.com>
9148 M:      Alex Elder <elder@kernel.org>
9149 L:      ceph-devel@vger.kernel.org
9150 W:      http://ceph.com/
9151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9152 T:      git git://github.com/ceph/ceph-client.git
9153 S:      Supported
9154 F:      Documentation/ABI/testing/sysfs-bus-rbd
9155 F:      drivers/block/rbd.c
9156 F:      drivers/block/rbd_types.h
9157
9158 RADEON FRAMEBUFFER DISPLAY DRIVER
9159 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9160 L:      linux-fbdev@vger.kernel.org
9161 S:      Maintained
9162 F:      drivers/video/fbdev/aty/radeon*
9163 F:      include/uapi/linux/radeonfb.h
9164
9165 RADIOSHARK RADIO DRIVER
9166 M:      Hans de Goede <hdegoede@redhat.com>
9167 L:      linux-media@vger.kernel.org
9168 T:      git git://linuxtv.org/media_tree.git
9169 S:      Maintained
9170 F:      drivers/media/radio/radio-shark.c
9171
9172 RADIOSHARK2 RADIO DRIVER
9173 M:      Hans de Goede <hdegoede@redhat.com>
9174 L:      linux-media@vger.kernel.org
9175 T:      git git://linuxtv.org/media_tree.git
9176 S:      Maintained
9177 F:      drivers/media/radio/radio-shark2.c
9178 F:      drivers/media/radio/radio-tea5777.c
9179
9180 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9181 M:      Paul Mackerras <paulus@samba.org>
9182 L:      linux-fbdev@vger.kernel.org
9183 S:      Maintained
9184 F:      drivers/video/fbdev/aty/aty128fb.c
9185
9186 RALINK MIPS ARCHITECTURE
9187 M:      John Crispin <blogic@openwrt.org>
9188 L:      linux-mips@linux-mips.org
9189 S:      Maintained
9190 F:      arch/mips/ralink
9191
9192 RALINK RT2X00 WIRELESS LAN DRIVER
9193 P:      rt2x00 project
9194 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9195 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9196 L:      linux-wireless@vger.kernel.org
9197 S:      Maintained
9198 F:      drivers/net/wireless/ralink/rt2x00/
9199
9200 RAMDISK RAM BLOCK DEVICE DRIVER
9201 M:      Jens Axboe <axboe@kernel.dk>
9202 S:      Maintained
9203 F:      Documentation/blockdev/ramdisk.txt
9204 F:      drivers/block/brd.c
9205
9206 RANDOM NUMBER DRIVER
9207 M:      "Theodore Ts'o" <tytso@mit.edu>
9208 S:      Maintained
9209 F:      drivers/char/random.c
9210
9211 RAPIDIO SUBSYSTEM
9212 M:      Matt Porter <mporter@kernel.crashing.org>
9213 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9214 S:      Maintained
9215 F:      drivers/rapidio/
9216
9217 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9218 L:      linux-wireless@vger.kernel.org
9219 S:      Orphan
9220 F:      drivers/net/wireless/ray*
9221
9222 RCUTORTURE MODULE
9223 M:      Josh Triplett <josh@joshtriplett.org>
9224 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9225 L:      linux-kernel@vger.kernel.org
9226 S:      Supported
9227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9228 F:      Documentation/RCU/torture.txt
9229 F:      kernel/rcu/rcutorture.c
9230
9231 RCUTORTURE TEST FRAMEWORK
9232 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9233 M:      Josh Triplett <josh@joshtriplett.org>
9234 R:      Steven Rostedt <rostedt@goodmis.org>
9235 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9236 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9237 L:      linux-kernel@vger.kernel.org
9238 S:      Supported
9239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9240 F:      tools/testing/selftests/rcutorture
9241
9242 RDC R-321X SoC
9243 M:      Florian Fainelli <florian@openwrt.org>
9244 S:      Maintained
9245
9246 RDC R6040 FAST ETHERNET DRIVER
9247 M:      Florian Fainelli <florian@openwrt.org>
9248 L:      netdev@vger.kernel.org
9249 S:      Maintained
9250 F:      drivers/net/ethernet/rdc/r6040.c
9251
9252 RDS - RELIABLE DATAGRAM SOCKETS
9253 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9254 L:      netdev@vger.kernel.org
9255 L:      linux-rdma@vger.kernel.org
9256 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9257 W:      https://oss.oracle.com/projects/rds/
9258 S:      Supported
9259 F:      net/rds/
9260 F:      Documentation/networking/rds.txt
9261
9262 RDMAVT - RDMA verbs software
9263 M:      Dennis Dalessandro <dennis.dalessandro@intel.com>
9264 L:      linux-rdma@vger.kernel.org
9265 S:      Supported
9266 F:      drivers/infiniband/sw/rdmavt
9267
9268 READ-COPY UPDATE (RCU)
9269 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9270 M:      Josh Triplett <josh@joshtriplett.org>
9271 R:      Steven Rostedt <rostedt@goodmis.org>
9272 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9273 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9274 L:      linux-kernel@vger.kernel.org
9275 W:      http://www.rdrop.com/users/paulmck/RCU/
9276 S:      Supported
9277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9278 F:      Documentation/RCU/
9279 X:      Documentation/RCU/torture.txt
9280 F:      include/linux/rcu*
9281 X:      include/linux/srcu.h
9282 F:      kernel/rcu/
9283 X:      kernel/torture.c
9284
9285 REAL TIME CLOCK (RTC) SUBSYSTEM
9286 M:      Alessandro Zummo <a.zummo@towertech.it>
9287 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9288 L:      rtc-linux@googlegroups.com
9289 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9291 S:      Maintained
9292 F:      Documentation/rtc.txt
9293 F:      drivers/rtc/
9294 F:      include/linux/rtc.h
9295 F:      include/uapi/linux/rtc.h
9296
9297 REALTEK AUDIO CODECS
9298 M:      Bard Liao <bardliao@realtek.com>
9299 M:      Oder Chiou <oder_chiou@realtek.com>
9300 S:      Maintained
9301 F:      sound/soc/codecs/rt*
9302 F:      include/sound/rt*.h
9303
9304 REISERFS FILE SYSTEM
9305 L:      reiserfs-devel@vger.kernel.org
9306 S:      Supported
9307 F:      fs/reiserfs/
9308
9309 REGISTER MAP ABSTRACTION
9310 M:      Mark Brown <broonie@kernel.org>
9311 L:      linux-kernel@vger.kernel.org
9312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9313 S:      Supported
9314 F:      drivers/base/regmap/
9315 F:      include/linux/regmap.h
9316
9317 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9318 M:      Ohad Ben-Cohen <ohad@wizery.com>
9319 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9321 S:      Maintained
9322 F:      drivers/remoteproc/
9323 F:      Documentation/remoteproc.txt
9324 F:      include/linux/remoteproc.h
9325
9326 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9327 M:      Ohad Ben-Cohen <ohad@wizery.com>
9328 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9330 S:      Maintained
9331 F:      drivers/rpmsg/
9332 F:      Documentation/rpmsg.txt
9333 F:      include/linux/rpmsg.h
9334
9335 RENESAS ETHERNET DRIVERS
9336 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9337 L:      netdev@vger.kernel.org
9338 L:      linux-renesas-soc@vger.kernel.org
9339 F:      drivers/net/ethernet/renesas/
9340 F:      include/linux/sh_eth.h
9341
9342 RENESAS USB2 PHY DRIVER
9343 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9344 L:      linux-renesas-soc@vger.kernel.org
9345 S:      Maintained
9346 F:      drivers/phy/phy-rcar-gen3-usb2.c
9347
9348 RESET CONTROLLER FRAMEWORK
9349 M:      Philipp Zabel <p.zabel@pengutronix.de>
9350 T:      git git://git.pengutronix.de/git/pza/linux
9351 S:      Maintained
9352 F:      drivers/reset/
9353 F:      Documentation/devicetree/bindings/reset/
9354 F:      include/dt-bindings/reset/
9355 F:      include/linux/reset.h
9356 F:      include/linux/reset-controller.h
9357
9358 RFKILL
9359 M:      Johannes Berg <johannes@sipsolutions.net>
9360 L:      linux-wireless@vger.kernel.org
9361 W:      http://wireless.kernel.org/
9362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9364 S:      Maintained
9365 F:      Documentation/rfkill.txt
9366 F:      net/rfkill/
9367
9368 RHASHTABLE
9369 M:      Thomas Graf <tgraf@suug.ch>
9370 L:      netdev@vger.kernel.org
9371 S:      Maintained
9372 F:      lib/rhashtable.c
9373 F:      include/linux/rhashtable.h
9374
9375 RICOH SMARTMEDIA/XD DRIVER
9376 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9377 S:      Maintained
9378 F:      drivers/mtd/nand/r852.c
9379 F:      drivers/mtd/nand/r852.h
9380
9381 RICOH R5C592 MEMORYSTICK DRIVER
9382 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9383 S:      Maintained
9384 F:      drivers/memstick/host/r592.*
9385
9386 ROCCAT DRIVERS
9387 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9388 W:      http://sourceforge.net/projects/roccat/
9389 S:      Maintained
9390 F:      drivers/hid/hid-roccat*
9391 F:      include/linux/hid-roccat*
9392 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9393
9394 ROCKER DRIVER
9395 M:      Jiri Pirko <jiri@resnulli.us>
9396 M:      Scott Feldman <sfeldma@gmail.com>
9397 L:      netdev@vger.kernel.org
9398 S:      Supported
9399 F:      drivers/net/ethernet/rocker/
9400
9401 ROCKETPORT DRIVER
9402 P:      Comtrol Corp.
9403 W:      http://www.comtrol.com
9404 S:      Maintained
9405 F:      Documentation/serial/rocket.txt
9406 F:      drivers/tty/rocket*
9407
9408 ROCKETPORT EXPRESS/INFINITY DRIVER
9409 M:      Kevin Cernekee <cernekee@gmail.com>
9410 L:      linux-serial@vger.kernel.org
9411 S:      Odd Fixes
9412 F:      drivers/tty/serial/rp2.*
9413
9414 ROSE NETWORK LAYER
9415 M:      Ralf Baechle <ralf@linux-mips.org>
9416 L:      linux-hams@vger.kernel.org
9417 W:      http://www.linux-ax25.org/
9418 S:      Maintained
9419 F:      include/net/rose.h
9420 F:      include/uapi/linux/rose.h
9421 F:      net/rose/
9422
9423 RTL2830 MEDIA DRIVER
9424 M:      Antti Palosaari <crope@iki.fi>
9425 L:      linux-media@vger.kernel.org
9426 W:      https://linuxtv.org
9427 W:      http://palosaari.fi/linux/
9428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9429 T:      git git://linuxtv.org/anttip/media_tree.git
9430 S:      Maintained
9431 F:      drivers/media/dvb-frontends/rtl2830*
9432
9433 RTL2832 MEDIA DRIVER
9434 M:      Antti Palosaari <crope@iki.fi>
9435 L:      linux-media@vger.kernel.org
9436 W:      https://linuxtv.org
9437 W:      http://palosaari.fi/linux/
9438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9439 T:      git git://linuxtv.org/anttip/media_tree.git
9440 S:      Maintained
9441 F:      drivers/media/dvb-frontends/rtl2832*
9442
9443 RTL2832_SDR MEDIA DRIVER
9444 M:      Antti Palosaari <crope@iki.fi>
9445 L:      linux-media@vger.kernel.org
9446 W:      https://linuxtv.org
9447 W:      http://palosaari.fi/linux/
9448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9449 T:      git git://linuxtv.org/anttip/media_tree.git
9450 S:      Maintained
9451 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9452
9453 RTL8180 WIRELESS DRIVER
9454 L:      linux-wireless@vger.kernel.org
9455 W:      http://wireless.kernel.org/
9456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9457 S:      Orphan
9458 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9459
9460 RTL8187 WIRELESS DRIVER
9461 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9462 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9463 M:      Larry Finger <Larry.Finger@lwfinger.net>
9464 L:      linux-wireless@vger.kernel.org
9465 W:      http://wireless.kernel.org/
9466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9467 S:      Maintained
9468 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9469
9470 RTL8192CE WIRELESS DRIVER
9471 M:      Larry Finger <Larry.Finger@lwfinger.net>
9472 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9473 L:      linux-wireless@vger.kernel.org
9474 W:      http://wireless.kernel.org/
9475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9476 S:      Maintained
9477 F:      drivers/net/wireless/realtek/rtlwifi/
9478 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9479
9480 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9481 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9482 L:      linux-wireless@vger.kernel.org
9483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9484 S:      Maintained
9485 F:      drivers/net/wireless/realtek/rtl8xxxu/
9486
9487 S3 SAVAGE FRAMEBUFFER DRIVER
9488 M:      Antonino Daplas <adaplas@gmail.com>
9489 L:      linux-fbdev@vger.kernel.org
9490 S:      Maintained
9491 F:      drivers/video/fbdev/savage/
9492
9493 S390
9494 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9495 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9496 L:      linux-s390@vger.kernel.org
9497 W:      http://www.ibm.com/developerworks/linux/linux390/
9498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9499 S:      Supported
9500 F:      arch/s390/
9501 F:      drivers/s390/
9502 F:      Documentation/s390/
9503 F:      Documentation/DocBook/s390*
9504
9505 S390 COMMON I/O LAYER
9506 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9507 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9508 L:      linux-s390@vger.kernel.org
9509 W:      http://www.ibm.com/developerworks/linux/linux390/
9510 S:      Supported
9511 F:      drivers/s390/cio/
9512
9513 S390 DASD DRIVER
9514 M:      Stefan Weinhuber <wein@de.ibm.com>
9515 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9516 L:      linux-s390@vger.kernel.org
9517 W:      http://www.ibm.com/developerworks/linux/linux390/
9518 S:      Supported
9519 F:      drivers/s390/block/dasd*
9520 F:      block/partitions/ibm.c
9521
9522 S390 NETWORK DRIVERS
9523 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9524 L:      linux-s390@vger.kernel.org
9525 W:      http://www.ibm.com/developerworks/linux/linux390/
9526 S:      Supported
9527 F:      drivers/s390/net/
9528
9529 S390 PCI SUBSYSTEM
9530 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9531 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9532 L:      linux-s390@vger.kernel.org
9533 W:      http://www.ibm.com/developerworks/linux/linux390/
9534 S:      Supported
9535 F:      arch/s390/pci/
9536 F:      drivers/pci/hotplug/s390_pci_hpc.c
9537
9538 S390 ZCRYPT DRIVER
9539 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9540 L:      linux-s390@vger.kernel.org
9541 W:      http://www.ibm.com/developerworks/linux/linux390/
9542 S:      Supported
9543 F:      drivers/s390/crypto/
9544
9545 S390 ZFCP DRIVER
9546 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9547 L:      linux-s390@vger.kernel.org
9548 W:      http://www.ibm.com/developerworks/linux/linux390/
9549 S:      Supported
9550 F:      drivers/s390/scsi/zfcp_*
9551
9552 S390 IUCV NETWORK LAYER
9553 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9554 L:      linux-s390@vger.kernel.org
9555 W:      http://www.ibm.com/developerworks/linux/linux390/
9556 S:      Supported
9557 F:      drivers/s390/net/*iucv*
9558 F:      include/net/iucv/
9559 F:      net/iucv/
9560
9561 S390 IOMMU (PCI)
9562 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9563 L:      linux-s390@vger.kernel.org
9564 W:      http://www.ibm.com/developerworks/linux/linux390/
9565 S:      Supported
9566 F:      drivers/iommu/s390-iommu.c
9567
9568 S3C24XX SD/MMC Driver
9569 M:      Ben Dooks <ben-linux@fluff.org>
9570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9571 S:      Supported
9572 F:      drivers/mmc/host/s3cmci.*
9573
9574 SAA6588 RDS RECEIVER DRIVER
9575 M:      Hans Verkuil <hverkuil@xs4all.nl>
9576 L:      linux-media@vger.kernel.org
9577 T:      git git://linuxtv.org/media_tree.git
9578 W:      https://linuxtv.org
9579 S:      Odd Fixes
9580 F:      drivers/media/i2c/saa6588*
9581
9582 SAA7134 VIDEO4LINUX DRIVER
9583 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9584 L:      linux-media@vger.kernel.org
9585 W:      https://linuxtv.org
9586 T:      git git://linuxtv.org/media_tree.git
9587 S:      Odd fixes
9588 F:      Documentation/video4linux/*.saa7134
9589 F:      drivers/media/pci/saa7134/
9590
9591 SAA7146 VIDEO4LINUX-2 DRIVER
9592 M:      Hans Verkuil <hverkuil@xs4all.nl>
9593 L:      linux-media@vger.kernel.org
9594 T:      git git://linuxtv.org/media_tree.git
9595 S:      Maintained
9596 F:      drivers/media/common/saa7146/
9597 F:      drivers/media/pci/saa7146/
9598 F:      include/media/saa7146*
9599
9600 SAMSUNG LAPTOP DRIVER
9601 M:      Corentin Chary <corentin.chary@gmail.com>
9602 L:      platform-driver-x86@vger.kernel.org
9603 S:      Maintained
9604 F:      drivers/platform/x86/samsung-laptop.c
9605
9606 SAMSUNG AUDIO (ASoC) DRIVERS
9607 M:      Sangbeom Kim <sbkim73@samsung.com>
9608 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9609 S:      Supported
9610 F:      sound/soc/samsung/
9611
9612 SAMSUNG FRAMEBUFFER DRIVER
9613 M:      Jingoo Han <jingoohan1@gmail.com>
9614 L:      linux-fbdev@vger.kernel.org
9615 S:      Maintained
9616 F:      drivers/video/fbdev/s3c-fb.c
9617
9618 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9619 M:      Sangbeom Kim <sbkim73@samsung.com>
9620 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9621 L:      linux-kernel@vger.kernel.org
9622 L:      linux-samsung-soc@vger.kernel.org
9623 S:      Supported
9624 F:      drivers/mfd/sec*.c
9625 F:      drivers/regulator/s2m*.c
9626 F:      drivers/regulator/s5m*.c
9627 F:      drivers/clk/clk-s2mps11.c
9628 F:      drivers/rtc/rtc-s5m.c
9629 F:      include/linux/mfd/samsung/
9630 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9631 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9632 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9633 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9634
9635 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9636 M:      Kyungmin Park <kyungmin.park@samsung.com>
9637 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9638 L:      linux-media@vger.kernel.org
9639 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9640 S:      Supported
9641 F:      drivers/media/platform/exynos4-is/
9642
9643 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9644 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9645 L:      linux-media@vger.kernel.org
9646 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9647 S:      Maintained
9648 F:      drivers/media/platform/s3c-camif/
9649 F:      include/media/drv-intf/s3c_camif.h
9650
9651 SAMSUNG S5C73M3 CAMERA DRIVER
9652 M:      Kyungmin Park <kyungmin.park@samsung.com>
9653 M:      Andrzej Hajda <a.hajda@samsung.com>
9654 L:      linux-media@vger.kernel.org
9655 S:      Supported
9656 F:      drivers/media/i2c/s5c73m3/*
9657
9658 SAMSUNG S5K5BAF CAMERA DRIVER
9659 M:      Kyungmin Park <kyungmin.park@samsung.com>
9660 M:      Andrzej Hajda <a.hajda@samsung.com>
9661 L:      linux-media@vger.kernel.org
9662 S:      Supported
9663 F:      drivers/media/i2c/s5k5baf.c
9664
9665 SAMSUNG S3FWRN5 NFC DRIVER
9666 M:      Robert Baldyga <r.baldyga@samsung.com>
9667 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9668 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9669 S:      Supported
9670 F:      drivers/nfc/s3fwrn5
9671
9672 SAMSUNG SOC CLOCK DRIVERS
9673 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9674 M:      Tomasz Figa <tomasz.figa@gmail.com>
9675 S:      Supported
9676 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9677 F:      drivers/clk/samsung/
9678
9679 SAMSUNG SXGBE DRIVERS
9680 M:      Byungho An <bh74.an@samsung.com>
9681 M:      Girish K S <ks.giri@samsung.com>
9682 M:      Vipul Pandya <vipul.pandya@samsung.com>
9683 S:      Supported
9684 L:      netdev@vger.kernel.org
9685 F:      drivers/net/ethernet/samsung/sxgbe/
9686
9687 SAMSUNG THERMAL DRIVER
9688 M:      Lukasz Majewski <l.majewski@samsung.com>
9689 L:      linux-pm@vger.kernel.org
9690 L:      linux-samsung-soc@vger.kernel.org
9691 S:      Supported
9692 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9693 F:      drivers/thermal/samsung/
9694
9695 SAMSUNG USB2 PHY DRIVER
9696 M:      Kamil Debski <k.debski@samsung.com>
9697 L:      linux-kernel@vger.kernel.org
9698 S:      Supported
9699 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9700 F:      Documentation/phy/samsung-usb2.txt
9701 F:      drivers/phy/phy-exynos4210-usb2.c
9702 F:      drivers/phy/phy-exynos4x12-usb2.c
9703 F:      drivers/phy/phy-exynos5250-usb2.c
9704 F:      drivers/phy/phy-s5pv210-usb2.c
9705 F:      drivers/phy/phy-samsung-usb2.c
9706 F:      drivers/phy/phy-samsung-usb2.h
9707
9708 SERIAL DRIVERS
9709 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9710 L:      linux-serial@vger.kernel.org
9711 S:      Maintained
9712 F:      drivers/tty/serial/
9713
9714 SYNOPSYS DESIGNWARE DMAC DRIVER
9715 M:      Viresh Kumar <vireshk@kernel.org>
9716 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9717 S:      Maintained
9718 F:      include/linux/dma/dw.h
9719 F:      include/linux/platform_data/dma-dw.h
9720 F:      drivers/dma/dw/
9721
9722 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9723 M: Lars Persson <lars.persson@axis.com>
9724 L: netdev@vger.kernel.org
9725 S: Supported
9726 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9727 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9728
9729 SYNOPSYS DESIGNWARE I2C DRIVER
9730 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9731 R:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9732 R:      Mika Westerberg <mika.westerberg@linux.intel.com>
9733 L:      linux-i2c@vger.kernel.org
9734 S:      Maintained
9735 F:      drivers/i2c/busses/i2c-designware-*
9736 F:      include/linux/platform_data/i2c-designware.h
9737
9738 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9739 M:      Jaehoon Chung <jh80.chung@samsung.com>
9740 L:      linux-mmc@vger.kernel.org
9741 S:      Maintained
9742 F:      include/linux/mmc/dw_mmc.h
9743 F:      drivers/mmc/host/dw_mmc*
9744
9745 SYSTEM TRACE MODULE CLASS
9746 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9747 S:      Maintained
9748 F:      Documentation/trace/stm.txt
9749 F:      drivers/hwtracing/stm/
9750 F:      include/linux/stm.h
9751 F:      include/uapi/linux/stm.h
9752
9753 THUNDERBOLT DRIVER
9754 M:      Andreas Noever <andreas.noever@gmail.com>
9755 S:      Maintained
9756 F:      drivers/thunderbolt/
9757
9758 TI BQ27XXX POWER SUPPLY DRIVER
9759 R:      Andrew F. Davis <afd@ti.com>
9760 F:      include/linux/power/bq27xxx_battery.h
9761 F:      drivers/power/bq27xxx_battery.c
9762 F:      drivers/power/bq27xxx_battery_i2c.c
9763
9764 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9765 M:      John Stultz <john.stultz@linaro.org>
9766 M:      Thomas Gleixner <tglx@linutronix.de>
9767 L:      linux-kernel@vger.kernel.org
9768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9769 S:      Supported
9770 F:      include/linux/clocksource.h
9771 F:      include/linux/time.h
9772 F:      include/linux/timex.h
9773 F:      include/uapi/linux/time.h
9774 F:      include/uapi/linux/timex.h
9775 F:      kernel/time/clocksource.c
9776 F:      kernel/time/time*.c
9777 F:      kernel/time/alarmtimer.c
9778 F:      kernel/time/ntp.c
9779 F:      tools/testing/selftests/timers/
9780
9781 SC1200 WDT DRIVER
9782 M:      Zwane Mwaikambo <zwanem@gmail.com>
9783 S:      Maintained
9784 F:      drivers/watchdog/sc1200wdt.c
9785
9786 SCHEDULER
9787 M:      Ingo Molnar <mingo@redhat.com>
9788 M:      Peter Zijlstra <peterz@infradead.org>
9789 L:      linux-kernel@vger.kernel.org
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9791 S:      Maintained
9792 F:      kernel/sched/
9793 F:      include/linux/sched.h
9794 F:      include/uapi/linux/sched.h
9795 F:      include/linux/wait.h
9796
9797 SCORE ARCHITECTURE
9798 M:      Chen Liqin <liqin.linux@gmail.com>
9799 M:      Lennox Wu <lennox.wu@gmail.com>
9800 W:      http://www.sunplus.com
9801 S:      Supported
9802 F:      arch/score/
9803
9804 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9805 M:      Sudeep Holla <sudeep.holla@arm.com>
9806 L:      linux-arm-kernel@lists.infradead.org
9807 S:      Maintained
9808 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9809 F:      drivers/clk/clk-scpi.c
9810 F:      drivers/cpufreq/scpi-cpufreq.c
9811 F:      drivers/firmware/arm_scpi.c
9812 F:      include/linux/scpi_protocol.h
9813
9814 SCSI CDROM DRIVER
9815 M:      Jens Axboe <axboe@kernel.dk>
9816 L:      linux-scsi@vger.kernel.org
9817 W:      http://www.kernel.dk
9818 S:      Maintained
9819 F:      drivers/scsi/sr*
9820
9821 SCSI RDMA PROTOCOL (SRP) INITIATOR
9822 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9823 L:      linux-rdma@vger.kernel.org
9824 S:      Supported
9825 W:      http://www.openfabrics.org
9826 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9828 F:      drivers/infiniband/ulp/srp/
9829 F:      include/scsi/srp.h
9830
9831 SCSI SG DRIVER
9832 M:      Doug Gilbert <dgilbert@interlog.com>
9833 L:      linux-scsi@vger.kernel.org
9834 W:      http://sg.danny.cz/sg
9835 S:      Maintained
9836 F:      Documentation/scsi/scsi-generic.txt
9837 F:      drivers/scsi/sg.c
9838 F:      include/scsi/sg.h
9839
9840 SCSI SUBSYSTEM
9841 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9843 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9845 L:      linux-scsi@vger.kernel.org
9846 S:      Maintained
9847 F:      drivers/scsi/
9848 F:      include/scsi/
9849
9850 SCSI TAPE DRIVER
9851 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9852 L:      linux-scsi@vger.kernel.org
9853 S:      Maintained
9854 F:      Documentation/scsi/st.txt
9855 F:      drivers/scsi/st.*
9856 F:      drivers/scsi/st_*.h
9857
9858 SCTP PROTOCOL
9859 M:      Vlad Yasevich <vyasevich@gmail.com>
9860 M:      Neil Horman <nhorman@tuxdriver.com>
9861 L:      linux-sctp@vger.kernel.org
9862 W:      http://lksctp.sourceforge.net
9863 S:      Maintained
9864 F:      Documentation/networking/sctp.txt
9865 F:      include/linux/sctp.h
9866 F:      include/uapi/linux/sctp.h
9867 F:      include/net/sctp/
9868 F:      net/sctp/
9869
9870 SCx200 CPU SUPPORT
9871 M:      Jim Cromie <jim.cromie@gmail.com>
9872 S:      Odd Fixes
9873 F:      Documentation/i2c/busses/scx200_acb
9874 F:      arch/x86/platform/scx200/
9875 F:      drivers/watchdog/scx200_wdt.c
9876 F:      drivers/i2c/busses/scx200*
9877 F:      drivers/mtd/maps/scx200_docflash.c
9878 F:      include/linux/scx200.h
9879
9880 SCx200 GPIO DRIVER
9881 M:      Jim Cromie <jim.cromie@gmail.com>
9882 S:      Maintained
9883 F:      drivers/char/scx200_gpio.c
9884 F:      include/linux/scx200_gpio.h
9885
9886 SCx200 HRT CLOCKSOURCE DRIVER
9887 M:      Jim Cromie <jim.cromie@gmail.com>
9888 S:      Maintained
9889 F:      drivers/clocksource/scx200_hrt.c
9890
9891 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9892 M:      Sascha Sommer <saschasommer@freenet.de>
9893 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9894 S:      Maintained
9895 F:      drivers/mmc/host/sdricoh_cs.c
9896
9897 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9898 M:      Adrian Hunter <adrian.hunter@intel.com>
9899 L:      linux-mmc@vger.kernel.org
9900 T:      git git://git.infradead.org/users/ahunter/linux-sdhci.git
9901 S:      Maintained
9902 F:      drivers/mmc/host/sdhci*
9903 F:      include/linux/mmc/sdhci*
9904
9905 SECURE COMPUTING
9906 M:      Kees Cook <keescook@chromium.org>
9907 R:      Andy Lutomirski <luto@amacapital.net>
9908 R:      Will Drewry <wad@chromium.org>
9909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9910 S:      Supported
9911 F:      kernel/seccomp.c
9912 F:      include/uapi/linux/seccomp.h
9913 F:      include/linux/seccomp.h
9914 F:      tools/testing/selftests/seccomp/*
9915 K:      \bsecure_computing
9916 K:      \bTIF_SECCOMP\b
9917
9918 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9919 M:      Ben Dooks <ben-linux@fluff.org>
9920 M:      Jaehoon Chung <jh80.chung@samsung.com>
9921 L:      linux-mmc@vger.kernel.org
9922 S:      Maintained
9923 F:      drivers/mmc/host/sdhci-s3c*
9924
9925 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9926 M:      Viresh Kumar <vireshk@kernel.org>
9927 L:      spear-devel@list.st.com
9928 L:      linux-mmc@vger.kernel.org
9929 S:      Maintained
9930 F:      drivers/mmc/host/sdhci-spear.c
9931
9932 SECURITY SUBSYSTEM
9933 M:      James Morris <james.l.morris@oracle.com>
9934 M:      "Serge E. Hallyn" <serge@hallyn.com>
9935 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9937 W:      http://kernsec.org/
9938 S:      Supported
9939 F:      security/
9940
9941 SECURITY CONTACT
9942 M:      Security Officers <security@kernel.org>
9943 S:      Supported
9944
9945 SELINUX SECURITY MODULE
9946 M:      Paul Moore <paul@paul-moore.com>
9947 M:      Stephen Smalley <sds@tycho.nsa.gov>
9948 M:      Eric Paris <eparis@parisplace.org>
9949 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9950 W:      http://selinuxproject.org
9951 T:      git git://git.infradead.org/users/pcmoore/selinux
9952 S:      Supported
9953 F:      include/linux/selinux*
9954 F:      security/selinux/
9955 F:      scripts/selinux/
9956
9957 APPARMOR SECURITY MODULE
9958 M:      John Johansen <john.johansen@canonical.com>
9959 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9960 W:      apparmor.wiki.kernel.org
9961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9962 S:      Supported
9963 F:      security/apparmor/
9964
9965 YAMA SECURITY MODULE
9966 M:      Kees Cook <keescook@chromium.org>
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9968 S:      Supported
9969 F:      security/yama/
9970
9971 SENSABLE PHANTOM
9972 M:      Jiri Slaby <jirislaby@gmail.com>
9973 S:      Maintained
9974 F:      drivers/misc/phantom.c
9975 F:      include/uapi/linux/phantom.h
9976
9977 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9978 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9979 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9980 M:      John Soni Jose <sony.john@avagotech.com>
9981 L:      linux-scsi@vger.kernel.org
9982 W:      http://www.avagotech.com
9983 S:      Supported
9984 F:      drivers/scsi/be2iscsi/
9985
9986 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9987 M:      Sathya Perla <sathya.perla@broadcom.com>
9988 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9989 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9990 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9991 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9992 L:      netdev@vger.kernel.org
9993 W:      http://www.emulex.com
9994 S:      Supported
9995 F:      drivers/net/ethernet/emulex/benet/
9996
9997 EMULEX ONECONNECT ROCE DRIVER
9998 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9999 M:      Devesh Sharma <devesh.sharma@avagotech.com>
10000 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
10001 L:      linux-rdma@vger.kernel.org
10002 W:      http://www.emulex.com
10003 S:      Supported
10004 F:      drivers/infiniband/hw/ocrdma/
10005
10006 SFC NETWORK DRIVER
10007 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
10008 M:      Shradha Shah <sshah@solarflare.com>
10009 L:      netdev@vger.kernel.org
10010 S:      Supported
10011 F:      drivers/net/ethernet/sfc/
10012
10013 SGI GRU DRIVER
10014 M:      Dimitri Sivanich <sivanich@sgi.com>
10015 S:      Maintained
10016 F:      drivers/misc/sgi-gru/
10017
10018 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
10019 M:      Pat Gefre <pfg@sgi.com>
10020 L:      linux-ia64@vger.kernel.org
10021 S:      Supported
10022 F:      Documentation/ia64/serial.txt
10023 F:      drivers/tty/serial/ioc?_serial.c
10024 F:      include/linux/ioc?.h
10025
10026 SGI XP/XPC/XPNET DRIVER
10027 M:      Cliff Whickman <cpw@sgi.com>
10028 M:      Robin Holt <robinmholt@gmail.com>
10029 S:      Maintained
10030 F:      drivers/misc/sgi-xp/
10031
10032 SI2157 MEDIA DRIVER
10033 M:      Antti Palosaari <crope@iki.fi>
10034 L:      linux-media@vger.kernel.org
10035 W:      https://linuxtv.org
10036 W:      http://palosaari.fi/linux/
10037 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10038 T:      git git://linuxtv.org/anttip/media_tree.git
10039 S:      Maintained
10040 F:      drivers/media/tuners/si2157*
10041
10042 SI2168 MEDIA DRIVER
10043 M:      Antti Palosaari <crope@iki.fi>
10044 L:      linux-media@vger.kernel.org
10045 W:      https://linuxtv.org
10046 W:      http://palosaari.fi/linux/
10047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10048 T:      git git://linuxtv.org/anttip/media_tree.git
10049 S:      Maintained
10050 F:      drivers/media/dvb-frontends/si2168*
10051
10052 SI470X FM RADIO RECEIVER I2C DRIVER
10053 M:      Hans Verkuil <hverkuil@xs4all.nl>
10054 L:      linux-media@vger.kernel.org
10055 T:      git git://linuxtv.org/media_tree.git
10056 W:      https://linuxtv.org
10057 S:      Odd Fixes
10058 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
10059
10060 SI470X FM RADIO RECEIVER USB DRIVER
10061 M:      Hans Verkuil <hverkuil@xs4all.nl>
10062 L:      linux-media@vger.kernel.org
10063 T:      git git://linuxtv.org/media_tree.git
10064 W:      https://linuxtv.org
10065 S:      Maintained
10066 F:      drivers/media/radio/si470x/radio-si470x-common.c
10067 F:      drivers/media/radio/si470x/radio-si470x.h
10068 F:      drivers/media/radio/si470x/radio-si470x-usb.c
10069
10070 SI4713 FM RADIO TRANSMITTER I2C DRIVER
10071 M:      Eduardo Valentin <edubezval@gmail.com>
10072 L:      linux-media@vger.kernel.org
10073 T:      git git://linuxtv.org/media_tree.git
10074 W:      https://linuxtv.org
10075 S:      Odd Fixes
10076 F:      drivers/media/radio/si4713/si4713.?
10077
10078 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
10079 M:      Eduardo Valentin <edubezval@gmail.com>
10080 L:      linux-media@vger.kernel.org
10081 T:      git git://linuxtv.org/media_tree.git
10082 W:      https://linuxtv.org
10083 S:      Odd Fixes
10084 F:      drivers/media/radio/si4713/radio-platform-si4713.c
10085
10086 SI4713 FM RADIO TRANSMITTER USB DRIVER
10087 M:      Hans Verkuil <hverkuil@xs4all.nl>
10088 L:      linux-media@vger.kernel.org
10089 T:      git git://linuxtv.org/media_tree.git
10090 W:      https://linuxtv.org
10091 S:      Maintained
10092 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10093
10094 SIANO DVB DRIVER
10095 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10096 L:      linux-media@vger.kernel.org
10097 W:      https://linuxtv.org
10098 T:      git git://linuxtv.org/media_tree.git
10099 S:      Odd fixes
10100 F:      drivers/media/common/siano/
10101 F:      drivers/media/usb/siano/
10102 F:      drivers/media/usb/siano/
10103 F:      drivers/media/mmc/siano/
10104
10105 SIMPLEFB FB DRIVER
10106 M:      Hans de Goede <hdegoede@redhat.com>
10107 L:      linux-fbdev@vger.kernel.org
10108 S:      Maintained
10109 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10110 F:      drivers/video/fbdev/simplefb.c
10111 F:      include/linux/platform_data/simplefb.h
10112
10113 SH_VEU V4L2 MEM2MEM DRIVER
10114 L:      linux-media@vger.kernel.org
10115 S:      Orphan
10116 F:      drivers/media/platform/sh_veu.c
10117
10118 SH_VOU V4L2 OUTPUT DRIVER
10119 L:      linux-media@vger.kernel.org
10120 S:      Orphan
10121 F:      drivers/media/platform/sh_vou.c
10122 F:      include/media/drv-intf/sh_vou.h
10123
10124 SIMPLE FIRMWARE INTERFACE (SFI)
10125 M:      Len Brown <lenb@kernel.org>
10126 L:      sfi-devel@simplefirmware.org
10127 W:      http://simplefirmware.org/
10128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10129 S:      Supported
10130 F:      arch/x86/platform/sfi/
10131 F:      drivers/sfi/
10132 F:      include/linux/sfi*.h
10133
10134 SIMTEC EB110ATX (Chalice CATS)
10135 P:      Ben Dooks
10136 P:      Vincent Sanders <vince@simtec.co.uk>
10137 M:      Simtec Linux Team <linux@simtec.co.uk>
10138 W:      http://www.simtec.co.uk/products/EB110ATX/
10139 S:      Supported
10140
10141 SIMTEC EB2410ITX (BAST)
10142 P:      Ben Dooks
10143 P:      Vincent Sanders <vince@simtec.co.uk>
10144 M:      Simtec Linux Team <linux@simtec.co.uk>
10145 W:      http://www.simtec.co.uk/products/EB2410ITX/
10146 S:      Supported
10147 F:      arch/arm/mach-s3c24xx/mach-bast.c
10148 F:      arch/arm/mach-s3c24xx/bast-ide.c
10149 F:      arch/arm/mach-s3c24xx/bast-irq.c
10150
10151 TI DAVINCI MACHINE SUPPORT
10152 M:      Sekhar Nori <nsekhar@ti.com>
10153 M:      Kevin Hilman <khilman@kernel.org>
10154 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10155 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10156 S:      Supported
10157 F:      arch/arm/mach-davinci/
10158 F:      drivers/i2c/busses/i2c-davinci.c
10159
10160 TI DAVINCI SERIES MEDIA DRIVER
10161 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10162 L:      linux-media@vger.kernel.org
10163 W:      https://linuxtv.org
10164 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10165 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10166 S:      Maintained
10167 F:      drivers/media/platform/davinci/
10168 F:      include/media/davinci/
10169
10170 TI AM437X VPFE DRIVER
10171 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10172 L:      linux-media@vger.kernel.org
10173 W:      https://linuxtv.org
10174 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10175 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10176 S:      Maintained
10177 F:      drivers/media/platform/am437x/
10178
10179 OV2659 OMNIVISION SENSOR DRIVER
10180 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10181 L:      linux-media@vger.kernel.org
10182 W:      https://linuxtv.org
10183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10184 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10185 S:      Maintained
10186 F:      drivers/media/i2c/ov2659.c
10187 F:      include/media/i2c/ov2659.h
10188
10189 SILICON MOTION SM712 FRAME BUFFER DRIVER
10190 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10191 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10192 M:      Sudip Mukherjee <sudip@vectorindia.org>
10193 L:      linux-fbdev@vger.kernel.org
10194 S:      Maintained
10195 F:      drivers/video/fbdev/sm712*
10196 F:      Documentation/fb/sm712fb.txt
10197
10198 SIS 190 ETHERNET DRIVER
10199 M:      Francois Romieu <romieu@fr.zoreil.com>
10200 L:      netdev@vger.kernel.org
10201 S:      Maintained
10202 F:      drivers/net/ethernet/sis/sis190.c
10203
10204 SIS 900/7016 FAST ETHERNET DRIVER
10205 M:      Daniele Venzano <venza@brownhat.org>
10206 W:      http://www.brownhat.org/sis900.html
10207 L:      netdev@vger.kernel.org
10208 S:      Maintained
10209 F:      drivers/net/ethernet/sis/sis900.*
10210
10211 SIS FRAMEBUFFER DRIVER
10212 M:      Thomas Winischhofer <thomas@winischhofer.net>
10213 W:      http://www.winischhofer.net/linuxsisvga.shtml
10214 S:      Maintained
10215 F:      Documentation/fb/sisfb.txt
10216 F:      drivers/video/fbdev/sis/
10217 F:      include/video/sisfb.h
10218
10219 SIS USB2VGA DRIVER
10220 M:      Thomas Winischhofer <thomas@winischhofer.net>
10221 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10222 S:      Maintained
10223 F:      drivers/usb/misc/sisusbvga/
10224
10225 SLAB ALLOCATOR
10226 M:      Christoph Lameter <cl@linux.com>
10227 M:      Pekka Enberg <penberg@kernel.org>
10228 M:      David Rientjes <rientjes@google.com>
10229 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10230 M:      Andrew Morton <akpm@linux-foundation.org>
10231 L:      linux-mm@kvack.org
10232 S:      Maintained
10233 F:      include/linux/sl?b*.h
10234 F:      mm/sl?b*
10235
10236 SLEEPABLE READ-COPY UPDATE (SRCU)
10237 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10238 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10239 M:      Josh Triplett <josh@joshtriplett.org>
10240 R:      Steven Rostedt <rostedt@goodmis.org>
10241 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10242 L:      linux-kernel@vger.kernel.org
10243 W:      http://www.rdrop.com/users/paulmck/RCU/
10244 S:      Supported
10245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10246 F:      include/linux/srcu.h
10247 F:      kernel/rcu/srcu.c
10248
10249 SMACK SECURITY MODULE
10250 M:      Casey Schaufler <casey@schaufler-ca.com>
10251 L:      linux-security-module@vger.kernel.org
10252 W:      http://schaufler-ca.com
10253 T:      git git://git.gitorious.org/smack-next/kernel.git
10254 S:      Maintained
10255 F:      Documentation/security/Smack.txt
10256 F:      security/smack/
10257
10258 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10259 M:      Kevin Hilman <khilman@kernel.org>
10260 M:      Nishanth Menon <nm@ti.com>
10261 S:      Maintained
10262 F:      drivers/power/avs/
10263 F:      include/linux/power/smartreflex.h
10264 L:      linux-pm@vger.kernel.org
10265
10266 SMC91x ETHERNET DRIVER
10267 M:      Nicolas Pitre <nico@fluxnic.net>
10268 S:      Odd Fixes
10269 F:      drivers/net/ethernet/smsc/smc91x.*
10270
10271 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10272 M:      Sakari Ailus <sakari.ailus@iki.fi>
10273 L:      linux-media@vger.kernel.org
10274 S:      Maintained
10275 F:      drivers/media/i2c/smiapp/
10276 F:      include/media/i2c/smiapp.h
10277 F:      drivers/media/i2c/smiapp-pll.c
10278 F:      drivers/media/i2c/smiapp-pll.h
10279 F:      include/uapi/linux/smiapp.h
10280 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10281
10282 SMM665 HARDWARE MONITOR DRIVER
10283 M:      Guenter Roeck <linux@roeck-us.net>
10284 L:      linux-hwmon@vger.kernel.org
10285 S:      Maintained
10286 F:      Documentation/hwmon/smm665
10287 F:      drivers/hwmon/smm665.c
10288
10289 SMSC EMC2103 HARDWARE MONITOR DRIVER
10290 M:      Steve Glendinning <steve.glendinning@shawell.net>
10291 L:      linux-hwmon@vger.kernel.org
10292 S:      Maintained
10293 F:      Documentation/hwmon/emc2103
10294 F:      drivers/hwmon/emc2103.c
10295
10296 SMSC SCH5627 HARDWARE MONITOR DRIVER
10297 M:      Hans de Goede <hdegoede@redhat.com>
10298 L:      linux-hwmon@vger.kernel.org
10299 S:      Supported
10300 F:      Documentation/hwmon/sch5627
10301 F:      drivers/hwmon/sch5627.c
10302
10303 SMSC47B397 HARDWARE MONITOR DRIVER
10304 M:      Jean Delvare <jdelvare@suse.com>
10305 L:      linux-hwmon@vger.kernel.org
10306 S:      Maintained
10307 F:      Documentation/hwmon/smsc47b397
10308 F:      drivers/hwmon/smsc47b397.c
10309
10310 SMSC911x ETHERNET DRIVER
10311 M:      Steve Glendinning <steve.glendinning@shawell.net>
10312 L:      netdev@vger.kernel.org
10313 S:      Maintained
10314 F:      include/linux/smsc911x.h
10315 F:      drivers/net/ethernet/smsc/smsc911x.*
10316
10317 SMSC9420 PCI ETHERNET DRIVER
10318 M:      Steve Glendinning <steve.glendinning@shawell.net>
10319 L:      netdev@vger.kernel.org
10320 S:      Maintained
10321 F:      drivers/net/ethernet/smsc/smsc9420.*
10322
10323 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10324 M:      Steve Glendinning <steve.glendinning@shawell.net>
10325 L:      linux-fbdev@vger.kernel.org
10326 S:      Maintained
10327 F:      drivers/video/fbdev/smscufx.c
10328
10329 SOC-CAMERA V4L2 SUBSYSTEM
10330 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10331 L:      linux-media@vger.kernel.org
10332 T:      git git://linuxtv.org/media_tree.git
10333 S:      Maintained
10334 F:      include/media/soc*
10335 F:      drivers/media/i2c/soc_camera/
10336 F:      drivers/media/platform/soc_camera/
10337
10338 SOEKRIS NET48XX LED SUPPORT
10339 M:      Chris Boot <bootc@bootc.net>
10340 S:      Maintained
10341 F:      drivers/leds/leds-net48xx.c
10342
10343 SOFTLOGIC 6x10 MPEG CODEC
10344 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10345 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10346 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10347 M:      Ismael Luceno <ismael@iodev.co.uk>
10348 L:      linux-media@vger.kernel.org
10349 S:      Supported
10350 F:      drivers/media/pci/solo6x10/
10351
10352 SOFTWARE RAID (Multiple Disks) SUPPORT
10353 M:      Shaohua Li <shli@kernel.org>
10354 L:      linux-raid@vger.kernel.org
10355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shli/md.git
10356 S:      Supported
10357 F:      drivers/md/
10358 F:      include/linux/raid/
10359 F:      include/uapi/linux/raid/
10360
10361 SONIC NETWORK DRIVER
10362 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10363 L:      netdev@vger.kernel.org
10364 S:      Maintained
10365 F:      drivers/net/ethernet/natsemi/sonic.*
10366
10367 SONICS SILICON BACKPLANE DRIVER (SSB)
10368 M:      Michael Buesch <m@bues.ch>
10369 L:      linux-wireless@vger.kernel.org
10370 S:      Maintained
10371 F:      drivers/ssb/
10372 F:      include/linux/ssb/
10373
10374 SONY VAIO CONTROL DEVICE DRIVER
10375 M:      Mattia Dongili <malattia@linux.it>
10376 L:      platform-driver-x86@vger.kernel.org
10377 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10378 S:      Maintained
10379 F:      Documentation/laptops/sony-laptop.txt
10380 F:      drivers/char/sonypi.c
10381 F:      drivers/platform/x86/sony-laptop.c
10382 F:      include/linux/sony-laptop.h
10383
10384 SONY MEMORYSTICK CARD SUPPORT
10385 M:      Alex Dubov <oakad@yahoo.com>
10386 W:      http://tifmxx.berlios.de/
10387 S:      Maintained
10388 F:      drivers/memstick/host/tifm_ms.c
10389
10390 SONY MEMORYSTICK STANDARD SUPPORT
10391 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10392 S:      Maintained
10393 F:      drivers/memstick/core/ms_block.*
10394
10395 SOUND
10396 M:      Jaroslav Kysela <perex@perex.cz>
10397 M:      Takashi Iwai <tiwai@suse.com>
10398 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10399 W:      http://www.alsa-project.org/
10400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10401 T:      git git://git.alsa-project.org/alsa-kernel.git
10402 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10403 S:      Maintained
10404 F:      Documentation/sound/
10405 F:      include/sound/
10406 F:      include/uapi/sound/
10407 F:      sound/
10408
10409 SOUND - COMPRESSED AUDIO
10410 M:      Vinod Koul <vinod.koul@intel.com>
10411 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10413 S:      Supported
10414 F:      Documentation/sound/alsa/compress_offload.txt
10415 F:      include/sound/compress_driver.h
10416 F:      include/uapi/sound/compress_*
10417 F:      sound/core/compress_offload.c
10418 F:      sound/soc/soc-compress.c
10419
10420 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10421 M:      Liam Girdwood <lgirdwood@gmail.com>
10422 M:      Mark Brown <broonie@kernel.org>
10423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10424 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10425 W:      http://alsa-project.org/main/index.php/ASoC
10426 S:      Supported
10427 F:      Documentation/sound/alsa/soc/
10428 F:      sound/soc/
10429 F:      include/sound/soc*
10430
10431 SOUND - DMAENGINE HELPERS
10432 M:      Lars-Peter Clausen <lars@metafoo.de>
10433 S:      Supported
10434 F:      include/sound/dmaengine_pcm.h
10435 F:      sound/core/pcm_dmaengine.c
10436 F:      sound/soc/soc-generic-dmaengine-pcm.c
10437
10438 SP2 MEDIA DRIVER
10439 M:      Olli Salonen <olli.salonen@iki.fi>
10440 L:      linux-media@vger.kernel.org
10441 W:      https://linuxtv.org
10442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10443 S:      Maintained
10444 F:      drivers/media/dvb-frontends/sp2*
10445
10446 SPARC + UltraSPARC (sparc/sparc64)
10447 M:      "David S. Miller" <davem@davemloft.net>
10448 L:      sparclinux@vger.kernel.org
10449 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10452 S:      Maintained
10453 F:      arch/sparc/
10454 F:      drivers/sbus/
10455
10456 SPARC SERIAL DRIVERS
10457 M:      "David S. Miller" <davem@davemloft.net>
10458 L:      sparclinux@vger.kernel.org
10459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10461 S:      Maintained
10462 F:      include/linux/sunserialcore.h
10463 F:      drivers/tty/serial/suncore.c
10464 F:      drivers/tty/serial/sunhv.c
10465 F:      drivers/tty/serial/sunsab.c
10466 F:      drivers/tty/serial/sunsab.h
10467 F:      drivers/tty/serial/sunsu.c
10468 F:      drivers/tty/serial/sunzilog.c
10469 F:      drivers/tty/serial/sunzilog.h
10470
10471 SPARSE CHECKER
10472 M:      "Christopher Li" <sparse@chrisli.org>
10473 L:      linux-sparse@vger.kernel.org
10474 W:      https://sparse.wiki.kernel.org/
10475 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10476 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10477 S:      Maintained
10478 F:      include/linux/compiler.h
10479
10480 SPEAR PLATFORM SUPPORT
10481 M:      Viresh Kumar <vireshk@kernel.org>
10482 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10483 L:      spear-devel@list.st.com
10484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10485 W:      http://www.st.com/spear
10486 S:      Maintained
10487 F:      arch/arm/boot/dts/spear*
10488 F:      arch/arm/mach-spear/
10489
10490 SPEAR CLOCK FRAMEWORK SUPPORT
10491 M:      Viresh Kumar <vireshk@kernel.org>
10492 L:      spear-devel@list.st.com
10493 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10494 W:      http://www.st.com/spear
10495 S:      Maintained
10496 F:      drivers/clk/spear/
10497
10498 SPI SUBSYSTEM
10499 M:      Mark Brown <broonie@kernel.org>
10500 L:      linux-spi@vger.kernel.org
10501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10502 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10503 S:      Maintained
10504 F:      Documentation/spi/
10505 F:      drivers/spi/
10506 F:      include/linux/spi/
10507 F:      include/uapi/linux/spi/
10508
10509 SPIDERNET NETWORK DRIVER for CELL
10510 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10511 L:      netdev@vger.kernel.org
10512 S:      Supported
10513 F:      Documentation/networking/spider_net.txt
10514 F:      drivers/net/ethernet/toshiba/spider_net*
10515
10516 SPU FILE SYSTEM
10517 M:      Jeremy Kerr <jk@ozlabs.org>
10518 L:      linuxppc-dev@lists.ozlabs.org
10519 W:      http://www.ibm.com/developerworks/power/cell/
10520 S:      Supported
10521 F:      Documentation/filesystems/spufs.txt
10522 F:      arch/powerpc/platforms/cell/spufs/
10523
10524 SQUASHFS FILE SYSTEM
10525 M:      Phillip Lougher <phillip@squashfs.org.uk>
10526 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10527 W:      http://squashfs.org.uk
10528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10529 S:      Maintained
10530 F:      Documentation/filesystems/squashfs.txt
10531 F:      fs/squashfs/
10532
10533 SRM (Alpha) environment access
10534 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10535 S:      Maintained
10536 F:      arch/alpha/kernel/srm_env.c
10537
10538 STABLE BRANCH
10539 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10540 L:      stable@vger.kernel.org
10541 S:      Supported
10542 F:      Documentation/stable_kernel_rules.txt
10543
10544 STAGING SUBSYSTEM
10545 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10547 L:      devel@driverdev.osuosl.org
10548 S:      Supported
10549 F:      drivers/staging/
10550
10551 STAGING - COMEDI
10552 M:      Ian Abbott <abbotti@mev.co.uk>
10553 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10554 S:      Odd Fixes
10555 F:      drivers/staging/comedi/
10556
10557 STAGING - FLARION FT1000 DRIVERS
10558 M:      Marek Belisko <marek.belisko@gmail.com>
10559 S:      Odd Fixes
10560 F:      drivers/staging/ft1000/
10561
10562 STAGING - INDUSTRIAL IO
10563 M:      Jonathan Cameron <jic23@kernel.org>
10564 L:      linux-iio@vger.kernel.org
10565 S:      Odd Fixes
10566 F:      drivers/staging/iio/
10567
10568 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10569 M:      Jarod Wilson <jarod@wilsonet.com>
10570 W:      http://www.lirc.org/
10571 S:      Odd Fixes
10572 F:      drivers/staging/media/lirc/
10573
10574 STAGING - LUSTRE PARALLEL FILESYSTEM
10575 M:      Oleg Drokin <oleg.drokin@intel.com>
10576 M:      Andreas Dilger <andreas.dilger@intel.com>
10577 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10578 W:      http://wiki.lustre.org/
10579 S:      Maintained
10580 F:      drivers/staging/lustre
10581
10582 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10583 M:      Marc Dietrich <marvin24@gmx.de>
10584 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10585 L:      linux-tegra@vger.kernel.org
10586 S:      Maintained
10587 F:      drivers/staging/nvec/
10588
10589 STAGING - REALTEK RTL8712U DRIVERS
10590 M:      Larry Finger <Larry.Finger@lwfinger.net>
10591 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10592 S:      Odd Fixes
10593 F:      drivers/staging/rtl8712/
10594
10595 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10596 M:      Larry Finger <Larry.Finger@lwfinger.net>
10597 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10598 L:      linux-wireless@vger.kernel.org
10599 S:      Maintained
10600 F:      drivers/staging/rtl8723au/
10601
10602 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10603 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10604 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10605 M:      Sudip Mukherjee <sudip@vectorindia.org>
10606 L:      linux-fbdev@vger.kernel.org
10607 S:      Maintained
10608 F:      drivers/staging/sm750fb/
10609
10610 STAGING - SLICOSS
10611 M:      Lior Dotan <liodot@gmail.com>
10612 M:      Christopher Harrer <charrer@alacritech.com>
10613 S:      Odd Fixes
10614 F:      drivers/staging/slicoss/
10615
10616 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10617 M:      William Hubbs <w.d.hubbs@gmail.com>
10618 M:      Chris Brannon <chris@the-brannons.com>
10619 M:      Kirk Reiser <kirk@reisers.ca>
10620 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10621 L:      speakup@linux-speakup.org
10622 W:      http://www.linux-speakup.org/
10623 S:      Odd Fixes
10624 F:      drivers/staging/speakup/
10625
10626 STAGING - VIA VT665X DRIVERS
10627 M:      Forest Bond <forest@alittletooquiet.net>
10628 S:      Odd Fixes
10629 F:      drivers/staging/vt665?/
10630
10631 STAGING - WILC1000 WIFI DRIVER
10632 M:      Johnny Kim <johnny.kim@atmel.com>
10633 M:      Austin Shin <austin.shin@atmel.com>
10634 M:      Chris Park <chris.park@atmel.com>
10635 M:      Tony Cho <tony.cho@atmel.com>
10636 M:      Glen Lee <glen.lee@atmel.com>
10637 M:      Leo Kim <leo.kim@atmel.com>
10638 L:      linux-wireless@vger.kernel.org
10639 S:      Supported
10640 F:      drivers/staging/wilc1000/
10641
10642 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10643 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10644 S:      Odd Fixes
10645 F:      drivers/staging/xgifb/
10646
10647 HFI1 DRIVER
10648 M:      Mike Marciniszyn <infinipath@intel.com>
10649 L:      linux-rdma@vger.kernel.org
10650 S:      Supported
10651 F:      drivers/staging/rdma/hfi1
10652
10653 STARFIRE/DURALAN NETWORK DRIVER
10654 M:      Ion Badulescu <ionut@badula.org>
10655 S:      Odd Fixes
10656 F:      drivers/net/ethernet/adaptec/starfire*
10657
10658 SUN3/3X
10659 M:      Sam Creasey <sammy@sammy.net>
10660 W:      http://sammy.net/sun3/
10661 S:      Maintained
10662 F:      arch/m68k/kernel/*sun3*
10663 F:      arch/m68k/sun3*/
10664 F:      arch/m68k/include/asm/sun3*
10665 F:      drivers/net/ethernet/i825xx/sun3*
10666
10667 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10668 M:      Hans de Goede <hdegoede@redhat.com>
10669 L:      linux-input@vger.kernel.org
10670 S:      Maintained
10671 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10672 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10673
10674 SUNDANCE NETWORK DRIVER
10675 M:      Denis Kirjanov <kda@linux-powerpc.org>
10676 L:      netdev@vger.kernel.org
10677 S:      Maintained
10678 F:      drivers/net/ethernet/dlink/sundance.c
10679
10680 SUPERH
10681 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10682 M:      Rich Felker <dalias@libc.org>
10683 L:      linux-sh@vger.kernel.org
10684 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10685 S:      Maintained
10686 F:      Documentation/sh/
10687 F:      arch/sh/
10688 F:      drivers/sh/
10689
10690 SUSPEND TO RAM
10691 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10692 M:      Len Brown <len.brown@intel.com>
10693 M:      Pavel Machek <pavel@ucw.cz>
10694 L:      linux-pm@vger.kernel.org
10695 S:      Supported
10696 F:      Documentation/power/
10697 F:      arch/x86/kernel/acpi/
10698 F:      drivers/base/power/
10699 F:      kernel/power/
10700 F:      include/linux/suspend.h
10701 F:      include/linux/freezer.h
10702 F:      include/linux/pm.h
10703
10704 SVGA HANDLING
10705 M:      Martin Mares <mj@ucw.cz>
10706 L:      linux-video@atrey.karlin.mff.cuni.cz
10707 S:      Maintained
10708 F:      Documentation/svga.txt
10709 F:      arch/x86/boot/video*
10710
10711 SWIOTLB SUBSYSTEM
10712 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10713 L:      linux-kernel@vger.kernel.org
10714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10715 S:      Supported
10716 F:      lib/swiotlb.c
10717 F:      arch/*/kernel/pci-swiotlb.c
10718 F:      include/linux/swiotlb.h
10719
10720 SWITCHDEV
10721 M:      Jiri Pirko <jiri@resnulli.us>
10722 L:      netdev@vger.kernel.org
10723 S:      Supported
10724 F:      net/switchdev/
10725 F:      include/net/switchdev.h
10726
10727 SYNOPSYS ARC ARCHITECTURE
10728 M:      Vineet Gupta <vgupta@synopsys.com>
10729 L:      linux-snps-arc@lists.infradead.org
10730 S:      Supported
10731 F:      arch/arc/
10732 F:      Documentation/devicetree/bindings/arc/*
10733 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10734 F:      drivers/tty/serial/arc_uart.c
10735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10736
10737 SYNOPSYS ARC SDP platform support
10738 M:      Alexey Brodkin <abrodkin@synopsys.com>
10739 S:      Supported
10740 F:      arch/arc/plat-axs10x
10741 F:      arch/arc/boot/dts/ax*
10742 F:      Documentation/devicetree/bindings/arc/axs10*
10743
10744 SYSTEM CONFIGURATION (SYSCON)
10745 M:      Lee Jones <lee.jones@linaro.org>
10746 M:      Arnd Bergmann <arnd@arndb.de>
10747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10748 S:      Supported
10749 F:      drivers/mfd/syscon.c
10750
10751 SYSV FILESYSTEM
10752 M:      Christoph Hellwig <hch@infradead.org>
10753 S:      Maintained
10754 F:      Documentation/filesystems/sysv-fs.txt
10755 F:      fs/sysv/
10756 F:      include/linux/sysv_fs.h
10757
10758 TARGET SUBSYSTEM
10759 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10760 L:      linux-scsi@vger.kernel.org
10761 L:      target-devel@vger.kernel.org
10762 W:      http://www.linux-iscsi.org
10763 W:      http://groups.google.com/group/linux-iscsi-target-dev
10764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10765 S:      Supported
10766 F:      drivers/target/
10767 F:      include/target/
10768 F:      Documentation/target/
10769
10770 TASKSTATS STATISTICS INTERFACE
10771 M:      Balbir Singh <bsingharora@gmail.com>
10772 S:      Maintained
10773 F:      Documentation/accounting/taskstats*
10774 F:      include/linux/taskstats*
10775 F:      kernel/taskstats.c
10776
10777 TC CLASSIFIER
10778 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10779 L:      netdev@vger.kernel.org
10780 S:      Maintained
10781 F:      include/net/pkt_cls.h
10782 F:      include/uapi/linux/pkt_cls.h
10783 F:      net/sched/
10784
10785 TCP LOW PRIORITY MODULE
10786 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10787 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10788 W:      http://tcp-lp-mod.sourceforge.net/
10789 S:      Maintained
10790 F:      net/ipv4/tcp_lp.c
10791
10792 TDA10071 MEDIA DRIVER
10793 M:      Antti Palosaari <crope@iki.fi>
10794 L:      linux-media@vger.kernel.org
10795 W:      https://linuxtv.org
10796 W:      http://palosaari.fi/linux/
10797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10798 T:      git git://linuxtv.org/anttip/media_tree.git
10799 S:      Maintained
10800 F:      drivers/media/dvb-frontends/tda10071*
10801
10802 TDA18212 MEDIA DRIVER
10803 M:      Antti Palosaari <crope@iki.fi>
10804 L:      linux-media@vger.kernel.org
10805 W:      https://linuxtv.org
10806 W:      http://palosaari.fi/linux/
10807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10808 T:      git git://linuxtv.org/anttip/media_tree.git
10809 S:      Maintained
10810 F:      drivers/media/tuners/tda18212*
10811
10812 TDA18218 MEDIA DRIVER
10813 M:      Antti Palosaari <crope@iki.fi>
10814 L:      linux-media@vger.kernel.org
10815 W:      https://linuxtv.org
10816 W:      http://palosaari.fi/linux/
10817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10818 T:      git git://linuxtv.org/anttip/media_tree.git
10819 S:      Maintained
10820 F:      drivers/media/tuners/tda18218*
10821
10822 TDA18271 MEDIA DRIVER
10823 M:      Michael Krufky <mkrufky@linuxtv.org>
10824 L:      linux-media@vger.kernel.org
10825 W:      https://linuxtv.org
10826 W:      http://github.com/mkrufky
10827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10828 T:      git git://linuxtv.org/mkrufky/tuners.git
10829 S:      Maintained
10830 F:      drivers/media/tuners/tda18271*
10831
10832 TDA827x MEDIA DRIVER
10833 M:      Michael Krufky <mkrufky@linuxtv.org>
10834 L:      linux-media@vger.kernel.org
10835 W:      https://linuxtv.org
10836 W:      http://github.com/mkrufky
10837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10838 T:      git git://linuxtv.org/mkrufky/tuners.git
10839 S:      Maintained
10840 F:      drivers/media/tuners/tda8290.*
10841
10842 TDA8290 MEDIA DRIVER
10843 M:      Michael Krufky <mkrufky@linuxtv.org>
10844 L:      linux-media@vger.kernel.org
10845 W:      https://linuxtv.org
10846 W:      http://github.com/mkrufky
10847 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10848 T:      git git://linuxtv.org/mkrufky/tuners.git
10849 S:      Maintained
10850 F:      drivers/media/tuners/tda8290.*
10851
10852 TDA9840 MEDIA DRIVER
10853 M:      Hans Verkuil <hverkuil@xs4all.nl>
10854 L:      linux-media@vger.kernel.org
10855 T:      git git://linuxtv.org/media_tree.git
10856 W:      https://linuxtv.org
10857 S:      Maintained
10858 F:      drivers/media/i2c/tda9840*
10859
10860 TEA5761 TUNER DRIVER
10861 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10862 L:      linux-media@vger.kernel.org
10863 W:      https://linuxtv.org
10864 T:      git git://linuxtv.org/media_tree.git
10865 S:      Odd fixes
10866 F:      drivers/media/tuners/tea5761.*
10867
10868 TEA5767 TUNER DRIVER
10869 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10870 L:      linux-media@vger.kernel.org
10871 W:      https://linuxtv.org
10872 T:      git git://linuxtv.org/media_tree.git
10873 S:      Maintained
10874 F:      drivers/media/tuners/tea5767.*
10875
10876 TEA6415C MEDIA DRIVER
10877 M:      Hans Verkuil <hverkuil@xs4all.nl>
10878 L:      linux-media@vger.kernel.org
10879 T:      git git://linuxtv.org/media_tree.git
10880 W:      https://linuxtv.org
10881 S:      Maintained
10882 F:      drivers/media/i2c/tea6415c*
10883
10884 TEA6420 MEDIA DRIVER
10885 M:      Hans Verkuil <hverkuil@xs4all.nl>
10886 L:      linux-media@vger.kernel.org
10887 T:      git git://linuxtv.org/media_tree.git
10888 W:      https://linuxtv.org
10889 S:      Maintained
10890 F:      drivers/media/i2c/tea6420*
10891
10892 TEAM DRIVER
10893 M:      Jiri Pirko <jiri@resnulli.us>
10894 L:      netdev@vger.kernel.org
10895 S:      Supported
10896 F:      drivers/net/team/
10897 F:      include/linux/if_team.h
10898 F:      include/uapi/linux/if_team.h
10899
10900 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10901 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10902 S:      Maintained
10903 F:      arch/x86/platform/ts5500/
10904
10905 TECHNOTREND USB IR RECEIVER
10906 M:      Sean Young <sean@mess.org>
10907 L:      linux-media@vger.kernel.org
10908 S:      Maintained
10909 F:      drivers/media/rc/ttusbir.c
10910
10911 TEGRA ARCHITECTURE SUPPORT
10912 M:      Stephen Warren <swarren@wwwdotorg.org>
10913 M:      Thierry Reding <thierry.reding@gmail.com>
10914 M:      Alexandre Courbot <gnurou@gmail.com>
10915 L:      linux-tegra@vger.kernel.org
10916 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10918 S:      Supported
10919 N:      [^a-z]tegra
10920
10921 TEGRA CLOCK DRIVER
10922 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10923 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10924 S:      Supported
10925 F:      drivers/clk/tegra/
10926
10927 TEGRA DMA DRIVER
10928 M:      Laxman Dewangan <ldewangan@nvidia.com>
10929 S:      Supported
10930 F:      drivers/dma/tegra20-apb-dma.c
10931
10932 TEGRA I2C DRIVER
10933 M:      Laxman Dewangan <ldewangan@nvidia.com>
10934 S:      Supported
10935 F:      drivers/i2c/busses/i2c-tegra.c
10936
10937 TEGRA IOMMU DRIVERS
10938 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10939 S:      Supported
10940 F:      drivers/iommu/tegra*
10941
10942 TEGRA KBC DRIVER
10943 M:      Rakesh Iyer <riyer@nvidia.com>
10944 M:      Laxman Dewangan <ldewangan@nvidia.com>
10945 S:      Supported
10946 F:      drivers/input/keyboard/tegra-kbc.c
10947
10948 TEGRA PWM DRIVER
10949 M:      Thierry Reding <thierry.reding@gmail.com>
10950 S:      Supported
10951 F:      drivers/pwm/pwm-tegra.c
10952
10953 TEGRA SERIAL DRIVER
10954 M:      Laxman Dewangan <ldewangan@nvidia.com>
10955 S:      Supported
10956 F:      drivers/tty/serial/serial-tegra.c
10957
10958 TEGRA SPI DRIVER
10959 M:      Laxman Dewangan <ldewangan@nvidia.com>
10960 S:      Supported
10961 F:      drivers/spi/spi-tegra*
10962
10963 TEHUTI ETHERNET DRIVER
10964 M:      Andy Gospodarek <andy@greyhouse.net>
10965 L:      netdev@vger.kernel.org
10966 S:      Supported
10967 F:      drivers/net/ethernet/tehuti/*
10968
10969 Telecom Clock Driver for MCPL0010
10970 M:      Mark Gross <mark.gross@intel.com>
10971 S:      Supported
10972 F:      drivers/char/tlclk.c
10973
10974 TENSILICA XTENSA PORT (xtensa)
10975 M:      Chris Zankel <chris@zankel.net>
10976 M:      Max Filippov <jcmvbkbc@gmail.com>
10977 L:      linux-xtensa@linux-xtensa.org
10978 T:      git git://github.com/czankel/xtensa-linux.git
10979 S:      Maintained
10980 F:      arch/xtensa/
10981 F:      drivers/irqchip/irq-xtensa-*
10982
10983 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10984 M:      Hans Verkuil <hverkuil@xs4all.nl>
10985 L:      linux-media@vger.kernel.org
10986 T:      git git://linuxtv.org/media_tree.git
10987 W:      https://linuxtv.org
10988 S:      Maintained
10989 F:      drivers/media/radio/radio-raremono.c
10990
10991 THERMAL
10992 M:      Zhang Rui <rui.zhang@intel.com>
10993 M:      Eduardo Valentin <edubezval@gmail.com>
10994 L:      linux-pm@vger.kernel.org
10995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10997 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10998 S:      Supported
10999 F:      drivers/thermal/
11000 F:      include/linux/thermal.h
11001 F:      include/uapi/linux/thermal.h
11002 F:      include/linux/cpu_cooling.h
11003 F:      Documentation/devicetree/bindings/thermal/
11004
11005 THERMAL/CPU_COOLING
11006 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
11007 M:      Viresh Kumar <viresh.kumar@linaro.org>
11008 M:      Javi Merino <javi.merino@arm.com>
11009 L:      linux-pm@vger.kernel.org
11010 S:      Supported
11011 F:      Documentation/thermal/cpu-cooling-api.txt
11012 F:      drivers/thermal/cpu_cooling.c
11013 F:      include/linux/cpu_cooling.h
11014
11015 THINGM BLINK(1) USB RGB LED DRIVER
11016 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
11017 S:      Maintained
11018 F:      drivers/hid/hid-thingm.c
11019
11020 THINKPAD ACPI EXTRAS DRIVER
11021 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
11022 L:      ibm-acpi-devel@lists.sourceforge.net
11023 L:      platform-driver-x86@vger.kernel.org
11024 W:      http://ibm-acpi.sourceforge.net
11025 W:      http://thinkwiki.org/wiki/Ibm-acpi
11026 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
11027 S:      Maintained
11028 F:      drivers/platform/x86/thinkpad_acpi.c
11029
11030 TI BANDGAP AND THERMAL DRIVER
11031 M:      Eduardo Valentin <edubezval@gmail.com>
11032 L:      linux-pm@vger.kernel.org
11033 L:      linux-omap@vger.kernel.org
11034 S:      Maintained
11035 F:      drivers/thermal/ti-soc-thermal/
11036
11037 TI VPE/CAL DRIVERS
11038 M:      Benoit Parrot <bparrot@ti.com>
11039 L:      linux-media@vger.kernel.org
11040 W:      http://linuxtv.org/
11041 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11042 S:      Maintained
11043 F:      drivers/media/platform/ti-vpe/
11044
11045 TI CDCE706 CLOCK DRIVER
11046 M:      Max Filippov <jcmvbkbc@gmail.com>
11047 S:      Maintained
11048 F:      drivers/clk/clk-cdce706.c
11049
11050 TI CLOCK DRIVER
11051 M:      Tero Kristo <t-kristo@ti.com>
11052 L:      linux-omap@vger.kernel.org
11053 S:      Maintained
11054 F:      drivers/clk/ti/
11055 F:      include/linux/clk/ti.h
11056
11057 TI FLASH MEDIA INTERFACE DRIVER
11058 M:      Alex Dubov <oakad@yahoo.com>
11059 S:      Maintained
11060 F:      drivers/misc/tifm*
11061 F:      drivers/mmc/host/tifm_sd.c
11062 F:      include/linux/tifm.h
11063
11064 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
11065 M:      Santosh Shilimkar <ssantosh@kernel.org>
11066 L:      linux-kernel@vger.kernel.org
11067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
11068 S:      Maintained
11069 F:      drivers/soc/ti/*
11070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
11071
11072
11073 TI LM49xxx FAMILY ASoC CODEC DRIVERS
11074 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
11075 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
11076 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11077 S:      Maintained
11078 F:      sound/soc/codecs/lm49453*
11079 F:      sound/soc/codecs/isabelle*
11080
11081 TI LP855x BACKLIGHT DRIVER
11082 M:      Milo Kim <milo.kim@ti.com>
11083 S:      Maintained
11084 F:      Documentation/backlight/lp855x-driver.txt
11085 F:      drivers/video/backlight/lp855x_bl.c
11086 F:      include/linux/platform_data/lp855x.h
11087
11088 TI LP8727 CHARGER DRIVER
11089 M:      Milo Kim <milo.kim@ti.com>
11090 S:      Maintained
11091 F:      drivers/power/lp8727_charger.c
11092 F:      include/linux/platform_data/lp8727.h
11093
11094 TI LP8788 MFD DRIVER
11095 M:      Milo Kim <milo.kim@ti.com>
11096 S:      Maintained
11097 F:      drivers/iio/adc/lp8788_adc.c
11098 F:      drivers/leds/leds-lp8788.c
11099 F:      drivers/mfd/lp8788*.c
11100 F:      drivers/power/lp8788-charger.c
11101 F:      drivers/regulator/lp8788-*.c
11102 F:      include/linux/mfd/lp8788*.h
11103
11104 TI NETCP ETHERNET DRIVER
11105 M:      Wingman Kwok <w-kwok2@ti.com>
11106 M:      Murali Karicheri <m-karicheri2@ti.com>
11107 L:      netdev@vger.kernel.org
11108 S:      Maintained
11109 F:      drivers/net/ethernet/ti/netcp*
11110
11111 TI TAS571X FAMILY ASoC CODEC DRIVER
11112 M:      Kevin Cernekee <cernekee@chromium.org>
11113 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11114 S:      Odd Fixes
11115 F:      sound/soc/codecs/tas571x*
11116
11117 TI TWL4030 SERIES SOC CODEC DRIVER
11118 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11119 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11120 S:      Maintained
11121 F:      sound/soc/codecs/twl4030*
11122
11123 TI WILINK WIRELESS DRIVERS
11124 L:      linux-wireless@vger.kernel.org
11125 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11126 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11128 S:      Orphan
11129 F:      drivers/net/wireless/ti/
11130 F:      include/linux/wl12xx.h
11131
11132 TIPC NETWORK LAYER
11133 M:      Jon Maloy <jon.maloy@ericsson.com>
11134 M:      Ying Xue <ying.xue@windriver.com>
11135 L:      netdev@vger.kernel.org (core kernel code)
11136 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11137 W:      http://tipc.sourceforge.net/
11138 S:      Maintained
11139 F:      include/uapi/linux/tipc*.h
11140 F:      net/tipc/
11141
11142 TILE ARCHITECTURE
11143 M:      Chris Metcalf <cmetcalf@ezchip.com>
11144 W:      http://www.ezchip.com/scm/
11145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11146 S:      Supported
11147 F:      arch/tile/
11148 F:      drivers/char/tile-srom.c
11149 F:      drivers/edac/tile_edac.c
11150 F:      drivers/net/ethernet/tile/
11151 F:      drivers/rtc/rtc-tile.c
11152 F:      drivers/tty/hvc/hvc_tile.c
11153 F:      drivers/tty/serial/tilegx.c
11154 F:      drivers/usb/host/*-tilegx.c
11155 F:      include/linux/usb/tilegx.h
11156
11157 TLAN NETWORK DRIVER
11158 M:      Samuel Chessman <chessman@tux.org>
11159 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11160 W:      http://sourceforge.net/projects/tlan/
11161 S:      Maintained
11162 F:      Documentation/networking/tlan.txt
11163 F:      drivers/net/ethernet/ti/tlan.*
11164
11165 TOMOYO SECURITY MODULE
11166 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11167 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11168 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11169 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11170 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11171 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11172 W:      http://tomoyo.sourceforge.jp/
11173 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11174 S:      Maintained
11175 F:      security/tomoyo/
11176
11177 TOPSTAR LAPTOP EXTRAS DRIVER
11178 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11179 L:      platform-driver-x86@vger.kernel.org
11180 S:      Maintained
11181 F:      drivers/platform/x86/topstar-laptop.c
11182
11183 TOSHIBA ACPI EXTRAS DRIVER
11184 M:      Azael Avalos <coproscefalo@gmail.com>
11185 L:      platform-driver-x86@vger.kernel.org
11186 S:      Maintained
11187 F:      drivers/platform/x86/toshiba_acpi.c
11188
11189 TOSHIBA BLUETOOTH DRIVER
11190 M:      Azael Avalos <coproscefalo@gmail.com>
11191 L:      platform-driver-x86@vger.kernel.org
11192 S:      Maintained
11193 F:      drivers/platform/x86/toshiba_bluetooth.c
11194
11195 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11196 M:      Azael Avalos <coproscefalo@gmail.com>
11197 L:      platform-driver-x86@vger.kernel.org
11198 S:      Maintained
11199 F:      drivers/platform/x86/toshiba_haps.c
11200
11201 TOSHIBA WMI HOTKEYS DRIVER
11202 M:      Azael Avalos <coproscefalo@gmail.com>
11203 L:      platform-driver-x86@vger.kernel.org
11204 S:      Maintained
11205 F:      drivers/platform/x86/toshiba-wmi.c
11206
11207 TOSHIBA SMM DRIVER
11208 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11209 W:      http://www.buzzard.org.uk/toshiba/
11210 S:      Maintained
11211 F:      drivers/char/toshiba.c
11212 F:      include/linux/toshiba.h
11213 F:      include/uapi/linux/toshiba.h
11214
11215 TOSHIBA TC358743 DRIVER
11216 M:      Mats Randgaard <matrandg@cisco.com>
11217 L:      linux-media@vger.kernel.org
11218 S:      Maintained
11219 F:      drivers/media/i2c/tc358743*
11220 F:      include/media/i2c/tc358743.h
11221
11222 TMIO MMC DRIVER
11223 M:      Ian Molton <ian@mnementh.co.uk>
11224 L:      linux-mmc@vger.kernel.org
11225 S:      Maintained
11226 F:      drivers/mmc/host/tmio_mmc*
11227 F:      drivers/mmc/host/sh_mobile_sdhi.c
11228 F:      include/linux/mmc/tmio.h
11229 F:      include/linux/mmc/sh_mobile_sdhi.h
11230
11231 TMP401 HARDWARE MONITOR DRIVER
11232 M:      Guenter Roeck <linux@roeck-us.net>
11233 L:      linux-hwmon@vger.kernel.org
11234 S:      Maintained
11235 F:      Documentation/hwmon/tmp401
11236 F:      drivers/hwmon/tmp401.c
11237
11238 TMPFS (SHMEM FILESYSTEM)
11239 M:      Hugh Dickins <hughd@google.com>
11240 L:      linux-mm@kvack.org
11241 S:      Maintained
11242 F:      include/linux/shmem_fs.h
11243 F:      mm/shmem.c
11244
11245 TM6000 VIDEO4LINUX DRIVER
11246 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11247 L:      linux-media@vger.kernel.org
11248 W:      https://linuxtv.org
11249 T:      git git://linuxtv.org/media_tree.git
11250 S:      Odd fixes
11251 F:      drivers/media/usb/tm6000/
11252
11253 TW68 VIDEO4LINUX DRIVER
11254 M:      Hans Verkuil <hverkuil@xs4all.nl>
11255 L:      linux-media@vger.kernel.org
11256 T:      git git://linuxtv.org/media_tree.git
11257 W:      https://linuxtv.org
11258 S:      Odd Fixes
11259 F:      drivers/media/pci/tw68/
11260
11261 TPM DEVICE DRIVER
11262 M:      Peter Huewe <peterhuewe@gmx.de>
11263 M:      Marcel Selhorst <tpmdd@selhorst.net>
11264 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11265 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11266 W:      http://tpmdd.sourceforge.net
11267 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11268 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11269 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11270 S:      Maintained
11271 F:      drivers/char/tpm/
11272
11273 TPM IBM_VTPM DEVICE DRIVER
11274 M:      Ashley Lai <ashleydlai@gmail.com>
11275 W:      http://tpmdd.sourceforge.net
11276 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11277 S:      Maintained
11278 F:      drivers/char/tpm/tpm_ibmvtpm*
11279
11280 TRACING
11281 M:      Steven Rostedt <rostedt@goodmis.org>
11282 M:      Ingo Molnar <mingo@redhat.com>
11283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11284 S:      Maintained
11285 F:      Documentation/trace/ftrace.txt
11286 F:      arch/*/*/*/ftrace.h
11287 F:      arch/*/kernel/ftrace.c
11288 F:      include/*/ftrace.h
11289 F:      include/linux/trace*.h
11290 F:      include/trace/
11291 F:      kernel/trace/
11292 F:      tools/testing/selftests/ftrace/
11293
11294 TRIVIAL PATCHES
11295 M:      Jiri Kosina <trivial@kernel.org>
11296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11297 S:      Maintained
11298 K:      ^Subject:.*(?i)trivial
11299
11300 TTY LAYER
11301 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11302 M:      Jiri Slaby <jslaby@suse.com>
11303 S:      Supported
11304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11305 F:      Documentation/serial/
11306 F:      drivers/tty/
11307 F:      drivers/tty/serial/serial_core.c
11308 F:      include/linux/serial_core.h
11309 F:      include/linux/serial.h
11310 F:      include/linux/tty.h
11311 F:      include/uapi/linux/serial_core.h
11312 F:      include/uapi/linux/serial.h
11313 F:      include/uapi/linux/tty.h
11314
11315 TUA9001 MEDIA DRIVER
11316 M:      Antti Palosaari <crope@iki.fi>
11317 L:      linux-media@vger.kernel.org
11318 W:      https://linuxtv.org
11319 W:      http://palosaari.fi/linux/
11320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11321 T:      git git://linuxtv.org/anttip/media_tree.git
11322 S:      Maintained
11323 F:      drivers/media/tuners/tua9001*
11324
11325 TULIP NETWORK DRIVERS
11326 L:      netdev@vger.kernel.org
11327 L:      linux-parisc@vger.kernel.org
11328 S:      Orphan
11329 F:      drivers/net/ethernet/dec/tulip/
11330
11331 TUN/TAP driver
11332 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11333 W:      http://vtun.sourceforge.net/tun
11334 S:      Maintained
11335 F:      Documentation/networking/tuntap.txt
11336 F:      arch/um/os-Linux/drivers/
11337
11338 TURBOCHANNEL SUBSYSTEM
11339 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11340 M:      Ralf Baechle <ralf@linux-mips.org>
11341 L:      linux-mips@linux-mips.org
11342 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11343 S:      Maintained
11344 F:      drivers/tc/
11345 F:      include/linux/tc.h
11346
11347 U14-34F SCSI DRIVER
11348 M:      Dario Ballabio <ballabio_dario@emc.com>
11349 L:      linux-scsi@vger.kernel.org
11350 S:      Maintained
11351 F:      drivers/scsi/u14-34f.c
11352
11353 UBI FILE SYSTEM (UBIFS)
11354 M:      Richard Weinberger <richard@nod.at>
11355 M:      Artem Bityutskiy <dedekind1@gmail.com>
11356 M:      Adrian Hunter <adrian.hunter@intel.com>
11357 L:      linux-mtd@lists.infradead.org
11358 T:      git git://git.infradead.org/ubifs-2.6.git
11359 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11360 S:      Supported
11361 F:      Documentation/filesystems/ubifs.txt
11362 F:      fs/ubifs/
11363
11364 UCLINUX (M68KNOMMU AND COLDFIRE)
11365 M:      Greg Ungerer <gerg@uclinux.org>
11366 W:      http://www.uclinux.org/
11367 L:      linux-m68k@lists.linux-m68k.org
11368 L:      uclinux-dev@uclinux.org  (subscribers-only)
11369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11370 S:      Maintained
11371 F:      arch/m68k/coldfire/
11372 F:      arch/m68k/68*/
11373 F:      arch/m68k/*/*_no.*
11374 F:      arch/m68k/include/asm/*_no.*
11375
11376 UDF FILESYSTEM
11377 M:      Jan Kara <jack@suse.com>
11378 S:      Maintained
11379 F:      Documentation/filesystems/udf.txt
11380 F:      fs/udf/
11381
11382 UFS FILESYSTEM
11383 M:      Evgeniy Dushistov <dushistov@mail.ru>
11384 S:      Maintained
11385 F:      Documentation/filesystems/ufs.txt
11386 F:      fs/ufs/
11387
11388 UHID USERSPACE HID IO DRIVER:
11389 M:      David Herrmann <dh.herrmann@googlemail.com>
11390 L:      linux-input@vger.kernel.org
11391 S:      Maintained
11392 F:      drivers/hid/uhid.c
11393 F:      include/uapi/linux/uhid.h
11394
11395 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11396 L:      linux-usb@vger.kernel.org
11397 S:      Orphan
11398 F:      drivers/uwb/
11399 F:      include/linux/uwb.h
11400 F:      include/linux/uwb/
11401
11402 UNICORE32 ARCHITECTURE:
11403 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11404 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11405 S:      Maintained
11406 T:      git git://github.com/gxt/linux.git
11407 F:      arch/unicore32/
11408
11409 UNIFDEF
11410 M:      Tony Finch <dot@dotat.at>
11411 W:      http://dotat.at/prog/unifdef
11412 S:      Maintained
11413 F:      scripts/unifdef.c
11414
11415 UNIFORM CDROM DRIVER
11416 M:      Jens Axboe <axboe@kernel.dk>
11417 W:      http://www.kernel.dk
11418 S:      Maintained
11419 F:      Documentation/cdrom/
11420 F:      drivers/cdrom/cdrom.c
11421 F:      include/linux/cdrom.h
11422 F:      include/uapi/linux/cdrom.h
11423
11424 UNISYS S-PAR DRIVERS
11425 M:      David Kershner <david.kershner@unisys.com>
11426 L:      sparmaintainer@unisys.com (Unisys internal)
11427 S:      Supported
11428 F:      drivers/staging/unisys/
11429
11430 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11431 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11432 L:      linux-scsi@vger.kernel.org
11433 S:      Supported
11434 F:      Documentation/scsi/ufs.txt
11435 F:      drivers/scsi/ufs/
11436
11437 UNSORTED BLOCK IMAGES (UBI)
11438 M:      Artem Bityutskiy <dedekind1@gmail.com>
11439 M:      Richard Weinberger <richard@nod.at>
11440 W:      http://www.linux-mtd.infradead.org/
11441 L:      linux-mtd@lists.infradead.org
11442 T:      git git://git.infradead.org/ubifs-2.6.git
11443 S:      Supported
11444 F:      drivers/mtd/ubi/
11445 F:      include/linux/mtd/ubi.h
11446 F:      include/uapi/mtd/ubi-user.h
11447
11448 USB ACM DRIVER
11449 M:      Oliver Neukum <oneukum@suse.com>
11450 L:      linux-usb@vger.kernel.org
11451 S:      Maintained
11452 F:      Documentation/usb/acm.txt
11453 F:      drivers/usb/class/cdc-acm.*
11454
11455 USB AR5523 WIRELESS DRIVER
11456 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11457 L:      linux-wireless@vger.kernel.org
11458 S:      Maintained
11459 F:      drivers/net/wireless/ath/ar5523/
11460
11461 USB ATTACHED SCSI
11462 M:      Hans de Goede <hdegoede@redhat.com>
11463 M:      Gerd Hoffmann <kraxel@redhat.com>
11464 L:      linux-usb@vger.kernel.org
11465 L:      linux-scsi@vger.kernel.org
11466 S:      Maintained
11467 F:      drivers/usb/storage/uas.c
11468
11469 USB CDC ETHERNET DRIVER
11470 M:      Oliver Neukum <oliver@neukum.org>
11471 L:      linux-usb@vger.kernel.org
11472 S:      Maintained
11473 F:      drivers/net/usb/cdc_*.c
11474 F:      include/uapi/linux/usb/cdc.h
11475
11476 USB CHAOSKEY DRIVER
11477 M:      Keith Packard <keithp@keithp.com>
11478 L:      linux-usb@vger.kernel.org
11479 S:      Maintained
11480 F:      drivers/usb/misc/chaoskey.c
11481
11482 USB CYPRESS C67X00 DRIVER
11483 M:      Peter Korsgaard <jacmet@sunsite.dk>
11484 L:      linux-usb@vger.kernel.org
11485 S:      Maintained
11486 F:      drivers/usb/c67x00/
11487
11488 USB DAVICOM DM9601 DRIVER
11489 M:      Peter Korsgaard <jacmet@sunsite.dk>
11490 L:      netdev@vger.kernel.org
11491 W:      http://www.linux-usb.org/usbnet
11492 S:      Maintained
11493 F:      drivers/net/usb/dm9601.c
11494
11495 USB DIAMOND RIO500 DRIVER
11496 M:      Cesar Miquel <miquel@df.uba.ar>
11497 L:      rio500-users@lists.sourceforge.net
11498 W:      http://rio500.sourceforge.net
11499 S:      Maintained
11500 F:      drivers/usb/misc/rio500*
11501
11502 USB EHCI DRIVER
11503 M:      Alan Stern <stern@rowland.harvard.edu>
11504 L:      linux-usb@vger.kernel.org
11505 S:      Maintained
11506 F:      Documentation/usb/ehci.txt
11507 F:      drivers/usb/host/ehci*
11508
11509 USB GADGET/PERIPHERAL SUBSYSTEM
11510 M:      Felipe Balbi <balbi@kernel.org>
11511 L:      linux-usb@vger.kernel.org
11512 W:      http://www.linux-usb.org/gadget
11513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11514 S:      Maintained
11515 F:      drivers/usb/gadget/
11516 F:      include/linux/usb/gadget*
11517
11518 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11519 M:      Jiri Kosina <jikos@kernel.org>
11520 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11521 L:      linux-usb@vger.kernel.org
11522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11523 S:      Maintained
11524 F:      Documentation/hid/hiddev.txt
11525 F:      drivers/hid/usbhid/
11526
11527 USB ISP116X DRIVER
11528 M:      Olav Kongas <ok@artecdesign.ee>
11529 L:      linux-usb@vger.kernel.org
11530 S:      Maintained
11531 F:      drivers/usb/host/isp116x*
11532 F:      include/linux/usb/isp116x.h
11533
11534 USB LAN78XX ETHERNET DRIVER
11535 M:      Woojung Huh <woojung.huh@microchip.com>
11536 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11537 L:      netdev@vger.kernel.org
11538 S:      Maintained
11539 F:      drivers/net/usb/lan78xx.*
11540
11541 USB MASS STORAGE DRIVER
11542 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11543 L:      linux-usb@vger.kernel.org
11544 L:      usb-storage@lists.one-eyed-alien.net
11545 S:      Maintained
11546 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11547 F:      drivers/usb/storage/
11548
11549 USB MIDI DRIVER
11550 M:      Clemens Ladisch <clemens@ladisch.de>
11551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11552 T:      git git://git.alsa-project.org/alsa-kernel.git
11553 S:      Maintained
11554 F:      sound/usb/midi.*
11555
11556 USB NETWORKING DRIVERS
11557 L:      linux-usb@vger.kernel.org
11558 S:      Odd Fixes
11559 F:      drivers/net/usb/
11560
11561 USB OHCI DRIVER
11562 M:      Alan Stern <stern@rowland.harvard.edu>
11563 L:      linux-usb@vger.kernel.org
11564 S:      Maintained
11565 F:      Documentation/usb/ohci.txt
11566 F:      drivers/usb/host/ohci*
11567
11568 USB OTG FSM (Finite State Machine)
11569 M:      Peter Chen <Peter.Chen@nxp.com>
11570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11571 L:      linux-usb@vger.kernel.org
11572 S:      Maintained
11573 F:      drivers/usb/common/usb-otg-fsm.c
11574
11575 USB OVER IP DRIVER
11576 M:      Valentina Manea <valentina.manea.m@gmail.com>
11577 M:      Shuah Khan <shuah.kh@samsung.com>
11578 L:      linux-usb@vger.kernel.org
11579 S:      Maintained
11580 F:      Documentation/usb/usbip_protocol.txt
11581 F:      drivers/usb/usbip/
11582 F:      tools/usb/usbip/
11583
11584 USB PEGASUS DRIVER
11585 M:      Petko Manolov <petkan@nucleusys.com>
11586 L:      linux-usb@vger.kernel.org
11587 L:      netdev@vger.kernel.org
11588 T:      git git://github.com/petkan/pegasus.git
11589 W:      https://github.com/petkan/pegasus
11590 S:      Maintained
11591 F:      drivers/net/usb/pegasus.*
11592
11593 USB PHY LAYER
11594 M:      Felipe Balbi <balbi@kernel.org>
11595 L:      linux-usb@vger.kernel.org
11596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11597 S:      Maintained
11598 F:      drivers/usb/phy/
11599
11600 USB PRINTER DRIVER (usblp)
11601 M:      Pete Zaitcev <zaitcev@redhat.com>
11602 L:      linux-usb@vger.kernel.org
11603 S:      Supported
11604 F:      drivers/usb/class/usblp.c
11605
11606 USB QMI WWAN NETWORK DRIVER
11607 M:      Bjørn Mork <bjorn@mork.no>
11608 L:      netdev@vger.kernel.org
11609 S:      Maintained
11610 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11611 F:      drivers/net/usb/qmi_wwan.c
11612
11613 USB RTL8150 DRIVER
11614 M:      Petko Manolov <petkan@nucleusys.com>
11615 L:      linux-usb@vger.kernel.org
11616 L:      netdev@vger.kernel.org
11617 T:      git git://github.com/petkan/rtl8150.git
11618 W:      https://github.com/petkan/rtl8150
11619 S:      Maintained
11620 F:      drivers/net/usb/rtl8150.c
11621
11622 USB SERIAL SUBSYSTEM
11623 M:      Johan Hovold <johan@kernel.org>
11624 L:      linux-usb@vger.kernel.org
11625 S:      Maintained
11626 F:      Documentation/usb/usb-serial.txt
11627 F:      drivers/usb/serial/
11628 F:      include/linux/usb/serial.h
11629
11630 USB SMSC75XX ETHERNET DRIVER
11631 M:      Steve Glendinning <steve.glendinning@shawell.net>
11632 L:      netdev@vger.kernel.org
11633 S:      Maintained
11634 F:      drivers/net/usb/smsc75xx.*
11635
11636 USB SMSC95XX ETHERNET DRIVER
11637 M:      Steve Glendinning <steve.glendinning@shawell.net>
11638 L:      netdev@vger.kernel.org
11639 S:      Maintained
11640 F:      drivers/net/usb/smsc95xx.*
11641
11642 USB SUBSYSTEM
11643 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11644 L:      linux-usb@vger.kernel.org
11645 W:      http://www.linux-usb.org
11646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11647 S:      Supported
11648 F:      Documentation/usb/
11649 F:      drivers/usb/
11650 F:      include/linux/usb.h
11651 F:      include/linux/usb/
11652
11653 USB UHCI DRIVER
11654 M:      Alan Stern <stern@rowland.harvard.edu>
11655 L:      linux-usb@vger.kernel.org
11656 S:      Maintained
11657 F:      drivers/usb/host/uhci*
11658
11659 USB "USBNET" DRIVER FRAMEWORK
11660 M:      Oliver Neukum <oneukum@suse.com>
11661 L:      netdev@vger.kernel.org
11662 W:      http://www.linux-usb.org/usbnet
11663 S:      Maintained
11664 F:      drivers/net/usb/usbnet.c
11665 F:      include/linux/usb/usbnet.h
11666
11667 USB VIDEO CLASS
11668 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11669 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11670 L:      linux-media@vger.kernel.org
11671 T:      git git://linuxtv.org/media_tree.git
11672 W:      http://www.ideasonboard.org/uvc/
11673 S:      Maintained
11674 F:      drivers/media/usb/uvc/
11675 F:      include/uapi/linux/uvcvideo.h
11676
11677 USB VISION DRIVER
11678 M:      Hans Verkuil <hverkuil@xs4all.nl>
11679 L:      linux-media@vger.kernel.org
11680 T:      git git://linuxtv.org/media_tree.git
11681 W:      https://linuxtv.org
11682 S:      Odd Fixes
11683 F:      drivers/media/usb/usbvision/
11684
11685 USB WEBCAM GADGET
11686 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11687 L:      linux-usb@vger.kernel.org
11688 S:      Maintained
11689 F:      drivers/usb/gadget/function/*uvc*
11690 F:      drivers/usb/gadget/legacy/webcam.c
11691
11692 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11693 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11694 L:      linux-wireless@vger.kernel.org
11695 S:      Maintained
11696 F:      drivers/net/wireless/rndis_wlan.c
11697
11698 USB XHCI DRIVER
11699 M:      Mathias Nyman <mathias.nyman@intel.com>
11700 L:      linux-usb@vger.kernel.org
11701 S:      Supported
11702 F:      drivers/usb/host/xhci*
11703 F:      drivers/usb/host/pci-quirks*
11704
11705 USB ZD1201 DRIVER
11706 L:      linux-wireless@vger.kernel.org
11707 W:      http://linux-lc100020.sourceforge.net
11708 S:      Orphan
11709 F:      drivers/net/wireless/zydas/zd1201.*
11710
11711 USB ZR364XX DRIVER
11712 M:      Antoine Jacquet <royale@zerezo.com>
11713 L:      linux-usb@vger.kernel.org
11714 L:      linux-media@vger.kernel.org
11715 T:      git git://linuxtv.org/media_tree.git
11716 W:      http://royale.zerezo.com/zr364xx/
11717 S:      Maintained
11718 F:      Documentation/video4linux/zr364xx.txt
11719 F:      drivers/media/usb/zr364xx/
11720
11721 ULPI BUS
11722 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11723 L:      linux-usb@vger.kernel.org
11724 S:      Maintained
11725 F:      drivers/usb/common/ulpi.c
11726 F:      include/linux/ulpi/
11727
11728 USER-MODE LINUX (UML)
11729 M:      Jeff Dike <jdike@addtoit.com>
11730 M:      Richard Weinberger <richard@nod.at>
11731 L:      user-mode-linux-devel@lists.sourceforge.net
11732 L:      user-mode-linux-user@lists.sourceforge.net
11733 W:      http://user-mode-linux.sourceforge.net
11734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11735 S:      Maintained
11736 F:      Documentation/virtual/uml/
11737 F:      arch/um/
11738 F:      arch/x86/um/
11739 F:      fs/hostfs/
11740 F:      fs/hppfs/
11741
11742 USERSPACE I/O (UIO)
11743 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11744 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11745 S:      Maintained
11746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11747 F:      Documentation/DocBook/uio-howto.tmpl
11748 F:      drivers/uio/
11749 F:      include/linux/uio*.h
11750
11751 UTIL-LINUX PACKAGE
11752 M:      Karel Zak <kzak@redhat.com>
11753 L:      util-linux@vger.kernel.org
11754 W:      http://en.wikipedia.org/wiki/Util-linux
11755 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11756 S:      Maintained
11757
11758 UVESAFB DRIVER
11759 M:      Michal Januszewski <spock@gentoo.org>
11760 L:      linux-fbdev@vger.kernel.org
11761 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11762 S:      Maintained
11763 F:      Documentation/fb/uvesafb.txt
11764 F:      drivers/video/fbdev/uvesafb.*
11765
11766 VF610 NAND DRIVER
11767 M:      Stefan Agner <stefan@agner.ch>
11768 L:      linux-mtd@lists.infradead.org
11769 S:      Supported
11770 F:      drivers/mtd/nand/vf610_nfc.c
11771
11772 VFAT/FAT/MSDOS FILESYSTEM
11773 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11774 S:      Maintained
11775 F:      Documentation/filesystems/vfat.txt
11776 F:      fs/fat/
11777
11778 VFIO DRIVER
11779 M:      Alex Williamson <alex.williamson@redhat.com>
11780 L:      kvm@vger.kernel.org
11781 T:      git git://github.com/awilliam/linux-vfio.git
11782 S:      Maintained
11783 F:      Documentation/vfio.txt
11784 F:      drivers/vfio/
11785 F:      include/linux/vfio.h
11786 F:      include/uapi/linux/vfio.h
11787
11788 VFIO PLATFORM DRIVER
11789 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11790 L:      kvm@vger.kernel.org
11791 S:      Maintained
11792 F:      drivers/vfio/platform/
11793
11794 VIDEOBUF2 FRAMEWORK
11795 M:      Pawel Osciak <pawel@osciak.com>
11796 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11797 M:      Kyungmin Park <kyungmin.park@samsung.com>
11798 L:      linux-media@vger.kernel.org
11799 S:      Maintained
11800 F:      drivers/media/v4l2-core/videobuf2-*
11801 F:      include/media/videobuf2-*
11802
11803 VIRTUAL SERIO DEVICE DRIVER
11804 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11805 S:      Maintained
11806 F:      drivers/input/serio/userio.c
11807 F:      include/uapi/linux/userio.h
11808
11809 VIRTIO CONSOLE DRIVER
11810 M:      Amit Shah <amit.shah@redhat.com>
11811 L:      virtualization@lists.linux-foundation.org
11812 S:      Maintained
11813 F:      drivers/char/virtio_console.c
11814 F:      include/linux/virtio_console.h
11815 F:      include/uapi/linux/virtio_console.h
11816
11817 VIRTIO CORE, NET AND BLOCK DRIVERS
11818 M:      "Michael S. Tsirkin" <mst@redhat.com>
11819 L:      virtualization@lists.linux-foundation.org
11820 S:      Maintained
11821 F:      drivers/virtio/
11822 F:      tools/virtio/
11823 F:      drivers/net/virtio_net.c
11824 F:      drivers/block/virtio_blk.c
11825 F:      include/linux/virtio_*.h
11826 F:      include/uapi/linux/virtio_*.h
11827
11828 VIRTIO DRIVERS FOR S390
11829 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11830 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11831 L:      linux-s390@vger.kernel.org
11832 L:      virtualization@lists.linux-foundation.org
11833 L:      kvm@vger.kernel.org
11834 S:      Supported
11835 F:      drivers/s390/virtio/
11836
11837 VIRTIO GPU DRIVER
11838 M:      David Airlie <airlied@linux.ie>
11839 M:      Gerd Hoffmann <kraxel@redhat.com>
11840 L:      dri-devel@lists.freedesktop.org
11841 L:      virtualization@lists.linux-foundation.org
11842 S:      Maintained
11843 F:      drivers/gpu/drm/virtio/
11844 F:      include/uapi/linux/virtio_gpu.h
11845
11846 VIRTIO HOST (VHOST)
11847 M:      "Michael S. Tsirkin" <mst@redhat.com>
11848 L:      kvm@vger.kernel.org
11849 L:      virtualization@lists.linux-foundation.org
11850 L:      netdev@vger.kernel.org
11851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11852 S:      Maintained
11853 F:      drivers/vhost/
11854 F:      include/uapi/linux/vhost.h
11855
11856 VIRTIO INPUT DRIVER
11857 M:      Gerd Hoffmann <kraxel@redhat.com>
11858 S:      Maintained
11859 F:      drivers/virtio/virtio_input.c
11860 F:      include/uapi/linux/virtio_input.h
11861
11862 VIA RHINE NETWORK DRIVER
11863 S:      Orphan
11864 F:      drivers/net/ethernet/via/via-rhine.c
11865
11866 VIA SD/MMC CARD CONTROLLER DRIVER
11867 M:      Bruce Chang <brucechang@via.com.tw>
11868 M:      Harald Welte <HaraldWelte@viatech.com>
11869 S:      Maintained
11870 F:      drivers/mmc/host/via-sdmmc.c
11871
11872 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11873 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11874 L:      linux-fbdev@vger.kernel.org
11875 S:      Maintained
11876 F:      include/linux/via-core.h
11877 F:      include/linux/via-gpio.h
11878 F:      include/linux/via_i2c.h
11879 F:      drivers/video/fbdev/via/
11880
11881 VIA VELOCITY NETWORK DRIVER
11882 M:      Francois Romieu <romieu@fr.zoreil.com>
11883 L:      netdev@vger.kernel.org
11884 S:      Maintained
11885 F:      drivers/net/ethernet/via/via-velocity.*
11886
11887 VIRT LIB
11888 M:      Alex Williamson <alex.williamson@redhat.com>
11889 M:      Paolo Bonzini <pbonzini@redhat.com>
11890 L:      kvm@vger.kernel.org
11891 S:      Supported
11892 F:      virt/lib/
11893
11894 VIVID VIRTUAL VIDEO DRIVER
11895 M:      Hans Verkuil <hverkuil@xs4all.nl>
11896 L:      linux-media@vger.kernel.org
11897 T:      git git://linuxtv.org/media_tree.git
11898 W:      https://linuxtv.org
11899 S:      Maintained
11900 F:      drivers/media/platform/vivid/*
11901
11902 VLAN (802.1Q)
11903 M:      Patrick McHardy <kaber@trash.net>
11904 L:      netdev@vger.kernel.org
11905 S:      Maintained
11906 F:      drivers/net/macvlan.c
11907 F:      include/linux/if_*vlan.h
11908 F:      net/8021q/
11909
11910 VLYNQ BUS
11911 M:      Florian Fainelli <florian@openwrt.org>
11912 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11913 S:      Maintained
11914 F:      drivers/vlynq/vlynq.c
11915 F:      include/linux/vlynq.h
11916
11917 VME SUBSYSTEM
11918 M:      Martyn Welch <martyn@welchs.me.uk>
11919 M:      Manohar Vanga <manohar.vanga@gmail.com>
11920 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11921 L:      devel@driverdev.osuosl.org
11922 S:      Maintained
11923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11924 F:      Documentation/vme_api.txt
11925 F:      drivers/staging/vme/
11926 F:      drivers/vme/
11927 F:      include/linux/vme*
11928
11929 VMWARE HYPERVISOR INTERFACE
11930 M:      Alok Kataria <akataria@vmware.com>
11931 L:      virtualization@lists.linux-foundation.org
11932 S:      Supported
11933 F:      arch/x86/kernel/cpu/vmware.c
11934
11935 VMWARE BALLOON DRIVER
11936 M:      Xavier Deguillard <xdeguillard@vmware.com>
11937 M:      Philip Moltmann <moltmann@vmware.com>
11938 M:      "VMware, Inc." <pv-drivers@vmware.com>
11939 L:      linux-kernel@vger.kernel.org
11940 S:      Maintained
11941 F:      drivers/misc/vmw_balloon.c
11942
11943 VMWARE VMMOUSE SUBDRIVER
11944 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11945 M:      "VMware, Inc." <pv-drivers@vmware.com>
11946 L:      linux-input@vger.kernel.org
11947 S:      Maintained
11948 F:      drivers/input/mouse/vmmouse.c
11949 F:      drivers/input/mouse/vmmouse.h
11950
11951 VMWARE VMXNET3 ETHERNET DRIVER
11952 M:      Shrikrishna Khare <skhare@vmware.com>
11953 M:      "VMware, Inc." <pv-drivers@vmware.com>
11954 L:      netdev@vger.kernel.org
11955 S:      Maintained
11956 F:      drivers/net/vmxnet3/
11957
11958 VMware PVSCSI driver
11959 M:      Arvind Kumar <arvindkumar@vmware.com>
11960 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11961 L:      linux-scsi@vger.kernel.org
11962 S:      Maintained
11963 F:      drivers/scsi/vmw_pvscsi.c
11964 F:      drivers/scsi/vmw_pvscsi.h
11965
11966 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11967 M:      Liam Girdwood <lgirdwood@gmail.com>
11968 M:      Mark Brown <broonie@kernel.org>
11969 L:      linux-kernel@vger.kernel.org
11970 W:      http://www.slimlogic.co.uk/?p=48
11971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11972 S:      Supported
11973 F:      drivers/regulator/
11974 F:      include/linux/regulator/
11975
11976 VRF
11977 M:      David Ahern <dsa@cumulusnetworks.com>
11978 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11979 L:      netdev@vger.kernel.org
11980 S:      Maintained
11981 F:      drivers/net/vrf.c
11982 F:      Documentation/networking/vrf.txt
11983
11984 VT1211 HARDWARE MONITOR DRIVER
11985 M:      Juerg Haefliger <juergh@gmail.com>
11986 L:      linux-hwmon@vger.kernel.org
11987 S:      Maintained
11988 F:      Documentation/hwmon/vt1211
11989 F:      drivers/hwmon/vt1211.c
11990
11991 VT8231 HARDWARE MONITOR DRIVER
11992 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11993 L:      linux-hwmon@vger.kernel.org
11994 S:      Maintained
11995 F:      drivers/hwmon/vt8231.c
11996
11997 VUB300 USB to SDIO/SD/MMC bridge chip
11998 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11999 L:      linux-mmc@vger.kernel.org
12000 L:      linux-usb@vger.kernel.org
12001 S:      Supported
12002 F:      drivers/mmc/host/vub300.c
12003
12004 W1 DALLAS'S 1-WIRE BUS
12005 M:      Evgeniy Polyakov <zbr@ioremap.net>
12006 S:      Maintained
12007 F:      Documentation/w1/
12008 F:      drivers/w1/
12009
12010 W83791D HARDWARE MONITORING DRIVER
12011 M:      Marc Hulsman <m.hulsman@tudelft.nl>
12012 L:      linux-hwmon@vger.kernel.org
12013 S:      Maintained
12014 F:      Documentation/hwmon/w83791d
12015 F:      drivers/hwmon/w83791d.c
12016
12017 W83793 HARDWARE MONITORING DRIVER
12018 M:      Rudolf Marek <r.marek@assembler.cz>
12019 L:      linux-hwmon@vger.kernel.org
12020 S:      Maintained
12021 F:      Documentation/hwmon/w83793
12022 F:      drivers/hwmon/w83793.c
12023
12024 W83795 HARDWARE MONITORING DRIVER
12025 M:      Jean Delvare <jdelvare@suse.com>
12026 L:      linux-hwmon@vger.kernel.org
12027 S:      Maintained
12028 F:      drivers/hwmon/w83795.c
12029
12030 W83L51xD SD/MMC CARD INTERFACE DRIVER
12031 M:      Pierre Ossman <pierre@ossman.eu>
12032 S:      Maintained
12033 F:      drivers/mmc/host/wbsd.*
12034
12035 WACOM PROTOCOL 4 SERIAL TABLETS
12036 M:      Julian Squires <julian@cipht.net>
12037 M:      Hans de Goede <hdegoede@redhat.com>
12038 L:      linux-input@vger.kernel.org
12039 S:      Maintained
12040 F:      drivers/input/tablet/wacom_serial4.c
12041
12042 WATCHDOG DEVICE DRIVERS
12043 M:      Wim Van Sebroeck <wim@iguana.be>
12044 R:      Guenter Roeck <linux@roeck-us.net>
12045 L:      linux-watchdog@vger.kernel.org
12046 W:      http://www.linux-watchdog.org/
12047 T:      git git://www.linux-watchdog.org/linux-watchdog.git
12048 S:      Maintained
12049 F:      Documentation/watchdog/
12050 F:      drivers/watchdog/
12051 F:      include/linux/watchdog.h
12052 F:      include/uapi/linux/watchdog.h
12053
12054 WD7000 SCSI DRIVER
12055 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
12056 L:      linux-scsi@vger.kernel.org
12057 S:      Maintained
12058 F:      drivers/scsi/wd7000.c
12059
12060 WIIMOTE HID DRIVER
12061 M:      David Herrmann <dh.herrmann@googlemail.com>
12062 L:      linux-input@vger.kernel.org
12063 S:      Maintained
12064 F:      drivers/hid/hid-wiimote*
12065
12066 WINBOND CIR DRIVER
12067 M:      David Härdeman <david@hardeman.nu>
12068 S:      Maintained
12069 F:      drivers/media/rc/winbond-cir.c
12070
12071 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
12072 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12073 L:      linux-watchdog@vger.kernel.org
12074 S:      Maintained
12075 F:      drivers/watchdog/ebc-c384_wdt.c
12076
12077 WINSYSTEMS WS16C48 GPIO DRIVER
12078 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
12079 L:      linux-gpio@vger.kernel.org
12080 S:      Maintained
12081 F:      drivers/gpio/gpio-ws16c48.c
12082
12083 WIMAX STACK
12084 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
12085 M:      linux-wimax@intel.com
12086 L:      wimax@linuxwimax.org (subscribers-only)
12087 S:      Supported
12088 W:      http://linuxwimax.org
12089 F:      Documentation/wimax/README.wimax
12090 F:      include/linux/wimax/debug.h
12091 F:      include/net/wimax.h
12092 F:      include/uapi/linux/wimax.h
12093 F:      net/wimax/
12094
12095 WISTRON LAPTOP BUTTON DRIVER
12096 M:      Miloslav Trmac <mitr@volny.cz>
12097 S:      Maintained
12098 F:      drivers/input/misc/wistron_btns.c
12099
12100 WL3501 WIRELESS PCMCIA CARD DRIVER
12101 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12102 L:      linux-wireless@vger.kernel.org
12103 W:      http://oops.ghostprotocols.net:81/blog
12104 S:      Maintained
12105 F:      drivers/net/wireless/wl3501*
12106
12107 WOLFSON MICROELECTRONICS DRIVERS
12108 L:      patches@opensource.wolfsonmicro.com
12109 T:      git https://github.com/CirrusLogic/linux-drivers.git
12110 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12111 S:      Supported
12112 F:      Documentation/hwmon/wm83??
12113 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12114 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12115 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12116 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12117 F:      drivers/clk/clk-wm83*.c
12118 F:      drivers/extcon/extcon-arizona.c
12119 F:      drivers/leds/leds-wm83*.c
12120 F:      drivers/gpio/gpio-*wm*.c
12121 F:      drivers/gpio/gpio-arizona.c
12122 F:      drivers/hwmon/wm83??-hwmon.c
12123 F:      drivers/input/misc/wm831x-on.c
12124 F:      drivers/input/touchscreen/wm831x-ts.c
12125 F:      drivers/input/touchscreen/wm97*.c
12126 F:      drivers/mfd/arizona*
12127 F:      drivers/mfd/wm*.c
12128 F:      drivers/mfd/cs47l24*
12129 F:      drivers/power/wm83*.c
12130 F:      drivers/rtc/rtc-wm83*.c
12131 F:      drivers/regulator/wm8*.c
12132 F:      drivers/video/backlight/wm83*_bl.c
12133 F:      drivers/watchdog/wm83*_wdt.c
12134 F:      include/linux/mfd/arizona/
12135 F:      include/linux/mfd/wm831x/
12136 F:      include/linux/mfd/wm8350/
12137 F:      include/linux/mfd/wm8400*
12138 F:      include/linux/wm97xx.h
12139 F:      include/sound/wm????.h
12140 F:      sound/soc/codecs/arizona.?
12141 F:      sound/soc/codecs/wm*
12142 F:      sound/soc/codecs/cs47l24*
12143
12144 WORKQUEUE
12145 M:      Tejun Heo <tj@kernel.org>
12146 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12148 S:      Maintained
12149 F:      include/linux/workqueue.h
12150 F:      kernel/workqueue.c
12151 F:      Documentation/workqueue.txt
12152
12153 X.25 NETWORK LAYER
12154 M:      Andrew Hendry <andrew.hendry@gmail.com>
12155 L:      linux-x25@vger.kernel.org
12156 S:      Odd Fixes
12157 F:      Documentation/networking/x25*
12158 F:      include/net/x25*
12159 F:      net/x25/
12160
12161 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12162 M:      Thomas Gleixner <tglx@linutronix.de>
12163 M:      Ingo Molnar <mingo@redhat.com>
12164 M:      "H. Peter Anvin" <hpa@zytor.com>
12165 M:      x86@kernel.org
12166 L:      linux-kernel@vger.kernel.org
12167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12168 S:      Maintained
12169 F:      Documentation/x86/
12170 F:      arch/x86/
12171
12172 X86 PLATFORM DRIVERS
12173 M:      Darren Hart <dvhart@infradead.org>
12174 L:      platform-driver-x86@vger.kernel.org
12175 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12176 S:      Maintained
12177 F:      drivers/platform/x86/
12178 F:      drivers/platform/olpc/
12179
12180 X86 MCE INFRASTRUCTURE
12181 M:      Tony Luck <tony.luck@intel.com>
12182 M:      Borislav Petkov <bp@alien8.de>
12183 L:      linux-edac@vger.kernel.org
12184 S:      Maintained
12185 F:      arch/x86/kernel/cpu/mcheck/*
12186
12187 X86 MICROCODE UPDATE SUPPORT
12188 M:      Borislav Petkov <bp@alien8.de>
12189 S:      Maintained
12190 F:      arch/x86/kernel/cpu/microcode/*
12191
12192 X86 VDSO
12193 M:      Andy Lutomirski <luto@amacapital.net>
12194 L:      linux-kernel@vger.kernel.org
12195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12196 S:      Maintained
12197 F:      arch/x86/entry/vdso/
12198
12199 XC2028/3028 TUNER DRIVER
12200 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12201 L:      linux-media@vger.kernel.org
12202 W:      https://linuxtv.org
12203 T:      git git://linuxtv.org/media_tree.git
12204 S:      Maintained
12205 F:      drivers/media/tuners/tuner-xc2028.*
12206
12207 XEN HYPERVISOR INTERFACE
12208 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12209 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12210 M:      David Vrabel <david.vrabel@citrix.com>
12211 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12213 S:      Supported
12214 F:      arch/x86/xen/
12215 F:      drivers/*/xen-*front.c
12216 F:      drivers/xen/
12217 F:      arch/x86/include/asm/xen/
12218 F:      include/xen/
12219 F:      include/uapi/xen/
12220
12221 XEN HYPERVISOR ARM
12222 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12223 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12224 S:      Supported
12225 F:      arch/arm/xen/
12226 F:      arch/arm/include/asm/xen/
12227
12228 XEN HYPERVISOR ARM64
12229 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12230 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12231 S:      Supported
12232 F:      arch/arm64/xen/
12233 F:      arch/arm64/include/asm/xen/
12234
12235 XEN NETWORK BACKEND DRIVER
12236 M:      Wei Liu <wei.liu2@citrix.com>
12237 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12238 L:      netdev@vger.kernel.org
12239 S:      Supported
12240 F:      drivers/net/xen-netback/*
12241
12242 XEN PCI SUBSYSTEM
12243 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12244 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12245 S:      Supported
12246 F:      arch/x86/pci/*xen*
12247 F:      drivers/pci/*xen*
12248
12249 XEN BLOCK SUBSYSTEM
12250 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12251 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12252 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12253 S:      Supported
12254 F:      drivers/block/xen-blkback/*
12255 F:      drivers/block/xen*
12256
12257 XEN PVSCSI DRIVERS
12258 M:      Juergen Gross <jgross@suse.com>
12259 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12260 L:      linux-scsi@vger.kernel.org
12261 S:      Supported
12262 F:      drivers/scsi/xen-scsifront.c
12263 F:      drivers/xen/xen-scsiback.c
12264 F:      include/xen/interface/io/vscsiif.h
12265
12266 XEN SWIOTLB SUBSYSTEM
12267 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12268 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12269 S:      Supported
12270 F:      arch/x86/xen/*swiotlb*
12271 F:      drivers/xen/*swiotlb*
12272
12273 XFS FILESYSTEM
12274 P:      Silicon Graphics Inc
12275 M:      Dave Chinner <david@fromorbit.com>
12276 M:      xfs@oss.sgi.com
12277 L:      xfs@oss.sgi.com
12278 W:      http://oss.sgi.com/projects/xfs
12279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12280 S:      Supported
12281 F:      Documentation/filesystems/xfs.txt
12282 F:      fs/xfs/
12283
12284 XILINX AXI ETHERNET DRIVER
12285 M:      Anirudha Sarangi <anirudh@xilinx.com>
12286 M:      John Linn <John.Linn@xilinx.com>
12287 S:      Maintained
12288 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12289
12290 XILINX UARTLITE SERIAL DRIVER
12291 M:      Peter Korsgaard <jacmet@sunsite.dk>
12292 L:      linux-serial@vger.kernel.org
12293 S:      Maintained
12294 F:      drivers/tty/serial/uartlite.c
12295
12296 XILINX VIDEO IP CORES
12297 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12298 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12299 L:      linux-media@vger.kernel.org
12300 T:      git git://linuxtv.org/media_tree.git
12301 S:      Supported
12302 F:      Documentation/devicetree/bindings/media/xilinx/
12303 F:      drivers/media/platform/xilinx/
12304 F:      include/uapi/linux/xilinx-v4l2-controls.h
12305
12306 XILLYBUS DRIVER
12307 M:      Eli Billauer <eli.billauer@gmail.com>
12308 L:      linux-kernel@vger.kernel.org
12309 S:      Supported
12310 F:      drivers/char/xillybus/
12311
12312 XTENSA XTFPGA PLATFORM SUPPORT
12313 M:      Max Filippov <jcmvbkbc@gmail.com>
12314 L:      linux-xtensa@linux-xtensa.org
12315 S:      Maintained
12316 F:      drivers/spi/spi-xtensa-xtfpga.c
12317 F:      sound/soc/xtensa/xtfpga-i2s.c
12318
12319 YAM DRIVER FOR AX.25
12320 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12321 L:      linux-hams@vger.kernel.org
12322 S:      Maintained
12323 F:      drivers/net/hamradio/yam*
12324 F:      include/linux/yam.h
12325
12326 YEALINK PHONE DRIVER
12327 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12328 L:      usbb2k-api-dev@nongnu.org
12329 S:      Maintained
12330 F:      Documentation/input/yealink.txt
12331 F:      drivers/input/misc/yealink.*
12332
12333 Z8530 DRIVER FOR AX.25
12334 M:      Joerg Reuter <jreuter@yaina.de>
12335 W:      http://yaina.de/jreuter/
12336 W:      http://www.qsl.net/dl1bke/
12337 L:      linux-hams@vger.kernel.org
12338 S:      Maintained
12339 F:      Documentation/networking/z8530drv.txt
12340 F:      drivers/net/hamradio/*scc.c
12341 F:      drivers/net/hamradio/z8530.h
12342
12343 ZBUD COMPRESSED PAGE ALLOCATOR
12344 M:      Seth Jennings <sjenning@redhat.com>
12345 L:      linux-mm@kvack.org
12346 S:      Maintained
12347 F:      mm/zbud.c
12348 F:      include/linux/zbud.h
12349
12350 ZD1211RW WIRELESS DRIVER
12351 M:      Daniel Drake <dsd@gentoo.org>
12352 M:      Ulrich Kunitz <kune@deine-taler.de>
12353 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12354 L:      linux-wireless@vger.kernel.org
12355 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12356 S:      Maintained
12357 F:      drivers/net/wireless/zydas/zd1211rw/
12358
12359 ZPOOL COMPRESSED PAGE STORAGE API
12360 M:      Dan Streetman <ddstreet@ieee.org>
12361 L:      linux-mm@kvack.org
12362 S:      Maintained
12363 F:      mm/zpool.c
12364 F:      include/linux/zpool.h
12365
12366 ZR36067 VIDEO FOR LINUX DRIVER
12367 L:      mjpeg-users@lists.sourceforge.net
12368 L:      linux-media@vger.kernel.org
12369 W:      http://mjpeg.sourceforge.net/driver-zoran/
12370 T:      hg https://linuxtv.org/hg/v4l-dvb
12371 S:      Odd Fixes
12372 F:      drivers/media/pci/zoran/
12373
12374 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12375 M:      Minchan Kim <minchan@kernel.org>
12376 M:      Nitin Gupta <ngupta@vflare.org>
12377 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12378 L:      linux-kernel@vger.kernel.org
12379 S:      Maintained
12380 F:      drivers/block/zram/
12381 F:      Documentation/blockdev/zram.txt
12382
12383 ZS DECSTATION Z85C30 SERIAL DRIVER
12384 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12385 S:      Maintained
12386 F:      drivers/tty/serial/zs.*
12387
12388 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12389 M:      Minchan Kim <minchan@kernel.org>
12390 M:      Nitin Gupta <ngupta@vflare.org>
12391 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12392 L:      linux-mm@kvack.org
12393 S:      Maintained
12394 F:      mm/zsmalloc.c
12395 F:      include/linux/zsmalloc.h
12396 F:      Documentation/vm/zsmalloc.txt
12397
12398 ZSWAP COMPRESSED SWAP CACHING
12399 M:      Seth Jennings <sjenning@redhat.com>
12400 L:      linux-mm@kvack.org
12401 S:      Maintained
12402 F:      mm/zswap.c
12403
12404 THE REST
12405 M:      Linus Torvalds <torvalds@linux-foundation.org>
12406 L:      linux-kernel@vger.kernel.org
12407 Q:      http://patchwork.kernel.org/project/LKML/list/
12408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12409 S:      Buried alive in reporters
12410 F:      *
12411 F:      */