]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      lm-sensors@lm-sensors.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      lm-sensors@lm-sensors.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-IDI-48 GPIO DRIVER
242 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-idi-48.c
246
247 ACCES 104-IDIO-16 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idio-16.c
252
253 ACENIC DRIVER
254 M:      Jes Sorensen <jes@trained-monkey.org>
255 L:      linux-acenic@sunsite.dk
256 S:      Maintained
257 F:      drivers/net/ethernet/alteon/acenic*
258
259 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
260 M:      Peter Feuerer <peter@piie.net>
261 L:      platform-driver-x86@vger.kernel.org
262 W:      http://piie.net/?section=acerhdf
263 S:      Maintained
264 F:      drivers/platform/x86/acerhdf.c
265
266 ACER WMI LAPTOP EXTRAS
267 M:      "Lee, Chun-Yi" <jlee@suse.com>
268 L:      platform-driver-x86@vger.kernel.org
269 S:      Maintained
270 F:      drivers/platform/x86/acer-wmi.c
271
272 ACPI
273 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
274 M:      Len Brown <lenb@kernel.org>
275 L:      linux-acpi@vger.kernel.org
276 W:      https://01.org/linux-acpi
277 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
279 S:      Supported
280 F:      drivers/acpi/
281 F:      drivers/pnp/pnpacpi/
282 F:      include/linux/acpi.h
283 F:      include/acpi/
284 F:      Documentation/acpi/
285 F:      Documentation/ABI/testing/sysfs-bus-acpi
286 F:      drivers/pci/*acpi*
287 F:      drivers/pci/*/*acpi*
288 F:      drivers/pci/*/*/*acpi*
289 F:      tools/power/acpi/
290
291 ACPI COMPONENT ARCHITECTURE (ACPICA)
292 M:      Robert Moore <robert.moore@intel.com>
293 M:      Lv Zheng <lv.zheng@intel.com>
294 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
295 L:      linux-acpi@vger.kernel.org
296 L:      devel@acpica.org
297 W:      https://acpica.org/
298 W:      https://github.com/acpica/acpica/
299 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
301 S:      Supported
302 F:      drivers/acpi/acpica/
303 F:      include/acpi/
304 F:      tools/power/acpi/
305
306 ACPI FAN DRIVER
307 M:      Zhang Rui <rui.zhang@intel.com>
308 L:      linux-acpi@vger.kernel.org
309 W:      https://01.org/linux-acpi
310 S:      Supported
311 F:      drivers/acpi/fan.c
312
313 ACPI THERMAL DRIVER
314 M:      Zhang Rui <rui.zhang@intel.com>
315 L:      linux-acpi@vger.kernel.org
316 W:      https://01.org/linux-acpi
317 S:      Supported
318 F:      drivers/acpi/*thermal*
319
320 ACPI VIDEO DRIVER
321 M:      Zhang Rui <rui.zhang@intel.com>
322 L:      linux-acpi@vger.kernel.org
323 W:      https://01.org/linux-acpi
324 S:      Supported
325 F:      drivers/acpi/acpi_video.c
326
327 ACPI WMI DRIVER
328 L:      platform-driver-x86@vger.kernel.org
329 S:      Orphan
330 F:      drivers/platform/x86/wmi.c
331
332 AD1889 ALSA SOUND DRIVER
333 M:      Thibaut Varene <T-Bone@parisc-linux.org>
334 W:      http://wiki.parisc-linux.org/AD1889
335 L:      linux-parisc@vger.kernel.org
336 S:      Maintained
337 F:      sound/pci/ad1889.*
338
339 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
340 M:      Michael Hennerich <michael.hennerich@analog.com>
341 W:      http://wiki.analog.com/AD5254
342 W:      http://ez.analog.com/community/linux-device-drivers
343 S:      Supported
344 F:      drivers/misc/ad525x_dpot.c
345
346 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
347 M:      Michael Hennerich <michael.hennerich@analog.com>
348 W:      http://wiki.analog.com/AD5398
349 W:      http://ez.analog.com/community/linux-device-drivers
350 S:      Supported
351 F:      drivers/regulator/ad5398.c
352
353 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 W:      http://wiki.analog.com/AD7142
356 W:      http://ez.analog.com/community/linux-device-drivers
357 S:      Supported
358 F:      drivers/input/misc/ad714x.c
359
360 AD7877 TOUCHSCREEN DRIVER
361 M:      Michael Hennerich <michael.hennerich@analog.com>
362 W:      http://wiki.analog.com/AD7877
363 W:      http://ez.analog.com/community/linux-device-drivers
364 S:      Supported
365 F:      drivers/input/touchscreen/ad7877.c
366
367 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
368 M:      Michael Hennerich <michael.hennerich@analog.com>
369 W:      http://wiki.analog.com/AD7879
370 W:      http://ez.analog.com/community/linux-device-drivers
371 S:      Supported
372 F:      drivers/input/touchscreen/ad7879.c
373
374 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
375 M:      Jiri Kosina <jikos@kernel.org>
376 S:      Maintained
377
378 ADF7242 IEEE 802.15.4 RADIO DRIVER
379 M:      Michael Hennerich <michael.hennerich@analog.com>
380 W:      https://wiki.analog.com/ADF7242
381 W:      http://ez.analog.com/community/linux-device-drivers
382 L:      linux-wpan@vger.kernel.org
383 S:      Supported
384 F:      drivers/net/ieee802154/adf7242.c
385 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
386
387 ADM1025 HARDWARE MONITOR DRIVER
388 M:      Jean Delvare <jdelvare@suse.com>
389 L:      lm-sensors@lm-sensors.org
390 S:      Maintained
391 F:      Documentation/hwmon/adm1025
392 F:      drivers/hwmon/adm1025.c
393
394 ADM1029 HARDWARE MONITOR DRIVER
395 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
396 L:      lm-sensors@lm-sensors.org
397 S:      Maintained
398 F:      drivers/hwmon/adm1029.c
399
400 ADM8211 WIRELESS DRIVER
401 L:      linux-wireless@vger.kernel.org
402 W:      http://wireless.kernel.org/
403 S:      Orphan
404 F:      drivers/net/wireless/admtek/adm8211.*
405
406 ADP1653 FLASH CONTROLLER DRIVER
407 M:      Sakari Ailus <sakari.ailus@iki.fi>
408 L:      linux-media@vger.kernel.org
409 S:      Maintained
410 F:      drivers/media/i2c/adp1653.c
411 F:      include/media/i2c/adp1653.h
412
413 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP5520
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/mfd/adp5520.c
419 F:      drivers/video/backlight/adp5520_bl.c
420 F:      drivers/leds/leds-adp5520.c
421 F:      drivers/gpio/gpio-adp5520.c
422 F:      drivers/input/keyboard/adp5520-keys.c
423
424 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
425 M:      Michael Hennerich <michael.hennerich@analog.com>
426 W:      http://wiki.analog.com/ADP5588
427 W:      http://ez.analog.com/community/linux-device-drivers
428 S:      Supported
429 F:      drivers/input/keyboard/adp5588-keys.c
430 F:      drivers/gpio/gpio-adp5588.c
431
432 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
433 M:      Michael Hennerich <michael.hennerich@analog.com>
434 W:      http://wiki.analog.com/ADP8860
435 W:      http://ez.analog.com/community/linux-device-drivers
436 S:      Supported
437 F:      drivers/video/backlight/adp8860_bl.c
438
439 ADS1015 HARDWARE MONITOR DRIVER
440 M:      Dirk Eibach <eibach@gdsys.de>
441 L:      lm-sensors@lm-sensors.org
442 S:      Maintained
443 F:      Documentation/hwmon/ads1015
444 F:      drivers/hwmon/ads1015.c
445 F:      include/linux/i2c/ads1015.h
446
447 ADT746X FAN DRIVER
448 M:      Colin Leroy <colin@colino.net>
449 S:      Maintained
450 F:      drivers/macintosh/therm_adt746x.c
451
452 ADT7475 HARDWARE MONITOR DRIVER
453 M:      Jean Delvare <jdelvare@suse.com>
454 L:      lm-sensors@lm-sensors.org
455 S:      Maintained
456 F:      Documentation/hwmon/adt7475
457 F:      drivers/hwmon/adt7475.c
458
459 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
460 M:      Michael Hennerich <michael.hennerich@analog.com>
461 W:      http://wiki.analog.com/ADXL345
462 W:      http://ez.analog.com/community/linux-device-drivers
463 S:      Supported
464 F:      drivers/input/misc/adxl34x.c
465
466 ADVANSYS SCSI DRIVER
467 M:      Matthew Wilcox <matthew@wil.cx>
468 M:      Hannes Reinecke <hare@suse.com>
469 L:      linux-scsi@vger.kernel.org
470 S:      Maintained
471 F:      Documentation/scsi/advansys.txt
472 F:      drivers/scsi/advansys.c
473
474 AEDSP16 DRIVER
475 M:      Riccardo Facchetti <fizban@tin.it>
476 S:      Maintained
477 F:      sound/oss/aedsp16.c
478
479 AF9013 MEDIA DRIVER
480 M:      Antti Palosaari <crope@iki.fi>
481 L:      linux-media@vger.kernel.org
482 W:      https://linuxtv.org
483 W:      http://palosaari.fi/linux/
484 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
485 T:      git git://linuxtv.org/anttip/media_tree.git
486 S:      Maintained
487 F:      drivers/media/dvb-frontends/af9013*
488
489 AF9033 MEDIA DRIVER
490 M:      Antti Palosaari <crope@iki.fi>
491 L:      linux-media@vger.kernel.org
492 W:      https://linuxtv.org
493 W:      http://palosaari.fi/linux/
494 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
495 T:      git git://linuxtv.org/anttip/media_tree.git
496 S:      Maintained
497 F:      drivers/media/dvb-frontends/af9033*
498
499 AFFS FILE SYSTEM
500 L:      linux-fsdevel@vger.kernel.org
501 S:      Orphan
502 F:      Documentation/filesystems/affs.txt
503 F:      fs/affs/
504
505 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
506 M:      David Howells <dhowells@redhat.com>
507 L:      linux-afs@lists.infradead.org
508 S:      Supported
509 F:      fs/afs/
510 F:      include/net/af_rxrpc.h
511 F:      net/rxrpc/af_rxrpc.c
512
513 AGPGART DRIVER
514 M:      David Airlie <airlied@linux.ie>
515 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
516 S:      Maintained
517 F:      drivers/char/agp/
518 F:      include/linux/agp*
519 F:      include/uapi/linux/agp*
520
521 AHA152X SCSI DRIVER
522 M:      "Juergen E. Fischer" <fischer@norbit.de>
523 L:      linux-scsi@vger.kernel.org
524 S:      Maintained
525 F:      drivers/scsi/aha152x*
526 F:      drivers/scsi/pcmcia/aha152x*
527
528 AIC7XXX / AIC79XX SCSI DRIVER
529 M:      Hannes Reinecke <hare@suse.com>
530 L:      linux-scsi@vger.kernel.org
531 S:      Maintained
532 F:      drivers/scsi/aic7xxx/
533
534 AIMSLAB FM RADIO RECEIVER DRIVER
535 M:      Hans Verkuil <hverkuil@xs4all.nl>
536 L:      linux-media@vger.kernel.org
537 T:      git git://linuxtv.org/media_tree.git
538 W:      https://linuxtv.org
539 S:      Maintained
540 F:      drivers/media/radio/radio-aimslab*
541
542 AIO
543 M:      Benjamin LaHaise <bcrl@kvack.org>
544 L:      linux-aio@kvack.org
545 S:      Supported
546 F:      fs/aio.c
547 F:      include/linux/*aio*.h
548
549 AIRSPY MEDIA DRIVER
550 M:      Antti Palosaari <crope@iki.fi>
551 L:      linux-media@vger.kernel.org
552 W:      https://linuxtv.org
553 W:      http://palosaari.fi/linux/
554 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
555 T:      git git://linuxtv.org/anttip/media_tree.git
556 S:      Maintained
557 F:      drivers/media/usb/airspy/
558
559 ALCATEL SPEEDTOUCH USB DRIVER
560 M:      Duncan Sands <duncan.sands@free.fr>
561 L:      linux-usb@vger.kernel.org
562 W:      http://www.linux-usb.org/SpeedTouch/
563 S:      Maintained
564 F:      drivers/usb/atm/speedtch.c
565 F:      drivers/usb/atm/usbatm.c
566
567 ALCHEMY AU1XX0 MMC DRIVER
568 M:      Manuel Lauss <manuel.lauss@gmail.com>
569 S:      Maintained
570 F:      drivers/mmc/host/au1xmmc.c
571
572 ALI1563 I2C DRIVER
573 M:      Rudolf Marek <r.marek@assembler.cz>
574 L:      linux-i2c@vger.kernel.org
575 S:      Maintained
576 F:      Documentation/i2c/busses/i2c-ali1563
577 F:      drivers/i2c/busses/i2c-ali1563.c
578
579 ALLWINNER SECURITY SYSTEM
580 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
581 L:      linux-crypto@vger.kernel.org
582 S:      Maintained
583 F:      drivers/crypto/sunxi-ss/
584
585 ALPHA PORT
586 M:      Richard Henderson <rth@twiddle.net>
587 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
588 M:      Matt Turner <mattst88@gmail.com>
589 S:      Odd Fixes
590 L:      linux-alpha@vger.kernel.org
591 F:      arch/alpha/
592
593 ALTERA MAILBOX DRIVER
594 M:      Ley Foon Tan <lftan@altera.com>
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/mailbox/mailbox-altera.c
598
599 ALTERA PIO DRIVER
600 M:      Tien Hock Loh <thloh@altera.com>
601 L:      linux-gpio@vger.kernel.org
602 S:      Maintained
603 F:      drivers/gpio/gpio-altera.c
604
605 ALTERA TRIPLE SPEED ETHERNET DRIVER
606 M:      Vince Bridgers <vbridger@opensource.altera.com>
607 L:      netdev@vger.kernel.org
608 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
609 S:      Maintained
610 F:      drivers/net/ethernet/altera/
611
612 ALTERA UART/JTAG UART SERIAL DRIVERS
613 M:      Tobias Klauser <tklauser@distanz.ch>
614 L:      linux-serial@vger.kernel.org
615 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
616 S:      Maintained
617 F:      drivers/tty/serial/altera_uart.c
618 F:      drivers/tty/serial/altera_jtaguart.c
619 F:      include/linux/altera_uart.h
620 F:      include/linux/altera_jtaguart.h
621
622 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
623 M:      Tom Lendacky <thomas.lendacky@amd.com>
624 L:      linux-crypto@vger.kernel.org
625 S:      Supported
626 F:      drivers/crypto/ccp/
627 F:      include/linux/ccp.h
628
629 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
630 M:      Huang Rui <ray.huang@amd.com>
631 L:      lm-sensors@lm-sensors.org
632 S:      Supported
633 F:      Documentation/hwmon/fam15h_power
634 F:      drivers/hwmon/fam15h_power.c
635
636 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
637 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
638 S:      Orphan
639 F:      drivers/usb/gadget/udc/amd5536udc.*
640
641 AMD GEODE PROCESSOR/CHIPSET SUPPORT
642 P:      Andres Salomon <dilinger@queued.net>
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
645 S:      Supported
646 F:      drivers/char/hw_random/geode-rng.c
647 F:      drivers/crypto/geode*
648 F:      drivers/video/fbdev/geode/
649 F:      arch/x86/include/asm/geode.h
650
651 AMD IOMMU (AMD-VI)
652 M:      Joerg Roedel <joro@8bytes.org>
653 L:      iommu@lists.linux-foundation.org
654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
655 S:      Maintained
656 F:      drivers/iommu/amd_iommu*.[ch]
657 F:      include/linux/amd-iommu.h
658
659 AMD KFD
660 M:      Oded Gabbay <oded.gabbay@gmail.com>
661 L:      dri-devel@lists.freedesktop.org
662 T:      git git://people.freedesktop.org/~gabbayo/linux.git
663 S:      Supported
664 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
665 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
666 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
667 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
668 F:      drivers/gpu/drm/amd/amdkfd/
669 F:      drivers/gpu/drm/amd/include/cik_structs.h
670 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
671 F:      drivers/gpu/drm/amd/include/vi_structs.h
672 F:      drivers/gpu/drm/radeon/radeon_kfd.c
673 F:      drivers/gpu/drm/radeon/radeon_kfd.h
674 F:      include/uapi/linux/kfd_ioctl.h
675
676 AMD SEATTLE DEVICE TREE SUPPORT
677 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
678 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 S:      Supported
681 F:      arch/arm64/boot/dts/amd/
682
683 AMD XGBE DRIVER
684 M:      Tom Lendacky <thomas.lendacky@amd.com>
685 L:      netdev@vger.kernel.org
686 S:      Supported
687 F:      drivers/net/ethernet/amd/xgbe/
688 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
689
690 AMS (Apple Motion Sensor) DRIVER
691 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
692 S:      Supported
693 F:      drivers/macintosh/ams/
694
695 ANALOG DEVICES INC AD9389B DRIVER
696 M:      Hans Verkuil <hans.verkuil@cisco.com>
697 L:      linux-media@vger.kernel.org
698 S:      Maintained
699 F:      drivers/media/i2c/ad9389b*
700
701 ANALOG DEVICES INC ADV7180 DRIVER
702 M:      Lars-Peter Clausen <lars@metafoo.de>
703 L:      linux-media@vger.kernel.org
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/media/i2c/adv7180.c
707
708 ANALOG DEVICES INC ADV7511 DRIVER
709 M:      Hans Verkuil <hans.verkuil@cisco.com>
710 L:      linux-media@vger.kernel.org
711 S:      Maintained
712 F:      drivers/media/i2c/adv7511*
713
714 ANALOG DEVICES INC ADV7604 DRIVER
715 M:      Hans Verkuil <hans.verkuil@cisco.com>
716 L:      linux-media@vger.kernel.org
717 S:      Maintained
718 F:      drivers/media/i2c/adv7604*
719
720 ANALOG DEVICES INC ADV7842 DRIVER
721 M:      Hans Verkuil <hans.verkuil@cisco.com>
722 L:      linux-media@vger.kernel.org
723 S:      Maintained
724 F:      drivers/media/i2c/adv7842*
725
726 ANALOG DEVICES INC ASOC CODEC DRIVERS
727 M:      Lars-Peter Clausen <lars@metafoo.de>
728 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
729 W:      http://wiki.analog.com/
730 W:      http://ez.analog.com/community/linux-device-drivers
731 S:      Supported
732 F:      sound/soc/codecs/adau*
733 F:      sound/soc/codecs/adav*
734 F:      sound/soc/codecs/ad1*
735 F:      sound/soc/codecs/ad7*
736 F:      sound/soc/codecs/ssm*
737 F:      sound/soc/codecs/sigmadsp.*
738
739 ANALOG DEVICES INC ASOC DRIVERS
740 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
742 W:      http://blackfin.uclinux.org/
743 S:      Supported
744 F:      sound/soc/blackfin/*
745
746 ANALOG DEVICES INC IIO DRIVERS
747 M:      Lars-Peter Clausen <lars@metafoo.de>
748 M:      Michael Hennerich <Michael.Hennerich@analog.com>
749 W:      http://wiki.analog.com/
750 W:      http://ez.analog.com/community/linux-device-drivers
751 S:      Supported
752 F:      drivers/iio/*/ad*
753 X:      drivers/iio/*/adjd*
754 F:      drivers/staging/iio/*/ad*
755 F:      staging/iio/trigger/iio-trig-bfin-timer.c
756
757 ANALOG DEVICES INC DMA DRIVERS
758 M:      Lars-Peter Clausen <lars@metafoo.de>
759 W:      http://ez.analog.com/community/linux-device-drivers
760 S:      Supported
761 F:      drivers/dma/dma-axi-dmac.c
762
763 ANDROID DRIVERS
764 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
765 M:      Arve HjønnevĂ¥g <arve@android.com>
766 M:      Riley Andrews <riandrews@android.com>
767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
768 L:      devel@driverdev.osuosl.org
769 S:      Supported
770 F:      drivers/android/
771 F:      drivers/staging/android/
772
773 AOA (Apple Onboard Audio) ALSA DRIVER
774 M:      Johannes Berg <johannes@sipsolutions.net>
775 L:      linuxppc-dev@lists.ozlabs.org
776 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
777 S:      Maintained
778 F:      sound/aoa/
779
780 APM DRIVER
781 M:      Jiri Kosina <jikos@kernel.org>
782 S:      Odd fixes
783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
784 F:      arch/x86/kernel/apm_32.c
785 F:      include/linux/apm_bios.h
786 F:      include/uapi/linux/apm_bios.h
787 F:      drivers/char/apm-emulation.c
788
789 APPLE BCM5974 MULTITOUCH DRIVER
790 M:      Henrik Rydberg <rydberg@bitmath.org>
791 L:      linux-input@vger.kernel.org
792 S:      Odd fixes
793 F:      drivers/input/mouse/bcm5974.c
794
795 APPLE SMC DRIVER
796 M:      Henrik Rydberg <rydberg@bitmath.org>
797 L:      lm-sensors@lm-sensors.org
798 S:      Odd fixes
799 F:      drivers/hwmon/applesmc.c
800
801 APPLETALK NETWORK LAYER
802 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
803 S:      Maintained
804 F:      drivers/net/appletalk/
805 F:      net/appletalk/
806
807 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
808 M:      Duc Dang <dhdang@apm.com>
809 S:      Supported
810 F:      arch/arm64/boot/dts/apm/
811
812 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
813 M:      Iyappan Subramanian <isubramanian@apm.com>
814 M:      Keyur Chudgar <kchudgar@apm.com>
815 S:      Supported
816 F:      drivers/net/ethernet/apm/xgene/
817 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
818
819 APTINA CAMERA SENSOR PLL
820 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
821 L:      linux-media@vger.kernel.org
822 S:      Maintained
823 F:      drivers/media/i2c/aptina-pll.*
824
825 ARC FRAMEBUFFER DRIVER
826 M:      Jaya Kumar <jayalk@intworks.biz>
827 S:      Maintained
828 F:      drivers/video/fbdev/arcfb.c
829 F:      drivers/video/fbdev/core/fb_defio.c
830
831 ARCNET NETWORK LAYER
832 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
833 L:      netdev@vger.kernel.org
834 S:      Maintained
835 F:      drivers/net/arcnet/
836 F:      include/uapi/linux/if_arcnet.h
837
838 ARM HDLCD DRM DRIVER
839 M:      Liviu Dudau <liviu.dudau@arm.com>
840 S:      Supported
841 F:      drivers/gpu/drm/arm/
842 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
843
844 ARM MFM AND FLOPPY DRIVERS
845 M:      Ian Molton <spyro@f2s.com>
846 S:      Maintained
847 F:      arch/arm/lib/floppydma.S
848 F:      arch/arm/include/asm/floppy.h
849
850 ARM PMU PROFILING AND DEBUGGING
851 M:      Will Deacon <will.deacon@arm.com>
852 R:      Mark Rutland <mark.rutland@arm.com>
853 S:      Maintained
854 F:      arch/arm*/kernel/perf_*
855 F:      arch/arm/oprofile/common.c
856 F:      arch/arm*/kernel/hw_breakpoint.c
857 F:      arch/arm*/include/asm/hw_breakpoint.h
858 F:      arch/arm*/include/asm/perf_event.h
859 F:      drivers/perf/arm_pmu.c
860 F:      include/linux/perf/arm_pmu.h
861
862 ARM PORT
863 M:      Russell King <linux@arm.linux.org.uk>
864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 W:      http://www.arm.linux.org.uk/
866 S:      Maintained
867 F:      arch/arm/
868
869 ARM SUB-ARCHITECTURES
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 S:      Maintained
872 F:      arch/arm/mach-*/
873 F:      arch/arm/plat-*/
874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
875
876 ARM PRIMECELL AACI PL041 DRIVER
877 M:      Russell King <linux@arm.linux.org.uk>
878 S:      Maintained
879 F:      sound/arm/aaci.*
880
881 ARM PRIMECELL CLCD PL110 DRIVER
882 M:      Russell King <linux@arm.linux.org.uk>
883 S:      Maintained
884 F:      drivers/video/fbdev/amba-clcd.*
885
886 ARM PRIMECELL KMI PL050 DRIVER
887 M:      Russell King <linux@arm.linux.org.uk>
888 S:      Maintained
889 F:      drivers/input/serio/ambakmi.*
890 F:      include/linux/amba/kmi.h
891
892 ARM PRIMECELL MMCI PL180/1 DRIVER
893 M:      Russell King <linux@arm.linux.org.uk>
894 S:      Maintained
895 F:      drivers/mmc/host/mmci.*
896 F:      include/linux/amba/mmci.h
897
898 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
899 M:      Russell King <linux@arm.linux.org.uk>
900 S:      Maintained
901 F:      drivers/tty/serial/amba-pl01*.c
902 F:      include/linux/amba/serial.h
903
904 ARM PRIMECELL BUS SUPPORT
905 M:      Russell King <linux@arm.linux.org.uk>
906 S:      Maintained
907 F:      drivers/amba/
908 F:      include/linux/amba/bus.h
909
910 ARM/ADS SPHERE MACHINE SUPPORT
911 M:      Lennert Buytenhek <kernel@wantstofly.org>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S:      Maintained
914
915 ARM/AFEB9260 MACHINE SUPPORT
916 M:      Sergey Lapin <slapin@ossfans.org>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Maintained
919
920 ARM/AJECO 1ARM MACHINE SUPPORT
921 M:      Lennert Buytenhek <kernel@wantstofly.org>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924
925 ARM/Allwinner sunXi SoC support
926 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
927 M:      Chen-Yu Tsai <wens@csie.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 N:      sun[x456789]i
931
932 ARM/Allwinner SoC Clock Support
933 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
934 S:      Maintained
935 F:      drivers/clk/sunxi/
936
937 ARM/Amlogic MesonX SoC support
938 M:      Carlo Caione <carlo@caione.org>
939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
940 S:      Maintained
941 F:      drivers/media/rc/meson-ir.c
942 N:      meson[x68]
943
944 ARM/Annapurna Labs ALPINE ARCHITECTURE
945 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
946 S:      Maintained
947 F:      arch/arm/mach-alpine/
948
949 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
950 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
951 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
952 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 W:      http://www.linux4sam.org
955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
956 S:      Supported
957 F:      arch/arm/mach-at91/
958 F:      include/soc/at91/
959 F:      arch/arm/boot/dts/at91*.dts
960 F:      arch/arm/boot/dts/at91*.dtsi
961 F:      arch/arm/boot/dts/sama*.dts
962 F:      arch/arm/boot/dts/sama*.dtsi
963 F:      arch/arm/include/debug/at91.S
964
965 ARM/ATMEL AT91 Clock Support
966 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
967 S:      Maintained
968 F:      drivers/clk/at91
969
970 ARM/CALXEDA HIGHBANK ARCHITECTURE
971 M:      Rob Herring <robh@kernel.org>
972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
973 S:      Maintained
974 F:      arch/arm/mach-highbank/
975 F:      arch/arm/boot/dts/highbank.dts
976 F:      arch/arm/boot/dts/ecx-*.dts*
977
978 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
979 M:      Krzysztof Halasa <khalasa@piap.pl>
980 S:      Maintained
981 F:      arch/arm/mach-cns3xxx/
982
983 ARM/CAVIUM THUNDER NETWORK DRIVER
984 M:      Sunil Goutham <sgoutham@cavium.com>
985 M:      Robert Richter <rric@kernel.org>
986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
987 S:      Supported
988 F:      drivers/net/ethernet/cavium/thunder/
989
990 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
991 M:      Alexander Shiyan <shc_work@mail.ru>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Odd Fixes
994 N:      clps711x
995
996 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
997 M:      Hartley Sweeten <hsweeten@visionengravers.com>
998 M:      Ryan Mallon <rmallon@gmail.com>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      arch/arm/mach-ep93xx/
1002 F:      arch/arm/mach-ep93xx/include/mach/
1003
1004 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1005 M:      Lennert Buytenhek <kernel@wantstofly.org>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008
1009 ARM/CLKDEV SUPPORT
1010 M:      Russell King <linux@arm.linux.org.uk>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013 F:      arch/arm/include/asm/clkdev.h
1014 F:      drivers/clk/clkdev.c
1015
1016 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1017 M:      Mike Rapoport <mike@compulab.co.il>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 S:      Maintained
1020
1021 ARM/CONTEC MICRO9 MACHINE SUPPORT
1022 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1023 S:      Maintained
1024 F:      arch/arm/mach-ep93xx/micro9.c
1025
1026 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1027 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      drivers/hwtracing/coresight/*
1031 F:      Documentation/trace/coresight.txt
1032 F:      Documentation/devicetree/bindings/arm/coresight.txt
1033 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1034
1035 ARM/CORGI MACHINE SUPPORT
1036 M:      Richard Purdie <rpurdie@rpsys.net>
1037 S:      Maintained
1038
1039 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1040 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 T:      git git://github.com/ulli-kroll/linux.git
1043 S:      Maintained
1044 F:      arch/arm/mach-gemini/
1045 F:      drivers/rtc/rtc-gemini.c
1046
1047 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1048 M:      Barry Song <baohua@kernel.org>
1049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1051 S:      Maintained
1052 F:      arch/arm/boot/dts/prima2*
1053 F:      arch/arm/mach-prima2/
1054 F:      drivers/clk/sirf/
1055 F:      drivers/clocksource/timer-prima2.c
1056 F:      drivers/clocksource/timer-atlas7.c
1057 N:      [^a-z]sirf
1058
1059 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1060 M:      Baruch Siach <baruch@tkos.co.il>
1061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1062 S:      Maintained
1063 F:      arch/arm/boot/dts/cx92755*
1064 N:      digicolor
1065
1066 ARM/EBSA110 MACHINE SUPPORT
1067 M:      Russell King <linux@arm.linux.org.uk>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 W:      http://www.arm.linux.org.uk/
1070 S:      Maintained
1071 F:      arch/arm/mach-ebsa110/
1072 F:      drivers/net/ethernet/amd/am79c961a.*
1073
1074 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1075 M:      Uwe Kleine-König <kernel@pengutronix.de>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 N:      efm32
1079
1080 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1081 M:      Daniel Ribeiro <drwyrm@gmail.com>
1082 M:      Stefan Schmidt <stefan@openezx.org>
1083 M:      Harald Welte <laforge@openezx.org>
1084 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1085 W:      http://www.openezx.org/
1086 S:      Maintained
1087 T:      topgit git://git.openezx.org/openezx.git
1088 F:      arch/arm/mach-pxa/ezx.c
1089
1090 ARM/FARADAY FA526 PORT
1091 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.berlios.de/gemini-board
1095 F:      arch/arm/mm/*-fa*
1096
1097 ARM/FOOTBRIDGE ARCHITECTURE
1098 M:      Russell King <linux@arm.linux.org.uk>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 W:      http://www.arm.linux.org.uk/
1101 S:      Maintained
1102 F:      arch/arm/include/asm/hardware/dec21285.h
1103 F:      arch/arm/mach-footbridge/
1104
1105 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1106 M:      Shawn Guo <shawnguo@kernel.org>
1107 M:      Sascha Hauer <kernel@pengutronix.de>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1111 F:      arch/arm/mach-imx/
1112 F:      arch/arm/mach-mxs/
1113 F:      arch/arm/boot/dts/imx*
1114 F:      arch/arm/configs/imx*_defconfig
1115 F:      drivers/clk/imx/
1116 F:      include/soc/imx/
1117
1118 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1119 M:      Shawn Guo <shawnguo@kernel.org>
1120 M:      Sascha Hauer <kernel@pengutronix.de>
1121 R:      Stefan Agner <stefan@agner.ch>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1125 F:      arch/arm/mach-imx/*vf610*
1126 F:      arch/arm/boot/dts/vf*
1127
1128 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1129 M:      Lennert Buytenhek <kernel@wantstofly.org>
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Maintained
1132
1133 ARM/GUMSTIX MACHINE SUPPORT
1134 M:      Steve Sakoman <sakoman@gmail.com>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1139 M:      Philipp Zabel <philipp.zabel@gmail.com>
1140 M:      Paul Parsons <lost.distance@yahoo.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/hx4700.c
1144 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1145 F:      sound/soc/pxa/hx4700.c
1146
1147 ARM/HISILICON SOC SUPPORT
1148 M:      Wei Xu <xuwei5@hisilicon.com>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 W:      http://www.hisilicon.com
1151 S:      Supported
1152 T:      git git://github.com/hisilicon/linux-hisi.git
1153 F:      arch/arm/mach-hisi/
1154 F:      arch/arm/boot/dts/hi3*
1155 F:      arch/arm/boot/dts/hip*
1156 F:      arch/arm/boot/dts/hisi*
1157 F:      arch/arm64/boot/dts/hisilicon/
1158
1159 ARM/HP JORNADA 7XX MACHINE SUPPORT
1160 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1161 W:      www.jlime.com
1162 S:      Maintained
1163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1164 F:      arch/arm/mach-sa1100/jornada720.c
1165 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1166
1167 ARM/IGEP MACHINE SUPPORT
1168 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1169 M:      Javier Martinez Canillas <javier@dowhile0.org>
1170 L:      linux-omap@vger.kernel.org
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/boot/dts/omap3-igep*
1174
1175 ARM/INCOME PXA270 SUPPORT
1176 M:      Marek Vasut <marek.vasut@gmail.com>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1180
1181 ARM/INTEL IOP32X ARM ARCHITECTURE
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185
1186 ARM/INTEL IOP33X ARM ARCHITECTURE
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Orphan
1189
1190 ARM/INTEL IOP13XX ARM ARCHITECTURE
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/INTEL IQ81342EX MACHINE SUPPORT
1196 M:      Lennert Buytenhek <kernel@wantstofly.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199
1200 ARM/INTEL IXDP2850 MACHINE SUPPORT
1201 M:      Lennert Buytenhek <kernel@wantstofly.org>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204
1205 ARM/INTEL IXP4XX ARM ARCHITECTURE
1206 M:      Imre Kaloz <kaloz@openwrt.org>
1207 M:      Krzysztof Halasa <khalasa@piap.pl>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210 F:      arch/arm/mach-ixp4xx/
1211
1212 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1213 M:      Jonathan Cameron <jic23@cam.ac.uk>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-pxa/stargate2.c
1217 F:      drivers/pcmcia/pxa2xx_stargate2.c
1218
1219 ARM/INTEL XSC3 (MANZANO) ARM CORE
1220 M:      Lennert Buytenhek <kernel@wantstofly.org>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 S:      Maintained
1223
1224 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1225 M:      Lennert Buytenhek <kernel@wantstofly.org>
1226 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1227 S:      Maintained
1228
1229 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1230 M:      Santosh Shilimkar <ssantosh@kernel.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233 F:      arch/arm/mach-keystone/
1234 F:      arch/arm/boot/dts/k2*
1235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1236
1237 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1238 M:      Santosh Shilimkar <ssantosh@kernel.org>
1239 L:      linux-kernel@vger.kernel.org
1240 S:      Maintained
1241 F:      drivers/clk/keystone/
1242
1243 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1244 M:      Santosh Shilimkar <ssantosh@kernel.org>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 L:      linux-kernel@vger.kernel.org
1247 S:      Maintained
1248 F:      drivers/clocksource/timer-keystone.c
1249
1250 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1251 M:      Santosh Shilimkar <ssantosh@kernel.org>
1252 L:      linux-kernel@vger.kernel.org
1253 S:      Maintained
1254 F:      drivers/power/reset/keystone-reset.c
1255
1256 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1257 M:      Santosh Shilimkar <ssantosh@kernel.org>
1258 L:      linux-kernel@vger.kernel.org
1259 S:      Maintained
1260 F:      drivers/memory/*emif*
1261
1262 ARM/LOGICPD PXA270 MACHINE SUPPORT
1263 M:      Lennert Buytenhek <kernel@wantstofly.org>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 S:      Maintained
1266
1267 ARM/LPC18XX ARCHITECTURE
1268 M:      Joachim Eastwood <manabian@gmail.com>
1269 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 S:      Maintained
1271 F:      arch/arm/boot/dts/lpc43*
1272 F:      drivers/clk/nxp/clk-lpc18xx*
1273 F:      drivers/clocksource/time-lpc32xx.c
1274 F:      drivers/i2c/busses/i2c-lpc2k.c
1275 F:      drivers/memory/pl172.c
1276 F:      drivers/mtd/spi-nor/nxp-spifi.c
1277 F:      drivers/rtc/rtc-lpc24xx.c
1278 N:      lpc18xx
1279
1280 ARM/MAGICIAN MACHINE SUPPORT
1281 M:      Philipp Zabel <philipp.zabel@gmail.com>
1282 S:      Maintained
1283
1284 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1285 M:      Jason Cooper <jason@lakedaemon.net>
1286 M:      Andrew Lunn <andrew@lunn.ch>
1287 M:      Gregory Clement <gregory.clement@free-electrons.com>
1288 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1290 S:      Maintained
1291 F:      arch/arm/mach-mvebu/
1292 F:      drivers/rtc/rtc-armada38x.c
1293 F:      arch/arm/boot/dts/armada*
1294 F:      arch/arm/boot/dts/kirkwood*
1295
1296
1297 ARM/Marvell Berlin SoC support
1298 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 S:      Maintained
1301 F:      arch/arm/mach-berlin/
1302 F:      arch/arm/boot/dts/berlin*
1303 F:      arch/arm64/boot/dts/marvell/berlin*
1304
1305
1306 ARM/Marvell Dove/MV78xx0/Orion SOC support
1307 M:      Jason Cooper <jason@lakedaemon.net>
1308 M:      Andrew Lunn <andrew@lunn.ch>
1309 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1310 M:      Gregory Clement <gregory.clement@free-electrons.com>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S:      Maintained
1313 F:      arch/arm/mach-dove/
1314 F:      arch/arm/mach-mv78xx0/
1315 F:      arch/arm/mach-orion5x/
1316 F:      arch/arm/plat-orion/
1317 F:      arch/arm/boot/dts/dove*
1318 F:      arch/arm/boot/dts/orion5x*
1319
1320
1321 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1322 M:      Alexander Clouter <alex@digriz.org.uk>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 W:      http://www.digriz.org.uk/ts78xx/kernel
1325 S:      Maintained
1326 F:      arch/arm/mach-orion5x/ts78xx-*
1327
1328 ARM/Mediatek RTC DRIVER
1329 M:      Eddie Huang <eddie.huang@mediatek.com>
1330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1331 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1333 F:      drivers/rtc/rtc-mt6397.c
1334
1335 ARM/Mediatek SoC support
1336 M:      Matthias Brugger <matthias.bgg@gmail.com>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1339 S:      Maintained
1340 F:      arch/arm/boot/dts/mt6*
1341 F:      arch/arm/boot/dts/mt8*
1342 F:      arch/arm/mach-mediatek/
1343 N:      mtk
1344 K:      mediatek
1345
1346 ARM/Mediatek USB3 PHY DRIVER
1347 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1348 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1349 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1350 S:      Maintained
1351 F:      drivers/phy/phy-mt65xx-usb3.c
1352
1353 ARM/MICREL KS8695 ARCHITECTURE
1354 M:      Greg Ungerer <gerg@uclinux.org>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 F:      arch/arm/mach-ks8695/
1357 S:      Odd Fixes
1358
1359 ARM/MIOA701 MACHINE SUPPORT
1360 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 F:      arch/arm/mach-pxa/mioa701.c
1363 S:      Maintained
1364
1365 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1366 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1367 S:      Maintained
1368
1369 ARM/NOMADIK ARCHITECTURE
1370 M:      Alessandro Rubini <rubini@unipv.it>
1371 M:      Linus Walleij <linus.walleij@linaro.org>
1372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1373 S:      Maintained
1374 F:      arch/arm/mach-nomadik/
1375 F:      drivers/pinctrl/nomadik/
1376 F:      drivers/i2c/busses/i2c-nomadik.c
1377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1378
1379 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1380 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1381 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1382 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1383 S:      Supported
1384
1385 ARM/TOSA MACHINE SUPPORT
1386 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1387 M:      Dirk Opfer <dirk@opfer-online.de>
1388 S:      Maintained
1389
1390 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1391 M:      Marek Vasut <marek.vasut@gmail.com>
1392 L:      linux-arm-kernel@lists.infradead.org
1393 W:      http://hackndev.com
1394 S:      Maintained
1395 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1396 F:      arch/arm/mach-pxa/palmtx.c
1397 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1398 F:      arch/arm/mach-pxa/palmt5.c
1399 F:      arch/arm/mach-pxa/include/mach/palmld.h
1400 F:      arch/arm/mach-pxa/palmld.c
1401 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1402 F:      arch/arm/mach-pxa/palmte2.c
1403 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1404 F:      arch/arm/mach-pxa/palmtc.c
1405
1406 ARM/PALM TREO SUPPORT
1407 M:      Tomas Cech <sleep_walker@suse.com>
1408 L:      linux-arm-kernel@lists.infradead.org
1409 W:      http://hackndev.com
1410 S:      Maintained
1411 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1412 F:      arch/arm/mach-pxa/palmtreo.c
1413
1414 ARM/PALMZ72 SUPPORT
1415 M:      Sergey Lapin <slapin@ossfans.org>
1416 L:      linux-arm-kernel@lists.infradead.org
1417 W:      http://hackndev.com
1418 S:      Maintained
1419 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1420 F:      arch/arm/mach-pxa/palmz72.c
1421
1422 ARM/PLEB SUPPORT
1423 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1424 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1425 S:      Maintained
1426
1427 ARM/PT DIGITAL BOARD PORT
1428 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1430 W:      http://www.arm.linux.org.uk/
1431 S:      Maintained
1432
1433 ARM/QUALCOMM SUPPORT
1434 M:      Andy Gross <andy.gross@linaro.org>
1435 M:      David Brown <david.brown@linaro.org>
1436 L:      linux-arm-msm@vger.kernel.org
1437 L:      linux-soc@vger.kernel.org
1438 S:      Maintained
1439 F:      arch/arm/boot/dts/qcom-*.dts
1440 F:      arch/arm/boot/dts/qcom-*.dtsi
1441 F:      arch/arm/mach-qcom/
1442 F:      arch/arm64/boot/dts/qcom/*
1443 F:      drivers/i2c/busses/i2c-qup.c
1444 F:      drivers/soc/qcom/
1445 F:      drivers/spi/spi-qup.c
1446 F:      drivers/tty/serial/msm_serial.h
1447 F:      drivers/tty/serial/msm_serial.c
1448 F:      drivers/*/pm8???-*
1449 F:      drivers/mfd/ssbi.c
1450 F:      drivers/firmware/qcom_scm.c
1451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1452
1453 ARM/RADISYS ENP2611 MACHINE SUPPORT
1454 M:      Lennert Buytenhek <kernel@wantstofly.org>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457
1458 ARM/RENESAS ARM64 ARCHITECTURE
1459 M:      Simon Horman <horms@verge.net.au>
1460 M:      Magnus Damm <magnus.damm@gmail.com>
1461 L:      linux-sh@vger.kernel.org
1462 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1464 S:      Supported
1465 F:      arch/arm64/boot/dts/renesas/
1466
1467 ARM/RISCPC ARCHITECTURE
1468 M:      Russell King <linux@arm.linux.org.uk>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 W:      http://www.arm.linux.org.uk/
1471 S:      Maintained
1472 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1473 F:      arch/arm/include/asm/hardware/ioc.h
1474 F:      arch/arm/include/asm/hardware/iomd.h
1475 F:      arch/arm/include/asm/hardware/memc.h
1476 F:      arch/arm/mach-rpc/
1477 F:      drivers/net/ethernet/8390/etherh.c
1478 F:      drivers/net/ethernet/i825xx/ether1*
1479 F:      drivers/net/ethernet/seeq/ether3*
1480 F:      drivers/scsi/arm/
1481
1482 ARM/Rockchip SoC support
1483 M:      Heiko Stuebner <heiko@sntech.de>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 L:      linux-rockchip@lists.infradead.org
1486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1487 S:      Maintained
1488 F:      arch/arm/boot/dts/rk3*
1489 F:      arch/arm/mach-rockchip/
1490 F:      drivers/clk/rockchip/
1491 F:      drivers/i2c/busses/i2c-rk3x.c
1492 F:      drivers/*/*rockchip*
1493 F:      drivers/*/*/*rockchip*
1494 F:      sound/soc/rockchip/
1495 N:      rockchip
1496
1497 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1498 M:      Kukjin Kim <kgene@kernel.org>
1499 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1502 S:      Maintained
1503 F:      arch/arm/boot/dts/s3c*
1504 F:      arch/arm/boot/dts/s5p*
1505 F:      arch/arm/boot/dts/samsung*
1506 F:      arch/arm/boot/dts/exynos*
1507 F:      arch/arm64/boot/dts/exynos/
1508 F:      arch/arm/plat-samsung/
1509 F:      arch/arm/mach-s3c24*/
1510 F:      arch/arm/mach-s3c64xx/
1511 F:      arch/arm/mach-s5p*/
1512 F:      arch/arm/mach-exynos*/
1513 F:      drivers/*/*s3c2410*
1514 F:      drivers/*/*/*s3c2410*
1515 F:      drivers/soc/samsung/*
1516 F:      drivers/spi/spi-s3c*
1517 F:      sound/soc/samsung/*
1518 F:      Documentation/arm/Samsung/
1519 F:      Documentation/devicetree/bindings/arm/samsung/
1520 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1521 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1522 N:      exynos
1523
1524 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1525 M:      Kyungmin Park <kyungmin.park@samsung.com>
1526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1527 S:      Maintained
1528 F:      arch/arm/mach-s5pv210/
1529
1530 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1531 M:      Kyungmin Park <kyungmin.park@samsung.com>
1532 M:      Kamil Debski <k.debski@samsung.com>
1533 L:      linux-arm-kernel@lists.infradead.org
1534 L:      linux-media@vger.kernel.org
1535 S:      Maintained
1536 F:      drivers/media/platform/s5p-g2d/
1537
1538 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1539 M:      Kyungmin Park <kyungmin.park@samsung.com>
1540 M:      Kamil Debski <k.debski@samsung.com>
1541 M:      Jeongtae Park <jtp.park@samsung.com>
1542 L:      linux-arm-kernel@lists.infradead.org
1543 L:      linux-media@vger.kernel.org
1544 S:      Maintained
1545 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1546 F:      drivers/media/platform/s5p-mfc/
1547
1548 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1549 M:      Kyungmin Park <kyungmin.park@samsung.com>
1550 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1551 L:      linux-arm-kernel@lists.infradead.org
1552 L:      linux-media@vger.kernel.org
1553 S:      Maintained
1554 F:      drivers/media/platform/s5p-tv/
1555
1556 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1557 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1558 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1559 L:      linux-arm-kernel@lists.infradead.org
1560 L:      linux-media@vger.kernel.org
1561 S:      Maintained
1562 F:      drivers/media/platform/s5p-jpeg/
1563
1564 ARM/SHMOBILE ARM ARCHITECTURE
1565 M:      Simon Horman <horms@verge.net.au>
1566 M:      Magnus Damm <magnus.damm@gmail.com>
1567 L:      linux-renesas-soc@vger.kernel.org
1568 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1570 S:      Supported
1571 F:      arch/arm/boot/dts/emev2*
1572 F:      arch/arm/boot/dts/r7s*
1573 F:      arch/arm/boot/dts/r8a*
1574 F:      arch/arm/boot/dts/sh*
1575 F:      arch/arm/configs/shmobile_defconfig
1576 F:      arch/arm/include/debug/renesas-scif.S
1577 F:      arch/arm/mach-shmobile/
1578 F:      drivers/sh/
1579
1580 ARM/SOCFPGA ARCHITECTURE
1581 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1582 S:      Maintained
1583 F:      arch/arm/mach-socfpga/
1584 F:      arch/arm/boot/dts/socfpga*
1585 F:      arch/arm/configs/socfpga_defconfig
1586 F:      arch/arm64/boot/dts/altera/
1587 W:      http://www.rocketboards.org
1588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1589
1590 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1591 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1592 S:      Maintained
1593 F:      drivers/clk/socfpga/
1594
1595 ARM/SOCFPGA EDAC SUPPORT
1596 M:      Thor Thayer <tthayer@opensource.altera.com>
1597 S:      Maintained
1598 F:      drivers/edac/altera_edac.
1599
1600 ARM/STI ARCHITECTURE
1601 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1602 M:      Maxime Coquelin <maxime.coquelin@st.com>
1603 M:      Patrice Chotard <patrice.chotard@st.com>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 L:      kernel@stlinux.com
1606 W:      http://www.stlinux.com
1607 S:      Maintained
1608 F:      arch/arm/mach-sti/
1609 F:      arch/arm/boot/dts/sti*
1610 F:      drivers/char/hw_random/st-rng.c
1611 F:      drivers/clocksource/arm_global_timer.c
1612 F:      drivers/clocksource/clksrc_st_lpc.c
1613 F:      drivers/i2c/busses/i2c-st.c
1614 F:      drivers/media/rc/st_rc.c
1615 F:      drivers/media/platform/sti/c8sectpfe/
1616 F:      drivers/mmc/host/sdhci-st.c
1617 F:      drivers/phy/phy-miphy28lp.c
1618 F:      drivers/phy/phy-miphy365x.c
1619 F:      drivers/phy/phy-stih407-usb.c
1620 F:      drivers/phy/phy-stih41x-usb.c
1621 F:      drivers/pinctrl/pinctrl-st.c
1622 F:      drivers/reset/sti/
1623 F:      drivers/rtc/rtc-st-lpc.c
1624 F:      drivers/tty/serial/st-asc.c
1625 F:      drivers/usb/dwc3/dwc3-st.c
1626 F:      drivers/usb/host/ehci-st.c
1627 F:      drivers/usb/host/ohci-st.c
1628 F:      drivers/watchdog/st_lpc_wdt.c
1629 F:      drivers/ata/ahci_st.c
1630
1631 ARM/STM32 ARCHITECTURE
1632 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 S:      Maintained
1635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1636 N:      stm32
1637 F:      drivers/clocksource/armv7m_systick.c
1638
1639 ARM/TANGO ARCHITECTURE
1640 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1641 L:      linux-arm-kernel@lists.infradead.org
1642 S:      Maintained
1643 F:      arch/arm/mach-tango/
1644 F:      arch/arm/boot/dts/tango*
1645
1646 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1647 M:      Lennert Buytenhek <kernel@wantstofly.org>
1648 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1649 S:      Maintained
1650
1651 ARM/TETON BGA MACHINE SUPPORT
1652 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655
1656 ARM/THECUS N2100 MACHINE SUPPORT
1657 M:      Lennert Buytenhek <kernel@wantstofly.org>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660
1661 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1662 M:      Wan ZongShun <mcuos.com@gmail.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 W:      http://www.mcuos.com
1665 S:      Maintained
1666 F:      arch/arm/mach-w90x900/
1667 F:      drivers/input/keyboard/w90p910_keypad.c
1668 F:      drivers/input/touchscreen/w90p910_ts.c
1669 F:      drivers/watchdog/nuc900_wdt.c
1670 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1671 F:      drivers/mtd/nand/nuc900_nand.c
1672 F:      drivers/rtc/rtc-nuc900.c
1673 F:      drivers/spi/spi-nuc900.c
1674 F:      drivers/usb/host/ehci-w90x900.c
1675 F:      drivers/video/fbdev/nuc900fb.c
1676
1677 ARM/U300 MACHINE SUPPORT
1678 M:      Linus Walleij <linus.walleij@linaro.org>
1679 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1680 S:      Supported
1681 F:      arch/arm/mach-u300/
1682 F:      drivers/clocksource/timer-u300.c
1683 F:      drivers/i2c/busses/i2c-stu300.c
1684 F:      drivers/rtc/rtc-coh901331.c
1685 F:      drivers/watchdog/coh901327_wdt.c
1686 F:      drivers/dma/coh901318*
1687 F:      drivers/mfd/ab3100*
1688 F:      drivers/rtc/rtc-ab3100.c
1689 F:      drivers/rtc/rtc-coh901331.c
1690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1691
1692 ARM/UNIPHIER ARCHITECTURE
1693 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1694 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1695 S:      Maintained
1696 F:      arch/arm/boot/dts/uniphier*
1697 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1698 F:      arch/arm/mach-uniphier/
1699 F:      arch/arm/mm/cache-uniphier.c
1700 F:      arch/arm64/boot/dts/socionext/
1701 F:      drivers/bus/uniphier-system-bus.c
1702 F:      drivers/i2c/busses/i2c-uniphier*
1703 F:      drivers/pinctrl/uniphier/
1704 F:      drivers/tty/serial/8250/8250_uniphier.c
1705 N:      uniphier
1706
1707 ARM/Ux500 ARM ARCHITECTURE
1708 M:      Linus Walleij <linus.walleij@linaro.org>
1709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1710 S:      Maintained
1711 F:      arch/arm/mach-ux500/
1712 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1713 F:      drivers/dma/ste_dma40*
1714 F:      drivers/hwspinlock/u8500_hsem.c
1715 F:      drivers/mfd/abx500*
1716 F:      drivers/mfd/ab8500*
1717 F:      drivers/mfd/dbx500*
1718 F:      drivers/mfd/db8500*
1719 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1720 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1721 F:      drivers/rtc/rtc-ab8500.c
1722 F:      drivers/rtc/rtc-pl031.c
1723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1724
1725 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1726 M:      Ulf Hansson <ulf.hansson@linaro.org>
1727 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1728 T:      git git://git.linaro.org/people/ulfh/clk.git
1729 S:      Maintained
1730 F:      drivers/clk/ux500/
1731 F:      include/linux/platform_data/clk-ux500.h
1732
1733 ARM/VERSATILE EXPRESS PLATFORM
1734 M:      Liviu Dudau <liviu.dudau@arm.com>
1735 M:      Sudeep Holla <sudeep.holla@arm.com>
1736 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1737 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1738 S:      Maintained
1739 F:      arch/arm/boot/dts/vexpress*
1740 F:      arch/arm64/boot/dts/arm/
1741 F:      arch/arm/mach-vexpress/
1742 F:      */*/vexpress*
1743 F:      */*/*/vexpress*
1744 F:      drivers/clk/versatile/clk-vexpress-osc.c
1745 F:      drivers/clocksource/versatile.c
1746
1747 ARM/VFP SUPPORT
1748 M:      Russell King <linux@arm.linux.org.uk>
1749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1750 W:      http://www.arm.linux.org.uk/
1751 S:      Maintained
1752 F:      arch/arm/vfp/
1753
1754 ARM/VOIPAC PXA270 SUPPORT
1755 M:      Marek Vasut <marek.vasut@gmail.com>
1756 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 S:      Maintained
1758 F:      arch/arm/mach-pxa/vpac270.c
1759 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1760
1761 ARM/VT8500 ARM ARCHITECTURE
1762 M:      Tony Prisk <linux@prisktech.co.nz>
1763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 S:      Maintained
1765 F:      arch/arm/mach-vt8500/
1766 F:      drivers/clocksource/vt8500_timer.c
1767 F:      drivers/i2c/busses/i2c-wmt.c
1768 F:      drivers/mmc/host/wmt-sdmmc.c
1769 F:      drivers/pwm/pwm-vt8500.c
1770 F:      drivers/rtc/rtc-vt8500.c
1771 F:      drivers/tty/serial/vt8500_serial.c
1772 F:      drivers/usb/host/ehci-platform.c
1773 F:      drivers/usb/host/uhci-platform.c
1774 F:      drivers/video/fbdev/vt8500lcdfb.*
1775 F:      drivers/video/fbdev/wm8505fb*
1776 F:      drivers/video/fbdev/wmt_ge_rops.*
1777
1778 ARM/ZIPIT Z2 SUPPORT
1779 M:      Marek Vasut <marek.vasut@gmail.com>
1780 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1781 S:      Maintained
1782 F:      arch/arm/mach-pxa/z2.c
1783 F:      arch/arm/mach-pxa/include/mach/z2.h
1784
1785 ARM/ZTE ARCHITECTURE
1786 M:      Jun Nie <jun.nie@linaro.org>
1787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1788 S:      Maintained
1789 F:      arch/arm/mach-zx/
1790 F:      drivers/clk/zte/
1791 F:      Documentation/devicetree/bindings/arm/zte.txt
1792 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1793
1794 ARM/ZYNQ ARCHITECTURE
1795 M:      Michal Simek <michal.simek@xilinx.com>
1796 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1798 W:      http://wiki.xilinx.com
1799 T:      git https://github.com/Xilinx/linux-xlnx.git
1800 S:      Supported
1801 F:      arch/arm/mach-zynq/
1802 F:      drivers/cpuidle/cpuidle-zynq.c
1803 F:      drivers/block/xsysace.c
1804 N:      zynq
1805 N:      xilinx
1806 F:      drivers/clocksource/cadence_ttc_timer.c
1807 F:      drivers/i2c/busses/i2c-cadence.c
1808 F:      drivers/mmc/host/sdhci-of-arasan.c
1809 F:      drivers/edac/synopsys_edac.c
1810
1811 ARM SMMU DRIVERS
1812 M:      Will Deacon <will.deacon@arm.com>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Maintained
1815 F:      drivers/iommu/arm-smmu.c
1816 F:      drivers/iommu/arm-smmu-v3.c
1817 F:      drivers/iommu/io-pgtable-arm.c
1818
1819 ARM64 PORT (AARCH64 ARCHITECTURE)
1820 M:      Catalin Marinas <catalin.marinas@arm.com>
1821 M:      Will Deacon <will.deacon@arm.com>
1822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1824 S:      Maintained
1825 F:      arch/arm64/
1826 F:      Documentation/arm64/
1827
1828 AS3645A LED FLASH CONTROLLER DRIVER
1829 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1830 L:      linux-media@vger.kernel.org
1831 T:      git git://linuxtv.org/media_tree.git
1832 S:      Maintained
1833 F:      drivers/media/i2c/as3645a.c
1834 F:      include/media/i2c/as3645a.h
1835
1836 ASC7621 HARDWARE MONITOR DRIVER
1837 M:      George Joseph <george.joseph@fairview5.com>
1838 L:      lm-sensors@lm-sensors.org
1839 S:      Maintained
1840 F:      Documentation/hwmon/asc7621
1841 F:      drivers/hwmon/asc7621.c
1842
1843 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1844 M:      Corentin Chary <corentin.chary@gmail.com>
1845 L:      acpi4asus-user@lists.sourceforge.net
1846 L:      platform-driver-x86@vger.kernel.org
1847 W:      http://acpi4asus.sf.net
1848 S:      Maintained
1849 F:      drivers/platform/x86/asus*.c
1850 F:      drivers/platform/x86/eeepc*.c
1851
1852 ASUS WIRELESS RADIO CONTROL DRIVER
1853 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1854 L:      platform-driver-x86@vger.kernel.org
1855 S:      Maintained
1856 F:      drivers/platform/x86/asus-wireless.c
1857
1858 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1859 R:      Dan Williams <dan.j.williams@intel.com>
1860 W:      http://sourceforge.net/projects/xscaleiop
1861 S:      Odd fixes
1862 F:      Documentation/crypto/async-tx-api.txt
1863 F:      crypto/async_tx/
1864 F:      drivers/dma/
1865 F:      include/linux/dmaengine.h
1866 F:      include/linux/async_tx.h
1867
1868 AT24 EEPROM DRIVER
1869 M:      Wolfram Sang <wsa@the-dreams.de>
1870 L:      linux-i2c@vger.kernel.org
1871 S:      Maintained
1872 F:      drivers/misc/eeprom/at24.c
1873 F:      include/linux/platform_data/at24.h
1874
1875 ATA OVER ETHERNET (AOE) DRIVER
1876 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1877 W:      http://www.openaoe.org/
1878 S:      Supported
1879 F:      Documentation/aoe/
1880 F:      drivers/block/aoe/
1881
1882 ATHEROS 71XX/9XXX GPIO DRIVER
1883 M:      Alban Bedel <albeu@free.fr>
1884 W:      https://github.com/AlbanBedel/linux
1885 T:      git git://github.com/AlbanBedel/linux
1886 S:      Maintained
1887 F:      drivers/gpio/gpio-ath79.c
1888 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1889
1890 ATHEROS ATH GENERIC UTILITIES
1891 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1892 L:      linux-wireless@vger.kernel.org
1893 S:      Supported
1894 F:      drivers/net/wireless/ath/*
1895
1896 ATHEROS ATH5K WIRELESS DRIVER
1897 M:      Jiri Slaby <jirislaby@gmail.com>
1898 M:      Nick Kossifidis <mickflemm@gmail.com>
1899 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1900 L:      linux-wireless@vger.kernel.org
1901 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1902 S:      Maintained
1903 F:      drivers/net/wireless/ath/ath5k/
1904
1905 ATHEROS ATH6KL WIRELESS DRIVER
1906 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1907 L:      linux-wireless@vger.kernel.org
1908 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1910 S:      Supported
1911 F:      drivers/net/wireless/ath/ath6kl/
1912
1913 WILOCITY WIL6210 WIRELESS DRIVER
1914 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1915 L:      linux-wireless@vger.kernel.org
1916 L:      wil6210@qca.qualcomm.com
1917 S:      Supported
1918 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1919 F:      drivers/net/wireless/ath/wil6210/
1920 F:      include/uapi/linux/wil6210_uapi.h
1921
1922 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1923 M:      Christian Lamparter <chunkeey@googlemail.com>
1924 L:      linux-wireless@vger.kernel.org
1925 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1926 S:      Maintained
1927 F:      drivers/net/wireless/ath/carl9170/
1928
1929 ATK0110 HWMON DRIVER
1930 M:      Luca Tettamanti <kronos.it@gmail.com>
1931 L:      lm-sensors@lm-sensors.org
1932 S:      Maintained
1933 F:      drivers/hwmon/asus_atk0110.c
1934
1935 ATI_REMOTE2 DRIVER
1936 M:      Ville Syrjala <syrjala@sci.fi>
1937 S:      Maintained
1938 F:      drivers/input/misc/ati_remote2.c
1939
1940 ATLX ETHERNET DRIVERS
1941 M:      Jay Cliburn <jcliburn@gmail.com>
1942 M:      Chris Snook <chris.snook@gmail.com>
1943 L:      netdev@vger.kernel.org
1944 W:      http://sourceforge.net/projects/atl1
1945 W:      http://atl1.sourceforge.net
1946 S:      Maintained
1947 F:      drivers/net/ethernet/atheros/
1948
1949 ATM
1950 M:      Chas Williams <3chas3@gmail.com>
1951 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1952 L:      netdev@vger.kernel.org
1953 W:      http://linux-atm.sourceforge.net
1954 S:      Maintained
1955 F:      drivers/atm/
1956 F:      include/linux/atm*
1957 F:      include/uapi/linux/atm*
1958
1959 ATMEL AT91 / AT32 MCI DRIVER
1960 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1961 S:      Maintained
1962 F:      drivers/mmc/host/atmel-mci.c
1963
1964 ATMEL AT91 / AT32 SERIAL DRIVER
1965 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1966 S:      Supported
1967 F:      drivers/tty/serial/atmel_serial.c
1968
1969 ATMEL Audio ALSA driver
1970 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1971 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1972 S:      Supported
1973 F:      sound/soc/atmel
1974
1975 ATMEL DMA DRIVER
1976 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1978 S:      Supported
1979 F:      drivers/dma/at_hdmac.c
1980 F:      drivers/dma/at_hdmac_regs.h
1981 F:      include/linux/platform_data/dma-atmel.h
1982
1983 ATMEL XDMA DRIVER
1984 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1985 L:      linux-arm-kernel@lists.infradead.org
1986 L:      dmaengine@vger.kernel.org
1987 S:      Supported
1988 F:      drivers/dma/at_xdmac.c
1989
1990 ATMEL I2C DRIVER
1991 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1992 L:      linux-i2c@vger.kernel.org
1993 S:      Supported
1994 F:      drivers/i2c/busses/i2c-at91.c
1995
1996 ATMEL ISI DRIVER
1997 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1998 L:      linux-media@vger.kernel.org
1999 S:      Supported
2000 F:      drivers/media/platform/soc_camera/atmel-isi.c
2001 F:      include/media/atmel-isi.h
2002
2003 ATMEL LCDFB DRIVER
2004 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2005 L:      linux-fbdev@vger.kernel.org
2006 S:      Maintained
2007 F:      drivers/video/fbdev/atmel_lcdfb.c
2008 F:      include/video/atmel_lcdc.h
2009
2010 ATMEL MACB ETHERNET DRIVER
2011 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2012 S:      Supported
2013 F:      drivers/net/ethernet/cadence/
2014
2015 ATMEL NAND DRIVER
2016 M:      Wenyou Yang <wenyou.yang@atmel.com>
2017 M:      Josh Wu <rainyfeeling@outlook.com>
2018 L:      linux-mtd@lists.infradead.org
2019 S:      Supported
2020 F:      drivers/mtd/nand/atmel_nand*
2021
2022 ATMEL SDMMC DRIVER
2023 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2024 L:      linux-mmc@vger.kernel.org
2025 S:      Supported
2026 F:      drivers/mmc/host/sdhci-of-at91.c
2027
2028 ATMEL SPI DRIVER
2029 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2030 S:      Supported
2031 F:      drivers/spi/spi-atmel.*
2032
2033 ATMEL SSC DRIVER
2034 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2036 S:      Supported
2037 F:      drivers/misc/atmel-ssc.c
2038 F:      include/linux/atmel-ssc.h
2039
2040 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2041 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2043 S:      Supported
2044 F:      drivers/misc/atmel_tclib.c
2045 F:      drivers/clocksource/tcb_clksrc.c
2046
2047 ATMEL USBA UDC DRIVER
2048 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2050 S:      Supported
2051 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2052
2053 ATMEL WIRELESS DRIVER
2054 M:      Simon Kelley <simon@thekelleys.org.uk>
2055 L:      linux-wireless@vger.kernel.org
2056 W:      http://www.thekelleys.org.uk/atmel
2057 W:      http://atmelwlandriver.sourceforge.net/
2058 S:      Maintained
2059 F:      drivers/net/wireless/atmel/atmel*
2060
2061 ATMEL MAXTOUCH DRIVER
2062 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2063 T:      git git://github.com/atmel-maxtouch/linux.git
2064 S:      Supported
2065 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2066 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2067 F:      include/linux/platform_data/atmel_mxt_ts.h
2068
2069 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2070 M:      Bradley Grove <linuxdrivers@attotech.com>
2071 L:      linux-scsi@vger.kernel.org
2072 W:      http://www.attotech.com
2073 S:      Supported
2074 F:      drivers/scsi/esas2r
2075
2076 ATUSB IEEE 802.15.4 RADIO DRIVER
2077 M:      Stefan Schmidt <stefan@osg.samsung.com>
2078 L:      linux-wpan@vger.kernel.org
2079 S:      Maintained
2080 F:      drivers/net/ieee802154/atusb.c
2081 F:      drivers/net/ieee802154/atusb.h
2082 F:      drivers/net/ieee802154/at86rf230.h
2083
2084 AUDIT SUBSYSTEM
2085 M:      Paul Moore <paul@paul-moore.com>
2086 M:      Eric Paris <eparis@redhat.com>
2087 L:      linux-audit@redhat.com (moderated for non-subscribers)
2088 W:      http://people.redhat.com/sgrubb/audit/
2089 T:      git git://git.infradead.org/users/pcmoore/audit
2090 S:      Maintained
2091 F:      include/linux/audit.h
2092 F:      include/uapi/linux/audit.h
2093 F:      kernel/audit*
2094
2095 AUXILIARY DISPLAY DRIVERS
2096 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2097 W:      http://miguelojeda.es/auxdisplay.htm
2098 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2099 S:      Maintained
2100 F:      drivers/auxdisplay/
2101 F:      include/linux/cfag12864b.h
2102
2103 AVR32 ARCHITECTURE
2104 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2105 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2106 W:      http://www.atmel.com/products/AVR32/
2107 W:      http://mirror.egtvedt.no/avr32linux.org/
2108 W:      http://avrfreaks.net/
2109 S:      Maintained
2110 F:      arch/avr32/
2111
2112 AVR32/AT32AP MACHINE SUPPORT
2113 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2114 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2115 S:      Maintained
2116 F:      arch/avr32/mach-at32ap/
2117
2118 AX.25 NETWORK LAYER
2119 M:      Ralf Baechle <ralf@linux-mips.org>
2120 L:      linux-hams@vger.kernel.org
2121 W:      http://www.linux-ax25.org/
2122 S:      Maintained
2123 F:      include/uapi/linux/ax25.h
2124 F:      include/net/ax25.h
2125 F:      net/ax25/
2126
2127 AZ6007 DVB DRIVER
2128 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2129 L:      linux-media@vger.kernel.org
2130 W:      https://linuxtv.org
2131 T:      git git://linuxtv.org/media_tree.git
2132 S:      Maintained
2133 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2134
2135 AZTECH FM RADIO RECEIVER DRIVER
2136 M:      Hans Verkuil <hverkuil@xs4all.nl>
2137 L:      linux-media@vger.kernel.org
2138 T:      git git://linuxtv.org/media_tree.git
2139 W:      https://linuxtv.org
2140 S:      Maintained
2141 F:      drivers/media/radio/radio-aztech*
2142
2143 B43 WIRELESS DRIVER
2144 L:      linux-wireless@vger.kernel.org
2145 L:      b43-dev@lists.infradead.org
2146 W:      http://wireless.kernel.org/en/users/Drivers/b43
2147 S:      Odd Fixes
2148 F:      drivers/net/wireless/broadcom/b43/
2149
2150 B43LEGACY WIRELESS DRIVER
2151 M:      Larry Finger <Larry.Finger@lwfinger.net>
2152 L:      linux-wireless@vger.kernel.org
2153 L:      b43-dev@lists.infradead.org
2154 W:      http://wireless.kernel.org/en/users/Drivers/b43
2155 S:      Maintained
2156 F:      drivers/net/wireless/broadcom/b43legacy/
2157
2158 BACKLIGHT CLASS/SUBSYSTEM
2159 M:      Jingoo Han <jingoohan1@gmail.com>
2160 M:      Lee Jones <lee.jones@linaro.org>
2161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2162 S:      Maintained
2163 F:      drivers/video/backlight/
2164 F:      include/linux/backlight.h
2165
2166 BATMAN ADVANCED
2167 M:      Marek Lindner <mareklindner@neomailbox.ch>
2168 M:      Simon Wunderlich <sw@simonwunderlich.de>
2169 M:      Antonio Quartulli <a@unstable.cc>
2170 L:      b.a.t.m.a.n@lists.open-mesh.org
2171 W:      https://www.open-mesh.org/
2172 S:      Maintained
2173 F:      net/batman-adv/
2174
2175 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2176 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2177 L:      linux-hams@vger.kernel.org
2178 W:      http://www.baycom.org/~tom/ham/ham.html
2179 S:      Maintained
2180 F:      drivers/net/hamradio/baycom*
2181
2182 BCACHE (BLOCK LAYER CACHE)
2183 M:      Kent Overstreet <kent.overstreet@gmail.com>
2184 L:      linux-bcache@vger.kernel.org
2185 W:      http://bcache.evilpiepirate.org
2186 S:      Maintained
2187 F:      drivers/md/bcache/
2188
2189 BDISP ST MEDIA DRIVER
2190 M:      Fabien Dessenne <fabien.dessenne@st.com>
2191 L:      linux-media@vger.kernel.org
2192 T:      git git://linuxtv.org/media_tree.git
2193 W:      https://linuxtv.org
2194 S:      Supported
2195 F:      drivers/media/platform/sti/bdisp
2196
2197 BEFS FILE SYSTEM
2198 S:      Orphan
2199 F:      Documentation/filesystems/befs.txt
2200 F:      fs/befs/
2201
2202 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2203 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2204 L:      netdev@vger.kernel.org
2205 S:      Maintained
2206 F:      drivers/net/ethernet/ec_bhf.c
2207
2208 BFS FILE SYSTEM
2209 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2210 S:      Maintained
2211 F:      Documentation/filesystems/bfs.txt
2212 F:      fs/bfs/
2213 F:      include/uapi/linux/bfs_fs.h
2214
2215 BLACKFIN ARCHITECTURE
2216 M:      Steven Miao <realmz6@gmail.com>
2217 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2218 T:      git git://git.code.sf.net/p/adi-linux/code
2219 W:      http://blackfin.uclinux.org
2220 S:      Supported
2221 F:      arch/blackfin/
2222
2223 BLACKFIN EMAC DRIVER
2224 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2225 W:      http://blackfin.uclinux.org
2226 S:      Supported
2227 F:      drivers/net/ethernet/adi/
2228
2229 BLACKFIN RTC DRIVER
2230 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2231 W:      http://blackfin.uclinux.org
2232 S:      Supported
2233 F:      drivers/rtc/rtc-bfin.c
2234
2235 BLACKFIN SDH DRIVER
2236 M:      Sonic Zhang <sonic.zhang@analog.com>
2237 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2238 W:      http://blackfin.uclinux.org
2239 S:      Supported
2240 F:      drivers/mmc/host/bfin_sdh.c
2241
2242 BLACKFIN SERIAL DRIVER
2243 M:      Sonic Zhang <sonic.zhang@analog.com>
2244 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2245 W:      http://blackfin.uclinux.org
2246 S:      Supported
2247 F:      drivers/tty/serial/bfin_uart.c
2248
2249 BLACKFIN WATCHDOG DRIVER
2250 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2251 W:      http://blackfin.uclinux.org
2252 S:      Supported
2253 F:      drivers/watchdog/bfin_wdt.c
2254
2255 BLACKFIN I2C TWI DRIVER
2256 M:      Sonic Zhang <sonic.zhang@analog.com>
2257 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2258 W:      http://blackfin.uclinux.org/
2259 S:      Supported
2260 F:      drivers/i2c/busses/i2c-bfin-twi.c
2261
2262 BLACKFIN MEDIA DRIVER
2263 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2264 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2265 W:      http://blackfin.uclinux.org/
2266 S:      Supported
2267 F:      drivers/media/platform/blackfin/
2268 F:      drivers/media/i2c/adv7183*
2269 F:      drivers/media/i2c/vs6624*
2270
2271 BLINKM RGB LED DRIVER
2272 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2273 S:      Maintained
2274 F:      drivers/leds/leds-blinkm.c
2275
2276 BLOCK LAYER
2277 M:      Jens Axboe <axboe@kernel.dk>
2278 L:      linux-block@vger.kernel.org
2279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2280 S:      Maintained
2281 F:      block/
2282 F:      kernel/trace/blktrace.c
2283
2284 BLOCK2MTD DRIVER
2285 M:      Joern Engel <joern@lazybastard.org>
2286 L:      linux-mtd@lists.infradead.org
2287 S:      Maintained
2288 F:      drivers/mtd/devices/block2mtd.c
2289
2290 BLUETOOTH DRIVERS
2291 M:      Marcel Holtmann <marcel@holtmann.org>
2292 M:      Gustavo Padovan <gustavo@padovan.org>
2293 M:      Johan Hedberg <johan.hedberg@gmail.com>
2294 L:      linux-bluetooth@vger.kernel.org
2295 W:      http://www.bluez.org/
2296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2298 S:      Maintained
2299 F:      drivers/bluetooth/
2300
2301 BLUETOOTH SUBSYSTEM
2302 M:      Marcel Holtmann <marcel@holtmann.org>
2303 M:      Gustavo Padovan <gustavo@padovan.org>
2304 M:      Johan Hedberg <johan.hedberg@gmail.com>
2305 L:      linux-bluetooth@vger.kernel.org
2306 W:      http://www.bluez.org/
2307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2309 S:      Maintained
2310 F:      net/bluetooth/
2311 F:      include/net/bluetooth/
2312
2313 BONDING DRIVER
2314 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2315 M:      Veaceslav Falico <vfalico@gmail.com>
2316 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2317 L:      netdev@vger.kernel.org
2318 W:      http://sourceforge.net/projects/bonding/
2319 S:      Supported
2320 F:      drivers/net/bonding/
2321 F:      include/uapi/linux/if_bonding.h
2322
2323 BPF (Safe dynamic programs and tools)
2324 M:      Alexei Starovoitov <ast@kernel.org>
2325 L:      netdev@vger.kernel.org
2326 L:      linux-kernel@vger.kernel.org
2327 S:      Supported
2328 F:      kernel/bpf/
2329
2330 BROADCOM B44 10/100 ETHERNET DRIVER
2331 M:      Gary Zambrano <zambrano@broadcom.com>
2332 L:      netdev@vger.kernel.org
2333 S:      Supported
2334 F:      drivers/net/ethernet/broadcom/b44.*
2335
2336 BROADCOM GENET ETHERNET DRIVER
2337 M:      Florian Fainelli <f.fainelli@gmail.com>
2338 L:      netdev@vger.kernel.org
2339 S:      Supported
2340 F:      drivers/net/ethernet/broadcom/genet/
2341
2342 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2343 M:      Sony Chacko <sony.chacko@qlogic.com>
2344 M:      Dept-HSGLinuxNICDev@qlogic.com
2345 L:      netdev@vger.kernel.org
2346 S:      Supported
2347 F:      drivers/net/ethernet/broadcom/bnx2.*
2348 F:      drivers/net/ethernet/broadcom/bnx2_*
2349
2350 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2351 M:      Ariel Elior <ariel.elior@qlogic.com>
2352 L:      netdev@vger.kernel.org
2353 S:      Supported
2354 F:      drivers/net/ethernet/broadcom/bnx2x/
2355
2356 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2357 M:      Florian Fainelli <f.fainelli@gmail.com>
2358 M:      Ray Jui <rjui@broadcom.com>
2359 M:      Scott Branden <sbranden@broadcom.com>
2360 L:      bcm-kernel-feedback-list@broadcom.com
2361 T:      git git://github.com/broadcom/mach-bcm
2362 S:      Maintained
2363 F:      arch/arm/mach-bcm/
2364 F:      arch/arm/boot/dts/bcm113*
2365 F:      arch/arm/boot/dts/bcm216*
2366 F:      arch/arm/boot/dts/bcm281*
2367 F:      arch/arm64/boot/dts/broadcom/
2368 F:      arch/arm/configs/bcm_defconfig
2369 F:      drivers/mmc/host/sdhci-bcm-kona.c
2370 F:      drivers/clocksource/bcm_kona_timer.c
2371
2372 BROADCOM BCM2835 ARM ARCHITECTURE
2373 M:      Stephen Warren <swarren@wwwdotorg.org>
2374 M:      Lee Jones <lee@kernel.org>
2375 M:      Eric Anholt <eric@anholt.net>
2376 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2379 S:      Maintained
2380 N:      bcm2835
2381
2382 BROADCOM BCM33XX MIPS ARCHITECTURE
2383 M:      Kevin Cernekee <cernekee@gmail.com>
2384 L:      linux-mips@linux-mips.org
2385 S:      Maintained
2386 F:      arch/mips/bcm3384/*
2387 F:      arch/mips/include/asm/mach-bcm3384/*
2388 F:      arch/mips/kernel/*bmips*
2389
2390 BROADCOM BCM47XX MIPS ARCHITECTURE
2391 M:      Hauke Mehrtens <hauke@hauke-m.de>
2392 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2393 L:      linux-mips@linux-mips.org
2394 S:      Maintained
2395 F:      arch/mips/bcm47xx/*
2396 F:      arch/mips/include/asm/mach-bcm47xx/*
2397
2398 BROADCOM BCM5301X ARM ARCHITECTURE
2399 M:      Hauke Mehrtens <hauke@hauke-m.de>
2400 L:      linux-arm-kernel@lists.infradead.org
2401 S:      Maintained
2402 F:      arch/arm/mach-bcm/bcm_5301x.c
2403 F:      arch/arm/boot/dts/bcm5301x.dtsi
2404 F:      arch/arm/boot/dts/bcm470*
2405
2406 BROADCOM BCM63XX ARM ARCHITECTURE
2407 M:      Florian Fainelli <f.fainelli@gmail.com>
2408 L:      linux-arm-kernel@lists.infradead.org
2409 T:      git git://github.com/broadcom/arm-bcm63xx.git
2410 S:      Maintained
2411 F:      arch/arm/mach-bcm/bcm63xx.c
2412 F:      arch/arm/include/debug/bcm63xx.S
2413
2414 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2415 M:      Kevin Cernekee <cernekee@gmail.com>
2416 L:      linux-usb@vger.kernel.org
2417 S:      Maintained
2418 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2419
2420 BROADCOM BCM7XXX ARM ARCHITECTURE
2421 M:      Brian Norris <computersforpeace@gmail.com>
2422 M:      Gregory Fong <gregory.0xf0@gmail.com>
2423 M:      Florian Fainelli <f.fainelli@gmail.com>
2424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2425 L:      bcm-kernel-feedback-list@broadcom.com
2426 T:      git git://github.com/broadcom/stblinux.git
2427 S:      Maintained
2428 F:      arch/arm/mach-bcm/*brcmstb*
2429 F:      arch/arm/boot/dts/bcm7*.dts*
2430 F:      drivers/bus/brcmstb_gisb.c
2431 N:      brcmstb
2432
2433 BROADCOM BMIPS MIPS ARCHITECTURE
2434 M:      Kevin Cernekee <cernekee@gmail.com>
2435 M:      Florian Fainelli <f.fainelli@gmail.com>
2436 L:      linux-mips@linux-mips.org
2437 T:      git git://github.com/broadcom/stblinux.git
2438 S:      Maintained
2439 F:      arch/mips/bmips/*
2440 F:      arch/mips/include/asm/mach-bmips/*
2441 F:      arch/mips/kernel/*bmips*
2442 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2443 F:      drivers/irqchip/irq-bcm63*
2444 F:      drivers/irqchip/irq-bcm7*
2445 F:      drivers/irqchip/irq-brcmstb*
2446 F:      include/linux/bcm963xx_nvram.h
2447 F:      include/linux/bcm963xx_tag.h
2448
2449 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2450 M:      Prashant Sreedharan <prashant@broadcom.com>
2451 M:      Michael Chan <mchan@broadcom.com>
2452 L:      netdev@vger.kernel.org
2453 S:      Supported
2454 F:      drivers/net/ethernet/broadcom/tg3.*
2455
2456 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2457 M:      Brett Rudley <brudley@broadcom.com>
2458 M:      Arend van Spriel <arend@broadcom.com>
2459 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2460 M:      Hante Meuleman <meuleman@broadcom.com>
2461 L:      linux-wireless@vger.kernel.org
2462 L:      brcm80211-dev-list@broadcom.com
2463 S:      Supported
2464 F:      drivers/net/wireless/broadcom/brcm80211/
2465
2466 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2467 M:      QLogic-Storage-Upstream@qlogic.com
2468 L:      linux-scsi@vger.kernel.org
2469 S:      Supported
2470 F:      drivers/scsi/bnx2fc/
2471
2472 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2473 M:      QLogic-Storage-Upstream@qlogic.com
2474 L:      linux-scsi@vger.kernel.org
2475 S:      Supported
2476 F:      drivers/scsi/bnx2i/
2477
2478 BROADCOM IPROC ARM ARCHITECTURE
2479 M:      Ray Jui <rjui@broadcom.com>
2480 M:      Scott Branden <sbranden@broadcom.com>
2481 M:      Jon Mason <jonmason@broadcom.com>
2482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2483 L:      bcm-kernel-feedback-list@broadcom.com
2484 T:      git git://github.com/broadcom/cygnus-linux.git
2485 S:      Maintained
2486 N:      iproc
2487 N:      cygnus
2488 N:      nsp
2489 N:      bcm9113*
2490 N:      bcm9583*
2491 N:      bcm9585*
2492 N:      bcm9586*
2493 N:      bcm988312
2494 N:      bcm113*
2495 N:      bcm583*
2496 N:      bcm585*
2497 N:      bcm586*
2498 N:      bcm88312
2499
2500 BROADCOM BRCMSTB GPIO DRIVER
2501 M:      Gregory Fong <gregory.0xf0@gmail.com>
2502 L:      bcm-kernel-feedback-list@broadcom.com
2503 S:      Supported
2504 F:      drivers/gpio/gpio-brcmstb.c
2505 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2506
2507 BROADCOM KONA GPIO DRIVER
2508 M:      Ray Jui <rjui@broadcom.com>
2509 L:      bcm-kernel-feedback-list@broadcom.com
2510 S:      Supported
2511 F:      drivers/gpio/gpio-bcm-kona.c
2512 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2513
2514 BROADCOM NVRAM DRIVER
2515 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2516 L:      linux-mips@linux-mips.org
2517 S:      Maintained
2518 F:      drivers/firmware/broadcom/*
2519
2520 BROADCOM STB NAND FLASH DRIVER
2521 M:      Brian Norris <computersforpeace@gmail.com>
2522 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2523 L:      linux-mtd@lists.infradead.org
2524 L:      bcm-kernel-feedback-list@broadcom.com
2525 S:      Maintained
2526 F:      drivers/mtd/nand/brcmnand/
2527
2528 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2529 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2530 L:      linux-wireless@vger.kernel.org
2531 S:      Maintained
2532 F:      drivers/bcma/
2533 F:      include/linux/bcma/
2534
2535 BROADCOM SYSTEMPORT ETHERNET DRIVER
2536 M:      Florian Fainelli <f.fainelli@gmail.com>
2537 L:      netdev@vger.kernel.org
2538 S:      Supported
2539 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2540
2541 BROCADE BFA FC SCSI DRIVER
2542 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2543 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2544 L:      linux-scsi@vger.kernel.org
2545 S:      Supported
2546 F:      drivers/scsi/bfa/
2547
2548 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2549 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2550 L:      netdev@vger.kernel.org
2551 S:      Supported
2552 F:      drivers/net/ethernet/brocade/bna/
2553
2554 BSG (block layer generic sg v4 driver)
2555 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2556 L:      linux-scsi@vger.kernel.org
2557 S:      Supported
2558 F:      block/bsg.c
2559 F:      include/linux/bsg.h
2560 F:      include/uapi/linux/bsg.h
2561
2562 BT87X AUDIO DRIVER
2563 M:      Clemens Ladisch <clemens@ladisch.de>
2564 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2565 T:      git git://git.alsa-project.org/alsa-kernel.git
2566 S:      Maintained
2567 F:      Documentation/sound/alsa/Bt87x.txt
2568 F:      sound/pci/bt87x.c
2569
2570 BT8XXGPIO DRIVER
2571 M:      Michael Buesch <m@bues.ch>
2572 W:      http://bu3sch.de/btgpio.php
2573 S:      Maintained
2574 F:      drivers/gpio/gpio-bt8xx.c
2575
2576 BTRFS FILE SYSTEM
2577 M:      Chris Mason <clm@fb.com>
2578 M:      Josef Bacik <jbacik@fb.com>
2579 M:      David Sterba <dsterba@suse.com>
2580 L:      linux-btrfs@vger.kernel.org
2581 W:      http://btrfs.wiki.kernel.org/
2582 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2584 S:      Maintained
2585 F:      Documentation/filesystems/btrfs.txt
2586 F:      fs/btrfs/
2587
2588 BTTV VIDEO4LINUX DRIVER
2589 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2590 L:      linux-media@vger.kernel.org
2591 W:      https://linuxtv.org
2592 T:      git git://linuxtv.org/media_tree.git
2593 S:      Odd fixes
2594 F:      Documentation/video4linux/bttv/
2595 F:      drivers/media/pci/bt8xx/bttv*
2596
2597 BUSLOGIC SCSI DRIVER
2598 M:      Khalid Aziz <khalid@gonehiking.org>
2599 L:      linux-scsi@vger.kernel.org
2600 S:      Maintained
2601 F:      drivers/scsi/BusLogic.*
2602 F:      drivers/scsi/FlashPoint.*
2603
2604 C-MEDIA CMI8788 DRIVER
2605 M:      Clemens Ladisch <clemens@ladisch.de>
2606 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2607 T:      git git://git.alsa-project.org/alsa-kernel.git
2608 S:      Maintained
2609 F:      sound/pci/oxygen/
2610
2611 C6X ARCHITECTURE
2612 M:      Mark Salter <msalter@redhat.com>
2613 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2614 L:      linux-c6x-dev@linux-c6x.org
2615 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2616 S:      Maintained
2617 F:      arch/c6x/
2618
2619 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2620 M:      David Howells <dhowells@redhat.com>
2621 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2622 S:      Supported
2623 F:      Documentation/filesystems/caching/cachefiles.txt
2624 F:      fs/cachefiles/
2625
2626 CADET FM/AM RADIO RECEIVER DRIVER
2627 M:      Hans Verkuil <hverkuil@xs4all.nl>
2628 L:      linux-media@vger.kernel.org
2629 T:      git git://linuxtv.org/media_tree.git
2630 W:      https://linuxtv.org
2631 S:      Maintained
2632 F:      drivers/media/radio/radio-cadet*
2633
2634 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2635 M:      Jonathan Corbet <corbet@lwn.net>
2636 L:      linux-media@vger.kernel.org
2637 T:      git git://linuxtv.org/media_tree.git
2638 S:      Maintained
2639 F:      Documentation/video4linux/cafe_ccic
2640 F:      drivers/media/platform/marvell-ccic/
2641
2642 CAIF NETWORK LAYER
2643 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2644 L:      netdev@vger.kernel.org
2645 S:      Supported
2646 F:      Documentation/networking/caif/
2647 F:      drivers/net/caif/
2648 F:      include/uapi/linux/caif/
2649 F:      include/net/caif/
2650 F:      net/caif/
2651
2652 CALGARY x86-64 IOMMU
2653 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2654 M:      "Jon D. Mason" <jdmason@kudzu.us>
2655 L:      discuss@x86-64.org
2656 S:      Maintained
2657 F:      arch/x86/kernel/pci-calgary_64.c
2658 F:      arch/x86/kernel/tce_64.c
2659 F:      arch/x86/include/asm/calgary.h
2660 F:      arch/x86/include/asm/tce.h
2661
2662 CAN NETWORK LAYER
2663 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2664 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2665 L:      linux-can@vger.kernel.org
2666 W:      https://github.com/linux-can
2667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2669 S:      Maintained
2670 F:      Documentation/networking/can.txt
2671 F:      net/can/
2672 F:      include/linux/can/core.h
2673 F:      include/uapi/linux/can.h
2674 F:      include/uapi/linux/can/bcm.h
2675 F:      include/uapi/linux/can/raw.h
2676 F:      include/uapi/linux/can/gw.h
2677
2678 CAN NETWORK DRIVERS
2679 M:      Wolfgang Grandegger <wg@grandegger.com>
2680 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2681 L:      linux-can@vger.kernel.org
2682 W:      https://github.com/linux-can
2683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2685 S:      Maintained
2686 F:      drivers/net/can/
2687 F:      include/linux/can/dev.h
2688 F:      include/linux/can/platform/
2689 F:      include/uapi/linux/can/error.h
2690 F:      include/uapi/linux/can/netlink.h
2691
2692 CAPABILITIES
2693 M:      Serge Hallyn <serge.hallyn@canonical.com>
2694 L:      linux-security-module@vger.kernel.org
2695 S:      Supported
2696 F:      include/linux/capability.h
2697 F:      include/uapi/linux/capability.h
2698 F:      security/commoncap.c
2699 F:      kernel/capability.c
2700
2701 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2702 M:      Kevin Tsai <ktsai@capellamicro.com>
2703 S:      Maintained
2704 F:      drivers/iio/light/cm*
2705 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2706
2707 CAVIUM LIQUIDIO NETWORK DRIVER
2708 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2709 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2710 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2711 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2712 L:     netdev@vger.kernel.org
2713 W:     http://www.cavium.com
2714 S:     Supported
2715 F:     drivers/net/ethernet/cavium/liquidio/
2716
2717 CC2520 IEEE-802.15.4 RADIO DRIVER
2718 M:      Varka Bhadram <varkabhadram@gmail.com>
2719 L:      linux-wpan@vger.kernel.org
2720 S:      Maintained
2721 F:      drivers/net/ieee802154/cc2520.c
2722 F:      include/linux/spi/cc2520.h
2723 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2724
2725 CELL BROADBAND ENGINE ARCHITECTURE
2726 M:      Arnd Bergmann <arnd@arndb.de>
2727 L:      linuxppc-dev@lists.ozlabs.org
2728 W:      http://www.ibm.com/developerworks/power/cell/
2729 S:      Supported
2730 F:      arch/powerpc/include/asm/cell*.h
2731 F:      arch/powerpc/include/asm/spu*.h
2732 F:      arch/powerpc/include/uapi/asm/spu*.h
2733 F:      arch/powerpc/oprofile/*cell*
2734 F:      arch/powerpc/platforms/cell/
2735
2736 CEPH COMMON CODE (LIBCEPH)
2737 M:      Ilya Dryomov <idryomov@gmail.com>
2738 M:      "Yan, Zheng" <zyan@redhat.com>
2739 M:      Sage Weil <sage@redhat.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:      net/ceph/
2746 F:      include/linux/ceph/
2747 F:      include/linux/crush/
2748
2749 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2750 M:      "Yan, Zheng" <zyan@redhat.com>
2751 M:      Sage Weil <sage@redhat.com>
2752 M:      Ilya Dryomov <idryomov@gmail.com>
2753 L:      ceph-devel@vger.kernel.org
2754 W:      http://ceph.com/
2755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2756 T:      git git://github.com/ceph/ceph-client.git
2757 S:      Supported
2758 F:      Documentation/filesystems/ceph.txt
2759 F:      fs/ceph/
2760
2761 CERTIFICATE HANDLING:
2762 M:      David Howells <dhowells@redhat.com>
2763 M:      David Woodhouse <dwmw2@infradead.org>
2764 L:      keyrings@vger.kernel.org
2765 S:      Maintained
2766 F:      Documentation/module-signing.txt
2767 F:      certs/
2768 F:      scripts/sign-file.c
2769 F:      scripts/extract-cert.c
2770
2771 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2772 L:      linux-usb@vger.kernel.org
2773 S:      Orphan
2774 F:      Documentation/usb/WUSB-Design-overview.txt
2775 F:      Documentation/usb/wusb-cbaf
2776 F:      drivers/usb/host/hwa-hc.c
2777 F:      drivers/usb/host/whci/
2778 F:      drivers/usb/wusbcore/
2779 F:      include/linux/usb/wusb*
2780
2781 CFAG12864B LCD DRIVER
2782 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2783 W:      http://miguelojeda.es/auxdisplay.htm
2784 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2785 S:      Maintained
2786 F:      drivers/auxdisplay/cfag12864b.c
2787 F:      include/linux/cfag12864b.h
2788
2789 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2790 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2791 W:      http://miguelojeda.es/auxdisplay.htm
2792 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2793 S:      Maintained
2794 F:      drivers/auxdisplay/cfag12864bfb.c
2795 F:      include/linux/cfag12864b.h
2796
2797 CFG80211 and NL80211
2798 M:      Johannes Berg <johannes@sipsolutions.net>
2799 L:      linux-wireless@vger.kernel.org
2800 W:      http://wireless.kernel.org/
2801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2803 S:      Maintained
2804 F:      include/uapi/linux/nl80211.h
2805 F:      include/net/cfg80211.h
2806 F:      net/wireless/*
2807 X:      net/wireless/wext*
2808
2809 CHAR and MISC DRIVERS
2810 M:      Arnd Bergmann <arnd@arndb.de>
2811 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2813 S:      Supported
2814 F:      drivers/char/*
2815 F:      drivers/misc/*
2816 F:      include/linux/miscdevice.h
2817
2818 CHECKPATCH
2819 M:      Andy Whitcroft <apw@canonical.com>
2820 M:      Joe Perches <joe@perches.com>
2821 S:      Maintained
2822 F:      scripts/checkpatch.pl
2823
2824 CHINESE DOCUMENTATION
2825 M:      Harry Wei <harryxiyou@gmail.com>
2826 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2827 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2828 S:      Maintained
2829 F:      Documentation/zh_CN/
2830
2831 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2832 M:      Peter Chen <Peter.Chen@nxp.com>
2833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2834 L:      linux-usb@vger.kernel.org
2835 S:      Maintained
2836 F:      drivers/usb/chipidea/
2837
2838 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2839 M:      Hans de Goede <hdegoede@redhat.com>
2840 L:      linux-input@vger.kernel.org
2841 S:      Maintained
2842 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2843 F:      drivers/input/touchscreen/chipone_icn8318.c
2844
2845 CHROME HARDWARE PLATFORM SUPPORT
2846 M:      Olof Johansson <olof@lixom.net>
2847 S:      Maintained
2848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2849 F:      drivers/platform/chrome/
2850
2851 CISCO VIC ETHERNET NIC DRIVER
2852 M:      Christian Benvenuti <benve@cisco.com>
2853 M:      Sujith Sankar <ssujith@cisco.com>
2854 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2855 M:      Neel Patel <neepatel@cisco.com>
2856 S:      Supported
2857 F:      drivers/net/ethernet/cisco/enic/
2858
2859 CISCO VIC LOW LATENCY NIC DRIVER
2860 M:      Christian Benvenuti <benve@cisco.com>
2861 M:      Dave Goodell <dgoodell@cisco.com>
2862 S:      Supported
2863 F:      drivers/infiniband/hw/usnic/
2864
2865 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2866 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2867 L:      netdev@vger.kernel.org
2868 S:      Maintained
2869 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2870
2871 CIRRUS LOGIC AUDIO CODEC DRIVERS
2872 M:      Brian Austin <brian.austin@cirrus.com>
2873 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2874 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2875 S:      Maintained
2876 F:      sound/soc/codecs/cs*
2877
2878 CLEANCACHE API
2879 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2880 L:      linux-kernel@vger.kernel.org
2881 S:      Maintained
2882 F:      mm/cleancache.c
2883 F:      include/linux/cleancache.h
2884
2885 CLK API
2886 M:      Russell King <linux@arm.linux.org.uk>
2887 L:      linux-clk@vger.kernel.org
2888 S:      Maintained
2889 F:      include/linux/clk.h
2890
2891 CLOCKSOURCE, CLOCKEVENT DRIVERS
2892 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2893 M:      Thomas Gleixner <tglx@linutronix.de>
2894 L:      linux-kernel@vger.kernel.org
2895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2896 S:      Supported
2897 F:      drivers/clocksource
2898
2899 CISCO FCOE HBA DRIVER
2900 M:      Hiral Patel <hiralpat@cisco.com>
2901 M:      Suma Ramars <sramars@cisco.com>
2902 M:      Brian Uchino <buchino@cisco.com>
2903 L:      linux-scsi@vger.kernel.org
2904 S:      Supported
2905 F:      drivers/scsi/fnic/
2906
2907 CISCO SCSI HBA DRIVER
2908 M:      Narsimhulu Musini <nmusini@cisco.com>
2909 M:      Sesidhar Baddela <sebaddel@cisco.com>
2910 L:      linux-scsi@vger.kernel.org
2911 S:      Supported
2912 F:      drivers/scsi/snic/
2913
2914 CMPC ACPI DRIVER
2915 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2916 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2917 L:      platform-driver-x86@vger.kernel.org
2918 S:      Supported
2919 F:      drivers/platform/x86/classmate-laptop.c
2920
2921 COBALT MEDIA DRIVER
2922 M:      Hans Verkuil <hans.verkuil@cisco.com>
2923 L:      linux-media@vger.kernel.org
2924 T:      git git://linuxtv.org/media_tree.git
2925 W:      https://linuxtv.org
2926 S:      Supported
2927 F:      drivers/media/pci/cobalt/
2928
2929 COCCINELLE/Semantic Patches (SmPL)
2930 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2931 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2932 M:      Nicolas Palix <nicolas.palix@imag.fr>
2933 M:      Michal Marek <mmarek@suse.com>
2934 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2936 W:      http://coccinelle.lip6.fr/
2937 S:      Supported
2938 F:      Documentation/coccinelle.txt
2939 F:      scripts/coccinelle/
2940 F:      scripts/coccicheck
2941
2942 CODA FILE SYSTEM
2943 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2944 M:      coda@cs.cmu.edu
2945 L:      codalist@coda.cs.cmu.edu
2946 W:      http://www.coda.cs.cmu.edu/
2947 S:      Maintained
2948 F:      Documentation/filesystems/coda.txt
2949 F:      fs/coda/
2950 F:      include/linux/coda*.h
2951 F:      include/uapi/linux/coda*.h
2952
2953 CODA V4L2 MEM2MEM DRIVER
2954 M:      Philipp Zabel <p.zabel@pengutronix.de>
2955 L:      linux-media@vger.kernel.org
2956 S:      Maintained
2957 F:      Documentation/devicetree/bindings/media/coda.txt
2958 F:      drivers/media/platform/coda/
2959
2960 COMMON CLK FRAMEWORK
2961 M:      Michael Turquette <mturquette@baylibre.com>
2962 M:      Stephen Boyd <sboyd@codeaurora.org>
2963 L:      linux-clk@vger.kernel.org
2964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2965 S:      Maintained
2966 F:      drivers/clk/
2967 X:      drivers/clk/clkdev.c
2968 F:      include/linux/clk-pr*
2969 F:      include/linux/clk/
2970
2971 COMMON INTERNET FILE SYSTEM (CIFS)
2972 M:      Steve French <sfrench@samba.org>
2973 L:      linux-cifs@vger.kernel.org
2974 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2975 W:      http://linux-cifs.samba.org/
2976 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2977 S:      Supported
2978 F:      Documentation/filesystems/cifs/
2979 F:      fs/cifs/
2980
2981 COMPACTPCI HOTPLUG CORE
2982 M:      Scott Murray <scott@spiteful.org>
2983 L:      linux-pci@vger.kernel.org
2984 S:      Maintained
2985 F:      drivers/pci/hotplug/cpci_hotplug*
2986
2987 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2988 M:      Scott Murray <scott@spiteful.org>
2989 L:      linux-pci@vger.kernel.org
2990 S:      Maintained
2991 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2992
2993 COMPACTPCI HOTPLUG GENERIC DRIVER
2994 M:      Scott Murray <scott@spiteful.org>
2995 L:      linux-pci@vger.kernel.org
2996 S:      Maintained
2997 F:      drivers/pci/hotplug/cpcihp_generic.c
2998
2999 COMPAL LAPTOP SUPPORT
3000 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3001 L:      platform-driver-x86@vger.kernel.org
3002 S:      Maintained
3003 F:      drivers/platform/x86/compal-laptop.c
3004
3005 CONEXANT ACCESSRUNNER USB DRIVER
3006 L:      accessrunner-general@lists.sourceforge.net
3007 W:      http://accessrunner.sourceforge.net/
3008 S:      Orphan
3009 F:      drivers/usb/atm/cxacru.c
3010
3011 CONFIGFS
3012 M:      Joel Becker <jlbec@evilplan.org>
3013 M:      Christoph Hellwig <hch@lst.de>
3014 T:      git git://git.infradead.org/users/hch/configfs.git
3015 S:      Supported
3016 F:      fs/configfs/
3017 F:      include/linux/configfs.h
3018
3019 CONNECTOR
3020 M:      Evgeniy Polyakov <zbr@ioremap.net>
3021 L:      netdev@vger.kernel.org
3022 S:      Maintained
3023 F:      drivers/connector/
3024
3025 CONTROL GROUP (CGROUP)
3026 M:      Tejun Heo <tj@kernel.org>
3027 M:      Li Zefan <lizefan@huawei.com>
3028 M:      Johannes Weiner <hannes@cmpxchg.org>
3029 L:      cgroups@vger.kernel.org
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3031 S:      Maintained
3032 F:      Documentation/cgroups/
3033 F:      include/linux/cgroup*
3034 F:      kernel/cgroup*
3035
3036 CONTROL GROUP - CPUSET
3037 M:      Li Zefan <lizefan@huawei.com>
3038 L:      cgroups@vger.kernel.org
3039 W:      http://www.bullopensource.org/cpuset/
3040 W:      http://oss.sgi.com/projects/cpusets/
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3042 S:      Maintained
3043 F:      Documentation/cgroups/cpusets.txt
3044 F:      include/linux/cpuset.h
3045 F:      kernel/cpuset.c
3046
3047 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3048 M:      Johannes Weiner <hannes@cmpxchg.org>
3049 M:      Michal Hocko <mhocko@kernel.org>
3050 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3051 L:      cgroups@vger.kernel.org
3052 L:      linux-mm@kvack.org
3053 S:      Maintained
3054 F:      mm/memcontrol.c
3055 F:      mm/swap_cgroup.c
3056
3057 CORETEMP HARDWARE MONITORING DRIVER
3058 M:      Fenghua Yu <fenghua.yu@intel.com>
3059 L:      lm-sensors@lm-sensors.org
3060 S:      Maintained
3061 F:      Documentation/hwmon/coretemp
3062 F:      drivers/hwmon/coretemp.c
3063
3064 COSA/SRP SYNC SERIAL DRIVER
3065 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3066 W:      http://www.fi.muni.cz/~kas/cosa/
3067 S:      Maintained
3068 F:      drivers/net/wan/cosa*
3069
3070 CPMAC ETHERNET DRIVER
3071 M:      Florian Fainelli <florian@openwrt.org>
3072 L:      netdev@vger.kernel.org
3073 S:      Maintained
3074 F:      drivers/net/ethernet/ti/cpmac.c
3075
3076 CPU FREQUENCY DRIVERS
3077 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3078 M:      Viresh Kumar <viresh.kumar@linaro.org>
3079 L:      linux-pm@vger.kernel.org
3080 S:      Maintained
3081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3082 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3083 F:      drivers/cpufreq/
3084 F:      include/linux/cpufreq.h
3085
3086 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3087 M:      Viresh Kumar <viresh.kumar@linaro.org>
3088 M:      Sudeep Holla <sudeep.holla@arm.com>
3089 L:      linux-pm@vger.kernel.org
3090 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3091 S:      Maintained
3092 F:      drivers/cpufreq/arm_big_little.h
3093 F:      drivers/cpufreq/arm_big_little.c
3094 F:      drivers/cpufreq/arm_big_little_dt.c
3095
3096 CPUIDLE DRIVER - ARM BIG LITTLE
3097 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3098 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3099 L:      linux-pm@vger.kernel.org
3100 L:      linux-arm-kernel@lists.infradead.org
3101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3102 S:      Maintained
3103 F:      drivers/cpuidle/cpuidle-big_little.c
3104
3105 CPUIDLE DRIVER - ARM EXYNOS
3106 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3107 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3108 M:      Kukjin Kim <kgene@kernel.org>
3109 L:      linux-pm@vger.kernel.org
3110 L:      linux-samsung-soc@vger.kernel.org
3111 S:      Supported
3112 F:      drivers/cpuidle/cpuidle-exynos.c
3113 F:      arch/arm/mach-exynos/pm.c
3114
3115 CPUIDLE DRIVERS
3116 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3117 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3118 L:      linux-pm@vger.kernel.org
3119 S:      Maintained
3120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3121 F:      drivers/cpuidle/*
3122 F:      include/linux/cpuidle.h
3123
3124 CPUID/MSR DRIVER
3125 M:      "H. Peter Anvin" <hpa@zytor.com>
3126 S:      Maintained
3127 F:      arch/x86/kernel/cpuid.c
3128 F:      arch/x86/kernel/msr.c
3129
3130 CPU POWER MONITORING SUBSYSTEM
3131 M:      Thomas Renninger <trenn@suse.com>
3132 L:      linux-pm@vger.kernel.org
3133 S:      Maintained
3134 F:      tools/power/cpupower/
3135
3136 CRAMFS FILESYSTEM
3137 W:      http://sourceforge.net/projects/cramfs/
3138 S:      Orphan / Obsolete
3139 F:      Documentation/filesystems/cramfs.txt
3140 F:      fs/cramfs/
3141
3142 CRIS PORT
3143 M:      Mikael Starvik <starvik@axis.com>
3144 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3145 L:      linux-cris-kernel@axis.com
3146 W:      http://developer.axis.com
3147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3148 S:      Maintained
3149 F:      arch/cris/
3150 F:      drivers/tty/serial/crisv10.*
3151
3152 CRYPTO API
3153 M:      Herbert Xu <herbert@gondor.apana.org.au>
3154 M:      "David S. Miller" <davem@davemloft.net>
3155 L:      linux-crypto@vger.kernel.org
3156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3158 S:      Maintained
3159 F:      Documentation/crypto/
3160 F:      Documentation/DocBook/crypto-API.tmpl
3161 F:      arch/*/crypto/
3162 F:      crypto/
3163 F:      drivers/crypto/
3164 F:      include/crypto/
3165
3166 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3167 M:      Neil Horman <nhorman@tuxdriver.com>
3168 L:      linux-crypto@vger.kernel.org
3169 S:      Maintained
3170 F:      crypto/ansi_cprng.c
3171 F:      crypto/rng.c
3172
3173 CS3308 MEDIA DRIVER
3174 M:      Hans Verkuil <hverkuil@xs4all.nl>
3175 L:      linux-media@vger.kernel.org
3176 T:      git git://linuxtv.org/media_tree.git
3177 W:      http://linuxtv.org
3178 S:      Odd Fixes
3179 F:      drivers/media/i2c/cs3308.c
3180 F:      drivers/media/i2c/cs3308.h
3181
3182 CS5535 Audio ALSA driver
3183 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3184 S:      Maintained
3185 F:      sound/pci/cs5535audio/
3186
3187 CW1200 WLAN driver
3188 M:      Solomon Peachy <pizza@shaftnet.org>
3189 S:      Maintained
3190 F:      drivers/net/wireless/st/cw1200/
3191
3192 CX18 VIDEO4LINUX DRIVER
3193 M:      Andy Walls <awalls@md.metrocast.net>
3194 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3195 L:      linux-media@vger.kernel.org
3196 T:      git git://linuxtv.org/media_tree.git
3197 W:      https://linuxtv.org
3198 W:      http://www.ivtvdriver.org/index.php/Cx18
3199 S:      Maintained
3200 F:      Documentation/video4linux/cx18.txt
3201 F:      drivers/media/pci/cx18/
3202 F:      include/uapi/linux/ivtv*
3203
3204 CX2341X MPEG ENCODER HELPER MODULE
3205 M:      Hans Verkuil <hverkuil@xs4all.nl>
3206 L:      linux-media@vger.kernel.org
3207 T:      git git://linuxtv.org/media_tree.git
3208 W:      https://linuxtv.org
3209 S:      Maintained
3210 F:      drivers/media/common/cx2341x*
3211 F:      include/media/cx2341x*
3212
3213 CX24120 MEDIA DRIVER
3214 M:      Jemma Denson <jdenson@gmail.com>
3215 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3216 L:      linux-media@vger.kernel.org
3217 W:      https://linuxtv.org
3218 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3219 S:      Maintained
3220 F:      drivers/media/dvb-frontends/cx24120*
3221
3222 CX88 VIDEO4LINUX DRIVER
3223 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3224 L:      linux-media@vger.kernel.org
3225 W:      https://linuxtv.org
3226 T:      git git://linuxtv.org/media_tree.git
3227 S:      Odd fixes
3228 F:      Documentation/video4linux/cx88/
3229 F:      drivers/media/pci/cx88/
3230
3231 CXD2820R MEDIA DRIVER
3232 M:      Antti Palosaari <crope@iki.fi>
3233 L:      linux-media@vger.kernel.org
3234 W:      https://linuxtv.org
3235 W:      http://palosaari.fi/linux/
3236 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3237 T:      git git://linuxtv.org/anttip/media_tree.git
3238 S:      Maintained
3239 F:      drivers/media/dvb-frontends/cxd2820r*
3240
3241 CXGB3 ETHERNET DRIVER (CXGB3)
3242 M:      Santosh Raspatur <santosh@chelsio.com>
3243 L:      netdev@vger.kernel.org
3244 W:      http://www.chelsio.com
3245 S:      Supported
3246 F:      drivers/net/ethernet/chelsio/cxgb3/
3247
3248 CXGB3 ISCSI DRIVER (CXGB3I)
3249 M:      Karen Xie <kxie@chelsio.com>
3250 L:      linux-scsi@vger.kernel.org
3251 W:      http://www.chelsio.com
3252 S:      Supported
3253 F:      drivers/scsi/cxgbi/cxgb3i
3254
3255 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3256 M:      Steve Wise <swise@chelsio.com>
3257 L:      linux-rdma@vger.kernel.org
3258 W:      http://www.openfabrics.org
3259 S:      Supported
3260 F:      drivers/infiniband/hw/cxgb3/
3261
3262 CXGB4 ETHERNET DRIVER (CXGB4)
3263 M:      Hariprasad S <hariprasad@chelsio.com>
3264 L:      netdev@vger.kernel.org
3265 W:      http://www.chelsio.com
3266 S:      Supported
3267 F:      drivers/net/ethernet/chelsio/cxgb4/
3268
3269 CXGB4 ISCSI DRIVER (CXGB4I)
3270 M:      Karen Xie <kxie@chelsio.com>
3271 L:      linux-scsi@vger.kernel.org
3272 W:      http://www.chelsio.com
3273 S:      Supported
3274 F:      drivers/scsi/cxgbi/cxgb4i
3275
3276 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3277 M:      Steve Wise <swise@chelsio.com>
3278 L:      linux-rdma@vger.kernel.org
3279 W:      http://www.openfabrics.org
3280 S:      Supported
3281 F:      drivers/infiniband/hw/cxgb4/
3282
3283 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3284 M:      Casey Leedom <leedom@chelsio.com>
3285 L:      netdev@vger.kernel.org
3286 W:      http://www.chelsio.com
3287 S:      Supported
3288 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3289
3290 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3291 M:      Ian Munsie <imunsie@au1.ibm.com>
3292 M:      Michael Neuling <mikey@neuling.org>
3293 L:      linuxppc-dev@lists.ozlabs.org
3294 S:      Supported
3295 F:      drivers/misc/cxl/
3296 F:      include/misc/cxl*
3297 F:      include/uapi/misc/cxl.h
3298 F:      Documentation/powerpc/cxl.txt
3299 F:      Documentation/powerpc/cxl.txt
3300 F:      Documentation/ABI/testing/sysfs-class-cxl
3301
3302 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3303 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3304 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3305 L:      linux-scsi@vger.kernel.org
3306 S:      Supported
3307 F:      drivers/scsi/cxlflash/
3308 F:      include/uapi/scsi/cxlflash_ioctls.h
3309 F:      Documentation/powerpc/cxlflash.txt
3310
3311 STMMAC ETHERNET DRIVER
3312 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3313 L:      netdev@vger.kernel.org
3314 W:      http://www.stlinux.com
3315 S:      Supported
3316 F:      drivers/net/ethernet/stmicro/stmmac/
3317
3318 CYBERPRO FB DRIVER
3319 M:      Russell King <linux@arm.linux.org.uk>
3320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3321 W:      http://www.arm.linux.org.uk/
3322 S:      Maintained
3323 F:      drivers/video/fbdev/cyber2000fb.*
3324
3325 CYCLADES ASYNC MUX DRIVER
3326 W:      http://www.cyclades.com/
3327 S:      Orphan
3328 F:      drivers/tty/cyclades.c
3329 F:      include/linux/cyclades.h
3330 F:      include/uapi/linux/cyclades.h
3331
3332 CYCLADES PC300 DRIVER
3333 W:      http://www.cyclades.com/
3334 S:      Orphan
3335 F:      drivers/net/wan/pc300*
3336
3337 CYPRESS_FIRMWARE MEDIA DRIVER
3338 M:      Antti Palosaari <crope@iki.fi>
3339 L:      linux-media@vger.kernel.org
3340 W:      https://linuxtv.org
3341 W:      http://palosaari.fi/linux/
3342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3343 T:      git git://linuxtv.org/anttip/media_tree.git
3344 S:      Maintained
3345 F:      drivers/media/common/cypress_firmware*
3346
3347 CYTTSP TOUCHSCREEN DRIVER
3348 M:      Ferruh Yigit <fery@cypress.com>
3349 L:      linux-input@vger.kernel.org
3350 S:      Supported
3351 F:      drivers/input/touchscreen/cyttsp*
3352 F:      include/linux/input/cyttsp.h
3353
3354 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3355 M:      Joshua Kinard <kumba@gentoo.org>
3356 S:      Maintained
3357 F:      drivers/rtc/rtc-ds1685.c
3358 F:      include/linux/rtc/ds1685.h
3359
3360 DAMA SLAVE for AX.25
3361 M:      Joerg Reuter <jreuter@yaina.de>
3362 W:      http://yaina.de/jreuter/
3363 W:      http://www.qsl.net/dl1bke/
3364 L:      linux-hams@vger.kernel.org
3365 S:      Maintained
3366 F:      net/ax25/af_ax25.c
3367 F:      net/ax25/ax25_dev.c
3368 F:      net/ax25/ax25_ds_*
3369 F:      net/ax25/ax25_in.c
3370 F:      net/ax25/ax25_out.c
3371 F:      net/ax25/ax25_timer.c
3372 F:      net/ax25/sysctl_net_ax25.c
3373
3374 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3375 L:      netdev@vger.kernel.org
3376 S:      Orphan
3377 F:      Documentation/networking/dmfe.txt
3378 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3379
3380 DC390/AM53C974 SCSI driver
3381 M:      Hannes Reinecke <hare@suse.com>
3382 L:      linux-scsi@vger.kernel.org
3383 S:      Maintained
3384 F:      drivers/scsi/am53c974.c
3385
3386 DC395x SCSI driver
3387 M:      Oliver Neukum <oliver@neukum.org>
3388 M:      Ali Akcaagac <aliakc@web.de>
3389 M:      Jamie Lenehan <lenehan@twibble.org>
3390 L:      dc395x@twibble.org
3391 W:      http://twibble.org/dist/dc395x/
3392 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3393 S:      Maintained
3394 F:      Documentation/scsi/dc395x.txt
3395 F:      drivers/scsi/dc395x.*
3396
3397 DCCP PROTOCOL
3398 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3399 L:      dccp@vger.kernel.org
3400 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3401 S:      Maintained
3402 F:      include/linux/dccp.h
3403 F:      include/uapi/linux/dccp.h
3404 F:      include/linux/tfrc.h
3405 F:      net/dccp/
3406
3407 DECnet NETWORK LAYER
3408 W:      http://linux-decnet.sourceforge.net
3409 L:      linux-decnet-user@lists.sourceforge.net
3410 S:      Orphan
3411 F:      Documentation/networking/decnet.txt
3412 F:      net/decnet/
3413
3414 DECSTATION PLATFORM SUPPORT
3415 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3416 L:      linux-mips@linux-mips.org
3417 W:      http://www.linux-mips.org/wiki/DECstation
3418 S:      Maintained
3419 F:      arch/mips/dec/
3420 F:      arch/mips/include/asm/dec/
3421 F:      arch/mips/include/asm/mach-dec/
3422
3423 DEFXX FDDI NETWORK DRIVER
3424 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3425 S:      Maintained
3426 F:      drivers/net/fddi/defxx.*
3427
3428 DELL LAPTOP DRIVER
3429 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3430 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3431 L:      platform-driver-x86@vger.kernel.org
3432 S:      Maintained
3433 F:      drivers/platform/x86/dell-laptop.c
3434
3435 DELL LAPTOP RBTN DRIVER
3436 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3437 S:      Maintained
3438 F:      drivers/platform/x86/dell-rbtn.*
3439
3440 DELL LAPTOP FREEFALL DRIVER
3441 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3442 S:      Maintained
3443 F:      drivers/platform/x86/dell-smo8800.c
3444
3445 DELL LAPTOP SMM DRIVER
3446 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3447 S:      Maintained
3448 F:      drivers/hwmon/dell-smm-hwmon.c
3449 F:      include/uapi/linux/i8k.h
3450
3451 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3452 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3453 S:      Maintained
3454 F:      Documentation/dcdbas.txt
3455 F:      drivers/firmware/dcdbas.*
3456
3457 DELL WMI EXTRAS DRIVER
3458 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3459 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3460 S:      Maintained
3461 F:      drivers/platform/x86/dell-wmi.c
3462
3463 DESIGNWARE USB2 DRD IP DRIVER
3464 M:      John Youn <johnyoun@synopsys.com>
3465 L:      linux-usb@vger.kernel.org
3466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3467 S:      Maintained
3468 F:      drivers/usb/dwc2/
3469
3470 DESIGNWARE USB3 DRD IP DRIVER
3471 M:      Felipe Balbi <balbi@kernel.org>
3472 L:      linux-usb@vger.kernel.org
3473 L:      linux-omap@vger.kernel.org
3474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3475 S:      Maintained
3476 F:      drivers/usb/dwc3/
3477
3478 DEVICE COREDUMP (DEV_COREDUMP)
3479 M:      Johannes Berg <johannes@sipsolutions.net>
3480 L:      linux-kernel@vger.kernel.org
3481 S:      Maintained
3482 F:      drivers/base/devcoredump.c
3483 F:      include/linux/devcoredump.h
3484
3485 DEVICE FREQUENCY (DEVFREQ)
3486 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3487 M:      Kyungmin Park <kyungmin.park@samsung.com>
3488 L:      linux-pm@vger.kernel.org
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3490 S:      Maintained
3491 F:      drivers/devfreq/
3492 F:      include/linux/devfreq.h
3493 F:      Documentation/devicetree/bindings/devfreq/
3494
3495 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3496 M:      Chanwoo Choi <cw00.choi@samsung.com>
3497 L:      linux-pm@vger.kernel.org
3498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3499 S:      Supported
3500 F:      drivers/devfreq/event/
3501 F:      drivers/devfreq/devfreq-event.c
3502 F:      include/linux/devfreq-event.h
3503 F:      Documentation/devicetree/bindings/devfreq/event/
3504
3505 DEVICE NUMBER REGISTRY
3506 M:      Torben Mathiasen <device@lanana.org>
3507 W:      http://lanana.org/docs/device-list/index.html
3508 S:      Maintained
3509
3510 DEVICE-MAPPER  (LVM)
3511 M:      Alasdair Kergon <agk@redhat.com>
3512 M:      Mike Snitzer <snitzer@redhat.com>
3513 M:      dm-devel@redhat.com
3514 L:      dm-devel@redhat.com
3515 W:      http://sources.redhat.com/dm
3516 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3518 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3519 S:      Maintained
3520 F:      Documentation/device-mapper/
3521 F:      drivers/md/dm*
3522 F:      drivers/md/persistent-data/
3523 F:      include/linux/device-mapper.h
3524 F:      include/linux/dm-*.h
3525 F:      include/uapi/linux/dm-*.h
3526
3527 DIALOG SEMICONDUCTOR DRIVERS
3528 M:      Support Opensource <support.opensource@diasemi.com>
3529 W:      http://www.dialog-semiconductor.com/products
3530 S:      Supported
3531 F:      Documentation/hwmon/da90??
3532 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3533 F:      drivers/gpio/gpio-da90??.c
3534 F:      drivers/hwmon/da90??-hwmon.c
3535 F:      drivers/iio/adc/da91??-*.c
3536 F:      drivers/input/misc/da90??_onkey.c
3537 F:      drivers/input/touchscreen/da9052_tsi.c
3538 F:      drivers/leds/leds-da90??.c
3539 F:      drivers/mfd/da903x.c
3540 F:      drivers/mfd/da90??-*.c
3541 F:      drivers/mfd/da91??-*.c
3542 F:      drivers/power/da9052-battery.c
3543 F:      drivers/power/da91??-*.c
3544 F:      drivers/regulator/da903x.c
3545 F:      drivers/regulator/da9???-regulator.[ch]
3546 F:      drivers/rtc/rtc-da90??.c
3547 F:      drivers/video/backlight/da90??_bl.c
3548 F:      drivers/watchdog/da90??_wdt.c
3549 F:      include/linux/mfd/da903x.h
3550 F:      include/linux/mfd/da9052/
3551 F:      include/linux/mfd/da9055/
3552 F:      include/linux/mfd/da9063/
3553 F:      include/linux/mfd/da9150/
3554 F:      include/sound/da[79]*.h
3555 F:      sound/soc/codecs/da[79]*.[ch]
3556
3557 DIGI NEO AND CLASSIC PCI PRODUCTS
3558 M:      Lidza Louina <lidza.louina@gmail.com>
3559 M:      Mark Hounschell <markh@compro.net>
3560 L:      driverdev-devel@linuxdriverproject.org
3561 S:      Maintained
3562 F:      drivers/staging/dgnc/
3563
3564 DIGI EPCA PCI PRODUCTS
3565 M:      Lidza Louina <lidza.louina@gmail.com>
3566 M:      Daeseok Youn <daeseok.youn@gmail.com>
3567 L:      driverdev-devel@linuxdriverproject.org
3568 S:      Maintained
3569 F:      drivers/staging/dgap/
3570
3571 DIOLAN U2C-12 I2C DRIVER
3572 M:      Guenter Roeck <linux@roeck-us.net>
3573 L:      linux-i2c@vger.kernel.org
3574 S:      Maintained
3575 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3576
3577 DIRECT ACCESS (DAX)
3578 M:      Matthew Wilcox <willy@linux.intel.com>
3579 L:      linux-fsdevel@vger.kernel.org
3580 S:      Supported
3581 F:      fs/dax.c
3582
3583 DIRECTORY NOTIFICATION (DNOTIFY)
3584 M:      Eric Paris <eparis@parisplace.org>
3585 S:      Maintained
3586 F:      Documentation/filesystems/dnotify.txt
3587 F:      fs/notify/dnotify/
3588 F:      include/linux/dnotify.h
3589
3590 DISK GEOMETRY AND PARTITION HANDLING
3591 M:      Andries Brouwer <aeb@cwi.nl>
3592 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3593 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3594 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3595 S:      Maintained
3596
3597 DISKQUOTA
3598 M:      Jan Kara <jack@suse.com>
3599 S:      Maintained
3600 F:      Documentation/filesystems/quota.txt
3601 F:      fs/quota/
3602 F:      include/linux/quota*.h
3603 F:      include/uapi/linux/quota*.h
3604
3605 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3606 M:      Bernie Thompson <bernie@plugable.com>
3607 L:      linux-fbdev@vger.kernel.org
3608 S:      Maintained
3609 W:      http://plugable.com/category/projects/udlfb/
3610 F:      drivers/video/fbdev/udlfb.c
3611 F:      include/video/udlfb.h
3612 F:      Documentation/fb/udlfb.txt
3613
3614 DISTRIBUTED LOCK MANAGER (DLM)
3615 M:      Christine Caulfield <ccaulfie@redhat.com>
3616 M:      David Teigland <teigland@redhat.com>
3617 L:      cluster-devel@redhat.com
3618 W:      http://sources.redhat.com/cluster/
3619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3620 S:      Supported
3621 F:      fs/dlm/
3622
3623 DMA BUFFER SHARING FRAMEWORK
3624 M:      Sumit Semwal <sumit.semwal@linaro.org>
3625 S:      Maintained
3626 L:      linux-media@vger.kernel.org
3627 L:      dri-devel@lists.freedesktop.org
3628 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3629 F:      drivers/dma-buf/
3630 F:      include/linux/dma-buf*
3631 F:      include/linux/reservation.h
3632 F:      include/linux/*fence.h
3633 F:      Documentation/dma-buf-sharing.txt
3634 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3635
3636 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3637 M:      Vinod Koul <vinod.koul@intel.com>
3638 L:      dmaengine@vger.kernel.org
3639 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3640 S:      Maintained
3641 F:      drivers/dma/
3642 F:      include/linux/dmaengine.h
3643 F:      Documentation/dmaengine/
3644 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3645
3646 DME1737 HARDWARE MONITOR DRIVER
3647 M:      Juerg Haefliger <juergh@gmail.com>
3648 L:      lm-sensors@lm-sensors.org
3649 S:      Maintained
3650 F:      Documentation/hwmon/dme1737
3651 F:      drivers/hwmon/dme1737.c
3652
3653 DMI/SMBIOS SUPPORT
3654 M:      Jean Delvare <jdelvare@suse.com>
3655 S:      Maintained
3656 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3657 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3658 F:      drivers/firmware/dmi-id.c
3659 F:      drivers/firmware/dmi_scan.c
3660 F:      include/linux/dmi.h
3661
3662 DOCUMENTATION
3663 M:      Jonathan Corbet <corbet@lwn.net>
3664 L:      linux-doc@vger.kernel.org
3665 S:      Maintained
3666 F:      Documentation/
3667 F:      scripts/docproc.c
3668 F:      scripts/kernel-doc*
3669 X:      Documentation/ABI/
3670 X:      Documentation/devicetree/
3671 X:      Documentation/acpi
3672 X:      Documentation/power
3673 X:      Documentation/spi
3674 X:      Documentation/DocBook/media
3675 T:      git git://git.lwn.net/linux.git docs-next
3676
3677 DOUBLETALK DRIVER
3678 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3679 L:      blinux-list@redhat.com
3680 S:      Maintained
3681 F:      drivers/char/dtlk.c
3682 F:      include/linux/dtlk.h
3683
3684 DPT_I2O SCSI RAID DRIVER
3685 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3686 L:      linux-scsi@vger.kernel.org
3687 W:      http://www.adaptec.com/
3688 S:      Maintained
3689 F:      drivers/scsi/dpt*
3690 F:      drivers/scsi/dpt/
3691
3692 DRBD DRIVER
3693 M:      Philipp Reisner <philipp.reisner@linbit.com>
3694 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3695 L:      drbd-dev@lists.linbit.com
3696 W:      http://www.drbd.org
3697 T:      git git://git.linbit.com/linux-drbd.git
3698 T:      git git://git.linbit.com/drbd-8.4.git
3699 S:      Supported
3700 F:      drivers/block/drbd/
3701 F:      lib/lru_cache.c
3702 F:      Documentation/blockdev/drbd/
3703
3704 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3705 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3707 S:      Supported
3708 F:      Documentation/kobject.txt
3709 F:      drivers/base/
3710 F:      fs/debugfs/
3711 F:      fs/kernfs/
3712 F:      fs/sysfs/
3713 F:      include/linux/debugfs.h
3714 F:      include/linux/kobj*
3715 F:      lib/kobj*
3716
3717 DRM DRIVERS
3718 M:      David Airlie <airlied@linux.ie>
3719 L:      dri-devel@lists.freedesktop.org
3720 T:      git git://people.freedesktop.org/~airlied/linux
3721 S:      Maintained
3722 F:      drivers/gpu/drm/
3723 F:      drivers/gpu/vga/
3724 F:      include/drm/
3725 F:      include/uapi/drm/
3726
3727 RADEON DRM DRIVERS
3728 M:      Alex Deucher <alexander.deucher@amd.com>
3729 M:      Christian König <christian.koenig@amd.com>
3730 L:      dri-devel@lists.freedesktop.org
3731 T:      git git://people.freedesktop.org/~agd5f/linux
3732 S:      Supported
3733 F:      drivers/gpu/drm/radeon/
3734 F:      include/uapi/drm/radeon*
3735
3736 DRM PANEL DRIVERS
3737 M:      Thierry Reding <thierry.reding@gmail.com>
3738 L:      dri-devel@lists.freedesktop.org
3739 T:      git git://anongit.freedesktop.org/tegra/linux.git
3740 S:      Maintained
3741 F:      drivers/gpu/drm/drm_panel.c
3742 F:      drivers/gpu/drm/panel/
3743 F:      include/drm/drm_panel.h
3744 F:      Documentation/devicetree/bindings/display/panel/
3745
3746 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3747 M:      Daniel Vetter <daniel.vetter@intel.com>
3748 M:      Jani Nikula <jani.nikula@linux.intel.com>
3749 L:      intel-gfx@lists.freedesktop.org
3750 L:      dri-devel@lists.freedesktop.org
3751 W:      https://01.org/linuxgraphics/
3752 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3753 T:      git git://anongit.freedesktop.org/drm-intel
3754 S:      Supported
3755 F:      drivers/gpu/drm/i915/
3756 F:      include/drm/i915*
3757 F:      include/uapi/drm/i915*
3758
3759 DRM DRIVERS FOR ATMEL HLCDC
3760 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3761 L:      dri-devel@lists.freedesktop.org
3762 S:      Supported
3763 F:      drivers/gpu/drm/atmel-hlcdc/
3764 F:      Documentation/devicetree/bindings/drm/atmel/
3765
3766 DRM DRIVERS FOR EXYNOS
3767 M:      Inki Dae <inki.dae@samsung.com>
3768 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3769 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3770 M:      Kyungmin Park <kyungmin.park@samsung.com>
3771 L:      dri-devel@lists.freedesktop.org
3772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3773 S:      Supported
3774 F:      drivers/gpu/drm/exynos/
3775 F:      include/drm/exynos*
3776 F:      include/uapi/drm/exynos*
3777
3778 DRM DRIVERS FOR FREESCALE DCU
3779 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3780 M:      Alison Wang <alison.wang@freescale.com>
3781 L:      dri-devel@lists.freedesktop.org
3782 S:      Supported
3783 F:      drivers/gpu/drm/fsl-dcu/
3784 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3785 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3786
3787 DRM DRIVERS FOR FREESCALE IMX
3788 M:      Philipp Zabel <p.zabel@pengutronix.de>
3789 L:      dri-devel@lists.freedesktop.org
3790 S:      Maintained
3791 F:      drivers/gpu/drm/imx/
3792 F:      drivers/gpu/ipu-v3/
3793 F:      Documentation/devicetree/bindings/display/imx/
3794
3795 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3796 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3797 L:      dri-devel@lists.freedesktop.org
3798 T:      git git://github.com/patjak/drm-gma500
3799 S:      Maintained
3800 F:      drivers/gpu/drm/gma500
3801 F:      include/drm/gma500*
3802
3803 DRM DRIVERS FOR NVIDIA TEGRA
3804 M:      Thierry Reding <thierry.reding@gmail.com>
3805 M:      Terje Bergström <tbergstrom@nvidia.com>
3806 L:      dri-devel@lists.freedesktop.org
3807 L:      linux-tegra@vger.kernel.org
3808 T:      git git://anongit.freedesktop.org/tegra/linux.git
3809 S:      Supported
3810 F:      drivers/gpu/drm/tegra/
3811 F:      drivers/gpu/host1x/
3812 F:      include/linux/host1x.h
3813 F:      include/uapi/drm/tegra_drm.h
3814 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3815
3816 DRM DRIVERS FOR RENESAS
3817 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3818 L:      dri-devel@lists.freedesktop.org
3819 L:      linux-renesas-soc@vger.kernel.org
3820 T:      git git://people.freedesktop.org/~airlied/linux
3821 S:      Supported
3822 F:      drivers/gpu/drm/rcar-du/
3823 F:      drivers/gpu/drm/shmobile/
3824 F:      include/linux/platform_data/shmob_drm.h
3825
3826 DRM DRIVERS FOR ROCKCHIP
3827 M:      Mark Yao <mark.yao@rock-chips.com>
3828 L:      dri-devel@lists.freedesktop.org
3829 S:      Maintained
3830 F:      drivers/gpu/drm/rockchip/
3831 F:      Documentation/devicetree/bindings/display/rockchip*
3832
3833 DRM DRIVERS FOR STI
3834 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3835 M:      Vincent Abriou <vincent.abriou@st.com>
3836 L:      dri-devel@lists.freedesktop.org
3837 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3838 S:      Maintained
3839 F:      drivers/gpu/drm/sti
3840 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3841
3842 DRM DRIVERS FOR VIVANTE GPU IP
3843 M:      Lucas Stach <l.stach@pengutronix.de>
3844 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3845 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3846 L:      dri-devel@lists.freedesktop.org
3847 S:      Maintained
3848 F:      drivers/gpu/drm/etnaviv
3849 F:      Documentation/devicetree/bindings/display/etnaviv
3850
3851 DSBR100 USB FM RADIO DRIVER
3852 M:      Alexey Klimov <klimov.linux@gmail.com>
3853 L:      linux-media@vger.kernel.org
3854 T:      git git://linuxtv.org/media_tree.git
3855 S:      Maintained
3856 F:      drivers/media/radio/dsbr100.c
3857
3858 DSCC4 DRIVER
3859 M:      Francois Romieu <romieu@fr.zoreil.com>
3860 L:      netdev@vger.kernel.org
3861 S:      Maintained
3862 F:      drivers/net/wan/dscc4.c
3863
3864 DT3155 MEDIA DRIVER
3865 M:      Hans Verkuil <hverkuil@xs4all.nl>
3866 L:      linux-media@vger.kernel.org
3867 T:      git git://linuxtv.org/media_tree.git
3868 W:      https://linuxtv.org
3869 S:      Odd Fixes
3870 F:      drivers/media/pci/dt3155/
3871
3872 DVB_USB_AF9015 MEDIA DRIVER
3873 M:      Antti Palosaari <crope@iki.fi>
3874 L:      linux-media@vger.kernel.org
3875 W:      https://linuxtv.org
3876 W:      http://palosaari.fi/linux/
3877 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3878 T:      git git://linuxtv.org/anttip/media_tree.git
3879 S:      Maintained
3880 F:      drivers/media/usb/dvb-usb-v2/af9015*
3881
3882 DVB_USB_AF9035 MEDIA DRIVER
3883 M:      Antti Palosaari <crope@iki.fi>
3884 L:      linux-media@vger.kernel.org
3885 W:      https://linuxtv.org
3886 W:      http://palosaari.fi/linux/
3887 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3888 T:      git git://linuxtv.org/anttip/media_tree.git
3889 S:      Maintained
3890 F:      drivers/media/usb/dvb-usb-v2/af9035*
3891
3892 DVB_USB_ANYSEE MEDIA DRIVER
3893 M:      Antti Palosaari <crope@iki.fi>
3894 L:      linux-media@vger.kernel.org
3895 W:      https://linuxtv.org
3896 W:      http://palosaari.fi/linux/
3897 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3898 T:      git git://linuxtv.org/anttip/media_tree.git
3899 S:      Maintained
3900 F:      drivers/media/usb/dvb-usb-v2/anysee*
3901
3902 DVB_USB_AU6610 MEDIA DRIVER
3903 M:      Antti Palosaari <crope@iki.fi>
3904 L:      linux-media@vger.kernel.org
3905 W:      https://linuxtv.org
3906 W:      http://palosaari.fi/linux/
3907 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3908 T:      git git://linuxtv.org/anttip/media_tree.git
3909 S:      Maintained
3910 F:      drivers/media/usb/dvb-usb-v2/au6610*
3911
3912 DVB_USB_CE6230 MEDIA DRIVER
3913 M:      Antti Palosaari <crope@iki.fi>
3914 L:      linux-media@vger.kernel.org
3915 W:      https://linuxtv.org
3916 W:      http://palosaari.fi/linux/
3917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3918 T:      git git://linuxtv.org/anttip/media_tree.git
3919 S:      Maintained
3920 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3921
3922 DVB_USB_CXUSB MEDIA DRIVER
3923 M:      Michael Krufky <mkrufky@linuxtv.org>
3924 L:      linux-media@vger.kernel.org
3925 W:      https://linuxtv.org
3926 W:      http://github.com/mkrufky
3927 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3928 T:      git git://linuxtv.org/media_tree.git
3929 S:      Maintained
3930 F:      drivers/media/usb/dvb-usb/cxusb*
3931
3932 DVB_USB_EC168 MEDIA DRIVER
3933 M:      Antti Palosaari <crope@iki.fi>
3934 L:      linux-media@vger.kernel.org
3935 W:      https://linuxtv.org
3936 W:      http://palosaari.fi/linux/
3937 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3938 T:      git git://linuxtv.org/anttip/media_tree.git
3939 S:      Maintained
3940 F:      drivers/media/usb/dvb-usb-v2/ec168*
3941
3942 DVB_USB_GL861 MEDIA DRIVER
3943 M:      Antti Palosaari <crope@iki.fi>
3944 L:      linux-media@vger.kernel.org
3945 W:      https://linuxtv.org
3946 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3947 T:      git git://linuxtv.org/anttip/media_tree.git
3948 S:      Maintained
3949 F:      drivers/media/usb/dvb-usb-v2/gl861*
3950
3951 DVB_USB_MXL111SF MEDIA DRIVER
3952 M:      Michael Krufky <mkrufky@linuxtv.org>
3953 L:      linux-media@vger.kernel.org
3954 W:      https://linuxtv.org
3955 W:      http://github.com/mkrufky
3956 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3957 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3958 S:      Maintained
3959 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3960
3961 DVB_USB_RTL28XXU MEDIA DRIVER
3962 M:      Antti Palosaari <crope@iki.fi>
3963 L:      linux-media@vger.kernel.org
3964 W:      https://linuxtv.org
3965 W:      http://palosaari.fi/linux/
3966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3967 T:      git git://linuxtv.org/anttip/media_tree.git
3968 S:      Maintained
3969 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3970
3971 DVB_USB_V2 MEDIA DRIVER
3972 M:      Antti Palosaari <crope@iki.fi>
3973 L:      linux-media@vger.kernel.org
3974 W:      https://linuxtv.org
3975 W:      http://palosaari.fi/linux/
3976 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3977 T:      git git://linuxtv.org/anttip/media_tree.git
3978 S:      Maintained
3979 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3980 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3981
3982 DYNAMIC DEBUG
3983 M:      Jason Baron <jbaron@akamai.com>
3984 S:      Maintained
3985 F:      lib/dynamic_debug.c
3986 F:      include/linux/dynamic_debug.h
3987
3988 DZ DECSTATION DZ11 SERIAL DRIVER
3989 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3990 S:      Maintained
3991 F:      drivers/tty/serial/dz.*
3992
3993 E3X0 POWER BUTTON DRIVER
3994 M:      Moritz Fischer <moritz.fischer@ettus.com>
3995 L:      usrp-users@lists.ettus.com
3996 W:      http://www.ettus.com
3997 S:      Supported
3998 F:      drivers/input/misc/e3x0-button.c
3999 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4000
4001 E4000 MEDIA DRIVER
4002 M:      Antti Palosaari <crope@iki.fi>
4003 L:      linux-media@vger.kernel.org
4004 W:      https://linuxtv.org
4005 W:      http://palosaari.fi/linux/
4006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4007 T:      git git://linuxtv.org/anttip/media_tree.git
4008 S:      Maintained
4009 F:      drivers/media/tuners/e4000*
4010
4011 EATA ISA/EISA/PCI SCSI DRIVER
4012 M:      Dario Ballabio <ballabio_dario@emc.com>
4013 L:      linux-scsi@vger.kernel.org
4014 S:      Maintained
4015 F:      drivers/scsi/eata.c
4016
4017 EC100 MEDIA DRIVER
4018 M:      Antti Palosaari <crope@iki.fi>
4019 L:      linux-media@vger.kernel.org
4020 W:      https://linuxtv.org
4021 W:      http://palosaari.fi/linux/
4022 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4023 T:      git git://linuxtv.org/anttip/media_tree.git
4024 S:      Maintained
4025 F:      drivers/media/dvb-frontends/ec100*
4026
4027 ECRYPT FILE SYSTEM
4028 M:      Tyler Hicks <tyhicks@canonical.com>
4029 L:      ecryptfs@vger.kernel.org
4030 W:      http://ecryptfs.org
4031 W:      https://launchpad.net/ecryptfs
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4033 S:      Supported
4034 F:      Documentation/filesystems/ecryptfs.txt
4035 F:      fs/ecryptfs/
4036
4037 EDAC-CORE
4038 M:      Doug Thompson <dougthompson@xmission.com>
4039 M:      Borislav Petkov <bp@alien8.de>
4040 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4041 L:      linux-edac@vger.kernel.org
4042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4044 S:      Supported
4045 F:      Documentation/edac.txt
4046 F:      drivers/edac/
4047 F:      include/linux/edac.h
4048
4049 EDAC-AMD64
4050 M:      Doug Thompson <dougthompson@xmission.com>
4051 M:      Borislav Petkov <bp@alien8.de>
4052 L:      linux-edac@vger.kernel.org
4053 S:      Maintained
4054 F:      drivers/edac/amd64_edac*
4055
4056 EDAC-CALXEDA
4057 M:      Doug Thompson <dougthompson@xmission.com>
4058 M:      Robert Richter <rric@kernel.org>
4059 L:      linux-edac@vger.kernel.org
4060 S:      Maintained
4061 F:      drivers/edac/highbank*
4062
4063 EDAC-CAVIUM
4064 M:      Ralf Baechle <ralf@linux-mips.org>
4065 M:      David Daney <david.daney@cavium.com>
4066 L:      linux-edac@vger.kernel.org
4067 L:      linux-mips@linux-mips.org
4068 S:      Supported
4069 F:      drivers/edac/octeon_edac*
4070
4071 EDAC-E752X
4072 M:      Mark Gross <mark.gross@intel.com>
4073 M:      Doug Thompson <dougthompson@xmission.com>
4074 L:      linux-edac@vger.kernel.org
4075 S:      Maintained
4076 F:      drivers/edac/e752x_edac.c
4077
4078 EDAC-E7XXX
4079 M:      Doug Thompson <dougthompson@xmission.com>
4080 L:      linux-edac@vger.kernel.org
4081 S:      Maintained
4082 F:      drivers/edac/e7xxx_edac.c
4083
4084 EDAC-GHES
4085 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4086 L:      linux-edac@vger.kernel.org
4087 S:      Maintained
4088 F:      drivers/edac/ghes_edac.c
4089
4090 EDAC-I82443BXGX
4091 M:      Tim Small <tim@buttersideup.com>
4092 L:      linux-edac@vger.kernel.org
4093 S:      Maintained
4094 F:      drivers/edac/i82443bxgx_edac.c
4095
4096 EDAC-I3000
4097 M:      Jason Uhlenkott <juhlenko@akamai.com>
4098 L:      linux-edac@vger.kernel.org
4099 S:      Maintained
4100 F:      drivers/edac/i3000_edac.c
4101
4102 EDAC-I5000
4103 M:      Doug Thompson <dougthompson@xmission.com>
4104 L:      linux-edac@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/edac/i5000_edac.c
4107
4108 EDAC-I5400
4109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4110 L:      linux-edac@vger.kernel.org
4111 S:      Maintained
4112 F:      drivers/edac/i5400_edac.c
4113
4114 EDAC-I7300
4115 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4116 L:      linux-edac@vger.kernel.org
4117 S:      Maintained
4118 F:      drivers/edac/i7300_edac.c
4119
4120 EDAC-I7CORE
4121 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4122 L:      linux-edac@vger.kernel.org
4123 S:      Maintained
4124 F:      drivers/edac/i7core_edac.c
4125
4126 EDAC-I82975X
4127 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4128 M:      "Arvind R." <arvino55@gmail.com>
4129 L:      linux-edac@vger.kernel.org
4130 S:      Maintained
4131 F:      drivers/edac/i82975x_edac.c
4132
4133 EDAC-IE31200
4134 M:      Jason Baron <jbaron@akamai.com>
4135 L:      linux-edac@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/edac/ie31200_edac.c
4138
4139 EDAC-MPC85XX
4140 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4141 L:      linux-edac@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/edac/mpc85xx_edac.[ch]
4144
4145 EDAC-PASEMI
4146 M:      Egor Martovetsky <egor@pasemi.com>
4147 L:      linux-edac@vger.kernel.org
4148 S:      Maintained
4149 F:      drivers/edac/pasemi_edac.c
4150
4151 EDAC-R82600
4152 M:      Tim Small <tim@buttersideup.com>
4153 L:      linux-edac@vger.kernel.org
4154 S:      Maintained
4155 F:      drivers/edac/r82600_edac.c
4156
4157 EDAC-SBRIDGE
4158 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4159 L:      linux-edac@vger.kernel.org
4160 S:      Maintained
4161 F:      drivers/edac/sb_edac.c
4162
4163 EDAC-XGENE
4164 APPLIED MICRO (APM) X-GENE SOC EDAC
4165 M:     Loc Ho <lho@apm.com>
4166 S:     Supported
4167 F:     drivers/edac/xgene_edac.c
4168 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4169
4170 EDIROL UA-101/UA-1000 DRIVER
4171 M:      Clemens Ladisch <clemens@ladisch.de>
4172 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4173 T:      git git://git.alsa-project.org/alsa-kernel.git
4174 S:      Maintained
4175 F:      sound/usb/misc/ua101.c
4176
4177 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4178 M:      Matt Fleming <matt@codeblueprint.co.uk>
4179 L:      linux-efi@vger.kernel.org
4180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4181 S:      Maintained
4182 F:      Documentation/efi-stub.txt
4183 F:      arch/ia64/kernel/efi.c
4184 F:      arch/x86/boot/compressed/eboot.[ch]
4185 F:      arch/x86/include/asm/efi.h
4186 F:      arch/x86/platform/efi/*
4187 F:      drivers/firmware/efi/*
4188 F:      include/linux/efi*.h
4189
4190 EFI VARIABLE FILESYSTEM
4191 M:      Matthew Garrett <matthew.garrett@nebula.com>
4192 M:      Jeremy Kerr <jk@ozlabs.org>
4193 M:      Matt Fleming <matt@codeblueprint.co.uk>
4194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4195 L:      linux-efi@vger.kernel.org
4196 S:      Maintained
4197 F:      fs/efivarfs/
4198
4199 EFIFB FRAMEBUFFER DRIVER
4200 L:      linux-fbdev@vger.kernel.org
4201 M:      Peter Jones <pjones@redhat.com>
4202 S:      Maintained
4203 F:      drivers/video/fbdev/efifb.c
4204
4205 EFS FILESYSTEM
4206 W:      http://aeschi.ch.eu.org/efs/
4207 S:      Orphan
4208 F:      fs/efs/
4209
4210 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4211 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4212 L:      netdev@vger.kernel.org
4213 S:      Maintained
4214 F:      drivers/net/ethernet/ibm/ehea/
4215
4216 EM28XX VIDEO4LINUX DRIVER
4217 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4218 L:      linux-media@vger.kernel.org
4219 W:      https://linuxtv.org
4220 T:      git git://linuxtv.org/media_tree.git
4221 S:      Maintained
4222 F:      drivers/media/usb/em28xx/
4223
4224 EMBEDDED LINUX
4225 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4226 M:      Matt Mackall <mpm@selenic.com>
4227 M:      David Woodhouse <dwmw2@infradead.org>
4228 L:      linux-embedded@vger.kernel.org
4229 S:      Maintained
4230
4231 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4232 M:      James Smart <james.smart@avagotech.com>
4233 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4234 L:      linux-scsi@vger.kernel.org
4235 W:      http://www.avagotech.com
4236 S:      Supported
4237 F:      drivers/scsi/lpfc/
4238
4239 ENE CB710 FLASH CARD READER DRIVER
4240 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4241 S:      Maintained
4242 F:      drivers/misc/cb710/
4243 F:      drivers/mmc/host/cb710-mmc.*
4244 F:      include/linux/cb710.h
4245
4246 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4247 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4248 S:      Maintained
4249 F:      drivers/media/rc/ene_ir.*
4250
4251 ENHANCED ERROR HANDLING (EEH)
4252 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4253 L:      linuxppc-dev@lists.ozlabs.org
4254 S:      Supported
4255 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4256 F:      arch/powerpc/kernel/eeh*.c
4257
4258 EPSON S1D13XXX FRAMEBUFFER DRIVER
4259 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4260 S:      Maintained
4261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4262 F:      drivers/video/fbdev/s1d13xxxfb.c
4263 F:      include/video/s1d13xxxfb.h
4264
4265 ET131X NETWORK DRIVER
4266 M:      Mark Einon <mark.einon@gmail.com>
4267 S:      Odd Fixes
4268 F:      drivers/net/ethernet/agere/
4269
4270 ETHERNET BRIDGE
4271 M:      Stephen Hemminger <stephen@networkplumber.org>
4272 L:      bridge@lists.linux-foundation.org
4273 L:      netdev@vger.kernel.org
4274 W:      http://www.linuxfoundation.org/en/Net:Bridge
4275 S:      Maintained
4276 F:      include/linux/netfilter_bridge/
4277 F:      net/bridge/
4278
4279 ETHERNET PHY LIBRARY
4280 M:      Florian Fainelli <f.fainelli@gmail.com>
4281 L:      netdev@vger.kernel.org
4282 S:      Maintained
4283 F:      include/linux/phy.h
4284 F:      include/linux/phy_fixed.h
4285 F:      drivers/net/phy/
4286 F:      Documentation/networking/phy.txt
4287 F:      drivers/of/of_mdio.c
4288 F:      drivers/of/of_net.c
4289
4290 EXT2 FILE SYSTEM
4291 M:      Jan Kara <jack@suse.com>
4292 L:      linux-ext4@vger.kernel.org
4293 S:      Maintained
4294 F:      Documentation/filesystems/ext2.txt
4295 F:      fs/ext2/
4296 F:      include/linux/ext2*
4297
4298 EXT4 FILE SYSTEM
4299 M:      "Theodore Ts'o" <tytso@mit.edu>
4300 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4301 L:      linux-ext4@vger.kernel.org
4302 W:      http://ext4.wiki.kernel.org
4303 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4305 S:      Maintained
4306 F:      Documentation/filesystems/ext4.txt
4307 F:      fs/ext4/
4308
4309 Extended Verification Module (EVM)
4310 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4311 L:      linux-ima-devel@lists.sourceforge.net
4312 L:      linux-security-module@vger.kernel.org
4313 S:      Supported
4314 F:      security/integrity/evm/
4315
4316 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4317 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4318 M:      Chanwoo Choi <cw00.choi@samsung.com>
4319 L:      linux-kernel@vger.kernel.org
4320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4321 S:      Maintained
4322 F:      drivers/extcon/
4323 F:      include/linux/extcon/
4324 F:      include/linux/extcon.h
4325 F:      Documentation/extcon/
4326 F:      Documentation/devicetree/bindings/extcon/
4327
4328 EXYNOS DP DRIVER
4329 M:      Jingoo Han <jingoohan1@gmail.com>
4330 L:      dri-devel@lists.freedesktop.org
4331 S:      Maintained
4332 F:      drivers/gpu/drm/exynos/exynos_dp*
4333
4334 EXYNOS MIPI DISPLAY DRIVERS
4335 M:      Inki Dae <inki.dae@samsung.com>
4336 M:      Donghwa Lee <dh09.lee@samsung.com>
4337 M:      Kyungmin Park <kyungmin.park@samsung.com>
4338 L:      linux-fbdev@vger.kernel.org
4339 S:      Maintained
4340 F:      drivers/video/fbdev/exynos/exynos_mipi*
4341 F:      include/video/exynos_mipi*
4342
4343 F71805F HARDWARE MONITORING DRIVER
4344 M:      Jean Delvare <jdelvare@suse.com>
4345 L:      lm-sensors@lm-sensors.org
4346 S:      Maintained
4347 F:      Documentation/hwmon/f71805f
4348 F:      drivers/hwmon/f71805f.c
4349
4350 FC0011 TUNER DRIVER
4351 M:      Michael Buesch <m@bues.ch>
4352 L:      linux-media@vger.kernel.org
4353 S:      Maintained
4354 F:      drivers/media/tuners/fc0011.h
4355 F:      drivers/media/tuners/fc0011.c
4356
4357 FC2580 MEDIA DRIVER
4358 M:      Antti Palosaari <crope@iki.fi>
4359 L:      linux-media@vger.kernel.org
4360 W:      https://linuxtv.org
4361 W:      http://palosaari.fi/linux/
4362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4363 T:      git git://linuxtv.org/anttip/media_tree.git
4364 S:      Maintained
4365 F:      drivers/media/tuners/fc2580*
4366
4367 FANOTIFY
4368 M:      Eric Paris <eparis@redhat.com>
4369 S:      Maintained
4370 F:      fs/notify/fanotify/
4371 F:      include/linux/fanotify.h
4372 F:      include/uapi/linux/fanotify.h
4373
4374 FARSYNC SYNCHRONOUS DRIVER
4375 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4376 W:      http://www.farsite.co.uk/
4377 S:      Supported
4378 F:      drivers/net/wan/farsync.*
4379
4380 FAULT INJECTION SUPPORT
4381 M:      Akinobu Mita <akinobu.mita@gmail.com>
4382 S:      Supported
4383 F:      Documentation/fault-injection/
4384 F:      lib/fault-inject.c
4385
4386 FBTFT Framebuffer drivers
4387 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4388 M:      Noralf Trønnes <noralf@tronnes.org>
4389 S:      Maintained
4390 F:      drivers/staging/fbtft/
4391
4392 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4393 M:      Vasu Dev <vasu.dev@intel.com>
4394 L:      fcoe-devel@open-fcoe.org
4395 W:      www.Open-FCoE.org
4396 S:      Supported
4397 F:      drivers/scsi/libfc/
4398 F:      drivers/scsi/fcoe/
4399 F:      include/scsi/fc/
4400 F:      include/scsi/libfc.h
4401 F:      include/scsi/libfcoe.h
4402 F:      include/uapi/scsi/fc/
4403
4404 FILE LOCKING (flock() and fcntl()/lockf())
4405 M:      Jeff Layton <jlayton@poochiereds.net>
4406 M:      "J. Bruce Fields" <bfields@fieldses.org>
4407 L:      linux-fsdevel@vger.kernel.org
4408 S:      Maintained
4409 F:      include/linux/fcntl.h
4410 F:      include/linux/fs.h
4411 F:      include/uapi/linux/fcntl.h
4412 F:      include/uapi/linux/fs.h
4413 F:      fs/fcntl.c
4414 F:      fs/locks.c
4415
4416 FILESYSTEMS (VFS and infrastructure)
4417 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4418 L:      linux-fsdevel@vger.kernel.org
4419 S:      Maintained
4420 F:      fs/*
4421
4422 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4423 M:      Riku Voipio <riku.voipio@iki.fi>
4424 L:      lm-sensors@lm-sensors.org
4425 S:      Maintained
4426 F:      drivers/hwmon/f75375s.c
4427 F:      include/linux/f75375s.h
4428
4429 FIREWIRE AUDIO DRIVERS
4430 M:      Clemens Ladisch <clemens@ladisch.de>
4431 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4432 T:      git git://git.alsa-project.org/alsa-kernel.git
4433 S:      Maintained
4434 F:      sound/firewire/
4435
4436 FIREWIRE MEDIA DRIVERS (firedtv)
4437 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4438 L:      linux-media@vger.kernel.org
4439 L:      linux1394-devel@lists.sourceforge.net
4440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4441 S:      Maintained
4442 F:      drivers/media/firewire/
4443
4444 FIREWIRE SBP-2 TARGET
4445 M:      Chris Boot <bootc@bootc.net>
4446 L:      linux-scsi@vger.kernel.org
4447 L:      target-devel@vger.kernel.org
4448 L:      linux1394-devel@lists.sourceforge.net
4449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4450 S:      Maintained
4451 F:      drivers/target/sbp/
4452
4453 FIREWIRE SUBSYSTEM
4454 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4455 L:      linux1394-devel@lists.sourceforge.net
4456 W:      http://ieee1394.wiki.kernel.org/
4457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4458 S:      Maintained
4459 F:      drivers/firewire/
4460 F:      include/linux/firewire.h
4461 F:      include/uapi/linux/firewire*.h
4462 F:      tools/firewire/
4463
4464 FIRMWARE LOADER (request_firmware)
4465 M:      Ming Lei <ming.lei@canonical.com>
4466 L:      linux-kernel@vger.kernel.org
4467 S:      Maintained
4468 F:      Documentation/firmware_class/
4469 F:      drivers/base/firmware*.c
4470 F:      include/linux/firmware.h
4471
4472 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4473 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4474 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4475 S:      Maintained
4476 F:      drivers/block/rsxx/
4477
4478 FLOPPY DRIVER
4479 M:      Jiri Kosina <jikos@kernel.org>
4480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4481 S:      Odd fixes
4482 F:      drivers/block/floppy.c
4483
4484 FMC SUBSYSTEM
4485 M:      Alessandro Rubini <rubini@gnudd.com>
4486 W:      http://www.ohwr.org/projects/fmc-bus
4487 S:      Supported
4488 F:      drivers/fmc/
4489 F:      include/linux/fmc*.h
4490 F:      include/linux/ipmi-fru.h
4491 K:      fmc_d.*register
4492
4493 FPGA MANAGER FRAMEWORK
4494 M:      Alan Tull <atull@opensource.altera.com>
4495 R:      Moritz Fischer <moritz.fischer@ettus.com>
4496 S:      Maintained
4497 F:      drivers/fpga/
4498 F:      include/linux/fpga/fpga-mgr.h
4499 W:      http://www.rocketboards.org
4500
4501 FPU EMULATOR
4502 M:      Bill Metzenthen <billm@melbpc.org.au>
4503 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4504 S:      Maintained
4505 F:      arch/x86/math-emu/
4506
4507 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4508 L:      netdev@vger.kernel.org
4509 S:      Orphan
4510 F:      drivers/net/wan/dlci.c
4511 F:      drivers/net/wan/sdla.c
4512
4513 FRAMEBUFFER LAYER
4514 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4515 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4516 L:      linux-fbdev@vger.kernel.org
4517 W:      http://linux-fbdev.sourceforge.net/
4518 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4520 S:      Maintained
4521 F:      Documentation/fb/
4522 F:      drivers/video/
4523 F:      include/video/
4524 F:      include/linux/fb.h
4525 F:      include/uapi/video/
4526 F:      include/uapi/linux/fb.h
4527
4528 FREESCALE DIU FRAMEBUFFER DRIVER
4529 M:      Timur Tabi <timur@tabi.org>
4530 L:      linux-fbdev@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/video/fbdev/fsl-diu-fb.*
4533
4534 FREESCALE DMA DRIVER
4535 M:      Li Yang <leoli@freescale.com>
4536 M:      Zhang Wei <zw@zh-kernel.org>
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 S:      Maintained
4539 F:      drivers/dma/fsldma.*
4540
4541 FREESCALE I2C CPM DRIVER
4542 M:      Jochen Friedrich <jochen@scram.de>
4543 L:      linuxppc-dev@lists.ozlabs.org
4544 L:      linux-i2c@vger.kernel.org
4545 S:      Maintained
4546 F:      drivers/i2c/busses/i2c-cpm.c
4547
4548 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4549 M:      Sascha Hauer <kernel@pengutronix.de>
4550 L:      linux-fbdev@vger.kernel.org
4551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4552 S:      Maintained
4553 F:      include/linux/platform_data/video-imxfb.h
4554 F:      drivers/video/fbdev/imxfb.c
4555
4556 FREESCALE QUAD SPI DRIVER
4557 M:      Han Xu <han.xu@freescale.com>
4558 L:      linux-mtd@lists.infradead.org
4559 S:      Maintained
4560 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4561
4562 FREESCALE SOC FS_ENET DRIVER
4563 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4564 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4565 L:      linuxppc-dev@lists.ozlabs.org
4566 L:      netdev@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/net/ethernet/freescale/fs_enet/
4569 F:      include/linux/fs_enet_pd.h
4570
4571 FREESCALE QUICC ENGINE LIBRARY
4572 L:      linuxppc-dev@lists.ozlabs.org
4573 S:      Orphan
4574 F:      drivers/soc/fsl/qe/
4575 F:      include/soc/fsl/*qe*.h
4576 F:      include/soc/fsl/*ucc*.h
4577
4578 FREESCALE USB PERIPHERAL DRIVERS
4579 M:      Li Yang <leoli@freescale.com>
4580 L:      linux-usb@vger.kernel.org
4581 L:      linuxppc-dev@lists.ozlabs.org
4582 S:      Maintained
4583 F:      drivers/usb/gadget/udc/fsl*
4584
4585 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4586 M:      Li Yang <leoli@freescale.com>
4587 L:      netdev@vger.kernel.org
4588 L:      linuxppc-dev@lists.ozlabs.org
4589 S:      Maintained
4590 F:      drivers/net/ethernet/freescale/ucc_geth*
4591
4592 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4593 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4594 L:      netdev@vger.kernel.org
4595 S:      Maintained
4596 F:      drivers/net/ethernet/freescale/gianfar*
4597 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4598 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4599
4600 FREESCALE QUICC ENGINE UCC UART DRIVER
4601 M:      Timur Tabi <timur@tabi.org>
4602 L:      linuxppc-dev@lists.ozlabs.org
4603 S:      Maintained
4604 F:      drivers/tty/serial/ucc_uart.c
4605
4606 FREESCALE SOC SOUND DRIVERS
4607 M:      Timur Tabi <timur@tabi.org>
4608 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4609 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4610 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4611 L:      linuxppc-dev@lists.ozlabs.org
4612 S:      Maintained
4613 F:      sound/soc/fsl/fsl*
4614 F:      sound/soc/fsl/imx*
4615 F:      sound/soc/fsl/mpc8610_hpcd.c
4616
4617 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4618 M:      "J. German Rivera" <German.Rivera@freescale.com>
4619 L:      linux-kernel@vger.kernel.org
4620 S:      Maintained
4621 F:      drivers/staging/fsl-mc/
4622
4623 FREEVXFS FILESYSTEM
4624 M:      Christoph Hellwig <hch@infradead.org>
4625 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4626 S:      Maintained
4627 F:      fs/freevxfs/
4628
4629 FREEZER
4630 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4631 M:      Pavel Machek <pavel@ucw.cz>
4632 L:      linux-pm@vger.kernel.org
4633 S:      Supported
4634 F:      Documentation/power/freezing-of-tasks.txt
4635 F:      include/linux/freezer.h
4636 F:      kernel/freezer.c
4637
4638 FRONTSWAP API
4639 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4640 L:      linux-kernel@vger.kernel.org
4641 S:      Maintained
4642 F:      mm/frontswap.c
4643 F:      include/linux/frontswap.h
4644
4645 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4646 M:      David Howells <dhowells@redhat.com>
4647 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4648 S:      Supported
4649 F:      Documentation/filesystems/caching/
4650 F:      fs/fscache/
4651 F:      include/linux/fscache*.h
4652
4653 F2FS FILE SYSTEM
4654 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4655 M:      Changman Lee <cm224.lee@samsung.com>
4656 R:      Chao Yu <chao2.yu@samsung.com>
4657 L:      linux-f2fs-devel@lists.sourceforge.net
4658 W:      http://en.wikipedia.org/wiki/F2FS
4659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4660 S:      Maintained
4661 F:      Documentation/filesystems/f2fs.txt
4662 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4663 F:      fs/f2fs/
4664 F:      include/linux/f2fs_fs.h
4665 F:      include/trace/events/f2fs.h
4666
4667 FUJITSU FR-V (FRV) PORT
4668 S:      Orphan
4669 F:      arch/frv/
4670
4671 FUJITSU LAPTOP EXTRAS
4672 M:      Jonathan Woithe <jwoithe@just42.net>
4673 L:      platform-driver-x86@vger.kernel.org
4674 S:      Maintained
4675 F:      drivers/platform/x86/fujitsu-laptop.c
4676
4677 FUJITSU M-5MO LS CAMERA ISP DRIVER
4678 M:      Kyungmin Park <kyungmin.park@samsung.com>
4679 M:      Heungjun Kim <riverful.kim@samsung.com>
4680 L:      linux-media@vger.kernel.org
4681 S:      Maintained
4682 F:      drivers/media/i2c/m5mols/
4683 F:      include/media/i2c/m5mols.h
4684
4685 FUJITSU TABLET EXTRAS
4686 M:      Robert Gerlach <khnz@gmx.de>
4687 L:      platform-driver-x86@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/platform/x86/fujitsu-tablet.c
4690
4691 FUSE: FILESYSTEM IN USERSPACE
4692 M:      Miklos Szeredi <miklos@szeredi.hu>
4693 L:      fuse-devel@lists.sourceforge.net
4694 W:      http://fuse.sourceforge.net/
4695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4696 S:      Maintained
4697 F:      fs/fuse/
4698 F:      include/uapi/linux/fuse.h
4699 F:      Documentation/filesystems/fuse.txt
4700
4701 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4702 M:      Rik Faith <faith@cs.unc.edu>
4703 L:      linux-scsi@vger.kernel.org
4704 S:      Odd Fixes (e.g., new signatures)
4705 F:      drivers/scsi/fdomain.*
4706
4707 GCOV BASED KERNEL PROFILING
4708 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4709 S:      Maintained
4710 F:      kernel/gcov/
4711 F:      Documentation/gcov.txt
4712
4713 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4714 M:      Achim Leubner <achim_leubner@adaptec.com>
4715 L:      linux-scsi@vger.kernel.org
4716 W:      http://www.icp-vortex.com/
4717 S:      Supported
4718 F:      drivers/scsi/gdt*
4719
4720 GDB KERNEL DEBUGGING HELPER SCRIPTS
4721 M:      Jan Kiszka <jan.kiszka@siemens.com>
4722 S:      Supported
4723 F:      scripts/gdb/
4724
4725 GEMTEK FM RADIO RECEIVER DRIVER
4726 M:      Hans Verkuil <hverkuil@xs4all.nl>
4727 L:      linux-media@vger.kernel.org
4728 T:      git git://linuxtv.org/media_tree.git
4729 W:      https://linuxtv.org
4730 S:      Maintained
4731 F:      drivers/media/radio/radio-gemtek*
4732
4733 GENERIC GPIO I2C DRIVER
4734 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4735 S:      Supported
4736 F:      drivers/i2c/busses/i2c-gpio.c
4737 F:      include/linux/i2c-gpio.h
4738
4739 GENERIC GPIO I2C MULTIPLEXER DRIVER
4740 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4741 L:      linux-i2c@vger.kernel.org
4742 S:      Supported
4743 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4744 F:      include/linux/i2c-mux-gpio.h
4745 F:      Documentation/i2c/muxes/i2c-mux-gpio
4746
4747 GENERIC HDLC (WAN) DRIVERS
4748 M:      Krzysztof Halasa <khc@pm.waw.pl>
4749 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4750 S:      Maintained
4751 F:      drivers/net/wan/c101.c
4752 F:      drivers/net/wan/hd6457*
4753 F:      drivers/net/wan/hdlc*
4754 F:      drivers/net/wan/n2.c
4755 F:      drivers/net/wan/pc300too.c
4756 F:      drivers/net/wan/pci200syn.c
4757 F:      drivers/net/wan/wanxl*
4758
4759 GENERIC INCLUDE/ASM HEADER FILES
4760 M:      Arnd Bergmann <arnd@arndb.de>
4761 L:      linux-arch@vger.kernel.org
4762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4763 S:      Maintained
4764 F:      include/asm-generic/
4765 F:      include/uapi/asm-generic/
4766
4767 GENERIC PHY FRAMEWORK
4768 M:      Kishon Vijay Abraham I <kishon@ti.com>
4769 L:      linux-kernel@vger.kernel.org
4770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4771 S:      Supported
4772 F:      drivers/phy/
4773 F:      include/linux/phy/
4774
4775 GENERIC PM DOMAINS
4776 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4777 M:      Kevin Hilman <khilman@kernel.org>
4778 M:      Ulf Hansson <ulf.hansson@linaro.org>
4779 L:      linux-pm@vger.kernel.org
4780 S:      Supported
4781 F:      drivers/base/power/domain*.c
4782 F:      include/linux/pm_domain.h
4783
4784 GENERIC UIO DRIVER FOR PCI DEVICES
4785 M:      "Michael S. Tsirkin" <mst@redhat.com>
4786 L:      kvm@vger.kernel.org
4787 S:      Supported
4788 F:      drivers/uio/uio_pci_generic.c
4789
4790 GET_MAINTAINER SCRIPT
4791 M:      Joe Perches <joe@perches.com>
4792 S:      Maintained
4793 F:      scripts/get_maintainer.pl
4794
4795 GFS2 FILE SYSTEM
4796 M:      Steven Whitehouse <swhiteho@redhat.com>
4797 M:      Bob Peterson <rpeterso@redhat.com>
4798 L:      cluster-devel@redhat.com
4799 W:      http://sources.redhat.com/cluster/
4800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4801 S:      Supported
4802 F:      Documentation/filesystems/gfs2*.txt
4803 F:      fs/gfs2/
4804 F:      include/uapi/linux/gfs2_ondisk.h
4805
4806 GIGASET ISDN DRIVERS
4807 M:      Paul Bolle <pebolle@tiscali.nl>
4808 L:      gigaset307x-common@lists.sourceforge.net
4809 W:      http://gigaset307x.sourceforge.net/
4810 S:      Odd Fixes
4811 F:      Documentation/isdn/README.gigaset
4812 F:      drivers/isdn/gigaset/
4813 F:      include/uapi/linux/gigaset_dev.h
4814
4815 GO7007 MPEG CODEC
4816 M:      Hans Verkuil <hans.verkuil@cisco.com>
4817 L:      linux-media@vger.kernel.org
4818 S:      Maintained
4819 F:      drivers/media/usb/go7007/
4820
4821 GOODIX TOUCHSCREEN
4822 M:      Bastien Nocera <hadess@hadess.net>
4823 L:      linux-input@vger.kernel.org
4824 S:      Maintained
4825 F:      drivers/input/touchscreen/goodix.c
4826
4827 GPIO SUBSYSTEM
4828 M:      Linus Walleij <linus.walleij@linaro.org>
4829 M:      Alexandre Courbot <gnurou@gmail.com>
4830 L:      linux-gpio@vger.kernel.org
4831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4832 S:      Maintained
4833 F:      Documentation/gpio/
4834 F:      drivers/gpio/
4835 F:      include/linux/gpio/
4836 F:      include/linux/gpio.h
4837 F:      include/asm-generic/gpio.h
4838
4839 GRE DEMULTIPLEXER DRIVER
4840 M:      Dmitry Kozlov <xeb@mail.ru>
4841 L:      netdev@vger.kernel.org
4842 S:      Maintained
4843 F:      net/ipv4/gre_demux.c
4844 F:      net/ipv4/gre_offload.c
4845 F:      include/net/gre.h
4846
4847 GRETH 10/100/1G Ethernet MAC device driver
4848 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4849 L:      netdev@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/net/ethernet/aeroflex/
4852
4853 GSPCA FINEPIX SUBDRIVER
4854 M:      Frank Zago <frank@zago.net>
4855 L:      linux-media@vger.kernel.org
4856 T:      git git://linuxtv.org/media_tree.git
4857 S:      Maintained
4858 F:      drivers/media/usb/gspca/finepix.c
4859
4860 GSPCA GL860 SUBDRIVER
4861 M:      Olivier Lorin <o.lorin@laposte.net>
4862 L:      linux-media@vger.kernel.org
4863 T:      git git://linuxtv.org/media_tree.git
4864 S:      Maintained
4865 F:      drivers/media/usb/gspca/gl860/
4866
4867 GSPCA M5602 SUBDRIVER
4868 M:      Erik Andren <erik.andren@gmail.com>
4869 L:      linux-media@vger.kernel.org
4870 T:      git git://linuxtv.org/media_tree.git
4871 S:      Maintained
4872 F:      drivers/media/usb/gspca/m5602/
4873
4874 GSPCA PAC207 SONIXB SUBDRIVER
4875 M:      Hans de Goede <hdegoede@redhat.com>
4876 L:      linux-media@vger.kernel.org
4877 T:      git git://linuxtv.org/media_tree.git
4878 S:      Maintained
4879 F:      drivers/media/usb/gspca/pac207.c
4880
4881 GSPCA SN9C20X SUBDRIVER
4882 M:      Brian Johnson <brijohn@gmail.com>
4883 L:      linux-media@vger.kernel.org
4884 T:      git git://linuxtv.org/media_tree.git
4885 S:      Maintained
4886 F:      drivers/media/usb/gspca/sn9c20x.c
4887
4888 GSPCA T613 SUBDRIVER
4889 M:      Leandro Costantino <lcostantino@gmail.com>
4890 L:      linux-media@vger.kernel.org
4891 T:      git git://linuxtv.org/media_tree.git
4892 S:      Maintained
4893 F:      drivers/media/usb/gspca/t613.c
4894
4895 GSPCA USB WEBCAM DRIVER
4896 M:      Hans de Goede <hdegoede@redhat.com>
4897 L:      linux-media@vger.kernel.org
4898 T:      git git://linuxtv.org/media_tree.git
4899 S:      Maintained
4900 F:      drivers/media/usb/gspca/
4901
4902 GUID PARTITION TABLE (GPT)
4903 M:      Davidlohr Bueso <dave@stgolabs.net>
4904 L:      linux-efi@vger.kernel.org
4905 S:      Maintained
4906 F:      block/partitions/efi.*
4907
4908 STK1160 USB VIDEO CAPTURE DRIVER
4909 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4910 L:      linux-media@vger.kernel.org
4911 T:      git git://linuxtv.org/media_tree.git
4912 S:      Maintained
4913 F:      drivers/media/usb/stk1160/
4914
4915 H8/300 ARCHITECTURE
4916 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4917 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4918 W:      http://uclinux-h8.sourceforge.jp
4919 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4920 S:      Maintained
4921 F:      arch/h8300/
4922 F:      drivers/clocksource/h8300_*.c
4923 F:      drivers/clk/h8300/
4924 F:      drivers/irqchip/irq-renesas-h8*.c
4925
4926 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4927 M:      Frank Seidel <frank@f-seidel.de>
4928 L:      platform-driver-x86@vger.kernel.org
4929 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4930 S:      Maintained
4931 F:      drivers/platform/x86/hdaps.c
4932
4933 HDPVR USB VIDEO ENCODER DRIVER
4934 M:      Hans Verkuil <hverkuil@xs4all.nl>
4935 L:      linux-media@vger.kernel.org
4936 T:      git git://linuxtv.org/media_tree.git
4937 W:      https://linuxtv.org
4938 S:      Odd Fixes
4939 F:      drivers/media/usb/hdpvr/
4940
4941 HWPOISON MEMORY FAILURE HANDLING
4942 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4943 L:      linux-mm@kvack.org
4944 S:      Maintained
4945 F:      mm/memory-failure.c
4946 F:      mm/hwpoison-inject.c
4947
4948 HYPERVISOR VIRTUAL CONSOLE DRIVER
4949 L:      linuxppc-dev@lists.ozlabs.org
4950 S:      Odd Fixes
4951 F:      drivers/tty/hvc/
4952
4953 HACKRF MEDIA DRIVER
4954 M:      Antti Palosaari <crope@iki.fi>
4955 L:      linux-media@vger.kernel.org
4956 W:      https://linuxtv.org
4957 W:      http://palosaari.fi/linux/
4958 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4959 T:      git git://linuxtv.org/anttip/media_tree.git
4960 S:      Maintained
4961 F:      drivers/media/usb/hackrf/
4962
4963 HARDWARE MONITORING
4964 M:      Jean Delvare <jdelvare@suse.com>
4965 M:      Guenter Roeck <linux@roeck-us.net>
4966 L:      lm-sensors@lm-sensors.org
4967 W:      http://www.lm-sensors.org/
4968 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4970 S:      Maintained
4971 F:      Documentation/hwmon/
4972 F:      drivers/hwmon/
4973 F:      include/linux/hwmon*.h
4974
4975 HARDWARE RANDOM NUMBER GENERATOR CORE
4976 M:      Matt Mackall <mpm@selenic.com>
4977 M:      Herbert Xu <herbert@gondor.apana.org.au>
4978 L:      linux-crypto@vger.kernel.org
4979 S:      Odd fixes
4980 F:      Documentation/hw_random.txt
4981 F:      drivers/char/hw_random/
4982 F:      include/linux/hw_random.h
4983
4984 HARDWARE SPINLOCK CORE
4985 M:      Ohad Ben-Cohen <ohad@wizery.com>
4986 S:      Maintained
4987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4988 F:      Documentation/hwspinlock.txt
4989 F:      drivers/hwspinlock/hwspinlock_*
4990 F:      include/linux/hwspinlock.h
4991
4992 HARMONY SOUND DRIVER
4993 L:      linux-parisc@vger.kernel.org
4994 S:      Maintained
4995 F:      sound/parisc/harmony.*
4996
4997 HD29L2 MEDIA DRIVER
4998 M:      Antti Palosaari <crope@iki.fi>
4999 L:      linux-media@vger.kernel.org
5000 W:      https://linuxtv.org
5001 W:      http://palosaari.fi/linux/
5002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5003 T:      git git://linuxtv.org/anttip/media_tree.git
5004 S:      Maintained
5005 F:      drivers/media/dvb-frontends/hd29l2*
5006
5007 HEWLETT-PACKARD SMART2 RAID DRIVER
5008 L:      iss_storagedev@hp.com
5009 S:      Orphan
5010 F:      Documentation/blockdev/cpqarray.txt
5011 F:      drivers/block/cpqarray.*
5012
5013 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5014 M:      Don Brace <don.brace@pmcs.com>
5015 L:      iss_storagedev@hp.com
5016 L:      storagedev@pmcs.com
5017 L:      linux-scsi@vger.kernel.org
5018 S:      Supported
5019 F:      Documentation/scsi/hpsa.txt
5020 F:      drivers/scsi/hpsa*.[ch]
5021 F:      include/linux/cciss*.h
5022 F:      include/uapi/linux/cciss*.h
5023
5024 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5025 M:      Don Brace <don.brace@pmcs.com>
5026 L:      iss_storagedev@hp.com
5027 L:      storagedev@pmcs.com
5028 L:      linux-scsi@vger.kernel.org
5029 S:      Supported
5030 F:      Documentation/blockdev/cciss.txt
5031 F:      drivers/block/cciss*
5032 F:      include/linux/cciss_ioctl.h
5033 F:      include/uapi/linux/cciss_ioctl.h
5034
5035 HFS FILESYSTEM
5036 L:      linux-fsdevel@vger.kernel.org
5037 S:      Orphan
5038 F:      Documentation/filesystems/hfs.txt
5039 F:      fs/hfs/
5040
5041 HFSPLUS FILESYSTEM
5042 L:      linux-fsdevel@vger.kernel.org
5043 S:      Orphan
5044 F:      Documentation/filesystems/hfsplus.txt
5045 F:      fs/hfsplus/
5046
5047 HGA FRAMEBUFFER DRIVER
5048 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5049 L:      linux-nvidia@lists.surfsouth.com
5050 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5051 S:      Maintained
5052 F:      drivers/video/fbdev/hgafb.c
5053
5054 HIBERNATION (aka Software Suspend, aka swsusp)
5055 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5056 M:      Pavel Machek <pavel@ucw.cz>
5057 L:      linux-pm@vger.kernel.org
5058 S:      Supported
5059 F:      arch/x86/power/
5060 F:      drivers/base/power/
5061 F:      kernel/power/
5062 F:      include/linux/suspend.h
5063 F:      include/linux/freezer.h
5064 F:      include/linux/pm.h
5065 F:      arch/*/include/asm/suspend*.h
5066
5067 HID CORE LAYER
5068 M:      Jiri Kosina <jikos@kernel.org>
5069 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5070 L:      linux-input@vger.kernel.org
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5072 S:      Maintained
5073 F:      drivers/hid/
5074 F:      include/linux/hid*
5075 F:      include/uapi/linux/hid*
5076
5077 HID SENSOR HUB DRIVERS
5078 M:      Jiri Kosina <jikos@kernel.org>
5079 M:      Jonathan Cameron <jic23@kernel.org>
5080 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5081 L:      linux-input@vger.kernel.org
5082 L:      linux-iio@vger.kernel.org
5083 S:      Maintained
5084 F:      Documentation/hid/hid-sensor*
5085 F:      drivers/hid/hid-sensor-*
5086 F:      drivers/iio/*/hid-*
5087 F:      include/linux/hid-sensor-*
5088
5089 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5090 M:      Thomas Gleixner <tglx@linutronix.de>
5091 L:      linux-kernel@vger.kernel.org
5092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5093 S:      Maintained
5094 F:      Documentation/timers/
5095 F:      kernel/time/hrtimer.c
5096 F:      kernel/time/clockevents.c
5097 F:      kernel/time/tick*.*
5098 F:      kernel/time/timer_*.c
5099 F:      include/linux/clockchips.h
5100 F:      include/linux/hrtimer.h
5101
5102 HIGH-SPEED SCC DRIVER FOR AX.25
5103 L:      linux-hams@vger.kernel.org
5104 S:      Orphan
5105 F:      drivers/net/hamradio/dmascc.c
5106 F:      drivers/net/hamradio/scc.c
5107
5108 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5109 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5110 W:      http://www.highpoint-tech.com
5111 S:      Supported
5112 F:      Documentation/scsi/hptiop.txt
5113 F:      drivers/scsi/hptiop.c
5114
5115 HIPPI
5116 M:      Jes Sorensen <jes@trained-monkey.org>
5117 L:      linux-hippi@sunsite.dk
5118 S:      Maintained
5119 F:      include/linux/hippidevice.h
5120 F:      include/uapi/linux/if_hippi.h
5121 F:      net/802/hippi.c
5122 F:      drivers/net/hippi/
5123
5124 HISILICON SAS Controller
5125 M:      John Garry <john.garry@huawei.com>
5126 W:      http://www.hisilicon.com
5127 S:      Supported
5128 F:      drivers/scsi/hisi_sas/
5129 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5130
5131 HOST AP DRIVER
5132 M:      Jouni Malinen <j@w1.fi>
5133 L:      hostap@shmoo.com (subscribers-only)
5134 L:      linux-wireless@vger.kernel.org
5135 W:      http://hostap.epitest.fi/
5136 S:      Maintained
5137 F:      drivers/net/wireless/intersil/hostap/
5138
5139 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5140 L:      platform-driver-x86@vger.kernel.org
5141 S:      Orphan
5142 F:      drivers/platform/x86/tc1100-wmi.c
5143
5144 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5145 M:      Jaroslav Kysela <perex@perex.cz>
5146 S:      Maintained
5147 F:      drivers/net/ethernet/hp/hp100.*
5148
5149 HPET:   High Precision Event Timers driver
5150 M:      Clemens Ladisch <clemens@ladisch.de>
5151 S:      Maintained
5152 F:      Documentation/timers/hpet.txt
5153 F:      drivers/char/hpet.c
5154 F:      include/linux/hpet.h
5155 F:      include/uapi/linux/hpet.h
5156
5157 HPET:   x86
5158 S:      Orphan
5159 F:      arch/x86/kernel/hpet.c
5160 F:      arch/x86/include/asm/hpet.h
5161
5162 HPFS FILESYSTEM
5163 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5164 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5165 S:      Maintained
5166 F:      fs/hpfs/
5167
5168 HSI SUBSYSTEM
5169 M:      Sebastian Reichel <sre@kernel.org>
5170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5171 S:      Maintained
5172 F:      Documentation/ABI/testing/sysfs-bus-hsi
5173 F:      Documentation/hsi.txt
5174 F:      drivers/hsi/
5175 F:      include/linux/hsi/
5176 F:      include/uapi/linux/hsi/
5177
5178 HSO 3G MODEM DRIVER
5179 M:      Jan Dumon <j.dumon@option.com>
5180 W:      http://www.pharscape.org
5181 S:      Maintained
5182 F:      drivers/net/usb/hso.c
5183
5184 HSR NETWORK PROTOCOL
5185 M:      Arvid Brodin <arvid.brodin@alten.se>
5186 L:      netdev@vger.kernel.org
5187 S:      Maintained
5188 F:      net/hsr/
5189
5190 HTCPEN TOUCHSCREEN DRIVER
5191 M:      Pau Oliva Fora <pof@eslack.org>
5192 L:      linux-input@vger.kernel.org
5193 S:      Maintained
5194 F:      drivers/input/touchscreen/htcpen.c
5195
5196 HUGETLB FILESYSTEM
5197 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5198 S:      Maintained
5199 F:      fs/hugetlbfs/
5200
5201 Hyper-V CORE AND DRIVERS
5202 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5203 M:      Haiyang Zhang <haiyangz@microsoft.com>
5204 L:      devel@linuxdriverproject.org
5205 S:      Maintained
5206 F:      arch/x86/include/asm/mshyperv.h
5207 F:      arch/x86/include/uapi/asm/hyperv.h
5208 F:      arch/x86/kernel/cpu/mshyperv.c
5209 F:      drivers/hid/hid-hyperv.c
5210 F:      drivers/hv/
5211 F:      drivers/input/serio/hyperv-keyboard.c
5212 F:      drivers/net/hyperv/
5213 F:      drivers/scsi/storvsc_drv.c
5214 F:      drivers/video/fbdev/hyperv_fb.c
5215 F:      include/linux/hyperv.h
5216 F:      tools/hv/
5217 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5218
5219 I2C OVER PARALLEL PORT
5220 M:      Jean Delvare <jdelvare@suse.com>
5221 L:      linux-i2c@vger.kernel.org
5222 S:      Maintained
5223 F:      Documentation/i2c/busses/i2c-parport
5224 F:      Documentation/i2c/busses/i2c-parport-light
5225 F:      drivers/i2c/busses/i2c-parport.c
5226 F:      drivers/i2c/busses/i2c-parport-light.c
5227
5228 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5229 M:      Jean Delvare <jdelvare@suse.com>
5230 L:      linux-i2c@vger.kernel.org
5231 S:      Maintained
5232 F:      Documentation/i2c/busses/i2c-ali1535
5233 F:      Documentation/i2c/busses/i2c-ali1563
5234 F:      Documentation/i2c/busses/i2c-ali15x3
5235 F:      Documentation/i2c/busses/i2c-amd756
5236 F:      Documentation/i2c/busses/i2c-amd8111
5237 F:      Documentation/i2c/busses/i2c-i801
5238 F:      Documentation/i2c/busses/i2c-nforce2
5239 F:      Documentation/i2c/busses/i2c-piix4
5240 F:      Documentation/i2c/busses/i2c-sis5595
5241 F:      Documentation/i2c/busses/i2c-sis630
5242 F:      Documentation/i2c/busses/i2c-sis96x
5243 F:      Documentation/i2c/busses/i2c-via
5244 F:      Documentation/i2c/busses/i2c-viapro
5245 F:      drivers/i2c/busses/i2c-ali1535.c
5246 F:      drivers/i2c/busses/i2c-ali1563.c
5247 F:      drivers/i2c/busses/i2c-ali15x3.c
5248 F:      drivers/i2c/busses/i2c-amd756.c
5249 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5250 F:      drivers/i2c/busses/i2c-amd8111.c
5251 F:      drivers/i2c/busses/i2c-i801.c
5252 F:      drivers/i2c/busses/i2c-isch.c
5253 F:      drivers/i2c/busses/i2c-nforce2.c
5254 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5255 F:      drivers/i2c/busses/i2c-piix4.c
5256 F:      drivers/i2c/busses/i2c-sis5595.c
5257 F:      drivers/i2c/busses/i2c-sis630.c
5258 F:      drivers/i2c/busses/i2c-sis96x.c
5259 F:      drivers/i2c/busses/i2c-via.c
5260 F:      drivers/i2c/busses/i2c-viapro.c
5261
5262 I2C/SMBUS ISMT DRIVER
5263 M:      Seth Heasley <seth.heasley@intel.com>
5264 M:      Neil Horman <nhorman@tuxdriver.com>
5265 L:      linux-i2c@vger.kernel.org
5266 F:      drivers/i2c/busses/i2c-ismt.c
5267 F:      Documentation/i2c/busses/i2c-ismt
5268
5269 I2C/SMBUS STUB DRIVER
5270 M:      Jean Delvare <jdelvare@suse.com>
5271 L:      linux-i2c@vger.kernel.org
5272 S:      Maintained
5273 F:      drivers/i2c/i2c-stub.c
5274
5275 I2C SUBSYSTEM
5276 M:      Wolfram Sang <wsa@the-dreams.de>
5277 L:      linux-i2c@vger.kernel.org
5278 W:      https://i2c.wiki.kernel.org/
5279 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5281 S:      Maintained
5282 F:      Documentation/devicetree/bindings/i2c/
5283 F:      Documentation/i2c/
5284 F:      drivers/i2c/
5285 F:      drivers/i2c/*/
5286 F:      include/linux/i2c.h
5287 F:      include/linux/i2c-*.h
5288 F:      include/uapi/linux/i2c.h
5289 F:      include/uapi/linux/i2c-*.h
5290
5291 I2C ACPI SUPPORT
5292 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5293 L:      linux-i2c@vger.kernel.org
5294 L:      linux-acpi@vger.kernel.org
5295 S:      Maintained
5296
5297 I2C-TAOS-EVM DRIVER
5298 M:      Jean Delvare <jdelvare@suse.com>
5299 L:      linux-i2c@vger.kernel.org
5300 S:      Maintained
5301 F:      Documentation/i2c/busses/i2c-taos-evm
5302 F:      drivers/i2c/busses/i2c-taos-evm.c
5303
5304 I2C-TINY-USB DRIVER
5305 M:      Till Harbaum <till@harbaum.org>
5306 L:      linux-i2c@vger.kernel.org
5307 W:      http://www.harbaum.org/till/i2c_tiny_usb
5308 S:      Maintained
5309 F:      drivers/i2c/busses/i2c-tiny-usb.c
5310
5311 i386 BOOT CODE
5312 M:      "H. Peter Anvin" <hpa@zytor.com>
5313 S:      Maintained
5314 F:      arch/x86/boot/
5315
5316 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5317 M:      "H. Peter Anvin" <hpa@zytor.com>
5318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5319 S:      Maintained
5320
5321 IA64 (Itanium) PLATFORM
5322 M:      Tony Luck <tony.luck@intel.com>
5323 M:      Fenghua Yu <fenghua.yu@intel.com>
5324 L:      linux-ia64@vger.kernel.org
5325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5326 S:      Maintained
5327 F:      arch/ia64/
5328
5329 IBM Power VMX Cryptographic instructions
5330 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5331 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5332 L:      linux-crypto@vger.kernel.org
5333 S:      Supported
5334 F:      drivers/crypto/vmx/Makefile
5335 F:      drivers/crypto/vmx/Kconfig
5336 F:      drivers/crypto/vmx/vmx.c
5337 F:      drivers/crypto/vmx/aes*
5338 F:      drivers/crypto/vmx/ghash*
5339 F:      drivers/crypto/vmx/ppc-xlate.pl
5340
5341 IBM Power in-Nest Crypto Acceleration
5342 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5343 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5344 L:      linux-crypto@vger.kernel.org
5345 S:      Supported
5346 F:      drivers/crypto/nx/Makefile
5347 F:      drivers/crypto/nx/Kconfig
5348 F:      drivers/crypto/nx/nx-aes*
5349 F:      drivers/crypto/nx/nx-sha*
5350 F:      drivers/crypto/nx/nx.*
5351 F:      drivers/crypto/nx/nx_csbcpb.h
5352 F:      drivers/crypto/nx/nx_debugfs.h
5353
5354 IBM Power 842 compression accelerator
5355 M:      Dan Streetman <ddstreet@ieee.org>
5356 S:      Supported
5357 F:      drivers/crypto/nx/Makefile
5358 F:      drivers/crypto/nx/Kconfig
5359 F:      drivers/crypto/nx/nx-842*
5360 F:      include/linux/sw842.h
5361 F:      crypto/842.c
5362 F:      lib/842/
5363
5364 IBM Power Linux RAID adapter
5365 M:      Brian King <brking@us.ibm.com>
5366 S:      Supported
5367 F:      drivers/scsi/ipr.*
5368
5369 IBM Power Virtual Ethernet Device Driver
5370 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5371 L:      netdev@vger.kernel.org
5372 S:      Supported
5373 F:      drivers/net/ethernet/ibm/ibmveth.*
5374
5375 IBM Power SRIOV Virtual NIC Device Driver
5376 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5377 M:      John Allen <jallen@linux.vnet.ibm.com>
5378 L:      netdev@vger.kernel.org
5379 S:      Supported
5380 F:      drivers/net/ethernet/ibm/ibmvnic.*
5381
5382 IBM Power Virtual SCSI Device Drivers
5383 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5384 L:      linux-scsi@vger.kernel.org
5385 S:      Supported
5386 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5387 F:      drivers/scsi/ibmvscsi/viosrp.h
5388
5389 IBM Power Virtual FC Device Drivers
5390 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5391 L:      linux-scsi@vger.kernel.org
5392 S:      Supported
5393 F:      drivers/scsi/ibmvscsi/ibmvfc*
5394
5395 IBM ServeRAID RAID DRIVER
5396 S:      Orphan
5397 F:      drivers/scsi/ips.*
5398
5399 ICH LPC AND GPIO DRIVER
5400 M:      Peter Tyser <ptyser@xes-inc.com>
5401 S:      Maintained
5402 F:      drivers/mfd/lpc_ich.c
5403 F:      drivers/gpio/gpio-ich.c
5404
5405 IDE SUBSYSTEM
5406 M:      "David S. Miller" <davem@davemloft.net>
5407 L:      linux-ide@vger.kernel.org
5408 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5410 S:      Maintained
5411 F:      Documentation/ide/
5412 F:      drivers/ide/
5413 F:      include/linux/ide.h
5414
5415 IDEAPAD LAPTOP EXTRAS DRIVER
5416 M:      Ike Panhc <ike.pan@canonical.com>
5417 L:      platform-driver-x86@vger.kernel.org
5418 W:      http://launchpad.net/ideapad-laptop
5419 S:      Maintained
5420 F:      drivers/platform/x86/ideapad-laptop.c
5421
5422 IDEAPAD LAPTOP SLIDEBAR DRIVER
5423 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5424 L:      linux-input@vger.kernel.org
5425 W:      https://github.com/o2genum/ideapad-slidebar
5426 S:      Maintained
5427 F:      drivers/input/misc/ideapad_slidebar.c
5428
5429 IDE/ATAPI DRIVERS
5430 M:      Borislav Petkov <bp@alien8.de>
5431 L:      linux-ide@vger.kernel.org
5432 S:      Maintained
5433 F:      Documentation/cdrom/ide-cd
5434 F:      drivers/ide/ide-cd*
5435
5436 IDLE-I7300
5437 M:      Andy Henroid <andrew.d.henroid@intel.com>
5438 L:      linux-pm@vger.kernel.org
5439 S:      Supported
5440 F:      drivers/idle/i7300_idle.c
5441
5442 IEEE 802.15.4 SUBSYSTEM
5443 M:      Alexander Aring <alex.aring@gmail.com>
5444 L:      linux-wpan@vger.kernel.org
5445 W:      https://github.com/linux-wpan
5446 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5447 S:      Maintained
5448 F:      net/ieee802154/
5449 F:      net/mac802154/
5450 F:      drivers/net/ieee802154/
5451 F:      include/linux/nl802154.h
5452 F:      include/linux/ieee802154.h
5453 F:      include/net/nl802154.h
5454 F:      include/net/mac802154.h
5455 F:      include/net/af_ieee802154.h
5456 F:      include/net/cfg802154.h
5457 F:      include/net/ieee802154_netdev.h
5458 F:      Documentation/networking/ieee802154.txt
5459
5460 IGORPLUG-USB IR RECEIVER
5461 M:      Sean Young <sean@mess.org>
5462 L:      linux-media@vger.kernel.org
5463 S:      Maintained
5464 F:      drivers/media/rc/igorplugusb.c
5465
5466 IGUANAWORKS USB IR TRANSCEIVER
5467 M:      Sean Young <sean@mess.org>
5468 L:      linux-media@vger.kernel.org
5469 S:      Maintained
5470 F:      drivers/media/rc/iguanair.c
5471
5472 IIO SUBSYSTEM AND DRIVERS
5473 M:      Jonathan Cameron <jic23@kernel.org>
5474 R:      Hartmut Knaack <knaack.h@gmx.de>
5475 R:      Lars-Peter Clausen <lars@metafoo.de>
5476 R:      Peter Meerwald <pmeerw@pmeerw.net>
5477 L:      linux-iio@vger.kernel.org
5478 S:      Maintained
5479 F:      drivers/iio/
5480 F:      drivers/staging/iio/
5481 F:      include/linux/iio/
5482 F:      tools/iio/
5483
5484 IKANOS/ADI EAGLE ADSL USB DRIVER
5485 M:      Matthieu Castet <castet.matthieu@free.fr>
5486 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5487 S:      Maintained
5488 F:      drivers/usb/atm/ueagle-atm.c
5489
5490 INA209 HARDWARE MONITOR DRIVER
5491 M:      Guenter Roeck <linux@roeck-us.net>
5492 L:      lm-sensors@lm-sensors.org
5493 S:      Maintained
5494 F:      Documentation/hwmon/ina209
5495 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5496 F:      drivers/hwmon/ina209.c
5497
5498 INA2XX HARDWARE MONITOR DRIVER
5499 M:      Guenter Roeck <linux@roeck-us.net>
5500 L:      lm-sensors@lm-sensors.org
5501 S:      Maintained
5502 F:      Documentation/hwmon/ina2xx
5503 F:      drivers/hwmon/ina2xx.c
5504 F:      include/linux/platform_data/ina2xx.h
5505
5506 INDUSTRY PACK SUBSYSTEM (IPACK)
5507 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5508 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5509 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5510 L:      industrypack-devel@lists.sourceforge.net
5511 W:      http://industrypack.sourceforge.net
5512 S:      Maintained
5513 F:      drivers/ipack/
5514
5515 INGENIC JZ4780 DMA Driver
5516 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5517 S:      Maintained
5518 F:      drivers/dma/dma-jz4780.c
5519
5520 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5521 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5522 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5523 L:      linux-ima-devel@lists.sourceforge.net
5524 L:      linux-ima-user@lists.sourceforge.net
5525 L:      linux-security-module@vger.kernel.org
5526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5527 S:      Supported
5528 F:      security/integrity/ima/
5529
5530 IMGTEC IR DECODER DRIVER
5531 M:      James Hogan <james.hogan@imgtec.com>
5532 S:      Maintained
5533 F:      drivers/media/rc/img-ir/
5534
5535 IMS TWINTURBO FRAMEBUFFER DRIVER
5536 L:      linux-fbdev@vger.kernel.org
5537 S:      Orphan
5538 F:      drivers/video/fbdev/imsttfb.c
5539
5540 INFINIBAND SUBSYSTEM
5541 M:      Doug Ledford <dledford@redhat.com>
5542 M:      Sean Hefty <sean.hefty@intel.com>
5543 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5544 L:      linux-rdma@vger.kernel.org
5545 W:      http://www.openfabrics.org/
5546 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5548 S:      Supported
5549 F:      Documentation/infiniband/
5550 F:      drivers/infiniband/
5551 F:      drivers/staging/rdma/
5552 F:      include/uapi/linux/if_infiniband.h
5553 F:      include/uapi/rdma/
5554 F:      include/rdma/
5555
5556 INOTIFY
5557 M:      John McCutchan <john@johnmccutchan.com>
5558 M:      Robert Love <rlove@rlove.org>
5559 M:      Eric Paris <eparis@parisplace.org>
5560 S:      Maintained
5561 F:      Documentation/filesystems/inotify.txt
5562 F:      fs/notify/inotify/
5563 F:      include/linux/inotify.h
5564 F:      include/uapi/linux/inotify.h
5565
5566 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5567 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5568 L:      linux-input@vger.kernel.org
5569 Q:      http://patchwork.kernel.org/project/linux-input/list/
5570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5571 S:      Maintained
5572 F:      drivers/input/
5573 F:      include/linux/input.h
5574 F:      include/uapi/linux/input.h
5575 F:      include/linux/input/
5576
5577 INPUT MULTITOUCH (MT) PROTOCOL
5578 M:      Henrik Rydberg <rydberg@bitmath.org>
5579 L:      linux-input@vger.kernel.org
5580 S:      Odd fixes
5581 F:      Documentation/input/multi-touch-protocol.txt
5582 F:      drivers/input/input-mt.c
5583 K:      \b(ABS|SYN)_MT_
5584
5585 INTEL ASoC BDW/HSW DRIVERS
5586 M:      Jie Yang <yang.jie@linux.intel.com>
5587 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5588 S:      Supported
5589 F:      sound/soc/intel/common/sst-dsp*
5590 F:      sound/soc/intel/common/sst-firmware.c
5591 F:      sound/soc/intel/boards/broadwell.c
5592 F:      sound/soc/intel/haswell/
5593
5594 INTEL C600 SERIES SAS CONTROLLER DRIVER
5595 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5596 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5597 L:      linux-scsi@vger.kernel.org
5598 T:      git git://git.code.sf.net/p/intel-sas/isci
5599 S:      Supported
5600 F:      drivers/scsi/isci/
5601
5602 INTEL HID EVENT DRIVER
5603 M:      Alex Hung <alex.hung@canonical.com>
5604 L:      platform-driver-x86@vger.kernel.org
5605 S:      Maintained
5606 F:      drivers/platform/x86/intel-hid.c
5607
5608 INTEL IDLE DRIVER
5609 M:      Len Brown <lenb@kernel.org>
5610 L:      linux-pm@vger.kernel.org
5611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5612 S:      Supported
5613 F:      drivers/idle/intel_idle.c
5614
5615 INTEL PSTATE DRIVER
5616 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5617 M:      Len Brown <lenb@kernel.org>
5618 L:      linux-pm@vger.kernel.org
5619 S:      Supported
5620 F:      drivers/cpufreq/intel_pstate.c
5621
5622 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5623 M:      Maik Broemme <mbroemme@plusserver.de>
5624 L:      linux-fbdev@vger.kernel.org
5625 S:      Maintained
5626 F:      Documentation/fb/intelfb.txt
5627 F:      drivers/video/fbdev/intelfb/
5628
5629 INTEL 810/815 FRAMEBUFFER DRIVER
5630 M:      Antonino Daplas <adaplas@gmail.com>
5631 L:      linux-fbdev@vger.kernel.org
5632 S:      Maintained
5633 F:      drivers/video/fbdev/i810/
5634
5635 INTEL MENLOW THERMAL DRIVER
5636 M:      Sujith Thomas <sujith.thomas@intel.com>
5637 L:      platform-driver-x86@vger.kernel.org
5638 W:      https://01.org/linux-acpi
5639 S:      Supported
5640 F:      drivers/platform/x86/intel_menlow.c
5641
5642 INTEL I/OAT DMA DRIVER
5643 M:      Dave Jiang <dave.jiang@intel.com>
5644 R:      Dan Williams <dan.j.williams@intel.com>
5645 L:      dmaengine@vger.kernel.org
5646 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5647 S:      Supported
5648 F:      drivers/dma/ioat*
5649
5650 INTEL IOMMU (VT-d)
5651 M:      David Woodhouse <dwmw2@infradead.org>
5652 L:      iommu@lists.linux-foundation.org
5653 T:      git git://git.infradead.org/iommu-2.6.git
5654 S:      Supported
5655 F:      drivers/iommu/intel-iommu.c
5656 F:      include/linux/intel-iommu.h
5657
5658 INTEL IOP-ADMA DMA DRIVER
5659 R:      Dan Williams <dan.j.williams@intel.com>
5660 S:      Odd fixes
5661 F:      drivers/dma/iop-adma.c
5662
5663 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5664 M:      Krzysztof Halasa <khalasa@piap.pl>
5665 S:      Maintained
5666 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5667 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5668 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5669 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5670 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5671 F:      drivers/net/wan/ixp4xx_hss.c
5672
5673 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5674 M:      Deepak Saxena <dsaxena@plexity.net>
5675 S:      Maintained
5676 F:      drivers/char/hw_random/ixp4xx-rng.c
5677
5678 INTEL ETHERNET DRIVERS
5679 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5680 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5681 R:      Shannon Nelson <shannon.nelson@intel.com>
5682 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5683 R:      Don Skidmore <donald.c.skidmore@intel.com>
5684 R:      Bruce Allan <bruce.w.allan@intel.com>
5685 R:      John Ronciak <john.ronciak@intel.com>
5686 R:      Mitch Williams <mitch.a.williams@intel.com>
5687 L:      intel-wired-lan@lists.osuosl.org
5688 W:      http://www.intel.com/support/feedback.htm
5689 W:      http://e1000.sourceforge.net/
5690 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5693 S:      Supported
5694 F:      Documentation/networking/e100.txt
5695 F:      Documentation/networking/e1000.txt
5696 F:      Documentation/networking/e1000e.txt
5697 F:      Documentation/networking/igb.txt
5698 F:      Documentation/networking/igbvf.txt
5699 F:      Documentation/networking/ixgb.txt
5700 F:      Documentation/networking/ixgbe.txt
5701 F:      Documentation/networking/ixgbevf.txt
5702 F:      Documentation/networking/i40e.txt
5703 F:      Documentation/networking/i40evf.txt
5704 F:      drivers/net/ethernet/intel/
5705 F:      drivers/net/ethernet/intel/*/
5706
5707 INTEL-MID GPIO DRIVER
5708 M:      David Cohen <david.a.cohen@linux.intel.com>
5709 L:      linux-gpio@vger.kernel.org
5710 S:      Maintained
5711 F:      drivers/gpio/gpio-intel-mid.c
5712
5713 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5714 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5715 L:      linux-wireless@vger.kernel.org
5716 S:      Maintained
5717 F:      Documentation/networking/README.ipw2100
5718 F:      Documentation/networking/README.ipw2200
5719 F:      drivers/net/wireless/intel/ipw2x00/
5720
5721 INTEL(R) TRACE HUB
5722 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5723 S:      Supported
5724 F:      Documentation/trace/intel_th.txt
5725 F:      drivers/hwtracing/intel_th/
5726
5727 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5728 M:      Ning Sun <ning.sun@intel.com>
5729 L:      tboot-devel@lists.sourceforge.net
5730 W:      http://tboot.sourceforge.net
5731 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5732 S:      Supported
5733 F:      Documentation/intel_txt.txt
5734 F:      include/linux/tboot.h
5735 F:      arch/x86/kernel/tboot.c
5736
5737 INTEL WIRELESS WIMAX CONNECTION 2400
5738 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5739 M:      linux-wimax@intel.com
5740 L:      wimax@linuxwimax.org (subscribers-only)
5741 S:      Supported
5742 W:      http://linuxwimax.org
5743 F:      Documentation/wimax/README.i2400m
5744 F:      drivers/net/wimax/i2400m/
5745 F:      include/uapi/linux/wimax/i2400m.h
5746
5747 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5748 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5749 L:      linux-wireless@vger.kernel.org
5750 S:      Supported
5751 F:      drivers/net/wireless/intel/iwlegacy/
5752
5753 INTEL WIRELESS WIFI LINK (iwlwifi)
5754 M:      Johannes Berg <johannes.berg@intel.com>
5755 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5756 M:      Intel Linux Wireless <linuxwifi@intel.com>
5757 L:      linux-wireless@vger.kernel.org
5758 W:      http://intellinuxwireless.org
5759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5760 S:      Supported
5761 F:      drivers/net/wireless/intel/iwlwifi/
5762
5763 INTEL MANAGEMENT ENGINE (mei)
5764 M:      Tomas Winkler <tomas.winkler@intel.com>
5765 L:      linux-kernel@vger.kernel.org
5766 S:      Supported
5767 F:      include/uapi/linux/mei.h
5768 F:      include/linux/mei_cl_bus.h
5769 F:      drivers/misc/mei/*
5770 F:      Documentation/misc-devices/mei/*
5771
5772 INTEL MIC DRIVERS (mic)
5773 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5774 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5775 S:      Supported
5776 W:      https://github.com/sudeepdutt/mic
5777 W:      http://software.intel.com/en-us/mic-developer
5778 F:      include/linux/mic_bus.h
5779 F:      include/linux/scif.h
5780 F:      include/uapi/linux/mic_common.h
5781 F:      include/uapi/linux/mic_ioctl.h
5782 F:      include/uapi/linux/scif_ioctl.h
5783 F:      drivers/misc/mic/
5784 F:      drivers/dma/mic_x100_dma.c
5785 F:      drivers/dma/mic_x100_dma.h
5786 F:      Documentation/mic/
5787
5788 INTEL PMC/P-Unit IPC DRIVER
5789 M:      Zha Qipeng<qipeng.zha@intel.com>
5790 L:      platform-driver-x86@vger.kernel.org
5791 S:      Maintained
5792 F:      drivers/platform/x86/intel_pmc_ipc.c
5793 F:      drivers/platform/x86/intel_punit_ipc.c
5794 F:      arch/x86/include/asm/intel_pmc_ipc.h
5795 F:      arch/x86/include/asm/intel_punit_ipc.h
5796
5797 INTEL TELEMETRY DRIVER
5798 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5799 L:      platform-driver-x86@vger.kernel.org
5800 S:      Maintained
5801 F:      arch/x86/include/asm/intel_telemetry.h
5802 F:      drivers/platform/x86/intel_telemetry*
5803
5804 IOC3 ETHERNET DRIVER
5805 M:      Ralf Baechle <ralf@linux-mips.org>
5806 L:      linux-mips@linux-mips.org
5807 S:      Maintained
5808 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5809
5810 IOC3 SERIAL DRIVER
5811 M:      Pat Gefre <pfg@sgi.com>
5812 L:      linux-serial@vger.kernel.org
5813 S:      Maintained
5814 F:      drivers/tty/serial/ioc3_serial.c
5815
5816 IOMMU DRIVERS
5817 M:      Joerg Roedel <joro@8bytes.org>
5818 L:      iommu@lists.linux-foundation.org
5819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5820 S:      Maintained
5821 F:      drivers/iommu/
5822
5823 IP MASQUERADING
5824 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5825 S:      Maintained
5826 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5827
5828 IPMI SUBSYSTEM
5829 M:      Corey Minyard <minyard@acm.org>
5830 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5831 W:      http://openipmi.sourceforge.net/
5832 S:      Supported
5833 F:      Documentation/IPMI.txt
5834 F:      drivers/char/ipmi/
5835 F:      include/linux/ipmi*
5836 F:      include/uapi/linux/ipmi*
5837
5838 QCOM AUDIO (ASoC) DRIVERS
5839 M:      Patrick Lai <plai@codeaurora.org>
5840 M:      Banajit Goswami <bgoswami@codeaurora.org>
5841 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5842 S:      Supported
5843 F:      sound/soc/qcom/
5844
5845 IPS SCSI RAID DRIVER
5846 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5847 L:      linux-scsi@vger.kernel.org
5848 W:      http://www.adaptec.com/
5849 S:      Maintained
5850 F:      drivers/scsi/ips*
5851
5852 IPVS
5853 M:      Wensong Zhang <wensong@linux-vs.org>
5854 M:      Simon Horman <horms@verge.net.au>
5855 M:      Julian Anastasov <ja@ssi.bg>
5856 L:      netdev@vger.kernel.org
5857 L:      lvs-devel@vger.kernel.org
5858 S:      Maintained
5859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5861 F:      Documentation/networking/ipvs-sysctl.txt
5862 F:      include/net/ip_vs.h
5863 F:      include/uapi/linux/ip_vs.h
5864 F:      net/netfilter/ipvs/
5865
5866 IPWIRELESS DRIVER
5867 M:      Jiri Kosina <jikos@kernel.org>
5868 M:      David Sterba <dsterba@suse.com>
5869 S:      Odd Fixes
5870 F:      drivers/tty/ipwireless/
5871
5872 IPX NETWORK LAYER
5873 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5874 L:      netdev@vger.kernel.org
5875 S:      Maintained
5876 F:      include/net/ipx.h
5877 F:      include/uapi/linux/ipx.h
5878 F:      net/ipx/
5879
5880 IRDA SUBSYSTEM
5881 M:      Samuel Ortiz <samuel@sortiz.org>
5882 L:      irda-users@lists.sourceforge.net (subscribers-only)
5883 L:      netdev@vger.kernel.org
5884 W:      http://irda.sourceforge.net/
5885 S:      Maintained
5886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5887 F:      Documentation/networking/irda.txt
5888 F:      drivers/net/irda/
5889 F:      include/net/irda/
5890 F:      net/irda/
5891
5892 IRQ SUBSYSTEM
5893 M:      Thomas Gleixner <tglx@linutronix.de>
5894 L:      linux-kernel@vger.kernel.org
5895 S:      Maintained
5896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5897 F:      kernel/irq/
5898
5899 IRQCHIP DRIVERS
5900 M:      Thomas Gleixner <tglx@linutronix.de>
5901 M:      Jason Cooper <jason@lakedaemon.net>
5902 M:      Marc Zyngier <marc.zyngier@arm.com>
5903 L:      linux-kernel@vger.kernel.org
5904 S:      Maintained
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5906 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5907 F:      Documentation/devicetree/bindings/interrupt-controller/
5908 F:      drivers/irqchip/
5909
5910 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5911 M:      Jiang Liu <jiang.liu@linux.intel.com>
5912 M:      Marc Zyngier <marc.zyngier@arm.com>
5913 S:      Maintained
5914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5915 F:      Documentation/IRQ-domain.txt
5916 F:      include/linux/irqdomain.h
5917 F:      kernel/irq/irqdomain.c
5918 F:      kernel/irq/msi.c
5919
5920 ISAPNP
5921 M:      Jaroslav Kysela <perex@perex.cz>
5922 S:      Maintained
5923 F:      Documentation/isapnp.txt
5924 F:      drivers/pnp/isapnp/
5925 F:      include/linux/isapnp.h
5926
5927 ISA RADIO MODULE
5928 M:      Hans Verkuil <hverkuil@xs4all.nl>
5929 L:      linux-media@vger.kernel.org
5930 T:      git git://linuxtv.org/media_tree.git
5931 W:      https://linuxtv.org
5932 S:      Maintained
5933 F:      drivers/media/radio/radio-isa*
5934
5935 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5936 M:      Peter Jones <pjones@redhat.com>
5937 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5938 S:      Maintained
5939 F:      drivers/firmware/iscsi_ibft*
5940
5941 ISCSI
5942 M:      Mike Christie <michaelc@cs.wisc.edu>
5943 L:      open-iscsi@googlegroups.com
5944 W:      www.open-iscsi.org
5945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5946 S:      Maintained
5947 F:      drivers/scsi/*iscsi*
5948 F:      include/scsi/*iscsi*
5949
5950 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5951 M:      Or Gerlitz <ogerlitz@mellanox.com>
5952 M:      Sagi Grimberg <sagig@mellanox.com>
5953 M:      Roi Dayan <roid@mellanox.com>
5954 L:      linux-rdma@vger.kernel.org
5955 S:      Supported
5956 W:      http://www.openfabrics.org
5957 W:      www.open-iscsi.org
5958 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5959 F:      drivers/infiniband/ulp/iser/
5960
5961 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5962 M:      Sagi Grimberg <sagig@mellanox.com>
5963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5964 L:      linux-rdma@vger.kernel.org
5965 L:      target-devel@vger.kernel.org
5966 S:      Supported
5967 W:      http://www.linux-iscsi.org
5968 F:      drivers/infiniband/ulp/isert
5969
5970 ISDN SUBSYSTEM
5971 M:      Karsten Keil <isdn@linux-pingi.de>
5972 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5973 L:      netdev@vger.kernel.org
5974 W:      http://www.isdn4linux.de
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5976 S:      Maintained
5977 F:      Documentation/isdn/
5978 F:      drivers/isdn/
5979 F:      include/linux/isdn.h
5980 F:      include/linux/isdn/
5981 F:      include/uapi/linux/isdn.h
5982 F:      include/uapi/linux/isdn/
5983
5984 ISDN SUBSYSTEM (Eicon active card driver)
5985 M:      Armin Schindler <mac@melware.de>
5986 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5987 W:      http://www.melware.de
5988 S:      Maintained
5989 F:      drivers/isdn/hardware/eicon/
5990
5991 IT87 HARDWARE MONITORING DRIVER
5992 M:      Jean Delvare <jdelvare@suse.com>
5993 L:      lm-sensors@lm-sensors.org
5994 S:      Maintained
5995 F:      Documentation/hwmon/it87
5996 F:      drivers/hwmon/it87.c
5997
5998 IT913X MEDIA DRIVER
5999 M:      Antti Palosaari <crope@iki.fi>
6000 L:      linux-media@vger.kernel.org
6001 W:      https://linuxtv.org
6002 W:      http://palosaari.fi/linux/
6003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6004 T:      git git://linuxtv.org/anttip/media_tree.git
6005 S:      Maintained
6006 F:      drivers/media/tuners/it913x*
6007
6008 IVTV VIDEO4LINUX DRIVER
6009 M:      Andy Walls <awalls@md.metrocast.net>
6010 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6011 L:      linux-media@vger.kernel.org
6012 T:      git git://linuxtv.org/media_tree.git
6013 W:      http://www.ivtvdriver.org
6014 S:      Maintained
6015 F:      Documentation/video4linux/*.ivtv
6016 F:      drivers/media/pci/ivtv/
6017 F:      include/uapi/linux/ivtv*
6018
6019 IX2505V MEDIA DRIVER
6020 M:      Malcolm Priestley <tvboxspy@gmail.com>
6021 L:      linux-media@vger.kernel.org
6022 W:      https://linuxtv.org
6023 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6024 S:      Maintained
6025 F:      drivers/media/dvb-frontends/ix2505v*
6026
6027 JC42.4 TEMPERATURE SENSOR DRIVER
6028 M:      Guenter Roeck <linux@roeck-us.net>
6029 L:      lm-sensors@lm-sensors.org
6030 S:      Maintained
6031 F:      drivers/hwmon/jc42.c
6032 F:      Documentation/hwmon/jc42
6033
6034 JFS FILESYSTEM
6035 M:      Dave Kleikamp <shaggy@kernel.org>
6036 L:      jfs-discussion@lists.sourceforge.net
6037 W:      http://jfs.sourceforge.net/
6038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6039 S:      Maintained
6040 F:      Documentation/filesystems/jfs.txt
6041 F:      fs/jfs/
6042
6043 JME NETWORK DRIVER
6044 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6045 L:      netdev@vger.kernel.org
6046 S:      Maintained
6047 F:      drivers/net/ethernet/jme.*
6048
6049 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6050 M:      David Woodhouse <dwmw2@infradead.org>
6051 L:      linux-mtd@lists.infradead.org
6052 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6053 S:      Maintained
6054 F:      fs/jffs2/
6055 F:      include/uapi/linux/jffs2.h
6056
6057 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6058 M:      "Theodore Ts'o" <tytso@mit.edu>
6059 M:      Jan Kara <jack@suse.com>
6060 L:      linux-ext4@vger.kernel.org
6061 S:      Maintained
6062 F:      fs/jbd2/
6063 F:      include/linux/jbd2.h
6064
6065 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6066 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6067 L:      linux-media@vger.kernel.org
6068 S:      Maintained
6069 F:      drivers/media/platform/rcar_jpu.c
6070
6071 JSM Neo PCI based serial card
6072 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6073 L:      linux-serial@vger.kernel.org
6074 S:      Maintained
6075 F:      drivers/tty/serial/jsm/
6076
6077 K10TEMP HARDWARE MONITORING DRIVER
6078 M:      Clemens Ladisch <clemens@ladisch.de>
6079 L:      lm-sensors@lm-sensors.org
6080 S:      Maintained
6081 F:      Documentation/hwmon/k10temp
6082 F:      drivers/hwmon/k10temp.c
6083
6084 K8TEMP HARDWARE MONITORING DRIVER
6085 M:      Rudolf Marek <r.marek@assembler.cz>
6086 L:      lm-sensors@lm-sensors.org
6087 S:      Maintained
6088 F:      Documentation/hwmon/k8temp
6089 F:      drivers/hwmon/k8temp.c
6090
6091 KCONFIG
6092 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6093 L:      linux-kbuild@vger.kernel.org
6094 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6095 S:      Maintained
6096 F:      Documentation/kbuild/kconfig-language.txt
6097 F:      scripts/kconfig/
6098
6099 KDUMP
6100 M:      Vivek Goyal <vgoyal@redhat.com>
6101 M:      Haren Myneni <hbabu@us.ibm.com>
6102 L:      kexec@lists.infradead.org
6103 W:      http://lse.sourceforge.net/kdump/
6104 S:      Maintained
6105 F:      Documentation/kdump/
6106
6107 KEENE FM RADIO TRANSMITTER DRIVER
6108 M:      Hans Verkuil <hverkuil@xs4all.nl>
6109 L:      linux-media@vger.kernel.org
6110 T:      git git://linuxtv.org/media_tree.git
6111 W:      https://linuxtv.org
6112 S:      Maintained
6113 F:      drivers/media/radio/radio-keene*
6114
6115 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6116 M:      Ian Kent <raven@themaw.net>
6117 L:      autofs@vger.kernel.org
6118 S:      Maintained
6119 F:      fs/autofs4/
6120
6121 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6122 M:      Michal Marek <mmarek@suse.com>
6123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6125 L:      linux-kbuild@vger.kernel.org
6126 S:      Maintained
6127 F:      Documentation/kbuild/
6128 F:      Makefile
6129 F:      scripts/Makefile.*
6130 F:      scripts/basic/
6131 F:      scripts/mk*
6132 F:      scripts/package/
6133
6134 KERNEL JANITORS
6135 L:      kernel-janitors@vger.kernel.org
6136 W:      http://kernelnewbies.org/KernelJanitors
6137 S:      Odd Fixes
6138
6139 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6140 M:      "J. Bruce Fields" <bfields@fieldses.org>
6141 M:      Jeff Layton <jlayton@poochiereds.net>
6142 L:      linux-nfs@vger.kernel.org
6143 W:      http://nfs.sourceforge.net/
6144 T:      git git://linux-nfs.org/~bfields/linux.git
6145 S:      Supported
6146 F:      fs/nfsd/
6147 F:      include/uapi/linux/nfsd/
6148 F:      fs/lockd/
6149 F:      fs/nfs_common/
6150 F:      net/sunrpc/
6151 F:      include/linux/lockd/
6152 F:      include/linux/sunrpc/
6153 F:      include/uapi/linux/sunrpc/
6154
6155 KERNEL SELFTEST FRAMEWORK
6156 M:      Shuah Khan <shuahkh@osg.samsung.com>
6157 L:      linux-api@vger.kernel.org
6158 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6159 S:      Maintained
6160 F:      tools/testing/selftests
6161
6162 KERNEL VIRTUAL MACHINE (KVM)
6163 M:      Gleb Natapov <gleb@kernel.org>
6164 M:      Paolo Bonzini <pbonzini@redhat.com>
6165 L:      kvm@vger.kernel.org
6166 W:      http://www.linux-kvm.org
6167 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6168 S:      Supported
6169 F:      Documentation/*/kvm*.txt
6170 F:      Documentation/virtual/kvm/
6171 F:      arch/*/kvm/
6172 F:      arch/x86/kernel/kvm.c
6173 F:      arch/x86/kernel/kvmclock.c
6174 F:      arch/*/include/asm/kvm*
6175 F:      include/linux/kvm*
6176 F:      include/uapi/linux/kvm*
6177 F:      virt/kvm/
6178
6179 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6180 M:      Joerg Roedel <joro@8bytes.org>
6181 L:      kvm@vger.kernel.org
6182 W:      http://www.linux-kvm.org/
6183 S:      Maintained
6184 F:      arch/x86/include/asm/svm.h
6185 F:      arch/x86/kvm/svm.c
6186
6187 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6188 M:      Alexander Graf <agraf@suse.com>
6189 L:      kvm-ppc@vger.kernel.org
6190 W:      http://www.linux-kvm.org/
6191 T:      git git://github.com/agraf/linux-2.6.git
6192 S:      Supported
6193 F:      arch/powerpc/include/asm/kvm*
6194 F:      arch/powerpc/kvm/
6195
6196 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6197 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6198 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6199 L:      linux-s390@vger.kernel.org
6200 W:      http://www.ibm.com/developerworks/linux/linux390/
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6202 S:      Supported
6203 F:      Documentation/s390/kvm.txt
6204 F:      arch/s390/include/asm/kvm*
6205 F:      arch/s390/kvm/
6206
6207 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6208 M:      Christoffer Dall <christoffer.dall@linaro.org>
6209 M:      Marc Zyngier <marc.zyngier@arm.com>
6210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6211 L:      kvmarm@lists.cs.columbia.edu
6212 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6214 S:      Supported
6215 F:      arch/arm/include/uapi/asm/kvm*
6216 F:      arch/arm/include/asm/kvm*
6217 F:      arch/arm/kvm/
6218 F:      virt/kvm/arm/
6219 F:      include/kvm/arm_*
6220
6221 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6222 M:      Christoffer Dall <christoffer.dall@linaro.org>
6223 M:      Marc Zyngier <marc.zyngier@arm.com>
6224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6225 L:      kvmarm@lists.cs.columbia.edu
6226 S:      Maintained
6227 F:      arch/arm64/include/uapi/asm/kvm*
6228 F:      arch/arm64/include/asm/kvm*
6229 F:      arch/arm64/kvm/
6230
6231 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6232 M:      James Hogan <james.hogan@imgtec.com>
6233 L:      linux-mips@linux-mips.org
6234 S:      Supported
6235 F:      arch/mips/include/uapi/asm/kvm*
6236 F:      arch/mips/include/asm/kvm*
6237 F:      arch/mips/kvm/
6238
6239 KEXEC
6240 M:      Eric Biederman <ebiederm@xmission.com>
6241 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6242 L:      kexec@lists.infradead.org
6243 S:      Maintained
6244 F:      include/linux/kexec.h
6245 F:      include/uapi/linux/kexec.h
6246 F:      kernel/kexec.c
6247
6248 KEYS/KEYRINGS:
6249 M:      David Howells <dhowells@redhat.com>
6250 L:      keyrings@vger.kernel.org
6251 S:      Maintained
6252 F:      Documentation/security/keys.txt
6253 F:      include/linux/key.h
6254 F:      include/linux/key-type.h
6255 F:      include/keys/
6256 F:      security/keys/
6257
6258 KEYS-TRUSTED
6259 M:      David Safford <safford@us.ibm.com>
6260 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6261 L:      linux-security-module@vger.kernel.org
6262 L:      keyrings@vger.kernel.org
6263 S:      Supported
6264 F:      Documentation/security/keys-trusted-encrypted.txt
6265 F:      include/keys/trusted-type.h
6266 F:      security/keys/trusted.c
6267 F:      security/keys/trusted.h
6268
6269 KEYS-ENCRYPTED
6270 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6271 M:      David Safford <safford@us.ibm.com>
6272 L:      linux-security-module@vger.kernel.org
6273 L:      keyrings@vger.kernel.org
6274 S:      Supported
6275 F:      Documentation/security/keys-trusted-encrypted.txt
6276 F:      include/keys/encrypted-type.h
6277 F:      security/keys/encrypted-keys/
6278
6279 KGDB / KDB /debug_core
6280 M:      Jason Wessel <jason.wessel@windriver.com>
6281 W:      http://kgdb.wiki.kernel.org/
6282 L:      kgdb-bugreport@lists.sourceforge.net
6283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6284 S:      Maintained
6285 F:      Documentation/DocBook/kgdb.tmpl
6286 F:      drivers/misc/kgdbts.c
6287 F:      drivers/tty/serial/kgdboc.c
6288 F:      include/linux/kdb.h
6289 F:      include/linux/kgdb.h
6290 F:      kernel/debug/
6291
6292 KMEMCHECK
6293 M:      Vegard Nossum <vegardno@ifi.uio.no>
6294 M:      Pekka Enberg <penberg@kernel.org>
6295 S:      Maintained
6296 F:      Documentation/kmemcheck.txt
6297 F:      arch/x86/include/asm/kmemcheck.h
6298 F:      arch/x86/mm/kmemcheck/
6299 F:      include/linux/kmemcheck.h
6300 F:      mm/kmemcheck.c
6301
6302 KMEMLEAK
6303 M:      Catalin Marinas <catalin.marinas@arm.com>
6304 S:      Maintained
6305 F:      Documentation/kmemleak.txt
6306 F:      include/linux/kmemleak.h
6307 F:      mm/kmemleak.c
6308 F:      mm/kmemleak-test.c
6309
6310 KPROBES
6311 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6312 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6313 M:      "David S. Miller" <davem@davemloft.net>
6314 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6315 S:      Maintained
6316 F:      Documentation/kprobes.txt
6317 F:      include/linux/kprobes.h
6318 F:      kernel/kprobes.c
6319
6320 KS0108 LCD CONTROLLER DRIVER
6321 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6322 W:      http://miguelojeda.es/auxdisplay.htm
6323 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6324 S:      Maintained
6325 F:      Documentation/auxdisplay/ks0108
6326 F:      drivers/auxdisplay/ks0108.c
6327 F:      include/linux/ks0108.h
6328
6329 L3MDEV
6330 M:      David Ahern <dsa@cumulusnetworks.com>
6331 L:      netdev@vger.kernel.org
6332 S:      Maintained
6333 F:      net/l3mdev
6334 F:      include/net/l3mdev.h
6335
6336 LANTIQ MIPS ARCHITECTURE
6337 M:      John Crispin <blogic@openwrt.org>
6338 L:      linux-mips@linux-mips.org
6339 S:      Maintained
6340 F:      arch/mips/lantiq
6341
6342 LAPB module
6343 L:      linux-x25@vger.kernel.org
6344 S:      Orphan
6345 F:      Documentation/networking/lapb-module.txt
6346 F:      include/*/lapb.h
6347 F:      net/lapb/
6348
6349 LASI 53c700 driver for PARISC
6350 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6351 L:      linux-scsi@vger.kernel.org
6352 S:      Maintained
6353 F:      Documentation/scsi/53c700.txt
6354 F:      drivers/scsi/53c700*
6355
6356 LED SUBSYSTEM
6357 M:      Richard Purdie <rpurdie@rpsys.net>
6358 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6359 L:      linux-leds@vger.kernel.org
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6361 S:      Maintained
6362 F:      drivers/leds/
6363 F:      include/linux/leds.h
6364
6365 LEGACY EEPROM DRIVER
6366 M:      Jean Delvare <jdelvare@suse.com>
6367 S:      Maintained
6368 F:      Documentation/misc-devices/eeprom
6369 F:      drivers/misc/eeprom/eeprom.c
6370
6371 LEGO USB Tower driver
6372 M:      Juergen Stuber <starblue@users.sourceforge.net>
6373 L:      legousb-devel@lists.sourceforge.net
6374 W:      http://legousb.sourceforge.net/
6375 S:      Maintained
6376 F:      drivers/usb/misc/legousbtower.c
6377
6378 LG2160 MEDIA DRIVER
6379 M:      Michael Krufky <mkrufky@linuxtv.org>
6380 L:      linux-media@vger.kernel.org
6381 W:      https://linuxtv.org
6382 W:      http://github.com/mkrufky
6383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6384 T:      git git://linuxtv.org/mkrufky/tuners.git
6385 S:      Maintained
6386 F:      drivers/media/dvb-frontends/lg2160.*
6387
6388 LGDT3305 MEDIA DRIVER
6389 M:      Michael Krufky <mkrufky@linuxtv.org>
6390 L:      linux-media@vger.kernel.org
6391 W:      https://linuxtv.org
6392 W:      http://github.com/mkrufky
6393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6394 T:      git git://linuxtv.org/mkrufky/tuners.git
6395 S:      Maintained
6396 F:      drivers/media/dvb-frontends/lgdt3305.*
6397
6398 LGUEST
6399 M:      Rusty Russell <rusty@rustcorp.com.au>
6400 L:      lguest@lists.ozlabs.org
6401 W:      http://lguest.ozlabs.org/
6402 S:      Odd Fixes
6403 F:      arch/x86/include/asm/lguest*.h
6404 F:      arch/x86/lguest/
6405 F:      drivers/lguest/
6406 F:      include/linux/lguest*.h
6407 F:      tools/lguest/
6408
6409 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6410 M:      Tejun Heo <tj@kernel.org>
6411 L:      linux-ide@vger.kernel.org
6412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6413 S:      Maintained
6414 F:      drivers/ata/
6415 F:      include/linux/ata.h
6416 F:      include/linux/libata.h
6417
6418 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6419 M:      Viresh Kumar <vireshk@kernel.org>
6420 L:      linux-ide@vger.kernel.org
6421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6422 S:      Maintained
6423 F:      include/linux/pata_arasan_cf_data.h
6424 F:      drivers/ata/pata_arasan_cf.c
6425
6426 LIBATA PATA DRIVERS
6427 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6428 M:      Tejun Heo <tj@kernel.org>
6429 L:      linux-ide@vger.kernel.org
6430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6431 S:      Maintained
6432 F:      drivers/ata/pata_*.c
6433 F:      drivers/ata/ata_generic.c
6434
6435 LIBATA SATA AHCI PLATFORM devices support
6436 M:      Hans de Goede <hdegoede@redhat.com>
6437 M:      Tejun Heo <tj@kernel.org>
6438 L:      linux-ide@vger.kernel.org
6439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6440 S:      Maintained
6441 F:      drivers/ata/ahci_platform.c
6442 F:      drivers/ata/libahci_platform.c
6443 F:      include/linux/ahci_platform.h
6444
6445 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6446 M:      Mikael Pettersson <mikpelinux@gmail.com>
6447 L:      linux-ide@vger.kernel.org
6448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6449 S:      Maintained
6450 F:      drivers/ata/sata_promise.*
6451
6452 LIBLOCKDEP
6453 M:      Sasha Levin <sasha.levin@oracle.com>
6454 S:      Maintained
6455 F:      tools/lib/lockdep/
6456
6457 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6458 M:      Dan Williams <dan.j.williams@intel.com>
6459 L:      linux-nvdimm@lists.01.org
6460 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6462 S:      Supported
6463 F:      drivers/nvdimm/*
6464 F:      include/linux/nd.h
6465 F:      include/linux/libnvdimm.h
6466 F:      include/uapi/linux/ndctl.h
6467
6468 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6469 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6470 L:      linux-nvdimm@lists.01.org
6471 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6472 S:      Supported
6473 F:      drivers/nvdimm/blk.c
6474 F:      drivers/nvdimm/region_devs.c
6475 F:      drivers/acpi/nfit*
6476
6477 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6478 M:      Vishal Verma <vishal.l.verma@intel.com>
6479 L:      linux-nvdimm@lists.01.org
6480 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6481 S:      Supported
6482 F:      drivers/nvdimm/btt*
6483
6484 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6485 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6486 L:      linux-nvdimm@lists.01.org
6487 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6488 S:      Supported
6489 F:      drivers/nvdimm/pmem.c
6490 F:      include/linux/pmem.h
6491 F:      arch/*/include/asm/pmem.h
6492
6493 LIGHTNVM PLATFORM SUPPORT
6494 M:      Matias Bjorling <mb@lightnvm.io>
6495 W:      http://github/OpenChannelSSD
6496 L:      linux-block@vger.kernel.org
6497 S:      Maintained
6498 F:      drivers/lightnvm/
6499 F:      include/linux/lightnvm.h
6500 F:      include/uapi/linux/lightnvm.h
6501
6502 LINUX FOR IBM pSERIES (RS/6000)
6503 M:      Paul Mackerras <paulus@au.ibm.com>
6504 W:      http://www.ibm.com/linux/ltc/projects/ppc
6505 S:      Supported
6506 F:      arch/powerpc/boot/rs6000.h
6507
6508 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6509 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6510 M:      Paul Mackerras <paulus@samba.org>
6511 M:      Michael Ellerman <mpe@ellerman.id.au>
6512 W:      http://www.penguinppc.org/
6513 L:      linuxppc-dev@lists.ozlabs.org
6514 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6516 S:      Supported
6517 F:      Documentation/powerpc/
6518 F:      arch/powerpc/
6519
6520 LINUX FOR POWER MACINTOSH
6521 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6522 W:      http://www.penguinppc.org/
6523 L:      linuxppc-dev@lists.ozlabs.org
6524 S:      Maintained
6525 F:      arch/powerpc/platforms/powermac/
6526 F:      drivers/macintosh/
6527
6528 LINUX FOR POWERPC EMBEDDED MPC5XXX
6529 M:      Anatolij Gustschin <agust@denx.de>
6530 L:      linuxppc-dev@lists.ozlabs.org
6531 T:      git git://git.denx.de/linux-denx-agust.git
6532 S:      Maintained
6533 F:      arch/powerpc/platforms/512x/
6534 F:      arch/powerpc/platforms/52xx/
6535
6536 LINUX FOR POWERPC EMBEDDED PPC4XX
6537 M:      Alistair Popple <alistair@popple.id.au>
6538 M:      Matt Porter <mporter@kernel.crashing.org>
6539 W:      http://www.penguinppc.org/
6540 L:      linuxppc-dev@lists.ozlabs.org
6541 S:      Maintained
6542 F:      arch/powerpc/platforms/40x/
6543 F:      arch/powerpc/platforms/44x/
6544
6545 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6546 L:      linuxppc-dev@lists.ozlabs.org
6547 S:      Orphan
6548 F:      arch/powerpc/*/*virtex*
6549 F:      arch/powerpc/*/*/*virtex*
6550
6551 LINUX FOR POWERPC EMBEDDED PPC8XX
6552 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6553 W:      http://www.penguinppc.org/
6554 L:      linuxppc-dev@lists.ozlabs.org
6555 S:      Maintained
6556 F:      arch/powerpc/platforms/8xx/
6557
6558 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6559 M:      Scott Wood <oss@buserror.net>
6560 M:      Kumar Gala <galak@kernel.crashing.org>
6561 W:      http://www.penguinppc.org/
6562 L:      linuxppc-dev@lists.ozlabs.org
6563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6564 S:      Maintained
6565 F:      arch/powerpc/platforms/83xx/
6566 F:      arch/powerpc/platforms/85xx/
6567
6568 LINUX FOR POWERPC PA SEMI PWRFICIENT
6569 M:      Olof Johansson <olof@lixom.net>
6570 L:      linuxppc-dev@lists.ozlabs.org
6571 S:      Maintained
6572 F:      arch/powerpc/platforms/pasemi/
6573 F:      drivers/*/*pasemi*
6574 F:      drivers/*/*/*pasemi*
6575
6576 LINUX SECURITY MODULE (LSM) FRAMEWORK
6577 M:      Chris Wright <chrisw@sous-sol.org>
6578 L:      linux-security-module@vger.kernel.org
6579 S:      Supported
6580
6581 LIS3LV02D ACCELEROMETER DRIVER
6582 M:      Eric Piel <eric.piel@tremplin-utc.net>
6583 S:      Maintained
6584 F:      Documentation/misc-devices/lis3lv02d
6585 F:      drivers/misc/lis3lv02d/
6586 F:      drivers/platform/x86/hp_accel.c
6587
6588 LIVE PATCHING
6589 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6590 M:      Seth Jennings <sjenning@redhat.com>
6591 M:      Jiri Kosina <jikos@kernel.org>
6592 M:      Vojtech Pavlik <vojtech@suse.com>
6593 S:      Maintained
6594 F:      kernel/livepatch/
6595 F:      include/linux/livepatch.h
6596 F:      arch/x86/include/asm/livepatch.h
6597 F:      arch/x86/kernel/livepatch.c
6598 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6599 F:      samples/livepatch/
6600 L:      live-patching@vger.kernel.org
6601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6602
6603 LLC (802.2)
6604 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6605 S:      Maintained
6606 F:      include/linux/llc.h
6607 F:      include/uapi/linux/llc.h
6608 F:      include/net/llc*
6609 F:      net/llc/
6610
6611 LM73 HARDWARE MONITOR DRIVER
6612 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6613 L:      lm-sensors@lm-sensors.org
6614 S:      Maintained
6615 F:      drivers/hwmon/lm73.c
6616
6617 LM78 HARDWARE MONITOR DRIVER
6618 M:      Jean Delvare <jdelvare@suse.com>
6619 L:      lm-sensors@lm-sensors.org
6620 S:      Maintained
6621 F:      Documentation/hwmon/lm78
6622 F:      drivers/hwmon/lm78.c
6623
6624 LM83 HARDWARE MONITOR DRIVER
6625 M:      Jean Delvare <jdelvare@suse.com>
6626 L:      lm-sensors@lm-sensors.org
6627 S:      Maintained
6628 F:      Documentation/hwmon/lm83
6629 F:      drivers/hwmon/lm83.c
6630
6631 LM90 HARDWARE MONITOR DRIVER
6632 M:      Jean Delvare <jdelvare@suse.com>
6633 L:      lm-sensors@lm-sensors.org
6634 S:      Maintained
6635 F:      Documentation/hwmon/lm90
6636 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6637 F:      drivers/hwmon/lm90.c
6638
6639 LM95234 HARDWARE MONITOR DRIVER
6640 M:      Guenter Roeck <linux@roeck-us.net>
6641 L:      lm-sensors@lm-sensors.org
6642 S:      Maintained
6643 F:      Documentation/hwmon/lm95234
6644 F:      drivers/hwmon/lm95234.c
6645
6646 LME2510 MEDIA DRIVER
6647 M:      Malcolm Priestley <tvboxspy@gmail.com>
6648 L:      linux-media@vger.kernel.org
6649 W:      https://linuxtv.org
6650 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6651 S:      Maintained
6652 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6653
6654 LOCKDEP AND LOCKSTAT
6655 M:      Peter Zijlstra <peterz@infradead.org>
6656 M:      Ingo Molnar <mingo@redhat.com>
6657 L:      linux-kernel@vger.kernel.org
6658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6659 S:      Maintained
6660 F:      Documentation/locking/lockdep*.txt
6661 F:      Documentation/locking/lockstat.txt
6662 F:      include/linux/lockdep.h
6663 F:      kernel/locking/
6664
6665 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6666 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6667 L:      linux-ntfs-dev@lists.sourceforge.net
6668 W:      http://www.linux-ntfs.org/content/view/19/37/
6669 S:      Maintained
6670 F:      Documentation/ldm.txt
6671 F:      block/partitions/ldm.*
6672
6673 LogFS
6674 M:      Joern Engel <joern@logfs.org>
6675 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6676 L:      logfs@logfs.org
6677 W:      logfs.org
6678 S:      Maintained
6679 F:      fs/logfs/
6680
6681 LPC32XX MACHINE SUPPORT
6682 M:      Roland Stigge <stigge@antcom.de>
6683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6684 S:      Maintained
6685 F:      arch/arm/mach-lpc32xx/
6686
6687 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6688 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6689 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6690 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6691 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6692 L:      MPT-FusionLinux.pdl@avagotech.com
6693 L:      linux-scsi@vger.kernel.org
6694 W:      http://www.lsilogic.com/support
6695 S:      Supported
6696 F:      drivers/message/fusion/
6697 F:      drivers/scsi/mpt2sas/
6698 F:      drivers/scsi/mpt3sas/
6699
6700 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6701 M:      Matthew Wilcox <matthew@wil.cx>
6702 L:      linux-scsi@vger.kernel.org
6703 S:      Maintained
6704 F:      drivers/scsi/sym53c8xx_2/
6705
6706 LTC4261 HARDWARE MONITOR DRIVER
6707 M:      Guenter Roeck <linux@roeck-us.net>
6708 L:      lm-sensors@lm-sensors.org
6709 S:      Maintained
6710 F:      Documentation/hwmon/ltc4261
6711 F:      drivers/hwmon/ltc4261.c
6712
6713 LTP (Linux Test Project)
6714 M:      Mike Frysinger <vapier@gentoo.org>
6715 M:      Cyril Hrubis <chrubis@suse.cz>
6716 M:      Wanlong Gao <wanlong.gao@gmail.com>
6717 M:      Jan Stancek <jstancek@redhat.com>
6718 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6719 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6720 L:      ltp@lists.linux.it (subscribers-only)
6721 W:      http://linux-test-project.github.io/
6722 T:      git git://github.com/linux-test-project/ltp.git
6723 S:      Maintained
6724
6725 M32R ARCHITECTURE
6726 W:      http://www.linux-m32r.org/
6727 S:      Orphan
6728 F:      arch/m32r/
6729
6730 M68K ARCHITECTURE
6731 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6732 L:      linux-m68k@lists.linux-m68k.org
6733 W:      http://www.linux-m68k.org/
6734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6735 S:      Maintained
6736 F:      arch/m68k/
6737 F:      drivers/zorro/
6738
6739 M68K ON APPLE MACINTOSH
6740 M:      Joshua Thompson <funaho@jurai.org>
6741 W:      http://www.mac.linux-m68k.org/
6742 L:      linux-m68k@lists.linux-m68k.org
6743 S:      Maintained
6744 F:      arch/m68k/mac/
6745
6746 M68K ON HP9000/300
6747 M:      Philip Blundell <philb@gnu.org>
6748 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6749 S:      Maintained
6750 F:      arch/m68k/hp300/
6751
6752 M88DS3103 MEDIA DRIVER
6753 M:      Antti Palosaari <crope@iki.fi>
6754 L:      linux-media@vger.kernel.org
6755 W:      https://linuxtv.org
6756 W:      http://palosaari.fi/linux/
6757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6758 T:      git git://linuxtv.org/anttip/media_tree.git
6759 S:      Maintained
6760 F:      drivers/media/dvb-frontends/m88ds3103*
6761
6762 M88RS2000 MEDIA DRIVER
6763 M:      Malcolm Priestley <tvboxspy@gmail.com>
6764 L:      linux-media@vger.kernel.org
6765 W:      https://linuxtv.org
6766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6767 S:      Maintained
6768 F:      drivers/media/dvb-frontends/m88rs2000*
6769
6770 MA901 MASTERKIT USB FM RADIO DRIVER
6771 M:      Alexey Klimov <klimov.linux@gmail.com>
6772 L:      linux-media@vger.kernel.org
6773 T:      git git://linuxtv.org/media_tree.git
6774 S:      Maintained
6775 F:      drivers/media/radio/radio-ma901.c
6776
6777 MAC80211
6778 M:      Johannes Berg <johannes@sipsolutions.net>
6779 L:      linux-wireless@vger.kernel.org
6780 W:      http://wireless.kernel.org/
6781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6783 S:      Maintained
6784 F:      Documentation/networking/mac80211-injection.txt
6785 F:      include/net/mac80211.h
6786 F:      net/mac80211/
6787
6788 MACVLAN DRIVER
6789 M:      Patrick McHardy <kaber@trash.net>
6790 L:      netdev@vger.kernel.org
6791 S:      Maintained
6792 F:      drivers/net/macvlan.c
6793 F:      include/linux/if_macvlan.h
6794
6795 MAILBOX API
6796 M:      Jassi Brar <jassisinghbrar@gmail.com>
6797 L:      linux-kernel@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/mailbox/
6800 F:      include/linux/mailbox_client.h
6801 F:      include/linux/mailbox_controller.h
6802
6803 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6804 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6805 W:      http://www.kernel.org/doc/man-pages
6806 L:      linux-man@vger.kernel.org
6807 S:      Maintained
6808
6809 MARVELL ARMADA DRM SUPPORT
6810 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6811 S:      Maintained
6812 F:      drivers/gpu/drm/armada/
6813
6814 MARVELL 88E6352 DSA support
6815 M:      Guenter Roeck <linux@roeck-us.net>
6816 S:      Maintained
6817 F:      drivers/net/dsa/mv88e6352.c
6818
6819 MARVELL CRYPTO DRIVER
6820 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6821 M:      Arnaud Ebalard <arno@natisbad.org>
6822 F:      drivers/crypto/marvell/
6823 S:      Maintained
6824 L:      linux-crypto@vger.kernel.org
6825
6826 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6827 M:      Mirko Lindner <mlindner@marvell.com>
6828 M:      Stephen Hemminger <stephen@networkplumber.org>
6829 L:      netdev@vger.kernel.org
6830 S:      Maintained
6831 F:      drivers/net/ethernet/marvell/sk*
6832
6833 MARVELL LIBERTAS WIRELESS DRIVER
6834 L:      libertas-dev@lists.infradead.org
6835 S:      Orphan
6836 F:      drivers/net/wireless/marvell/libertas/
6837
6838 MARVELL MV643XX ETHERNET DRIVER
6839 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6840 L:      netdev@vger.kernel.org
6841 S:      Maintained
6842 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6843 F:      include/linux/mv643xx.h
6844
6845 MARVELL MVNETA ETHERNET DRIVER
6846 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6847 L:      netdev@vger.kernel.org
6848 S:      Maintained
6849 F:      drivers/net/ethernet/marvell/mvneta.*
6850
6851 MARVELL MWIFIEX WIRELESS DRIVER
6852 M:      Amitkumar Karwar <akarwar@marvell.com>
6853 M:      Nishant Sarmukadam <nishants@marvell.com>
6854 L:      linux-wireless@vger.kernel.org
6855 S:      Maintained
6856 F:      drivers/net/wireless/marvell/mwifiex/
6857
6858 MARVELL MWL8K WIRELESS DRIVER
6859 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6860 L:      linux-wireless@vger.kernel.org
6861 S:      Odd Fixes
6862 F:      drivers/net/wireless/marvell/mwl8k.c
6863
6864 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6865 M:      Nicolas Pitre <nico@fluxnic.net>
6866 S:      Odd Fixes
6867 F:      drivers/mmc/host/mvsdio.*
6868
6869 MATROX FRAMEBUFFER DRIVER
6870 L:      linux-fbdev@vger.kernel.org
6871 S:      Orphan
6872 F:      drivers/video/fbdev/matrox/matroxfb_*
6873 F:      include/uapi/linux/matroxfb.h
6874
6875 MAX16065 HARDWARE MONITOR DRIVER
6876 M:      Guenter Roeck <linux@roeck-us.net>
6877 L:      lm-sensors@lm-sensors.org
6878 S:      Maintained
6879 F:      Documentation/hwmon/max16065
6880 F:      drivers/hwmon/max16065.c
6881
6882 MAX20751 HARDWARE MONITOR DRIVER
6883 M:      Guenter Roeck <linux@roeck-us.net>
6884 L:      lm-sensors@lm-sensors.org
6885 S:      Maintained
6886 F:      Documentation/hwmon/max20751
6887 F:      drivers/hwmon/max20751.c
6888
6889 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6890 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6891 L:      lm-sensors@lm-sensors.org
6892 S:      Maintained
6893 F:      Documentation/hwmon/max6650
6894 F:      drivers/hwmon/max6650.c
6895
6896 MAX6697 HARDWARE MONITOR DRIVER
6897 M:      Guenter Roeck <linux@roeck-us.net>
6898 L:      lm-sensors@lm-sensors.org
6899 S:      Maintained
6900 F:      Documentation/hwmon/max6697
6901 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6902 F:      drivers/hwmon/max6697.c
6903 F:      include/linux/platform_data/max6697.h
6904
6905 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6906 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6907 L:      linux-pm@vger.kernel.org
6908 S:      Supported
6909 F:      drivers/power/max14577_charger.c
6910 F:      drivers/power/max77693_charger.c
6911
6912 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6913 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6914 L:      linux-kernel@vger.kernel.org
6915 S:      Supported
6916 F:      drivers/*/*max77802.c
6917 F:      Documentation/devicetree/bindings/*/*max77802.txt
6918 F:      include/dt-bindings/*/*max77802.h
6919
6920 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6921 M:      Chanwoo Choi <cw00.choi@samsung.com>
6922 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6923 L:      linux-kernel@vger.kernel.org
6924 S:      Supported
6925 F:      drivers/*/max14577.c
6926 F:      drivers/*/max77686.c
6927 F:      drivers/*/max77693.c
6928 F:      drivers/extcon/extcon-max14577.c
6929 F:      drivers/extcon/extcon-max77693.c
6930 F:      drivers/rtc/rtc-max77686.c
6931 F:      drivers/clk/clk-max77686.c
6932 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6933 F:      Documentation/devicetree/bindings/*/max77686.txt
6934 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6935 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6936 F:      include/linux/mfd/max14577*.h
6937 F:      include/linux/mfd/max77686*.h
6938 F:      include/linux/mfd/max77693*.h
6939
6940 MAXIRADIO FM RADIO RECEIVER DRIVER
6941 M:      Hans Verkuil <hverkuil@xs4all.nl>
6942 L:      linux-media@vger.kernel.org
6943 T:      git git://linuxtv.org/media_tree.git
6944 W:      https://linuxtv.org
6945 S:      Maintained
6946 F:      drivers/media/radio/radio-maxiradio*
6947
6948 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6949 M:      Peter Rosin <peda@axentia.se>
6950 L:      linux-iio@vger.kernel.org
6951 S:      Maintained
6952 F:      drivers/iio/potentiometer/mcp4531.c
6953
6954 MEDIA DRIVERS FOR RENESAS - VSP1
6955 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6956 L:      linux-media@vger.kernel.org
6957 L:      linux-renesas-soc@vger.kernel.org
6958 T:      git git://linuxtv.org/media_tree.git
6959 S:      Supported
6960 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6961 F:      drivers/media/platform/vsp1/
6962
6963 MEDIA DRIVERS FOR ASCOT2E
6964 M:      Sergey Kozlov <serjk@netup.ru>
6965 L:      linux-media@vger.kernel.org
6966 W:      https://linuxtv.org
6967 W:      http://netup.tv/
6968 T:      git git://linuxtv.org/media_tree.git
6969 S:      Supported
6970 F:      drivers/media/dvb-frontends/ascot2e*
6971
6972 MEDIA DRIVERS FOR CXD2841ER
6973 M:      Sergey Kozlov <serjk@netup.ru>
6974 L:      linux-media@vger.kernel.org
6975 W:      https://linuxtv.org
6976 W:      http://netup.tv/
6977 T:      git git://linuxtv.org/media_tree.git
6978 S:      Supported
6979 F:      drivers/media/dvb-frontends/cxd2841er*
6980
6981 MEDIA DRIVERS FOR HORUS3A
6982 M:      Sergey Kozlov <serjk@netup.ru>
6983 L:      linux-media@vger.kernel.org
6984 W:      https://linuxtv.org
6985 W:      http://netup.tv/
6986 T:      git git://linuxtv.org/media_tree.git
6987 S:      Supported
6988 F:      drivers/media/dvb-frontends/horus3a*
6989
6990 MEDIA DRIVERS FOR LNBH25
6991 M:      Sergey Kozlov <serjk@netup.ru>
6992 L:      linux-media@vger.kernel.org
6993 W:      https://linuxtv.org
6994 W:      http://netup.tv/
6995 T:      git git://linuxtv.org/media_tree.git
6996 S:      Supported
6997 F:      drivers/media/dvb-frontends/lnbh25*
6998
6999 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7000 M:      Sergey Kozlov <serjk@netup.ru>
7001 L:      linux-media@vger.kernel.org
7002 W:      https://linuxtv.org
7003 W:      http://netup.tv/
7004 T:      git git://linuxtv.org/media_tree.git
7005 S:      Supported
7006 F:      drivers/media/pci/netup_unidvb/*
7007
7008 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7009 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7010 P:      LinuxTV.org Project
7011 L:      linux-media@vger.kernel.org
7012 W:      https://linuxtv.org
7013 Q:      http://patchwork.kernel.org/project/linux-media/list/
7014 T:      git git://linuxtv.org/media_tree.git
7015 S:      Maintained
7016 F:      Documentation/dvb/
7017 F:      Documentation/video4linux/
7018 F:      Documentation/DocBook/media/
7019 F:      drivers/media/
7020 F:      drivers/staging/media/
7021 F:      include/linux/platform_data/media/
7022 F:      include/media/
7023 F:      include/uapi/linux/dvb/
7024 F:      include/uapi/linux/videodev2.h
7025 F:      include/uapi/linux/media.h
7026 F:      include/uapi/linux/v4l2-*
7027 F:      include/uapi/linux/meye.h
7028 F:      include/uapi/linux/ivtv*
7029 F:      include/uapi/linux/uvcvideo.h
7030
7031 MEDIATEK MT7601U WIRELESS LAN DRIVER
7032 M:      Jakub Kicinski <kubakici@wp.pl>
7033 L:      linux-wireless@vger.kernel.org
7034 S:      Maintained
7035 F:      drivers/net/wireless/mediatek/mt7601u/
7036
7037 MEGARAID SCSI/SAS DRIVERS
7038 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7039 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7040 M:      Uday Lingala <uday.lingala@avagotech.com>
7041 L:      megaraidlinux.pdl@avagotech.com
7042 L:      linux-scsi@vger.kernel.org
7043 W:      http://www.lsi.com
7044 S:      Maintained
7045 F:      Documentation/scsi/megaraid.txt
7046 F:      drivers/scsi/megaraid.*
7047 F:      drivers/scsi/megaraid/
7048
7049 MELLANOX ETHERNET DRIVER (mlx4_en)
7050 M:      Eugenia Emantayev <eugenia@mellanox.com>
7051 L:      netdev@vger.kernel.org
7052 S:      Supported
7053 W:      http://www.mellanox.com
7054 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7055 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7056
7057 MELLANOX ETHERNET DRIVER (mlx5e)
7058 M:      Saeed Mahameed <saeedm@mellanox.com>
7059 L:      netdev@vger.kernel.org
7060 S:      Supported
7061 W:      http://www.mellanox.com
7062 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7063 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7064
7065 MELLANOX ETHERNET SWITCH DRIVERS
7066 M:      Jiri Pirko <jiri@mellanox.com>
7067 M:      Ido Schimmel <idosch@mellanox.com>
7068 L:      netdev@vger.kernel.org
7069 S:      Supported
7070 W:      http://www.mellanox.com
7071 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7072 F:      drivers/net/ethernet/mellanox/mlxsw/
7073
7074 MEMBARRIER SUPPORT
7075 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7076 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7077 L:      linux-kernel@vger.kernel.org
7078 S:      Supported
7079 F:      kernel/membarrier.c
7080 F:      include/uapi/linux/membarrier.h
7081
7082 MEMORY MANAGEMENT
7083 L:      linux-mm@kvack.org
7084 W:      http://www.linux-mm.org
7085 S:      Maintained
7086 F:      include/linux/mm.h
7087 F:      include/linux/gfp.h
7088 F:      include/linux/mmzone.h
7089 F:      include/linux/memory_hotplug.h
7090 F:      include/linux/vmalloc.h
7091 F:      mm/
7092
7093 MEMORY TECHNOLOGY DEVICES (MTD)
7094 M:      David Woodhouse <dwmw2@infradead.org>
7095 M:      Brian Norris <computersforpeace@gmail.com>
7096 L:      linux-mtd@lists.infradead.org
7097 W:      http://www.linux-mtd.infradead.org/
7098 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7099 T:      git git://git.infradead.org/linux-mtd.git
7100 T:      git git://git.infradead.org/l2-mtd.git
7101 S:      Maintained
7102 F:      drivers/mtd/
7103 F:      include/linux/mtd/
7104 F:      include/uapi/mtd/
7105
7106 MEN A21 WATCHDOG DRIVER
7107 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7108 L:      linux-watchdog@vger.kernel.org
7109 S:      Maintained
7110 F:      drivers/watchdog/mena21_wdt.c
7111
7112 MEN CHAMELEON BUS (mcb)
7113 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7114 S:      Maintained
7115 F:      drivers/mcb/
7116 F:      include/linux/mcb.h
7117 F:      Documentation/men-chameleon-bus.txt
7118
7119 MEN F21BMC (Board Management Controller)
7120 M:      Andreas Werner <andreas.werner@men.de>
7121 S:      Supported
7122 F:      drivers/mfd/menf21bmc.c
7123 F:      drivers/watchdog/menf21bmc_wdt.c
7124 F:      drivers/leds/leds-menf21bmc.c
7125 F:      drivers/hwmon/menf21bmc_hwmon.c
7126 F:      Documentation/hwmon/menf21bmc
7127
7128 METAG ARCHITECTURE
7129 M:      James Hogan <james.hogan@imgtec.com>
7130 L:      linux-metag@vger.kernel.org
7131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7132 S:      Odd Fixes
7133 F:      arch/metag/
7134 F:      Documentation/metag/
7135 F:      Documentation/devicetree/bindings/metag/
7136 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7137 F:      drivers/clocksource/metag_generic.c
7138 F:      drivers/irqchip/irq-metag.c
7139 F:      drivers/irqchip/irq-metag-ext.c
7140 F:      drivers/tty/metag_da.c
7141
7142 MICROBLAZE ARCHITECTURE
7143 M:      Michal Simek <monstr@monstr.eu>
7144 W:      http://www.monstr.eu/fdt/
7145 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7146 S:      Supported
7147 F:      arch/microblaze/
7148
7149 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7150 M:      Chen Yu <yu.c.chen@intel.com>
7151 L:      platform-driver-x86@vger.kernel.org
7152 S:      Supported
7153 F:      drivers/platform/x86/surfacepro3_button.c
7154
7155 MICROTEK X6 SCANNER
7156 M:      Oliver Neukum <oliver@neukum.org>
7157 S:      Maintained
7158 F:      drivers/usb/image/microtek.*
7159
7160 MIPS
7161 M:      Ralf Baechle <ralf@linux-mips.org>
7162 L:      linux-mips@linux-mips.org
7163 W:      http://www.linux-mips.org/
7164 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7165 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7166 S:      Supported
7167 F:      Documentation/mips/
7168 F:      arch/mips/
7169
7170 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7171 M:      Hans Verkuil <hverkuil@xs4all.nl>
7172 L:      linux-media@vger.kernel.org
7173 T:      git git://linuxtv.org/media_tree.git
7174 W:      https://linuxtv.org
7175 S:      Odd Fixes
7176 F:      drivers/media/radio/radio-miropcm20*
7177
7178 MELLANOX MLX4 core VPI driver
7179 M:      Yishai Hadas <yishaih@mellanox.com>
7180 L:      netdev@vger.kernel.org
7181 L:      linux-rdma@vger.kernel.org
7182 W:      http://www.mellanox.com
7183 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7184 S:      Supported
7185 F:      drivers/net/ethernet/mellanox/mlx4/
7186 F:      include/linux/mlx4/
7187
7188 MELLANOX MLX4 IB driver
7189 M:      Yishai Hadas <yishaih@mellanox.com>
7190 L:      linux-rdma@vger.kernel.org
7191 W:      http://www.mellanox.com
7192 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7193 S:      Supported
7194 F:      drivers/infiniband/hw/mlx4/
7195 F:      include/linux/mlx4/
7196
7197 MELLANOX MLX5 core VPI driver
7198 M:      Matan Barak <matanb@mellanox.com>
7199 M:      Leon Romanovsky <leonro@mellanox.com>
7200 L:      netdev@vger.kernel.org
7201 L:      linux-rdma@vger.kernel.org
7202 W:      http://www.mellanox.com
7203 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7204 S:      Supported
7205 F:      drivers/net/ethernet/mellanox/mlx5/core/
7206 F:      include/linux/mlx5/
7207
7208 MELLANOX MLX5 IB driver
7209 M:      Matan Barak <matanb@mellanox.com>
7210 M:      Leon Romanovsky <leonro@mellanox.com>
7211 L:      linux-rdma@vger.kernel.org
7212 W:      http://www.mellanox.com
7213 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7214 S:      Supported
7215 F:      drivers/infiniband/hw/mlx5/
7216 F:      include/linux/mlx5/
7217
7218 MELEXIS MLX90614 DRIVER
7219 M:      Crt Mori <cmo@melexis.com>
7220 L:      linux-iio@vger.kernel.org
7221 W:      http://www.melexis.com
7222 S:      Supported
7223 F:      drivers/iio/temperature/mlx90614.c
7224
7225 MN88472 MEDIA DRIVER
7226 M:      Antti Palosaari <crope@iki.fi>
7227 L:      linux-media@vger.kernel.org
7228 W:      https://linuxtv.org
7229 W:      http://palosaari.fi/linux/
7230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7231 T:      git git://linuxtv.org/anttip/media_tree.git
7232 S:      Maintained
7233 F:      drivers/staging/media/mn88472/
7234 F:      drivers/media/dvb-frontends/mn88472.h
7235
7236 MN88473 MEDIA DRIVER
7237 M:      Antti Palosaari <crope@iki.fi>
7238 L:      linux-media@vger.kernel.org
7239 W:      https://linuxtv.org
7240 W:      http://palosaari.fi/linux/
7241 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7242 T:      git git://linuxtv.org/anttip/media_tree.git
7243 S:      Maintained
7244 F:      drivers/staging/media/mn88473/
7245 F:      drivers/media/dvb-frontends/mn88473.h
7246
7247 MODULE SUPPORT
7248 M:      Rusty Russell <rusty@rustcorp.com.au>
7249 S:      Maintained
7250 F:      include/linux/module.h
7251 F:      kernel/module.c
7252
7253 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7254 W:      http://popies.net/meye/
7255 S:      Orphan
7256 F:      Documentation/video4linux/meye.txt
7257 F:      drivers/media/pci/meye/
7258 F:      include/uapi/linux/meye.h
7259
7260 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7261 M:      Jiri Slaby <jirislaby@gmail.com>
7262 S:      Maintained
7263 F:      Documentation/serial/moxa-smartio
7264 F:      drivers/tty/mxser.*
7265
7266 MR800 AVERMEDIA USB FM RADIO DRIVER
7267 M:      Alexey Klimov <klimov.linux@gmail.com>
7268 L:      linux-media@vger.kernel.org
7269 T:      git git://linuxtv.org/media_tree.git
7270 S:      Maintained
7271 F:      drivers/media/radio/radio-mr800.c
7272
7273 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7274 M:      Alan Ott <alan@signal11.us>
7275 L:      linux-wpan@vger.kernel.org
7276 S:      Maintained
7277 F:      drivers/net/ieee802154/mrf24j40.c
7278 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7279
7280 MSI LAPTOP SUPPORT
7281 M:      "Lee, Chun-Yi" <jlee@suse.com>
7282 L:      platform-driver-x86@vger.kernel.org
7283 S:      Maintained
7284 F:      drivers/platform/x86/msi-laptop.c
7285
7286 MSI WMI SUPPORT
7287 L:      platform-driver-x86@vger.kernel.org
7288 S:      Orphan
7289 F:      drivers/platform/x86/msi-wmi.c
7290
7291 MSI001 MEDIA DRIVER
7292 M:      Antti Palosaari <crope@iki.fi>
7293 L:      linux-media@vger.kernel.org
7294 W:      https://linuxtv.org
7295 W:      http://palosaari.fi/linux/
7296 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7297 T:      git git://linuxtv.org/anttip/media_tree.git
7298 S:      Maintained
7299 F:      drivers/media/tuners/msi001*
7300
7301 MSI2500 MEDIA DRIVER
7302 M:      Antti Palosaari <crope@iki.fi>
7303 L:      linux-media@vger.kernel.org
7304 W:      https://linuxtv.org
7305 W:      http://palosaari.fi/linux/
7306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7307 T:      git git://linuxtv.org/anttip/media_tree.git
7308 S:      Maintained
7309 F:      drivers/media/usb/msi2500/
7310
7311 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7312 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7313 L:      linux-mtd@lists.infradead.org
7314 S:      Maintained
7315 F:      drivers/mtd/devices/docg3*
7316
7317 MT9M032 APTINA SENSOR DRIVER
7318 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7319 L:      linux-media@vger.kernel.org
7320 T:      git git://linuxtv.org/media_tree.git
7321 S:      Maintained
7322 F:      drivers/media/i2c/mt9m032.c
7323 F:      include/media/i2c/mt9m032.h
7324
7325 MT9P031 APTINA CAMERA SENSOR
7326 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7327 L:      linux-media@vger.kernel.org
7328 T:      git git://linuxtv.org/media_tree.git
7329 S:      Maintained
7330 F:      drivers/media/i2c/mt9p031.c
7331 F:      include/media/i2c/mt9p031.h
7332
7333 MT9T001 APTINA CAMERA SENSOR
7334 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7335 L:      linux-media@vger.kernel.org
7336 T:      git git://linuxtv.org/media_tree.git
7337 S:      Maintained
7338 F:      drivers/media/i2c/mt9t001.c
7339 F:      include/media/i2c/mt9t001.h
7340
7341 MT9V032 APTINA CAMERA SENSOR
7342 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7343 L:      linux-media@vger.kernel.org
7344 T:      git git://linuxtv.org/media_tree.git
7345 S:      Maintained
7346 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7347 F:      drivers/media/i2c/mt9v032.c
7348 F:      include/media/i2c/mt9v032.h
7349
7350 MULTIFUNCTION DEVICES (MFD)
7351 M:      Lee Jones <lee.jones@linaro.org>
7352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7353 S:      Supported
7354 F:      drivers/mfd/
7355 F:      include/linux/mfd/
7356
7357 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7358 M:      Ulf Hansson <ulf.hansson@linaro.org>
7359 L:      linux-mmc@vger.kernel.org
7360 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7361 S:      Maintained
7362 F:      drivers/mmc/
7363 F:      include/linux/mmc/
7364 F:      include/uapi/linux/mmc/
7365
7366 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7367 S:      Orphan
7368 F:      drivers/mmc/host/mmc_spi.c
7369 F:      include/linux/spi/mmc_spi.h
7370
7371 MULTISOUND SOUND DRIVER
7372 M:      Andrew Veliath <andrewtv@usa.net>
7373 S:      Maintained
7374 F:      Documentation/sound/oss/MultiSound
7375 F:      sound/oss/msnd*
7376
7377 MULTITECH MULTIPORT CARD (ISICOM)
7378 S:      Orphan
7379 F:      drivers/tty/isicom.c
7380 F:      include/linux/isicom.h
7381
7382 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7383 M:      Felipe Balbi <balbi@kernel.org>
7384 L:      linux-usb@vger.kernel.org
7385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7386 S:      Maintained
7387 F:      drivers/usb/musb/
7388
7389 MXL5007T MEDIA DRIVER
7390 M:      Michael Krufky <mkrufky@linuxtv.org>
7391 L:      linux-media@vger.kernel.org
7392 W:      https://linuxtv.org
7393 W:      http://github.com/mkrufky
7394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7395 T:      git git://linuxtv.org/mkrufky/tuners.git
7396 S:      Maintained
7397 F:      drivers/media/tuners/mxl5007t.*
7398
7399 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7400 M:      Hyong-Youb Kim <hykim@myri.com>
7401 L:      netdev@vger.kernel.org
7402 W:      https://www.myricom.com/support/downloads/myri10ge.html
7403 S:      Supported
7404 F:      drivers/net/ethernet/myricom/myri10ge/
7405
7406 NATSEMI ETHERNET DRIVER (DP8381x)
7407 S:      Orphan
7408 F:      drivers/net/ethernet/natsemi/natsemi.c
7409
7410 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7411 M:      Daniel Mack <zonque@gmail.com>
7412 S:      Maintained
7413 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7414 W:      http://www.native-instruments.com
7415 F:      sound/usb/caiaq/
7416
7417 NCP FILESYSTEM
7418 M:      Petr Vandrovec <petr@vandrovec.name>
7419 S:      Odd Fixes
7420 F:      fs/ncpfs/
7421
7422 NCR 5380 SCSI DRIVERS
7423 M:      Finn Thain <fthain@telegraphics.com.au>
7424 M:      Michael Schmitz <schmitzmic@gmail.com>
7425 L:      linux-scsi@vger.kernel.org
7426 S:      Maintained
7427 F:      Documentation/scsi/g_NCR5380.txt
7428 F:      drivers/scsi/NCR5380.*
7429 F:      drivers/scsi/arm/cumana_1.c
7430 F:      drivers/scsi/arm/oak.c
7431 F:      drivers/scsi/atari_NCR5380.c
7432 F:      drivers/scsi/atari_scsi.*
7433 F:      drivers/scsi/dmx3191d.c
7434 F:      drivers/scsi/dtc.*
7435 F:      drivers/scsi/g_NCR5380.*
7436 F:      drivers/scsi/g_NCR5380_mmio.c
7437 F:      drivers/scsi/mac_scsi.*
7438 F:      drivers/scsi/pas16.*
7439 F:      drivers/scsi/sun3_scsi.*
7440 F:      drivers/scsi/sun3_scsi_vme.c
7441 F:      drivers/scsi/t128.*
7442
7443 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7444 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7445 L:      linux-scsi@vger.kernel.org
7446 S:      Maintained
7447 F:      drivers/scsi/NCR_D700.*
7448
7449 NCT6775 HARDWARE MONITOR DRIVER
7450 M:      Guenter Roeck <linux@roeck-us.net>
7451 L:      lm-sensors@lm-sensors.org
7452 S:      Maintained
7453 F:      Documentation/hwmon/nct6775
7454 F:      drivers/hwmon/nct6775.c
7455
7456 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7457 M:      Faisal Latif <faisal.latif@intel.com>
7458 L:      linux-rdma@vger.kernel.org
7459 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7460 S:      Supported
7461 F:      drivers/infiniband/hw/nes/
7462
7463 NETEM NETWORK EMULATOR
7464 M:      Stephen Hemminger <stephen@networkplumber.org>
7465 L:      netem@lists.linux-foundation.org
7466 S:      Maintained
7467 F:      net/sched/sch_netem.c
7468
7469 NETERION 10GbE DRIVERS (s2io/vxge)
7470 M:      Jon Mason <jdmason@kudzu.us>
7471 L:      netdev@vger.kernel.org
7472 S:      Supported
7473 F:      Documentation/networking/s2io.txt
7474 F:      Documentation/networking/vxge.txt
7475 F:      drivers/net/ethernet/neterion/
7476
7477 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7478 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7479 M:      Patrick McHardy <kaber@trash.net>
7480 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7481 L:      netfilter-devel@vger.kernel.org
7482 L:      coreteam@netfilter.org
7483 W:      http://www.netfilter.org/
7484 W:      http://www.iptables.org/
7485 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7488 S:      Supported
7489 F:      include/linux/netfilter*
7490 F:      include/linux/netfilter/
7491 F:      include/net/netfilter/
7492 F:      include/uapi/linux/netfilter*
7493 F:      include/uapi/linux/netfilter/
7494 F:      net/*/netfilter.c
7495 F:      net/*/netfilter/
7496 F:      net/netfilter/
7497 F:      net/bridge/br_netfilter*.c
7498
7499 NETLABEL
7500 M:      Paul Moore <paul@paul-moore.com>
7501 W:      http://netlabel.sf.net
7502 L:      netdev@vger.kernel.org
7503 S:      Maintained
7504 F:      Documentation/netlabel/
7505 F:      include/net/netlabel.h
7506 F:      net/netlabel/
7507
7508 NETROM NETWORK LAYER
7509 M:      Ralf Baechle <ralf@linux-mips.org>
7510 L:      linux-hams@vger.kernel.org
7511 W:      http://www.linux-ax25.org/
7512 S:      Maintained
7513 F:      include/net/netrom.h
7514 F:      include/uapi/linux/netrom.h
7515 F:      net/netrom/
7516
7517 NETRONOME ETHERNET DRIVERS
7518 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7519 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7520 L:      oss-drivers@netronome.com
7521 S:      Maintained
7522 F:      drivers/net/ethernet/netronome/
7523
7524 NETWORK BLOCK DEVICE (NBD)
7525 M:      Markus Pargmann <mpa@pengutronix.de>
7526 S:      Maintained
7527 L:      nbd-general@lists.sourceforge.net
7528 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7529 F:      Documentation/blockdev/nbd.txt
7530 F:      drivers/block/nbd.c
7531 F:      include/uapi/linux/nbd.h
7532
7533 NETWORK DROP MONITOR
7534 M:      Neil Horman <nhorman@tuxdriver.com>
7535 L:      netdev@vger.kernel.org
7536 S:      Maintained
7537 W:      https://fedorahosted.org/dropwatch/
7538 F:      net/core/drop_monitor.c
7539
7540 NETWORKING [GENERAL]
7541 M:      "David S. Miller" <davem@davemloft.net>
7542 L:      netdev@vger.kernel.org
7543 W:      http://www.linuxfoundation.org/en/Net
7544 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7547 S:      Maintained
7548 F:      net/
7549 F:      include/net/
7550 F:      include/linux/in.h
7551 F:      include/linux/net.h
7552 F:      include/linux/netdevice.h
7553 F:      include/uapi/linux/in.h
7554 F:      include/uapi/linux/net.h
7555 F:      include/uapi/linux/netdevice.h
7556 F:      include/uapi/linux/net_namespace.h
7557 F:      tools/net/
7558 F:      tools/testing/selftests/net/
7559 F:      lib/random32.c
7560 F:      lib/test_bpf.c
7561
7562 NETWORKING [IPv4/IPv6]
7563 M:      "David S. Miller" <davem@davemloft.net>
7564 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7565 M:      James Morris <jmorris@namei.org>
7566 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7567 M:      Patrick McHardy <kaber@trash.net>
7568 L:      netdev@vger.kernel.org
7569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7570 S:      Maintained
7571 F:      net/ipv4/
7572 F:      net/ipv6/
7573 F:      include/net/ip*
7574 F:      arch/x86/net/*
7575
7576 NETWORKING [IPSEC]
7577 M:      Steffen Klassert <steffen.klassert@secunet.com>
7578 M:      Herbert Xu <herbert@gondor.apana.org.au>
7579 M:      "David S. Miller" <davem@davemloft.net>
7580 L:      netdev@vger.kernel.org
7581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7583 S:      Maintained
7584 F:      net/core/flow.c
7585 F:      net/xfrm/
7586 F:      net/key/
7587 F:      net/ipv4/xfrm*
7588 F:      net/ipv4/esp4.c
7589 F:      net/ipv4/ah4.c
7590 F:      net/ipv4/ipcomp.c
7591 F:      net/ipv4/ip_vti.c
7592 F:      net/ipv6/xfrm*
7593 F:      net/ipv6/esp6.c
7594 F:      net/ipv6/ah6.c
7595 F:      net/ipv6/ipcomp6.c
7596 F:      net/ipv6/ip6_vti.c
7597 F:      include/uapi/linux/xfrm.h
7598 F:      include/net/xfrm.h
7599
7600 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7601 M:      Paul Moore <paul@paul-moore.com>
7602 L:      netdev@vger.kernel.org
7603 S:      Maintained
7604
7605 NETWORKING [WIRELESS]
7606 L:      linux-wireless@vger.kernel.org
7607 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7608
7609 NETWORKING DRIVERS
7610 L:      netdev@vger.kernel.org
7611 W:      http://www.linuxfoundation.org/en/Net
7612 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7615 S:      Odd Fixes
7616 F:      drivers/net/
7617 F:      include/linux/if_*
7618 F:      include/linux/netdevice.h
7619 F:      include/linux/etherdevice.h
7620 F:      include/linux/fcdevice.h
7621 F:      include/linux/fddidevice.h
7622 F:      include/linux/hippidevice.h
7623 F:      include/linux/inetdevice.h
7624 F:      include/uapi/linux/if_*
7625 F:      include/uapi/linux/netdevice.h
7626
7627 NETWORKING DRIVERS (WIRELESS)
7628 M:      Kalle Valo <kvalo@codeaurora.org>
7629 L:      linux-wireless@vger.kernel.org
7630 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7633 S:      Maintained
7634 F:      drivers/net/wireless/
7635
7636 NETXEN (1/10) GbE SUPPORT
7637 M:      Manish Chopra <manish.chopra@qlogic.com>
7638 M:      Sony Chacko <sony.chacko@qlogic.com>
7639 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7640 L:      netdev@vger.kernel.org
7641 W:      http://www.qlogic.com
7642 S:      Supported
7643 F:      drivers/net/ethernet/qlogic/netxen/
7644
7645 NFC SUBSYSTEM
7646 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7647 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7648 M:      Samuel Ortiz <sameo@linux.intel.com>
7649 L:      linux-wireless@vger.kernel.org
7650 L:      linux-nfc@lists.01.org (subscribers-only)
7651 S:      Supported
7652 F:      net/nfc/
7653 F:      include/net/nfc/
7654 F:      include/uapi/linux/nfc.h
7655 F:      drivers/nfc/
7656 F:      include/linux/platform_data/microread.h
7657 F:      include/linux/platform_data/nfcmrvl.h
7658 F:      include/linux/platform_data/nxp-nci.h
7659 F:      include/linux/platform_data/pn544.h
7660 F:      include/linux/platform_data/st21nfca.h
7661 F:      include/linux/platform_data/st-nci.h
7662 F:      Documentation/devicetree/bindings/net/nfc/
7663
7664 NFS, SUNRPC, AND LOCKD CLIENTS
7665 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7666 M:      Anna Schumaker <anna.schumaker@netapp.com>
7667 L:      linux-nfs@vger.kernel.org
7668 W:      http://client.linux-nfs.org
7669 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7670 S:      Maintained
7671 F:      fs/lockd/
7672 F:      fs/nfs/
7673 F:      fs/nfs_common/
7674 F:      net/sunrpc/
7675 F:      include/linux/lockd/
7676 F:      include/linux/nfs*
7677 F:      include/linux/sunrpc/
7678 F:      include/uapi/linux/nfs*
7679 F:      include/uapi/linux/sunrpc/
7680
7681 NILFS2 FILESYSTEM
7682 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7683 L:      linux-nilfs@vger.kernel.org
7684 W:      http://nilfs.sourceforge.net/
7685 T:      git git://github.com/konis/nilfs2.git
7686 S:      Supported
7687 F:      Documentation/filesystems/nilfs2.txt
7688 F:      fs/nilfs2/
7689 F:      include/linux/nilfs2_fs.h
7690 F:      include/trace/events/nilfs2.h
7691
7692 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7693 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7694 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7695 S:      Maintained
7696 F:      Documentation/scsi/NinjaSCSI.txt
7697 F:      drivers/scsi/pcmcia/nsp_*
7698
7699 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7700 M:      GOTO Masanori <gotom@debian.or.jp>
7701 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7702 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7703 S:      Maintained
7704 F:      Documentation/scsi/NinjaSCSI.txt
7705 F:      drivers/scsi/nsp32*
7706
7707 NIOS2 ARCHITECTURE
7708 M:      Ley Foon Tan <lftan@altera.com>
7709 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7711 S:      Maintained
7712 F:      arch/nios2/
7713
7714 NOKIA N900 POWER SUPPLY DRIVERS
7715 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7716 S:      Maintained
7717 F:      include/linux/power/bq2415x_charger.h
7718 F:      include/linux/power/bq27xxx_battery.h
7719 F:      include/linux/power/isp1704_charger.h
7720 F:      drivers/power/bq2415x_charger.c
7721 F:      drivers/power/bq27xxx_battery.c
7722 F:      drivers/power/isp1704_charger.c
7723 F:      drivers/power/rx51_battery.c
7724
7725 NTB DRIVER CORE
7726 M:      Jon Mason <jdmason@kudzu.us>
7727 M:      Dave Jiang <dave.jiang@intel.com>
7728 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7729 L:      linux-ntb@googlegroups.com
7730 S:      Supported
7731 W:      https://github.com/jonmason/ntb/wiki
7732 T:      git git://github.com/jonmason/ntb.git
7733 F:      drivers/ntb/
7734 F:      drivers/net/ntb_netdev.c
7735 F:      include/linux/ntb.h
7736 F:      include/linux/ntb_transport.h
7737
7738 NTB INTEL DRIVER
7739 M:      Jon Mason <jdmason@kudzu.us>
7740 M:      Dave Jiang <dave.jiang@intel.com>
7741 L:      linux-ntb@googlegroups.com
7742 S:      Supported
7743 W:      https://github.com/jonmason/ntb/wiki
7744 T:      git git://github.com/jonmason/ntb.git
7745 F:      drivers/ntb/hw/intel/
7746
7747 NTB AMD DRIVER
7748 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7749 L:      linux-ntb@googlegroups.com
7750 S:      Supported
7751 F:      drivers/ntb/hw/amd/
7752
7753 NTFS FILESYSTEM
7754 M:      Anton Altaparmakov <anton@tuxera.com>
7755 L:      linux-ntfs-dev@lists.sourceforge.net
7756 W:      http://www.tuxera.com/
7757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7758 S:      Supported
7759 F:      Documentation/filesystems/ntfs.txt
7760 F:      fs/ntfs/
7761
7762 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7763 M:      Antonino Daplas <adaplas@gmail.com>
7764 L:      linux-fbdev@vger.kernel.org
7765 S:      Maintained
7766 F:      drivers/video/fbdev/riva/
7767 F:      drivers/video/fbdev/nvidia/
7768
7769 NVM EXPRESS DRIVER
7770 M:      Keith Busch <keith.busch@intel.com>
7771 M:      Jens Axboe <axboe@fb.com>
7772 L:      linux-nvme@lists.infradead.org
7773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7774 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7775 S:      Supported
7776 F:      drivers/nvme/host/
7777 F:      include/linux/nvme.h
7778
7779 NVMEM FRAMEWORK
7780 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7781 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7782 S:      Maintained
7783 F:      drivers/nvmem/
7784 F:      Documentation/devicetree/bindings/nvmem/
7785 F:      include/linux/nvmem-consumer.h
7786 F:      include/linux/nvmem-provider.h
7787
7788 NXP-NCI NFC DRIVER
7789 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7790 R:      Charles Gorand <charles.gorand@effinnov.com>
7791 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7792 S:      Supported
7793 F:      drivers/nfc/nxp-nci
7794
7795 NXP TDA998X DRM DRIVER
7796 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7797 S:      Supported
7798 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7799 F:      include/drm/i2c/tda998x.h
7800
7801 NXP TFA9879 DRIVER
7802 M:      Peter Rosin <peda@axentia.se>
7803 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7804 S:      Maintained
7805 F:      sound/soc/codecs/tfa9879*
7806
7807 OMAP SUPPORT
7808 M:      Tony Lindgren <tony@atomide.com>
7809 L:      linux-omap@vger.kernel.org
7810 W:      http://www.muru.com/linux/omap/
7811 W:      http://linux.omap.com/
7812 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7814 S:      Maintained
7815 F:      arch/arm/*omap*/
7816 F:      arch/arm/configs/omap1_defconfig
7817 F:      arch/arm/configs/omap2plus_defconfig
7818 F:      drivers/i2c/busses/i2c-omap.c
7819 F:      drivers/irqchip/irq-omap-intc.c
7820 F:      drivers/mfd/*omap*.c
7821 F:      drivers/mfd/menelaus.c
7822 F:      drivers/mfd/palmas.c
7823 F:      drivers/mfd/tps65217.c
7824 F:      drivers/mfd/tps65218.c
7825 F:      drivers/mfd/tps65910.c
7826 F:      drivers/mfd/twl-core.[ch]
7827 F:      drivers/mfd/twl4030*.c
7828 F:      drivers/mfd/twl6030*.c
7829 F:      drivers/mfd/twl6040*.c
7830 F:      drivers/regulator/palmas-regulator*.c
7831 F:      drivers/regulator/pbias-regulator.c
7832 F:      drivers/regulator/tps65217-regulator.c
7833 F:      drivers/regulator/tps65218-regulator.c
7834 F:      drivers/regulator/tps65910-regulator.c
7835 F:      drivers/regulator/twl-regulator.c
7836 F:      include/linux/i2c-omap.h
7837
7838 OMAP DEVICE TREE SUPPORT
7839 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7840 M:      Tony Lindgren <tony@atomide.com>
7841 L:      linux-omap@vger.kernel.org
7842 L:      devicetree@vger.kernel.org
7843 S:      Maintained
7844 F:      arch/arm/boot/dts/*omap*
7845 F:      arch/arm/boot/dts/*am3*
7846 F:      arch/arm/boot/dts/*am4*
7847 F:      arch/arm/boot/dts/*am5*
7848 F:      arch/arm/boot/dts/*dra7*
7849
7850 OMAP CLOCK FRAMEWORK SUPPORT
7851 M:      Paul Walmsley <paul@pwsan.com>
7852 L:      linux-omap@vger.kernel.org
7853 S:      Maintained
7854 F:      arch/arm/*omap*/*clock*
7855
7856 OMAP POWER MANAGEMENT SUPPORT
7857 M:      Kevin Hilman <khilman@deeprootsystems.com>
7858 L:      linux-omap@vger.kernel.org
7859 S:      Maintained
7860 F:      arch/arm/*omap*/*pm*
7861 F:      drivers/cpufreq/omap-cpufreq.c
7862
7863 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7864 M:      Rajendra Nayak <rnayak@ti.com>
7865 M:      Paul Walmsley <paul@pwsan.com>
7866 L:      linux-omap@vger.kernel.org
7867 S:      Maintained
7868 F:      arch/arm/mach-omap2/prm*
7869
7870 OMAP AUDIO SUPPORT
7871 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7872 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7873 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7874 L:      linux-omap@vger.kernel.org
7875 S:      Maintained
7876 F:      sound/soc/omap/
7877
7878 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7879 M:      Roger Quadros <rogerq@ti.com>
7880 M:      Tony Lindgren <tony@atomide.com>
7881 L:      linux-omap@vger.kernel.org
7882 S:      Maintained
7883 F:      drivers/memory/omap-gpmc.c
7884 F:      arch/arm/mach-omap2/*gpmc*
7885
7886 OMAP FRAMEBUFFER SUPPORT
7887 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7888 L:      linux-fbdev@vger.kernel.org
7889 L:      linux-omap@vger.kernel.org
7890 S:      Maintained
7891 F:      drivers/video/fbdev/omap/
7892
7893 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7894 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7895 L:      linux-omap@vger.kernel.org
7896 L:      linux-fbdev@vger.kernel.org
7897 S:      Maintained
7898 F:      drivers/video/fbdev/omap2/
7899 F:      Documentation/arm/OMAP/DSS
7900
7901 OMAP HARDWARE SPINLOCK SUPPORT
7902 M:      Ohad Ben-Cohen <ohad@wizery.com>
7903 L:      linux-omap@vger.kernel.org
7904 S:      Maintained
7905 F:      drivers/hwspinlock/omap_hwspinlock.c
7906
7907 OMAP MMC SUPPORT
7908 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7909 L:      linux-omap@vger.kernel.org
7910 S:      Maintained
7911 F:      drivers/mmc/host/omap.c
7912
7913 OMAP HS MMC SUPPORT
7914 L:      linux-mmc@vger.kernel.org
7915 L:      linux-omap@vger.kernel.org
7916 S:      Orphan
7917 F:      drivers/mmc/host/omap_hsmmc.c
7918
7919 OMAP RANDOM NUMBER GENERATOR SUPPORT
7920 M:      Deepak Saxena <dsaxena@plexity.net>
7921 S:      Maintained
7922 F:      drivers/char/hw_random/omap-rng.c
7923
7924 OMAP HWMOD SUPPORT
7925 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7926 M:      Paul Walmsley <paul@pwsan.com>
7927 L:      linux-omap@vger.kernel.org
7928 S:      Maintained
7929 F:      arch/arm/mach-omap2/omap_hwmod.*
7930
7931 OMAP HWMOD DATA
7932 M:      Paul Walmsley <paul@pwsan.com>
7933 L:      linux-omap@vger.kernel.org
7934 S:      Maintained
7935 F:      arch/arm/mach-omap2/omap_hwmod*data*
7936
7937 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7938 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7939 L:      linux-omap@vger.kernel.org
7940 S:      Maintained
7941 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7942
7943 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7944 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7945 L:      linux-media@vger.kernel.org
7946 S:      Maintained
7947 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7948 F:      drivers/media/platform/omap3isp/
7949 F:      drivers/staging/media/omap4iss/
7950
7951 OMAP USB SUPPORT
7952 M:      Felipe Balbi <balbi@kernel.org>
7953 L:      linux-usb@vger.kernel.org
7954 L:      linux-omap@vger.kernel.org
7955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7956 S:      Maintained
7957 F:      drivers/usb/*/*omap*
7958 F:      arch/arm/*omap*/usb*
7959
7960 OMAP GPIO DRIVER
7961 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7962 M:      Santosh Shilimkar <ssantosh@kernel.org>
7963 M:      Kevin Hilman <khilman@deeprootsystems.com>
7964 L:      linux-omap@vger.kernel.org
7965 S:      Maintained
7966 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7967 F:      drivers/gpio/gpio-omap.c
7968
7969 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7970 M:      Mark Jackson <mpfj@newflow.co.uk>
7971 L:      linux-omap@vger.kernel.org
7972 S:      Maintained
7973 F:      arch/arm/boot/dts/am335x-nano.dts
7974
7975 OMFS FILESYSTEM
7976 M:      Bob Copeland <me@bobcopeland.com>
7977 L:      linux-karma-devel@lists.sourceforge.net
7978 S:      Maintained
7979 F:      Documentation/filesystems/omfs.txt
7980 F:      fs/omfs/
7981
7982 OMNIKEY CARDMAN 4000 DRIVER
7983 M:      Harald Welte <laforge@gnumonks.org>
7984 S:      Maintained
7985 F:      drivers/char/pcmcia/cm4000_cs.c
7986 F:      include/linux/cm4000_cs.h
7987 F:      include/uapi/linux/cm4000_cs.h
7988
7989 OMNIKEY CARDMAN 4040 DRIVER
7990 M:      Harald Welte <laforge@gnumonks.org>
7991 S:      Maintained
7992 F:      drivers/char/pcmcia/cm4040_cs.*
7993
7994 OMNIVISION OV7670 SENSOR DRIVER
7995 M:      Jonathan Corbet <corbet@lwn.net>
7996 L:      linux-media@vger.kernel.org
7997 T:      git git://linuxtv.org/media_tree.git
7998 S:      Maintained
7999 F:      drivers/media/i2c/ov7670.c
8000
8001 ONENAND FLASH DRIVER
8002 M:      Kyungmin Park <kyungmin.park@samsung.com>
8003 L:      linux-mtd@lists.infradead.org
8004 S:      Maintained
8005 F:      drivers/mtd/onenand/
8006 F:      include/linux/mtd/onenand*.h
8007
8008 ONSTREAM SCSI TAPE DRIVER
8009 M:      Willem Riede <osst@riede.org>
8010 L:      osst-users@lists.sourceforge.net
8011 L:      linux-scsi@vger.kernel.org
8012 S:      Maintained
8013 F:      Documentation/scsi/osst.txt
8014 F:      drivers/scsi/osst.*
8015 F:      drivers/scsi/osst_*.h
8016 F:      drivers/scsi/st.h
8017
8018 OPENCORES I2C BUS DRIVER
8019 M:      Peter Korsgaard <jacmet@sunsite.dk>
8020 L:      linux-i2c@vger.kernel.org
8021 S:      Maintained
8022 F:      Documentation/i2c/busses/i2c-ocores
8023 F:      drivers/i2c/busses/i2c-ocores.c
8024
8025 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8026 M:      Rob Herring <robh+dt@kernel.org>
8027 M:      Frank Rowand <frowand.list@gmail.com>
8028 M:      Grant Likely <grant.likely@linaro.org>
8029 L:      devicetree@vger.kernel.org
8030 W:      http://www.devicetree.org/
8031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8032 S:      Maintained
8033 F:      drivers/of/
8034 F:      include/linux/of*.h
8035 F:      scripts/dtc/
8036
8037 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8038 M:      Rob Herring <robh+dt@kernel.org>
8039 M:      Pawel Moll <pawel.moll@arm.com>
8040 M:      Mark Rutland <mark.rutland@arm.com>
8041 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8042 M:      Kumar Gala <galak@codeaurora.org>
8043 L:      devicetree@vger.kernel.org
8044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8045 S:      Maintained
8046 F:      Documentation/devicetree/
8047 F:      arch/*/boot/dts/
8048 F:      include/dt-bindings/
8049
8050 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8051 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8052 L:      devicetree@vger.kernel.org
8053 S:      Maintained
8054 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8055 F:      Documentation/devicetree/overlay-notes.txt
8056 F:      drivers/of/overlay.c
8057 F:      drivers/of/resolver.c
8058
8059 OPENRISC ARCHITECTURE
8060 M:      Jonas Bonn <jonas@southpole.se>
8061 W:      http://openrisc.net
8062 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8063 S:      Maintained
8064 T:      git git://openrisc.net/~jonas/linux
8065 F:      arch/openrisc/
8066
8067 OPENVSWITCH
8068 M:      Pravin Shelar <pshelar@nicira.com>
8069 L:      netdev@vger.kernel.org
8070 L:      dev@openvswitch.org
8071 W:      http://openvswitch.org
8072 S:      Maintained
8073 F:      net/openvswitch/
8074 F:      include/uapi/linux/openvswitch.h
8075
8076 OPERATING PERFORMANCE POINTS (OPP)
8077 M:      Viresh Kumar <vireshk@kernel.org>
8078 M:      Nishanth Menon <nm@ti.com>
8079 M:      Stephen Boyd <sboyd@codeaurora.org>
8080 L:      linux-pm@vger.kernel.org
8081 S:      Maintained
8082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8083 F:      drivers/base/power/opp/
8084 F:      include/linux/pm_opp.h
8085 F:      Documentation/power/opp.txt
8086 F:      Documentation/devicetree/bindings/opp/
8087
8088 OPL4 DRIVER
8089 M:      Clemens Ladisch <clemens@ladisch.de>
8090 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8091 T:      git git://git.alsa-project.org/alsa-kernel.git
8092 S:      Maintained
8093 F:      sound/drivers/opl4/
8094
8095 OPROFILE
8096 M:      Robert Richter <rric@kernel.org>
8097 L:      oprofile-list@lists.sf.net
8098 S:      Maintained
8099 F:      arch/*/include/asm/oprofile*.h
8100 F:      arch/*/oprofile/
8101 F:      drivers/oprofile/
8102 F:      include/linux/oprofile.h
8103
8104 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8105 M:      Mark Fasheh <mfasheh@suse.com>
8106 M:      Joel Becker <jlbec@evilplan.org>
8107 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8108 W:      http://ocfs2.wiki.kernel.org
8109 S:      Supported
8110 F:      Documentation/filesystems/ocfs2.txt
8111 F:      Documentation/filesystems/dlmfs.txt
8112 F:      fs/ocfs2/
8113
8114 ORINOCO DRIVER
8115 L:      linux-wireless@vger.kernel.org
8116 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8117 W:      http://www.nongnu.org/orinoco/
8118 S:      Orphan
8119 F:      drivers/net/wireless/intersil/orinoco/
8120
8121 OSD LIBRARY and FILESYSTEM
8122 M:      Boaz Harrosh <ooo@electrozaur.com>
8123 M:      Benny Halevy <bhalevy@primarydata.com>
8124 L:      osd-dev@open-osd.org
8125 W:      http://open-osd.org
8126 T:      git git://git.open-osd.org/open-osd.git
8127 S:      Maintained
8128 F:      drivers/scsi/osd/
8129 F:      include/scsi/osd_*
8130 F:      fs/exofs/
8131
8132 OVERLAY FILESYSTEM
8133 M:      Miklos Szeredi <miklos@szeredi.hu>
8134 L:      linux-unionfs@vger.kernel.org
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8136 S:      Supported
8137 F:      fs/overlayfs/
8138 F:      Documentation/filesystems/overlayfs.txt
8139
8140 ORANGEFS FILESYSTEM
8141 M:      Mike Marshall <hubcap@omnibond.com>
8142 L:      pvfs2-developers@beowulf-underground.org
8143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8144 S:      Supported
8145 F:      fs/orangefs/
8146 F:      Documentation/filesystems/orangefs.txt
8147
8148 P54 WIRELESS DRIVER
8149 M:      Christian Lamparter <chunkeey@googlemail.com>
8150 L:      linux-wireless@vger.kernel.org
8151 W:      http://wireless.kernel.org/en/users/Drivers/p54
8152 S:      Maintained
8153 F:      drivers/net/wireless/intersil/p54/
8154
8155 PA SEMI ETHERNET DRIVER
8156 M:      Olof Johansson <olof@lixom.net>
8157 L:      netdev@vger.kernel.org
8158 S:      Maintained
8159 F:      drivers/net/ethernet/pasemi/*
8160
8161 PA SEMI SMBUS DRIVER
8162 M:      Olof Johansson <olof@lixom.net>
8163 L:      linux-i2c@vger.kernel.org
8164 S:      Maintained
8165 F:      drivers/i2c/busses/i2c-pasemi.c
8166
8167 PADATA PARALLEL EXECUTION MECHANISM
8168 M:      Steffen Klassert <steffen.klassert@secunet.com>
8169 L:      linux-crypto@vger.kernel.org
8170 S:      Maintained
8171 F:      kernel/padata.c
8172 F:      include/linux/padata.h
8173 F:      Documentation/padata.txt
8174
8175 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8176 M:      Harald Welte <laforge@gnumonks.org>
8177 L:      platform-driver-x86@vger.kernel.org
8178 S:      Maintained
8179 F:      drivers/platform/x86/panasonic-laptop.c
8180
8181 PANASONIC MN10300/AM33/AM34 PORT
8182 M:      David Howells <dhowells@redhat.com>
8183 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8184 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8185 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8186 S:      Maintained
8187 F:      Documentation/mn10300/
8188 F:      arch/mn10300/
8189
8190 PARALLEL PORT SUBSYSTEM
8191 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8192 M:      Sudip Mukherjee <sudip@vectorindia.org>
8193 L:      linux-parport@lists.infradead.org (subscribers-only)
8194 S:      Maintained
8195 F:      drivers/parport/
8196 F:      include/linux/parport*.h
8197 F:      drivers/char/ppdev.c
8198 F:      include/uapi/linux/ppdev.h
8199 F:      Documentation/parport*.txt
8200
8201 PARAVIRT_OPS INTERFACE
8202 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8203 M:      Chris Wright <chrisw@sous-sol.org>
8204 M:      Alok Kataria <akataria@vmware.com>
8205 M:      Rusty Russell <rusty@rustcorp.com.au>
8206 L:      virtualization@lists.linux-foundation.org
8207 S:      Supported
8208 F:      Documentation/virtual/paravirt_ops.txt
8209 F:      arch/*/kernel/paravirt*
8210 F:      arch/*/include/asm/paravirt.h
8211
8212 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8213 M:      Tim Waugh <tim@cyberelk.net>
8214 L:      linux-parport@lists.infradead.org (subscribers-only)
8215 S:      Maintained
8216 F:      Documentation/blockdev/paride.txt
8217 F:      drivers/block/paride/
8218
8219 PARISC ARCHITECTURE
8220 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8221 M:      Helge Deller <deller@gmx.de>
8222 L:      linux-parisc@vger.kernel.org
8223 W:      http://www.parisc-linux.org/
8224 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8227 S:      Maintained
8228 F:      arch/parisc/
8229 F:      Documentation/parisc/
8230 F:      drivers/parisc/
8231 F:      drivers/char/agp/parisc-agp.c
8232 F:      drivers/input/serio/gscps2.c
8233 F:      drivers/parport/parport_gsc.*
8234 F:      drivers/tty/serial/8250/8250_gsc.c
8235 F:      drivers/video/fbdev/sti*
8236 F:      drivers/video/console/sti*
8237 F:      drivers/video/logo/logo_parisc*
8238
8239 PC87360 HARDWARE MONITORING DRIVER
8240 M:      Jim Cromie <jim.cromie@gmail.com>
8241 L:      lm-sensors@lm-sensors.org
8242 S:      Maintained
8243 F:      Documentation/hwmon/pc87360
8244 F:      drivers/hwmon/pc87360.c
8245
8246 PC8736x GPIO DRIVER
8247 M:      Jim Cromie <jim.cromie@gmail.com>
8248 S:      Maintained
8249 F:      drivers/char/pc8736x_gpio.c
8250
8251 PC87427 HARDWARE MONITORING DRIVER
8252 M:      Jean Delvare <jdelvare@suse.com>
8253 L:      lm-sensors@lm-sensors.org
8254 S:      Maintained
8255 F:      Documentation/hwmon/pc87427
8256 F:      drivers/hwmon/pc87427.c
8257
8258 PCA9532 LED DRIVER
8259 M:      Riku Voipio <riku.voipio@iki.fi>
8260 S:      Maintained
8261 F:      drivers/leds/leds-pca9532.c
8262 F:      include/linux/leds-pca9532.h
8263
8264 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8265 M:      Guenter Roeck <linux@roeck-us.net>
8266 L:      linux-i2c@vger.kernel.org
8267 S:      Maintained
8268 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8269
8270 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8271 M:      Khalid Aziz <khalid@gonehiking.org>
8272 S:      Maintained
8273 F:      drivers/firmware/pcdp.*
8274
8275 PCI ERROR RECOVERY
8276 M:      Linas Vepstas <linasvepstas@gmail.com>
8277 L:      linux-pci@vger.kernel.org
8278 S:      Supported
8279 F:      Documentation/PCI/pci-error-recovery.txt
8280
8281 PCI SUBSYSTEM
8282 M:      Bjorn Helgaas <bhelgaas@google.com>
8283 L:      linux-pci@vger.kernel.org
8284 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8286 S:      Supported
8287 F:      Documentation/PCI/
8288 F:      drivers/pci/
8289 F:      include/linux/pci*
8290 F:      arch/x86/pci/
8291 F:      arch/x86/kernel/quirks.c
8292
8293 PCI DRIVER FOR ALTERA PCIE IP
8294 M:      Ley Foon Tan <lftan@altera.com>
8295 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8296 L:      linux-pci@vger.kernel.org
8297 S:      Supported
8298 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8299 F:      drivers/pci/host/pcie-altera.c
8300
8301 PCI DRIVER FOR ARM VERSATILE PLATFORM
8302 M:      Rob Herring <robh@kernel.org>
8303 L:      linux-pci@vger.kernel.org
8304 L:      linux-arm-kernel@lists.infradead.org
8305 S:      Maintained
8306 F:      Documentation/devicetree/bindings/pci/versatile.txt
8307 F:      drivers/pci/host/pci-versatile.c
8308
8309 PCI DRIVER FOR APPLIEDMICRO XGENE
8310 M:      Tanmay Inamdar <tinamdar@apm.com>
8311 L:      linux-pci@vger.kernel.org
8312 L:      linux-arm-kernel@lists.infradead.org
8313 S:      Maintained
8314 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8315 F:      drivers/pci/host/pci-xgene.c
8316
8317 PCI DRIVER FOR FREESCALE LAYERSCAPE
8318 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8319 M:      Mingkai Hu <mingkai.hu@freescale.com>
8320 M:      Roy Zang <tie-fei.zang@freescale.com>
8321 L:      linuxppc-dev@lists.ozlabs.org
8322 L:      linux-pci@vger.kernel.org
8323 L:      linux-arm-kernel@lists.infradead.org
8324 S:      Maintained
8325 F:      drivers/pci/host/*layerscape*
8326
8327 PCI DRIVER FOR IMX6
8328 M:      Richard Zhu <Richard.Zhu@freescale.com>
8329 M:      Lucas Stach <l.stach@pengutronix.de>
8330 L:      linux-pci@vger.kernel.org
8331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8332 S:      Maintained
8333 F:      drivers/pci/host/*imx6*
8334
8335 PCI DRIVER FOR TI KEYSTONE
8336 M:      Murali Karicheri <m-karicheri2@ti.com>
8337 L:      linux-pci@vger.kernel.org
8338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8339 S:      Maintained
8340 F:      drivers/pci/host/*keystone*
8341
8342 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8343 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8344 M:      Jason Cooper <jason@lakedaemon.net>
8345 L:      linux-pci@vger.kernel.org
8346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8347 S:      Maintained
8348 F:      drivers/pci/host/*mvebu*
8349
8350 PCI DRIVER FOR NVIDIA TEGRA
8351 M:      Thierry Reding <thierry.reding@gmail.com>
8352 L:      linux-tegra@vger.kernel.org
8353 L:      linux-pci@vger.kernel.org
8354 S:      Supported
8355 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8356 F:      drivers/pci/host/pci-tegra.c
8357
8358 PCI DRIVER FOR TI DRA7XX
8359 M:      Kishon Vijay Abraham I <kishon@ti.com>
8360 L:      linux-omap@vger.kernel.org
8361 L:      linux-pci@vger.kernel.org
8362 S:      Supported
8363 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8364 F:      drivers/pci/host/pci-dra7xx.c
8365
8366 PCI DRIVER FOR RENESAS R-CAR
8367 M:      Simon Horman <horms@verge.net.au>
8368 L:      linux-pci@vger.kernel.org
8369 L:      linux-renesas-soc@vger.kernel.org
8370 S:      Maintained
8371 F:      drivers/pci/host/*rcar*
8372
8373 PCI DRIVER FOR SAMSUNG EXYNOS
8374 M:      Jingoo Han <jingoohan1@gmail.com>
8375 L:      linux-pci@vger.kernel.org
8376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8377 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8378 S:      Maintained
8379 F:      drivers/pci/host/pci-exynos.c
8380
8381 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8382 M:      Jingoo Han <jingoohan1@gmail.com>
8383 M:      Pratyush Anand <pratyush.anand@gmail.com>
8384 L:      linux-pci@vger.kernel.org
8385 S:      Maintained
8386 F:      drivers/pci/host/*designware*
8387
8388 PCI DRIVER FOR GENERIC OF HOSTS
8389 M:      Will Deacon <will.deacon@arm.com>
8390 L:      linux-pci@vger.kernel.org
8391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8392 S:      Maintained
8393 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8394 F:      drivers/pci/host/pci-host-generic.c
8395
8396 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8397 M:      Keith Busch <keith.busch@intel.com>
8398 L:      linux-pci@vger.kernel.org
8399 S:      Supported
8400 F:      arch/x86/pci/vmd.c
8401
8402 PCIE DRIVER FOR ST SPEAR13XX
8403 M:      Pratyush Anand <pratyush.anand@gmail.com>
8404 L:      linux-pci@vger.kernel.org
8405 S:      Maintained
8406 F:      drivers/pci/host/*spear*
8407
8408 PCI MSI DRIVER FOR ALTERA MSI IP
8409 M:      Ley Foon Tan <lftan@altera.com>
8410 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8411 L:      linux-pci@vger.kernel.org
8412 S:      Supported
8413 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8414 F:      drivers/pci/host/pcie-altera-msi.c
8415
8416 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8417 M:      Duc Dang <dhdang@apm.com>
8418 L:      linux-pci@vger.kernel.org
8419 L:      linux-arm-kernel@lists.infradead.org
8420 S:      Maintained
8421 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8422 F:      drivers/pci/host/pci-xgene-msi.c
8423
8424 PCIE DRIVER FOR HISILICON
8425 M:      Zhou Wang <wangzhou1@hisilicon.com>
8426 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8427 L:      linux-pci@vger.kernel.org
8428 S:      Maintained
8429 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8430 F:      drivers/pci/host/pcie-hisi.c
8431
8432 PCIE DRIVER FOR QUALCOMM MSM
8433 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8434 L:     linux-pci@vger.kernel.org
8435 L:     linux-arm-msm@vger.kernel.org
8436 S:     Maintained
8437 F:     drivers/pci/host/*qcom*
8438
8439 PCMCIA SUBSYSTEM
8440 P:      Linux PCMCIA Team
8441 L:      linux-pcmcia@lists.infradead.org
8442 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8444 S:      Maintained
8445 F:      Documentation/pcmcia/
8446 F:      drivers/pcmcia/
8447 F:      include/pcmcia/
8448
8449 PCNET32 NETWORK DRIVER
8450 M:      Don Fry <pcnet32@frontier.com>
8451 L:      netdev@vger.kernel.org
8452 S:      Maintained
8453 F:      drivers/net/ethernet/amd/pcnet32.c
8454
8455 PCRYPT PARALLEL CRYPTO ENGINE
8456 M:      Steffen Klassert <steffen.klassert@secunet.com>
8457 L:      linux-crypto@vger.kernel.org
8458 S:      Maintained
8459 F:      crypto/pcrypt.c
8460 F:      include/crypto/pcrypt.h
8461
8462 PER-CPU MEMORY ALLOCATOR
8463 M:      Tejun Heo <tj@kernel.org>
8464 M:      Christoph Lameter <cl@linux-foundation.org>
8465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8466 S:      Maintained
8467 F:      include/linux/percpu*.h
8468 F:      mm/percpu*.c
8469 F:      arch/*/include/asm/percpu.h
8470
8471 PER-TASK DELAY ACCOUNTING
8472 M:      Balbir Singh <bsingharora@gmail.com>
8473 S:      Maintained
8474 F:      include/linux/delayacct.h
8475 F:      kernel/delayacct.c
8476
8477 PERFORMANCE EVENTS SUBSYSTEM
8478 M:      Peter Zijlstra <peterz@infradead.org>
8479 M:      Ingo Molnar <mingo@redhat.com>
8480 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8481 L:      linux-kernel@vger.kernel.org
8482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8483 S:      Supported
8484 F:      kernel/events/*
8485 F:      include/linux/perf_event.h
8486 F:      include/uapi/linux/perf_event.h
8487 F:      arch/*/kernel/perf_event*.c
8488 F:      arch/*/kernel/*/perf_event*.c
8489 F:      arch/*/kernel/*/*/perf_event*.c
8490 F:      arch/*/include/asm/perf_event.h
8491 F:      arch/*/kernel/perf_callchain.c
8492 F:      tools/perf/
8493
8494 PERSONALITY HANDLING
8495 M:      Christoph Hellwig <hch@infradead.org>
8496 L:      linux-abi-devel@lists.sourceforge.net
8497 S:      Maintained
8498 F:      include/linux/personality.h
8499 F:      include/uapi/linux/personality.h
8500
8501 PHONET PROTOCOL
8502 M:      Remi Denis-Courmont <courmisch@gmail.com>
8503 S:      Supported
8504 F:      Documentation/networking/phonet.txt
8505 F:      include/linux/phonet.h
8506 F:      include/net/phonet/
8507 F:      include/uapi/linux/phonet.h
8508 F:      net/phonet/
8509
8510 PHRAM MTD DRIVER
8511 M:      Joern Engel <joern@lazybastard.org>
8512 L:      linux-mtd@lists.infradead.org
8513 S:      Maintained
8514 F:      drivers/mtd/devices/phram.c
8515
8516 PICOLCD HID DRIVER
8517 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8518 L:      linux-input@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/hid/hid-picolcd*
8521
8522 PICOXCELL SUPPORT
8523 M:      Jamie Iles <jamie@jamieiles.com>
8524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8525 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8526 S:      Supported
8527 F:      arch/arm/boot/dts/picoxcell*
8528 F:      arch/arm/mach-picoxcell/
8529 F:      drivers/crypto/picoxcell*
8530
8531 PIN CONTROL SUBSYSTEM
8532 M:      Linus Walleij <linus.walleij@linaro.org>
8533 L:      linux-gpio@vger.kernel.org
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8535 S:      Maintained
8536 F:      drivers/pinctrl/
8537 F:      include/linux/pinctrl/
8538
8539 PIN CONTROLLER - ATMEL AT91
8540 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8542 S:      Maintained
8543 F:      drivers/pinctrl/pinctrl-at91.*
8544
8545 PIN CONTROLLER - ATMEL AT91 PIO4
8546 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8548 L:      linux-gpio@vger.kernel.org
8549 S:      Supported
8550 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8551
8552 PIN CONTROLLER - INTEL
8553 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8554 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8555 S:      Maintained
8556 F:      drivers/pinctrl/intel/
8557
8558 PIN CONTROLLER - RENESAS
8559 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8560 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8561 L:      linux-renesas-soc@vger.kernel.org
8562 S:      Maintained
8563 F:      drivers/pinctrl/sh-pfc/
8564
8565 PIN CONTROLLER - SAMSUNG
8566 M:      Tomasz Figa <tomasz.figa@gmail.com>
8567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8568 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8569 S:      Maintained
8570 F:      drivers/pinctrl/samsung/
8571
8572 PIN CONTROLLER - SINGLE
8573 M:      Tony Lindgren <tony@atomide.com>
8574 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8576 L:      linux-omap@vger.kernel.org
8577 S:      Maintained
8578 F:      drivers/pinctrl/pinctrl-single.c
8579
8580 PIN CONTROLLER - ST SPEAR
8581 M:      Viresh Kumar <vireshk@kernel.org>
8582 L:      spear-devel@list.st.com
8583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8584 W:      http://www.st.com/spear
8585 S:      Maintained
8586 F:      drivers/pinctrl/spear/
8587
8588 PKTCDVD DRIVER
8589 M:      Jiri Kosina <jikos@kernel.org>
8590 S:      Maintained
8591 F:      drivers/block/pktcdvd.c
8592 F:      include/linux/pktcdvd.h
8593 F:      include/uapi/linux/pktcdvd.h
8594
8595 PKUNITY SOC DRIVERS
8596 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8597 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8598 S:      Maintained
8599 T:      git git://github.com/gxt/linux.git
8600 F:      drivers/input/serio/i8042-unicore32io.h
8601 F:      drivers/i2c/busses/i2c-puv3.c
8602 F:      drivers/video/fbdev/fb-puv3.c
8603 F:      drivers/rtc/rtc-puv3.c
8604
8605 PMBUS HARDWARE MONITORING DRIVERS
8606 M:      Guenter Roeck <linux@roeck-us.net>
8607 L:      lm-sensors@lm-sensors.org
8608 W:      http://www.lm-sensors.org/
8609 W:      http://www.roeck-us.net/linux/drivers/
8610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8611 S:      Maintained
8612 F:      Documentation/hwmon/pmbus
8613 F:      drivers/hwmon/pmbus/
8614 F:      include/linux/i2c/pmbus.h
8615
8616 PMC SIERRA MaxRAID DRIVER
8617 L:      linux-scsi@vger.kernel.org
8618 W:      http://www.pmc-sierra.com/
8619 S:      Orphan
8620 F:      drivers/scsi/pmcraid.*
8621
8622 PMC SIERRA PM8001 DRIVER
8623 M:      Jack Wang <jinpu.wang@profitbricks.com>
8624 M:      lindar_liu@usish.com
8625 L:      pmchba@pmcs.com
8626 L:      linux-scsi@vger.kernel.org
8627 S:      Supported
8628 F:      drivers/scsi/pm8001/
8629
8630 POSIX CLOCKS and TIMERS
8631 M:      Thomas Gleixner <tglx@linutronix.de>
8632 L:      linux-kernel@vger.kernel.org
8633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8634 S:      Maintained
8635 F:      fs/timerfd.c
8636 F:      include/linux/timer*
8637 F:      kernel/time/*timer*
8638
8639 POWER MANAGEMENT CORE
8640 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8641 L:      linux-pm@vger.kernel.org
8642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8643 S:      Supported
8644 F:      drivers/base/power/
8645 F:      include/linux/pm.h
8646 F:      include/linux/pm_*
8647 F:      include/linux/powercap.h
8648 F:      drivers/powercap/
8649
8650 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8651 M:      Sebastian Reichel <sre@kernel.org>
8652 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8653 M:      David Woodhouse <dwmw2@infradead.org>
8654 L:      linux-pm@vger.kernel.org
8655 T:      git git://git.infradead.org/battery-2.6.git
8656 S:      Maintained
8657 F:      include/linux/power_supply.h
8658 F:      drivers/power/
8659 X:      drivers/power/avs/
8660
8661 POWER STATE COORDINATION INTERFACE (PSCI)
8662 M:      Mark Rutland <mark.rutland@arm.com>
8663 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8664 L:      linux-arm-kernel@lists.infradead.org
8665 S:      Maintained
8666 F:      drivers/firmware/psci.c
8667 F:      include/linux/psci.h
8668 F:      include/uapi/linux/psci.h
8669
8670 PNP SUPPORT
8671 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8672 S:      Maintained
8673 F:      drivers/pnp/
8674
8675 PPP PROTOCOL DRIVERS AND COMPRESSORS
8676 M:      Paul Mackerras <paulus@samba.org>
8677 L:      linux-ppp@vger.kernel.org
8678 S:      Maintained
8679 F:      drivers/net/ppp/ppp_*
8680
8681 PPP OVER ATM (RFC 2364)
8682 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8683 S:      Maintained
8684 F:      net/atm/pppoatm.c
8685 F:      include/uapi/linux/atmppp.h
8686
8687 PPP OVER ETHERNET
8688 M:      Michal Ostrowski <mostrows@earthlink.net>
8689 S:      Maintained
8690 F:      drivers/net/ppp/pppoe.c
8691 F:      drivers/net/ppp/pppox.c
8692
8693 PPP OVER L2TP
8694 M:      James Chapman <jchapman@katalix.com>
8695 S:      Maintained
8696 F:      net/l2tp/l2tp_ppp.c
8697 F:      include/linux/if_pppol2tp.h
8698 F:      include/uapi/linux/if_pppol2tp.h
8699
8700 PPS SUPPORT
8701 M:      Rodolfo Giometti <giometti@enneenne.com>
8702 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8703 L:      linuxpps@ml.enneenne.com (subscribers-only)
8704 S:      Maintained
8705 F:      Documentation/pps/
8706 F:      drivers/pps/
8707 F:      include/linux/pps*.h
8708
8709 PPTP DRIVER
8710 M:      Dmitry Kozlov <xeb@mail.ru>
8711 L:      netdev@vger.kernel.org
8712 S:      Maintained
8713 F:      drivers/net/ppp/pptp.c
8714 W:      http://sourceforge.net/projects/accel-pptp
8715
8716 PREEMPTIBLE KERNEL
8717 M:      Robert Love <rml@tech9.net>
8718 L:      kpreempt-tech@lists.sourceforge.net
8719 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8720 S:      Supported
8721 F:      Documentation/preempt-locking.txt
8722 F:      include/linux/preempt.h
8723
8724 PRISM54 WIRELESS DRIVER
8725 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8726 L:      linux-wireless@vger.kernel.org
8727 W:      http://wireless.kernel.org/en/users/Drivers/p54
8728 S:      Obsolete
8729 F:      drivers/net/wireless/intersil/prism54/
8730
8731 PS3 NETWORK SUPPORT
8732 M:      Geoff Levand <geoff@infradead.org>
8733 L:      netdev@vger.kernel.org
8734 L:      linuxppc-dev@lists.ozlabs.org
8735 S:      Maintained
8736 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8737
8738 PS3 PLATFORM SUPPORT
8739 M:      Geoff Levand <geoff@infradead.org>
8740 L:      linuxppc-dev@lists.ozlabs.org
8741 S:      Maintained
8742 F:      arch/powerpc/boot/ps3*
8743 F:      arch/powerpc/include/asm/lv1call.h
8744 F:      arch/powerpc/include/asm/ps3*.h
8745 F:      arch/powerpc/platforms/ps3/
8746 F:      drivers/*/ps3*
8747 F:      drivers/ps3/
8748 F:      drivers/rtc/rtc-ps3.c
8749 F:      drivers/usb/host/*ps3.c
8750 F:      sound/ppc/snd_ps3*
8751
8752 PS3VRAM DRIVER
8753 M:      Jim Paris <jim@jtan.com>
8754 M:      Geoff Levand <geoff@infradead.org>
8755 L:      linuxppc-dev@lists.ozlabs.org
8756 S:      Maintained
8757 F:      drivers/block/ps3vram.c
8758
8759 PSTORE FILESYSTEM
8760 M:      Anton Vorontsov <anton@enomsg.org>
8761 M:      Colin Cross <ccross@android.com>
8762 M:      Kees Cook <keescook@chromium.org>
8763 M:      Tony Luck <tony.luck@intel.com>
8764 S:      Maintained
8765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8766 F:      fs/pstore/
8767 F:      include/linux/pstore*
8768 F:      drivers/firmware/efi/efi-pstore.c
8769 F:      drivers/acpi/apei/erst.c
8770
8771 PTP HARDWARE CLOCK SUPPORT
8772 M:      Richard Cochran <richardcochran@gmail.com>
8773 L:      netdev@vger.kernel.org
8774 S:      Maintained
8775 W:      http://linuxptp.sourceforge.net/
8776 F:      Documentation/ABI/testing/sysfs-ptp
8777 F:      Documentation/ptp/*
8778 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8779 F:      drivers/net/phy/dp83640*
8780 F:      drivers/ptp/*
8781 F:      include/linux/ptp_cl*
8782
8783 PTRACE SUPPORT
8784 M:      Roland McGrath <roland@hack.frob.com>
8785 M:      Oleg Nesterov <oleg@redhat.com>
8786 S:      Maintained
8787 F:      include/asm-generic/syscall.h
8788 F:      include/linux/ptrace.h
8789 F:      include/linux/regset.h
8790 F:      include/linux/tracehook.h
8791 F:      include/uapi/linux/ptrace.h
8792 F:      kernel/ptrace.c
8793
8794 PVRUSB2 VIDEO4LINUX DRIVER
8795 M:      Mike Isely <isely@pobox.com>
8796 L:      pvrusb2@isely.net       (subscribers-only)
8797 L:      linux-media@vger.kernel.org
8798 W:      http://www.isely.net/pvrusb2/
8799 T:      git git://linuxtv.org/media_tree.git
8800 S:      Maintained
8801 F:      Documentation/video4linux/README.pvrusb2
8802 F:      drivers/media/usb/pvrusb2/
8803
8804 PWC WEBCAM DRIVER
8805 M:      Hans de Goede <hdegoede@redhat.com>
8806 L:      linux-media@vger.kernel.org
8807 T:      git git://linuxtv.org/media_tree.git
8808 S:      Maintained
8809 F:      drivers/media/usb/pwc/*
8810
8811 PWM FAN DRIVER
8812 M:      Kamil Debski <k.debski@samsung.com>
8813 L:      lm-sensors@lm-sensors.org
8814 S:      Supported
8815 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8816 F:      Documentation/hwmon/pwm-fan
8817 F:      drivers/hwmon/pwm-fan.c
8818
8819 PWM SUBSYSTEM
8820 M:      Thierry Reding <thierry.reding@gmail.com>
8821 L:      linux-pwm@vger.kernel.org
8822 S:      Maintained
8823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8824 F:      Documentation/pwm.txt
8825 F:      Documentation/devicetree/bindings/pwm/
8826 F:      include/linux/pwm.h
8827 F:      drivers/pwm/
8828 F:      drivers/video/backlight/pwm_bl.c
8829 F:      include/linux/pwm_backlight.h
8830
8831 PXA2xx/PXA3xx SUPPORT
8832 M:      Daniel Mack <daniel@zonque.org>
8833 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8834 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8836 T:      git git://github.com/hzhuang1/linux.git
8837 T:      git git://github.com/rjarzmik/linux.git
8838 S:      Maintained
8839 F:      arch/arm/boot/dts/pxa*
8840 F:      arch/arm/mach-pxa/
8841 F:      drivers/dma/pxa*
8842 F:      drivers/pcmcia/pxa2xx*
8843 F:      drivers/pinctrl/pxa/
8844 F:      drivers/spi/spi-pxa2xx*
8845 F:      drivers/usb/gadget/udc/pxa2*
8846 F:      include/sound/pxa2xx-lib.h
8847 F:      sound/arm/pxa*
8848 F:      sound/soc/pxa/
8849
8850 PXA GPIO DRIVER
8851 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8852 L:      linux-gpio@vger.kernel.org
8853 S:      Maintained
8854 F:      drivers/gpio/gpio-pxa.c
8855
8856 PXA3xx NAND FLASH DRIVER
8857 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8858 L:      linux-mtd@lists.infradead.org
8859 S:      Maintained
8860 F:      drivers/mtd/nand/pxa3xx_nand.c
8861
8862 MMP SUPPORT
8863 M:      Eric Miao <eric.y.miao@gmail.com>
8864 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8866 T:      git git://github.com/hzhuang1/linux.git
8867 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8868 S:      Maintained
8869 F:      arch/arm/boot/dts/mmp*
8870 F:      arch/arm/mach-mmp/
8871
8872 PXA MMCI DRIVER
8873 S:      Orphan
8874
8875 PXA RTC DRIVER
8876 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8877 L:      rtc-linux@googlegroups.com
8878 S:      Maintained
8879
8880 QAT DRIVER
8881 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8882 L:      qat-linux@intel.com
8883 S:      Supported
8884 F:      drivers/crypto/qat/
8885
8886 QIB DRIVER
8887 M:      Mike Marciniszyn <infinipath@intel.com>
8888 L:      linux-rdma@vger.kernel.org
8889 S:      Supported
8890 F:      drivers/infiniband/hw/qib/
8891
8892 QLOGIC QLA1280 SCSI DRIVER
8893 M:      Michael Reed <mdr@sgi.com>
8894 L:      linux-scsi@vger.kernel.org
8895 S:      Maintained
8896 F:      drivers/scsi/qla1280.[ch]
8897
8898 QLOGIC QLA2XXX FC-SCSI DRIVER
8899 M:      qla2xxx-upstream@qlogic.com
8900 L:      linux-scsi@vger.kernel.org
8901 S:      Supported
8902 F:      Documentation/scsi/LICENSE.qla2xxx
8903 F:      drivers/scsi/qla2xxx/
8904
8905 QLOGIC QLA4XXX iSCSI DRIVER
8906 M:      QLogic-Storage-Upstream@qlogic.com
8907 L:      linux-scsi@vger.kernel.org
8908 S:      Supported
8909 F:      Documentation/scsi/LICENSE.qla4xxx
8910 F:      drivers/scsi/qla4xxx/
8911
8912 QLOGIC QLA3XXX NETWORK DRIVER
8913 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8914 M:      Ron Mercer <ron.mercer@qlogic.com>
8915 M:      linux-driver@qlogic.com
8916 L:      netdev@vger.kernel.org
8917 S:      Supported
8918 F:      Documentation/networking/LICENSE.qla3xxx
8919 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8920
8921 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8922 M:      Dept-GELinuxNICDev@qlogic.com
8923 L:      netdev@vger.kernel.org
8924 S:      Supported
8925 F:      drivers/net/ethernet/qlogic/qlcnic/
8926
8927 QLOGIC QLGE 10Gb ETHERNET DRIVER
8928 M:      Harish Patil <harish.patil@qlogic.com>
8929 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8930 M:      Dept-GELinuxNICDev@qlogic.com
8931 M:      linux-driver@qlogic.com
8932 L:      netdev@vger.kernel.org
8933 S:      Supported
8934 F:      drivers/net/ethernet/qlogic/qlge/
8935
8936 QLOGIC QL4xxx ETHERNET DRIVER
8937 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8938 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8939 M:      everest-linux-l2@qlogic.com
8940 L:      netdev@vger.kernel.org
8941 S:      Supported
8942 F:      drivers/net/ethernet/qlogic/qed/
8943 F:      include/linux/qed/
8944 F:      drivers/net/ethernet/qlogic/qede/
8945
8946 QNX4 FILESYSTEM
8947 M:      Anders Larsen <al@alarsen.net>
8948 W:      http://www.alarsen.net/linux/qnx4fs/
8949 S:      Maintained
8950 F:      fs/qnx4/
8951 F:      include/uapi/linux/qnx4_fs.h
8952 F:      include/uapi/linux/qnxtypes.h
8953
8954 QT1010 MEDIA DRIVER
8955 M:      Antti Palosaari <crope@iki.fi>
8956 L:      linux-media@vger.kernel.org
8957 W:      https://linuxtv.org
8958 W:      http://palosaari.fi/linux/
8959 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8960 T:      git git://linuxtv.org/anttip/media_tree.git
8961 S:      Maintained
8962 F:      drivers/media/tuners/qt1010*
8963
8964 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8965 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8966 L:      linux-wireless@vger.kernel.org
8967 L:      ath9k-devel@lists.ath9k.org
8968 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8969 S:      Supported
8970 F:      drivers/net/wireless/ath/ath9k/
8971
8972 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8973 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8974 L:      ath10k@lists.infradead.org
8975 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8977 S:      Supported
8978 F:      drivers/net/wireless/ath/ath10k/
8979
8980 QUALCOMM HEXAGON ARCHITECTURE
8981 M:      Richard Kuo <rkuo@codeaurora.org>
8982 L:      linux-hexagon@vger.kernel.org
8983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8984 S:      Supported
8985 F:      arch/hexagon/
8986
8987 QUALCOMM WCN36XX WIRELESS DRIVER
8988 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8989 L:      wcn36xx@lists.infradead.org
8990 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8991 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8992 S:      Supported
8993 F:      drivers/net/wireless/ath/wcn36xx/
8994
8995 RADOS BLOCK DEVICE (RBD)
8996 M:      Ilya Dryomov <idryomov@gmail.com>
8997 M:      Sage Weil <sage@redhat.com>
8998 M:      Alex Elder <elder@kernel.org>
8999 L:      ceph-devel@vger.kernel.org
9000 W:      http://ceph.com/
9001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9002 T:      git git://github.com/ceph/ceph-client.git
9003 S:      Supported
9004 F:      Documentation/ABI/testing/sysfs-bus-rbd
9005 F:      drivers/block/rbd.c
9006 F:      drivers/block/rbd_types.h
9007
9008 RADEON FRAMEBUFFER DISPLAY DRIVER
9009 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9010 L:      linux-fbdev@vger.kernel.org
9011 S:      Maintained
9012 F:      drivers/video/fbdev/aty/radeon*
9013 F:      include/uapi/linux/radeonfb.h
9014
9015 RADIOSHARK RADIO DRIVER
9016 M:      Hans de Goede <hdegoede@redhat.com>
9017 L:      linux-media@vger.kernel.org
9018 T:      git git://linuxtv.org/media_tree.git
9019 S:      Maintained
9020 F:      drivers/media/radio/radio-shark.c
9021
9022 RADIOSHARK2 RADIO DRIVER
9023 M:      Hans de Goede <hdegoede@redhat.com>
9024 L:      linux-media@vger.kernel.org
9025 T:      git git://linuxtv.org/media_tree.git
9026 S:      Maintained
9027 F:      drivers/media/radio/radio-shark2.c
9028 F:      drivers/media/radio/radio-tea5777.c
9029
9030 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9031 M:      Paul Mackerras <paulus@samba.org>
9032 L:      linux-fbdev@vger.kernel.org
9033 S:      Maintained
9034 F:      drivers/video/fbdev/aty/aty128fb.c
9035
9036 RALINK MIPS ARCHITECTURE
9037 M:      John Crispin <blogic@openwrt.org>
9038 L:      linux-mips@linux-mips.org
9039 S:      Maintained
9040 F:      arch/mips/ralink
9041
9042 RALINK RT2X00 WIRELESS LAN DRIVER
9043 P:      rt2x00 project
9044 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9045 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9046 L:      linux-wireless@vger.kernel.org
9047 S:      Maintained
9048 F:      drivers/net/wireless/ralink/rt2x00/
9049
9050 RAMDISK RAM BLOCK DEVICE DRIVER
9051 M:      Jens Axboe <axboe@kernel.dk>
9052 S:      Maintained
9053 F:      Documentation/blockdev/ramdisk.txt
9054 F:      drivers/block/brd.c
9055
9056 RANDOM NUMBER DRIVER
9057 M:      "Theodore Ts'o" <tytso@mit.edu>
9058 S:      Maintained
9059 F:      drivers/char/random.c
9060
9061 RAPIDIO SUBSYSTEM
9062 M:      Matt Porter <mporter@kernel.crashing.org>
9063 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9064 S:      Maintained
9065 F:      drivers/rapidio/
9066
9067 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9068 L:      linux-wireless@vger.kernel.org
9069 S:      Orphan
9070 F:      drivers/net/wireless/ray*
9071
9072 RCUTORTURE MODULE
9073 M:      Josh Triplett <josh@joshtriplett.org>
9074 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9075 L:      linux-kernel@vger.kernel.org
9076 S:      Supported
9077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9078 F:      Documentation/RCU/torture.txt
9079 F:      kernel/rcu/rcutorture.c
9080
9081 RCUTORTURE TEST FRAMEWORK
9082 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9083 M:      Josh Triplett <josh@joshtriplett.org>
9084 R:      Steven Rostedt <rostedt@goodmis.org>
9085 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9086 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9087 L:      linux-kernel@vger.kernel.org
9088 S:      Supported
9089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9090 F:      tools/testing/selftests/rcutorture
9091
9092 RDC R-321X SoC
9093 M:      Florian Fainelli <florian@openwrt.org>
9094 S:      Maintained
9095
9096 RDC R6040 FAST ETHERNET DRIVER
9097 M:      Florian Fainelli <florian@openwrt.org>
9098 L:      netdev@vger.kernel.org
9099 S:      Maintained
9100 F:      drivers/net/ethernet/rdc/r6040.c
9101
9102 RDS - RELIABLE DATAGRAM SOCKETS
9103 M:      Chien Yen <chien.yen@oracle.com>
9104 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9105 S:      Supported
9106 F:      net/rds/
9107
9108 READ-COPY UPDATE (RCU)
9109 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9110 M:      Josh Triplett <josh@joshtriplett.org>
9111 R:      Steven Rostedt <rostedt@goodmis.org>
9112 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9113 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9114 L:      linux-kernel@vger.kernel.org
9115 W:      http://www.rdrop.com/users/paulmck/RCU/
9116 S:      Supported
9117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9118 F:      Documentation/RCU/
9119 X:      Documentation/RCU/torture.txt
9120 F:      include/linux/rcu*
9121 X:      include/linux/srcu.h
9122 F:      kernel/rcu/
9123 X:      kernel/torture.c
9124
9125 REAL TIME CLOCK (RTC) SUBSYSTEM
9126 M:      Alessandro Zummo <a.zummo@towertech.it>
9127 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9128 L:      rtc-linux@googlegroups.com
9129 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9131 S:      Maintained
9132 F:      Documentation/rtc.txt
9133 F:      drivers/rtc/
9134 F:      include/linux/rtc.h
9135 F:      include/uapi/linux/rtc.h
9136
9137 REALTEK AUDIO CODECS
9138 M:      Bard Liao <bardliao@realtek.com>
9139 M:      Oder Chiou <oder_chiou@realtek.com>
9140 S:      Maintained
9141 F:      sound/soc/codecs/rt*
9142 F:      include/sound/rt*.h
9143
9144 REISERFS FILE SYSTEM
9145 L:      reiserfs-devel@vger.kernel.org
9146 S:      Supported
9147 F:      fs/reiserfs/
9148
9149 REGISTER MAP ABSTRACTION
9150 M:      Mark Brown <broonie@kernel.org>
9151 L:      linux-kernel@vger.kernel.org
9152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9153 S:      Supported
9154 F:      drivers/base/regmap/
9155 F:      include/linux/regmap.h
9156
9157 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9158 M:      Ohad Ben-Cohen <ohad@wizery.com>
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9160 S:      Maintained
9161 F:      drivers/remoteproc/
9162 F:      Documentation/remoteproc.txt
9163 F:      include/linux/remoteproc.h
9164
9165 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9166 M:      Ohad Ben-Cohen <ohad@wizery.com>
9167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9168 S:      Maintained
9169 F:      drivers/rpmsg/
9170 F:      Documentation/rpmsg.txt
9171 F:      include/linux/rpmsg.h
9172
9173 RENESAS ETHERNET DRIVERS
9174 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9175 L:      netdev@vger.kernel.org
9176 L:      linux-renesas-soc@vger.kernel.org
9177 F:      drivers/net/ethernet/renesas/
9178 F:      include/linux/sh_eth.h
9179
9180 RENESAS USB2 PHY DRIVER
9181 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9182 L:      linux-renesas-soc@vger.kernel.org
9183 S:      Maintained
9184 F:      drivers/phy/phy-rcar-gen3-usb2.c
9185
9186 RESET CONTROLLER FRAMEWORK
9187 M:      Philipp Zabel <p.zabel@pengutronix.de>
9188 T:      git git://git.pengutronix.de/git/pza/linux
9189 S:      Maintained
9190 F:      drivers/reset/
9191 F:      Documentation/devicetree/bindings/reset/
9192 F:      include/dt-bindings/reset/
9193 F:      include/linux/reset.h
9194 F:      include/linux/reset-controller.h
9195
9196 RFKILL
9197 M:      Johannes Berg <johannes@sipsolutions.net>
9198 L:      linux-wireless@vger.kernel.org
9199 W:      http://wireless.kernel.org/
9200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9202 S:      Maintained
9203 F:      Documentation/rfkill.txt
9204 F:      net/rfkill/
9205
9206 RHASHTABLE
9207 M:      Thomas Graf <tgraf@suug.ch>
9208 L:      netdev@vger.kernel.org
9209 S:      Maintained
9210 F:      lib/rhashtable.c
9211 F:      include/linux/rhashtable.h
9212
9213 RICOH SMARTMEDIA/XD DRIVER
9214 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9215 S:      Maintained
9216 F:      drivers/mtd/nand/r852.c
9217 F:      drivers/mtd/nand/r852.h
9218
9219 RICOH R5C592 MEMORYSTICK DRIVER
9220 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9221 S:      Maintained
9222 F:      drivers/memstick/host/r592.*
9223
9224 ROCCAT DRIVERS
9225 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9226 W:      http://sourceforge.net/projects/roccat/
9227 S:      Maintained
9228 F:      drivers/hid/hid-roccat*
9229 F:      include/linux/hid-roccat*
9230 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9231
9232 ROCKER DRIVER
9233 M:      Jiri Pirko <jiri@resnulli.us>
9234 M:      Scott Feldman <sfeldma@gmail.com>
9235 L:      netdev@vger.kernel.org
9236 S:      Supported
9237 F:      drivers/net/ethernet/rocker/
9238
9239 ROCKETPORT DRIVER
9240 P:      Comtrol Corp.
9241 W:      http://www.comtrol.com
9242 S:      Maintained
9243 F:      Documentation/serial/rocket.txt
9244 F:      drivers/tty/rocket*
9245
9246 ROCKETPORT EXPRESS/INFINITY DRIVER
9247 M:      Kevin Cernekee <cernekee@gmail.com>
9248 L:      linux-serial@vger.kernel.org
9249 S:      Odd Fixes
9250 F:      drivers/tty/serial/rp2.*
9251
9252 ROSE NETWORK LAYER
9253 M:      Ralf Baechle <ralf@linux-mips.org>
9254 L:      linux-hams@vger.kernel.org
9255 W:      http://www.linux-ax25.org/
9256 S:      Maintained
9257 F:      include/net/rose.h
9258 F:      include/uapi/linux/rose.h
9259 F:      net/rose/
9260
9261 RTL2830 MEDIA DRIVER
9262 M:      Antti Palosaari <crope@iki.fi>
9263 L:      linux-media@vger.kernel.org
9264 W:      https://linuxtv.org
9265 W:      http://palosaari.fi/linux/
9266 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9267 T:      git git://linuxtv.org/anttip/media_tree.git
9268 S:      Maintained
9269 F:      drivers/media/dvb-frontends/rtl2830*
9270
9271 RTL2832 MEDIA DRIVER
9272 M:      Antti Palosaari <crope@iki.fi>
9273 L:      linux-media@vger.kernel.org
9274 W:      https://linuxtv.org
9275 W:      http://palosaari.fi/linux/
9276 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9277 T:      git git://linuxtv.org/anttip/media_tree.git
9278 S:      Maintained
9279 F:      drivers/media/dvb-frontends/rtl2832*
9280
9281 RTL2832_SDR MEDIA DRIVER
9282 M:      Antti Palosaari <crope@iki.fi>
9283 L:      linux-media@vger.kernel.org
9284 W:      https://linuxtv.org
9285 W:      http://palosaari.fi/linux/
9286 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9287 T:      git git://linuxtv.org/anttip/media_tree.git
9288 S:      Maintained
9289 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9290
9291 RTL8180 WIRELESS DRIVER
9292 L:      linux-wireless@vger.kernel.org
9293 W:      http://wireless.kernel.org/
9294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9295 S:      Orphan
9296 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9297
9298 RTL8187 WIRELESS DRIVER
9299 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9300 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9301 M:      Larry Finger <Larry.Finger@lwfinger.net>
9302 L:      linux-wireless@vger.kernel.org
9303 W:      http://wireless.kernel.org/
9304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9305 S:      Maintained
9306 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9307
9308 RTL8192CE WIRELESS DRIVER
9309 M:      Larry Finger <Larry.Finger@lwfinger.net>
9310 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9311 L:      linux-wireless@vger.kernel.org
9312 W:      http://wireless.kernel.org/
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9314 S:      Maintained
9315 F:      drivers/net/wireless/realtek/rtlwifi/
9316 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9317
9318 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9319 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9320 L:      linux-wireless@vger.kernel.org
9321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9322 S:      Maintained
9323 F:      drivers/net/wireless/realtek/rtl8xxxu/
9324
9325 S3 SAVAGE FRAMEBUFFER DRIVER
9326 M:      Antonino Daplas <adaplas@gmail.com>
9327 L:      linux-fbdev@vger.kernel.org
9328 S:      Maintained
9329 F:      drivers/video/fbdev/savage/
9330
9331 S390
9332 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9333 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9334 L:      linux-s390@vger.kernel.org
9335 W:      http://www.ibm.com/developerworks/linux/linux390/
9336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9337 S:      Supported
9338 F:      arch/s390/
9339 F:      drivers/s390/
9340 F:      Documentation/s390/
9341 F:      Documentation/DocBook/s390*
9342
9343 S390 COMMON I/O LAYER
9344 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9345 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9346 L:      linux-s390@vger.kernel.org
9347 W:      http://www.ibm.com/developerworks/linux/linux390/
9348 S:      Supported
9349 F:      drivers/s390/cio/
9350
9351 S390 DASD DRIVER
9352 M:      Stefan Weinhuber <wein@de.ibm.com>
9353 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9354 L:      linux-s390@vger.kernel.org
9355 W:      http://www.ibm.com/developerworks/linux/linux390/
9356 S:      Supported
9357 F:      drivers/s390/block/dasd*
9358 F:      block/partitions/ibm.c
9359
9360 S390 NETWORK DRIVERS
9361 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9362 L:      linux-s390@vger.kernel.org
9363 W:      http://www.ibm.com/developerworks/linux/linux390/
9364 S:      Supported
9365 F:      drivers/s390/net/
9366
9367 S390 PCI SUBSYSTEM
9368 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9369 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9370 L:      linux-s390@vger.kernel.org
9371 W:      http://www.ibm.com/developerworks/linux/linux390/
9372 S:      Supported
9373 F:      arch/s390/pci/
9374 F:      drivers/pci/hotplug/s390_pci_hpc.c
9375
9376 S390 ZCRYPT DRIVER
9377 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9378 L:      linux-s390@vger.kernel.org
9379 W:      http://www.ibm.com/developerworks/linux/linux390/
9380 S:      Supported
9381 F:      drivers/s390/crypto/
9382
9383 S390 ZFCP DRIVER
9384 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9385 L:      linux-s390@vger.kernel.org
9386 W:      http://www.ibm.com/developerworks/linux/linux390/
9387 S:      Supported
9388 F:      drivers/s390/scsi/zfcp_*
9389
9390 S390 IUCV NETWORK LAYER
9391 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9392 L:      linux-s390@vger.kernel.org
9393 W:      http://www.ibm.com/developerworks/linux/linux390/
9394 S:      Supported
9395 F:      drivers/s390/net/*iucv*
9396 F:      include/net/iucv/
9397 F:      net/iucv/
9398
9399 S390 IOMMU (PCI)
9400 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9401 L:      linux-s390@vger.kernel.org
9402 W:      http://www.ibm.com/developerworks/linux/linux390/
9403 S:      Supported
9404 F:      drivers/iommu/s390-iommu.c
9405
9406 S3C24XX SD/MMC Driver
9407 M:      Ben Dooks <ben-linux@fluff.org>
9408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9409 S:      Supported
9410 F:      drivers/mmc/host/s3cmci.*
9411
9412 SAA6588 RDS RECEIVER DRIVER
9413 M:      Hans Verkuil <hverkuil@xs4all.nl>
9414 L:      linux-media@vger.kernel.org
9415 T:      git git://linuxtv.org/media_tree.git
9416 W:      https://linuxtv.org
9417 S:      Odd Fixes
9418 F:      drivers/media/i2c/saa6588*
9419
9420 SAA7134 VIDEO4LINUX DRIVER
9421 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9422 L:      linux-media@vger.kernel.org
9423 W:      https://linuxtv.org
9424 T:      git git://linuxtv.org/media_tree.git
9425 S:      Odd fixes
9426 F:      Documentation/video4linux/*.saa7134
9427 F:      drivers/media/pci/saa7134/
9428
9429 SAA7146 VIDEO4LINUX-2 DRIVER
9430 M:      Hans Verkuil <hverkuil@xs4all.nl>
9431 L:      linux-media@vger.kernel.org
9432 T:      git git://linuxtv.org/media_tree.git
9433 S:      Maintained
9434 F:      drivers/media/common/saa7146/
9435 F:      drivers/media/pci/saa7146/
9436 F:      include/media/saa7146*
9437
9438 SAMSUNG LAPTOP DRIVER
9439 M:      Corentin Chary <corentin.chary@gmail.com>
9440 L:      platform-driver-x86@vger.kernel.org
9441 S:      Maintained
9442 F:      drivers/platform/x86/samsung-laptop.c
9443
9444 SAMSUNG AUDIO (ASoC) DRIVERS
9445 M:      Sangbeom Kim <sbkim73@samsung.com>
9446 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9447 S:      Supported
9448 F:      sound/soc/samsung/
9449
9450 SAMSUNG FRAMEBUFFER DRIVER
9451 M:      Jingoo Han <jingoohan1@gmail.com>
9452 L:      linux-fbdev@vger.kernel.org
9453 S:      Maintained
9454 F:      drivers/video/fbdev/s3c-fb.c
9455
9456 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9457 M:      Sangbeom Kim <sbkim73@samsung.com>
9458 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9459 L:      linux-kernel@vger.kernel.org
9460 L:      linux-samsung-soc@vger.kernel.org
9461 S:      Supported
9462 F:      drivers/mfd/sec*.c
9463 F:      drivers/regulator/s2m*.c
9464 F:      drivers/regulator/s5m*.c
9465 F:      drivers/clk/clk-s2mps11.c
9466 F:      drivers/rtc/rtc-s5m.c
9467 F:      include/linux/mfd/samsung/
9468 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9469 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9470 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9471 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9472
9473 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9474 M:      Kyungmin Park <kyungmin.park@samsung.com>
9475 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9476 L:      linux-media@vger.kernel.org
9477 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9478 S:      Supported
9479 F:      drivers/media/platform/exynos4-is/
9480
9481 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9482 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9483 L:      linux-media@vger.kernel.org
9484 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9485 S:      Maintained
9486 F:      drivers/media/platform/s3c-camif/
9487 F:      include/media/drv-intf/s3c_camif.h
9488
9489 SAMSUNG S5C73M3 CAMERA DRIVER
9490 M:      Kyungmin Park <kyungmin.park@samsung.com>
9491 M:      Andrzej Hajda <a.hajda@samsung.com>
9492 L:      linux-media@vger.kernel.org
9493 S:      Supported
9494 F:      drivers/media/i2c/s5c73m3/*
9495
9496 SAMSUNG S5K5BAF CAMERA DRIVER
9497 M:      Kyungmin Park <kyungmin.park@samsung.com>
9498 M:      Andrzej Hajda <a.hajda@samsung.com>
9499 L:      linux-media@vger.kernel.org
9500 S:      Supported
9501 F:      drivers/media/i2c/s5k5baf.c
9502
9503 SAMSUNG S3FWRN5 NFC DRIVER
9504 M:      Robert Baldyga <r.baldyga@samsung.com>
9505 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9506 S:      Supported
9507 F:      drivers/nfc/s3fwrn5
9508
9509 SAMSUNG SOC CLOCK DRIVERS
9510 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9511 M:      Tomasz Figa <tomasz.figa@gmail.com>
9512 S:      Supported
9513 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9514 F:      drivers/clk/samsung/
9515
9516 SAMSUNG SXGBE DRIVERS
9517 M:      Byungho An <bh74.an@samsung.com>
9518 M:      Girish K S <ks.giri@samsung.com>
9519 M:      Vipul Pandya <vipul.pandya@samsung.com>
9520 S:      Supported
9521 L:      netdev@vger.kernel.org
9522 F:      drivers/net/ethernet/samsung/sxgbe/
9523
9524 SAMSUNG THERMAL DRIVER
9525 M:      Lukasz Majewski <l.majewski@samsung.com>
9526 L:      linux-pm@vger.kernel.org
9527 L:      linux-samsung-soc@vger.kernel.org
9528 S:      Supported
9529 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9530 F:      drivers/thermal/samsung/
9531
9532 SAMSUNG USB2 PHY DRIVER
9533 M:      Kamil Debski <k.debski@samsung.com>
9534 L:      linux-kernel@vger.kernel.org
9535 S:      Supported
9536 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9537 F:      Documentation/phy/samsung-usb2.txt
9538 F:      drivers/phy/phy-exynos4210-usb2.c
9539 F:      drivers/phy/phy-exynos4x12-usb2.c
9540 F:      drivers/phy/phy-exynos5250-usb2.c
9541 F:      drivers/phy/phy-s5pv210-usb2.c
9542 F:      drivers/phy/phy-samsung-usb2.c
9543 F:      drivers/phy/phy-samsung-usb2.h
9544
9545 SERIAL DRIVERS
9546 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9547 L:      linux-serial@vger.kernel.org
9548 S:      Maintained
9549 F:      drivers/tty/serial/
9550
9551 SYNOPSYS DESIGNWARE DMAC DRIVER
9552 M:      Viresh Kumar <vireshk@kernel.org>
9553 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9554 S:      Maintained
9555 F:      include/linux/dma/dw.h
9556 F:      include/linux/platform_data/dma-dw.h
9557 F:      drivers/dma/dw/
9558
9559 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9560 M: Lars Persson <lars.persson@axis.com>
9561 L: netdev@vger.kernel.org
9562 S: Supported
9563 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9564 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9565
9566 SYNOPSYS DESIGNWARE I2C DRIVER
9567 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9568 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9569 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9570 L:      linux-i2c@vger.kernel.org
9571 S:      Maintained
9572 F:      drivers/i2c/busses/i2c-designware-*
9573 F:      include/linux/platform_data/i2c-designware.h
9574
9575 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9576 M:      Jaehoon Chung <jh80.chung@samsung.com>
9577 L:      linux-mmc@vger.kernel.org
9578 S:      Maintained
9579 F:      include/linux/mmc/dw_mmc.h
9580 F:      drivers/mmc/host/dw_mmc*
9581
9582 SYSTEM TRACE MODULE CLASS
9583 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9584 S:      Maintained
9585 F:      Documentation/trace/stm.txt
9586 F:      drivers/hwtracing/stm/
9587 F:      include/linux/stm.h
9588 F:      include/uapi/linux/stm.h
9589
9590 THUNDERBOLT DRIVER
9591 M:      Andreas Noever <andreas.noever@gmail.com>
9592 S:      Maintained
9593 F:      drivers/thunderbolt/
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:      Ian Campbell <ian.campbell@citrix.com>
12059 M:      Wei Liu <wei.liu2@citrix.com>
12060 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12061 L:      netdev@vger.kernel.org
12062 S:      Supported
12063 F:      drivers/net/xen-netback/*
12064
12065 XEN PCI SUBSYSTEM
12066 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12067 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12068 S:      Supported
12069 F:      arch/x86/pci/*xen*
12070 F:      drivers/pci/*xen*
12071
12072 XEN BLOCK SUBSYSTEM
12073 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12074 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12075 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12076 S:      Supported
12077 F:      drivers/block/xen-blkback/*
12078 F:      drivers/block/xen*
12079
12080 XEN PVSCSI DRIVERS
12081 M:      Juergen Gross <jgross@suse.com>
12082 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12083 L:      linux-scsi@vger.kernel.org
12084 S:      Supported
12085 F:      drivers/scsi/xen-scsifront.c
12086 F:      drivers/xen/xen-scsiback.c
12087 F:      include/xen/interface/io/vscsiif.h
12088
12089 XEN SWIOTLB SUBSYSTEM
12090 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12091 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12092 S:      Supported
12093 F:      arch/x86/xen/*swiotlb*
12094 F:      drivers/xen/*swiotlb*
12095
12096 XFS FILESYSTEM
12097 P:      Silicon Graphics Inc
12098 M:      Dave Chinner <david@fromorbit.com>
12099 M:      xfs@oss.sgi.com
12100 L:      xfs@oss.sgi.com
12101 W:      http://oss.sgi.com/projects/xfs
12102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12103 S:      Supported
12104 F:      Documentation/filesystems/xfs.txt
12105 F:      fs/xfs/
12106
12107 XILINX AXI ETHERNET DRIVER
12108 M:      Anirudha Sarangi <anirudh@xilinx.com>
12109 M:      John Linn <John.Linn@xilinx.com>
12110 S:      Maintained
12111 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12112
12113 XILINX UARTLITE SERIAL DRIVER
12114 M:      Peter Korsgaard <jacmet@sunsite.dk>
12115 L:      linux-serial@vger.kernel.org
12116 S:      Maintained
12117 F:      drivers/tty/serial/uartlite.c
12118
12119 XILINX VIDEO IP CORES
12120 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12121 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12122 L:      linux-media@vger.kernel.org
12123 T:      git git://linuxtv.org/media_tree.git
12124 S:      Supported
12125 F:      Documentation/devicetree/bindings/media/xilinx/
12126 F:      drivers/media/platform/xilinx/
12127 F:      include/uapi/linux/xilinx-v4l2-controls.h
12128
12129 XILLYBUS DRIVER
12130 M:      Eli Billauer <eli.billauer@gmail.com>
12131 L:      linux-kernel@vger.kernel.org
12132 S:      Supported
12133 F:      drivers/char/xillybus/
12134
12135 XTENSA XTFPGA PLATFORM SUPPORT
12136 M:      Max Filippov <jcmvbkbc@gmail.com>
12137 L:      linux-xtensa@linux-xtensa.org
12138 S:      Maintained
12139 F:      drivers/spi/spi-xtensa-xtfpga.c
12140 F:      sound/soc/xtensa/xtfpga-i2s.c
12141
12142 YAM DRIVER FOR AX.25
12143 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12144 L:      linux-hams@vger.kernel.org
12145 S:      Maintained
12146 F:      drivers/net/hamradio/yam*
12147 F:      include/linux/yam.h
12148
12149 YEALINK PHONE DRIVER
12150 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12151 L:      usbb2k-api-dev@nongnu.org
12152 S:      Maintained
12153 F:      Documentation/input/yealink.txt
12154 F:      drivers/input/misc/yealink.*
12155
12156 Z8530 DRIVER FOR AX.25
12157 M:      Joerg Reuter <jreuter@yaina.de>
12158 W:      http://yaina.de/jreuter/
12159 W:      http://www.qsl.net/dl1bke/
12160 L:      linux-hams@vger.kernel.org
12161 S:      Maintained
12162 F:      Documentation/networking/z8530drv.txt
12163 F:      drivers/net/hamradio/*scc.c
12164 F:      drivers/net/hamradio/z8530.h
12165
12166 ZBUD COMPRESSED PAGE ALLOCATOR
12167 M:      Seth Jennings <sjenning@redhat.com>
12168 L:      linux-mm@kvack.org
12169 S:      Maintained
12170 F:      mm/zbud.c
12171 F:      include/linux/zbud.h
12172
12173 ZD1211RW WIRELESS DRIVER
12174 M:      Daniel Drake <dsd@gentoo.org>
12175 M:      Ulrich Kunitz <kune@deine-taler.de>
12176 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12177 L:      linux-wireless@vger.kernel.org
12178 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12179 S:      Maintained
12180 F:      drivers/net/wireless/zydas/zd1211rw/
12181
12182 ZPOOL COMPRESSED PAGE STORAGE API
12183 M:      Dan Streetman <ddstreet@ieee.org>
12184 L:      linux-mm@kvack.org
12185 S:      Maintained
12186 F:      mm/zpool.c
12187 F:      include/linux/zpool.h
12188
12189 ZR36067 VIDEO FOR LINUX DRIVER
12190 L:      mjpeg-users@lists.sourceforge.net
12191 L:      linux-media@vger.kernel.org
12192 W:      http://mjpeg.sourceforge.net/driver-zoran/
12193 T:      hg https://linuxtv.org/hg/v4l-dvb
12194 S:      Odd Fixes
12195 F:      drivers/media/pci/zoran/
12196
12197 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12198 M:      Minchan Kim <minchan@kernel.org>
12199 M:      Nitin Gupta <ngupta@vflare.org>
12200 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12201 L:      linux-kernel@vger.kernel.org
12202 S:      Maintained
12203 F:      drivers/block/zram/
12204 F:      Documentation/blockdev/zram.txt
12205
12206 ZS DECSTATION Z85C30 SERIAL DRIVER
12207 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12208 S:      Maintained
12209 F:      drivers/tty/serial/zs.*
12210
12211 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12212 M:      Minchan Kim <minchan@kernel.org>
12213 M:      Nitin Gupta <ngupta@vflare.org>
12214 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12215 L:      linux-mm@kvack.org
12216 S:      Maintained
12217 F:      mm/zsmalloc.c
12218 F:      include/linux/zsmalloc.h
12219 F:      Documentation/vm/zsmalloc.txt
12220
12221 ZSWAP COMPRESSED SWAP CACHING
12222 M:      Seth Jennings <sjenning@redhat.com>
12223 L:      linux-mm@kvack.org
12224 S:      Maintained
12225 F:      mm/zswap.c
12226
12227 THE REST
12228 M:      Linus Torvalds <torvalds@linux-foundation.org>
12229 L:      linux-kernel@vger.kernel.org
12230 Q:      http://patchwork.kernel.org/project/LKML/list/
12231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12232 S:      Buried alive in reporters
12233 F:      *
12234 F:      */