drm/amd/powerplay: fix memory leak of tdp_table
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      lm-sensors@lm-sensors.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      lm-sensors@lm-sensors.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-IDI-48 GPIO DRIVER
242 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-idi-48.c
246
247 ACCES 104-IDIO-16 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idio-16.c
252
253 ACENIC DRIVER
254 M:      Jes Sorensen <jes@trained-monkey.org>
255 L:      linux-acenic@sunsite.dk
256 S:      Maintained
257 F:      drivers/net/ethernet/alteon/acenic*
258
259 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
260 M:      Peter Feuerer <peter@piie.net>
261 L:      platform-driver-x86@vger.kernel.org
262 W:      http://piie.net/?section=acerhdf
263 S:      Maintained
264 F:      drivers/platform/x86/acerhdf.c
265
266 ACER WMI LAPTOP EXTRAS
267 M:      "Lee, Chun-Yi" <jlee@suse.com>
268 L:      platform-driver-x86@vger.kernel.org
269 S:      Maintained
270 F:      drivers/platform/x86/acer-wmi.c
271
272 ACPI
273 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
274 M:      Len Brown <lenb@kernel.org>
275 L:      linux-acpi@vger.kernel.org
276 W:      https://01.org/linux-acpi
277 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
279 S:      Supported
280 F:      drivers/acpi/
281 F:      drivers/pnp/pnpacpi/
282 F:      include/linux/acpi.h
283 F:      include/acpi/
284 F:      Documentation/acpi/
285 F:      Documentation/ABI/testing/sysfs-bus-acpi
286 F:      drivers/pci/*acpi*
287 F:      drivers/pci/*/*acpi*
288 F:      drivers/pci/*/*/*acpi*
289 F:      tools/power/acpi/
290
291 ACPI COMPONENT ARCHITECTURE (ACPICA)
292 M:      Robert Moore <robert.moore@intel.com>
293 M:      Lv Zheng <lv.zheng@intel.com>
294 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
295 L:      linux-acpi@vger.kernel.org
296 L:      devel@acpica.org
297 W:      https://acpica.org/
298 W:      https://github.com/acpica/acpica/
299 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
301 S:      Supported
302 F:      drivers/acpi/acpica/
303 F:      include/acpi/
304 F:      tools/power/acpi/
305
306 ACPI FAN DRIVER
307 M:      Zhang Rui <rui.zhang@intel.com>
308 L:      linux-acpi@vger.kernel.org
309 W:      https://01.org/linux-acpi
310 S:      Supported
311 F:      drivers/acpi/fan.c
312
313 ACPI THERMAL DRIVER
314 M:      Zhang Rui <rui.zhang@intel.com>
315 L:      linux-acpi@vger.kernel.org
316 W:      https://01.org/linux-acpi
317 S:      Supported
318 F:      drivers/acpi/*thermal*
319
320 ACPI VIDEO DRIVER
321 M:      Zhang Rui <rui.zhang@intel.com>
322 L:      linux-acpi@vger.kernel.org
323 W:      https://01.org/linux-acpi
324 S:      Supported
325 F:      drivers/acpi/acpi_video.c
326
327 ACPI WMI DRIVER
328 L:      platform-driver-x86@vger.kernel.org
329 S:      Orphan
330 F:      drivers/platform/x86/wmi.c
331
332 AD1889 ALSA SOUND DRIVER
333 M:      Thibaut Varene <T-Bone@parisc-linux.org>
334 W:      http://wiki.parisc-linux.org/AD1889
335 L:      linux-parisc@vger.kernel.org
336 S:      Maintained
337 F:      sound/pci/ad1889.*
338
339 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
340 M:      Michael Hennerich <michael.hennerich@analog.com>
341 W:      http://wiki.analog.com/AD5254
342 W:      http://ez.analog.com/community/linux-device-drivers
343 S:      Supported
344 F:      drivers/misc/ad525x_dpot.c
345
346 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
347 M:      Michael Hennerich <michael.hennerich@analog.com>
348 W:      http://wiki.analog.com/AD5398
349 W:      http://ez.analog.com/community/linux-device-drivers
350 S:      Supported
351 F:      drivers/regulator/ad5398.c
352
353 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 W:      http://wiki.analog.com/AD7142
356 W:      http://ez.analog.com/community/linux-device-drivers
357 S:      Supported
358 F:      drivers/input/misc/ad714x.c
359
360 AD7877 TOUCHSCREEN DRIVER
361 M:      Michael Hennerich <michael.hennerich@analog.com>
362 W:      http://wiki.analog.com/AD7877
363 W:      http://ez.analog.com/community/linux-device-drivers
364 S:      Supported
365 F:      drivers/input/touchscreen/ad7877.c
366
367 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
368 M:      Michael Hennerich <michael.hennerich@analog.com>
369 W:      http://wiki.analog.com/AD7879
370 W:      http://ez.analog.com/community/linux-device-drivers
371 S:      Supported
372 F:      drivers/input/touchscreen/ad7879.c
373
374 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
375 M:      Jiri Kosina <jikos@kernel.org>
376 S:      Maintained
377
378 ADF7242 IEEE 802.15.4 RADIO DRIVER
379 M:      Michael Hennerich <michael.hennerich@analog.com>
380 W:      https://wiki.analog.com/ADF7242
381 W:      http://ez.analog.com/community/linux-device-drivers
382 L:      linux-wpan@vger.kernel.org
383 S:      Supported
384 F:      drivers/net/ieee802154/adf7242.c
385 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
386
387 ADM1025 HARDWARE MONITOR DRIVER
388 M:      Jean Delvare <jdelvare@suse.com>
389 L:      lm-sensors@lm-sensors.org
390 S:      Maintained
391 F:      Documentation/hwmon/adm1025
392 F:      drivers/hwmon/adm1025.c
393
394 ADM1029 HARDWARE MONITOR DRIVER
395 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
396 L:      lm-sensors@lm-sensors.org
397 S:      Maintained
398 F:      drivers/hwmon/adm1029.c
399
400 ADM8211 WIRELESS DRIVER
401 L:      linux-wireless@vger.kernel.org
402 W:      http://wireless.kernel.org/
403 S:      Orphan
404 F:      drivers/net/wireless/admtek/adm8211.*
405
406 ADP1653 FLASH CONTROLLER DRIVER
407 M:      Sakari Ailus <sakari.ailus@iki.fi>
408 L:      linux-media@vger.kernel.org
409 S:      Maintained
410 F:      drivers/media/i2c/adp1653.c
411 F:      include/media/i2c/adp1653.h
412
413 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP5520
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/mfd/adp5520.c
419 F:      drivers/video/backlight/adp5520_bl.c
420 F:      drivers/leds/leds-adp5520.c
421 F:      drivers/gpio/gpio-adp5520.c
422 F:      drivers/input/keyboard/adp5520-keys.c
423
424 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
425 M:      Michael Hennerich <michael.hennerich@analog.com>
426 W:      http://wiki.analog.com/ADP5588
427 W:      http://ez.analog.com/community/linux-device-drivers
428 S:      Supported
429 F:      drivers/input/keyboard/adp5588-keys.c
430 F:      drivers/gpio/gpio-adp5588.c
431
432 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
433 M:      Michael Hennerich <michael.hennerich@analog.com>
434 W:      http://wiki.analog.com/ADP8860
435 W:      http://ez.analog.com/community/linux-device-drivers
436 S:      Supported
437 F:      drivers/video/backlight/adp8860_bl.c
438
439 ADS1015 HARDWARE MONITOR DRIVER
440 M:      Dirk Eibach <eibach@gdsys.de>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/ads1015
444 F:      drivers/hwmon/ads1015.c
445 F:      include/linux/i2c/ads1015.h
446
447 ADT746X FAN DRIVER
448 M:      Colin Leroy <colin@colino.net>
449 S:      Maintained
450 F:      drivers/macintosh/therm_adt746x.c
451
452 ADT7475 HARDWARE MONITOR DRIVER
453 M:      Jean Delvare <jdelvare@suse.com>
454 L:      lm-sensors@lm-sensors.org
455 S:      Maintained
456 F:      Documentation/hwmon/adt7475
457 F:      drivers/hwmon/adt7475.c
458
459 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
460 M:      Michael Hennerich <michael.hennerich@analog.com>
461 W:      http://wiki.analog.com/ADXL345
462 W:      http://ez.analog.com/community/linux-device-drivers
463 S:      Supported
464 F:      drivers/input/misc/adxl34x.c
465
466 ADVANSYS SCSI DRIVER
467 M:      Matthew Wilcox <matthew@wil.cx>
468 M:      Hannes Reinecke <hare@suse.com>
469 L:      linux-scsi@vger.kernel.org
470 S:      Maintained
471 F:      Documentation/scsi/advansys.txt
472 F:      drivers/scsi/advansys.c
473
474 AEDSP16 DRIVER
475 M:      Riccardo Facchetti <fizban@tin.it>
476 S:      Maintained
477 F:      sound/oss/aedsp16.c
478
479 AF9013 MEDIA DRIVER
480 M:      Antti Palosaari <crope@iki.fi>
481 L:      linux-media@vger.kernel.org
482 W:      https://linuxtv.org
483 W:      http://palosaari.fi/linux/
484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
485 T:      git git://linuxtv.org/anttip/media_tree.git
486 S:      Maintained
487 F:      drivers/media/dvb-frontends/af9013*
488
489 AF9033 MEDIA DRIVER
490 M:      Antti Palosaari <crope@iki.fi>
491 L:      linux-media@vger.kernel.org
492 W:      https://linuxtv.org
493 W:      http://palosaari.fi/linux/
494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
495 T:      git git://linuxtv.org/anttip/media_tree.git
496 S:      Maintained
497 F:      drivers/media/dvb-frontends/af9033*
498
499 AFFS FILE SYSTEM
500 L:      linux-fsdevel@vger.kernel.org
501 S:      Orphan
502 F:      Documentation/filesystems/affs.txt
503 F:      fs/affs/
504
505 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
506 M:      David Howells <dhowells@redhat.com>
507 L:      linux-afs@lists.infradead.org
508 S:      Supported
509 F:      fs/afs/
510 F:      include/net/af_rxrpc.h
511 F:      net/rxrpc/af_rxrpc.c
512
513 AGPGART DRIVER
514 M:      David Airlie <airlied@linux.ie>
515 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
516 S:      Maintained
517 F:      drivers/char/agp/
518 F:      include/linux/agp*
519 F:      include/uapi/linux/agp*
520
521 AHA152X SCSI DRIVER
522 M:      "Juergen E. Fischer" <fischer@norbit.de>
523 L:      linux-scsi@vger.kernel.org
524 S:      Maintained
525 F:      drivers/scsi/aha152x*
526 F:      drivers/scsi/pcmcia/aha152x*
527
528 AIC7XXX / AIC79XX SCSI DRIVER
529 M:      Hannes Reinecke <hare@suse.com>
530 L:      linux-scsi@vger.kernel.org
531 S:      Maintained
532 F:      drivers/scsi/aic7xxx/
533
534 AIMSLAB FM RADIO RECEIVER DRIVER
535 M:      Hans Verkuil <hverkuil@xs4all.nl>
536 L:      linux-media@vger.kernel.org
537 T:      git git://linuxtv.org/media_tree.git
538 W:      https://linuxtv.org
539 S:      Maintained
540 F:      drivers/media/radio/radio-aimslab*
541
542 AIO
543 M:      Benjamin LaHaise <bcrl@kvack.org>
544 L:      linux-aio@kvack.org
545 S:      Supported
546 F:      fs/aio.c
547 F:      include/linux/*aio*.h
548
549 AIRSPY MEDIA DRIVER
550 M:      Antti Palosaari <crope@iki.fi>
551 L:      linux-media@vger.kernel.org
552 W:      https://linuxtv.org
553 W:      http://palosaari.fi/linux/
554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
555 T:      git git://linuxtv.org/anttip/media_tree.git
556 S:      Maintained
557 F:      drivers/media/usb/airspy/
558
559 ALCATEL SPEEDTOUCH USB DRIVER
560 M:      Duncan Sands <duncan.sands@free.fr>
561 L:      linux-usb@vger.kernel.org
562 W:      http://www.linux-usb.org/SpeedTouch/
563 S:      Maintained
564 F:      drivers/usb/atm/speedtch.c
565 F:      drivers/usb/atm/usbatm.c
566
567 ALCHEMY AU1XX0 MMC DRIVER
568 M:      Manuel Lauss <manuel.lauss@gmail.com>
569 S:      Maintained
570 F:      drivers/mmc/host/au1xmmc.c
571
572 ALI1563 I2C DRIVER
573 M:      Rudolf Marek <r.marek@assembler.cz>
574 L:      linux-i2c@vger.kernel.org
575 S:      Maintained
576 F:      Documentation/i2c/busses/i2c-ali1563
577 F:      drivers/i2c/busses/i2c-ali1563.c
578
579 ALLWINNER SECURITY SYSTEM
580 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
581 L:      linux-crypto@vger.kernel.org
582 S:      Maintained
583 F:      drivers/crypto/sunxi-ss/
584
585 ALPHA PORT
586 M:      Richard Henderson <rth@twiddle.net>
587 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
588 M:      Matt Turner <mattst88@gmail.com>
589 S:      Odd Fixes
590 L:      linux-alpha@vger.kernel.org
591 F:      arch/alpha/
592
593 ALTERA MAILBOX DRIVER
594 M:      Ley Foon Tan <lftan@altera.com>
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/mailbox/mailbox-altera.c
598
599 ALTERA PIO DRIVER
600 M:      Tien Hock Loh <thloh@altera.com>
601 L:      linux-gpio@vger.kernel.org
602 S:      Maintained
603 F:      drivers/gpio/gpio-altera.c
604
605 ALTERA TRIPLE SPEED ETHERNET DRIVER
606 M:      Vince Bridgers <vbridger@opensource.altera.com>
607 L:      netdev@vger.kernel.org
608 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609 S:      Maintained
610 F:      drivers/net/ethernet/altera/
611
612 ALTERA UART/JTAG UART SERIAL DRIVERS
613 M:      Tobias Klauser <tklauser@distanz.ch>
614 L:      linux-serial@vger.kernel.org
615 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
616 S:      Maintained
617 F:      drivers/tty/serial/altera_uart.c
618 F:      drivers/tty/serial/altera_jtaguart.c
619 F:      include/linux/altera_uart.h
620 F:      include/linux/altera_jtaguart.h
621
622 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
623 M:      Tom Lendacky <thomas.lendacky@amd.com>
624 L:      linux-crypto@vger.kernel.org
625 S:      Supported
626 F:      drivers/crypto/ccp/
627 F:      include/linux/ccp.h
628
629 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
630 M:      Huang Rui <ray.huang@amd.com>
631 L:      lm-sensors@lm-sensors.org
632 S:      Supported
633 F:      Documentation/hwmon/fam15h_power
634 F:      drivers/hwmon/fam15h_power.c
635
636 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
637 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
638 S:      Orphan
639 F:      drivers/usb/gadget/udc/amd5536udc.*
640
641 AMD GEODE PROCESSOR/CHIPSET SUPPORT
642 P:      Andres Salomon <dilinger@queued.net>
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
645 S:      Supported
646 F:      drivers/char/hw_random/geode-rng.c
647 F:      drivers/crypto/geode*
648 F:      drivers/video/fbdev/geode/
649 F:      arch/x86/include/asm/geode.h
650
651 AMD IOMMU (AMD-VI)
652 M:      Joerg Roedel <joro@8bytes.org>
653 L:      iommu@lists.linux-foundation.org
654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
655 S:      Maintained
656 F:      drivers/iommu/amd_iommu*.[ch]
657 F:      include/linux/amd-iommu.h
658
659 AMD KFD
660 M:      Oded Gabbay <oded.gabbay@gmail.com>
661 L:      dri-devel@lists.freedesktop.org
662 T:      git git://people.freedesktop.org/~gabbayo/linux.git
663 S:      Supported
664 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
665 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
666 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
667 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
668 F:      drivers/gpu/drm/amd/amdkfd/
669 F:      drivers/gpu/drm/amd/include/cik_structs.h
670 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
671 F:      drivers/gpu/drm/amd/include/vi_structs.h
672 F:      drivers/gpu/drm/radeon/radeon_kfd.c
673 F:      drivers/gpu/drm/radeon/radeon_kfd.h
674 F:      include/uapi/linux/kfd_ioctl.h
675
676 AMD XGBE DRIVER
677 M:      Tom Lendacky <thomas.lendacky@amd.com>
678 L:      netdev@vger.kernel.org
679 S:      Supported
680 F:      drivers/net/ethernet/amd/xgbe/
681
682 AMS (Apple Motion Sensor) DRIVER
683 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
684 S:      Supported
685 F:      drivers/macintosh/ams/
686
687 ANALOG DEVICES INC AD9389B DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/ad9389b*
692
693 ANALOG DEVICES INC ADV7180 DRIVER
694 M:      Lars-Peter Clausen <lars@metafoo.de>
695 L:      linux-media@vger.kernel.org
696 W:      http://ez.analog.com/community/linux-device-drivers
697 S:      Supported
698 F:      drivers/media/i2c/adv7180.c
699
700 ANALOG DEVICES INC ADV7511 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7511*
705
706 ANALOG DEVICES INC ADV7604 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7604*
711
712 ANALOG DEVICES INC ADV7842 DRIVER
713 M:      Hans Verkuil <hans.verkuil@cisco.com>
714 L:      linux-media@vger.kernel.org
715 S:      Maintained
716 F:      drivers/media/i2c/adv7842*
717
718 ANALOG DEVICES INC ASOC CODEC DRIVERS
719 M:      Lars-Peter Clausen <lars@metafoo.de>
720 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
721 W:      http://wiki.analog.com/
722 W:      http://ez.analog.com/community/linux-device-drivers
723 S:      Supported
724 F:      sound/soc/codecs/adau*
725 F:      sound/soc/codecs/adav*
726 F:      sound/soc/codecs/ad1*
727 F:      sound/soc/codecs/ad7*
728 F:      sound/soc/codecs/ssm*
729 F:      sound/soc/codecs/sigmadsp.*
730
731 ANALOG DEVICES INC ASOC DRIVERS
732 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
734 W:      http://blackfin.uclinux.org/
735 S:      Supported
736 F:      sound/soc/blackfin/*
737
738 ANALOG DEVICES INC IIO DRIVERS
739 M:      Lars-Peter Clausen <lars@metafoo.de>
740 M:      Michael Hennerich <Michael.Hennerich@analog.com>
741 W:      http://wiki.analog.com/
742 W:      http://ez.analog.com/community/linux-device-drivers
743 S:      Supported
744 F:      drivers/iio/*/ad*
745 X:      drivers/iio/*/adjd*
746 F:      drivers/staging/iio/*/ad*
747 F:      staging/iio/trigger/iio-trig-bfin-timer.c
748
749 ANALOG DEVICES INC DMA DRIVERS
750 M:      Lars-Peter Clausen <lars@metafoo.de>
751 W:      http://ez.analog.com/community/linux-device-drivers
752 S:      Supported
753 F:      drivers/dma/dma-axi-dmac.c
754
755 ANDROID DRIVERS
756 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
757 M:      Arve HjønnevĂ¥g <arve@android.com>
758 M:      Riley Andrews <riandrews@android.com>
759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
760 L:      devel@driverdev.osuosl.org
761 S:      Supported
762 F:      drivers/android/
763 F:      drivers/staging/android/
764
765 AOA (Apple Onboard Audio) ALSA DRIVER
766 M:      Johannes Berg <johannes@sipsolutions.net>
767 L:      linuxppc-dev@lists.ozlabs.org
768 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
769 S:      Maintained
770 F:      sound/aoa/
771
772 APM DRIVER
773 M:      Jiri Kosina <jikos@kernel.org>
774 S:      Odd fixes
775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
776 F:      arch/x86/kernel/apm_32.c
777 F:      include/linux/apm_bios.h
778 F:      include/uapi/linux/apm_bios.h
779 F:      drivers/char/apm-emulation.c
780
781 APPLE BCM5974 MULTITOUCH DRIVER
782 M:      Henrik Rydberg <rydberg@bitmath.org>
783 L:      linux-input@vger.kernel.org
784 S:      Odd fixes
785 F:      drivers/input/mouse/bcm5974.c
786
787 APPLE SMC DRIVER
788 M:      Henrik Rydberg <rydberg@bitmath.org>
789 L:      lm-sensors@lm-sensors.org
790 S:      Odd fixes
791 F:      drivers/hwmon/applesmc.c
792
793 APPLETALK NETWORK LAYER
794 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
795 S:      Maintained
796 F:      drivers/net/appletalk/
797 F:      net/appletalk/
798
799 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
800 M:      Duc Dang <dhdang@apm.com>
801 S:      Supported
802 F:      arch/arm64/boot/dts/apm/
803
804 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
805 M:      Iyappan Subramanian <isubramanian@apm.com>
806 M:      Keyur Chudgar <kchudgar@apm.com>
807 S:      Supported
808 F:      drivers/net/ethernet/apm/xgene/
809 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
810
811 APTINA CAMERA SENSOR PLL
812 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
813 L:      linux-media@vger.kernel.org
814 S:      Maintained
815 F:      drivers/media/i2c/aptina-pll.*
816
817 ARC FRAMEBUFFER DRIVER
818 M:      Jaya Kumar <jayalk@intworks.biz>
819 S:      Maintained
820 F:      drivers/video/fbdev/arcfb.c
821 F:      drivers/video/fbdev/core/fb_defio.c
822
823 ARCNET NETWORK LAYER
824 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
825 L:      netdev@vger.kernel.org
826 S:      Maintained
827 F:      drivers/net/arcnet/
828 F:      include/uapi/linux/if_arcnet.h
829
830 ARM HDLCD DRM DRIVER
831 M:      Liviu Dudau <liviu.dudau@arm.com>
832 S:      Supported
833 F:      drivers/gpu/drm/arm/
834 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
835
836 ARM MFM AND FLOPPY DRIVERS
837 M:      Ian Molton <spyro@f2s.com>
838 S:      Maintained
839 F:      arch/arm/lib/floppydma.S
840 F:      arch/arm/include/asm/floppy.h
841
842 ARM PMU PROFILING AND DEBUGGING
843 M:      Will Deacon <will.deacon@arm.com>
844 R:      Mark Rutland <mark.rutland@arm.com>
845 S:      Maintained
846 F:      arch/arm*/kernel/perf_*
847 F:      arch/arm/oprofile/common.c
848 F:      arch/arm*/kernel/hw_breakpoint.c
849 F:      arch/arm*/include/asm/hw_breakpoint.h
850 F:      arch/arm*/include/asm/perf_event.h
851 F:      drivers/perf/arm_pmu.c
852 F:      include/linux/perf/arm_pmu.h
853
854 ARM PORT
855 M:      Russell King <linux@arm.linux.org.uk>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 W:      http://www.arm.linux.org.uk/
858 S:      Maintained
859 F:      arch/arm/
860
861 ARM SUB-ARCHITECTURES
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S:      Maintained
864 F:      arch/arm/mach-*/
865 F:      arch/arm/plat-*/
866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
867
868 ARM PRIMECELL AACI PL041 DRIVER
869 M:      Russell King <linux@arm.linux.org.uk>
870 S:      Maintained
871 F:      sound/arm/aaci.*
872
873 ARM PRIMECELL CLCD PL110 DRIVER
874 M:      Russell King <linux@arm.linux.org.uk>
875 S:      Maintained
876 F:      drivers/video/fbdev/amba-clcd.*
877
878 ARM PRIMECELL KMI PL050 DRIVER
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/input/serio/ambakmi.*
882 F:      include/linux/amba/kmi.h
883
884 ARM PRIMECELL MMCI PL180/1 DRIVER
885 M:      Russell King <linux@arm.linux.org.uk>
886 S:      Maintained
887 F:      drivers/mmc/host/mmci.*
888 F:      include/linux/amba/mmci.h
889
890 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
891 M:      Russell King <linux@arm.linux.org.uk>
892 S:      Maintained
893 F:      drivers/tty/serial/amba-pl01*.c
894 F:      include/linux/amba/serial.h
895
896 ARM PRIMECELL BUS SUPPORT
897 M:      Russell King <linux@arm.linux.org.uk>
898 S:      Maintained
899 F:      drivers/amba/
900 F:      include/linux/amba/bus.h
901
902 ARM/ADS SPHERE MACHINE SUPPORT
903 M:      Lennert Buytenhek <kernel@wantstofly.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906
907 ARM/AFEB9260 MACHINE SUPPORT
908 M:      Sergey Lapin <slapin@ossfans.org>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S:      Maintained
911
912 ARM/AJECO 1ARM MACHINE SUPPORT
913 M:      Lennert Buytenhek <kernel@wantstofly.org>
914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 S:      Maintained
916
917 ARM/Allwinner sunXi SoC support
918 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
919 M:      Chen-Yu Tsai <wens@csie.org>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S:      Maintained
922 N:      sun[x456789]i
923
924 ARM/Allwinner SoC Clock Support
925 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
926 S:      Maintained
927 F:      drivers/clk/sunxi/
928
929 ARM/Amlogic Meson SoC support
930 M:      Carlo Caione <carlo@caione.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 L:      linux-meson@googlegroups.com
933 W:      http://linux-meson.com/
934 S:      Maintained
935 F:      arch/arm/mach-meson/
936 F:      arch/arm/boot/dts/meson*
937 N:      meson
938
939 ARM/Annapurna Labs ALPINE ARCHITECTURE
940 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
941 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
942 S:      Maintained
943 F:      arch/arm/mach-alpine/
944 F:      arch/arm/boot/dts/alpine*
945 F:      arch/arm64/boot/dts/al/
946 F:      drivers/*/*alpine*
947
948 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
949 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
950 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
951 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 W:      http://www.linux4sam.org
954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
955 S:      Supported
956 F:      arch/arm/mach-at91/
957 F:      include/soc/at91/
958 F:      arch/arm/boot/dts/at91*.dts
959 F:      arch/arm/boot/dts/at91*.dtsi
960 F:      arch/arm/boot/dts/sama*.dts
961 F:      arch/arm/boot/dts/sama*.dtsi
962 F:      arch/arm/include/debug/at91.S
963
964 ARM/ATMEL AT91 Clock Support
965 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
966 S:      Maintained
967 F:      drivers/clk/at91
968
969 ARM/CALXEDA HIGHBANK ARCHITECTURE
970 M:      Rob Herring <robh@kernel.org>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S:      Maintained
973 F:      arch/arm/mach-highbank/
974 F:      arch/arm/boot/dts/highbank.dts
975 F:      arch/arm/boot/dts/ecx-*.dts*
976
977 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
978 M:      Krzysztof Halasa <khalasa@piap.pl>
979 S:      Maintained
980 F:      arch/arm/mach-cns3xxx/
981
982 ARM/CAVIUM THUNDER NETWORK DRIVER
983 M:      Sunil Goutham <sgoutham@cavium.com>
984 M:      Robert Richter <rric@kernel.org>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Supported
987 F:      drivers/net/ethernet/cavium/thunder/
988
989 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
990 M:      Alexander Shiyan <shc_work@mail.ru>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S:      Odd Fixes
993 N:      clps711x
994
995 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
996 M:      Hartley Sweeten <hsweeten@visionengravers.com>
997 M:      Ryan Mallon <rmallon@gmail.com>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000 F:      arch/arm/mach-ep93xx/
1001 F:      arch/arm/mach-ep93xx/include/mach/
1002
1003 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1004 M:      Lennert Buytenhek <kernel@wantstofly.org>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S:      Maintained
1007
1008 ARM/CLKDEV SUPPORT
1009 M:      Russell King <linux@arm.linux.org.uk>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 F:      arch/arm/include/asm/clkdev.h
1013 F:      drivers/clk/clkdev.c
1014
1015 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1016 M:      Mike Rapoport <mike@compulab.co.il>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019
1020 ARM/CONTEC MICRO9 MACHINE SUPPORT
1021 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1022 S:      Maintained
1023 F:      arch/arm/mach-ep93xx/micro9.c
1024
1025 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1026 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1029 F:      drivers/hwtracing/coresight/*
1030 F:      Documentation/trace/coresight.txt
1031 F:      Documentation/devicetree/bindings/arm/coresight.txt
1032 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1033
1034 ARM/CORGI MACHINE SUPPORT
1035 M:      Richard Purdie <rpurdie@rpsys.net>
1036 S:      Maintained
1037
1038 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1039 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 T:      git git://github.com/ulli-kroll/linux.git
1042 S:      Maintained
1043 F:      arch/arm/mach-gemini/
1044 F:      drivers/rtc/rtc-gemini.c
1045
1046 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1047 M:      Barry Song <baohua@kernel.org>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1050 S:      Maintained
1051 F:      arch/arm/boot/dts/prima2*
1052 F:      arch/arm/mach-prima2/
1053 F:      drivers/clk/sirf/
1054 F:      drivers/clocksource/timer-prima2.c
1055 F:      drivers/clocksource/timer-atlas7.c
1056 N:      [^a-z]sirf
1057
1058 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1059 M:      Baruch Siach <baruch@tkos.co.il>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 F:      arch/arm/boot/dts/cx92755*
1063 N:      digicolor
1064
1065 ARM/EBSA110 MACHINE SUPPORT
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/mach-ebsa110/
1071 F:      drivers/net/ethernet/amd/am79c961a.*
1072
1073 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1074 M:      Uwe Kleine-König <kernel@pengutronix.de>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 N:      efm32
1078
1079 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1080 M:      Daniel Ribeiro <drwyrm@gmail.com>
1081 M:      Stefan Schmidt <stefan@openezx.org>
1082 M:      Harald Welte <laforge@openezx.org>
1083 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1084 W:      http://www.openezx.org/
1085 S:      Maintained
1086 T:      topgit git://git.openezx.org/openezx.git
1087 F:      arch/arm/mach-pxa/ezx.c
1088
1089 ARM/FARADAY FA526 PORT
1090 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 T:      git git://git.berlios.de/gemini-board
1094 F:      arch/arm/mm/*-fa*
1095
1096 ARM/FOOTBRIDGE ARCHITECTURE
1097 M:      Russell King <linux@arm.linux.org.uk>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 W:      http://www.arm.linux.org.uk/
1100 S:      Maintained
1101 F:      arch/arm/include/asm/hardware/dec21285.h
1102 F:      arch/arm/mach-footbridge/
1103
1104 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1105 M:      Shawn Guo <shawnguo@kernel.org>
1106 M:      Sascha Hauer <kernel@pengutronix.de>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S:      Maintained
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1110 F:      arch/arm/mach-imx/
1111 F:      arch/arm/mach-mxs/
1112 F:      arch/arm/boot/dts/imx*
1113 F:      arch/arm/configs/imx*_defconfig
1114 F:      drivers/clk/imx/
1115 F:      include/soc/imx/
1116
1117 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1118 M:      Shawn Guo <shawnguo@kernel.org>
1119 M:      Sascha Hauer <kernel@pengutronix.de>
1120 R:      Stefan Agner <stefan@agner.ch>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1124 F:      arch/arm/mach-imx/*vf610*
1125 F:      arch/arm/boot/dts/vf*
1126
1127 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/GUMSTIX MACHINE SUPPORT
1133 M:      Steve Sakoman <sakoman@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136
1137 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1138 M:      Philipp Zabel <philipp.zabel@gmail.com>
1139 M:      Paul Parsons <lost.distance@yahoo.com>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-pxa/hx4700.c
1143 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1144 F:      sound/soc/pxa/hx4700.c
1145
1146 ARM/HISILICON SOC SUPPORT
1147 M:      Wei Xu <xuwei5@hisilicon.com>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 W:      http://www.hisilicon.com
1150 S:      Supported
1151 T:      git git://github.com/hisilicon/linux-hisi.git
1152 F:      arch/arm/mach-hisi/
1153 F:      arch/arm/boot/dts/hi3*
1154 F:      arch/arm/boot/dts/hip*
1155 F:      arch/arm/boot/dts/hisi*
1156 F:      arch/arm64/boot/dts/hisilicon/
1157
1158 ARM/HP JORNADA 7XX MACHINE SUPPORT
1159 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1160 W:      www.jlime.com
1161 S:      Maintained
1162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1163 F:      arch/arm/mach-sa1100/jornada720.c
1164 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1165
1166 ARM/IGEP MACHINE SUPPORT
1167 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1168 M:      Javier Martinez Canillas <javier@dowhile0.org>
1169 L:      linux-omap@vger.kernel.org
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/boot/dts/omap3-igep*
1173
1174 ARM/INCOME PXA270 SUPPORT
1175 M:      Marek Vasut <marek.vasut@gmail.com>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S:      Maintained
1178 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1179
1180 ARM/INTEL IOP32X ARM ARCHITECTURE
1181 M:      Lennert Buytenhek <kernel@wantstofly.org>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184
1185 ARM/INTEL IOP33X ARM ARCHITECTURE
1186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S:      Orphan
1188
1189 ARM/INTEL IOP13XX ARM ARCHITECTURE
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/INTEL IQ81342EX MACHINE SUPPORT
1195 M:      Lennert Buytenhek <kernel@wantstofly.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/INTEL IXDP2850 MACHINE SUPPORT
1200 M:      Lennert Buytenhek <kernel@wantstofly.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203
1204 ARM/INTEL IXP4XX ARM ARCHITECTURE
1205 M:      Imre Kaloz <kaloz@openwrt.org>
1206 M:      Krzysztof Halasa <khalasa@piap.pl>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-ixp4xx/
1210
1211 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1212 M:      Jonathan Cameron <jic23@cam.ac.uk>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 S:      Maintained
1215 F:      arch/arm/mach-pxa/stargate2.c
1216 F:      drivers/pcmcia/pxa2xx_stargate2.c
1217
1218 ARM/INTEL XSC3 (MANZANO) ARM CORE
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1224 M:      Lennert Buytenhek <kernel@wantstofly.org>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227
1228 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1229 M:      Santosh Shilimkar <ssantosh@kernel.org>
1230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S:      Maintained
1232 F:      arch/arm/mach-keystone/
1233 F:      arch/arm/boot/dts/k2*
1234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1235
1236 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1237 M:      Santosh Shilimkar <ssantosh@kernel.org>
1238 L:      linux-kernel@vger.kernel.org
1239 S:      Maintained
1240 F:      drivers/clk/keystone/
1241
1242 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1243 M:      Santosh Shilimkar <ssantosh@kernel.org>
1244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 L:      linux-kernel@vger.kernel.org
1246 S:      Maintained
1247 F:      drivers/clocksource/timer-keystone.c
1248
1249 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1250 M:      Santosh Shilimkar <ssantosh@kernel.org>
1251 L:      linux-kernel@vger.kernel.org
1252 S:      Maintained
1253 F:      drivers/power/reset/keystone-reset.c
1254
1255 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1256 M:      Santosh Shilimkar <ssantosh@kernel.org>
1257 L:      linux-kernel@vger.kernel.org
1258 S:      Maintained
1259 F:      drivers/memory/*emif*
1260
1261 ARM/LOGICPD PXA270 MACHINE SUPPORT
1262 M:      Lennert Buytenhek <kernel@wantstofly.org>
1263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 S:      Maintained
1265
1266 ARM/LPC18XX ARCHITECTURE
1267 M:      Joachim Eastwood <manabian@gmail.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/boot/dts/lpc43*
1271 F:      drivers/clk/nxp/clk-lpc18xx*
1272 F:      drivers/clocksource/time-lpc32xx.c
1273 F:      drivers/i2c/busses/i2c-lpc2k.c
1274 F:      drivers/memory/pl172.c
1275 F:      drivers/mtd/spi-nor/nxp-spifi.c
1276 F:      drivers/rtc/rtc-lpc24xx.c
1277 N:      lpc18xx
1278
1279 ARM/MAGICIAN MACHINE SUPPORT
1280 M:      Philipp Zabel <philipp.zabel@gmail.com>
1281 S:      Maintained
1282
1283 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1284 M:      Jason Cooper <jason@lakedaemon.net>
1285 M:      Andrew Lunn <andrew@lunn.ch>
1286 M:      Gregory Clement <gregory.clement@free-electrons.com>
1287 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/mach-mvebu/
1291 F:      drivers/rtc/rtc-armada38x.c
1292 F:      arch/arm/boot/dts/armada*
1293 F:      arch/arm/boot/dts/kirkwood*
1294
1295
1296 ARM/Marvell Berlin SoC support
1297 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S:      Maintained
1300 F:      arch/arm/mach-berlin/
1301 F:      arch/arm/boot/dts/berlin*
1302 F:      arch/arm64/boot/dts/marvell/berlin*
1303
1304
1305 ARM/Marvell Dove/MV78xx0/Orion SOC support
1306 M:      Jason Cooper <jason@lakedaemon.net>
1307 M:      Andrew Lunn <andrew@lunn.ch>
1308 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1309 M:      Gregory Clement <gregory.clement@free-electrons.com>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312 F:      arch/arm/mach-dove/
1313 F:      arch/arm/mach-mv78xx0/
1314 F:      arch/arm/mach-orion5x/
1315 F:      arch/arm/plat-orion/
1316 F:      arch/arm/boot/dts/dove*
1317 F:      arch/arm/boot/dts/orion5x*
1318
1319
1320 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1321 M:      Alexander Clouter <alex@digriz.org.uk>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W:      http://www.digriz.org.uk/ts78xx/kernel
1324 S:      Maintained
1325 F:      arch/arm/mach-orion5x/ts78xx-*
1326
1327 ARM/Mediatek RTC DRIVER
1328 M:      Eddie Huang <eddie.huang@mediatek.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1331 S:      Maintained
1332 F:      drivers/rtc/rtc-mt6397.c
1333
1334 ARM/Mediatek SoC support
1335 M:      Matthias Brugger <matthias.bgg@gmail.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1338 S:      Maintained
1339 F:      arch/arm/boot/dts/mt6*
1340 F:      arch/arm/boot/dts/mt8*
1341 F:      arch/arm/mach-mediatek/
1342 N:      mtk
1343 K:      mediatek
1344
1345 ARM/Mediatek USB3 PHY DRIVER
1346 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      drivers/phy/phy-mt65xx-usb3.c
1351
1352 ARM/MICREL KS8695 ARCHITECTURE
1353 M:      Greg Ungerer <gerg@uclinux.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 F:      arch/arm/mach-ks8695/
1356 S:      Odd Fixes
1357
1358 ARM/MIOA701 MACHINE SUPPORT
1359 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 F:      arch/arm/mach-pxa/mioa701.c
1362 S:      Maintained
1363
1364 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1365 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1366 S:      Maintained
1367
1368 ARM/NOMADIK ARCHITECTURE
1369 M:      Alessandro Rubini <rubini@unipv.it>
1370 M:      Linus Walleij <linus.walleij@linaro.org>
1371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S:      Maintained
1373 F:      arch/arm/mach-nomadik/
1374 F:      drivers/pinctrl/nomadik/
1375 F:      drivers/i2c/busses/i2c-nomadik.c
1376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1377
1378 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1379 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1380 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1381 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1382 S:      Supported
1383
1384 ARM/TOSA MACHINE SUPPORT
1385 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1386 M:      Dirk Opfer <dirk@opfer-online.de>
1387 S:      Maintained
1388
1389 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1390 M:      Marek Vasut <marek.vasut@gmail.com>
1391 L:      linux-arm-kernel@lists.infradead.org
1392 W:      http://hackndev.com
1393 S:      Maintained
1394 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1395 F:      arch/arm/mach-pxa/palmtx.c
1396 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1397 F:      arch/arm/mach-pxa/palmt5.c
1398 F:      arch/arm/mach-pxa/include/mach/palmld.h
1399 F:      arch/arm/mach-pxa/palmld.c
1400 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1401 F:      arch/arm/mach-pxa/palmte2.c
1402 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1403 F:      arch/arm/mach-pxa/palmtc.c
1404
1405 ARM/PALM TREO SUPPORT
1406 M:      Tomas Cech <sleep_walker@suse.com>
1407 L:      linux-arm-kernel@lists.infradead.org
1408 W:      http://hackndev.com
1409 S:      Maintained
1410 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1411 F:      arch/arm/mach-pxa/palmtreo.c
1412
1413 ARM/PALMZ72 SUPPORT
1414 M:      Sergey Lapin <slapin@ossfans.org>
1415 L:      linux-arm-kernel@lists.infradead.org
1416 W:      http://hackndev.com
1417 S:      Maintained
1418 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1419 F:      arch/arm/mach-pxa/palmz72.c
1420
1421 ARM/PLEB SUPPORT
1422 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1423 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1424 S:      Maintained
1425
1426 ARM/PT DIGITAL BOARD PORT
1427 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 W:      http://www.arm.linux.org.uk/
1430 S:      Maintained
1431
1432 ARM/QUALCOMM SUPPORT
1433 M:      Andy Gross <andy.gross@linaro.org>
1434 M:      David Brown <david.brown@linaro.org>
1435 L:      linux-arm-msm@vger.kernel.org
1436 L:      linux-soc@vger.kernel.org
1437 S:      Maintained
1438 F:      arch/arm/boot/dts/qcom-*.dts
1439 F:      arch/arm/boot/dts/qcom-*.dtsi
1440 F:      arch/arm/mach-qcom/
1441 F:      arch/arm64/boot/dts/qcom/*
1442 F:      drivers/soc/qcom/
1443 F:      drivers/tty/serial/msm_serial.h
1444 F:      drivers/tty/serial/msm_serial.c
1445 F:      drivers/*/pm8???-*
1446 F:      drivers/mfd/ssbi.c
1447 F:      drivers/firmware/qcom_scm.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1449
1450 ARM/RADISYS ENP2611 MACHINE SUPPORT
1451 M:      Lennert Buytenhek <kernel@wantstofly.org>
1452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 S:      Maintained
1454
1455 ARM/RENESAS ARM64 ARCHITECTURE
1456 M:      Simon Horman <horms@verge.net.au>
1457 M:      Magnus Damm <magnus.damm@gmail.com>
1458 L:      linux-renesas-soc@vger.kernel.org
1459 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1461 S:      Supported
1462 F:      arch/arm64/boot/dts/renesas/
1463
1464 ARM/RISCPC ARCHITECTURE
1465 M:      Russell King <linux@arm.linux.org.uk>
1466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 W:      http://www.arm.linux.org.uk/
1468 S:      Maintained
1469 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1470 F:      arch/arm/include/asm/hardware/ioc.h
1471 F:      arch/arm/include/asm/hardware/iomd.h
1472 F:      arch/arm/include/asm/hardware/memc.h
1473 F:      arch/arm/mach-rpc/
1474 F:      drivers/net/ethernet/8390/etherh.c
1475 F:      drivers/net/ethernet/i825xx/ether1*
1476 F:      drivers/net/ethernet/seeq/ether3*
1477 F:      drivers/scsi/arm/
1478
1479 ARM/Rockchip SoC support
1480 M:      Heiko Stuebner <heiko@sntech.de>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L:      linux-rockchip@lists.infradead.org
1483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1484 S:      Maintained
1485 F:      arch/arm/boot/dts/rk3*
1486 F:      arch/arm/mach-rockchip/
1487 F:      drivers/clk/rockchip/
1488 F:      drivers/i2c/busses/i2c-rk3x.c
1489 F:      drivers/*/*rockchip*
1490 F:      drivers/*/*/*rockchip*
1491 F:      sound/soc/rockchip/
1492 N:      rockchip
1493
1494 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1495 M:      Kukjin Kim <kgene@kernel.org>
1496 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      arch/arm/boot/dts/s3c*
1501 F:      arch/arm/boot/dts/s5p*
1502 F:      arch/arm/boot/dts/samsung*
1503 F:      arch/arm/boot/dts/exynos*
1504 F:      arch/arm64/boot/dts/exynos/
1505 F:      arch/arm/plat-samsung/
1506 F:      arch/arm/mach-s3c24*/
1507 F:      arch/arm/mach-s3c64xx/
1508 F:      arch/arm/mach-s5p*/
1509 F:      arch/arm/mach-exynos*/
1510 F:      drivers/*/*s3c2410*
1511 F:      drivers/*/*/*s3c2410*
1512 F:      drivers/spi/spi-s3c*
1513 F:      sound/soc/samsung/*
1514 F:      Documentation/arm/Samsung/
1515 F:      Documentation/devicetree/bindings/arm/samsung/
1516 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1517 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1518 N:      exynos
1519
1520 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1521 M:      Kyungmin Park <kyungmin.park@samsung.com>
1522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 S:      Maintained
1524 F:      arch/arm/mach-s5pv210/
1525
1526 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1527 M:      Kyungmin Park <kyungmin.park@samsung.com>
1528 M:      Kamil Debski <k.debski@samsung.com>
1529 L:      linux-arm-kernel@lists.infradead.org
1530 L:      linux-media@vger.kernel.org
1531 S:      Maintained
1532 F:      drivers/media/platform/s5p-g2d/
1533
1534 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1535 M:      Kyungmin Park <kyungmin.park@samsung.com>
1536 M:      Kamil Debski <k.debski@samsung.com>
1537 M:      Jeongtae Park <jtp.park@samsung.com>
1538 L:      linux-arm-kernel@lists.infradead.org
1539 L:      linux-media@vger.kernel.org
1540 S:      Maintained
1541 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1542 F:      drivers/media/platform/s5p-mfc/
1543
1544 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1545 M:      Kyungmin Park <kyungmin.park@samsung.com>
1546 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1547 L:      linux-arm-kernel@lists.infradead.org
1548 L:      linux-media@vger.kernel.org
1549 S:      Maintained
1550 F:      drivers/media/platform/s5p-tv/
1551
1552 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1553 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1554 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1555 L:      linux-arm-kernel@lists.infradead.org
1556 L:      linux-media@vger.kernel.org
1557 S:      Maintained
1558 F:      drivers/media/platform/s5p-jpeg/
1559
1560 ARM/SHMOBILE ARM ARCHITECTURE
1561 M:      Simon Horman <horms@verge.net.au>
1562 M:      Magnus Damm <magnus.damm@gmail.com>
1563 L:      linux-renesas-soc@vger.kernel.org
1564 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1566 S:      Supported
1567 F:      arch/arm/boot/dts/emev2*
1568 F:      arch/arm/boot/dts/r7s*
1569 F:      arch/arm/boot/dts/r8a*
1570 F:      arch/arm/boot/dts/sh*
1571 F:      arch/arm/configs/shmobile_defconfig
1572 F:      arch/arm/include/debug/renesas-scif.S
1573 F:      arch/arm/mach-shmobile/
1574 F:      drivers/sh/
1575
1576 ARM/SOCFPGA ARCHITECTURE
1577 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1578 S:      Maintained
1579 F:      arch/arm/mach-socfpga/
1580 F:      arch/arm/boot/dts/socfpga*
1581 F:      arch/arm/configs/socfpga_defconfig
1582 F:      arch/arm64/boot/dts/altera/
1583 W:      http://www.rocketboards.org
1584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1585
1586 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1587 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1588 S:      Maintained
1589 F:      drivers/clk/socfpga/
1590
1591 ARM/SOCFPGA EDAC SUPPORT
1592 M:      Thor Thayer <tthayer@opensource.altera.com>
1593 S:      Maintained
1594 F:      drivers/edac/altera_edac.
1595
1596 ARM/STI ARCHITECTURE
1597 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1598 M:      Maxime Coquelin <maxime.coquelin@st.com>
1599 M:      Patrice Chotard <patrice.chotard@st.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 L:      kernel@stlinux.com
1602 W:      http://www.stlinux.com
1603 S:      Maintained
1604 F:      arch/arm/mach-sti/
1605 F:      arch/arm/boot/dts/sti*
1606 F:      drivers/char/hw_random/st-rng.c
1607 F:      drivers/clocksource/arm_global_timer.c
1608 F:      drivers/clocksource/clksrc_st_lpc.c
1609 F:      drivers/i2c/busses/i2c-st.c
1610 F:      drivers/media/rc/st_rc.c
1611 F:      drivers/media/platform/sti/c8sectpfe/
1612 F:      drivers/mmc/host/sdhci-st.c
1613 F:      drivers/phy/phy-miphy28lp.c
1614 F:      drivers/phy/phy-miphy365x.c
1615 F:      drivers/phy/phy-stih407-usb.c
1616 F:      drivers/phy/phy-stih41x-usb.c
1617 F:      drivers/pinctrl/pinctrl-st.c
1618 F:      drivers/reset/sti/
1619 F:      drivers/rtc/rtc-st-lpc.c
1620 F:      drivers/tty/serial/st-asc.c
1621 F:      drivers/usb/dwc3/dwc3-st.c
1622 F:      drivers/usb/host/ehci-st.c
1623 F:      drivers/usb/host/ohci-st.c
1624 F:      drivers/watchdog/st_lpc_wdt.c
1625 F:      drivers/ata/ahci_st.c
1626
1627 ARM/STM32 ARCHITECTURE
1628 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S:      Maintained
1631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1632 N:      stm32
1633 F:      drivers/clocksource/armv7m_systick.c
1634
1635 ARM/TANGO ARCHITECTURE
1636 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1637 L:      linux-arm-kernel@lists.infradead.org
1638 S:      Maintained
1639 F:      arch/arm/mach-tango/
1640 F:      arch/arm/boot/dts/tango*
1641
1642 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1643 M:      Lennert Buytenhek <kernel@wantstofly.org>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S:      Maintained
1646
1647 ARM/TETON BGA MACHINE SUPPORT
1648 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 S:      Maintained
1651
1652 ARM/THECUS N2100 MACHINE SUPPORT
1653 M:      Lennert Buytenhek <kernel@wantstofly.org>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 S:      Maintained
1656
1657 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1658 M:      Wan ZongShun <mcuos.com@gmail.com>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W:      http://www.mcuos.com
1661 S:      Maintained
1662 F:      arch/arm/mach-w90x900/
1663 F:      drivers/input/keyboard/w90p910_keypad.c
1664 F:      drivers/input/touchscreen/w90p910_ts.c
1665 F:      drivers/watchdog/nuc900_wdt.c
1666 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1667 F:      drivers/mtd/nand/nuc900_nand.c
1668 F:      drivers/rtc/rtc-nuc900.c
1669 F:      drivers/spi/spi-nuc900.c
1670 F:      drivers/usb/host/ehci-w90x900.c
1671 F:      drivers/video/fbdev/nuc900fb.c
1672
1673 ARM/U300 MACHINE SUPPORT
1674 M:      Linus Walleij <linus.walleij@linaro.org>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S:      Supported
1677 F:      arch/arm/mach-u300/
1678 F:      drivers/clocksource/timer-u300.c
1679 F:      drivers/i2c/busses/i2c-stu300.c
1680 F:      drivers/rtc/rtc-coh901331.c
1681 F:      drivers/watchdog/coh901327_wdt.c
1682 F:      drivers/dma/coh901318*
1683 F:      drivers/mfd/ab3100*
1684 F:      drivers/rtc/rtc-ab3100.c
1685 F:      drivers/rtc/rtc-coh901331.c
1686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1687
1688 ARM/UNIPHIER ARCHITECTURE
1689 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/boot/dts/uniphier*
1693 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1694 F:      arch/arm/mach-uniphier/
1695 F:      arch/arm/mm/cache-uniphier.c
1696 F:      arch/arm64/boot/dts/socionext/
1697 F:      drivers/bus/uniphier-system-bus.c
1698 F:      drivers/i2c/busses/i2c-uniphier*
1699 F:      drivers/pinctrl/uniphier/
1700 F:      drivers/tty/serial/8250/8250_uniphier.c
1701 N:      uniphier
1702
1703 ARM/Ux500 ARM ARCHITECTURE
1704 M:      Linus Walleij <linus.walleij@linaro.org>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-ux500/
1708 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1709 F:      drivers/dma/ste_dma40*
1710 F:      drivers/hwspinlock/u8500_hsem.c
1711 F:      drivers/mfd/abx500*
1712 F:      drivers/mfd/ab8500*
1713 F:      drivers/mfd/dbx500*
1714 F:      drivers/mfd/db8500*
1715 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1716 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1717 F:      drivers/rtc/rtc-ab8500.c
1718 F:      drivers/rtc/rtc-pl031.c
1719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1720
1721 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1722 M:      Ulf Hansson <ulf.hansson@linaro.org>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 T:      git git://git.linaro.org/people/ulfh/clk.git
1725 S:      Maintained
1726 F:      drivers/clk/ux500/
1727 F:      include/linux/platform_data/clk-ux500.h
1728
1729 ARM/VERSATILE EXPRESS PLATFORM
1730 M:      Liviu Dudau <liviu.dudau@arm.com>
1731 M:      Sudeep Holla <sudeep.holla@arm.com>
1732 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S:      Maintained
1735 F:      arch/arm/boot/dts/vexpress*
1736 F:      arch/arm64/boot/dts/arm/
1737 F:      arch/arm/mach-vexpress/
1738 F:      */*/vexpress*
1739 F:      */*/*/vexpress*
1740 F:      drivers/clk/versatile/clk-vexpress-osc.c
1741 F:      drivers/clocksource/versatile.c
1742
1743 ARM/VFP SUPPORT
1744 M:      Russell King <linux@arm.linux.org.uk>
1745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 W:      http://www.arm.linux.org.uk/
1747 S:      Maintained
1748 F:      arch/arm/vfp/
1749
1750 ARM/VOIPAC PXA270 SUPPORT
1751 M:      Marek Vasut <marek.vasut@gmail.com>
1752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 S:      Maintained
1754 F:      arch/arm/mach-pxa/vpac270.c
1755 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1756
1757 ARM/VT8500 ARM ARCHITECTURE
1758 M:      Tony Prisk <linux@prisktech.co.nz>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S:      Maintained
1761 F:      arch/arm/mach-vt8500/
1762 F:      drivers/clocksource/vt8500_timer.c
1763 F:      drivers/i2c/busses/i2c-wmt.c
1764 F:      drivers/mmc/host/wmt-sdmmc.c
1765 F:      drivers/pwm/pwm-vt8500.c
1766 F:      drivers/rtc/rtc-vt8500.c
1767 F:      drivers/tty/serial/vt8500_serial.c
1768 F:      drivers/usb/host/ehci-platform.c
1769 F:      drivers/usb/host/uhci-platform.c
1770 F:      drivers/video/fbdev/vt8500lcdfb.*
1771 F:      drivers/video/fbdev/wm8505fb*
1772 F:      drivers/video/fbdev/wmt_ge_rops.*
1773
1774 ARM/ZIPIT Z2 SUPPORT
1775 M:      Marek Vasut <marek.vasut@gmail.com>
1776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S:      Maintained
1778 F:      arch/arm/mach-pxa/z2.c
1779 F:      arch/arm/mach-pxa/include/mach/z2.h
1780
1781 ARM/ZTE ARCHITECTURE
1782 M:      Jun Nie <jun.nie@linaro.org>
1783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S:      Maintained
1785 F:      arch/arm/mach-zx/
1786 F:      drivers/clk/zte/
1787 F:      Documentation/devicetree/bindings/arm/zte.txt
1788 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1789
1790 ARM/ZYNQ ARCHITECTURE
1791 M:      Michal Simek <michal.simek@xilinx.com>
1792 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 W:      http://wiki.xilinx.com
1795 T:      git https://github.com/Xilinx/linux-xlnx.git
1796 S:      Supported
1797 F:      arch/arm/mach-zynq/
1798 F:      drivers/cpuidle/cpuidle-zynq.c
1799 F:      drivers/block/xsysace.c
1800 N:      zynq
1801 N:      xilinx
1802 F:      drivers/clocksource/cadence_ttc_timer.c
1803 F:      drivers/i2c/busses/i2c-cadence.c
1804 F:      drivers/mmc/host/sdhci-of-arasan.c
1805 F:      drivers/edac/synopsys_edac.c
1806
1807 ARM SMMU DRIVERS
1808 M:      Will Deacon <will.deacon@arm.com>
1809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S:      Maintained
1811 F:      drivers/iommu/arm-smmu.c
1812 F:      drivers/iommu/arm-smmu-v3.c
1813 F:      drivers/iommu/io-pgtable-arm.c
1814
1815 ARM64 PORT (AARCH64 ARCHITECTURE)
1816 M:      Catalin Marinas <catalin.marinas@arm.com>
1817 M:      Will Deacon <will.deacon@arm.com>
1818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1820 S:      Maintained
1821 F:      arch/arm64/
1822 F:      Documentation/arm64/
1823
1824 AS3645A LED FLASH CONTROLLER DRIVER
1825 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1826 L:      linux-media@vger.kernel.org
1827 T:      git git://linuxtv.org/media_tree.git
1828 S:      Maintained
1829 F:      drivers/media/i2c/as3645a.c
1830 F:      include/media/i2c/as3645a.h
1831
1832 ASC7621 HARDWARE MONITOR DRIVER
1833 M:      George Joseph <george.joseph@fairview5.com>
1834 L:      lm-sensors@lm-sensors.org
1835 S:      Maintained
1836 F:      Documentation/hwmon/asc7621
1837 F:      drivers/hwmon/asc7621.c
1838
1839 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1840 M:      Corentin Chary <corentin.chary@gmail.com>
1841 L:      acpi4asus-user@lists.sourceforge.net
1842 L:      platform-driver-x86@vger.kernel.org
1843 W:      http://acpi4asus.sf.net
1844 S:      Maintained
1845 F:      drivers/platform/x86/asus*.c
1846 F:      drivers/platform/x86/eeepc*.c
1847
1848 ASUS WIRELESS RADIO CONTROL DRIVER
1849 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1850 L:      platform-driver-x86@vger.kernel.org
1851 S:      Maintained
1852 F:      drivers/platform/x86/asus-wireless.c
1853
1854 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1855 R:      Dan Williams <dan.j.williams@intel.com>
1856 W:      http://sourceforge.net/projects/xscaleiop
1857 S:      Odd fixes
1858 F:      Documentation/crypto/async-tx-api.txt
1859 F:      crypto/async_tx/
1860 F:      drivers/dma/
1861 F:      include/linux/dmaengine.h
1862 F:      include/linux/async_tx.h
1863
1864 AT24 EEPROM DRIVER
1865 M:      Wolfram Sang <wsa@the-dreams.de>
1866 L:      linux-i2c@vger.kernel.org
1867 S:      Maintained
1868 F:      drivers/misc/eeprom/at24.c
1869 F:      include/linux/platform_data/at24.h
1870
1871 ATA OVER ETHERNET (AOE) DRIVER
1872 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1873 W:      http://www.openaoe.org/
1874 S:      Supported
1875 F:      Documentation/aoe/
1876 F:      drivers/block/aoe/
1877
1878 ATHEROS 71XX/9XXX GPIO DRIVER
1879 M:      Alban Bedel <albeu@free.fr>
1880 W:      https://github.com/AlbanBedel/linux
1881 T:      git git://github.com/AlbanBedel/linux
1882 S:      Maintained
1883 F:      drivers/gpio/gpio-ath79.c
1884 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1885
1886 ATHEROS ATH GENERIC UTILITIES
1887 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1888 L:      linux-wireless@vger.kernel.org
1889 S:      Supported
1890 F:      drivers/net/wireless/ath/*
1891
1892 ATHEROS ATH5K WIRELESS DRIVER
1893 M:      Jiri Slaby <jirislaby@gmail.com>
1894 M:      Nick Kossifidis <mickflemm@gmail.com>
1895 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1896 L:      linux-wireless@vger.kernel.org
1897 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1898 S:      Maintained
1899 F:      drivers/net/wireless/ath/ath5k/
1900
1901 ATHEROS ATH6KL WIRELESS DRIVER
1902 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1903 L:      linux-wireless@vger.kernel.org
1904 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1906 S:      Supported
1907 F:      drivers/net/wireless/ath/ath6kl/
1908
1909 WILOCITY WIL6210 WIRELESS DRIVER
1910 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1911 L:      linux-wireless@vger.kernel.org
1912 L:      wil6210@qca.qualcomm.com
1913 S:      Supported
1914 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1915 F:      drivers/net/wireless/ath/wil6210/
1916 F:      include/uapi/linux/wil6210_uapi.h
1917
1918 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1919 M:      Christian Lamparter <chunkeey@googlemail.com>
1920 L:      linux-wireless@vger.kernel.org
1921 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1922 S:      Maintained
1923 F:      drivers/net/wireless/ath/carl9170/
1924
1925 ATK0110 HWMON DRIVER
1926 M:      Luca Tettamanti <kronos.it@gmail.com>
1927 L:      lm-sensors@lm-sensors.org
1928 S:      Maintained
1929 F:      drivers/hwmon/asus_atk0110.c
1930
1931 ATI_REMOTE2 DRIVER
1932 M:      Ville Syrjala <syrjala@sci.fi>
1933 S:      Maintained
1934 F:      drivers/input/misc/ati_remote2.c
1935
1936 ATLX ETHERNET DRIVERS
1937 M:      Jay Cliburn <jcliburn@gmail.com>
1938 M:      Chris Snook <chris.snook@gmail.com>
1939 L:      netdev@vger.kernel.org
1940 W:      http://sourceforge.net/projects/atl1
1941 W:      http://atl1.sourceforge.net
1942 S:      Maintained
1943 F:      drivers/net/ethernet/atheros/
1944
1945 ATM
1946 M:      Chas Williams <3chas3@gmail.com>
1947 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1948 L:      netdev@vger.kernel.org
1949 W:      http://linux-atm.sourceforge.net
1950 S:      Maintained
1951 F:      drivers/atm/
1952 F:      include/linux/atm*
1953 F:      include/uapi/linux/atm*
1954
1955 ATMEL AT91 / AT32 MCI DRIVER
1956 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1957 S:      Maintained
1958 F:      drivers/mmc/host/atmel-mci.c
1959
1960 ATMEL AT91 / AT32 SERIAL DRIVER
1961 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1962 S:      Supported
1963 F:      drivers/tty/serial/atmel_serial.c
1964
1965 ATMEL Audio ALSA driver
1966 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1968 S:      Supported
1969 F:      sound/soc/atmel
1970
1971 ATMEL DMA DRIVER
1972 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 S:      Supported
1975 F:      drivers/dma/at_hdmac.c
1976 F:      drivers/dma/at_hdmac_regs.h
1977 F:      include/linux/platform_data/dma-atmel.h
1978
1979 ATMEL XDMA DRIVER
1980 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1981 L:      linux-arm-kernel@lists.infradead.org
1982 L:      dmaengine@vger.kernel.org
1983 S:      Supported
1984 F:      drivers/dma/at_xdmac.c
1985
1986 ATMEL I2C DRIVER
1987 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1988 L:      linux-i2c@vger.kernel.org
1989 S:      Supported
1990 F:      drivers/i2c/busses/i2c-at91.c
1991
1992 ATMEL ISI DRIVER
1993 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1994 L:      linux-media@vger.kernel.org
1995 S:      Supported
1996 F:      drivers/media/platform/soc_camera/atmel-isi.c
1997 F:      include/media/atmel-isi.h
1998
1999 ATMEL LCDFB DRIVER
2000 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2001 L:      linux-fbdev@vger.kernel.org
2002 S:      Maintained
2003 F:      drivers/video/fbdev/atmel_lcdfb.c
2004 F:      include/video/atmel_lcdc.h
2005
2006 ATMEL MACB ETHERNET DRIVER
2007 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2008 S:      Supported
2009 F:      drivers/net/ethernet/cadence/
2010
2011 ATMEL NAND DRIVER
2012 M:      Wenyou Yang <wenyou.yang@atmel.com>
2013 M:      Josh Wu <rainyfeeling@outlook.com>
2014 L:      linux-mtd@lists.infradead.org
2015 S:      Supported
2016 F:      drivers/mtd/nand/atmel_nand*
2017
2018 ATMEL SDMMC DRIVER
2019 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2020 L:      linux-mmc@vger.kernel.org
2021 S:      Supported
2022 F:      drivers/mmc/host/sdhci-of-at91.c
2023
2024 ATMEL SPI DRIVER
2025 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2026 S:      Supported
2027 F:      drivers/spi/spi-atmel.*
2028
2029 ATMEL SSC DRIVER
2030 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2032 S:      Supported
2033 F:      drivers/misc/atmel-ssc.c
2034 F:      include/linux/atmel-ssc.h
2035
2036 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2037 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2039 S:      Supported
2040 F:      drivers/misc/atmel_tclib.c
2041 F:      drivers/clocksource/tcb_clksrc.c
2042
2043 ATMEL USBA UDC DRIVER
2044 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2046 S:      Supported
2047 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2048
2049 ATMEL WIRELESS DRIVER
2050 M:      Simon Kelley <simon@thekelleys.org.uk>
2051 L:      linux-wireless@vger.kernel.org
2052 W:      http://www.thekelleys.org.uk/atmel
2053 W:      http://atmelwlandriver.sourceforge.net/
2054 S:      Maintained
2055 F:      drivers/net/wireless/atmel/atmel*
2056
2057 ATMEL MAXTOUCH DRIVER
2058 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2059 T:      git git://github.com/atmel-maxtouch/linux.git
2060 S:      Supported
2061 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2062 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2063 F:      include/linux/platform_data/atmel_mxt_ts.h
2064
2065 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2066 M:      Bradley Grove <linuxdrivers@attotech.com>
2067 L:      linux-scsi@vger.kernel.org
2068 W:      http://www.attotech.com
2069 S:      Supported
2070 F:      drivers/scsi/esas2r
2071
2072 ATUSB IEEE 802.15.4 RADIO DRIVER
2073 M:      Stefan Schmidt <stefan@osg.samsung.com>
2074 L:      linux-wpan@vger.kernel.org
2075 S:      Maintained
2076 F:      drivers/net/ieee802154/atusb.c
2077 F:      drivers/net/ieee802154/atusb.h
2078 F:      drivers/net/ieee802154/at86rf230.h
2079
2080 AUDIT SUBSYSTEM
2081 M:      Paul Moore <paul@paul-moore.com>
2082 M:      Eric Paris <eparis@redhat.com>
2083 L:      linux-audit@redhat.com (moderated for non-subscribers)
2084 W:      http://people.redhat.com/sgrubb/audit/
2085 T:      git git://git.infradead.org/users/pcmoore/audit
2086 S:      Maintained
2087 F:      include/linux/audit.h
2088 F:      include/uapi/linux/audit.h
2089 F:      kernel/audit*
2090
2091 AUXILIARY DISPLAY DRIVERS
2092 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2093 W:      http://miguelojeda.es/auxdisplay.htm
2094 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2095 S:      Maintained
2096 F:      drivers/auxdisplay/
2097 F:      include/linux/cfag12864b.h
2098
2099 AVR32 ARCHITECTURE
2100 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2101 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2102 W:      http://www.atmel.com/products/AVR32/
2103 W:      http://mirror.egtvedt.no/avr32linux.org/
2104 W:      http://avrfreaks.net/
2105 S:      Maintained
2106 F:      arch/avr32/
2107
2108 AVR32/AT32AP MACHINE SUPPORT
2109 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2110 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2111 S:      Maintained
2112 F:      arch/avr32/mach-at32ap/
2113
2114 AX.25 NETWORK LAYER
2115 M:      Ralf Baechle <ralf@linux-mips.org>
2116 L:      linux-hams@vger.kernel.org
2117 W:      http://www.linux-ax25.org/
2118 S:      Maintained
2119 F:      include/uapi/linux/ax25.h
2120 F:      include/net/ax25.h
2121 F:      net/ax25/
2122
2123 AZ6007 DVB DRIVER
2124 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2125 L:      linux-media@vger.kernel.org
2126 W:      https://linuxtv.org
2127 T:      git git://linuxtv.org/media_tree.git
2128 S:      Maintained
2129 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2130
2131 AZTECH FM RADIO RECEIVER DRIVER
2132 M:      Hans Verkuil <hverkuil@xs4all.nl>
2133 L:      linux-media@vger.kernel.org
2134 T:      git git://linuxtv.org/media_tree.git
2135 W:      https://linuxtv.org
2136 S:      Maintained
2137 F:      drivers/media/radio/radio-aztech*
2138
2139 B43 WIRELESS DRIVER
2140 L:      linux-wireless@vger.kernel.org
2141 L:      b43-dev@lists.infradead.org
2142 W:      http://wireless.kernel.org/en/users/Drivers/b43
2143 S:      Odd Fixes
2144 F:      drivers/net/wireless/broadcom/b43/
2145
2146 B43LEGACY WIRELESS DRIVER
2147 M:      Larry Finger <Larry.Finger@lwfinger.net>
2148 L:      linux-wireless@vger.kernel.org
2149 L:      b43-dev@lists.infradead.org
2150 W:      http://wireless.kernel.org/en/users/Drivers/b43
2151 S:      Maintained
2152 F:      drivers/net/wireless/broadcom/b43legacy/
2153
2154 BACKLIGHT CLASS/SUBSYSTEM
2155 M:      Jingoo Han <jingoohan1@gmail.com>
2156 M:      Lee Jones <lee.jones@linaro.org>
2157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2158 S:      Maintained
2159 F:      drivers/video/backlight/
2160 F:      include/linux/backlight.h
2161
2162 BATMAN ADVANCED
2163 M:      Marek Lindner <mareklindner@neomailbox.ch>
2164 M:      Simon Wunderlich <sw@simonwunderlich.de>
2165 M:      Antonio Quartulli <a@unstable.cc>
2166 L:      b.a.t.m.a.n@lists.open-mesh.org
2167 W:      http://www.open-mesh.org/
2168 S:      Maintained
2169 F:      net/batman-adv/
2170
2171 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2172 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2173 L:      linux-hams@vger.kernel.org
2174 W:      http://www.baycom.org/~tom/ham/ham.html
2175 S:      Maintained
2176 F:      drivers/net/hamradio/baycom*
2177
2178 BCACHE (BLOCK LAYER CACHE)
2179 M:      Kent Overstreet <kent.overstreet@gmail.com>
2180 L:      linux-bcache@vger.kernel.org
2181 W:      http://bcache.evilpiepirate.org
2182 S:      Maintained
2183 F:      drivers/md/bcache/
2184
2185 BDISP ST MEDIA DRIVER
2186 M:      Fabien Dessenne <fabien.dessenne@st.com>
2187 L:      linux-media@vger.kernel.org
2188 T:      git git://linuxtv.org/media_tree.git
2189 W:      https://linuxtv.org
2190 S:      Supported
2191 F:      drivers/media/platform/sti/bdisp
2192
2193 BEFS FILE SYSTEM
2194 S:      Orphan
2195 F:      Documentation/filesystems/befs.txt
2196 F:      fs/befs/
2197
2198 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2199 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2200 L:      netdev@vger.kernel.org
2201 S:      Maintained
2202 F:      drivers/net/ethernet/ec_bhf.c
2203
2204 BFS FILE SYSTEM
2205 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2206 S:      Maintained
2207 F:      Documentation/filesystems/bfs.txt
2208 F:      fs/bfs/
2209 F:      include/uapi/linux/bfs_fs.h
2210
2211 BLACKFIN ARCHITECTURE
2212 M:      Steven Miao <realmz6@gmail.com>
2213 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2214 T:      git git://git.code.sf.net/p/adi-linux/code
2215 W:      http://blackfin.uclinux.org
2216 S:      Supported
2217 F:      arch/blackfin/
2218
2219 BLACKFIN EMAC DRIVER
2220 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2221 W:      http://blackfin.uclinux.org
2222 S:      Supported
2223 F:      drivers/net/ethernet/adi/
2224
2225 BLACKFIN RTC DRIVER
2226 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2227 W:      http://blackfin.uclinux.org
2228 S:      Supported
2229 F:      drivers/rtc/rtc-bfin.c
2230
2231 BLACKFIN SDH DRIVER
2232 M:      Sonic Zhang <sonic.zhang@analog.com>
2233 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2234 W:      http://blackfin.uclinux.org
2235 S:      Supported
2236 F:      drivers/mmc/host/bfin_sdh.c
2237
2238 BLACKFIN SERIAL DRIVER
2239 M:      Sonic Zhang <sonic.zhang@analog.com>
2240 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2241 W:      http://blackfin.uclinux.org
2242 S:      Supported
2243 F:      drivers/tty/serial/bfin_uart.c
2244
2245 BLACKFIN WATCHDOG DRIVER
2246 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2247 W:      http://blackfin.uclinux.org
2248 S:      Supported
2249 F:      drivers/watchdog/bfin_wdt.c
2250
2251 BLACKFIN I2C TWI DRIVER
2252 M:      Sonic Zhang <sonic.zhang@analog.com>
2253 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2254 W:      http://blackfin.uclinux.org/
2255 S:      Supported
2256 F:      drivers/i2c/busses/i2c-bfin-twi.c
2257
2258 BLACKFIN MEDIA DRIVER
2259 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2260 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 W:      http://blackfin.uclinux.org/
2262 S:      Supported
2263 F:      drivers/media/platform/blackfin/
2264 F:      drivers/media/i2c/adv7183*
2265 F:      drivers/media/i2c/vs6624*
2266
2267 BLINKM RGB LED DRIVER
2268 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2269 S:      Maintained
2270 F:      drivers/leds/leds-blinkm.c
2271
2272 BLOCK LAYER
2273 M:      Jens Axboe <axboe@kernel.dk>
2274 L:      linux-block@vger.kernel.org
2275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2276 S:      Maintained
2277 F:      block/
2278 F:      kernel/trace/blktrace.c
2279
2280 BLOCK2MTD DRIVER
2281 M:      Joern Engel <joern@lazybastard.org>
2282 L:      linux-mtd@lists.infradead.org
2283 S:      Maintained
2284 F:      drivers/mtd/devices/block2mtd.c
2285
2286 BLUETOOTH DRIVERS
2287 M:      Marcel Holtmann <marcel@holtmann.org>
2288 M:      Gustavo Padovan <gustavo@padovan.org>
2289 M:      Johan Hedberg <johan.hedberg@gmail.com>
2290 L:      linux-bluetooth@vger.kernel.org
2291 W:      http://www.bluez.org/
2292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2294 S:      Maintained
2295 F:      drivers/bluetooth/
2296
2297 BLUETOOTH SUBSYSTEM
2298 M:      Marcel Holtmann <marcel@holtmann.org>
2299 M:      Gustavo Padovan <gustavo@padovan.org>
2300 M:      Johan Hedberg <johan.hedberg@gmail.com>
2301 L:      linux-bluetooth@vger.kernel.org
2302 W:      http://www.bluez.org/
2303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2305 S:      Maintained
2306 F:      net/bluetooth/
2307 F:      include/net/bluetooth/
2308
2309 BONDING DRIVER
2310 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2311 M:      Veaceslav Falico <vfalico@gmail.com>
2312 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2313 L:      netdev@vger.kernel.org
2314 W:      http://sourceforge.net/projects/bonding/
2315 S:      Supported
2316 F:      drivers/net/bonding/
2317 F:      include/uapi/linux/if_bonding.h
2318
2319 BPF (Safe dynamic programs and tools)
2320 M:      Alexei Starovoitov <ast@kernel.org>
2321 L:      netdev@vger.kernel.org
2322 L:      linux-kernel@vger.kernel.org
2323 S:      Supported
2324 F:      kernel/bpf/
2325
2326 BROADCOM B44 10/100 ETHERNET DRIVER
2327 M:      Gary Zambrano <zambrano@broadcom.com>
2328 L:      netdev@vger.kernel.org
2329 S:      Supported
2330 F:      drivers/net/ethernet/broadcom/b44.*
2331
2332 BROADCOM GENET ETHERNET DRIVER
2333 M:      Florian Fainelli <f.fainelli@gmail.com>
2334 L:      netdev@vger.kernel.org
2335 S:      Supported
2336 F:      drivers/net/ethernet/broadcom/genet/
2337
2338 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2339 M:      Sony Chacko <sony.chacko@qlogic.com>
2340 M:      Dept-HSGLinuxNICDev@qlogic.com
2341 L:      netdev@vger.kernel.org
2342 S:      Supported
2343 F:      drivers/net/ethernet/broadcom/bnx2.*
2344 F:      drivers/net/ethernet/broadcom/bnx2_*
2345
2346 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2347 M:      Ariel Elior <ariel.elior@qlogic.com>
2348 L:      netdev@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/net/ethernet/broadcom/bnx2x/
2351
2352 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2353 M:      Florian Fainelli <f.fainelli@gmail.com>
2354 M:      Ray Jui <rjui@broadcom.com>
2355 M:      Scott Branden <sbranden@broadcom.com>
2356 L:      bcm-kernel-feedback-list@broadcom.com
2357 T:      git git://github.com/broadcom/mach-bcm
2358 S:      Maintained
2359 F:      arch/arm/mach-bcm/
2360 F:      arch/arm/boot/dts/bcm113*
2361 F:      arch/arm/boot/dts/bcm216*
2362 F:      arch/arm/boot/dts/bcm281*
2363 F:      arch/arm64/boot/dts/broadcom/
2364 F:      arch/arm/configs/bcm_defconfig
2365 F:      drivers/mmc/host/sdhci-bcm-kona.c
2366 F:      drivers/clocksource/bcm_kona_timer.c
2367
2368 BROADCOM BCM2835 ARM ARCHITECTURE
2369 M:      Stephen Warren <swarren@wwwdotorg.org>
2370 M:      Lee Jones <lee@kernel.org>
2371 M:      Eric Anholt <eric@anholt.net>
2372 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2375 S:      Maintained
2376 N:      bcm2835
2377
2378 BROADCOM BCM47XX MIPS ARCHITECTURE
2379 M:      Hauke Mehrtens <hauke@hauke-m.de>
2380 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2381 L:      linux-mips@linux-mips.org
2382 S:      Maintained
2383 F:      arch/mips/bcm47xx/*
2384 F:      arch/mips/include/asm/mach-bcm47xx/*
2385
2386 BROADCOM BCM5301X ARM ARCHITECTURE
2387 M:      Hauke Mehrtens <hauke@hauke-m.de>
2388 L:      linux-arm-kernel@lists.infradead.org
2389 S:      Maintained
2390 F:      arch/arm/mach-bcm/bcm_5301x.c
2391 F:      arch/arm/boot/dts/bcm5301x.dtsi
2392 F:      arch/arm/boot/dts/bcm470*
2393
2394 BROADCOM BCM63XX ARM ARCHITECTURE
2395 M:      Florian Fainelli <f.fainelli@gmail.com>
2396 L:      linux-arm-kernel@lists.infradead.org
2397 T:      git git://github.com/broadcom/arm-bcm63xx.git
2398 S:      Maintained
2399 F:      arch/arm/mach-bcm/bcm63xx.c
2400 F:      arch/arm/include/debug/bcm63xx.S
2401
2402 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2403 M:      Kevin Cernekee <cernekee@gmail.com>
2404 L:      linux-usb@vger.kernel.org
2405 S:      Maintained
2406 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2407
2408 BROADCOM BCM7XXX ARM ARCHITECTURE
2409 M:      Brian Norris <computersforpeace@gmail.com>
2410 M:      Gregory Fong <gregory.0xf0@gmail.com>
2411 M:      Florian Fainelli <f.fainelli@gmail.com>
2412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2413 L:      bcm-kernel-feedback-list@broadcom.com
2414 T:      git git://github.com/broadcom/stblinux.git
2415 S:      Maintained
2416 F:      arch/arm/mach-bcm/*brcmstb*
2417 F:      arch/arm/boot/dts/bcm7*.dts*
2418 F:      drivers/bus/brcmstb_gisb.c
2419 N:      brcmstb
2420
2421 BROADCOM BMIPS MIPS ARCHITECTURE
2422 M:      Kevin Cernekee <cernekee@gmail.com>
2423 M:      Florian Fainelli <f.fainelli@gmail.com>
2424 L:      linux-mips@linux-mips.org
2425 T:      git git://github.com/broadcom/stblinux.git
2426 S:      Maintained
2427 F:      arch/mips/bmips/*
2428 F:      arch/mips/include/asm/mach-bmips/*
2429 F:      arch/mips/kernel/*bmips*
2430 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2431 F:      drivers/irqchip/irq-bcm7*
2432 F:      drivers/irqchip/irq-brcmstb*
2433 F:      include/linux/bcm963xx_nvram.h
2434 F:      include/linux/bcm963xx_tag.h
2435
2436 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2437 M:      Prashant Sreedharan <prashant@broadcom.com>
2438 M:      Michael Chan <mchan@broadcom.com>
2439 L:      netdev@vger.kernel.org
2440 S:      Supported
2441 F:      drivers/net/ethernet/broadcom/tg3.*
2442
2443 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2444 M:      Brett Rudley <brudley@broadcom.com>
2445 M:      Arend van Spriel <arend@broadcom.com>
2446 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2447 M:      Hante Meuleman <meuleman@broadcom.com>
2448 L:      linux-wireless@vger.kernel.org
2449 L:      brcm80211-dev-list@broadcom.com
2450 S:      Supported
2451 F:      drivers/net/wireless/broadcom/brcm80211/
2452
2453 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2454 M:      QLogic-Storage-Upstream@qlogic.com
2455 L:      linux-scsi@vger.kernel.org
2456 S:      Supported
2457 F:      drivers/scsi/bnx2fc/
2458
2459 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2460 M:      QLogic-Storage-Upstream@qlogic.com
2461 L:      linux-scsi@vger.kernel.org
2462 S:      Supported
2463 F:      drivers/scsi/bnx2i/
2464
2465 BROADCOM IPROC ARM ARCHITECTURE
2466 M:      Ray Jui <rjui@broadcom.com>
2467 M:      Scott Branden <sbranden@broadcom.com>
2468 M:      Jon Mason <jonmason@broadcom.com>
2469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2470 L:      bcm-kernel-feedback-list@broadcom.com
2471 T:      git git://github.com/broadcom/cygnus-linux.git
2472 S:      Maintained
2473 N:      iproc
2474 N:      cygnus
2475 N:      nsp
2476 N:      bcm9113*
2477 N:      bcm9583*
2478 N:      bcm9585*
2479 N:      bcm9586*
2480 N:      bcm988312
2481 N:      bcm113*
2482 N:      bcm583*
2483 N:      bcm585*
2484 N:      bcm586*
2485 N:      bcm88312
2486
2487 BROADCOM BRCMSTB GPIO DRIVER
2488 M:      Gregory Fong <gregory.0xf0@gmail.com>
2489 L:      bcm-kernel-feedback-list@broadcom.com
2490 S:      Supported
2491 F:      drivers/gpio/gpio-brcmstb.c
2492 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2493
2494 BROADCOM KONA GPIO DRIVER
2495 M:      Ray Jui <rjui@broadcom.com>
2496 L:      bcm-kernel-feedback-list@broadcom.com
2497 S:      Supported
2498 F:      drivers/gpio/gpio-bcm-kona.c
2499 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2500
2501 BROADCOM NVRAM DRIVER
2502 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2503 L:      linux-mips@linux-mips.org
2504 S:      Maintained
2505 F:      drivers/firmware/broadcom/*
2506
2507 BROADCOM STB NAND FLASH DRIVER
2508 M:      Brian Norris <computersforpeace@gmail.com>
2509 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2510 L:      linux-mtd@lists.infradead.org
2511 L:      bcm-kernel-feedback-list@broadcom.com
2512 S:      Maintained
2513 F:      drivers/mtd/nand/brcmnand/
2514
2515 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2516 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2517 L:      linux-wireless@vger.kernel.org
2518 S:      Maintained
2519 F:      drivers/bcma/
2520 F:      include/linux/bcma/
2521
2522 BROADCOM SYSTEMPORT ETHERNET DRIVER
2523 M:      Florian Fainelli <f.fainelli@gmail.com>
2524 L:      netdev@vger.kernel.org
2525 S:      Supported
2526 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2527
2528 BROCADE BFA FC SCSI DRIVER
2529 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2530 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2531 L:      linux-scsi@vger.kernel.org
2532 S:      Supported
2533 F:      drivers/scsi/bfa/
2534
2535 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2536 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2537 L:      netdev@vger.kernel.org
2538 S:      Supported
2539 F:      drivers/net/ethernet/brocade/bna/
2540
2541 BSG (block layer generic sg v4 driver)
2542 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2543 L:      linux-scsi@vger.kernel.org
2544 S:      Supported
2545 F:      block/bsg.c
2546 F:      include/linux/bsg.h
2547 F:      include/uapi/linux/bsg.h
2548
2549 BT87X AUDIO DRIVER
2550 M:      Clemens Ladisch <clemens@ladisch.de>
2551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2552 T:      git git://git.alsa-project.org/alsa-kernel.git
2553 S:      Maintained
2554 F:      Documentation/sound/alsa/Bt87x.txt
2555 F:      sound/pci/bt87x.c
2556
2557 BT8XXGPIO DRIVER
2558 M:      Michael Buesch <m@bues.ch>
2559 W:      http://bu3sch.de/btgpio.php
2560 S:      Maintained
2561 F:      drivers/gpio/gpio-bt8xx.c
2562
2563 BTRFS FILE SYSTEM
2564 M:      Chris Mason <clm@fb.com>
2565 M:      Josef Bacik <jbacik@fb.com>
2566 M:      David Sterba <dsterba@suse.com>
2567 L:      linux-btrfs@vger.kernel.org
2568 W:      http://btrfs.wiki.kernel.org/
2569 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2571 S:      Maintained
2572 F:      Documentation/filesystems/btrfs.txt
2573 F:      fs/btrfs/
2574
2575 BTTV VIDEO4LINUX DRIVER
2576 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2577 L:      linux-media@vger.kernel.org
2578 W:      https://linuxtv.org
2579 T:      git git://linuxtv.org/media_tree.git
2580 S:      Odd fixes
2581 F:      Documentation/video4linux/bttv/
2582 F:      drivers/media/pci/bt8xx/bttv*
2583
2584 BUSLOGIC SCSI DRIVER
2585 M:      Khalid Aziz <khalid@gonehiking.org>
2586 L:      linux-scsi@vger.kernel.org
2587 S:      Maintained
2588 F:      drivers/scsi/BusLogic.*
2589 F:      drivers/scsi/FlashPoint.*
2590
2591 C-MEDIA CMI8788 DRIVER
2592 M:      Clemens Ladisch <clemens@ladisch.de>
2593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2594 T:      git git://git.alsa-project.org/alsa-kernel.git
2595 S:      Maintained
2596 F:      sound/pci/oxygen/
2597
2598 C6X ARCHITECTURE
2599 M:      Mark Salter <msalter@redhat.com>
2600 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2601 L:      linux-c6x-dev@linux-c6x.org
2602 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2603 S:      Maintained
2604 F:      arch/c6x/
2605
2606 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2607 M:      David Howells <dhowells@redhat.com>
2608 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2609 S:      Supported
2610 F:      Documentation/filesystems/caching/cachefiles.txt
2611 F:      fs/cachefiles/
2612
2613 CADET FM/AM RADIO RECEIVER DRIVER
2614 M:      Hans Verkuil <hverkuil@xs4all.nl>
2615 L:      linux-media@vger.kernel.org
2616 T:      git git://linuxtv.org/media_tree.git
2617 W:      https://linuxtv.org
2618 S:      Maintained
2619 F:      drivers/media/radio/radio-cadet*
2620
2621 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2622 M:      Jonathan Corbet <corbet@lwn.net>
2623 L:      linux-media@vger.kernel.org
2624 T:      git git://linuxtv.org/media_tree.git
2625 S:      Maintained
2626 F:      Documentation/video4linux/cafe_ccic
2627 F:      drivers/media/platform/marvell-ccic/
2628
2629 CAIF NETWORK LAYER
2630 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2631 L:      netdev@vger.kernel.org
2632 S:      Supported
2633 F:      Documentation/networking/caif/
2634 F:      drivers/net/caif/
2635 F:      include/uapi/linux/caif/
2636 F:      include/net/caif/
2637 F:      net/caif/
2638
2639 CALGARY x86-64 IOMMU
2640 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2641 M:      "Jon D. Mason" <jdmason@kudzu.us>
2642 L:      discuss@x86-64.org
2643 S:      Maintained
2644 F:      arch/x86/kernel/pci-calgary_64.c
2645 F:      arch/x86/kernel/tce_64.c
2646 F:      arch/x86/include/asm/calgary.h
2647 F:      arch/x86/include/asm/tce.h
2648
2649 CAN NETWORK LAYER
2650 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2651 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2652 L:      linux-can@vger.kernel.org
2653 W:      https://github.com/linux-can
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2656 S:      Maintained
2657 F:      Documentation/networking/can.txt
2658 F:      net/can/
2659 F:      include/linux/can/core.h
2660 F:      include/uapi/linux/can.h
2661 F:      include/uapi/linux/can/bcm.h
2662 F:      include/uapi/linux/can/raw.h
2663 F:      include/uapi/linux/can/gw.h
2664
2665 CAN NETWORK DRIVERS
2666 M:      Wolfgang Grandegger <wg@grandegger.com>
2667 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2668 L:      linux-can@vger.kernel.org
2669 W:      https://github.com/linux-can
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2672 S:      Maintained
2673 F:      drivers/net/can/
2674 F:      include/linux/can/dev.h
2675 F:      include/linux/can/platform/
2676 F:      include/uapi/linux/can/error.h
2677 F:      include/uapi/linux/can/netlink.h
2678
2679 CAPABILITIES
2680 M:      Serge Hallyn <serge.hallyn@canonical.com>
2681 L:      linux-security-module@vger.kernel.org
2682 S:      Supported
2683 F:      include/linux/capability.h
2684 F:      include/uapi/linux/capability.h
2685 F:      security/commoncap.c
2686 F:      kernel/capability.c
2687
2688 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2689 M:      Kevin Tsai <ktsai@capellamicro.com>
2690 S:      Maintained
2691 F:      drivers/iio/light/cm*
2692 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2693
2694 CAVIUM LIQUIDIO NETWORK DRIVER
2695 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2696 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2697 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2698 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2699 L:     netdev@vger.kernel.org
2700 W:     http://www.cavium.com
2701 S:     Supported
2702 F:     drivers/net/ethernet/cavium/liquidio/
2703
2704 CC2520 IEEE-802.15.4 RADIO DRIVER
2705 M:      Varka Bhadram <varkabhadram@gmail.com>
2706 L:      linux-wpan@vger.kernel.org
2707 S:      Maintained
2708 F:      drivers/net/ieee802154/cc2520.c
2709 F:      include/linux/spi/cc2520.h
2710 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2711
2712 CELL BROADBAND ENGINE ARCHITECTURE
2713 M:      Arnd Bergmann <arnd@arndb.de>
2714 L:      linuxppc-dev@lists.ozlabs.org
2715 W:      http://www.ibm.com/developerworks/power/cell/
2716 S:      Supported
2717 F:      arch/powerpc/include/asm/cell*.h
2718 F:      arch/powerpc/include/asm/spu*.h
2719 F:      arch/powerpc/include/uapi/asm/spu*.h
2720 F:      arch/powerpc/oprofile/*cell*
2721 F:      arch/powerpc/platforms/cell/
2722
2723 CEPH COMMON CODE (LIBCEPH)
2724 M:      Ilya Dryomov <idryomov@gmail.com>
2725 M:      "Yan, Zheng" <zyan@redhat.com>
2726 M:      Sage Weil <sage@redhat.com>
2727 L:      ceph-devel@vger.kernel.org
2728 W:      http://ceph.com/
2729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2730 T:      git git://github.com/ceph/ceph-client.git
2731 S:      Supported
2732 F:      net/ceph/
2733 F:      include/linux/ceph/
2734 F:      include/linux/crush/
2735
2736 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2737 M:      "Yan, Zheng" <zyan@redhat.com>
2738 M:      Sage Weil <sage@redhat.com>
2739 M:      Ilya Dryomov <idryomov@gmail.com>
2740 L:      ceph-devel@vger.kernel.org
2741 W:      http://ceph.com/
2742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2743 T:      git git://github.com/ceph/ceph-client.git
2744 S:      Supported
2745 F:      Documentation/filesystems/ceph.txt
2746 F:      fs/ceph/
2747
2748 CERTIFICATE HANDLING:
2749 M:      David Howells <dhowells@redhat.com>
2750 M:      David Woodhouse <dwmw2@infradead.org>
2751 L:      keyrings@vger.kernel.org
2752 S:      Maintained
2753 F:      Documentation/module-signing.txt
2754 F:      certs/
2755 F:      scripts/sign-file.c
2756 F:      scripts/extract-cert.c
2757
2758 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2759 L:      linux-usb@vger.kernel.org
2760 S:      Orphan
2761 F:      Documentation/usb/WUSB-Design-overview.txt
2762 F:      Documentation/usb/wusb-cbaf
2763 F:      drivers/usb/host/hwa-hc.c
2764 F:      drivers/usb/host/whci/
2765 F:      drivers/usb/wusbcore/
2766 F:      include/linux/usb/wusb*
2767
2768 CFAG12864B LCD DRIVER
2769 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2770 W:      http://miguelojeda.es/auxdisplay.htm
2771 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2772 S:      Maintained
2773 F:      drivers/auxdisplay/cfag12864b.c
2774 F:      include/linux/cfag12864b.h
2775
2776 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2777 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2778 W:      http://miguelojeda.es/auxdisplay.htm
2779 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2780 S:      Maintained
2781 F:      drivers/auxdisplay/cfag12864bfb.c
2782 F:      include/linux/cfag12864b.h
2783
2784 CFG80211 and NL80211
2785 M:      Johannes Berg <johannes@sipsolutions.net>
2786 L:      linux-wireless@vger.kernel.org
2787 W:      http://wireless.kernel.org/
2788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2790 S:      Maintained
2791 F:      include/uapi/linux/nl80211.h
2792 F:      include/net/cfg80211.h
2793 F:      net/wireless/*
2794 X:      net/wireless/wext*
2795
2796 CHAR and MISC DRIVERS
2797 M:      Arnd Bergmann <arnd@arndb.de>
2798 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2800 S:      Supported
2801 F:      drivers/char/*
2802 F:      drivers/misc/*
2803 F:      include/linux/miscdevice.h
2804
2805 CHECKPATCH
2806 M:      Andy Whitcroft <apw@canonical.com>
2807 M:      Joe Perches <joe@perches.com>
2808 S:      Maintained
2809 F:      scripts/checkpatch.pl
2810
2811 CHINESE DOCUMENTATION
2812 M:      Harry Wei <harryxiyou@gmail.com>
2813 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2814 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2815 S:      Maintained
2816 F:      Documentation/zh_CN/
2817
2818 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2819 M:      Peter Chen <Peter.Chen@nxp.com>
2820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2821 L:      linux-usb@vger.kernel.org
2822 S:      Maintained
2823 F:      drivers/usb/chipidea/
2824
2825 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2826 M:      Hans de Goede <hdegoede@redhat.com>
2827 L:      linux-input@vger.kernel.org
2828 S:      Maintained
2829 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2830 F:      drivers/input/touchscreen/chipone_icn8318.c
2831
2832 CHROME HARDWARE PLATFORM SUPPORT
2833 M:      Olof Johansson <olof@lixom.net>
2834 S:      Maintained
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2836 F:      drivers/platform/chrome/
2837
2838 CISCO VIC ETHERNET NIC DRIVER
2839 M:      Christian Benvenuti <benve@cisco.com>
2840 M:      Sujith Sankar <ssujith@cisco.com>
2841 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2842 M:      Neel Patel <neepatel@cisco.com>
2843 S:      Supported
2844 F:      drivers/net/ethernet/cisco/enic/
2845
2846 CISCO VIC LOW LATENCY NIC DRIVER
2847 M:      Christian Benvenuti <benve@cisco.com>
2848 M:      Dave Goodell <dgoodell@cisco.com>
2849 S:      Supported
2850 F:      drivers/infiniband/hw/usnic/
2851
2852 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2853 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2854 L:      netdev@vger.kernel.org
2855 S:      Maintained
2856 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2857
2858 CIRRUS LOGIC AUDIO CODEC DRIVERS
2859 M:      Brian Austin <brian.austin@cirrus.com>
2860 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2861 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2862 S:      Maintained
2863 F:      sound/soc/codecs/cs*
2864
2865 CLEANCACHE API
2866 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2867 L:      linux-kernel@vger.kernel.org
2868 S:      Maintained
2869 F:      mm/cleancache.c
2870 F:      include/linux/cleancache.h
2871
2872 CLK API
2873 M:      Russell King <linux@arm.linux.org.uk>
2874 L:      linux-clk@vger.kernel.org
2875 S:      Maintained
2876 F:      include/linux/clk.h
2877
2878 CLOCKSOURCE, CLOCKEVENT DRIVERS
2879 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2880 M:      Thomas Gleixner <tglx@linutronix.de>
2881 L:      linux-kernel@vger.kernel.org
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2883 S:      Supported
2884 F:      drivers/clocksource
2885
2886 CISCO FCOE HBA DRIVER
2887 M:      Hiral Patel <hiralpat@cisco.com>
2888 M:      Suma Ramars <sramars@cisco.com>
2889 M:      Brian Uchino <buchino@cisco.com>
2890 L:      linux-scsi@vger.kernel.org
2891 S:      Supported
2892 F:      drivers/scsi/fnic/
2893
2894 CISCO SCSI HBA DRIVER
2895 M:      Narsimhulu Musini <nmusini@cisco.com>
2896 M:      Sesidhar Baddela <sebaddel@cisco.com>
2897 L:      linux-scsi@vger.kernel.org
2898 S:      Supported
2899 F:      drivers/scsi/snic/
2900
2901 CMPC ACPI DRIVER
2902 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2903 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2904 L:      platform-driver-x86@vger.kernel.org
2905 S:      Supported
2906 F:      drivers/platform/x86/classmate-laptop.c
2907
2908 COBALT MEDIA DRIVER
2909 M:      Hans Verkuil <hans.verkuil@cisco.com>
2910 L:      linux-media@vger.kernel.org
2911 T:      git git://linuxtv.org/media_tree.git
2912 W:      https://linuxtv.org
2913 S:      Supported
2914 F:      drivers/media/pci/cobalt/
2915
2916 COCCINELLE/Semantic Patches (SmPL)
2917 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2918 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2919 M:      Nicolas Palix <nicolas.palix@imag.fr>
2920 M:      Michal Marek <mmarek@suse.com>
2921 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2923 W:      http://coccinelle.lip6.fr/
2924 S:      Supported
2925 F:      Documentation/coccinelle.txt
2926 F:      scripts/coccinelle/
2927 F:      scripts/coccicheck
2928
2929 CODA FILE SYSTEM
2930 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2931 M:      coda@cs.cmu.edu
2932 L:      codalist@coda.cs.cmu.edu
2933 W:      http://www.coda.cs.cmu.edu/
2934 S:      Maintained
2935 F:      Documentation/filesystems/coda.txt
2936 F:      fs/coda/
2937 F:      include/linux/coda*.h
2938 F:      include/uapi/linux/coda*.h
2939
2940 CODA V4L2 MEM2MEM DRIVER
2941 M:      Philipp Zabel <p.zabel@pengutronix.de>
2942 L:      linux-media@vger.kernel.org
2943 S:      Maintained
2944 F:      Documentation/devicetree/bindings/media/coda.txt
2945 F:      drivers/media/platform/coda/
2946
2947 COMMON CLK FRAMEWORK
2948 M:      Michael Turquette <mturquette@baylibre.com>
2949 M:      Stephen Boyd <sboyd@codeaurora.org>
2950 L:      linux-clk@vger.kernel.org
2951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2952 S:      Maintained
2953 F:      drivers/clk/
2954 X:      drivers/clk/clkdev.c
2955 F:      include/linux/clk-pr*
2956 F:      include/linux/clk/
2957
2958 COMMON INTERNET FILE SYSTEM (CIFS)
2959 M:      Steve French <sfrench@samba.org>
2960 L:      linux-cifs@vger.kernel.org
2961 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2962 W:      http://linux-cifs.samba.org/
2963 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2964 S:      Supported
2965 F:      Documentation/filesystems/cifs/
2966 F:      fs/cifs/
2967
2968 COMPACTPCI HOTPLUG CORE
2969 M:      Scott Murray <scott@spiteful.org>
2970 L:      linux-pci@vger.kernel.org
2971 S:      Maintained
2972 F:      drivers/pci/hotplug/cpci_hotplug*
2973
2974 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2975 M:      Scott Murray <scott@spiteful.org>
2976 L:      linux-pci@vger.kernel.org
2977 S:      Maintained
2978 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2979
2980 COMPACTPCI HOTPLUG GENERIC DRIVER
2981 M:      Scott Murray <scott@spiteful.org>
2982 L:      linux-pci@vger.kernel.org
2983 S:      Maintained
2984 F:      drivers/pci/hotplug/cpcihp_generic.c
2985
2986 COMPAL LAPTOP SUPPORT
2987 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2988 L:      platform-driver-x86@vger.kernel.org
2989 S:      Maintained
2990 F:      drivers/platform/x86/compal-laptop.c
2991
2992 CONEXANT ACCESSRUNNER USB DRIVER
2993 L:      accessrunner-general@lists.sourceforge.net
2994 W:      http://accessrunner.sourceforge.net/
2995 S:      Orphan
2996 F:      drivers/usb/atm/cxacru.c
2997
2998 CONFIGFS
2999 M:      Joel Becker <jlbec@evilplan.org>
3000 M:      Christoph Hellwig <hch@lst.de>
3001 T:      git git://git.infradead.org/users/hch/configfs.git
3002 S:      Supported
3003 F:      fs/configfs/
3004 F:      include/linux/configfs.h
3005
3006 CONNECTOR
3007 M:      Evgeniy Polyakov <zbr@ioremap.net>
3008 L:      netdev@vger.kernel.org
3009 S:      Maintained
3010 F:      drivers/connector/
3011
3012 CONTROL GROUP (CGROUP)
3013 M:      Tejun Heo <tj@kernel.org>
3014 M:      Li Zefan <lizefan@huawei.com>
3015 M:      Johannes Weiner <hannes@cmpxchg.org>
3016 L:      cgroups@vger.kernel.org
3017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3018 S:      Maintained
3019 F:      Documentation/cgroups/
3020 F:      include/linux/cgroup*
3021 F:      kernel/cgroup*
3022
3023 CONTROL GROUP - CPUSET
3024 M:      Li Zefan <lizefan@huawei.com>
3025 L:      cgroups@vger.kernel.org
3026 W:      http://www.bullopensource.org/cpuset/
3027 W:      http://oss.sgi.com/projects/cpusets/
3028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3029 S:      Maintained
3030 F:      Documentation/cgroups/cpusets.txt
3031 F:      include/linux/cpuset.h
3032 F:      kernel/cpuset.c
3033
3034 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3035 M:      Johannes Weiner <hannes@cmpxchg.org>
3036 M:      Michal Hocko <mhocko@kernel.org>
3037 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3038 L:      cgroups@vger.kernel.org
3039 L:      linux-mm@kvack.org
3040 S:      Maintained
3041 F:      mm/memcontrol.c
3042 F:      mm/swap_cgroup.c
3043
3044 CORETEMP HARDWARE MONITORING DRIVER
3045 M:      Fenghua Yu <fenghua.yu@intel.com>
3046 L:      lm-sensors@lm-sensors.org
3047 S:      Maintained
3048 F:      Documentation/hwmon/coretemp
3049 F:      drivers/hwmon/coretemp.c
3050
3051 COSA/SRP SYNC SERIAL DRIVER
3052 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3053 W:      http://www.fi.muni.cz/~kas/cosa/
3054 S:      Maintained
3055 F:      drivers/net/wan/cosa*
3056
3057 CPMAC ETHERNET DRIVER
3058 M:      Florian Fainelli <florian@openwrt.org>
3059 L:      netdev@vger.kernel.org
3060 S:      Maintained
3061 F:      drivers/net/ethernet/ti/cpmac.c
3062
3063 CPU FREQUENCY DRIVERS
3064 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3065 M:      Viresh Kumar <viresh.kumar@linaro.org>
3066 L:      linux-pm@vger.kernel.org
3067 S:      Maintained
3068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3069 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3070 F:      drivers/cpufreq/
3071 F:      include/linux/cpufreq.h
3072
3073 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3074 M:      Viresh Kumar <viresh.kumar@linaro.org>
3075 M:      Sudeep Holla <sudeep.holla@arm.com>
3076 L:      linux-pm@vger.kernel.org
3077 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3078 S:      Maintained
3079 F:      drivers/cpufreq/arm_big_little.h
3080 F:      drivers/cpufreq/arm_big_little.c
3081 F:      drivers/cpufreq/arm_big_little_dt.c
3082
3083 CPUIDLE DRIVER - ARM BIG LITTLE
3084 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3085 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3086 L:      linux-pm@vger.kernel.org
3087 L:      linux-arm-kernel@lists.infradead.org
3088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3089 S:      Maintained
3090 F:      drivers/cpuidle/cpuidle-big_little.c
3091
3092 CPUIDLE DRIVER - ARM EXYNOS
3093 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3094 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3095 M:      Kukjin Kim <kgene@kernel.org>
3096 L:      linux-pm@vger.kernel.org
3097 L:      linux-samsung-soc@vger.kernel.org
3098 S:      Supported
3099 F:      drivers/cpuidle/cpuidle-exynos.c
3100 F:      arch/arm/mach-exynos/pm.c
3101
3102 CPUIDLE DRIVERS
3103 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3104 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3105 L:      linux-pm@vger.kernel.org
3106 S:      Maintained
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3108 F:      drivers/cpuidle/*
3109 F:      include/linux/cpuidle.h
3110
3111 CPUID/MSR DRIVER
3112 M:      "H. Peter Anvin" <hpa@zytor.com>
3113 S:      Maintained
3114 F:      arch/x86/kernel/cpuid.c
3115 F:      arch/x86/kernel/msr.c
3116
3117 CPU POWER MONITORING SUBSYSTEM
3118 M:      Thomas Renninger <trenn@suse.com>
3119 L:      linux-pm@vger.kernel.org
3120 S:      Maintained
3121 F:      tools/power/cpupower/
3122
3123 CRAMFS FILESYSTEM
3124 W:      http://sourceforge.net/projects/cramfs/
3125 S:      Orphan / Obsolete
3126 F:      Documentation/filesystems/cramfs.txt
3127 F:      fs/cramfs/
3128
3129 CRIS PORT
3130 M:      Mikael Starvik <starvik@axis.com>
3131 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3132 L:      linux-cris-kernel@axis.com
3133 W:      http://developer.axis.com
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3135 S:      Maintained
3136 F:      arch/cris/
3137 F:      drivers/tty/serial/crisv10.*
3138
3139 CRYPTO API
3140 M:      Herbert Xu <herbert@gondor.apana.org.au>
3141 M:      "David S. Miller" <davem@davemloft.net>
3142 L:      linux-crypto@vger.kernel.org
3143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3145 S:      Maintained
3146 F:      Documentation/crypto/
3147 F:      Documentation/DocBook/crypto-API.tmpl
3148 F:      arch/*/crypto/
3149 F:      crypto/
3150 F:      drivers/crypto/
3151 F:      include/crypto/
3152
3153 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3154 M:      Neil Horman <nhorman@tuxdriver.com>
3155 L:      linux-crypto@vger.kernel.org
3156 S:      Maintained
3157 F:      crypto/ansi_cprng.c
3158 F:      crypto/rng.c
3159
3160 CS3308 MEDIA DRIVER
3161 M:      Hans Verkuil <hverkuil@xs4all.nl>
3162 L:      linux-media@vger.kernel.org
3163 T:      git git://linuxtv.org/media_tree.git
3164 W:      http://linuxtv.org
3165 S:      Odd Fixes
3166 F:      drivers/media/i2c/cs3308.c
3167 F:      drivers/media/i2c/cs3308.h
3168
3169 CS5535 Audio ALSA driver
3170 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3171 S:      Maintained
3172 F:      sound/pci/cs5535audio/
3173
3174 CW1200 WLAN driver
3175 M:      Solomon Peachy <pizza@shaftnet.org>
3176 S:      Maintained
3177 F:      drivers/net/wireless/st/cw1200/
3178
3179 CX18 VIDEO4LINUX DRIVER
3180 M:      Andy Walls <awalls@md.metrocast.net>
3181 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3182 L:      linux-media@vger.kernel.org
3183 T:      git git://linuxtv.org/media_tree.git
3184 W:      https://linuxtv.org
3185 W:      http://www.ivtvdriver.org/index.php/Cx18
3186 S:      Maintained
3187 F:      Documentation/video4linux/cx18.txt
3188 F:      drivers/media/pci/cx18/
3189 F:      include/uapi/linux/ivtv*
3190
3191 CX2341X MPEG ENCODER HELPER MODULE
3192 M:      Hans Verkuil <hverkuil@xs4all.nl>
3193 L:      linux-media@vger.kernel.org
3194 T:      git git://linuxtv.org/media_tree.git
3195 W:      https://linuxtv.org
3196 S:      Maintained
3197 F:      drivers/media/common/cx2341x*
3198 F:      include/media/cx2341x*
3199
3200 CX24120 MEDIA DRIVER
3201 M:      Jemma Denson <jdenson@gmail.com>
3202 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3203 L:      linux-media@vger.kernel.org
3204 W:      https://linuxtv.org
3205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3206 S:      Maintained
3207 F:      drivers/media/dvb-frontends/cx24120*
3208
3209 CX88 VIDEO4LINUX DRIVER
3210 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3211 L:      linux-media@vger.kernel.org
3212 W:      https://linuxtv.org
3213 T:      git git://linuxtv.org/media_tree.git
3214 S:      Odd fixes
3215 F:      Documentation/video4linux/cx88/
3216 F:      drivers/media/pci/cx88/
3217
3218 CXD2820R MEDIA DRIVER
3219 M:      Antti Palosaari <crope@iki.fi>
3220 L:      linux-media@vger.kernel.org
3221 W:      https://linuxtv.org
3222 W:      http://palosaari.fi/linux/
3223 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3224 T:      git git://linuxtv.org/anttip/media_tree.git
3225 S:      Maintained
3226 F:      drivers/media/dvb-frontends/cxd2820r*
3227
3228 CXGB3 ETHERNET DRIVER (CXGB3)
3229 M:      Santosh Raspatur <santosh@chelsio.com>
3230 L:      netdev@vger.kernel.org
3231 W:      http://www.chelsio.com
3232 S:      Supported
3233 F:      drivers/net/ethernet/chelsio/cxgb3/
3234
3235 CXGB3 ISCSI DRIVER (CXGB3I)
3236 M:      Karen Xie <kxie@chelsio.com>
3237 L:      linux-scsi@vger.kernel.org
3238 W:      http://www.chelsio.com
3239 S:      Supported
3240 F:      drivers/scsi/cxgbi/cxgb3i
3241
3242 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3243 M:      Steve Wise <swise@chelsio.com>
3244 L:      linux-rdma@vger.kernel.org
3245 W:      http://www.openfabrics.org
3246 S:      Supported
3247 F:      drivers/infiniband/hw/cxgb3/
3248
3249 CXGB4 ETHERNET DRIVER (CXGB4)
3250 M:      Hariprasad S <hariprasad@chelsio.com>
3251 L:      netdev@vger.kernel.org
3252 W:      http://www.chelsio.com
3253 S:      Supported
3254 F:      drivers/net/ethernet/chelsio/cxgb4/
3255
3256 CXGB4 ISCSI DRIVER (CXGB4I)
3257 M:      Karen Xie <kxie@chelsio.com>
3258 L:      linux-scsi@vger.kernel.org
3259 W:      http://www.chelsio.com
3260 S:      Supported
3261 F:      drivers/scsi/cxgbi/cxgb4i
3262
3263 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3264 M:      Steve Wise <swise@chelsio.com>
3265 L:      linux-rdma@vger.kernel.org
3266 W:      http://www.openfabrics.org
3267 S:      Supported
3268 F:      drivers/infiniband/hw/cxgb4/
3269
3270 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3271 M:      Casey Leedom <leedom@chelsio.com>
3272 L:      netdev@vger.kernel.org
3273 W:      http://www.chelsio.com
3274 S:      Supported
3275 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3276
3277 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3278 M:      Ian Munsie <imunsie@au1.ibm.com>
3279 M:      Michael Neuling <mikey@neuling.org>
3280 L:      linuxppc-dev@lists.ozlabs.org
3281 S:      Supported
3282 F:      drivers/misc/cxl/
3283 F:      include/misc/cxl*
3284 F:      include/uapi/misc/cxl.h
3285 F:      Documentation/powerpc/cxl.txt
3286 F:      Documentation/powerpc/cxl.txt
3287 F:      Documentation/ABI/testing/sysfs-class-cxl
3288
3289 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3290 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3291 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3292 L:      linux-scsi@vger.kernel.org
3293 S:      Supported
3294 F:      drivers/scsi/cxlflash/
3295 F:      include/uapi/scsi/cxlflash_ioctls.h
3296 F:      Documentation/powerpc/cxlflash.txt
3297
3298 STMMAC ETHERNET DRIVER
3299 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3300 L:      netdev@vger.kernel.org
3301 W:      http://www.stlinux.com
3302 S:      Supported
3303 F:      drivers/net/ethernet/stmicro/stmmac/
3304
3305 CYBERPRO FB DRIVER
3306 M:      Russell King <linux@arm.linux.org.uk>
3307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3308 W:      http://www.arm.linux.org.uk/
3309 S:      Maintained
3310 F:      drivers/video/fbdev/cyber2000fb.*
3311
3312 CYCLADES ASYNC MUX DRIVER
3313 W:      http://www.cyclades.com/
3314 S:      Orphan
3315 F:      drivers/tty/cyclades.c
3316 F:      include/linux/cyclades.h
3317 F:      include/uapi/linux/cyclades.h
3318
3319 CYCLADES PC300 DRIVER
3320 W:      http://www.cyclades.com/
3321 S:      Orphan
3322 F:      drivers/net/wan/pc300*
3323
3324 CYPRESS_FIRMWARE MEDIA DRIVER
3325 M:      Antti Palosaari <crope@iki.fi>
3326 L:      linux-media@vger.kernel.org
3327 W:      https://linuxtv.org
3328 W:      http://palosaari.fi/linux/
3329 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3330 T:      git git://linuxtv.org/anttip/media_tree.git
3331 S:      Maintained
3332 F:      drivers/media/common/cypress_firmware*
3333
3334 CYTTSP TOUCHSCREEN DRIVER
3335 M:      Ferruh Yigit <fery@cypress.com>
3336 L:      linux-input@vger.kernel.org
3337 S:      Supported
3338 F:      drivers/input/touchscreen/cyttsp*
3339 F:      include/linux/input/cyttsp.h
3340
3341 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3342 M:      Joshua Kinard <kumba@gentoo.org>
3343 S:      Maintained
3344 F:      drivers/rtc/rtc-ds1685.c
3345 F:      include/linux/rtc/ds1685.h
3346
3347 DAMA SLAVE for AX.25
3348 M:      Joerg Reuter <jreuter@yaina.de>
3349 W:      http://yaina.de/jreuter/
3350 W:      http://www.qsl.net/dl1bke/
3351 L:      linux-hams@vger.kernel.org
3352 S:      Maintained
3353 F:      net/ax25/af_ax25.c
3354 F:      net/ax25/ax25_dev.c
3355 F:      net/ax25/ax25_ds_*
3356 F:      net/ax25/ax25_in.c
3357 F:      net/ax25/ax25_out.c
3358 F:      net/ax25/ax25_timer.c
3359 F:      net/ax25/sysctl_net_ax25.c
3360
3361 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3362 L:      netdev@vger.kernel.org
3363 S:      Orphan
3364 F:      Documentation/networking/dmfe.txt
3365 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3366
3367 DC390/AM53C974 SCSI driver
3368 M:      Hannes Reinecke <hare@suse.com>
3369 L:      linux-scsi@vger.kernel.org
3370 S:      Maintained
3371 F:      drivers/scsi/am53c974.c
3372
3373 DC395x SCSI driver
3374 M:      Oliver Neukum <oliver@neukum.org>
3375 M:      Ali Akcaagac <aliakc@web.de>
3376 M:      Jamie Lenehan <lenehan@twibble.org>
3377 L:      dc395x@twibble.org
3378 W:      http://twibble.org/dist/dc395x/
3379 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3380 S:      Maintained
3381 F:      Documentation/scsi/dc395x.txt
3382 F:      drivers/scsi/dc395x.*
3383
3384 DCCP PROTOCOL
3385 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3386 L:      dccp@vger.kernel.org
3387 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3388 S:      Maintained
3389 F:      include/linux/dccp.h
3390 F:      include/uapi/linux/dccp.h
3391 F:      include/linux/tfrc.h
3392 F:      net/dccp/
3393
3394 DECnet NETWORK LAYER
3395 W:      http://linux-decnet.sourceforge.net
3396 L:      linux-decnet-user@lists.sourceforge.net
3397 S:      Orphan
3398 F:      Documentation/networking/decnet.txt
3399 F:      net/decnet/
3400
3401 DECSTATION PLATFORM SUPPORT
3402 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3403 L:      linux-mips@linux-mips.org
3404 W:      http://www.linux-mips.org/wiki/DECstation
3405 S:      Maintained
3406 F:      arch/mips/dec/
3407 F:      arch/mips/include/asm/dec/
3408 F:      arch/mips/include/asm/mach-dec/
3409
3410 DEFXX FDDI NETWORK DRIVER
3411 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3412 S:      Maintained
3413 F:      drivers/net/fddi/defxx.*
3414
3415 DELL LAPTOP DRIVER
3416 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3417 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3418 L:      platform-driver-x86@vger.kernel.org
3419 S:      Maintained
3420 F:      drivers/platform/x86/dell-laptop.c
3421
3422 DELL LAPTOP RBTN DRIVER
3423 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3424 S:      Maintained
3425 F:      drivers/platform/x86/dell-rbtn.*
3426
3427 DELL LAPTOP FREEFALL DRIVER
3428 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3429 S:      Maintained
3430 F:      drivers/platform/x86/dell-smo8800.c
3431
3432 DELL LAPTOP SMM DRIVER
3433 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3434 S:      Maintained
3435 F:      drivers/hwmon/dell-smm-hwmon.c
3436 F:      include/uapi/linux/i8k.h
3437
3438 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3439 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3440 S:      Maintained
3441 F:      Documentation/dcdbas.txt
3442 F:      drivers/firmware/dcdbas.*
3443
3444 DELL WMI EXTRAS DRIVER
3445 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3446 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3447 S:      Maintained
3448 F:      drivers/platform/x86/dell-wmi.c
3449
3450 DESIGNWARE USB2 DRD IP DRIVER
3451 M:      John Youn <johnyoun@synopsys.com>
3452 L:      linux-usb@vger.kernel.org
3453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3454 S:      Maintained
3455 F:      drivers/usb/dwc2/
3456
3457 DESIGNWARE USB3 DRD IP DRIVER
3458 M:      Felipe Balbi <balbi@kernel.org>
3459 L:      linux-usb@vger.kernel.org
3460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3461 S:      Maintained
3462 F:      drivers/usb/dwc3/
3463
3464 DEVICE COREDUMP (DEV_COREDUMP)
3465 M:      Johannes Berg <johannes@sipsolutions.net>
3466 L:      linux-kernel@vger.kernel.org
3467 S:      Maintained
3468 F:      drivers/base/devcoredump.c
3469 F:      include/linux/devcoredump.h
3470
3471 DEVICE FREQUENCY (DEVFREQ)
3472 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3473 M:      Kyungmin Park <kyungmin.park@samsung.com>
3474 L:      linux-pm@vger.kernel.org
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3476 S:      Maintained
3477 F:      drivers/devfreq/
3478 F:      include/linux/devfreq.h
3479 F:      Documentation/devicetree/bindings/devfreq/
3480
3481 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3482 M:      Chanwoo Choi <cw00.choi@samsung.com>
3483 L:      linux-pm@vger.kernel.org
3484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3485 S:      Supported
3486 F:      drivers/devfreq/event/
3487 F:      drivers/devfreq/devfreq-event.c
3488 F:      include/linux/devfreq-event.h
3489 F:      Documentation/devicetree/bindings/devfreq/event/
3490
3491 DEVICE NUMBER REGISTRY
3492 M:      Torben Mathiasen <device@lanana.org>
3493 W:      http://lanana.org/docs/device-list/index.html
3494 S:      Maintained
3495
3496 DEVICE-MAPPER  (LVM)
3497 M:      Alasdair Kergon <agk@redhat.com>
3498 M:      Mike Snitzer <snitzer@redhat.com>
3499 M:      dm-devel@redhat.com
3500 L:      dm-devel@redhat.com
3501 W:      http://sources.redhat.com/dm
3502 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3504 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3505 S:      Maintained
3506 F:      Documentation/device-mapper/
3507 F:      drivers/md/dm*
3508 F:      drivers/md/persistent-data/
3509 F:      include/linux/device-mapper.h
3510 F:      include/linux/dm-*.h
3511 F:      include/uapi/linux/dm-*.h
3512
3513 DIALOG SEMICONDUCTOR DRIVERS
3514 M:      Support Opensource <support.opensource@diasemi.com>
3515 W:      http://www.dialog-semiconductor.com/products
3516 S:      Supported
3517 F:      Documentation/hwmon/da90??
3518 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3519 F:      drivers/gpio/gpio-da90??.c
3520 F:      drivers/hwmon/da90??-hwmon.c
3521 F:      drivers/iio/adc/da91??-*.c
3522 F:      drivers/input/misc/da90??_onkey.c
3523 F:      drivers/input/touchscreen/da9052_tsi.c
3524 F:      drivers/leds/leds-da90??.c
3525 F:      drivers/mfd/da903x.c
3526 F:      drivers/mfd/da90??-*.c
3527 F:      drivers/mfd/da91??-*.c
3528 F:      drivers/power/da9052-battery.c
3529 F:      drivers/power/da91??-*.c
3530 F:      drivers/regulator/da903x.c
3531 F:      drivers/regulator/da9???-regulator.[ch]
3532 F:      drivers/rtc/rtc-da90??.c
3533 F:      drivers/video/backlight/da90??_bl.c
3534 F:      drivers/watchdog/da90??_wdt.c
3535 F:      include/linux/mfd/da903x.h
3536 F:      include/linux/mfd/da9052/
3537 F:      include/linux/mfd/da9055/
3538 F:      include/linux/mfd/da9063/
3539 F:      include/linux/mfd/da9150/
3540 F:      include/sound/da[79]*.h
3541 F:      sound/soc/codecs/da[79]*.[ch]
3542
3543 DIGI NEO AND CLASSIC PCI PRODUCTS
3544 M:      Lidza Louina <lidza.louina@gmail.com>
3545 M:      Mark Hounschell <markh@compro.net>
3546 L:      driverdev-devel@linuxdriverproject.org
3547 S:      Maintained
3548 F:      drivers/staging/dgnc/
3549
3550 DIGI EPCA PCI PRODUCTS
3551 M:      Lidza Louina <lidza.louina@gmail.com>
3552 M:      Daeseok Youn <daeseok.youn@gmail.com>
3553 L:      driverdev-devel@linuxdriverproject.org
3554 S:      Maintained
3555 F:      drivers/staging/dgap/
3556
3557 DIOLAN U2C-12 I2C DRIVER
3558 M:      Guenter Roeck <linux@roeck-us.net>
3559 L:      linux-i2c@vger.kernel.org
3560 S:      Maintained
3561 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3562
3563 DIRECT ACCESS (DAX)
3564 M:      Matthew Wilcox <willy@linux.intel.com>
3565 L:      linux-fsdevel@vger.kernel.org
3566 S:      Supported
3567 F:      fs/dax.c
3568
3569 DIRECTORY NOTIFICATION (DNOTIFY)
3570 M:      Eric Paris <eparis@parisplace.org>
3571 S:      Maintained
3572 F:      Documentation/filesystems/dnotify.txt
3573 F:      fs/notify/dnotify/
3574 F:      include/linux/dnotify.h
3575
3576 DISK GEOMETRY AND PARTITION HANDLING
3577 M:      Andries Brouwer <aeb@cwi.nl>
3578 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3579 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3580 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3581 S:      Maintained
3582
3583 DISKQUOTA
3584 M:      Jan Kara <jack@suse.com>
3585 S:      Maintained
3586 F:      Documentation/filesystems/quota.txt
3587 F:      fs/quota/
3588 F:      include/linux/quota*.h
3589 F:      include/uapi/linux/quota*.h
3590
3591 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3592 M:      Bernie Thompson <bernie@plugable.com>
3593 L:      linux-fbdev@vger.kernel.org
3594 S:      Maintained
3595 W:      http://plugable.com/category/projects/udlfb/
3596 F:      drivers/video/fbdev/udlfb.c
3597 F:      include/video/udlfb.h
3598 F:      Documentation/fb/udlfb.txt
3599
3600 DISTRIBUTED LOCK MANAGER (DLM)
3601 M:      Christine Caulfield <ccaulfie@redhat.com>
3602 M:      David Teigland <teigland@redhat.com>
3603 L:      cluster-devel@redhat.com
3604 W:      http://sources.redhat.com/cluster/
3605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3606 S:      Supported
3607 F:      fs/dlm/
3608
3609 DMA BUFFER SHARING FRAMEWORK
3610 M:      Sumit Semwal <sumit.semwal@linaro.org>
3611 S:      Maintained
3612 L:      linux-media@vger.kernel.org
3613 L:      dri-devel@lists.freedesktop.org
3614 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3615 F:      drivers/dma-buf/
3616 F:      include/linux/dma-buf*
3617 F:      include/linux/reservation.h
3618 F:      include/linux/*fence.h
3619 F:      Documentation/dma-buf-sharing.txt
3620 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3621
3622 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3623 M:      Vinod Koul <vinod.koul@intel.com>
3624 L:      dmaengine@vger.kernel.org
3625 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3626 S:      Maintained
3627 F:      drivers/dma/
3628 F:      include/linux/dmaengine.h
3629 F:      Documentation/dmaengine/
3630 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3631
3632 DME1737 HARDWARE MONITOR DRIVER
3633 M:      Juerg Haefliger <juergh@gmail.com>
3634 L:      lm-sensors@lm-sensors.org
3635 S:      Maintained
3636 F:      Documentation/hwmon/dme1737
3637 F:      drivers/hwmon/dme1737.c
3638
3639 DMI/SMBIOS SUPPORT
3640 M:      Jean Delvare <jdelvare@suse.com>
3641 S:      Maintained
3642 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3643 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3644 F:      drivers/firmware/dmi-id.c
3645 F:      drivers/firmware/dmi_scan.c
3646 F:      include/linux/dmi.h
3647
3648 DOCUMENTATION
3649 M:      Jonathan Corbet <corbet@lwn.net>
3650 L:      linux-doc@vger.kernel.org
3651 S:      Maintained
3652 F:      Documentation/
3653 F:      scripts/docproc.c
3654 F:      scripts/kernel-doc*
3655 X:      Documentation/ABI/
3656 X:      Documentation/devicetree/
3657 X:      Documentation/acpi
3658 X:      Documentation/power
3659 X:      Documentation/spi
3660 X:      Documentation/DocBook/media
3661 T:      git git://git.lwn.net/linux.git docs-next
3662
3663 DOUBLETALK DRIVER
3664 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3665 L:      blinux-list@redhat.com
3666 S:      Maintained
3667 F:      drivers/char/dtlk.c
3668 F:      include/linux/dtlk.h
3669
3670 DPT_I2O SCSI RAID DRIVER
3671 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3672 L:      linux-scsi@vger.kernel.org
3673 W:      http://www.adaptec.com/
3674 S:      Maintained
3675 F:      drivers/scsi/dpt*
3676 F:      drivers/scsi/dpt/
3677
3678 DRBD DRIVER
3679 M:      Philipp Reisner <philipp.reisner@linbit.com>
3680 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3681 L:      drbd-dev@lists.linbit.com
3682 W:      http://www.drbd.org
3683 T:      git git://git.linbit.com/linux-drbd.git
3684 T:      git git://git.linbit.com/drbd-8.4.git
3685 S:      Supported
3686 F:      drivers/block/drbd/
3687 F:      lib/lru_cache.c
3688 F:      Documentation/blockdev/drbd/
3689
3690 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3691 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3693 S:      Supported
3694 F:      Documentation/kobject.txt
3695 F:      drivers/base/
3696 F:      fs/debugfs/
3697 F:      fs/kernfs/
3698 F:      fs/sysfs/
3699 F:      include/linux/debugfs.h
3700 F:      include/linux/kobj*
3701 F:      lib/kobj*
3702
3703 DRM DRIVERS
3704 M:      David Airlie <airlied@linux.ie>
3705 L:      dri-devel@lists.freedesktop.org
3706 T:      git git://people.freedesktop.org/~airlied/linux
3707 S:      Maintained
3708 F:      drivers/gpu/drm/
3709 F:      drivers/gpu/vga/
3710 F:      include/drm/
3711 F:      include/uapi/drm/
3712
3713 RADEON and AMDGPU DRM DRIVERS
3714 M:      Alex Deucher <alexander.deucher@amd.com>
3715 M:      Christian König <christian.koenig@amd.com>
3716 L:      dri-devel@lists.freedesktop.org
3717 T:      git git://people.freedesktop.org/~agd5f/linux
3718 S:      Supported
3719 F:      drivers/gpu/drm/radeon/
3720 F:      include/uapi/drm/radeon*
3721 F:      drivers/gpu/drm/amd/
3722 F:      include/uapi/drm/amdgpu*
3723
3724 DRM PANEL DRIVERS
3725 M:      Thierry Reding <thierry.reding@gmail.com>
3726 L:      dri-devel@lists.freedesktop.org
3727 T:      git git://anongit.freedesktop.org/tegra/linux.git
3728 S:      Maintained
3729 F:      drivers/gpu/drm/drm_panel.c
3730 F:      drivers/gpu/drm/panel/
3731 F:      include/drm/drm_panel.h
3732 F:      Documentation/devicetree/bindings/display/panel/
3733
3734 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3735 M:      Daniel Vetter <daniel.vetter@intel.com>
3736 M:      Jani Nikula <jani.nikula@linux.intel.com>
3737 L:      intel-gfx@lists.freedesktop.org
3738 L:      dri-devel@lists.freedesktop.org
3739 W:      https://01.org/linuxgraphics/
3740 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3741 T:      git git://anongit.freedesktop.org/drm-intel
3742 S:      Supported
3743 F:      drivers/gpu/drm/i915/
3744 F:      include/drm/i915*
3745 F:      include/uapi/drm/i915*
3746
3747 DRM DRIVERS FOR ATMEL HLCDC
3748 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3749 L:      dri-devel@lists.freedesktop.org
3750 S:      Supported
3751 F:      drivers/gpu/drm/atmel-hlcdc/
3752 F:      Documentation/devicetree/bindings/drm/atmel/
3753
3754 DRM DRIVERS FOR EXYNOS
3755 M:      Inki Dae <inki.dae@samsung.com>
3756 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3757 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3758 M:      Kyungmin Park <kyungmin.park@samsung.com>
3759 L:      dri-devel@lists.freedesktop.org
3760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3761 S:      Supported
3762 F:      drivers/gpu/drm/exynos/
3763 F:      include/drm/exynos*
3764 F:      include/uapi/drm/exynos*
3765
3766 DRM DRIVERS FOR FREESCALE DCU
3767 M:      Stefan Agner <stefan@agner.ch>
3768 M:      Alison Wang <alison.wang@freescale.com>
3769 L:      dri-devel@lists.freedesktop.org
3770 S:      Supported
3771 F:      drivers/gpu/drm/fsl-dcu/
3772 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3773 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3774
3775 DRM DRIVERS FOR FREESCALE IMX
3776 M:      Philipp Zabel <p.zabel@pengutronix.de>
3777 L:      dri-devel@lists.freedesktop.org
3778 S:      Maintained
3779 F:      drivers/gpu/drm/imx/
3780 F:      drivers/gpu/ipu-v3/
3781 F:      Documentation/devicetree/bindings/display/imx/
3782
3783 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3784 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3785 L:      dri-devel@lists.freedesktop.org
3786 T:      git git://github.com/patjak/drm-gma500
3787 S:      Maintained
3788 F:      drivers/gpu/drm/gma500
3789 F:      include/drm/gma500*
3790
3791 DRM DRIVERS FOR NVIDIA TEGRA
3792 M:      Thierry Reding <thierry.reding@gmail.com>
3793 M:      Terje Bergström <tbergstrom@nvidia.com>
3794 L:      dri-devel@lists.freedesktop.org
3795 L:      linux-tegra@vger.kernel.org
3796 T:      git git://anongit.freedesktop.org/tegra/linux.git
3797 S:      Supported
3798 F:      drivers/gpu/drm/tegra/
3799 F:      drivers/gpu/host1x/
3800 F:      include/linux/host1x.h
3801 F:      include/uapi/drm/tegra_drm.h
3802 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3803
3804 DRM DRIVERS FOR RENESAS
3805 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3806 L:      dri-devel@lists.freedesktop.org
3807 L:      linux-renesas-soc@vger.kernel.org
3808 T:      git git://people.freedesktop.org/~airlied/linux
3809 S:      Supported
3810 F:      drivers/gpu/drm/rcar-du/
3811 F:      drivers/gpu/drm/shmobile/
3812 F:      include/linux/platform_data/shmob_drm.h
3813
3814 DRM DRIVERS FOR ROCKCHIP
3815 M:      Mark Yao <mark.yao@rock-chips.com>
3816 L:      dri-devel@lists.freedesktop.org
3817 S:      Maintained
3818 F:      drivers/gpu/drm/rockchip/
3819 F:      Documentation/devicetree/bindings/display/rockchip*
3820
3821 DRM DRIVERS FOR STI
3822 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3823 M:      Vincent Abriou <vincent.abriou@st.com>
3824 L:      dri-devel@lists.freedesktop.org
3825 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3826 S:      Maintained
3827 F:      drivers/gpu/drm/sti
3828 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3829
3830 DRM DRIVERS FOR VIVANTE GPU IP
3831 M:      Lucas Stach <l.stach@pengutronix.de>
3832 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3833 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3834 L:      dri-devel@lists.freedesktop.org
3835 S:      Maintained
3836 F:      drivers/gpu/drm/etnaviv
3837 F:      Documentation/devicetree/bindings/display/etnaviv
3838
3839 DSBR100 USB FM RADIO DRIVER
3840 M:      Alexey Klimov <klimov.linux@gmail.com>
3841 L:      linux-media@vger.kernel.org
3842 T:      git git://linuxtv.org/media_tree.git
3843 S:      Maintained
3844 F:      drivers/media/radio/dsbr100.c
3845
3846 DSCC4 DRIVER
3847 M:      Francois Romieu <romieu@fr.zoreil.com>
3848 L:      netdev@vger.kernel.org
3849 S:      Maintained
3850 F:      drivers/net/wan/dscc4.c
3851
3852 DT3155 MEDIA DRIVER
3853 M:      Hans Verkuil <hverkuil@xs4all.nl>
3854 L:      linux-media@vger.kernel.org
3855 T:      git git://linuxtv.org/media_tree.git
3856 W:      https://linuxtv.org
3857 S:      Odd Fixes
3858 F:      drivers/media/pci/dt3155/
3859
3860 DVB_USB_AF9015 MEDIA DRIVER
3861 M:      Antti Palosaari <crope@iki.fi>
3862 L:      linux-media@vger.kernel.org
3863 W:      https://linuxtv.org
3864 W:      http://palosaari.fi/linux/
3865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3866 T:      git git://linuxtv.org/anttip/media_tree.git
3867 S:      Maintained
3868 F:      drivers/media/usb/dvb-usb-v2/af9015*
3869
3870 DVB_USB_AF9035 MEDIA DRIVER
3871 M:      Antti Palosaari <crope@iki.fi>
3872 L:      linux-media@vger.kernel.org
3873 W:      https://linuxtv.org
3874 W:      http://palosaari.fi/linux/
3875 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3876 T:      git git://linuxtv.org/anttip/media_tree.git
3877 S:      Maintained
3878 F:      drivers/media/usb/dvb-usb-v2/af9035*
3879
3880 DVB_USB_ANYSEE MEDIA DRIVER
3881 M:      Antti Palosaari <crope@iki.fi>
3882 L:      linux-media@vger.kernel.org
3883 W:      https://linuxtv.org
3884 W:      http://palosaari.fi/linux/
3885 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3886 T:      git git://linuxtv.org/anttip/media_tree.git
3887 S:      Maintained
3888 F:      drivers/media/usb/dvb-usb-v2/anysee*
3889
3890 DVB_USB_AU6610 MEDIA DRIVER
3891 M:      Antti Palosaari <crope@iki.fi>
3892 L:      linux-media@vger.kernel.org
3893 W:      https://linuxtv.org
3894 W:      http://palosaari.fi/linux/
3895 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3896 T:      git git://linuxtv.org/anttip/media_tree.git
3897 S:      Maintained
3898 F:      drivers/media/usb/dvb-usb-v2/au6610*
3899
3900 DVB_USB_CE6230 MEDIA DRIVER
3901 M:      Antti Palosaari <crope@iki.fi>
3902 L:      linux-media@vger.kernel.org
3903 W:      https://linuxtv.org
3904 W:      http://palosaari.fi/linux/
3905 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3906 T:      git git://linuxtv.org/anttip/media_tree.git
3907 S:      Maintained
3908 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3909
3910 DVB_USB_CXUSB MEDIA DRIVER
3911 M:      Michael Krufky <mkrufky@linuxtv.org>
3912 L:      linux-media@vger.kernel.org
3913 W:      https://linuxtv.org
3914 W:      http://github.com/mkrufky
3915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3916 T:      git git://linuxtv.org/media_tree.git
3917 S:      Maintained
3918 F:      drivers/media/usb/dvb-usb/cxusb*
3919
3920 DVB_USB_EC168 MEDIA DRIVER
3921 M:      Antti Palosaari <crope@iki.fi>
3922 L:      linux-media@vger.kernel.org
3923 W:      https://linuxtv.org
3924 W:      http://palosaari.fi/linux/
3925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3926 T:      git git://linuxtv.org/anttip/media_tree.git
3927 S:      Maintained
3928 F:      drivers/media/usb/dvb-usb-v2/ec168*
3929
3930 DVB_USB_GL861 MEDIA DRIVER
3931 M:      Antti Palosaari <crope@iki.fi>
3932 L:      linux-media@vger.kernel.org
3933 W:      https://linuxtv.org
3934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3935 T:      git git://linuxtv.org/anttip/media_tree.git
3936 S:      Maintained
3937 F:      drivers/media/usb/dvb-usb-v2/gl861*
3938
3939 DVB_USB_MXL111SF MEDIA DRIVER
3940 M:      Michael Krufky <mkrufky@linuxtv.org>
3941 L:      linux-media@vger.kernel.org
3942 W:      https://linuxtv.org
3943 W:      http://github.com/mkrufky
3944 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3945 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3946 S:      Maintained
3947 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3948
3949 DVB_USB_RTL28XXU MEDIA DRIVER
3950 M:      Antti Palosaari <crope@iki.fi>
3951 L:      linux-media@vger.kernel.org
3952 W:      https://linuxtv.org
3953 W:      http://palosaari.fi/linux/
3954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3955 T:      git git://linuxtv.org/anttip/media_tree.git
3956 S:      Maintained
3957 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3958
3959 DVB_USB_V2 MEDIA DRIVER
3960 M:      Antti Palosaari <crope@iki.fi>
3961 L:      linux-media@vger.kernel.org
3962 W:      https://linuxtv.org
3963 W:      http://palosaari.fi/linux/
3964 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3965 T:      git git://linuxtv.org/anttip/media_tree.git
3966 S:      Maintained
3967 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3968 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3969
3970 DYNAMIC DEBUG
3971 M:      Jason Baron <jbaron@akamai.com>
3972 S:      Maintained
3973 F:      lib/dynamic_debug.c
3974 F:      include/linux/dynamic_debug.h
3975
3976 DZ DECSTATION DZ11 SERIAL DRIVER
3977 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3978 S:      Maintained
3979 F:      drivers/tty/serial/dz.*
3980
3981 E3X0 POWER BUTTON DRIVER
3982 M:      Moritz Fischer <moritz.fischer@ettus.com>
3983 L:      usrp-users@lists.ettus.com
3984 W:      http://www.ettus.com
3985 S:      Supported
3986 F:      drivers/input/misc/e3x0-button.c
3987 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3988
3989 E4000 MEDIA DRIVER
3990 M:      Antti Palosaari <crope@iki.fi>
3991 L:      linux-media@vger.kernel.org
3992 W:      https://linuxtv.org
3993 W:      http://palosaari.fi/linux/
3994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3995 T:      git git://linuxtv.org/anttip/media_tree.git
3996 S:      Maintained
3997 F:      drivers/media/tuners/e4000*
3998
3999 EATA ISA/EISA/PCI SCSI DRIVER
4000 M:      Dario Ballabio <ballabio_dario@emc.com>
4001 L:      linux-scsi@vger.kernel.org
4002 S:      Maintained
4003 F:      drivers/scsi/eata.c
4004
4005 EC100 MEDIA DRIVER
4006 M:      Antti Palosaari <crope@iki.fi>
4007 L:      linux-media@vger.kernel.org
4008 W:      https://linuxtv.org
4009 W:      http://palosaari.fi/linux/
4010 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4011 T:      git git://linuxtv.org/anttip/media_tree.git
4012 S:      Maintained
4013 F:      drivers/media/dvb-frontends/ec100*
4014
4015 ECRYPT FILE SYSTEM
4016 M:      Tyler Hicks <tyhicks@canonical.com>
4017 L:      ecryptfs@vger.kernel.org
4018 W:      http://ecryptfs.org
4019 W:      https://launchpad.net/ecryptfs
4020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4021 S:      Supported
4022 F:      Documentation/filesystems/ecryptfs.txt
4023 F:      fs/ecryptfs/
4024
4025 EDAC-CORE
4026 M:      Doug Thompson <dougthompson@xmission.com>
4027 M:      Borislav Petkov <bp@alien8.de>
4028 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4029 L:      linux-edac@vger.kernel.org
4030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4032 S:      Supported
4033 F:      Documentation/edac.txt
4034 F:      drivers/edac/
4035 F:      include/linux/edac.h
4036
4037 EDAC-AMD64
4038 M:      Doug Thompson <dougthompson@xmission.com>
4039 M:      Borislav Petkov <bp@alien8.de>
4040 L:      linux-edac@vger.kernel.org
4041 S:      Maintained
4042 F:      drivers/edac/amd64_edac*
4043
4044 EDAC-CALXEDA
4045 M:      Doug Thompson <dougthompson@xmission.com>
4046 M:      Robert Richter <rric@kernel.org>
4047 L:      linux-edac@vger.kernel.org
4048 S:      Maintained
4049 F:      drivers/edac/highbank*
4050
4051 EDAC-CAVIUM
4052 M:      Ralf Baechle <ralf@linux-mips.org>
4053 M:      David Daney <david.daney@cavium.com>
4054 L:      linux-edac@vger.kernel.org
4055 L:      linux-mips@linux-mips.org
4056 S:      Supported
4057 F:      drivers/edac/octeon_edac*
4058
4059 EDAC-E752X
4060 M:      Mark Gross <mark.gross@intel.com>
4061 M:      Doug Thompson <dougthompson@xmission.com>
4062 L:      linux-edac@vger.kernel.org
4063 S:      Maintained
4064 F:      drivers/edac/e752x_edac.c
4065
4066 EDAC-E7XXX
4067 M:      Doug Thompson <dougthompson@xmission.com>
4068 L:      linux-edac@vger.kernel.org
4069 S:      Maintained
4070 F:      drivers/edac/e7xxx_edac.c
4071
4072 EDAC-GHES
4073 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4074 L:      linux-edac@vger.kernel.org
4075 S:      Maintained
4076 F:      drivers/edac/ghes_edac.c
4077
4078 EDAC-I82443BXGX
4079 M:      Tim Small <tim@buttersideup.com>
4080 L:      linux-edac@vger.kernel.org
4081 S:      Maintained
4082 F:      drivers/edac/i82443bxgx_edac.c
4083
4084 EDAC-I3000
4085 M:      Jason Uhlenkott <juhlenko@akamai.com>
4086 L:      linux-edac@vger.kernel.org
4087 S:      Maintained
4088 F:      drivers/edac/i3000_edac.c
4089
4090 EDAC-I5000
4091 M:      Doug Thompson <dougthompson@xmission.com>
4092 L:      linux-edac@vger.kernel.org
4093 S:      Maintained
4094 F:      drivers/edac/i5000_edac.c
4095
4096 EDAC-I5400
4097 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4098 L:      linux-edac@vger.kernel.org
4099 S:      Maintained
4100 F:      drivers/edac/i5400_edac.c
4101
4102 EDAC-I7300
4103 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4104 L:      linux-edac@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/edac/i7300_edac.c
4107
4108 EDAC-I7CORE
4109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4110 L:      linux-edac@vger.kernel.org
4111 S:      Maintained
4112 F:      drivers/edac/i7core_edac.c
4113
4114 EDAC-I82975X
4115 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4116 M:      "Arvind R." <arvino55@gmail.com>
4117 L:      linux-edac@vger.kernel.org
4118 S:      Maintained
4119 F:      drivers/edac/i82975x_edac.c
4120
4121 EDAC-IE31200
4122 M:      Jason Baron <jbaron@akamai.com>
4123 L:      linux-edac@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/edac/ie31200_edac.c
4126
4127 EDAC-MPC85XX
4128 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4129 L:      linux-edac@vger.kernel.org
4130 S:      Maintained
4131 F:      drivers/edac/mpc85xx_edac.[ch]
4132
4133 EDAC-PASEMI
4134 M:      Egor Martovetsky <egor@pasemi.com>
4135 L:      linux-edac@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/edac/pasemi_edac.c
4138
4139 EDAC-R82600
4140 M:      Tim Small <tim@buttersideup.com>
4141 L:      linux-edac@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/edac/r82600_edac.c
4144
4145 EDAC-SBRIDGE
4146 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4147 L:      linux-edac@vger.kernel.org
4148 S:      Maintained
4149 F:      drivers/edac/sb_edac.c
4150
4151 EDAC-XGENE
4152 APPLIED MICRO (APM) X-GENE SOC EDAC
4153 M:     Loc Ho <lho@apm.com>
4154 S:     Supported
4155 F:     drivers/edac/xgene_edac.c
4156 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4157
4158 EDIROL UA-101/UA-1000 DRIVER
4159 M:      Clemens Ladisch <clemens@ladisch.de>
4160 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4161 T:      git git://git.alsa-project.org/alsa-kernel.git
4162 S:      Maintained
4163 F:      sound/usb/misc/ua101.c
4164
4165 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4166 M:      Matt Fleming <matt@codeblueprint.co.uk>
4167 L:      linux-efi@vger.kernel.org
4168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4169 S:      Maintained
4170 F:      Documentation/efi-stub.txt
4171 F:      arch/ia64/kernel/efi.c
4172 F:      arch/x86/boot/compressed/eboot.[ch]
4173 F:      arch/x86/include/asm/efi.h
4174 F:      arch/x86/platform/efi/*
4175 F:      drivers/firmware/efi/*
4176 F:      include/linux/efi*.h
4177
4178 EFI VARIABLE FILESYSTEM
4179 M:      Matthew Garrett <matthew.garrett@nebula.com>
4180 M:      Jeremy Kerr <jk@ozlabs.org>
4181 M:      Matt Fleming <matt@codeblueprint.co.uk>
4182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4183 L:      linux-efi@vger.kernel.org
4184 S:      Maintained
4185 F:      fs/efivarfs/
4186
4187 EFIFB FRAMEBUFFER DRIVER
4188 L:      linux-fbdev@vger.kernel.org
4189 M:      Peter Jones <pjones@redhat.com>
4190 S:      Maintained
4191 F:      drivers/video/fbdev/efifb.c
4192
4193 EFS FILESYSTEM
4194 W:      http://aeschi.ch.eu.org/efs/
4195 S:      Orphan
4196 F:      fs/efs/
4197
4198 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4199 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4200 L:      netdev@vger.kernel.org
4201 S:      Maintained
4202 F:      drivers/net/ethernet/ibm/ehea/
4203
4204 EM28XX VIDEO4LINUX DRIVER
4205 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4206 L:      linux-media@vger.kernel.org
4207 W:      https://linuxtv.org
4208 T:      git git://linuxtv.org/media_tree.git
4209 S:      Maintained
4210 F:      drivers/media/usb/em28xx/
4211
4212 EMBEDDED LINUX
4213 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4214 M:      Matt Mackall <mpm@selenic.com>
4215 M:      David Woodhouse <dwmw2@infradead.org>
4216 L:      linux-embedded@vger.kernel.org
4217 S:      Maintained
4218
4219 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4220 M:      James Smart <james.smart@avagotech.com>
4221 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4222 L:      linux-scsi@vger.kernel.org
4223 W:      http://www.avagotech.com
4224 S:      Supported
4225 F:      drivers/scsi/lpfc/
4226
4227 ENE CB710 FLASH CARD READER DRIVER
4228 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4229 S:      Maintained
4230 F:      drivers/misc/cb710/
4231 F:      drivers/mmc/host/cb710-mmc.*
4232 F:      include/linux/cb710.h
4233
4234 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4235 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4236 S:      Maintained
4237 F:      drivers/media/rc/ene_ir.*
4238
4239 ENHANCED ERROR HANDLING (EEH)
4240 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4241 L:      linuxppc-dev@lists.ozlabs.org
4242 S:      Supported
4243 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4244 F:      arch/powerpc/kernel/eeh*.c
4245
4246 EPSON S1D13XXX FRAMEBUFFER DRIVER
4247 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4248 S:      Maintained
4249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4250 F:      drivers/video/fbdev/s1d13xxxfb.c
4251 F:      include/video/s1d13xxxfb.h
4252
4253 ET131X NETWORK DRIVER
4254 M:      Mark Einon <mark.einon@gmail.com>
4255 S:      Odd Fixes
4256 F:      drivers/net/ethernet/agere/
4257
4258 ETHERNET BRIDGE
4259 M:      Stephen Hemminger <stephen@networkplumber.org>
4260 L:      bridge@lists.linux-foundation.org
4261 L:      netdev@vger.kernel.org
4262 W:      http://www.linuxfoundation.org/en/Net:Bridge
4263 S:      Maintained
4264 F:      include/linux/netfilter_bridge/
4265 F:      net/bridge/
4266
4267 ETHERNET PHY LIBRARY
4268 M:      Florian Fainelli <f.fainelli@gmail.com>
4269 L:      netdev@vger.kernel.org
4270 S:      Maintained
4271 F:      include/linux/phy.h
4272 F:      include/linux/phy_fixed.h
4273 F:      drivers/net/phy/
4274 F:      Documentation/networking/phy.txt
4275 F:      drivers/of/of_mdio.c
4276 F:      drivers/of/of_net.c
4277
4278 EXT2 FILE SYSTEM
4279 M:      Jan Kara <jack@suse.com>
4280 L:      linux-ext4@vger.kernel.org
4281 S:      Maintained
4282 F:      Documentation/filesystems/ext2.txt
4283 F:      fs/ext2/
4284 F:      include/linux/ext2*
4285
4286 EXT4 FILE SYSTEM
4287 M:      "Theodore Ts'o" <tytso@mit.edu>
4288 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4289 L:      linux-ext4@vger.kernel.org
4290 W:      http://ext4.wiki.kernel.org
4291 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4293 S:      Maintained
4294 F:      Documentation/filesystems/ext4.txt
4295 F:      fs/ext4/
4296
4297 Extended Verification Module (EVM)
4298 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4299 L:      linux-ima-devel@lists.sourceforge.net
4300 L:      linux-security-module@vger.kernel.org
4301 S:      Supported
4302 F:      security/integrity/evm/
4303
4304 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4305 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4306 M:      Chanwoo Choi <cw00.choi@samsung.com>
4307 L:      linux-kernel@vger.kernel.org
4308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4309 S:      Maintained
4310 F:      drivers/extcon/
4311 F:      include/linux/extcon/
4312 F:      include/linux/extcon.h
4313 F:      Documentation/extcon/
4314 F:      Documentation/devicetree/bindings/extcon/
4315
4316 EXYNOS DP DRIVER
4317 M:      Jingoo Han <jingoohan1@gmail.com>
4318 L:      dri-devel@lists.freedesktop.org
4319 S:      Maintained
4320 F:      drivers/gpu/drm/exynos/exynos_dp*
4321
4322 EXYNOS MIPI DISPLAY DRIVERS
4323 M:      Inki Dae <inki.dae@samsung.com>
4324 M:      Donghwa Lee <dh09.lee@samsung.com>
4325 M:      Kyungmin Park <kyungmin.park@samsung.com>
4326 L:      linux-fbdev@vger.kernel.org
4327 S:      Maintained
4328 F:      drivers/video/fbdev/exynos/exynos_mipi*
4329 F:      include/video/exynos_mipi*
4330
4331 F71805F HARDWARE MONITORING DRIVER
4332 M:      Jean Delvare <jdelvare@suse.com>
4333 L:      lm-sensors@lm-sensors.org
4334 S:      Maintained
4335 F:      Documentation/hwmon/f71805f
4336 F:      drivers/hwmon/f71805f.c
4337
4338 FC0011 TUNER DRIVER
4339 M:      Michael Buesch <m@bues.ch>
4340 L:      linux-media@vger.kernel.org
4341 S:      Maintained
4342 F:      drivers/media/tuners/fc0011.h
4343 F:      drivers/media/tuners/fc0011.c
4344
4345 FC2580 MEDIA DRIVER
4346 M:      Antti Palosaari <crope@iki.fi>
4347 L:      linux-media@vger.kernel.org
4348 W:      https://linuxtv.org
4349 W:      http://palosaari.fi/linux/
4350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4351 T:      git git://linuxtv.org/anttip/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/tuners/fc2580*
4354
4355 FANOTIFY
4356 M:      Eric Paris <eparis@redhat.com>
4357 S:      Maintained
4358 F:      fs/notify/fanotify/
4359 F:      include/linux/fanotify.h
4360 F:      include/uapi/linux/fanotify.h
4361
4362 FARSYNC SYNCHRONOUS DRIVER
4363 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4364 W:      http://www.farsite.co.uk/
4365 S:      Supported
4366 F:      drivers/net/wan/farsync.*
4367
4368 FAULT INJECTION SUPPORT
4369 M:      Akinobu Mita <akinobu.mita@gmail.com>
4370 S:      Supported
4371 F:      Documentation/fault-injection/
4372 F:      lib/fault-inject.c
4373
4374 FBTFT Framebuffer drivers
4375 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4376 M:      Noralf Trønnes <noralf@tronnes.org>
4377 S:      Maintained
4378 F:      drivers/staging/fbtft/
4379
4380 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4381 M:      Vasu Dev <vasu.dev@intel.com>
4382 L:      fcoe-devel@open-fcoe.org
4383 W:      www.Open-FCoE.org
4384 S:      Supported
4385 F:      drivers/scsi/libfc/
4386 F:      drivers/scsi/fcoe/
4387 F:      include/scsi/fc/
4388 F:      include/scsi/libfc.h
4389 F:      include/scsi/libfcoe.h
4390 F:      include/uapi/scsi/fc/
4391
4392 FILE LOCKING (flock() and fcntl()/lockf())
4393 M:      Jeff Layton <jlayton@poochiereds.net>
4394 M:      "J. Bruce Fields" <bfields@fieldses.org>
4395 L:      linux-fsdevel@vger.kernel.org
4396 S:      Maintained
4397 F:      include/linux/fcntl.h
4398 F:      include/linux/fs.h
4399 F:      include/uapi/linux/fcntl.h
4400 F:      include/uapi/linux/fs.h
4401 F:      fs/fcntl.c
4402 F:      fs/locks.c
4403
4404 FILESYSTEMS (VFS and infrastructure)
4405 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4406 L:      linux-fsdevel@vger.kernel.org
4407 S:      Maintained
4408 F:      fs/*
4409
4410 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4411 M:      Riku Voipio <riku.voipio@iki.fi>
4412 L:      lm-sensors@lm-sensors.org
4413 S:      Maintained
4414 F:      drivers/hwmon/f75375s.c
4415 F:      include/linux/f75375s.h
4416
4417 FIREWIRE AUDIO DRIVERS
4418 M:      Clemens Ladisch <clemens@ladisch.de>
4419 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4420 T:      git git://git.alsa-project.org/alsa-kernel.git
4421 S:      Maintained
4422 F:      sound/firewire/
4423
4424 FIREWIRE MEDIA DRIVERS (firedtv)
4425 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4426 L:      linux-media@vger.kernel.org
4427 L:      linux1394-devel@lists.sourceforge.net
4428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4429 S:      Maintained
4430 F:      drivers/media/firewire/
4431
4432 FIREWIRE SBP-2 TARGET
4433 M:      Chris Boot <bootc@bootc.net>
4434 L:      linux-scsi@vger.kernel.org
4435 L:      target-devel@vger.kernel.org
4436 L:      linux1394-devel@lists.sourceforge.net
4437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4438 S:      Maintained
4439 F:      drivers/target/sbp/
4440
4441 FIREWIRE SUBSYSTEM
4442 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4443 L:      linux1394-devel@lists.sourceforge.net
4444 W:      http://ieee1394.wiki.kernel.org/
4445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4446 S:      Maintained
4447 F:      drivers/firewire/
4448 F:      include/linux/firewire.h
4449 F:      include/uapi/linux/firewire*.h
4450 F:      tools/firewire/
4451
4452 FIRMWARE LOADER (request_firmware)
4453 M:      Ming Lei <ming.lei@canonical.com>
4454 L:      linux-kernel@vger.kernel.org
4455 S:      Maintained
4456 F:      Documentation/firmware_class/
4457 F:      drivers/base/firmware*.c
4458 F:      include/linux/firmware.h
4459
4460 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4461 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4462 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4463 S:      Maintained
4464 F:      drivers/block/rsxx/
4465
4466 FLOPPY DRIVER
4467 M:      Jiri Kosina <jikos@kernel.org>
4468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4469 S:      Odd fixes
4470 F:      drivers/block/floppy.c
4471
4472 FMC SUBSYSTEM
4473 M:      Alessandro Rubini <rubini@gnudd.com>
4474 W:      http://www.ohwr.org/projects/fmc-bus
4475 S:      Supported
4476 F:      drivers/fmc/
4477 F:      include/linux/fmc*.h
4478 F:      include/linux/ipmi-fru.h
4479 K:      fmc_d.*register
4480
4481 FPGA MANAGER FRAMEWORK
4482 M:      Alan Tull <atull@opensource.altera.com>
4483 R:      Moritz Fischer <moritz.fischer@ettus.com>
4484 S:      Maintained
4485 F:      drivers/fpga/
4486 F:      include/linux/fpga/fpga-mgr.h
4487 W:      http://www.rocketboards.org
4488
4489 FPU EMULATOR
4490 M:      Bill Metzenthen <billm@melbpc.org.au>
4491 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4492 S:      Maintained
4493 F:      arch/x86/math-emu/
4494
4495 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4496 L:      netdev@vger.kernel.org
4497 S:      Orphan
4498 F:      drivers/net/wan/dlci.c
4499 F:      drivers/net/wan/sdla.c
4500
4501 FRAMEBUFFER LAYER
4502 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4503 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4504 L:      linux-fbdev@vger.kernel.org
4505 W:      http://linux-fbdev.sourceforge.net/
4506 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4508 S:      Maintained
4509 F:      Documentation/fb/
4510 F:      drivers/video/
4511 F:      include/video/
4512 F:      include/linux/fb.h
4513 F:      include/uapi/video/
4514 F:      include/uapi/linux/fb.h
4515
4516 FREESCALE DIU FRAMEBUFFER DRIVER
4517 M:      Timur Tabi <timur@tabi.org>
4518 L:      linux-fbdev@vger.kernel.org
4519 S:      Maintained
4520 F:      drivers/video/fbdev/fsl-diu-fb.*
4521
4522 FREESCALE DMA DRIVER
4523 M:      Li Yang <leoli@freescale.com>
4524 M:      Zhang Wei <zw@zh-kernel.org>
4525 L:      linuxppc-dev@lists.ozlabs.org
4526 S:      Maintained
4527 F:      drivers/dma/fsldma.*
4528
4529 FREESCALE GPMI NAND DRIVER
4530 M:      Han Xu <han.xu@nxp.com>
4531 L:      linux-mtd@lists.infradead.org
4532 S:      Maintained
4533 F:      drivers/mtd/nand/gpmi-nand/*
4534
4535 FREESCALE I2C CPM DRIVER
4536 M:      Jochen Friedrich <jochen@scram.de>
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 L:      linux-i2c@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/i2c/busses/i2c-cpm.c
4541
4542 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4543 M:      Sascha Hauer <kernel@pengutronix.de>
4544 L:      linux-fbdev@vger.kernel.org
4545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4546 S:      Maintained
4547 F:      include/linux/platform_data/video-imxfb.h
4548 F:      drivers/video/fbdev/imxfb.c
4549
4550 FREESCALE QUAD SPI DRIVER
4551 M:      Han Xu <han.xu@nxp.com>
4552 L:      linux-mtd@lists.infradead.org
4553 S:      Maintained
4554 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4555
4556 FREESCALE SOC FS_ENET DRIVER
4557 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4558 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4559 L:      linuxppc-dev@lists.ozlabs.org
4560 L:      netdev@vger.kernel.org
4561 S:      Maintained
4562 F:      drivers/net/ethernet/freescale/fs_enet/
4563 F:      include/linux/fs_enet_pd.h
4564
4565 FREESCALE IMX / MXC FEC DRIVER
4566 M:      Fugang Duan <fugang.duan@nxp.com>
4567 L:      netdev@vger.kernel.org
4568 S:      Maintained
4569 F:      drivers/net/ethernet/freescale/fec_main.c
4570 F:      drivers/net/ethernet/freescale/fec_ptp.c
4571 F:      drivers/net/ethernet/freescale/fec.h
4572 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4573
4574 FREESCALE QUICC ENGINE LIBRARY
4575 L:      linuxppc-dev@lists.ozlabs.org
4576 S:      Orphan
4577 F:      drivers/soc/fsl/qe/
4578 F:      include/soc/fsl/*qe*.h
4579 F:      include/soc/fsl/*ucc*.h
4580
4581 FREESCALE USB PERIPHERAL DRIVERS
4582 M:      Li Yang <leoli@freescale.com>
4583 L:      linux-usb@vger.kernel.org
4584 L:      linuxppc-dev@lists.ozlabs.org
4585 S:      Maintained
4586 F:      drivers/usb/gadget/udc/fsl*
4587
4588 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4589 M:      Li Yang <leoli@freescale.com>
4590 L:      netdev@vger.kernel.org
4591 L:      linuxppc-dev@lists.ozlabs.org
4592 S:      Maintained
4593 F:      drivers/net/ethernet/freescale/ucc_geth*
4594
4595 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4596 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4597 L:      netdev@vger.kernel.org
4598 S:      Maintained
4599 F:      drivers/net/ethernet/freescale/gianfar*
4600 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4601 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4602
4603 FREESCALE QUICC ENGINE UCC UART DRIVER
4604 M:      Timur Tabi <timur@tabi.org>
4605 L:      linuxppc-dev@lists.ozlabs.org
4606 S:      Maintained
4607 F:      drivers/tty/serial/ucc_uart.c
4608
4609 FREESCALE SOC SOUND DRIVERS
4610 M:      Timur Tabi <timur@tabi.org>
4611 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4612 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4613 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4614 L:      linuxppc-dev@lists.ozlabs.org
4615 S:      Maintained
4616 F:      sound/soc/fsl/fsl*
4617 F:      sound/soc/fsl/imx*
4618 F:      sound/soc/fsl/mpc8610_hpcd.c
4619
4620 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4621 M:      "J. German Rivera" <German.Rivera@freescale.com>
4622 L:      linux-kernel@vger.kernel.org
4623 S:      Maintained
4624 F:      drivers/staging/fsl-mc/
4625
4626 FREEVXFS FILESYSTEM
4627 M:      Christoph Hellwig <hch@infradead.org>
4628 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4629 S:      Maintained
4630 F:      fs/freevxfs/
4631
4632 FREEZER
4633 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4634 M:      Pavel Machek <pavel@ucw.cz>
4635 L:      linux-pm@vger.kernel.org
4636 S:      Supported
4637 F:      Documentation/power/freezing-of-tasks.txt
4638 F:      include/linux/freezer.h
4639 F:      kernel/freezer.c
4640
4641 FRONTSWAP API
4642 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4643 L:      linux-kernel@vger.kernel.org
4644 S:      Maintained
4645 F:      mm/frontswap.c
4646 F:      include/linux/frontswap.h
4647
4648 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4649 M:      David Howells <dhowells@redhat.com>
4650 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4651 S:      Supported
4652 F:      Documentation/filesystems/caching/
4653 F:      fs/fscache/
4654 F:      include/linux/fscache*.h
4655
4656 F2FS FILE SYSTEM
4657 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4658 M:      Changman Lee <cm224.lee@samsung.com>
4659 R:      Chao Yu <chao2.yu@samsung.com>
4660 L:      linux-f2fs-devel@lists.sourceforge.net
4661 W:      http://en.wikipedia.org/wiki/F2FS
4662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4663 S:      Maintained
4664 F:      Documentation/filesystems/f2fs.txt
4665 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4666 F:      fs/f2fs/
4667 F:      include/linux/f2fs_fs.h
4668 F:      include/trace/events/f2fs.h
4669
4670 FUJITSU FR-V (FRV) PORT
4671 S:      Orphan
4672 F:      arch/frv/
4673
4674 FUJITSU LAPTOP EXTRAS
4675 M:      Jonathan Woithe <jwoithe@just42.net>
4676 L:      platform-driver-x86@vger.kernel.org
4677 S:      Maintained
4678 F:      drivers/platform/x86/fujitsu-laptop.c
4679
4680 FUJITSU M-5MO LS CAMERA ISP DRIVER
4681 M:      Kyungmin Park <kyungmin.park@samsung.com>
4682 M:      Heungjun Kim <riverful.kim@samsung.com>
4683 L:      linux-media@vger.kernel.org
4684 S:      Maintained
4685 F:      drivers/media/i2c/m5mols/
4686 F:      include/media/i2c/m5mols.h
4687
4688 FUJITSU TABLET EXTRAS
4689 M:      Robert Gerlach <khnz@gmx.de>
4690 L:      platform-driver-x86@vger.kernel.org
4691 S:      Maintained
4692 F:      drivers/platform/x86/fujitsu-tablet.c
4693
4694 FUSE: FILESYSTEM IN USERSPACE
4695 M:      Miklos Szeredi <miklos@szeredi.hu>
4696 L:      fuse-devel@lists.sourceforge.net
4697 W:      http://fuse.sourceforge.net/
4698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4699 S:      Maintained
4700 F:      fs/fuse/
4701 F:      include/uapi/linux/fuse.h
4702 F:      Documentation/filesystems/fuse.txt
4703
4704 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4705 M:      Rik Faith <faith@cs.unc.edu>
4706 L:      linux-scsi@vger.kernel.org
4707 S:      Odd Fixes (e.g., new signatures)
4708 F:      drivers/scsi/fdomain.*
4709
4710 GCOV BASED KERNEL PROFILING
4711 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4712 S:      Maintained
4713 F:      kernel/gcov/
4714 F:      Documentation/gcov.txt
4715
4716 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4717 M:      Achim Leubner <achim_leubner@adaptec.com>
4718 L:      linux-scsi@vger.kernel.org
4719 W:      http://www.icp-vortex.com/
4720 S:      Supported
4721 F:      drivers/scsi/gdt*
4722
4723 GDB KERNEL DEBUGGING HELPER SCRIPTS
4724 M:      Jan Kiszka <jan.kiszka@siemens.com>
4725 S:      Supported
4726 F:      scripts/gdb/
4727
4728 GEMTEK FM RADIO RECEIVER DRIVER
4729 M:      Hans Verkuil <hverkuil@xs4all.nl>
4730 L:      linux-media@vger.kernel.org
4731 T:      git git://linuxtv.org/media_tree.git
4732 W:      https://linuxtv.org
4733 S:      Maintained
4734 F:      drivers/media/radio/radio-gemtek*
4735
4736 GENERIC GPIO I2C DRIVER
4737 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4738 S:      Supported
4739 F:      drivers/i2c/busses/i2c-gpio.c
4740 F:      include/linux/i2c-gpio.h
4741
4742 GENERIC GPIO I2C MULTIPLEXER DRIVER
4743 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4744 L:      linux-i2c@vger.kernel.org
4745 S:      Supported
4746 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4747 F:      include/linux/i2c-mux-gpio.h
4748 F:      Documentation/i2c/muxes/i2c-mux-gpio
4749
4750 GENERIC HDLC (WAN) DRIVERS
4751 M:      Krzysztof Halasa <khc@pm.waw.pl>
4752 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4753 S:      Maintained
4754 F:      drivers/net/wan/c101.c
4755 F:      drivers/net/wan/hd6457*
4756 F:      drivers/net/wan/hdlc*
4757 F:      drivers/net/wan/n2.c
4758 F:      drivers/net/wan/pc300too.c
4759 F:      drivers/net/wan/pci200syn.c
4760 F:      drivers/net/wan/wanxl*
4761
4762 GENERIC INCLUDE/ASM HEADER FILES
4763 M:      Arnd Bergmann <arnd@arndb.de>
4764 L:      linux-arch@vger.kernel.org
4765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4766 S:      Maintained
4767 F:      include/asm-generic/
4768 F:      include/uapi/asm-generic/
4769
4770 GENERIC PHY FRAMEWORK
4771 M:      Kishon Vijay Abraham I <kishon@ti.com>
4772 L:      linux-kernel@vger.kernel.org
4773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4774 S:      Supported
4775 F:      drivers/phy/
4776 F:      include/linux/phy/
4777
4778 GENERIC PM DOMAINS
4779 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4780 M:      Kevin Hilman <khilman@kernel.org>
4781 M:      Ulf Hansson <ulf.hansson@linaro.org>
4782 L:      linux-pm@vger.kernel.org
4783 S:      Supported
4784 F:      drivers/base/power/domain*.c
4785 F:      include/linux/pm_domain.h
4786
4787 GENERIC UIO DRIVER FOR PCI DEVICES
4788 M:      "Michael S. Tsirkin" <mst@redhat.com>
4789 L:      kvm@vger.kernel.org
4790 S:      Supported
4791 F:      drivers/uio/uio_pci_generic.c
4792
4793 GET_MAINTAINER SCRIPT
4794 M:      Joe Perches <joe@perches.com>
4795 S:      Maintained
4796 F:      scripts/get_maintainer.pl
4797
4798 GFS2 FILE SYSTEM
4799 M:      Steven Whitehouse <swhiteho@redhat.com>
4800 M:      Bob Peterson <rpeterso@redhat.com>
4801 L:      cluster-devel@redhat.com
4802 W:      http://sources.redhat.com/cluster/
4803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4804 S:      Supported
4805 F:      Documentation/filesystems/gfs2*.txt
4806 F:      fs/gfs2/
4807 F:      include/uapi/linux/gfs2_ondisk.h
4808
4809 GIGASET ISDN DRIVERS
4810 M:      Paul Bolle <pebolle@tiscali.nl>
4811 L:      gigaset307x-common@lists.sourceforge.net
4812 W:      http://gigaset307x.sourceforge.net/
4813 S:      Odd Fixes
4814 F:      Documentation/isdn/README.gigaset
4815 F:      drivers/isdn/gigaset/
4816 F:      include/uapi/linux/gigaset_dev.h
4817
4818 GO7007 MPEG CODEC
4819 M:      Hans Verkuil <hans.verkuil@cisco.com>
4820 L:      linux-media@vger.kernel.org
4821 S:      Maintained
4822 F:      drivers/media/usb/go7007/
4823
4824 GOODIX TOUCHSCREEN
4825 M:      Bastien Nocera <hadess@hadess.net>
4826 L:      linux-input@vger.kernel.org
4827 S:      Maintained
4828 F:      drivers/input/touchscreen/goodix.c
4829
4830 GPIO SUBSYSTEM
4831 M:      Linus Walleij <linus.walleij@linaro.org>
4832 M:      Alexandre Courbot <gnurou@gmail.com>
4833 L:      linux-gpio@vger.kernel.org
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4835 S:      Maintained
4836 F:      Documentation/gpio/
4837 F:      drivers/gpio/
4838 F:      include/linux/gpio/
4839 F:      include/linux/gpio.h
4840 F:      include/asm-generic/gpio.h
4841
4842 GRE DEMULTIPLEXER DRIVER
4843 M:      Dmitry Kozlov <xeb@mail.ru>
4844 L:      netdev@vger.kernel.org
4845 S:      Maintained
4846 F:      net/ipv4/gre_demux.c
4847 F:      net/ipv4/gre_offload.c
4848 F:      include/net/gre.h
4849
4850 GRETH 10/100/1G Ethernet MAC device driver
4851 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4852 L:      netdev@vger.kernel.org
4853 S:      Maintained
4854 F:      drivers/net/ethernet/aeroflex/
4855
4856 GSPCA FINEPIX SUBDRIVER
4857 M:      Frank Zago <frank@zago.net>
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/finepix.c
4862
4863 GSPCA GL860 SUBDRIVER
4864 M:      Olivier Lorin <o.lorin@laposte.net>
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/gl860/
4869
4870 GSPCA M5602 SUBDRIVER
4871 M:      Erik Andren <erik.andren@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/m5602/
4876
4877 GSPCA PAC207 SONIXB SUBDRIVER
4878 M:      Hans de Goede <hdegoede@redhat.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/pac207.c
4883
4884 GSPCA SN9C20X SUBDRIVER
4885 M:      Brian Johnson <brijohn@gmail.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/sn9c20x.c
4890
4891 GSPCA T613 SUBDRIVER
4892 M:      Leandro Costantino <lcostantino@gmail.com>
4893 L:      linux-media@vger.kernel.org
4894 T:      git git://linuxtv.org/media_tree.git
4895 S:      Maintained
4896 F:      drivers/media/usb/gspca/t613.c
4897
4898 GSPCA USB WEBCAM DRIVER
4899 M:      Hans de Goede <hdegoede@redhat.com>
4900 L:      linux-media@vger.kernel.org
4901 T:      git git://linuxtv.org/media_tree.git
4902 S:      Maintained
4903 F:      drivers/media/usb/gspca/
4904
4905 GUID PARTITION TABLE (GPT)
4906 M:      Davidlohr Bueso <dave@stgolabs.net>
4907 L:      linux-efi@vger.kernel.org
4908 S:      Maintained
4909 F:      block/partitions/efi.*
4910
4911 STK1160 USB VIDEO CAPTURE DRIVER
4912 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4913 L:      linux-media@vger.kernel.org
4914 T:      git git://linuxtv.org/media_tree.git
4915 S:      Maintained
4916 F:      drivers/media/usb/stk1160/
4917
4918 H8/300 ARCHITECTURE
4919 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4920 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4921 W:      http://uclinux-h8.sourceforge.jp
4922 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4923 S:      Maintained
4924 F:      arch/h8300/
4925 F:      drivers/clocksource/h8300_*.c
4926 F:      drivers/clk/h8300/
4927 F:      drivers/irqchip/irq-renesas-h8*.c
4928
4929 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4930 M:      Frank Seidel <frank@f-seidel.de>
4931 L:      platform-driver-x86@vger.kernel.org
4932 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4933 S:      Maintained
4934 F:      drivers/platform/x86/hdaps.c
4935
4936 HDPVR USB VIDEO ENCODER DRIVER
4937 M:      Hans Verkuil <hverkuil@xs4all.nl>
4938 L:      linux-media@vger.kernel.org
4939 T:      git git://linuxtv.org/media_tree.git
4940 W:      https://linuxtv.org
4941 S:      Odd Fixes
4942 F:      drivers/media/usb/hdpvr/
4943
4944 HWPOISON MEMORY FAILURE HANDLING
4945 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4946 L:      linux-mm@kvack.org
4947 S:      Maintained
4948 F:      mm/memory-failure.c
4949 F:      mm/hwpoison-inject.c
4950
4951 HYPERVISOR VIRTUAL CONSOLE DRIVER
4952 L:      linuxppc-dev@lists.ozlabs.org
4953 S:      Odd Fixes
4954 F:      drivers/tty/hvc/
4955
4956 HACKRF MEDIA DRIVER
4957 M:      Antti Palosaari <crope@iki.fi>
4958 L:      linux-media@vger.kernel.org
4959 W:      https://linuxtv.org
4960 W:      http://palosaari.fi/linux/
4961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4962 T:      git git://linuxtv.org/anttip/media_tree.git
4963 S:      Maintained
4964 F:      drivers/media/usb/hackrf/
4965
4966 HARDWARE MONITORING
4967 M:      Jean Delvare <jdelvare@suse.com>
4968 M:      Guenter Roeck <linux@roeck-us.net>
4969 L:      lm-sensors@lm-sensors.org
4970 W:      http://www.lm-sensors.org/
4971 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4973 S:      Maintained
4974 F:      Documentation/hwmon/
4975 F:      drivers/hwmon/
4976 F:      include/linux/hwmon*.h
4977
4978 HARDWARE RANDOM NUMBER GENERATOR CORE
4979 M:      Matt Mackall <mpm@selenic.com>
4980 M:      Herbert Xu <herbert@gondor.apana.org.au>
4981 L:      linux-crypto@vger.kernel.org
4982 S:      Odd fixes
4983 F:      Documentation/hw_random.txt
4984 F:      drivers/char/hw_random/
4985 F:      include/linux/hw_random.h
4986
4987 HARDWARE SPINLOCK CORE
4988 M:      Ohad Ben-Cohen <ohad@wizery.com>
4989 S:      Maintained
4990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4991 F:      Documentation/hwspinlock.txt
4992 F:      drivers/hwspinlock/hwspinlock_*
4993 F:      include/linux/hwspinlock.h
4994
4995 HARMONY SOUND DRIVER
4996 L:      linux-parisc@vger.kernel.org
4997 S:      Maintained
4998 F:      sound/parisc/harmony.*
4999
5000 HD29L2 MEDIA DRIVER
5001 M:      Antti Palosaari <crope@iki.fi>
5002 L:      linux-media@vger.kernel.org
5003 W:      https://linuxtv.org
5004 W:      http://palosaari.fi/linux/
5005 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5006 T:      git git://linuxtv.org/anttip/media_tree.git
5007 S:      Maintained
5008 F:      drivers/media/dvb-frontends/hd29l2*
5009
5010 HEWLETT-PACKARD SMART2 RAID DRIVER
5011 L:      iss_storagedev@hp.com
5012 S:      Orphan
5013 F:      Documentation/blockdev/cpqarray.txt
5014 F:      drivers/block/cpqarray.*
5015
5016 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5017 M:      Don Brace <don.brace@pmcs.com>
5018 L:      iss_storagedev@hp.com
5019 L:      storagedev@pmcs.com
5020 L:      linux-scsi@vger.kernel.org
5021 S:      Supported
5022 F:      Documentation/scsi/hpsa.txt
5023 F:      drivers/scsi/hpsa*.[ch]
5024 F:      include/linux/cciss*.h
5025 F:      include/uapi/linux/cciss*.h
5026
5027 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5028 M:      Don Brace <don.brace@pmcs.com>
5029 L:      iss_storagedev@hp.com
5030 L:      storagedev@pmcs.com
5031 L:      linux-scsi@vger.kernel.org
5032 S:      Supported
5033 F:      Documentation/blockdev/cciss.txt
5034 F:      drivers/block/cciss*
5035 F:      include/linux/cciss_ioctl.h
5036 F:      include/uapi/linux/cciss_ioctl.h
5037
5038 HFS FILESYSTEM
5039 L:      linux-fsdevel@vger.kernel.org
5040 S:      Orphan
5041 F:      Documentation/filesystems/hfs.txt
5042 F:      fs/hfs/
5043
5044 HFSPLUS FILESYSTEM
5045 L:      linux-fsdevel@vger.kernel.org
5046 S:      Orphan
5047 F:      Documentation/filesystems/hfsplus.txt
5048 F:      fs/hfsplus/
5049
5050 HGA FRAMEBUFFER DRIVER
5051 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5052 L:      linux-nvidia@lists.surfsouth.com
5053 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5054 S:      Maintained
5055 F:      drivers/video/fbdev/hgafb.c
5056
5057 HIBERNATION (aka Software Suspend, aka swsusp)
5058 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5059 M:      Pavel Machek <pavel@ucw.cz>
5060 L:      linux-pm@vger.kernel.org
5061 S:      Supported
5062 F:      arch/x86/power/
5063 F:      drivers/base/power/
5064 F:      kernel/power/
5065 F:      include/linux/suspend.h
5066 F:      include/linux/freezer.h
5067 F:      include/linux/pm.h
5068 F:      arch/*/include/asm/suspend*.h
5069
5070 HID CORE LAYER
5071 M:      Jiri Kosina <jikos@kernel.org>
5072 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5073 L:      linux-input@vger.kernel.org
5074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5075 S:      Maintained
5076 F:      drivers/hid/
5077 F:      include/linux/hid*
5078 F:      include/uapi/linux/hid*
5079
5080 HID SENSOR HUB DRIVERS
5081 M:      Jiri Kosina <jikos@kernel.org>
5082 M:      Jonathan Cameron <jic23@kernel.org>
5083 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5084 L:      linux-input@vger.kernel.org
5085 L:      linux-iio@vger.kernel.org
5086 S:      Maintained
5087 F:      Documentation/hid/hid-sensor*
5088 F:      drivers/hid/hid-sensor-*
5089 F:      drivers/iio/*/hid-*
5090 F:      include/linux/hid-sensor-*
5091
5092 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5093 M:      Thomas Gleixner <tglx@linutronix.de>
5094 L:      linux-kernel@vger.kernel.org
5095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5096 S:      Maintained
5097 F:      Documentation/timers/
5098 F:      kernel/time/hrtimer.c
5099 F:      kernel/time/clockevents.c
5100 F:      kernel/time/tick*.*
5101 F:      kernel/time/timer_*.c
5102 F:      include/linux/clockchips.h
5103 F:      include/linux/hrtimer.h
5104
5105 HIGH-SPEED SCC DRIVER FOR AX.25
5106 L:      linux-hams@vger.kernel.org
5107 S:      Orphan
5108 F:      drivers/net/hamradio/dmascc.c
5109 F:      drivers/net/hamradio/scc.c
5110
5111 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5112 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5113 W:      http://www.highpoint-tech.com
5114 S:      Supported
5115 F:      Documentation/scsi/hptiop.txt
5116 F:      drivers/scsi/hptiop.c
5117
5118 HIPPI
5119 M:      Jes Sorensen <jes@trained-monkey.org>
5120 L:      linux-hippi@sunsite.dk
5121 S:      Maintained
5122 F:      include/linux/hippidevice.h
5123 F:      include/uapi/linux/if_hippi.h
5124 F:      net/802/hippi.c
5125 F:      drivers/net/hippi/
5126
5127 HISILICON SAS Controller
5128 M:      John Garry <john.garry@huawei.com>
5129 W:      http://www.hisilicon.com
5130 S:      Supported
5131 F:      drivers/scsi/hisi_sas/
5132 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5133
5134 HOST AP DRIVER
5135 M:      Jouni Malinen <j@w1.fi>
5136 L:      hostap@shmoo.com (subscribers-only)
5137 L:      linux-wireless@vger.kernel.org
5138 W:      http://hostap.epitest.fi/
5139 S:      Maintained
5140 F:      drivers/net/wireless/intersil/hostap/
5141
5142 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5143 L:      platform-driver-x86@vger.kernel.org
5144 S:      Orphan
5145 F:      drivers/platform/x86/tc1100-wmi.c
5146
5147 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5148 M:      Jaroslav Kysela <perex@perex.cz>
5149 S:      Maintained
5150 F:      drivers/net/ethernet/hp/hp100.*
5151
5152 HPET:   High Precision Event Timers driver
5153 M:      Clemens Ladisch <clemens@ladisch.de>
5154 S:      Maintained
5155 F:      Documentation/timers/hpet.txt
5156 F:      drivers/char/hpet.c
5157 F:      include/linux/hpet.h
5158 F:      include/uapi/linux/hpet.h
5159
5160 HPET:   x86
5161 S:      Orphan
5162 F:      arch/x86/kernel/hpet.c
5163 F:      arch/x86/include/asm/hpet.h
5164
5165 HPFS FILESYSTEM
5166 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5167 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5168 S:      Maintained
5169 F:      fs/hpfs/
5170
5171 HSI SUBSYSTEM
5172 M:      Sebastian Reichel <sre@kernel.org>
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5174 S:      Maintained
5175 F:      Documentation/ABI/testing/sysfs-bus-hsi
5176 F:      Documentation/hsi.txt
5177 F:      drivers/hsi/
5178 F:      include/linux/hsi/
5179 F:      include/uapi/linux/hsi/
5180
5181 HSO 3G MODEM DRIVER
5182 M:      Jan Dumon <j.dumon@option.com>
5183 W:      http://www.pharscape.org
5184 S:      Maintained
5185 F:      drivers/net/usb/hso.c
5186
5187 HSR NETWORK PROTOCOL
5188 M:      Arvid Brodin <arvid.brodin@alten.se>
5189 L:      netdev@vger.kernel.org
5190 S:      Maintained
5191 F:      net/hsr/
5192
5193 HTCPEN TOUCHSCREEN DRIVER
5194 M:      Pau Oliva Fora <pof@eslack.org>
5195 L:      linux-input@vger.kernel.org
5196 S:      Maintained
5197 F:      drivers/input/touchscreen/htcpen.c
5198
5199 HUGETLB FILESYSTEM
5200 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5201 S:      Maintained
5202 F:      fs/hugetlbfs/
5203
5204 Hyper-V CORE AND DRIVERS
5205 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5206 M:      Haiyang Zhang <haiyangz@microsoft.com>
5207 L:      devel@linuxdriverproject.org
5208 S:      Maintained
5209 F:      arch/x86/include/asm/mshyperv.h
5210 F:      arch/x86/include/uapi/asm/hyperv.h
5211 F:      arch/x86/kernel/cpu/mshyperv.c
5212 F:      drivers/hid/hid-hyperv.c
5213 F:      drivers/hv/
5214 F:      drivers/input/serio/hyperv-keyboard.c
5215 F:      drivers/net/hyperv/
5216 F:      drivers/scsi/storvsc_drv.c
5217 F:      drivers/video/fbdev/hyperv_fb.c
5218 F:      include/linux/hyperv.h
5219 F:      tools/hv/
5220 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5221
5222 I2C OVER PARALLEL PORT
5223 M:      Jean Delvare <jdelvare@suse.com>
5224 L:      linux-i2c@vger.kernel.org
5225 S:      Maintained
5226 F:      Documentation/i2c/busses/i2c-parport
5227 F:      Documentation/i2c/busses/i2c-parport-light
5228 F:      drivers/i2c/busses/i2c-parport.c
5229 F:      drivers/i2c/busses/i2c-parport-light.c
5230
5231 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5232 M:      Jean Delvare <jdelvare@suse.com>
5233 L:      linux-i2c@vger.kernel.org
5234 S:      Maintained
5235 F:      Documentation/i2c/busses/i2c-ali1535
5236 F:      Documentation/i2c/busses/i2c-ali1563
5237 F:      Documentation/i2c/busses/i2c-ali15x3
5238 F:      Documentation/i2c/busses/i2c-amd756
5239 F:      Documentation/i2c/busses/i2c-amd8111
5240 F:      Documentation/i2c/busses/i2c-i801
5241 F:      Documentation/i2c/busses/i2c-nforce2
5242 F:      Documentation/i2c/busses/i2c-piix4
5243 F:      Documentation/i2c/busses/i2c-sis5595
5244 F:      Documentation/i2c/busses/i2c-sis630
5245 F:      Documentation/i2c/busses/i2c-sis96x
5246 F:      Documentation/i2c/busses/i2c-via
5247 F:      Documentation/i2c/busses/i2c-viapro
5248 F:      drivers/i2c/busses/i2c-ali1535.c
5249 F:      drivers/i2c/busses/i2c-ali1563.c
5250 F:      drivers/i2c/busses/i2c-ali15x3.c
5251 F:      drivers/i2c/busses/i2c-amd756.c
5252 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5253 F:      drivers/i2c/busses/i2c-amd8111.c
5254 F:      drivers/i2c/busses/i2c-i801.c
5255 F:      drivers/i2c/busses/i2c-isch.c
5256 F:      drivers/i2c/busses/i2c-nforce2.c
5257 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5258 F:      drivers/i2c/busses/i2c-piix4.c
5259 F:      drivers/i2c/busses/i2c-sis5595.c
5260 F:      drivers/i2c/busses/i2c-sis630.c
5261 F:      drivers/i2c/busses/i2c-sis96x.c
5262 F:      drivers/i2c/busses/i2c-via.c
5263 F:      drivers/i2c/busses/i2c-viapro.c
5264
5265 I2C/SMBUS ISMT DRIVER
5266 M:      Seth Heasley <seth.heasley@intel.com>
5267 M:      Neil Horman <nhorman@tuxdriver.com>
5268 L:      linux-i2c@vger.kernel.org
5269 F:      drivers/i2c/busses/i2c-ismt.c
5270 F:      Documentation/i2c/busses/i2c-ismt
5271
5272 I2C/SMBUS STUB DRIVER
5273 M:      Jean Delvare <jdelvare@suse.com>
5274 L:      linux-i2c@vger.kernel.org
5275 S:      Maintained
5276 F:      drivers/i2c/i2c-stub.c
5277
5278 I2C SUBSYSTEM
5279 M:      Wolfram Sang <wsa@the-dreams.de>
5280 L:      linux-i2c@vger.kernel.org
5281 W:      https://i2c.wiki.kernel.org/
5282 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5284 S:      Maintained
5285 F:      Documentation/devicetree/bindings/i2c/
5286 F:      Documentation/i2c/
5287 F:      drivers/i2c/
5288 F:      drivers/i2c/*/
5289 F:      include/linux/i2c.h
5290 F:      include/linux/i2c-*.h
5291 F:      include/uapi/linux/i2c.h
5292 F:      include/uapi/linux/i2c-*.h
5293
5294 I2C ACPI SUPPORT
5295 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5296 L:      linux-i2c@vger.kernel.org
5297 L:      linux-acpi@vger.kernel.org
5298 S:      Maintained
5299
5300 I2C-TAOS-EVM DRIVER
5301 M:      Jean Delvare <jdelvare@suse.com>
5302 L:      linux-i2c@vger.kernel.org
5303 S:      Maintained
5304 F:      Documentation/i2c/busses/i2c-taos-evm
5305 F:      drivers/i2c/busses/i2c-taos-evm.c
5306
5307 I2C-TINY-USB DRIVER
5308 M:      Till Harbaum <till@harbaum.org>
5309 L:      linux-i2c@vger.kernel.org
5310 W:      http://www.harbaum.org/till/i2c_tiny_usb
5311 S:      Maintained
5312 F:      drivers/i2c/busses/i2c-tiny-usb.c
5313
5314 i386 BOOT CODE
5315 M:      "H. Peter Anvin" <hpa@zytor.com>
5316 S:      Maintained
5317 F:      arch/x86/boot/
5318
5319 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5320 M:      "H. Peter Anvin" <hpa@zytor.com>
5321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5322 S:      Maintained
5323
5324 IA64 (Itanium) PLATFORM
5325 M:      Tony Luck <tony.luck@intel.com>
5326 M:      Fenghua Yu <fenghua.yu@intel.com>
5327 L:      linux-ia64@vger.kernel.org
5328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5329 S:      Maintained
5330 F:      arch/ia64/
5331
5332 IBM Power VMX Cryptographic instructions
5333 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5334 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5335 L:      linux-crypto@vger.kernel.org
5336 S:      Supported
5337 F:      drivers/crypto/vmx/Makefile
5338 F:      drivers/crypto/vmx/Kconfig
5339 F:      drivers/crypto/vmx/vmx.c
5340 F:      drivers/crypto/vmx/aes*
5341 F:      drivers/crypto/vmx/ghash*
5342 F:      drivers/crypto/vmx/ppc-xlate.pl
5343
5344 IBM Power in-Nest Crypto Acceleration
5345 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5346 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5347 L:      linux-crypto@vger.kernel.org
5348 S:      Supported
5349 F:      drivers/crypto/nx/Makefile
5350 F:      drivers/crypto/nx/Kconfig
5351 F:      drivers/crypto/nx/nx-aes*
5352 F:      drivers/crypto/nx/nx-sha*
5353 F:      drivers/crypto/nx/nx.*
5354 F:      drivers/crypto/nx/nx_csbcpb.h
5355 F:      drivers/crypto/nx/nx_debugfs.h
5356
5357 IBM Power 842 compression accelerator
5358 M:      Dan Streetman <ddstreet@ieee.org>
5359 S:      Supported
5360 F:      drivers/crypto/nx/Makefile
5361 F:      drivers/crypto/nx/Kconfig
5362 F:      drivers/crypto/nx/nx-842*
5363 F:      include/linux/sw842.h
5364 F:      crypto/842.c
5365 F:      lib/842/
5366
5367 IBM Power Linux RAID adapter
5368 M:      Brian King <brking@us.ibm.com>
5369 S:      Supported
5370 F:      drivers/scsi/ipr.*
5371
5372 IBM Power Virtual Ethernet Device Driver
5373 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5374 L:      netdev@vger.kernel.org
5375 S:      Supported
5376 F:      drivers/net/ethernet/ibm/ibmveth.*
5377
5378 IBM Power SRIOV Virtual NIC Device Driver
5379 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5380 M:      John Allen <jallen@linux.vnet.ibm.com>
5381 L:      netdev@vger.kernel.org
5382 S:      Supported
5383 F:      drivers/net/ethernet/ibm/ibmvnic.*
5384
5385 IBM Power Virtual SCSI Device Drivers
5386 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5387 L:      linux-scsi@vger.kernel.org
5388 S:      Supported
5389 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5390 F:      drivers/scsi/ibmvscsi/viosrp.h
5391
5392 IBM Power Virtual FC Device Drivers
5393 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5394 L:      linux-scsi@vger.kernel.org
5395 S:      Supported
5396 F:      drivers/scsi/ibmvscsi/ibmvfc*
5397
5398 IBM ServeRAID RAID DRIVER
5399 S:      Orphan
5400 F:      drivers/scsi/ips.*
5401
5402 ICH LPC AND GPIO DRIVER
5403 M:      Peter Tyser <ptyser@xes-inc.com>
5404 S:      Maintained
5405 F:      drivers/mfd/lpc_ich.c
5406 F:      drivers/gpio/gpio-ich.c
5407
5408 IDE SUBSYSTEM
5409 M:      "David S. Miller" <davem@davemloft.net>
5410 L:      linux-ide@vger.kernel.org
5411 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5413 S:      Maintained
5414 F:      Documentation/ide/
5415 F:      drivers/ide/
5416 F:      include/linux/ide.h
5417
5418 IDEAPAD LAPTOP EXTRAS DRIVER
5419 M:      Ike Panhc <ike.pan@canonical.com>
5420 L:      platform-driver-x86@vger.kernel.org
5421 W:      http://launchpad.net/ideapad-laptop
5422 S:      Maintained
5423 F:      drivers/platform/x86/ideapad-laptop.c
5424
5425 IDEAPAD LAPTOP SLIDEBAR DRIVER
5426 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5427 L:      linux-input@vger.kernel.org
5428 W:      https://github.com/o2genum/ideapad-slidebar
5429 S:      Maintained
5430 F:      drivers/input/misc/ideapad_slidebar.c
5431
5432 IDE/ATAPI DRIVERS
5433 M:      Borislav Petkov <bp@alien8.de>
5434 L:      linux-ide@vger.kernel.org
5435 S:      Maintained
5436 F:      Documentation/cdrom/ide-cd
5437 F:      drivers/ide/ide-cd*
5438
5439 IDLE-I7300
5440 M:      Andy Henroid <andrew.d.henroid@intel.com>
5441 L:      linux-pm@vger.kernel.org
5442 S:      Supported
5443 F:      drivers/idle/i7300_idle.c
5444
5445 IEEE 802.15.4 SUBSYSTEM
5446 M:      Alexander Aring <alex.aring@gmail.com>
5447 L:      linux-wpan@vger.kernel.org
5448 W:      https://github.com/linux-wpan
5449 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5450 S:      Maintained
5451 F:      net/ieee802154/
5452 F:      net/mac802154/
5453 F:      drivers/net/ieee802154/
5454 F:      include/linux/nl802154.h
5455 F:      include/linux/ieee802154.h
5456 F:      include/net/nl802154.h
5457 F:      include/net/mac802154.h
5458 F:      include/net/af_ieee802154.h
5459 F:      include/net/cfg802154.h
5460 F:      include/net/ieee802154_netdev.h
5461 F:      Documentation/networking/ieee802154.txt
5462
5463 IGORPLUG-USB IR RECEIVER
5464 M:      Sean Young <sean@mess.org>
5465 L:      linux-media@vger.kernel.org
5466 S:      Maintained
5467 F:      drivers/media/rc/igorplugusb.c
5468
5469 IGUANAWORKS USB IR TRANSCEIVER
5470 M:      Sean Young <sean@mess.org>
5471 L:      linux-media@vger.kernel.org
5472 S:      Maintained
5473 F:      drivers/media/rc/iguanair.c
5474
5475 IIO SUBSYSTEM AND DRIVERS
5476 M:      Jonathan Cameron <jic23@kernel.org>
5477 R:      Hartmut Knaack <knaack.h@gmx.de>
5478 R:      Lars-Peter Clausen <lars@metafoo.de>
5479 R:      Peter Meerwald <pmeerw@pmeerw.net>
5480 L:      linux-iio@vger.kernel.org
5481 S:      Maintained
5482 F:      drivers/iio/
5483 F:      drivers/staging/iio/
5484 F:      include/linux/iio/
5485 F:      tools/iio/
5486
5487 IKANOS/ADI EAGLE ADSL USB DRIVER
5488 M:      Matthieu Castet <castet.matthieu@free.fr>
5489 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5490 S:      Maintained
5491 F:      drivers/usb/atm/ueagle-atm.c
5492
5493 INA209 HARDWARE MONITOR DRIVER
5494 M:      Guenter Roeck <linux@roeck-us.net>
5495 L:      lm-sensors@lm-sensors.org
5496 S:      Maintained
5497 F:      Documentation/hwmon/ina209
5498 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5499 F:      drivers/hwmon/ina209.c
5500
5501 INA2XX HARDWARE MONITOR DRIVER
5502 M:      Guenter Roeck <linux@roeck-us.net>
5503 L:      lm-sensors@lm-sensors.org
5504 S:      Maintained
5505 F:      Documentation/hwmon/ina2xx
5506 F:      drivers/hwmon/ina2xx.c
5507 F:      include/linux/platform_data/ina2xx.h
5508
5509 INDUSTRY PACK SUBSYSTEM (IPACK)
5510 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5511 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5512 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5513 L:      industrypack-devel@lists.sourceforge.net
5514 W:      http://industrypack.sourceforge.net
5515 S:      Maintained
5516 F:      drivers/ipack/
5517
5518 INGENIC JZ4780 DMA Driver
5519 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5520 S:      Maintained
5521 F:      drivers/dma/dma-jz4780.c
5522
5523 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5524 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5525 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5526 L:      linux-ima-devel@lists.sourceforge.net
5527 L:      linux-ima-user@lists.sourceforge.net
5528 L:      linux-security-module@vger.kernel.org
5529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5530 S:      Supported
5531 F:      security/integrity/ima/
5532
5533 IMGTEC IR DECODER DRIVER
5534 M:      James Hogan <james.hogan@imgtec.com>
5535 S:      Maintained
5536 F:      drivers/media/rc/img-ir/
5537
5538 IMS TWINTURBO FRAMEBUFFER DRIVER
5539 L:      linux-fbdev@vger.kernel.org
5540 S:      Orphan
5541 F:      drivers/video/fbdev/imsttfb.c
5542
5543 INFINIBAND SUBSYSTEM
5544 M:      Doug Ledford <dledford@redhat.com>
5545 M:      Sean Hefty <sean.hefty@intel.com>
5546 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5547 L:      linux-rdma@vger.kernel.org
5548 W:      http://www.openfabrics.org/
5549 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5551 S:      Supported
5552 F:      Documentation/infiniband/
5553 F:      drivers/infiniband/
5554 F:      drivers/staging/rdma/
5555 F:      include/uapi/linux/if_infiniband.h
5556 F:      include/uapi/rdma/
5557 F:      include/rdma/
5558
5559 INOTIFY
5560 M:      John McCutchan <john@johnmccutchan.com>
5561 M:      Robert Love <rlove@rlove.org>
5562 M:      Eric Paris <eparis@parisplace.org>
5563 S:      Maintained
5564 F:      Documentation/filesystems/inotify.txt
5565 F:      fs/notify/inotify/
5566 F:      include/linux/inotify.h
5567 F:      include/uapi/linux/inotify.h
5568
5569 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5570 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5571 L:      linux-input@vger.kernel.org
5572 Q:      http://patchwork.kernel.org/project/linux-input/list/
5573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5574 S:      Maintained
5575 F:      drivers/input/
5576 F:      include/linux/input.h
5577 F:      include/uapi/linux/input.h
5578 F:      include/linux/input/
5579
5580 INPUT MULTITOUCH (MT) PROTOCOL
5581 M:      Henrik Rydberg <rydberg@bitmath.org>
5582 L:      linux-input@vger.kernel.org
5583 S:      Odd fixes
5584 F:      Documentation/input/multi-touch-protocol.txt
5585 F:      drivers/input/input-mt.c
5586 K:      \b(ABS|SYN)_MT_
5587
5588 INTEL ASoC BDW/HSW DRIVERS
5589 M:      Jie Yang <yang.jie@linux.intel.com>
5590 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5591 S:      Supported
5592 F:      sound/soc/intel/common/sst-dsp*
5593 F:      sound/soc/intel/common/sst-firmware.c
5594 F:      sound/soc/intel/boards/broadwell.c
5595 F:      sound/soc/intel/haswell/
5596
5597 INTEL C600 SERIES SAS CONTROLLER DRIVER
5598 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5599 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5600 L:      linux-scsi@vger.kernel.org
5601 T:      git git://git.code.sf.net/p/intel-sas/isci
5602 S:      Supported
5603 F:      drivers/scsi/isci/
5604
5605 INTEL HID EVENT DRIVER
5606 M:      Alex Hung <alex.hung@canonical.com>
5607 L:      platform-driver-x86@vger.kernel.org
5608 S:      Maintained
5609 F:      drivers/platform/x86/intel-hid.c
5610
5611 INTEL IDLE DRIVER
5612 M:      Len Brown <lenb@kernel.org>
5613 L:      linux-pm@vger.kernel.org
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5615 S:      Supported
5616 F:      drivers/idle/intel_idle.c
5617
5618 INTEL PSTATE DRIVER
5619 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5620 M:      Len Brown <lenb@kernel.org>
5621 L:      linux-pm@vger.kernel.org
5622 S:      Supported
5623 F:      drivers/cpufreq/intel_pstate.c
5624
5625 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5626 M:      Maik Broemme <mbroemme@plusserver.de>
5627 L:      linux-fbdev@vger.kernel.org
5628 S:      Maintained
5629 F:      Documentation/fb/intelfb.txt
5630 F:      drivers/video/fbdev/intelfb/
5631
5632 INTEL 810/815 FRAMEBUFFER DRIVER
5633 M:      Antonino Daplas <adaplas@gmail.com>
5634 L:      linux-fbdev@vger.kernel.org
5635 S:      Maintained
5636 F:      drivers/video/fbdev/i810/
5637
5638 INTEL MENLOW THERMAL DRIVER
5639 M:      Sujith Thomas <sujith.thomas@intel.com>
5640 L:      platform-driver-x86@vger.kernel.org
5641 W:      https://01.org/linux-acpi
5642 S:      Supported
5643 F:      drivers/platform/x86/intel_menlow.c
5644
5645 INTEL I/OAT DMA DRIVER
5646 M:      Dave Jiang <dave.jiang@intel.com>
5647 R:      Dan Williams <dan.j.williams@intel.com>
5648 L:      dmaengine@vger.kernel.org
5649 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5650 S:      Supported
5651 F:      drivers/dma/ioat*
5652
5653 INTEL IOMMU (VT-d)
5654 M:      David Woodhouse <dwmw2@infradead.org>
5655 L:      iommu@lists.linux-foundation.org
5656 T:      git git://git.infradead.org/iommu-2.6.git
5657 S:      Supported
5658 F:      drivers/iommu/intel-iommu.c
5659 F:      include/linux/intel-iommu.h
5660
5661 INTEL IOP-ADMA DMA DRIVER
5662 R:      Dan Williams <dan.j.williams@intel.com>
5663 S:      Odd fixes
5664 F:      drivers/dma/iop-adma.c
5665
5666 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5667 M:      Krzysztof Halasa <khalasa@piap.pl>
5668 S:      Maintained
5669 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5670 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5671 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5672 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5673 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5674 F:      drivers/net/wan/ixp4xx_hss.c
5675
5676 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5677 M:      Deepak Saxena <dsaxena@plexity.net>
5678 S:      Maintained
5679 F:      drivers/char/hw_random/ixp4xx-rng.c
5680
5681 INTEL ETHERNET DRIVERS
5682 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5683 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5684 R:      Shannon Nelson <shannon.nelson@intel.com>
5685 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5686 R:      Don Skidmore <donald.c.skidmore@intel.com>
5687 R:      Bruce Allan <bruce.w.allan@intel.com>
5688 R:      John Ronciak <john.ronciak@intel.com>
5689 R:      Mitch Williams <mitch.a.williams@intel.com>
5690 L:      intel-wired-lan@lists.osuosl.org
5691 W:      http://www.intel.com/support/feedback.htm
5692 W:      http://e1000.sourceforge.net/
5693 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5696 S:      Supported
5697 F:      Documentation/networking/e100.txt
5698 F:      Documentation/networking/e1000.txt
5699 F:      Documentation/networking/e1000e.txt
5700 F:      Documentation/networking/igb.txt
5701 F:      Documentation/networking/igbvf.txt
5702 F:      Documentation/networking/ixgb.txt
5703 F:      Documentation/networking/ixgbe.txt
5704 F:      Documentation/networking/ixgbevf.txt
5705 F:      Documentation/networking/i40e.txt
5706 F:      Documentation/networking/i40evf.txt
5707 F:      drivers/net/ethernet/intel/
5708 F:      drivers/net/ethernet/intel/*/
5709
5710 INTEL-MID GPIO DRIVER
5711 M:      David Cohen <david.a.cohen@linux.intel.com>
5712 L:      linux-gpio@vger.kernel.org
5713 S:      Maintained
5714 F:      drivers/gpio/gpio-intel-mid.c
5715
5716 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5717 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5718 L:      linux-wireless@vger.kernel.org
5719 S:      Maintained
5720 F:      Documentation/networking/README.ipw2100
5721 F:      Documentation/networking/README.ipw2200
5722 F:      drivers/net/wireless/intel/ipw2x00/
5723
5724 INTEL(R) TRACE HUB
5725 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5726 S:      Supported
5727 F:      Documentation/trace/intel_th.txt
5728 F:      drivers/hwtracing/intel_th/
5729
5730 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5731 M:      Ning Sun <ning.sun@intel.com>
5732 L:      tboot-devel@lists.sourceforge.net
5733 W:      http://tboot.sourceforge.net
5734 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5735 S:      Supported
5736 F:      Documentation/intel_txt.txt
5737 F:      include/linux/tboot.h
5738 F:      arch/x86/kernel/tboot.c
5739
5740 INTEL WIRELESS WIMAX CONNECTION 2400
5741 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5742 M:      linux-wimax@intel.com
5743 L:      wimax@linuxwimax.org (subscribers-only)
5744 S:      Supported
5745 W:      http://linuxwimax.org
5746 F:      Documentation/wimax/README.i2400m
5747 F:      drivers/net/wimax/i2400m/
5748 F:      include/uapi/linux/wimax/i2400m.h
5749
5750 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5751 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5752 L:      linux-wireless@vger.kernel.org
5753 S:      Supported
5754 F:      drivers/net/wireless/intel/iwlegacy/
5755
5756 INTEL WIRELESS WIFI LINK (iwlwifi)
5757 M:      Johannes Berg <johannes.berg@intel.com>
5758 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5759 M:      Intel Linux Wireless <linuxwifi@intel.com>
5760 L:      linux-wireless@vger.kernel.org
5761 W:      http://intellinuxwireless.org
5762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5763 S:      Supported
5764 F:      drivers/net/wireless/intel/iwlwifi/
5765
5766 INTEL MANAGEMENT ENGINE (mei)
5767 M:      Tomas Winkler <tomas.winkler@intel.com>
5768 L:      linux-kernel@vger.kernel.org
5769 S:      Supported
5770 F:      include/uapi/linux/mei.h
5771 F:      include/linux/mei_cl_bus.h
5772 F:      drivers/misc/mei/*
5773 F:      Documentation/misc-devices/mei/*
5774
5775 INTEL MIC DRIVERS (mic)
5776 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5777 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5778 S:      Supported
5779 W:      https://github.com/sudeepdutt/mic
5780 W:      http://software.intel.com/en-us/mic-developer
5781 F:      include/linux/mic_bus.h
5782 F:      include/linux/scif.h
5783 F:      include/uapi/linux/mic_common.h
5784 F:      include/uapi/linux/mic_ioctl.h
5785 F:      include/uapi/linux/scif_ioctl.h
5786 F:      drivers/misc/mic/
5787 F:      drivers/dma/mic_x100_dma.c
5788 F:      drivers/dma/mic_x100_dma.h
5789 F:      Documentation/mic/
5790
5791 INTEL PMC/P-Unit IPC DRIVER
5792 M:      Zha Qipeng<qipeng.zha@intel.com>
5793 L:      platform-driver-x86@vger.kernel.org
5794 S:      Maintained
5795 F:      drivers/platform/x86/intel_pmc_ipc.c
5796 F:      drivers/platform/x86/intel_punit_ipc.c
5797 F:      arch/x86/include/asm/intel_pmc_ipc.h
5798 F:      arch/x86/include/asm/intel_punit_ipc.h
5799
5800 INTEL TELEMETRY DRIVER
5801 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5802 L:      platform-driver-x86@vger.kernel.org
5803 S:      Maintained
5804 F:      arch/x86/include/asm/intel_telemetry.h
5805 F:      drivers/platform/x86/intel_telemetry*
5806
5807 IOC3 ETHERNET DRIVER
5808 M:      Ralf Baechle <ralf@linux-mips.org>
5809 L:      linux-mips@linux-mips.org
5810 S:      Maintained
5811 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5812
5813 IOC3 SERIAL DRIVER
5814 M:      Pat Gefre <pfg@sgi.com>
5815 L:      linux-serial@vger.kernel.org
5816 S:      Maintained
5817 F:      drivers/tty/serial/ioc3_serial.c
5818
5819 IOMMU DRIVERS
5820 M:      Joerg Roedel <joro@8bytes.org>
5821 L:      iommu@lists.linux-foundation.org
5822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5823 S:      Maintained
5824 F:      drivers/iommu/
5825
5826 IP MASQUERADING
5827 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5828 S:      Maintained
5829 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5830
5831 IPMI SUBSYSTEM
5832 M:      Corey Minyard <minyard@acm.org>
5833 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5834 W:      http://openipmi.sourceforge.net/
5835 S:      Supported
5836 F:      Documentation/IPMI.txt
5837 F:      drivers/char/ipmi/
5838 F:      include/linux/ipmi*
5839 F:      include/uapi/linux/ipmi*
5840
5841 QCOM AUDIO (ASoC) DRIVERS
5842 M:      Patrick Lai <plai@codeaurora.org>
5843 M:      Banajit Goswami <bgoswami@codeaurora.org>
5844 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5845 S:      Supported
5846 F:      sound/soc/qcom/
5847
5848 IPS SCSI RAID DRIVER
5849 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5850 L:      linux-scsi@vger.kernel.org
5851 W:      http://www.adaptec.com/
5852 S:      Maintained
5853 F:      drivers/scsi/ips*
5854
5855 IPVS
5856 M:      Wensong Zhang <wensong@linux-vs.org>
5857 M:      Simon Horman <horms@verge.net.au>
5858 M:      Julian Anastasov <ja@ssi.bg>
5859 L:      netdev@vger.kernel.org
5860 L:      lvs-devel@vger.kernel.org
5861 S:      Maintained
5862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5864 F:      Documentation/networking/ipvs-sysctl.txt
5865 F:      include/net/ip_vs.h
5866 F:      include/uapi/linux/ip_vs.h
5867 F:      net/netfilter/ipvs/
5868
5869 IPWIRELESS DRIVER
5870 M:      Jiri Kosina <jikos@kernel.org>
5871 M:      David Sterba <dsterba@suse.com>
5872 S:      Odd Fixes
5873 F:      drivers/tty/ipwireless/
5874
5875 IPX NETWORK LAYER
5876 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5877 L:      netdev@vger.kernel.org
5878 S:      Maintained
5879 F:      include/net/ipx.h
5880 F:      include/uapi/linux/ipx.h
5881 F:      net/ipx/
5882
5883 IRDA SUBSYSTEM
5884 M:      Samuel Ortiz <samuel@sortiz.org>
5885 L:      irda-users@lists.sourceforge.net (subscribers-only)
5886 L:      netdev@vger.kernel.org
5887 W:      http://irda.sourceforge.net/
5888 S:      Maintained
5889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5890 F:      Documentation/networking/irda.txt
5891 F:      drivers/net/irda/
5892 F:      include/net/irda/
5893 F:      net/irda/
5894
5895 IRQ SUBSYSTEM
5896 M:      Thomas Gleixner <tglx@linutronix.de>
5897 L:      linux-kernel@vger.kernel.org
5898 S:      Maintained
5899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5900 F:      kernel/irq/
5901
5902 IRQCHIP DRIVERS
5903 M:      Thomas Gleixner <tglx@linutronix.de>
5904 M:      Jason Cooper <jason@lakedaemon.net>
5905 M:      Marc Zyngier <marc.zyngier@arm.com>
5906 L:      linux-kernel@vger.kernel.org
5907 S:      Maintained
5908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5909 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5910 F:      Documentation/devicetree/bindings/interrupt-controller/
5911 F:      drivers/irqchip/
5912
5913 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5914 M:      Jiang Liu <jiang.liu@linux.intel.com>
5915 M:      Marc Zyngier <marc.zyngier@arm.com>
5916 S:      Maintained
5917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5918 F:      Documentation/IRQ-domain.txt
5919 F:      include/linux/irqdomain.h
5920 F:      kernel/irq/irqdomain.c
5921 F:      kernel/irq/msi.c
5922
5923 ISAPNP
5924 M:      Jaroslav Kysela <perex@perex.cz>
5925 S:      Maintained
5926 F:      Documentation/isapnp.txt
5927 F:      drivers/pnp/isapnp/
5928 F:      include/linux/isapnp.h
5929
5930 ISA RADIO MODULE
5931 M:      Hans Verkuil <hverkuil@xs4all.nl>
5932 L:      linux-media@vger.kernel.org
5933 T:      git git://linuxtv.org/media_tree.git
5934 W:      https://linuxtv.org
5935 S:      Maintained
5936 F:      drivers/media/radio/radio-isa*
5937
5938 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5939 M:      Peter Jones <pjones@redhat.com>
5940 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5941 S:      Maintained
5942 F:      drivers/firmware/iscsi_ibft*
5943
5944 ISCSI
5945 M:      Mike Christie <michaelc@cs.wisc.edu>
5946 L:      open-iscsi@googlegroups.com
5947 W:      www.open-iscsi.org
5948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5949 S:      Maintained
5950 F:      drivers/scsi/*iscsi*
5951 F:      include/scsi/*iscsi*
5952
5953 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5954 M:      Or Gerlitz <ogerlitz@mellanox.com>
5955 M:      Sagi Grimberg <sagig@mellanox.com>
5956 M:      Roi Dayan <roid@mellanox.com>
5957 L:      linux-rdma@vger.kernel.org
5958 S:      Supported
5959 W:      http://www.openfabrics.org
5960 W:      www.open-iscsi.org
5961 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5962 F:      drivers/infiniband/ulp/iser/
5963
5964 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5965 M:      Sagi Grimberg <sagig@mellanox.com>
5966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5967 L:      linux-rdma@vger.kernel.org
5968 L:      target-devel@vger.kernel.org
5969 S:      Supported
5970 W:      http://www.linux-iscsi.org
5971 F:      drivers/infiniband/ulp/isert
5972
5973 ISDN SUBSYSTEM
5974 M:      Karsten Keil <isdn@linux-pingi.de>
5975 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5976 L:      netdev@vger.kernel.org
5977 W:      http://www.isdn4linux.de
5978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5979 S:      Maintained
5980 F:      Documentation/isdn/
5981 F:      drivers/isdn/
5982 F:      include/linux/isdn.h
5983 F:      include/linux/isdn/
5984 F:      include/uapi/linux/isdn.h
5985 F:      include/uapi/linux/isdn/
5986
5987 ISDN SUBSYSTEM (Eicon active card driver)
5988 M:      Armin Schindler <mac@melware.de>
5989 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5990 W:      http://www.melware.de
5991 S:      Maintained
5992 F:      drivers/isdn/hardware/eicon/
5993
5994 IT87 HARDWARE MONITORING DRIVER
5995 M:      Jean Delvare <jdelvare@suse.com>
5996 L:      lm-sensors@lm-sensors.org
5997 S:      Maintained
5998 F:      Documentation/hwmon/it87
5999 F:      drivers/hwmon/it87.c
6000
6001 IT913X MEDIA DRIVER
6002 M:      Antti Palosaari <crope@iki.fi>
6003 L:      linux-media@vger.kernel.org
6004 W:      https://linuxtv.org
6005 W:      http://palosaari.fi/linux/
6006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6007 T:      git git://linuxtv.org/anttip/media_tree.git
6008 S:      Maintained
6009 F:      drivers/media/tuners/it913x*
6010
6011 IVTV VIDEO4LINUX DRIVER
6012 M:      Andy Walls <awalls@md.metrocast.net>
6013 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6014 L:      linux-media@vger.kernel.org
6015 T:      git git://linuxtv.org/media_tree.git
6016 W:      http://www.ivtvdriver.org
6017 S:      Maintained
6018 F:      Documentation/video4linux/*.ivtv
6019 F:      drivers/media/pci/ivtv/
6020 F:      include/uapi/linux/ivtv*
6021
6022 IX2505V MEDIA DRIVER
6023 M:      Malcolm Priestley <tvboxspy@gmail.com>
6024 L:      linux-media@vger.kernel.org
6025 W:      https://linuxtv.org
6026 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6027 S:      Maintained
6028 F:      drivers/media/dvb-frontends/ix2505v*
6029
6030 JC42.4 TEMPERATURE SENSOR DRIVER
6031 M:      Guenter Roeck <linux@roeck-us.net>
6032 L:      lm-sensors@lm-sensors.org
6033 S:      Maintained
6034 F:      drivers/hwmon/jc42.c
6035 F:      Documentation/hwmon/jc42
6036
6037 JFS FILESYSTEM
6038 M:      Dave Kleikamp <shaggy@kernel.org>
6039 L:      jfs-discussion@lists.sourceforge.net
6040 W:      http://jfs.sourceforge.net/
6041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6042 S:      Maintained
6043 F:      Documentation/filesystems/jfs.txt
6044 F:      fs/jfs/
6045
6046 JME NETWORK DRIVER
6047 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6048 L:      netdev@vger.kernel.org
6049 S:      Maintained
6050 F:      drivers/net/ethernet/jme.*
6051
6052 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6053 M:      David Woodhouse <dwmw2@infradead.org>
6054 L:      linux-mtd@lists.infradead.org
6055 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6056 S:      Maintained
6057 F:      fs/jffs2/
6058 F:      include/uapi/linux/jffs2.h
6059
6060 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6061 M:      "Theodore Ts'o" <tytso@mit.edu>
6062 M:      Jan Kara <jack@suse.com>
6063 L:      linux-ext4@vger.kernel.org
6064 S:      Maintained
6065 F:      fs/jbd2/
6066 F:      include/linux/jbd2.h
6067
6068 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6069 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6070 L:      linux-media@vger.kernel.org
6071 S:      Maintained
6072 F:      drivers/media/platform/rcar_jpu.c
6073
6074 JSM Neo PCI based serial card
6075 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6076 L:      linux-serial@vger.kernel.org
6077 S:      Maintained
6078 F:      drivers/tty/serial/jsm/
6079
6080 K10TEMP HARDWARE MONITORING DRIVER
6081 M:      Clemens Ladisch <clemens@ladisch.de>
6082 L:      lm-sensors@lm-sensors.org
6083 S:      Maintained
6084 F:      Documentation/hwmon/k10temp
6085 F:      drivers/hwmon/k10temp.c
6086
6087 K8TEMP HARDWARE MONITORING DRIVER
6088 M:      Rudolf Marek <r.marek@assembler.cz>
6089 L:      lm-sensors@lm-sensors.org
6090 S:      Maintained
6091 F:      Documentation/hwmon/k8temp
6092 F:      drivers/hwmon/k8temp.c
6093
6094 KCONFIG
6095 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6096 L:      linux-kbuild@vger.kernel.org
6097 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6098 S:      Maintained
6099 F:      Documentation/kbuild/kconfig-language.txt
6100 F:      scripts/kconfig/
6101
6102 KDUMP
6103 M:      Vivek Goyal <vgoyal@redhat.com>
6104 M:      Haren Myneni <hbabu@us.ibm.com>
6105 L:      kexec@lists.infradead.org
6106 W:      http://lse.sourceforge.net/kdump/
6107 S:      Maintained
6108 F:      Documentation/kdump/
6109
6110 KEENE FM RADIO TRANSMITTER DRIVER
6111 M:      Hans Verkuil <hverkuil@xs4all.nl>
6112 L:      linux-media@vger.kernel.org
6113 T:      git git://linuxtv.org/media_tree.git
6114 W:      https://linuxtv.org
6115 S:      Maintained
6116 F:      drivers/media/radio/radio-keene*
6117
6118 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6119 M:      Ian Kent <raven@themaw.net>
6120 L:      autofs@vger.kernel.org
6121 S:      Maintained
6122 F:      fs/autofs4/
6123
6124 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6125 M:      Michal Marek <mmarek@suse.com>
6126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6128 L:      linux-kbuild@vger.kernel.org
6129 S:      Maintained
6130 F:      Documentation/kbuild/
6131 F:      Makefile
6132 F:      scripts/Makefile.*
6133 F:      scripts/basic/
6134 F:      scripts/mk*
6135 F:      scripts/package/
6136
6137 KERNEL JANITORS
6138 L:      kernel-janitors@vger.kernel.org
6139 W:      http://kernelnewbies.org/KernelJanitors
6140 S:      Odd Fixes
6141
6142 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6143 M:      "J. Bruce Fields" <bfields@fieldses.org>
6144 M:      Jeff Layton <jlayton@poochiereds.net>
6145 L:      linux-nfs@vger.kernel.org
6146 W:      http://nfs.sourceforge.net/
6147 T:      git git://linux-nfs.org/~bfields/linux.git
6148 S:      Supported
6149 F:      fs/nfsd/
6150 F:      include/uapi/linux/nfsd/
6151 F:      fs/lockd/
6152 F:      fs/nfs_common/
6153 F:      net/sunrpc/
6154 F:      include/linux/lockd/
6155 F:      include/linux/sunrpc/
6156 F:      include/uapi/linux/sunrpc/
6157
6158 KERNEL SELFTEST FRAMEWORK
6159 M:      Shuah Khan <shuahkh@osg.samsung.com>
6160 L:      linux-kselftest@vger.kernel.org
6161 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6162 S:      Maintained
6163 F:      tools/testing/selftests
6164
6165 KERNEL VIRTUAL MACHINE (KVM)
6166 M:      Gleb Natapov <gleb@kernel.org>
6167 M:      Paolo Bonzini <pbonzini@redhat.com>
6168 L:      kvm@vger.kernel.org
6169 W:      http://www.linux-kvm.org
6170 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6171 S:      Supported
6172 F:      Documentation/*/kvm*.txt
6173 F:      Documentation/virtual/kvm/
6174 F:      arch/*/kvm/
6175 F:      arch/x86/kernel/kvm.c
6176 F:      arch/x86/kernel/kvmclock.c
6177 F:      arch/*/include/asm/kvm*
6178 F:      include/linux/kvm*
6179 F:      include/uapi/linux/kvm*
6180 F:      virt/kvm/
6181
6182 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6183 M:      Joerg Roedel <joro@8bytes.org>
6184 L:      kvm@vger.kernel.org
6185 W:      http://www.linux-kvm.org/
6186 S:      Maintained
6187 F:      arch/x86/include/asm/svm.h
6188 F:      arch/x86/kvm/svm.c
6189
6190 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6191 M:      Alexander Graf <agraf@suse.com>
6192 L:      kvm-ppc@vger.kernel.org
6193 W:      http://www.linux-kvm.org/
6194 T:      git git://github.com/agraf/linux-2.6.git
6195 S:      Supported
6196 F:      arch/powerpc/include/asm/kvm*
6197 F:      arch/powerpc/kvm/
6198
6199 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6200 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6201 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6202 L:      linux-s390@vger.kernel.org
6203 W:      http://www.ibm.com/developerworks/linux/linux390/
6204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6205 S:      Supported
6206 F:      Documentation/s390/kvm.txt
6207 F:      arch/s390/include/asm/kvm*
6208 F:      arch/s390/kvm/
6209
6210 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
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 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6217 S:      Supported
6218 F:      arch/arm/include/uapi/asm/kvm*
6219 F:      arch/arm/include/asm/kvm*
6220 F:      arch/arm/kvm/
6221 F:      virt/kvm/arm/
6222 F:      include/kvm/arm_*
6223
6224 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6225 M:      Christoffer Dall <christoffer.dall@linaro.org>
6226 M:      Marc Zyngier <marc.zyngier@arm.com>
6227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6228 L:      kvmarm@lists.cs.columbia.edu
6229 S:      Maintained
6230 F:      arch/arm64/include/uapi/asm/kvm*
6231 F:      arch/arm64/include/asm/kvm*
6232 F:      arch/arm64/kvm/
6233
6234 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6235 M:      James Hogan <james.hogan@imgtec.com>
6236 L:      linux-mips@linux-mips.org
6237 S:      Supported
6238 F:      arch/mips/include/uapi/asm/kvm*
6239 F:      arch/mips/include/asm/kvm*
6240 F:      arch/mips/kvm/
6241
6242 KEXEC
6243 M:      Eric Biederman <ebiederm@xmission.com>
6244 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6245 L:      kexec@lists.infradead.org
6246 S:      Maintained
6247 F:      include/linux/kexec.h
6248 F:      include/uapi/linux/kexec.h
6249 F:      kernel/kexec.c
6250
6251 KEYS/KEYRINGS:
6252 M:      David Howells <dhowells@redhat.com>
6253 L:      keyrings@vger.kernel.org
6254 S:      Maintained
6255 F:      Documentation/security/keys.txt
6256 F:      include/linux/key.h
6257 F:      include/linux/key-type.h
6258 F:      include/keys/
6259 F:      security/keys/
6260
6261 KEYS-TRUSTED
6262 M:      David Safford <safford@us.ibm.com>
6263 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6264 L:      linux-security-module@vger.kernel.org
6265 L:      keyrings@vger.kernel.org
6266 S:      Supported
6267 F:      Documentation/security/keys-trusted-encrypted.txt
6268 F:      include/keys/trusted-type.h
6269 F:      security/keys/trusted.c
6270 F:      security/keys/trusted.h
6271
6272 KEYS-ENCRYPTED
6273 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6274 M:      David Safford <safford@us.ibm.com>
6275 L:      linux-security-module@vger.kernel.org
6276 L:      keyrings@vger.kernel.org
6277 S:      Supported
6278 F:      Documentation/security/keys-trusted-encrypted.txt
6279 F:      include/keys/encrypted-type.h
6280 F:      security/keys/encrypted-keys/
6281
6282 KGDB / KDB /debug_core
6283 M:      Jason Wessel <jason.wessel@windriver.com>
6284 W:      http://kgdb.wiki.kernel.org/
6285 L:      kgdb-bugreport@lists.sourceforge.net
6286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6287 S:      Maintained
6288 F:      Documentation/DocBook/kgdb.tmpl
6289 F:      drivers/misc/kgdbts.c
6290 F:      drivers/tty/serial/kgdboc.c
6291 F:      include/linux/kdb.h
6292 F:      include/linux/kgdb.h
6293 F:      kernel/debug/
6294
6295 KMEMCHECK
6296 M:      Vegard Nossum <vegardno@ifi.uio.no>
6297 M:      Pekka Enberg <penberg@kernel.org>
6298 S:      Maintained
6299 F:      Documentation/kmemcheck.txt
6300 F:      arch/x86/include/asm/kmemcheck.h
6301 F:      arch/x86/mm/kmemcheck/
6302 F:      include/linux/kmemcheck.h
6303 F:      mm/kmemcheck.c
6304
6305 KMEMLEAK
6306 M:      Catalin Marinas <catalin.marinas@arm.com>
6307 S:      Maintained
6308 F:      Documentation/kmemleak.txt
6309 F:      include/linux/kmemleak.h
6310 F:      mm/kmemleak.c
6311 F:      mm/kmemleak-test.c
6312
6313 KPROBES
6314 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6315 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6316 M:      "David S. Miller" <davem@davemloft.net>
6317 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6318 S:      Maintained
6319 F:      Documentation/kprobes.txt
6320 F:      include/linux/kprobes.h
6321 F:      kernel/kprobes.c
6322
6323 KS0108 LCD CONTROLLER DRIVER
6324 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6325 W:      http://miguelojeda.es/auxdisplay.htm
6326 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6327 S:      Maintained
6328 F:      Documentation/auxdisplay/ks0108
6329 F:      drivers/auxdisplay/ks0108.c
6330 F:      include/linux/ks0108.h
6331
6332 L3MDEV
6333 M:      David Ahern <dsa@cumulusnetworks.com>
6334 L:      netdev@vger.kernel.org
6335 S:      Maintained
6336 F:      net/l3mdev
6337 F:      include/net/l3mdev.h
6338
6339 LANTIQ MIPS ARCHITECTURE
6340 M:      John Crispin <blogic@openwrt.org>
6341 L:      linux-mips@linux-mips.org
6342 S:      Maintained
6343 F:      arch/mips/lantiq
6344
6345 LAPB module
6346 L:      linux-x25@vger.kernel.org
6347 S:      Orphan
6348 F:      Documentation/networking/lapb-module.txt
6349 F:      include/*/lapb.h
6350 F:      net/lapb/
6351
6352 LASI 53c700 driver for PARISC
6353 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6354 L:      linux-scsi@vger.kernel.org
6355 S:      Maintained
6356 F:      Documentation/scsi/53c700.txt
6357 F:      drivers/scsi/53c700*
6358
6359 LED SUBSYSTEM
6360 M:      Richard Purdie <rpurdie@rpsys.net>
6361 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6362 L:      linux-leds@vger.kernel.org
6363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6364 S:      Maintained
6365 F:      drivers/leds/
6366 F:      include/linux/leds.h
6367
6368 LEGACY EEPROM DRIVER
6369 M:      Jean Delvare <jdelvare@suse.com>
6370 S:      Maintained
6371 F:      Documentation/misc-devices/eeprom
6372 F:      drivers/misc/eeprom/eeprom.c
6373
6374 LEGO USB Tower driver
6375 M:      Juergen Stuber <starblue@users.sourceforge.net>
6376 L:      legousb-devel@lists.sourceforge.net
6377 W:      http://legousb.sourceforge.net/
6378 S:      Maintained
6379 F:      drivers/usb/misc/legousbtower.c
6380
6381 LG2160 MEDIA DRIVER
6382 M:      Michael Krufky <mkrufky@linuxtv.org>
6383 L:      linux-media@vger.kernel.org
6384 W:      https://linuxtv.org
6385 W:      http://github.com/mkrufky
6386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6387 T:      git git://linuxtv.org/mkrufky/tuners.git
6388 S:      Maintained
6389 F:      drivers/media/dvb-frontends/lg2160.*
6390
6391 LGDT3305 MEDIA DRIVER
6392 M:      Michael Krufky <mkrufky@linuxtv.org>
6393 L:      linux-media@vger.kernel.org
6394 W:      https://linuxtv.org
6395 W:      http://github.com/mkrufky
6396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6397 T:      git git://linuxtv.org/mkrufky/tuners.git
6398 S:      Maintained
6399 F:      drivers/media/dvb-frontends/lgdt3305.*
6400
6401 LGUEST
6402 M:      Rusty Russell <rusty@rustcorp.com.au>
6403 L:      lguest@lists.ozlabs.org
6404 W:      http://lguest.ozlabs.org/
6405 S:      Odd Fixes
6406 F:      arch/x86/include/asm/lguest*.h
6407 F:      arch/x86/lguest/
6408 F:      drivers/lguest/
6409 F:      include/linux/lguest*.h
6410 F:      tools/lguest/
6411
6412 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6413 M:      Tejun Heo <tj@kernel.org>
6414 L:      linux-ide@vger.kernel.org
6415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6416 S:      Maintained
6417 F:      drivers/ata/
6418 F:      include/linux/ata.h
6419 F:      include/linux/libata.h
6420
6421 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6422 M:      Viresh Kumar <vireshk@kernel.org>
6423 L:      linux-ide@vger.kernel.org
6424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6425 S:      Maintained
6426 F:      include/linux/pata_arasan_cf_data.h
6427 F:      drivers/ata/pata_arasan_cf.c
6428
6429 LIBATA PATA DRIVERS
6430 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6431 M:      Tejun Heo <tj@kernel.org>
6432 L:      linux-ide@vger.kernel.org
6433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6434 S:      Maintained
6435 F:      drivers/ata/pata_*.c
6436 F:      drivers/ata/ata_generic.c
6437
6438 LIBATA SATA AHCI PLATFORM devices support
6439 M:      Hans de Goede <hdegoede@redhat.com>
6440 M:      Tejun Heo <tj@kernel.org>
6441 L:      linux-ide@vger.kernel.org
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6443 S:      Maintained
6444 F:      drivers/ata/ahci_platform.c
6445 F:      drivers/ata/libahci_platform.c
6446 F:      include/linux/ahci_platform.h
6447
6448 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6449 M:      Mikael Pettersson <mikpelinux@gmail.com>
6450 L:      linux-ide@vger.kernel.org
6451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6452 S:      Maintained
6453 F:      drivers/ata/sata_promise.*
6454
6455 LIBLOCKDEP
6456 M:      Sasha Levin <sasha.levin@oracle.com>
6457 S:      Maintained
6458 F:      tools/lib/lockdep/
6459
6460 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6461 M:      Dan Williams <dan.j.williams@intel.com>
6462 L:      linux-nvdimm@lists.01.org
6463 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6465 S:      Supported
6466 F:      drivers/nvdimm/*
6467 F:      include/linux/nd.h
6468 F:      include/linux/libnvdimm.h
6469 F:      include/uapi/linux/ndctl.h
6470
6471 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6472 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6473 L:      linux-nvdimm@lists.01.org
6474 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6475 S:      Supported
6476 F:      drivers/nvdimm/blk.c
6477 F:      drivers/nvdimm/region_devs.c
6478 F:      drivers/acpi/nfit*
6479
6480 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6481 M:      Vishal Verma <vishal.l.verma@intel.com>
6482 L:      linux-nvdimm@lists.01.org
6483 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6484 S:      Supported
6485 F:      drivers/nvdimm/btt*
6486
6487 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6488 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6489 L:      linux-nvdimm@lists.01.org
6490 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6491 S:      Supported
6492 F:      drivers/nvdimm/pmem.c
6493 F:      include/linux/pmem.h
6494 F:      arch/*/include/asm/pmem.h
6495
6496 LIGHTNVM PLATFORM SUPPORT
6497 M:      Matias Bjorling <mb@lightnvm.io>
6498 W:      http://github/OpenChannelSSD
6499 L:      linux-block@vger.kernel.org
6500 S:      Maintained
6501 F:      drivers/lightnvm/
6502 F:      include/linux/lightnvm.h
6503 F:      include/uapi/linux/lightnvm.h
6504
6505 LINUX FOR IBM pSERIES (RS/6000)
6506 M:      Paul Mackerras <paulus@au.ibm.com>
6507 W:      http://www.ibm.com/linux/ltc/projects/ppc
6508 S:      Supported
6509 F:      arch/powerpc/boot/rs6000.h
6510
6511 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6512 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6513 M:      Paul Mackerras <paulus@samba.org>
6514 M:      Michael Ellerman <mpe@ellerman.id.au>
6515 W:      http://www.penguinppc.org/
6516 L:      linuxppc-dev@lists.ozlabs.org
6517 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6519 S:      Supported
6520 F:      Documentation/powerpc/
6521 F:      arch/powerpc/
6522
6523 LINUX FOR POWER MACINTOSH
6524 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6525 W:      http://www.penguinppc.org/
6526 L:      linuxppc-dev@lists.ozlabs.org
6527 S:      Maintained
6528 F:      arch/powerpc/platforms/powermac/
6529 F:      drivers/macintosh/
6530
6531 LINUX FOR POWERPC EMBEDDED MPC5XXX
6532 M:      Anatolij Gustschin <agust@denx.de>
6533 L:      linuxppc-dev@lists.ozlabs.org
6534 T:      git git://git.denx.de/linux-denx-agust.git
6535 S:      Maintained
6536 F:      arch/powerpc/platforms/512x/
6537 F:      arch/powerpc/platforms/52xx/
6538
6539 LINUX FOR POWERPC EMBEDDED PPC4XX
6540 M:      Alistair Popple <alistair@popple.id.au>
6541 M:      Matt Porter <mporter@kernel.crashing.org>
6542 W:      http://www.penguinppc.org/
6543 L:      linuxppc-dev@lists.ozlabs.org
6544 S:      Maintained
6545 F:      arch/powerpc/platforms/40x/
6546 F:      arch/powerpc/platforms/44x/
6547
6548 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6549 L:      linuxppc-dev@lists.ozlabs.org
6550 S:      Orphan
6551 F:      arch/powerpc/*/*virtex*
6552 F:      arch/powerpc/*/*/*virtex*
6553
6554 LINUX FOR POWERPC EMBEDDED PPC8XX
6555 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6556 W:      http://www.penguinppc.org/
6557 L:      linuxppc-dev@lists.ozlabs.org
6558 S:      Maintained
6559 F:      arch/powerpc/platforms/8xx/
6560
6561 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6562 M:      Scott Wood <oss@buserror.net>
6563 M:      Kumar Gala <galak@kernel.crashing.org>
6564 W:      http://www.penguinppc.org/
6565 L:      linuxppc-dev@lists.ozlabs.org
6566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6567 S:      Maintained
6568 F:      arch/powerpc/platforms/83xx/
6569 F:      arch/powerpc/platforms/85xx/
6570
6571 LINUX FOR POWERPC PA SEMI PWRFICIENT
6572 M:      Olof Johansson <olof@lixom.net>
6573 L:      linuxppc-dev@lists.ozlabs.org
6574 S:      Maintained
6575 F:      arch/powerpc/platforms/pasemi/
6576 F:      drivers/*/*pasemi*
6577 F:      drivers/*/*/*pasemi*
6578
6579 LINUX SECURITY MODULE (LSM) FRAMEWORK
6580 M:      Chris Wright <chrisw@sous-sol.org>
6581 L:      linux-security-module@vger.kernel.org
6582 S:      Supported
6583
6584 LIS3LV02D ACCELEROMETER DRIVER
6585 M:      Eric Piel <eric.piel@tremplin-utc.net>
6586 S:      Maintained
6587 F:      Documentation/misc-devices/lis3lv02d
6588 F:      drivers/misc/lis3lv02d/
6589 F:      drivers/platform/x86/hp_accel.c
6590
6591 LIVE PATCHING
6592 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6593 M:      Seth Jennings <sjenning@redhat.com>
6594 M:      Jiri Kosina <jikos@kernel.org>
6595 M:      Vojtech Pavlik <vojtech@suse.com>
6596 S:      Maintained
6597 F:      kernel/livepatch/
6598 F:      include/linux/livepatch.h
6599 F:      arch/x86/include/asm/livepatch.h
6600 F:      arch/x86/kernel/livepatch.c
6601 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6602 F:      samples/livepatch/
6603 L:      live-patching@vger.kernel.org
6604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6605
6606 LLC (802.2)
6607 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6608 S:      Maintained
6609 F:      include/linux/llc.h
6610 F:      include/uapi/linux/llc.h
6611 F:      include/net/llc*
6612 F:      net/llc/
6613
6614 LM73 HARDWARE MONITOR DRIVER
6615 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6616 L:      lm-sensors@lm-sensors.org
6617 S:      Maintained
6618 F:      drivers/hwmon/lm73.c
6619
6620 LM78 HARDWARE MONITOR DRIVER
6621 M:      Jean Delvare <jdelvare@suse.com>
6622 L:      lm-sensors@lm-sensors.org
6623 S:      Maintained
6624 F:      Documentation/hwmon/lm78
6625 F:      drivers/hwmon/lm78.c
6626
6627 LM83 HARDWARE MONITOR DRIVER
6628 M:      Jean Delvare <jdelvare@suse.com>
6629 L:      lm-sensors@lm-sensors.org
6630 S:      Maintained
6631 F:      Documentation/hwmon/lm83
6632 F:      drivers/hwmon/lm83.c
6633
6634 LM90 HARDWARE MONITOR DRIVER
6635 M:      Jean Delvare <jdelvare@suse.com>
6636 L:      lm-sensors@lm-sensors.org
6637 S:      Maintained
6638 F:      Documentation/hwmon/lm90
6639 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6640 F:      drivers/hwmon/lm90.c
6641
6642 LM95234 HARDWARE MONITOR DRIVER
6643 M:      Guenter Roeck <linux@roeck-us.net>
6644 L:      lm-sensors@lm-sensors.org
6645 S:      Maintained
6646 F:      Documentation/hwmon/lm95234
6647 F:      drivers/hwmon/lm95234.c
6648
6649 LME2510 MEDIA DRIVER
6650 M:      Malcolm Priestley <tvboxspy@gmail.com>
6651 L:      linux-media@vger.kernel.org
6652 W:      https://linuxtv.org
6653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6654 S:      Maintained
6655 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6656
6657 LOCKDEP AND LOCKSTAT
6658 M:      Peter Zijlstra <peterz@infradead.org>
6659 M:      Ingo Molnar <mingo@redhat.com>
6660 L:      linux-kernel@vger.kernel.org
6661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6662 S:      Maintained
6663 F:      Documentation/locking/lockdep*.txt
6664 F:      Documentation/locking/lockstat.txt
6665 F:      include/linux/lockdep.h
6666 F:      kernel/locking/
6667
6668 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6669 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6670 L:      linux-ntfs-dev@lists.sourceforge.net
6671 W:      http://www.linux-ntfs.org/content/view/19/37/
6672 S:      Maintained
6673 F:      Documentation/ldm.txt
6674 F:      block/partitions/ldm.*
6675
6676 LogFS
6677 M:      Joern Engel <joern@logfs.org>
6678 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6679 L:      logfs@logfs.org
6680 W:      logfs.org
6681 S:      Maintained
6682 F:      fs/logfs/
6683
6684 LPC32XX MACHINE SUPPORT
6685 M:      Roland Stigge <stigge@antcom.de>
6686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6687 S:      Maintained
6688 F:      arch/arm/mach-lpc32xx/
6689
6690 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6691 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6692 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6693 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6694 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6695 L:      MPT-FusionLinux.pdl@avagotech.com
6696 L:      linux-scsi@vger.kernel.org
6697 W:      http://www.lsilogic.com/support
6698 S:      Supported
6699 F:      drivers/message/fusion/
6700 F:      drivers/scsi/mpt2sas/
6701 F:      drivers/scsi/mpt3sas/
6702
6703 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6704 M:      Matthew Wilcox <matthew@wil.cx>
6705 L:      linux-scsi@vger.kernel.org
6706 S:      Maintained
6707 F:      drivers/scsi/sym53c8xx_2/
6708
6709 LTC4261 HARDWARE MONITOR DRIVER
6710 M:      Guenter Roeck <linux@roeck-us.net>
6711 L:      lm-sensors@lm-sensors.org
6712 S:      Maintained
6713 F:      Documentation/hwmon/ltc4261
6714 F:      drivers/hwmon/ltc4261.c
6715
6716 LTP (Linux Test Project)
6717 M:      Mike Frysinger <vapier@gentoo.org>
6718 M:      Cyril Hrubis <chrubis@suse.cz>
6719 M:      Wanlong Gao <wanlong.gao@gmail.com>
6720 M:      Jan Stancek <jstancek@redhat.com>
6721 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6722 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6723 L:      ltp@lists.linux.it (subscribers-only)
6724 W:      http://linux-test-project.github.io/
6725 T:      git git://github.com/linux-test-project/ltp.git
6726 S:      Maintained
6727
6728 M32R ARCHITECTURE
6729 W:      http://www.linux-m32r.org/
6730 S:      Orphan
6731 F:      arch/m32r/
6732
6733 M68K ARCHITECTURE
6734 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6735 L:      linux-m68k@lists.linux-m68k.org
6736 W:      http://www.linux-m68k.org/
6737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6738 S:      Maintained
6739 F:      arch/m68k/
6740 F:      drivers/zorro/
6741
6742 M68K ON APPLE MACINTOSH
6743 M:      Joshua Thompson <funaho@jurai.org>
6744 W:      http://www.mac.linux-m68k.org/
6745 L:      linux-m68k@lists.linux-m68k.org
6746 S:      Maintained
6747 F:      arch/m68k/mac/
6748
6749 M68K ON HP9000/300
6750 M:      Philip Blundell <philb@gnu.org>
6751 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6752 S:      Maintained
6753 F:      arch/m68k/hp300/
6754
6755 M88DS3103 MEDIA DRIVER
6756 M:      Antti Palosaari <crope@iki.fi>
6757 L:      linux-media@vger.kernel.org
6758 W:      https://linuxtv.org
6759 W:      http://palosaari.fi/linux/
6760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6761 T:      git git://linuxtv.org/anttip/media_tree.git
6762 S:      Maintained
6763 F:      drivers/media/dvb-frontends/m88ds3103*
6764
6765 M88RS2000 MEDIA DRIVER
6766 M:      Malcolm Priestley <tvboxspy@gmail.com>
6767 L:      linux-media@vger.kernel.org
6768 W:      https://linuxtv.org
6769 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6770 S:      Maintained
6771 F:      drivers/media/dvb-frontends/m88rs2000*
6772
6773 MA901 MASTERKIT USB FM RADIO DRIVER
6774 M:      Alexey Klimov <klimov.linux@gmail.com>
6775 L:      linux-media@vger.kernel.org
6776 T:      git git://linuxtv.org/media_tree.git
6777 S:      Maintained
6778 F:      drivers/media/radio/radio-ma901.c
6779
6780 MAC80211
6781 M:      Johannes Berg <johannes@sipsolutions.net>
6782 L:      linux-wireless@vger.kernel.org
6783 W:      http://wireless.kernel.org/
6784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6786 S:      Maintained
6787 F:      Documentation/networking/mac80211-injection.txt
6788 F:      include/net/mac80211.h
6789 F:      net/mac80211/
6790 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6791
6792 MACVLAN DRIVER
6793 M:      Patrick McHardy <kaber@trash.net>
6794 L:      netdev@vger.kernel.org
6795 S:      Maintained
6796 F:      drivers/net/macvlan.c
6797 F:      include/linux/if_macvlan.h
6798
6799 MAILBOX API
6800 M:      Jassi Brar <jassisinghbrar@gmail.com>
6801 L:      linux-kernel@vger.kernel.org
6802 S:      Maintained
6803 F:      drivers/mailbox/
6804 F:      include/linux/mailbox_client.h
6805 F:      include/linux/mailbox_controller.h
6806
6807 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6808 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6809 W:      http://www.kernel.org/doc/man-pages
6810 L:      linux-man@vger.kernel.org
6811 S:      Maintained
6812
6813 MARVELL ARMADA DRM SUPPORT
6814 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6815 S:      Maintained
6816 F:      drivers/gpu/drm/armada/
6817
6818 MARVELL 88E6352 DSA support
6819 M:      Guenter Roeck <linux@roeck-us.net>
6820 S:      Maintained
6821 F:      drivers/net/dsa/mv88e6352.c
6822
6823 MARVELL CRYPTO DRIVER
6824 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6825 M:      Arnaud Ebalard <arno@natisbad.org>
6826 F:      drivers/crypto/marvell/
6827 S:      Maintained
6828 L:      linux-crypto@vger.kernel.org
6829
6830 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6831 M:      Mirko Lindner <mlindner@marvell.com>
6832 M:      Stephen Hemminger <stephen@networkplumber.org>
6833 L:      netdev@vger.kernel.org
6834 S:      Maintained
6835 F:      drivers/net/ethernet/marvell/sk*
6836
6837 MARVELL LIBERTAS WIRELESS DRIVER
6838 L:      libertas-dev@lists.infradead.org
6839 S:      Orphan
6840 F:      drivers/net/wireless/marvell/libertas/
6841
6842 MARVELL MV643XX ETHERNET DRIVER
6843 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6844 L:      netdev@vger.kernel.org
6845 S:      Maintained
6846 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6847 F:      include/linux/mv643xx.h
6848
6849 MARVELL MVNETA ETHERNET DRIVER
6850 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6851 L:      netdev@vger.kernel.org
6852 S:      Maintained
6853 F:      drivers/net/ethernet/marvell/mvneta.*
6854
6855 MARVELL MWIFIEX WIRELESS DRIVER
6856 M:      Amitkumar Karwar <akarwar@marvell.com>
6857 M:      Nishant Sarmukadam <nishants@marvell.com>
6858 L:      linux-wireless@vger.kernel.org
6859 S:      Maintained
6860 F:      drivers/net/wireless/marvell/mwifiex/
6861
6862 MARVELL MWL8K WIRELESS DRIVER
6863 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6864 L:      linux-wireless@vger.kernel.org
6865 S:      Odd Fixes
6866 F:      drivers/net/wireless/marvell/mwl8k.c
6867
6868 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6869 M:      Nicolas Pitre <nico@fluxnic.net>
6870 S:      Odd Fixes
6871 F:      drivers/mmc/host/mvsdio.*
6872
6873 MATROX FRAMEBUFFER DRIVER
6874 L:      linux-fbdev@vger.kernel.org
6875 S:      Orphan
6876 F:      drivers/video/fbdev/matrox/matroxfb_*
6877 F:      include/uapi/linux/matroxfb.h
6878
6879 MAX16065 HARDWARE MONITOR DRIVER
6880 M:      Guenter Roeck <linux@roeck-us.net>
6881 L:      lm-sensors@lm-sensors.org
6882 S:      Maintained
6883 F:      Documentation/hwmon/max16065
6884 F:      drivers/hwmon/max16065.c
6885
6886 MAX20751 HARDWARE MONITOR DRIVER
6887 M:      Guenter Roeck <linux@roeck-us.net>
6888 L:      lm-sensors@lm-sensors.org
6889 S:      Maintained
6890 F:      Documentation/hwmon/max20751
6891 F:      drivers/hwmon/max20751.c
6892
6893 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6894 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6895 L:      lm-sensors@lm-sensors.org
6896 S:      Maintained
6897 F:      Documentation/hwmon/max6650
6898 F:      drivers/hwmon/max6650.c
6899
6900 MAX6697 HARDWARE MONITOR DRIVER
6901 M:      Guenter Roeck <linux@roeck-us.net>
6902 L:      lm-sensors@lm-sensors.org
6903 S:      Maintained
6904 F:      Documentation/hwmon/max6697
6905 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6906 F:      drivers/hwmon/max6697.c
6907 F:      include/linux/platform_data/max6697.h
6908
6909 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6910 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6911 L:      linux-pm@vger.kernel.org
6912 S:      Supported
6913 F:      drivers/power/max14577_charger.c
6914 F:      drivers/power/max77693_charger.c
6915
6916 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6917 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6918 L:      linux-kernel@vger.kernel.org
6919 S:      Supported
6920 F:      drivers/*/*max77802.c
6921 F:      Documentation/devicetree/bindings/*/*max77802.txt
6922 F:      include/dt-bindings/*/*max77802.h
6923
6924 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6925 M:      Chanwoo Choi <cw00.choi@samsung.com>
6926 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6927 L:      linux-kernel@vger.kernel.org
6928 S:      Supported
6929 F:      drivers/*/max14577.c
6930 F:      drivers/*/max77686.c
6931 F:      drivers/*/max77693.c
6932 F:      drivers/extcon/extcon-max14577.c
6933 F:      drivers/extcon/extcon-max77693.c
6934 F:      drivers/rtc/rtc-max77686.c
6935 F:      drivers/clk/clk-max77686.c
6936 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6937 F:      Documentation/devicetree/bindings/*/max77686.txt
6938 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6939 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6940 F:      include/linux/mfd/max14577*.h
6941 F:      include/linux/mfd/max77686*.h
6942 F:      include/linux/mfd/max77693*.h
6943
6944 MAXIRADIO FM RADIO RECEIVER DRIVER
6945 M:      Hans Verkuil <hverkuil@xs4all.nl>
6946 L:      linux-media@vger.kernel.org
6947 T:      git git://linuxtv.org/media_tree.git
6948 W:      https://linuxtv.org
6949 S:      Maintained
6950 F:      drivers/media/radio/radio-maxiradio*
6951
6952 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6953 M:      Peter Rosin <peda@axentia.se>
6954 L:      linux-iio@vger.kernel.org
6955 S:      Maintained
6956 F:      drivers/iio/potentiometer/mcp4531.c
6957
6958 MEDIA DRIVERS FOR RENESAS - VSP1
6959 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6960 L:      linux-media@vger.kernel.org
6961 L:      linux-renesas-soc@vger.kernel.org
6962 T:      git git://linuxtv.org/media_tree.git
6963 S:      Supported
6964 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6965 F:      drivers/media/platform/vsp1/
6966
6967 MEDIA DRIVERS FOR ASCOT2E
6968 M:      Sergey Kozlov <serjk@netup.ru>
6969 L:      linux-media@vger.kernel.org
6970 W:      https://linuxtv.org
6971 W:      http://netup.tv/
6972 T:      git git://linuxtv.org/media_tree.git
6973 S:      Supported
6974 F:      drivers/media/dvb-frontends/ascot2e*
6975
6976 MEDIA DRIVERS FOR CXD2841ER
6977 M:      Sergey Kozlov <serjk@netup.ru>
6978 L:      linux-media@vger.kernel.org
6979 W:      https://linuxtv.org
6980 W:      http://netup.tv/
6981 T:      git git://linuxtv.org/media_tree.git
6982 S:      Supported
6983 F:      drivers/media/dvb-frontends/cxd2841er*
6984
6985 MEDIA DRIVERS FOR HORUS3A
6986 M:      Sergey Kozlov <serjk@netup.ru>
6987 L:      linux-media@vger.kernel.org
6988 W:      https://linuxtv.org
6989 W:      http://netup.tv/
6990 T:      git git://linuxtv.org/media_tree.git
6991 S:      Supported
6992 F:      drivers/media/dvb-frontends/horus3a*
6993
6994 MEDIA DRIVERS FOR LNBH25
6995 M:      Sergey Kozlov <serjk@netup.ru>
6996 L:      linux-media@vger.kernel.org
6997 W:      https://linuxtv.org
6998 W:      http://netup.tv/
6999 T:      git git://linuxtv.org/media_tree.git
7000 S:      Supported
7001 F:      drivers/media/dvb-frontends/lnbh25*
7002
7003 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7004 M:      Sergey Kozlov <serjk@netup.ru>
7005 L:      linux-media@vger.kernel.org
7006 W:      https://linuxtv.org
7007 W:      http://netup.tv/
7008 T:      git git://linuxtv.org/media_tree.git
7009 S:      Supported
7010 F:      drivers/media/pci/netup_unidvb/*
7011
7012 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7013 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7014 P:      LinuxTV.org Project
7015 L:      linux-media@vger.kernel.org
7016 W:      https://linuxtv.org
7017 Q:      http://patchwork.kernel.org/project/linux-media/list/
7018 T:      git git://linuxtv.org/media_tree.git
7019 S:      Maintained
7020 F:      Documentation/dvb/
7021 F:      Documentation/video4linux/
7022 F:      Documentation/DocBook/media/
7023 F:      drivers/media/
7024 F:      drivers/staging/media/
7025 F:      include/linux/platform_data/media/
7026 F:      include/media/
7027 F:      include/uapi/linux/dvb/
7028 F:      include/uapi/linux/videodev2.h
7029 F:      include/uapi/linux/media.h
7030 F:      include/uapi/linux/v4l2-*
7031 F:      include/uapi/linux/meye.h
7032 F:      include/uapi/linux/ivtv*
7033 F:      include/uapi/linux/uvcvideo.h
7034
7035 MEDIATEK MT7601U WIRELESS LAN DRIVER
7036 M:      Jakub Kicinski <kubakici@wp.pl>
7037 L:      linux-wireless@vger.kernel.org
7038 S:      Maintained
7039 F:      drivers/net/wireless/mediatek/mt7601u/
7040
7041 MEGARAID SCSI/SAS DRIVERS
7042 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7043 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7044 M:      Uday Lingala <uday.lingala@avagotech.com>
7045 L:      megaraidlinux.pdl@avagotech.com
7046 L:      linux-scsi@vger.kernel.org
7047 W:      http://www.lsi.com
7048 S:      Maintained
7049 F:      Documentation/scsi/megaraid.txt
7050 F:      drivers/scsi/megaraid.*
7051 F:      drivers/scsi/megaraid/
7052
7053 MELLANOX ETHERNET DRIVER (mlx4_en)
7054 M:      Eugenia Emantayev <eugenia@mellanox.com>
7055 L:      netdev@vger.kernel.org
7056 S:      Supported
7057 W:      http://www.mellanox.com
7058 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7059 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7060
7061 MELLANOX ETHERNET DRIVER (mlx5e)
7062 M:      Saeed Mahameed <saeedm@mellanox.com>
7063 L:      netdev@vger.kernel.org
7064 S:      Supported
7065 W:      http://www.mellanox.com
7066 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7067 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7068
7069 MELLANOX ETHERNET SWITCH DRIVERS
7070 M:      Jiri Pirko <jiri@mellanox.com>
7071 M:      Ido Schimmel <idosch@mellanox.com>
7072 L:      netdev@vger.kernel.org
7073 S:      Supported
7074 W:      http://www.mellanox.com
7075 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7076 F:      drivers/net/ethernet/mellanox/mlxsw/
7077
7078 MEMBARRIER SUPPORT
7079 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7080 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7081 L:      linux-kernel@vger.kernel.org
7082 S:      Supported
7083 F:      kernel/membarrier.c
7084 F:      include/uapi/linux/membarrier.h
7085
7086 MEMORY MANAGEMENT
7087 L:      linux-mm@kvack.org
7088 W:      http://www.linux-mm.org
7089 S:      Maintained
7090 F:      include/linux/mm.h
7091 F:      include/linux/gfp.h
7092 F:      include/linux/mmzone.h
7093 F:      include/linux/memory_hotplug.h
7094 F:      include/linux/vmalloc.h
7095 F:      mm/
7096
7097 MEMORY TECHNOLOGY DEVICES (MTD)
7098 M:      David Woodhouse <dwmw2@infradead.org>
7099 M:      Brian Norris <computersforpeace@gmail.com>
7100 L:      linux-mtd@lists.infradead.org
7101 W:      http://www.linux-mtd.infradead.org/
7102 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7103 T:      git git://git.infradead.org/linux-mtd.git
7104 T:      git git://git.infradead.org/l2-mtd.git
7105 S:      Maintained
7106 F:      drivers/mtd/
7107 F:      include/linux/mtd/
7108 F:      include/uapi/mtd/
7109
7110 MEN A21 WATCHDOG DRIVER
7111 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7112 L:      linux-watchdog@vger.kernel.org
7113 S:      Maintained
7114 F:      drivers/watchdog/mena21_wdt.c
7115
7116 MEN CHAMELEON BUS (mcb)
7117 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7118 S:      Maintained
7119 F:      drivers/mcb/
7120 F:      include/linux/mcb.h
7121 F:      Documentation/men-chameleon-bus.txt
7122
7123 MEN F21BMC (Board Management Controller)
7124 M:      Andreas Werner <andreas.werner@men.de>
7125 S:      Supported
7126 F:      drivers/mfd/menf21bmc.c
7127 F:      drivers/watchdog/menf21bmc_wdt.c
7128 F:      drivers/leds/leds-menf21bmc.c
7129 F:      drivers/hwmon/menf21bmc_hwmon.c
7130 F:      Documentation/hwmon/menf21bmc
7131
7132 METAG ARCHITECTURE
7133 M:      James Hogan <james.hogan@imgtec.com>
7134 L:      linux-metag@vger.kernel.org
7135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7136 S:      Odd Fixes
7137 F:      arch/metag/
7138 F:      Documentation/metag/
7139 F:      Documentation/devicetree/bindings/metag/
7140 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7141 F:      drivers/clocksource/metag_generic.c
7142 F:      drivers/irqchip/irq-metag.c
7143 F:      drivers/irqchip/irq-metag-ext.c
7144 F:      drivers/tty/metag_da.c
7145
7146 MICROBLAZE ARCHITECTURE
7147 M:      Michal Simek <monstr@monstr.eu>
7148 W:      http://www.monstr.eu/fdt/
7149 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7150 S:      Supported
7151 F:      arch/microblaze/
7152
7153 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7154 M:      Chen Yu <yu.c.chen@intel.com>
7155 L:      platform-driver-x86@vger.kernel.org
7156 S:      Supported
7157 F:      drivers/platform/x86/surfacepro3_button.c
7158
7159 MICROTEK X6 SCANNER
7160 M:      Oliver Neukum <oliver@neukum.org>
7161 S:      Maintained
7162 F:      drivers/usb/image/microtek.*
7163
7164 MIPS
7165 M:      Ralf Baechle <ralf@linux-mips.org>
7166 L:      linux-mips@linux-mips.org
7167 W:      http://www.linux-mips.org/
7168 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7169 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7170 S:      Supported
7171 F:      Documentation/mips/
7172 F:      arch/mips/
7173
7174 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7175 M:      Hans Verkuil <hverkuil@xs4all.nl>
7176 L:      linux-media@vger.kernel.org
7177 T:      git git://linuxtv.org/media_tree.git
7178 W:      https://linuxtv.org
7179 S:      Odd Fixes
7180 F:      drivers/media/radio/radio-miropcm20*
7181
7182 MELLANOX MLX4 core VPI driver
7183 M:      Yishai Hadas <yishaih@mellanox.com>
7184 L:      netdev@vger.kernel.org
7185 L:      linux-rdma@vger.kernel.org
7186 W:      http://www.mellanox.com
7187 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7188 S:      Supported
7189 F:      drivers/net/ethernet/mellanox/mlx4/
7190 F:      include/linux/mlx4/
7191
7192 MELLANOX MLX4 IB driver
7193 M:      Yishai Hadas <yishaih@mellanox.com>
7194 L:      linux-rdma@vger.kernel.org
7195 W:      http://www.mellanox.com
7196 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7197 S:      Supported
7198 F:      drivers/infiniband/hw/mlx4/
7199 F:      include/linux/mlx4/
7200
7201 MELLANOX MLX5 core VPI driver
7202 M:      Matan Barak <matanb@mellanox.com>
7203 M:      Leon Romanovsky <leonro@mellanox.com>
7204 L:      netdev@vger.kernel.org
7205 L:      linux-rdma@vger.kernel.org
7206 W:      http://www.mellanox.com
7207 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7208 S:      Supported
7209 F:      drivers/net/ethernet/mellanox/mlx5/core/
7210 F:      include/linux/mlx5/
7211
7212 MELLANOX MLX5 IB driver
7213 M:      Matan Barak <matanb@mellanox.com>
7214 M:      Leon Romanovsky <leonro@mellanox.com>
7215 L:      linux-rdma@vger.kernel.org
7216 W:      http://www.mellanox.com
7217 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7218 S:      Supported
7219 F:      drivers/infiniband/hw/mlx5/
7220 F:      include/linux/mlx5/
7221
7222 MELEXIS MLX90614 DRIVER
7223 M:      Crt Mori <cmo@melexis.com>
7224 L:      linux-iio@vger.kernel.org
7225 W:      http://www.melexis.com
7226 S:      Supported
7227 F:      drivers/iio/temperature/mlx90614.c
7228
7229 MN88472 MEDIA DRIVER
7230 M:      Antti Palosaari <crope@iki.fi>
7231 L:      linux-media@vger.kernel.org
7232 W:      https://linuxtv.org
7233 W:      http://palosaari.fi/linux/
7234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7235 T:      git git://linuxtv.org/anttip/media_tree.git
7236 S:      Maintained
7237 F:      drivers/staging/media/mn88472/
7238 F:      drivers/media/dvb-frontends/mn88472.h
7239
7240 MN88473 MEDIA DRIVER
7241 M:      Antti Palosaari <crope@iki.fi>
7242 L:      linux-media@vger.kernel.org
7243 W:      https://linuxtv.org
7244 W:      http://palosaari.fi/linux/
7245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7246 T:      git git://linuxtv.org/anttip/media_tree.git
7247 S:      Maintained
7248 F:      drivers/staging/media/mn88473/
7249 F:      drivers/media/dvb-frontends/mn88473.h
7250
7251 MODULE SUPPORT
7252 M:      Rusty Russell <rusty@rustcorp.com.au>
7253 S:      Maintained
7254 F:      include/linux/module.h
7255 F:      kernel/module.c
7256
7257 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7258 W:      http://popies.net/meye/
7259 S:      Orphan
7260 F:      Documentation/video4linux/meye.txt
7261 F:      drivers/media/pci/meye/
7262 F:      include/uapi/linux/meye.h
7263
7264 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7265 M:      Jiri Slaby <jirislaby@gmail.com>
7266 S:      Maintained
7267 F:      Documentation/serial/moxa-smartio
7268 F:      drivers/tty/mxser.*
7269
7270 MR800 AVERMEDIA USB FM RADIO DRIVER
7271 M:      Alexey Klimov <klimov.linux@gmail.com>
7272 L:      linux-media@vger.kernel.org
7273 T:      git git://linuxtv.org/media_tree.git
7274 S:      Maintained
7275 F:      drivers/media/radio/radio-mr800.c
7276
7277 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7278 M:      Alan Ott <alan@signal11.us>
7279 L:      linux-wpan@vger.kernel.org
7280 S:      Maintained
7281 F:      drivers/net/ieee802154/mrf24j40.c
7282 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7283
7284 MSI LAPTOP SUPPORT
7285 M:      "Lee, Chun-Yi" <jlee@suse.com>
7286 L:      platform-driver-x86@vger.kernel.org
7287 S:      Maintained
7288 F:      drivers/platform/x86/msi-laptop.c
7289
7290 MSI WMI SUPPORT
7291 L:      platform-driver-x86@vger.kernel.org
7292 S:      Orphan
7293 F:      drivers/platform/x86/msi-wmi.c
7294
7295 MSI001 MEDIA DRIVER
7296 M:      Antti Palosaari <crope@iki.fi>
7297 L:      linux-media@vger.kernel.org
7298 W:      https://linuxtv.org
7299 W:      http://palosaari.fi/linux/
7300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7301 T:      git git://linuxtv.org/anttip/media_tree.git
7302 S:      Maintained
7303 F:      drivers/media/tuners/msi001*
7304
7305 MSI2500 MEDIA DRIVER
7306 M:      Antti Palosaari <crope@iki.fi>
7307 L:      linux-media@vger.kernel.org
7308 W:      https://linuxtv.org
7309 W:      http://palosaari.fi/linux/
7310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7311 T:      git git://linuxtv.org/anttip/media_tree.git
7312 S:      Maintained
7313 F:      drivers/media/usb/msi2500/
7314
7315 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7316 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7317 L:      linux-mtd@lists.infradead.org
7318 S:      Maintained
7319 F:      drivers/mtd/devices/docg3*
7320
7321 MT9M032 APTINA SENSOR DRIVER
7322 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7323 L:      linux-media@vger.kernel.org
7324 T:      git git://linuxtv.org/media_tree.git
7325 S:      Maintained
7326 F:      drivers/media/i2c/mt9m032.c
7327 F:      include/media/i2c/mt9m032.h
7328
7329 MT9P031 APTINA CAMERA SENSOR
7330 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7331 L:      linux-media@vger.kernel.org
7332 T:      git git://linuxtv.org/media_tree.git
7333 S:      Maintained
7334 F:      drivers/media/i2c/mt9p031.c
7335 F:      include/media/i2c/mt9p031.h
7336
7337 MT9T001 APTINA CAMERA SENSOR
7338 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7339 L:      linux-media@vger.kernel.org
7340 T:      git git://linuxtv.org/media_tree.git
7341 S:      Maintained
7342 F:      drivers/media/i2c/mt9t001.c
7343 F:      include/media/i2c/mt9t001.h
7344
7345 MT9V032 APTINA CAMERA SENSOR
7346 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7347 L:      linux-media@vger.kernel.org
7348 T:      git git://linuxtv.org/media_tree.git
7349 S:      Maintained
7350 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7351 F:      drivers/media/i2c/mt9v032.c
7352 F:      include/media/i2c/mt9v032.h
7353
7354 MULTIFUNCTION DEVICES (MFD)
7355 M:      Lee Jones <lee.jones@linaro.org>
7356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7357 S:      Supported
7358 F:      drivers/mfd/
7359 F:      include/linux/mfd/
7360
7361 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7362 M:      Ulf Hansson <ulf.hansson@linaro.org>
7363 L:      linux-mmc@vger.kernel.org
7364 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7365 S:      Maintained
7366 F:      drivers/mmc/
7367 F:      include/linux/mmc/
7368 F:      include/uapi/linux/mmc/
7369
7370 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7371 S:      Orphan
7372 F:      drivers/mmc/host/mmc_spi.c
7373 F:      include/linux/spi/mmc_spi.h
7374
7375 MULTISOUND SOUND DRIVER
7376 M:      Andrew Veliath <andrewtv@usa.net>
7377 S:      Maintained
7378 F:      Documentation/sound/oss/MultiSound
7379 F:      sound/oss/msnd*
7380
7381 MULTITECH MULTIPORT CARD (ISICOM)
7382 S:      Orphan
7383 F:      drivers/tty/isicom.c
7384 F:      include/linux/isicom.h
7385
7386 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7387 M:      Bin Liu <b-liu@ti.com>
7388 L:      linux-usb@vger.kernel.org
7389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7390 S:      Maintained
7391 F:      drivers/usb/musb/
7392
7393 MXL5007T MEDIA DRIVER
7394 M:      Michael Krufky <mkrufky@linuxtv.org>
7395 L:      linux-media@vger.kernel.org
7396 W:      https://linuxtv.org
7397 W:      http://github.com/mkrufky
7398 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7399 T:      git git://linuxtv.org/mkrufky/tuners.git
7400 S:      Maintained
7401 F:      drivers/media/tuners/mxl5007t.*
7402
7403 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7404 M:      Hyong-Youb Kim <hykim@myri.com>
7405 L:      netdev@vger.kernel.org
7406 W:      https://www.myricom.com/support/downloads/myri10ge.html
7407 S:      Supported
7408 F:      drivers/net/ethernet/myricom/myri10ge/
7409
7410 NATSEMI ETHERNET DRIVER (DP8381x)
7411 S:      Orphan
7412 F:      drivers/net/ethernet/natsemi/natsemi.c
7413
7414 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7415 M:      Daniel Mack <zonque@gmail.com>
7416 S:      Maintained
7417 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7418 W:      http://www.native-instruments.com
7419 F:      sound/usb/caiaq/
7420
7421 NCP FILESYSTEM
7422 M:      Petr Vandrovec <petr@vandrovec.name>
7423 S:      Odd Fixes
7424 F:      fs/ncpfs/
7425
7426 NCR 5380 SCSI DRIVERS
7427 M:      Finn Thain <fthain@telegraphics.com.au>
7428 M:      Michael Schmitz <schmitzmic@gmail.com>
7429 L:      linux-scsi@vger.kernel.org
7430 S:      Maintained
7431 F:      Documentation/scsi/g_NCR5380.txt
7432 F:      drivers/scsi/NCR5380.*
7433 F:      drivers/scsi/arm/cumana_1.c
7434 F:      drivers/scsi/arm/oak.c
7435 F:      drivers/scsi/atari_NCR5380.c
7436 F:      drivers/scsi/atari_scsi.*
7437 F:      drivers/scsi/dmx3191d.c
7438 F:      drivers/scsi/dtc.*
7439 F:      drivers/scsi/g_NCR5380.*
7440 F:      drivers/scsi/g_NCR5380_mmio.c
7441 F:      drivers/scsi/mac_scsi.*
7442 F:      drivers/scsi/pas16.*
7443 F:      drivers/scsi/sun3_scsi.*
7444 F:      drivers/scsi/sun3_scsi_vme.c
7445 F:      drivers/scsi/t128.*
7446
7447 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7448 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7449 L:      linux-scsi@vger.kernel.org
7450 S:      Maintained
7451 F:      drivers/scsi/NCR_D700.*
7452
7453 NCT6775 HARDWARE MONITOR DRIVER
7454 M:      Guenter Roeck <linux@roeck-us.net>
7455 L:      lm-sensors@lm-sensors.org
7456 S:      Maintained
7457 F:      Documentation/hwmon/nct6775
7458 F:      drivers/hwmon/nct6775.c
7459
7460 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7461 M:      Faisal Latif <faisal.latif@intel.com>
7462 L:      linux-rdma@vger.kernel.org
7463 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7464 S:      Supported
7465 F:      drivers/infiniband/hw/nes/
7466
7467 NETEM NETWORK EMULATOR
7468 M:      Stephen Hemminger <stephen@networkplumber.org>
7469 L:      netem@lists.linux-foundation.org
7470 S:      Maintained
7471 F:      net/sched/sch_netem.c
7472
7473 NETERION 10GbE DRIVERS (s2io/vxge)
7474 M:      Jon Mason <jdmason@kudzu.us>
7475 L:      netdev@vger.kernel.org
7476 S:      Supported
7477 F:      Documentation/networking/s2io.txt
7478 F:      Documentation/networking/vxge.txt
7479 F:      drivers/net/ethernet/neterion/
7480
7481 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7482 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7483 M:      Patrick McHardy <kaber@trash.net>
7484 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7485 L:      netfilter-devel@vger.kernel.org
7486 L:      coreteam@netfilter.org
7487 W:      http://www.netfilter.org/
7488 W:      http://www.iptables.org/
7489 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7492 S:      Supported
7493 F:      include/linux/netfilter*
7494 F:      include/linux/netfilter/
7495 F:      include/net/netfilter/
7496 F:      include/uapi/linux/netfilter*
7497 F:      include/uapi/linux/netfilter/
7498 F:      net/*/netfilter.c
7499 F:      net/*/netfilter/
7500 F:      net/netfilter/
7501 F:      net/bridge/br_netfilter*.c
7502
7503 NETLABEL
7504 M:      Paul Moore <paul@paul-moore.com>
7505 W:      http://netlabel.sf.net
7506 L:      netdev@vger.kernel.org
7507 S:      Maintained
7508 F:      Documentation/netlabel/
7509 F:      include/net/netlabel.h
7510 F:      net/netlabel/
7511
7512 NETROM NETWORK LAYER
7513 M:      Ralf Baechle <ralf@linux-mips.org>
7514 L:      linux-hams@vger.kernel.org
7515 W:      http://www.linux-ax25.org/
7516 S:      Maintained
7517 F:      include/net/netrom.h
7518 F:      include/uapi/linux/netrom.h
7519 F:      net/netrom/
7520
7521 NETRONOME ETHERNET DRIVERS
7522 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7523 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7524 L:      oss-drivers@netronome.com
7525 S:      Maintained
7526 F:      drivers/net/ethernet/netronome/
7527
7528 NETWORK BLOCK DEVICE (NBD)
7529 M:      Markus Pargmann <mpa@pengutronix.de>
7530 S:      Maintained
7531 L:      nbd-general@lists.sourceforge.net
7532 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7533 F:      Documentation/blockdev/nbd.txt
7534 F:      drivers/block/nbd.c
7535 F:      include/uapi/linux/nbd.h
7536
7537 NETWORK DROP MONITOR
7538 M:      Neil Horman <nhorman@tuxdriver.com>
7539 L:      netdev@vger.kernel.org
7540 S:      Maintained
7541 W:      https://fedorahosted.org/dropwatch/
7542 F:      net/core/drop_monitor.c
7543
7544 NETWORKING [GENERAL]
7545 M:      "David S. Miller" <davem@davemloft.net>
7546 L:      netdev@vger.kernel.org
7547 W:      http://www.linuxfoundation.org/en/Net
7548 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7551 S:      Maintained
7552 F:      net/
7553 F:      include/net/
7554 F:      include/linux/in.h
7555 F:      include/linux/net.h
7556 F:      include/linux/netdevice.h
7557 F:      include/uapi/linux/in.h
7558 F:      include/uapi/linux/net.h
7559 F:      include/uapi/linux/netdevice.h
7560 F:      include/uapi/linux/net_namespace.h
7561 F:      tools/net/
7562 F:      tools/testing/selftests/net/
7563 F:      lib/random32.c
7564 F:      lib/test_bpf.c
7565
7566 NETWORKING [IPv4/IPv6]
7567 M:      "David S. Miller" <davem@davemloft.net>
7568 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7569 M:      James Morris <jmorris@namei.org>
7570 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7571 M:      Patrick McHardy <kaber@trash.net>
7572 L:      netdev@vger.kernel.org
7573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7574 S:      Maintained
7575 F:      net/ipv4/
7576 F:      net/ipv6/
7577 F:      include/net/ip*
7578 F:      arch/x86/net/*
7579
7580 NETWORKING [IPSEC]
7581 M:      Steffen Klassert <steffen.klassert@secunet.com>
7582 M:      Herbert Xu <herbert@gondor.apana.org.au>
7583 M:      "David S. Miller" <davem@davemloft.net>
7584 L:      netdev@vger.kernel.org
7585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7587 S:      Maintained
7588 F:      net/core/flow.c
7589 F:      net/xfrm/
7590 F:      net/key/
7591 F:      net/ipv4/xfrm*
7592 F:      net/ipv4/esp4.c
7593 F:      net/ipv4/ah4.c
7594 F:      net/ipv4/ipcomp.c
7595 F:      net/ipv4/ip_vti.c
7596 F:      net/ipv6/xfrm*
7597 F:      net/ipv6/esp6.c
7598 F:      net/ipv6/ah6.c
7599 F:      net/ipv6/ipcomp6.c
7600 F:      net/ipv6/ip6_vti.c
7601 F:      include/uapi/linux/xfrm.h
7602 F:      include/net/xfrm.h
7603
7604 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7605 M:      Paul Moore <paul@paul-moore.com>
7606 L:      netdev@vger.kernel.org
7607 S:      Maintained
7608
7609 NETWORKING [WIRELESS]
7610 L:      linux-wireless@vger.kernel.org
7611 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7612
7613 NETWORKING DRIVERS
7614 L:      netdev@vger.kernel.org
7615 W:      http://www.linuxfoundation.org/en/Net
7616 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7619 S:      Odd Fixes
7620 F:      drivers/net/
7621 F:      include/linux/if_*
7622 F:      include/linux/netdevice.h
7623 F:      include/linux/etherdevice.h
7624 F:      include/linux/fcdevice.h
7625 F:      include/linux/fddidevice.h
7626 F:      include/linux/hippidevice.h
7627 F:      include/linux/inetdevice.h
7628 F:      include/uapi/linux/if_*
7629 F:      include/uapi/linux/netdevice.h
7630
7631 NETWORKING DRIVERS (WIRELESS)
7632 M:      Kalle Valo <kvalo@codeaurora.org>
7633 L:      linux-wireless@vger.kernel.org
7634 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7637 S:      Maintained
7638 F:      drivers/net/wireless/
7639
7640 NETXEN (1/10) GbE SUPPORT
7641 M:      Manish Chopra <manish.chopra@qlogic.com>
7642 M:      Sony Chacko <sony.chacko@qlogic.com>
7643 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7644 L:      netdev@vger.kernel.org
7645 W:      http://www.qlogic.com
7646 S:      Supported
7647 F:      drivers/net/ethernet/qlogic/netxen/
7648
7649 NFC SUBSYSTEM
7650 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7651 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7652 M:      Samuel Ortiz <sameo@linux.intel.com>
7653 L:      linux-wireless@vger.kernel.org
7654 L:      linux-nfc@lists.01.org (subscribers-only)
7655 S:      Supported
7656 F:      net/nfc/
7657 F:      include/net/nfc/
7658 F:      include/uapi/linux/nfc.h
7659 F:      drivers/nfc/
7660 F:      include/linux/platform_data/microread.h
7661 F:      include/linux/platform_data/nfcmrvl.h
7662 F:      include/linux/platform_data/nxp-nci.h
7663 F:      include/linux/platform_data/pn544.h
7664 F:      include/linux/platform_data/st21nfca.h
7665 F:      include/linux/platform_data/st-nci.h
7666 F:      Documentation/devicetree/bindings/net/nfc/
7667
7668 NFS, SUNRPC, AND LOCKD CLIENTS
7669 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7670 M:      Anna Schumaker <anna.schumaker@netapp.com>
7671 L:      linux-nfs@vger.kernel.org
7672 W:      http://client.linux-nfs.org
7673 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7674 S:      Maintained
7675 F:      fs/lockd/
7676 F:      fs/nfs/
7677 F:      fs/nfs_common/
7678 F:      net/sunrpc/
7679 F:      include/linux/lockd/
7680 F:      include/linux/nfs*
7681 F:      include/linux/sunrpc/
7682 F:      include/uapi/linux/nfs*
7683 F:      include/uapi/linux/sunrpc/
7684
7685 NILFS2 FILESYSTEM
7686 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7687 L:      linux-nilfs@vger.kernel.org
7688 W:      http://nilfs.sourceforge.net/
7689 T:      git git://github.com/konis/nilfs2.git
7690 S:      Supported
7691 F:      Documentation/filesystems/nilfs2.txt
7692 F:      fs/nilfs2/
7693 F:      include/linux/nilfs2_fs.h
7694 F:      include/trace/events/nilfs2.h
7695
7696 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7697 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7698 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7699 S:      Maintained
7700 F:      Documentation/scsi/NinjaSCSI.txt
7701 F:      drivers/scsi/pcmcia/nsp_*
7702
7703 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7704 M:      GOTO Masanori <gotom@debian.or.jp>
7705 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7706 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7707 S:      Maintained
7708 F:      Documentation/scsi/NinjaSCSI.txt
7709 F:      drivers/scsi/nsp32*
7710
7711 NIOS2 ARCHITECTURE
7712 M:      Ley Foon Tan <lftan@altera.com>
7713 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7715 S:      Maintained
7716 F:      arch/nios2/
7717
7718 NOKIA N900 POWER SUPPLY DRIVERS
7719 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7720 F:      include/linux/power/bq2415x_charger.h
7721 F:      include/linux/power/bq27xxx_battery.h
7722 F:      include/linux/power/isp1704_charger.h
7723 F:      drivers/power/bq2415x_charger.c
7724 F:      drivers/power/bq27xxx_battery.c
7725 F:      drivers/power/bq27xxx_battery_i2c.c
7726 F:      drivers/power/isp1704_charger.c
7727 F:      drivers/power/rx51_battery.c
7728
7729 NTB DRIVER CORE
7730 M:      Jon Mason <jdmason@kudzu.us>
7731 M:      Dave Jiang <dave.jiang@intel.com>
7732 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7733 L:      linux-ntb@googlegroups.com
7734 S:      Supported
7735 W:      https://github.com/jonmason/ntb/wiki
7736 T:      git git://github.com/jonmason/ntb.git
7737 F:      drivers/ntb/
7738 F:      drivers/net/ntb_netdev.c
7739 F:      include/linux/ntb.h
7740 F:      include/linux/ntb_transport.h
7741
7742 NTB INTEL DRIVER
7743 M:      Jon Mason <jdmason@kudzu.us>
7744 M:      Dave Jiang <dave.jiang@intel.com>
7745 L:      linux-ntb@googlegroups.com
7746 S:      Supported
7747 W:      https://github.com/jonmason/ntb/wiki
7748 T:      git git://github.com/jonmason/ntb.git
7749 F:      drivers/ntb/hw/intel/
7750
7751 NTB AMD DRIVER
7752 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7753 L:      linux-ntb@googlegroups.com
7754 S:      Supported
7755 F:      drivers/ntb/hw/amd/
7756
7757 NTFS FILESYSTEM
7758 M:      Anton Altaparmakov <anton@tuxera.com>
7759 L:      linux-ntfs-dev@lists.sourceforge.net
7760 W:      http://www.tuxera.com/
7761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7762 S:      Supported
7763 F:      Documentation/filesystems/ntfs.txt
7764 F:      fs/ntfs/
7765
7766 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7767 M:      Antonino Daplas <adaplas@gmail.com>
7768 L:      linux-fbdev@vger.kernel.org
7769 S:      Maintained
7770 F:      drivers/video/fbdev/riva/
7771 F:      drivers/video/fbdev/nvidia/
7772
7773 NVM EXPRESS DRIVER
7774 M:      Keith Busch <keith.busch@intel.com>
7775 M:      Jens Axboe <axboe@fb.com>
7776 L:      linux-nvme@lists.infradead.org
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7778 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7779 S:      Supported
7780 F:      drivers/nvme/host/
7781 F:      include/linux/nvme.h
7782
7783 NVMEM FRAMEWORK
7784 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7785 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7786 S:      Maintained
7787 F:      drivers/nvmem/
7788 F:      Documentation/devicetree/bindings/nvmem/
7789 F:      include/linux/nvmem-consumer.h
7790 F:      include/linux/nvmem-provider.h
7791
7792 NXP-NCI NFC DRIVER
7793 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7794 R:      Charles Gorand <charles.gorand@effinnov.com>
7795 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7796 S:      Supported
7797 F:      drivers/nfc/nxp-nci
7798
7799 NXP TDA998X DRM DRIVER
7800 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7801 S:      Supported
7802 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7803 F:      include/drm/i2c/tda998x.h
7804
7805 NXP TFA9879 DRIVER
7806 M:      Peter Rosin <peda@axentia.se>
7807 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7808 S:      Maintained
7809 F:      sound/soc/codecs/tfa9879*
7810
7811 OMAP SUPPORT
7812 M:      Tony Lindgren <tony@atomide.com>
7813 L:      linux-omap@vger.kernel.org
7814 W:      http://www.muru.com/linux/omap/
7815 W:      http://linux.omap.com/
7816 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7818 S:      Maintained
7819 F:      arch/arm/*omap*/
7820 F:      arch/arm/configs/omap1_defconfig
7821 F:      arch/arm/configs/omap2plus_defconfig
7822 F:      drivers/i2c/busses/i2c-omap.c
7823 F:      drivers/irqchip/irq-omap-intc.c
7824 F:      drivers/mfd/*omap*.c
7825 F:      drivers/mfd/menelaus.c
7826 F:      drivers/mfd/palmas.c
7827 F:      drivers/mfd/tps65217.c
7828 F:      drivers/mfd/tps65218.c
7829 F:      drivers/mfd/tps65910.c
7830 F:      drivers/mfd/twl-core.[ch]
7831 F:      drivers/mfd/twl4030*.c
7832 F:      drivers/mfd/twl6030*.c
7833 F:      drivers/mfd/twl6040*.c
7834 F:      drivers/regulator/palmas-regulator*.c
7835 F:      drivers/regulator/pbias-regulator.c
7836 F:      drivers/regulator/tps65217-regulator.c
7837 F:      drivers/regulator/tps65218-regulator.c
7838 F:      drivers/regulator/tps65910-regulator.c
7839 F:      drivers/regulator/twl-regulator.c
7840 F:      include/linux/i2c-omap.h
7841
7842 OMAP DEVICE TREE SUPPORT
7843 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7844 M:      Tony Lindgren <tony@atomide.com>
7845 L:      linux-omap@vger.kernel.org
7846 L:      devicetree@vger.kernel.org
7847 S:      Maintained
7848 F:      arch/arm/boot/dts/*omap*
7849 F:      arch/arm/boot/dts/*am3*
7850 F:      arch/arm/boot/dts/*am4*
7851 F:      arch/arm/boot/dts/*am5*
7852 F:      arch/arm/boot/dts/*dra7*
7853
7854 OMAP CLOCK FRAMEWORK SUPPORT
7855 M:      Paul Walmsley <paul@pwsan.com>
7856 L:      linux-omap@vger.kernel.org
7857 S:      Maintained
7858 F:      arch/arm/*omap*/*clock*
7859
7860 OMAP POWER MANAGEMENT SUPPORT
7861 M:      Kevin Hilman <khilman@deeprootsystems.com>
7862 L:      linux-omap@vger.kernel.org
7863 S:      Maintained
7864 F:      arch/arm/*omap*/*pm*
7865 F:      drivers/cpufreq/omap-cpufreq.c
7866
7867 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7868 M:      Rajendra Nayak <rnayak@ti.com>
7869 M:      Paul Walmsley <paul@pwsan.com>
7870 L:      linux-omap@vger.kernel.org
7871 S:      Maintained
7872 F:      arch/arm/mach-omap2/prm*
7873
7874 OMAP AUDIO SUPPORT
7875 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7876 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7877 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7878 L:      linux-omap@vger.kernel.org
7879 S:      Maintained
7880 F:      sound/soc/omap/
7881
7882 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7883 M:      Roger Quadros <rogerq@ti.com>
7884 M:      Tony Lindgren <tony@atomide.com>
7885 L:      linux-omap@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/memory/omap-gpmc.c
7888 F:      arch/arm/mach-omap2/*gpmc*
7889
7890 OMAP FRAMEBUFFER SUPPORT
7891 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7892 L:      linux-fbdev@vger.kernel.org
7893 L:      linux-omap@vger.kernel.org
7894 S:      Maintained
7895 F:      drivers/video/fbdev/omap/
7896
7897 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7898 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7899 L:      linux-omap@vger.kernel.org
7900 L:      linux-fbdev@vger.kernel.org
7901 S:      Maintained
7902 F:      drivers/video/fbdev/omap2/
7903 F:      Documentation/arm/OMAP/DSS
7904
7905 OMAP HARDWARE SPINLOCK SUPPORT
7906 M:      Ohad Ben-Cohen <ohad@wizery.com>
7907 L:      linux-omap@vger.kernel.org
7908 S:      Maintained
7909 F:      drivers/hwspinlock/omap_hwspinlock.c
7910
7911 OMAP MMC SUPPORT
7912 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7913 L:      linux-omap@vger.kernel.org
7914 S:      Maintained
7915 F:      drivers/mmc/host/omap.c
7916
7917 OMAP HS MMC SUPPORT
7918 L:      linux-mmc@vger.kernel.org
7919 L:      linux-omap@vger.kernel.org
7920 S:      Orphan
7921 F:      drivers/mmc/host/omap_hsmmc.c
7922
7923 OMAP RANDOM NUMBER GENERATOR SUPPORT
7924 M:      Deepak Saxena <dsaxena@plexity.net>
7925 S:      Maintained
7926 F:      drivers/char/hw_random/omap-rng.c
7927
7928 OMAP HWMOD SUPPORT
7929 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7930 M:      Paul Walmsley <paul@pwsan.com>
7931 L:      linux-omap@vger.kernel.org
7932 S:      Maintained
7933 F:      arch/arm/mach-omap2/omap_hwmod.*
7934
7935 OMAP HWMOD DATA
7936 M:      Paul Walmsley <paul@pwsan.com>
7937 L:      linux-omap@vger.kernel.org
7938 S:      Maintained
7939 F:      arch/arm/mach-omap2/omap_hwmod*data*
7940
7941 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7942 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7943 L:      linux-omap@vger.kernel.org
7944 S:      Maintained
7945 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7946
7947 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7948 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7949 L:      linux-media@vger.kernel.org
7950 S:      Maintained
7951 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7952 F:      drivers/media/platform/omap3isp/
7953 F:      drivers/staging/media/omap4iss/
7954
7955 OMAP USB SUPPORT
7956 L:      linux-usb@vger.kernel.org
7957 L:      linux-omap@vger.kernel.org
7958 S:      Orphan
7959 F:      drivers/usb/*/*omap*
7960 F:      arch/arm/*omap*/usb*
7961
7962 OMAP GPIO DRIVER
7963 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7964 M:      Santosh Shilimkar <ssantosh@kernel.org>
7965 M:      Kevin Hilman <khilman@deeprootsystems.com>
7966 L:      linux-omap@vger.kernel.org
7967 S:      Maintained
7968 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7969 F:      drivers/gpio/gpio-omap.c
7970
7971 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7972 M:      Mark Jackson <mpfj@newflow.co.uk>
7973 L:      linux-omap@vger.kernel.org
7974 S:      Maintained
7975 F:      arch/arm/boot/dts/am335x-nano.dts
7976
7977 OMFS FILESYSTEM
7978 M:      Bob Copeland <me@bobcopeland.com>
7979 L:      linux-karma-devel@lists.sourceforge.net
7980 S:      Maintained
7981 F:      Documentation/filesystems/omfs.txt
7982 F:      fs/omfs/
7983
7984 OMNIKEY CARDMAN 4000 DRIVER
7985 M:      Harald Welte <laforge@gnumonks.org>
7986 S:      Maintained
7987 F:      drivers/char/pcmcia/cm4000_cs.c
7988 F:      include/linux/cm4000_cs.h
7989 F:      include/uapi/linux/cm4000_cs.h
7990
7991 OMNIKEY CARDMAN 4040 DRIVER
7992 M:      Harald Welte <laforge@gnumonks.org>
7993 S:      Maintained
7994 F:      drivers/char/pcmcia/cm4040_cs.*
7995
7996 OMNIVISION OV7670 SENSOR DRIVER
7997 M:      Jonathan Corbet <corbet@lwn.net>
7998 L:      linux-media@vger.kernel.org
7999 T:      git git://linuxtv.org/media_tree.git
8000 S:      Maintained
8001 F:      drivers/media/i2c/ov7670.c
8002
8003 ONENAND FLASH DRIVER
8004 M:      Kyungmin Park <kyungmin.park@samsung.com>
8005 L:      linux-mtd@lists.infradead.org
8006 S:      Maintained
8007 F:      drivers/mtd/onenand/
8008 F:      include/linux/mtd/onenand*.h
8009
8010 ONSTREAM SCSI TAPE DRIVER
8011 M:      Willem Riede <osst@riede.org>
8012 L:      osst-users@lists.sourceforge.net
8013 L:      linux-scsi@vger.kernel.org
8014 S:      Maintained
8015 F:      Documentation/scsi/osst.txt
8016 F:      drivers/scsi/osst.*
8017 F:      drivers/scsi/osst_*.h
8018 F:      drivers/scsi/st.h
8019
8020 OPENCORES I2C BUS DRIVER
8021 M:      Peter Korsgaard <jacmet@sunsite.dk>
8022 L:      linux-i2c@vger.kernel.org
8023 S:      Maintained
8024 F:      Documentation/i2c/busses/i2c-ocores
8025 F:      drivers/i2c/busses/i2c-ocores.c
8026
8027 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8028 M:      Rob Herring <robh+dt@kernel.org>
8029 M:      Frank Rowand <frowand.list@gmail.com>
8030 M:      Grant Likely <grant.likely@linaro.org>
8031 L:      devicetree@vger.kernel.org
8032 W:      http://www.devicetree.org/
8033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8034 S:      Maintained
8035 F:      drivers/of/
8036 F:      include/linux/of*.h
8037 F:      scripts/dtc/
8038
8039 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8040 M:      Rob Herring <robh+dt@kernel.org>
8041 M:      Pawel Moll <pawel.moll@arm.com>
8042 M:      Mark Rutland <mark.rutland@arm.com>
8043 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8044 M:      Kumar Gala <galak@codeaurora.org>
8045 L:      devicetree@vger.kernel.org
8046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8047 S:      Maintained
8048 F:      Documentation/devicetree/
8049 F:      arch/*/boot/dts/
8050 F:      include/dt-bindings/
8051
8052 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8053 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8054 L:      devicetree@vger.kernel.org
8055 S:      Maintained
8056 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8057 F:      Documentation/devicetree/overlay-notes.txt
8058 F:      drivers/of/overlay.c
8059 F:      drivers/of/resolver.c
8060
8061 OPENRISC ARCHITECTURE
8062 M:      Jonas Bonn <jonas@southpole.se>
8063 W:      http://openrisc.net
8064 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8065 S:      Maintained
8066 T:      git git://openrisc.net/~jonas/linux
8067 F:      arch/openrisc/
8068
8069 OPENVSWITCH
8070 M:      Pravin Shelar <pshelar@nicira.com>
8071 L:      netdev@vger.kernel.org
8072 L:      dev@openvswitch.org
8073 W:      http://openvswitch.org
8074 S:      Maintained
8075 F:      net/openvswitch/
8076 F:      include/uapi/linux/openvswitch.h
8077
8078 OPERATING PERFORMANCE POINTS (OPP)
8079 M:      Viresh Kumar <vireshk@kernel.org>
8080 M:      Nishanth Menon <nm@ti.com>
8081 M:      Stephen Boyd <sboyd@codeaurora.org>
8082 L:      linux-pm@vger.kernel.org
8083 S:      Maintained
8084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8085 F:      drivers/base/power/opp/
8086 F:      include/linux/pm_opp.h
8087 F:      Documentation/power/opp.txt
8088 F:      Documentation/devicetree/bindings/opp/
8089
8090 OPL4 DRIVER
8091 M:      Clemens Ladisch <clemens@ladisch.de>
8092 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8093 T:      git git://git.alsa-project.org/alsa-kernel.git
8094 S:      Maintained
8095 F:      sound/drivers/opl4/
8096
8097 OPROFILE
8098 M:      Robert Richter <rric@kernel.org>
8099 L:      oprofile-list@lists.sf.net
8100 S:      Maintained
8101 F:      arch/*/include/asm/oprofile*.h
8102 F:      arch/*/oprofile/
8103 F:      drivers/oprofile/
8104 F:      include/linux/oprofile.h
8105
8106 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8107 M:      Mark Fasheh <mfasheh@suse.com>
8108 M:      Joel Becker <jlbec@evilplan.org>
8109 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8110 W:      http://ocfs2.wiki.kernel.org
8111 S:      Supported
8112 F:      Documentation/filesystems/ocfs2.txt
8113 F:      Documentation/filesystems/dlmfs.txt
8114 F:      fs/ocfs2/
8115
8116 ORINOCO DRIVER
8117 L:      linux-wireless@vger.kernel.org
8118 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8119 W:      http://www.nongnu.org/orinoco/
8120 S:      Orphan
8121 F:      drivers/net/wireless/intersil/orinoco/
8122
8123 OSD LIBRARY and FILESYSTEM
8124 M:      Boaz Harrosh <ooo@electrozaur.com>
8125 M:      Benny Halevy <bhalevy@primarydata.com>
8126 L:      osd-dev@open-osd.org
8127 W:      http://open-osd.org
8128 T:      git git://git.open-osd.org/open-osd.git
8129 S:      Maintained
8130 F:      drivers/scsi/osd/
8131 F:      include/scsi/osd_*
8132 F:      fs/exofs/
8133
8134 OVERLAY FILESYSTEM
8135 M:      Miklos Szeredi <miklos@szeredi.hu>
8136 L:      linux-unionfs@vger.kernel.org
8137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8138 S:      Supported
8139 F:      fs/overlayfs/
8140 F:      Documentation/filesystems/overlayfs.txt
8141
8142 P54 WIRELESS DRIVER
8143 M:      Christian Lamparter <chunkeey@googlemail.com>
8144 L:      linux-wireless@vger.kernel.org
8145 W:      http://wireless.kernel.org/en/users/Drivers/p54
8146 S:      Maintained
8147 F:      drivers/net/wireless/intersil/p54/
8148
8149 PA SEMI ETHERNET DRIVER
8150 M:      Olof Johansson <olof@lixom.net>
8151 L:      netdev@vger.kernel.org
8152 S:      Maintained
8153 F:      drivers/net/ethernet/pasemi/*
8154
8155 PA SEMI SMBUS DRIVER
8156 M:      Olof Johansson <olof@lixom.net>
8157 L:      linux-i2c@vger.kernel.org
8158 S:      Maintained
8159 F:      drivers/i2c/busses/i2c-pasemi.c
8160
8161 PADATA PARALLEL EXECUTION MECHANISM
8162 M:      Steffen Klassert <steffen.klassert@secunet.com>
8163 L:      linux-crypto@vger.kernel.org
8164 S:      Maintained
8165 F:      kernel/padata.c
8166 F:      include/linux/padata.h
8167 F:      Documentation/padata.txt
8168
8169 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8170 M:      Harald Welte <laforge@gnumonks.org>
8171 L:      platform-driver-x86@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/platform/x86/panasonic-laptop.c
8174
8175 PANASONIC MN10300/AM33/AM34 PORT
8176 M:      David Howells <dhowells@redhat.com>
8177 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8178 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8179 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8180 S:      Maintained
8181 F:      Documentation/mn10300/
8182 F:      arch/mn10300/
8183
8184 PARALLEL PORT SUBSYSTEM
8185 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8186 M:      Sudip Mukherjee <sudip@vectorindia.org>
8187 L:      linux-parport@lists.infradead.org (subscribers-only)
8188 S:      Maintained
8189 F:      drivers/parport/
8190 F:      include/linux/parport*.h
8191 F:      drivers/char/ppdev.c
8192 F:      include/uapi/linux/ppdev.h
8193 F:      Documentation/parport*.txt
8194
8195 PARAVIRT_OPS INTERFACE
8196 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8197 M:      Chris Wright <chrisw@sous-sol.org>
8198 M:      Alok Kataria <akataria@vmware.com>
8199 M:      Rusty Russell <rusty@rustcorp.com.au>
8200 L:      virtualization@lists.linux-foundation.org
8201 S:      Supported
8202 F:      Documentation/virtual/paravirt_ops.txt
8203 F:      arch/*/kernel/paravirt*
8204 F:      arch/*/include/asm/paravirt.h
8205
8206 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8207 M:      Tim Waugh <tim@cyberelk.net>
8208 L:      linux-parport@lists.infradead.org (subscribers-only)
8209 S:      Maintained
8210 F:      Documentation/blockdev/paride.txt
8211 F:      drivers/block/paride/
8212
8213 PARISC ARCHITECTURE
8214 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8215 M:      Helge Deller <deller@gmx.de>
8216 L:      linux-parisc@vger.kernel.org
8217 W:      http://www.parisc-linux.org/
8218 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8221 S:      Maintained
8222 F:      arch/parisc/
8223 F:      Documentation/parisc/
8224 F:      drivers/parisc/
8225 F:      drivers/char/agp/parisc-agp.c
8226 F:      drivers/input/serio/gscps2.c
8227 F:      drivers/parport/parport_gsc.*
8228 F:      drivers/tty/serial/8250/8250_gsc.c
8229 F:      drivers/video/fbdev/sti*
8230 F:      drivers/video/console/sti*
8231 F:      drivers/video/logo/logo_parisc*
8232
8233 PC87360 HARDWARE MONITORING DRIVER
8234 M:      Jim Cromie <jim.cromie@gmail.com>
8235 L:      lm-sensors@lm-sensors.org
8236 S:      Maintained
8237 F:      Documentation/hwmon/pc87360
8238 F:      drivers/hwmon/pc87360.c
8239
8240 PC8736x GPIO DRIVER
8241 M:      Jim Cromie <jim.cromie@gmail.com>
8242 S:      Maintained
8243 F:      drivers/char/pc8736x_gpio.c
8244
8245 PC87427 HARDWARE MONITORING DRIVER
8246 M:      Jean Delvare <jdelvare@suse.com>
8247 L:      lm-sensors@lm-sensors.org
8248 S:      Maintained
8249 F:      Documentation/hwmon/pc87427
8250 F:      drivers/hwmon/pc87427.c
8251
8252 PCA9532 LED DRIVER
8253 M:      Riku Voipio <riku.voipio@iki.fi>
8254 S:      Maintained
8255 F:      drivers/leds/leds-pca9532.c
8256 F:      include/linux/leds-pca9532.h
8257
8258 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8259 M:      Guenter Roeck <linux@roeck-us.net>
8260 L:      linux-i2c@vger.kernel.org
8261 S:      Maintained
8262 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8263
8264 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8265 M:      Khalid Aziz <khalid@gonehiking.org>
8266 S:      Maintained
8267 F:      drivers/firmware/pcdp.*
8268
8269 PCI ERROR RECOVERY
8270 M:      Linas Vepstas <linasvepstas@gmail.com>
8271 L:      linux-pci@vger.kernel.org
8272 S:      Supported
8273 F:      Documentation/PCI/pci-error-recovery.txt
8274
8275 PCI SUBSYSTEM
8276 M:      Bjorn Helgaas <bhelgaas@google.com>
8277 L:      linux-pci@vger.kernel.org
8278 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8280 S:      Supported
8281 F:      Documentation/PCI/
8282 F:      drivers/pci/
8283 F:      include/linux/pci*
8284 F:      arch/x86/pci/
8285 F:      arch/x86/kernel/quirks.c
8286
8287 PCI DRIVER FOR ALTERA PCIE IP
8288 M:      Ley Foon Tan <lftan@altera.com>
8289 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8290 L:      linux-pci@vger.kernel.org
8291 S:      Supported
8292 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8293 F:      drivers/pci/host/pcie-altera.c
8294
8295 PCI DRIVER FOR ARM VERSATILE PLATFORM
8296 M:      Rob Herring <robh@kernel.org>
8297 L:      linux-pci@vger.kernel.org
8298 L:      linux-arm-kernel@lists.infradead.org
8299 S:      Maintained
8300 F:      Documentation/devicetree/bindings/pci/versatile.txt
8301 F:      drivers/pci/host/pci-versatile.c
8302
8303 PCI DRIVER FOR APPLIEDMICRO XGENE
8304 M:      Tanmay Inamdar <tinamdar@apm.com>
8305 L:      linux-pci@vger.kernel.org
8306 L:      linux-arm-kernel@lists.infradead.org
8307 S:      Maintained
8308 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8309 F:      drivers/pci/host/pci-xgene.c
8310
8311 PCI DRIVER FOR FREESCALE LAYERSCAPE
8312 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8313 M:      Mingkai Hu <mingkai.hu@freescale.com>
8314 M:      Roy Zang <tie-fei.zang@freescale.com>
8315 L:      linuxppc-dev@lists.ozlabs.org
8316 L:      linux-pci@vger.kernel.org
8317 L:      linux-arm-kernel@lists.infradead.org
8318 S:      Maintained
8319 F:      drivers/pci/host/*layerscape*
8320
8321 PCI DRIVER FOR IMX6
8322 M:      Richard Zhu <Richard.Zhu@freescale.com>
8323 M:      Lucas Stach <l.stach@pengutronix.de>
8324 L:      linux-pci@vger.kernel.org
8325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8326 S:      Maintained
8327 F:      drivers/pci/host/*imx6*
8328
8329 PCI DRIVER FOR TI KEYSTONE
8330 M:      Murali Karicheri <m-karicheri2@ti.com>
8331 L:      linux-pci@vger.kernel.org
8332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8333 S:      Maintained
8334 F:      drivers/pci/host/*keystone*
8335
8336 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8337 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8338 M:      Jason Cooper <jason@lakedaemon.net>
8339 L:      linux-pci@vger.kernel.org
8340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8341 S:      Maintained
8342 F:      drivers/pci/host/*mvebu*
8343
8344 PCI DRIVER FOR NVIDIA TEGRA
8345 M:      Thierry Reding <thierry.reding@gmail.com>
8346 L:      linux-tegra@vger.kernel.org
8347 L:      linux-pci@vger.kernel.org
8348 S:      Supported
8349 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8350 F:      drivers/pci/host/pci-tegra.c
8351
8352 PCI DRIVER FOR TI DRA7XX
8353 M:      Kishon Vijay Abraham I <kishon@ti.com>
8354 L:      linux-omap@vger.kernel.org
8355 L:      linux-pci@vger.kernel.org
8356 S:      Supported
8357 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8358 F:      drivers/pci/host/pci-dra7xx.c
8359
8360 PCI DRIVER FOR RENESAS R-CAR
8361 M:      Simon Horman <horms@verge.net.au>
8362 L:      linux-pci@vger.kernel.org
8363 L:      linux-renesas-soc@vger.kernel.org
8364 S:      Maintained
8365 F:      drivers/pci/host/*rcar*
8366
8367 PCI DRIVER FOR SAMSUNG EXYNOS
8368 M:      Jingoo Han <jingoohan1@gmail.com>
8369 L:      linux-pci@vger.kernel.org
8370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8371 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8372 S:      Maintained
8373 F:      drivers/pci/host/pci-exynos.c
8374
8375 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8376 M:      Jingoo Han <jingoohan1@gmail.com>
8377 M:      Pratyush Anand <pratyush.anand@gmail.com>
8378 L:      linux-pci@vger.kernel.org
8379 S:      Maintained
8380 F:      drivers/pci/host/*designware*
8381
8382 PCI DRIVER FOR GENERIC OF HOSTS
8383 M:      Will Deacon <will.deacon@arm.com>
8384 L:      linux-pci@vger.kernel.org
8385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8386 S:      Maintained
8387 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8388 F:      drivers/pci/host/pci-host-generic.c
8389
8390 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8391 M:      Keith Busch <keith.busch@intel.com>
8392 L:      linux-pci@vger.kernel.org
8393 S:      Supported
8394 F:      arch/x86/pci/vmd.c
8395
8396 PCIE DRIVER FOR ST SPEAR13XX
8397 M:      Pratyush Anand <pratyush.anand@gmail.com>
8398 L:      linux-pci@vger.kernel.org
8399 S:      Maintained
8400 F:      drivers/pci/host/*spear*
8401
8402 PCI MSI DRIVER FOR ALTERA MSI IP
8403 M:      Ley Foon Tan <lftan@altera.com>
8404 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8405 L:      linux-pci@vger.kernel.org
8406 S:      Supported
8407 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8408 F:      drivers/pci/host/pcie-altera-msi.c
8409
8410 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8411 M:      Duc Dang <dhdang@apm.com>
8412 L:      linux-pci@vger.kernel.org
8413 L:      linux-arm-kernel@lists.infradead.org
8414 S:      Maintained
8415 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8416 F:      drivers/pci/host/pci-xgene-msi.c
8417
8418 PCIE DRIVER FOR HISILICON
8419 M:      Zhou Wang <wangzhou1@hisilicon.com>
8420 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8421 L:      linux-pci@vger.kernel.org
8422 S:      Maintained
8423 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8424 F:      drivers/pci/host/pcie-hisi.c
8425
8426 PCIE DRIVER FOR QUALCOMM MSM
8427 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8428 L:     linux-pci@vger.kernel.org
8429 L:     linux-arm-msm@vger.kernel.org
8430 S:     Maintained
8431 F:     drivers/pci/host/*qcom*
8432
8433 PCMCIA SUBSYSTEM
8434 P:      Linux PCMCIA Team
8435 L:      linux-pcmcia@lists.infradead.org
8436 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8438 S:      Maintained
8439 F:      Documentation/pcmcia/
8440 F:      drivers/pcmcia/
8441 F:      include/pcmcia/
8442
8443 PCNET32 NETWORK DRIVER
8444 M:      Don Fry <pcnet32@frontier.com>
8445 L:      netdev@vger.kernel.org
8446 S:      Maintained
8447 F:      drivers/net/ethernet/amd/pcnet32.c
8448
8449 PCRYPT PARALLEL CRYPTO ENGINE
8450 M:      Steffen Klassert <steffen.klassert@secunet.com>
8451 L:      linux-crypto@vger.kernel.org
8452 S:      Maintained
8453 F:      crypto/pcrypt.c
8454 F:      include/crypto/pcrypt.h
8455
8456 PER-CPU MEMORY ALLOCATOR
8457 M:      Tejun Heo <tj@kernel.org>
8458 M:      Christoph Lameter <cl@linux-foundation.org>
8459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8460 S:      Maintained
8461 F:      include/linux/percpu*.h
8462 F:      mm/percpu*.c
8463 F:      arch/*/include/asm/percpu.h
8464
8465 PER-TASK DELAY ACCOUNTING
8466 M:      Balbir Singh <bsingharora@gmail.com>
8467 S:      Maintained
8468 F:      include/linux/delayacct.h
8469 F:      kernel/delayacct.c
8470
8471 PERFORMANCE EVENTS SUBSYSTEM
8472 M:      Peter Zijlstra <peterz@infradead.org>
8473 M:      Ingo Molnar <mingo@redhat.com>
8474 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8475 L:      linux-kernel@vger.kernel.org
8476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8477 S:      Supported
8478 F:      kernel/events/*
8479 F:      include/linux/perf_event.h
8480 F:      include/uapi/linux/perf_event.h
8481 F:      arch/*/kernel/perf_event*.c
8482 F:      arch/*/kernel/*/perf_event*.c
8483 F:      arch/*/kernel/*/*/perf_event*.c
8484 F:      arch/*/include/asm/perf_event.h
8485 F:      arch/*/kernel/perf_callchain.c
8486 F:      tools/perf/
8487
8488 PERSONALITY HANDLING
8489 M:      Christoph Hellwig <hch@infradead.org>
8490 L:      linux-abi-devel@lists.sourceforge.net
8491 S:      Maintained
8492 F:      include/linux/personality.h
8493 F:      include/uapi/linux/personality.h
8494
8495 PHONET PROTOCOL
8496 M:      Remi Denis-Courmont <courmisch@gmail.com>
8497 S:      Supported
8498 F:      Documentation/networking/phonet.txt
8499 F:      include/linux/phonet.h
8500 F:      include/net/phonet/
8501 F:      include/uapi/linux/phonet.h
8502 F:      net/phonet/
8503
8504 PHRAM MTD DRIVER
8505 M:      Joern Engel <joern@lazybastard.org>
8506 L:      linux-mtd@lists.infradead.org
8507 S:      Maintained
8508 F:      drivers/mtd/devices/phram.c
8509
8510 PICOLCD HID DRIVER
8511 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8512 L:      linux-input@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/hid/hid-picolcd*
8515
8516 PICOXCELL SUPPORT
8517 M:      Jamie Iles <jamie@jamieiles.com>
8518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8519 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8520 S:      Supported
8521 F:      arch/arm/boot/dts/picoxcell*
8522 F:      arch/arm/mach-picoxcell/
8523 F:      drivers/crypto/picoxcell*
8524
8525 PIN CONTROL SUBSYSTEM
8526 M:      Linus Walleij <linus.walleij@linaro.org>
8527 L:      linux-gpio@vger.kernel.org
8528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8529 S:      Maintained
8530 F:      drivers/pinctrl/
8531 F:      include/linux/pinctrl/
8532
8533 PIN CONTROLLER - ATMEL AT91
8534 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8536 S:      Maintained
8537 F:      drivers/pinctrl/pinctrl-at91.*
8538
8539 PIN CONTROLLER - ATMEL AT91 PIO4
8540 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8542 L:      linux-gpio@vger.kernel.org
8543 S:      Supported
8544 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8545
8546 PIN CONTROLLER - INTEL
8547 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8548 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8549 S:      Maintained
8550 F:      drivers/pinctrl/intel/
8551
8552 PIN CONTROLLER - RENESAS
8553 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8554 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8555 L:      linux-renesas-soc@vger.kernel.org
8556 S:      Maintained
8557 F:      drivers/pinctrl/sh-pfc/
8558
8559 PIN CONTROLLER - SAMSUNG
8560 M:      Tomasz Figa <tomasz.figa@gmail.com>
8561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8562 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8563 S:      Maintained
8564 F:      drivers/pinctrl/samsung/
8565
8566 PIN CONTROLLER - SINGLE
8567 M:      Tony Lindgren <tony@atomide.com>
8568 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8570 L:      linux-omap@vger.kernel.org
8571 S:      Maintained
8572 F:      drivers/pinctrl/pinctrl-single.c
8573
8574 PIN CONTROLLER - ST SPEAR
8575 M:      Viresh Kumar <vireshk@kernel.org>
8576 L:      spear-devel@list.st.com
8577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8578 W:      http://www.st.com/spear
8579 S:      Maintained
8580 F:      drivers/pinctrl/spear/
8581
8582 PKTCDVD DRIVER
8583 M:      Jiri Kosina <jikos@kernel.org>
8584 S:      Maintained
8585 F:      drivers/block/pktcdvd.c
8586 F:      include/linux/pktcdvd.h
8587 F:      include/uapi/linux/pktcdvd.h
8588
8589 PKUNITY SOC DRIVERS
8590 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8591 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8592 S:      Maintained
8593 T:      git git://github.com/gxt/linux.git
8594 F:      drivers/input/serio/i8042-unicore32io.h
8595 F:      drivers/i2c/busses/i2c-puv3.c
8596 F:      drivers/video/fbdev/fb-puv3.c
8597 F:      drivers/rtc/rtc-puv3.c
8598
8599 PMBUS HARDWARE MONITORING DRIVERS
8600 M:      Guenter Roeck <linux@roeck-us.net>
8601 L:      lm-sensors@lm-sensors.org
8602 W:      http://www.lm-sensors.org/
8603 W:      http://www.roeck-us.net/linux/drivers/
8604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8605 S:      Maintained
8606 F:      Documentation/hwmon/pmbus
8607 F:      drivers/hwmon/pmbus/
8608 F:      include/linux/i2c/pmbus.h
8609
8610 PMC SIERRA MaxRAID DRIVER
8611 L:      linux-scsi@vger.kernel.org
8612 W:      http://www.pmc-sierra.com/
8613 S:      Orphan
8614 F:      drivers/scsi/pmcraid.*
8615
8616 PMC SIERRA PM8001 DRIVER
8617 M:      Jack Wang <jinpu.wang@profitbricks.com>
8618 M:      lindar_liu@usish.com
8619 L:      pmchba@pmcs.com
8620 L:      linux-scsi@vger.kernel.org
8621 S:      Supported
8622 F:      drivers/scsi/pm8001/
8623
8624 POSIX CLOCKS and TIMERS
8625 M:      Thomas Gleixner <tglx@linutronix.de>
8626 L:      linux-kernel@vger.kernel.org
8627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8628 S:      Maintained
8629 F:      fs/timerfd.c
8630 F:      include/linux/timer*
8631 F:      kernel/time/*timer*
8632
8633 POWER MANAGEMENT CORE
8634 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8635 L:      linux-pm@vger.kernel.org
8636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8637 S:      Supported
8638 F:      drivers/base/power/
8639 F:      include/linux/pm.h
8640 F:      include/linux/pm_*
8641 F:      include/linux/powercap.h
8642 F:      drivers/powercap/
8643
8644 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8645 M:      Sebastian Reichel <sre@kernel.org>
8646 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8647 M:      David Woodhouse <dwmw2@infradead.org>
8648 L:      linux-pm@vger.kernel.org
8649 T:      git git://git.infradead.org/battery-2.6.git
8650 S:      Maintained
8651 F:      include/linux/power_supply.h
8652 F:      drivers/power/
8653 X:      drivers/power/avs/
8654
8655 POWER STATE COORDINATION INTERFACE (PSCI)
8656 M:      Mark Rutland <mark.rutland@arm.com>
8657 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8658 L:      linux-arm-kernel@lists.infradead.org
8659 S:      Maintained
8660 F:      drivers/firmware/psci.c
8661 F:      include/linux/psci.h
8662 F:      include/uapi/linux/psci.h
8663
8664 PNP SUPPORT
8665 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8666 S:      Maintained
8667 F:      drivers/pnp/
8668
8669 PPP PROTOCOL DRIVERS AND COMPRESSORS
8670 M:      Paul Mackerras <paulus@samba.org>
8671 L:      linux-ppp@vger.kernel.org
8672 S:      Maintained
8673 F:      drivers/net/ppp/ppp_*
8674
8675 PPP OVER ATM (RFC 2364)
8676 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8677 S:      Maintained
8678 F:      net/atm/pppoatm.c
8679 F:      include/uapi/linux/atmppp.h
8680
8681 PPP OVER ETHERNET
8682 M:      Michal Ostrowski <mostrows@earthlink.net>
8683 S:      Maintained
8684 F:      drivers/net/ppp/pppoe.c
8685 F:      drivers/net/ppp/pppox.c
8686
8687 PPP OVER L2TP
8688 M:      James Chapman <jchapman@katalix.com>
8689 S:      Maintained
8690 F:      net/l2tp/l2tp_ppp.c
8691 F:      include/linux/if_pppol2tp.h
8692 F:      include/uapi/linux/if_pppol2tp.h
8693
8694 PPS SUPPORT
8695 M:      Rodolfo Giometti <giometti@enneenne.com>
8696 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8697 L:      linuxpps@ml.enneenne.com (subscribers-only)
8698 S:      Maintained
8699 F:      Documentation/pps/
8700 F:      drivers/pps/
8701 F:      include/linux/pps*.h
8702
8703 PPTP DRIVER
8704 M:      Dmitry Kozlov <xeb@mail.ru>
8705 L:      netdev@vger.kernel.org
8706 S:      Maintained
8707 F:      drivers/net/ppp/pptp.c
8708 W:      http://sourceforge.net/projects/accel-pptp
8709
8710 PREEMPTIBLE KERNEL
8711 M:      Robert Love <rml@tech9.net>
8712 L:      kpreempt-tech@lists.sourceforge.net
8713 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8714 S:      Supported
8715 F:      Documentation/preempt-locking.txt
8716 F:      include/linux/preempt.h
8717
8718 PRISM54 WIRELESS DRIVER
8719 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8720 L:      linux-wireless@vger.kernel.org
8721 W:      http://wireless.kernel.org/en/users/Drivers/p54
8722 S:      Obsolete
8723 F:      drivers/net/wireless/intersil/prism54/
8724
8725 PS3 NETWORK SUPPORT
8726 M:      Geoff Levand <geoff@infradead.org>
8727 L:      netdev@vger.kernel.org
8728 L:      linuxppc-dev@lists.ozlabs.org
8729 S:      Maintained
8730 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8731
8732 PS3 PLATFORM SUPPORT
8733 M:      Geoff Levand <geoff@infradead.org>
8734 L:      linuxppc-dev@lists.ozlabs.org
8735 S:      Maintained
8736 F:      arch/powerpc/boot/ps3*
8737 F:      arch/powerpc/include/asm/lv1call.h
8738 F:      arch/powerpc/include/asm/ps3*.h
8739 F:      arch/powerpc/platforms/ps3/
8740 F:      drivers/*/ps3*
8741 F:      drivers/ps3/
8742 F:      drivers/rtc/rtc-ps3.c
8743 F:      drivers/usb/host/*ps3.c
8744 F:      sound/ppc/snd_ps3*
8745
8746 PS3VRAM DRIVER
8747 M:      Jim Paris <jim@jtan.com>
8748 M:      Geoff Levand <geoff@infradead.org>
8749 L:      linuxppc-dev@lists.ozlabs.org
8750 S:      Maintained
8751 F:      drivers/block/ps3vram.c
8752
8753 PSTORE FILESYSTEM
8754 M:      Anton Vorontsov <anton@enomsg.org>
8755 M:      Colin Cross <ccross@android.com>
8756 M:      Kees Cook <keescook@chromium.org>
8757 M:      Tony Luck <tony.luck@intel.com>
8758 S:      Maintained
8759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8760 F:      fs/pstore/
8761 F:      include/linux/pstore*
8762 F:      drivers/firmware/efi/efi-pstore.c
8763 F:      drivers/acpi/apei/erst.c
8764
8765 PTP HARDWARE CLOCK SUPPORT
8766 M:      Richard Cochran <richardcochran@gmail.com>
8767 L:      netdev@vger.kernel.org
8768 S:      Maintained
8769 W:      http://linuxptp.sourceforge.net/
8770 F:      Documentation/ABI/testing/sysfs-ptp
8771 F:      Documentation/ptp/*
8772 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8773 F:      drivers/net/phy/dp83640*
8774 F:      drivers/ptp/*
8775 F:      include/linux/ptp_cl*
8776
8777 PTRACE SUPPORT
8778 M:      Roland McGrath <roland@hack.frob.com>
8779 M:      Oleg Nesterov <oleg@redhat.com>
8780 S:      Maintained
8781 F:      include/asm-generic/syscall.h
8782 F:      include/linux/ptrace.h
8783 F:      include/linux/regset.h
8784 F:      include/linux/tracehook.h
8785 F:      include/uapi/linux/ptrace.h
8786 F:      kernel/ptrace.c
8787
8788 PVRUSB2 VIDEO4LINUX DRIVER
8789 M:      Mike Isely <isely@pobox.com>
8790 L:      pvrusb2@isely.net       (subscribers-only)
8791 L:      linux-media@vger.kernel.org
8792 W:      http://www.isely.net/pvrusb2/
8793 T:      git git://linuxtv.org/media_tree.git
8794 S:      Maintained
8795 F:      Documentation/video4linux/README.pvrusb2
8796 F:      drivers/media/usb/pvrusb2/
8797
8798 PWC WEBCAM DRIVER
8799 M:      Hans de Goede <hdegoede@redhat.com>
8800 L:      linux-media@vger.kernel.org
8801 T:      git git://linuxtv.org/media_tree.git
8802 S:      Maintained
8803 F:      drivers/media/usb/pwc/*
8804
8805 PWM FAN DRIVER
8806 M:      Kamil Debski <k.debski@samsung.com>
8807 L:      lm-sensors@lm-sensors.org
8808 S:      Supported
8809 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8810 F:      Documentation/hwmon/pwm-fan
8811 F:      drivers/hwmon/pwm-fan.c
8812
8813 PWM SUBSYSTEM
8814 M:      Thierry Reding <thierry.reding@gmail.com>
8815 L:      linux-pwm@vger.kernel.org
8816 S:      Maintained
8817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8818 F:      Documentation/pwm.txt
8819 F:      Documentation/devicetree/bindings/pwm/
8820 F:      include/linux/pwm.h
8821 F:      drivers/pwm/
8822 F:      drivers/video/backlight/pwm_bl.c
8823 F:      include/linux/pwm_backlight.h
8824
8825 PXA2xx/PXA3xx SUPPORT
8826 M:      Daniel Mack <daniel@zonque.org>
8827 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8828 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8830 T:      git git://github.com/hzhuang1/linux.git
8831 T:      git git://github.com/rjarzmik/linux.git
8832 S:      Maintained
8833 F:      arch/arm/boot/dts/pxa*
8834 F:      arch/arm/mach-pxa/
8835 F:      drivers/dma/pxa*
8836 F:      drivers/pcmcia/pxa2xx*
8837 F:      drivers/pinctrl/pxa/
8838 F:      drivers/spi/spi-pxa2xx*
8839 F:      drivers/usb/gadget/udc/pxa2*
8840 F:      include/sound/pxa2xx-lib.h
8841 F:      sound/arm/pxa*
8842 F:      sound/soc/pxa/
8843
8844 PXA GPIO DRIVER
8845 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8846 L:      linux-gpio@vger.kernel.org
8847 S:      Maintained
8848 F:      drivers/gpio/gpio-pxa.c
8849
8850 PXA3xx NAND FLASH DRIVER
8851 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8852 L:      linux-mtd@lists.infradead.org
8853 S:      Maintained
8854 F:      drivers/mtd/nand/pxa3xx_nand.c
8855
8856 MMP SUPPORT
8857 M:      Eric Miao <eric.y.miao@gmail.com>
8858 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8860 T:      git git://github.com/hzhuang1/linux.git
8861 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8862 S:      Maintained
8863 F:      arch/arm/boot/dts/mmp*
8864 F:      arch/arm/mach-mmp/
8865
8866 PXA MMCI DRIVER
8867 S:      Orphan
8868
8869 PXA RTC DRIVER
8870 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8871 L:      rtc-linux@googlegroups.com
8872 S:      Maintained
8873
8874 QAT DRIVER
8875 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8876 L:      qat-linux@intel.com
8877 S:      Supported
8878 F:      drivers/crypto/qat/
8879
8880 QIB DRIVER
8881 M:      Mike Marciniszyn <infinipath@intel.com>
8882 L:      linux-rdma@vger.kernel.org
8883 S:      Supported
8884 F:      drivers/infiniband/hw/qib/
8885
8886 QLOGIC QLA1280 SCSI DRIVER
8887 M:      Michael Reed <mdr@sgi.com>
8888 L:      linux-scsi@vger.kernel.org
8889 S:      Maintained
8890 F:      drivers/scsi/qla1280.[ch]
8891
8892 QLOGIC QLA2XXX FC-SCSI DRIVER
8893 M:      qla2xxx-upstream@qlogic.com
8894 L:      linux-scsi@vger.kernel.org
8895 S:      Supported
8896 F:      Documentation/scsi/LICENSE.qla2xxx
8897 F:      drivers/scsi/qla2xxx/
8898
8899 QLOGIC QLA4XXX iSCSI DRIVER
8900 M:      QLogic-Storage-Upstream@qlogic.com
8901 L:      linux-scsi@vger.kernel.org
8902 S:      Supported
8903 F:      Documentation/scsi/LICENSE.qla4xxx
8904 F:      drivers/scsi/qla4xxx/
8905
8906 QLOGIC QLA3XXX NETWORK DRIVER
8907 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8908 M:      Ron Mercer <ron.mercer@qlogic.com>
8909 M:      linux-driver@qlogic.com
8910 L:      netdev@vger.kernel.org
8911 S:      Supported
8912 F:      Documentation/networking/LICENSE.qla3xxx
8913 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8914
8915 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8916 M:      Dept-GELinuxNICDev@qlogic.com
8917 L:      netdev@vger.kernel.org
8918 S:      Supported
8919 F:      drivers/net/ethernet/qlogic/qlcnic/
8920
8921 QLOGIC QLGE 10Gb ETHERNET DRIVER
8922 M:      Harish Patil <harish.patil@qlogic.com>
8923 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8924 M:      Dept-GELinuxNICDev@qlogic.com
8925 M:      linux-driver@qlogic.com
8926 L:      netdev@vger.kernel.org
8927 S:      Supported
8928 F:      drivers/net/ethernet/qlogic/qlge/
8929
8930 QLOGIC QL4xxx ETHERNET DRIVER
8931 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8932 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8933 M:      everest-linux-l2@qlogic.com
8934 L:      netdev@vger.kernel.org
8935 S:      Supported
8936 F:      drivers/net/ethernet/qlogic/qed/
8937 F:      include/linux/qed/
8938 F:      drivers/net/ethernet/qlogic/qede/
8939
8940 QNX4 FILESYSTEM
8941 M:      Anders Larsen <al@alarsen.net>
8942 W:      http://www.alarsen.net/linux/qnx4fs/
8943 S:      Maintained
8944 F:      fs/qnx4/
8945 F:      include/uapi/linux/qnx4_fs.h
8946 F:      include/uapi/linux/qnxtypes.h
8947
8948 QT1010 MEDIA DRIVER
8949 M:      Antti Palosaari <crope@iki.fi>
8950 L:      linux-media@vger.kernel.org
8951 W:      https://linuxtv.org
8952 W:      http://palosaari.fi/linux/
8953 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8954 T:      git git://linuxtv.org/anttip/media_tree.git
8955 S:      Maintained
8956 F:      drivers/media/tuners/qt1010*
8957
8958 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8959 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8960 L:      linux-wireless@vger.kernel.org
8961 L:      ath9k-devel@lists.ath9k.org
8962 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8963 S:      Supported
8964 F:      drivers/net/wireless/ath/ath9k/
8965
8966 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8967 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8968 L:      ath10k@lists.infradead.org
8969 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8971 S:      Supported
8972 F:      drivers/net/wireless/ath/ath10k/
8973
8974 QUALCOMM HEXAGON ARCHITECTURE
8975 M:      Richard Kuo <rkuo@codeaurora.org>
8976 L:      linux-hexagon@vger.kernel.org
8977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8978 S:      Supported
8979 F:      arch/hexagon/
8980
8981 QUALCOMM WCN36XX WIRELESS DRIVER
8982 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8983 L:      wcn36xx@lists.infradead.org
8984 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8985 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8986 S:      Supported
8987 F:      drivers/net/wireless/ath/wcn36xx/
8988
8989 RADOS BLOCK DEVICE (RBD)
8990 M:      Ilya Dryomov <idryomov@gmail.com>
8991 M:      Sage Weil <sage@redhat.com>
8992 M:      Alex Elder <elder@kernel.org>
8993 L:      ceph-devel@vger.kernel.org
8994 W:      http://ceph.com/
8995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8996 T:      git git://github.com/ceph/ceph-client.git
8997 S:      Supported
8998 F:      Documentation/ABI/testing/sysfs-bus-rbd
8999 F:      drivers/block/rbd.c
9000 F:      drivers/block/rbd_types.h
9001
9002 RADEON FRAMEBUFFER DISPLAY DRIVER
9003 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9004 L:      linux-fbdev@vger.kernel.org
9005 S:      Maintained
9006 F:      drivers/video/fbdev/aty/radeon*
9007 F:      include/uapi/linux/radeonfb.h
9008
9009 RADIOSHARK RADIO DRIVER
9010 M:      Hans de Goede <hdegoede@redhat.com>
9011 L:      linux-media@vger.kernel.org
9012 T:      git git://linuxtv.org/media_tree.git
9013 S:      Maintained
9014 F:      drivers/media/radio/radio-shark.c
9015
9016 RADIOSHARK2 RADIO DRIVER
9017 M:      Hans de Goede <hdegoede@redhat.com>
9018 L:      linux-media@vger.kernel.org
9019 T:      git git://linuxtv.org/media_tree.git
9020 S:      Maintained
9021 F:      drivers/media/radio/radio-shark2.c
9022 F:      drivers/media/radio/radio-tea5777.c
9023
9024 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9025 M:      Paul Mackerras <paulus@samba.org>
9026 L:      linux-fbdev@vger.kernel.org
9027 S:      Maintained
9028 F:      drivers/video/fbdev/aty/aty128fb.c
9029
9030 RALINK MIPS ARCHITECTURE
9031 M:      John Crispin <blogic@openwrt.org>
9032 L:      linux-mips@linux-mips.org
9033 S:      Maintained
9034 F:      arch/mips/ralink
9035
9036 RALINK RT2X00 WIRELESS LAN DRIVER
9037 P:      rt2x00 project
9038 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9039 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9040 L:      linux-wireless@vger.kernel.org
9041 S:      Maintained
9042 F:      drivers/net/wireless/ralink/rt2x00/
9043
9044 RAMDISK RAM BLOCK DEVICE DRIVER
9045 M:      Jens Axboe <axboe@kernel.dk>
9046 S:      Maintained
9047 F:      Documentation/blockdev/ramdisk.txt
9048 F:      drivers/block/brd.c
9049
9050 RANDOM NUMBER DRIVER
9051 M:      "Theodore Ts'o" <tytso@mit.edu>
9052 S:      Maintained
9053 F:      drivers/char/random.c
9054
9055 RAPIDIO SUBSYSTEM
9056 M:      Matt Porter <mporter@kernel.crashing.org>
9057 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9058 S:      Maintained
9059 F:      drivers/rapidio/
9060
9061 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9062 L:      linux-wireless@vger.kernel.org
9063 S:      Orphan
9064 F:      drivers/net/wireless/ray*
9065
9066 RCUTORTURE MODULE
9067 M:      Josh Triplett <josh@joshtriplett.org>
9068 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9069 L:      linux-kernel@vger.kernel.org
9070 S:      Supported
9071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9072 F:      Documentation/RCU/torture.txt
9073 F:      kernel/rcu/rcutorture.c
9074
9075 RCUTORTURE TEST FRAMEWORK
9076 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9077 M:      Josh Triplett <josh@joshtriplett.org>
9078 R:      Steven Rostedt <rostedt@goodmis.org>
9079 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9080 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9081 L:      linux-kernel@vger.kernel.org
9082 S:      Supported
9083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9084 F:      tools/testing/selftests/rcutorture
9085
9086 RDC R-321X SoC
9087 M:      Florian Fainelli <florian@openwrt.org>
9088 S:      Maintained
9089
9090 RDC R6040 FAST ETHERNET DRIVER
9091 M:      Florian Fainelli <florian@openwrt.org>
9092 L:      netdev@vger.kernel.org
9093 S:      Maintained
9094 F:      drivers/net/ethernet/rdc/r6040.c
9095
9096 RDS - RELIABLE DATAGRAM SOCKETS
9097 M:      Chien Yen <chien.yen@oracle.com>
9098 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9099 S:      Supported
9100 F:      net/rds/
9101
9102 READ-COPY UPDATE (RCU)
9103 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9104 M:      Josh Triplett <josh@joshtriplett.org>
9105 R:      Steven Rostedt <rostedt@goodmis.org>
9106 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9107 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9108 L:      linux-kernel@vger.kernel.org
9109 W:      http://www.rdrop.com/users/paulmck/RCU/
9110 S:      Supported
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9112 F:      Documentation/RCU/
9113 X:      Documentation/RCU/torture.txt
9114 F:      include/linux/rcu*
9115 X:      include/linux/srcu.h
9116 F:      kernel/rcu/
9117 X:      kernel/torture.c
9118
9119 REAL TIME CLOCK (RTC) SUBSYSTEM
9120 M:      Alessandro Zummo <a.zummo@towertech.it>
9121 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9122 L:      rtc-linux@googlegroups.com
9123 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9125 S:      Maintained
9126 F:      Documentation/rtc.txt
9127 F:      drivers/rtc/
9128 F:      include/linux/rtc.h
9129 F:      include/uapi/linux/rtc.h
9130
9131 REALTEK AUDIO CODECS
9132 M:      Bard Liao <bardliao@realtek.com>
9133 M:      Oder Chiou <oder_chiou@realtek.com>
9134 S:      Maintained
9135 F:      sound/soc/codecs/rt*
9136 F:      include/sound/rt*.h
9137
9138 REISERFS FILE SYSTEM
9139 L:      reiserfs-devel@vger.kernel.org
9140 S:      Supported
9141 F:      fs/reiserfs/
9142
9143 REGISTER MAP ABSTRACTION
9144 M:      Mark Brown <broonie@kernel.org>
9145 L:      linux-kernel@vger.kernel.org
9146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9147 S:      Supported
9148 F:      drivers/base/regmap/
9149 F:      include/linux/regmap.h
9150
9151 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9152 M:      Ohad Ben-Cohen <ohad@wizery.com>
9153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9154 S:      Maintained
9155 F:      drivers/remoteproc/
9156 F:      Documentation/remoteproc.txt
9157 F:      include/linux/remoteproc.h
9158
9159 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9160 M:      Ohad Ben-Cohen <ohad@wizery.com>
9161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9162 S:      Maintained
9163 F:      drivers/rpmsg/
9164 F:      Documentation/rpmsg.txt
9165 F:      include/linux/rpmsg.h
9166
9167 RENESAS ETHERNET DRIVERS
9168 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9169 L:      netdev@vger.kernel.org
9170 L:      linux-renesas-soc@vger.kernel.org
9171 F:      drivers/net/ethernet/renesas/
9172 F:      include/linux/sh_eth.h
9173
9174 RENESAS USB2 PHY DRIVER
9175 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9176 L:      linux-renesas-soc@vger.kernel.org
9177 S:      Maintained
9178 F:      drivers/phy/phy-rcar-gen3-usb2.c
9179
9180 RESET CONTROLLER FRAMEWORK
9181 M:      Philipp Zabel <p.zabel@pengutronix.de>
9182 T:      git git://git.pengutronix.de/git/pza/linux
9183 S:      Maintained
9184 F:      drivers/reset/
9185 F:      Documentation/devicetree/bindings/reset/
9186 F:      include/dt-bindings/reset/
9187 F:      include/linux/reset.h
9188 F:      include/linux/reset-controller.h
9189
9190 RFKILL
9191 M:      Johannes Berg <johannes@sipsolutions.net>
9192 L:      linux-wireless@vger.kernel.org
9193 W:      http://wireless.kernel.org/
9194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9196 S:      Maintained
9197 F:      Documentation/rfkill.txt
9198 F:      net/rfkill/
9199
9200 RHASHTABLE
9201 M:      Thomas Graf <tgraf@suug.ch>
9202 L:      netdev@vger.kernel.org
9203 S:      Maintained
9204 F:      lib/rhashtable.c
9205 F:      include/linux/rhashtable.h
9206
9207 RICOH SMARTMEDIA/XD DRIVER
9208 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9209 S:      Maintained
9210 F:      drivers/mtd/nand/r852.c
9211 F:      drivers/mtd/nand/r852.h
9212
9213 RICOH R5C592 MEMORYSTICK DRIVER
9214 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9215 S:      Maintained
9216 F:      drivers/memstick/host/r592.*
9217
9218 ROCCAT DRIVERS
9219 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9220 W:      http://sourceforge.net/projects/roccat/
9221 S:      Maintained
9222 F:      drivers/hid/hid-roccat*
9223 F:      include/linux/hid-roccat*
9224 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9225
9226 ROCKER DRIVER
9227 M:      Jiri Pirko <jiri@resnulli.us>
9228 M:      Scott Feldman <sfeldma@gmail.com>
9229 L:      netdev@vger.kernel.org
9230 S:      Supported
9231 F:      drivers/net/ethernet/rocker/
9232
9233 ROCKETPORT DRIVER
9234 P:      Comtrol Corp.
9235 W:      http://www.comtrol.com
9236 S:      Maintained
9237 F:      Documentation/serial/rocket.txt
9238 F:      drivers/tty/rocket*
9239
9240 ROCKETPORT EXPRESS/INFINITY DRIVER
9241 M:      Kevin Cernekee <cernekee@gmail.com>
9242 L:      linux-serial@vger.kernel.org
9243 S:      Odd Fixes
9244 F:      drivers/tty/serial/rp2.*
9245
9246 ROSE NETWORK LAYER
9247 M:      Ralf Baechle <ralf@linux-mips.org>
9248 L:      linux-hams@vger.kernel.org
9249 W:      http://www.linux-ax25.org/
9250 S:      Maintained
9251 F:      include/net/rose.h
9252 F:      include/uapi/linux/rose.h
9253 F:      net/rose/
9254
9255 RTL2830 MEDIA DRIVER
9256 M:      Antti Palosaari <crope@iki.fi>
9257 L:      linux-media@vger.kernel.org
9258 W:      https://linuxtv.org
9259 W:      http://palosaari.fi/linux/
9260 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9261 T:      git git://linuxtv.org/anttip/media_tree.git
9262 S:      Maintained
9263 F:      drivers/media/dvb-frontends/rtl2830*
9264
9265 RTL2832 MEDIA DRIVER
9266 M:      Antti Palosaari <crope@iki.fi>
9267 L:      linux-media@vger.kernel.org
9268 W:      https://linuxtv.org
9269 W:      http://palosaari.fi/linux/
9270 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9271 T:      git git://linuxtv.org/anttip/media_tree.git
9272 S:      Maintained
9273 F:      drivers/media/dvb-frontends/rtl2832*
9274
9275 RTL2832_SDR MEDIA DRIVER
9276 M:      Antti Palosaari <crope@iki.fi>
9277 L:      linux-media@vger.kernel.org
9278 W:      https://linuxtv.org
9279 W:      http://palosaari.fi/linux/
9280 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9281 T:      git git://linuxtv.org/anttip/media_tree.git
9282 S:      Maintained
9283 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9284
9285 RTL8180 WIRELESS DRIVER
9286 L:      linux-wireless@vger.kernel.org
9287 W:      http://wireless.kernel.org/
9288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9289 S:      Orphan
9290 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9291
9292 RTL8187 WIRELESS DRIVER
9293 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9294 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9295 M:      Larry Finger <Larry.Finger@lwfinger.net>
9296 L:      linux-wireless@vger.kernel.org
9297 W:      http://wireless.kernel.org/
9298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9299 S:      Maintained
9300 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9301
9302 RTL8192CE WIRELESS DRIVER
9303 M:      Larry Finger <Larry.Finger@lwfinger.net>
9304 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9305 L:      linux-wireless@vger.kernel.org
9306 W:      http://wireless.kernel.org/
9307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9308 S:      Maintained
9309 F:      drivers/net/wireless/realtek/rtlwifi/
9310 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9311
9312 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9313 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9314 L:      linux-wireless@vger.kernel.org
9315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9316 S:      Maintained
9317 F:      drivers/net/wireless/realtek/rtl8xxxu/
9318
9319 S3 SAVAGE FRAMEBUFFER DRIVER
9320 M:      Antonino Daplas <adaplas@gmail.com>
9321 L:      linux-fbdev@vger.kernel.org
9322 S:      Maintained
9323 F:      drivers/video/fbdev/savage/
9324
9325 S390
9326 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9327 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9328 L:      linux-s390@vger.kernel.org
9329 W:      http://www.ibm.com/developerworks/linux/linux390/
9330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9331 S:      Supported
9332 F:      arch/s390/
9333 F:      drivers/s390/
9334 F:      Documentation/s390/
9335 F:      Documentation/DocBook/s390*
9336
9337 S390 COMMON I/O LAYER
9338 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9339 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9340 L:      linux-s390@vger.kernel.org
9341 W:      http://www.ibm.com/developerworks/linux/linux390/
9342 S:      Supported
9343 F:      drivers/s390/cio/
9344
9345 S390 DASD DRIVER
9346 M:      Stefan Weinhuber <wein@de.ibm.com>
9347 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9348 L:      linux-s390@vger.kernel.org
9349 W:      http://www.ibm.com/developerworks/linux/linux390/
9350 S:      Supported
9351 F:      drivers/s390/block/dasd*
9352 F:      block/partitions/ibm.c
9353
9354 S390 NETWORK DRIVERS
9355 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9356 L:      linux-s390@vger.kernel.org
9357 W:      http://www.ibm.com/developerworks/linux/linux390/
9358 S:      Supported
9359 F:      drivers/s390/net/
9360
9361 S390 PCI SUBSYSTEM
9362 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9363 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9364 L:      linux-s390@vger.kernel.org
9365 W:      http://www.ibm.com/developerworks/linux/linux390/
9366 S:      Supported
9367 F:      arch/s390/pci/
9368 F:      drivers/pci/hotplug/s390_pci_hpc.c
9369
9370 S390 ZCRYPT DRIVER
9371 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9372 L:      linux-s390@vger.kernel.org
9373 W:      http://www.ibm.com/developerworks/linux/linux390/
9374 S:      Supported
9375 F:      drivers/s390/crypto/
9376
9377 S390 ZFCP DRIVER
9378 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9379 L:      linux-s390@vger.kernel.org
9380 W:      http://www.ibm.com/developerworks/linux/linux390/
9381 S:      Supported
9382 F:      drivers/s390/scsi/zfcp_*
9383
9384 S390 IUCV NETWORK LAYER
9385 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9386 L:      linux-s390@vger.kernel.org
9387 W:      http://www.ibm.com/developerworks/linux/linux390/
9388 S:      Supported
9389 F:      drivers/s390/net/*iucv*
9390 F:      include/net/iucv/
9391 F:      net/iucv/
9392
9393 S390 IOMMU (PCI)
9394 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9395 L:      linux-s390@vger.kernel.org
9396 W:      http://www.ibm.com/developerworks/linux/linux390/
9397 S:      Supported
9398 F:      drivers/iommu/s390-iommu.c
9399
9400 S3C24XX SD/MMC Driver
9401 M:      Ben Dooks <ben-linux@fluff.org>
9402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9403 S:      Supported
9404 F:      drivers/mmc/host/s3cmci.*
9405
9406 SAA6588 RDS RECEIVER DRIVER
9407 M:      Hans Verkuil <hverkuil@xs4all.nl>
9408 L:      linux-media@vger.kernel.org
9409 T:      git git://linuxtv.org/media_tree.git
9410 W:      https://linuxtv.org
9411 S:      Odd Fixes
9412 F:      drivers/media/i2c/saa6588*
9413
9414 SAA7134 VIDEO4LINUX DRIVER
9415 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9416 L:      linux-media@vger.kernel.org
9417 W:      https://linuxtv.org
9418 T:      git git://linuxtv.org/media_tree.git
9419 S:      Odd fixes
9420 F:      Documentation/video4linux/*.saa7134
9421 F:      drivers/media/pci/saa7134/
9422
9423 SAA7146 VIDEO4LINUX-2 DRIVER
9424 M:      Hans Verkuil <hverkuil@xs4all.nl>
9425 L:      linux-media@vger.kernel.org
9426 T:      git git://linuxtv.org/media_tree.git
9427 S:      Maintained
9428 F:      drivers/media/common/saa7146/
9429 F:      drivers/media/pci/saa7146/
9430 F:      include/media/saa7146*
9431
9432 SAMSUNG LAPTOP DRIVER
9433 M:      Corentin Chary <corentin.chary@gmail.com>
9434 L:      platform-driver-x86@vger.kernel.org
9435 S:      Maintained
9436 F:      drivers/platform/x86/samsung-laptop.c
9437
9438 SAMSUNG AUDIO (ASoC) DRIVERS
9439 M:      Sangbeom Kim <sbkim73@samsung.com>
9440 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9441 S:      Supported
9442 F:      sound/soc/samsung/
9443
9444 SAMSUNG FRAMEBUFFER DRIVER
9445 M:      Jingoo Han <jingoohan1@gmail.com>
9446 L:      linux-fbdev@vger.kernel.org
9447 S:      Maintained
9448 F:      drivers/video/fbdev/s3c-fb.c
9449
9450 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9451 M:      Sangbeom Kim <sbkim73@samsung.com>
9452 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9453 L:      linux-kernel@vger.kernel.org
9454 L:      linux-samsung-soc@vger.kernel.org
9455 S:      Supported
9456 F:      drivers/mfd/sec*.c
9457 F:      drivers/regulator/s2m*.c
9458 F:      drivers/regulator/s5m*.c
9459 F:      drivers/clk/clk-s2mps11.c
9460 F:      drivers/rtc/rtc-s5m.c
9461 F:      include/linux/mfd/samsung/
9462 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9463 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9464 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9465 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9466
9467 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9468 M:      Kyungmin Park <kyungmin.park@samsung.com>
9469 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9470 L:      linux-media@vger.kernel.org
9471 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9472 S:      Supported
9473 F:      drivers/media/platform/exynos4-is/
9474
9475 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9476 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9477 L:      linux-media@vger.kernel.org
9478 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9479 S:      Maintained
9480 F:      drivers/media/platform/s3c-camif/
9481 F:      include/media/drv-intf/s3c_camif.h
9482
9483 SAMSUNG S5C73M3 CAMERA DRIVER
9484 M:      Kyungmin Park <kyungmin.park@samsung.com>
9485 M:      Andrzej Hajda <a.hajda@samsung.com>
9486 L:      linux-media@vger.kernel.org
9487 S:      Supported
9488 F:      drivers/media/i2c/s5c73m3/*
9489
9490 SAMSUNG S5K5BAF CAMERA DRIVER
9491 M:      Kyungmin Park <kyungmin.park@samsung.com>
9492 M:      Andrzej Hajda <a.hajda@samsung.com>
9493 L:      linux-media@vger.kernel.org
9494 S:      Supported
9495 F:      drivers/media/i2c/s5k5baf.c
9496
9497 SAMSUNG S3FWRN5 NFC DRIVER
9498 M:      Robert Baldyga <r.baldyga@samsung.com>
9499 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9500 S:      Supported
9501 F:      drivers/nfc/s3fwrn5
9502
9503 SAMSUNG SOC CLOCK DRIVERS
9504 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9505 M:      Tomasz Figa <tomasz.figa@gmail.com>
9506 S:      Supported
9507 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9508 F:      drivers/clk/samsung/
9509
9510 SAMSUNG SXGBE DRIVERS
9511 M:      Byungho An <bh74.an@samsung.com>
9512 M:      Girish K S <ks.giri@samsung.com>
9513 M:      Vipul Pandya <vipul.pandya@samsung.com>
9514 S:      Supported
9515 L:      netdev@vger.kernel.org
9516 F:      drivers/net/ethernet/samsung/sxgbe/
9517
9518 SAMSUNG THERMAL DRIVER
9519 M:      Lukasz Majewski <l.majewski@samsung.com>
9520 L:      linux-pm@vger.kernel.org
9521 L:      linux-samsung-soc@vger.kernel.org
9522 S:      Supported
9523 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9524 F:      drivers/thermal/samsung/
9525
9526 SAMSUNG USB2 PHY DRIVER
9527 M:      Kamil Debski <k.debski@samsung.com>
9528 L:      linux-kernel@vger.kernel.org
9529 S:      Supported
9530 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9531 F:      Documentation/phy/samsung-usb2.txt
9532 F:      drivers/phy/phy-exynos4210-usb2.c
9533 F:      drivers/phy/phy-exynos4x12-usb2.c
9534 F:      drivers/phy/phy-exynos5250-usb2.c
9535 F:      drivers/phy/phy-s5pv210-usb2.c
9536 F:      drivers/phy/phy-samsung-usb2.c
9537 F:      drivers/phy/phy-samsung-usb2.h
9538
9539 SERIAL DRIVERS
9540 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9541 L:      linux-serial@vger.kernel.org
9542 S:      Maintained
9543 F:      drivers/tty/serial/
9544
9545 SYNOPSYS DESIGNWARE DMAC DRIVER
9546 M:      Viresh Kumar <vireshk@kernel.org>
9547 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9548 S:      Maintained
9549 F:      include/linux/dma/dw.h
9550 F:      include/linux/platform_data/dma-dw.h
9551 F:      drivers/dma/dw/
9552
9553 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9554 M: Lars Persson <lars.persson@axis.com>
9555 L: netdev@vger.kernel.org
9556 S: Supported
9557 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9558 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9559
9560 SYNOPSYS DESIGNWARE I2C DRIVER
9561 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9562 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9563 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9564 L:      linux-i2c@vger.kernel.org
9565 S:      Maintained
9566 F:      drivers/i2c/busses/i2c-designware-*
9567 F:      include/linux/platform_data/i2c-designware.h
9568
9569 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9570 M:      Jaehoon Chung <jh80.chung@samsung.com>
9571 L:      linux-mmc@vger.kernel.org
9572 S:      Maintained
9573 F:      include/linux/mmc/dw_mmc.h
9574 F:      drivers/mmc/host/dw_mmc*
9575
9576 SYSTEM TRACE MODULE CLASS
9577 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9578 S:      Maintained
9579 F:      Documentation/trace/stm.txt
9580 F:      drivers/hwtracing/stm/
9581 F:      include/linux/stm.h
9582 F:      include/uapi/linux/stm.h
9583
9584 THUNDERBOLT DRIVER
9585 M:      Andreas Noever <andreas.noever@gmail.com>
9586 S:      Maintained
9587 F:      drivers/thunderbolt/
9588
9589 TI BQ27XXX POWER SUPPLY DRIVER
9590 R:      Andrew F. Davis <afd@ti.com>
9591 F:      include/linux/power/bq27xxx_battery.h
9592 F:      drivers/power/bq27xxx_battery.c
9593 F:      drivers/power/bq27xxx_battery_i2c.c
9594
9595 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9596 M:      John Stultz <john.stultz@linaro.org>
9597 M:      Thomas Gleixner <tglx@linutronix.de>
9598 L:      linux-kernel@vger.kernel.org
9599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9600 S:      Supported
9601 F:      include/linux/clocksource.h
9602 F:      include/linux/time.h
9603 F:      include/linux/timex.h
9604 F:      include/uapi/linux/time.h
9605 F:      include/uapi/linux/timex.h
9606 F:      kernel/time/clocksource.c
9607 F:      kernel/time/time*.c
9608 F:      kernel/time/alarmtimer.c
9609 F:      kernel/time/ntp.c
9610 F:      tools/testing/selftests/timers/
9611
9612 SC1200 WDT DRIVER
9613 M:      Zwane Mwaikambo <zwanem@gmail.com>
9614 S:      Maintained
9615 F:      drivers/watchdog/sc1200wdt.c
9616
9617 SCHEDULER
9618 M:      Ingo Molnar <mingo@redhat.com>
9619 M:      Peter Zijlstra <peterz@infradead.org>
9620 L:      linux-kernel@vger.kernel.org
9621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9622 S:      Maintained
9623 F:      kernel/sched/
9624 F:      include/linux/sched.h
9625 F:      include/uapi/linux/sched.h
9626 F:      include/linux/wait.h
9627
9628 SCORE ARCHITECTURE
9629 M:      Chen Liqin <liqin.linux@gmail.com>
9630 M:      Lennox Wu <lennox.wu@gmail.com>
9631 W:      http://www.sunplus.com
9632 S:      Supported
9633 F:      arch/score/
9634
9635 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9636 M:      Sudeep Holla <sudeep.holla@arm.com>
9637 L:      linux-arm-kernel@lists.infradead.org
9638 S:      Maintained
9639 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9640 F:      drivers/clk/clk-scpi.c
9641 F:      drivers/cpufreq/scpi-cpufreq.c
9642 F:      drivers/firmware/arm_scpi.c
9643 F:      include/linux/scpi_protocol.h
9644
9645 SCSI CDROM DRIVER
9646 M:      Jens Axboe <axboe@kernel.dk>
9647 L:      linux-scsi@vger.kernel.org
9648 W:      http://www.kernel.dk
9649 S:      Maintained
9650 F:      drivers/scsi/sr*
9651
9652 SCSI RDMA PROTOCOL (SRP) INITIATOR
9653 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9654 L:      linux-rdma@vger.kernel.org
9655 S:      Supported
9656 W:      http://www.openfabrics.org
9657 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9659 F:      drivers/infiniband/ulp/srp/
9660 F:      include/scsi/srp.h
9661
9662 SCSI SG DRIVER
9663 M:      Doug Gilbert <dgilbert@interlog.com>
9664 L:      linux-scsi@vger.kernel.org
9665 W:      http://sg.danny.cz/sg
9666 S:      Maintained
9667 F:      Documentation/scsi/scsi-generic.txt
9668 F:      drivers/scsi/sg.c
9669 F:      include/scsi/sg.h
9670
9671 SCSI SUBSYSTEM
9672 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9674 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9676 L:      linux-scsi@vger.kernel.org
9677 S:      Maintained
9678 F:      drivers/scsi/
9679 F:      include/scsi/
9680
9681 SCSI TAPE DRIVER
9682 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9683 L:      linux-scsi@vger.kernel.org
9684 S:      Maintained
9685 F:      Documentation/scsi/st.txt
9686 F:      drivers/scsi/st.*
9687 F:      drivers/scsi/st_*.h
9688
9689 SCTP PROTOCOL
9690 M:      Vlad Yasevich <vyasevich@gmail.com>
9691 M:      Neil Horman <nhorman@tuxdriver.com>
9692 L:      linux-sctp@vger.kernel.org
9693 W:      http://lksctp.sourceforge.net
9694 S:      Maintained
9695 F:      Documentation/networking/sctp.txt
9696 F:      include/linux/sctp.h
9697 F:      include/uapi/linux/sctp.h
9698 F:      include/net/sctp/
9699 F:      net/sctp/
9700
9701 SCx200 CPU SUPPORT
9702 M:      Jim Cromie <jim.cromie@gmail.com>
9703 S:      Odd Fixes
9704 F:      Documentation/i2c/busses/scx200_acb
9705 F:      arch/x86/platform/scx200/
9706 F:      drivers/watchdog/scx200_wdt.c
9707 F:      drivers/i2c/busses/scx200*
9708 F:      drivers/mtd/maps/scx200_docflash.c
9709 F:      include/linux/scx200.h
9710
9711 SCx200 GPIO DRIVER
9712 M:      Jim Cromie <jim.cromie@gmail.com>
9713 S:      Maintained
9714 F:      drivers/char/scx200_gpio.c
9715 F:      include/linux/scx200_gpio.h
9716
9717 SCx200 HRT CLOCKSOURCE DRIVER
9718 M:      Jim Cromie <jim.cromie@gmail.com>
9719 S:      Maintained
9720 F:      drivers/clocksource/scx200_hrt.c
9721
9722 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9723 M:      Sascha Sommer <saschasommer@freenet.de>
9724 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9725 S:      Maintained
9726 F:      drivers/mmc/host/sdricoh_cs.c
9727
9728 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9729 L:      linux-mmc@vger.kernel.org
9730 S:      Orphan
9731 F:      drivers/mmc/host/sdhci.*
9732 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9733
9734 SECURE COMPUTING
9735 M:      Kees Cook <keescook@chromium.org>
9736 R:      Andy Lutomirski <luto@amacapital.net>
9737 R:      Will Drewry <wad@chromium.org>
9738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9739 S:      Supported
9740 F:      kernel/seccomp.c
9741 F:      include/uapi/linux/seccomp.h
9742 F:      include/linux/seccomp.h
9743 F:      tools/testing/selftests/seccomp/*
9744 K:      \bsecure_computing
9745 K:      \bTIF_SECCOMP\b
9746
9747 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9748 M:      Ben Dooks <ben-linux@fluff.org>
9749 M:      Jaehoon Chung <jh80.chung@samsung.com>
9750 L:      linux-mmc@vger.kernel.org
9751 S:      Maintained
9752 F:      drivers/mmc/host/sdhci-s3c*
9753
9754 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9755 M:      Viresh Kumar <vireshk@kernel.org>
9756 L:      spear-devel@list.st.com
9757 L:      linux-mmc@vger.kernel.org
9758 S:      Maintained
9759 F:      drivers/mmc/host/sdhci-spear.c
9760
9761 SECURITY SUBSYSTEM
9762 M:      James Morris <james.l.morris@oracle.com>
9763 M:      "Serge E. Hallyn" <serge@hallyn.com>
9764 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9766 W:      http://kernsec.org/
9767 S:      Supported
9768 F:      security/
9769
9770 SECURITY CONTACT
9771 M:      Security Officers <security@kernel.org>
9772 S:      Supported
9773
9774 SELINUX SECURITY MODULE
9775 M:      Paul Moore <paul@paul-moore.com>
9776 M:      Stephen Smalley <sds@tycho.nsa.gov>
9777 M:      Eric Paris <eparis@parisplace.org>
9778 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9779 W:      http://selinuxproject.org
9780 T:      git git://git.infradead.org/users/pcmoore/selinux
9781 S:      Supported
9782 F:      include/linux/selinux*
9783 F:      security/selinux/
9784 F:      scripts/selinux/
9785
9786 APPARMOR SECURITY MODULE
9787 M:      John Johansen <john.johansen@canonical.com>
9788 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9789 W:      apparmor.wiki.kernel.org
9790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9791 S:      Supported
9792 F:      security/apparmor/
9793
9794 YAMA SECURITY MODULE
9795 M:      Kees Cook <keescook@chromium.org>
9796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9797 S:      Supported
9798 F:      security/yama/
9799
9800 SENSABLE PHANTOM
9801 M:      Jiri Slaby <jirislaby@gmail.com>
9802 S:      Maintained
9803 F:      drivers/misc/phantom.c
9804 F:      include/uapi/linux/phantom.h
9805
9806 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9807 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9808 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9809 M:      John Soni Jose <sony.john@avagotech.com>
9810 L:      linux-scsi@vger.kernel.org
9811 W:      http://www.avagotech.com
9812 S:      Supported
9813 F:      drivers/scsi/be2iscsi/
9814
9815 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9816 M:      Sathya Perla <sathya.perla@broadcom.com>
9817 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9818 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9819 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9820 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9821 L:      netdev@vger.kernel.org
9822 W:      http://www.emulex.com
9823 S:      Supported
9824 F:      drivers/net/ethernet/emulex/benet/
9825
9826 EMULEX ONECONNECT ROCE DRIVER
9827 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9828 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9829 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9830 L:      linux-rdma@vger.kernel.org
9831 W:      http://www.emulex.com
9832 S:      Supported
9833 F:      drivers/infiniband/hw/ocrdma/
9834
9835 SFC NETWORK DRIVER
9836 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9837 M:      Shradha Shah <sshah@solarflare.com>
9838 L:      netdev@vger.kernel.org
9839 S:      Supported
9840 F:      drivers/net/ethernet/sfc/
9841
9842 SGI GRU DRIVER
9843 M:      Dimitri Sivanich <sivanich@sgi.com>
9844 S:      Maintained
9845 F:      drivers/misc/sgi-gru/
9846
9847 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9848 M:      Pat Gefre <pfg@sgi.com>
9849 L:      linux-ia64@vger.kernel.org
9850 S:      Supported
9851 F:      Documentation/ia64/serial.txt
9852 F:      drivers/tty/serial/ioc?_serial.c
9853 F:      include/linux/ioc?.h
9854
9855 SGI XP/XPC/XPNET DRIVER
9856 M:      Cliff Whickman <cpw@sgi.com>
9857 M:      Robin Holt <robinmholt@gmail.com>
9858 S:      Maintained
9859 F:      drivers/misc/sgi-xp/
9860
9861 SI2157 MEDIA DRIVER
9862 M:      Antti Palosaari <crope@iki.fi>
9863 L:      linux-media@vger.kernel.org
9864 W:      https://linuxtv.org
9865 W:      http://palosaari.fi/linux/
9866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9867 T:      git git://linuxtv.org/anttip/media_tree.git
9868 S:      Maintained
9869 F:      drivers/media/tuners/si2157*
9870
9871 SI2168 MEDIA DRIVER
9872 M:      Antti Palosaari <crope@iki.fi>
9873 L:      linux-media@vger.kernel.org
9874 W:      https://linuxtv.org
9875 W:      http://palosaari.fi/linux/
9876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9877 T:      git git://linuxtv.org/anttip/media_tree.git
9878 S:      Maintained
9879 F:      drivers/media/dvb-frontends/si2168*
9880
9881 SI470X FM RADIO RECEIVER I2C DRIVER
9882 M:      Hans Verkuil <hverkuil@xs4all.nl>
9883 L:      linux-media@vger.kernel.org
9884 T:      git git://linuxtv.org/media_tree.git
9885 W:      https://linuxtv.org
9886 S:      Odd Fixes
9887 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9888
9889 SI470X FM RADIO RECEIVER USB DRIVER
9890 M:      Hans Verkuil <hverkuil@xs4all.nl>
9891 L:      linux-media@vger.kernel.org
9892 T:      git git://linuxtv.org/media_tree.git
9893 W:      https://linuxtv.org
9894 S:      Maintained
9895 F:      drivers/media/radio/si470x/radio-si470x-common.c
9896 F:      drivers/media/radio/si470x/radio-si470x.h
9897 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9898
9899 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9900 M:      Eduardo Valentin <edubezval@gmail.com>
9901 L:      linux-media@vger.kernel.org
9902 T:      git git://linuxtv.org/media_tree.git
9903 W:      https://linuxtv.org
9904 S:      Odd Fixes
9905 F:      drivers/media/radio/si4713/si4713.?
9906
9907 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9908 M:      Eduardo Valentin <edubezval@gmail.com>
9909 L:      linux-media@vger.kernel.org
9910 T:      git git://linuxtv.org/media_tree.git
9911 W:      https://linuxtv.org
9912 S:      Odd Fixes
9913 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9914
9915 SI4713 FM RADIO TRANSMITTER USB DRIVER
9916 M:      Hans Verkuil <hverkuil@xs4all.nl>
9917 L:      linux-media@vger.kernel.org
9918 T:      git git://linuxtv.org/media_tree.git
9919 W:      https://linuxtv.org
9920 S:      Maintained
9921 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9922
9923 SIANO DVB DRIVER
9924 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9925 L:      linux-media@vger.kernel.org
9926 W:      https://linuxtv.org
9927 T:      git git://linuxtv.org/media_tree.git
9928 S:      Odd fixes
9929 F:      drivers/media/common/siano/
9930 F:      drivers/media/usb/siano/
9931 F:      drivers/media/usb/siano/
9932 F:      drivers/media/mmc/siano/
9933
9934 SIMPLEFB FB DRIVER
9935 M:      Hans de Goede <hdegoede@redhat.com>
9936 L:      linux-fbdev@vger.kernel.org
9937 S:      Maintained
9938 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9939 F:      drivers/video/fbdev/simplefb.c
9940 F:      include/linux/platform_data/simplefb.h
9941
9942 SH_VEU V4L2 MEM2MEM DRIVER
9943 L:      linux-media@vger.kernel.org
9944 S:      Orphan
9945 F:      drivers/media/platform/sh_veu.c
9946
9947 SH_VOU V4L2 OUTPUT DRIVER
9948 L:      linux-media@vger.kernel.org
9949 S:      Orphan
9950 F:      drivers/media/platform/sh_vou.c
9951 F:      include/media/drv-intf/sh_vou.h
9952
9953 SIMPLE FIRMWARE INTERFACE (SFI)
9954 M:      Len Brown <lenb@kernel.org>
9955 L:      sfi-devel@simplefirmware.org
9956 W:      http://simplefirmware.org/
9957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9958 S:      Supported
9959 F:      arch/x86/platform/sfi/
9960 F:      drivers/sfi/
9961 F:      include/linux/sfi*.h
9962
9963 SIMTEC EB110ATX (Chalice CATS)
9964 P:      Ben Dooks
9965 P:      Vincent Sanders <vince@simtec.co.uk>
9966 M:      Simtec Linux Team <linux@simtec.co.uk>
9967 W:      http://www.simtec.co.uk/products/EB110ATX/
9968 S:      Supported
9969
9970 SIMTEC EB2410ITX (BAST)
9971 P:      Ben Dooks
9972 P:      Vincent Sanders <vince@simtec.co.uk>
9973 M:      Simtec Linux Team <linux@simtec.co.uk>
9974 W:      http://www.simtec.co.uk/products/EB2410ITX/
9975 S:      Supported
9976 F:      arch/arm/mach-s3c24xx/mach-bast.c
9977 F:      arch/arm/mach-s3c24xx/bast-ide.c
9978 F:      arch/arm/mach-s3c24xx/bast-irq.c
9979
9980 TI DAVINCI MACHINE SUPPORT
9981 M:      Sekhar Nori <nsekhar@ti.com>
9982 M:      Kevin Hilman <khilman@deeprootsystems.com>
9983 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9984 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9985 S:      Supported
9986 F:      arch/arm/mach-davinci/
9987 F:      drivers/i2c/busses/i2c-davinci.c
9988
9989 TI DAVINCI SERIES MEDIA DRIVER
9990 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9991 L:      linux-media@vger.kernel.org
9992 W:      https://linuxtv.org
9993 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9994 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9995 S:      Maintained
9996 F:      drivers/media/platform/davinci/
9997 F:      include/media/davinci/
9998
9999 TI AM437X VPFE DRIVER
10000 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10001 L:      linux-media@vger.kernel.org
10002 W:      https://linuxtv.org
10003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10004 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10005 S:      Maintained
10006 F:      drivers/media/platform/am437x/
10007
10008 OV2659 OMNIVISION SENSOR DRIVER
10009 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10010 L:      linux-media@vger.kernel.org
10011 W:      https://linuxtv.org
10012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10013 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10014 S:      Maintained
10015 F:      drivers/media/i2c/ov2659.c
10016 F:      include/media/i2c/ov2659.h
10017
10018 SILICON MOTION SM712 FRAME BUFFER DRIVER
10019 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10020 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10021 M:      Sudip Mukherjee <sudip@vectorindia.org>
10022 L:      linux-fbdev@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/video/fbdev/sm712*
10025 F:      Documentation/fb/sm712fb.txt
10026
10027 SIS 190 ETHERNET DRIVER
10028 M:      Francois Romieu <romieu@fr.zoreil.com>
10029 L:      netdev@vger.kernel.org
10030 S:      Maintained
10031 F:      drivers/net/ethernet/sis/sis190.c
10032
10033 SIS 900/7016 FAST ETHERNET DRIVER
10034 M:      Daniele Venzano <venza@brownhat.org>
10035 W:      http://www.brownhat.org/sis900.html
10036 L:      netdev@vger.kernel.org
10037 S:      Maintained
10038 F:      drivers/net/ethernet/sis/sis900.*
10039
10040 SIS FRAMEBUFFER DRIVER
10041 M:      Thomas Winischhofer <thomas@winischhofer.net>
10042 W:      http://www.winischhofer.net/linuxsisvga.shtml
10043 S:      Maintained
10044 F:      Documentation/fb/sisfb.txt
10045 F:      drivers/video/fbdev/sis/
10046 F:      include/video/sisfb.h
10047
10048 SIS USB2VGA DRIVER
10049 M:      Thomas Winischhofer <thomas@winischhofer.net>
10050 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10051 S:      Maintained
10052 F:      drivers/usb/misc/sisusbvga/
10053
10054 SLAB ALLOCATOR
10055 M:      Christoph Lameter <cl@linux.com>
10056 M:      Pekka Enberg <penberg@kernel.org>
10057 M:      David Rientjes <rientjes@google.com>
10058 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10059 M:      Andrew Morton <akpm@linux-foundation.org>
10060 L:      linux-mm@kvack.org
10061 S:      Maintained
10062 F:      include/linux/sl?b*.h
10063 F:      mm/sl?b*
10064
10065 SLEEPABLE READ-COPY UPDATE (SRCU)
10066 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10067 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10068 M:      Josh Triplett <josh@joshtriplett.org>
10069 R:      Steven Rostedt <rostedt@goodmis.org>
10070 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10071 L:      linux-kernel@vger.kernel.org
10072 W:      http://www.rdrop.com/users/paulmck/RCU/
10073 S:      Supported
10074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10075 F:      include/linux/srcu.h
10076 F:      kernel/rcu/srcu.c
10077
10078 SMACK SECURITY MODULE
10079 M:      Casey Schaufler <casey@schaufler-ca.com>
10080 L:      linux-security-module@vger.kernel.org
10081 W:      http://schaufler-ca.com
10082 T:      git git://git.gitorious.org/smack-next/kernel.git
10083 S:      Maintained
10084 F:      Documentation/security/Smack.txt
10085 F:      security/smack/
10086
10087 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10088 M:      Kevin Hilman <khilman@kernel.org>
10089 M:      Nishanth Menon <nm@ti.com>
10090 S:      Maintained
10091 F:      drivers/power/avs/
10092 F:      include/linux/power/smartreflex.h
10093 L:      linux-pm@vger.kernel.org
10094
10095 SMC91x ETHERNET DRIVER
10096 M:      Nicolas Pitre <nico@fluxnic.net>
10097 S:      Odd Fixes
10098 F:      drivers/net/ethernet/smsc/smc91x.*
10099
10100 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10101 M:      Sakari Ailus <sakari.ailus@iki.fi>
10102 L:      linux-media@vger.kernel.org
10103 S:      Maintained
10104 F:      drivers/media/i2c/smiapp/
10105 F:      include/media/i2c/smiapp.h
10106 F:      drivers/media/i2c/smiapp-pll.c
10107 F:      drivers/media/i2c/smiapp-pll.h
10108 F:      include/uapi/linux/smiapp.h
10109 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10110
10111 SMM665 HARDWARE MONITOR DRIVER
10112 M:      Guenter Roeck <linux@roeck-us.net>
10113 L:      lm-sensors@lm-sensors.org
10114 S:      Maintained
10115 F:      Documentation/hwmon/smm665
10116 F:      drivers/hwmon/smm665.c
10117
10118 SMSC EMC2103 HARDWARE MONITOR DRIVER
10119 M:      Steve Glendinning <steve.glendinning@shawell.net>
10120 L:      lm-sensors@lm-sensors.org
10121 S:      Maintained
10122 F:      Documentation/hwmon/emc2103
10123 F:      drivers/hwmon/emc2103.c
10124
10125 SMSC SCH5627 HARDWARE MONITOR DRIVER
10126 M:      Hans de Goede <hdegoede@redhat.com>
10127 L:      lm-sensors@lm-sensors.org
10128 S:      Supported
10129 F:      Documentation/hwmon/sch5627
10130 F:      drivers/hwmon/sch5627.c
10131
10132 SMSC47B397 HARDWARE MONITOR DRIVER
10133 M:      Jean Delvare <jdelvare@suse.com>
10134 L:      lm-sensors@lm-sensors.org
10135 S:      Maintained
10136 F:      Documentation/hwmon/smsc47b397
10137 F:      drivers/hwmon/smsc47b397.c
10138
10139 SMSC911x ETHERNET DRIVER
10140 M:      Steve Glendinning <steve.glendinning@shawell.net>
10141 L:      netdev@vger.kernel.org
10142 S:      Maintained
10143 F:      include/linux/smsc911x.h
10144 F:      drivers/net/ethernet/smsc/smsc911x.*
10145
10146 SMSC9420 PCI ETHERNET DRIVER
10147 M:      Steve Glendinning <steve.glendinning@shawell.net>
10148 L:      netdev@vger.kernel.org
10149 S:      Maintained
10150 F:      drivers/net/ethernet/smsc/smsc9420.*
10151
10152 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10153 M:      Steve Glendinning <steve.glendinning@shawell.net>
10154 L:      linux-fbdev@vger.kernel.org
10155 S:      Maintained
10156 F:      drivers/video/fbdev/smscufx.c
10157
10158 SOC-CAMERA V4L2 SUBSYSTEM
10159 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10160 L:      linux-media@vger.kernel.org
10161 T:      git git://linuxtv.org/media_tree.git
10162 S:      Maintained
10163 F:      include/media/soc*
10164 F:      drivers/media/i2c/soc_camera/
10165 F:      drivers/media/platform/soc_camera/
10166
10167 SOEKRIS NET48XX LED SUPPORT
10168 M:      Chris Boot <bootc@bootc.net>
10169 S:      Maintained
10170 F:      drivers/leds/leds-net48xx.c
10171
10172 SOFTLOGIC 6x10 MPEG CODEC
10173 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10174 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10175 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10176 M:      Ismael Luceno <ismael@iodev.co.uk>
10177 L:      linux-media@vger.kernel.org
10178 S:      Supported
10179 F:      drivers/media/pci/solo6x10/
10180
10181 SOFTWARE RAID (Multiple Disks) SUPPORT
10182 M:      Shaohua Li <shli@kernel.org>
10183 L:      linux-raid@vger.kernel.org
10184 T:      git git://neil.brown.name/md
10185 S:      Supported
10186 F:      drivers/md/
10187 F:      include/linux/raid/
10188 F:      include/uapi/linux/raid/
10189
10190 SONIC NETWORK DRIVER
10191 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10192 L:      netdev@vger.kernel.org
10193 S:      Maintained
10194 F:      drivers/net/ethernet/natsemi/sonic.*
10195
10196 SONICS SILICON BACKPLANE DRIVER (SSB)
10197 M:      Michael Buesch <m@bues.ch>
10198 L:      linux-wireless@vger.kernel.org
10199 S:      Maintained
10200 F:      drivers/ssb/
10201 F:      include/linux/ssb/
10202
10203 SONY VAIO CONTROL DEVICE DRIVER
10204 M:      Mattia Dongili <malattia@linux.it>
10205 L:      platform-driver-x86@vger.kernel.org
10206 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10207 S:      Maintained
10208 F:      Documentation/laptops/sony-laptop.txt
10209 F:      drivers/char/sonypi.c
10210 F:      drivers/platform/x86/sony-laptop.c
10211 F:      include/linux/sony-laptop.h
10212
10213 SONY MEMORYSTICK CARD SUPPORT
10214 M:      Alex Dubov <oakad@yahoo.com>
10215 W:      http://tifmxx.berlios.de/
10216 S:      Maintained
10217 F:      drivers/memstick/host/tifm_ms.c
10218
10219 SONY MEMORYSTICK STANDARD SUPPORT
10220 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10221 S:      Maintained
10222 F:      drivers/memstick/core/ms_block.*
10223
10224 SOUND
10225 M:      Jaroslav Kysela <perex@perex.cz>
10226 M:      Takashi Iwai <tiwai@suse.com>
10227 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10228 W:      http://www.alsa-project.org/
10229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10230 T:      git git://git.alsa-project.org/alsa-kernel.git
10231 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10232 S:      Maintained
10233 F:      Documentation/sound/
10234 F:      include/sound/
10235 F:      include/uapi/sound/
10236 F:      sound/
10237
10238 SOUND - COMPRESSED AUDIO
10239 M:      Vinod Koul <vinod.koul@intel.com>
10240 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10242 S:      Supported
10243 F:      Documentation/sound/alsa/compress_offload.txt
10244 F:      include/sound/compress_driver.h
10245 F:      include/uapi/sound/compress_*
10246 F:      sound/core/compress_offload.c
10247 F:      sound/soc/soc-compress.c
10248
10249 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10250 M:      Liam Girdwood <lgirdwood@gmail.com>
10251 M:      Mark Brown <broonie@kernel.org>
10252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10253 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10254 W:      http://alsa-project.org/main/index.php/ASoC
10255 S:      Supported
10256 F:      Documentation/sound/alsa/soc/
10257 F:      sound/soc/
10258 F:      include/sound/soc*
10259
10260 SOUND - DMAENGINE HELPERS
10261 M:      Lars-Peter Clausen <lars@metafoo.de>
10262 S:      Supported
10263 F:      include/sound/dmaengine_pcm.h
10264 F:      sound/core/pcm_dmaengine.c
10265 F:      sound/soc/soc-generic-dmaengine-pcm.c
10266
10267 SP2 MEDIA DRIVER
10268 M:      Olli Salonen <olli.salonen@iki.fi>
10269 L:      linux-media@vger.kernel.org
10270 W:      https://linuxtv.org
10271 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10272 S:      Maintained
10273 F:      drivers/media/dvb-frontends/sp2*
10274
10275 SPARC + UltraSPARC (sparc/sparc64)
10276 M:      "David S. Miller" <davem@davemloft.net>
10277 L:      sparclinux@vger.kernel.org
10278 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10281 S:      Maintained
10282 F:      arch/sparc/
10283 F:      drivers/sbus/
10284
10285 SPARC SERIAL DRIVERS
10286 M:      "David S. Miller" <davem@davemloft.net>
10287 L:      sparclinux@vger.kernel.org
10288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10290 S:      Maintained
10291 F:      include/linux/sunserialcore.h
10292 F:      drivers/tty/serial/suncore.c
10293 F:      drivers/tty/serial/sunhv.c
10294 F:      drivers/tty/serial/sunsab.c
10295 F:      drivers/tty/serial/sunsab.h
10296 F:      drivers/tty/serial/sunsu.c
10297 F:      drivers/tty/serial/sunzilog.c
10298 F:      drivers/tty/serial/sunzilog.h
10299
10300 SPARSE CHECKER
10301 M:      "Christopher Li" <sparse@chrisli.org>
10302 L:      linux-sparse@vger.kernel.org
10303 W:      https://sparse.wiki.kernel.org/
10304 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10305 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10306 S:      Maintained
10307 F:      include/linux/compiler.h
10308
10309 SPEAR PLATFORM SUPPORT
10310 M:      Viresh Kumar <vireshk@kernel.org>
10311 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10312 L:      spear-devel@list.st.com
10313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10314 W:      http://www.st.com/spear
10315 S:      Maintained
10316 F:      arch/arm/boot/dts/spear*
10317 F:      arch/arm/mach-spear/
10318
10319 SPEAR CLOCK FRAMEWORK SUPPORT
10320 M:      Viresh Kumar <vireshk@kernel.org>
10321 L:      spear-devel@list.st.com
10322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10323 W:      http://www.st.com/spear
10324 S:      Maintained
10325 F:      drivers/clk/spear/
10326
10327 SPI SUBSYSTEM
10328 M:      Mark Brown <broonie@kernel.org>
10329 L:      linux-spi@vger.kernel.org
10330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10331 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10332 S:      Maintained
10333 F:      Documentation/spi/
10334 F:      drivers/spi/
10335 F:      include/linux/spi/
10336 F:      include/uapi/linux/spi/
10337
10338 SPIDERNET NETWORK DRIVER for CELL
10339 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10340 L:      netdev@vger.kernel.org
10341 S:      Supported
10342 F:      Documentation/networking/spider_net.txt
10343 F:      drivers/net/ethernet/toshiba/spider_net*
10344
10345 SPU FILE SYSTEM
10346 M:      Jeremy Kerr <jk@ozlabs.org>
10347 L:      linuxppc-dev@lists.ozlabs.org
10348 W:      http://www.ibm.com/developerworks/power/cell/
10349 S:      Supported
10350 F:      Documentation/filesystems/spufs.txt
10351 F:      arch/powerpc/platforms/cell/spufs/
10352
10353 SQUASHFS FILE SYSTEM
10354 M:      Phillip Lougher <phillip@squashfs.org.uk>
10355 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10356 W:      http://squashfs.org.uk
10357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10358 S:      Maintained
10359 F:      Documentation/filesystems/squashfs.txt
10360 F:      fs/squashfs/
10361
10362 SRM (Alpha) environment access
10363 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10364 S:      Maintained
10365 F:      arch/alpha/kernel/srm_env.c
10366
10367 STABLE BRANCH
10368 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10369 L:      stable@vger.kernel.org
10370 S:      Supported
10371 F:      Documentation/stable_kernel_rules.txt
10372
10373 STAGING SUBSYSTEM
10374 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10376 L:      devel@driverdev.osuosl.org
10377 S:      Supported
10378 F:      drivers/staging/
10379
10380 STAGING - COMEDI
10381 M:      Ian Abbott <abbotti@mev.co.uk>
10382 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10383 S:      Odd Fixes
10384 F:      drivers/staging/comedi/
10385
10386 STAGING - FLARION FT1000 DRIVERS
10387 M:      Marek Belisko <marek.belisko@gmail.com>
10388 S:      Odd Fixes
10389 F:      drivers/staging/ft1000/
10390
10391 STAGING - INDUSTRIAL IO
10392 M:      Jonathan Cameron <jic23@kernel.org>
10393 L:      linux-iio@vger.kernel.org
10394 S:      Odd Fixes
10395 F:      drivers/staging/iio/
10396
10397 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10398 M:      Jarod Wilson <jarod@wilsonet.com>
10399 W:      http://www.lirc.org/
10400 S:      Odd Fixes
10401 F:      drivers/staging/media/lirc/
10402
10403 STAGING - LUSTRE PARALLEL FILESYSTEM
10404 M:      Oleg Drokin <oleg.drokin@intel.com>
10405 M:      Andreas Dilger <andreas.dilger@intel.com>
10406 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10407 W:      http://wiki.lustre.org/
10408 S:      Maintained
10409 F:      drivers/staging/lustre
10410
10411 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10412 M:      Marc Dietrich <marvin24@gmx.de>
10413 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10414 L:      linux-tegra@vger.kernel.org
10415 S:      Maintained
10416 F:      drivers/staging/nvec/
10417
10418 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10419 M:      Jens Frederich <jfrederich@gmail.com>
10420 M:      Daniel Drake <dsd@laptop.org>
10421 M:      Jon Nettleton <jon.nettleton@gmail.com>
10422 W:      http://wiki.laptop.org/go/DCON
10423 S:      Maintained
10424 F:      drivers/staging/olpc_dcon/
10425
10426 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10427 M:      Willy Tarreau <willy@meta-x.org>
10428 S:      Odd Fixes
10429 F:      drivers/staging/panel/
10430
10431 STAGING - REALTEK RTL8712U DRIVERS
10432 M:      Larry Finger <Larry.Finger@lwfinger.net>
10433 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10434 S:      Odd Fixes
10435 F:      drivers/staging/rtl8712/
10436
10437 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10438 M:      Larry Finger <Larry.Finger@lwfinger.net>
10439 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10440 L:      linux-wireless@vger.kernel.org
10441 S:      Maintained
10442 F:      drivers/staging/rtl8723au/
10443
10444 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10445 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10446 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10447 M:      Sudip Mukherjee <sudip@vectorindia.org>
10448 L:      linux-fbdev@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/staging/sm750fb/
10451
10452 STAGING - SLICOSS
10453 M:      Lior Dotan <liodot@gmail.com>
10454 M:      Christopher Harrer <charrer@alacritech.com>
10455 S:      Odd Fixes
10456 F:      drivers/staging/slicoss/
10457
10458 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10459 M:      William Hubbs <w.d.hubbs@gmail.com>
10460 M:      Chris Brannon <chris@the-brannons.com>
10461 M:      Kirk Reiser <kirk@reisers.ca>
10462 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10463 L:      speakup@linux-speakup.org
10464 W:      http://www.linux-speakup.org/
10465 S:      Odd Fixes
10466 F:      drivers/staging/speakup/
10467
10468 STAGING - VIA VT665X DRIVERS
10469 M:      Forest Bond <forest@alittletooquiet.net>
10470 S:      Odd Fixes
10471 F:      drivers/staging/vt665?/
10472
10473 STAGING - WILC1000 WIFI DRIVER
10474 M:      Johnny Kim <johnny.kim@atmel.com>
10475 M:      Austin Shin <austin.shin@atmel.com>
10476 M:      Chris Park <chris.park@atmel.com>
10477 M:      Tony Cho <tony.cho@atmel.com>
10478 M:      Glen Lee <glen.lee@atmel.com>
10479 M:      Leo Kim <leo.kim@atmel.com>
10480 L:      linux-wireless@vger.kernel.org
10481 S:      Supported
10482 F:      drivers/staging/wilc1000/
10483
10484 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10485 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10486 S:      Odd Fixes
10487 F:      drivers/staging/xgifb/
10488
10489 HFI1 DRIVER
10490 M:      Mike Marciniszyn <infinipath@intel.com>
10491 L:      linux-rdma@vger.kernel.org
10492 S:      Supported
10493 F:      drivers/staging/rdma/hfi1
10494
10495 STARFIRE/DURALAN NETWORK DRIVER
10496 M:      Ion Badulescu <ionut@badula.org>
10497 S:      Odd Fixes
10498 F:      drivers/net/ethernet/adaptec/starfire*
10499
10500 SUN3/3X
10501 M:      Sam Creasey <sammy@sammy.net>
10502 W:      http://sammy.net/sun3/
10503 S:      Maintained
10504 F:      arch/m68k/kernel/*sun3*
10505 F:      arch/m68k/sun3*/
10506 F:      arch/m68k/include/asm/sun3*
10507 F:      drivers/net/ethernet/i825xx/sun3*
10508
10509 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10510 M:      Hans de Goede <hdegoede@redhat.com>
10511 L:      linux-input@vger.kernel.org
10512 S:      Maintained
10513 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10514 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10515
10516 SUNDANCE NETWORK DRIVER
10517 M:      Denis Kirjanov <kda@linux-powerpc.org>
10518 L:      netdev@vger.kernel.org
10519 S:      Maintained
10520 F:      drivers/net/ethernet/dlink/sundance.c
10521
10522 SUPERH
10523 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10524 M:      Rich Felker <dalias@libc.org>
10525 L:      linux-sh@vger.kernel.org
10526 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10527 S:      Maintained
10528 F:      Documentation/sh/
10529 F:      arch/sh/
10530 F:      drivers/sh/
10531
10532 SUSPEND TO RAM
10533 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10534 M:      Len Brown <len.brown@intel.com>
10535 M:      Pavel Machek <pavel@ucw.cz>
10536 L:      linux-pm@vger.kernel.org
10537 S:      Supported
10538 F:      Documentation/power/
10539 F:      arch/x86/kernel/acpi/
10540 F:      drivers/base/power/
10541 F:      kernel/power/
10542 F:      include/linux/suspend.h
10543 F:      include/linux/freezer.h
10544 F:      include/linux/pm.h
10545
10546 SVGA HANDLING
10547 M:      Martin Mares <mj@ucw.cz>
10548 L:      linux-video@atrey.karlin.mff.cuni.cz
10549 S:      Maintained
10550 F:      Documentation/svga.txt
10551 F:      arch/x86/boot/video*
10552
10553 SWIOTLB SUBSYSTEM
10554 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10555 L:      linux-kernel@vger.kernel.org
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10557 S:      Supported
10558 F:      lib/swiotlb.c
10559 F:      arch/*/kernel/pci-swiotlb.c
10560 F:      include/linux/swiotlb.h
10561
10562 SWITCHDEV
10563 M:      Jiri Pirko <jiri@resnulli.us>
10564 L:      netdev@vger.kernel.org
10565 S:      Supported
10566 F:      net/switchdev/
10567 F:      include/net/switchdev.h
10568
10569 SYNOPSYS ARC ARCHITECTURE
10570 M:      Vineet Gupta <vgupta@synopsys.com>
10571 L:      linux-snps-arc@lists.infradead.org
10572 S:      Supported
10573 F:      arch/arc/
10574 F:      Documentation/devicetree/bindings/arc/*
10575 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10576 F:      drivers/tty/serial/arc_uart.c
10577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10578
10579 SYNOPSYS ARC SDP platform support
10580 M:      Alexey Brodkin <abrodkin@synopsys.com>
10581 S:      Supported
10582 F:      arch/arc/plat-axs10x
10583 F:      arch/arc/boot/dts/ax*
10584 F:      Documentation/devicetree/bindings/arc/axs10*
10585
10586 SYSTEM CONFIGURATION (SYSCON)
10587 M:      Lee Jones <lee.jones@linaro.org>
10588 M:      Arnd Bergmann <arnd@arndb.de>
10589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10590 S:      Supported
10591 F:      drivers/mfd/syscon.c
10592
10593 SYSV FILESYSTEM
10594 M:      Christoph Hellwig <hch@infradead.org>
10595 S:      Maintained
10596 F:      Documentation/filesystems/sysv-fs.txt
10597 F:      fs/sysv/
10598 F:      include/linux/sysv_fs.h
10599
10600 TARGET SUBSYSTEM
10601 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10602 L:      linux-scsi@vger.kernel.org
10603 L:      target-devel@vger.kernel.org
10604 W:      http://www.linux-iscsi.org
10605 W:      http://groups.google.com/group/linux-iscsi-target-dev
10606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10607 S:      Supported
10608 F:      drivers/target/
10609 F:      include/target/
10610 F:      Documentation/target/
10611
10612 TASKSTATS STATISTICS INTERFACE
10613 M:      Balbir Singh <bsingharora@gmail.com>
10614 S:      Maintained
10615 F:      Documentation/accounting/taskstats*
10616 F:      include/linux/taskstats*
10617 F:      kernel/taskstats.c
10618
10619 TC CLASSIFIER
10620 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10621 L:      netdev@vger.kernel.org
10622 S:      Maintained
10623 F:      include/net/pkt_cls.h
10624 F:      include/uapi/linux/pkt_cls.h
10625 F:      net/sched/
10626
10627 TCP LOW PRIORITY MODULE
10628 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10629 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10630 W:      http://tcp-lp-mod.sourceforge.net/
10631 S:      Maintained
10632 F:      net/ipv4/tcp_lp.c
10633
10634 TDA10071 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/dvb-frontends/tda10071*
10643
10644 TDA18212 MEDIA DRIVER
10645 M:      Antti Palosaari <crope@iki.fi>
10646 L:      linux-media@vger.kernel.org
10647 W:      https://linuxtv.org
10648 W:      http://palosaari.fi/linux/
10649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10650 T:      git git://linuxtv.org/anttip/media_tree.git
10651 S:      Maintained
10652 F:      drivers/media/tuners/tda18212*
10653
10654 TDA18218 MEDIA DRIVER
10655 M:      Antti Palosaari <crope@iki.fi>
10656 L:      linux-media@vger.kernel.org
10657 W:      https://linuxtv.org
10658 W:      http://palosaari.fi/linux/
10659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10660 T:      git git://linuxtv.org/anttip/media_tree.git
10661 S:      Maintained
10662 F:      drivers/media/tuners/tda18218*
10663
10664 TDA18271 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/tda18271*
10673
10674 TDA827x MEDIA DRIVER
10675 M:      Michael Krufky <mkrufky@linuxtv.org>
10676 L:      linux-media@vger.kernel.org
10677 W:      https://linuxtv.org
10678 W:      http://github.com/mkrufky
10679 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10680 T:      git git://linuxtv.org/mkrufky/tuners.git
10681 S:      Maintained
10682 F:      drivers/media/tuners/tda8290.*
10683
10684 TDA8290 MEDIA DRIVER
10685 M:      Michael Krufky <mkrufky@linuxtv.org>
10686 L:      linux-media@vger.kernel.org
10687 W:      https://linuxtv.org
10688 W:      http://github.com/mkrufky
10689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10690 T:      git git://linuxtv.org/mkrufky/tuners.git
10691 S:      Maintained
10692 F:      drivers/media/tuners/tda8290.*
10693
10694 TDA9840 MEDIA DRIVER
10695 M:      Hans Verkuil <hverkuil@xs4all.nl>
10696 L:      linux-media@vger.kernel.org
10697 T:      git git://linuxtv.org/media_tree.git
10698 W:      https://linuxtv.org
10699 S:      Maintained
10700 F:      drivers/media/i2c/tda9840*
10701
10702 TEA5761 TUNER DRIVER
10703 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10704 L:      linux-media@vger.kernel.org
10705 W:      https://linuxtv.org
10706 T:      git git://linuxtv.org/media_tree.git
10707 S:      Odd fixes
10708 F:      drivers/media/tuners/tea5761.*
10709
10710 TEA5767 TUNER DRIVER
10711 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10712 L:      linux-media@vger.kernel.org
10713 W:      https://linuxtv.org
10714 T:      git git://linuxtv.org/media_tree.git
10715 S:      Maintained
10716 F:      drivers/media/tuners/tea5767.*
10717
10718 TEA6415C MEDIA DRIVER
10719 M:      Hans Verkuil <hverkuil@xs4all.nl>
10720 L:      linux-media@vger.kernel.org
10721 T:      git git://linuxtv.org/media_tree.git
10722 W:      https://linuxtv.org
10723 S:      Maintained
10724 F:      drivers/media/i2c/tea6415c*
10725
10726 TEA6420 MEDIA DRIVER
10727 M:      Hans Verkuil <hverkuil@xs4all.nl>
10728 L:      linux-media@vger.kernel.org
10729 T:      git git://linuxtv.org/media_tree.git
10730 W:      https://linuxtv.org
10731 S:      Maintained
10732 F:      drivers/media/i2c/tea6420*
10733
10734 TEAM DRIVER
10735 M:      Jiri Pirko <jiri@resnulli.us>
10736 L:      netdev@vger.kernel.org
10737 S:      Supported
10738 F:      drivers/net/team/
10739 F:      include/linux/if_team.h
10740 F:      include/uapi/linux/if_team.h
10741
10742 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10743 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10744 S:      Maintained
10745 F:      arch/x86/platform/ts5500/
10746
10747 TECHNOTREND USB IR RECEIVER
10748 M:      Sean Young <sean@mess.org>
10749 L:      linux-media@vger.kernel.org
10750 S:      Maintained
10751 F:      drivers/media/rc/ttusbir.c
10752
10753 TEGRA ARCHITECTURE SUPPORT
10754 M:      Stephen Warren <swarren@wwwdotorg.org>
10755 M:      Thierry Reding <thierry.reding@gmail.com>
10756 M:      Alexandre Courbot <gnurou@gmail.com>
10757 L:      linux-tegra@vger.kernel.org
10758 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10760 S:      Supported
10761 N:      [^a-z]tegra
10762
10763 TEGRA CLOCK DRIVER
10764 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10765 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10766 S:      Supported
10767 F:      drivers/clk/tegra/
10768
10769 TEGRA DMA DRIVER
10770 M:      Laxman Dewangan <ldewangan@nvidia.com>
10771 S:      Supported
10772 F:      drivers/dma/tegra20-apb-dma.c
10773
10774 TEGRA I2C DRIVER
10775 M:      Laxman Dewangan <ldewangan@nvidia.com>
10776 S:      Supported
10777 F:      drivers/i2c/busses/i2c-tegra.c
10778
10779 TEGRA IOMMU DRIVERS
10780 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10781 S:      Supported
10782 F:      drivers/iommu/tegra*
10783
10784 TEGRA KBC DRIVER
10785 M:      Rakesh Iyer <riyer@nvidia.com>
10786 M:      Laxman Dewangan <ldewangan@nvidia.com>
10787 S:      Supported
10788 F:      drivers/input/keyboard/tegra-kbc.c
10789
10790 TEGRA PWM DRIVER
10791 M:      Thierry Reding <thierry.reding@gmail.com>
10792 S:      Supported
10793 F:      drivers/pwm/pwm-tegra.c
10794
10795 TEGRA SERIAL DRIVER
10796 M:      Laxman Dewangan <ldewangan@nvidia.com>
10797 S:      Supported
10798 F:      drivers/tty/serial/serial-tegra.c
10799
10800 TEGRA SPI DRIVER
10801 M:      Laxman Dewangan <ldewangan@nvidia.com>
10802 S:      Supported
10803 F:      drivers/spi/spi-tegra*
10804
10805 TEHUTI ETHERNET DRIVER
10806 M:      Andy Gospodarek <andy@greyhouse.net>
10807 L:      netdev@vger.kernel.org
10808 S:      Supported
10809 F:      drivers/net/ethernet/tehuti/*
10810
10811 Telecom Clock Driver for MCPL0010
10812 M:      Mark Gross <mark.gross@intel.com>
10813 S:      Supported
10814 F:      drivers/char/tlclk.c
10815
10816 TENSILICA XTENSA PORT (xtensa)
10817 M:      Chris Zankel <chris@zankel.net>
10818 M:      Max Filippov <jcmvbkbc@gmail.com>
10819 L:      linux-xtensa@linux-xtensa.org
10820 T:      git git://github.com/czankel/xtensa-linux.git
10821 S:      Maintained
10822 F:      arch/xtensa/
10823 F:      drivers/irqchip/irq-xtensa-*
10824
10825 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10826 M:      Hans Verkuil <hverkuil@xs4all.nl>
10827 L:      linux-media@vger.kernel.org
10828 T:      git git://linuxtv.org/media_tree.git
10829 W:      https://linuxtv.org
10830 S:      Maintained
10831 F:      drivers/media/radio/radio-raremono.c
10832
10833 THERMAL
10834 M:      Zhang Rui <rui.zhang@intel.com>
10835 M:      Eduardo Valentin <edubezval@gmail.com>
10836 L:      linux-pm@vger.kernel.org
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10839 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10840 S:      Supported
10841 F:      drivers/thermal/
10842 F:      include/linux/thermal.h
10843 F:      include/uapi/linux/thermal.h
10844 F:      include/linux/cpu_cooling.h
10845 F:      Documentation/devicetree/bindings/thermal/
10846
10847 THERMAL/CPU_COOLING
10848 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10849 M:      Viresh Kumar <viresh.kumar@linaro.org>
10850 M:      Javi Merino <javi.merino@arm.com>
10851 L:      linux-pm@vger.kernel.org
10852 S:      Supported
10853 F:      Documentation/thermal/cpu-cooling-api.txt
10854 F:      drivers/thermal/cpu_cooling.c
10855 F:      include/linux/cpu_cooling.h
10856
10857 THINGM BLINK(1) USB RGB LED DRIVER
10858 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10859 S:      Maintained
10860 F:      drivers/hid/hid-thingm.c
10861
10862 THINKPAD ACPI EXTRAS DRIVER
10863 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10864 L:      ibm-acpi-devel@lists.sourceforge.net
10865 L:      platform-driver-x86@vger.kernel.org
10866 W:      http://ibm-acpi.sourceforge.net
10867 W:      http://thinkwiki.org/wiki/Ibm-acpi
10868 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10869 S:      Maintained
10870 F:      drivers/platform/x86/thinkpad_acpi.c
10871
10872 TI BANDGAP AND THERMAL DRIVER
10873 M:      Eduardo Valentin <edubezval@gmail.com>
10874 L:      linux-pm@vger.kernel.org
10875 L:      linux-omap@vger.kernel.org
10876 S:      Maintained
10877 F:      drivers/thermal/ti-soc-thermal/
10878
10879 TI VPE/CAL DRIVERS
10880 M:      Benoit Parrot <bparrot@ti.com>
10881 L:      linux-media@vger.kernel.org
10882 W:      http://linuxtv.org/
10883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10884 S:      Maintained
10885 F:      drivers/media/platform/ti-vpe/
10886
10887 TI CDCE706 CLOCK DRIVER
10888 M:      Max Filippov <jcmvbkbc@gmail.com>
10889 S:      Maintained
10890 F:      drivers/clk/clk-cdce706.c
10891
10892 TI CLOCK DRIVER
10893 M:      Tero Kristo <t-kristo@ti.com>
10894 L:      linux-omap@vger.kernel.org
10895 S:      Maintained
10896 F:      drivers/clk/ti/
10897 F:      include/linux/clk/ti.h
10898
10899 TI FLASH MEDIA INTERFACE DRIVER
10900 M:      Alex Dubov <oakad@yahoo.com>
10901 S:      Maintained
10902 F:      drivers/misc/tifm*
10903 F:      drivers/mmc/host/tifm_sd.c
10904 F:      include/linux/tifm.h
10905
10906 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10907 M:      Santosh Shilimkar <ssantosh@kernel.org>
10908 L:      linux-kernel@vger.kernel.org
10909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10910 S:      Maintained
10911 F:      drivers/soc/ti/*
10912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10913
10914
10915 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10916 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10917 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10919 S:      Maintained
10920 F:      sound/soc/codecs/lm49453*
10921 F:      sound/soc/codecs/isabelle*
10922
10923 TI LP855x BACKLIGHT DRIVER
10924 M:      Milo Kim <milo.kim@ti.com>
10925 S:      Maintained
10926 F:      Documentation/backlight/lp855x-driver.txt
10927 F:      drivers/video/backlight/lp855x_bl.c
10928 F:      include/linux/platform_data/lp855x.h
10929
10930 TI LP8727 CHARGER DRIVER
10931 M:      Milo Kim <milo.kim@ti.com>
10932 S:      Maintained
10933 F:      drivers/power/lp8727_charger.c
10934 F:      include/linux/platform_data/lp8727.h
10935
10936 TI LP8788 MFD DRIVER
10937 M:      Milo Kim <milo.kim@ti.com>
10938 S:      Maintained
10939 F:      drivers/iio/adc/lp8788_adc.c
10940 F:      drivers/leds/leds-lp8788.c
10941 F:      drivers/mfd/lp8788*.c
10942 F:      drivers/power/lp8788-charger.c
10943 F:      drivers/regulator/lp8788-*.c
10944 F:      include/linux/mfd/lp8788*.h
10945
10946 TI NETCP ETHERNET DRIVER
10947 M:      Wingman Kwok <w-kwok2@ti.com>
10948 M:      Murali Karicheri <m-karicheri2@ti.com>
10949 L:      netdev@vger.kernel.org
10950 S:      Maintained
10951 F:      drivers/net/ethernet/ti/netcp*
10952
10953 TI TAS571X FAMILY ASoC CODEC DRIVER
10954 M:      Kevin Cernekee <cernekee@chromium.org>
10955 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10956 S:      Odd Fixes
10957 F:      sound/soc/codecs/tas571x*
10958
10959 TI TWL4030 SERIES SOC CODEC DRIVER
10960 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10961 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10962 S:      Maintained
10963 F:      sound/soc/codecs/twl4030*
10964
10965 TI WILINK WIRELESS DRIVERS
10966 L:      linux-wireless@vger.kernel.org
10967 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10968 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10970 S:      Orphan
10971 F:      drivers/net/wireless/ti/
10972 F:      include/linux/wl12xx.h
10973
10974 TIPC NETWORK LAYER
10975 M:      Jon Maloy <jon.maloy@ericsson.com>
10976 M:      Ying Xue <ying.xue@windriver.com>
10977 L:      netdev@vger.kernel.org (core kernel code)
10978 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10979 W:      http://tipc.sourceforge.net/
10980 S:      Maintained
10981 F:      include/uapi/linux/tipc*.h
10982 F:      net/tipc/
10983
10984 TILE ARCHITECTURE
10985 M:      Chris Metcalf <cmetcalf@ezchip.com>
10986 W:      http://www.ezchip.com/scm/
10987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10988 S:      Supported
10989 F:      arch/tile/
10990 F:      drivers/char/tile-srom.c
10991 F:      drivers/edac/tile_edac.c
10992 F:      drivers/net/ethernet/tile/
10993 F:      drivers/rtc/rtc-tile.c
10994 F:      drivers/tty/hvc/hvc_tile.c
10995 F:      drivers/tty/serial/tilegx.c
10996 F:      drivers/usb/host/*-tilegx.c
10997 F:      include/linux/usb/tilegx.h
10998
10999 TLAN NETWORK DRIVER
11000 M:      Samuel Chessman <chessman@tux.org>
11001 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11002 W:      http://sourceforge.net/projects/tlan/
11003 S:      Maintained
11004 F:      Documentation/networking/tlan.txt
11005 F:      drivers/net/ethernet/ti/tlan.*
11006
11007 TOMOYO SECURITY MODULE
11008 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11009 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11010 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11011 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11012 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11013 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11014 W:      http://tomoyo.sourceforge.jp/
11015 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11016 S:      Maintained
11017 F:      security/tomoyo/
11018
11019 TOPSTAR LAPTOP EXTRAS DRIVER
11020 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11021 L:      platform-driver-x86@vger.kernel.org
11022 S:      Maintained
11023 F:      drivers/platform/x86/topstar-laptop.c
11024
11025 TOSHIBA ACPI EXTRAS DRIVER
11026 M:      Azael Avalos <coproscefalo@gmail.com>
11027 L:      platform-driver-x86@vger.kernel.org
11028 S:      Maintained
11029 F:      drivers/platform/x86/toshiba_acpi.c
11030
11031 TOSHIBA BLUETOOTH DRIVER
11032 M:      Azael Avalos <coproscefalo@gmail.com>
11033 L:      platform-driver-x86@vger.kernel.org
11034 S:      Maintained
11035 F:      drivers/platform/x86/toshiba_bluetooth.c
11036
11037 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11038 M:      Azael Avalos <coproscefalo@gmail.com>
11039 L:      platform-driver-x86@vger.kernel.org
11040 S:      Maintained
11041 F:      drivers/platform/x86/toshiba_haps.c
11042
11043 TOSHIBA WMI HOTKEYS DRIVER
11044 M:      Azael Avalos <coproscefalo@gmail.com>
11045 L:      platform-driver-x86@vger.kernel.org
11046 S:      Maintained
11047 F:      drivers/platform/x86/toshiba-wmi.c
11048
11049 TOSHIBA SMM DRIVER
11050 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11051 W:      http://www.buzzard.org.uk/toshiba/
11052 S:      Maintained
11053 F:      drivers/char/toshiba.c
11054 F:      include/linux/toshiba.h
11055 F:      include/uapi/linux/toshiba.h
11056
11057 TOSHIBA TC358743 DRIVER
11058 M:      Mats Randgaard <matrandg@cisco.com>
11059 L:      linux-media@vger.kernel.org
11060 S:      Maintained
11061 F:      drivers/media/i2c/tc358743*
11062 F:      include/media/i2c/tc358743.h
11063
11064 TMIO MMC DRIVER
11065 M:      Ian Molton <ian@mnementh.co.uk>
11066 L:      linux-mmc@vger.kernel.org
11067 S:      Maintained
11068 F:      drivers/mmc/host/tmio_mmc*
11069 F:      drivers/mmc/host/sh_mobile_sdhi.c
11070 F:      include/linux/mmc/tmio.h
11071 F:      include/linux/mmc/sh_mobile_sdhi.h
11072
11073 TMP401 HARDWARE MONITOR DRIVER
11074 M:      Guenter Roeck <linux@roeck-us.net>
11075 L:      lm-sensors@lm-sensors.org
11076 S:      Maintained
11077 F:      Documentation/hwmon/tmp401
11078 F:      drivers/hwmon/tmp401.c
11079
11080 TMPFS (SHMEM FILESYSTEM)
11081 M:      Hugh Dickins <hughd@google.com>
11082 L:      linux-mm@kvack.org
11083 S:      Maintained
11084 F:      include/linux/shmem_fs.h
11085 F:      mm/shmem.c
11086
11087 TM6000 VIDEO4LINUX DRIVER
11088 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11089 L:      linux-media@vger.kernel.org
11090 W:      https://linuxtv.org
11091 T:      git git://linuxtv.org/media_tree.git
11092 S:      Odd fixes
11093 F:      drivers/media/usb/tm6000/
11094
11095 TW68 VIDEO4LINUX DRIVER
11096 M:      Hans Verkuil <hverkuil@xs4all.nl>
11097 L:      linux-media@vger.kernel.org
11098 T:      git git://linuxtv.org/media_tree.git
11099 W:      https://linuxtv.org
11100 S:      Odd Fixes
11101 F:      drivers/media/pci/tw68/
11102
11103 TPM DEVICE DRIVER
11104 M:      Peter Huewe <peterhuewe@gmx.de>
11105 M:      Marcel Selhorst <tpmdd@selhorst.net>
11106 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11107 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11108 W:      http://tpmdd.sourceforge.net
11109 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11110 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
11111 T:      git https://github.com/PeterHuewe/linux-tpmdd
11112 S:      Maintained
11113 F:      drivers/char/tpm/
11114
11115 TPM IBM_VTPM DEVICE DRIVER
11116 M:      Ashley Lai <ashleydlai@gmail.com>
11117 W:      http://tpmdd.sourceforge.net
11118 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11119 S:      Maintained
11120 F:      drivers/char/tpm/tpm_ibmvtpm*
11121
11122 TRACING
11123 M:      Steven Rostedt <rostedt@goodmis.org>
11124 M:      Ingo Molnar <mingo@redhat.com>
11125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11126 S:      Maintained
11127 F:      Documentation/trace/ftrace.txt
11128 F:      arch/*/*/*/ftrace.h
11129 F:      arch/*/kernel/ftrace.c
11130 F:      include/*/ftrace.h
11131 F:      include/linux/trace*.h
11132 F:      include/trace/
11133 F:      kernel/trace/
11134 F:      tools/testing/selftests/ftrace/
11135
11136 TRIVIAL PATCHES
11137 M:      Jiri Kosina <trivial@kernel.org>
11138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11139 S:      Maintained
11140 K:      ^Subject:.*(?i)trivial
11141
11142 TTY LAYER
11143 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11144 M:      Jiri Slaby <jslaby@suse.com>
11145 S:      Supported
11146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11147 F:      Documentation/serial/
11148 F:      drivers/tty/
11149 F:      drivers/tty/serial/serial_core.c
11150 F:      include/linux/serial_core.h
11151 F:      include/linux/serial.h
11152 F:      include/linux/tty.h
11153 F:      include/uapi/linux/serial_core.h
11154 F:      include/uapi/linux/serial.h
11155 F:      include/uapi/linux/tty.h
11156
11157 TUA9001 MEDIA DRIVER
11158 M:      Antti Palosaari <crope@iki.fi>
11159 L:      linux-media@vger.kernel.org
11160 W:      https://linuxtv.org
11161 W:      http://palosaari.fi/linux/
11162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11163 T:      git git://linuxtv.org/anttip/media_tree.git
11164 S:      Maintained
11165 F:      drivers/media/tuners/tua9001*
11166
11167 TULIP NETWORK DRIVERS
11168 L:      netdev@vger.kernel.org
11169 L:      linux-parisc@vger.kernel.org
11170 S:      Orphan
11171 F:      drivers/net/ethernet/dec/tulip/
11172
11173 TUN/TAP driver
11174 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11175 W:      http://vtun.sourceforge.net/tun
11176 S:      Maintained
11177 F:      Documentation/networking/tuntap.txt
11178 F:      arch/um/os-Linux/drivers/
11179
11180 TURBOCHANNEL SUBSYSTEM
11181 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11182 M:      Ralf Baechle <ralf@linux-mips.org>
11183 L:      linux-mips@linux-mips.org
11184 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11185 S:      Maintained
11186 F:      drivers/tc/
11187 F:      include/linux/tc.h
11188
11189 U14-34F SCSI DRIVER
11190 M:      Dario Ballabio <ballabio_dario@emc.com>
11191 L:      linux-scsi@vger.kernel.org
11192 S:      Maintained
11193 F:      drivers/scsi/u14-34f.c
11194
11195 UBI FILE SYSTEM (UBIFS)
11196 M:      Artem Bityutskiy <dedekind1@gmail.com>
11197 M:      Adrian Hunter <adrian.hunter@intel.com>
11198 L:      linux-mtd@lists.infradead.org
11199 T:      git git://git.infradead.org/ubifs-2.6.git
11200 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11201 S:      Maintained
11202 F:      Documentation/filesystems/ubifs.txt
11203 F:      fs/ubifs/
11204
11205 UCLINUX (M68KNOMMU AND COLDFIRE)
11206 M:      Greg Ungerer <gerg@uclinux.org>
11207 W:      http://www.uclinux.org/
11208 L:      linux-m68k@lists.linux-m68k.org
11209 L:      uclinux-dev@uclinux.org  (subscribers-only)
11210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11211 S:      Maintained
11212 F:      arch/m68k/coldfire/
11213 F:      arch/m68k/68*/
11214 F:      arch/m68k/*/*_no.*
11215 F:      arch/m68k/include/asm/*_no.*
11216
11217 UDF FILESYSTEM
11218 M:      Jan Kara <jack@suse.com>
11219 S:      Maintained
11220 F:      Documentation/filesystems/udf.txt
11221 F:      fs/udf/
11222
11223 UFS FILESYSTEM
11224 M:      Evgeniy Dushistov <dushistov@mail.ru>
11225 S:      Maintained
11226 F:      Documentation/filesystems/ufs.txt
11227 F:      fs/ufs/
11228
11229 UHID USERSPACE HID IO DRIVER:
11230 M:      David Herrmann <dh.herrmann@googlemail.com>
11231 L:      linux-input@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/hid/uhid.c
11234 F:      include/uapi/linux/uhid.h
11235
11236 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11237 L:      linux-usb@vger.kernel.org
11238 S:      Orphan
11239 F:      drivers/uwb/
11240 F:      include/linux/uwb.h
11241 F:      include/linux/uwb/
11242
11243 UNICORE32 ARCHITECTURE:
11244 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11245 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11246 S:      Maintained
11247 T:      git git://github.com/gxt/linux.git
11248 F:      arch/unicore32/
11249
11250 UNIFDEF
11251 M:      Tony Finch <dot@dotat.at>
11252 W:      http://dotat.at/prog/unifdef
11253 S:      Maintained
11254 F:      scripts/unifdef.c
11255
11256 UNIFORM CDROM DRIVER
11257 M:      Jens Axboe <axboe@kernel.dk>
11258 W:      http://www.kernel.dk
11259 S:      Maintained
11260 F:      Documentation/cdrom/
11261 F:      drivers/cdrom/cdrom.c
11262 F:      include/linux/cdrom.h
11263 F:      include/uapi/linux/cdrom.h
11264
11265 UNISYS S-PAR DRIVERS
11266 M:      Benjamin Romer <benjamin.romer@unisys.com>
11267 M:      David Kershner <david.kershner@unisys.com>
11268 L:      sparmaintainer@unisys.com (Unisys internal)
11269 S:      Supported
11270 F:      drivers/staging/unisys/
11271
11272 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11273 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11274 L:      linux-scsi@vger.kernel.org
11275 S:      Supported
11276 F:      Documentation/scsi/ufs.txt
11277 F:      drivers/scsi/ufs/
11278
11279 UNSORTED BLOCK IMAGES (UBI)
11280 M:      Artem Bityutskiy <dedekind1@gmail.com>
11281 M:      Richard Weinberger <richard@nod.at>
11282 W:      http://www.linux-mtd.infradead.org/
11283 L:      linux-mtd@lists.infradead.org
11284 T:      git git://git.infradead.org/ubifs-2.6.git
11285 S:      Supported
11286 F:      drivers/mtd/ubi/
11287 F:      include/linux/mtd/ubi.h
11288 F:      include/uapi/mtd/ubi-user.h
11289
11290 USB ACM DRIVER
11291 M:      Oliver Neukum <oliver@neukum.org>
11292 L:      linux-usb@vger.kernel.org
11293 S:      Maintained
11294 F:      Documentation/usb/acm.txt
11295 F:      drivers/usb/class/cdc-acm.*
11296
11297 USB AR5523 WIRELESS DRIVER
11298 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11299 L:      linux-wireless@vger.kernel.org
11300 S:      Maintained
11301 F:      drivers/net/wireless/ath/ar5523/
11302
11303 USB ATTACHED SCSI
11304 M:      Hans de Goede <hdegoede@redhat.com>
11305 M:      Gerd Hoffmann <kraxel@redhat.com>
11306 L:      linux-usb@vger.kernel.org
11307 L:      linux-scsi@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/usb/storage/uas.c
11310
11311 USB CDC ETHERNET DRIVER
11312 M:      Oliver Neukum <oliver@neukum.org>
11313 L:      linux-usb@vger.kernel.org
11314 S:      Maintained
11315 F:      drivers/net/usb/cdc_*.c
11316 F:      include/uapi/linux/usb/cdc.h
11317
11318 USB CHAOSKEY DRIVER
11319 M:      Keith Packard <keithp@keithp.com>
11320 L:      linux-usb@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/usb/misc/chaoskey.c
11323
11324 USB CYPRESS C67X00 DRIVER
11325 M:      Peter Korsgaard <jacmet@sunsite.dk>
11326 L:      linux-usb@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/usb/c67x00/
11329
11330 USB DAVICOM DM9601 DRIVER
11331 M:      Peter Korsgaard <jacmet@sunsite.dk>
11332 L:      netdev@vger.kernel.org
11333 W:      http://www.linux-usb.org/usbnet
11334 S:      Maintained
11335 F:      drivers/net/usb/dm9601.c
11336
11337 USB DIAMOND RIO500 DRIVER
11338 M:      Cesar Miquel <miquel@df.uba.ar>
11339 L:      rio500-users@lists.sourceforge.net
11340 W:      http://rio500.sourceforge.net
11341 S:      Maintained
11342 F:      drivers/usb/misc/rio500*
11343
11344 USB EHCI DRIVER
11345 M:      Alan Stern <stern@rowland.harvard.edu>
11346 L:      linux-usb@vger.kernel.org
11347 S:      Maintained
11348 F:      Documentation/usb/ehci.txt
11349 F:      drivers/usb/host/ehci*
11350
11351 USB GADGET/PERIPHERAL SUBSYSTEM
11352 M:      Felipe Balbi <balbi@kernel.org>
11353 L:      linux-usb@vger.kernel.org
11354 W:      http://www.linux-usb.org/gadget
11355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11356 S:      Maintained
11357 F:      drivers/usb/gadget/
11358 F:      include/linux/usb/gadget*
11359
11360 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11361 M:      Jiri Kosina <jikos@kernel.org>
11362 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11363 L:      linux-usb@vger.kernel.org
11364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11365 S:      Maintained
11366 F:      Documentation/hid/hiddev.txt
11367 F:      drivers/hid/usbhid/
11368
11369 USB ISP116X DRIVER
11370 M:      Olav Kongas <ok@artecdesign.ee>
11371 L:      linux-usb@vger.kernel.org
11372 S:      Maintained
11373 F:      drivers/usb/host/isp116x*
11374 F:      include/linux/usb/isp116x.h
11375
11376 USB MASS STORAGE DRIVER
11377 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11378 L:      linux-usb@vger.kernel.org
11379 L:      usb-storage@lists.one-eyed-alien.net
11380 S:      Maintained
11381 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11382 F:      drivers/usb/storage/
11383
11384 USB MIDI DRIVER
11385 M:      Clemens Ladisch <clemens@ladisch.de>
11386 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11387 T:      git git://git.alsa-project.org/alsa-kernel.git
11388 S:      Maintained
11389 F:      sound/usb/midi.*
11390
11391 USB NETWORKING DRIVERS
11392 L:      linux-usb@vger.kernel.org
11393 S:      Odd Fixes
11394 F:      drivers/net/usb/
11395
11396 USB OHCI DRIVER
11397 M:      Alan Stern <stern@rowland.harvard.edu>
11398 L:      linux-usb@vger.kernel.org
11399 S:      Maintained
11400 F:      Documentation/usb/ohci.txt
11401 F:      drivers/usb/host/ohci*
11402
11403 USB OTG FSM (Finite State Machine)
11404 M:      Peter Chen <Peter.Chen@nxp.com>
11405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11406 L:      linux-usb@vger.kernel.org
11407 S:      Maintained
11408 F:      drivers/usb/common/usb-otg-fsm.c
11409
11410 USB OVER IP DRIVER
11411 M:      Valentina Manea <valentina.manea.m@gmail.com>
11412 M:      Shuah Khan <shuah.kh@samsung.com>
11413 L:      linux-usb@vger.kernel.org
11414 S:      Maintained
11415 F:      drivers/usb/usbip/
11416 F:      tools/usb/usbip/
11417
11418 USB PEGASUS DRIVER
11419 M:      Petko Manolov <petkan@nucleusys.com>
11420 L:      linux-usb@vger.kernel.org
11421 L:      netdev@vger.kernel.org
11422 T:      git git://github.com/petkan/pegasus.git
11423 W:      https://github.com/petkan/pegasus
11424 S:      Maintained
11425 F:      drivers/net/usb/pegasus.*
11426
11427 USB PHY LAYER
11428 M:      Felipe Balbi <balbi@kernel.org>
11429 L:      linux-usb@vger.kernel.org
11430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11431 S:      Maintained
11432 F:      drivers/usb/phy/
11433
11434 USB PRINTER DRIVER (usblp)
11435 M:      Pete Zaitcev <zaitcev@redhat.com>
11436 L:      linux-usb@vger.kernel.org
11437 S:      Supported
11438 F:      drivers/usb/class/usblp.c
11439
11440 USB QMI WWAN NETWORK DRIVER
11441 M:      Bjørn Mork <bjorn@mork.no>
11442 L:      netdev@vger.kernel.org
11443 S:      Maintained
11444 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11445 F:      drivers/net/usb/qmi_wwan.c
11446
11447 USB RTL8150 DRIVER
11448 M:      Petko Manolov <petkan@nucleusys.com>
11449 L:      linux-usb@vger.kernel.org
11450 L:      netdev@vger.kernel.org
11451 T:      git git://github.com/petkan/rtl8150.git
11452 W:      https://github.com/petkan/rtl8150
11453 S:      Maintained
11454 F:      drivers/net/usb/rtl8150.c
11455
11456 USB SERIAL SUBSYSTEM
11457 M:      Johan Hovold <johan@kernel.org>
11458 L:      linux-usb@vger.kernel.org
11459 S:      Maintained
11460 F:      Documentation/usb/usb-serial.txt
11461 F:      drivers/usb/serial/
11462 F:      include/linux/usb/serial.h
11463
11464 USB SMSC75XX ETHERNET DRIVER
11465 M:      Steve Glendinning <steve.glendinning@shawell.net>
11466 L:      netdev@vger.kernel.org
11467 S:      Maintained
11468 F:      drivers/net/usb/smsc75xx.*
11469
11470 USB SMSC95XX ETHERNET DRIVER
11471 M:      Steve Glendinning <steve.glendinning@shawell.net>
11472 L:      netdev@vger.kernel.org
11473 S:      Maintained
11474 F:      drivers/net/usb/smsc95xx.*
11475
11476 USB SUBSYSTEM
11477 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11478 L:      linux-usb@vger.kernel.org
11479 W:      http://www.linux-usb.org
11480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11481 S:      Supported
11482 F:      Documentation/usb/
11483 F:      drivers/usb/
11484 F:      include/linux/usb.h
11485 F:      include/linux/usb/
11486
11487 USB UHCI DRIVER
11488 M:      Alan Stern <stern@rowland.harvard.edu>
11489 L:      linux-usb@vger.kernel.org
11490 S:      Maintained
11491 F:      drivers/usb/host/uhci*
11492
11493 USB "USBNET" DRIVER FRAMEWORK
11494 M:      Oliver Neukum <oneukum@suse.com>
11495 L:      netdev@vger.kernel.org
11496 W:      http://www.linux-usb.org/usbnet
11497 S:      Maintained
11498 F:      drivers/net/usb/usbnet.c
11499 F:      include/linux/usb/usbnet.h
11500
11501 USB VIDEO CLASS
11502 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11503 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11504 L:      linux-media@vger.kernel.org
11505 T:      git git://linuxtv.org/media_tree.git
11506 W:      http://www.ideasonboard.org/uvc/
11507 S:      Maintained
11508 F:      drivers/media/usb/uvc/
11509 F:      include/uapi/linux/uvcvideo.h
11510
11511 USB VISION DRIVER
11512 M:      Hans Verkuil <hverkuil@xs4all.nl>
11513 L:      linux-media@vger.kernel.org
11514 T:      git git://linuxtv.org/media_tree.git
11515 W:      https://linuxtv.org
11516 S:      Odd Fixes
11517 F:      drivers/media/usb/usbvision/
11518
11519 USB WEBCAM GADGET
11520 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11521 L:      linux-usb@vger.kernel.org
11522 S:      Maintained
11523 F:      drivers/usb/gadget/function/*uvc*
11524 F:      drivers/usb/gadget/legacy/webcam.c
11525
11526 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11527 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11528 L:      linux-wireless@vger.kernel.org
11529 S:      Maintained
11530 F:      drivers/net/wireless/rndis_wlan.c
11531
11532 USB XHCI DRIVER
11533 M:      Mathias Nyman <mathias.nyman@intel.com>
11534 L:      linux-usb@vger.kernel.org
11535 S:      Supported
11536 F:      drivers/usb/host/xhci*
11537 F:      drivers/usb/host/pci-quirks*
11538
11539 USB ZD1201 DRIVER
11540 L:      linux-wireless@vger.kernel.org
11541 W:      http://linux-lc100020.sourceforge.net
11542 S:      Orphan
11543 F:      drivers/net/wireless/zydas/zd1201.*
11544
11545 USB ZR364XX DRIVER
11546 M:      Antoine Jacquet <royale@zerezo.com>
11547 L:      linux-usb@vger.kernel.org
11548 L:      linux-media@vger.kernel.org
11549 T:      git git://linuxtv.org/media_tree.git
11550 W:      http://royale.zerezo.com/zr364xx/
11551 S:      Maintained
11552 F:      Documentation/video4linux/zr364xx.txt
11553 F:      drivers/media/usb/zr364xx/
11554
11555 ULPI BUS
11556 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11557 L:      linux-usb@vger.kernel.org
11558 S:      Maintained
11559 F:      drivers/usb/common/ulpi.c
11560 F:      include/linux/ulpi/
11561
11562 USER-MODE LINUX (UML)
11563 M:      Jeff Dike <jdike@addtoit.com>
11564 M:      Richard Weinberger <richard@nod.at>
11565 L:      user-mode-linux-devel@lists.sourceforge.net
11566 L:      user-mode-linux-user@lists.sourceforge.net
11567 W:      http://user-mode-linux.sourceforge.net
11568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11569 S:      Maintained
11570 F:      Documentation/virtual/uml/
11571 F:      arch/um/
11572 F:      arch/x86/um/
11573 F:      fs/hostfs/
11574 F:      fs/hppfs/
11575
11576 USERSPACE I/O (UIO)
11577 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11578 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11579 S:      Maintained
11580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11581 F:      Documentation/DocBook/uio-howto.tmpl
11582 F:      drivers/uio/
11583 F:      include/linux/uio*.h
11584
11585 UTIL-LINUX PACKAGE
11586 M:      Karel Zak <kzak@redhat.com>
11587 L:      util-linux@vger.kernel.org
11588 W:      http://en.wikipedia.org/wiki/Util-linux
11589 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11590 S:      Maintained
11591
11592 UVESAFB DRIVER
11593 M:      Michal Januszewski <spock@gentoo.org>
11594 L:      linux-fbdev@vger.kernel.org
11595 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11596 S:      Maintained
11597 F:      Documentation/fb/uvesafb.txt
11598 F:      drivers/video/fbdev/uvesafb.*
11599
11600 VF610 NAND DRIVER
11601 M:      Stefan Agner <stefan@agner.ch>
11602 L:      linux-mtd@lists.infradead.org
11603 S:      Supported
11604 F:      drivers/mtd/nand/vf610_nfc.c
11605
11606 VFAT/FAT/MSDOS FILESYSTEM
11607 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11608 S:      Maintained
11609 F:      Documentation/filesystems/vfat.txt
11610 F:      fs/fat/
11611
11612 VFIO DRIVER
11613 M:      Alex Williamson <alex.williamson@redhat.com>
11614 L:      kvm@vger.kernel.org
11615 T:      git git://github.com/awilliam/linux-vfio.git
11616 S:      Maintained
11617 F:      Documentation/vfio.txt
11618 F:      drivers/vfio/
11619 F:      include/linux/vfio.h
11620 F:      include/uapi/linux/vfio.h
11621
11622 VFIO PLATFORM DRIVER
11623 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11624 L:      kvm@vger.kernel.org
11625 S:      Maintained
11626 F:      drivers/vfio/platform/
11627
11628 VIDEOBUF2 FRAMEWORK
11629 M:      Pawel Osciak <pawel@osciak.com>
11630 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11631 M:      Kyungmin Park <kyungmin.park@samsung.com>
11632 L:      linux-media@vger.kernel.org
11633 S:      Maintained
11634 F:      drivers/media/v4l2-core/videobuf2-*
11635 F:      include/media/videobuf2-*
11636
11637 VIRTUAL SERIO DEVICE DRIVER
11638 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11639 S:      Maintained
11640 F:      drivers/input/serio/userio.c
11641 F:      include/uapi/linux/userio.h
11642
11643 VIRTIO CONSOLE DRIVER
11644 M:      Amit Shah <amit.shah@redhat.com>
11645 L:      virtualization@lists.linux-foundation.org
11646 S:      Maintained
11647 F:      drivers/char/virtio_console.c
11648 F:      include/linux/virtio_console.h
11649 F:      include/uapi/linux/virtio_console.h
11650
11651 VIRTIO CORE, NET AND BLOCK DRIVERS
11652 M:      "Michael S. Tsirkin" <mst@redhat.com>
11653 L:      virtualization@lists.linux-foundation.org
11654 S:      Maintained
11655 F:      drivers/virtio/
11656 F:      tools/virtio/
11657 F:      drivers/net/virtio_net.c
11658 F:      drivers/block/virtio_blk.c
11659 F:      include/linux/virtio_*.h
11660 F:      include/uapi/linux/virtio_*.h
11661
11662 VIRTIO DRIVERS FOR S390
11663 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11664 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11665 L:      linux-s390@vger.kernel.org
11666 L:      virtualization@lists.linux-foundation.org
11667 L:      kvm@vger.kernel.org
11668 S:      Supported
11669 F:      drivers/s390/virtio/
11670
11671 VIRTIO GPU DRIVER
11672 M:      David Airlie <airlied@linux.ie>
11673 M:      Gerd Hoffmann <kraxel@redhat.com>
11674 L:      dri-devel@lists.freedesktop.org
11675 L:      virtualization@lists.linux-foundation.org
11676 S:      Maintained
11677 F:      drivers/gpu/drm/virtio/
11678 F:      include/uapi/linux/virtio_gpu.h
11679
11680 VIRTIO HOST (VHOST)
11681 M:      "Michael S. Tsirkin" <mst@redhat.com>
11682 L:      kvm@vger.kernel.org
11683 L:      virtualization@lists.linux-foundation.org
11684 L:      netdev@vger.kernel.org
11685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11686 S:      Maintained
11687 F:      drivers/vhost/
11688 F:      include/uapi/linux/vhost.h
11689
11690 VIRTIO INPUT DRIVER
11691 M:      Gerd Hoffmann <kraxel@redhat.com>
11692 S:      Maintained
11693 F:      drivers/virtio/virtio_input.c
11694 F:      include/uapi/linux/virtio_input.h
11695
11696 VIA RHINE NETWORK DRIVER
11697 S:      Orphan
11698 F:      drivers/net/ethernet/via/via-rhine.c
11699
11700 VIA SD/MMC CARD CONTROLLER DRIVER
11701 M:      Bruce Chang <brucechang@via.com.tw>
11702 M:      Harald Welte <HaraldWelte@viatech.com>
11703 S:      Maintained
11704 F:      drivers/mmc/host/via-sdmmc.c
11705
11706 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11707 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11708 L:      linux-fbdev@vger.kernel.org
11709 S:      Maintained
11710 F:      include/linux/via-core.h
11711 F:      include/linux/via-gpio.h
11712 F:      include/linux/via_i2c.h
11713 F:      drivers/video/fbdev/via/
11714
11715 VIA VELOCITY NETWORK DRIVER
11716 M:      Francois Romieu <romieu@fr.zoreil.com>
11717 L:      netdev@vger.kernel.org
11718 S:      Maintained
11719 F:      drivers/net/ethernet/via/via-velocity.*
11720
11721 VIRT LIB
11722 M:      Alex Williamson <alex.williamson@redhat.com>
11723 M:      Paolo Bonzini <pbonzini@redhat.com>
11724 L:      kvm@vger.kernel.org
11725 S:      Supported
11726 F:      virt/lib/
11727
11728 VIVID VIRTUAL VIDEO DRIVER
11729 M:      Hans Verkuil <hverkuil@xs4all.nl>
11730 L:      linux-media@vger.kernel.org
11731 T:      git git://linuxtv.org/media_tree.git
11732 W:      https://linuxtv.org
11733 S:      Maintained
11734 F:      drivers/media/platform/vivid/*
11735
11736 VLAN (802.1Q)
11737 M:      Patrick McHardy <kaber@trash.net>
11738 L:      netdev@vger.kernel.org
11739 S:      Maintained
11740 F:      drivers/net/macvlan.c
11741 F:      include/linux/if_*vlan.h
11742 F:      net/8021q/
11743
11744 VLYNQ BUS
11745 M:      Florian Fainelli <florian@openwrt.org>
11746 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11747 S:      Maintained
11748 F:      drivers/vlynq/vlynq.c
11749 F:      include/linux/vlynq.h
11750
11751 VME SUBSYSTEM
11752 M:      Martyn Welch <martyn@welchs.me.uk>
11753 M:      Manohar Vanga <manohar.vanga@gmail.com>
11754 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11755 L:      devel@driverdev.osuosl.org
11756 S:      Maintained
11757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11758 F:      Documentation/vme_api.txt
11759 F:      drivers/staging/vme/
11760 F:      drivers/vme/
11761 F:      include/linux/vme*
11762
11763 VMWARE HYPERVISOR INTERFACE
11764 M:      Alok Kataria <akataria@vmware.com>
11765 L:      virtualization@lists.linux-foundation.org
11766 S:      Supported
11767 F:      arch/x86/kernel/cpu/vmware.c
11768
11769 VMWARE BALLOON DRIVER
11770 M:      Xavier Deguillard <xdeguillard@vmware.com>
11771 M:      Philip Moltmann <moltmann@vmware.com>
11772 M:      "VMware, Inc." <pv-drivers@vmware.com>
11773 L:      linux-kernel@vger.kernel.org
11774 S:      Maintained
11775 F:      drivers/misc/vmw_balloon.c
11776
11777 VMWARE VMMOUSE SUBDRIVER
11778 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11779 M:      "VMware, Inc." <pv-drivers@vmware.com>
11780 L:      linux-input@vger.kernel.org
11781 S:      Maintained
11782 F:      drivers/input/mouse/vmmouse.c
11783 F:      drivers/input/mouse/vmmouse.h
11784
11785 VMWARE VMXNET3 ETHERNET DRIVER
11786 M:      Shrikrishna Khare <skhare@vmware.com>
11787 M:      "VMware, Inc." <pv-drivers@vmware.com>
11788 L:      netdev@vger.kernel.org
11789 S:      Maintained
11790 F:      drivers/net/vmxnet3/
11791
11792 VMware PVSCSI driver
11793 M:      Arvind Kumar <arvindkumar@vmware.com>
11794 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11795 L:      linux-scsi@vger.kernel.org
11796 S:      Maintained
11797 F:      drivers/scsi/vmw_pvscsi.c
11798 F:      drivers/scsi/vmw_pvscsi.h
11799
11800 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11801 M:      Liam Girdwood <lgirdwood@gmail.com>
11802 M:      Mark Brown <broonie@kernel.org>
11803 L:      linux-kernel@vger.kernel.org
11804 W:      http://www.slimlogic.co.uk/?p=48
11805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11806 S:      Supported
11807 F:      drivers/regulator/
11808 F:      include/linux/regulator/
11809
11810 VRF
11811 M:      David Ahern <dsa@cumulusnetworks.com>
11812 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11813 L:      netdev@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/net/vrf.c
11816 F:      Documentation/networking/vrf.txt
11817
11818 VT1211 HARDWARE MONITOR DRIVER
11819 M:      Juerg Haefliger <juergh@gmail.com>
11820 L:      lm-sensors@lm-sensors.org
11821 S:      Maintained
11822 F:      Documentation/hwmon/vt1211
11823 F:      drivers/hwmon/vt1211.c
11824
11825 VT8231 HARDWARE MONITOR DRIVER
11826 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11827 L:      lm-sensors@lm-sensors.org
11828 S:      Maintained
11829 F:      drivers/hwmon/vt8231.c
11830
11831 VUB300 USB to SDIO/SD/MMC bridge chip
11832 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11833 L:      linux-mmc@vger.kernel.org
11834 L:      linux-usb@vger.kernel.org
11835 S:      Supported
11836 F:      drivers/mmc/host/vub300.c
11837
11838 W1 DALLAS'S 1-WIRE BUS
11839 M:      Evgeniy Polyakov <zbr@ioremap.net>
11840 S:      Maintained
11841 F:      Documentation/w1/
11842 F:      drivers/w1/
11843
11844 W83791D HARDWARE MONITORING DRIVER
11845 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11846 L:      lm-sensors@lm-sensors.org
11847 S:      Maintained
11848 F:      Documentation/hwmon/w83791d
11849 F:      drivers/hwmon/w83791d.c
11850
11851 W83793 HARDWARE MONITORING DRIVER
11852 M:      Rudolf Marek <r.marek@assembler.cz>
11853 L:      lm-sensors@lm-sensors.org
11854 S:      Maintained
11855 F:      Documentation/hwmon/w83793
11856 F:      drivers/hwmon/w83793.c
11857
11858 W83795 HARDWARE MONITORING DRIVER
11859 M:      Jean Delvare <jdelvare@suse.com>
11860 L:      lm-sensors@lm-sensors.org
11861 S:      Maintained
11862 F:      drivers/hwmon/w83795.c
11863
11864 W83L51xD SD/MMC CARD INTERFACE DRIVER
11865 M:      Pierre Ossman <pierre@ossman.eu>
11866 S:      Maintained
11867 F:      drivers/mmc/host/wbsd.*
11868
11869 WACOM PROTOCOL 4 SERIAL TABLETS
11870 M:      Julian Squires <julian@cipht.net>
11871 M:      Hans de Goede <hdegoede@redhat.com>
11872 L:      linux-input@vger.kernel.org
11873 S:      Maintained
11874 F:      drivers/input/tablet/wacom_serial4.c
11875
11876 WATCHDOG DEVICE DRIVERS
11877 M:      Wim Van Sebroeck <wim@iguana.be>
11878 R:      Guenter Roeck <linux@roeck-us.net>
11879 L:      linux-watchdog@vger.kernel.org
11880 W:      http://www.linux-watchdog.org/
11881 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11882 S:      Maintained
11883 F:      Documentation/watchdog/
11884 F:      drivers/watchdog/
11885 F:      include/linux/watchdog.h
11886 F:      include/uapi/linux/watchdog.h
11887
11888 WD7000 SCSI DRIVER
11889 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11890 L:      linux-scsi@vger.kernel.org
11891 S:      Maintained
11892 F:      drivers/scsi/wd7000.c
11893
11894 WIIMOTE HID DRIVER
11895 M:      David Herrmann <dh.herrmann@googlemail.com>
11896 L:      linux-input@vger.kernel.org
11897 S:      Maintained
11898 F:      drivers/hid/hid-wiimote*
11899
11900 WINBOND CIR DRIVER
11901 M:      David Härdeman <david@hardeman.nu>
11902 S:      Maintained
11903 F:      drivers/media/rc/winbond-cir.c
11904
11905 WIMAX STACK
11906 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11907 M:      linux-wimax@intel.com
11908 L:      wimax@linuxwimax.org (subscribers-only)
11909 S:      Supported
11910 W:      http://linuxwimax.org
11911 F:      Documentation/wimax/README.wimax
11912 F:      include/linux/wimax/debug.h
11913 F:      include/net/wimax.h
11914 F:      include/uapi/linux/wimax.h
11915 F:      net/wimax/
11916
11917 WISTRON LAPTOP BUTTON DRIVER
11918 M:      Miloslav Trmac <mitr@volny.cz>
11919 S:      Maintained
11920 F:      drivers/input/misc/wistron_btns.c
11921
11922 WL3501 WIRELESS PCMCIA CARD DRIVER
11923 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11924 L:      linux-wireless@vger.kernel.org
11925 W:      http://oops.ghostprotocols.net:81/blog
11926 S:      Maintained
11927 F:      drivers/net/wireless/wl3501*
11928
11929 WOLFSON MICROELECTRONICS DRIVERS
11930 L:      patches@opensource.wolfsonmicro.com
11931 T:      git https://github.com/CirrusLogic/linux-drivers.git
11932 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11933 S:      Supported
11934 F:      Documentation/hwmon/wm83??
11935 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11936 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11937 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11938 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11939 F:      drivers/clk/clk-wm83*.c
11940 F:      drivers/extcon/extcon-arizona.c
11941 F:      drivers/leds/leds-wm83*.c
11942 F:      drivers/gpio/gpio-*wm*.c
11943 F:      drivers/gpio/gpio-arizona.c
11944 F:      drivers/hwmon/wm83??-hwmon.c
11945 F:      drivers/input/misc/wm831x-on.c
11946 F:      drivers/input/touchscreen/wm831x-ts.c
11947 F:      drivers/input/touchscreen/wm97*.c
11948 F:      drivers/mfd/arizona*
11949 F:      drivers/mfd/wm*.c
11950 F:      drivers/mfd/cs47l24*
11951 F:      drivers/power/wm83*.c
11952 F:      drivers/rtc/rtc-wm83*.c
11953 F:      drivers/regulator/wm8*.c
11954 F:      drivers/video/backlight/wm83*_bl.c
11955 F:      drivers/watchdog/wm83*_wdt.c
11956 F:      include/linux/mfd/arizona/
11957 F:      include/linux/mfd/wm831x/
11958 F:      include/linux/mfd/wm8350/
11959 F:      include/linux/mfd/wm8400*
11960 F:      include/linux/wm97xx.h
11961 F:      include/sound/wm????.h
11962 F:      sound/soc/codecs/arizona.?
11963 F:      sound/soc/codecs/wm*
11964 F:      sound/soc/codecs/cs47l24*
11965
11966 WORKQUEUE
11967 M:      Tejun Heo <tj@kernel.org>
11968 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11970 S:      Maintained
11971 F:      include/linux/workqueue.h
11972 F:      kernel/workqueue.c
11973 F:      Documentation/workqueue.txt
11974
11975 X.25 NETWORK LAYER
11976 M:      Andrew Hendry <andrew.hendry@gmail.com>
11977 L:      linux-x25@vger.kernel.org
11978 S:      Odd Fixes
11979 F:      Documentation/networking/x25*
11980 F:      include/net/x25*
11981 F:      net/x25/
11982
11983 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11984 M:      Thomas Gleixner <tglx@linutronix.de>
11985 M:      Ingo Molnar <mingo@redhat.com>
11986 M:      "H. Peter Anvin" <hpa@zytor.com>
11987 M:      x86@kernel.org
11988 L:      linux-kernel@vger.kernel.org
11989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11990 S:      Maintained
11991 F:      Documentation/x86/
11992 F:      arch/x86/
11993
11994 X86 PLATFORM DRIVERS
11995 M:      Darren Hart <dvhart@infradead.org>
11996 L:      platform-driver-x86@vger.kernel.org
11997 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11998 S:      Maintained
11999 F:      drivers/platform/x86/
12000 F:      drivers/platform/olpc/
12001
12002 X86 MCE INFRASTRUCTURE
12003 M:      Tony Luck <tony.luck@intel.com>
12004 M:      Borislav Petkov <bp@alien8.de>
12005 L:      linux-edac@vger.kernel.org
12006 S:      Maintained
12007 F:      arch/x86/kernel/cpu/mcheck/*
12008
12009 X86 MICROCODE UPDATE SUPPORT
12010 M:      Borislav Petkov <bp@alien8.de>
12011 S:      Maintained
12012 F:      arch/x86/kernel/cpu/microcode/*
12013
12014 X86 VDSO
12015 M:      Andy Lutomirski <luto@amacapital.net>
12016 L:      linux-kernel@vger.kernel.org
12017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12018 S:      Maintained
12019 F:      arch/x86/entry/vdso/
12020
12021 XC2028/3028 TUNER DRIVER
12022 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12023 L:      linux-media@vger.kernel.org
12024 W:      https://linuxtv.org
12025 T:      git git://linuxtv.org/media_tree.git
12026 S:      Maintained
12027 F:      drivers/media/tuners/tuner-xc2028.*
12028
12029 XEN HYPERVISOR INTERFACE
12030 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12031 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12032 M:      David Vrabel <david.vrabel@citrix.com>
12033 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12035 S:      Supported
12036 F:      arch/x86/xen/
12037 F:      drivers/*/xen-*front.c
12038 F:      drivers/xen/
12039 F:      arch/x86/include/asm/xen/
12040 F:      include/xen/
12041 F:      include/uapi/xen/
12042
12043 XEN HYPERVISOR ARM
12044 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12045 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12046 S:      Supported
12047 F:      arch/arm/xen/
12048 F:      arch/arm/include/asm/xen/
12049
12050 XEN HYPERVISOR ARM64
12051 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12052 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12053 S:      Supported
12054 F:      arch/arm64/xen/
12055 F:      arch/arm64/include/asm/xen/
12056
12057 XEN NETWORK BACKEND DRIVER
12058 M:      Wei Liu <wei.liu2@citrix.com>
12059 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12060 L:      netdev@vger.kernel.org
12061 S:      Supported
12062 F:      drivers/net/xen-netback/*
12063
12064 XEN PCI SUBSYSTEM
12065 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12066 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12067 S:      Supported
12068 F:      arch/x86/pci/*xen*
12069 F:      drivers/pci/*xen*
12070
12071 XEN BLOCK SUBSYSTEM
12072 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12073 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12074 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12075 S:      Supported
12076 F:      drivers/block/xen-blkback/*
12077 F:      drivers/block/xen*
12078
12079 XEN PVSCSI DRIVERS
12080 M:      Juergen Gross <jgross@suse.com>
12081 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12082 L:      linux-scsi@vger.kernel.org
12083 S:      Supported
12084 F:      drivers/scsi/xen-scsifront.c
12085 F:      drivers/xen/xen-scsiback.c
12086 F:      include/xen/interface/io/vscsiif.h
12087
12088 XEN SWIOTLB SUBSYSTEM
12089 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12090 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12091 S:      Supported
12092 F:      arch/x86/xen/*swiotlb*
12093 F:      drivers/xen/*swiotlb*
12094
12095 XFS FILESYSTEM
12096 P:      Silicon Graphics Inc
12097 M:      Dave Chinner <david@fromorbit.com>
12098 M:      xfs@oss.sgi.com
12099 L:      xfs@oss.sgi.com
12100 W:      http://oss.sgi.com/projects/xfs
12101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12102 S:      Supported
12103 F:      Documentation/filesystems/xfs.txt
12104 F:      fs/xfs/
12105
12106 XILINX AXI ETHERNET DRIVER
12107 M:      Anirudha Sarangi <anirudh@xilinx.com>
12108 M:      John Linn <John.Linn@xilinx.com>
12109 S:      Maintained
12110 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12111
12112 XILINX UARTLITE SERIAL DRIVER
12113 M:      Peter Korsgaard <jacmet@sunsite.dk>
12114 L:      linux-serial@vger.kernel.org
12115 S:      Maintained
12116 F:      drivers/tty/serial/uartlite.c
12117
12118 XILINX VIDEO IP CORES
12119 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12120 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12121 L:      linux-media@vger.kernel.org
12122 T:      git git://linuxtv.org/media_tree.git
12123 S:      Supported
12124 F:      Documentation/devicetree/bindings/media/xilinx/
12125 F:      drivers/media/platform/xilinx/
12126 F:      include/uapi/linux/xilinx-v4l2-controls.h
12127
12128 XILLYBUS DRIVER
12129 M:      Eli Billauer <eli.billauer@gmail.com>
12130 L:      linux-kernel@vger.kernel.org
12131 S:      Supported
12132 F:      drivers/char/xillybus/
12133
12134 XTENSA XTFPGA PLATFORM SUPPORT
12135 M:      Max Filippov <jcmvbkbc@gmail.com>
12136 L:      linux-xtensa@linux-xtensa.org
12137 S:      Maintained
12138 F:      drivers/spi/spi-xtensa-xtfpga.c
12139 F:      sound/soc/xtensa/xtfpga-i2s.c
12140
12141 YAM DRIVER FOR AX.25
12142 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12143 L:      linux-hams@vger.kernel.org
12144 S:      Maintained
12145 F:      drivers/net/hamradio/yam*
12146 F:      include/linux/yam.h
12147
12148 YEALINK PHONE DRIVER
12149 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12150 L:      usbb2k-api-dev@nongnu.org
12151 S:      Maintained
12152 F:      Documentation/input/yealink.txt
12153 F:      drivers/input/misc/yealink.*
12154
12155 Z8530 DRIVER FOR AX.25
12156 M:      Joerg Reuter <jreuter@yaina.de>
12157 W:      http://yaina.de/jreuter/
12158 W:      http://www.qsl.net/dl1bke/
12159 L:      linux-hams@vger.kernel.org
12160 S:      Maintained
12161 F:      Documentation/networking/z8530drv.txt
12162 F:      drivers/net/hamradio/*scc.c
12163 F:      drivers/net/hamradio/z8530.h
12164
12165 ZBUD COMPRESSED PAGE ALLOCATOR
12166 M:      Seth Jennings <sjenning@redhat.com>
12167 L:      linux-mm@kvack.org
12168 S:      Maintained
12169 F:      mm/zbud.c
12170 F:      include/linux/zbud.h
12171
12172 ZD1211RW WIRELESS DRIVER
12173 M:      Daniel Drake <dsd@gentoo.org>
12174 M:      Ulrich Kunitz <kune@deine-taler.de>
12175 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12176 L:      linux-wireless@vger.kernel.org
12177 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12178 S:      Maintained
12179 F:      drivers/net/wireless/zydas/zd1211rw/
12180
12181 ZPOOL COMPRESSED PAGE STORAGE API
12182 M:      Dan Streetman <ddstreet@ieee.org>
12183 L:      linux-mm@kvack.org
12184 S:      Maintained
12185 F:      mm/zpool.c
12186 F:      include/linux/zpool.h
12187
12188 ZR36067 VIDEO FOR LINUX DRIVER
12189 L:      mjpeg-users@lists.sourceforge.net
12190 L:      linux-media@vger.kernel.org
12191 W:      http://mjpeg.sourceforge.net/driver-zoran/
12192 T:      hg https://linuxtv.org/hg/v4l-dvb
12193 S:      Odd Fixes
12194 F:      drivers/media/pci/zoran/
12195
12196 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12197 M:      Minchan Kim <minchan@kernel.org>
12198 M:      Nitin Gupta <ngupta@vflare.org>
12199 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12200 L:      linux-kernel@vger.kernel.org
12201 S:      Maintained
12202 F:      drivers/block/zram/
12203 F:      Documentation/blockdev/zram.txt
12204
12205 ZS DECSTATION Z85C30 SERIAL DRIVER
12206 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12207 S:      Maintained
12208 F:      drivers/tty/serial/zs.*
12209
12210 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12211 M:      Minchan Kim <minchan@kernel.org>
12212 M:      Nitin Gupta <ngupta@vflare.org>
12213 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12214 L:      linux-mm@kvack.org
12215 S:      Maintained
12216 F:      mm/zsmalloc.c
12217 F:      include/linux/zsmalloc.h
12218 F:      Documentation/vm/zsmalloc.txt
12219
12220 ZSWAP COMPRESSED SWAP CACHING
12221 M:      Seth Jennings <sjenning@redhat.com>
12222 L:      linux-mm@kvack.org
12223 S:      Maintained
12224 F:      mm/zswap.c
12225
12226 THE REST
12227 M:      Linus Torvalds <torvalds@linux-foundation.org>
12228 L:      linux-kernel@vger.kernel.org
12229 Q:      http://patchwork.kernel.org/project/LKML/list/
12230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12231 S:      Buried alive in reporters
12232 F:      *
12233 F:      */