]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
dtb: amd: Misc changes for GPIO devices
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      lm-sensors@lm-sensors.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      lm-sensors@lm-sensors.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-IDI-48 GPIO DRIVER
242 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-idi-48.c
246
247 ACCES 104-IDIO-16 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idio-16.c
252
253 ACENIC DRIVER
254 M:      Jes Sorensen <jes@trained-monkey.org>
255 L:      linux-acenic@sunsite.dk
256 S:      Maintained
257 F:      drivers/net/ethernet/alteon/acenic*
258
259 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
260 M:      Peter Feuerer <peter@piie.net>
261 L:      platform-driver-x86@vger.kernel.org
262 W:      http://piie.net/?section=acerhdf
263 S:      Maintained
264 F:      drivers/platform/x86/acerhdf.c
265
266 ACER WMI LAPTOP EXTRAS
267 M:      "Lee, Chun-Yi" <jlee@suse.com>
268 L:      platform-driver-x86@vger.kernel.org
269 S:      Maintained
270 F:      drivers/platform/x86/acer-wmi.c
271
272 ACPI
273 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
274 M:      Len Brown <lenb@kernel.org>
275 L:      linux-acpi@vger.kernel.org
276 W:      https://01.org/linux-acpi
277 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
279 S:      Supported
280 F:      drivers/acpi/
281 F:      drivers/pnp/pnpacpi/
282 F:      include/linux/acpi.h
283 F:      include/acpi/
284 F:      Documentation/acpi/
285 F:      Documentation/ABI/testing/sysfs-bus-acpi
286 F:      drivers/pci/*acpi*
287 F:      drivers/pci/*/*acpi*
288 F:      drivers/pci/*/*/*acpi*
289 F:      tools/power/acpi/
290
291 ACPI COMPONENT ARCHITECTURE (ACPICA)
292 M:      Robert Moore <robert.moore@intel.com>
293 M:      Lv Zheng <lv.zheng@intel.com>
294 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
295 L:      linux-acpi@vger.kernel.org
296 L:      devel@acpica.org
297 W:      https://acpica.org/
298 W:      https://github.com/acpica/acpica/
299 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
301 S:      Supported
302 F:      drivers/acpi/acpica/
303 F:      include/acpi/
304 F:      tools/power/acpi/
305
306 ACPI FAN DRIVER
307 M:      Zhang Rui <rui.zhang@intel.com>
308 L:      linux-acpi@vger.kernel.org
309 W:      https://01.org/linux-acpi
310 S:      Supported
311 F:      drivers/acpi/fan.c
312
313 ACPI THERMAL DRIVER
314 M:      Zhang Rui <rui.zhang@intel.com>
315 L:      linux-acpi@vger.kernel.org
316 W:      https://01.org/linux-acpi
317 S:      Supported
318 F:      drivers/acpi/*thermal*
319
320 ACPI VIDEO DRIVER
321 M:      Zhang Rui <rui.zhang@intel.com>
322 L:      linux-acpi@vger.kernel.org
323 W:      https://01.org/linux-acpi
324 S:      Supported
325 F:      drivers/acpi/acpi_video.c
326
327 ACPI WMI DRIVER
328 L:      platform-driver-x86@vger.kernel.org
329 S:      Orphan
330 F:      drivers/platform/x86/wmi.c
331
332 AD1889 ALSA SOUND DRIVER
333 M:      Thibaut Varene <T-Bone@parisc-linux.org>
334 W:      http://wiki.parisc-linux.org/AD1889
335 L:      linux-parisc@vger.kernel.org
336 S:      Maintained
337 F:      sound/pci/ad1889.*
338
339 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
340 M:      Michael Hennerich <michael.hennerich@analog.com>
341 W:      http://wiki.analog.com/AD5254
342 W:      http://ez.analog.com/community/linux-device-drivers
343 S:      Supported
344 F:      drivers/misc/ad525x_dpot.c
345
346 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
347 M:      Michael Hennerich <michael.hennerich@analog.com>
348 W:      http://wiki.analog.com/AD5398
349 W:      http://ez.analog.com/community/linux-device-drivers
350 S:      Supported
351 F:      drivers/regulator/ad5398.c
352
353 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 W:      http://wiki.analog.com/AD7142
356 W:      http://ez.analog.com/community/linux-device-drivers
357 S:      Supported
358 F:      drivers/input/misc/ad714x.c
359
360 AD7877 TOUCHSCREEN DRIVER
361 M:      Michael Hennerich <michael.hennerich@analog.com>
362 W:      http://wiki.analog.com/AD7877
363 W:      http://ez.analog.com/community/linux-device-drivers
364 S:      Supported
365 F:      drivers/input/touchscreen/ad7877.c
366
367 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
368 M:      Michael Hennerich <michael.hennerich@analog.com>
369 W:      http://wiki.analog.com/AD7879
370 W:      http://ez.analog.com/community/linux-device-drivers
371 S:      Supported
372 F:      drivers/input/touchscreen/ad7879.c
373
374 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
375 M:      Jiri Kosina <jikos@kernel.org>
376 S:      Maintained
377
378 ADF7242 IEEE 802.15.4 RADIO DRIVER
379 M:      Michael Hennerich <michael.hennerich@analog.com>
380 W:      https://wiki.analog.com/ADF7242
381 W:      http://ez.analog.com/community/linux-device-drivers
382 L:      linux-wpan@vger.kernel.org
383 S:      Supported
384 F:      drivers/net/ieee802154/adf7242.c
385 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
386
387 ADM1025 HARDWARE MONITOR DRIVER
388 M:      Jean Delvare <jdelvare@suse.com>
389 L:      lm-sensors@lm-sensors.org
390 S:      Maintained
391 F:      Documentation/hwmon/adm1025
392 F:      drivers/hwmon/adm1025.c
393
394 ADM1029 HARDWARE MONITOR DRIVER
395 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
396 L:      lm-sensors@lm-sensors.org
397 S:      Maintained
398 F:      drivers/hwmon/adm1029.c
399
400 ADM8211 WIRELESS DRIVER
401 L:      linux-wireless@vger.kernel.org
402 W:      http://wireless.kernel.org/
403 S:      Orphan
404 F:      drivers/net/wireless/admtek/adm8211.*
405
406 ADP1653 FLASH CONTROLLER DRIVER
407 M:      Sakari Ailus <sakari.ailus@iki.fi>
408 L:      linux-media@vger.kernel.org
409 S:      Maintained
410 F:      drivers/media/i2c/adp1653.c
411 F:      include/media/i2c/adp1653.h
412
413 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP5520
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/mfd/adp5520.c
419 F:      drivers/video/backlight/adp5520_bl.c
420 F:      drivers/leds/leds-adp5520.c
421 F:      drivers/gpio/gpio-adp5520.c
422 F:      drivers/input/keyboard/adp5520-keys.c
423
424 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
425 M:      Michael Hennerich <michael.hennerich@analog.com>
426 W:      http://wiki.analog.com/ADP5588
427 W:      http://ez.analog.com/community/linux-device-drivers
428 S:      Supported
429 F:      drivers/input/keyboard/adp5588-keys.c
430 F:      drivers/gpio/gpio-adp5588.c
431
432 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
433 M:      Michael Hennerich <michael.hennerich@analog.com>
434 W:      http://wiki.analog.com/ADP8860
435 W:      http://ez.analog.com/community/linux-device-drivers
436 S:      Supported
437 F:      drivers/video/backlight/adp8860_bl.c
438
439 ADS1015 HARDWARE MONITOR DRIVER
440 M:      Dirk Eibach <eibach@gdsys.de>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/ads1015
444 F:      drivers/hwmon/ads1015.c
445 F:      include/linux/i2c/ads1015.h
446
447 ADT746X FAN DRIVER
448 M:      Colin Leroy <colin@colino.net>
449 S:      Maintained
450 F:      drivers/macintosh/therm_adt746x.c
451
452 ADT7475 HARDWARE MONITOR DRIVER
453 M:      Jean Delvare <jdelvare@suse.com>
454 L:      lm-sensors@lm-sensors.org
455 S:      Maintained
456 F:      Documentation/hwmon/adt7475
457 F:      drivers/hwmon/adt7475.c
458
459 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
460 M:      Michael Hennerich <michael.hennerich@analog.com>
461 W:      http://wiki.analog.com/ADXL345
462 W:      http://ez.analog.com/community/linux-device-drivers
463 S:      Supported
464 F:      drivers/input/misc/adxl34x.c
465
466 ADVANSYS SCSI DRIVER
467 M:      Matthew Wilcox <matthew@wil.cx>
468 M:      Hannes Reinecke <hare@suse.com>
469 L:      linux-scsi@vger.kernel.org
470 S:      Maintained
471 F:      Documentation/scsi/advansys.txt
472 F:      drivers/scsi/advansys.c
473
474 AEDSP16 DRIVER
475 M:      Riccardo Facchetti <fizban@tin.it>
476 S:      Maintained
477 F:      sound/oss/aedsp16.c
478
479 AF9013 MEDIA DRIVER
480 M:      Antti Palosaari <crope@iki.fi>
481 L:      linux-media@vger.kernel.org
482 W:      https://linuxtv.org
483 W:      http://palosaari.fi/linux/
484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
485 T:      git git://linuxtv.org/anttip/media_tree.git
486 S:      Maintained
487 F:      drivers/media/dvb-frontends/af9013*
488
489 AF9033 MEDIA DRIVER
490 M:      Antti Palosaari <crope@iki.fi>
491 L:      linux-media@vger.kernel.org
492 W:      https://linuxtv.org
493 W:      http://palosaari.fi/linux/
494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
495 T:      git git://linuxtv.org/anttip/media_tree.git
496 S:      Maintained
497 F:      drivers/media/dvb-frontends/af9033*
498
499 AFFS FILE SYSTEM
500 L:      linux-fsdevel@vger.kernel.org
501 S:      Orphan
502 F:      Documentation/filesystems/affs.txt
503 F:      fs/affs/
504
505 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
506 M:      David Howells <dhowells@redhat.com>
507 L:      linux-afs@lists.infradead.org
508 S:      Supported
509 F:      fs/afs/
510 F:      include/net/af_rxrpc.h
511 F:      net/rxrpc/af_rxrpc.c
512
513 AGPGART DRIVER
514 M:      David Airlie <airlied@linux.ie>
515 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
516 S:      Maintained
517 F:      drivers/char/agp/
518 F:      include/linux/agp*
519 F:      include/uapi/linux/agp*
520
521 AHA152X SCSI DRIVER
522 M:      "Juergen E. Fischer" <fischer@norbit.de>
523 L:      linux-scsi@vger.kernel.org
524 S:      Maintained
525 F:      drivers/scsi/aha152x*
526 F:      drivers/scsi/pcmcia/aha152x*
527
528 AIC7XXX / AIC79XX SCSI DRIVER
529 M:      Hannes Reinecke <hare@suse.com>
530 L:      linux-scsi@vger.kernel.org
531 S:      Maintained
532 F:      drivers/scsi/aic7xxx/
533
534 AIMSLAB FM RADIO RECEIVER DRIVER
535 M:      Hans Verkuil <hverkuil@xs4all.nl>
536 L:      linux-media@vger.kernel.org
537 T:      git git://linuxtv.org/media_tree.git
538 W:      https://linuxtv.org
539 S:      Maintained
540 F:      drivers/media/radio/radio-aimslab*
541
542 AIO
543 M:      Benjamin LaHaise <bcrl@kvack.org>
544 L:      linux-aio@kvack.org
545 S:      Supported
546 F:      fs/aio.c
547 F:      include/linux/*aio*.h
548
549 AIRSPY MEDIA DRIVER
550 M:      Antti Palosaari <crope@iki.fi>
551 L:      linux-media@vger.kernel.org
552 W:      https://linuxtv.org
553 W:      http://palosaari.fi/linux/
554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
555 T:      git git://linuxtv.org/anttip/media_tree.git
556 S:      Maintained
557 F:      drivers/media/usb/airspy/
558
559 ALCATEL SPEEDTOUCH USB DRIVER
560 M:      Duncan Sands <duncan.sands@free.fr>
561 L:      linux-usb@vger.kernel.org
562 W:      http://www.linux-usb.org/SpeedTouch/
563 S:      Maintained
564 F:      drivers/usb/atm/speedtch.c
565 F:      drivers/usb/atm/usbatm.c
566
567 ALCHEMY AU1XX0 MMC DRIVER
568 M:      Manuel Lauss <manuel.lauss@gmail.com>
569 S:      Maintained
570 F:      drivers/mmc/host/au1xmmc.c
571
572 ALI1563 I2C DRIVER
573 M:      Rudolf Marek <r.marek@assembler.cz>
574 L:      linux-i2c@vger.kernel.org
575 S:      Maintained
576 F:      Documentation/i2c/busses/i2c-ali1563
577 F:      drivers/i2c/busses/i2c-ali1563.c
578
579 ALLWINNER SECURITY SYSTEM
580 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
581 L:      linux-crypto@vger.kernel.org
582 S:      Maintained
583 F:      drivers/crypto/sunxi-ss/
584
585 ALPHA PORT
586 M:      Richard Henderson <rth@twiddle.net>
587 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
588 M:      Matt Turner <mattst88@gmail.com>
589 S:      Odd Fixes
590 L:      linux-alpha@vger.kernel.org
591 F:      arch/alpha/
592
593 ALTERA MAILBOX DRIVER
594 M:      Ley Foon Tan <lftan@altera.com>
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/mailbox/mailbox-altera.c
598
599 ALTERA PIO DRIVER
600 M:      Tien Hock Loh <thloh@altera.com>
601 L:      linux-gpio@vger.kernel.org
602 S:      Maintained
603 F:      drivers/gpio/gpio-altera.c
604
605 ALTERA TRIPLE SPEED ETHERNET DRIVER
606 M:      Vince Bridgers <vbridger@opensource.altera.com>
607 L:      netdev@vger.kernel.org
608 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609 S:      Maintained
610 F:      drivers/net/ethernet/altera/
611
612 ALTERA UART/JTAG UART SERIAL DRIVERS
613 M:      Tobias Klauser <tklauser@distanz.ch>
614 L:      linux-serial@vger.kernel.org
615 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
616 S:      Maintained
617 F:      drivers/tty/serial/altera_uart.c
618 F:      drivers/tty/serial/altera_jtaguart.c
619 F:      include/linux/altera_uart.h
620 F:      include/linux/altera_jtaguart.h
621
622 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
623 M:      Tom Lendacky <thomas.lendacky@amd.com>
624 L:      linux-crypto@vger.kernel.org
625 S:      Supported
626 F:      drivers/crypto/ccp/
627 F:      include/linux/ccp.h
628
629 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
630 M:      Huang Rui <ray.huang@amd.com>
631 L:      lm-sensors@lm-sensors.org
632 S:      Supported
633 F:      Documentation/hwmon/fam15h_power
634 F:      drivers/hwmon/fam15h_power.c
635
636 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
637 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
638 S:      Orphan
639 F:      drivers/usb/gadget/udc/amd5536udc.*
640
641 AMD GEODE PROCESSOR/CHIPSET SUPPORT
642 P:      Andres Salomon <dilinger@queued.net>
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
645 S:      Supported
646 F:      drivers/char/hw_random/geode-rng.c
647 F:      drivers/crypto/geode*
648 F:      drivers/video/fbdev/geode/
649 F:      arch/x86/include/asm/geode.h
650
651 AMD IOMMU (AMD-VI)
652 M:      Joerg Roedel <joro@8bytes.org>
653 L:      iommu@lists.linux-foundation.org
654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
655 S:      Maintained
656 F:      drivers/iommu/amd_iommu*.[ch]
657 F:      include/linux/amd-iommu.h
658
659 AMD KFD
660 M:      Oded Gabbay <oded.gabbay@gmail.com>
661 L:      dri-devel@lists.freedesktop.org
662 T:      git git://people.freedesktop.org/~gabbayo/linux.git
663 S:      Supported
664 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
665 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
666 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
667 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
668 F:      drivers/gpu/drm/amd/amdkfd/
669 F:      drivers/gpu/drm/amd/include/cik_structs.h
670 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
671 F:      drivers/gpu/drm/amd/include/vi_structs.h
672 F:      drivers/gpu/drm/radeon/radeon_kfd.c
673 F:      drivers/gpu/drm/radeon/radeon_kfd.h
674 F:      include/uapi/linux/kfd_ioctl.h
675
676 AMD SEATTLE DEVICE TREE SUPPORT
677 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
678 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 S:      Supported
681 F:      arch/arm64/boot/dts/amd/
682
683 AMD XGBE DRIVER
684 M:      Tom Lendacky <thomas.lendacky@amd.com>
685 L:      netdev@vger.kernel.org
686 S:      Supported
687 F:      drivers/net/ethernet/amd/xgbe/
688
689 AMS (Apple Motion Sensor) DRIVER
690 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
691 S:      Supported
692 F:      drivers/macintosh/ams/
693
694 ANALOG DEVICES INC AD9389B DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/ad9389b*
699
700 ANALOG DEVICES INC ADV7180 DRIVER
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 L:      linux-media@vger.kernel.org
703 W:      http://ez.analog.com/community/linux-device-drivers
704 S:      Supported
705 F:      drivers/media/i2c/adv7180.c
706
707 ANALOG DEVICES INC ADV7511 DRIVER
708 M:      Hans Verkuil <hans.verkuil@cisco.com>
709 L:      linux-media@vger.kernel.org
710 S:      Maintained
711 F:      drivers/media/i2c/adv7511*
712
713 ANALOG DEVICES INC ADV7604 DRIVER
714 M:      Hans Verkuil <hans.verkuil@cisco.com>
715 L:      linux-media@vger.kernel.org
716 S:      Maintained
717 F:      drivers/media/i2c/adv7604*
718
719 ANALOG DEVICES INC ADV7842 DRIVER
720 M:      Hans Verkuil <hans.verkuil@cisco.com>
721 L:      linux-media@vger.kernel.org
722 S:      Maintained
723 F:      drivers/media/i2c/adv7842*
724
725 ANALOG DEVICES INC ASOC CODEC DRIVERS
726 M:      Lars-Peter Clausen <lars@metafoo.de>
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://wiki.analog.com/
729 W:      http://ez.analog.com/community/linux-device-drivers
730 S:      Supported
731 F:      sound/soc/codecs/adau*
732 F:      sound/soc/codecs/adav*
733 F:      sound/soc/codecs/ad1*
734 F:      sound/soc/codecs/ad7*
735 F:      sound/soc/codecs/ssm*
736 F:      sound/soc/codecs/sigmadsp.*
737
738 ANALOG DEVICES INC ASOC DRIVERS
739 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
741 W:      http://blackfin.uclinux.org/
742 S:      Supported
743 F:      sound/soc/blackfin/*
744
745 ANALOG DEVICES INC IIO DRIVERS
746 M:      Lars-Peter Clausen <lars@metafoo.de>
747 M:      Michael Hennerich <Michael.Hennerich@analog.com>
748 W:      http://wiki.analog.com/
749 W:      http://ez.analog.com/community/linux-device-drivers
750 S:      Supported
751 F:      drivers/iio/*/ad*
752 X:      drivers/iio/*/adjd*
753 F:      drivers/staging/iio/*/ad*
754 F:      staging/iio/trigger/iio-trig-bfin-timer.c
755
756 ANALOG DEVICES INC DMA DRIVERS
757 M:      Lars-Peter Clausen <lars@metafoo.de>
758 W:      http://ez.analog.com/community/linux-device-drivers
759 S:      Supported
760 F:      drivers/dma/dma-axi-dmac.c
761
762 ANDROID DRIVERS
763 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
764 M:      Arve HjønnevĂ¥g <arve@android.com>
765 M:      Riley Andrews <riandrews@android.com>
766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
767 L:      devel@driverdev.osuosl.org
768 S:      Supported
769 F:      drivers/android/
770 F:      drivers/staging/android/
771
772 AOA (Apple Onboard Audio) ALSA DRIVER
773 M:      Johannes Berg <johannes@sipsolutions.net>
774 L:      linuxppc-dev@lists.ozlabs.org
775 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
776 S:      Maintained
777 F:      sound/aoa/
778
779 APM DRIVER
780 M:      Jiri Kosina <jikos@kernel.org>
781 S:      Odd fixes
782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
783 F:      arch/x86/kernel/apm_32.c
784 F:      include/linux/apm_bios.h
785 F:      include/uapi/linux/apm_bios.h
786 F:      drivers/char/apm-emulation.c
787
788 APPLE BCM5974 MULTITOUCH DRIVER
789 M:      Henrik Rydberg <rydberg@bitmath.org>
790 L:      linux-input@vger.kernel.org
791 S:      Odd fixes
792 F:      drivers/input/mouse/bcm5974.c
793
794 APPLE SMC DRIVER
795 M:      Henrik Rydberg <rydberg@bitmath.org>
796 L:      lm-sensors@lm-sensors.org
797 S:      Odd fixes
798 F:      drivers/hwmon/applesmc.c
799
800 APPLETALK NETWORK LAYER
801 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
802 S:      Maintained
803 F:      drivers/net/appletalk/
804 F:      net/appletalk/
805
806 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
807 M:      Duc Dang <dhdang@apm.com>
808 S:      Supported
809 F:      arch/arm64/boot/dts/apm/
810
811 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
812 M:      Iyappan Subramanian <isubramanian@apm.com>
813 M:      Keyur Chudgar <kchudgar@apm.com>
814 S:      Supported
815 F:      drivers/net/ethernet/apm/xgene/
816 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
817
818 APTINA CAMERA SENSOR PLL
819 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
820 L:      linux-media@vger.kernel.org
821 S:      Maintained
822 F:      drivers/media/i2c/aptina-pll.*
823
824 ARC FRAMEBUFFER DRIVER
825 M:      Jaya Kumar <jayalk@intworks.biz>
826 S:      Maintained
827 F:      drivers/video/fbdev/arcfb.c
828 F:      drivers/video/fbdev/core/fb_defio.c
829
830 ARCNET NETWORK LAYER
831 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
832 L:      netdev@vger.kernel.org
833 S:      Maintained
834 F:      drivers/net/arcnet/
835 F:      include/uapi/linux/if_arcnet.h
836
837 ARM MFM AND FLOPPY DRIVERS
838 M:      Ian Molton <spyro@f2s.com>
839 S:      Maintained
840 F:      arch/arm/lib/floppydma.S
841 F:      arch/arm/include/asm/floppy.h
842
843 ARM PMU PROFILING AND DEBUGGING
844 M:      Will Deacon <will.deacon@arm.com>
845 R:      Mark Rutland <mark.rutland@arm.com>
846 S:      Maintained
847 F:      arch/arm*/kernel/perf_*
848 F:      arch/arm/oprofile/common.c
849 F:      arch/arm*/kernel/hw_breakpoint.c
850 F:      arch/arm*/include/asm/hw_breakpoint.h
851 F:      arch/arm*/include/asm/perf_event.h
852 F:      drivers/perf/arm_pmu.c
853 F:      include/linux/perf/arm_pmu.h
854
855 ARM PORT
856 M:      Russell King <linux@arm.linux.org.uk>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 W:      http://www.arm.linux.org.uk/
859 S:      Maintained
860 F:      arch/arm/
861
862 ARM SUB-ARCHITECTURES
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865 F:      arch/arm/mach-*/
866 F:      arch/arm/plat-*/
867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
868
869 ARM PRIMECELL AACI PL041 DRIVER
870 M:      Russell King <linux@arm.linux.org.uk>
871 S:      Maintained
872 F:      sound/arm/aaci.*
873
874 ARM PRIMECELL CLCD PL110 DRIVER
875 M:      Russell King <linux@arm.linux.org.uk>
876 S:      Maintained
877 F:      drivers/video/fbdev/amba-clcd.*
878
879 ARM PRIMECELL KMI PL050 DRIVER
880 M:      Russell King <linux@arm.linux.org.uk>
881 S:      Maintained
882 F:      drivers/input/serio/ambakmi.*
883 F:      include/linux/amba/kmi.h
884
885 ARM PRIMECELL MMCI PL180/1 DRIVER
886 M:      Russell King <linux@arm.linux.org.uk>
887 S:      Maintained
888 F:      drivers/mmc/host/mmci.*
889 F:      include/linux/amba/mmci.h
890
891 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
892 M:      Russell King <linux@arm.linux.org.uk>
893 S:      Maintained
894 F:      drivers/tty/serial/amba-pl01*.c
895 F:      include/linux/amba/serial.h
896
897 ARM PRIMECELL BUS SUPPORT
898 M:      Russell King <linux@arm.linux.org.uk>
899 S:      Maintained
900 F:      drivers/amba/
901 F:      include/linux/amba/bus.h
902
903 ARM/ADS SPHERE MACHINE SUPPORT
904 M:      Lennert Buytenhek <kernel@wantstofly.org>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 S:      Maintained
907
908 ARM/AFEB9260 MACHINE SUPPORT
909 M:      Sergey Lapin <slapin@ossfans.org>
910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S:      Maintained
912
913 ARM/AJECO 1ARM MACHINE SUPPORT
914 M:      Lennert Buytenhek <kernel@wantstofly.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917
918 ARM/Allwinner sunXi SoC support
919 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
920 M:      Chen-Yu Tsai <wens@csie.org>
921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
922 S:      Maintained
923 N:      sun[x456789]i
924
925 ARM/Allwinner SoC Clock Support
926 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
927 S:      Maintained
928 F:      drivers/clk/sunxi/
929
930 ARM/Amlogic MesonX SoC support
931 M:      Carlo Caione <carlo@caione.org>
932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933 S:      Maintained
934 F:      drivers/media/rc/meson-ir.c
935 N:      meson[x68]
936
937 ARM/Annapurna Labs ALPINE ARCHITECTURE
938 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
939 S:      Maintained
940 F:      arch/arm/mach-alpine/
941
942 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
943 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
944 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
945 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
947 W:      http://www.linux4sam.org
948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
949 S:      Supported
950 F:      arch/arm/mach-at91/
951 F:      include/soc/at91/
952 F:      arch/arm/boot/dts/at91*.dts
953 F:      arch/arm/boot/dts/at91*.dtsi
954 F:      arch/arm/boot/dts/sama*.dts
955 F:      arch/arm/boot/dts/sama*.dtsi
956 F:      arch/arm/include/debug/at91.S
957
958 ARM/ATMEL AT91 Clock Support
959 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
960 S:      Maintained
961 F:      drivers/clk/at91
962
963 ARM/CALXEDA HIGHBANK ARCHITECTURE
964 M:      Rob Herring <robh@kernel.org>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 S:      Maintained
967 F:      arch/arm/mach-highbank/
968 F:      arch/arm/boot/dts/highbank.dts
969 F:      arch/arm/boot/dts/ecx-*.dts*
970
971 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972 M:      Krzysztof Halasa <khalasa@piap.pl>
973 S:      Maintained
974 F:      arch/arm/mach-cns3xxx/
975
976 ARM/CAVIUM THUNDER NETWORK DRIVER
977 M:      Sunil Goutham <sgoutham@cavium.com>
978 M:      Robert Richter <rric@kernel.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Supported
981 F:      drivers/net/ethernet/cavium/thunder/
982
983 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984 M:      Alexander Shiyan <shc_work@mail.ru>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Odd Fixes
987 N:      clps711x
988
989 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990 M:      Hartley Sweeten <hsweeten@visionengravers.com>
991 M:      Ryan Mallon <rmallon@gmail.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994 F:      arch/arm/mach-ep93xx/
995 F:      arch/arm/mach-ep93xx/include/mach/
996
997 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998 M:      Lennert Buytenhek <kernel@wantstofly.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/CLKDEV SUPPORT
1003 M:      Russell King <linux@arm.linux.org.uk>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      arch/arm/include/asm/clkdev.h
1007 F:      drivers/clk/clkdev.c
1008
1009 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010 M:      Mike Rapoport <mike@compulab.co.il>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013
1014 ARM/CONTEC MICRO9 MACHINE SUPPORT
1015 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1016 S:      Maintained
1017 F:      arch/arm/mach-ep93xx/micro9.c
1018
1019 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023 F:      drivers/hwtracing/coresight/*
1024 F:      Documentation/trace/coresight.txt
1025 F:      Documentation/devicetree/bindings/arm/coresight.txt
1026 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027
1028 ARM/CORGI MACHINE SUPPORT
1029 M:      Richard Purdie <rpurdie@rpsys.net>
1030 S:      Maintained
1031
1032 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1033 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 T:      git git://github.com/ulli-kroll/linux.git
1036 S:      Maintained
1037 F:      arch/arm/mach-gemini/
1038 F:      drivers/rtc/rtc-gemini.c
1039
1040 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1041 M:      Barry Song <baohua@kernel.org>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1044 S:      Maintained
1045 F:      arch/arm/boot/dts/prima2*
1046 F:      arch/arm/mach-prima2/
1047 F:      drivers/clk/sirf/
1048 F:      drivers/clocksource/timer-prima2.c
1049 F:      drivers/clocksource/timer-atlas7.c
1050 N:      [^a-z]sirf
1051
1052 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1053 M:      Baruch Siach <baruch@tkos.co.il>
1054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 S:      Maintained
1056 F:      arch/arm/boot/dts/cx92755*
1057 N:      digicolor
1058
1059 ARM/EBSA110 MACHINE SUPPORT
1060 M:      Russell King <linux@arm.linux.org.uk>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 W:      http://www.arm.linux.org.uk/
1063 S:      Maintained
1064 F:      arch/arm/mach-ebsa110/
1065 F:      drivers/net/ethernet/amd/am79c961a.*
1066
1067 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1068 M:      Uwe Kleine-König <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 N:      efm32
1072
1073 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1074 M:      Daniel Ribeiro <drwyrm@gmail.com>
1075 M:      Stefan Schmidt <stefan@openezx.org>
1076 M:      Harald Welte <laforge@openezx.org>
1077 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1078 W:      http://www.openezx.org/
1079 S:      Maintained
1080 T:      topgit git://git.openezx.org/openezx.git
1081 F:      arch/arm/mach-pxa/ezx.c
1082
1083 ARM/FARADAY FA526 PORT
1084 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Maintained
1087 T:      git git://git.berlios.de/gemini-board
1088 F:      arch/arm/mm/*-fa*
1089
1090 ARM/FOOTBRIDGE ARCHITECTURE
1091 M:      Russell King <linux@arm.linux.org.uk>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 W:      http://www.arm.linux.org.uk/
1094 S:      Maintained
1095 F:      arch/arm/include/asm/hardware/dec21285.h
1096 F:      arch/arm/mach-footbridge/
1097
1098 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1099 M:      Shawn Guo <shawnguo@kernel.org>
1100 M:      Sascha Hauer <kernel@pengutronix.de>
1101 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1102 S:      Maintained
1103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1104 F:      arch/arm/mach-imx/
1105 F:      arch/arm/mach-mxs/
1106 F:      arch/arm/boot/dts/imx*
1107 F:      arch/arm/configs/imx*_defconfig
1108 F:      drivers/clk/imx/
1109 F:      include/soc/imx/
1110
1111 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1112 M:      Shawn Guo <shawnguo@kernel.org>
1113 M:      Sascha Hauer <kernel@pengutronix.de>
1114 R:      Stefan Agner <stefan@agner.ch>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1118 F:      arch/arm/mach-imx/*vf610*
1119 F:      arch/arm/boot/dts/vf*
1120
1121 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1122 M:      Lennert Buytenhek <kernel@wantstofly.org>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125
1126 ARM/GUMSTIX MACHINE SUPPORT
1127 M:      Steve Sakoman <sakoman@gmail.com>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130
1131 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1132 M:      Philipp Zabel <philipp.zabel@gmail.com>
1133 M:      Paul Parsons <lost.distance@yahoo.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/hx4700.c
1137 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1138 F:      sound/soc/pxa/hx4700.c
1139
1140 ARM/HISILICON SOC SUPPORT
1141 M:      Wei Xu <xuwei5@hisilicon.com>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 W:      http://www.hisilicon.com
1144 S:      Supported
1145 T:      git git://github.com/hisilicon/linux-hisi.git
1146 F:      arch/arm/mach-hisi/
1147 F:      arch/arm/boot/dts/hi3*
1148 F:      arch/arm/boot/dts/hip*
1149 F:      arch/arm/boot/dts/hisi*
1150 F:      arch/arm64/boot/dts/hisilicon/
1151
1152 ARM/HP JORNADA 7XX MACHINE SUPPORT
1153 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1154 W:      www.jlime.com
1155 S:      Maintained
1156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1157 F:      arch/arm/mach-sa1100/jornada720.c
1158 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1159
1160 ARM/IGEP MACHINE SUPPORT
1161 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1162 M:      Javier Martinez Canillas <javier@dowhile0.org>
1163 L:      linux-omap@vger.kernel.org
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166 F:      arch/arm/boot/dts/omap3-igep*
1167
1168 ARM/INCOME PXA270 SUPPORT
1169 M:      Marek Vasut <marek.vasut@gmail.com>
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1173
1174 ARM/INTEL IOP32X ARM ARCHITECTURE
1175 M:      Lennert Buytenhek <kernel@wantstofly.org>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S:      Maintained
1178
1179 ARM/INTEL IOP33X ARM ARCHITECTURE
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Orphan
1182
1183 ARM/INTEL IOP13XX ARM ARCHITECTURE
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/INTEL IQ81342EX MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/INTEL IXDP2850 MACHINE SUPPORT
1194 M:      Lennert Buytenhek <kernel@wantstofly.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197
1198 ARM/INTEL IXP4XX ARM ARCHITECTURE
1199 M:      Imre Kaloz <kaloz@openwrt.org>
1200 M:      Krzysztof Halasa <khalasa@piap.pl>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203 F:      arch/arm/mach-ixp4xx/
1204
1205 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1206 M:      Jonathan Cameron <jic23@cam.ac.uk>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-pxa/stargate2.c
1210 F:      drivers/pcmcia/pxa2xx_stargate2.c
1211
1212 ARM/INTEL XSC3 (MANZANO) ARM CORE
1213 M:      Lennert Buytenhek <kernel@wantstofly.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216
1217 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1218 M:      Lennert Buytenhek <kernel@wantstofly.org>
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 S:      Maintained
1221
1222 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1223 M:      Santosh Shilimkar <ssantosh@kernel.org>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-keystone/
1227 F:      arch/arm/boot/dts/k2*
1228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1229
1230 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1231 M:      Santosh Shilimkar <ssantosh@kernel.org>
1232 L:      linux-kernel@vger.kernel.org
1233 S:      Maintained
1234 F:      drivers/clk/keystone/
1235
1236 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1237 M:      Santosh Shilimkar <ssantosh@kernel.org>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 L:      linux-kernel@vger.kernel.org
1240 S:      Maintained
1241 F:      drivers/clocksource/timer-keystone.c
1242
1243 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1244 M:      Santosh Shilimkar <ssantosh@kernel.org>
1245 L:      linux-kernel@vger.kernel.org
1246 S:      Maintained
1247 F:      drivers/power/reset/keystone-reset.c
1248
1249 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1250 M:      Santosh Shilimkar <ssantosh@kernel.org>
1251 L:      linux-kernel@vger.kernel.org
1252 S:      Maintained
1253 F:      drivers/memory/*emif*
1254
1255 ARM/LOGICPD PXA270 MACHINE SUPPORT
1256 M:      Lennert Buytenhek <kernel@wantstofly.org>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259
1260 ARM/LPC18XX ARCHITECTURE
1261 M:      Joachim Eastwood <manabian@gmail.com>
1262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S:      Maintained
1264 F:      arch/arm/boot/dts/lpc43*
1265 F:      drivers/clk/nxp/clk-lpc18xx*
1266 F:      drivers/clocksource/time-lpc32xx.c
1267 F:      drivers/i2c/busses/i2c-lpc2k.c
1268 F:      drivers/memory/pl172.c
1269 F:      drivers/mtd/spi-nor/nxp-spifi.c
1270 F:      drivers/rtc/rtc-lpc24xx.c
1271 N:      lpc18xx
1272
1273 ARM/MAGICIAN MACHINE SUPPORT
1274 M:      Philipp Zabel <philipp.zabel@gmail.com>
1275 S:      Maintained
1276
1277 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1278 M:      Jason Cooper <jason@lakedaemon.net>
1279 M:      Andrew Lunn <andrew@lunn.ch>
1280 M:      Gregory Clement <gregory.clement@free-electrons.com>
1281 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S:      Maintained
1284 F:      arch/arm/mach-mvebu/
1285 F:      drivers/rtc/rtc-armada38x.c
1286 F:      arch/arm/boot/dts/armada*
1287 F:      arch/arm/boot/dts/kirkwood*
1288
1289
1290 ARM/Marvell Berlin SoC support
1291 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 S:      Maintained
1294 F:      arch/arm/mach-berlin/
1295 F:      arch/arm/boot/dts/berlin*
1296 F:      arch/arm64/boot/dts/marvell/berlin*
1297
1298
1299 ARM/Marvell Dove/MV78xx0/Orion SOC support
1300 M:      Jason Cooper <jason@lakedaemon.net>
1301 M:      Andrew Lunn <andrew@lunn.ch>
1302 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1303 M:      Gregory Clement <gregory.clement@free-electrons.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm/mach-dove/
1307 F:      arch/arm/mach-mv78xx0/
1308 F:      arch/arm/mach-orion5x/
1309 F:      arch/arm/plat-orion/
1310 F:      arch/arm/boot/dts/dove*
1311 F:      arch/arm/boot/dts/orion5x*
1312
1313
1314 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1315 M:      Alexander Clouter <alex@digriz.org.uk>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 W:      http://www.digriz.org.uk/ts78xx/kernel
1318 S:      Maintained
1319 F:      arch/arm/mach-orion5x/ts78xx-*
1320
1321 ARM/Mediatek RTC DRIVER
1322 M:      Eddie Huang <eddie.huang@mediatek.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      drivers/rtc/rtc-mt6397.c
1327
1328 ARM/Mediatek SoC support
1329 M:      Matthias Brugger <matthias.bgg@gmail.com>
1330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      arch/arm/boot/dts/mt6*
1334 F:      arch/arm/boot/dts/mt8*
1335 F:      arch/arm/mach-mediatek/
1336 N:      mtk
1337 K:      mediatek
1338
1339 ARM/Mediatek USB3 PHY DRIVER
1340 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1343 S:      Maintained
1344 F:      drivers/phy/phy-mt65xx-usb3.c
1345
1346 ARM/MICREL KS8695 ARCHITECTURE
1347 M:      Greg Ungerer <gerg@uclinux.org>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 F:      arch/arm/mach-ks8695/
1350 S:      Odd Fixes
1351
1352 ARM/MIOA701 MACHINE SUPPORT
1353 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 F:      arch/arm/mach-pxa/mioa701.c
1356 S:      Maintained
1357
1358 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1359 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1360 S:      Maintained
1361
1362 ARM/NOMADIK ARCHITECTURE
1363 M:      Alessandro Rubini <rubini@unipv.it>
1364 M:      Linus Walleij <linus.walleij@linaro.org>
1365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 S:      Maintained
1367 F:      arch/arm/mach-nomadik/
1368 F:      drivers/pinctrl/nomadik/
1369 F:      drivers/i2c/busses/i2c-nomadik.c
1370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1371
1372 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1373 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1374 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1375 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1376 S:      Supported
1377
1378 ARM/TOSA MACHINE SUPPORT
1379 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1380 M:      Dirk Opfer <dirk@opfer-online.de>
1381 S:      Maintained
1382
1383 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1384 M:      Marek Vasut <marek.vasut@gmail.com>
1385 L:      linux-arm-kernel@lists.infradead.org
1386 W:      http://hackndev.com
1387 S:      Maintained
1388 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1389 F:      arch/arm/mach-pxa/palmtx.c
1390 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1391 F:      arch/arm/mach-pxa/palmt5.c
1392 F:      arch/arm/mach-pxa/include/mach/palmld.h
1393 F:      arch/arm/mach-pxa/palmld.c
1394 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1395 F:      arch/arm/mach-pxa/palmte2.c
1396 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1397 F:      arch/arm/mach-pxa/palmtc.c
1398
1399 ARM/PALM TREO SUPPORT
1400 M:      Tomas Cech <sleep_walker@suse.com>
1401 L:      linux-arm-kernel@lists.infradead.org
1402 W:      http://hackndev.com
1403 S:      Maintained
1404 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1405 F:      arch/arm/mach-pxa/palmtreo.c
1406
1407 ARM/PALMZ72 SUPPORT
1408 M:      Sergey Lapin <slapin@ossfans.org>
1409 L:      linux-arm-kernel@lists.infradead.org
1410 W:      http://hackndev.com
1411 S:      Maintained
1412 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1413 F:      arch/arm/mach-pxa/palmz72.c
1414
1415 ARM/PLEB SUPPORT
1416 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1417 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1418 S:      Maintained
1419
1420 ARM/PT DIGITAL BOARD PORT
1421 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1423 W:      http://www.arm.linux.org.uk/
1424 S:      Maintained
1425
1426 ARM/QUALCOMM SUPPORT
1427 M:      Andy Gross <andy.gross@linaro.org>
1428 M:      David Brown <david.brown@linaro.org>
1429 L:      linux-arm-msm@vger.kernel.org
1430 L:      linux-soc@vger.kernel.org
1431 S:      Maintained
1432 F:      arch/arm/boot/dts/qcom-*.dts
1433 F:      arch/arm/boot/dts/qcom-*.dtsi
1434 F:      arch/arm/mach-qcom/
1435 F:      arch/arm64/boot/dts/qcom/*
1436 F:      drivers/soc/qcom/
1437 F:      drivers/tty/serial/msm_serial.h
1438 F:      drivers/tty/serial/msm_serial.c
1439 F:      drivers/*/pm8???-*
1440 F:      drivers/mfd/ssbi.c
1441 F:      drivers/firmware/qcom_scm.c
1442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1443
1444 ARM/RADISYS ENP2611 MACHINE SUPPORT
1445 M:      Lennert Buytenhek <kernel@wantstofly.org>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448
1449 ARM/RENESAS ARM64 ARCHITECTURE
1450 M:      Simon Horman <horms@verge.net.au>
1451 M:      Magnus Damm <magnus.damm@gmail.com>
1452 L:      linux-sh@vger.kernel.org
1453 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1455 S:      Supported
1456 F:      arch/arm64/boot/dts/renesas/
1457
1458 ARM/RISCPC ARCHITECTURE
1459 M:      Russell King <linux@arm.linux.org.uk>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 W:      http://www.arm.linux.org.uk/
1462 S:      Maintained
1463 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1464 F:      arch/arm/include/asm/hardware/ioc.h
1465 F:      arch/arm/include/asm/hardware/iomd.h
1466 F:      arch/arm/include/asm/hardware/memc.h
1467 F:      arch/arm/mach-rpc/
1468 F:      drivers/net/ethernet/8390/etherh.c
1469 F:      drivers/net/ethernet/i825xx/ether1*
1470 F:      drivers/net/ethernet/seeq/ether3*
1471 F:      drivers/scsi/arm/
1472
1473 ARM/Rockchip SoC support
1474 M:      Heiko Stuebner <heiko@sntech.de>
1475 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 L:      linux-rockchip@lists.infradead.org
1477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1478 S:      Maintained
1479 F:      arch/arm/boot/dts/rk3*
1480 F:      arch/arm/mach-rockchip/
1481 F:      drivers/clk/rockchip/
1482 F:      drivers/i2c/busses/i2c-rk3x.c
1483 F:      drivers/*/*rockchip*
1484 F:      drivers/*/*/*rockchip*
1485 F:      sound/soc/rockchip/
1486 N:      rockchip
1487
1488 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1489 M:      Kukjin Kim <kgene@kernel.org>
1490 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1493 S:      Maintained
1494 F:      arch/arm/boot/dts/s3c*
1495 F:      arch/arm/boot/dts/s5p*
1496 F:      arch/arm/boot/dts/samsung*
1497 F:      arch/arm/boot/dts/exynos*
1498 F:      arch/arm64/boot/dts/exynos/
1499 F:      arch/arm/plat-samsung/
1500 F:      arch/arm/mach-s3c24*/
1501 F:      arch/arm/mach-s3c64xx/
1502 F:      arch/arm/mach-s5p*/
1503 F:      arch/arm/mach-exynos*/
1504 F:      drivers/*/*s3c2410*
1505 F:      drivers/*/*/*s3c2410*
1506 F:      drivers/spi/spi-s3c*
1507 F:      sound/soc/samsung/*
1508 F:      Documentation/arm/Samsung/
1509 F:      Documentation/devicetree/bindings/arm/samsung/
1510 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1511 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1512 N:      exynos
1513
1514 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1515 M:      Kyungmin Park <kyungmin.park@samsung.com>
1516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517 S:      Maintained
1518 F:      arch/arm/mach-s5pv210/
1519
1520 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1521 M:      Kyungmin Park <kyungmin.park@samsung.com>
1522 M:      Kamil Debski <k.debski@samsung.com>
1523 L:      linux-arm-kernel@lists.infradead.org
1524 L:      linux-media@vger.kernel.org
1525 S:      Maintained
1526 F:      drivers/media/platform/s5p-g2d/
1527
1528 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1529 M:      Kyungmin Park <kyungmin.park@samsung.com>
1530 M:      Kamil Debski <k.debski@samsung.com>
1531 M:      Jeongtae Park <jtp.park@samsung.com>
1532 L:      linux-arm-kernel@lists.infradead.org
1533 L:      linux-media@vger.kernel.org
1534 S:      Maintained
1535 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1536 F:      drivers/media/platform/s5p-mfc/
1537
1538 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1539 M:      Kyungmin Park <kyungmin.park@samsung.com>
1540 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1541 L:      linux-arm-kernel@lists.infradead.org
1542 L:      linux-media@vger.kernel.org
1543 S:      Maintained
1544 F:      drivers/media/platform/s5p-tv/
1545
1546 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1547 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1548 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1549 L:      linux-arm-kernel@lists.infradead.org
1550 L:      linux-media@vger.kernel.org
1551 S:      Maintained
1552 F:      drivers/media/platform/s5p-jpeg/
1553
1554 ARM/SHMOBILE ARM ARCHITECTURE
1555 M:      Simon Horman <horms@verge.net.au>
1556 M:      Magnus Damm <magnus.damm@gmail.com>
1557 L:      linux-renesas-soc@vger.kernel.org
1558 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1560 S:      Supported
1561 F:      arch/arm/boot/dts/emev2*
1562 F:      arch/arm/boot/dts/r7s*
1563 F:      arch/arm/boot/dts/r8a*
1564 F:      arch/arm/boot/dts/sh*
1565 F:      arch/arm/configs/shmobile_defconfig
1566 F:      arch/arm/include/debug/renesas-scif.S
1567 F:      arch/arm/mach-shmobile/
1568 F:      drivers/sh/
1569
1570 ARM/SOCFPGA ARCHITECTURE
1571 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1572 S:      Maintained
1573 F:      arch/arm/mach-socfpga/
1574 F:      arch/arm/boot/dts/socfpga*
1575 F:      arch/arm/configs/socfpga_defconfig
1576 F:      arch/arm64/boot/dts/altera/
1577 W:      http://www.rocketboards.org
1578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1579
1580 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1581 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1582 S:      Maintained
1583 F:      drivers/clk/socfpga/
1584
1585 ARM/SOCFPGA EDAC SUPPORT
1586 M:      Thor Thayer <tthayer@opensource.altera.com>
1587 S:      Maintained
1588 F:      drivers/edac/altera_edac.
1589
1590 ARM/STI ARCHITECTURE
1591 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1592 M:      Maxime Coquelin <maxime.coquelin@st.com>
1593 M:      Patrice Chotard <patrice.chotard@st.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 L:      kernel@stlinux.com
1596 W:      http://www.stlinux.com
1597 S:      Maintained
1598 F:      arch/arm/mach-sti/
1599 F:      arch/arm/boot/dts/sti*
1600 F:      drivers/char/hw_random/st-rng.c
1601 F:      drivers/clocksource/arm_global_timer.c
1602 F:      drivers/clocksource/clksrc_st_lpc.c
1603 F:      drivers/i2c/busses/i2c-st.c
1604 F:      drivers/media/rc/st_rc.c
1605 F:      drivers/media/platform/sti/c8sectpfe/
1606 F:      drivers/mmc/host/sdhci-st.c
1607 F:      drivers/phy/phy-miphy28lp.c
1608 F:      drivers/phy/phy-miphy365x.c
1609 F:      drivers/phy/phy-stih407-usb.c
1610 F:      drivers/phy/phy-stih41x-usb.c
1611 F:      drivers/pinctrl/pinctrl-st.c
1612 F:      drivers/reset/sti/
1613 F:      drivers/rtc/rtc-st-lpc.c
1614 F:      drivers/tty/serial/st-asc.c
1615 F:      drivers/usb/dwc3/dwc3-st.c
1616 F:      drivers/usb/host/ehci-st.c
1617 F:      drivers/usb/host/ohci-st.c
1618 F:      drivers/watchdog/st_lpc_wdt.c
1619 F:      drivers/ata/ahci_st.c
1620
1621 ARM/STM32 ARCHITECTURE
1622 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1623 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1624 S:      Maintained
1625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1626 N:      stm32
1627 F:      drivers/clocksource/armv7m_systick.c
1628
1629 ARM/TANGO ARCHITECTURE
1630 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1631 L:      linux-arm-kernel@lists.infradead.org
1632 S:      Maintained
1633 F:      arch/arm/mach-tango/
1634 F:      arch/arm/boot/dts/tango*
1635
1636 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1637 M:      Lennert Buytenhek <kernel@wantstofly.org>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Maintained
1640
1641 ARM/TETON BGA MACHINE SUPPORT
1642 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1644 S:      Maintained
1645
1646 ARM/THECUS N2100 MACHINE SUPPORT
1647 M:      Lennert Buytenhek <kernel@wantstofly.org>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 S:      Maintained
1650
1651 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1652 M:      Wan ZongShun <mcuos.com@gmail.com>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 W:      http://www.mcuos.com
1655 S:      Maintained
1656 F:      arch/arm/mach-w90x900/
1657 F:      drivers/input/keyboard/w90p910_keypad.c
1658 F:      drivers/input/touchscreen/w90p910_ts.c
1659 F:      drivers/watchdog/nuc900_wdt.c
1660 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1661 F:      drivers/mtd/nand/nuc900_nand.c
1662 F:      drivers/rtc/rtc-nuc900.c
1663 F:      drivers/spi/spi-nuc900.c
1664 F:      drivers/usb/host/ehci-w90x900.c
1665 F:      drivers/video/fbdev/nuc900fb.c
1666
1667 ARM/U300 MACHINE SUPPORT
1668 M:      Linus Walleij <linus.walleij@linaro.org>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 S:      Supported
1671 F:      arch/arm/mach-u300/
1672 F:      drivers/clocksource/timer-u300.c
1673 F:      drivers/i2c/busses/i2c-stu300.c
1674 F:      drivers/rtc/rtc-coh901331.c
1675 F:      drivers/watchdog/coh901327_wdt.c
1676 F:      drivers/dma/coh901318*
1677 F:      drivers/mfd/ab3100*
1678 F:      drivers/rtc/rtc-ab3100.c
1679 F:      drivers/rtc/rtc-coh901331.c
1680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1681
1682 ARM/UNIPHIER ARCHITECTURE
1683 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1684 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1685 S:      Maintained
1686 F:      arch/arm/boot/dts/uniphier*
1687 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1688 F:      arch/arm/mach-uniphier/
1689 F:      arch/arm/mm/cache-uniphier.c
1690 F:      arch/arm64/boot/dts/socionext/
1691 F:      drivers/bus/uniphier-system-bus.c
1692 F:      drivers/i2c/busses/i2c-uniphier*
1693 F:      drivers/pinctrl/uniphier/
1694 F:      drivers/tty/serial/8250/8250_uniphier.c
1695 N:      uniphier
1696
1697 ARM/Ux500 ARM ARCHITECTURE
1698 M:      Linus Walleij <linus.walleij@linaro.org>
1699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1700 S:      Maintained
1701 F:      arch/arm/mach-ux500/
1702 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1703 F:      drivers/dma/ste_dma40*
1704 F:      drivers/hwspinlock/u8500_hsem.c
1705 F:      drivers/mfd/abx500*
1706 F:      drivers/mfd/ab8500*
1707 F:      drivers/mfd/dbx500*
1708 F:      drivers/mfd/db8500*
1709 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1710 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1711 F:      drivers/rtc/rtc-ab8500.c
1712 F:      drivers/rtc/rtc-pl031.c
1713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1714
1715 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1716 M:      Ulf Hansson <ulf.hansson@linaro.org>
1717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 T:      git git://git.linaro.org/people/ulfh/clk.git
1719 S:      Maintained
1720 F:      drivers/clk/ux500/
1721 F:      include/linux/platform_data/clk-ux500.h
1722
1723 ARM/VERSATILE EXPRESS PLATFORM
1724 M:      Liviu Dudau <liviu.dudau@arm.com>
1725 M:      Sudeep Holla <sudeep.holla@arm.com>
1726 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 S:      Maintained
1729 F:      arch/arm/boot/dts/vexpress*
1730 F:      arch/arm64/boot/dts/arm/
1731 F:      arch/arm/mach-vexpress/
1732 F:      */*/vexpress*
1733 F:      */*/*/vexpress*
1734 F:      drivers/clk/versatile/clk-vexpress-osc.c
1735 F:      drivers/clocksource/versatile.c
1736
1737 ARM/VFP SUPPORT
1738 M:      Russell King <linux@arm.linux.org.uk>
1739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740 W:      http://www.arm.linux.org.uk/
1741 S:      Maintained
1742 F:      arch/arm/vfp/
1743
1744 ARM/VOIPAC PXA270 SUPPORT
1745 M:      Marek Vasut <marek.vasut@gmail.com>
1746 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1747 S:      Maintained
1748 F:      arch/arm/mach-pxa/vpac270.c
1749 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1750
1751 ARM/VT8500 ARM ARCHITECTURE
1752 M:      Tony Prisk <linux@prisktech.co.nz>
1753 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1754 S:      Maintained
1755 F:      arch/arm/mach-vt8500/
1756 F:      drivers/clocksource/vt8500_timer.c
1757 F:      drivers/i2c/busses/i2c-wmt.c
1758 F:      drivers/mmc/host/wmt-sdmmc.c
1759 F:      drivers/pwm/pwm-vt8500.c
1760 F:      drivers/rtc/rtc-vt8500.c
1761 F:      drivers/tty/serial/vt8500_serial.c
1762 F:      drivers/usb/host/ehci-platform.c
1763 F:      drivers/usb/host/uhci-platform.c
1764 F:      drivers/video/fbdev/vt8500lcdfb.*
1765 F:      drivers/video/fbdev/wm8505fb*
1766 F:      drivers/video/fbdev/wmt_ge_rops.*
1767
1768 ARM/ZIPIT Z2 SUPPORT
1769 M:      Marek Vasut <marek.vasut@gmail.com>
1770 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1771 S:      Maintained
1772 F:      arch/arm/mach-pxa/z2.c
1773 F:      arch/arm/mach-pxa/include/mach/z2.h
1774
1775 ARM/ZTE ARCHITECTURE
1776 M:      Jun Nie <jun.nie@linaro.org>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S:      Maintained
1779 F:      arch/arm/mach-zx/
1780 F:      drivers/clk/zte/
1781 F:      Documentation/devicetree/bindings/arm/zte.txt
1782 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1783
1784 ARM/ZYNQ ARCHITECTURE
1785 M:      Michal Simek <michal.simek@xilinx.com>
1786 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1788 W:      http://wiki.xilinx.com
1789 T:      git https://github.com/Xilinx/linux-xlnx.git
1790 S:      Supported
1791 F:      arch/arm/mach-zynq/
1792 F:      drivers/cpuidle/cpuidle-zynq.c
1793 F:      drivers/block/xsysace.c
1794 N:      zynq
1795 N:      xilinx
1796 F:      drivers/clocksource/cadence_ttc_timer.c
1797 F:      drivers/i2c/busses/i2c-cadence.c
1798 F:      drivers/mmc/host/sdhci-of-arasan.c
1799 F:      drivers/edac/synopsys_edac.c
1800
1801 ARM SMMU DRIVERS
1802 M:      Will Deacon <will.deacon@arm.com>
1803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 S:      Maintained
1805 F:      drivers/iommu/arm-smmu.c
1806 F:      drivers/iommu/arm-smmu-v3.c
1807 F:      drivers/iommu/io-pgtable-arm.c
1808
1809 ARM64 PORT (AARCH64 ARCHITECTURE)
1810 M:      Catalin Marinas <catalin.marinas@arm.com>
1811 M:      Will Deacon <will.deacon@arm.com>
1812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1814 S:      Maintained
1815 F:      arch/arm64/
1816 F:      Documentation/arm64/
1817
1818 AS3645A LED FLASH CONTROLLER DRIVER
1819 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1820 L:      linux-media@vger.kernel.org
1821 T:      git git://linuxtv.org/media_tree.git
1822 S:      Maintained
1823 F:      drivers/media/i2c/as3645a.c
1824 F:      include/media/i2c/as3645a.h
1825
1826 ASC7621 HARDWARE MONITOR DRIVER
1827 M:      George Joseph <george.joseph@fairview5.com>
1828 L:      lm-sensors@lm-sensors.org
1829 S:      Maintained
1830 F:      Documentation/hwmon/asc7621
1831 F:      drivers/hwmon/asc7621.c
1832
1833 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1834 M:      Corentin Chary <corentin.chary@gmail.com>
1835 L:      acpi4asus-user@lists.sourceforge.net
1836 L:      platform-driver-x86@vger.kernel.org
1837 W:      http://acpi4asus.sf.net
1838 S:      Maintained
1839 F:      drivers/platform/x86/asus*.c
1840 F:      drivers/platform/x86/eeepc*.c
1841
1842 ASUS WIRELESS RADIO CONTROL DRIVER
1843 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1844 L:      platform-driver-x86@vger.kernel.org
1845 S:      Maintained
1846 F:      drivers/platform/x86/asus-wireless.c
1847
1848 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1849 R:      Dan Williams <dan.j.williams@intel.com>
1850 W:      http://sourceforge.net/projects/xscaleiop
1851 S:      Odd fixes
1852 F:      Documentation/crypto/async-tx-api.txt
1853 F:      crypto/async_tx/
1854 F:      drivers/dma/
1855 F:      include/linux/dmaengine.h
1856 F:      include/linux/async_tx.h
1857
1858 AT24 EEPROM DRIVER
1859 M:      Wolfram Sang <wsa@the-dreams.de>
1860 L:      linux-i2c@vger.kernel.org
1861 S:      Maintained
1862 F:      drivers/misc/eeprom/at24.c
1863 F:      include/linux/platform_data/at24.h
1864
1865 ATA OVER ETHERNET (AOE) DRIVER
1866 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1867 W:      http://www.openaoe.org/
1868 S:      Supported
1869 F:      Documentation/aoe/
1870 F:      drivers/block/aoe/
1871
1872 ATHEROS 71XX/9XXX GPIO DRIVER
1873 M:      Alban Bedel <albeu@free.fr>
1874 W:      https://github.com/AlbanBedel/linux
1875 T:      git git://github.com/AlbanBedel/linux
1876 S:      Maintained
1877 F:      drivers/gpio/gpio-ath79.c
1878 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1879
1880 ATHEROS ATH GENERIC UTILITIES
1881 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1882 L:      linux-wireless@vger.kernel.org
1883 S:      Supported
1884 F:      drivers/net/wireless/ath/*
1885
1886 ATHEROS ATH5K WIRELESS DRIVER
1887 M:      Jiri Slaby <jirislaby@gmail.com>
1888 M:      Nick Kossifidis <mickflemm@gmail.com>
1889 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1890 L:      linux-wireless@vger.kernel.org
1891 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1892 S:      Maintained
1893 F:      drivers/net/wireless/ath/ath5k/
1894
1895 ATHEROS ATH6KL WIRELESS DRIVER
1896 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1897 L:      linux-wireless@vger.kernel.org
1898 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1900 S:      Supported
1901 F:      drivers/net/wireless/ath/ath6kl/
1902
1903 WILOCITY WIL6210 WIRELESS DRIVER
1904 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1905 L:      linux-wireless@vger.kernel.org
1906 L:      wil6210@qca.qualcomm.com
1907 S:      Supported
1908 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1909 F:      drivers/net/wireless/ath/wil6210/
1910 F:      include/uapi/linux/wil6210_uapi.h
1911
1912 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1913 M:      Christian Lamparter <chunkeey@googlemail.com>
1914 L:      linux-wireless@vger.kernel.org
1915 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1916 S:      Maintained
1917 F:      drivers/net/wireless/ath/carl9170/
1918
1919 ATK0110 HWMON DRIVER
1920 M:      Luca Tettamanti <kronos.it@gmail.com>
1921 L:      lm-sensors@lm-sensors.org
1922 S:      Maintained
1923 F:      drivers/hwmon/asus_atk0110.c
1924
1925 ATI_REMOTE2 DRIVER
1926 M:      Ville Syrjala <syrjala@sci.fi>
1927 S:      Maintained
1928 F:      drivers/input/misc/ati_remote2.c
1929
1930 ATLX ETHERNET DRIVERS
1931 M:      Jay Cliburn <jcliburn@gmail.com>
1932 M:      Chris Snook <chris.snook@gmail.com>
1933 L:      netdev@vger.kernel.org
1934 W:      http://sourceforge.net/projects/atl1
1935 W:      http://atl1.sourceforge.net
1936 S:      Maintained
1937 F:      drivers/net/ethernet/atheros/
1938
1939 ATM
1940 M:      Chas Williams <3chas3@gmail.com>
1941 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1942 L:      netdev@vger.kernel.org
1943 W:      http://linux-atm.sourceforge.net
1944 S:      Maintained
1945 F:      drivers/atm/
1946 F:      include/linux/atm*
1947 F:      include/uapi/linux/atm*
1948
1949 ATMEL AT91 / AT32 MCI DRIVER
1950 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1951 S:      Maintained
1952 F:      drivers/mmc/host/atmel-mci.c
1953
1954 ATMEL AT91 / AT32 SERIAL DRIVER
1955 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1956 S:      Supported
1957 F:      drivers/tty/serial/atmel_serial.c
1958
1959 ATMEL Audio ALSA driver
1960 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1961 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1962 S:      Supported
1963 F:      sound/soc/atmel
1964
1965 ATMEL DMA DRIVER
1966 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1968 S:      Supported
1969 F:      drivers/dma/at_hdmac.c
1970 F:      drivers/dma/at_hdmac_regs.h
1971 F:      include/linux/platform_data/dma-atmel.h
1972
1973 ATMEL XDMA DRIVER
1974 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1975 L:      linux-arm-kernel@lists.infradead.org
1976 L:      dmaengine@vger.kernel.org
1977 S:      Supported
1978 F:      drivers/dma/at_xdmac.c
1979
1980 ATMEL I2C DRIVER
1981 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1982 L:      linux-i2c@vger.kernel.org
1983 S:      Supported
1984 F:      drivers/i2c/busses/i2c-at91.c
1985
1986 ATMEL ISI DRIVER
1987 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1988 L:      linux-media@vger.kernel.org
1989 S:      Supported
1990 F:      drivers/media/platform/soc_camera/atmel-isi.c
1991 F:      include/media/atmel-isi.h
1992
1993 ATMEL LCDFB DRIVER
1994 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1995 L:      linux-fbdev@vger.kernel.org
1996 S:      Maintained
1997 F:      drivers/video/fbdev/atmel_lcdfb.c
1998 F:      include/video/atmel_lcdc.h
1999
2000 ATMEL MACB ETHERNET DRIVER
2001 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2002 S:      Supported
2003 F:      drivers/net/ethernet/cadence/
2004
2005 ATMEL NAND DRIVER
2006 M:      Wenyou Yang <wenyou.yang@atmel.com>
2007 M:      Josh Wu <rainyfeeling@outlook.com>
2008 L:      linux-mtd@lists.infradead.org
2009 S:      Supported
2010 F:      drivers/mtd/nand/atmel_nand*
2011
2012 ATMEL SDMMC DRIVER
2013 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2014 L:      linux-mmc@vger.kernel.org
2015 S:      Supported
2016 F:      drivers/mmc/host/sdhci-of-at91.c
2017
2018 ATMEL SPI DRIVER
2019 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2020 S:      Supported
2021 F:      drivers/spi/spi-atmel.*
2022
2023 ATMEL SSC DRIVER
2024 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2026 S:      Supported
2027 F:      drivers/misc/atmel-ssc.c
2028 F:      include/linux/atmel-ssc.h
2029
2030 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2031 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2033 S:      Supported
2034 F:      drivers/misc/atmel_tclib.c
2035 F:      drivers/clocksource/tcb_clksrc.c
2036
2037 ATMEL USBA UDC DRIVER
2038 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2040 S:      Supported
2041 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2042
2043 ATMEL WIRELESS DRIVER
2044 M:      Simon Kelley <simon@thekelleys.org.uk>
2045 L:      linux-wireless@vger.kernel.org
2046 W:      http://www.thekelleys.org.uk/atmel
2047 W:      http://atmelwlandriver.sourceforge.net/
2048 S:      Maintained
2049 F:      drivers/net/wireless/atmel/atmel*
2050
2051 ATMEL MAXTOUCH DRIVER
2052 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2053 T:      git git://github.com/atmel-maxtouch/linux.git
2054 S:      Supported
2055 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2056 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2057 F:      include/linux/platform_data/atmel_mxt_ts.h
2058
2059 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2060 M:      Bradley Grove <linuxdrivers@attotech.com>
2061 L:      linux-scsi@vger.kernel.org
2062 W:      http://www.attotech.com
2063 S:      Supported
2064 F:      drivers/scsi/esas2r
2065
2066 ATUSB IEEE 802.15.4 RADIO DRIVER
2067 M:      Stefan Schmidt <stefan@osg.samsung.com>
2068 L:      linux-wpan@vger.kernel.org
2069 S:      Maintained
2070 F:      drivers/net/ieee802154/atusb.c
2071 F:      drivers/net/ieee802154/atusb.h
2072 F:      drivers/net/ieee802154/at86rf230.h
2073
2074 AUDIT SUBSYSTEM
2075 M:      Paul Moore <paul@paul-moore.com>
2076 M:      Eric Paris <eparis@redhat.com>
2077 L:      linux-audit@redhat.com (moderated for non-subscribers)
2078 W:      http://people.redhat.com/sgrubb/audit/
2079 T:      git git://git.infradead.org/users/pcmoore/audit
2080 S:      Maintained
2081 F:      include/linux/audit.h
2082 F:      include/uapi/linux/audit.h
2083 F:      kernel/audit*
2084
2085 AUXILIARY DISPLAY DRIVERS
2086 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2087 W:      http://miguelojeda.es/auxdisplay.htm
2088 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2089 S:      Maintained
2090 F:      drivers/auxdisplay/
2091 F:      include/linux/cfag12864b.h
2092
2093 AVR32 ARCHITECTURE
2094 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2095 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2096 W:      http://www.atmel.com/products/AVR32/
2097 W:      http://mirror.egtvedt.no/avr32linux.org/
2098 W:      http://avrfreaks.net/
2099 S:      Maintained
2100 F:      arch/avr32/
2101
2102 AVR32/AT32AP MACHINE SUPPORT
2103 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2104 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2105 S:      Maintained
2106 F:      arch/avr32/mach-at32ap/
2107
2108 AX.25 NETWORK LAYER
2109 M:      Ralf Baechle <ralf@linux-mips.org>
2110 L:      linux-hams@vger.kernel.org
2111 W:      http://www.linux-ax25.org/
2112 S:      Maintained
2113 F:      include/uapi/linux/ax25.h
2114 F:      include/net/ax25.h
2115 F:      net/ax25/
2116
2117 AZ6007 DVB DRIVER
2118 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2119 L:      linux-media@vger.kernel.org
2120 W:      https://linuxtv.org
2121 T:      git git://linuxtv.org/media_tree.git
2122 S:      Maintained
2123 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2124
2125 AZTECH FM RADIO RECEIVER DRIVER
2126 M:      Hans Verkuil <hverkuil@xs4all.nl>
2127 L:      linux-media@vger.kernel.org
2128 T:      git git://linuxtv.org/media_tree.git
2129 W:      https://linuxtv.org
2130 S:      Maintained
2131 F:      drivers/media/radio/radio-aztech*
2132
2133 B43 WIRELESS DRIVER
2134 L:      linux-wireless@vger.kernel.org
2135 L:      b43-dev@lists.infradead.org
2136 W:      http://wireless.kernel.org/en/users/Drivers/b43
2137 S:      Odd Fixes
2138 F:      drivers/net/wireless/broadcom/b43/
2139
2140 B43LEGACY WIRELESS DRIVER
2141 M:      Larry Finger <Larry.Finger@lwfinger.net>
2142 L:      linux-wireless@vger.kernel.org
2143 L:      b43-dev@lists.infradead.org
2144 W:      http://wireless.kernel.org/en/users/Drivers/b43
2145 S:      Maintained
2146 F:      drivers/net/wireless/broadcom/b43legacy/
2147
2148 BACKLIGHT CLASS/SUBSYSTEM
2149 M:      Jingoo Han <jingoohan1@gmail.com>
2150 M:      Lee Jones <lee.jones@linaro.org>
2151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2152 S:      Maintained
2153 F:      drivers/video/backlight/
2154 F:      include/linux/backlight.h
2155
2156 BATMAN ADVANCED
2157 M:      Marek Lindner <mareklindner@neomailbox.ch>
2158 M:      Simon Wunderlich <sw@simonwunderlich.de>
2159 M:      Antonio Quartulli <a@unstable.cc>
2160 L:      b.a.t.m.a.n@lists.open-mesh.org
2161 W:      http://www.open-mesh.org/
2162 S:      Maintained
2163 F:      net/batman-adv/
2164
2165 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2166 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2167 L:      linux-hams@vger.kernel.org
2168 W:      http://www.baycom.org/~tom/ham/ham.html
2169 S:      Maintained
2170 F:      drivers/net/hamradio/baycom*
2171
2172 BCACHE (BLOCK LAYER CACHE)
2173 M:      Kent Overstreet <kent.overstreet@gmail.com>
2174 L:      linux-bcache@vger.kernel.org
2175 W:      http://bcache.evilpiepirate.org
2176 S:      Maintained
2177 F:      drivers/md/bcache/
2178
2179 BDISP ST MEDIA DRIVER
2180 M:      Fabien Dessenne <fabien.dessenne@st.com>
2181 L:      linux-media@vger.kernel.org
2182 T:      git git://linuxtv.org/media_tree.git
2183 W:      https://linuxtv.org
2184 S:      Supported
2185 F:      drivers/media/platform/sti/bdisp
2186
2187 BEFS FILE SYSTEM
2188 S:      Orphan
2189 F:      Documentation/filesystems/befs.txt
2190 F:      fs/befs/
2191
2192 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2193 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2194 L:      netdev@vger.kernel.org
2195 S:      Maintained
2196 F:      drivers/net/ethernet/ec_bhf.c
2197
2198 BFS FILE SYSTEM
2199 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2200 S:      Maintained
2201 F:      Documentation/filesystems/bfs.txt
2202 F:      fs/bfs/
2203 F:      include/uapi/linux/bfs_fs.h
2204
2205 BLACKFIN ARCHITECTURE
2206 M:      Steven Miao <realmz6@gmail.com>
2207 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2208 T:      git git://git.code.sf.net/p/adi-linux/code
2209 W:      http://blackfin.uclinux.org
2210 S:      Supported
2211 F:      arch/blackfin/
2212
2213 BLACKFIN EMAC DRIVER
2214 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2215 W:      http://blackfin.uclinux.org
2216 S:      Supported
2217 F:      drivers/net/ethernet/adi/
2218
2219 BLACKFIN RTC DRIVER
2220 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2221 W:      http://blackfin.uclinux.org
2222 S:      Supported
2223 F:      drivers/rtc/rtc-bfin.c
2224
2225 BLACKFIN SDH DRIVER
2226 M:      Sonic Zhang <sonic.zhang@analog.com>
2227 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2228 W:      http://blackfin.uclinux.org
2229 S:      Supported
2230 F:      drivers/mmc/host/bfin_sdh.c
2231
2232 BLACKFIN SERIAL DRIVER
2233 M:      Sonic Zhang <sonic.zhang@analog.com>
2234 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2235 W:      http://blackfin.uclinux.org
2236 S:      Supported
2237 F:      drivers/tty/serial/bfin_uart.c
2238
2239 BLACKFIN WATCHDOG DRIVER
2240 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2241 W:      http://blackfin.uclinux.org
2242 S:      Supported
2243 F:      drivers/watchdog/bfin_wdt.c
2244
2245 BLACKFIN I2C TWI DRIVER
2246 M:      Sonic Zhang <sonic.zhang@analog.com>
2247 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2248 W:      http://blackfin.uclinux.org/
2249 S:      Supported
2250 F:      drivers/i2c/busses/i2c-bfin-twi.c
2251
2252 BLACKFIN MEDIA DRIVER
2253 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2254 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2255 W:      http://blackfin.uclinux.org/
2256 S:      Supported
2257 F:      drivers/media/platform/blackfin/
2258 F:      drivers/media/i2c/adv7183*
2259 F:      drivers/media/i2c/vs6624*
2260
2261 BLINKM RGB LED DRIVER
2262 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2263 S:      Maintained
2264 F:      drivers/leds/leds-blinkm.c
2265
2266 BLOCK LAYER
2267 M:      Jens Axboe <axboe@kernel.dk>
2268 L:      linux-block@vger.kernel.org
2269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2270 S:      Maintained
2271 F:      block/
2272 F:      kernel/trace/blktrace.c
2273
2274 BLOCK2MTD DRIVER
2275 M:      Joern Engel <joern@lazybastard.org>
2276 L:      linux-mtd@lists.infradead.org
2277 S:      Maintained
2278 F:      drivers/mtd/devices/block2mtd.c
2279
2280 BLUETOOTH DRIVERS
2281 M:      Marcel Holtmann <marcel@holtmann.org>
2282 M:      Gustavo Padovan <gustavo@padovan.org>
2283 M:      Johan Hedberg <johan.hedberg@gmail.com>
2284 L:      linux-bluetooth@vger.kernel.org
2285 W:      http://www.bluez.org/
2286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2288 S:      Maintained
2289 F:      drivers/bluetooth/
2290
2291 BLUETOOTH SUBSYSTEM
2292 M:      Marcel Holtmann <marcel@holtmann.org>
2293 M:      Gustavo Padovan <gustavo@padovan.org>
2294 M:      Johan Hedberg <johan.hedberg@gmail.com>
2295 L:      linux-bluetooth@vger.kernel.org
2296 W:      http://www.bluez.org/
2297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2299 S:      Maintained
2300 F:      net/bluetooth/
2301 F:      include/net/bluetooth/
2302
2303 BONDING DRIVER
2304 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2305 M:      Veaceslav Falico <vfalico@gmail.com>
2306 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2307 L:      netdev@vger.kernel.org
2308 W:      http://sourceforge.net/projects/bonding/
2309 S:      Supported
2310 F:      drivers/net/bonding/
2311 F:      include/uapi/linux/if_bonding.h
2312
2313 BPF (Safe dynamic programs and tools)
2314 M:      Alexei Starovoitov <ast@kernel.org>
2315 L:      netdev@vger.kernel.org
2316 L:      linux-kernel@vger.kernel.org
2317 S:      Supported
2318 F:      kernel/bpf/
2319
2320 BROADCOM B44 10/100 ETHERNET DRIVER
2321 M:      Gary Zambrano <zambrano@broadcom.com>
2322 L:      netdev@vger.kernel.org
2323 S:      Supported
2324 F:      drivers/net/ethernet/broadcom/b44.*
2325
2326 BROADCOM GENET ETHERNET DRIVER
2327 M:      Florian Fainelli <f.fainelli@gmail.com>
2328 L:      netdev@vger.kernel.org
2329 S:      Supported
2330 F:      drivers/net/ethernet/broadcom/genet/
2331
2332 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2333 M:      Sony Chacko <sony.chacko@qlogic.com>
2334 M:      Dept-HSGLinuxNICDev@qlogic.com
2335 L:      netdev@vger.kernel.org
2336 S:      Supported
2337 F:      drivers/net/ethernet/broadcom/bnx2.*
2338 F:      drivers/net/ethernet/broadcom/bnx2_*
2339
2340 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2341 M:      Ariel Elior <ariel.elior@qlogic.com>
2342 L:      netdev@vger.kernel.org
2343 S:      Supported
2344 F:      drivers/net/ethernet/broadcom/bnx2x/
2345
2346 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2347 M:      Florian Fainelli <f.fainelli@gmail.com>
2348 M:      Ray Jui <rjui@broadcom.com>
2349 M:      Scott Branden <sbranden@broadcom.com>
2350 L:      bcm-kernel-feedback-list@broadcom.com
2351 T:      git git://github.com/broadcom/mach-bcm
2352 S:      Maintained
2353 F:      arch/arm/mach-bcm/
2354 F:      arch/arm/boot/dts/bcm113*
2355 F:      arch/arm/boot/dts/bcm216*
2356 F:      arch/arm/boot/dts/bcm281*
2357 F:      arch/arm64/boot/dts/broadcom/
2358 F:      arch/arm/configs/bcm_defconfig
2359 F:      drivers/mmc/host/sdhci-bcm-kona.c
2360 F:      drivers/clocksource/bcm_kona_timer.c
2361
2362 BROADCOM BCM2835 ARM ARCHITECTURE
2363 M:      Stephen Warren <swarren@wwwdotorg.org>
2364 M:      Lee Jones <lee@kernel.org>
2365 M:      Eric Anholt <eric@anholt.net>
2366 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2369 S:      Maintained
2370 N:      bcm2835
2371
2372 BROADCOM BCM33XX MIPS ARCHITECTURE
2373 M:      Kevin Cernekee <cernekee@gmail.com>
2374 L:      linux-mips@linux-mips.org
2375 S:      Maintained
2376 F:      arch/mips/bcm3384/*
2377 F:      arch/mips/include/asm/mach-bcm3384/*
2378 F:      arch/mips/kernel/*bmips*
2379
2380 BROADCOM BCM47XX MIPS ARCHITECTURE
2381 M:      Hauke Mehrtens <hauke@hauke-m.de>
2382 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2383 L:      linux-mips@linux-mips.org
2384 S:      Maintained
2385 F:      arch/mips/bcm47xx/*
2386 F:      arch/mips/include/asm/mach-bcm47xx/*
2387
2388 BROADCOM BCM5301X ARM ARCHITECTURE
2389 M:      Hauke Mehrtens <hauke@hauke-m.de>
2390 L:      linux-arm-kernel@lists.infradead.org
2391 S:      Maintained
2392 F:      arch/arm/mach-bcm/bcm_5301x.c
2393 F:      arch/arm/boot/dts/bcm5301x.dtsi
2394 F:      arch/arm/boot/dts/bcm470*
2395
2396 BROADCOM BCM63XX ARM ARCHITECTURE
2397 M:      Florian Fainelli <f.fainelli@gmail.com>
2398 L:      linux-arm-kernel@lists.infradead.org
2399 T:      git git://github.com/broadcom/arm-bcm63xx.git
2400 S:      Maintained
2401 F:      arch/arm/mach-bcm/bcm63xx.c
2402 F:      arch/arm/include/debug/bcm63xx.S
2403
2404 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2405 M:      Kevin Cernekee <cernekee@gmail.com>
2406 L:      linux-usb@vger.kernel.org
2407 S:      Maintained
2408 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2409
2410 BROADCOM BCM7XXX ARM ARCHITECTURE
2411 M:      Brian Norris <computersforpeace@gmail.com>
2412 M:      Gregory Fong <gregory.0xf0@gmail.com>
2413 M:      Florian Fainelli <f.fainelli@gmail.com>
2414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2415 L:      bcm-kernel-feedback-list@broadcom.com
2416 T:      git git://github.com/broadcom/stblinux.git
2417 S:      Maintained
2418 F:      arch/arm/mach-bcm/*brcmstb*
2419 F:      arch/arm/boot/dts/bcm7*.dts*
2420 F:      drivers/bus/brcmstb_gisb.c
2421 N:      brcmstb
2422
2423 BROADCOM BMIPS MIPS ARCHITECTURE
2424 M:      Kevin Cernekee <cernekee@gmail.com>
2425 M:      Florian Fainelli <f.fainelli@gmail.com>
2426 L:      linux-mips@linux-mips.org
2427 T:      git git://github.com/broadcom/stblinux.git
2428 S:      Maintained
2429 F:      arch/mips/bmips/*
2430 F:      arch/mips/include/asm/mach-bmips/*
2431 F:      arch/mips/kernel/*bmips*
2432 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2433 F:      drivers/irqchip/irq-bcm7*
2434 F:      drivers/irqchip/irq-brcmstb*
2435 F:      include/linux/bcm963xx_nvram.h
2436 F:      include/linux/bcm963xx_tag.h
2437
2438 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2439 M:      Prashant Sreedharan <prashant@broadcom.com>
2440 M:      Michael Chan <mchan@broadcom.com>
2441 L:      netdev@vger.kernel.org
2442 S:      Supported
2443 F:      drivers/net/ethernet/broadcom/tg3.*
2444
2445 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2446 M:      Brett Rudley <brudley@broadcom.com>
2447 M:      Arend van Spriel <arend@broadcom.com>
2448 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2449 M:      Hante Meuleman <meuleman@broadcom.com>
2450 L:      linux-wireless@vger.kernel.org
2451 L:      brcm80211-dev-list@broadcom.com
2452 S:      Supported
2453 F:      drivers/net/wireless/broadcom/brcm80211/
2454
2455 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2456 M:      QLogic-Storage-Upstream@qlogic.com
2457 L:      linux-scsi@vger.kernel.org
2458 S:      Supported
2459 F:      drivers/scsi/bnx2fc/
2460
2461 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2462 M:      QLogic-Storage-Upstream@qlogic.com
2463 L:      linux-scsi@vger.kernel.org
2464 S:      Supported
2465 F:      drivers/scsi/bnx2i/
2466
2467 BROADCOM IPROC ARM ARCHITECTURE
2468 M:      Ray Jui <rjui@broadcom.com>
2469 M:      Scott Branden <sbranden@broadcom.com>
2470 M:      Jon Mason <jonmason@broadcom.com>
2471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2472 L:      bcm-kernel-feedback-list@broadcom.com
2473 T:      git git://github.com/broadcom/cygnus-linux.git
2474 S:      Maintained
2475 N:      iproc
2476 N:      cygnus
2477 N:      nsp
2478 N:      bcm9113*
2479 N:      bcm9583*
2480 N:      bcm9585*
2481 N:      bcm9586*
2482 N:      bcm988312
2483 N:      bcm113*
2484 N:      bcm583*
2485 N:      bcm585*
2486 N:      bcm586*
2487 N:      bcm88312
2488
2489 BROADCOM BRCMSTB GPIO DRIVER
2490 M:      Gregory Fong <gregory.0xf0@gmail.com>
2491 L:      bcm-kernel-feedback-list@broadcom.com
2492 S:      Supported
2493 F:      drivers/gpio/gpio-brcmstb.c
2494 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2495
2496 BROADCOM KONA GPIO DRIVER
2497 M:      Ray Jui <rjui@broadcom.com>
2498 L:      bcm-kernel-feedback-list@broadcom.com
2499 S:      Supported
2500 F:      drivers/gpio/gpio-bcm-kona.c
2501 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2502
2503 BROADCOM NVRAM DRIVER
2504 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2505 L:      linux-mips@linux-mips.org
2506 S:      Maintained
2507 F:      drivers/firmware/broadcom/*
2508
2509 BROADCOM STB NAND FLASH DRIVER
2510 M:      Brian Norris <computersforpeace@gmail.com>
2511 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2512 L:      linux-mtd@lists.infradead.org
2513 L:      bcm-kernel-feedback-list@broadcom.com
2514 S:      Maintained
2515 F:      drivers/mtd/nand/brcmnand/
2516
2517 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2518 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2519 L:      linux-wireless@vger.kernel.org
2520 S:      Maintained
2521 F:      drivers/bcma/
2522 F:      include/linux/bcma/
2523
2524 BROADCOM SYSTEMPORT ETHERNET DRIVER
2525 M:      Florian Fainelli <f.fainelli@gmail.com>
2526 L:      netdev@vger.kernel.org
2527 S:      Supported
2528 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2529
2530 BROCADE BFA FC SCSI DRIVER
2531 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2532 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2533 L:      linux-scsi@vger.kernel.org
2534 S:      Supported
2535 F:      drivers/scsi/bfa/
2536
2537 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2538 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2539 L:      netdev@vger.kernel.org
2540 S:      Supported
2541 F:      drivers/net/ethernet/brocade/bna/
2542
2543 BSG (block layer generic sg v4 driver)
2544 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2545 L:      linux-scsi@vger.kernel.org
2546 S:      Supported
2547 F:      block/bsg.c
2548 F:      include/linux/bsg.h
2549 F:      include/uapi/linux/bsg.h
2550
2551 BT87X AUDIO DRIVER
2552 M:      Clemens Ladisch <clemens@ladisch.de>
2553 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2554 T:      git git://git.alsa-project.org/alsa-kernel.git
2555 S:      Maintained
2556 F:      Documentation/sound/alsa/Bt87x.txt
2557 F:      sound/pci/bt87x.c
2558
2559 BT8XXGPIO DRIVER
2560 M:      Michael Buesch <m@bues.ch>
2561 W:      http://bu3sch.de/btgpio.php
2562 S:      Maintained
2563 F:      drivers/gpio/gpio-bt8xx.c
2564
2565 BTRFS FILE SYSTEM
2566 M:      Chris Mason <clm@fb.com>
2567 M:      Josef Bacik <jbacik@fb.com>
2568 M:      David Sterba <dsterba@suse.com>
2569 L:      linux-btrfs@vger.kernel.org
2570 W:      http://btrfs.wiki.kernel.org/
2571 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2573 S:      Maintained
2574 F:      Documentation/filesystems/btrfs.txt
2575 F:      fs/btrfs/
2576
2577 BTTV VIDEO4LINUX DRIVER
2578 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2579 L:      linux-media@vger.kernel.org
2580 W:      https://linuxtv.org
2581 T:      git git://linuxtv.org/media_tree.git
2582 S:      Odd fixes
2583 F:      Documentation/video4linux/bttv/
2584 F:      drivers/media/pci/bt8xx/bttv*
2585
2586 BUSLOGIC SCSI DRIVER
2587 M:      Khalid Aziz <khalid@gonehiking.org>
2588 L:      linux-scsi@vger.kernel.org
2589 S:      Maintained
2590 F:      drivers/scsi/BusLogic.*
2591 F:      drivers/scsi/FlashPoint.*
2592
2593 C-MEDIA CMI8788 DRIVER
2594 M:      Clemens Ladisch <clemens@ladisch.de>
2595 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2596 T:      git git://git.alsa-project.org/alsa-kernel.git
2597 S:      Maintained
2598 F:      sound/pci/oxygen/
2599
2600 C6X ARCHITECTURE
2601 M:      Mark Salter <msalter@redhat.com>
2602 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2603 L:      linux-c6x-dev@linux-c6x.org
2604 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2605 S:      Maintained
2606 F:      arch/c6x/
2607
2608 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2609 M:      David Howells <dhowells@redhat.com>
2610 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2611 S:      Supported
2612 F:      Documentation/filesystems/caching/cachefiles.txt
2613 F:      fs/cachefiles/
2614
2615 CADET FM/AM RADIO RECEIVER DRIVER
2616 M:      Hans Verkuil <hverkuil@xs4all.nl>
2617 L:      linux-media@vger.kernel.org
2618 T:      git git://linuxtv.org/media_tree.git
2619 W:      https://linuxtv.org
2620 S:      Maintained
2621 F:      drivers/media/radio/radio-cadet*
2622
2623 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2624 M:      Jonathan Corbet <corbet@lwn.net>
2625 L:      linux-media@vger.kernel.org
2626 T:      git git://linuxtv.org/media_tree.git
2627 S:      Maintained
2628 F:      Documentation/video4linux/cafe_ccic
2629 F:      drivers/media/platform/marvell-ccic/
2630
2631 CAIF NETWORK LAYER
2632 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2633 L:      netdev@vger.kernel.org
2634 S:      Supported
2635 F:      Documentation/networking/caif/
2636 F:      drivers/net/caif/
2637 F:      include/uapi/linux/caif/
2638 F:      include/net/caif/
2639 F:      net/caif/
2640
2641 CALGARY x86-64 IOMMU
2642 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2643 M:      "Jon D. Mason" <jdmason@kudzu.us>
2644 L:      discuss@x86-64.org
2645 S:      Maintained
2646 F:      arch/x86/kernel/pci-calgary_64.c
2647 F:      arch/x86/kernel/tce_64.c
2648 F:      arch/x86/include/asm/calgary.h
2649 F:      arch/x86/include/asm/tce.h
2650
2651 CAN NETWORK LAYER
2652 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2653 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2654 L:      linux-can@vger.kernel.org
2655 W:      https://github.com/linux-can
2656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2658 S:      Maintained
2659 F:      Documentation/networking/can.txt
2660 F:      net/can/
2661 F:      include/linux/can/core.h
2662 F:      include/uapi/linux/can.h
2663 F:      include/uapi/linux/can/bcm.h
2664 F:      include/uapi/linux/can/raw.h
2665 F:      include/uapi/linux/can/gw.h
2666
2667 CAN NETWORK DRIVERS
2668 M:      Wolfgang Grandegger <wg@grandegger.com>
2669 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2670 L:      linux-can@vger.kernel.org
2671 W:      https://github.com/linux-can
2672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2674 S:      Maintained
2675 F:      drivers/net/can/
2676 F:      include/linux/can/dev.h
2677 F:      include/linux/can/platform/
2678 F:      include/uapi/linux/can/error.h
2679 F:      include/uapi/linux/can/netlink.h
2680
2681 CAPABILITIES
2682 M:      Serge Hallyn <serge.hallyn@canonical.com>
2683 L:      linux-security-module@vger.kernel.org
2684 S:      Supported
2685 F:      include/linux/capability.h
2686 F:      include/uapi/linux/capability.h
2687 F:      security/commoncap.c
2688 F:      kernel/capability.c
2689
2690 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2691 M:      Kevin Tsai <ktsai@capellamicro.com>
2692 S:      Maintained
2693 F:      drivers/iio/light/cm*
2694 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2695
2696 CAVIUM LIQUIDIO NETWORK DRIVER
2697 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2698 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2699 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2700 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2701 L:     netdev@vger.kernel.org
2702 W:     http://www.cavium.com
2703 S:     Supported
2704 F:     drivers/net/ethernet/cavium/liquidio/
2705
2706 CC2520 IEEE-802.15.4 RADIO DRIVER
2707 M:      Varka Bhadram <varkabhadram@gmail.com>
2708 L:      linux-wpan@vger.kernel.org
2709 S:      Maintained
2710 F:      drivers/net/ieee802154/cc2520.c
2711 F:      include/linux/spi/cc2520.h
2712 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2713
2714 CELL BROADBAND ENGINE ARCHITECTURE
2715 M:      Arnd Bergmann <arnd@arndb.de>
2716 L:      linuxppc-dev@lists.ozlabs.org
2717 W:      http://www.ibm.com/developerworks/power/cell/
2718 S:      Supported
2719 F:      arch/powerpc/include/asm/cell*.h
2720 F:      arch/powerpc/include/asm/spu*.h
2721 F:      arch/powerpc/include/uapi/asm/spu*.h
2722 F:      arch/powerpc/oprofile/*cell*
2723 F:      arch/powerpc/platforms/cell/
2724
2725 CEPH COMMON CODE (LIBCEPH)
2726 M:      Ilya Dryomov <idryomov@gmail.com>
2727 M:      "Yan, Zheng" <zyan@redhat.com>
2728 M:      Sage Weil <sage@redhat.com>
2729 L:      ceph-devel@vger.kernel.org
2730 W:      http://ceph.com/
2731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2732 T:      git git://github.com/ceph/ceph-client.git
2733 S:      Supported
2734 F:      net/ceph/
2735 F:      include/linux/ceph/
2736 F:      include/linux/crush/
2737
2738 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2739 M:      "Yan, Zheng" <zyan@redhat.com>
2740 M:      Sage Weil <sage@redhat.com>
2741 M:      Ilya Dryomov <idryomov@gmail.com>
2742 L:      ceph-devel@vger.kernel.org
2743 W:      http://ceph.com/
2744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2745 T:      git git://github.com/ceph/ceph-client.git
2746 S:      Supported
2747 F:      Documentation/filesystems/ceph.txt
2748 F:      fs/ceph/
2749
2750 CERTIFICATE HANDLING:
2751 M:      David Howells <dhowells@redhat.com>
2752 M:      David Woodhouse <dwmw2@infradead.org>
2753 L:      keyrings@vger.kernel.org
2754 S:      Maintained
2755 F:      Documentation/module-signing.txt
2756 F:      certs/
2757 F:      scripts/sign-file.c
2758 F:      scripts/extract-cert.c
2759
2760 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2761 L:      linux-usb@vger.kernel.org
2762 S:      Orphan
2763 F:      Documentation/usb/WUSB-Design-overview.txt
2764 F:      Documentation/usb/wusb-cbaf
2765 F:      drivers/usb/host/hwa-hc.c
2766 F:      drivers/usb/host/whci/
2767 F:      drivers/usb/wusbcore/
2768 F:      include/linux/usb/wusb*
2769
2770 CFAG12864B LCD DRIVER
2771 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2772 W:      http://miguelojeda.es/auxdisplay.htm
2773 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2774 S:      Maintained
2775 F:      drivers/auxdisplay/cfag12864b.c
2776 F:      include/linux/cfag12864b.h
2777
2778 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2779 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2780 W:      http://miguelojeda.es/auxdisplay.htm
2781 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2782 S:      Maintained
2783 F:      drivers/auxdisplay/cfag12864bfb.c
2784 F:      include/linux/cfag12864b.h
2785
2786 CFG80211 and NL80211
2787 M:      Johannes Berg <johannes@sipsolutions.net>
2788 L:      linux-wireless@vger.kernel.org
2789 W:      http://wireless.kernel.org/
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2792 S:      Maintained
2793 F:      include/uapi/linux/nl80211.h
2794 F:      include/net/cfg80211.h
2795 F:      net/wireless/*
2796 X:      net/wireless/wext*
2797
2798 CHAR and MISC DRIVERS
2799 M:      Arnd Bergmann <arnd@arndb.de>
2800 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2802 S:      Supported
2803 F:      drivers/char/*
2804 F:      drivers/misc/*
2805 F:      include/linux/miscdevice.h
2806
2807 CHECKPATCH
2808 M:      Andy Whitcroft <apw@canonical.com>
2809 M:      Joe Perches <joe@perches.com>
2810 S:      Maintained
2811 F:      scripts/checkpatch.pl
2812
2813 CHINESE DOCUMENTATION
2814 M:      Harry Wei <harryxiyou@gmail.com>
2815 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2816 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2817 S:      Maintained
2818 F:      Documentation/zh_CN/
2819
2820 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2821 M:      Peter Chen <Peter.Chen@nxp.com>
2822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2823 L:      linux-usb@vger.kernel.org
2824 S:      Maintained
2825 F:      drivers/usb/chipidea/
2826
2827 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2828 M:      Hans de Goede <hdegoede@redhat.com>
2829 L:      linux-input@vger.kernel.org
2830 S:      Maintained
2831 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2832 F:      drivers/input/touchscreen/chipone_icn8318.c
2833
2834 CHROME HARDWARE PLATFORM SUPPORT
2835 M:      Olof Johansson <olof@lixom.net>
2836 S:      Maintained
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2838 F:      drivers/platform/chrome/
2839
2840 CISCO VIC ETHERNET NIC DRIVER
2841 M:      Christian Benvenuti <benve@cisco.com>
2842 M:      Sujith Sankar <ssujith@cisco.com>
2843 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2844 M:      Neel Patel <neepatel@cisco.com>
2845 S:      Supported
2846 F:      drivers/net/ethernet/cisco/enic/
2847
2848 CISCO VIC LOW LATENCY NIC DRIVER
2849 M:      Christian Benvenuti <benve@cisco.com>
2850 M:      Dave Goodell <dgoodell@cisco.com>
2851 S:      Supported
2852 F:      drivers/infiniband/hw/usnic/
2853
2854 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2855 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2856 L:      netdev@vger.kernel.org
2857 S:      Maintained
2858 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2859
2860 CIRRUS LOGIC AUDIO CODEC DRIVERS
2861 M:      Brian Austin <brian.austin@cirrus.com>
2862 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2863 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2864 S:      Maintained
2865 F:      sound/soc/codecs/cs*
2866
2867 CLEANCACHE API
2868 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2869 L:      linux-kernel@vger.kernel.org
2870 S:      Maintained
2871 F:      mm/cleancache.c
2872 F:      include/linux/cleancache.h
2873
2874 CLK API
2875 M:      Russell King <linux@arm.linux.org.uk>
2876 L:      linux-clk@vger.kernel.org
2877 S:      Maintained
2878 F:      include/linux/clk.h
2879
2880 CLOCKSOURCE, CLOCKEVENT DRIVERS
2881 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2882 M:      Thomas Gleixner <tglx@linutronix.de>
2883 L:      linux-kernel@vger.kernel.org
2884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2885 S:      Supported
2886 F:      drivers/clocksource
2887
2888 CISCO FCOE HBA DRIVER
2889 M:      Hiral Patel <hiralpat@cisco.com>
2890 M:      Suma Ramars <sramars@cisco.com>
2891 M:      Brian Uchino <buchino@cisco.com>
2892 L:      linux-scsi@vger.kernel.org
2893 S:      Supported
2894 F:      drivers/scsi/fnic/
2895
2896 CISCO SCSI HBA DRIVER
2897 M:      Narsimhulu Musini <nmusini@cisco.com>
2898 M:      Sesidhar Baddela <sebaddel@cisco.com>
2899 L:      linux-scsi@vger.kernel.org
2900 S:      Supported
2901 F:      drivers/scsi/snic/
2902
2903 CMPC ACPI DRIVER
2904 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2905 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2906 L:      platform-driver-x86@vger.kernel.org
2907 S:      Supported
2908 F:      drivers/platform/x86/classmate-laptop.c
2909
2910 COBALT MEDIA DRIVER
2911 M:      Hans Verkuil <hans.verkuil@cisco.com>
2912 L:      linux-media@vger.kernel.org
2913 T:      git git://linuxtv.org/media_tree.git
2914 W:      https://linuxtv.org
2915 S:      Supported
2916 F:      drivers/media/pci/cobalt/
2917
2918 COCCINELLE/Semantic Patches (SmPL)
2919 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2920 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2921 M:      Nicolas Palix <nicolas.palix@imag.fr>
2922 M:      Michal Marek <mmarek@suse.com>
2923 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2925 W:      http://coccinelle.lip6.fr/
2926 S:      Supported
2927 F:      Documentation/coccinelle.txt
2928 F:      scripts/coccinelle/
2929 F:      scripts/coccicheck
2930
2931 CODA FILE SYSTEM
2932 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2933 M:      coda@cs.cmu.edu
2934 L:      codalist@coda.cs.cmu.edu
2935 W:      http://www.coda.cs.cmu.edu/
2936 S:      Maintained
2937 F:      Documentation/filesystems/coda.txt
2938 F:      fs/coda/
2939 F:      include/linux/coda*.h
2940 F:      include/uapi/linux/coda*.h
2941
2942 CODA V4L2 MEM2MEM DRIVER
2943 M:      Philipp Zabel <p.zabel@pengutronix.de>
2944 L:      linux-media@vger.kernel.org
2945 S:      Maintained
2946 F:      Documentation/devicetree/bindings/media/coda.txt
2947 F:      drivers/media/platform/coda/
2948
2949 COMMON CLK FRAMEWORK
2950 M:      Michael Turquette <mturquette@baylibre.com>
2951 M:      Stephen Boyd <sboyd@codeaurora.org>
2952 L:      linux-clk@vger.kernel.org
2953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2954 S:      Maintained
2955 F:      drivers/clk/
2956 X:      drivers/clk/clkdev.c
2957 F:      include/linux/clk-pr*
2958 F:      include/linux/clk/
2959
2960 COMMON INTERNET FILE SYSTEM (CIFS)
2961 M:      Steve French <sfrench@samba.org>
2962 L:      linux-cifs@vger.kernel.org
2963 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2964 W:      http://linux-cifs.samba.org/
2965 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2966 S:      Supported
2967 F:      Documentation/filesystems/cifs/
2968 F:      fs/cifs/
2969
2970 COMPACTPCI HOTPLUG CORE
2971 M:      Scott Murray <scott@spiteful.org>
2972 L:      linux-pci@vger.kernel.org
2973 S:      Maintained
2974 F:      drivers/pci/hotplug/cpci_hotplug*
2975
2976 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2977 M:      Scott Murray <scott@spiteful.org>
2978 L:      linux-pci@vger.kernel.org
2979 S:      Maintained
2980 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2981
2982 COMPACTPCI HOTPLUG GENERIC DRIVER
2983 M:      Scott Murray <scott@spiteful.org>
2984 L:      linux-pci@vger.kernel.org
2985 S:      Maintained
2986 F:      drivers/pci/hotplug/cpcihp_generic.c
2987
2988 COMPAL LAPTOP SUPPORT
2989 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2990 L:      platform-driver-x86@vger.kernel.org
2991 S:      Maintained
2992 F:      drivers/platform/x86/compal-laptop.c
2993
2994 CONEXANT ACCESSRUNNER USB DRIVER
2995 L:      accessrunner-general@lists.sourceforge.net
2996 W:      http://accessrunner.sourceforge.net/
2997 S:      Orphan
2998 F:      drivers/usb/atm/cxacru.c
2999
3000 CONFIGFS
3001 M:      Joel Becker <jlbec@evilplan.org>
3002 M:      Christoph Hellwig <hch@lst.de>
3003 T:      git git://git.infradead.org/users/hch/configfs.git
3004 S:      Supported
3005 F:      fs/configfs/
3006 F:      include/linux/configfs.h
3007
3008 CONNECTOR
3009 M:      Evgeniy Polyakov <zbr@ioremap.net>
3010 L:      netdev@vger.kernel.org
3011 S:      Maintained
3012 F:      drivers/connector/
3013
3014 CONTROL GROUP (CGROUP)
3015 M:      Tejun Heo <tj@kernel.org>
3016 M:      Li Zefan <lizefan@huawei.com>
3017 M:      Johannes Weiner <hannes@cmpxchg.org>
3018 L:      cgroups@vger.kernel.org
3019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3020 S:      Maintained
3021 F:      Documentation/cgroups/
3022 F:      include/linux/cgroup*
3023 F:      kernel/cgroup*
3024
3025 CONTROL GROUP - CPUSET
3026 M:      Li Zefan <lizefan@huawei.com>
3027 L:      cgroups@vger.kernel.org
3028 W:      http://www.bullopensource.org/cpuset/
3029 W:      http://oss.sgi.com/projects/cpusets/
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3031 S:      Maintained
3032 F:      Documentation/cgroups/cpusets.txt
3033 F:      include/linux/cpuset.h
3034 F:      kernel/cpuset.c
3035
3036 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3037 M:      Johannes Weiner <hannes@cmpxchg.org>
3038 M:      Michal Hocko <mhocko@kernel.org>
3039 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3040 L:      cgroups@vger.kernel.org
3041 L:      linux-mm@kvack.org
3042 S:      Maintained
3043 F:      mm/memcontrol.c
3044 F:      mm/swap_cgroup.c
3045
3046 CORETEMP HARDWARE MONITORING DRIVER
3047 M:      Fenghua Yu <fenghua.yu@intel.com>
3048 L:      lm-sensors@lm-sensors.org
3049 S:      Maintained
3050 F:      Documentation/hwmon/coretemp
3051 F:      drivers/hwmon/coretemp.c
3052
3053 COSA/SRP SYNC SERIAL DRIVER
3054 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3055 W:      http://www.fi.muni.cz/~kas/cosa/
3056 S:      Maintained
3057 F:      drivers/net/wan/cosa*
3058
3059 CPMAC ETHERNET DRIVER
3060 M:      Florian Fainelli <florian@openwrt.org>
3061 L:      netdev@vger.kernel.org
3062 S:      Maintained
3063 F:      drivers/net/ethernet/ti/cpmac.c
3064
3065 CPU FREQUENCY DRIVERS
3066 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3067 M:      Viresh Kumar <viresh.kumar@linaro.org>
3068 L:      linux-pm@vger.kernel.org
3069 S:      Maintained
3070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3071 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3072 F:      drivers/cpufreq/
3073 F:      include/linux/cpufreq.h
3074
3075 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3076 M:      Viresh Kumar <viresh.kumar@linaro.org>
3077 M:      Sudeep Holla <sudeep.holla@arm.com>
3078 L:      linux-pm@vger.kernel.org
3079 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3080 S:      Maintained
3081 F:      drivers/cpufreq/arm_big_little.h
3082 F:      drivers/cpufreq/arm_big_little.c
3083 F:      drivers/cpufreq/arm_big_little_dt.c
3084
3085 CPUIDLE DRIVER - ARM BIG LITTLE
3086 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3087 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3088 L:      linux-pm@vger.kernel.org
3089 L:      linux-arm-kernel@lists.infradead.org
3090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3091 S:      Maintained
3092 F:      drivers/cpuidle/cpuidle-big_little.c
3093
3094 CPUIDLE DRIVER - ARM EXYNOS
3095 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3096 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3097 M:      Kukjin Kim <kgene@kernel.org>
3098 L:      linux-pm@vger.kernel.org
3099 L:      linux-samsung-soc@vger.kernel.org
3100 S:      Supported
3101 F:      drivers/cpuidle/cpuidle-exynos.c
3102 F:      arch/arm/mach-exynos/pm.c
3103
3104 CPUIDLE DRIVERS
3105 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3106 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3107 L:      linux-pm@vger.kernel.org
3108 S:      Maintained
3109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3110 F:      drivers/cpuidle/*
3111 F:      include/linux/cpuidle.h
3112
3113 CPUID/MSR DRIVER
3114 M:      "H. Peter Anvin" <hpa@zytor.com>
3115 S:      Maintained
3116 F:      arch/x86/kernel/cpuid.c
3117 F:      arch/x86/kernel/msr.c
3118
3119 CPU POWER MONITORING SUBSYSTEM
3120 M:      Thomas Renninger <trenn@suse.com>
3121 L:      linux-pm@vger.kernel.org
3122 S:      Maintained
3123 F:      tools/power/cpupower/
3124
3125 CRAMFS FILESYSTEM
3126 W:      http://sourceforge.net/projects/cramfs/
3127 S:      Orphan / Obsolete
3128 F:      Documentation/filesystems/cramfs.txt
3129 F:      fs/cramfs/
3130
3131 CRIS PORT
3132 M:      Mikael Starvik <starvik@axis.com>
3133 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3134 L:      linux-cris-kernel@axis.com
3135 W:      http://developer.axis.com
3136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3137 S:      Maintained
3138 F:      arch/cris/
3139 F:      drivers/tty/serial/crisv10.*
3140
3141 CRYPTO API
3142 M:      Herbert Xu <herbert@gondor.apana.org.au>
3143 M:      "David S. Miller" <davem@davemloft.net>
3144 L:      linux-crypto@vger.kernel.org
3145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3147 S:      Maintained
3148 F:      Documentation/crypto/
3149 F:      Documentation/DocBook/crypto-API.tmpl
3150 F:      arch/*/crypto/
3151 F:      crypto/
3152 F:      drivers/crypto/
3153 F:      include/crypto/
3154
3155 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3156 M:      Neil Horman <nhorman@tuxdriver.com>
3157 L:      linux-crypto@vger.kernel.org
3158 S:      Maintained
3159 F:      crypto/ansi_cprng.c
3160 F:      crypto/rng.c
3161
3162 CS3308 MEDIA DRIVER
3163 M:      Hans Verkuil <hverkuil@xs4all.nl>
3164 L:      linux-media@vger.kernel.org
3165 T:      git git://linuxtv.org/media_tree.git
3166 W:      http://linuxtv.org
3167 S:      Odd Fixes
3168 F:      drivers/media/i2c/cs3308.c
3169 F:      drivers/media/i2c/cs3308.h
3170
3171 CS5535 Audio ALSA driver
3172 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3173 S:      Maintained
3174 F:      sound/pci/cs5535audio/
3175
3176 CW1200 WLAN driver
3177 M:      Solomon Peachy <pizza@shaftnet.org>
3178 S:      Maintained
3179 F:      drivers/net/wireless/st/cw1200/
3180
3181 CX18 VIDEO4LINUX DRIVER
3182 M:      Andy Walls <awalls@md.metrocast.net>
3183 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3184 L:      linux-media@vger.kernel.org
3185 T:      git git://linuxtv.org/media_tree.git
3186 W:      https://linuxtv.org
3187 W:      http://www.ivtvdriver.org/index.php/Cx18
3188 S:      Maintained
3189 F:      Documentation/video4linux/cx18.txt
3190 F:      drivers/media/pci/cx18/
3191 F:      include/uapi/linux/ivtv*
3192
3193 CX2341X MPEG ENCODER HELPER MODULE
3194 M:      Hans Verkuil <hverkuil@xs4all.nl>
3195 L:      linux-media@vger.kernel.org
3196 T:      git git://linuxtv.org/media_tree.git
3197 W:      https://linuxtv.org
3198 S:      Maintained
3199 F:      drivers/media/common/cx2341x*
3200 F:      include/media/cx2341x*
3201
3202 CX24120 MEDIA DRIVER
3203 M:      Jemma Denson <jdenson@gmail.com>
3204 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3205 L:      linux-media@vger.kernel.org
3206 W:      https://linuxtv.org
3207 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3208 S:      Maintained
3209 F:      drivers/media/dvb-frontends/cx24120*
3210
3211 CX88 VIDEO4LINUX DRIVER
3212 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3213 L:      linux-media@vger.kernel.org
3214 W:      https://linuxtv.org
3215 T:      git git://linuxtv.org/media_tree.git
3216 S:      Odd fixes
3217 F:      Documentation/video4linux/cx88/
3218 F:      drivers/media/pci/cx88/
3219
3220 CXD2820R MEDIA DRIVER
3221 M:      Antti Palosaari <crope@iki.fi>
3222 L:      linux-media@vger.kernel.org
3223 W:      https://linuxtv.org
3224 W:      http://palosaari.fi/linux/
3225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3226 T:      git git://linuxtv.org/anttip/media_tree.git
3227 S:      Maintained
3228 F:      drivers/media/dvb-frontends/cxd2820r*
3229
3230 CXGB3 ETHERNET DRIVER (CXGB3)
3231 M:      Santosh Raspatur <santosh@chelsio.com>
3232 L:      netdev@vger.kernel.org
3233 W:      http://www.chelsio.com
3234 S:      Supported
3235 F:      drivers/net/ethernet/chelsio/cxgb3/
3236
3237 CXGB3 ISCSI DRIVER (CXGB3I)
3238 M:      Karen Xie <kxie@chelsio.com>
3239 L:      linux-scsi@vger.kernel.org
3240 W:      http://www.chelsio.com
3241 S:      Supported
3242 F:      drivers/scsi/cxgbi/cxgb3i
3243
3244 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3245 M:      Steve Wise <swise@chelsio.com>
3246 L:      linux-rdma@vger.kernel.org
3247 W:      http://www.openfabrics.org
3248 S:      Supported
3249 F:      drivers/infiniband/hw/cxgb3/
3250
3251 CXGB4 ETHERNET DRIVER (CXGB4)
3252 M:      Hariprasad S <hariprasad@chelsio.com>
3253 L:      netdev@vger.kernel.org
3254 W:      http://www.chelsio.com
3255 S:      Supported
3256 F:      drivers/net/ethernet/chelsio/cxgb4/
3257
3258 CXGB4 ISCSI DRIVER (CXGB4I)
3259 M:      Karen Xie <kxie@chelsio.com>
3260 L:      linux-scsi@vger.kernel.org
3261 W:      http://www.chelsio.com
3262 S:      Supported
3263 F:      drivers/scsi/cxgbi/cxgb4i
3264
3265 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3266 M:      Steve Wise <swise@chelsio.com>
3267 L:      linux-rdma@vger.kernel.org
3268 W:      http://www.openfabrics.org
3269 S:      Supported
3270 F:      drivers/infiniband/hw/cxgb4/
3271
3272 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3273 M:      Casey Leedom <leedom@chelsio.com>
3274 L:      netdev@vger.kernel.org
3275 W:      http://www.chelsio.com
3276 S:      Supported
3277 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3278
3279 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3280 M:      Ian Munsie <imunsie@au1.ibm.com>
3281 M:      Michael Neuling <mikey@neuling.org>
3282 L:      linuxppc-dev@lists.ozlabs.org
3283 S:      Supported
3284 F:      drivers/misc/cxl/
3285 F:      include/misc/cxl*
3286 F:      include/uapi/misc/cxl.h
3287 F:      Documentation/powerpc/cxl.txt
3288 F:      Documentation/powerpc/cxl.txt
3289 F:      Documentation/ABI/testing/sysfs-class-cxl
3290
3291 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3292 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3293 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3294 L:      linux-scsi@vger.kernel.org
3295 S:      Supported
3296 F:      drivers/scsi/cxlflash/
3297 F:      include/uapi/scsi/cxlflash_ioctls.h
3298 F:      Documentation/powerpc/cxlflash.txt
3299
3300 STMMAC ETHERNET DRIVER
3301 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3302 L:      netdev@vger.kernel.org
3303 W:      http://www.stlinux.com
3304 S:      Supported
3305 F:      drivers/net/ethernet/stmicro/stmmac/
3306
3307 CYBERPRO FB DRIVER
3308 M:      Russell King <linux@arm.linux.org.uk>
3309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3310 W:      http://www.arm.linux.org.uk/
3311 S:      Maintained
3312 F:      drivers/video/fbdev/cyber2000fb.*
3313
3314 CYCLADES ASYNC MUX DRIVER
3315 W:      http://www.cyclades.com/
3316 S:      Orphan
3317 F:      drivers/tty/cyclades.c
3318 F:      include/linux/cyclades.h
3319 F:      include/uapi/linux/cyclades.h
3320
3321 CYCLADES PC300 DRIVER
3322 W:      http://www.cyclades.com/
3323 S:      Orphan
3324 F:      drivers/net/wan/pc300*
3325
3326 CYPRESS_FIRMWARE MEDIA DRIVER
3327 M:      Antti Palosaari <crope@iki.fi>
3328 L:      linux-media@vger.kernel.org
3329 W:      https://linuxtv.org
3330 W:      http://palosaari.fi/linux/
3331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3332 T:      git git://linuxtv.org/anttip/media_tree.git
3333 S:      Maintained
3334 F:      drivers/media/common/cypress_firmware*
3335
3336 CYTTSP TOUCHSCREEN DRIVER
3337 M:      Ferruh Yigit <fery@cypress.com>
3338 L:      linux-input@vger.kernel.org
3339 S:      Supported
3340 F:      drivers/input/touchscreen/cyttsp*
3341 F:      include/linux/input/cyttsp.h
3342
3343 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3344 M:      Joshua Kinard <kumba@gentoo.org>
3345 S:      Maintained
3346 F:      drivers/rtc/rtc-ds1685.c
3347 F:      include/linux/rtc/ds1685.h
3348
3349 DAMA SLAVE for AX.25
3350 M:      Joerg Reuter <jreuter@yaina.de>
3351 W:      http://yaina.de/jreuter/
3352 W:      http://www.qsl.net/dl1bke/
3353 L:      linux-hams@vger.kernel.org
3354 S:      Maintained
3355 F:      net/ax25/af_ax25.c
3356 F:      net/ax25/ax25_dev.c
3357 F:      net/ax25/ax25_ds_*
3358 F:      net/ax25/ax25_in.c
3359 F:      net/ax25/ax25_out.c
3360 F:      net/ax25/ax25_timer.c
3361 F:      net/ax25/sysctl_net_ax25.c
3362
3363 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3364 L:      netdev@vger.kernel.org
3365 S:      Orphan
3366 F:      Documentation/networking/dmfe.txt
3367 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3368
3369 DC390/AM53C974 SCSI driver
3370 M:      Hannes Reinecke <hare@suse.com>
3371 L:      linux-scsi@vger.kernel.org
3372 S:      Maintained
3373 F:      drivers/scsi/am53c974.c
3374
3375 DC395x SCSI driver
3376 M:      Oliver Neukum <oliver@neukum.org>
3377 M:      Ali Akcaagac <aliakc@web.de>
3378 M:      Jamie Lenehan <lenehan@twibble.org>
3379 L:      dc395x@twibble.org
3380 W:      http://twibble.org/dist/dc395x/
3381 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3382 S:      Maintained
3383 F:      Documentation/scsi/dc395x.txt
3384 F:      drivers/scsi/dc395x.*
3385
3386 DCCP PROTOCOL
3387 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3388 L:      dccp@vger.kernel.org
3389 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3390 S:      Maintained
3391 F:      include/linux/dccp.h
3392 F:      include/uapi/linux/dccp.h
3393 F:      include/linux/tfrc.h
3394 F:      net/dccp/
3395
3396 DECnet NETWORK LAYER
3397 W:      http://linux-decnet.sourceforge.net
3398 L:      linux-decnet-user@lists.sourceforge.net
3399 S:      Orphan
3400 F:      Documentation/networking/decnet.txt
3401 F:      net/decnet/
3402
3403 DECSTATION PLATFORM SUPPORT
3404 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3405 L:      linux-mips@linux-mips.org
3406 W:      http://www.linux-mips.org/wiki/DECstation
3407 S:      Maintained
3408 F:      arch/mips/dec/
3409 F:      arch/mips/include/asm/dec/
3410 F:      arch/mips/include/asm/mach-dec/
3411
3412 DEFXX FDDI NETWORK DRIVER
3413 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3414 S:      Maintained
3415 F:      drivers/net/fddi/defxx.*
3416
3417 DELL LAPTOP DRIVER
3418 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3419 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3420 L:      platform-driver-x86@vger.kernel.org
3421 S:      Maintained
3422 F:      drivers/platform/x86/dell-laptop.c
3423
3424 DELL LAPTOP RBTN DRIVER
3425 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3426 S:      Maintained
3427 F:      drivers/platform/x86/dell-rbtn.*
3428
3429 DELL LAPTOP FREEFALL DRIVER
3430 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3431 S:      Maintained
3432 F:      drivers/platform/x86/dell-smo8800.c
3433
3434 DELL LAPTOP SMM DRIVER
3435 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3436 S:      Maintained
3437 F:      drivers/hwmon/dell-smm-hwmon.c
3438 F:      include/uapi/linux/i8k.h
3439
3440 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3441 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3442 S:      Maintained
3443 F:      Documentation/dcdbas.txt
3444 F:      drivers/firmware/dcdbas.*
3445
3446 DELL WMI EXTRAS DRIVER
3447 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3448 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3449 S:      Maintained
3450 F:      drivers/platform/x86/dell-wmi.c
3451
3452 DESIGNWARE USB2 DRD IP DRIVER
3453 M:      John Youn <johnyoun@synopsys.com>
3454 L:      linux-usb@vger.kernel.org
3455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3456 S:      Maintained
3457 F:      drivers/usb/dwc2/
3458
3459 DESIGNWARE USB3 DRD IP DRIVER
3460 M:      Felipe Balbi <balbi@kernel.org>
3461 L:      linux-usb@vger.kernel.org
3462 L:      linux-omap@vger.kernel.org
3463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3464 S:      Maintained
3465 F:      drivers/usb/dwc3/
3466
3467 DEVICE COREDUMP (DEV_COREDUMP)
3468 M:      Johannes Berg <johannes@sipsolutions.net>
3469 L:      linux-kernel@vger.kernel.org
3470 S:      Maintained
3471 F:      drivers/base/devcoredump.c
3472 F:      include/linux/devcoredump.h
3473
3474 DEVICE FREQUENCY (DEVFREQ)
3475 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3476 M:      Kyungmin Park <kyungmin.park@samsung.com>
3477 L:      linux-pm@vger.kernel.org
3478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3479 S:      Maintained
3480 F:      drivers/devfreq/
3481 F:      include/linux/devfreq.h
3482 F:      Documentation/devicetree/bindings/devfreq/
3483
3484 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3485 M:      Chanwoo Choi <cw00.choi@samsung.com>
3486 L:      linux-pm@vger.kernel.org
3487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3488 S:      Supported
3489 F:      drivers/devfreq/event/
3490 F:      drivers/devfreq/devfreq-event.c
3491 F:      include/linux/devfreq-event.h
3492 F:      Documentation/devicetree/bindings/devfreq/event/
3493
3494 DEVICE NUMBER REGISTRY
3495 M:      Torben Mathiasen <device@lanana.org>
3496 W:      http://lanana.org/docs/device-list/index.html
3497 S:      Maintained
3498
3499 DEVICE-MAPPER  (LVM)
3500 M:      Alasdair Kergon <agk@redhat.com>
3501 M:      Mike Snitzer <snitzer@redhat.com>
3502 M:      dm-devel@redhat.com
3503 L:      dm-devel@redhat.com
3504 W:      http://sources.redhat.com/dm
3505 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3507 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3508 S:      Maintained
3509 F:      Documentation/device-mapper/
3510 F:      drivers/md/dm*
3511 F:      drivers/md/persistent-data/
3512 F:      include/linux/device-mapper.h
3513 F:      include/linux/dm-*.h
3514 F:      include/uapi/linux/dm-*.h
3515
3516 DIALOG SEMICONDUCTOR DRIVERS
3517 M:      Support Opensource <support.opensource@diasemi.com>
3518 W:      http://www.dialog-semiconductor.com/products
3519 S:      Supported
3520 F:      Documentation/hwmon/da90??
3521 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3522 F:      drivers/gpio/gpio-da90??.c
3523 F:      drivers/hwmon/da90??-hwmon.c
3524 F:      drivers/iio/adc/da91??-*.c
3525 F:      drivers/input/misc/da90??_onkey.c
3526 F:      drivers/input/touchscreen/da9052_tsi.c
3527 F:      drivers/leds/leds-da90??.c
3528 F:      drivers/mfd/da903x.c
3529 F:      drivers/mfd/da90??-*.c
3530 F:      drivers/mfd/da91??-*.c
3531 F:      drivers/power/da9052-battery.c
3532 F:      drivers/power/da91??-*.c
3533 F:      drivers/regulator/da903x.c
3534 F:      drivers/regulator/da9???-regulator.[ch]
3535 F:      drivers/rtc/rtc-da90??.c
3536 F:      drivers/video/backlight/da90??_bl.c
3537 F:      drivers/watchdog/da90??_wdt.c
3538 F:      include/linux/mfd/da903x.h
3539 F:      include/linux/mfd/da9052/
3540 F:      include/linux/mfd/da9055/
3541 F:      include/linux/mfd/da9063/
3542 F:      include/linux/mfd/da9150/
3543 F:      include/sound/da[79]*.h
3544 F:      sound/soc/codecs/da[79]*.[ch]
3545
3546 DIGI NEO AND CLASSIC PCI PRODUCTS
3547 M:      Lidza Louina <lidza.louina@gmail.com>
3548 M:      Mark Hounschell <markh@compro.net>
3549 L:      driverdev-devel@linuxdriverproject.org
3550 S:      Maintained
3551 F:      drivers/staging/dgnc/
3552
3553 DIGI EPCA PCI PRODUCTS
3554 M:      Lidza Louina <lidza.louina@gmail.com>
3555 M:      Daeseok Youn <daeseok.youn@gmail.com>
3556 L:      driverdev-devel@linuxdriverproject.org
3557 S:      Maintained
3558 F:      drivers/staging/dgap/
3559
3560 DIOLAN U2C-12 I2C DRIVER
3561 M:      Guenter Roeck <linux@roeck-us.net>
3562 L:      linux-i2c@vger.kernel.org
3563 S:      Maintained
3564 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3565
3566 DIRECT ACCESS (DAX)
3567 M:      Matthew Wilcox <willy@linux.intel.com>
3568 L:      linux-fsdevel@vger.kernel.org
3569 S:      Supported
3570 F:      fs/dax.c
3571
3572 DIRECTORY NOTIFICATION (DNOTIFY)
3573 M:      Eric Paris <eparis@parisplace.org>
3574 S:      Maintained
3575 F:      Documentation/filesystems/dnotify.txt
3576 F:      fs/notify/dnotify/
3577 F:      include/linux/dnotify.h
3578
3579 DISK GEOMETRY AND PARTITION HANDLING
3580 M:      Andries Brouwer <aeb@cwi.nl>
3581 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3582 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3583 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3584 S:      Maintained
3585
3586 DISKQUOTA
3587 M:      Jan Kara <jack@suse.com>
3588 S:      Maintained
3589 F:      Documentation/filesystems/quota.txt
3590 F:      fs/quota/
3591 F:      include/linux/quota*.h
3592 F:      include/uapi/linux/quota*.h
3593
3594 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3595 M:      Bernie Thompson <bernie@plugable.com>
3596 L:      linux-fbdev@vger.kernel.org
3597 S:      Maintained
3598 W:      http://plugable.com/category/projects/udlfb/
3599 F:      drivers/video/fbdev/udlfb.c
3600 F:      include/video/udlfb.h
3601 F:      Documentation/fb/udlfb.txt
3602
3603 DISTRIBUTED LOCK MANAGER (DLM)
3604 M:      Christine Caulfield <ccaulfie@redhat.com>
3605 M:      David Teigland <teigland@redhat.com>
3606 L:      cluster-devel@redhat.com
3607 W:      http://sources.redhat.com/cluster/
3608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3609 S:      Supported
3610 F:      fs/dlm/
3611
3612 DMA BUFFER SHARING FRAMEWORK
3613 M:      Sumit Semwal <sumit.semwal@linaro.org>
3614 S:      Maintained
3615 L:      linux-media@vger.kernel.org
3616 L:      dri-devel@lists.freedesktop.org
3617 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3618 F:      drivers/dma-buf/
3619 F:      include/linux/dma-buf*
3620 F:      include/linux/reservation.h
3621 F:      include/linux/*fence.h
3622 F:      Documentation/dma-buf-sharing.txt
3623 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3624
3625 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3626 M:      Vinod Koul <vinod.koul@intel.com>
3627 L:      dmaengine@vger.kernel.org
3628 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3629 S:      Maintained
3630 F:      drivers/dma/
3631 F:      include/linux/dmaengine.h
3632 F:      Documentation/dmaengine/
3633 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3634
3635 DME1737 HARDWARE MONITOR DRIVER
3636 M:      Juerg Haefliger <juergh@gmail.com>
3637 L:      lm-sensors@lm-sensors.org
3638 S:      Maintained
3639 F:      Documentation/hwmon/dme1737
3640 F:      drivers/hwmon/dme1737.c
3641
3642 DMI/SMBIOS SUPPORT
3643 M:      Jean Delvare <jdelvare@suse.com>
3644 S:      Maintained
3645 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3646 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3647 F:      drivers/firmware/dmi-id.c
3648 F:      drivers/firmware/dmi_scan.c
3649 F:      include/linux/dmi.h
3650
3651 DOCUMENTATION
3652 M:      Jonathan Corbet <corbet@lwn.net>
3653 L:      linux-doc@vger.kernel.org
3654 S:      Maintained
3655 F:      Documentation/
3656 F:      scripts/docproc.c
3657 F:      scripts/kernel-doc*
3658 X:      Documentation/ABI/
3659 X:      Documentation/devicetree/
3660 X:      Documentation/acpi
3661 X:      Documentation/power
3662 X:      Documentation/spi
3663 X:      Documentation/DocBook/media
3664 T:      git git://git.lwn.net/linux.git docs-next
3665
3666 DOUBLETALK DRIVER
3667 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3668 L:      blinux-list@redhat.com
3669 S:      Maintained
3670 F:      drivers/char/dtlk.c
3671 F:      include/linux/dtlk.h
3672
3673 DPT_I2O SCSI RAID DRIVER
3674 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3675 L:      linux-scsi@vger.kernel.org
3676 W:      http://www.adaptec.com/
3677 S:      Maintained
3678 F:      drivers/scsi/dpt*
3679 F:      drivers/scsi/dpt/
3680
3681 DRBD DRIVER
3682 M:      Philipp Reisner <philipp.reisner@linbit.com>
3683 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3684 L:      drbd-dev@lists.linbit.com
3685 W:      http://www.drbd.org
3686 T:      git git://git.linbit.com/linux-drbd.git
3687 T:      git git://git.linbit.com/drbd-8.4.git
3688 S:      Supported
3689 F:      drivers/block/drbd/
3690 F:      lib/lru_cache.c
3691 F:      Documentation/blockdev/drbd/
3692
3693 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3694 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3696 S:      Supported
3697 F:      Documentation/kobject.txt
3698 F:      drivers/base/
3699 F:      fs/debugfs/
3700 F:      fs/kernfs/
3701 F:      fs/sysfs/
3702 F:      include/linux/debugfs.h
3703 F:      include/linux/kobj*
3704 F:      lib/kobj*
3705
3706 DRM DRIVERS
3707 M:      David Airlie <airlied@linux.ie>
3708 L:      dri-devel@lists.freedesktop.org
3709 T:      git git://people.freedesktop.org/~airlied/linux
3710 S:      Maintained
3711 F:      drivers/gpu/drm/
3712 F:      drivers/gpu/vga/
3713 F:      include/drm/
3714 F:      include/uapi/drm/
3715
3716 RADEON DRM DRIVERS
3717 M:      Alex Deucher <alexander.deucher@amd.com>
3718 M:      Christian König <christian.koenig@amd.com>
3719 L:      dri-devel@lists.freedesktop.org
3720 T:      git git://people.freedesktop.org/~agd5f/linux
3721 S:      Supported
3722 F:      drivers/gpu/drm/radeon/
3723 F:      include/uapi/drm/radeon*
3724
3725 DRM PANEL DRIVERS
3726 M:      Thierry Reding <thierry.reding@gmail.com>
3727 L:      dri-devel@lists.freedesktop.org
3728 T:      git git://anongit.freedesktop.org/tegra/linux.git
3729 S:      Maintained
3730 F:      drivers/gpu/drm/drm_panel.c
3731 F:      drivers/gpu/drm/panel/
3732 F:      include/drm/drm_panel.h
3733 F:      Documentation/devicetree/bindings/display/panel/
3734
3735 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3736 M:      Daniel Vetter <daniel.vetter@intel.com>
3737 M:      Jani Nikula <jani.nikula@linux.intel.com>
3738 L:      intel-gfx@lists.freedesktop.org
3739 L:      dri-devel@lists.freedesktop.org
3740 W:      https://01.org/linuxgraphics/
3741 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3742 T:      git git://anongit.freedesktop.org/drm-intel
3743 S:      Supported
3744 F:      drivers/gpu/drm/i915/
3745 F:      include/drm/i915*
3746 F:      include/uapi/drm/i915*
3747
3748 DRM DRIVERS FOR ATMEL HLCDC
3749 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3750 L:      dri-devel@lists.freedesktop.org
3751 S:      Supported
3752 F:      drivers/gpu/drm/atmel-hlcdc/
3753 F:      Documentation/devicetree/bindings/drm/atmel/
3754
3755 DRM DRIVERS FOR EXYNOS
3756 M:      Inki Dae <inki.dae@samsung.com>
3757 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3758 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3759 M:      Kyungmin Park <kyungmin.park@samsung.com>
3760 L:      dri-devel@lists.freedesktop.org
3761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3762 S:      Supported
3763 F:      drivers/gpu/drm/exynos/
3764 F:      include/drm/exynos*
3765 F:      include/uapi/drm/exynos*
3766
3767 DRM DRIVERS FOR FREESCALE DCU
3768 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3769 M:      Alison Wang <alison.wang@freescale.com>
3770 L:      dri-devel@lists.freedesktop.org
3771 S:      Supported
3772 F:      drivers/gpu/drm/fsl-dcu/
3773 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3774 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3775
3776 DRM DRIVERS FOR FREESCALE IMX
3777 M:      Philipp Zabel <p.zabel@pengutronix.de>
3778 L:      dri-devel@lists.freedesktop.org
3779 S:      Maintained
3780 F:      drivers/gpu/drm/imx/
3781 F:      drivers/gpu/ipu-v3/
3782 F:      Documentation/devicetree/bindings/display/imx/
3783
3784 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3785 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3786 L:      dri-devel@lists.freedesktop.org
3787 T:      git git://github.com/patjak/drm-gma500
3788 S:      Maintained
3789 F:      drivers/gpu/drm/gma500
3790 F:      include/drm/gma500*
3791
3792 DRM DRIVERS FOR NVIDIA TEGRA
3793 M:      Thierry Reding <thierry.reding@gmail.com>
3794 M:      Terje Bergström <tbergstrom@nvidia.com>
3795 L:      dri-devel@lists.freedesktop.org
3796 L:      linux-tegra@vger.kernel.org
3797 T:      git git://anongit.freedesktop.org/tegra/linux.git
3798 S:      Supported
3799 F:      drivers/gpu/drm/tegra/
3800 F:      drivers/gpu/host1x/
3801 F:      include/linux/host1x.h
3802 F:      include/uapi/drm/tegra_drm.h
3803 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3804
3805 DRM DRIVERS FOR RENESAS
3806 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3807 L:      dri-devel@lists.freedesktop.org
3808 L:      linux-renesas-soc@vger.kernel.org
3809 T:      git git://people.freedesktop.org/~airlied/linux
3810 S:      Supported
3811 F:      drivers/gpu/drm/rcar-du/
3812 F:      drivers/gpu/drm/shmobile/
3813 F:      include/linux/platform_data/shmob_drm.h
3814
3815 DRM DRIVERS FOR ROCKCHIP
3816 M:      Mark Yao <mark.yao@rock-chips.com>
3817 L:      dri-devel@lists.freedesktop.org
3818 S:      Maintained
3819 F:      drivers/gpu/drm/rockchip/
3820 F:      Documentation/devicetree/bindings/display/rockchip*
3821
3822 DRM DRIVERS FOR STI
3823 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3824 M:      Vincent Abriou <vincent.abriou@st.com>
3825 L:      dri-devel@lists.freedesktop.org
3826 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3827 S:      Maintained
3828 F:      drivers/gpu/drm/sti
3829 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3830
3831 DRM DRIVERS FOR VIVANTE GPU IP
3832 M:      Lucas Stach <l.stach@pengutronix.de>
3833 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3834 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3835 L:      dri-devel@lists.freedesktop.org
3836 S:      Maintained
3837 F:      drivers/gpu/drm/etnaviv
3838 F:      Documentation/devicetree/bindings/display/etnaviv
3839
3840 DSBR100 USB FM RADIO DRIVER
3841 M:      Alexey Klimov <klimov.linux@gmail.com>
3842 L:      linux-media@vger.kernel.org
3843 T:      git git://linuxtv.org/media_tree.git
3844 S:      Maintained
3845 F:      drivers/media/radio/dsbr100.c
3846
3847 DSCC4 DRIVER
3848 M:      Francois Romieu <romieu@fr.zoreil.com>
3849 L:      netdev@vger.kernel.org
3850 S:      Maintained
3851 F:      drivers/net/wan/dscc4.c
3852
3853 DT3155 MEDIA DRIVER
3854 M:      Hans Verkuil <hverkuil@xs4all.nl>
3855 L:      linux-media@vger.kernel.org
3856 T:      git git://linuxtv.org/media_tree.git
3857 W:      https://linuxtv.org
3858 S:      Odd Fixes
3859 F:      drivers/media/pci/dt3155/
3860
3861 DVB_USB_AF9015 MEDIA DRIVER
3862 M:      Antti Palosaari <crope@iki.fi>
3863 L:      linux-media@vger.kernel.org
3864 W:      https://linuxtv.org
3865 W:      http://palosaari.fi/linux/
3866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3867 T:      git git://linuxtv.org/anttip/media_tree.git
3868 S:      Maintained
3869 F:      drivers/media/usb/dvb-usb-v2/af9015*
3870
3871 DVB_USB_AF9035 MEDIA DRIVER
3872 M:      Antti Palosaari <crope@iki.fi>
3873 L:      linux-media@vger.kernel.org
3874 W:      https://linuxtv.org
3875 W:      http://palosaari.fi/linux/
3876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3877 T:      git git://linuxtv.org/anttip/media_tree.git
3878 S:      Maintained
3879 F:      drivers/media/usb/dvb-usb-v2/af9035*
3880
3881 DVB_USB_ANYSEE MEDIA DRIVER
3882 M:      Antti Palosaari <crope@iki.fi>
3883 L:      linux-media@vger.kernel.org
3884 W:      https://linuxtv.org
3885 W:      http://palosaari.fi/linux/
3886 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3887 T:      git git://linuxtv.org/anttip/media_tree.git
3888 S:      Maintained
3889 F:      drivers/media/usb/dvb-usb-v2/anysee*
3890
3891 DVB_USB_AU6610 MEDIA DRIVER
3892 M:      Antti Palosaari <crope@iki.fi>
3893 L:      linux-media@vger.kernel.org
3894 W:      https://linuxtv.org
3895 W:      http://palosaari.fi/linux/
3896 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3897 T:      git git://linuxtv.org/anttip/media_tree.git
3898 S:      Maintained
3899 F:      drivers/media/usb/dvb-usb-v2/au6610*
3900
3901 DVB_USB_CE6230 MEDIA DRIVER
3902 M:      Antti Palosaari <crope@iki.fi>
3903 L:      linux-media@vger.kernel.org
3904 W:      https://linuxtv.org
3905 W:      http://palosaari.fi/linux/
3906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3907 T:      git git://linuxtv.org/anttip/media_tree.git
3908 S:      Maintained
3909 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3910
3911 DVB_USB_CXUSB MEDIA DRIVER
3912 M:      Michael Krufky <mkrufky@linuxtv.org>
3913 L:      linux-media@vger.kernel.org
3914 W:      https://linuxtv.org
3915 W:      http://github.com/mkrufky
3916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3917 T:      git git://linuxtv.org/media_tree.git
3918 S:      Maintained
3919 F:      drivers/media/usb/dvb-usb/cxusb*
3920
3921 DVB_USB_EC168 MEDIA DRIVER
3922 M:      Antti Palosaari <crope@iki.fi>
3923 L:      linux-media@vger.kernel.org
3924 W:      https://linuxtv.org
3925 W:      http://palosaari.fi/linux/
3926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3927 T:      git git://linuxtv.org/anttip/media_tree.git
3928 S:      Maintained
3929 F:      drivers/media/usb/dvb-usb-v2/ec168*
3930
3931 DVB_USB_GL861 MEDIA DRIVER
3932 M:      Antti Palosaari <crope@iki.fi>
3933 L:      linux-media@vger.kernel.org
3934 W:      https://linuxtv.org
3935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3936 T:      git git://linuxtv.org/anttip/media_tree.git
3937 S:      Maintained
3938 F:      drivers/media/usb/dvb-usb-v2/gl861*
3939
3940 DVB_USB_MXL111SF MEDIA DRIVER
3941 M:      Michael Krufky <mkrufky@linuxtv.org>
3942 L:      linux-media@vger.kernel.org
3943 W:      https://linuxtv.org
3944 W:      http://github.com/mkrufky
3945 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3946 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3947 S:      Maintained
3948 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3949
3950 DVB_USB_RTL28XXU MEDIA DRIVER
3951 M:      Antti Palosaari <crope@iki.fi>
3952 L:      linux-media@vger.kernel.org
3953 W:      https://linuxtv.org
3954 W:      http://palosaari.fi/linux/
3955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3956 T:      git git://linuxtv.org/anttip/media_tree.git
3957 S:      Maintained
3958 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3959
3960 DVB_USB_V2 MEDIA DRIVER
3961 M:      Antti Palosaari <crope@iki.fi>
3962 L:      linux-media@vger.kernel.org
3963 W:      https://linuxtv.org
3964 W:      http://palosaari.fi/linux/
3965 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3966 T:      git git://linuxtv.org/anttip/media_tree.git
3967 S:      Maintained
3968 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3969 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3970
3971 DYNAMIC DEBUG
3972 M:      Jason Baron <jbaron@akamai.com>
3973 S:      Maintained
3974 F:      lib/dynamic_debug.c
3975 F:      include/linux/dynamic_debug.h
3976
3977 DZ DECSTATION DZ11 SERIAL DRIVER
3978 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3979 S:      Maintained
3980 F:      drivers/tty/serial/dz.*
3981
3982 E3X0 POWER BUTTON DRIVER
3983 M:      Moritz Fischer <moritz.fischer@ettus.com>
3984 L:      usrp-users@lists.ettus.com
3985 W:      http://www.ettus.com
3986 S:      Supported
3987 F:      drivers/input/misc/e3x0-button.c
3988 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3989
3990 E4000 MEDIA DRIVER
3991 M:      Antti Palosaari <crope@iki.fi>
3992 L:      linux-media@vger.kernel.org
3993 W:      https://linuxtv.org
3994 W:      http://palosaari.fi/linux/
3995 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3996 T:      git git://linuxtv.org/anttip/media_tree.git
3997 S:      Maintained
3998 F:      drivers/media/tuners/e4000*
3999
4000 EATA ISA/EISA/PCI SCSI DRIVER
4001 M:      Dario Ballabio <ballabio_dario@emc.com>
4002 L:      linux-scsi@vger.kernel.org
4003 S:      Maintained
4004 F:      drivers/scsi/eata.c
4005
4006 EC100 MEDIA DRIVER
4007 M:      Antti Palosaari <crope@iki.fi>
4008 L:      linux-media@vger.kernel.org
4009 W:      https://linuxtv.org
4010 W:      http://palosaari.fi/linux/
4011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4012 T:      git git://linuxtv.org/anttip/media_tree.git
4013 S:      Maintained
4014 F:      drivers/media/dvb-frontends/ec100*
4015
4016 ECRYPT FILE SYSTEM
4017 M:      Tyler Hicks <tyhicks@canonical.com>
4018 L:      ecryptfs@vger.kernel.org
4019 W:      http://ecryptfs.org
4020 W:      https://launchpad.net/ecryptfs
4021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4022 S:      Supported
4023 F:      Documentation/filesystems/ecryptfs.txt
4024 F:      fs/ecryptfs/
4025
4026 EDAC-CORE
4027 M:      Doug Thompson <dougthompson@xmission.com>
4028 M:      Borislav Petkov <bp@alien8.de>
4029 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4030 L:      linux-edac@vger.kernel.org
4031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4033 S:      Supported
4034 F:      Documentation/edac.txt
4035 F:      drivers/edac/
4036 F:      include/linux/edac.h
4037
4038 EDAC-AMD64
4039 M:      Doug Thompson <dougthompson@xmission.com>
4040 M:      Borislav Petkov <bp@alien8.de>
4041 L:      linux-edac@vger.kernel.org
4042 S:      Maintained
4043 F:      drivers/edac/amd64_edac*
4044
4045 EDAC-CALXEDA
4046 M:      Doug Thompson <dougthompson@xmission.com>
4047 M:      Robert Richter <rric@kernel.org>
4048 L:      linux-edac@vger.kernel.org
4049 S:      Maintained
4050 F:      drivers/edac/highbank*
4051
4052 EDAC-CAVIUM
4053 M:      Ralf Baechle <ralf@linux-mips.org>
4054 M:      David Daney <david.daney@cavium.com>
4055 L:      linux-edac@vger.kernel.org
4056 L:      linux-mips@linux-mips.org
4057 S:      Supported
4058 F:      drivers/edac/octeon_edac*
4059
4060 EDAC-E752X
4061 M:      Mark Gross <mark.gross@intel.com>
4062 M:      Doug Thompson <dougthompson@xmission.com>
4063 L:      linux-edac@vger.kernel.org
4064 S:      Maintained
4065 F:      drivers/edac/e752x_edac.c
4066
4067 EDAC-E7XXX
4068 M:      Doug Thompson <dougthompson@xmission.com>
4069 L:      linux-edac@vger.kernel.org
4070 S:      Maintained
4071 F:      drivers/edac/e7xxx_edac.c
4072
4073 EDAC-GHES
4074 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4075 L:      linux-edac@vger.kernel.org
4076 S:      Maintained
4077 F:      drivers/edac/ghes_edac.c
4078
4079 EDAC-I82443BXGX
4080 M:      Tim Small <tim@buttersideup.com>
4081 L:      linux-edac@vger.kernel.org
4082 S:      Maintained
4083 F:      drivers/edac/i82443bxgx_edac.c
4084
4085 EDAC-I3000
4086 M:      Jason Uhlenkott <juhlenko@akamai.com>
4087 L:      linux-edac@vger.kernel.org
4088 S:      Maintained
4089 F:      drivers/edac/i3000_edac.c
4090
4091 EDAC-I5000
4092 M:      Doug Thompson <dougthompson@xmission.com>
4093 L:      linux-edac@vger.kernel.org
4094 S:      Maintained
4095 F:      drivers/edac/i5000_edac.c
4096
4097 EDAC-I5400
4098 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4099 L:      linux-edac@vger.kernel.org
4100 S:      Maintained
4101 F:      drivers/edac/i5400_edac.c
4102
4103 EDAC-I7300
4104 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4105 L:      linux-edac@vger.kernel.org
4106 S:      Maintained
4107 F:      drivers/edac/i7300_edac.c
4108
4109 EDAC-I7CORE
4110 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4111 L:      linux-edac@vger.kernel.org
4112 S:      Maintained
4113 F:      drivers/edac/i7core_edac.c
4114
4115 EDAC-I82975X
4116 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4117 M:      "Arvind R." <arvino55@gmail.com>
4118 L:      linux-edac@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/edac/i82975x_edac.c
4121
4122 EDAC-IE31200
4123 M:      Jason Baron <jbaron@akamai.com>
4124 L:      linux-edac@vger.kernel.org
4125 S:      Maintained
4126 F:      drivers/edac/ie31200_edac.c
4127
4128 EDAC-MPC85XX
4129 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4130 L:      linux-edac@vger.kernel.org
4131 S:      Maintained
4132 F:      drivers/edac/mpc85xx_edac.[ch]
4133
4134 EDAC-PASEMI
4135 M:      Egor Martovetsky <egor@pasemi.com>
4136 L:      linux-edac@vger.kernel.org
4137 S:      Maintained
4138 F:      drivers/edac/pasemi_edac.c
4139
4140 EDAC-R82600
4141 M:      Tim Small <tim@buttersideup.com>
4142 L:      linux-edac@vger.kernel.org
4143 S:      Maintained
4144 F:      drivers/edac/r82600_edac.c
4145
4146 EDAC-SBRIDGE
4147 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4148 L:      linux-edac@vger.kernel.org
4149 S:      Maintained
4150 F:      drivers/edac/sb_edac.c
4151
4152 EDAC-XGENE
4153 APPLIED MICRO (APM) X-GENE SOC EDAC
4154 M:     Loc Ho <lho@apm.com>
4155 S:     Supported
4156 F:     drivers/edac/xgene_edac.c
4157 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4158
4159 EDIROL UA-101/UA-1000 DRIVER
4160 M:      Clemens Ladisch <clemens@ladisch.de>
4161 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4162 T:      git git://git.alsa-project.org/alsa-kernel.git
4163 S:      Maintained
4164 F:      sound/usb/misc/ua101.c
4165
4166 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4167 M:      Matt Fleming <matt@codeblueprint.co.uk>
4168 L:      linux-efi@vger.kernel.org
4169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4170 S:      Maintained
4171 F:      Documentation/efi-stub.txt
4172 F:      arch/ia64/kernel/efi.c
4173 F:      arch/x86/boot/compressed/eboot.[ch]
4174 F:      arch/x86/include/asm/efi.h
4175 F:      arch/x86/platform/efi/*
4176 F:      drivers/firmware/efi/*
4177 F:      include/linux/efi*.h
4178
4179 EFI VARIABLE FILESYSTEM
4180 M:      Matthew Garrett <matthew.garrett@nebula.com>
4181 M:      Jeremy Kerr <jk@ozlabs.org>
4182 M:      Matt Fleming <matt@codeblueprint.co.uk>
4183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4184 L:      linux-efi@vger.kernel.org
4185 S:      Maintained
4186 F:      fs/efivarfs/
4187
4188 EFIFB FRAMEBUFFER DRIVER
4189 L:      linux-fbdev@vger.kernel.org
4190 M:      Peter Jones <pjones@redhat.com>
4191 S:      Maintained
4192 F:      drivers/video/fbdev/efifb.c
4193
4194 EFS FILESYSTEM
4195 W:      http://aeschi.ch.eu.org/efs/
4196 S:      Orphan
4197 F:      fs/efs/
4198
4199 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4200 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4201 L:      netdev@vger.kernel.org
4202 S:      Maintained
4203 F:      drivers/net/ethernet/ibm/ehea/
4204
4205 EM28XX VIDEO4LINUX DRIVER
4206 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4207 L:      linux-media@vger.kernel.org
4208 W:      https://linuxtv.org
4209 T:      git git://linuxtv.org/media_tree.git
4210 S:      Maintained
4211 F:      drivers/media/usb/em28xx/
4212
4213 EMBEDDED LINUX
4214 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4215 M:      Matt Mackall <mpm@selenic.com>
4216 M:      David Woodhouse <dwmw2@infradead.org>
4217 L:      linux-embedded@vger.kernel.org
4218 S:      Maintained
4219
4220 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4221 M:      James Smart <james.smart@avagotech.com>
4222 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4223 L:      linux-scsi@vger.kernel.org
4224 W:      http://www.avagotech.com
4225 S:      Supported
4226 F:      drivers/scsi/lpfc/
4227
4228 ENE CB710 FLASH CARD READER DRIVER
4229 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4230 S:      Maintained
4231 F:      drivers/misc/cb710/
4232 F:      drivers/mmc/host/cb710-mmc.*
4233 F:      include/linux/cb710.h
4234
4235 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4236 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4237 S:      Maintained
4238 F:      drivers/media/rc/ene_ir.*
4239
4240 ENHANCED ERROR HANDLING (EEH)
4241 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4242 L:      linuxppc-dev@lists.ozlabs.org
4243 S:      Supported
4244 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4245 F:      arch/powerpc/kernel/eeh*.c
4246
4247 EPSON S1D13XXX FRAMEBUFFER DRIVER
4248 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4249 S:      Maintained
4250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4251 F:      drivers/video/fbdev/s1d13xxxfb.c
4252 F:      include/video/s1d13xxxfb.h
4253
4254 ET131X NETWORK DRIVER
4255 M:      Mark Einon <mark.einon@gmail.com>
4256 S:      Odd Fixes
4257 F:      drivers/net/ethernet/agere/
4258
4259 ETHERNET BRIDGE
4260 M:      Stephen Hemminger <stephen@networkplumber.org>
4261 L:      bridge@lists.linux-foundation.org
4262 L:      netdev@vger.kernel.org
4263 W:      http://www.linuxfoundation.org/en/Net:Bridge
4264 S:      Maintained
4265 F:      include/linux/netfilter_bridge/
4266 F:      net/bridge/
4267
4268 ETHERNET PHY LIBRARY
4269 M:      Florian Fainelli <f.fainelli@gmail.com>
4270 L:      netdev@vger.kernel.org
4271 S:      Maintained
4272 F:      include/linux/phy.h
4273 F:      include/linux/phy_fixed.h
4274 F:      drivers/net/phy/
4275 F:      Documentation/networking/phy.txt
4276 F:      drivers/of/of_mdio.c
4277 F:      drivers/of/of_net.c
4278
4279 EXT2 FILE SYSTEM
4280 M:      Jan Kara <jack@suse.com>
4281 L:      linux-ext4@vger.kernel.org
4282 S:      Maintained
4283 F:      Documentation/filesystems/ext2.txt
4284 F:      fs/ext2/
4285 F:      include/linux/ext2*
4286
4287 EXT4 FILE SYSTEM
4288 M:      "Theodore Ts'o" <tytso@mit.edu>
4289 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4290 L:      linux-ext4@vger.kernel.org
4291 W:      http://ext4.wiki.kernel.org
4292 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4294 S:      Maintained
4295 F:      Documentation/filesystems/ext4.txt
4296 F:      fs/ext4/
4297
4298 Extended Verification Module (EVM)
4299 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4300 L:      linux-ima-devel@lists.sourceforge.net
4301 L:      linux-security-module@vger.kernel.org
4302 S:      Supported
4303 F:      security/integrity/evm/
4304
4305 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4306 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4307 M:      Chanwoo Choi <cw00.choi@samsung.com>
4308 L:      linux-kernel@vger.kernel.org
4309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4310 S:      Maintained
4311 F:      drivers/extcon/
4312 F:      include/linux/extcon/
4313 F:      include/linux/extcon.h
4314 F:      Documentation/extcon/
4315 F:      Documentation/devicetree/bindings/extcon/
4316
4317 EXYNOS DP DRIVER
4318 M:      Jingoo Han <jingoohan1@gmail.com>
4319 L:      dri-devel@lists.freedesktop.org
4320 S:      Maintained
4321 F:      drivers/gpu/drm/exynos/exynos_dp*
4322
4323 EXYNOS MIPI DISPLAY DRIVERS
4324 M:      Inki Dae <inki.dae@samsung.com>
4325 M:      Donghwa Lee <dh09.lee@samsung.com>
4326 M:      Kyungmin Park <kyungmin.park@samsung.com>
4327 L:      linux-fbdev@vger.kernel.org
4328 S:      Maintained
4329 F:      drivers/video/fbdev/exynos/exynos_mipi*
4330 F:      include/video/exynos_mipi*
4331
4332 F71805F HARDWARE MONITORING DRIVER
4333 M:      Jean Delvare <jdelvare@suse.com>
4334 L:      lm-sensors@lm-sensors.org
4335 S:      Maintained
4336 F:      Documentation/hwmon/f71805f
4337 F:      drivers/hwmon/f71805f.c
4338
4339 FC0011 TUNER DRIVER
4340 M:      Michael Buesch <m@bues.ch>
4341 L:      linux-media@vger.kernel.org
4342 S:      Maintained
4343 F:      drivers/media/tuners/fc0011.h
4344 F:      drivers/media/tuners/fc0011.c
4345
4346 FC2580 MEDIA DRIVER
4347 M:      Antti Palosaari <crope@iki.fi>
4348 L:      linux-media@vger.kernel.org
4349 W:      https://linuxtv.org
4350 W:      http://palosaari.fi/linux/
4351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4352 T:      git git://linuxtv.org/anttip/media_tree.git
4353 S:      Maintained
4354 F:      drivers/media/tuners/fc2580*
4355
4356 FANOTIFY
4357 M:      Eric Paris <eparis@redhat.com>
4358 S:      Maintained
4359 F:      fs/notify/fanotify/
4360 F:      include/linux/fanotify.h
4361 F:      include/uapi/linux/fanotify.h
4362
4363 FARSYNC SYNCHRONOUS DRIVER
4364 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4365 W:      http://www.farsite.co.uk/
4366 S:      Supported
4367 F:      drivers/net/wan/farsync.*
4368
4369 FAULT INJECTION SUPPORT
4370 M:      Akinobu Mita <akinobu.mita@gmail.com>
4371 S:      Supported
4372 F:      Documentation/fault-injection/
4373 F:      lib/fault-inject.c
4374
4375 FBTFT Framebuffer drivers
4376 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4377 M:      Noralf Trønnes <noralf@tronnes.org>
4378 S:      Maintained
4379 F:      drivers/staging/fbtft/
4380
4381 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4382 M:      Vasu Dev <vasu.dev@intel.com>
4383 L:      fcoe-devel@open-fcoe.org
4384 W:      www.Open-FCoE.org
4385 S:      Supported
4386 F:      drivers/scsi/libfc/
4387 F:      drivers/scsi/fcoe/
4388 F:      include/scsi/fc/
4389 F:      include/scsi/libfc.h
4390 F:      include/scsi/libfcoe.h
4391 F:      include/uapi/scsi/fc/
4392
4393 FILE LOCKING (flock() and fcntl()/lockf())
4394 M:      Jeff Layton <jlayton@poochiereds.net>
4395 M:      "J. Bruce Fields" <bfields@fieldses.org>
4396 L:      linux-fsdevel@vger.kernel.org
4397 S:      Maintained
4398 F:      include/linux/fcntl.h
4399 F:      include/linux/fs.h
4400 F:      include/uapi/linux/fcntl.h
4401 F:      include/uapi/linux/fs.h
4402 F:      fs/fcntl.c
4403 F:      fs/locks.c
4404
4405 FILESYSTEMS (VFS and infrastructure)
4406 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4407 L:      linux-fsdevel@vger.kernel.org
4408 S:      Maintained
4409 F:      fs/*
4410
4411 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4412 M:      Riku Voipio <riku.voipio@iki.fi>
4413 L:      lm-sensors@lm-sensors.org
4414 S:      Maintained
4415 F:      drivers/hwmon/f75375s.c
4416 F:      include/linux/f75375s.h
4417
4418 FIREWIRE AUDIO DRIVERS
4419 M:      Clemens Ladisch <clemens@ladisch.de>
4420 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4421 T:      git git://git.alsa-project.org/alsa-kernel.git
4422 S:      Maintained
4423 F:      sound/firewire/
4424
4425 FIREWIRE MEDIA DRIVERS (firedtv)
4426 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4427 L:      linux-media@vger.kernel.org
4428 L:      linux1394-devel@lists.sourceforge.net
4429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4430 S:      Maintained
4431 F:      drivers/media/firewire/
4432
4433 FIREWIRE SBP-2 TARGET
4434 M:      Chris Boot <bootc@bootc.net>
4435 L:      linux-scsi@vger.kernel.org
4436 L:      target-devel@vger.kernel.org
4437 L:      linux1394-devel@lists.sourceforge.net
4438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4439 S:      Maintained
4440 F:      drivers/target/sbp/
4441
4442 FIREWIRE SUBSYSTEM
4443 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4444 L:      linux1394-devel@lists.sourceforge.net
4445 W:      http://ieee1394.wiki.kernel.org/
4446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4447 S:      Maintained
4448 F:      drivers/firewire/
4449 F:      include/linux/firewire.h
4450 F:      include/uapi/linux/firewire*.h
4451 F:      tools/firewire/
4452
4453 FIRMWARE LOADER (request_firmware)
4454 M:      Ming Lei <ming.lei@canonical.com>
4455 L:      linux-kernel@vger.kernel.org
4456 S:      Maintained
4457 F:      Documentation/firmware_class/
4458 F:      drivers/base/firmware*.c
4459 F:      include/linux/firmware.h
4460
4461 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4462 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4463 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4464 S:      Maintained
4465 F:      drivers/block/rsxx/
4466
4467 FLOPPY DRIVER
4468 M:      Jiri Kosina <jikos@kernel.org>
4469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4470 S:      Odd fixes
4471 F:      drivers/block/floppy.c
4472
4473 FMC SUBSYSTEM
4474 M:      Alessandro Rubini <rubini@gnudd.com>
4475 W:      http://www.ohwr.org/projects/fmc-bus
4476 S:      Supported
4477 F:      drivers/fmc/
4478 F:      include/linux/fmc*.h
4479 F:      include/linux/ipmi-fru.h
4480 K:      fmc_d.*register
4481
4482 FPGA MANAGER FRAMEWORK
4483 M:      Alan Tull <atull@opensource.altera.com>
4484 R:      Moritz Fischer <moritz.fischer@ettus.com>
4485 S:      Maintained
4486 F:      drivers/fpga/
4487 F:      include/linux/fpga/fpga-mgr.h
4488 W:      http://www.rocketboards.org
4489
4490 FPU EMULATOR
4491 M:      Bill Metzenthen <billm@melbpc.org.au>
4492 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4493 S:      Maintained
4494 F:      arch/x86/math-emu/
4495
4496 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4497 L:      netdev@vger.kernel.org
4498 S:      Orphan
4499 F:      drivers/net/wan/dlci.c
4500 F:      drivers/net/wan/sdla.c
4501
4502 FRAMEBUFFER LAYER
4503 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4504 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4505 L:      linux-fbdev@vger.kernel.org
4506 W:      http://linux-fbdev.sourceforge.net/
4507 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4509 S:      Maintained
4510 F:      Documentation/fb/
4511 F:      drivers/video/
4512 F:      include/video/
4513 F:      include/linux/fb.h
4514 F:      include/uapi/video/
4515 F:      include/uapi/linux/fb.h
4516
4517 FREESCALE DIU FRAMEBUFFER DRIVER
4518 M:      Timur Tabi <timur@tabi.org>
4519 L:      linux-fbdev@vger.kernel.org
4520 S:      Maintained
4521 F:      drivers/video/fbdev/fsl-diu-fb.*
4522
4523 FREESCALE DMA DRIVER
4524 M:      Li Yang <leoli@freescale.com>
4525 M:      Zhang Wei <zw@zh-kernel.org>
4526 L:      linuxppc-dev@lists.ozlabs.org
4527 S:      Maintained
4528 F:      drivers/dma/fsldma.*
4529
4530 FREESCALE I2C CPM DRIVER
4531 M:      Jochen Friedrich <jochen@scram.de>
4532 L:      linuxppc-dev@lists.ozlabs.org
4533 L:      linux-i2c@vger.kernel.org
4534 S:      Maintained
4535 F:      drivers/i2c/busses/i2c-cpm.c
4536
4537 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4538 M:      Sascha Hauer <kernel@pengutronix.de>
4539 L:      linux-fbdev@vger.kernel.org
4540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4541 S:      Maintained
4542 F:      include/linux/platform_data/video-imxfb.h
4543 F:      drivers/video/fbdev/imxfb.c
4544
4545 FREESCALE QUAD SPI DRIVER
4546 M:      Han Xu <han.xu@freescale.com>
4547 L:      linux-mtd@lists.infradead.org
4548 S:      Maintained
4549 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4550
4551 FREESCALE SOC FS_ENET DRIVER
4552 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4553 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4554 L:      linuxppc-dev@lists.ozlabs.org
4555 L:      netdev@vger.kernel.org
4556 S:      Maintained
4557 F:      drivers/net/ethernet/freescale/fs_enet/
4558 F:      include/linux/fs_enet_pd.h
4559
4560 FREESCALE QUICC ENGINE LIBRARY
4561 L:      linuxppc-dev@lists.ozlabs.org
4562 S:      Orphan
4563 F:      drivers/soc/fsl/qe/
4564 F:      include/soc/fsl/*qe*.h
4565 F:      include/soc/fsl/*ucc*.h
4566
4567 FREESCALE USB PERIPHERAL DRIVERS
4568 M:      Li Yang <leoli@freescale.com>
4569 L:      linux-usb@vger.kernel.org
4570 L:      linuxppc-dev@lists.ozlabs.org
4571 S:      Maintained
4572 F:      drivers/usb/gadget/udc/fsl*
4573
4574 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4575 M:      Li Yang <leoli@freescale.com>
4576 L:      netdev@vger.kernel.org
4577 L:      linuxppc-dev@lists.ozlabs.org
4578 S:      Maintained
4579 F:      drivers/net/ethernet/freescale/ucc_geth*
4580
4581 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4582 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4583 L:      netdev@vger.kernel.org
4584 S:      Maintained
4585 F:      drivers/net/ethernet/freescale/gianfar*
4586 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4587 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4588
4589 FREESCALE QUICC ENGINE UCC UART DRIVER
4590 M:      Timur Tabi <timur@tabi.org>
4591 L:      linuxppc-dev@lists.ozlabs.org
4592 S:      Maintained
4593 F:      drivers/tty/serial/ucc_uart.c
4594
4595 FREESCALE SOC SOUND DRIVERS
4596 M:      Timur Tabi <timur@tabi.org>
4597 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4598 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4599 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4600 L:      linuxppc-dev@lists.ozlabs.org
4601 S:      Maintained
4602 F:      sound/soc/fsl/fsl*
4603 F:      sound/soc/fsl/imx*
4604 F:      sound/soc/fsl/mpc8610_hpcd.c
4605
4606 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4607 M:      "J. German Rivera" <German.Rivera@freescale.com>
4608 L:      linux-kernel@vger.kernel.org
4609 S:      Maintained
4610 F:      drivers/staging/fsl-mc/
4611
4612 FREEVXFS FILESYSTEM
4613 M:      Christoph Hellwig <hch@infradead.org>
4614 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4615 S:      Maintained
4616 F:      fs/freevxfs/
4617
4618 FREEZER
4619 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4620 M:      Pavel Machek <pavel@ucw.cz>
4621 L:      linux-pm@vger.kernel.org
4622 S:      Supported
4623 F:      Documentation/power/freezing-of-tasks.txt
4624 F:      include/linux/freezer.h
4625 F:      kernel/freezer.c
4626
4627 FRONTSWAP API
4628 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4629 L:      linux-kernel@vger.kernel.org
4630 S:      Maintained
4631 F:      mm/frontswap.c
4632 F:      include/linux/frontswap.h
4633
4634 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4635 M:      David Howells <dhowells@redhat.com>
4636 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4637 S:      Supported
4638 F:      Documentation/filesystems/caching/
4639 F:      fs/fscache/
4640 F:      include/linux/fscache*.h
4641
4642 F2FS FILE SYSTEM
4643 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4644 M:      Changman Lee <cm224.lee@samsung.com>
4645 R:      Chao Yu <chao2.yu@samsung.com>
4646 L:      linux-f2fs-devel@lists.sourceforge.net
4647 W:      http://en.wikipedia.org/wiki/F2FS
4648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4649 S:      Maintained
4650 F:      Documentation/filesystems/f2fs.txt
4651 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4652 F:      fs/f2fs/
4653 F:      include/linux/f2fs_fs.h
4654 F:      include/trace/events/f2fs.h
4655
4656 FUJITSU FR-V (FRV) PORT
4657 S:      Orphan
4658 F:      arch/frv/
4659
4660 FUJITSU LAPTOP EXTRAS
4661 M:      Jonathan Woithe <jwoithe@just42.net>
4662 L:      platform-driver-x86@vger.kernel.org
4663 S:      Maintained
4664 F:      drivers/platform/x86/fujitsu-laptop.c
4665
4666 FUJITSU M-5MO LS CAMERA ISP DRIVER
4667 M:      Kyungmin Park <kyungmin.park@samsung.com>
4668 M:      Heungjun Kim <riverful.kim@samsung.com>
4669 L:      linux-media@vger.kernel.org
4670 S:      Maintained
4671 F:      drivers/media/i2c/m5mols/
4672 F:      include/media/i2c/m5mols.h
4673
4674 FUJITSU TABLET EXTRAS
4675 M:      Robert Gerlach <khnz@gmx.de>
4676 L:      platform-driver-x86@vger.kernel.org
4677 S:      Maintained
4678 F:      drivers/platform/x86/fujitsu-tablet.c
4679
4680 FUSE: FILESYSTEM IN USERSPACE
4681 M:      Miklos Szeredi <miklos@szeredi.hu>
4682 L:      fuse-devel@lists.sourceforge.net
4683 W:      http://fuse.sourceforge.net/
4684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4685 S:      Maintained
4686 F:      fs/fuse/
4687 F:      include/uapi/linux/fuse.h
4688 F:      Documentation/filesystems/fuse.txt
4689
4690 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4691 M:      Rik Faith <faith@cs.unc.edu>
4692 L:      linux-scsi@vger.kernel.org
4693 S:      Odd Fixes (e.g., new signatures)
4694 F:      drivers/scsi/fdomain.*
4695
4696 GCOV BASED KERNEL PROFILING
4697 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4698 S:      Maintained
4699 F:      kernel/gcov/
4700 F:      Documentation/gcov.txt
4701
4702 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4703 M:      Achim Leubner <achim_leubner@adaptec.com>
4704 L:      linux-scsi@vger.kernel.org
4705 W:      http://www.icp-vortex.com/
4706 S:      Supported
4707 F:      drivers/scsi/gdt*
4708
4709 GDB KERNEL DEBUGGING HELPER SCRIPTS
4710 M:      Jan Kiszka <jan.kiszka@siemens.com>
4711 S:      Supported
4712 F:      scripts/gdb/
4713
4714 GEMTEK FM RADIO RECEIVER DRIVER
4715 M:      Hans Verkuil <hverkuil@xs4all.nl>
4716 L:      linux-media@vger.kernel.org
4717 T:      git git://linuxtv.org/media_tree.git
4718 W:      https://linuxtv.org
4719 S:      Maintained
4720 F:      drivers/media/radio/radio-gemtek*
4721
4722 GENERIC GPIO I2C DRIVER
4723 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4724 S:      Supported
4725 F:      drivers/i2c/busses/i2c-gpio.c
4726 F:      include/linux/i2c-gpio.h
4727
4728 GENERIC GPIO I2C MULTIPLEXER DRIVER
4729 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4730 L:      linux-i2c@vger.kernel.org
4731 S:      Supported
4732 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4733 F:      include/linux/i2c-mux-gpio.h
4734 F:      Documentation/i2c/muxes/i2c-mux-gpio
4735
4736 GENERIC HDLC (WAN) DRIVERS
4737 M:      Krzysztof Halasa <khc@pm.waw.pl>
4738 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4739 S:      Maintained
4740 F:      drivers/net/wan/c101.c
4741 F:      drivers/net/wan/hd6457*
4742 F:      drivers/net/wan/hdlc*
4743 F:      drivers/net/wan/n2.c
4744 F:      drivers/net/wan/pc300too.c
4745 F:      drivers/net/wan/pci200syn.c
4746 F:      drivers/net/wan/wanxl*
4747
4748 GENERIC INCLUDE/ASM HEADER FILES
4749 M:      Arnd Bergmann <arnd@arndb.de>
4750 L:      linux-arch@vger.kernel.org
4751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4752 S:      Maintained
4753 F:      include/asm-generic/
4754 F:      include/uapi/asm-generic/
4755
4756 GENERIC PHY FRAMEWORK
4757 M:      Kishon Vijay Abraham I <kishon@ti.com>
4758 L:      linux-kernel@vger.kernel.org
4759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4760 S:      Supported
4761 F:      drivers/phy/
4762 F:      include/linux/phy/
4763
4764 GENERIC PM DOMAINS
4765 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4766 M:      Kevin Hilman <khilman@kernel.org>
4767 M:      Ulf Hansson <ulf.hansson@linaro.org>
4768 L:      linux-pm@vger.kernel.org
4769 S:      Supported
4770 F:      drivers/base/power/domain*.c
4771 F:      include/linux/pm_domain.h
4772
4773 GENERIC UIO DRIVER FOR PCI DEVICES
4774 M:      "Michael S. Tsirkin" <mst@redhat.com>
4775 L:      kvm@vger.kernel.org
4776 S:      Supported
4777 F:      drivers/uio/uio_pci_generic.c
4778
4779 GET_MAINTAINER SCRIPT
4780 M:      Joe Perches <joe@perches.com>
4781 S:      Maintained
4782 F:      scripts/get_maintainer.pl
4783
4784 GFS2 FILE SYSTEM
4785 M:      Steven Whitehouse <swhiteho@redhat.com>
4786 M:      Bob Peterson <rpeterso@redhat.com>
4787 L:      cluster-devel@redhat.com
4788 W:      http://sources.redhat.com/cluster/
4789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4790 S:      Supported
4791 F:      Documentation/filesystems/gfs2*.txt
4792 F:      fs/gfs2/
4793 F:      include/uapi/linux/gfs2_ondisk.h
4794
4795 GIGASET ISDN DRIVERS
4796 M:      Paul Bolle <pebolle@tiscali.nl>
4797 L:      gigaset307x-common@lists.sourceforge.net
4798 W:      http://gigaset307x.sourceforge.net/
4799 S:      Odd Fixes
4800 F:      Documentation/isdn/README.gigaset
4801 F:      drivers/isdn/gigaset/
4802 F:      include/uapi/linux/gigaset_dev.h
4803
4804 GO7007 MPEG CODEC
4805 M:      Hans Verkuil <hans.verkuil@cisco.com>
4806 L:      linux-media@vger.kernel.org
4807 S:      Maintained
4808 F:      drivers/media/usb/go7007/
4809
4810 GOODIX TOUCHSCREEN
4811 M:      Bastien Nocera <hadess@hadess.net>
4812 L:      linux-input@vger.kernel.org
4813 S:      Maintained
4814 F:      drivers/input/touchscreen/goodix.c
4815
4816 GPIO SUBSYSTEM
4817 M:      Linus Walleij <linus.walleij@linaro.org>
4818 M:      Alexandre Courbot <gnurou@gmail.com>
4819 L:      linux-gpio@vger.kernel.org
4820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4821 S:      Maintained
4822 F:      Documentation/gpio/
4823 F:      drivers/gpio/
4824 F:      include/linux/gpio/
4825 F:      include/linux/gpio.h
4826 F:      include/asm-generic/gpio.h
4827
4828 GRE DEMULTIPLEXER DRIVER
4829 M:      Dmitry Kozlov <xeb@mail.ru>
4830 L:      netdev@vger.kernel.org
4831 S:      Maintained
4832 F:      net/ipv4/gre_demux.c
4833 F:      net/ipv4/gre_offload.c
4834 F:      include/net/gre.h
4835
4836 GRETH 10/100/1G Ethernet MAC device driver
4837 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4838 L:      netdev@vger.kernel.org
4839 S:      Maintained
4840 F:      drivers/net/ethernet/aeroflex/
4841
4842 GSPCA FINEPIX SUBDRIVER
4843 M:      Frank Zago <frank@zago.net>
4844 L:      linux-media@vger.kernel.org
4845 T:      git git://linuxtv.org/media_tree.git
4846 S:      Maintained
4847 F:      drivers/media/usb/gspca/finepix.c
4848
4849 GSPCA GL860 SUBDRIVER
4850 M:      Olivier Lorin <o.lorin@laposte.net>
4851 L:      linux-media@vger.kernel.org
4852 T:      git git://linuxtv.org/media_tree.git
4853 S:      Maintained
4854 F:      drivers/media/usb/gspca/gl860/
4855
4856 GSPCA M5602 SUBDRIVER
4857 M:      Erik Andren <erik.andren@gmail.com>
4858 L:      linux-media@vger.kernel.org
4859 T:      git git://linuxtv.org/media_tree.git
4860 S:      Maintained
4861 F:      drivers/media/usb/gspca/m5602/
4862
4863 GSPCA PAC207 SONIXB SUBDRIVER
4864 M:      Hans de Goede <hdegoede@redhat.com>
4865 L:      linux-media@vger.kernel.org
4866 T:      git git://linuxtv.org/media_tree.git
4867 S:      Maintained
4868 F:      drivers/media/usb/gspca/pac207.c
4869
4870 GSPCA SN9C20X SUBDRIVER
4871 M:      Brian Johnson <brijohn@gmail.com>
4872 L:      linux-media@vger.kernel.org
4873 T:      git git://linuxtv.org/media_tree.git
4874 S:      Maintained
4875 F:      drivers/media/usb/gspca/sn9c20x.c
4876
4877 GSPCA T613 SUBDRIVER
4878 M:      Leandro Costantino <lcostantino@gmail.com>
4879 L:      linux-media@vger.kernel.org
4880 T:      git git://linuxtv.org/media_tree.git
4881 S:      Maintained
4882 F:      drivers/media/usb/gspca/t613.c
4883
4884 GSPCA USB WEBCAM DRIVER
4885 M:      Hans de Goede <hdegoede@redhat.com>
4886 L:      linux-media@vger.kernel.org
4887 T:      git git://linuxtv.org/media_tree.git
4888 S:      Maintained
4889 F:      drivers/media/usb/gspca/
4890
4891 GUID PARTITION TABLE (GPT)
4892 M:      Davidlohr Bueso <dave@stgolabs.net>
4893 L:      linux-efi@vger.kernel.org
4894 S:      Maintained
4895 F:      block/partitions/efi.*
4896
4897 STK1160 USB VIDEO CAPTURE DRIVER
4898 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4899 L:      linux-media@vger.kernel.org
4900 T:      git git://linuxtv.org/media_tree.git
4901 S:      Maintained
4902 F:      drivers/media/usb/stk1160/
4903
4904 H8/300 ARCHITECTURE
4905 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4906 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4907 W:      http://uclinux-h8.sourceforge.jp
4908 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4909 S:      Maintained
4910 F:      arch/h8300/
4911 F:      drivers/clocksource/h8300_*.c
4912 F:      drivers/clk/h8300/
4913 F:      drivers/irqchip/irq-renesas-h8*.c
4914
4915 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4916 M:      Frank Seidel <frank@f-seidel.de>
4917 L:      platform-driver-x86@vger.kernel.org
4918 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4919 S:      Maintained
4920 F:      drivers/platform/x86/hdaps.c
4921
4922 HDPVR USB VIDEO ENCODER DRIVER
4923 M:      Hans Verkuil <hverkuil@xs4all.nl>
4924 L:      linux-media@vger.kernel.org
4925 T:      git git://linuxtv.org/media_tree.git
4926 W:      https://linuxtv.org
4927 S:      Odd Fixes
4928 F:      drivers/media/usb/hdpvr/
4929
4930 HWPOISON MEMORY FAILURE HANDLING
4931 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4932 L:      linux-mm@kvack.org
4933 S:      Maintained
4934 F:      mm/memory-failure.c
4935 F:      mm/hwpoison-inject.c
4936
4937 HYPERVISOR VIRTUAL CONSOLE DRIVER
4938 L:      linuxppc-dev@lists.ozlabs.org
4939 S:      Odd Fixes
4940 F:      drivers/tty/hvc/
4941
4942 HACKRF MEDIA DRIVER
4943 M:      Antti Palosaari <crope@iki.fi>
4944 L:      linux-media@vger.kernel.org
4945 W:      https://linuxtv.org
4946 W:      http://palosaari.fi/linux/
4947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4948 T:      git git://linuxtv.org/anttip/media_tree.git
4949 S:      Maintained
4950 F:      drivers/media/usb/hackrf/
4951
4952 HARDWARE MONITORING
4953 M:      Jean Delvare <jdelvare@suse.com>
4954 M:      Guenter Roeck <linux@roeck-us.net>
4955 L:      lm-sensors@lm-sensors.org
4956 W:      http://www.lm-sensors.org/
4957 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4959 S:      Maintained
4960 F:      Documentation/hwmon/
4961 F:      drivers/hwmon/
4962 F:      include/linux/hwmon*.h
4963
4964 HARDWARE RANDOM NUMBER GENERATOR CORE
4965 M:      Matt Mackall <mpm@selenic.com>
4966 M:      Herbert Xu <herbert@gondor.apana.org.au>
4967 L:      linux-crypto@vger.kernel.org
4968 S:      Odd fixes
4969 F:      Documentation/hw_random.txt
4970 F:      drivers/char/hw_random/
4971 F:      include/linux/hw_random.h
4972
4973 HARDWARE SPINLOCK CORE
4974 M:      Ohad Ben-Cohen <ohad@wizery.com>
4975 S:      Maintained
4976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4977 F:      Documentation/hwspinlock.txt
4978 F:      drivers/hwspinlock/hwspinlock_*
4979 F:      include/linux/hwspinlock.h
4980
4981 HARMONY SOUND DRIVER
4982 L:      linux-parisc@vger.kernel.org
4983 S:      Maintained
4984 F:      sound/parisc/harmony.*
4985
4986 HD29L2 MEDIA DRIVER
4987 M:      Antti Palosaari <crope@iki.fi>
4988 L:      linux-media@vger.kernel.org
4989 W:      https://linuxtv.org
4990 W:      http://palosaari.fi/linux/
4991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4992 T:      git git://linuxtv.org/anttip/media_tree.git
4993 S:      Maintained
4994 F:      drivers/media/dvb-frontends/hd29l2*
4995
4996 HEWLETT-PACKARD SMART2 RAID DRIVER
4997 L:      iss_storagedev@hp.com
4998 S:      Orphan
4999 F:      Documentation/blockdev/cpqarray.txt
5000 F:      drivers/block/cpqarray.*
5001
5002 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5003 M:      Don Brace <don.brace@pmcs.com>
5004 L:      iss_storagedev@hp.com
5005 L:      storagedev@pmcs.com
5006 L:      linux-scsi@vger.kernel.org
5007 S:      Supported
5008 F:      Documentation/scsi/hpsa.txt
5009 F:      drivers/scsi/hpsa*.[ch]
5010 F:      include/linux/cciss*.h
5011 F:      include/uapi/linux/cciss*.h
5012
5013 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5014 M:      Don Brace <don.brace@pmcs.com>
5015 L:      iss_storagedev@hp.com
5016 L:      storagedev@pmcs.com
5017 L:      linux-scsi@vger.kernel.org
5018 S:      Supported
5019 F:      Documentation/blockdev/cciss.txt
5020 F:      drivers/block/cciss*
5021 F:      include/linux/cciss_ioctl.h
5022 F:      include/uapi/linux/cciss_ioctl.h
5023
5024 HFS FILESYSTEM
5025 L:      linux-fsdevel@vger.kernel.org
5026 S:      Orphan
5027 F:      Documentation/filesystems/hfs.txt
5028 F:      fs/hfs/
5029
5030 HFSPLUS FILESYSTEM
5031 L:      linux-fsdevel@vger.kernel.org
5032 S:      Orphan
5033 F:      Documentation/filesystems/hfsplus.txt
5034 F:      fs/hfsplus/
5035
5036 HGA FRAMEBUFFER DRIVER
5037 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5038 L:      linux-nvidia@lists.surfsouth.com
5039 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5040 S:      Maintained
5041 F:      drivers/video/fbdev/hgafb.c
5042
5043 HIBERNATION (aka Software Suspend, aka swsusp)
5044 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5045 M:      Pavel Machek <pavel@ucw.cz>
5046 L:      linux-pm@vger.kernel.org
5047 S:      Supported
5048 F:      arch/x86/power/
5049 F:      drivers/base/power/
5050 F:      kernel/power/
5051 F:      include/linux/suspend.h
5052 F:      include/linux/freezer.h
5053 F:      include/linux/pm.h
5054 F:      arch/*/include/asm/suspend*.h
5055
5056 HID CORE LAYER
5057 M:      Jiri Kosina <jikos@kernel.org>
5058 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5059 L:      linux-input@vger.kernel.org
5060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5061 S:      Maintained
5062 F:      drivers/hid/
5063 F:      include/linux/hid*
5064 F:      include/uapi/linux/hid*
5065
5066 HID SENSOR HUB DRIVERS
5067 M:      Jiri Kosina <jikos@kernel.org>
5068 M:      Jonathan Cameron <jic23@kernel.org>
5069 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5070 L:      linux-input@vger.kernel.org
5071 L:      linux-iio@vger.kernel.org
5072 S:      Maintained
5073 F:      Documentation/hid/hid-sensor*
5074 F:      drivers/hid/hid-sensor-*
5075 F:      drivers/iio/*/hid-*
5076 F:      include/linux/hid-sensor-*
5077
5078 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5079 M:      Thomas Gleixner <tglx@linutronix.de>
5080 L:      linux-kernel@vger.kernel.org
5081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5082 S:      Maintained
5083 F:      Documentation/timers/
5084 F:      kernel/time/hrtimer.c
5085 F:      kernel/time/clockevents.c
5086 F:      kernel/time/tick*.*
5087 F:      kernel/time/timer_*.c
5088 F:      include/linux/clockchips.h
5089 F:      include/linux/hrtimer.h
5090
5091 HIGH-SPEED SCC DRIVER FOR AX.25
5092 L:      linux-hams@vger.kernel.org
5093 S:      Orphan
5094 F:      drivers/net/hamradio/dmascc.c
5095 F:      drivers/net/hamradio/scc.c
5096
5097 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5098 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5099 W:      http://www.highpoint-tech.com
5100 S:      Supported
5101 F:      Documentation/scsi/hptiop.txt
5102 F:      drivers/scsi/hptiop.c
5103
5104 HIPPI
5105 M:      Jes Sorensen <jes@trained-monkey.org>
5106 L:      linux-hippi@sunsite.dk
5107 S:      Maintained
5108 F:      include/linux/hippidevice.h
5109 F:      include/uapi/linux/if_hippi.h
5110 F:      net/802/hippi.c
5111 F:      drivers/net/hippi/
5112
5113 HISILICON SAS Controller
5114 M:      John Garry <john.garry@huawei.com>
5115 W:      http://www.hisilicon.com
5116 S:      Supported
5117 F:      drivers/scsi/hisi_sas/
5118 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5119
5120 HOST AP DRIVER
5121 M:      Jouni Malinen <j@w1.fi>
5122 L:      hostap@shmoo.com (subscribers-only)
5123 L:      linux-wireless@vger.kernel.org
5124 W:      http://hostap.epitest.fi/
5125 S:      Maintained
5126 F:      drivers/net/wireless/intersil/hostap/
5127
5128 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5129 L:      platform-driver-x86@vger.kernel.org
5130 S:      Orphan
5131 F:      drivers/platform/x86/tc1100-wmi.c
5132
5133 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5134 M:      Jaroslav Kysela <perex@perex.cz>
5135 S:      Maintained
5136 F:      drivers/net/ethernet/hp/hp100.*
5137
5138 HPET:   High Precision Event Timers driver
5139 M:      Clemens Ladisch <clemens@ladisch.de>
5140 S:      Maintained
5141 F:      Documentation/timers/hpet.txt
5142 F:      drivers/char/hpet.c
5143 F:      include/linux/hpet.h
5144 F:      include/uapi/linux/hpet.h
5145
5146 HPET:   x86
5147 S:      Orphan
5148 F:      arch/x86/kernel/hpet.c
5149 F:      arch/x86/include/asm/hpet.h
5150
5151 HPFS FILESYSTEM
5152 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5153 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5154 S:      Maintained
5155 F:      fs/hpfs/
5156
5157 HSI SUBSYSTEM
5158 M:      Sebastian Reichel <sre@kernel.org>
5159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5160 S:      Maintained
5161 F:      Documentation/ABI/testing/sysfs-bus-hsi
5162 F:      Documentation/hsi.txt
5163 F:      drivers/hsi/
5164 F:      include/linux/hsi/
5165 F:      include/uapi/linux/hsi/
5166
5167 HSO 3G MODEM DRIVER
5168 M:      Jan Dumon <j.dumon@option.com>
5169 W:      http://www.pharscape.org
5170 S:      Maintained
5171 F:      drivers/net/usb/hso.c
5172
5173 HSR NETWORK PROTOCOL
5174 M:      Arvid Brodin <arvid.brodin@alten.se>
5175 L:      netdev@vger.kernel.org
5176 S:      Maintained
5177 F:      net/hsr/
5178
5179 HTCPEN TOUCHSCREEN DRIVER
5180 M:      Pau Oliva Fora <pof@eslack.org>
5181 L:      linux-input@vger.kernel.org
5182 S:      Maintained
5183 F:      drivers/input/touchscreen/htcpen.c
5184
5185 HUGETLB FILESYSTEM
5186 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5187 S:      Maintained
5188 F:      fs/hugetlbfs/
5189
5190 Hyper-V CORE AND DRIVERS
5191 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5192 M:      Haiyang Zhang <haiyangz@microsoft.com>
5193 L:      devel@linuxdriverproject.org
5194 S:      Maintained
5195 F:      arch/x86/include/asm/mshyperv.h
5196 F:      arch/x86/include/uapi/asm/hyperv.h
5197 F:      arch/x86/kernel/cpu/mshyperv.c
5198 F:      drivers/hid/hid-hyperv.c
5199 F:      drivers/hv/
5200 F:      drivers/input/serio/hyperv-keyboard.c
5201 F:      drivers/net/hyperv/
5202 F:      drivers/scsi/storvsc_drv.c
5203 F:      drivers/video/fbdev/hyperv_fb.c
5204 F:      include/linux/hyperv.h
5205 F:      tools/hv/
5206 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5207
5208 I2C OVER PARALLEL PORT
5209 M:      Jean Delvare <jdelvare@suse.com>
5210 L:      linux-i2c@vger.kernel.org
5211 S:      Maintained
5212 F:      Documentation/i2c/busses/i2c-parport
5213 F:      Documentation/i2c/busses/i2c-parport-light
5214 F:      drivers/i2c/busses/i2c-parport.c
5215 F:      drivers/i2c/busses/i2c-parport-light.c
5216
5217 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5218 M:      Jean Delvare <jdelvare@suse.com>
5219 L:      linux-i2c@vger.kernel.org
5220 S:      Maintained
5221 F:      Documentation/i2c/busses/i2c-ali1535
5222 F:      Documentation/i2c/busses/i2c-ali1563
5223 F:      Documentation/i2c/busses/i2c-ali15x3
5224 F:      Documentation/i2c/busses/i2c-amd756
5225 F:      Documentation/i2c/busses/i2c-amd8111
5226 F:      Documentation/i2c/busses/i2c-i801
5227 F:      Documentation/i2c/busses/i2c-nforce2
5228 F:      Documentation/i2c/busses/i2c-piix4
5229 F:      Documentation/i2c/busses/i2c-sis5595
5230 F:      Documentation/i2c/busses/i2c-sis630
5231 F:      Documentation/i2c/busses/i2c-sis96x
5232 F:      Documentation/i2c/busses/i2c-via
5233 F:      Documentation/i2c/busses/i2c-viapro
5234 F:      drivers/i2c/busses/i2c-ali1535.c
5235 F:      drivers/i2c/busses/i2c-ali1563.c
5236 F:      drivers/i2c/busses/i2c-ali15x3.c
5237 F:      drivers/i2c/busses/i2c-amd756.c
5238 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5239 F:      drivers/i2c/busses/i2c-amd8111.c
5240 F:      drivers/i2c/busses/i2c-i801.c
5241 F:      drivers/i2c/busses/i2c-isch.c
5242 F:      drivers/i2c/busses/i2c-nforce2.c
5243 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5244 F:      drivers/i2c/busses/i2c-piix4.c
5245 F:      drivers/i2c/busses/i2c-sis5595.c
5246 F:      drivers/i2c/busses/i2c-sis630.c
5247 F:      drivers/i2c/busses/i2c-sis96x.c
5248 F:      drivers/i2c/busses/i2c-via.c
5249 F:      drivers/i2c/busses/i2c-viapro.c
5250
5251 I2C/SMBUS ISMT DRIVER
5252 M:      Seth Heasley <seth.heasley@intel.com>
5253 M:      Neil Horman <nhorman@tuxdriver.com>
5254 L:      linux-i2c@vger.kernel.org
5255 F:      drivers/i2c/busses/i2c-ismt.c
5256 F:      Documentation/i2c/busses/i2c-ismt
5257
5258 I2C/SMBUS STUB DRIVER
5259 M:      Jean Delvare <jdelvare@suse.com>
5260 L:      linux-i2c@vger.kernel.org
5261 S:      Maintained
5262 F:      drivers/i2c/i2c-stub.c
5263
5264 I2C SUBSYSTEM
5265 M:      Wolfram Sang <wsa@the-dreams.de>
5266 L:      linux-i2c@vger.kernel.org
5267 W:      https://i2c.wiki.kernel.org/
5268 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5270 S:      Maintained
5271 F:      Documentation/devicetree/bindings/i2c/
5272 F:      Documentation/i2c/
5273 F:      drivers/i2c/
5274 F:      drivers/i2c/*/
5275 F:      include/linux/i2c.h
5276 F:      include/linux/i2c-*.h
5277 F:      include/uapi/linux/i2c.h
5278 F:      include/uapi/linux/i2c-*.h
5279
5280 I2C ACPI SUPPORT
5281 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5282 L:      linux-i2c@vger.kernel.org
5283 L:      linux-acpi@vger.kernel.org
5284 S:      Maintained
5285
5286 I2C-TAOS-EVM DRIVER
5287 M:      Jean Delvare <jdelvare@suse.com>
5288 L:      linux-i2c@vger.kernel.org
5289 S:      Maintained
5290 F:      Documentation/i2c/busses/i2c-taos-evm
5291 F:      drivers/i2c/busses/i2c-taos-evm.c
5292
5293 I2C-TINY-USB DRIVER
5294 M:      Till Harbaum <till@harbaum.org>
5295 L:      linux-i2c@vger.kernel.org
5296 W:      http://www.harbaum.org/till/i2c_tiny_usb
5297 S:      Maintained
5298 F:      drivers/i2c/busses/i2c-tiny-usb.c
5299
5300 i386 BOOT CODE
5301 M:      "H. Peter Anvin" <hpa@zytor.com>
5302 S:      Maintained
5303 F:      arch/x86/boot/
5304
5305 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5306 M:      "H. Peter Anvin" <hpa@zytor.com>
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5308 S:      Maintained
5309
5310 IA64 (Itanium) PLATFORM
5311 M:      Tony Luck <tony.luck@intel.com>
5312 M:      Fenghua Yu <fenghua.yu@intel.com>
5313 L:      linux-ia64@vger.kernel.org
5314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5315 S:      Maintained
5316 F:      arch/ia64/
5317
5318 IBM Power VMX Cryptographic instructions
5319 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5320 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5321 L:      linux-crypto@vger.kernel.org
5322 S:      Supported
5323 F:      drivers/crypto/vmx/Makefile
5324 F:      drivers/crypto/vmx/Kconfig
5325 F:      drivers/crypto/vmx/vmx.c
5326 F:      drivers/crypto/vmx/aes*
5327 F:      drivers/crypto/vmx/ghash*
5328 F:      drivers/crypto/vmx/ppc-xlate.pl
5329
5330 IBM Power in-Nest Crypto Acceleration
5331 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5332 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5333 L:      linux-crypto@vger.kernel.org
5334 S:      Supported
5335 F:      drivers/crypto/nx/Makefile
5336 F:      drivers/crypto/nx/Kconfig
5337 F:      drivers/crypto/nx/nx-aes*
5338 F:      drivers/crypto/nx/nx-sha*
5339 F:      drivers/crypto/nx/nx.*
5340 F:      drivers/crypto/nx/nx_csbcpb.h
5341 F:      drivers/crypto/nx/nx_debugfs.h
5342
5343 IBM Power 842 compression accelerator
5344 M:      Dan Streetman <ddstreet@ieee.org>
5345 S:      Supported
5346 F:      drivers/crypto/nx/Makefile
5347 F:      drivers/crypto/nx/Kconfig
5348 F:      drivers/crypto/nx/nx-842*
5349 F:      include/linux/sw842.h
5350 F:      crypto/842.c
5351 F:      lib/842/
5352
5353 IBM Power Linux RAID adapter
5354 M:      Brian King <brking@us.ibm.com>
5355 S:      Supported
5356 F:      drivers/scsi/ipr.*
5357
5358 IBM Power Virtual Ethernet Device Driver
5359 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5360 L:      netdev@vger.kernel.org
5361 S:      Supported
5362 F:      drivers/net/ethernet/ibm/ibmveth.*
5363
5364 IBM Power SRIOV Virtual NIC Device Driver
5365 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5366 M:      John Allen <jallen@linux.vnet.ibm.com>
5367 L:      netdev@vger.kernel.org
5368 S:      Supported
5369 F:      drivers/net/ethernet/ibm/ibmvnic.*
5370
5371 IBM Power Virtual SCSI Device Drivers
5372 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5373 L:      linux-scsi@vger.kernel.org
5374 S:      Supported
5375 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5376 F:      drivers/scsi/ibmvscsi/viosrp.h
5377
5378 IBM Power Virtual FC Device Drivers
5379 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5380 L:      linux-scsi@vger.kernel.org
5381 S:      Supported
5382 F:      drivers/scsi/ibmvscsi/ibmvfc*
5383
5384 IBM ServeRAID RAID DRIVER
5385 S:      Orphan
5386 F:      drivers/scsi/ips.*
5387
5388 ICH LPC AND GPIO DRIVER
5389 M:      Peter Tyser <ptyser@xes-inc.com>
5390 S:      Maintained
5391 F:      drivers/mfd/lpc_ich.c
5392 F:      drivers/gpio/gpio-ich.c
5393
5394 IDE SUBSYSTEM
5395 M:      "David S. Miller" <davem@davemloft.net>
5396 L:      linux-ide@vger.kernel.org
5397 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5399 S:      Maintained
5400 F:      Documentation/ide/
5401 F:      drivers/ide/
5402 F:      include/linux/ide.h
5403
5404 IDEAPAD LAPTOP EXTRAS DRIVER
5405 M:      Ike Panhc <ike.pan@canonical.com>
5406 L:      platform-driver-x86@vger.kernel.org
5407 W:      http://launchpad.net/ideapad-laptop
5408 S:      Maintained
5409 F:      drivers/platform/x86/ideapad-laptop.c
5410
5411 IDEAPAD LAPTOP SLIDEBAR DRIVER
5412 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5413 L:      linux-input@vger.kernel.org
5414 W:      https://github.com/o2genum/ideapad-slidebar
5415 S:      Maintained
5416 F:      drivers/input/misc/ideapad_slidebar.c
5417
5418 IDE/ATAPI DRIVERS
5419 M:      Borislav Petkov <bp@alien8.de>
5420 L:      linux-ide@vger.kernel.org
5421 S:      Maintained
5422 F:      Documentation/cdrom/ide-cd
5423 F:      drivers/ide/ide-cd*
5424
5425 IDLE-I7300
5426 M:      Andy Henroid <andrew.d.henroid@intel.com>
5427 L:      linux-pm@vger.kernel.org
5428 S:      Supported
5429 F:      drivers/idle/i7300_idle.c
5430
5431 IEEE 802.15.4 SUBSYSTEM
5432 M:      Alexander Aring <alex.aring@gmail.com>
5433 L:      linux-wpan@vger.kernel.org
5434 W:      https://github.com/linux-wpan
5435 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5436 S:      Maintained
5437 F:      net/ieee802154/
5438 F:      net/mac802154/
5439 F:      drivers/net/ieee802154/
5440 F:      include/linux/nl802154.h
5441 F:      include/linux/ieee802154.h
5442 F:      include/net/nl802154.h
5443 F:      include/net/mac802154.h
5444 F:      include/net/af_ieee802154.h
5445 F:      include/net/cfg802154.h
5446 F:      include/net/ieee802154_netdev.h
5447 F:      Documentation/networking/ieee802154.txt
5448
5449 IGORPLUG-USB IR RECEIVER
5450 M:      Sean Young <sean@mess.org>
5451 L:      linux-media@vger.kernel.org
5452 S:      Maintained
5453 F:      drivers/media/rc/igorplugusb.c
5454
5455 IGUANAWORKS USB IR TRANSCEIVER
5456 M:      Sean Young <sean@mess.org>
5457 L:      linux-media@vger.kernel.org
5458 S:      Maintained
5459 F:      drivers/media/rc/iguanair.c
5460
5461 IIO SUBSYSTEM AND DRIVERS
5462 M:      Jonathan Cameron <jic23@kernel.org>
5463 R:      Hartmut Knaack <knaack.h@gmx.de>
5464 R:      Lars-Peter Clausen <lars@metafoo.de>
5465 R:      Peter Meerwald <pmeerw@pmeerw.net>
5466 L:      linux-iio@vger.kernel.org
5467 S:      Maintained
5468 F:      drivers/iio/
5469 F:      drivers/staging/iio/
5470 F:      include/linux/iio/
5471 F:      tools/iio/
5472
5473 IKANOS/ADI EAGLE ADSL USB DRIVER
5474 M:      Matthieu Castet <castet.matthieu@free.fr>
5475 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5476 S:      Maintained
5477 F:      drivers/usb/atm/ueagle-atm.c
5478
5479 INA209 HARDWARE MONITOR DRIVER
5480 M:      Guenter Roeck <linux@roeck-us.net>
5481 L:      lm-sensors@lm-sensors.org
5482 S:      Maintained
5483 F:      Documentation/hwmon/ina209
5484 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5485 F:      drivers/hwmon/ina209.c
5486
5487 INA2XX HARDWARE MONITOR DRIVER
5488 M:      Guenter Roeck <linux@roeck-us.net>
5489 L:      lm-sensors@lm-sensors.org
5490 S:      Maintained
5491 F:      Documentation/hwmon/ina2xx
5492 F:      drivers/hwmon/ina2xx.c
5493 F:      include/linux/platform_data/ina2xx.h
5494
5495 INDUSTRY PACK SUBSYSTEM (IPACK)
5496 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5497 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5498 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5499 L:      industrypack-devel@lists.sourceforge.net
5500 W:      http://industrypack.sourceforge.net
5501 S:      Maintained
5502 F:      drivers/ipack/
5503
5504 INGENIC JZ4780 DMA Driver
5505 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5506 S:      Maintained
5507 F:      drivers/dma/dma-jz4780.c
5508
5509 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5510 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5511 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5512 L:      linux-ima-devel@lists.sourceforge.net
5513 L:      linux-ima-user@lists.sourceforge.net
5514 L:      linux-security-module@vger.kernel.org
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5516 S:      Supported
5517 F:      security/integrity/ima/
5518
5519 IMGTEC IR DECODER DRIVER
5520 M:      James Hogan <james.hogan@imgtec.com>
5521 S:      Maintained
5522 F:      drivers/media/rc/img-ir/
5523
5524 IMS TWINTURBO FRAMEBUFFER DRIVER
5525 L:      linux-fbdev@vger.kernel.org
5526 S:      Orphan
5527 F:      drivers/video/fbdev/imsttfb.c
5528
5529 INFINIBAND SUBSYSTEM
5530 M:      Doug Ledford <dledford@redhat.com>
5531 M:      Sean Hefty <sean.hefty@intel.com>
5532 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5533 L:      linux-rdma@vger.kernel.org
5534 W:      http://www.openfabrics.org/
5535 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5537 S:      Supported
5538 F:      Documentation/infiniband/
5539 F:      drivers/infiniband/
5540 F:      drivers/staging/rdma/
5541 F:      include/uapi/linux/if_infiniband.h
5542 F:      include/uapi/rdma/
5543 F:      include/rdma/
5544
5545 INOTIFY
5546 M:      John McCutchan <john@johnmccutchan.com>
5547 M:      Robert Love <rlove@rlove.org>
5548 M:      Eric Paris <eparis@parisplace.org>
5549 S:      Maintained
5550 F:      Documentation/filesystems/inotify.txt
5551 F:      fs/notify/inotify/
5552 F:      include/linux/inotify.h
5553 F:      include/uapi/linux/inotify.h
5554
5555 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5556 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5557 L:      linux-input@vger.kernel.org
5558 Q:      http://patchwork.kernel.org/project/linux-input/list/
5559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5560 S:      Maintained
5561 F:      drivers/input/
5562 F:      include/linux/input.h
5563 F:      include/uapi/linux/input.h
5564 F:      include/linux/input/
5565
5566 INPUT MULTITOUCH (MT) PROTOCOL
5567 M:      Henrik Rydberg <rydberg@bitmath.org>
5568 L:      linux-input@vger.kernel.org
5569 S:      Odd fixes
5570 F:      Documentation/input/multi-touch-protocol.txt
5571 F:      drivers/input/input-mt.c
5572 K:      \b(ABS|SYN)_MT_
5573
5574 INTEL ASoC BDW/HSW DRIVERS
5575 M:      Jie Yang <yang.jie@linux.intel.com>
5576 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5577 S:      Supported
5578 F:      sound/soc/intel/common/sst-dsp*
5579 F:      sound/soc/intel/common/sst-firmware.c
5580 F:      sound/soc/intel/boards/broadwell.c
5581 F:      sound/soc/intel/haswell/
5582
5583 INTEL C600 SERIES SAS CONTROLLER DRIVER
5584 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5585 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5586 L:      linux-scsi@vger.kernel.org
5587 T:      git git://git.code.sf.net/p/intel-sas/isci
5588 S:      Supported
5589 F:      drivers/scsi/isci/
5590
5591 INTEL HID EVENT DRIVER
5592 M:      Alex Hung <alex.hung@canonical.com>
5593 L:      platform-driver-x86@vger.kernel.org
5594 S:      Maintained
5595 F:      drivers/platform/x86/intel-hid.c
5596
5597 INTEL IDLE DRIVER
5598 M:      Len Brown <lenb@kernel.org>
5599 L:      linux-pm@vger.kernel.org
5600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5601 S:      Supported
5602 F:      drivers/idle/intel_idle.c
5603
5604 INTEL PSTATE DRIVER
5605 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5606 M:      Len Brown <lenb@kernel.org>
5607 L:      linux-pm@vger.kernel.org
5608 S:      Supported
5609 F:      drivers/cpufreq/intel_pstate.c
5610
5611 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5612 M:      Maik Broemme <mbroemme@plusserver.de>
5613 L:      linux-fbdev@vger.kernel.org
5614 S:      Maintained
5615 F:      Documentation/fb/intelfb.txt
5616 F:      drivers/video/fbdev/intelfb/
5617
5618 INTEL 810/815 FRAMEBUFFER DRIVER
5619 M:      Antonino Daplas <adaplas@gmail.com>
5620 L:      linux-fbdev@vger.kernel.org
5621 S:      Maintained
5622 F:      drivers/video/fbdev/i810/
5623
5624 INTEL MENLOW THERMAL DRIVER
5625 M:      Sujith Thomas <sujith.thomas@intel.com>
5626 L:      platform-driver-x86@vger.kernel.org
5627 W:      https://01.org/linux-acpi
5628 S:      Supported
5629 F:      drivers/platform/x86/intel_menlow.c
5630
5631 INTEL I/OAT DMA DRIVER
5632 M:      Dave Jiang <dave.jiang@intel.com>
5633 R:      Dan Williams <dan.j.williams@intel.com>
5634 L:      dmaengine@vger.kernel.org
5635 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5636 S:      Supported
5637 F:      drivers/dma/ioat*
5638
5639 INTEL IOMMU (VT-d)
5640 M:      David Woodhouse <dwmw2@infradead.org>
5641 L:      iommu@lists.linux-foundation.org
5642 T:      git git://git.infradead.org/iommu-2.6.git
5643 S:      Supported
5644 F:      drivers/iommu/intel-iommu.c
5645 F:      include/linux/intel-iommu.h
5646
5647 INTEL IOP-ADMA DMA DRIVER
5648 R:      Dan Williams <dan.j.williams@intel.com>
5649 S:      Odd fixes
5650 F:      drivers/dma/iop-adma.c
5651
5652 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5653 M:      Krzysztof Halasa <khalasa@piap.pl>
5654 S:      Maintained
5655 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5656 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5657 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5658 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5659 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5660 F:      drivers/net/wan/ixp4xx_hss.c
5661
5662 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5663 M:      Deepak Saxena <dsaxena@plexity.net>
5664 S:      Maintained
5665 F:      drivers/char/hw_random/ixp4xx-rng.c
5666
5667 INTEL ETHERNET DRIVERS
5668 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5669 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5670 R:      Shannon Nelson <shannon.nelson@intel.com>
5671 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5672 R:      Don Skidmore <donald.c.skidmore@intel.com>
5673 R:      Bruce Allan <bruce.w.allan@intel.com>
5674 R:      John Ronciak <john.ronciak@intel.com>
5675 R:      Mitch Williams <mitch.a.williams@intel.com>
5676 L:      intel-wired-lan@lists.osuosl.org
5677 W:      http://www.intel.com/support/feedback.htm
5678 W:      http://e1000.sourceforge.net/
5679 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5682 S:      Supported
5683 F:      Documentation/networking/e100.txt
5684 F:      Documentation/networking/e1000.txt
5685 F:      Documentation/networking/e1000e.txt
5686 F:      Documentation/networking/igb.txt
5687 F:      Documentation/networking/igbvf.txt
5688 F:      Documentation/networking/ixgb.txt
5689 F:      Documentation/networking/ixgbe.txt
5690 F:      Documentation/networking/ixgbevf.txt
5691 F:      Documentation/networking/i40e.txt
5692 F:      Documentation/networking/i40evf.txt
5693 F:      drivers/net/ethernet/intel/
5694 F:      drivers/net/ethernet/intel/*/
5695
5696 INTEL-MID GPIO DRIVER
5697 M:      David Cohen <david.a.cohen@linux.intel.com>
5698 L:      linux-gpio@vger.kernel.org
5699 S:      Maintained
5700 F:      drivers/gpio/gpio-intel-mid.c
5701
5702 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5703 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5704 L:      linux-wireless@vger.kernel.org
5705 S:      Maintained
5706 F:      Documentation/networking/README.ipw2100
5707 F:      Documentation/networking/README.ipw2200
5708 F:      drivers/net/wireless/intel/ipw2x00/
5709
5710 INTEL(R) TRACE HUB
5711 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5712 S:      Supported
5713 F:      Documentation/trace/intel_th.txt
5714 F:      drivers/hwtracing/intel_th/
5715
5716 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5717 M:      Ning Sun <ning.sun@intel.com>
5718 L:      tboot-devel@lists.sourceforge.net
5719 W:      http://tboot.sourceforge.net
5720 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5721 S:      Supported
5722 F:      Documentation/intel_txt.txt
5723 F:      include/linux/tboot.h
5724 F:      arch/x86/kernel/tboot.c
5725
5726 INTEL WIRELESS WIMAX CONNECTION 2400
5727 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5728 M:      linux-wimax@intel.com
5729 L:      wimax@linuxwimax.org (subscribers-only)
5730 S:      Supported
5731 W:      http://linuxwimax.org
5732 F:      Documentation/wimax/README.i2400m
5733 F:      drivers/net/wimax/i2400m/
5734 F:      include/uapi/linux/wimax/i2400m.h
5735
5736 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5737 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5738 L:      linux-wireless@vger.kernel.org
5739 S:      Supported
5740 F:      drivers/net/wireless/intel/iwlegacy/
5741
5742 INTEL WIRELESS WIFI LINK (iwlwifi)
5743 M:      Johannes Berg <johannes.berg@intel.com>
5744 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5745 M:      Intel Linux Wireless <linuxwifi@intel.com>
5746 L:      linux-wireless@vger.kernel.org
5747 W:      http://intellinuxwireless.org
5748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5749 S:      Supported
5750 F:      drivers/net/wireless/intel/iwlwifi/
5751
5752 INTEL MANAGEMENT ENGINE (mei)
5753 M:      Tomas Winkler <tomas.winkler@intel.com>
5754 L:      linux-kernel@vger.kernel.org
5755 S:      Supported
5756 F:      include/uapi/linux/mei.h
5757 F:      include/linux/mei_cl_bus.h
5758 F:      drivers/misc/mei/*
5759 F:      Documentation/misc-devices/mei/*
5760
5761 INTEL MIC DRIVERS (mic)
5762 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5763 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5764 S:      Supported
5765 W:      https://github.com/sudeepdutt/mic
5766 W:      http://software.intel.com/en-us/mic-developer
5767 F:      include/linux/mic_bus.h
5768 F:      include/linux/scif.h
5769 F:      include/uapi/linux/mic_common.h
5770 F:      include/uapi/linux/mic_ioctl.h
5771 F:      include/uapi/linux/scif_ioctl.h
5772 F:      drivers/misc/mic/
5773 F:      drivers/dma/mic_x100_dma.c
5774 F:      drivers/dma/mic_x100_dma.h
5775 F:      Documentation/mic/
5776
5777 INTEL PMC/P-Unit IPC DRIVER
5778 M:      Zha Qipeng<qipeng.zha@intel.com>
5779 L:      platform-driver-x86@vger.kernel.org
5780 S:      Maintained
5781 F:      drivers/platform/x86/intel_pmc_ipc.c
5782 F:      drivers/platform/x86/intel_punit_ipc.c
5783 F:      arch/x86/include/asm/intel_pmc_ipc.h
5784 F:      arch/x86/include/asm/intel_punit_ipc.h
5785
5786 INTEL TELEMETRY DRIVER
5787 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5788 L:      platform-driver-x86@vger.kernel.org
5789 S:      Maintained
5790 F:      arch/x86/include/asm/intel_telemetry.h
5791 F:      drivers/platform/x86/intel_telemetry*
5792
5793 IOC3 ETHERNET DRIVER
5794 M:      Ralf Baechle <ralf@linux-mips.org>
5795 L:      linux-mips@linux-mips.org
5796 S:      Maintained
5797 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5798
5799 IOC3 SERIAL DRIVER
5800 M:      Pat Gefre <pfg@sgi.com>
5801 L:      linux-serial@vger.kernel.org
5802 S:      Maintained
5803 F:      drivers/tty/serial/ioc3_serial.c
5804
5805 IOMMU DRIVERS
5806 M:      Joerg Roedel <joro@8bytes.org>
5807 L:      iommu@lists.linux-foundation.org
5808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5809 S:      Maintained
5810 F:      drivers/iommu/
5811
5812 IP MASQUERADING
5813 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5814 S:      Maintained
5815 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5816
5817 IPMI SUBSYSTEM
5818 M:      Corey Minyard <minyard@acm.org>
5819 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5820 W:      http://openipmi.sourceforge.net/
5821 S:      Supported
5822 F:      Documentation/IPMI.txt
5823 F:      drivers/char/ipmi/
5824 F:      include/linux/ipmi*
5825 F:      include/uapi/linux/ipmi*
5826
5827 QCOM AUDIO (ASoC) DRIVERS
5828 M:      Patrick Lai <plai@codeaurora.org>
5829 M:      Banajit Goswami <bgoswami@codeaurora.org>
5830 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5831 S:      Supported
5832 F:      sound/soc/qcom/
5833
5834 IPS SCSI RAID DRIVER
5835 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5836 L:      linux-scsi@vger.kernel.org
5837 W:      http://www.adaptec.com/
5838 S:      Maintained
5839 F:      drivers/scsi/ips*
5840
5841 IPVS
5842 M:      Wensong Zhang <wensong@linux-vs.org>
5843 M:      Simon Horman <horms@verge.net.au>
5844 M:      Julian Anastasov <ja@ssi.bg>
5845 L:      netdev@vger.kernel.org
5846 L:      lvs-devel@vger.kernel.org
5847 S:      Maintained
5848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5850 F:      Documentation/networking/ipvs-sysctl.txt
5851 F:      include/net/ip_vs.h
5852 F:      include/uapi/linux/ip_vs.h
5853 F:      net/netfilter/ipvs/
5854
5855 IPWIRELESS DRIVER
5856 M:      Jiri Kosina <jikos@kernel.org>
5857 M:      David Sterba <dsterba@suse.com>
5858 S:      Odd Fixes
5859 F:      drivers/tty/ipwireless/
5860
5861 IPX NETWORK LAYER
5862 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5863 L:      netdev@vger.kernel.org
5864 S:      Maintained
5865 F:      include/net/ipx.h
5866 F:      include/uapi/linux/ipx.h
5867 F:      net/ipx/
5868
5869 IRDA SUBSYSTEM
5870 M:      Samuel Ortiz <samuel@sortiz.org>
5871 L:      irda-users@lists.sourceforge.net (subscribers-only)
5872 L:      netdev@vger.kernel.org
5873 W:      http://irda.sourceforge.net/
5874 S:      Maintained
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5876 F:      Documentation/networking/irda.txt
5877 F:      drivers/net/irda/
5878 F:      include/net/irda/
5879 F:      net/irda/
5880
5881 IRQ SUBSYSTEM
5882 M:      Thomas Gleixner <tglx@linutronix.de>
5883 L:      linux-kernel@vger.kernel.org
5884 S:      Maintained
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5886 F:      kernel/irq/
5887
5888 IRQCHIP DRIVERS
5889 M:      Thomas Gleixner <tglx@linutronix.de>
5890 M:      Jason Cooper <jason@lakedaemon.net>
5891 M:      Marc Zyngier <marc.zyngier@arm.com>
5892 L:      linux-kernel@vger.kernel.org
5893 S:      Maintained
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5895 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5896 F:      Documentation/devicetree/bindings/interrupt-controller/
5897 F:      drivers/irqchip/
5898
5899 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5900 M:      Jiang Liu <jiang.liu@linux.intel.com>
5901 M:      Marc Zyngier <marc.zyngier@arm.com>
5902 S:      Maintained
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5904 F:      Documentation/IRQ-domain.txt
5905 F:      include/linux/irqdomain.h
5906 F:      kernel/irq/irqdomain.c
5907 F:      kernel/irq/msi.c
5908
5909 ISAPNP
5910 M:      Jaroslav Kysela <perex@perex.cz>
5911 S:      Maintained
5912 F:      Documentation/isapnp.txt
5913 F:      drivers/pnp/isapnp/
5914 F:      include/linux/isapnp.h
5915
5916 ISA RADIO MODULE
5917 M:      Hans Verkuil <hverkuil@xs4all.nl>
5918 L:      linux-media@vger.kernel.org
5919 T:      git git://linuxtv.org/media_tree.git
5920 W:      https://linuxtv.org
5921 S:      Maintained
5922 F:      drivers/media/radio/radio-isa*
5923
5924 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5925 M:      Peter Jones <pjones@redhat.com>
5926 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5927 S:      Maintained
5928 F:      drivers/firmware/iscsi_ibft*
5929
5930 ISCSI
5931 M:      Mike Christie <michaelc@cs.wisc.edu>
5932 L:      open-iscsi@googlegroups.com
5933 W:      www.open-iscsi.org
5934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5935 S:      Maintained
5936 F:      drivers/scsi/*iscsi*
5937 F:      include/scsi/*iscsi*
5938
5939 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5940 M:      Or Gerlitz <ogerlitz@mellanox.com>
5941 M:      Sagi Grimberg <sagig@mellanox.com>
5942 M:      Roi Dayan <roid@mellanox.com>
5943 L:      linux-rdma@vger.kernel.org
5944 S:      Supported
5945 W:      http://www.openfabrics.org
5946 W:      www.open-iscsi.org
5947 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5948 F:      drivers/infiniband/ulp/iser/
5949
5950 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5951 M:      Sagi Grimberg <sagig@mellanox.com>
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5953 L:      linux-rdma@vger.kernel.org
5954 L:      target-devel@vger.kernel.org
5955 S:      Supported
5956 W:      http://www.linux-iscsi.org
5957 F:      drivers/infiniband/ulp/isert
5958
5959 ISDN SUBSYSTEM
5960 M:      Karsten Keil <isdn@linux-pingi.de>
5961 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5962 L:      netdev@vger.kernel.org
5963 W:      http://www.isdn4linux.de
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5965 S:      Maintained
5966 F:      Documentation/isdn/
5967 F:      drivers/isdn/
5968 F:      include/linux/isdn.h
5969 F:      include/linux/isdn/
5970 F:      include/uapi/linux/isdn.h
5971 F:      include/uapi/linux/isdn/
5972
5973 ISDN SUBSYSTEM (Eicon active card driver)
5974 M:      Armin Schindler <mac@melware.de>
5975 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5976 W:      http://www.melware.de
5977 S:      Maintained
5978 F:      drivers/isdn/hardware/eicon/
5979
5980 IT87 HARDWARE MONITORING DRIVER
5981 M:      Jean Delvare <jdelvare@suse.com>
5982 L:      lm-sensors@lm-sensors.org
5983 S:      Maintained
5984 F:      Documentation/hwmon/it87
5985 F:      drivers/hwmon/it87.c
5986
5987 IT913X MEDIA DRIVER
5988 M:      Antti Palosaari <crope@iki.fi>
5989 L:      linux-media@vger.kernel.org
5990 W:      https://linuxtv.org
5991 W:      http://palosaari.fi/linux/
5992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5993 T:      git git://linuxtv.org/anttip/media_tree.git
5994 S:      Maintained
5995 F:      drivers/media/tuners/it913x*
5996
5997 IVTV VIDEO4LINUX DRIVER
5998 M:      Andy Walls <awalls@md.metrocast.net>
5999 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6000 L:      linux-media@vger.kernel.org
6001 T:      git git://linuxtv.org/media_tree.git
6002 W:      http://www.ivtvdriver.org
6003 S:      Maintained
6004 F:      Documentation/video4linux/*.ivtv
6005 F:      drivers/media/pci/ivtv/
6006 F:      include/uapi/linux/ivtv*
6007
6008 IX2505V MEDIA DRIVER
6009 M:      Malcolm Priestley <tvboxspy@gmail.com>
6010 L:      linux-media@vger.kernel.org
6011 W:      https://linuxtv.org
6012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6013 S:      Maintained
6014 F:      drivers/media/dvb-frontends/ix2505v*
6015
6016 JC42.4 TEMPERATURE SENSOR DRIVER
6017 M:      Guenter Roeck <linux@roeck-us.net>
6018 L:      lm-sensors@lm-sensors.org
6019 S:      Maintained
6020 F:      drivers/hwmon/jc42.c
6021 F:      Documentation/hwmon/jc42
6022
6023 JFS FILESYSTEM
6024 M:      Dave Kleikamp <shaggy@kernel.org>
6025 L:      jfs-discussion@lists.sourceforge.net
6026 W:      http://jfs.sourceforge.net/
6027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6028 S:      Maintained
6029 F:      Documentation/filesystems/jfs.txt
6030 F:      fs/jfs/
6031
6032 JME NETWORK DRIVER
6033 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6034 L:      netdev@vger.kernel.org
6035 S:      Maintained
6036 F:      drivers/net/ethernet/jme.*
6037
6038 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6039 M:      David Woodhouse <dwmw2@infradead.org>
6040 L:      linux-mtd@lists.infradead.org
6041 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6042 S:      Maintained
6043 F:      fs/jffs2/
6044 F:      include/uapi/linux/jffs2.h
6045
6046 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6047 M:      "Theodore Ts'o" <tytso@mit.edu>
6048 M:      Jan Kara <jack@suse.com>
6049 L:      linux-ext4@vger.kernel.org
6050 S:      Maintained
6051 F:      fs/jbd2/
6052 F:      include/linux/jbd2.h
6053
6054 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6055 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6056 L:      linux-media@vger.kernel.org
6057 S:      Maintained
6058 F:      drivers/media/platform/rcar_jpu.c
6059
6060 JSM Neo PCI based serial card
6061 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6062 L:      linux-serial@vger.kernel.org
6063 S:      Maintained
6064 F:      drivers/tty/serial/jsm/
6065
6066 K10TEMP HARDWARE MONITORING DRIVER
6067 M:      Clemens Ladisch <clemens@ladisch.de>
6068 L:      lm-sensors@lm-sensors.org
6069 S:      Maintained
6070 F:      Documentation/hwmon/k10temp
6071 F:      drivers/hwmon/k10temp.c
6072
6073 K8TEMP HARDWARE MONITORING DRIVER
6074 M:      Rudolf Marek <r.marek@assembler.cz>
6075 L:      lm-sensors@lm-sensors.org
6076 S:      Maintained
6077 F:      Documentation/hwmon/k8temp
6078 F:      drivers/hwmon/k8temp.c
6079
6080 KCONFIG
6081 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6082 L:      linux-kbuild@vger.kernel.org
6083 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6084 S:      Maintained
6085 F:      Documentation/kbuild/kconfig-language.txt
6086 F:      scripts/kconfig/
6087
6088 KDUMP
6089 M:      Vivek Goyal <vgoyal@redhat.com>
6090 M:      Haren Myneni <hbabu@us.ibm.com>
6091 L:      kexec@lists.infradead.org
6092 W:      http://lse.sourceforge.net/kdump/
6093 S:      Maintained
6094 F:      Documentation/kdump/
6095
6096 KEENE FM RADIO TRANSMITTER DRIVER
6097 M:      Hans Verkuil <hverkuil@xs4all.nl>
6098 L:      linux-media@vger.kernel.org
6099 T:      git git://linuxtv.org/media_tree.git
6100 W:      https://linuxtv.org
6101 S:      Maintained
6102 F:      drivers/media/radio/radio-keene*
6103
6104 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6105 M:      Ian Kent <raven@themaw.net>
6106 L:      autofs@vger.kernel.org
6107 S:      Maintained
6108 F:      fs/autofs4/
6109
6110 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6111 M:      Michal Marek <mmarek@suse.com>
6112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6114 L:      linux-kbuild@vger.kernel.org
6115 S:      Maintained
6116 F:      Documentation/kbuild/
6117 F:      Makefile
6118 F:      scripts/Makefile.*
6119 F:      scripts/basic/
6120 F:      scripts/mk*
6121 F:      scripts/package/
6122
6123 KERNEL JANITORS
6124 L:      kernel-janitors@vger.kernel.org
6125 W:      http://kernelnewbies.org/KernelJanitors
6126 S:      Odd Fixes
6127
6128 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6129 M:      "J. Bruce Fields" <bfields@fieldses.org>
6130 M:      Jeff Layton <jlayton@poochiereds.net>
6131 L:      linux-nfs@vger.kernel.org
6132 W:      http://nfs.sourceforge.net/
6133 T:      git git://linux-nfs.org/~bfields/linux.git
6134 S:      Supported
6135 F:      fs/nfsd/
6136 F:      include/uapi/linux/nfsd/
6137 F:      fs/lockd/
6138 F:      fs/nfs_common/
6139 F:      net/sunrpc/
6140 F:      include/linux/lockd/
6141 F:      include/linux/sunrpc/
6142 F:      include/uapi/linux/sunrpc/
6143
6144 KERNEL SELFTEST FRAMEWORK
6145 M:      Shuah Khan <shuahkh@osg.samsung.com>
6146 L:      linux-api@vger.kernel.org
6147 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6148 S:      Maintained
6149 F:      tools/testing/selftests
6150
6151 KERNEL VIRTUAL MACHINE (KVM)
6152 M:      Gleb Natapov <gleb@kernel.org>
6153 M:      Paolo Bonzini <pbonzini@redhat.com>
6154 L:      kvm@vger.kernel.org
6155 W:      http://www.linux-kvm.org
6156 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6157 S:      Supported
6158 F:      Documentation/*/kvm*.txt
6159 F:      Documentation/virtual/kvm/
6160 F:      arch/*/kvm/
6161 F:      arch/x86/kernel/kvm.c
6162 F:      arch/x86/kernel/kvmclock.c
6163 F:      arch/*/include/asm/kvm*
6164 F:      include/linux/kvm*
6165 F:      include/uapi/linux/kvm*
6166 F:      virt/kvm/
6167
6168 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6169 M:      Joerg Roedel <joro@8bytes.org>
6170 L:      kvm@vger.kernel.org
6171 W:      http://www.linux-kvm.org/
6172 S:      Maintained
6173 F:      arch/x86/include/asm/svm.h
6174 F:      arch/x86/kvm/svm.c
6175
6176 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6177 M:      Alexander Graf <agraf@suse.com>
6178 L:      kvm-ppc@vger.kernel.org
6179 W:      http://www.linux-kvm.org/
6180 T:      git git://github.com/agraf/linux-2.6.git
6181 S:      Supported
6182 F:      arch/powerpc/include/asm/kvm*
6183 F:      arch/powerpc/kvm/
6184
6185 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6186 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6187 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6188 L:      linux-s390@vger.kernel.org
6189 W:      http://www.ibm.com/developerworks/linux/linux390/
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6191 S:      Supported
6192 F:      Documentation/s390/kvm.txt
6193 F:      arch/s390/include/asm/kvm*
6194 F:      arch/s390/kvm/
6195
6196 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6197 M:      Christoffer Dall <christoffer.dall@linaro.org>
6198 M:      Marc Zyngier <marc.zyngier@arm.com>
6199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6200 L:      kvmarm@lists.cs.columbia.edu
6201 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6203 S:      Supported
6204 F:      arch/arm/include/uapi/asm/kvm*
6205 F:      arch/arm/include/asm/kvm*
6206 F:      arch/arm/kvm/
6207 F:      virt/kvm/arm/
6208 F:      include/kvm/arm_*
6209
6210 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6211 M:      Christoffer Dall <christoffer.dall@linaro.org>
6212 M:      Marc Zyngier <marc.zyngier@arm.com>
6213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6214 L:      kvmarm@lists.cs.columbia.edu
6215 S:      Maintained
6216 F:      arch/arm64/include/uapi/asm/kvm*
6217 F:      arch/arm64/include/asm/kvm*
6218 F:      arch/arm64/kvm/
6219
6220 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6221 M:      James Hogan <james.hogan@imgtec.com>
6222 L:      linux-mips@linux-mips.org
6223 S:      Supported
6224 F:      arch/mips/include/uapi/asm/kvm*
6225 F:      arch/mips/include/asm/kvm*
6226 F:      arch/mips/kvm/
6227
6228 KEXEC
6229 M:      Eric Biederman <ebiederm@xmission.com>
6230 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6231 L:      kexec@lists.infradead.org
6232 S:      Maintained
6233 F:      include/linux/kexec.h
6234 F:      include/uapi/linux/kexec.h
6235 F:      kernel/kexec.c
6236
6237 KEYS/KEYRINGS:
6238 M:      David Howells <dhowells@redhat.com>
6239 L:      keyrings@vger.kernel.org
6240 S:      Maintained
6241 F:      Documentation/security/keys.txt
6242 F:      include/linux/key.h
6243 F:      include/linux/key-type.h
6244 F:      include/keys/
6245 F:      security/keys/
6246
6247 KEYS-TRUSTED
6248 M:      David Safford <safford@us.ibm.com>
6249 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6250 L:      linux-security-module@vger.kernel.org
6251 L:      keyrings@vger.kernel.org
6252 S:      Supported
6253 F:      Documentation/security/keys-trusted-encrypted.txt
6254 F:      include/keys/trusted-type.h
6255 F:      security/keys/trusted.c
6256 F:      security/keys/trusted.h
6257
6258 KEYS-ENCRYPTED
6259 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6260 M:      David Safford <safford@us.ibm.com>
6261 L:      linux-security-module@vger.kernel.org
6262 L:      keyrings@vger.kernel.org
6263 S:      Supported
6264 F:      Documentation/security/keys-trusted-encrypted.txt
6265 F:      include/keys/encrypted-type.h
6266 F:      security/keys/encrypted-keys/
6267
6268 KGDB / KDB /debug_core
6269 M:      Jason Wessel <jason.wessel@windriver.com>
6270 W:      http://kgdb.wiki.kernel.org/
6271 L:      kgdb-bugreport@lists.sourceforge.net
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6273 S:      Maintained
6274 F:      Documentation/DocBook/kgdb.tmpl
6275 F:      drivers/misc/kgdbts.c
6276 F:      drivers/tty/serial/kgdboc.c
6277 F:      include/linux/kdb.h
6278 F:      include/linux/kgdb.h
6279 F:      kernel/debug/
6280
6281 KMEMCHECK
6282 M:      Vegard Nossum <vegardno@ifi.uio.no>
6283 M:      Pekka Enberg <penberg@kernel.org>
6284 S:      Maintained
6285 F:      Documentation/kmemcheck.txt
6286 F:      arch/x86/include/asm/kmemcheck.h
6287 F:      arch/x86/mm/kmemcheck/
6288 F:      include/linux/kmemcheck.h
6289 F:      mm/kmemcheck.c
6290
6291 KMEMLEAK
6292 M:      Catalin Marinas <catalin.marinas@arm.com>
6293 S:      Maintained
6294 F:      Documentation/kmemleak.txt
6295 F:      include/linux/kmemleak.h
6296 F:      mm/kmemleak.c
6297 F:      mm/kmemleak-test.c
6298
6299 KPROBES
6300 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6301 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6302 M:      "David S. Miller" <davem@davemloft.net>
6303 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6304 S:      Maintained
6305 F:      Documentation/kprobes.txt
6306 F:      include/linux/kprobes.h
6307 F:      kernel/kprobes.c
6308
6309 KS0108 LCD CONTROLLER DRIVER
6310 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6311 W:      http://miguelojeda.es/auxdisplay.htm
6312 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6313 S:      Maintained
6314 F:      Documentation/auxdisplay/ks0108
6315 F:      drivers/auxdisplay/ks0108.c
6316 F:      include/linux/ks0108.h
6317
6318 L3MDEV
6319 M:      David Ahern <dsa@cumulusnetworks.com>
6320 L:      netdev@vger.kernel.org
6321 S:      Maintained
6322 F:      net/l3mdev
6323 F:      include/net/l3mdev.h
6324
6325 LANTIQ MIPS ARCHITECTURE
6326 M:      John Crispin <blogic@openwrt.org>
6327 L:      linux-mips@linux-mips.org
6328 S:      Maintained
6329 F:      arch/mips/lantiq
6330
6331 LAPB module
6332 L:      linux-x25@vger.kernel.org
6333 S:      Orphan
6334 F:      Documentation/networking/lapb-module.txt
6335 F:      include/*/lapb.h
6336 F:      net/lapb/
6337
6338 LASI 53c700 driver for PARISC
6339 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6340 L:      linux-scsi@vger.kernel.org
6341 S:      Maintained
6342 F:      Documentation/scsi/53c700.txt
6343 F:      drivers/scsi/53c700*
6344
6345 LED SUBSYSTEM
6346 M:      Richard Purdie <rpurdie@rpsys.net>
6347 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6348 L:      linux-leds@vger.kernel.org
6349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6350 S:      Maintained
6351 F:      drivers/leds/
6352 F:      include/linux/leds.h
6353
6354 LEGACY EEPROM DRIVER
6355 M:      Jean Delvare <jdelvare@suse.com>
6356 S:      Maintained
6357 F:      Documentation/misc-devices/eeprom
6358 F:      drivers/misc/eeprom/eeprom.c
6359
6360 LEGO USB Tower driver
6361 M:      Juergen Stuber <starblue@users.sourceforge.net>
6362 L:      legousb-devel@lists.sourceforge.net
6363 W:      http://legousb.sourceforge.net/
6364 S:      Maintained
6365 F:      drivers/usb/misc/legousbtower.c
6366
6367 LG2160 MEDIA DRIVER
6368 M:      Michael Krufky <mkrufky@linuxtv.org>
6369 L:      linux-media@vger.kernel.org
6370 W:      https://linuxtv.org
6371 W:      http://github.com/mkrufky
6372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6373 T:      git git://linuxtv.org/mkrufky/tuners.git
6374 S:      Maintained
6375 F:      drivers/media/dvb-frontends/lg2160.*
6376
6377 LGDT3305 MEDIA DRIVER
6378 M:      Michael Krufky <mkrufky@linuxtv.org>
6379 L:      linux-media@vger.kernel.org
6380 W:      https://linuxtv.org
6381 W:      http://github.com/mkrufky
6382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6383 T:      git git://linuxtv.org/mkrufky/tuners.git
6384 S:      Maintained
6385 F:      drivers/media/dvb-frontends/lgdt3305.*
6386
6387 LGUEST
6388 M:      Rusty Russell <rusty@rustcorp.com.au>
6389 L:      lguest@lists.ozlabs.org
6390 W:      http://lguest.ozlabs.org/
6391 S:      Odd Fixes
6392 F:      arch/x86/include/asm/lguest*.h
6393 F:      arch/x86/lguest/
6394 F:      drivers/lguest/
6395 F:      include/linux/lguest*.h
6396 F:      tools/lguest/
6397
6398 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6399 M:      Tejun Heo <tj@kernel.org>
6400 L:      linux-ide@vger.kernel.org
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6402 S:      Maintained
6403 F:      drivers/ata/
6404 F:      include/linux/ata.h
6405 F:      include/linux/libata.h
6406
6407 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6408 M:      Viresh Kumar <vireshk@kernel.org>
6409 L:      linux-ide@vger.kernel.org
6410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6411 S:      Maintained
6412 F:      include/linux/pata_arasan_cf_data.h
6413 F:      drivers/ata/pata_arasan_cf.c
6414
6415 LIBATA PATA DRIVERS
6416 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6417 M:      Tejun Heo <tj@kernel.org>
6418 L:      linux-ide@vger.kernel.org
6419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6420 S:      Maintained
6421 F:      drivers/ata/pata_*.c
6422 F:      drivers/ata/ata_generic.c
6423
6424 LIBATA SATA AHCI PLATFORM devices support
6425 M:      Hans de Goede <hdegoede@redhat.com>
6426 M:      Tejun Heo <tj@kernel.org>
6427 L:      linux-ide@vger.kernel.org
6428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6429 S:      Maintained
6430 F:      drivers/ata/ahci_platform.c
6431 F:      drivers/ata/libahci_platform.c
6432 F:      include/linux/ahci_platform.h
6433
6434 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6435 M:      Mikael Pettersson <mikpelinux@gmail.com>
6436 L:      linux-ide@vger.kernel.org
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6438 S:      Maintained
6439 F:      drivers/ata/sata_promise.*
6440
6441 LIBLOCKDEP
6442 M:      Sasha Levin <sasha.levin@oracle.com>
6443 S:      Maintained
6444 F:      tools/lib/lockdep/
6445
6446 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6447 M:      Dan Williams <dan.j.williams@intel.com>
6448 L:      linux-nvdimm@lists.01.org
6449 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6451 S:      Supported
6452 F:      drivers/nvdimm/*
6453 F:      include/linux/nd.h
6454 F:      include/linux/libnvdimm.h
6455 F:      include/uapi/linux/ndctl.h
6456
6457 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6458 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6459 L:      linux-nvdimm@lists.01.org
6460 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6461 S:      Supported
6462 F:      drivers/nvdimm/blk.c
6463 F:      drivers/nvdimm/region_devs.c
6464 F:      drivers/acpi/nfit*
6465
6466 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6467 M:      Vishal Verma <vishal.l.verma@intel.com>
6468 L:      linux-nvdimm@lists.01.org
6469 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6470 S:      Supported
6471 F:      drivers/nvdimm/btt*
6472
6473 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6474 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6475 L:      linux-nvdimm@lists.01.org
6476 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6477 S:      Supported
6478 F:      drivers/nvdimm/pmem.c
6479 F:      include/linux/pmem.h
6480 F:      arch/*/include/asm/pmem.h
6481
6482 LIGHTNVM PLATFORM SUPPORT
6483 M:      Matias Bjorling <mb@lightnvm.io>
6484 W:      http://github/OpenChannelSSD
6485 L:      linux-block@vger.kernel.org
6486 S:      Maintained
6487 F:      drivers/lightnvm/
6488 F:      include/linux/lightnvm.h
6489 F:      include/uapi/linux/lightnvm.h
6490
6491 LINUX FOR IBM pSERIES (RS/6000)
6492 M:      Paul Mackerras <paulus@au.ibm.com>
6493 W:      http://www.ibm.com/linux/ltc/projects/ppc
6494 S:      Supported
6495 F:      arch/powerpc/boot/rs6000.h
6496
6497 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6498 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6499 M:      Paul Mackerras <paulus@samba.org>
6500 M:      Michael Ellerman <mpe@ellerman.id.au>
6501 W:      http://www.penguinppc.org/
6502 L:      linuxppc-dev@lists.ozlabs.org
6503 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6505 S:      Supported
6506 F:      Documentation/powerpc/
6507 F:      arch/powerpc/
6508
6509 LINUX FOR POWER MACINTOSH
6510 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6511 W:      http://www.penguinppc.org/
6512 L:      linuxppc-dev@lists.ozlabs.org
6513 S:      Maintained
6514 F:      arch/powerpc/platforms/powermac/
6515 F:      drivers/macintosh/
6516
6517 LINUX FOR POWERPC EMBEDDED MPC5XXX
6518 M:      Anatolij Gustschin <agust@denx.de>
6519 L:      linuxppc-dev@lists.ozlabs.org
6520 T:      git git://git.denx.de/linux-denx-agust.git
6521 S:      Maintained
6522 F:      arch/powerpc/platforms/512x/
6523 F:      arch/powerpc/platforms/52xx/
6524
6525 LINUX FOR POWERPC EMBEDDED PPC4XX
6526 M:      Alistair Popple <alistair@popple.id.au>
6527 M:      Matt Porter <mporter@kernel.crashing.org>
6528 W:      http://www.penguinppc.org/
6529 L:      linuxppc-dev@lists.ozlabs.org
6530 S:      Maintained
6531 F:      arch/powerpc/platforms/40x/
6532 F:      arch/powerpc/platforms/44x/
6533
6534 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6535 L:      linuxppc-dev@lists.ozlabs.org
6536 S:      Orphan
6537 F:      arch/powerpc/*/*virtex*
6538 F:      arch/powerpc/*/*/*virtex*
6539
6540 LINUX FOR POWERPC EMBEDDED PPC8XX
6541 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6542 W:      http://www.penguinppc.org/
6543 L:      linuxppc-dev@lists.ozlabs.org
6544 S:      Maintained
6545 F:      arch/powerpc/platforms/8xx/
6546
6547 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6548 M:      Scott Wood <oss@buserror.net>
6549 M:      Kumar Gala <galak@kernel.crashing.org>
6550 W:      http://www.penguinppc.org/
6551 L:      linuxppc-dev@lists.ozlabs.org
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6553 S:      Maintained
6554 F:      arch/powerpc/platforms/83xx/
6555 F:      arch/powerpc/platforms/85xx/
6556
6557 LINUX FOR POWERPC PA SEMI PWRFICIENT
6558 M:      Olof Johansson <olof@lixom.net>
6559 L:      linuxppc-dev@lists.ozlabs.org
6560 S:      Maintained
6561 F:      arch/powerpc/platforms/pasemi/
6562 F:      drivers/*/*pasemi*
6563 F:      drivers/*/*/*pasemi*
6564
6565 LINUX SECURITY MODULE (LSM) FRAMEWORK
6566 M:      Chris Wright <chrisw@sous-sol.org>
6567 L:      linux-security-module@vger.kernel.org
6568 S:      Supported
6569
6570 LIS3LV02D ACCELEROMETER DRIVER
6571 M:      Eric Piel <eric.piel@tremplin-utc.net>
6572 S:      Maintained
6573 F:      Documentation/misc-devices/lis3lv02d
6574 F:      drivers/misc/lis3lv02d/
6575 F:      drivers/platform/x86/hp_accel.c
6576
6577 LIVE PATCHING
6578 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6579 M:      Seth Jennings <sjenning@redhat.com>
6580 M:      Jiri Kosina <jikos@kernel.org>
6581 M:      Vojtech Pavlik <vojtech@suse.com>
6582 S:      Maintained
6583 F:      kernel/livepatch/
6584 F:      include/linux/livepatch.h
6585 F:      arch/x86/include/asm/livepatch.h
6586 F:      arch/x86/kernel/livepatch.c
6587 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6588 F:      samples/livepatch/
6589 L:      live-patching@vger.kernel.org
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6591
6592 LLC (802.2)
6593 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6594 S:      Maintained
6595 F:      include/linux/llc.h
6596 F:      include/uapi/linux/llc.h
6597 F:      include/net/llc*
6598 F:      net/llc/
6599
6600 LM73 HARDWARE MONITOR DRIVER
6601 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6602 L:      lm-sensors@lm-sensors.org
6603 S:      Maintained
6604 F:      drivers/hwmon/lm73.c
6605
6606 LM78 HARDWARE MONITOR DRIVER
6607 M:      Jean Delvare <jdelvare@suse.com>
6608 L:      lm-sensors@lm-sensors.org
6609 S:      Maintained
6610 F:      Documentation/hwmon/lm78
6611 F:      drivers/hwmon/lm78.c
6612
6613 LM83 HARDWARE MONITOR DRIVER
6614 M:      Jean Delvare <jdelvare@suse.com>
6615 L:      lm-sensors@lm-sensors.org
6616 S:      Maintained
6617 F:      Documentation/hwmon/lm83
6618 F:      drivers/hwmon/lm83.c
6619
6620 LM90 HARDWARE MONITOR DRIVER
6621 M:      Jean Delvare <jdelvare@suse.com>
6622 L:      lm-sensors@lm-sensors.org
6623 S:      Maintained
6624 F:      Documentation/hwmon/lm90
6625 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6626 F:      drivers/hwmon/lm90.c
6627
6628 LM95234 HARDWARE MONITOR DRIVER
6629 M:      Guenter Roeck <linux@roeck-us.net>
6630 L:      lm-sensors@lm-sensors.org
6631 S:      Maintained
6632 F:      Documentation/hwmon/lm95234
6633 F:      drivers/hwmon/lm95234.c
6634
6635 LME2510 MEDIA DRIVER
6636 M:      Malcolm Priestley <tvboxspy@gmail.com>
6637 L:      linux-media@vger.kernel.org
6638 W:      https://linuxtv.org
6639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6640 S:      Maintained
6641 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6642
6643 LOCKDEP AND LOCKSTAT
6644 M:      Peter Zijlstra <peterz@infradead.org>
6645 M:      Ingo Molnar <mingo@redhat.com>
6646 L:      linux-kernel@vger.kernel.org
6647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6648 S:      Maintained
6649 F:      Documentation/locking/lockdep*.txt
6650 F:      Documentation/locking/lockstat.txt
6651 F:      include/linux/lockdep.h
6652 F:      kernel/locking/
6653
6654 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6655 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6656 L:      linux-ntfs-dev@lists.sourceforge.net
6657 W:      http://www.linux-ntfs.org/content/view/19/37/
6658 S:      Maintained
6659 F:      Documentation/ldm.txt
6660 F:      block/partitions/ldm.*
6661
6662 LogFS
6663 M:      Joern Engel <joern@logfs.org>
6664 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6665 L:      logfs@logfs.org
6666 W:      logfs.org
6667 S:      Maintained
6668 F:      fs/logfs/
6669
6670 LPC32XX MACHINE SUPPORT
6671 M:      Roland Stigge <stigge@antcom.de>
6672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6673 S:      Maintained
6674 F:      arch/arm/mach-lpc32xx/
6675
6676 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6677 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6678 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6679 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6680 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6681 L:      MPT-FusionLinux.pdl@avagotech.com
6682 L:      linux-scsi@vger.kernel.org
6683 W:      http://www.lsilogic.com/support
6684 S:      Supported
6685 F:      drivers/message/fusion/
6686 F:      drivers/scsi/mpt2sas/
6687 F:      drivers/scsi/mpt3sas/
6688
6689 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6690 M:      Matthew Wilcox <matthew@wil.cx>
6691 L:      linux-scsi@vger.kernel.org
6692 S:      Maintained
6693 F:      drivers/scsi/sym53c8xx_2/
6694
6695 LTC4261 HARDWARE MONITOR DRIVER
6696 M:      Guenter Roeck <linux@roeck-us.net>
6697 L:      lm-sensors@lm-sensors.org
6698 S:      Maintained
6699 F:      Documentation/hwmon/ltc4261
6700 F:      drivers/hwmon/ltc4261.c
6701
6702 LTP (Linux Test Project)
6703 M:      Mike Frysinger <vapier@gentoo.org>
6704 M:      Cyril Hrubis <chrubis@suse.cz>
6705 M:      Wanlong Gao <wanlong.gao@gmail.com>
6706 M:      Jan Stancek <jstancek@redhat.com>
6707 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6708 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6709 L:      ltp@lists.linux.it (subscribers-only)
6710 W:      http://linux-test-project.github.io/
6711 T:      git git://github.com/linux-test-project/ltp.git
6712 S:      Maintained
6713
6714 M32R ARCHITECTURE
6715 W:      http://www.linux-m32r.org/
6716 S:      Orphan
6717 F:      arch/m32r/
6718
6719 M68K ARCHITECTURE
6720 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6721 L:      linux-m68k@lists.linux-m68k.org
6722 W:      http://www.linux-m68k.org/
6723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6724 S:      Maintained
6725 F:      arch/m68k/
6726 F:      drivers/zorro/
6727
6728 M68K ON APPLE MACINTOSH
6729 M:      Joshua Thompson <funaho@jurai.org>
6730 W:      http://www.mac.linux-m68k.org/
6731 L:      linux-m68k@lists.linux-m68k.org
6732 S:      Maintained
6733 F:      arch/m68k/mac/
6734
6735 M68K ON HP9000/300
6736 M:      Philip Blundell <philb@gnu.org>
6737 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6738 S:      Maintained
6739 F:      arch/m68k/hp300/
6740
6741 M88DS3103 MEDIA DRIVER
6742 M:      Antti Palosaari <crope@iki.fi>
6743 L:      linux-media@vger.kernel.org
6744 W:      https://linuxtv.org
6745 W:      http://palosaari.fi/linux/
6746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6747 T:      git git://linuxtv.org/anttip/media_tree.git
6748 S:      Maintained
6749 F:      drivers/media/dvb-frontends/m88ds3103*
6750
6751 M88RS2000 MEDIA DRIVER
6752 M:      Malcolm Priestley <tvboxspy@gmail.com>
6753 L:      linux-media@vger.kernel.org
6754 W:      https://linuxtv.org
6755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6756 S:      Maintained
6757 F:      drivers/media/dvb-frontends/m88rs2000*
6758
6759 MA901 MASTERKIT USB FM RADIO DRIVER
6760 M:      Alexey Klimov <klimov.linux@gmail.com>
6761 L:      linux-media@vger.kernel.org
6762 T:      git git://linuxtv.org/media_tree.git
6763 S:      Maintained
6764 F:      drivers/media/radio/radio-ma901.c
6765
6766 MAC80211
6767 M:      Johannes Berg <johannes@sipsolutions.net>
6768 L:      linux-wireless@vger.kernel.org
6769 W:      http://wireless.kernel.org/
6770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6772 S:      Maintained
6773 F:      Documentation/networking/mac80211-injection.txt
6774 F:      include/net/mac80211.h
6775 F:      net/mac80211/
6776
6777 MACVLAN DRIVER
6778 M:      Patrick McHardy <kaber@trash.net>
6779 L:      netdev@vger.kernel.org
6780 S:      Maintained
6781 F:      drivers/net/macvlan.c
6782 F:      include/linux/if_macvlan.h
6783
6784 MAILBOX API
6785 M:      Jassi Brar <jassisinghbrar@gmail.com>
6786 L:      linux-kernel@vger.kernel.org
6787 S:      Maintained
6788 F:      drivers/mailbox/
6789 F:      include/linux/mailbox_client.h
6790 F:      include/linux/mailbox_controller.h
6791
6792 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6793 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6794 W:      http://www.kernel.org/doc/man-pages
6795 L:      linux-man@vger.kernel.org
6796 S:      Maintained
6797
6798 MARVELL ARMADA DRM SUPPORT
6799 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6800 S:      Maintained
6801 F:      drivers/gpu/drm/armada/
6802
6803 MARVELL 88E6352 DSA support
6804 M:      Guenter Roeck <linux@roeck-us.net>
6805 S:      Maintained
6806 F:      drivers/net/dsa/mv88e6352.c
6807
6808 MARVELL CRYPTO DRIVER
6809 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6810 M:      Arnaud Ebalard <arno@natisbad.org>
6811 F:      drivers/crypto/marvell/
6812 S:      Maintained
6813 L:      linux-crypto@vger.kernel.org
6814
6815 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6816 M:      Mirko Lindner <mlindner@marvell.com>
6817 M:      Stephen Hemminger <stephen@networkplumber.org>
6818 L:      netdev@vger.kernel.org
6819 S:      Maintained
6820 F:      drivers/net/ethernet/marvell/sk*
6821
6822 MARVELL LIBERTAS WIRELESS DRIVER
6823 L:      libertas-dev@lists.infradead.org
6824 S:      Orphan
6825 F:      drivers/net/wireless/marvell/libertas/
6826
6827 MARVELL MV643XX ETHERNET DRIVER
6828 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6829 L:      netdev@vger.kernel.org
6830 S:      Maintained
6831 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6832 F:      include/linux/mv643xx.h
6833
6834 MARVELL MVNETA ETHERNET DRIVER
6835 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6836 L:      netdev@vger.kernel.org
6837 S:      Maintained
6838 F:      drivers/net/ethernet/marvell/mvneta.*
6839
6840 MARVELL MWIFIEX WIRELESS DRIVER
6841 M:      Amitkumar Karwar <akarwar@marvell.com>
6842 M:      Nishant Sarmukadam <nishants@marvell.com>
6843 L:      linux-wireless@vger.kernel.org
6844 S:      Maintained
6845 F:      drivers/net/wireless/marvell/mwifiex/
6846
6847 MARVELL MWL8K WIRELESS DRIVER
6848 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6849 L:      linux-wireless@vger.kernel.org
6850 S:      Odd Fixes
6851 F:      drivers/net/wireless/marvell/mwl8k.c
6852
6853 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6854 M:      Nicolas Pitre <nico@fluxnic.net>
6855 S:      Odd Fixes
6856 F:      drivers/mmc/host/mvsdio.*
6857
6858 MATROX FRAMEBUFFER DRIVER
6859 L:      linux-fbdev@vger.kernel.org
6860 S:      Orphan
6861 F:      drivers/video/fbdev/matrox/matroxfb_*
6862 F:      include/uapi/linux/matroxfb.h
6863
6864 MAX16065 HARDWARE MONITOR DRIVER
6865 M:      Guenter Roeck <linux@roeck-us.net>
6866 L:      lm-sensors@lm-sensors.org
6867 S:      Maintained
6868 F:      Documentation/hwmon/max16065
6869 F:      drivers/hwmon/max16065.c
6870
6871 MAX20751 HARDWARE MONITOR DRIVER
6872 M:      Guenter Roeck <linux@roeck-us.net>
6873 L:      lm-sensors@lm-sensors.org
6874 S:      Maintained
6875 F:      Documentation/hwmon/max20751
6876 F:      drivers/hwmon/max20751.c
6877
6878 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6879 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6880 L:      lm-sensors@lm-sensors.org
6881 S:      Maintained
6882 F:      Documentation/hwmon/max6650
6883 F:      drivers/hwmon/max6650.c
6884
6885 MAX6697 HARDWARE MONITOR DRIVER
6886 M:      Guenter Roeck <linux@roeck-us.net>
6887 L:      lm-sensors@lm-sensors.org
6888 S:      Maintained
6889 F:      Documentation/hwmon/max6697
6890 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6891 F:      drivers/hwmon/max6697.c
6892 F:      include/linux/platform_data/max6697.h
6893
6894 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6895 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6896 L:      linux-pm@vger.kernel.org
6897 S:      Supported
6898 F:      drivers/power/max14577_charger.c
6899 F:      drivers/power/max77693_charger.c
6900
6901 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6902 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6903 L:      linux-kernel@vger.kernel.org
6904 S:      Supported
6905 F:      drivers/*/*max77802.c
6906 F:      Documentation/devicetree/bindings/*/*max77802.txt
6907 F:      include/dt-bindings/*/*max77802.h
6908
6909 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6910 M:      Chanwoo Choi <cw00.choi@samsung.com>
6911 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6912 L:      linux-kernel@vger.kernel.org
6913 S:      Supported
6914 F:      drivers/*/max14577.c
6915 F:      drivers/*/max77686.c
6916 F:      drivers/*/max77693.c
6917 F:      drivers/extcon/extcon-max14577.c
6918 F:      drivers/extcon/extcon-max77693.c
6919 F:      drivers/rtc/rtc-max77686.c
6920 F:      drivers/clk/clk-max77686.c
6921 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6922 F:      Documentation/devicetree/bindings/*/max77686.txt
6923 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6924 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6925 F:      include/linux/mfd/max14577*.h
6926 F:      include/linux/mfd/max77686*.h
6927 F:      include/linux/mfd/max77693*.h
6928
6929 MAXIRADIO FM RADIO RECEIVER DRIVER
6930 M:      Hans Verkuil <hverkuil@xs4all.nl>
6931 L:      linux-media@vger.kernel.org
6932 T:      git git://linuxtv.org/media_tree.git
6933 W:      https://linuxtv.org
6934 S:      Maintained
6935 F:      drivers/media/radio/radio-maxiradio*
6936
6937 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6938 M:      Peter Rosin <peda@axentia.se>
6939 L:      linux-iio@vger.kernel.org
6940 S:      Maintained
6941 F:      drivers/iio/potentiometer/mcp4531.c
6942
6943 MEDIA DRIVERS FOR RENESAS - VSP1
6944 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6945 L:      linux-media@vger.kernel.org
6946 L:      linux-renesas-soc@vger.kernel.org
6947 T:      git git://linuxtv.org/media_tree.git
6948 S:      Supported
6949 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6950 F:      drivers/media/platform/vsp1/
6951
6952 MEDIA DRIVERS FOR ASCOT2E
6953 M:      Sergey Kozlov <serjk@netup.ru>
6954 L:      linux-media@vger.kernel.org
6955 W:      https://linuxtv.org
6956 W:      http://netup.tv/
6957 T:      git git://linuxtv.org/media_tree.git
6958 S:      Supported
6959 F:      drivers/media/dvb-frontends/ascot2e*
6960
6961 MEDIA DRIVERS FOR CXD2841ER
6962 M:      Sergey Kozlov <serjk@netup.ru>
6963 L:      linux-media@vger.kernel.org
6964 W:      https://linuxtv.org
6965 W:      http://netup.tv/
6966 T:      git git://linuxtv.org/media_tree.git
6967 S:      Supported
6968 F:      drivers/media/dvb-frontends/cxd2841er*
6969
6970 MEDIA DRIVERS FOR HORUS3A
6971 M:      Sergey Kozlov <serjk@netup.ru>
6972 L:      linux-media@vger.kernel.org
6973 W:      https://linuxtv.org
6974 W:      http://netup.tv/
6975 T:      git git://linuxtv.org/media_tree.git
6976 S:      Supported
6977 F:      drivers/media/dvb-frontends/horus3a*
6978
6979 MEDIA DRIVERS FOR LNBH25
6980 M:      Sergey Kozlov <serjk@netup.ru>
6981 L:      linux-media@vger.kernel.org
6982 W:      https://linuxtv.org
6983 W:      http://netup.tv/
6984 T:      git git://linuxtv.org/media_tree.git
6985 S:      Supported
6986 F:      drivers/media/dvb-frontends/lnbh25*
6987
6988 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6989 M:      Sergey Kozlov <serjk@netup.ru>
6990 L:      linux-media@vger.kernel.org
6991 W:      https://linuxtv.org
6992 W:      http://netup.tv/
6993 T:      git git://linuxtv.org/media_tree.git
6994 S:      Supported
6995 F:      drivers/media/pci/netup_unidvb/*
6996
6997 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6998 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6999 P:      LinuxTV.org Project
7000 L:      linux-media@vger.kernel.org
7001 W:      https://linuxtv.org
7002 Q:      http://patchwork.kernel.org/project/linux-media/list/
7003 T:      git git://linuxtv.org/media_tree.git
7004 S:      Maintained
7005 F:      Documentation/dvb/
7006 F:      Documentation/video4linux/
7007 F:      Documentation/DocBook/media/
7008 F:      drivers/media/
7009 F:      drivers/staging/media/
7010 F:      include/linux/platform_data/media/
7011 F:      include/media/
7012 F:      include/uapi/linux/dvb/
7013 F:      include/uapi/linux/videodev2.h
7014 F:      include/uapi/linux/media.h
7015 F:      include/uapi/linux/v4l2-*
7016 F:      include/uapi/linux/meye.h
7017 F:      include/uapi/linux/ivtv*
7018 F:      include/uapi/linux/uvcvideo.h
7019
7020 MEDIATEK MT7601U WIRELESS LAN DRIVER
7021 M:      Jakub Kicinski <kubakici@wp.pl>
7022 L:      linux-wireless@vger.kernel.org
7023 S:      Maintained
7024 F:      drivers/net/wireless/mediatek/mt7601u/
7025
7026 MEGARAID SCSI/SAS DRIVERS
7027 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7028 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7029 M:      Uday Lingala <uday.lingala@avagotech.com>
7030 L:      megaraidlinux.pdl@avagotech.com
7031 L:      linux-scsi@vger.kernel.org
7032 W:      http://www.lsi.com
7033 S:      Maintained
7034 F:      Documentation/scsi/megaraid.txt
7035 F:      drivers/scsi/megaraid.*
7036 F:      drivers/scsi/megaraid/
7037
7038 MELLANOX ETHERNET DRIVER (mlx4_en)
7039 M:      Eugenia Emantayev <eugenia@mellanox.com>
7040 L:      netdev@vger.kernel.org
7041 S:      Supported
7042 W:      http://www.mellanox.com
7043 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7044 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7045
7046 MELLANOX ETHERNET DRIVER (mlx5e)
7047 M:      Saeed Mahameed <saeedm@mellanox.com>
7048 L:      netdev@vger.kernel.org
7049 S:      Supported
7050 W:      http://www.mellanox.com
7051 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7052 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7053
7054 MELLANOX ETHERNET SWITCH DRIVERS
7055 M:      Jiri Pirko <jiri@mellanox.com>
7056 M:      Ido Schimmel <idosch@mellanox.com>
7057 L:      netdev@vger.kernel.org
7058 S:      Supported
7059 W:      http://www.mellanox.com
7060 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7061 F:      drivers/net/ethernet/mellanox/mlxsw/
7062
7063 MEMBARRIER SUPPORT
7064 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7065 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7066 L:      linux-kernel@vger.kernel.org
7067 S:      Supported
7068 F:      kernel/membarrier.c
7069 F:      include/uapi/linux/membarrier.h
7070
7071 MEMORY MANAGEMENT
7072 L:      linux-mm@kvack.org
7073 W:      http://www.linux-mm.org
7074 S:      Maintained
7075 F:      include/linux/mm.h
7076 F:      include/linux/gfp.h
7077 F:      include/linux/mmzone.h
7078 F:      include/linux/memory_hotplug.h
7079 F:      include/linux/vmalloc.h
7080 F:      mm/
7081
7082 MEMORY TECHNOLOGY DEVICES (MTD)
7083 M:      David Woodhouse <dwmw2@infradead.org>
7084 M:      Brian Norris <computersforpeace@gmail.com>
7085 L:      linux-mtd@lists.infradead.org
7086 W:      http://www.linux-mtd.infradead.org/
7087 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7088 T:      git git://git.infradead.org/linux-mtd.git
7089 T:      git git://git.infradead.org/l2-mtd.git
7090 S:      Maintained
7091 F:      drivers/mtd/
7092 F:      include/linux/mtd/
7093 F:      include/uapi/mtd/
7094
7095 MEN A21 WATCHDOG DRIVER
7096 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7097 L:      linux-watchdog@vger.kernel.org
7098 S:      Maintained
7099 F:      drivers/watchdog/mena21_wdt.c
7100
7101 MEN CHAMELEON BUS (mcb)
7102 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7103 S:      Maintained
7104 F:      drivers/mcb/
7105 F:      include/linux/mcb.h
7106 F:      Documentation/men-chameleon-bus.txt
7107
7108 MEN F21BMC (Board Management Controller)
7109 M:      Andreas Werner <andreas.werner@men.de>
7110 S:      Supported
7111 F:      drivers/mfd/menf21bmc.c
7112 F:      drivers/watchdog/menf21bmc_wdt.c
7113 F:      drivers/leds/leds-menf21bmc.c
7114 F:      drivers/hwmon/menf21bmc_hwmon.c
7115 F:      Documentation/hwmon/menf21bmc
7116
7117 METAG ARCHITECTURE
7118 M:      James Hogan <james.hogan@imgtec.com>
7119 L:      linux-metag@vger.kernel.org
7120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7121 S:      Odd Fixes
7122 F:      arch/metag/
7123 F:      Documentation/metag/
7124 F:      Documentation/devicetree/bindings/metag/
7125 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7126 F:      drivers/clocksource/metag_generic.c
7127 F:      drivers/irqchip/irq-metag.c
7128 F:      drivers/irqchip/irq-metag-ext.c
7129 F:      drivers/tty/metag_da.c
7130
7131 MICROBLAZE ARCHITECTURE
7132 M:      Michal Simek <monstr@monstr.eu>
7133 W:      http://www.monstr.eu/fdt/
7134 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7135 S:      Supported
7136 F:      arch/microblaze/
7137
7138 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7139 M:      Chen Yu <yu.c.chen@intel.com>
7140 L:      platform-driver-x86@vger.kernel.org
7141 S:      Supported
7142 F:      drivers/platform/x86/surfacepro3_button.c
7143
7144 MICROTEK X6 SCANNER
7145 M:      Oliver Neukum <oliver@neukum.org>
7146 S:      Maintained
7147 F:      drivers/usb/image/microtek.*
7148
7149 MIPS
7150 M:      Ralf Baechle <ralf@linux-mips.org>
7151 L:      linux-mips@linux-mips.org
7152 W:      http://www.linux-mips.org/
7153 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7154 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7155 S:      Supported
7156 F:      Documentation/mips/
7157 F:      arch/mips/
7158
7159 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7160 M:      Hans Verkuil <hverkuil@xs4all.nl>
7161 L:      linux-media@vger.kernel.org
7162 T:      git git://linuxtv.org/media_tree.git
7163 W:      https://linuxtv.org
7164 S:      Odd Fixes
7165 F:      drivers/media/radio/radio-miropcm20*
7166
7167 MELLANOX MLX4 core VPI driver
7168 M:      Yishai Hadas <yishaih@mellanox.com>
7169 L:      netdev@vger.kernel.org
7170 L:      linux-rdma@vger.kernel.org
7171 W:      http://www.mellanox.com
7172 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7173 S:      Supported
7174 F:      drivers/net/ethernet/mellanox/mlx4/
7175 F:      include/linux/mlx4/
7176
7177 MELLANOX MLX4 IB driver
7178 M:      Yishai Hadas <yishaih@mellanox.com>
7179 L:      linux-rdma@vger.kernel.org
7180 W:      http://www.mellanox.com
7181 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7182 S:      Supported
7183 F:      drivers/infiniband/hw/mlx4/
7184 F:      include/linux/mlx4/
7185
7186 MELLANOX MLX5 core VPI driver
7187 M:      Matan Barak <matanb@mellanox.com>
7188 M:      Leon Romanovsky <leonro@mellanox.com>
7189 L:      netdev@vger.kernel.org
7190 L:      linux-rdma@vger.kernel.org
7191 W:      http://www.mellanox.com
7192 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7193 S:      Supported
7194 F:      drivers/net/ethernet/mellanox/mlx5/core/
7195 F:      include/linux/mlx5/
7196
7197 MELLANOX MLX5 IB driver
7198 M:      Matan Barak <matanb@mellanox.com>
7199 M:      Leon Romanovsky <leonro@mellanox.com>
7200 L:      linux-rdma@vger.kernel.org
7201 W:      http://www.mellanox.com
7202 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7203 S:      Supported
7204 F:      drivers/infiniband/hw/mlx5/
7205 F:      include/linux/mlx5/
7206
7207 MELEXIS MLX90614 DRIVER
7208 M:      Crt Mori <cmo@melexis.com>
7209 L:      linux-iio@vger.kernel.org
7210 W:      http://www.melexis.com
7211 S:      Supported
7212 F:      drivers/iio/temperature/mlx90614.c
7213
7214 MN88472 MEDIA DRIVER
7215 M:      Antti Palosaari <crope@iki.fi>
7216 L:      linux-media@vger.kernel.org
7217 W:      https://linuxtv.org
7218 W:      http://palosaari.fi/linux/
7219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7220 T:      git git://linuxtv.org/anttip/media_tree.git
7221 S:      Maintained
7222 F:      drivers/staging/media/mn88472/
7223 F:      drivers/media/dvb-frontends/mn88472.h
7224
7225 MN88473 MEDIA DRIVER
7226 M:      Antti Palosaari <crope@iki.fi>
7227 L:      linux-media@vger.kernel.org
7228 W:      https://linuxtv.org
7229 W:      http://palosaari.fi/linux/
7230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7231 T:      git git://linuxtv.org/anttip/media_tree.git
7232 S:      Maintained
7233 F:      drivers/staging/media/mn88473/
7234 F:      drivers/media/dvb-frontends/mn88473.h
7235
7236 MODULE SUPPORT
7237 M:      Rusty Russell <rusty@rustcorp.com.au>
7238 S:      Maintained
7239 F:      include/linux/module.h
7240 F:      kernel/module.c
7241
7242 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7243 W:      http://popies.net/meye/
7244 S:      Orphan
7245 F:      Documentation/video4linux/meye.txt
7246 F:      drivers/media/pci/meye/
7247 F:      include/uapi/linux/meye.h
7248
7249 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7250 M:      Jiri Slaby <jirislaby@gmail.com>
7251 S:      Maintained
7252 F:      Documentation/serial/moxa-smartio
7253 F:      drivers/tty/mxser.*
7254
7255 MR800 AVERMEDIA USB FM RADIO DRIVER
7256 M:      Alexey Klimov <klimov.linux@gmail.com>
7257 L:      linux-media@vger.kernel.org
7258 T:      git git://linuxtv.org/media_tree.git
7259 S:      Maintained
7260 F:      drivers/media/radio/radio-mr800.c
7261
7262 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7263 M:      Alan Ott <alan@signal11.us>
7264 L:      linux-wpan@vger.kernel.org
7265 S:      Maintained
7266 F:      drivers/net/ieee802154/mrf24j40.c
7267 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7268
7269 MSI LAPTOP SUPPORT
7270 M:      "Lee, Chun-Yi" <jlee@suse.com>
7271 L:      platform-driver-x86@vger.kernel.org
7272 S:      Maintained
7273 F:      drivers/platform/x86/msi-laptop.c
7274
7275 MSI WMI SUPPORT
7276 L:      platform-driver-x86@vger.kernel.org
7277 S:      Orphan
7278 F:      drivers/platform/x86/msi-wmi.c
7279
7280 MSI001 MEDIA DRIVER
7281 M:      Antti Palosaari <crope@iki.fi>
7282 L:      linux-media@vger.kernel.org
7283 W:      https://linuxtv.org
7284 W:      http://palosaari.fi/linux/
7285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7286 T:      git git://linuxtv.org/anttip/media_tree.git
7287 S:      Maintained
7288 F:      drivers/media/tuners/msi001*
7289
7290 MSI2500 MEDIA DRIVER
7291 M:      Antti Palosaari <crope@iki.fi>
7292 L:      linux-media@vger.kernel.org
7293 W:      https://linuxtv.org
7294 W:      http://palosaari.fi/linux/
7295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7296 T:      git git://linuxtv.org/anttip/media_tree.git
7297 S:      Maintained
7298 F:      drivers/media/usb/msi2500/
7299
7300 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7302 L:      linux-mtd@lists.infradead.org
7303 S:      Maintained
7304 F:      drivers/mtd/devices/docg3*
7305
7306 MT9M032 APTINA SENSOR DRIVER
7307 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7308 L:      linux-media@vger.kernel.org
7309 T:      git git://linuxtv.org/media_tree.git
7310 S:      Maintained
7311 F:      drivers/media/i2c/mt9m032.c
7312 F:      include/media/i2c/mt9m032.h
7313
7314 MT9P031 APTINA CAMERA SENSOR
7315 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7316 L:      linux-media@vger.kernel.org
7317 T:      git git://linuxtv.org/media_tree.git
7318 S:      Maintained
7319 F:      drivers/media/i2c/mt9p031.c
7320 F:      include/media/i2c/mt9p031.h
7321
7322 MT9T001 APTINA CAMERA SENSOR
7323 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7324 L:      linux-media@vger.kernel.org
7325 T:      git git://linuxtv.org/media_tree.git
7326 S:      Maintained
7327 F:      drivers/media/i2c/mt9t001.c
7328 F:      include/media/i2c/mt9t001.h
7329
7330 MT9V032 APTINA CAMERA SENSOR
7331 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7332 L:      linux-media@vger.kernel.org
7333 T:      git git://linuxtv.org/media_tree.git
7334 S:      Maintained
7335 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7336 F:      drivers/media/i2c/mt9v032.c
7337 F:      include/media/i2c/mt9v032.h
7338
7339 MULTIFUNCTION DEVICES (MFD)
7340 M:      Lee Jones <lee.jones@linaro.org>
7341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7342 S:      Supported
7343 F:      drivers/mfd/
7344 F:      include/linux/mfd/
7345
7346 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7347 M:      Ulf Hansson <ulf.hansson@linaro.org>
7348 L:      linux-mmc@vger.kernel.org
7349 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7350 S:      Maintained
7351 F:      drivers/mmc/
7352 F:      include/linux/mmc/
7353 F:      include/uapi/linux/mmc/
7354
7355 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7356 S:      Orphan
7357 F:      drivers/mmc/host/mmc_spi.c
7358 F:      include/linux/spi/mmc_spi.h
7359
7360 MULTISOUND SOUND DRIVER
7361 M:      Andrew Veliath <andrewtv@usa.net>
7362 S:      Maintained
7363 F:      Documentation/sound/oss/MultiSound
7364 F:      sound/oss/msnd*
7365
7366 MULTITECH MULTIPORT CARD (ISICOM)
7367 S:      Orphan
7368 F:      drivers/tty/isicom.c
7369 F:      include/linux/isicom.h
7370
7371 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7372 M:      Felipe Balbi <balbi@kernel.org>
7373 L:      linux-usb@vger.kernel.org
7374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7375 S:      Maintained
7376 F:      drivers/usb/musb/
7377
7378 MXL5007T MEDIA DRIVER
7379 M:      Michael Krufky <mkrufky@linuxtv.org>
7380 L:      linux-media@vger.kernel.org
7381 W:      https://linuxtv.org
7382 W:      http://github.com/mkrufky
7383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7384 T:      git git://linuxtv.org/mkrufky/tuners.git
7385 S:      Maintained
7386 F:      drivers/media/tuners/mxl5007t.*
7387
7388 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7389 M:      Hyong-Youb Kim <hykim@myri.com>
7390 L:      netdev@vger.kernel.org
7391 W:      https://www.myricom.com/support/downloads/myri10ge.html
7392 S:      Supported
7393 F:      drivers/net/ethernet/myricom/myri10ge/
7394
7395 NATSEMI ETHERNET DRIVER (DP8381x)
7396 S:      Orphan
7397 F:      drivers/net/ethernet/natsemi/natsemi.c
7398
7399 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7400 M:      Daniel Mack <zonque@gmail.com>
7401 S:      Maintained
7402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7403 W:      http://www.native-instruments.com
7404 F:      sound/usb/caiaq/
7405
7406 NCP FILESYSTEM
7407 M:      Petr Vandrovec <petr@vandrovec.name>
7408 S:      Odd Fixes
7409 F:      fs/ncpfs/
7410
7411 NCR 5380 SCSI DRIVERS
7412 M:      Finn Thain <fthain@telegraphics.com.au>
7413 M:      Michael Schmitz <schmitzmic@gmail.com>
7414 L:      linux-scsi@vger.kernel.org
7415 S:      Maintained
7416 F:      Documentation/scsi/g_NCR5380.txt
7417 F:      drivers/scsi/NCR5380.*
7418 F:      drivers/scsi/arm/cumana_1.c
7419 F:      drivers/scsi/arm/oak.c
7420 F:      drivers/scsi/atari_NCR5380.c
7421 F:      drivers/scsi/atari_scsi.*
7422 F:      drivers/scsi/dmx3191d.c
7423 F:      drivers/scsi/dtc.*
7424 F:      drivers/scsi/g_NCR5380.*
7425 F:      drivers/scsi/g_NCR5380_mmio.c
7426 F:      drivers/scsi/mac_scsi.*
7427 F:      drivers/scsi/pas16.*
7428 F:      drivers/scsi/sun3_scsi.*
7429 F:      drivers/scsi/sun3_scsi_vme.c
7430 F:      drivers/scsi/t128.*
7431
7432 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7433 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7434 L:      linux-scsi@vger.kernel.org
7435 S:      Maintained
7436 F:      drivers/scsi/NCR_D700.*
7437
7438 NCT6775 HARDWARE MONITOR DRIVER
7439 M:      Guenter Roeck <linux@roeck-us.net>
7440 L:      lm-sensors@lm-sensors.org
7441 S:      Maintained
7442 F:      Documentation/hwmon/nct6775
7443 F:      drivers/hwmon/nct6775.c
7444
7445 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7446 M:      Faisal Latif <faisal.latif@intel.com>
7447 L:      linux-rdma@vger.kernel.org
7448 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7449 S:      Supported
7450 F:      drivers/infiniband/hw/nes/
7451
7452 NETEM NETWORK EMULATOR
7453 M:      Stephen Hemminger <stephen@networkplumber.org>
7454 L:      netem@lists.linux-foundation.org
7455 S:      Maintained
7456 F:      net/sched/sch_netem.c
7457
7458 NETERION 10GbE DRIVERS (s2io/vxge)
7459 M:      Jon Mason <jdmason@kudzu.us>
7460 L:      netdev@vger.kernel.org
7461 S:      Supported
7462 F:      Documentation/networking/s2io.txt
7463 F:      Documentation/networking/vxge.txt
7464 F:      drivers/net/ethernet/neterion/
7465
7466 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7467 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7468 M:      Patrick McHardy <kaber@trash.net>
7469 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7470 L:      netfilter-devel@vger.kernel.org
7471 L:      coreteam@netfilter.org
7472 W:      http://www.netfilter.org/
7473 W:      http://www.iptables.org/
7474 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7477 S:      Supported
7478 F:      include/linux/netfilter*
7479 F:      include/linux/netfilter/
7480 F:      include/net/netfilter/
7481 F:      include/uapi/linux/netfilter*
7482 F:      include/uapi/linux/netfilter/
7483 F:      net/*/netfilter.c
7484 F:      net/*/netfilter/
7485 F:      net/netfilter/
7486 F:      net/bridge/br_netfilter*.c
7487
7488 NETLABEL
7489 M:      Paul Moore <paul@paul-moore.com>
7490 W:      http://netlabel.sf.net
7491 L:      netdev@vger.kernel.org
7492 S:      Maintained
7493 F:      Documentation/netlabel/
7494 F:      include/net/netlabel.h
7495 F:      net/netlabel/
7496
7497 NETROM NETWORK LAYER
7498 M:      Ralf Baechle <ralf@linux-mips.org>
7499 L:      linux-hams@vger.kernel.org
7500 W:      http://www.linux-ax25.org/
7501 S:      Maintained
7502 F:      include/net/netrom.h
7503 F:      include/uapi/linux/netrom.h
7504 F:      net/netrom/
7505
7506 NETRONOME ETHERNET DRIVERS
7507 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7508 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7509 L:      oss-drivers@netronome.com
7510 S:      Maintained
7511 F:      drivers/net/ethernet/netronome/
7512
7513 NETWORK BLOCK DEVICE (NBD)
7514 M:      Markus Pargmann <mpa@pengutronix.de>
7515 S:      Maintained
7516 L:      nbd-general@lists.sourceforge.net
7517 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7518 F:      Documentation/blockdev/nbd.txt
7519 F:      drivers/block/nbd.c
7520 F:      include/uapi/linux/nbd.h
7521
7522 NETWORK DROP MONITOR
7523 M:      Neil Horman <nhorman@tuxdriver.com>
7524 L:      netdev@vger.kernel.org
7525 S:      Maintained
7526 W:      https://fedorahosted.org/dropwatch/
7527 F:      net/core/drop_monitor.c
7528
7529 NETWORKING [GENERAL]
7530 M:      "David S. Miller" <davem@davemloft.net>
7531 L:      netdev@vger.kernel.org
7532 W:      http://www.linuxfoundation.org/en/Net
7533 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7536 S:      Maintained
7537 F:      net/
7538 F:      include/net/
7539 F:      include/linux/in.h
7540 F:      include/linux/net.h
7541 F:      include/linux/netdevice.h
7542 F:      include/uapi/linux/in.h
7543 F:      include/uapi/linux/net.h
7544 F:      include/uapi/linux/netdevice.h
7545 F:      include/uapi/linux/net_namespace.h
7546 F:      tools/net/
7547 F:      tools/testing/selftests/net/
7548 F:      lib/random32.c
7549 F:      lib/test_bpf.c
7550
7551 NETWORKING [IPv4/IPv6]
7552 M:      "David S. Miller" <davem@davemloft.net>
7553 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7554 M:      James Morris <jmorris@namei.org>
7555 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7556 M:      Patrick McHardy <kaber@trash.net>
7557 L:      netdev@vger.kernel.org
7558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7559 S:      Maintained
7560 F:      net/ipv4/
7561 F:      net/ipv6/
7562 F:      include/net/ip*
7563 F:      arch/x86/net/*
7564
7565 NETWORKING [IPSEC]
7566 M:      Steffen Klassert <steffen.klassert@secunet.com>
7567 M:      Herbert Xu <herbert@gondor.apana.org.au>
7568 M:      "David S. Miller" <davem@davemloft.net>
7569 L:      netdev@vger.kernel.org
7570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7572 S:      Maintained
7573 F:      net/core/flow.c
7574 F:      net/xfrm/
7575 F:      net/key/
7576 F:      net/ipv4/xfrm*
7577 F:      net/ipv4/esp4.c
7578 F:      net/ipv4/ah4.c
7579 F:      net/ipv4/ipcomp.c
7580 F:      net/ipv4/ip_vti.c
7581 F:      net/ipv6/xfrm*
7582 F:      net/ipv6/esp6.c
7583 F:      net/ipv6/ah6.c
7584 F:      net/ipv6/ipcomp6.c
7585 F:      net/ipv6/ip6_vti.c
7586 F:      include/uapi/linux/xfrm.h
7587 F:      include/net/xfrm.h
7588
7589 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7590 M:      Paul Moore <paul@paul-moore.com>
7591 L:      netdev@vger.kernel.org
7592 S:      Maintained
7593
7594 NETWORKING [WIRELESS]
7595 L:      linux-wireless@vger.kernel.org
7596 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7597
7598 NETWORKING DRIVERS
7599 L:      netdev@vger.kernel.org
7600 W:      http://www.linuxfoundation.org/en/Net
7601 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7604 S:      Odd Fixes
7605 F:      drivers/net/
7606 F:      include/linux/if_*
7607 F:      include/linux/netdevice.h
7608 F:      include/linux/etherdevice.h
7609 F:      include/linux/fcdevice.h
7610 F:      include/linux/fddidevice.h
7611 F:      include/linux/hippidevice.h
7612 F:      include/linux/inetdevice.h
7613 F:      include/uapi/linux/if_*
7614 F:      include/uapi/linux/netdevice.h
7615
7616 NETWORKING DRIVERS (WIRELESS)
7617 M:      Kalle Valo <kvalo@codeaurora.org>
7618 L:      linux-wireless@vger.kernel.org
7619 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7622 S:      Maintained
7623 F:      drivers/net/wireless/
7624
7625 NETXEN (1/10) GbE SUPPORT
7626 M:      Manish Chopra <manish.chopra@qlogic.com>
7627 M:      Sony Chacko <sony.chacko@qlogic.com>
7628 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7629 L:      netdev@vger.kernel.org
7630 W:      http://www.qlogic.com
7631 S:      Supported
7632 F:      drivers/net/ethernet/qlogic/netxen/
7633
7634 NFC SUBSYSTEM
7635 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7636 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7637 M:      Samuel Ortiz <sameo@linux.intel.com>
7638 L:      linux-wireless@vger.kernel.org
7639 L:      linux-nfc@lists.01.org (subscribers-only)
7640 S:      Supported
7641 F:      net/nfc/
7642 F:      include/net/nfc/
7643 F:      include/uapi/linux/nfc.h
7644 F:      drivers/nfc/
7645 F:      include/linux/platform_data/microread.h
7646 F:      include/linux/platform_data/nfcmrvl.h
7647 F:      include/linux/platform_data/nxp-nci.h
7648 F:      include/linux/platform_data/pn544.h
7649 F:      include/linux/platform_data/st21nfca.h
7650 F:      include/linux/platform_data/st-nci.h
7651 F:      Documentation/devicetree/bindings/net/nfc/
7652
7653 NFS, SUNRPC, AND LOCKD CLIENTS
7654 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7655 M:      Anna Schumaker <anna.schumaker@netapp.com>
7656 L:      linux-nfs@vger.kernel.org
7657 W:      http://client.linux-nfs.org
7658 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7659 S:      Maintained
7660 F:      fs/lockd/
7661 F:      fs/nfs/
7662 F:      fs/nfs_common/
7663 F:      net/sunrpc/
7664 F:      include/linux/lockd/
7665 F:      include/linux/nfs*
7666 F:      include/linux/sunrpc/
7667 F:      include/uapi/linux/nfs*
7668 F:      include/uapi/linux/sunrpc/
7669
7670 NILFS2 FILESYSTEM
7671 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7672 L:      linux-nilfs@vger.kernel.org
7673 W:      http://nilfs.sourceforge.net/
7674 T:      git git://github.com/konis/nilfs2.git
7675 S:      Supported
7676 F:      Documentation/filesystems/nilfs2.txt
7677 F:      fs/nilfs2/
7678 F:      include/linux/nilfs2_fs.h
7679 F:      include/trace/events/nilfs2.h
7680
7681 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7682 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7683 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7684 S:      Maintained
7685 F:      Documentation/scsi/NinjaSCSI.txt
7686 F:      drivers/scsi/pcmcia/nsp_*
7687
7688 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7689 M:      GOTO Masanori <gotom@debian.or.jp>
7690 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7691 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7692 S:      Maintained
7693 F:      Documentation/scsi/NinjaSCSI.txt
7694 F:      drivers/scsi/nsp32*
7695
7696 NIOS2 ARCHITECTURE
7697 M:      Ley Foon Tan <lftan@altera.com>
7698 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7700 S:      Maintained
7701 F:      arch/nios2/
7702
7703 NOKIA N900 POWER SUPPLY DRIVERS
7704 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7705 S:      Maintained
7706 F:      include/linux/power/bq2415x_charger.h
7707 F:      include/linux/power/bq27xxx_battery.h
7708 F:      include/linux/power/isp1704_charger.h
7709 F:      drivers/power/bq2415x_charger.c
7710 F:      drivers/power/bq27xxx_battery.c
7711 F:      drivers/power/isp1704_charger.c
7712 F:      drivers/power/rx51_battery.c
7713
7714 NTB DRIVER CORE
7715 M:      Jon Mason <jdmason@kudzu.us>
7716 M:      Dave Jiang <dave.jiang@intel.com>
7717 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7718 L:      linux-ntb@googlegroups.com
7719 S:      Supported
7720 W:      https://github.com/jonmason/ntb/wiki
7721 T:      git git://github.com/jonmason/ntb.git
7722 F:      drivers/ntb/
7723 F:      drivers/net/ntb_netdev.c
7724 F:      include/linux/ntb.h
7725 F:      include/linux/ntb_transport.h
7726
7727 NTB INTEL DRIVER
7728 M:      Jon Mason <jdmason@kudzu.us>
7729 M:      Dave Jiang <dave.jiang@intel.com>
7730 L:      linux-ntb@googlegroups.com
7731 S:      Supported
7732 W:      https://github.com/jonmason/ntb/wiki
7733 T:      git git://github.com/jonmason/ntb.git
7734 F:      drivers/ntb/hw/intel/
7735
7736 NTB AMD DRIVER
7737 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7738 L:      linux-ntb@googlegroups.com
7739 S:      Supported
7740 F:      drivers/ntb/hw/amd/
7741
7742 NTFS FILESYSTEM
7743 M:      Anton Altaparmakov <anton@tuxera.com>
7744 L:      linux-ntfs-dev@lists.sourceforge.net
7745 W:      http://www.tuxera.com/
7746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7747 S:      Supported
7748 F:      Documentation/filesystems/ntfs.txt
7749 F:      fs/ntfs/
7750
7751 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7752 M:      Antonino Daplas <adaplas@gmail.com>
7753 L:      linux-fbdev@vger.kernel.org
7754 S:      Maintained
7755 F:      drivers/video/fbdev/riva/
7756 F:      drivers/video/fbdev/nvidia/
7757
7758 NVM EXPRESS DRIVER
7759 M:      Keith Busch <keith.busch@intel.com>
7760 M:      Jens Axboe <axboe@fb.com>
7761 L:      linux-nvme@lists.infradead.org
7762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7763 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7764 S:      Supported
7765 F:      drivers/nvme/host/
7766 F:      include/linux/nvme.h
7767
7768 NVMEM FRAMEWORK
7769 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7770 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7771 S:      Maintained
7772 F:      drivers/nvmem/
7773 F:      Documentation/devicetree/bindings/nvmem/
7774 F:      include/linux/nvmem-consumer.h
7775 F:      include/linux/nvmem-provider.h
7776
7777 NXP-NCI NFC DRIVER
7778 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7779 R:      Charles Gorand <charles.gorand@effinnov.com>
7780 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7781 S:      Supported
7782 F:      drivers/nfc/nxp-nci
7783
7784 NXP TDA998X DRM DRIVER
7785 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7786 S:      Supported
7787 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7788 F:      include/drm/i2c/tda998x.h
7789
7790 NXP TFA9879 DRIVER
7791 M:      Peter Rosin <peda@axentia.se>
7792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7793 S:      Maintained
7794 F:      sound/soc/codecs/tfa9879*
7795
7796 OMAP SUPPORT
7797 M:      Tony Lindgren <tony@atomide.com>
7798 L:      linux-omap@vger.kernel.org
7799 W:      http://www.muru.com/linux/omap/
7800 W:      http://linux.omap.com/
7801 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7803 S:      Maintained
7804 F:      arch/arm/*omap*/
7805 F:      arch/arm/configs/omap1_defconfig
7806 F:      arch/arm/configs/omap2plus_defconfig
7807 F:      drivers/i2c/busses/i2c-omap.c
7808 F:      drivers/irqchip/irq-omap-intc.c
7809 F:      drivers/mfd/*omap*.c
7810 F:      drivers/mfd/menelaus.c
7811 F:      drivers/mfd/palmas.c
7812 F:      drivers/mfd/tps65217.c
7813 F:      drivers/mfd/tps65218.c
7814 F:      drivers/mfd/tps65910.c
7815 F:      drivers/mfd/twl-core.[ch]
7816 F:      drivers/mfd/twl4030*.c
7817 F:      drivers/mfd/twl6030*.c
7818 F:      drivers/mfd/twl6040*.c
7819 F:      drivers/regulator/palmas-regulator*.c
7820 F:      drivers/regulator/pbias-regulator.c
7821 F:      drivers/regulator/tps65217-regulator.c
7822 F:      drivers/regulator/tps65218-regulator.c
7823 F:      drivers/regulator/tps65910-regulator.c
7824 F:      drivers/regulator/twl-regulator.c
7825 F:      include/linux/i2c-omap.h
7826
7827 OMAP DEVICE TREE SUPPORT
7828 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7829 M:      Tony Lindgren <tony@atomide.com>
7830 L:      linux-omap@vger.kernel.org
7831 L:      devicetree@vger.kernel.org
7832 S:      Maintained
7833 F:      arch/arm/boot/dts/*omap*
7834 F:      arch/arm/boot/dts/*am3*
7835 F:      arch/arm/boot/dts/*am4*
7836 F:      arch/arm/boot/dts/*am5*
7837 F:      arch/arm/boot/dts/*dra7*
7838
7839 OMAP CLOCK FRAMEWORK SUPPORT
7840 M:      Paul Walmsley <paul@pwsan.com>
7841 L:      linux-omap@vger.kernel.org
7842 S:      Maintained
7843 F:      arch/arm/*omap*/*clock*
7844
7845 OMAP POWER MANAGEMENT SUPPORT
7846 M:      Kevin Hilman <khilman@deeprootsystems.com>
7847 L:      linux-omap@vger.kernel.org
7848 S:      Maintained
7849 F:      arch/arm/*omap*/*pm*
7850 F:      drivers/cpufreq/omap-cpufreq.c
7851
7852 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7853 M:      Rajendra Nayak <rnayak@ti.com>
7854 M:      Paul Walmsley <paul@pwsan.com>
7855 L:      linux-omap@vger.kernel.org
7856 S:      Maintained
7857 F:      arch/arm/mach-omap2/prm*
7858
7859 OMAP AUDIO SUPPORT
7860 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7861 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7863 L:      linux-omap@vger.kernel.org
7864 S:      Maintained
7865 F:      sound/soc/omap/
7866
7867 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7868 M:      Roger Quadros <rogerq@ti.com>
7869 M:      Tony Lindgren <tony@atomide.com>
7870 L:      linux-omap@vger.kernel.org
7871 S:      Maintained
7872 F:      drivers/memory/omap-gpmc.c
7873 F:      arch/arm/mach-omap2/*gpmc*
7874
7875 OMAP FRAMEBUFFER SUPPORT
7876 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7877 L:      linux-fbdev@vger.kernel.org
7878 L:      linux-omap@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/video/fbdev/omap/
7881
7882 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7883 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7884 L:      linux-omap@vger.kernel.org
7885 L:      linux-fbdev@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/video/fbdev/omap2/
7888 F:      Documentation/arm/OMAP/DSS
7889
7890 OMAP HARDWARE SPINLOCK SUPPORT
7891 M:      Ohad Ben-Cohen <ohad@wizery.com>
7892 L:      linux-omap@vger.kernel.org
7893 S:      Maintained
7894 F:      drivers/hwspinlock/omap_hwspinlock.c
7895
7896 OMAP MMC SUPPORT
7897 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7898 L:      linux-omap@vger.kernel.org
7899 S:      Maintained
7900 F:      drivers/mmc/host/omap.c
7901
7902 OMAP HS MMC SUPPORT
7903 L:      linux-mmc@vger.kernel.org
7904 L:      linux-omap@vger.kernel.org
7905 S:      Orphan
7906 F:      drivers/mmc/host/omap_hsmmc.c
7907
7908 OMAP RANDOM NUMBER GENERATOR SUPPORT
7909 M:      Deepak Saxena <dsaxena@plexity.net>
7910 S:      Maintained
7911 F:      drivers/char/hw_random/omap-rng.c
7912
7913 OMAP HWMOD SUPPORT
7914 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7915 M:      Paul Walmsley <paul@pwsan.com>
7916 L:      linux-omap@vger.kernel.org
7917 S:      Maintained
7918 F:      arch/arm/mach-omap2/omap_hwmod.*
7919
7920 OMAP HWMOD DATA
7921 M:      Paul Walmsley <paul@pwsan.com>
7922 L:      linux-omap@vger.kernel.org
7923 S:      Maintained
7924 F:      arch/arm/mach-omap2/omap_hwmod*data*
7925
7926 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7927 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7928 L:      linux-omap@vger.kernel.org
7929 S:      Maintained
7930 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7931
7932 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7933 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7934 L:      linux-media@vger.kernel.org
7935 S:      Maintained
7936 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7937 F:      drivers/media/platform/omap3isp/
7938 F:      drivers/staging/media/omap4iss/
7939
7940 OMAP USB SUPPORT
7941 M:      Felipe Balbi <balbi@kernel.org>
7942 L:      linux-usb@vger.kernel.org
7943 L:      linux-omap@vger.kernel.org
7944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7945 S:      Maintained
7946 F:      drivers/usb/*/*omap*
7947 F:      arch/arm/*omap*/usb*
7948
7949 OMAP GPIO DRIVER
7950 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7951 M:      Santosh Shilimkar <ssantosh@kernel.org>
7952 M:      Kevin Hilman <khilman@deeprootsystems.com>
7953 L:      linux-omap@vger.kernel.org
7954 S:      Maintained
7955 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7956 F:      drivers/gpio/gpio-omap.c
7957
7958 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7959 M:      Mark Jackson <mpfj@newflow.co.uk>
7960 L:      linux-omap@vger.kernel.org
7961 S:      Maintained
7962 F:      arch/arm/boot/dts/am335x-nano.dts
7963
7964 OMFS FILESYSTEM
7965 M:      Bob Copeland <me@bobcopeland.com>
7966 L:      linux-karma-devel@lists.sourceforge.net
7967 S:      Maintained
7968 F:      Documentation/filesystems/omfs.txt
7969 F:      fs/omfs/
7970
7971 OMNIKEY CARDMAN 4000 DRIVER
7972 M:      Harald Welte <laforge@gnumonks.org>
7973 S:      Maintained
7974 F:      drivers/char/pcmcia/cm4000_cs.c
7975 F:      include/linux/cm4000_cs.h
7976 F:      include/uapi/linux/cm4000_cs.h
7977
7978 OMNIKEY CARDMAN 4040 DRIVER
7979 M:      Harald Welte <laforge@gnumonks.org>
7980 S:      Maintained
7981 F:      drivers/char/pcmcia/cm4040_cs.*
7982
7983 OMNIVISION OV7670 SENSOR DRIVER
7984 M:      Jonathan Corbet <corbet@lwn.net>
7985 L:      linux-media@vger.kernel.org
7986 T:      git git://linuxtv.org/media_tree.git
7987 S:      Maintained
7988 F:      drivers/media/i2c/ov7670.c
7989
7990 ONENAND FLASH DRIVER
7991 M:      Kyungmin Park <kyungmin.park@samsung.com>
7992 L:      linux-mtd@lists.infradead.org
7993 S:      Maintained
7994 F:      drivers/mtd/onenand/
7995 F:      include/linux/mtd/onenand*.h
7996
7997 ONSTREAM SCSI TAPE DRIVER
7998 M:      Willem Riede <osst@riede.org>
7999 L:      osst-users@lists.sourceforge.net
8000 L:      linux-scsi@vger.kernel.org
8001 S:      Maintained
8002 F:      Documentation/scsi/osst.txt
8003 F:      drivers/scsi/osst.*
8004 F:      drivers/scsi/osst_*.h
8005 F:      drivers/scsi/st.h
8006
8007 OPENCORES I2C BUS DRIVER
8008 M:      Peter Korsgaard <jacmet@sunsite.dk>
8009 L:      linux-i2c@vger.kernel.org
8010 S:      Maintained
8011 F:      Documentation/i2c/busses/i2c-ocores
8012 F:      drivers/i2c/busses/i2c-ocores.c
8013
8014 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8015 M:      Rob Herring <robh+dt@kernel.org>
8016 M:      Frank Rowand <frowand.list@gmail.com>
8017 M:      Grant Likely <grant.likely@linaro.org>
8018 L:      devicetree@vger.kernel.org
8019 W:      http://www.devicetree.org/
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8021 S:      Maintained
8022 F:      drivers/of/
8023 F:      include/linux/of*.h
8024 F:      scripts/dtc/
8025
8026 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8027 M:      Rob Herring <robh+dt@kernel.org>
8028 M:      Pawel Moll <pawel.moll@arm.com>
8029 M:      Mark Rutland <mark.rutland@arm.com>
8030 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8031 M:      Kumar Gala <galak@codeaurora.org>
8032 L:      devicetree@vger.kernel.org
8033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8034 S:      Maintained
8035 F:      Documentation/devicetree/
8036 F:      arch/*/boot/dts/
8037 F:      include/dt-bindings/
8038
8039 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8040 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8041 L:      devicetree@vger.kernel.org
8042 S:      Maintained
8043 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8044 F:      Documentation/devicetree/overlay-notes.txt
8045 F:      drivers/of/overlay.c
8046 F:      drivers/of/resolver.c
8047
8048 OPENRISC ARCHITECTURE
8049 M:      Jonas Bonn <jonas@southpole.se>
8050 W:      http://openrisc.net
8051 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8052 S:      Maintained
8053 T:      git git://openrisc.net/~jonas/linux
8054 F:      arch/openrisc/
8055
8056 OPENVSWITCH
8057 M:      Pravin Shelar <pshelar@nicira.com>
8058 L:      netdev@vger.kernel.org
8059 L:      dev@openvswitch.org
8060 W:      http://openvswitch.org
8061 S:      Maintained
8062 F:      net/openvswitch/
8063 F:      include/uapi/linux/openvswitch.h
8064
8065 OPERATING PERFORMANCE POINTS (OPP)
8066 M:      Viresh Kumar <vireshk@kernel.org>
8067 M:      Nishanth Menon <nm@ti.com>
8068 M:      Stephen Boyd <sboyd@codeaurora.org>
8069 L:      linux-pm@vger.kernel.org
8070 S:      Maintained
8071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8072 F:      drivers/base/power/opp/
8073 F:      include/linux/pm_opp.h
8074 F:      Documentation/power/opp.txt
8075 F:      Documentation/devicetree/bindings/opp/
8076
8077 OPL4 DRIVER
8078 M:      Clemens Ladisch <clemens@ladisch.de>
8079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8080 T:      git git://git.alsa-project.org/alsa-kernel.git
8081 S:      Maintained
8082 F:      sound/drivers/opl4/
8083
8084 OPROFILE
8085 M:      Robert Richter <rric@kernel.org>
8086 L:      oprofile-list@lists.sf.net
8087 S:      Maintained
8088 F:      arch/*/include/asm/oprofile*.h
8089 F:      arch/*/oprofile/
8090 F:      drivers/oprofile/
8091 F:      include/linux/oprofile.h
8092
8093 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8094 M:      Mark Fasheh <mfasheh@suse.com>
8095 M:      Joel Becker <jlbec@evilplan.org>
8096 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8097 W:      http://ocfs2.wiki.kernel.org
8098 S:      Supported
8099 F:      Documentation/filesystems/ocfs2.txt
8100 F:      Documentation/filesystems/dlmfs.txt
8101 F:      fs/ocfs2/
8102
8103 ORINOCO DRIVER
8104 L:      linux-wireless@vger.kernel.org
8105 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8106 W:      http://www.nongnu.org/orinoco/
8107 S:      Orphan
8108 F:      drivers/net/wireless/intersil/orinoco/
8109
8110 OSD LIBRARY and FILESYSTEM
8111 M:      Boaz Harrosh <ooo@electrozaur.com>
8112 M:      Benny Halevy <bhalevy@primarydata.com>
8113 L:      osd-dev@open-osd.org
8114 W:      http://open-osd.org
8115 T:      git git://git.open-osd.org/open-osd.git
8116 S:      Maintained
8117 F:      drivers/scsi/osd/
8118 F:      include/scsi/osd_*
8119 F:      fs/exofs/
8120
8121 OVERLAY FILESYSTEM
8122 M:      Miklos Szeredi <miklos@szeredi.hu>
8123 L:      linux-unionfs@vger.kernel.org
8124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8125 S:      Supported
8126 F:      fs/overlayfs/
8127 F:      Documentation/filesystems/overlayfs.txt
8128
8129 P54 WIRELESS DRIVER
8130 M:      Christian Lamparter <chunkeey@googlemail.com>
8131 L:      linux-wireless@vger.kernel.org
8132 W:      http://wireless.kernel.org/en/users/Drivers/p54
8133 S:      Maintained
8134 F:      drivers/net/wireless/intersil/p54/
8135
8136 PA SEMI ETHERNET DRIVER
8137 M:      Olof Johansson <olof@lixom.net>
8138 L:      netdev@vger.kernel.org
8139 S:      Maintained
8140 F:      drivers/net/ethernet/pasemi/*
8141
8142 PA SEMI SMBUS DRIVER
8143 M:      Olof Johansson <olof@lixom.net>
8144 L:      linux-i2c@vger.kernel.org
8145 S:      Maintained
8146 F:      drivers/i2c/busses/i2c-pasemi.c
8147
8148 PADATA PARALLEL EXECUTION MECHANISM
8149 M:      Steffen Klassert <steffen.klassert@secunet.com>
8150 L:      linux-crypto@vger.kernel.org
8151 S:      Maintained
8152 F:      kernel/padata.c
8153 F:      include/linux/padata.h
8154 F:      Documentation/padata.txt
8155
8156 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8157 M:      Harald Welte <laforge@gnumonks.org>
8158 L:      platform-driver-x86@vger.kernel.org
8159 S:      Maintained
8160 F:      drivers/platform/x86/panasonic-laptop.c
8161
8162 PANASONIC MN10300/AM33/AM34 PORT
8163 M:      David Howells <dhowells@redhat.com>
8164 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8165 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8166 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8167 S:      Maintained
8168 F:      Documentation/mn10300/
8169 F:      arch/mn10300/
8170
8171 PARALLEL PORT SUBSYSTEM
8172 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8173 M:      Sudip Mukherjee <sudip@vectorindia.org>
8174 L:      linux-parport@lists.infradead.org (subscribers-only)
8175 S:      Maintained
8176 F:      drivers/parport/
8177 F:      include/linux/parport*.h
8178 F:      drivers/char/ppdev.c
8179 F:      include/uapi/linux/ppdev.h
8180 F:      Documentation/parport*.txt
8181
8182 PARAVIRT_OPS INTERFACE
8183 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8184 M:      Chris Wright <chrisw@sous-sol.org>
8185 M:      Alok Kataria <akataria@vmware.com>
8186 M:      Rusty Russell <rusty@rustcorp.com.au>
8187 L:      virtualization@lists.linux-foundation.org
8188 S:      Supported
8189 F:      Documentation/virtual/paravirt_ops.txt
8190 F:      arch/*/kernel/paravirt*
8191 F:      arch/*/include/asm/paravirt.h
8192
8193 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8194 M:      Tim Waugh <tim@cyberelk.net>
8195 L:      linux-parport@lists.infradead.org (subscribers-only)
8196 S:      Maintained
8197 F:      Documentation/blockdev/paride.txt
8198 F:      drivers/block/paride/
8199
8200 PARISC ARCHITECTURE
8201 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8202 M:      Helge Deller <deller@gmx.de>
8203 L:      linux-parisc@vger.kernel.org
8204 W:      http://www.parisc-linux.org/
8205 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8208 S:      Maintained
8209 F:      arch/parisc/
8210 F:      Documentation/parisc/
8211 F:      drivers/parisc/
8212 F:      drivers/char/agp/parisc-agp.c
8213 F:      drivers/input/serio/gscps2.c
8214 F:      drivers/parport/parport_gsc.*
8215 F:      drivers/tty/serial/8250/8250_gsc.c
8216 F:      drivers/video/fbdev/sti*
8217 F:      drivers/video/console/sti*
8218 F:      drivers/video/logo/logo_parisc*
8219
8220 PC87360 HARDWARE MONITORING DRIVER
8221 M:      Jim Cromie <jim.cromie@gmail.com>
8222 L:      lm-sensors@lm-sensors.org
8223 S:      Maintained
8224 F:      Documentation/hwmon/pc87360
8225 F:      drivers/hwmon/pc87360.c
8226
8227 PC8736x GPIO DRIVER
8228 M:      Jim Cromie <jim.cromie@gmail.com>
8229 S:      Maintained
8230 F:      drivers/char/pc8736x_gpio.c
8231
8232 PC87427 HARDWARE MONITORING DRIVER
8233 M:      Jean Delvare <jdelvare@suse.com>
8234 L:      lm-sensors@lm-sensors.org
8235 S:      Maintained
8236 F:      Documentation/hwmon/pc87427
8237 F:      drivers/hwmon/pc87427.c
8238
8239 PCA9532 LED DRIVER
8240 M:      Riku Voipio <riku.voipio@iki.fi>
8241 S:      Maintained
8242 F:      drivers/leds/leds-pca9532.c
8243 F:      include/linux/leds-pca9532.h
8244
8245 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8246 M:      Guenter Roeck <linux@roeck-us.net>
8247 L:      linux-i2c@vger.kernel.org
8248 S:      Maintained
8249 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8250
8251 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8252 M:      Khalid Aziz <khalid@gonehiking.org>
8253 S:      Maintained
8254 F:      drivers/firmware/pcdp.*
8255
8256 PCI ERROR RECOVERY
8257 M:      Linas Vepstas <linasvepstas@gmail.com>
8258 L:      linux-pci@vger.kernel.org
8259 S:      Supported
8260 F:      Documentation/PCI/pci-error-recovery.txt
8261
8262 PCI SUBSYSTEM
8263 M:      Bjorn Helgaas <bhelgaas@google.com>
8264 L:      linux-pci@vger.kernel.org
8265 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8267 S:      Supported
8268 F:      Documentation/PCI/
8269 F:      drivers/pci/
8270 F:      include/linux/pci*
8271 F:      arch/x86/pci/
8272 F:      arch/x86/kernel/quirks.c
8273
8274 PCI DRIVER FOR ALTERA PCIE IP
8275 M:      Ley Foon Tan <lftan@altera.com>
8276 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8277 L:      linux-pci@vger.kernel.org
8278 S:      Supported
8279 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8280 F:      drivers/pci/host/pcie-altera.c
8281
8282 PCI DRIVER FOR ARM VERSATILE PLATFORM
8283 M:      Rob Herring <robh@kernel.org>
8284 L:      linux-pci@vger.kernel.org
8285 L:      linux-arm-kernel@lists.infradead.org
8286 S:      Maintained
8287 F:      Documentation/devicetree/bindings/pci/versatile.txt
8288 F:      drivers/pci/host/pci-versatile.c
8289
8290 PCI DRIVER FOR APPLIEDMICRO XGENE
8291 M:      Tanmay Inamdar <tinamdar@apm.com>
8292 L:      linux-pci@vger.kernel.org
8293 L:      linux-arm-kernel@lists.infradead.org
8294 S:      Maintained
8295 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8296 F:      drivers/pci/host/pci-xgene.c
8297
8298 PCI DRIVER FOR FREESCALE LAYERSCAPE
8299 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8300 M:      Mingkai Hu <mingkai.hu@freescale.com>
8301 M:      Roy Zang <tie-fei.zang@freescale.com>
8302 L:      linuxppc-dev@lists.ozlabs.org
8303 L:      linux-pci@vger.kernel.org
8304 L:      linux-arm-kernel@lists.infradead.org
8305 S:      Maintained
8306 F:      drivers/pci/host/*layerscape*
8307
8308 PCI DRIVER FOR IMX6
8309 M:      Richard Zhu <Richard.Zhu@freescale.com>
8310 M:      Lucas Stach <l.stach@pengutronix.de>
8311 L:      linux-pci@vger.kernel.org
8312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8313 S:      Maintained
8314 F:      drivers/pci/host/*imx6*
8315
8316 PCI DRIVER FOR TI KEYSTONE
8317 M:      Murali Karicheri <m-karicheri2@ti.com>
8318 L:      linux-pci@vger.kernel.org
8319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8320 S:      Maintained
8321 F:      drivers/pci/host/*keystone*
8322
8323 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8324 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8325 M:      Jason Cooper <jason@lakedaemon.net>
8326 L:      linux-pci@vger.kernel.org
8327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8328 S:      Maintained
8329 F:      drivers/pci/host/*mvebu*
8330
8331 PCI DRIVER FOR NVIDIA TEGRA
8332 M:      Thierry Reding <thierry.reding@gmail.com>
8333 L:      linux-tegra@vger.kernel.org
8334 L:      linux-pci@vger.kernel.org
8335 S:      Supported
8336 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8337 F:      drivers/pci/host/pci-tegra.c
8338
8339 PCI DRIVER FOR TI DRA7XX
8340 M:      Kishon Vijay Abraham I <kishon@ti.com>
8341 L:      linux-omap@vger.kernel.org
8342 L:      linux-pci@vger.kernel.org
8343 S:      Supported
8344 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8345 F:      drivers/pci/host/pci-dra7xx.c
8346
8347 PCI DRIVER FOR RENESAS R-CAR
8348 M:      Simon Horman <horms@verge.net.au>
8349 L:      linux-pci@vger.kernel.org
8350 L:      linux-renesas-soc@vger.kernel.org
8351 S:      Maintained
8352 F:      drivers/pci/host/*rcar*
8353
8354 PCI DRIVER FOR SAMSUNG EXYNOS
8355 M:      Jingoo Han <jingoohan1@gmail.com>
8356 L:      linux-pci@vger.kernel.org
8357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8358 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8359 S:      Maintained
8360 F:      drivers/pci/host/pci-exynos.c
8361
8362 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8363 M:      Jingoo Han <jingoohan1@gmail.com>
8364 M:      Pratyush Anand <pratyush.anand@gmail.com>
8365 L:      linux-pci@vger.kernel.org
8366 S:      Maintained
8367 F:      drivers/pci/host/*designware*
8368
8369 PCI DRIVER FOR GENERIC OF HOSTS
8370 M:      Will Deacon <will.deacon@arm.com>
8371 L:      linux-pci@vger.kernel.org
8372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8373 S:      Maintained
8374 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8375 F:      drivers/pci/host/pci-host-generic.c
8376
8377 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8378 M:      Keith Busch <keith.busch@intel.com>
8379 L:      linux-pci@vger.kernel.org
8380 S:      Supported
8381 F:      arch/x86/pci/vmd.c
8382
8383 PCIE DRIVER FOR ST SPEAR13XX
8384 M:      Pratyush Anand <pratyush.anand@gmail.com>
8385 L:      linux-pci@vger.kernel.org
8386 S:      Maintained
8387 F:      drivers/pci/host/*spear*
8388
8389 PCI MSI DRIVER FOR ALTERA MSI IP
8390 M:      Ley Foon Tan <lftan@altera.com>
8391 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8392 L:      linux-pci@vger.kernel.org
8393 S:      Supported
8394 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8395 F:      drivers/pci/host/pcie-altera-msi.c
8396
8397 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8398 M:      Duc Dang <dhdang@apm.com>
8399 L:      linux-pci@vger.kernel.org
8400 L:      linux-arm-kernel@lists.infradead.org
8401 S:      Maintained
8402 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8403 F:      drivers/pci/host/pci-xgene-msi.c
8404
8405 PCIE DRIVER FOR HISILICON
8406 M:      Zhou Wang <wangzhou1@hisilicon.com>
8407 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8408 L:      linux-pci@vger.kernel.org
8409 S:      Maintained
8410 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8411 F:      drivers/pci/host/pcie-hisi.c
8412
8413 PCIE DRIVER FOR QUALCOMM MSM
8414 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8415 L:     linux-pci@vger.kernel.org
8416 L:     linux-arm-msm@vger.kernel.org
8417 S:     Maintained
8418 F:     drivers/pci/host/*qcom*
8419
8420 PCMCIA SUBSYSTEM
8421 P:      Linux PCMCIA Team
8422 L:      linux-pcmcia@lists.infradead.org
8423 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8425 S:      Maintained
8426 F:      Documentation/pcmcia/
8427 F:      drivers/pcmcia/
8428 F:      include/pcmcia/
8429
8430 PCNET32 NETWORK DRIVER
8431 M:      Don Fry <pcnet32@frontier.com>
8432 L:      netdev@vger.kernel.org
8433 S:      Maintained
8434 F:      drivers/net/ethernet/amd/pcnet32.c
8435
8436 PCRYPT PARALLEL CRYPTO ENGINE
8437 M:      Steffen Klassert <steffen.klassert@secunet.com>
8438 L:      linux-crypto@vger.kernel.org
8439 S:      Maintained
8440 F:      crypto/pcrypt.c
8441 F:      include/crypto/pcrypt.h
8442
8443 PER-CPU MEMORY ALLOCATOR
8444 M:      Tejun Heo <tj@kernel.org>
8445 M:      Christoph Lameter <cl@linux-foundation.org>
8446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8447 S:      Maintained
8448 F:      include/linux/percpu*.h
8449 F:      mm/percpu*.c
8450 F:      arch/*/include/asm/percpu.h
8451
8452 PER-TASK DELAY ACCOUNTING
8453 M:      Balbir Singh <bsingharora@gmail.com>
8454 S:      Maintained
8455 F:      include/linux/delayacct.h
8456 F:      kernel/delayacct.c
8457
8458 PERFORMANCE EVENTS SUBSYSTEM
8459 M:      Peter Zijlstra <peterz@infradead.org>
8460 M:      Ingo Molnar <mingo@redhat.com>
8461 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8462 L:      linux-kernel@vger.kernel.org
8463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8464 S:      Supported
8465 F:      kernel/events/*
8466 F:      include/linux/perf_event.h
8467 F:      include/uapi/linux/perf_event.h
8468 F:      arch/*/kernel/perf_event*.c
8469 F:      arch/*/kernel/*/perf_event*.c
8470 F:      arch/*/kernel/*/*/perf_event*.c
8471 F:      arch/*/include/asm/perf_event.h
8472 F:      arch/*/kernel/perf_callchain.c
8473 F:      tools/perf/
8474
8475 PERSONALITY HANDLING
8476 M:      Christoph Hellwig <hch@infradead.org>
8477 L:      linux-abi-devel@lists.sourceforge.net
8478 S:      Maintained
8479 F:      include/linux/personality.h
8480 F:      include/uapi/linux/personality.h
8481
8482 PHONET PROTOCOL
8483 M:      Remi Denis-Courmont <courmisch@gmail.com>
8484 S:      Supported
8485 F:      Documentation/networking/phonet.txt
8486 F:      include/linux/phonet.h
8487 F:      include/net/phonet/
8488 F:      include/uapi/linux/phonet.h
8489 F:      net/phonet/
8490
8491 PHRAM MTD DRIVER
8492 M:      Joern Engel <joern@lazybastard.org>
8493 L:      linux-mtd@lists.infradead.org
8494 S:      Maintained
8495 F:      drivers/mtd/devices/phram.c
8496
8497 PICOLCD HID DRIVER
8498 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8499 L:      linux-input@vger.kernel.org
8500 S:      Maintained
8501 F:      drivers/hid/hid-picolcd*
8502
8503 PICOXCELL SUPPORT
8504 M:      Jamie Iles <jamie@jamieiles.com>
8505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8506 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8507 S:      Supported
8508 F:      arch/arm/boot/dts/picoxcell*
8509 F:      arch/arm/mach-picoxcell/
8510 F:      drivers/crypto/picoxcell*
8511
8512 PIN CONTROL SUBSYSTEM
8513 M:      Linus Walleij <linus.walleij@linaro.org>
8514 L:      linux-gpio@vger.kernel.org
8515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8516 S:      Maintained
8517 F:      drivers/pinctrl/
8518 F:      include/linux/pinctrl/
8519
8520 PIN CONTROLLER - ATMEL AT91
8521 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8523 S:      Maintained
8524 F:      drivers/pinctrl/pinctrl-at91.*
8525
8526 PIN CONTROLLER - ATMEL AT91 PIO4
8527 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8529 L:      linux-gpio@vger.kernel.org
8530 S:      Supported
8531 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8532
8533 PIN CONTROLLER - INTEL
8534 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8535 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8536 S:      Maintained
8537 F:      drivers/pinctrl/intel/
8538
8539 PIN CONTROLLER - RENESAS
8540 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8541 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8542 L:      linux-renesas-soc@vger.kernel.org
8543 S:      Maintained
8544 F:      drivers/pinctrl/sh-pfc/
8545
8546 PIN CONTROLLER - SAMSUNG
8547 M:      Tomasz Figa <tomasz.figa@gmail.com>
8548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8549 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8550 S:      Maintained
8551 F:      drivers/pinctrl/samsung/
8552
8553 PIN CONTROLLER - SINGLE
8554 M:      Tony Lindgren <tony@atomide.com>
8555 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8557 L:      linux-omap@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/pinctrl/pinctrl-single.c
8560
8561 PIN CONTROLLER - ST SPEAR
8562 M:      Viresh Kumar <vireshk@kernel.org>
8563 L:      spear-devel@list.st.com
8564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8565 W:      http://www.st.com/spear
8566 S:      Maintained
8567 F:      drivers/pinctrl/spear/
8568
8569 PKTCDVD DRIVER
8570 M:      Jiri Kosina <jikos@kernel.org>
8571 S:      Maintained
8572 F:      drivers/block/pktcdvd.c
8573 F:      include/linux/pktcdvd.h
8574 F:      include/uapi/linux/pktcdvd.h
8575
8576 PKUNITY SOC DRIVERS
8577 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8578 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8579 S:      Maintained
8580 T:      git git://github.com/gxt/linux.git
8581 F:      drivers/input/serio/i8042-unicore32io.h
8582 F:      drivers/i2c/busses/i2c-puv3.c
8583 F:      drivers/video/fbdev/fb-puv3.c
8584 F:      drivers/rtc/rtc-puv3.c
8585
8586 PMBUS HARDWARE MONITORING DRIVERS
8587 M:      Guenter Roeck <linux@roeck-us.net>
8588 L:      lm-sensors@lm-sensors.org
8589 W:      http://www.lm-sensors.org/
8590 W:      http://www.roeck-us.net/linux/drivers/
8591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8592 S:      Maintained
8593 F:      Documentation/hwmon/pmbus
8594 F:      drivers/hwmon/pmbus/
8595 F:      include/linux/i2c/pmbus.h
8596
8597 PMC SIERRA MaxRAID DRIVER
8598 L:      linux-scsi@vger.kernel.org
8599 W:      http://www.pmc-sierra.com/
8600 S:      Orphan
8601 F:      drivers/scsi/pmcraid.*
8602
8603 PMC SIERRA PM8001 DRIVER
8604 M:      Jack Wang <jinpu.wang@profitbricks.com>
8605 M:      lindar_liu@usish.com
8606 L:      pmchba@pmcs.com
8607 L:      linux-scsi@vger.kernel.org
8608 S:      Supported
8609 F:      drivers/scsi/pm8001/
8610
8611 POSIX CLOCKS and TIMERS
8612 M:      Thomas Gleixner <tglx@linutronix.de>
8613 L:      linux-kernel@vger.kernel.org
8614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8615 S:      Maintained
8616 F:      fs/timerfd.c
8617 F:      include/linux/timer*
8618 F:      kernel/time/*timer*
8619
8620 POWER MANAGEMENT CORE
8621 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8622 L:      linux-pm@vger.kernel.org
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8624 S:      Supported
8625 F:      drivers/base/power/
8626 F:      include/linux/pm.h
8627 F:      include/linux/pm_*
8628 F:      include/linux/powercap.h
8629 F:      drivers/powercap/
8630
8631 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8632 M:      Sebastian Reichel <sre@kernel.org>
8633 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8634 M:      David Woodhouse <dwmw2@infradead.org>
8635 L:      linux-pm@vger.kernel.org
8636 T:      git git://git.infradead.org/battery-2.6.git
8637 S:      Maintained
8638 F:      include/linux/power_supply.h
8639 F:      drivers/power/
8640 X:      drivers/power/avs/
8641
8642 POWER STATE COORDINATION INTERFACE (PSCI)
8643 M:      Mark Rutland <mark.rutland@arm.com>
8644 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8645 L:      linux-arm-kernel@lists.infradead.org
8646 S:      Maintained
8647 F:      drivers/firmware/psci.c
8648 F:      include/linux/psci.h
8649 F:      include/uapi/linux/psci.h
8650
8651 PNP SUPPORT
8652 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8653 S:      Maintained
8654 F:      drivers/pnp/
8655
8656 PPP PROTOCOL DRIVERS AND COMPRESSORS
8657 M:      Paul Mackerras <paulus@samba.org>
8658 L:      linux-ppp@vger.kernel.org
8659 S:      Maintained
8660 F:      drivers/net/ppp/ppp_*
8661
8662 PPP OVER ATM (RFC 2364)
8663 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8664 S:      Maintained
8665 F:      net/atm/pppoatm.c
8666 F:      include/uapi/linux/atmppp.h
8667
8668 PPP OVER ETHERNET
8669 M:      Michal Ostrowski <mostrows@earthlink.net>
8670 S:      Maintained
8671 F:      drivers/net/ppp/pppoe.c
8672 F:      drivers/net/ppp/pppox.c
8673
8674 PPP OVER L2TP
8675 M:      James Chapman <jchapman@katalix.com>
8676 S:      Maintained
8677 F:      net/l2tp/l2tp_ppp.c
8678 F:      include/linux/if_pppol2tp.h
8679 F:      include/uapi/linux/if_pppol2tp.h
8680
8681 PPS SUPPORT
8682 M:      Rodolfo Giometti <giometti@enneenne.com>
8683 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8684 L:      linuxpps@ml.enneenne.com (subscribers-only)
8685 S:      Maintained
8686 F:      Documentation/pps/
8687 F:      drivers/pps/
8688 F:      include/linux/pps*.h
8689
8690 PPTP DRIVER
8691 M:      Dmitry Kozlov <xeb@mail.ru>
8692 L:      netdev@vger.kernel.org
8693 S:      Maintained
8694 F:      drivers/net/ppp/pptp.c
8695 W:      http://sourceforge.net/projects/accel-pptp
8696
8697 PREEMPTIBLE KERNEL
8698 M:      Robert Love <rml@tech9.net>
8699 L:      kpreempt-tech@lists.sourceforge.net
8700 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8701 S:      Supported
8702 F:      Documentation/preempt-locking.txt
8703 F:      include/linux/preempt.h
8704
8705 PRISM54 WIRELESS DRIVER
8706 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8707 L:      linux-wireless@vger.kernel.org
8708 W:      http://wireless.kernel.org/en/users/Drivers/p54
8709 S:      Obsolete
8710 F:      drivers/net/wireless/intersil/prism54/
8711
8712 PS3 NETWORK SUPPORT
8713 M:      Geoff Levand <geoff@infradead.org>
8714 L:      netdev@vger.kernel.org
8715 L:      linuxppc-dev@lists.ozlabs.org
8716 S:      Maintained
8717 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8718
8719 PS3 PLATFORM SUPPORT
8720 M:      Geoff Levand <geoff@infradead.org>
8721 L:      linuxppc-dev@lists.ozlabs.org
8722 S:      Maintained
8723 F:      arch/powerpc/boot/ps3*
8724 F:      arch/powerpc/include/asm/lv1call.h
8725 F:      arch/powerpc/include/asm/ps3*.h
8726 F:      arch/powerpc/platforms/ps3/
8727 F:      drivers/*/ps3*
8728 F:      drivers/ps3/
8729 F:      drivers/rtc/rtc-ps3.c
8730 F:      drivers/usb/host/*ps3.c
8731 F:      sound/ppc/snd_ps3*
8732
8733 PS3VRAM DRIVER
8734 M:      Jim Paris <jim@jtan.com>
8735 M:      Geoff Levand <geoff@infradead.org>
8736 L:      linuxppc-dev@lists.ozlabs.org
8737 S:      Maintained
8738 F:      drivers/block/ps3vram.c
8739
8740 PSTORE FILESYSTEM
8741 M:      Anton Vorontsov <anton@enomsg.org>
8742 M:      Colin Cross <ccross@android.com>
8743 M:      Kees Cook <keescook@chromium.org>
8744 M:      Tony Luck <tony.luck@intel.com>
8745 S:      Maintained
8746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8747 F:      fs/pstore/
8748 F:      include/linux/pstore*
8749 F:      drivers/firmware/efi/efi-pstore.c
8750 F:      drivers/acpi/apei/erst.c
8751
8752 PTP HARDWARE CLOCK SUPPORT
8753 M:      Richard Cochran <richardcochran@gmail.com>
8754 L:      netdev@vger.kernel.org
8755 S:      Maintained
8756 W:      http://linuxptp.sourceforge.net/
8757 F:      Documentation/ABI/testing/sysfs-ptp
8758 F:      Documentation/ptp/*
8759 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8760 F:      drivers/net/phy/dp83640*
8761 F:      drivers/ptp/*
8762 F:      include/linux/ptp_cl*
8763
8764 PTRACE SUPPORT
8765 M:      Roland McGrath <roland@hack.frob.com>
8766 M:      Oleg Nesterov <oleg@redhat.com>
8767 S:      Maintained
8768 F:      include/asm-generic/syscall.h
8769 F:      include/linux/ptrace.h
8770 F:      include/linux/regset.h
8771 F:      include/linux/tracehook.h
8772 F:      include/uapi/linux/ptrace.h
8773 F:      kernel/ptrace.c
8774
8775 PVRUSB2 VIDEO4LINUX DRIVER
8776 M:      Mike Isely <isely@pobox.com>
8777 L:      pvrusb2@isely.net       (subscribers-only)
8778 L:      linux-media@vger.kernel.org
8779 W:      http://www.isely.net/pvrusb2/
8780 T:      git git://linuxtv.org/media_tree.git
8781 S:      Maintained
8782 F:      Documentation/video4linux/README.pvrusb2
8783 F:      drivers/media/usb/pvrusb2/
8784
8785 PWC WEBCAM DRIVER
8786 M:      Hans de Goede <hdegoede@redhat.com>
8787 L:      linux-media@vger.kernel.org
8788 T:      git git://linuxtv.org/media_tree.git
8789 S:      Maintained
8790 F:      drivers/media/usb/pwc/*
8791
8792 PWM FAN DRIVER
8793 M:      Kamil Debski <k.debski@samsung.com>
8794 L:      lm-sensors@lm-sensors.org
8795 S:      Supported
8796 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8797 F:      Documentation/hwmon/pwm-fan
8798 F:      drivers/hwmon/pwm-fan.c
8799
8800 PWM SUBSYSTEM
8801 M:      Thierry Reding <thierry.reding@gmail.com>
8802 L:      linux-pwm@vger.kernel.org
8803 S:      Maintained
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8805 F:      Documentation/pwm.txt
8806 F:      Documentation/devicetree/bindings/pwm/
8807 F:      include/linux/pwm.h
8808 F:      drivers/pwm/
8809 F:      drivers/video/backlight/pwm_bl.c
8810 F:      include/linux/pwm_backlight.h
8811
8812 PXA2xx/PXA3xx SUPPORT
8813 M:      Daniel Mack <daniel@zonque.org>
8814 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8815 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8817 T:      git git://github.com/hzhuang1/linux.git
8818 T:      git git://github.com/rjarzmik/linux.git
8819 S:      Maintained
8820 F:      arch/arm/boot/dts/pxa*
8821 F:      arch/arm/mach-pxa/
8822 F:      drivers/dma/pxa*
8823 F:      drivers/pcmcia/pxa2xx*
8824 F:      drivers/pinctrl/pxa/
8825 F:      drivers/spi/spi-pxa2xx*
8826 F:      drivers/usb/gadget/udc/pxa2*
8827 F:      include/sound/pxa2xx-lib.h
8828 F:      sound/arm/pxa*
8829 F:      sound/soc/pxa/
8830
8831 PXA GPIO DRIVER
8832 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8833 L:      linux-gpio@vger.kernel.org
8834 S:      Maintained
8835 F:      drivers/gpio/gpio-pxa.c
8836
8837 PXA3xx NAND FLASH DRIVER
8838 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8839 L:      linux-mtd@lists.infradead.org
8840 S:      Maintained
8841 F:      drivers/mtd/nand/pxa3xx_nand.c
8842
8843 MMP SUPPORT
8844 M:      Eric Miao <eric.y.miao@gmail.com>
8845 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8846 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8847 T:      git git://github.com/hzhuang1/linux.git
8848 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8849 S:      Maintained
8850 F:      arch/arm/boot/dts/mmp*
8851 F:      arch/arm/mach-mmp/
8852
8853 PXA MMCI DRIVER
8854 S:      Orphan
8855
8856 PXA RTC DRIVER
8857 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8858 L:      rtc-linux@googlegroups.com
8859 S:      Maintained
8860
8861 QAT DRIVER
8862 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8863 L:      qat-linux@intel.com
8864 S:      Supported
8865 F:      drivers/crypto/qat/
8866
8867 QIB DRIVER
8868 M:      Mike Marciniszyn <infinipath@intel.com>
8869 L:      linux-rdma@vger.kernel.org
8870 S:      Supported
8871 F:      drivers/infiniband/hw/qib/
8872
8873 QLOGIC QLA1280 SCSI DRIVER
8874 M:      Michael Reed <mdr@sgi.com>
8875 L:      linux-scsi@vger.kernel.org
8876 S:      Maintained
8877 F:      drivers/scsi/qla1280.[ch]
8878
8879 QLOGIC QLA2XXX FC-SCSI DRIVER
8880 M:      qla2xxx-upstream@qlogic.com
8881 L:      linux-scsi@vger.kernel.org
8882 S:      Supported
8883 F:      Documentation/scsi/LICENSE.qla2xxx
8884 F:      drivers/scsi/qla2xxx/
8885
8886 QLOGIC QLA4XXX iSCSI DRIVER
8887 M:      QLogic-Storage-Upstream@qlogic.com
8888 L:      linux-scsi@vger.kernel.org
8889 S:      Supported
8890 F:      Documentation/scsi/LICENSE.qla4xxx
8891 F:      drivers/scsi/qla4xxx/
8892
8893 QLOGIC QLA3XXX NETWORK DRIVER
8894 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8895 M:      Ron Mercer <ron.mercer@qlogic.com>
8896 M:      linux-driver@qlogic.com
8897 L:      netdev@vger.kernel.org
8898 S:      Supported
8899 F:      Documentation/networking/LICENSE.qla3xxx
8900 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8901
8902 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8903 M:      Dept-GELinuxNICDev@qlogic.com
8904 L:      netdev@vger.kernel.org
8905 S:      Supported
8906 F:      drivers/net/ethernet/qlogic/qlcnic/
8907
8908 QLOGIC QLGE 10Gb ETHERNET DRIVER
8909 M:      Harish Patil <harish.patil@qlogic.com>
8910 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8911 M:      Dept-GELinuxNICDev@qlogic.com
8912 M:      linux-driver@qlogic.com
8913 L:      netdev@vger.kernel.org
8914 S:      Supported
8915 F:      drivers/net/ethernet/qlogic/qlge/
8916
8917 QLOGIC QL4xxx ETHERNET DRIVER
8918 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8919 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8920 M:      everest-linux-l2@qlogic.com
8921 L:      netdev@vger.kernel.org
8922 S:      Supported
8923 F:      drivers/net/ethernet/qlogic/qed/
8924 F:      include/linux/qed/
8925 F:      drivers/net/ethernet/qlogic/qede/
8926
8927 QNX4 FILESYSTEM
8928 M:      Anders Larsen <al@alarsen.net>
8929 W:      http://www.alarsen.net/linux/qnx4fs/
8930 S:      Maintained
8931 F:      fs/qnx4/
8932 F:      include/uapi/linux/qnx4_fs.h
8933 F:      include/uapi/linux/qnxtypes.h
8934
8935 QT1010 MEDIA DRIVER
8936 M:      Antti Palosaari <crope@iki.fi>
8937 L:      linux-media@vger.kernel.org
8938 W:      https://linuxtv.org
8939 W:      http://palosaari.fi/linux/
8940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8941 T:      git git://linuxtv.org/anttip/media_tree.git
8942 S:      Maintained
8943 F:      drivers/media/tuners/qt1010*
8944
8945 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8946 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8947 L:      linux-wireless@vger.kernel.org
8948 L:      ath9k-devel@lists.ath9k.org
8949 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8950 S:      Supported
8951 F:      drivers/net/wireless/ath/ath9k/
8952
8953 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8954 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8955 L:      ath10k@lists.infradead.org
8956 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8958 S:      Supported
8959 F:      drivers/net/wireless/ath/ath10k/
8960
8961 QUALCOMM HEXAGON ARCHITECTURE
8962 M:      Richard Kuo <rkuo@codeaurora.org>
8963 L:      linux-hexagon@vger.kernel.org
8964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8965 S:      Supported
8966 F:      arch/hexagon/
8967
8968 QUALCOMM WCN36XX WIRELESS DRIVER
8969 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8970 L:      wcn36xx@lists.infradead.org
8971 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8972 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8973 S:      Supported
8974 F:      drivers/net/wireless/ath/wcn36xx/
8975
8976 RADOS BLOCK DEVICE (RBD)
8977 M:      Ilya Dryomov <idryomov@gmail.com>
8978 M:      Sage Weil <sage@redhat.com>
8979 M:      Alex Elder <elder@kernel.org>
8980 L:      ceph-devel@vger.kernel.org
8981 W:      http://ceph.com/
8982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8983 T:      git git://github.com/ceph/ceph-client.git
8984 S:      Supported
8985 F:      Documentation/ABI/testing/sysfs-bus-rbd
8986 F:      drivers/block/rbd.c
8987 F:      drivers/block/rbd_types.h
8988
8989 RADEON FRAMEBUFFER DISPLAY DRIVER
8990 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8991 L:      linux-fbdev@vger.kernel.org
8992 S:      Maintained
8993 F:      drivers/video/fbdev/aty/radeon*
8994 F:      include/uapi/linux/radeonfb.h
8995
8996 RADIOSHARK RADIO DRIVER
8997 M:      Hans de Goede <hdegoede@redhat.com>
8998 L:      linux-media@vger.kernel.org
8999 T:      git git://linuxtv.org/media_tree.git
9000 S:      Maintained
9001 F:      drivers/media/radio/radio-shark.c
9002
9003 RADIOSHARK2 RADIO DRIVER
9004 M:      Hans de Goede <hdegoede@redhat.com>
9005 L:      linux-media@vger.kernel.org
9006 T:      git git://linuxtv.org/media_tree.git
9007 S:      Maintained
9008 F:      drivers/media/radio/radio-shark2.c
9009 F:      drivers/media/radio/radio-tea5777.c
9010
9011 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9012 M:      Paul Mackerras <paulus@samba.org>
9013 L:      linux-fbdev@vger.kernel.org
9014 S:      Maintained
9015 F:      drivers/video/fbdev/aty/aty128fb.c
9016
9017 RALINK MIPS ARCHITECTURE
9018 M:      John Crispin <blogic@openwrt.org>
9019 L:      linux-mips@linux-mips.org
9020 S:      Maintained
9021 F:      arch/mips/ralink
9022
9023 RALINK RT2X00 WIRELESS LAN DRIVER
9024 P:      rt2x00 project
9025 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9026 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9027 L:      linux-wireless@vger.kernel.org
9028 S:      Maintained
9029 F:      drivers/net/wireless/ralink/rt2x00/
9030
9031 RAMDISK RAM BLOCK DEVICE DRIVER
9032 M:      Jens Axboe <axboe@kernel.dk>
9033 S:      Maintained
9034 F:      Documentation/blockdev/ramdisk.txt
9035 F:      drivers/block/brd.c
9036
9037 RANDOM NUMBER DRIVER
9038 M:      "Theodore Ts'o" <tytso@mit.edu>
9039 S:      Maintained
9040 F:      drivers/char/random.c
9041
9042 RAPIDIO SUBSYSTEM
9043 M:      Matt Porter <mporter@kernel.crashing.org>
9044 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9045 S:      Maintained
9046 F:      drivers/rapidio/
9047
9048 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9049 L:      linux-wireless@vger.kernel.org
9050 S:      Orphan
9051 F:      drivers/net/wireless/ray*
9052
9053 RCUTORTURE MODULE
9054 M:      Josh Triplett <josh@joshtriplett.org>
9055 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9056 L:      linux-kernel@vger.kernel.org
9057 S:      Supported
9058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9059 F:      Documentation/RCU/torture.txt
9060 F:      kernel/rcu/rcutorture.c
9061
9062 RCUTORTURE TEST FRAMEWORK
9063 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9064 M:      Josh Triplett <josh@joshtriplett.org>
9065 R:      Steven Rostedt <rostedt@goodmis.org>
9066 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9067 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9068 L:      linux-kernel@vger.kernel.org
9069 S:      Supported
9070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9071 F:      tools/testing/selftests/rcutorture
9072
9073 RDC R-321X SoC
9074 M:      Florian Fainelli <florian@openwrt.org>
9075 S:      Maintained
9076
9077 RDC R6040 FAST ETHERNET DRIVER
9078 M:      Florian Fainelli <florian@openwrt.org>
9079 L:      netdev@vger.kernel.org
9080 S:      Maintained
9081 F:      drivers/net/ethernet/rdc/r6040.c
9082
9083 RDS - RELIABLE DATAGRAM SOCKETS
9084 M:      Chien Yen <chien.yen@oracle.com>
9085 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9086 S:      Supported
9087 F:      net/rds/
9088
9089 READ-COPY UPDATE (RCU)
9090 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9091 M:      Josh Triplett <josh@joshtriplett.org>
9092 R:      Steven Rostedt <rostedt@goodmis.org>
9093 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9094 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9095 L:      linux-kernel@vger.kernel.org
9096 W:      http://www.rdrop.com/users/paulmck/RCU/
9097 S:      Supported
9098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9099 F:      Documentation/RCU/
9100 X:      Documentation/RCU/torture.txt
9101 F:      include/linux/rcu*
9102 X:      include/linux/srcu.h
9103 F:      kernel/rcu/
9104 X:      kernel/torture.c
9105
9106 REAL TIME CLOCK (RTC) SUBSYSTEM
9107 M:      Alessandro Zummo <a.zummo@towertech.it>
9108 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9109 L:      rtc-linux@googlegroups.com
9110 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9112 S:      Maintained
9113 F:      Documentation/rtc.txt
9114 F:      drivers/rtc/
9115 F:      include/linux/rtc.h
9116 F:      include/uapi/linux/rtc.h
9117
9118 REALTEK AUDIO CODECS
9119 M:      Bard Liao <bardliao@realtek.com>
9120 M:      Oder Chiou <oder_chiou@realtek.com>
9121 S:      Maintained
9122 F:      sound/soc/codecs/rt*
9123 F:      include/sound/rt*.h
9124
9125 REISERFS FILE SYSTEM
9126 L:      reiserfs-devel@vger.kernel.org
9127 S:      Supported
9128 F:      fs/reiserfs/
9129
9130 REGISTER MAP ABSTRACTION
9131 M:      Mark Brown <broonie@kernel.org>
9132 L:      linux-kernel@vger.kernel.org
9133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9134 S:      Supported
9135 F:      drivers/base/regmap/
9136 F:      include/linux/regmap.h
9137
9138 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9139 M:      Ohad Ben-Cohen <ohad@wizery.com>
9140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9141 S:      Maintained
9142 F:      drivers/remoteproc/
9143 F:      Documentation/remoteproc.txt
9144 F:      include/linux/remoteproc.h
9145
9146 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9147 M:      Ohad Ben-Cohen <ohad@wizery.com>
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9149 S:      Maintained
9150 F:      drivers/rpmsg/
9151 F:      Documentation/rpmsg.txt
9152 F:      include/linux/rpmsg.h
9153
9154 RENESAS ETHERNET DRIVERS
9155 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9156 L:      netdev@vger.kernel.org
9157 L:      linux-renesas-soc@vger.kernel.org
9158 F:      drivers/net/ethernet/renesas/
9159 F:      include/linux/sh_eth.h
9160
9161 RENESAS USB2 PHY DRIVER
9162 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9163 L:      linux-renesas-soc@vger.kernel.org
9164 S:      Maintained
9165 F:      drivers/phy/phy-rcar-gen3-usb2.c
9166
9167 RESET CONTROLLER FRAMEWORK
9168 M:      Philipp Zabel <p.zabel@pengutronix.de>
9169 T:      git git://git.pengutronix.de/git/pza/linux
9170 S:      Maintained
9171 F:      drivers/reset/
9172 F:      Documentation/devicetree/bindings/reset/
9173 F:      include/dt-bindings/reset/
9174 F:      include/linux/reset.h
9175 F:      include/linux/reset-controller.h
9176
9177 RFKILL
9178 M:      Johannes Berg <johannes@sipsolutions.net>
9179 L:      linux-wireless@vger.kernel.org
9180 W:      http://wireless.kernel.org/
9181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9183 S:      Maintained
9184 F:      Documentation/rfkill.txt
9185 F:      net/rfkill/
9186
9187 RHASHTABLE
9188 M:      Thomas Graf <tgraf@suug.ch>
9189 L:      netdev@vger.kernel.org
9190 S:      Maintained
9191 F:      lib/rhashtable.c
9192 F:      include/linux/rhashtable.h
9193
9194 RICOH SMARTMEDIA/XD DRIVER
9195 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9196 S:      Maintained
9197 F:      drivers/mtd/nand/r852.c
9198 F:      drivers/mtd/nand/r852.h
9199
9200 RICOH R5C592 MEMORYSTICK DRIVER
9201 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9202 S:      Maintained
9203 F:      drivers/memstick/host/r592.*
9204
9205 ROCCAT DRIVERS
9206 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9207 W:      http://sourceforge.net/projects/roccat/
9208 S:      Maintained
9209 F:      drivers/hid/hid-roccat*
9210 F:      include/linux/hid-roccat*
9211 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9212
9213 ROCKER DRIVER
9214 M:      Jiri Pirko <jiri@resnulli.us>
9215 M:      Scott Feldman <sfeldma@gmail.com>
9216 L:      netdev@vger.kernel.org
9217 S:      Supported
9218 F:      drivers/net/ethernet/rocker/
9219
9220 ROCKETPORT DRIVER
9221 P:      Comtrol Corp.
9222 W:      http://www.comtrol.com
9223 S:      Maintained
9224 F:      Documentation/serial/rocket.txt
9225 F:      drivers/tty/rocket*
9226
9227 ROCKETPORT EXPRESS/INFINITY DRIVER
9228 M:      Kevin Cernekee <cernekee@gmail.com>
9229 L:      linux-serial@vger.kernel.org
9230 S:      Odd Fixes
9231 F:      drivers/tty/serial/rp2.*
9232
9233 ROSE NETWORK LAYER
9234 M:      Ralf Baechle <ralf@linux-mips.org>
9235 L:      linux-hams@vger.kernel.org
9236 W:      http://www.linux-ax25.org/
9237 S:      Maintained
9238 F:      include/net/rose.h
9239 F:      include/uapi/linux/rose.h
9240 F:      net/rose/
9241
9242 RTL2830 MEDIA DRIVER
9243 M:      Antti Palosaari <crope@iki.fi>
9244 L:      linux-media@vger.kernel.org
9245 W:      https://linuxtv.org
9246 W:      http://palosaari.fi/linux/
9247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9248 T:      git git://linuxtv.org/anttip/media_tree.git
9249 S:      Maintained
9250 F:      drivers/media/dvb-frontends/rtl2830*
9251
9252 RTL2832 MEDIA DRIVER
9253 M:      Antti Palosaari <crope@iki.fi>
9254 L:      linux-media@vger.kernel.org
9255 W:      https://linuxtv.org
9256 W:      http://palosaari.fi/linux/
9257 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9258 T:      git git://linuxtv.org/anttip/media_tree.git
9259 S:      Maintained
9260 F:      drivers/media/dvb-frontends/rtl2832*
9261
9262 RTL2832_SDR MEDIA DRIVER
9263 M:      Antti Palosaari <crope@iki.fi>
9264 L:      linux-media@vger.kernel.org
9265 W:      https://linuxtv.org
9266 W:      http://palosaari.fi/linux/
9267 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9268 T:      git git://linuxtv.org/anttip/media_tree.git
9269 S:      Maintained
9270 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9271
9272 RTL8180 WIRELESS DRIVER
9273 L:      linux-wireless@vger.kernel.org
9274 W:      http://wireless.kernel.org/
9275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9276 S:      Orphan
9277 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9278
9279 RTL8187 WIRELESS DRIVER
9280 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9281 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9282 M:      Larry Finger <Larry.Finger@lwfinger.net>
9283 L:      linux-wireless@vger.kernel.org
9284 W:      http://wireless.kernel.org/
9285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9286 S:      Maintained
9287 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9288
9289 RTL8192CE WIRELESS DRIVER
9290 M:      Larry Finger <Larry.Finger@lwfinger.net>
9291 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9292 L:      linux-wireless@vger.kernel.org
9293 W:      http://wireless.kernel.org/
9294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9295 S:      Maintained
9296 F:      drivers/net/wireless/realtek/rtlwifi/
9297 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9298
9299 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9300 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9301 L:      linux-wireless@vger.kernel.org
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9303 S:      Maintained
9304 F:      drivers/net/wireless/realtek/rtl8xxxu/
9305
9306 S3 SAVAGE FRAMEBUFFER DRIVER
9307 M:      Antonino Daplas <adaplas@gmail.com>
9308 L:      linux-fbdev@vger.kernel.org
9309 S:      Maintained
9310 F:      drivers/video/fbdev/savage/
9311
9312 S390
9313 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9314 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9315 L:      linux-s390@vger.kernel.org
9316 W:      http://www.ibm.com/developerworks/linux/linux390/
9317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9318 S:      Supported
9319 F:      arch/s390/
9320 F:      drivers/s390/
9321 F:      Documentation/s390/
9322 F:      Documentation/DocBook/s390*
9323
9324 S390 COMMON I/O LAYER
9325 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9326 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9327 L:      linux-s390@vger.kernel.org
9328 W:      http://www.ibm.com/developerworks/linux/linux390/
9329 S:      Supported
9330 F:      drivers/s390/cio/
9331
9332 S390 DASD DRIVER
9333 M:      Stefan Weinhuber <wein@de.ibm.com>
9334 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9335 L:      linux-s390@vger.kernel.org
9336 W:      http://www.ibm.com/developerworks/linux/linux390/
9337 S:      Supported
9338 F:      drivers/s390/block/dasd*
9339 F:      block/partitions/ibm.c
9340
9341 S390 NETWORK DRIVERS
9342 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9343 L:      linux-s390@vger.kernel.org
9344 W:      http://www.ibm.com/developerworks/linux/linux390/
9345 S:      Supported
9346 F:      drivers/s390/net/
9347
9348 S390 PCI SUBSYSTEM
9349 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9350 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9351 L:      linux-s390@vger.kernel.org
9352 W:      http://www.ibm.com/developerworks/linux/linux390/
9353 S:      Supported
9354 F:      arch/s390/pci/
9355 F:      drivers/pci/hotplug/s390_pci_hpc.c
9356
9357 S390 ZCRYPT DRIVER
9358 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9359 L:      linux-s390@vger.kernel.org
9360 W:      http://www.ibm.com/developerworks/linux/linux390/
9361 S:      Supported
9362 F:      drivers/s390/crypto/
9363
9364 S390 ZFCP DRIVER
9365 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9366 L:      linux-s390@vger.kernel.org
9367 W:      http://www.ibm.com/developerworks/linux/linux390/
9368 S:      Supported
9369 F:      drivers/s390/scsi/zfcp_*
9370
9371 S390 IUCV NETWORK LAYER
9372 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9373 L:      linux-s390@vger.kernel.org
9374 W:      http://www.ibm.com/developerworks/linux/linux390/
9375 S:      Supported
9376 F:      drivers/s390/net/*iucv*
9377 F:      include/net/iucv/
9378 F:      net/iucv/
9379
9380 S390 IOMMU (PCI)
9381 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9382 L:      linux-s390@vger.kernel.org
9383 W:      http://www.ibm.com/developerworks/linux/linux390/
9384 S:      Supported
9385 F:      drivers/iommu/s390-iommu.c
9386
9387 S3C24XX SD/MMC Driver
9388 M:      Ben Dooks <ben-linux@fluff.org>
9389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9390 S:      Supported
9391 F:      drivers/mmc/host/s3cmci.*
9392
9393 SAA6588 RDS RECEIVER DRIVER
9394 M:      Hans Verkuil <hverkuil@xs4all.nl>
9395 L:      linux-media@vger.kernel.org
9396 T:      git git://linuxtv.org/media_tree.git
9397 W:      https://linuxtv.org
9398 S:      Odd Fixes
9399 F:      drivers/media/i2c/saa6588*
9400
9401 SAA7134 VIDEO4LINUX DRIVER
9402 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9403 L:      linux-media@vger.kernel.org
9404 W:      https://linuxtv.org
9405 T:      git git://linuxtv.org/media_tree.git
9406 S:      Odd fixes
9407 F:      Documentation/video4linux/*.saa7134
9408 F:      drivers/media/pci/saa7134/
9409
9410 SAA7146 VIDEO4LINUX-2 DRIVER
9411 M:      Hans Verkuil <hverkuil@xs4all.nl>
9412 L:      linux-media@vger.kernel.org
9413 T:      git git://linuxtv.org/media_tree.git
9414 S:      Maintained
9415 F:      drivers/media/common/saa7146/
9416 F:      drivers/media/pci/saa7146/
9417 F:      include/media/saa7146*
9418
9419 SAMSUNG LAPTOP DRIVER
9420 M:      Corentin Chary <corentin.chary@gmail.com>
9421 L:      platform-driver-x86@vger.kernel.org
9422 S:      Maintained
9423 F:      drivers/platform/x86/samsung-laptop.c
9424
9425 SAMSUNG AUDIO (ASoC) DRIVERS
9426 M:      Sangbeom Kim <sbkim73@samsung.com>
9427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9428 S:      Supported
9429 F:      sound/soc/samsung/
9430
9431 SAMSUNG FRAMEBUFFER DRIVER
9432 M:      Jingoo Han <jingoohan1@gmail.com>
9433 L:      linux-fbdev@vger.kernel.org
9434 S:      Maintained
9435 F:      drivers/video/fbdev/s3c-fb.c
9436
9437 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9438 M:      Sangbeom Kim <sbkim73@samsung.com>
9439 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9440 L:      linux-kernel@vger.kernel.org
9441 L:      linux-samsung-soc@vger.kernel.org
9442 S:      Supported
9443 F:      drivers/mfd/sec*.c
9444 F:      drivers/regulator/s2m*.c
9445 F:      drivers/regulator/s5m*.c
9446 F:      drivers/clk/clk-s2mps11.c
9447 F:      drivers/rtc/rtc-s5m.c
9448 F:      include/linux/mfd/samsung/
9449 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9450 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9451 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9452 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9453
9454 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9455 M:      Kyungmin Park <kyungmin.park@samsung.com>
9456 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9457 L:      linux-media@vger.kernel.org
9458 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9459 S:      Supported
9460 F:      drivers/media/platform/exynos4-is/
9461
9462 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9463 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9464 L:      linux-media@vger.kernel.org
9465 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9466 S:      Maintained
9467 F:      drivers/media/platform/s3c-camif/
9468 F:      include/media/drv-intf/s3c_camif.h
9469
9470 SAMSUNG S5C73M3 CAMERA DRIVER
9471 M:      Kyungmin Park <kyungmin.park@samsung.com>
9472 M:      Andrzej Hajda <a.hajda@samsung.com>
9473 L:      linux-media@vger.kernel.org
9474 S:      Supported
9475 F:      drivers/media/i2c/s5c73m3/*
9476
9477 SAMSUNG S5K5BAF CAMERA DRIVER
9478 M:      Kyungmin Park <kyungmin.park@samsung.com>
9479 M:      Andrzej Hajda <a.hajda@samsung.com>
9480 L:      linux-media@vger.kernel.org
9481 S:      Supported
9482 F:      drivers/media/i2c/s5k5baf.c
9483
9484 SAMSUNG S3FWRN5 NFC DRIVER
9485 M:      Robert Baldyga <r.baldyga@samsung.com>
9486 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9487 S:      Supported
9488 F:      drivers/nfc/s3fwrn5
9489
9490 SAMSUNG SOC CLOCK DRIVERS
9491 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9492 M:      Tomasz Figa <tomasz.figa@gmail.com>
9493 S:      Supported
9494 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9495 F:      drivers/clk/samsung/
9496
9497 SAMSUNG SXGBE DRIVERS
9498 M:      Byungho An <bh74.an@samsung.com>
9499 M:      Girish K S <ks.giri@samsung.com>
9500 M:      Vipul Pandya <vipul.pandya@samsung.com>
9501 S:      Supported
9502 L:      netdev@vger.kernel.org
9503 F:      drivers/net/ethernet/samsung/sxgbe/
9504
9505 SAMSUNG THERMAL DRIVER
9506 M:      Lukasz Majewski <l.majewski@samsung.com>
9507 L:      linux-pm@vger.kernel.org
9508 L:      linux-samsung-soc@vger.kernel.org
9509 S:      Supported
9510 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9511 F:      drivers/thermal/samsung/
9512
9513 SAMSUNG USB2 PHY DRIVER
9514 M:      Kamil Debski <k.debski@samsung.com>
9515 L:      linux-kernel@vger.kernel.org
9516 S:      Supported
9517 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9518 F:      Documentation/phy/samsung-usb2.txt
9519 F:      drivers/phy/phy-exynos4210-usb2.c
9520 F:      drivers/phy/phy-exynos4x12-usb2.c
9521 F:      drivers/phy/phy-exynos5250-usb2.c
9522 F:      drivers/phy/phy-s5pv210-usb2.c
9523 F:      drivers/phy/phy-samsung-usb2.c
9524 F:      drivers/phy/phy-samsung-usb2.h
9525
9526 SERIAL DRIVERS
9527 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9528 L:      linux-serial@vger.kernel.org
9529 S:      Maintained
9530 F:      drivers/tty/serial/
9531
9532 SYNOPSYS DESIGNWARE DMAC DRIVER
9533 M:      Viresh Kumar <vireshk@kernel.org>
9534 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9535 S:      Maintained
9536 F:      include/linux/dma/dw.h
9537 F:      include/linux/platform_data/dma-dw.h
9538 F:      drivers/dma/dw/
9539
9540 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9541 M: Lars Persson <lars.persson@axis.com>
9542 L: netdev@vger.kernel.org
9543 S: Supported
9544 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9545 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9546
9547 SYNOPSYS DESIGNWARE I2C DRIVER
9548 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9549 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9550 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9551 L:      linux-i2c@vger.kernel.org
9552 S:      Maintained
9553 F:      drivers/i2c/busses/i2c-designware-*
9554 F:      include/linux/platform_data/i2c-designware.h
9555
9556 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9557 M:      Jaehoon Chung <jh80.chung@samsung.com>
9558 L:      linux-mmc@vger.kernel.org
9559 S:      Maintained
9560 F:      include/linux/mmc/dw_mmc.h
9561 F:      drivers/mmc/host/dw_mmc*
9562
9563 SYSTEM TRACE MODULE CLASS
9564 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9565 S:      Maintained
9566 F:      Documentation/trace/stm.txt
9567 F:      drivers/hwtracing/stm/
9568 F:      include/linux/stm.h
9569 F:      include/uapi/linux/stm.h
9570
9571 THUNDERBOLT DRIVER
9572 M:      Andreas Noever <andreas.noever@gmail.com>
9573 S:      Maintained
9574 F:      drivers/thunderbolt/
9575
9576 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9577 M:      John Stultz <john.stultz@linaro.org>
9578 M:      Thomas Gleixner <tglx@linutronix.de>
9579 L:      linux-kernel@vger.kernel.org
9580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9581 S:      Supported
9582 F:      include/linux/clocksource.h
9583 F:      include/linux/time.h
9584 F:      include/linux/timex.h
9585 F:      include/uapi/linux/time.h
9586 F:      include/uapi/linux/timex.h
9587 F:      kernel/time/clocksource.c
9588 F:      kernel/time/time*.c
9589 F:      kernel/time/alarmtimer.c
9590 F:      kernel/time/ntp.c
9591 F:      tools/testing/selftests/timers/
9592
9593 SC1200 WDT DRIVER
9594 M:      Zwane Mwaikambo <zwanem@gmail.com>
9595 S:      Maintained
9596 F:      drivers/watchdog/sc1200wdt.c
9597
9598 SCHEDULER
9599 M:      Ingo Molnar <mingo@redhat.com>
9600 M:      Peter Zijlstra <peterz@infradead.org>
9601 L:      linux-kernel@vger.kernel.org
9602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9603 S:      Maintained
9604 F:      kernel/sched/
9605 F:      include/linux/sched.h
9606 F:      include/uapi/linux/sched.h
9607 F:      include/linux/wait.h
9608
9609 SCORE ARCHITECTURE
9610 M:      Chen Liqin <liqin.linux@gmail.com>
9611 M:      Lennox Wu <lennox.wu@gmail.com>
9612 W:      http://www.sunplus.com
9613 S:      Supported
9614 F:      arch/score/
9615
9616 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9617 M:      Sudeep Holla <sudeep.holla@arm.com>
9618 L:      linux-arm-kernel@lists.infradead.org
9619 S:      Maintained
9620 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9621 F:      drivers/clk/clk-scpi.c
9622 F:      drivers/cpufreq/scpi-cpufreq.c
9623 F:      drivers/firmware/arm_scpi.c
9624 F:      include/linux/scpi_protocol.h
9625
9626 SCSI CDROM DRIVER
9627 M:      Jens Axboe <axboe@kernel.dk>
9628 L:      linux-scsi@vger.kernel.org
9629 W:      http://www.kernel.dk
9630 S:      Maintained
9631 F:      drivers/scsi/sr*
9632
9633 SCSI RDMA PROTOCOL (SRP) INITIATOR
9634 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9635 L:      linux-rdma@vger.kernel.org
9636 S:      Supported
9637 W:      http://www.openfabrics.org
9638 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9640 F:      drivers/infiniband/ulp/srp/
9641 F:      include/scsi/srp.h
9642
9643 SCSI SG DRIVER
9644 M:      Doug Gilbert <dgilbert@interlog.com>
9645 L:      linux-scsi@vger.kernel.org
9646 W:      http://sg.danny.cz/sg
9647 S:      Maintained
9648 F:      Documentation/scsi/scsi-generic.txt
9649 F:      drivers/scsi/sg.c
9650 F:      include/scsi/sg.h
9651
9652 SCSI SUBSYSTEM
9653 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9655 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9657 L:      linux-scsi@vger.kernel.org
9658 S:      Maintained
9659 F:      drivers/scsi/
9660 F:      include/scsi/
9661
9662 SCSI TAPE DRIVER
9663 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9664 L:      linux-scsi@vger.kernel.org
9665 S:      Maintained
9666 F:      Documentation/scsi/st.txt
9667 F:      drivers/scsi/st.*
9668 F:      drivers/scsi/st_*.h
9669
9670 SCTP PROTOCOL
9671 M:      Vlad Yasevich <vyasevich@gmail.com>
9672 M:      Neil Horman <nhorman@tuxdriver.com>
9673 L:      linux-sctp@vger.kernel.org
9674 W:      http://lksctp.sourceforge.net
9675 S:      Maintained
9676 F:      Documentation/networking/sctp.txt
9677 F:      include/linux/sctp.h
9678 F:      include/uapi/linux/sctp.h
9679 F:      include/net/sctp/
9680 F:      net/sctp/
9681
9682 SCx200 CPU SUPPORT
9683 M:      Jim Cromie <jim.cromie@gmail.com>
9684 S:      Odd Fixes
9685 F:      Documentation/i2c/busses/scx200_acb
9686 F:      arch/x86/platform/scx200/
9687 F:      drivers/watchdog/scx200_wdt.c
9688 F:      drivers/i2c/busses/scx200*
9689 F:      drivers/mtd/maps/scx200_docflash.c
9690 F:      include/linux/scx200.h
9691
9692 SCx200 GPIO DRIVER
9693 M:      Jim Cromie <jim.cromie@gmail.com>
9694 S:      Maintained
9695 F:      drivers/char/scx200_gpio.c
9696 F:      include/linux/scx200_gpio.h
9697
9698 SCx200 HRT CLOCKSOURCE DRIVER
9699 M:      Jim Cromie <jim.cromie@gmail.com>
9700 S:      Maintained
9701 F:      drivers/clocksource/scx200_hrt.c
9702
9703 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9704 M:      Sascha Sommer <saschasommer@freenet.de>
9705 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9706 S:      Maintained
9707 F:      drivers/mmc/host/sdricoh_cs.c
9708
9709 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9710 L:      linux-mmc@vger.kernel.org
9711 S:      Orphan
9712 F:      drivers/mmc/host/sdhci.*
9713 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9714
9715 SECURE COMPUTING
9716 M:      Kees Cook <keescook@chromium.org>
9717 R:      Andy Lutomirski <luto@amacapital.net>
9718 R:      Will Drewry <wad@chromium.org>
9719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9720 S:      Supported
9721 F:      kernel/seccomp.c
9722 F:      include/uapi/linux/seccomp.h
9723 F:      include/linux/seccomp.h
9724 F:      tools/testing/selftests/seccomp/*
9725 K:      \bsecure_computing
9726 K:      \bTIF_SECCOMP\b
9727
9728 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9729 M:      Ben Dooks <ben-linux@fluff.org>
9730 M:      Jaehoon Chung <jh80.chung@samsung.com>
9731 L:      linux-mmc@vger.kernel.org
9732 S:      Maintained
9733 F:      drivers/mmc/host/sdhci-s3c*
9734
9735 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9736 M:      Viresh Kumar <vireshk@kernel.org>
9737 L:      spear-devel@list.st.com
9738 L:      linux-mmc@vger.kernel.org
9739 S:      Maintained
9740 F:      drivers/mmc/host/sdhci-spear.c
9741
9742 SECURITY SUBSYSTEM
9743 M:      James Morris <james.l.morris@oracle.com>
9744 M:      "Serge E. Hallyn" <serge@hallyn.com>
9745 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9747 W:      http://kernsec.org/
9748 S:      Supported
9749 F:      security/
9750
9751 SECURITY CONTACT
9752 M:      Security Officers <security@kernel.org>
9753 S:      Supported
9754
9755 SELINUX SECURITY MODULE
9756 M:      Paul Moore <paul@paul-moore.com>
9757 M:      Stephen Smalley <sds@tycho.nsa.gov>
9758 M:      Eric Paris <eparis@parisplace.org>
9759 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9760 W:      http://selinuxproject.org
9761 T:      git git://git.infradead.org/users/pcmoore/selinux
9762 S:      Supported
9763 F:      include/linux/selinux*
9764 F:      security/selinux/
9765 F:      scripts/selinux/
9766
9767 APPARMOR SECURITY MODULE
9768 M:      John Johansen <john.johansen@canonical.com>
9769 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9770 W:      apparmor.wiki.kernel.org
9771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9772 S:      Supported
9773 F:      security/apparmor/
9774
9775 YAMA SECURITY MODULE
9776 M:      Kees Cook <keescook@chromium.org>
9777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9778 S:      Supported
9779 F:      security/yama/
9780
9781 SENSABLE PHANTOM
9782 M:      Jiri Slaby <jirislaby@gmail.com>
9783 S:      Maintained
9784 F:      drivers/misc/phantom.c
9785 F:      include/uapi/linux/phantom.h
9786
9787 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9788 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9789 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9790 M:      John Soni Jose <sony.john@avagotech.com>
9791 L:      linux-scsi@vger.kernel.org
9792 W:      http://www.avagotech.com
9793 S:      Supported
9794 F:      drivers/scsi/be2iscsi/
9795
9796 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9797 M:      Sathya Perla <sathya.perla@avagotech.com>
9798 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9799 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9800 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9801 L:      netdev@vger.kernel.org
9802 W:      http://www.emulex.com
9803 S:      Supported
9804 F:      drivers/net/ethernet/emulex/benet/
9805
9806 EMULEX ONECONNECT ROCE DRIVER
9807 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9808 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9809 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9810 L:      linux-rdma@vger.kernel.org
9811 W:      http://www.emulex.com
9812 S:      Supported
9813 F:      drivers/infiniband/hw/ocrdma/
9814
9815 SFC NETWORK DRIVER
9816 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9817 M:      Shradha Shah <sshah@solarflare.com>
9818 L:      netdev@vger.kernel.org
9819 S:      Supported
9820 F:      drivers/net/ethernet/sfc/
9821
9822 SGI GRU DRIVER
9823 M:      Dimitri Sivanich <sivanich@sgi.com>
9824 S:      Maintained
9825 F:      drivers/misc/sgi-gru/
9826
9827 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9828 M:      Pat Gefre <pfg@sgi.com>
9829 L:      linux-ia64@vger.kernel.org
9830 S:      Supported
9831 F:      Documentation/ia64/serial.txt
9832 F:      drivers/tty/serial/ioc?_serial.c
9833 F:      include/linux/ioc?.h
9834
9835 SGI XP/XPC/XPNET DRIVER
9836 M:      Cliff Whickman <cpw@sgi.com>
9837 M:      Robin Holt <robinmholt@gmail.com>
9838 S:      Maintained
9839 F:      drivers/misc/sgi-xp/
9840
9841 SI2157 MEDIA DRIVER
9842 M:      Antti Palosaari <crope@iki.fi>
9843 L:      linux-media@vger.kernel.org
9844 W:      https://linuxtv.org
9845 W:      http://palosaari.fi/linux/
9846 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9847 T:      git git://linuxtv.org/anttip/media_tree.git
9848 S:      Maintained
9849 F:      drivers/media/tuners/si2157*
9850
9851 SI2168 MEDIA DRIVER
9852 M:      Antti Palosaari <crope@iki.fi>
9853 L:      linux-media@vger.kernel.org
9854 W:      https://linuxtv.org
9855 W:      http://palosaari.fi/linux/
9856 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9857 T:      git git://linuxtv.org/anttip/media_tree.git
9858 S:      Maintained
9859 F:      drivers/media/dvb-frontends/si2168*
9860
9861 SI470X FM RADIO RECEIVER I2C DRIVER
9862 M:      Hans Verkuil <hverkuil@xs4all.nl>
9863 L:      linux-media@vger.kernel.org
9864 T:      git git://linuxtv.org/media_tree.git
9865 W:      https://linuxtv.org
9866 S:      Odd Fixes
9867 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9868
9869 SI470X FM RADIO RECEIVER USB DRIVER
9870 M:      Hans Verkuil <hverkuil@xs4all.nl>
9871 L:      linux-media@vger.kernel.org
9872 T:      git git://linuxtv.org/media_tree.git
9873 W:      https://linuxtv.org
9874 S:      Maintained
9875 F:      drivers/media/radio/si470x/radio-si470x-common.c
9876 F:      drivers/media/radio/si470x/radio-si470x.h
9877 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9878
9879 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9880 M:      Eduardo Valentin <edubezval@gmail.com>
9881 L:      linux-media@vger.kernel.org
9882 T:      git git://linuxtv.org/media_tree.git
9883 W:      https://linuxtv.org
9884 S:      Odd Fixes
9885 F:      drivers/media/radio/si4713/si4713.?
9886
9887 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9888 M:      Eduardo Valentin <edubezval@gmail.com>
9889 L:      linux-media@vger.kernel.org
9890 T:      git git://linuxtv.org/media_tree.git
9891 W:      https://linuxtv.org
9892 S:      Odd Fixes
9893 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9894
9895 SI4713 FM RADIO TRANSMITTER USB DRIVER
9896 M:      Hans Verkuil <hverkuil@xs4all.nl>
9897 L:      linux-media@vger.kernel.org
9898 T:      git git://linuxtv.org/media_tree.git
9899 W:      https://linuxtv.org
9900 S:      Maintained
9901 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9902
9903 SIANO DVB DRIVER
9904 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9905 L:      linux-media@vger.kernel.org
9906 W:      https://linuxtv.org
9907 T:      git git://linuxtv.org/media_tree.git
9908 S:      Odd fixes
9909 F:      drivers/media/common/siano/
9910 F:      drivers/media/usb/siano/
9911 F:      drivers/media/usb/siano/
9912 F:      drivers/media/mmc/siano/
9913
9914 SIMPLEFB FB DRIVER
9915 M:      Hans de Goede <hdegoede@redhat.com>
9916 L:      linux-fbdev@vger.kernel.org
9917 S:      Maintained
9918 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9919 F:      drivers/video/fbdev/simplefb.c
9920 F:      include/linux/platform_data/simplefb.h
9921
9922 SH_VEU V4L2 MEM2MEM DRIVER
9923 L:      linux-media@vger.kernel.org
9924 S:      Orphan
9925 F:      drivers/media/platform/sh_veu.c
9926
9927 SH_VOU V4L2 OUTPUT DRIVER
9928 L:      linux-media@vger.kernel.org
9929 S:      Orphan
9930 F:      drivers/media/platform/sh_vou.c
9931 F:      include/media/drv-intf/sh_vou.h
9932
9933 SIMPLE FIRMWARE INTERFACE (SFI)
9934 M:      Len Brown <lenb@kernel.org>
9935 L:      sfi-devel@simplefirmware.org
9936 W:      http://simplefirmware.org/
9937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9938 S:      Supported
9939 F:      arch/x86/platform/sfi/
9940 F:      drivers/sfi/
9941 F:      include/linux/sfi*.h
9942
9943 SIMTEC EB110ATX (Chalice CATS)
9944 P:      Ben Dooks
9945 P:      Vincent Sanders <vince@simtec.co.uk>
9946 M:      Simtec Linux Team <linux@simtec.co.uk>
9947 W:      http://www.simtec.co.uk/products/EB110ATX/
9948 S:      Supported
9949
9950 SIMTEC EB2410ITX (BAST)
9951 P:      Ben Dooks
9952 P:      Vincent Sanders <vince@simtec.co.uk>
9953 M:      Simtec Linux Team <linux@simtec.co.uk>
9954 W:      http://www.simtec.co.uk/products/EB2410ITX/
9955 S:      Supported
9956 F:      arch/arm/mach-s3c24xx/mach-bast.c
9957 F:      arch/arm/mach-s3c24xx/bast-ide.c
9958 F:      arch/arm/mach-s3c24xx/bast-irq.c
9959
9960 TI DAVINCI MACHINE SUPPORT
9961 M:      Sekhar Nori <nsekhar@ti.com>
9962 M:      Kevin Hilman <khilman@deeprootsystems.com>
9963 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9964 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9965 S:      Supported
9966 F:      arch/arm/mach-davinci/
9967 F:      drivers/i2c/busses/i2c-davinci.c
9968
9969 TI DAVINCI SERIES MEDIA DRIVER
9970 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9971 L:      linux-media@vger.kernel.org
9972 W:      https://linuxtv.org
9973 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9974 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9975 S:      Maintained
9976 F:      drivers/media/platform/davinci/
9977 F:      include/media/davinci/
9978
9979 TI AM437X VPFE DRIVER
9980 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9981 L:      linux-media@vger.kernel.org
9982 W:      https://linuxtv.org
9983 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9984 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9985 S:      Maintained
9986 F:      drivers/media/platform/am437x/
9987
9988 OV2659 OMNIVISION SENSOR DRIVER
9989 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9990 L:      linux-media@vger.kernel.org
9991 W:      https://linuxtv.org
9992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9993 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9994 S:      Maintained
9995 F:      drivers/media/i2c/ov2659.c
9996 F:      include/media/i2c/ov2659.h
9997
9998 SILICON MOTION SM712 FRAME BUFFER DRIVER
9999 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10000 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10001 M:      Sudip Mukherjee <sudip@vectorindia.org>
10002 L:      linux-fbdev@vger.kernel.org
10003 S:      Maintained
10004 F:      drivers/video/fbdev/sm712*
10005 F:      Documentation/fb/sm712fb.txt
10006
10007 SIS 190 ETHERNET DRIVER
10008 M:      Francois Romieu <romieu@fr.zoreil.com>
10009 L:      netdev@vger.kernel.org
10010 S:      Maintained
10011 F:      drivers/net/ethernet/sis/sis190.c
10012
10013 SIS 900/7016 FAST ETHERNET DRIVER
10014 M:      Daniele Venzano <venza@brownhat.org>
10015 W:      http://www.brownhat.org/sis900.html
10016 L:      netdev@vger.kernel.org
10017 S:      Maintained
10018 F:      drivers/net/ethernet/sis/sis900.*
10019
10020 SIS FRAMEBUFFER DRIVER
10021 M:      Thomas Winischhofer <thomas@winischhofer.net>
10022 W:      http://www.winischhofer.net/linuxsisvga.shtml
10023 S:      Maintained
10024 F:      Documentation/fb/sisfb.txt
10025 F:      drivers/video/fbdev/sis/
10026 F:      include/video/sisfb.h
10027
10028 SIS USB2VGA DRIVER
10029 M:      Thomas Winischhofer <thomas@winischhofer.net>
10030 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10031 S:      Maintained
10032 F:      drivers/usb/misc/sisusbvga/
10033
10034 SLAB ALLOCATOR
10035 M:      Christoph Lameter <cl@linux.com>
10036 M:      Pekka Enberg <penberg@kernel.org>
10037 M:      David Rientjes <rientjes@google.com>
10038 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10039 M:      Andrew Morton <akpm@linux-foundation.org>
10040 L:      linux-mm@kvack.org
10041 S:      Maintained
10042 F:      include/linux/sl?b*.h
10043 F:      mm/sl?b*
10044
10045 SLEEPABLE READ-COPY UPDATE (SRCU)
10046 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10047 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10048 M:      Josh Triplett <josh@joshtriplett.org>
10049 R:      Steven Rostedt <rostedt@goodmis.org>
10050 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10051 L:      linux-kernel@vger.kernel.org
10052 W:      http://www.rdrop.com/users/paulmck/RCU/
10053 S:      Supported
10054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10055 F:      include/linux/srcu.h
10056 F:      kernel/rcu/srcu.c
10057
10058 SMACK SECURITY MODULE
10059 M:      Casey Schaufler <casey@schaufler-ca.com>
10060 L:      linux-security-module@vger.kernel.org
10061 W:      http://schaufler-ca.com
10062 T:      git git://git.gitorious.org/smack-next/kernel.git
10063 S:      Maintained
10064 F:      Documentation/security/Smack.txt
10065 F:      security/smack/
10066
10067 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10068 M:      Kevin Hilman <khilman@kernel.org>
10069 M:      Nishanth Menon <nm@ti.com>
10070 S:      Maintained
10071 F:      drivers/power/avs/
10072 F:      include/linux/power/smartreflex.h
10073 L:      linux-pm@vger.kernel.org
10074
10075 SMC91x ETHERNET DRIVER
10076 M:      Nicolas Pitre <nico@fluxnic.net>
10077 S:      Odd Fixes
10078 F:      drivers/net/ethernet/smsc/smc91x.*
10079
10080 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10081 M:      Sakari Ailus <sakari.ailus@iki.fi>
10082 L:      linux-media@vger.kernel.org
10083 S:      Maintained
10084 F:      drivers/media/i2c/smiapp/
10085 F:      include/media/i2c/smiapp.h
10086 F:      drivers/media/i2c/smiapp-pll.c
10087 F:      drivers/media/i2c/smiapp-pll.h
10088 F:      include/uapi/linux/smiapp.h
10089 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10090
10091 SMM665 HARDWARE MONITOR DRIVER
10092 M:      Guenter Roeck <linux@roeck-us.net>
10093 L:      lm-sensors@lm-sensors.org
10094 S:      Maintained
10095 F:      Documentation/hwmon/smm665
10096 F:      drivers/hwmon/smm665.c
10097
10098 SMSC EMC2103 HARDWARE MONITOR DRIVER
10099 M:      Steve Glendinning <steve.glendinning@shawell.net>
10100 L:      lm-sensors@lm-sensors.org
10101 S:      Maintained
10102 F:      Documentation/hwmon/emc2103
10103 F:      drivers/hwmon/emc2103.c
10104
10105 SMSC SCH5627 HARDWARE MONITOR DRIVER
10106 M:      Hans de Goede <hdegoede@redhat.com>
10107 L:      lm-sensors@lm-sensors.org
10108 S:      Supported
10109 F:      Documentation/hwmon/sch5627
10110 F:      drivers/hwmon/sch5627.c
10111
10112 SMSC47B397 HARDWARE MONITOR DRIVER
10113 M:      Jean Delvare <jdelvare@suse.com>
10114 L:      lm-sensors@lm-sensors.org
10115 S:      Maintained
10116 F:      Documentation/hwmon/smsc47b397
10117 F:      drivers/hwmon/smsc47b397.c
10118
10119 SMSC911x ETHERNET DRIVER
10120 M:      Steve Glendinning <steve.glendinning@shawell.net>
10121 L:      netdev@vger.kernel.org
10122 S:      Maintained
10123 F:      include/linux/smsc911x.h
10124 F:      drivers/net/ethernet/smsc/smsc911x.*
10125
10126 SMSC9420 PCI ETHERNET DRIVER
10127 M:      Steve Glendinning <steve.glendinning@shawell.net>
10128 L:      netdev@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/net/ethernet/smsc/smsc9420.*
10131
10132 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10133 M:      Steve Glendinning <steve.glendinning@shawell.net>
10134 L:      linux-fbdev@vger.kernel.org
10135 S:      Maintained
10136 F:      drivers/video/fbdev/smscufx.c
10137
10138 SOC-CAMERA V4L2 SUBSYSTEM
10139 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10140 L:      linux-media@vger.kernel.org
10141 T:      git git://linuxtv.org/media_tree.git
10142 S:      Maintained
10143 F:      include/media/soc*
10144 F:      drivers/media/i2c/soc_camera/
10145 F:      drivers/media/platform/soc_camera/
10146
10147 SOEKRIS NET48XX LED SUPPORT
10148 M:      Chris Boot <bootc@bootc.net>
10149 S:      Maintained
10150 F:      drivers/leds/leds-net48xx.c
10151
10152 SOFTLOGIC 6x10 MPEG CODEC
10153 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10154 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10155 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10156 M:      Ismael Luceno <ismael@iodev.co.uk>
10157 L:      linux-media@vger.kernel.org
10158 S:      Supported
10159 F:      drivers/media/pci/solo6x10/
10160
10161 SOFTWARE RAID (Multiple Disks) SUPPORT
10162 M:      Shaohua Li <shli@kernel.org>
10163 L:      linux-raid@vger.kernel.org
10164 T:      git git://neil.brown.name/md
10165 S:      Supported
10166 F:      drivers/md/
10167 F:      include/linux/raid/
10168 F:      include/uapi/linux/raid/
10169
10170 SONIC NETWORK DRIVER
10171 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10172 L:      netdev@vger.kernel.org
10173 S:      Maintained
10174 F:      drivers/net/ethernet/natsemi/sonic.*
10175
10176 SONICS SILICON BACKPLANE DRIVER (SSB)
10177 M:      Michael Buesch <m@bues.ch>
10178 L:      linux-wireless@vger.kernel.org
10179 S:      Maintained
10180 F:      drivers/ssb/
10181 F:      include/linux/ssb/
10182
10183 SONY VAIO CONTROL DEVICE DRIVER
10184 M:      Mattia Dongili <malattia@linux.it>
10185 L:      platform-driver-x86@vger.kernel.org
10186 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10187 S:      Maintained
10188 F:      Documentation/laptops/sony-laptop.txt
10189 F:      drivers/char/sonypi.c
10190 F:      drivers/platform/x86/sony-laptop.c
10191 F:      include/linux/sony-laptop.h
10192
10193 SONY MEMORYSTICK CARD SUPPORT
10194 M:      Alex Dubov <oakad@yahoo.com>
10195 W:      http://tifmxx.berlios.de/
10196 S:      Maintained
10197 F:      drivers/memstick/host/tifm_ms.c
10198
10199 SONY MEMORYSTICK STANDARD SUPPORT
10200 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10201 S:      Maintained
10202 F:      drivers/memstick/core/ms_block.*
10203
10204 SOUND
10205 M:      Jaroslav Kysela <perex@perex.cz>
10206 M:      Takashi Iwai <tiwai@suse.com>
10207 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10208 W:      http://www.alsa-project.org/
10209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10210 T:      git git://git.alsa-project.org/alsa-kernel.git
10211 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10212 S:      Maintained
10213 F:      Documentation/sound/
10214 F:      include/sound/
10215 F:      include/uapi/sound/
10216 F:      sound/
10217
10218 SOUND - COMPRESSED AUDIO
10219 M:      Vinod Koul <vinod.koul@intel.com>
10220 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10222 S:      Supported
10223 F:      Documentation/sound/alsa/compress_offload.txt
10224 F:      include/sound/compress_driver.h
10225 F:      include/uapi/sound/compress_*
10226 F:      sound/core/compress_offload.c
10227 F:      sound/soc/soc-compress.c
10228
10229 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10230 M:      Liam Girdwood <lgirdwood@gmail.com>
10231 M:      Mark Brown <broonie@kernel.org>
10232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10233 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10234 W:      http://alsa-project.org/main/index.php/ASoC
10235 S:      Supported
10236 F:      Documentation/sound/alsa/soc/
10237 F:      sound/soc/
10238 F:      include/sound/soc*
10239
10240 SOUND - DMAENGINE HELPERS
10241 M:      Lars-Peter Clausen <lars@metafoo.de>
10242 S:      Supported
10243 F:      include/sound/dmaengine_pcm.h
10244 F:      sound/core/pcm_dmaengine.c
10245 F:      sound/soc/soc-generic-dmaengine-pcm.c
10246
10247 SP2 MEDIA DRIVER
10248 M:      Olli Salonen <olli.salonen@iki.fi>
10249 L:      linux-media@vger.kernel.org
10250 W:      https://linuxtv.org
10251 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10252 S:      Maintained
10253 F:      drivers/media/dvb-frontends/sp2*
10254
10255 SPARC + UltraSPARC (sparc/sparc64)
10256 M:      "David S. Miller" <davem@davemloft.net>
10257 L:      sparclinux@vger.kernel.org
10258 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10261 S:      Maintained
10262 F:      arch/sparc/
10263 F:      drivers/sbus/
10264
10265 SPARC SERIAL DRIVERS
10266 M:      "David S. Miller" <davem@davemloft.net>
10267 L:      sparclinux@vger.kernel.org
10268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10270 S:      Maintained
10271 F:      include/linux/sunserialcore.h
10272 F:      drivers/tty/serial/suncore.c
10273 F:      drivers/tty/serial/sunhv.c
10274 F:      drivers/tty/serial/sunsab.c
10275 F:      drivers/tty/serial/sunsab.h
10276 F:      drivers/tty/serial/sunsu.c
10277 F:      drivers/tty/serial/sunzilog.c
10278 F:      drivers/tty/serial/sunzilog.h
10279
10280 SPARSE CHECKER
10281 M:      "Christopher Li" <sparse@chrisli.org>
10282 L:      linux-sparse@vger.kernel.org
10283 W:      https://sparse.wiki.kernel.org/
10284 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10285 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10286 S:      Maintained
10287 F:      include/linux/compiler.h
10288
10289 SPEAR PLATFORM SUPPORT
10290 M:      Viresh Kumar <vireshk@kernel.org>
10291 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10292 L:      spear-devel@list.st.com
10293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10294 W:      http://www.st.com/spear
10295 S:      Maintained
10296 F:      arch/arm/boot/dts/spear*
10297 F:      arch/arm/mach-spear/
10298
10299 SPEAR CLOCK FRAMEWORK SUPPORT
10300 M:      Viresh Kumar <vireshk@kernel.org>
10301 L:      spear-devel@list.st.com
10302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10303 W:      http://www.st.com/spear
10304 S:      Maintained
10305 F:      drivers/clk/spear/
10306
10307 SPI SUBSYSTEM
10308 M:      Mark Brown <broonie@kernel.org>
10309 L:      linux-spi@vger.kernel.org
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10311 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10312 S:      Maintained
10313 F:      Documentation/spi/
10314 F:      drivers/spi/
10315 F:      include/linux/spi/
10316 F:      include/uapi/linux/spi/
10317
10318 SPIDERNET NETWORK DRIVER for CELL
10319 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10320 L:      netdev@vger.kernel.org
10321 S:      Supported
10322 F:      Documentation/networking/spider_net.txt
10323 F:      drivers/net/ethernet/toshiba/spider_net*
10324
10325 SPU FILE SYSTEM
10326 M:      Jeremy Kerr <jk@ozlabs.org>
10327 L:      linuxppc-dev@lists.ozlabs.org
10328 W:      http://www.ibm.com/developerworks/power/cell/
10329 S:      Supported
10330 F:      Documentation/filesystems/spufs.txt
10331 F:      arch/powerpc/platforms/cell/spufs/
10332
10333 SQUASHFS FILE SYSTEM
10334 M:      Phillip Lougher <phillip@squashfs.org.uk>
10335 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10336 W:      http://squashfs.org.uk
10337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10338 S:      Maintained
10339 F:      Documentation/filesystems/squashfs.txt
10340 F:      fs/squashfs/
10341
10342 SRM (Alpha) environment access
10343 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10344 S:      Maintained
10345 F:      arch/alpha/kernel/srm_env.c
10346
10347 STABLE BRANCH
10348 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10349 L:      stable@vger.kernel.org
10350 S:      Supported
10351 F:      Documentation/stable_kernel_rules.txt
10352
10353 STAGING SUBSYSTEM
10354 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10356 L:      devel@driverdev.osuosl.org
10357 S:      Supported
10358 F:      drivers/staging/
10359
10360 STAGING - COMEDI
10361 M:      Ian Abbott <abbotti@mev.co.uk>
10362 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10363 S:      Odd Fixes
10364 F:      drivers/staging/comedi/
10365
10366 STAGING - FLARION FT1000 DRIVERS
10367 M:      Marek Belisko <marek.belisko@gmail.com>
10368 S:      Odd Fixes
10369 F:      drivers/staging/ft1000/
10370
10371 STAGING - INDUSTRIAL IO
10372 M:      Jonathan Cameron <jic23@kernel.org>
10373 L:      linux-iio@vger.kernel.org
10374 S:      Odd Fixes
10375 F:      drivers/staging/iio/
10376
10377 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10378 M:      Jarod Wilson <jarod@wilsonet.com>
10379 W:      http://www.lirc.org/
10380 S:      Odd Fixes
10381 F:      drivers/staging/media/lirc/
10382
10383 STAGING - LUSTRE PARALLEL FILESYSTEM
10384 M:      Oleg Drokin <oleg.drokin@intel.com>
10385 M:      Andreas Dilger <andreas.dilger@intel.com>
10386 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10387 W:      http://wiki.lustre.org/
10388 S:      Maintained
10389 F:      drivers/staging/lustre
10390
10391 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10392 M:      Marc Dietrich <marvin24@gmx.de>
10393 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10394 L:      linux-tegra@vger.kernel.org
10395 S:      Maintained
10396 F:      drivers/staging/nvec/
10397
10398 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10399 M:      Jens Frederich <jfrederich@gmail.com>
10400 M:      Daniel Drake <dsd@laptop.org>
10401 M:      Jon Nettleton <jon.nettleton@gmail.com>
10402 W:      http://wiki.laptop.org/go/DCON
10403 S:      Maintained
10404 F:      drivers/staging/olpc_dcon/
10405
10406 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10407 M:      Willy Tarreau <willy@meta-x.org>
10408 S:      Odd Fixes
10409 F:      drivers/staging/panel/
10410
10411 STAGING - REALTEK RTL8712U DRIVERS
10412 M:      Larry Finger <Larry.Finger@lwfinger.net>
10413 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10414 S:      Odd Fixes
10415 F:      drivers/staging/rtl8712/
10416
10417 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10418 M:      Larry Finger <Larry.Finger@lwfinger.net>
10419 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10420 L:      linux-wireless@vger.kernel.org
10421 S:      Maintained
10422 F:      drivers/staging/rtl8723au/
10423
10424 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10425 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10426 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10427 M:      Sudip Mukherjee <sudip@vectorindia.org>
10428 L:      linux-fbdev@vger.kernel.org
10429 S:      Maintained
10430 F:      drivers/staging/sm750fb/
10431
10432 STAGING - SLICOSS
10433 M:      Lior Dotan <liodot@gmail.com>
10434 M:      Christopher Harrer <charrer@alacritech.com>
10435 S:      Odd Fixes
10436 F:      drivers/staging/slicoss/
10437
10438 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10439 M:      William Hubbs <w.d.hubbs@gmail.com>
10440 M:      Chris Brannon <chris@the-brannons.com>
10441 M:      Kirk Reiser <kirk@reisers.ca>
10442 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10443 L:      speakup@linux-speakup.org
10444 W:      http://www.linux-speakup.org/
10445 S:      Odd Fixes
10446 F:      drivers/staging/speakup/
10447
10448 STAGING - VIA VT665X DRIVERS
10449 M:      Forest Bond <forest@alittletooquiet.net>
10450 S:      Odd Fixes
10451 F:      drivers/staging/vt665?/
10452
10453 STAGING - WILC1000 WIFI DRIVER
10454 M:      Johnny Kim <johnny.kim@atmel.com>
10455 M:      Austin Shin <austin.shin@atmel.com>
10456 M:      Chris Park <chris.park@atmel.com>
10457 M:      Tony Cho <tony.cho@atmel.com>
10458 M:      Glen Lee <glen.lee@atmel.com>
10459 M:      Leo Kim <leo.kim@atmel.com>
10460 L:      linux-wireless@vger.kernel.org
10461 S:      Supported
10462 F:      drivers/staging/wilc1000/
10463
10464 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10465 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10466 S:      Odd Fixes
10467 F:      drivers/staging/xgifb/
10468
10469 HFI1 DRIVER
10470 M:      Mike Marciniszyn <infinipath@intel.com>
10471 L:      linux-rdma@vger.kernel.org
10472 S:      Supported
10473 F:      drivers/staging/rdma/hfi1
10474
10475 STARFIRE/DURALAN NETWORK DRIVER
10476 M:      Ion Badulescu <ionut@badula.org>
10477 S:      Odd Fixes
10478 F:      drivers/net/ethernet/adaptec/starfire*
10479
10480 SUN3/3X
10481 M:      Sam Creasey <sammy@sammy.net>
10482 W:      http://sammy.net/sun3/
10483 S:      Maintained
10484 F:      arch/m68k/kernel/*sun3*
10485 F:      arch/m68k/sun3*/
10486 F:      arch/m68k/include/asm/sun3*
10487 F:      drivers/net/ethernet/i825xx/sun3*
10488
10489 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10490 M:      Hans de Goede <hdegoede@redhat.com>
10491 L:      linux-input@vger.kernel.org
10492 S:      Maintained
10493 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10494 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10495
10496 SUNDANCE NETWORK DRIVER
10497 M:      Denis Kirjanov <kda@linux-powerpc.org>
10498 L:      netdev@vger.kernel.org
10499 S:      Maintained
10500 F:      drivers/net/ethernet/dlink/sundance.c
10501
10502 SUPERH
10503 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10504 M:      Rich Felker <dalias@libc.org>
10505 L:      linux-sh@vger.kernel.org
10506 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10507 S:      Maintained
10508 F:      Documentation/sh/
10509 F:      arch/sh/
10510 F:      drivers/sh/
10511
10512 SUSPEND TO RAM
10513 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10514 M:      Len Brown <len.brown@intel.com>
10515 M:      Pavel Machek <pavel@ucw.cz>
10516 L:      linux-pm@vger.kernel.org
10517 S:      Supported
10518 F:      Documentation/power/
10519 F:      arch/x86/kernel/acpi/
10520 F:      drivers/base/power/
10521 F:      kernel/power/
10522 F:      include/linux/suspend.h
10523 F:      include/linux/freezer.h
10524 F:      include/linux/pm.h
10525
10526 SVGA HANDLING
10527 M:      Martin Mares <mj@ucw.cz>
10528 L:      linux-video@atrey.karlin.mff.cuni.cz
10529 S:      Maintained
10530 F:      Documentation/svga.txt
10531 F:      arch/x86/boot/video*
10532
10533 SWIOTLB SUBSYSTEM
10534 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10535 L:      linux-kernel@vger.kernel.org
10536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10537 S:      Supported
10538 F:      lib/swiotlb.c
10539 F:      arch/*/kernel/pci-swiotlb.c
10540 F:      include/linux/swiotlb.h
10541
10542 SWITCHDEV
10543 M:      Jiri Pirko <jiri@resnulli.us>
10544 L:      netdev@vger.kernel.org
10545 S:      Supported
10546 F:      net/switchdev/
10547 F:      include/net/switchdev.h
10548
10549 SYNOPSYS ARC ARCHITECTURE
10550 M:      Vineet Gupta <vgupta@synopsys.com>
10551 L:      linux-snps-arc@lists.infradead.org
10552 S:      Supported
10553 F:      arch/arc/
10554 F:      Documentation/devicetree/bindings/arc/*
10555 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10556 F:      drivers/tty/serial/arc_uart.c
10557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10558
10559 SYNOPSYS ARC SDP platform support
10560 M:      Alexey Brodkin <abrodkin@synopsys.com>
10561 S:      Supported
10562 F:      arch/arc/plat-axs10x
10563 F:      arch/arc/boot/dts/ax*
10564 F:      Documentation/devicetree/bindings/arc/axs10*
10565
10566 SYSTEM CONFIGURATION (SYSCON)
10567 M:      Lee Jones <lee.jones@linaro.org>
10568 M:      Arnd Bergmann <arnd@arndb.de>
10569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10570 S:      Supported
10571 F:      drivers/mfd/syscon.c
10572
10573 SYSV FILESYSTEM
10574 M:      Christoph Hellwig <hch@infradead.org>
10575 S:      Maintained
10576 F:      Documentation/filesystems/sysv-fs.txt
10577 F:      fs/sysv/
10578 F:      include/linux/sysv_fs.h
10579
10580 TARGET SUBSYSTEM
10581 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10582 L:      linux-scsi@vger.kernel.org
10583 L:      target-devel@vger.kernel.org
10584 W:      http://www.linux-iscsi.org
10585 W:      http://groups.google.com/group/linux-iscsi-target-dev
10586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10587 S:      Supported
10588 F:      drivers/target/
10589 F:      include/target/
10590 F:      Documentation/target/
10591
10592 TASKSTATS STATISTICS INTERFACE
10593 M:      Balbir Singh <bsingharora@gmail.com>
10594 S:      Maintained
10595 F:      Documentation/accounting/taskstats*
10596 F:      include/linux/taskstats*
10597 F:      kernel/taskstats.c
10598
10599 TC CLASSIFIER
10600 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10601 L:      netdev@vger.kernel.org
10602 S:      Maintained
10603 F:      include/net/pkt_cls.h
10604 F:      include/uapi/linux/pkt_cls.h
10605 F:      net/sched/
10606
10607 TCP LOW PRIORITY MODULE
10608 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10609 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10610 W:      http://tcp-lp-mod.sourceforge.net/
10611 S:      Maintained
10612 F:      net/ipv4/tcp_lp.c
10613
10614 TDA10071 MEDIA DRIVER
10615 M:      Antti Palosaari <crope@iki.fi>
10616 L:      linux-media@vger.kernel.org
10617 W:      https://linuxtv.org
10618 W:      http://palosaari.fi/linux/
10619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10620 T:      git git://linuxtv.org/anttip/media_tree.git
10621 S:      Maintained
10622 F:      drivers/media/dvb-frontends/tda10071*
10623
10624 TDA18212 MEDIA DRIVER
10625 M:      Antti Palosaari <crope@iki.fi>
10626 L:      linux-media@vger.kernel.org
10627 W:      https://linuxtv.org
10628 W:      http://palosaari.fi/linux/
10629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10630 T:      git git://linuxtv.org/anttip/media_tree.git
10631 S:      Maintained
10632 F:      drivers/media/tuners/tda18212*
10633
10634 TDA18218 MEDIA DRIVER
10635 M:      Antti Palosaari <crope@iki.fi>
10636 L:      linux-media@vger.kernel.org
10637 W:      https://linuxtv.org
10638 W:      http://palosaari.fi/linux/
10639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10640 T:      git git://linuxtv.org/anttip/media_tree.git
10641 S:      Maintained
10642 F:      drivers/media/tuners/tda18218*
10643
10644 TDA18271 MEDIA DRIVER
10645 M:      Michael Krufky <mkrufky@linuxtv.org>
10646 L:      linux-media@vger.kernel.org
10647 W:      https://linuxtv.org
10648 W:      http://github.com/mkrufky
10649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10650 T:      git git://linuxtv.org/mkrufky/tuners.git
10651 S:      Maintained
10652 F:      drivers/media/tuners/tda18271*
10653
10654 TDA827x MEDIA DRIVER
10655 M:      Michael Krufky <mkrufky@linuxtv.org>
10656 L:      linux-media@vger.kernel.org
10657 W:      https://linuxtv.org
10658 W:      http://github.com/mkrufky
10659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10660 T:      git git://linuxtv.org/mkrufky/tuners.git
10661 S:      Maintained
10662 F:      drivers/media/tuners/tda8290.*
10663
10664 TDA8290 MEDIA DRIVER
10665 M:      Michael Krufky <mkrufky@linuxtv.org>
10666 L:      linux-media@vger.kernel.org
10667 W:      https://linuxtv.org
10668 W:      http://github.com/mkrufky
10669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10670 T:      git git://linuxtv.org/mkrufky/tuners.git
10671 S:      Maintained
10672 F:      drivers/media/tuners/tda8290.*
10673
10674 TDA9840 MEDIA DRIVER
10675 M:      Hans Verkuil <hverkuil@xs4all.nl>
10676 L:      linux-media@vger.kernel.org
10677 T:      git git://linuxtv.org/media_tree.git
10678 W:      https://linuxtv.org
10679 S:      Maintained
10680 F:      drivers/media/i2c/tda9840*
10681
10682 TEA5761 TUNER DRIVER
10683 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10684 L:      linux-media@vger.kernel.org
10685 W:      https://linuxtv.org
10686 T:      git git://linuxtv.org/media_tree.git
10687 S:      Odd fixes
10688 F:      drivers/media/tuners/tea5761.*
10689
10690 TEA5767 TUNER DRIVER
10691 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10692 L:      linux-media@vger.kernel.org
10693 W:      https://linuxtv.org
10694 T:      git git://linuxtv.org/media_tree.git
10695 S:      Maintained
10696 F:      drivers/media/tuners/tea5767.*
10697
10698 TEA6415C MEDIA DRIVER
10699 M:      Hans Verkuil <hverkuil@xs4all.nl>
10700 L:      linux-media@vger.kernel.org
10701 T:      git git://linuxtv.org/media_tree.git
10702 W:      https://linuxtv.org
10703 S:      Maintained
10704 F:      drivers/media/i2c/tea6415c*
10705
10706 TEA6420 MEDIA DRIVER
10707 M:      Hans Verkuil <hverkuil@xs4all.nl>
10708 L:      linux-media@vger.kernel.org
10709 T:      git git://linuxtv.org/media_tree.git
10710 W:      https://linuxtv.org
10711 S:      Maintained
10712 F:      drivers/media/i2c/tea6420*
10713
10714 TEAM DRIVER
10715 M:      Jiri Pirko <jiri@resnulli.us>
10716 L:      netdev@vger.kernel.org
10717 S:      Supported
10718 F:      drivers/net/team/
10719 F:      include/linux/if_team.h
10720 F:      include/uapi/linux/if_team.h
10721
10722 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10723 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10724 S:      Maintained
10725 F:      arch/x86/platform/ts5500/
10726
10727 TECHNOTREND USB IR RECEIVER
10728 M:      Sean Young <sean@mess.org>
10729 L:      linux-media@vger.kernel.org
10730 S:      Maintained
10731 F:      drivers/media/rc/ttusbir.c
10732
10733 TEGRA ARCHITECTURE SUPPORT
10734 M:      Stephen Warren <swarren@wwwdotorg.org>
10735 M:      Thierry Reding <thierry.reding@gmail.com>
10736 M:      Alexandre Courbot <gnurou@gmail.com>
10737 L:      linux-tegra@vger.kernel.org
10738 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10740 S:      Supported
10741 N:      [^a-z]tegra
10742
10743 TEGRA CLOCK DRIVER
10744 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10745 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10746 S:      Supported
10747 F:      drivers/clk/tegra/
10748
10749 TEGRA DMA DRIVER
10750 M:      Laxman Dewangan <ldewangan@nvidia.com>
10751 S:      Supported
10752 F:      drivers/dma/tegra20-apb-dma.c
10753
10754 TEGRA I2C DRIVER
10755 M:      Laxman Dewangan <ldewangan@nvidia.com>
10756 S:      Supported
10757 F:      drivers/i2c/busses/i2c-tegra.c
10758
10759 TEGRA IOMMU DRIVERS
10760 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10761 S:      Supported
10762 F:      drivers/iommu/tegra*
10763
10764 TEGRA KBC DRIVER
10765 M:      Rakesh Iyer <riyer@nvidia.com>
10766 M:      Laxman Dewangan <ldewangan@nvidia.com>
10767 S:      Supported
10768 F:      drivers/input/keyboard/tegra-kbc.c
10769
10770 TEGRA PWM DRIVER
10771 M:      Thierry Reding <thierry.reding@gmail.com>
10772 S:      Supported
10773 F:      drivers/pwm/pwm-tegra.c
10774
10775 TEGRA SERIAL DRIVER
10776 M:      Laxman Dewangan <ldewangan@nvidia.com>
10777 S:      Supported
10778 F:      drivers/tty/serial/serial-tegra.c
10779
10780 TEGRA SPI DRIVER
10781 M:      Laxman Dewangan <ldewangan@nvidia.com>
10782 S:      Supported
10783 F:      drivers/spi/spi-tegra*
10784
10785 TEHUTI ETHERNET DRIVER
10786 M:      Andy Gospodarek <andy@greyhouse.net>
10787 L:      netdev@vger.kernel.org
10788 S:      Supported
10789 F:      drivers/net/ethernet/tehuti/*
10790
10791 Telecom Clock Driver for MCPL0010
10792 M:      Mark Gross <mark.gross@intel.com>
10793 S:      Supported
10794 F:      drivers/char/tlclk.c
10795
10796 TENSILICA XTENSA PORT (xtensa)
10797 M:      Chris Zankel <chris@zankel.net>
10798 M:      Max Filippov <jcmvbkbc@gmail.com>
10799 L:      linux-xtensa@linux-xtensa.org
10800 T:      git git://github.com/czankel/xtensa-linux.git
10801 S:      Maintained
10802 F:      arch/xtensa/
10803 F:      drivers/irqchip/irq-xtensa-*
10804
10805 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10806 M:      Hans Verkuil <hverkuil@xs4all.nl>
10807 L:      linux-media@vger.kernel.org
10808 T:      git git://linuxtv.org/media_tree.git
10809 W:      https://linuxtv.org
10810 S:      Maintained
10811 F:      drivers/media/radio/radio-raremono.c
10812
10813 THERMAL
10814 M:      Zhang Rui <rui.zhang@intel.com>
10815 M:      Eduardo Valentin <edubezval@gmail.com>
10816 L:      linux-pm@vger.kernel.org
10817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10819 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10820 S:      Supported
10821 F:      drivers/thermal/
10822 F:      include/linux/thermal.h
10823 F:      include/uapi/linux/thermal.h
10824 F:      include/linux/cpu_cooling.h
10825 F:      Documentation/devicetree/bindings/thermal/
10826
10827 THERMAL/CPU_COOLING
10828 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10829 M:      Viresh Kumar <viresh.kumar@linaro.org>
10830 M:      Javi Merino <javi.merino@arm.com>
10831 L:      linux-pm@vger.kernel.org
10832 S:      Supported
10833 F:      Documentation/thermal/cpu-cooling-api.txt
10834 F:      drivers/thermal/cpu_cooling.c
10835 F:      include/linux/cpu_cooling.h
10836
10837 THINGM BLINK(1) USB RGB LED DRIVER
10838 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10839 S:      Maintained
10840 F:      drivers/hid/hid-thingm.c
10841
10842 THINKPAD ACPI EXTRAS DRIVER
10843 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10844 L:      ibm-acpi-devel@lists.sourceforge.net
10845 L:      platform-driver-x86@vger.kernel.org
10846 W:      http://ibm-acpi.sourceforge.net
10847 W:      http://thinkwiki.org/wiki/Ibm-acpi
10848 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10849 S:      Maintained
10850 F:      drivers/platform/x86/thinkpad_acpi.c
10851
10852 TI BANDGAP AND THERMAL DRIVER
10853 M:      Eduardo Valentin <edubezval@gmail.com>
10854 L:      linux-pm@vger.kernel.org
10855 L:      linux-omap@vger.kernel.org
10856 S:      Maintained
10857 F:      drivers/thermal/ti-soc-thermal/
10858
10859 TI CDCE706 CLOCK DRIVER
10860 M:      Max Filippov <jcmvbkbc@gmail.com>
10861 S:      Maintained
10862 F:      drivers/clk/clk-cdce706.c
10863
10864 TI CLOCK DRIVER
10865 M:      Tero Kristo <t-kristo@ti.com>
10866 L:      linux-omap@vger.kernel.org
10867 S:      Maintained
10868 F:      drivers/clk/ti/
10869 F:      include/linux/clk/ti.h
10870
10871 TI FLASH MEDIA INTERFACE DRIVER
10872 M:      Alex Dubov <oakad@yahoo.com>
10873 S:      Maintained
10874 F:      drivers/misc/tifm*
10875 F:      drivers/mmc/host/tifm_sd.c
10876 F:      include/linux/tifm.h
10877
10878 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10879 M:      Santosh Shilimkar <ssantosh@kernel.org>
10880 L:      linux-kernel@vger.kernel.org
10881 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10882 S:      Maintained
10883 F:      drivers/soc/ti/*
10884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10885
10886
10887 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10888 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10889 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10890 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10891 S:      Maintained
10892 F:      sound/soc/codecs/lm49453*
10893 F:      sound/soc/codecs/isabelle*
10894
10895 TI LP855x BACKLIGHT DRIVER
10896 M:      Milo Kim <milo.kim@ti.com>
10897 S:      Maintained
10898 F:      Documentation/backlight/lp855x-driver.txt
10899 F:      drivers/video/backlight/lp855x_bl.c
10900 F:      include/linux/platform_data/lp855x.h
10901
10902 TI LP8727 CHARGER DRIVER
10903 M:      Milo Kim <milo.kim@ti.com>
10904 S:      Maintained
10905 F:      drivers/power/lp8727_charger.c
10906 F:      include/linux/platform_data/lp8727.h
10907
10908 TI LP8788 MFD DRIVER
10909 M:      Milo Kim <milo.kim@ti.com>
10910 S:      Maintained
10911 F:      drivers/iio/adc/lp8788_adc.c
10912 F:      drivers/leds/leds-lp8788.c
10913 F:      drivers/mfd/lp8788*.c
10914 F:      drivers/power/lp8788-charger.c
10915 F:      drivers/regulator/lp8788-*.c
10916 F:      include/linux/mfd/lp8788*.h
10917
10918 TI NETCP ETHERNET DRIVER
10919 M:      Wingman Kwok <w-kwok2@ti.com>
10920 M:      Murali Karicheri <m-karicheri2@ti.com>
10921 L:      netdev@vger.kernel.org
10922 S:      Maintained
10923 F:      drivers/net/ethernet/ti/netcp*
10924
10925 TI TAS571X FAMILY ASoC CODEC DRIVER
10926 M:      Kevin Cernekee <cernekee@chromium.org>
10927 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10928 S:      Odd Fixes
10929 F:      sound/soc/codecs/tas571x*
10930
10931 TI TWL4030 SERIES SOC CODEC DRIVER
10932 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10933 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10934 S:      Maintained
10935 F:      sound/soc/codecs/twl4030*
10936
10937 TI WILINK WIRELESS DRIVERS
10938 L:      linux-wireless@vger.kernel.org
10939 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10940 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10942 S:      Orphan
10943 F:      drivers/net/wireless/ti/
10944 F:      include/linux/wl12xx.h
10945
10946 TIPC NETWORK LAYER
10947 M:      Jon Maloy <jon.maloy@ericsson.com>
10948 M:      Ying Xue <ying.xue@windriver.com>
10949 L:      netdev@vger.kernel.org (core kernel code)
10950 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10951 W:      http://tipc.sourceforge.net/
10952 S:      Maintained
10953 F:      include/uapi/linux/tipc*.h
10954 F:      net/tipc/
10955
10956 TILE ARCHITECTURE
10957 M:      Chris Metcalf <cmetcalf@ezchip.com>
10958 W:      http://www.ezchip.com/scm/
10959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10960 S:      Supported
10961 F:      arch/tile/
10962 F:      drivers/char/tile-srom.c
10963 F:      drivers/edac/tile_edac.c
10964 F:      drivers/net/ethernet/tile/
10965 F:      drivers/rtc/rtc-tile.c
10966 F:      drivers/tty/hvc/hvc_tile.c
10967 F:      drivers/tty/serial/tilegx.c
10968 F:      drivers/usb/host/*-tilegx.c
10969 F:      include/linux/usb/tilegx.h
10970
10971 TLAN NETWORK DRIVER
10972 M:      Samuel Chessman <chessman@tux.org>
10973 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10974 W:      http://sourceforge.net/projects/tlan/
10975 S:      Maintained
10976 F:      Documentation/networking/tlan.txt
10977 F:      drivers/net/ethernet/ti/tlan.*
10978
10979 TOMOYO SECURITY MODULE
10980 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10981 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10982 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10983 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10984 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10985 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10986 W:      http://tomoyo.sourceforge.jp/
10987 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10988 S:      Maintained
10989 F:      security/tomoyo/
10990
10991 TOPSTAR LAPTOP EXTRAS DRIVER
10992 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10993 L:      platform-driver-x86@vger.kernel.org
10994 S:      Maintained
10995 F:      drivers/platform/x86/topstar-laptop.c
10996
10997 TOSHIBA ACPI EXTRAS DRIVER
10998 M:      Azael Avalos <coproscefalo@gmail.com>
10999 L:      platform-driver-x86@vger.kernel.org
11000 S:      Maintained
11001 F:      drivers/platform/x86/toshiba_acpi.c
11002
11003 TOSHIBA BLUETOOTH DRIVER
11004 M:      Azael Avalos <coproscefalo@gmail.com>
11005 L:      platform-driver-x86@vger.kernel.org
11006 S:      Maintained
11007 F:      drivers/platform/x86/toshiba_bluetooth.c
11008
11009 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11010 M:      Azael Avalos <coproscefalo@gmail.com>
11011 L:      platform-driver-x86@vger.kernel.org
11012 S:      Maintained
11013 F:      drivers/platform/x86/toshiba_haps.c
11014
11015 TOSHIBA WMI HOTKEYS DRIVER
11016 M:      Azael Avalos <coproscefalo@gmail.com>
11017 L:      platform-driver-x86@vger.kernel.org
11018 S:      Maintained
11019 F:      drivers/platform/x86/toshiba-wmi.c
11020
11021 TOSHIBA SMM DRIVER
11022 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11023 W:      http://www.buzzard.org.uk/toshiba/
11024 S:      Maintained
11025 F:      drivers/char/toshiba.c
11026 F:      include/linux/toshiba.h
11027 F:      include/uapi/linux/toshiba.h
11028
11029 TOSHIBA TC358743 DRIVER
11030 M:      Mats Randgaard <matrandg@cisco.com>
11031 L:      linux-media@vger.kernel.org
11032 S:      Maintained
11033 F:      drivers/media/i2c/tc358743*
11034 F:      include/media/i2c/tc358743.h
11035
11036 TMIO MMC DRIVER
11037 M:      Ian Molton <ian@mnementh.co.uk>
11038 L:      linux-mmc@vger.kernel.org
11039 S:      Maintained
11040 F:      drivers/mmc/host/tmio_mmc*
11041 F:      drivers/mmc/host/sh_mobile_sdhi.c
11042 F:      include/linux/mmc/tmio.h
11043 F:      include/linux/mmc/sh_mobile_sdhi.h
11044
11045 TMP401 HARDWARE MONITOR DRIVER
11046 M:      Guenter Roeck <linux@roeck-us.net>
11047 L:      lm-sensors@lm-sensors.org
11048 S:      Maintained
11049 F:      Documentation/hwmon/tmp401
11050 F:      drivers/hwmon/tmp401.c
11051
11052 TMPFS (SHMEM FILESYSTEM)
11053 M:      Hugh Dickins <hughd@google.com>
11054 L:      linux-mm@kvack.org
11055 S:      Maintained
11056 F:      include/linux/shmem_fs.h
11057 F:      mm/shmem.c
11058
11059 TM6000 VIDEO4LINUX DRIVER
11060 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11061 L:      linux-media@vger.kernel.org
11062 W:      https://linuxtv.org
11063 T:      git git://linuxtv.org/media_tree.git
11064 S:      Odd fixes
11065 F:      drivers/media/usb/tm6000/
11066
11067 TW68 VIDEO4LINUX DRIVER
11068 M:      Hans Verkuil <hverkuil@xs4all.nl>
11069 L:      linux-media@vger.kernel.org
11070 T:      git git://linuxtv.org/media_tree.git
11071 W:      https://linuxtv.org
11072 S:      Odd Fixes
11073 F:      drivers/media/pci/tw68/
11074
11075 TPM DEVICE DRIVER
11076 M:      Peter Huewe <peterhuewe@gmx.de>
11077 M:      Marcel Selhorst <tpmdd@selhorst.net>
11078 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11079 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11080 W:      http://tpmdd.sourceforge.net
11081 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11082 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
11083 T:      git https://github.com/PeterHuewe/linux-tpmdd
11084 S:      Maintained
11085 F:      drivers/char/tpm/
11086
11087 TPM IBM_VTPM DEVICE DRIVER
11088 M:      Ashley Lai <ashleydlai@gmail.com>
11089 W:      http://tpmdd.sourceforge.net
11090 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11091 S:      Maintained
11092 F:      drivers/char/tpm/tpm_ibmvtpm*
11093
11094 TRACING
11095 M:      Steven Rostedt <rostedt@goodmis.org>
11096 M:      Ingo Molnar <mingo@redhat.com>
11097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11098 S:      Maintained
11099 F:      Documentation/trace/ftrace.txt
11100 F:      arch/*/*/*/ftrace.h
11101 F:      arch/*/kernel/ftrace.c
11102 F:      include/*/ftrace.h
11103 F:      include/linux/trace*.h
11104 F:      include/trace/
11105 F:      kernel/trace/
11106 F:      tools/testing/selftests/ftrace/
11107
11108 TRIVIAL PATCHES
11109 M:      Jiri Kosina <trivial@kernel.org>
11110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11111 S:      Maintained
11112 K:      ^Subject:.*(?i)trivial
11113
11114 TTY LAYER
11115 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11116 M:      Jiri Slaby <jslaby@suse.com>
11117 S:      Supported
11118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11119 F:      Documentation/serial/
11120 F:      drivers/tty/
11121 F:      drivers/tty/serial/serial_core.c
11122 F:      include/linux/serial_core.h
11123 F:      include/linux/serial.h
11124 F:      include/linux/tty.h
11125 F:      include/uapi/linux/serial_core.h
11126 F:      include/uapi/linux/serial.h
11127 F:      include/uapi/linux/tty.h
11128
11129 TUA9001 MEDIA DRIVER
11130 M:      Antti Palosaari <crope@iki.fi>
11131 L:      linux-media@vger.kernel.org
11132 W:      https://linuxtv.org
11133 W:      http://palosaari.fi/linux/
11134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11135 T:      git git://linuxtv.org/anttip/media_tree.git
11136 S:      Maintained
11137 F:      drivers/media/tuners/tua9001*
11138
11139 TULIP NETWORK DRIVERS
11140 L:      netdev@vger.kernel.org
11141 L:      linux-parisc@vger.kernel.org
11142 S:      Orphan
11143 F:      drivers/net/ethernet/dec/tulip/
11144
11145 TUN/TAP driver
11146 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11147 W:      http://vtun.sourceforge.net/tun
11148 S:      Maintained
11149 F:      Documentation/networking/tuntap.txt
11150 F:      arch/um/os-Linux/drivers/
11151
11152 TURBOCHANNEL SUBSYSTEM
11153 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11154 M:      Ralf Baechle <ralf@linux-mips.org>
11155 L:      linux-mips@linux-mips.org
11156 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11157 S:      Maintained
11158 F:      drivers/tc/
11159 F:      include/linux/tc.h
11160
11161 U14-34F SCSI DRIVER
11162 M:      Dario Ballabio <ballabio_dario@emc.com>
11163 L:      linux-scsi@vger.kernel.org
11164 S:      Maintained
11165 F:      drivers/scsi/u14-34f.c
11166
11167 UBI FILE SYSTEM (UBIFS)
11168 M:      Artem Bityutskiy <dedekind1@gmail.com>
11169 M:      Adrian Hunter <adrian.hunter@intel.com>
11170 L:      linux-mtd@lists.infradead.org
11171 T:      git git://git.infradead.org/ubifs-2.6.git
11172 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11173 S:      Maintained
11174 F:      Documentation/filesystems/ubifs.txt
11175 F:      fs/ubifs/
11176
11177 UCLINUX (M68KNOMMU AND COLDFIRE)
11178 M:      Greg Ungerer <gerg@uclinux.org>
11179 W:      http://www.uclinux.org/
11180 L:      linux-m68k@lists.linux-m68k.org
11181 L:      uclinux-dev@uclinux.org  (subscribers-only)
11182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11183 S:      Maintained
11184 F:      arch/m68k/coldfire/
11185 F:      arch/m68k/68*/
11186 F:      arch/m68k/*/*_no.*
11187 F:      arch/m68k/include/asm/*_no.*
11188
11189 UDF FILESYSTEM
11190 M:      Jan Kara <jack@suse.com>
11191 S:      Maintained
11192 F:      Documentation/filesystems/udf.txt
11193 F:      fs/udf/
11194
11195 UFS FILESYSTEM
11196 M:      Evgeniy Dushistov <dushistov@mail.ru>
11197 S:      Maintained
11198 F:      Documentation/filesystems/ufs.txt
11199 F:      fs/ufs/
11200
11201 UHID USERSPACE HID IO DRIVER:
11202 M:      David Herrmann <dh.herrmann@googlemail.com>
11203 L:      linux-input@vger.kernel.org
11204 S:      Maintained
11205 F:      drivers/hid/uhid.c
11206 F:      include/uapi/linux/uhid.h
11207
11208 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11209 L:      linux-usb@vger.kernel.org
11210 S:      Orphan
11211 F:      drivers/uwb/
11212 F:      include/linux/uwb.h
11213 F:      include/linux/uwb/
11214
11215 UNICORE32 ARCHITECTURE:
11216 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11217 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11218 S:      Maintained
11219 T:      git git://github.com/gxt/linux.git
11220 F:      arch/unicore32/
11221
11222 UNIFDEF
11223 M:      Tony Finch <dot@dotat.at>
11224 W:      http://dotat.at/prog/unifdef
11225 S:      Maintained
11226 F:      scripts/unifdef.c
11227
11228 UNIFORM CDROM DRIVER
11229 M:      Jens Axboe <axboe@kernel.dk>
11230 W:      http://www.kernel.dk
11231 S:      Maintained
11232 F:      Documentation/cdrom/
11233 F:      drivers/cdrom/cdrom.c
11234 F:      include/linux/cdrom.h
11235 F:      include/uapi/linux/cdrom.h
11236
11237 UNISYS S-PAR DRIVERS
11238 M:      Benjamin Romer <benjamin.romer@unisys.com>
11239 M:      David Kershner <david.kershner@unisys.com>
11240 L:      sparmaintainer@unisys.com (Unisys internal)
11241 S:      Supported
11242 F:      drivers/staging/unisys/
11243
11244 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11245 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11246 L:      linux-scsi@vger.kernel.org
11247 S:      Supported
11248 F:      Documentation/scsi/ufs.txt
11249 F:      drivers/scsi/ufs/
11250
11251 UNSORTED BLOCK IMAGES (UBI)
11252 M:      Artem Bityutskiy <dedekind1@gmail.com>
11253 M:      Richard Weinberger <richard@nod.at>
11254 W:      http://www.linux-mtd.infradead.org/
11255 L:      linux-mtd@lists.infradead.org
11256 T:      git git://git.infradead.org/ubifs-2.6.git
11257 S:      Supported
11258 F:      drivers/mtd/ubi/
11259 F:      include/linux/mtd/ubi.h
11260 F:      include/uapi/mtd/ubi-user.h
11261
11262 USB ACM DRIVER
11263 M:      Oliver Neukum <oliver@neukum.org>
11264 L:      linux-usb@vger.kernel.org
11265 S:      Maintained
11266 F:      Documentation/usb/acm.txt
11267 F:      drivers/usb/class/cdc-acm.*
11268
11269 USB AR5523 WIRELESS DRIVER
11270 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11271 L:      linux-wireless@vger.kernel.org
11272 S:      Maintained
11273 F:      drivers/net/wireless/ath/ar5523/
11274
11275 USB ATTACHED SCSI
11276 M:      Hans de Goede <hdegoede@redhat.com>
11277 M:      Gerd Hoffmann <kraxel@redhat.com>
11278 L:      linux-usb@vger.kernel.org
11279 L:      linux-scsi@vger.kernel.org
11280 S:      Maintained
11281 F:      drivers/usb/storage/uas.c
11282
11283 USB CDC ETHERNET DRIVER
11284 M:      Oliver Neukum <oliver@neukum.org>
11285 L:      linux-usb@vger.kernel.org
11286 S:      Maintained
11287 F:      drivers/net/usb/cdc_*.c
11288 F:      include/uapi/linux/usb/cdc.h
11289
11290 USB CHAOSKEY DRIVER
11291 M:      Keith Packard <keithp@keithp.com>
11292 L:      linux-usb@vger.kernel.org
11293 S:      Maintained
11294 F:      drivers/usb/misc/chaoskey.c
11295
11296 USB CYPRESS C67X00 DRIVER
11297 M:      Peter Korsgaard <jacmet@sunsite.dk>
11298 L:      linux-usb@vger.kernel.org
11299 S:      Maintained
11300 F:      drivers/usb/c67x00/
11301
11302 USB DAVICOM DM9601 DRIVER
11303 M:      Peter Korsgaard <jacmet@sunsite.dk>
11304 L:      netdev@vger.kernel.org
11305 W:      http://www.linux-usb.org/usbnet
11306 S:      Maintained
11307 F:      drivers/net/usb/dm9601.c
11308
11309 USB DIAMOND RIO500 DRIVER
11310 M:      Cesar Miquel <miquel@df.uba.ar>
11311 L:      rio500-users@lists.sourceforge.net
11312 W:      http://rio500.sourceforge.net
11313 S:      Maintained
11314 F:      drivers/usb/misc/rio500*
11315
11316 USB EHCI DRIVER
11317 M:      Alan Stern <stern@rowland.harvard.edu>
11318 L:      linux-usb@vger.kernel.org
11319 S:      Maintained
11320 F:      Documentation/usb/ehci.txt
11321 F:      drivers/usb/host/ehci*
11322
11323 USB GADGET/PERIPHERAL SUBSYSTEM
11324 M:      Felipe Balbi <balbi@kernel.org>
11325 L:      linux-usb@vger.kernel.org
11326 W:      http://www.linux-usb.org/gadget
11327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11328 S:      Maintained
11329 F:      drivers/usb/gadget/
11330 F:      include/linux/usb/gadget*
11331
11332 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11333 M:      Jiri Kosina <jikos@kernel.org>
11334 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11335 L:      linux-usb@vger.kernel.org
11336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11337 S:      Maintained
11338 F:      Documentation/hid/hiddev.txt
11339 F:      drivers/hid/usbhid/
11340
11341 USB ISP116X DRIVER
11342 M:      Olav Kongas <ok@artecdesign.ee>
11343 L:      linux-usb@vger.kernel.org
11344 S:      Maintained
11345 F:      drivers/usb/host/isp116x*
11346 F:      include/linux/usb/isp116x.h
11347
11348 USB MASS STORAGE DRIVER
11349 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11350 L:      linux-usb@vger.kernel.org
11351 L:      usb-storage@lists.one-eyed-alien.net
11352 S:      Maintained
11353 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11354 F:      drivers/usb/storage/
11355
11356 USB MIDI DRIVER
11357 M:      Clemens Ladisch <clemens@ladisch.de>
11358 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11359 T:      git git://git.alsa-project.org/alsa-kernel.git
11360 S:      Maintained
11361 F:      sound/usb/midi.*
11362
11363 USB NETWORKING DRIVERS
11364 L:      linux-usb@vger.kernel.org
11365 S:      Odd Fixes
11366 F:      drivers/net/usb/
11367
11368 USB OHCI DRIVER
11369 M:      Alan Stern <stern@rowland.harvard.edu>
11370 L:      linux-usb@vger.kernel.org
11371 S:      Maintained
11372 F:      Documentation/usb/ohci.txt
11373 F:      drivers/usb/host/ohci*
11374
11375 USB OTG FSM (Finite State Machine)
11376 M:      Peter Chen <Peter.Chen@nxp.com>
11377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11378 L:      linux-usb@vger.kernel.org
11379 S:      Maintained
11380 F:      drivers/usb/common/usb-otg-fsm.c
11381
11382 USB OVER IP DRIVER
11383 M:      Valentina Manea <valentina.manea.m@gmail.com>
11384 M:      Shuah Khan <shuah.kh@samsung.com>
11385 L:      linux-usb@vger.kernel.org
11386 S:      Maintained
11387 F:      drivers/usb/usbip/
11388 F:      tools/usb/usbip/
11389
11390 USB PEGASUS DRIVER
11391 M:      Petko Manolov <petkan@nucleusys.com>
11392 L:      linux-usb@vger.kernel.org
11393 L:      netdev@vger.kernel.org
11394 T:      git git://github.com/petkan/pegasus.git
11395 W:      https://github.com/petkan/pegasus
11396 S:      Maintained
11397 F:      drivers/net/usb/pegasus.*
11398
11399 USB PHY LAYER
11400 M:      Felipe Balbi <balbi@kernel.org>
11401 L:      linux-usb@vger.kernel.org
11402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11403 S:      Maintained
11404 F:      drivers/usb/phy/
11405
11406 USB PRINTER DRIVER (usblp)
11407 M:      Pete Zaitcev <zaitcev@redhat.com>
11408 L:      linux-usb@vger.kernel.org
11409 S:      Supported
11410 F:      drivers/usb/class/usblp.c
11411
11412 USB QMI WWAN NETWORK DRIVER
11413 M:      Bjørn Mork <bjorn@mork.no>
11414 L:      netdev@vger.kernel.org
11415 S:      Maintained
11416 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11417 F:      drivers/net/usb/qmi_wwan.c
11418
11419 USB RTL8150 DRIVER
11420 M:      Petko Manolov <petkan@nucleusys.com>
11421 L:      linux-usb@vger.kernel.org
11422 L:      netdev@vger.kernel.org
11423 T:      git git://github.com/petkan/rtl8150.git
11424 W:      https://github.com/petkan/rtl8150
11425 S:      Maintained
11426 F:      drivers/net/usb/rtl8150.c
11427
11428 USB SERIAL SUBSYSTEM
11429 M:      Johan Hovold <johan@kernel.org>
11430 L:      linux-usb@vger.kernel.org
11431 S:      Maintained
11432 F:      Documentation/usb/usb-serial.txt
11433 F:      drivers/usb/serial/
11434 F:      include/linux/usb/serial.h
11435
11436 USB SMSC75XX ETHERNET DRIVER
11437 M:      Steve Glendinning <steve.glendinning@shawell.net>
11438 L:      netdev@vger.kernel.org
11439 S:      Maintained
11440 F:      drivers/net/usb/smsc75xx.*
11441
11442 USB SMSC95XX ETHERNET DRIVER
11443 M:      Steve Glendinning <steve.glendinning@shawell.net>
11444 L:      netdev@vger.kernel.org
11445 S:      Maintained
11446 F:      drivers/net/usb/smsc95xx.*
11447
11448 USB SUBSYSTEM
11449 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11450 L:      linux-usb@vger.kernel.org
11451 W:      http://www.linux-usb.org
11452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11453 S:      Supported
11454 F:      Documentation/usb/
11455 F:      drivers/usb/
11456 F:      include/linux/usb.h
11457 F:      include/linux/usb/
11458
11459 USB UHCI DRIVER
11460 M:      Alan Stern <stern@rowland.harvard.edu>
11461 L:      linux-usb@vger.kernel.org
11462 S:      Maintained
11463 F:      drivers/usb/host/uhci*
11464
11465 USB "USBNET" DRIVER FRAMEWORK
11466 M:      Oliver Neukum <oneukum@suse.com>
11467 L:      netdev@vger.kernel.org
11468 W:      http://www.linux-usb.org/usbnet
11469 S:      Maintained
11470 F:      drivers/net/usb/usbnet.c
11471 F:      include/linux/usb/usbnet.h
11472
11473 USB VIDEO CLASS
11474 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11475 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11476 L:      linux-media@vger.kernel.org
11477 T:      git git://linuxtv.org/media_tree.git
11478 W:      http://www.ideasonboard.org/uvc/
11479 S:      Maintained
11480 F:      drivers/media/usb/uvc/
11481 F:      include/uapi/linux/uvcvideo.h
11482
11483 USB VISION DRIVER
11484 M:      Hans Verkuil <hverkuil@xs4all.nl>
11485 L:      linux-media@vger.kernel.org
11486 T:      git git://linuxtv.org/media_tree.git
11487 W:      https://linuxtv.org
11488 S:      Odd Fixes
11489 F:      drivers/media/usb/usbvision/
11490
11491 USB WEBCAM GADGET
11492 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11493 L:      linux-usb@vger.kernel.org
11494 S:      Maintained
11495 F:      drivers/usb/gadget/function/*uvc*
11496 F:      drivers/usb/gadget/legacy/webcam.c
11497
11498 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11499 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11500 L:      linux-wireless@vger.kernel.org
11501 S:      Maintained
11502 F:      drivers/net/wireless/rndis_wlan.c
11503
11504 USB XHCI DRIVER
11505 M:      Mathias Nyman <mathias.nyman@intel.com>
11506 L:      linux-usb@vger.kernel.org
11507 S:      Supported
11508 F:      drivers/usb/host/xhci*
11509 F:      drivers/usb/host/pci-quirks*
11510
11511 USB ZD1201 DRIVER
11512 L:      linux-wireless@vger.kernel.org
11513 W:      http://linux-lc100020.sourceforge.net
11514 S:      Orphan
11515 F:      drivers/net/wireless/zydas/zd1201.*
11516
11517 USB ZR364XX DRIVER
11518 M:      Antoine Jacquet <royale@zerezo.com>
11519 L:      linux-usb@vger.kernel.org
11520 L:      linux-media@vger.kernel.org
11521 T:      git git://linuxtv.org/media_tree.git
11522 W:      http://royale.zerezo.com/zr364xx/
11523 S:      Maintained
11524 F:      Documentation/video4linux/zr364xx.txt
11525 F:      drivers/media/usb/zr364xx/
11526
11527 ULPI BUS
11528 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11529 L:      linux-usb@vger.kernel.org
11530 S:      Maintained
11531 F:      drivers/usb/common/ulpi.c
11532 F:      include/linux/ulpi/
11533
11534 USER-MODE LINUX (UML)
11535 M:      Jeff Dike <jdike@addtoit.com>
11536 M:      Richard Weinberger <richard@nod.at>
11537 L:      user-mode-linux-devel@lists.sourceforge.net
11538 L:      user-mode-linux-user@lists.sourceforge.net
11539 W:      http://user-mode-linux.sourceforge.net
11540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11541 S:      Maintained
11542 F:      Documentation/virtual/uml/
11543 F:      arch/um/
11544 F:      arch/x86/um/
11545 F:      fs/hostfs/
11546 F:      fs/hppfs/
11547
11548 USERSPACE I/O (UIO)
11549 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11550 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11551 S:      Maintained
11552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11553 F:      Documentation/DocBook/uio-howto.tmpl
11554 F:      drivers/uio/
11555 F:      include/linux/uio*.h
11556
11557 UTIL-LINUX PACKAGE
11558 M:      Karel Zak <kzak@redhat.com>
11559 L:      util-linux@vger.kernel.org
11560 W:      http://en.wikipedia.org/wiki/Util-linux
11561 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11562 S:      Maintained
11563
11564 UVESAFB DRIVER
11565 M:      Michal Januszewski <spock@gentoo.org>
11566 L:      linux-fbdev@vger.kernel.org
11567 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11568 S:      Maintained
11569 F:      Documentation/fb/uvesafb.txt
11570 F:      drivers/video/fbdev/uvesafb.*
11571
11572 VF610 NAND DRIVER
11573 M:      Stefan Agner <stefan@agner.ch>
11574 L:      linux-mtd@lists.infradead.org
11575 S:      Supported
11576 F:      drivers/mtd/nand/vf610_nfc.c
11577
11578 VFAT/FAT/MSDOS FILESYSTEM
11579 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11580 S:      Maintained
11581 F:      Documentation/filesystems/vfat.txt
11582 F:      fs/fat/
11583
11584 VFIO DRIVER
11585 M:      Alex Williamson <alex.williamson@redhat.com>
11586 L:      kvm@vger.kernel.org
11587 T:      git git://github.com/awilliam/linux-vfio.git
11588 S:      Maintained
11589 F:      Documentation/vfio.txt
11590 F:      drivers/vfio/
11591 F:      include/linux/vfio.h
11592 F:      include/uapi/linux/vfio.h
11593
11594 VFIO PLATFORM DRIVER
11595 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11596 L:      kvm@vger.kernel.org
11597 S:      Maintained
11598 F:      drivers/vfio/platform/
11599
11600 VIDEOBUF2 FRAMEWORK
11601 M:      Pawel Osciak <pawel@osciak.com>
11602 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11603 M:      Kyungmin Park <kyungmin.park@samsung.com>
11604 L:      linux-media@vger.kernel.org
11605 S:      Maintained
11606 F:      drivers/media/v4l2-core/videobuf2-*
11607 F:      include/media/videobuf2-*
11608
11609 VIRTUAL SERIO DEVICE DRIVER
11610 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11611 S:      Maintained
11612 F:      drivers/input/serio/userio.c
11613 F:      include/uapi/linux/userio.h
11614
11615 VIRTIO CONSOLE DRIVER
11616 M:      Amit Shah <amit.shah@redhat.com>
11617 L:      virtualization@lists.linux-foundation.org
11618 S:      Maintained
11619 F:      drivers/char/virtio_console.c
11620 F:      include/linux/virtio_console.h
11621 F:      include/uapi/linux/virtio_console.h
11622
11623 VIRTIO CORE, NET AND BLOCK DRIVERS
11624 M:      "Michael S. Tsirkin" <mst@redhat.com>
11625 L:      virtualization@lists.linux-foundation.org
11626 S:      Maintained
11627 F:      drivers/virtio/
11628 F:      tools/virtio/
11629 F:      drivers/net/virtio_net.c
11630 F:      drivers/block/virtio_blk.c
11631 F:      include/linux/virtio_*.h
11632 F:      include/uapi/linux/virtio_*.h
11633
11634 VIRTIO DRIVERS FOR S390
11635 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11636 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11637 L:      linux-s390@vger.kernel.org
11638 L:      virtualization@lists.linux-foundation.org
11639 L:      kvm@vger.kernel.org
11640 S:      Supported
11641 F:      drivers/s390/virtio/
11642
11643 VIRTIO GPU DRIVER
11644 M:      David Airlie <airlied@linux.ie>
11645 M:      Gerd Hoffmann <kraxel@redhat.com>
11646 L:      dri-devel@lists.freedesktop.org
11647 L:      virtualization@lists.linux-foundation.org
11648 S:      Maintained
11649 F:      drivers/gpu/drm/virtio/
11650 F:      include/uapi/linux/virtio_gpu.h
11651
11652 VIRTIO HOST (VHOST)
11653 M:      "Michael S. Tsirkin" <mst@redhat.com>
11654 L:      kvm@vger.kernel.org
11655 L:      virtualization@lists.linux-foundation.org
11656 L:      netdev@vger.kernel.org
11657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11658 S:      Maintained
11659 F:      drivers/vhost/
11660 F:      include/uapi/linux/vhost.h
11661
11662 VIRTIO INPUT DRIVER
11663 M:      Gerd Hoffmann <kraxel@redhat.com>
11664 S:      Maintained
11665 F:      drivers/virtio/virtio_input.c
11666 F:      include/uapi/linux/virtio_input.h
11667
11668 VIA RHINE NETWORK DRIVER
11669 S:      Orphan
11670 F:      drivers/net/ethernet/via/via-rhine.c
11671
11672 VIA SD/MMC CARD CONTROLLER DRIVER
11673 M:      Bruce Chang <brucechang@via.com.tw>
11674 M:      Harald Welte <HaraldWelte@viatech.com>
11675 S:      Maintained
11676 F:      drivers/mmc/host/via-sdmmc.c
11677
11678 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11679 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11680 L:      linux-fbdev@vger.kernel.org
11681 S:      Maintained
11682 F:      include/linux/via-core.h
11683 F:      include/linux/via-gpio.h
11684 F:      include/linux/via_i2c.h
11685 F:      drivers/video/fbdev/via/
11686
11687 VIA VELOCITY NETWORK DRIVER
11688 M:      Francois Romieu <romieu@fr.zoreil.com>
11689 L:      netdev@vger.kernel.org
11690 S:      Maintained
11691 F:      drivers/net/ethernet/via/via-velocity.*
11692
11693 VIRT LIB
11694 M:      Alex Williamson <alex.williamson@redhat.com>
11695 M:      Paolo Bonzini <pbonzini@redhat.com>
11696 L:      kvm@vger.kernel.org
11697 S:      Supported
11698 F:      virt/lib/
11699
11700 VIVID VIRTUAL VIDEO DRIVER
11701 M:      Hans Verkuil <hverkuil@xs4all.nl>
11702 L:      linux-media@vger.kernel.org
11703 T:      git git://linuxtv.org/media_tree.git
11704 W:      https://linuxtv.org
11705 S:      Maintained
11706 F:      drivers/media/platform/vivid/*
11707
11708 VLAN (802.1Q)
11709 M:      Patrick McHardy <kaber@trash.net>
11710 L:      netdev@vger.kernel.org
11711 S:      Maintained
11712 F:      drivers/net/macvlan.c
11713 F:      include/linux/if_*vlan.h
11714 F:      net/8021q/
11715
11716 VLYNQ BUS
11717 M:      Florian Fainelli <florian@openwrt.org>
11718 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11719 S:      Maintained
11720 F:      drivers/vlynq/vlynq.c
11721 F:      include/linux/vlynq.h
11722
11723 VME SUBSYSTEM
11724 M:      Martyn Welch <martyn@welchs.me.uk>
11725 M:      Manohar Vanga <manohar.vanga@gmail.com>
11726 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11727 L:      devel@driverdev.osuosl.org
11728 S:      Maintained
11729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11730 F:      Documentation/vme_api.txt
11731 F:      drivers/staging/vme/
11732 F:      drivers/vme/
11733 F:      include/linux/vme*
11734
11735 VMWARE HYPERVISOR INTERFACE
11736 M:      Alok Kataria <akataria@vmware.com>
11737 L:      virtualization@lists.linux-foundation.org
11738 S:      Supported
11739 F:      arch/x86/kernel/cpu/vmware.c
11740
11741 VMWARE BALLOON DRIVER
11742 M:      Xavier Deguillard <xdeguillard@vmware.com>
11743 M:      Philip Moltmann <moltmann@vmware.com>
11744 M:      "VMware, Inc." <pv-drivers@vmware.com>
11745 L:      linux-kernel@vger.kernel.org
11746 S:      Maintained
11747 F:      drivers/misc/vmw_balloon.c
11748
11749 VMWARE VMMOUSE SUBDRIVER
11750 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11751 M:      "VMware, Inc." <pv-drivers@vmware.com>
11752 L:      linux-input@vger.kernel.org
11753 S:      Maintained
11754 F:      drivers/input/mouse/vmmouse.c
11755 F:      drivers/input/mouse/vmmouse.h
11756
11757 VMWARE VMXNET3 ETHERNET DRIVER
11758 M:      Shrikrishna Khare <skhare@vmware.com>
11759 M:      "VMware, Inc." <pv-drivers@vmware.com>
11760 L:      netdev@vger.kernel.org
11761 S:      Maintained
11762 F:      drivers/net/vmxnet3/
11763
11764 VMware PVSCSI driver
11765 M:      Arvind Kumar <arvindkumar@vmware.com>
11766 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11767 L:      linux-scsi@vger.kernel.org
11768 S:      Maintained
11769 F:      drivers/scsi/vmw_pvscsi.c
11770 F:      drivers/scsi/vmw_pvscsi.h
11771
11772 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11773 M:      Liam Girdwood <lgirdwood@gmail.com>
11774 M:      Mark Brown <broonie@kernel.org>
11775 L:      linux-kernel@vger.kernel.org
11776 W:      http://www.slimlogic.co.uk/?p=48
11777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11778 S:      Supported
11779 F:      drivers/regulator/
11780 F:      include/linux/regulator/
11781
11782 VRF
11783 M:      David Ahern <dsa@cumulusnetworks.com>
11784 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11785 L:      netdev@vger.kernel.org
11786 S:      Maintained
11787 F:      drivers/net/vrf.c
11788 F:      Documentation/networking/vrf.txt
11789
11790 VT1211 HARDWARE MONITOR DRIVER
11791 M:      Juerg Haefliger <juergh@gmail.com>
11792 L:      lm-sensors@lm-sensors.org
11793 S:      Maintained
11794 F:      Documentation/hwmon/vt1211
11795 F:      drivers/hwmon/vt1211.c
11796
11797 VT8231 HARDWARE MONITOR DRIVER
11798 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11799 L:      lm-sensors@lm-sensors.org
11800 S:      Maintained
11801 F:      drivers/hwmon/vt8231.c
11802
11803 VUB300 USB to SDIO/SD/MMC bridge chip
11804 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11805 L:      linux-mmc@vger.kernel.org
11806 L:      linux-usb@vger.kernel.org
11807 S:      Supported
11808 F:      drivers/mmc/host/vub300.c
11809
11810 W1 DALLAS'S 1-WIRE BUS
11811 M:      Evgeniy Polyakov <zbr@ioremap.net>
11812 S:      Maintained
11813 F:      Documentation/w1/
11814 F:      drivers/w1/
11815
11816 W83791D HARDWARE MONITORING DRIVER
11817 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11818 L:      lm-sensors@lm-sensors.org
11819 S:      Maintained
11820 F:      Documentation/hwmon/w83791d
11821 F:      drivers/hwmon/w83791d.c
11822
11823 W83793 HARDWARE MONITORING DRIVER
11824 M:      Rudolf Marek <r.marek@assembler.cz>
11825 L:      lm-sensors@lm-sensors.org
11826 S:      Maintained
11827 F:      Documentation/hwmon/w83793
11828 F:      drivers/hwmon/w83793.c
11829
11830 W83795 HARDWARE MONITORING DRIVER
11831 M:      Jean Delvare <jdelvare@suse.com>
11832 L:      lm-sensors@lm-sensors.org
11833 S:      Maintained
11834 F:      drivers/hwmon/w83795.c
11835
11836 W83L51xD SD/MMC CARD INTERFACE DRIVER
11837 M:      Pierre Ossman <pierre@ossman.eu>
11838 S:      Maintained
11839 F:      drivers/mmc/host/wbsd.*
11840
11841 WACOM PROTOCOL 4 SERIAL TABLETS
11842 M:      Julian Squires <julian@cipht.net>
11843 M:      Hans de Goede <hdegoede@redhat.com>
11844 L:      linux-input@vger.kernel.org
11845 S:      Maintained
11846 F:      drivers/input/tablet/wacom_serial4.c
11847
11848 WATCHDOG DEVICE DRIVERS
11849 M:      Wim Van Sebroeck <wim@iguana.be>
11850 R:      Guenter Roeck <linux@roeck-us.net>
11851 L:      linux-watchdog@vger.kernel.org
11852 W:      http://www.linux-watchdog.org/
11853 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11854 S:      Maintained
11855 F:      Documentation/watchdog/
11856 F:      drivers/watchdog/
11857 F:      include/linux/watchdog.h
11858 F:      include/uapi/linux/watchdog.h
11859
11860 WD7000 SCSI DRIVER
11861 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11862 L:      linux-scsi@vger.kernel.org
11863 S:      Maintained
11864 F:      drivers/scsi/wd7000.c
11865
11866 WIIMOTE HID DRIVER
11867 M:      David Herrmann <dh.herrmann@googlemail.com>
11868 L:      linux-input@vger.kernel.org
11869 S:      Maintained
11870 F:      drivers/hid/hid-wiimote*
11871
11872 WINBOND CIR DRIVER
11873 M:      David Härdeman <david@hardeman.nu>
11874 S:      Maintained
11875 F:      drivers/media/rc/winbond-cir.c
11876
11877 WIMAX STACK
11878 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11879 M:      linux-wimax@intel.com
11880 L:      wimax@linuxwimax.org (subscribers-only)
11881 S:      Supported
11882 W:      http://linuxwimax.org
11883 F:      Documentation/wimax/README.wimax
11884 F:      include/linux/wimax/debug.h
11885 F:      include/net/wimax.h
11886 F:      include/uapi/linux/wimax.h
11887 F:      net/wimax/
11888
11889 WISTRON LAPTOP BUTTON DRIVER
11890 M:      Miloslav Trmac <mitr@volny.cz>
11891 S:      Maintained
11892 F:      drivers/input/misc/wistron_btns.c
11893
11894 WL3501 WIRELESS PCMCIA CARD DRIVER
11895 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11896 L:      linux-wireless@vger.kernel.org
11897 W:      http://oops.ghostprotocols.net:81/blog
11898 S:      Maintained
11899 F:      drivers/net/wireless/wl3501*
11900
11901 WOLFSON MICROELECTRONICS DRIVERS
11902 L:      patches@opensource.wolfsonmicro.com
11903 T:      git https://github.com/CirrusLogic/linux-drivers.git
11904 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11905 S:      Supported
11906 F:      Documentation/hwmon/wm83??
11907 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11908 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11909 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11910 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11911 F:      drivers/clk/clk-wm83*.c
11912 F:      drivers/extcon/extcon-arizona.c
11913 F:      drivers/leds/leds-wm83*.c
11914 F:      drivers/gpio/gpio-*wm*.c
11915 F:      drivers/gpio/gpio-arizona.c
11916 F:      drivers/hwmon/wm83??-hwmon.c
11917 F:      drivers/input/misc/wm831x-on.c
11918 F:      drivers/input/touchscreen/wm831x-ts.c
11919 F:      drivers/input/touchscreen/wm97*.c
11920 F:      drivers/mfd/arizona*
11921 F:      drivers/mfd/wm*.c
11922 F:      drivers/mfd/cs47l24*
11923 F:      drivers/power/wm83*.c
11924 F:      drivers/rtc/rtc-wm83*.c
11925 F:      drivers/regulator/wm8*.c
11926 F:      drivers/video/backlight/wm83*_bl.c
11927 F:      drivers/watchdog/wm83*_wdt.c
11928 F:      include/linux/mfd/arizona/
11929 F:      include/linux/mfd/wm831x/
11930 F:      include/linux/mfd/wm8350/
11931 F:      include/linux/mfd/wm8400*
11932 F:      include/linux/wm97xx.h
11933 F:      include/sound/wm????.h
11934 F:      sound/soc/codecs/arizona.?
11935 F:      sound/soc/codecs/wm*
11936 F:      sound/soc/codecs/cs47l24*
11937
11938 WORKQUEUE
11939 M:      Tejun Heo <tj@kernel.org>
11940 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11942 S:      Maintained
11943 F:      include/linux/workqueue.h
11944 F:      kernel/workqueue.c
11945 F:      Documentation/workqueue.txt
11946
11947 X.25 NETWORK LAYER
11948 M:      Andrew Hendry <andrew.hendry@gmail.com>
11949 L:      linux-x25@vger.kernel.org
11950 S:      Odd Fixes
11951 F:      Documentation/networking/x25*
11952 F:      include/net/x25*
11953 F:      net/x25/
11954
11955 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11956 M:      Thomas Gleixner <tglx@linutronix.de>
11957 M:      Ingo Molnar <mingo@redhat.com>
11958 M:      "H. Peter Anvin" <hpa@zytor.com>
11959 M:      x86@kernel.org
11960 L:      linux-kernel@vger.kernel.org
11961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11962 S:      Maintained
11963 F:      Documentation/x86/
11964 F:      arch/x86/
11965
11966 X86 PLATFORM DRIVERS
11967 M:      Darren Hart <dvhart@infradead.org>
11968 L:      platform-driver-x86@vger.kernel.org
11969 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11970 S:      Maintained
11971 F:      drivers/platform/x86/
11972 F:      drivers/platform/olpc/
11973
11974 X86 MCE INFRASTRUCTURE
11975 M:      Tony Luck <tony.luck@intel.com>
11976 M:      Borislav Petkov <bp@alien8.de>
11977 L:      linux-edac@vger.kernel.org
11978 S:      Maintained
11979 F:      arch/x86/kernel/cpu/mcheck/*
11980
11981 X86 MICROCODE UPDATE SUPPORT
11982 M:      Borislav Petkov <bp@alien8.de>
11983 S:      Maintained
11984 F:      arch/x86/kernel/cpu/microcode/*
11985
11986 X86 VDSO
11987 M:      Andy Lutomirski <luto@amacapital.net>
11988 L:      linux-kernel@vger.kernel.org
11989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11990 S:      Maintained
11991 F:      arch/x86/entry/vdso/
11992
11993 XC2028/3028 TUNER DRIVER
11994 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11995 L:      linux-media@vger.kernel.org
11996 W:      https://linuxtv.org
11997 T:      git git://linuxtv.org/media_tree.git
11998 S:      Maintained
11999 F:      drivers/media/tuners/tuner-xc2028.*
12000
12001 XEN HYPERVISOR INTERFACE
12002 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12003 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12004 M:      David Vrabel <david.vrabel@citrix.com>
12005 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12007 S:      Supported
12008 F:      arch/x86/xen/
12009 F:      drivers/*/xen-*front.c
12010 F:      drivers/xen/
12011 F:      arch/x86/include/asm/xen/
12012 F:      include/xen/
12013 F:      include/uapi/xen/
12014
12015 XEN HYPERVISOR ARM
12016 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12017 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12018 S:      Supported
12019 F:      arch/arm/xen/
12020 F:      arch/arm/include/asm/xen/
12021
12022 XEN HYPERVISOR ARM64
12023 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12024 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12025 S:      Supported
12026 F:      arch/arm64/xen/
12027 F:      arch/arm64/include/asm/xen/
12028
12029 XEN NETWORK BACKEND DRIVER
12030 M:      Ian Campbell <ian.campbell@citrix.com>
12031 M:      Wei Liu <wei.liu2@citrix.com>
12032 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12033 L:      netdev@vger.kernel.org
12034 S:      Supported
12035 F:      drivers/net/xen-netback/*
12036
12037 XEN PCI SUBSYSTEM
12038 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12039 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12040 S:      Supported
12041 F:      arch/x86/pci/*xen*
12042 F:      drivers/pci/*xen*
12043
12044 XEN BLOCK SUBSYSTEM
12045 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12046 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12047 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12048 S:      Supported
12049 F:      drivers/block/xen-blkback/*
12050 F:      drivers/block/xen*
12051
12052 XEN PVSCSI DRIVERS
12053 M:      Juergen Gross <jgross@suse.com>
12054 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12055 L:      linux-scsi@vger.kernel.org
12056 S:      Supported
12057 F:      drivers/scsi/xen-scsifront.c
12058 F:      drivers/xen/xen-scsiback.c
12059 F:      include/xen/interface/io/vscsiif.h
12060
12061 XEN SWIOTLB SUBSYSTEM
12062 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12063 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12064 S:      Supported
12065 F:      arch/x86/xen/*swiotlb*
12066 F:      drivers/xen/*swiotlb*
12067
12068 XFS FILESYSTEM
12069 P:      Silicon Graphics Inc
12070 M:      Dave Chinner <david@fromorbit.com>
12071 M:      xfs@oss.sgi.com
12072 L:      xfs@oss.sgi.com
12073 W:      http://oss.sgi.com/projects/xfs
12074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12075 S:      Supported
12076 F:      Documentation/filesystems/xfs.txt
12077 F:      fs/xfs/
12078
12079 XILINX AXI ETHERNET DRIVER
12080 M:      Anirudha Sarangi <anirudh@xilinx.com>
12081 M:      John Linn <John.Linn@xilinx.com>
12082 S:      Maintained
12083 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12084
12085 XILINX UARTLITE SERIAL DRIVER
12086 M:      Peter Korsgaard <jacmet@sunsite.dk>
12087 L:      linux-serial@vger.kernel.org
12088 S:      Maintained
12089 F:      drivers/tty/serial/uartlite.c
12090
12091 XILINX VIDEO IP CORES
12092 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12093 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12094 L:      linux-media@vger.kernel.org
12095 T:      git git://linuxtv.org/media_tree.git
12096 S:      Supported
12097 F:      Documentation/devicetree/bindings/media/xilinx/
12098 F:      drivers/media/platform/xilinx/
12099 F:      include/uapi/linux/xilinx-v4l2-controls.h
12100
12101 XILLYBUS DRIVER
12102 M:      Eli Billauer <eli.billauer@gmail.com>
12103 L:      linux-kernel@vger.kernel.org
12104 S:      Supported
12105 F:      drivers/char/xillybus/
12106
12107 XTENSA XTFPGA PLATFORM SUPPORT
12108 M:      Max Filippov <jcmvbkbc@gmail.com>
12109 L:      linux-xtensa@linux-xtensa.org
12110 S:      Maintained
12111 F:      drivers/spi/spi-xtensa-xtfpga.c
12112 F:      sound/soc/xtensa/xtfpga-i2s.c
12113
12114 YAM DRIVER FOR AX.25
12115 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12116 L:      linux-hams@vger.kernel.org
12117 S:      Maintained
12118 F:      drivers/net/hamradio/yam*
12119 F:      include/linux/yam.h
12120
12121 YEALINK PHONE DRIVER
12122 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12123 L:      usbb2k-api-dev@nongnu.org
12124 S:      Maintained
12125 F:      Documentation/input/yealink.txt
12126 F:      drivers/input/misc/yealink.*
12127
12128 Z8530 DRIVER FOR AX.25
12129 M:      Joerg Reuter <jreuter@yaina.de>
12130 W:      http://yaina.de/jreuter/
12131 W:      http://www.qsl.net/dl1bke/
12132 L:      linux-hams@vger.kernel.org
12133 S:      Maintained
12134 F:      Documentation/networking/z8530drv.txt
12135 F:      drivers/net/hamradio/*scc.c
12136 F:      drivers/net/hamradio/z8530.h
12137
12138 ZBUD COMPRESSED PAGE ALLOCATOR
12139 M:      Seth Jennings <sjenning@redhat.com>
12140 L:      linux-mm@kvack.org
12141 S:      Maintained
12142 F:      mm/zbud.c
12143 F:      include/linux/zbud.h
12144
12145 ZD1211RW WIRELESS DRIVER
12146 M:      Daniel Drake <dsd@gentoo.org>
12147 M:      Ulrich Kunitz <kune@deine-taler.de>
12148 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12149 L:      linux-wireless@vger.kernel.org
12150 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12151 S:      Maintained
12152 F:      drivers/net/wireless/zydas/zd1211rw/
12153
12154 ZPOOL COMPRESSED PAGE STORAGE API
12155 M:      Dan Streetman <ddstreet@ieee.org>
12156 L:      linux-mm@kvack.org
12157 S:      Maintained
12158 F:      mm/zpool.c
12159 F:      include/linux/zpool.h
12160
12161 ZR36067 VIDEO FOR LINUX DRIVER
12162 L:      mjpeg-users@lists.sourceforge.net
12163 L:      linux-media@vger.kernel.org
12164 W:      http://mjpeg.sourceforge.net/driver-zoran/
12165 T:      hg https://linuxtv.org/hg/v4l-dvb
12166 S:      Odd Fixes
12167 F:      drivers/media/pci/zoran/
12168
12169 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12170 M:      Minchan Kim <minchan@kernel.org>
12171 M:      Nitin Gupta <ngupta@vflare.org>
12172 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12173 L:      linux-kernel@vger.kernel.org
12174 S:      Maintained
12175 F:      drivers/block/zram/
12176 F:      Documentation/blockdev/zram.txt
12177
12178 ZS DECSTATION Z85C30 SERIAL DRIVER
12179 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12180 S:      Maintained
12181 F:      drivers/tty/serial/zs.*
12182
12183 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12184 M:      Minchan Kim <minchan@kernel.org>
12185 M:      Nitin Gupta <ngupta@vflare.org>
12186 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12187 L:      linux-mm@kvack.org
12188 S:      Maintained
12189 F:      mm/zsmalloc.c
12190 F:      include/linux/zsmalloc.h
12191 F:      Documentation/vm/zsmalloc.txt
12192
12193 ZSWAP COMPRESSED SWAP CACHING
12194 M:      Seth Jennings <sjenning@redhat.com>
12195 L:      linux-mm@kvack.org
12196 S:      Maintained
12197 F:      mm/zswap.c
12198
12199 THE REST
12200 M:      Linus Torvalds <torvalds@linux-foundation.org>
12201 L:      linux-kernel@vger.kernel.org
12202 Q:      http://patchwork.kernel.org/project/LKML/list/
12203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12204 S:      Buried alive in reporters
12205 F:      *
12206 F:      */