]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[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 <aar@pengutronix.de>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      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-DIO-48E GPIO DRIVER
242 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
243 L:      linux-gpio@vger.kernel.org
244 S:      Maintained
245 F:      drivers/gpio/gpio-104-dio-48e.c
246
247 ACCES 104-IDI-48 GPIO DRIVER
248 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
249 L:      linux-gpio@vger.kernel.org
250 S:      Maintained
251 F:      drivers/gpio/gpio-104-idi-48.c
252
253 ACCES 104-IDIO-16 GPIO DRIVER
254 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
255 L:      linux-gpio@vger.kernel.org
256 S:      Maintained
257 F:      drivers/gpio/gpio-104-idio-16.c
258
259 ACENIC DRIVER
260 M:      Jes Sorensen <jes@trained-monkey.org>
261 L:      linux-acenic@sunsite.dk
262 S:      Maintained
263 F:      drivers/net/ethernet/alteon/acenic*
264
265 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
266 M:      Peter Feuerer <peter@piie.net>
267 L:      platform-driver-x86@vger.kernel.org
268 W:      http://piie.net/?section=acerhdf
269 S:      Maintained
270 F:      drivers/platform/x86/acerhdf.c
271
272 ACER WMI LAPTOP EXTRAS
273 M:      "Lee, Chun-Yi" <jlee@suse.com>
274 L:      platform-driver-x86@vger.kernel.org
275 S:      Maintained
276 F:      drivers/platform/x86/acer-wmi.c
277
278 ACPI
279 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
280 M:      Len Brown <lenb@kernel.org>
281 L:      linux-acpi@vger.kernel.org
282 W:      https://01.org/linux-acpi
283 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
285 S:      Supported
286 F:      drivers/acpi/
287 F:      drivers/pnp/pnpacpi/
288 F:      include/linux/acpi.h
289 F:      include/acpi/
290 F:      Documentation/acpi/
291 F:      Documentation/ABI/testing/sysfs-bus-acpi
292 F:      drivers/pci/*acpi*
293 F:      drivers/pci/*/*acpi*
294 F:      drivers/pci/*/*/*acpi*
295 F:      tools/power/acpi/
296
297 ACPI COMPONENT ARCHITECTURE (ACPICA)
298 M:      Robert Moore <robert.moore@intel.com>
299 M:      Lv Zheng <lv.zheng@intel.com>
300 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 L:      devel@acpica.org
303 W:      https://acpica.org/
304 W:      https://github.com/acpica/acpica/
305 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
307 S:      Supported
308 F:      drivers/acpi/acpica/
309 F:      include/acpi/
310 F:      tools/power/acpi/
311
312 ACPI FAN DRIVER
313 M:      Zhang Rui <rui.zhang@intel.com>
314 L:      linux-acpi@vger.kernel.org
315 W:      https://01.org/linux-acpi
316 S:      Supported
317 F:      drivers/acpi/fan.c
318
319 ACPI THERMAL DRIVER
320 M:      Zhang Rui <rui.zhang@intel.com>
321 L:      linux-acpi@vger.kernel.org
322 W:      https://01.org/linux-acpi
323 S:      Supported
324 F:      drivers/acpi/*thermal*
325
326 ACPI VIDEO DRIVER
327 M:      Zhang Rui <rui.zhang@intel.com>
328 L:      linux-acpi@vger.kernel.org
329 W:      https://01.org/linux-acpi
330 S:      Supported
331 F:      drivers/acpi/acpi_video.c
332
333 ACPI WMI DRIVER
334 L:      platform-driver-x86@vger.kernel.org
335 S:      Orphan
336 F:      drivers/platform/x86/wmi.c
337
338 AD1889 ALSA SOUND DRIVER
339 M:      Thibaut Varene <T-Bone@parisc-linux.org>
340 W:      http://wiki.parisc-linux.org/AD1889
341 L:      linux-parisc@vger.kernel.org
342 S:      Maintained
343 F:      sound/pci/ad1889.*
344
345 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
346 M:      Michael Hennerich <michael.hennerich@analog.com>
347 W:      http://wiki.analog.com/AD5254
348 W:      http://ez.analog.com/community/linux-device-drivers
349 S:      Supported
350 F:      drivers/misc/ad525x_dpot.c
351
352 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
353 M:      Michael Hennerich <michael.hennerich@analog.com>
354 W:      http://wiki.analog.com/AD5398
355 W:      http://ez.analog.com/community/linux-device-drivers
356 S:      Supported
357 F:      drivers/regulator/ad5398.c
358
359 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 W:      http://wiki.analog.com/AD7142
362 W:      http://ez.analog.com/community/linux-device-drivers
363 S:      Supported
364 F:      drivers/input/misc/ad714x.c
365
366 AD7877 TOUCHSCREEN DRIVER
367 M:      Michael Hennerich <michael.hennerich@analog.com>
368 W:      http://wiki.analog.com/AD7877
369 W:      http://ez.analog.com/community/linux-device-drivers
370 S:      Supported
371 F:      drivers/input/touchscreen/ad7877.c
372
373 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
374 M:      Michael Hennerich <michael.hennerich@analog.com>
375 W:      http://wiki.analog.com/AD7879
376 W:      http://ez.analog.com/community/linux-device-drivers
377 S:      Supported
378 F:      drivers/input/touchscreen/ad7879.c
379
380 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
381 M:      Jiri Kosina <jikos@kernel.org>
382 S:      Maintained
383
384 ADF7242 IEEE 802.15.4 RADIO DRIVER
385 M:      Michael Hennerich <michael.hennerich@analog.com>
386 W:      https://wiki.analog.com/ADF7242
387 W:      http://ez.analog.com/community/linux-device-drivers
388 L:      linux-wpan@vger.kernel.org
389 S:      Supported
390 F:      drivers/net/ieee802154/adf7242.c
391 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
392
393 ADM1025 HARDWARE MONITOR DRIVER
394 M:      Jean Delvare <jdelvare@suse.com>
395 L:      lm-sensors@lm-sensors.org
396 S:      Maintained
397 F:      Documentation/hwmon/adm1025
398 F:      drivers/hwmon/adm1025.c
399
400 ADM1029 HARDWARE MONITOR DRIVER
401 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
402 L:      lm-sensors@lm-sensors.org
403 S:      Maintained
404 F:      drivers/hwmon/adm1029.c
405
406 ADM8211 WIRELESS DRIVER
407 L:      linux-wireless@vger.kernel.org
408 W:      http://wireless.kernel.org/
409 S:      Orphan
410 F:      drivers/net/wireless/admtek/adm8211.*
411
412 ADP1653 FLASH CONTROLLER DRIVER
413 M:      Sakari Ailus <sakari.ailus@iki.fi>
414 L:      linux-media@vger.kernel.org
415 S:      Maintained
416 F:      drivers/media/i2c/adp1653.c
417 F:      include/media/i2c/adp1653.h
418
419 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP5520
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/mfd/adp5520.c
425 F:      drivers/video/backlight/adp5520_bl.c
426 F:      drivers/leds/leds-adp5520.c
427 F:      drivers/gpio/gpio-adp5520.c
428 F:      drivers/input/keyboard/adp5520-keys.c
429
430 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
431 M:      Michael Hennerich <michael.hennerich@analog.com>
432 W:      http://wiki.analog.com/ADP5588
433 W:      http://ez.analog.com/community/linux-device-drivers
434 S:      Supported
435 F:      drivers/input/keyboard/adp5588-keys.c
436 F:      drivers/gpio/gpio-adp5588.c
437
438 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
439 M:      Michael Hennerich <michael.hennerich@analog.com>
440 W:      http://wiki.analog.com/ADP8860
441 W:      http://ez.analog.com/community/linux-device-drivers
442 S:      Supported
443 F:      drivers/video/backlight/adp8860_bl.c
444
445 ADS1015 HARDWARE MONITOR DRIVER
446 M:      Dirk Eibach <eibach@gdsys.de>
447 L:      lm-sensors@lm-sensors.org
448 S:      Maintained
449 F:      Documentation/hwmon/ads1015
450 F:      drivers/hwmon/ads1015.c
451 F:      include/linux/i2c/ads1015.h
452
453 ADT746X FAN DRIVER
454 M:      Colin Leroy <colin@colino.net>
455 S:      Maintained
456 F:      drivers/macintosh/therm_adt746x.c
457
458 ADT7475 HARDWARE MONITOR DRIVER
459 M:      Jean Delvare <jdelvare@suse.com>
460 L:      lm-sensors@lm-sensors.org
461 S:      Maintained
462 F:      Documentation/hwmon/adt7475
463 F:      drivers/hwmon/adt7475.c
464
465 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
466 M:      Michael Hennerich <michael.hennerich@analog.com>
467 W:      http://wiki.analog.com/ADXL345
468 W:      http://ez.analog.com/community/linux-device-drivers
469 S:      Supported
470 F:      drivers/input/misc/adxl34x.c
471
472 ADVANSYS SCSI DRIVER
473 M:      Matthew Wilcox <matthew@wil.cx>
474 M:      Hannes Reinecke <hare@suse.com>
475 L:      linux-scsi@vger.kernel.org
476 S:      Maintained
477 F:      Documentation/scsi/advansys.txt
478 F:      drivers/scsi/advansys.c
479
480 AEDSP16 DRIVER
481 M:      Riccardo Facchetti <fizban@tin.it>
482 S:      Maintained
483 F:      sound/oss/aedsp16.c
484
485 AF9013 MEDIA DRIVER
486 M:      Antti Palosaari <crope@iki.fi>
487 L:      linux-media@vger.kernel.org
488 W:      https://linuxtv.org
489 W:      http://palosaari.fi/linux/
490 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
491 T:      git git://linuxtv.org/anttip/media_tree.git
492 S:      Maintained
493 F:      drivers/media/dvb-frontends/af9013*
494
495 AF9033 MEDIA DRIVER
496 M:      Antti Palosaari <crope@iki.fi>
497 L:      linux-media@vger.kernel.org
498 W:      https://linuxtv.org
499 W:      http://palosaari.fi/linux/
500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
501 T:      git git://linuxtv.org/anttip/media_tree.git
502 S:      Maintained
503 F:      drivers/media/dvb-frontends/af9033*
504
505 AFFS FILE SYSTEM
506 L:      linux-fsdevel@vger.kernel.org
507 S:      Orphan
508 F:      Documentation/filesystems/affs.txt
509 F:      fs/affs/
510
511 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
512 M:      David Howells <dhowells@redhat.com>
513 L:      linux-afs@lists.infradead.org
514 S:      Supported
515 F:      fs/afs/
516 F:      include/net/af_rxrpc.h
517 F:      net/rxrpc/af_rxrpc.c
518
519 AGPGART DRIVER
520 M:      David Airlie <airlied@linux.ie>
521 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
522 S:      Maintained
523 F:      drivers/char/agp/
524 F:      include/linux/agp*
525 F:      include/uapi/linux/agp*
526
527 AHA152X SCSI DRIVER
528 M:      "Juergen E. Fischer" <fischer@norbit.de>
529 L:      linux-scsi@vger.kernel.org
530 S:      Maintained
531 F:      drivers/scsi/aha152x*
532 F:      drivers/scsi/pcmcia/aha152x*
533
534 AIC7XXX / AIC79XX SCSI DRIVER
535 M:      Hannes Reinecke <hare@suse.com>
536 L:      linux-scsi@vger.kernel.org
537 S:      Maintained
538 F:      drivers/scsi/aic7xxx/
539
540 AIMSLAB FM RADIO RECEIVER DRIVER
541 M:      Hans Verkuil <hverkuil@xs4all.nl>
542 L:      linux-media@vger.kernel.org
543 T:      git git://linuxtv.org/media_tree.git
544 W:      https://linuxtv.org
545 S:      Maintained
546 F:      drivers/media/radio/radio-aimslab*
547
548 AIO
549 M:      Benjamin LaHaise <bcrl@kvack.org>
550 L:      linux-aio@kvack.org
551 S:      Supported
552 F:      fs/aio.c
553 F:      include/linux/*aio*.h
554
555 AIRSPY MEDIA DRIVER
556 M:      Antti Palosaari <crope@iki.fi>
557 L:      linux-media@vger.kernel.org
558 W:      https://linuxtv.org
559 W:      http://palosaari.fi/linux/
560 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
561 T:      git git://linuxtv.org/anttip/media_tree.git
562 S:      Maintained
563 F:      drivers/media/usb/airspy/
564
565 ALCATEL SPEEDTOUCH USB DRIVER
566 M:      Duncan Sands <duncan.sands@free.fr>
567 L:      linux-usb@vger.kernel.org
568 W:      http://www.linux-usb.org/SpeedTouch/
569 S:      Maintained
570 F:      drivers/usb/atm/speedtch.c
571 F:      drivers/usb/atm/usbatm.c
572
573 ALCHEMY AU1XX0 MMC DRIVER
574 M:      Manuel Lauss <manuel.lauss@gmail.com>
575 S:      Maintained
576 F:      drivers/mmc/host/au1xmmc.c
577
578 ALI1563 I2C DRIVER
579 M:      Rudolf Marek <r.marek@assembler.cz>
580 L:      linux-i2c@vger.kernel.org
581 S:      Maintained
582 F:      Documentation/i2c/busses/i2c-ali1563
583 F:      drivers/i2c/busses/i2c-ali1563.c
584
585 ALLWINNER SECURITY SYSTEM
586 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
587 L:      linux-crypto@vger.kernel.org
588 S:      Maintained
589 F:      drivers/crypto/sunxi-ss/
590
591 ALPHA PORT
592 M:      Richard Henderson <rth@twiddle.net>
593 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
594 M:      Matt Turner <mattst88@gmail.com>
595 S:      Odd Fixes
596 L:      linux-alpha@vger.kernel.org
597 F:      arch/alpha/
598
599 ALTERA MAILBOX DRIVER
600 M:      Ley Foon Tan <lftan@altera.com>
601 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
602 S:      Maintained
603 F:      drivers/mailbox/mailbox-altera.c
604
605 ALTERA PIO DRIVER
606 M:      Tien Hock Loh <thloh@altera.com>
607 L:      linux-gpio@vger.kernel.org
608 S:      Maintained
609 F:      drivers/gpio/gpio-altera.c
610
611 ALTERA TRIPLE SPEED ETHERNET DRIVER
612 M:      Vince Bridgers <vbridger@opensource.altera.com>
613 L:      netdev@vger.kernel.org
614 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      drivers/net/ethernet/altera/
617
618 ALTERA UART/JTAG UART SERIAL DRIVERS
619 M:      Tobias Klauser <tklauser@distanz.ch>
620 L:      linux-serial@vger.kernel.org
621 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
622 S:      Maintained
623 F:      drivers/tty/serial/altera_uart.c
624 F:      drivers/tty/serial/altera_jtaguart.c
625 F:      include/linux/altera_uart.h
626 F:      include/linux/altera_jtaguart.h
627
628 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
629 M:      Tom Lendacky <thomas.lendacky@amd.com>
630 L:      linux-crypto@vger.kernel.org
631 S:      Supported
632 F:      drivers/crypto/ccp/
633 F:      include/linux/ccp.h
634
635 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
636 M:      Huang Rui <ray.huang@amd.com>
637 L:      lm-sensors@lm-sensors.org
638 S:      Supported
639 F:      Documentation/hwmon/fam15h_power
640 F:      drivers/hwmon/fam15h_power.c
641
642 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
643 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
644 S:      Orphan
645 F:      drivers/usb/gadget/udc/amd5536udc.*
646
647 AMD GEODE PROCESSOR/CHIPSET SUPPORT
648 P:      Andres Salomon <dilinger@queued.net>
649 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
650 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
651 S:      Supported
652 F:      drivers/char/hw_random/geode-rng.c
653 F:      drivers/crypto/geode*
654 F:      drivers/video/fbdev/geode/
655 F:      arch/x86/include/asm/geode.h
656
657 AMD IOMMU (AMD-VI)
658 M:      Joerg Roedel <joro@8bytes.org>
659 L:      iommu@lists.linux-foundation.org
660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
661 S:      Maintained
662 F:      drivers/iommu/amd_iommu*.[ch]
663 F:      include/linux/amd-iommu.h
664
665 AMD KFD
666 M:      Oded Gabbay <oded.gabbay@gmail.com>
667 L:      dri-devel@lists.freedesktop.org
668 T:      git git://people.freedesktop.org/~gabbayo/linux.git
669 S:      Supported
670 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
671 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
672 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
673 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
674 F:      drivers/gpu/drm/amd/amdkfd/
675 F:      drivers/gpu/drm/amd/include/cik_structs.h
676 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
677 F:      drivers/gpu/drm/amd/include/vi_structs.h
678 F:      drivers/gpu/drm/radeon/radeon_kfd.c
679 F:      drivers/gpu/drm/radeon/radeon_kfd.h
680 F:      include/uapi/linux/kfd_ioctl.h
681
682 AMD XGBE DRIVER
683 M:      Tom Lendacky <thomas.lendacky@amd.com>
684 L:      netdev@vger.kernel.org
685 S:      Supported
686 F:      drivers/net/ethernet/amd/xgbe/
687
688 AMS (Apple Motion Sensor) DRIVER
689 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
690 S:      Supported
691 F:      drivers/macintosh/ams/
692
693 ANALOG DEVICES INC AD9389B DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/ad9389b*
698
699 ANALOG DEVICES INC ADV7180 DRIVER
700 M:      Lars-Peter Clausen <lars@metafoo.de>
701 L:      linux-media@vger.kernel.org
702 W:      http://ez.analog.com/community/linux-device-drivers
703 S:      Supported
704 F:      drivers/media/i2c/adv7180.c
705
706 ANALOG DEVICES INC ADV7511 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7511*
711
712 ANALOG DEVICES INC ADV7604 DRIVER
713 M:      Hans Verkuil <hans.verkuil@cisco.com>
714 L:      linux-media@vger.kernel.org
715 S:      Maintained
716 F:      drivers/media/i2c/adv7604*
717
718 ANALOG DEVICES INC ADV7842 DRIVER
719 M:      Hans Verkuil <hans.verkuil@cisco.com>
720 L:      linux-media@vger.kernel.org
721 S:      Maintained
722 F:      drivers/media/i2c/adv7842*
723
724 ANALOG DEVICES INC ASOC CODEC DRIVERS
725 M:      Lars-Peter Clausen <lars@metafoo.de>
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://wiki.analog.com/
728 W:      http://ez.analog.com/community/linux-device-drivers
729 S:      Supported
730 F:      sound/soc/codecs/adau*
731 F:      sound/soc/codecs/adav*
732 F:      sound/soc/codecs/ad1*
733 F:      sound/soc/codecs/ad7*
734 F:      sound/soc/codecs/ssm*
735 F:      sound/soc/codecs/sigmadsp.*
736
737 ANALOG DEVICES INC ASOC DRIVERS
738 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
739 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
740 W:      http://blackfin.uclinux.org/
741 S:      Supported
742 F:      sound/soc/blackfin/*
743
744 ANALOG DEVICES INC IIO DRIVERS
745 M:      Lars-Peter Clausen <lars@metafoo.de>
746 M:      Michael Hennerich <Michael.Hennerich@analog.com>
747 W:      http://wiki.analog.com/
748 W:      http://ez.analog.com/community/linux-device-drivers
749 S:      Supported
750 F:      drivers/iio/*/ad*
751 X:      drivers/iio/*/adjd*
752 F:      drivers/staging/iio/*/ad*
753 F:      staging/iio/trigger/iio-trig-bfin-timer.c
754
755 ANALOG DEVICES INC DMA DRIVERS
756 M:      Lars-Peter Clausen <lars@metafoo.de>
757 W:      http://ez.analog.com/community/linux-device-drivers
758 S:      Supported
759 F:      drivers/dma/dma-axi-dmac.c
760
761 ANDROID DRIVERS
762 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
763 M:      Arve HjønnevĂ¥g <arve@android.com>
764 M:      Riley Andrews <riandrews@android.com>
765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
766 L:      devel@driverdev.osuosl.org
767 S:      Supported
768 F:      drivers/android/
769 F:      drivers/staging/android/
770
771 AOA (Apple Onboard Audio) ALSA DRIVER
772 M:      Johannes Berg <johannes@sipsolutions.net>
773 L:      linuxppc-dev@lists.ozlabs.org
774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
775 S:      Maintained
776 F:      sound/aoa/
777
778 APEX EMBEDDED SYSTEMS STX104 DAC DRIVER
779 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
780 L:      linux-iio@vger.kernel.org
781 S:      Maintained
782 F:      drivers/iio/dac/stx104.c
783
784 APM DRIVER
785 M:      Jiri Kosina <jikos@kernel.org>
786 S:      Odd fixes
787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
788 F:      arch/x86/kernel/apm_32.c
789 F:      include/linux/apm_bios.h
790 F:      include/uapi/linux/apm_bios.h
791 F:      drivers/char/apm-emulation.c
792
793 APPLE BCM5974 MULTITOUCH DRIVER
794 M:      Henrik Rydberg <rydberg@bitmath.org>
795 L:      linux-input@vger.kernel.org
796 S:      Odd fixes
797 F:      drivers/input/mouse/bcm5974.c
798
799 APPLE SMC DRIVER
800 M:      Henrik Rydberg <rydberg@bitmath.org>
801 L:      lm-sensors@lm-sensors.org
802 S:      Odd fixes
803 F:      drivers/hwmon/applesmc.c
804
805 APPLETALK NETWORK LAYER
806 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
807 S:      Maintained
808 F:      drivers/net/appletalk/
809 F:      net/appletalk/
810
811 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
812 M:      Duc Dang <dhdang@apm.com>
813 S:      Supported
814 F:      arch/arm64/boot/dts/apm/
815
816 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
817 M:      Iyappan Subramanian <isubramanian@apm.com>
818 M:      Keyur Chudgar <kchudgar@apm.com>
819 S:      Supported
820 F:      drivers/net/ethernet/apm/xgene/
821 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
822
823 APTINA CAMERA SENSOR PLL
824 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
825 L:      linux-media@vger.kernel.org
826 S:      Maintained
827 F:      drivers/media/i2c/aptina-pll.*
828
829 ARC FRAMEBUFFER DRIVER
830 M:      Jaya Kumar <jayalk@intworks.biz>
831 S:      Maintained
832 F:      drivers/video/fbdev/arcfb.c
833 F:      drivers/video/fbdev/core/fb_defio.c
834
835 ARCNET NETWORK LAYER
836 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
837 L:      netdev@vger.kernel.org
838 S:      Maintained
839 F:      drivers/net/arcnet/
840 F:      include/uapi/linux/if_arcnet.h
841
842 ARM MFM AND FLOPPY DRIVERS
843 M:      Ian Molton <spyro@f2s.com>
844 S:      Maintained
845 F:      arch/arm/lib/floppydma.S
846 F:      arch/arm/include/asm/floppy.h
847
848 ARM PMU PROFILING AND DEBUGGING
849 M:      Will Deacon <will.deacon@arm.com>
850 R:      Mark Rutland <mark.rutland@arm.com>
851 S:      Maintained
852 F:      arch/arm*/kernel/perf_*
853 F:      arch/arm/oprofile/common.c
854 F:      arch/arm*/kernel/hw_breakpoint.c
855 F:      arch/arm*/include/asm/hw_breakpoint.h
856 F:      arch/arm*/include/asm/perf_event.h
857 F:      drivers/perf/arm_pmu.c
858 F:      include/linux/perf/arm_pmu.h
859
860 ARM PORT
861 M:      Russell King <linux@arm.linux.org.uk>
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 W:      http://www.arm.linux.org.uk/
864 S:      Maintained
865 F:      arch/arm/
866
867 ARM SUB-ARCHITECTURES
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870 F:      arch/arm/mach-*/
871 F:      arch/arm/plat-*/
872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
873
874 ARM PRIMECELL AACI PL041 DRIVER
875 M:      Russell King <linux@arm.linux.org.uk>
876 S:      Maintained
877 F:      sound/arm/aaci.*
878
879 ARM PRIMECELL CLCD PL110 DRIVER
880 M:      Russell King <linux@arm.linux.org.uk>
881 S:      Maintained
882 F:      drivers/video/fbdev/amba-clcd.*
883
884 ARM PRIMECELL KMI PL050 DRIVER
885 M:      Russell King <linux@arm.linux.org.uk>
886 S:      Maintained
887 F:      drivers/input/serio/ambakmi.*
888 F:      include/linux/amba/kmi.h
889
890 ARM PRIMECELL MMCI PL180/1 DRIVER
891 M:      Russell King <linux@arm.linux.org.uk>
892 S:      Maintained
893 F:      drivers/mmc/host/mmci.*
894 F:      include/linux/amba/mmci.h
895
896 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
897 M:      Russell King <linux@arm.linux.org.uk>
898 S:      Maintained
899 F:      drivers/tty/serial/amba-pl01*.c
900 F:      include/linux/amba/serial.h
901
902 ARM PRIMECELL BUS SUPPORT
903 M:      Russell King <linux@arm.linux.org.uk>
904 S:      Maintained
905 F:      drivers/amba/
906 F:      include/linux/amba/bus.h
907
908 ARM/ADS SPHERE MACHINE SUPPORT
909 M:      Lennert Buytenhek <kernel@wantstofly.org>
910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S:      Maintained
912
913 ARM/AFEB9260 MACHINE SUPPORT
914 M:      Sergey Lapin <slapin@ossfans.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917
918 ARM/AJECO 1ARM MACHINE SUPPORT
919 M:      Lennert Buytenhek <kernel@wantstofly.org>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S:      Maintained
922
923 ARM/Allwinner sunXi SoC support
924 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
925 M:      Chen-Yu Tsai <wens@csie.org>
926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 S:      Maintained
928 N:      sun[x456789]i
929
930 ARM/Allwinner SoC Clock Support
931 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
932 S:      Maintained
933 F:      drivers/clk/sunxi/
934
935 ARM/Amlogic Meson SoC support
936 M:      Carlo Caione <carlo@caione.org>
937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
938 L:      linux-meson@googlegroups.com
939 W:      http://linux-meson.com/
940 S:      Maintained
941 F:      arch/arm/mach-meson/
942 F:      arch/arm/boot/dts/meson*
943 N:      meson
944
945 ARM/Annapurna Labs ALPINE ARCHITECTURE
946 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
947 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
948 S:      Maintained
949 F:      arch/arm/mach-alpine/
950 F:      arch/arm/boot/dts/alpine*
951 F:      arch/arm64/boot/dts/al/
952 F:      drivers/*/*alpine*
953
954 ARM/ARTPEC MACHINE SUPPORT
955 M:      Jesper Nilsson <jesper.nilsson@axis.com>
956 M:      Lars Persson <lars.persson@axis.com>
957 M:      Niklas Cassel <niklas.cassel@axis.com>
958 S:      Maintained
959 L:      linux-arm-kernel@axis.com
960 F:      arch/arm/mach-artpec
961 F:      arch/arm/boot/dts/artpec6*
962 F:      drivers/clk/clk-artpec6.c
963
964 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
965 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
966 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
967 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 W:      http://www.linux4sam.org
970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
971 S:      Supported
972 F:      arch/arm/mach-at91/
973 F:      include/soc/at91/
974 F:      arch/arm/boot/dts/at91*.dts
975 F:      arch/arm/boot/dts/at91*.dtsi
976 F:      arch/arm/boot/dts/sama*.dts
977 F:      arch/arm/boot/dts/sama*.dtsi
978 F:      arch/arm/include/debug/at91.S
979
980 ARM/ATMEL AT91 Clock Support
981 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
982 S:      Maintained
983 F:      drivers/clk/at91
984
985 ARM/CALXEDA HIGHBANK ARCHITECTURE
986 M:      Rob Herring <robh@kernel.org>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989 F:      arch/arm/mach-highbank/
990 F:      arch/arm/boot/dts/highbank.dts
991 F:      arch/arm/boot/dts/ecx-*.dts*
992
993 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
994 M:      Krzysztof Halasa <khalasa@piap.pl>
995 S:      Maintained
996 F:      arch/arm/mach-cns3xxx/
997
998 ARM/CAVIUM THUNDER NETWORK DRIVER
999 M:      Sunil Goutham <sgoutham@cavium.com>
1000 M:      Robert Richter <rric@kernel.org>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Supported
1003 F:      drivers/net/ethernet/cavium/thunder/
1004
1005 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
1006 M:      Alexander Shiyan <shc_work@mail.ru>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 S:      Odd Fixes
1009 N:      clps711x
1010
1011 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1012 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1013 M:      Ryan Mallon <rmallon@gmail.com>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016 F:      arch/arm/mach-ep93xx/
1017 F:      arch/arm/mach-ep93xx/include/mach/
1018
1019 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1020 M:      Lennert Buytenhek <kernel@wantstofly.org>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023
1024 ARM/CLKDEV SUPPORT
1025 M:      Russell King <linux@arm.linux.org.uk>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028 F:      arch/arm/include/asm/clkdev.h
1029 F:      drivers/clk/clkdev.c
1030
1031 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1032 M:      Mike Rapoport <mike@compulab.co.il>
1033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1034 S:      Maintained
1035
1036 ARM/CONTEC MICRO9 MACHINE SUPPORT
1037 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1038 S:      Maintained
1039 F:      arch/arm/mach-ep93xx/micro9.c
1040
1041 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1042 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 F:      drivers/hwtracing/coresight/*
1046 F:      Documentation/trace/coresight.txt
1047 F:      Documentation/devicetree/bindings/arm/coresight.txt
1048 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1049
1050 ARM/CORGI MACHINE SUPPORT
1051 M:      Richard Purdie <rpurdie@rpsys.net>
1052 S:      Maintained
1053
1054 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1055 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 T:      git git://github.com/ulli-kroll/linux.git
1058 S:      Maintained
1059 F:      arch/arm/mach-gemini/
1060 F:      drivers/rtc/rtc-gemini.c
1061
1062 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1063 M:      Barry Song <baohua@kernel.org>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1066 S:      Maintained
1067 F:      arch/arm/boot/dts/prima2*
1068 F:      arch/arm/mach-prima2/
1069 F:      drivers/clk/sirf/
1070 F:      drivers/clocksource/timer-prima2.c
1071 F:      drivers/clocksource/timer-atlas7.c
1072 N:      [^a-z]sirf
1073
1074 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1075 M:      Baruch Siach <baruch@tkos.co.il>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 F:      arch/arm/boot/dts/cx92755*
1079 N:      digicolor
1080
1081 ARM/EBSA110 MACHINE SUPPORT
1082 M:      Russell King <linux@arm.linux.org.uk>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 W:      http://www.arm.linux.org.uk/
1085 S:      Maintained
1086 F:      arch/arm/mach-ebsa110/
1087 F:      drivers/net/ethernet/amd/am79c961a.*
1088
1089 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1090 M:      Uwe Kleine-König <kernel@pengutronix.de>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 N:      efm32
1094
1095 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1096 M:      Daniel Ribeiro <drwyrm@gmail.com>
1097 M:      Stefan Schmidt <stefan@openezx.org>
1098 M:      Harald Welte <laforge@openezx.org>
1099 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1100 W:      http://www.openezx.org/
1101 S:      Maintained
1102 T:      topgit git://git.openezx.org/openezx.git
1103 F:      arch/arm/mach-pxa/ezx.c
1104
1105 ARM/FARADAY FA526 PORT
1106 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S:      Maintained
1109 T:      git git://git.berlios.de/gemini-board
1110 F:      arch/arm/mm/*-fa*
1111
1112 ARM/FOOTBRIDGE ARCHITECTURE
1113 M:      Russell King <linux@arm.linux.org.uk>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 W:      http://www.arm.linux.org.uk/
1116 S:      Maintained
1117 F:      arch/arm/include/asm/hardware/dec21285.h
1118 F:      arch/arm/mach-footbridge/
1119
1120 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1121 M:      Shawn Guo <shawnguo@kernel.org>
1122 M:      Sascha Hauer <kernel@pengutronix.de>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1126 F:      arch/arm/mach-imx/
1127 F:      arch/arm/mach-mxs/
1128 F:      arch/arm/boot/dts/imx*
1129 F:      arch/arm/configs/imx*_defconfig
1130 F:      drivers/clk/imx/
1131 F:      include/soc/imx/
1132
1133 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1134 M:      Shawn Guo <shawnguo@kernel.org>
1135 M:      Sascha Hauer <kernel@pengutronix.de>
1136 R:      Stefan Agner <stefan@agner.ch>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1140 F:      arch/arm/mach-imx/*vf610*
1141 F:      arch/arm/boot/dts/vf*
1142
1143 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1144 M:      Lennert Buytenhek <kernel@wantstofly.org>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147
1148 ARM/GUMSTIX MACHINE SUPPORT
1149 M:      Steve Sakoman <sakoman@gmail.com>
1150 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1151 S:      Maintained
1152
1153 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1154 M:      Philipp Zabel <philipp.zabel@gmail.com>
1155 M:      Paul Parsons <lost.distance@yahoo.com>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158 F:      arch/arm/mach-pxa/hx4700.c
1159 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1160 F:      sound/soc/pxa/hx4700.c
1161
1162 ARM/HISILICON SOC SUPPORT
1163 M:      Wei Xu <xuwei5@hisilicon.com>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 W:      http://www.hisilicon.com
1166 S:      Supported
1167 T:      git git://github.com/hisilicon/linux-hisi.git
1168 F:      arch/arm/mach-hisi/
1169 F:      arch/arm/boot/dts/hi3*
1170 F:      arch/arm/boot/dts/hip*
1171 F:      arch/arm/boot/dts/hisi*
1172 F:      arch/arm64/boot/dts/hisilicon/
1173
1174 ARM/HP JORNADA 7XX MACHINE SUPPORT
1175 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1176 W:      www.jlime.com
1177 S:      Maintained
1178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1179 F:      arch/arm/mach-sa1100/jornada720.c
1180 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1181
1182 ARM/IGEP MACHINE SUPPORT
1183 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1184 M:      Javier Martinez Canillas <javier@dowhile0.org>
1185 L:      linux-omap@vger.kernel.org
1186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S:      Maintained
1188 F:      arch/arm/boot/dts/omap3-igep*
1189
1190 ARM/INCOME PXA270 SUPPORT
1191 M:      Marek Vasut <marek.vasut@gmail.com>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1195
1196 ARM/INTEL IOP32X ARM ARCHITECTURE
1197 M:      Lennert Buytenhek <kernel@wantstofly.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200
1201 ARM/INTEL IOP33X ARM ARCHITECTURE
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Orphan
1204
1205 ARM/INTEL IOP13XX ARM ARCHITECTURE
1206 M:      Lennert Buytenhek <kernel@wantstofly.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209
1210 ARM/INTEL IQ81342EX MACHINE SUPPORT
1211 M:      Lennert Buytenhek <kernel@wantstofly.org>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 S:      Maintained
1214
1215 ARM/INTEL IXDP2850 MACHINE SUPPORT
1216 M:      Lennert Buytenhek <kernel@wantstofly.org>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219
1220 ARM/INTEL IXP4XX ARM ARCHITECTURE
1221 M:      Imre Kaloz <kaloz@openwrt.org>
1222 M:      Krzysztof Halasa <khalasa@piap.pl>
1223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1224 S:      Maintained
1225 F:      arch/arm/mach-ixp4xx/
1226
1227 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1228 M:      Jonathan Cameron <jic23@cam.ac.uk>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231 F:      arch/arm/mach-pxa/stargate2.c
1232 F:      drivers/pcmcia/pxa2xx_stargate2.c
1233
1234 ARM/INTEL XSC3 (MANZANO) ARM CORE
1235 M:      Lennert Buytenhek <kernel@wantstofly.org>
1236 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1237 S:      Maintained
1238
1239 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1240 M:      Lennert Buytenhek <kernel@wantstofly.org>
1241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1242 S:      Maintained
1243
1244 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1245 M:      Santosh Shilimkar <ssantosh@kernel.org>
1246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1247 S:      Maintained
1248 F:      arch/arm/mach-keystone/
1249 F:      arch/arm/boot/dts/k2*
1250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1251
1252 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1253 M:      Santosh Shilimkar <ssantosh@kernel.org>
1254 L:      linux-kernel@vger.kernel.org
1255 S:      Maintained
1256 F:      drivers/clk/keystone/
1257
1258 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1259 M:      Santosh Shilimkar <ssantosh@kernel.org>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 L:      linux-kernel@vger.kernel.org
1262 S:      Maintained
1263 F:      drivers/clocksource/timer-keystone.c
1264
1265 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1266 M:      Santosh Shilimkar <ssantosh@kernel.org>
1267 L:      linux-kernel@vger.kernel.org
1268 S:      Maintained
1269 F:      drivers/power/reset/keystone-reset.c
1270
1271 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1272 M:      Santosh Shilimkar <ssantosh@kernel.org>
1273 L:      linux-kernel@vger.kernel.org
1274 S:      Maintained
1275 F:      drivers/memory/*emif*
1276
1277 ARM/LOGICPD PXA270 MACHINE SUPPORT
1278 M:      Lennert Buytenhek <kernel@wantstofly.org>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281
1282 ARM/LPC18XX ARCHITECTURE
1283 M:      Joachim Eastwood <manabian@gmail.com>
1284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1285 S:      Maintained
1286 F:      arch/arm/boot/dts/lpc43*
1287 F:      drivers/clk/nxp/clk-lpc18xx*
1288 F:      drivers/clocksource/time-lpc32xx.c
1289 F:      drivers/i2c/busses/i2c-lpc2k.c
1290 F:      drivers/memory/pl172.c
1291 F:      drivers/mtd/spi-nor/nxp-spifi.c
1292 F:      drivers/rtc/rtc-lpc24xx.c
1293 N:      lpc18xx
1294
1295 ARM/MAGICIAN MACHINE SUPPORT
1296 M:      Philipp Zabel <philipp.zabel@gmail.com>
1297 S:      Maintained
1298
1299 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1300 M:      Jason Cooper <jason@lakedaemon.net>
1301 M:      Andrew Lunn <andrew@lunn.ch>
1302 M:      Gregory Clement <gregory.clement@free-electrons.com>
1303 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306 F:      arch/arm/mach-mvebu/
1307 F:      drivers/rtc/rtc-armada38x.c
1308 F:      arch/arm/boot/dts/armada*
1309 F:      arch/arm/boot/dts/kirkwood*
1310
1311
1312 ARM/Marvell Berlin SoC support
1313 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1314 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1315 S:      Maintained
1316 F:      arch/arm/mach-berlin/
1317 F:      arch/arm/boot/dts/berlin*
1318 F:      arch/arm64/boot/dts/marvell/berlin*
1319
1320
1321 ARM/Marvell Dove/MV78xx0/Orion SOC support
1322 M:      Jason Cooper <jason@lakedaemon.net>
1323 M:      Andrew Lunn <andrew@lunn.ch>
1324 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1325 M:      Gregory Clement <gregory.clement@free-electrons.com>
1326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1327 S:      Maintained
1328 F:      arch/arm/mach-dove/
1329 F:      arch/arm/mach-mv78xx0/
1330 F:      arch/arm/mach-orion5x/
1331 F:      arch/arm/plat-orion/
1332 F:      arch/arm/boot/dts/dove*
1333 F:      arch/arm/boot/dts/orion5x*
1334
1335
1336 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1337 M:      Alexander Clouter <alex@digriz.org.uk>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 W:      http://www.digriz.org.uk/ts78xx/kernel
1340 S:      Maintained
1341 F:      arch/arm/mach-orion5x/ts78xx-*
1342
1343 ARM/Mediatek RTC DRIVER
1344 M:      Eddie Huang <eddie.huang@mediatek.com>
1345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1346 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1347 S:      Maintained
1348 F:      drivers/rtc/rtc-mt6397.c
1349
1350 ARM/Mediatek SoC support
1351 M:      Matthias Brugger <matthias.bgg@gmail.com>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1354 S:      Maintained
1355 F:      arch/arm/boot/dts/mt6*
1356 F:      arch/arm/boot/dts/mt8*
1357 F:      arch/arm/mach-mediatek/
1358 N:      mtk
1359 K:      mediatek
1360
1361 ARM/Mediatek USB3 PHY DRIVER
1362 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1364 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1365 S:      Maintained
1366 F:      drivers/phy/phy-mt65xx-usb3.c
1367
1368 ARM/MICREL KS8695 ARCHITECTURE
1369 M:      Greg Ungerer <gerg@uclinux.org>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 F:      arch/arm/mach-ks8695/
1372 S:      Odd Fixes
1373
1374 ARM/MIOA701 MACHINE SUPPORT
1375 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1377 F:      arch/arm/mach-pxa/mioa701.c
1378 S:      Maintained
1379
1380 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1381 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1382 S:      Maintained
1383
1384 ARM/NOMADIK ARCHITECTURE
1385 M:      Alessandro Rubini <rubini@unipv.it>
1386 M:      Linus Walleij <linus.walleij@linaro.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389 F:      arch/arm/mach-nomadik/
1390 F:      drivers/pinctrl/nomadik/
1391 F:      drivers/i2c/busses/i2c-nomadik.c
1392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1393
1394 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1395 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1396 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1397 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1398 S:      Supported
1399
1400 ARM/TOSA MACHINE SUPPORT
1401 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1402 M:      Dirk Opfer <dirk@opfer-online.de>
1403 S:      Maintained
1404
1405 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1406 M:      Marek Vasut <marek.vasut@gmail.com>
1407 L:      linux-arm-kernel@lists.infradead.org
1408 W:      http://hackndev.com
1409 S:      Maintained
1410 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1411 F:      arch/arm/mach-pxa/palmtx.c
1412 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1413 F:      arch/arm/mach-pxa/palmt5.c
1414 F:      arch/arm/mach-pxa/include/mach/palmld.h
1415 F:      arch/arm/mach-pxa/palmld.c
1416 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1417 F:      arch/arm/mach-pxa/palmte2.c
1418 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1419 F:      arch/arm/mach-pxa/palmtc.c
1420
1421 ARM/PALM TREO SUPPORT
1422 M:      Tomas Cech <sleep_walker@suse.com>
1423 L:      linux-arm-kernel@lists.infradead.org
1424 W:      http://hackndev.com
1425 S:      Maintained
1426 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1427 F:      arch/arm/mach-pxa/palmtreo.c
1428
1429 ARM/PALMZ72 SUPPORT
1430 M:      Sergey Lapin <slapin@ossfans.org>
1431 L:      linux-arm-kernel@lists.infradead.org
1432 W:      http://hackndev.com
1433 S:      Maintained
1434 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1435 F:      arch/arm/mach-pxa/palmz72.c
1436
1437 ARM/PLEB SUPPORT
1438 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1439 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1440 S:      Maintained
1441
1442 ARM/PT DIGITAL BOARD PORT
1443 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 W:      http://www.arm.linux.org.uk/
1446 S:      Maintained
1447
1448 ARM/QUALCOMM SUPPORT
1449 M:      Andy Gross <andy.gross@linaro.org>
1450 M:      David Brown <david.brown@linaro.org>
1451 L:      linux-arm-msm@vger.kernel.org
1452 L:      linux-soc@vger.kernel.org
1453 S:      Maintained
1454 F:      arch/arm/boot/dts/qcom-*.dts
1455 F:      arch/arm/boot/dts/qcom-*.dtsi
1456 F:      arch/arm/mach-qcom/
1457 F:      arch/arm64/boot/dts/qcom/*
1458 F:      drivers/soc/qcom/
1459 F:      drivers/tty/serial/msm_serial.h
1460 F:      drivers/tty/serial/msm_serial.c
1461 F:      drivers/*/pm8???-*
1462 F:      drivers/mfd/ssbi.c
1463 F:      drivers/firmware/qcom_scm.c
1464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1465
1466 ARM/RADISYS ENP2611 MACHINE SUPPORT
1467 M:      Lennert Buytenhek <kernel@wantstofly.org>
1468 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1469 S:      Maintained
1470
1471 ARM/RENESAS ARM64 ARCHITECTURE
1472 M:      Simon Horman <horms@verge.net.au>
1473 M:      Magnus Damm <magnus.damm@gmail.com>
1474 L:      linux-renesas-soc@vger.kernel.org
1475 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1477 S:      Supported
1478 F:      arch/arm64/boot/dts/renesas/
1479
1480 ARM/RISCPC ARCHITECTURE
1481 M:      Russell King <linux@arm.linux.org.uk>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 W:      http://www.arm.linux.org.uk/
1484 S:      Maintained
1485 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1486 F:      arch/arm/include/asm/hardware/ioc.h
1487 F:      arch/arm/include/asm/hardware/iomd.h
1488 F:      arch/arm/include/asm/hardware/memc.h
1489 F:      arch/arm/mach-rpc/
1490 F:      drivers/net/ethernet/8390/etherh.c
1491 F:      drivers/net/ethernet/i825xx/ether1*
1492 F:      drivers/net/ethernet/seeq/ether3*
1493 F:      drivers/scsi/arm/
1494
1495 ARM/Rockchip SoC support
1496 M:      Heiko Stuebner <heiko@sntech.de>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-rockchip@lists.infradead.org
1499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1500 S:      Maintained
1501 F:      arch/arm/boot/dts/rk3*
1502 F:      arch/arm/mach-rockchip/
1503 F:      drivers/clk/rockchip/
1504 F:      drivers/i2c/busses/i2c-rk3x.c
1505 F:      drivers/*/*rockchip*
1506 F:      drivers/*/*/*rockchip*
1507 F:      sound/soc/rockchip/
1508 N:      rockchip
1509
1510 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1511 M:      Kukjin Kim <kgene@kernel.org>
1512 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1515 S:      Maintained
1516 F:      arch/arm/boot/dts/s3c*
1517 F:      arch/arm/boot/dts/s5p*
1518 F:      arch/arm/boot/dts/samsung*
1519 F:      arch/arm/boot/dts/exynos*
1520 F:      arch/arm64/boot/dts/exynos/
1521 F:      arch/arm/plat-samsung/
1522 F:      arch/arm/mach-s3c24*/
1523 F:      arch/arm/mach-s3c64xx/
1524 F:      arch/arm/mach-s5p*/
1525 F:      arch/arm/mach-exynos*/
1526 F:      drivers/*/*s3c2410*
1527 F:      drivers/*/*/*s3c2410*
1528 F:      drivers/soc/samsung/*
1529 F:      drivers/spi/spi-s3c*
1530 F:      sound/soc/samsung/*
1531 F:      Documentation/arm/Samsung/
1532 F:      Documentation/devicetree/bindings/arm/samsung/
1533 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1534 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1535 N:      exynos
1536
1537 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1538 M:      Kyungmin Park <kyungmin.park@samsung.com>
1539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1540 S:      Maintained
1541 F:      arch/arm/mach-s5pv210/
1542
1543 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1544 M:      Kyungmin Park <kyungmin.park@samsung.com>
1545 M:      Kamil Debski <k.debski@samsung.com>
1546 L:      linux-arm-kernel@lists.infradead.org
1547 L:      linux-media@vger.kernel.org
1548 S:      Maintained
1549 F:      drivers/media/platform/s5p-g2d/
1550
1551 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1552 M:      Kyungmin Park <kyungmin.park@samsung.com>
1553 M:      Kamil Debski <k.debski@samsung.com>
1554 M:      Jeongtae Park <jtp.park@samsung.com>
1555 L:      linux-arm-kernel@lists.infradead.org
1556 L:      linux-media@vger.kernel.org
1557 S:      Maintained
1558 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1559 F:      drivers/media/platform/s5p-mfc/
1560
1561 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1562 M:      Kyungmin Park <kyungmin.park@samsung.com>
1563 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1564 L:      linux-arm-kernel@lists.infradead.org
1565 L:      linux-media@vger.kernel.org
1566 S:      Maintained
1567 F:      drivers/media/platform/s5p-tv/
1568
1569 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1570 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1571 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1572 L:      linux-arm-kernel@lists.infradead.org
1573 L:      linux-media@vger.kernel.org
1574 S:      Maintained
1575 F:      drivers/media/platform/s5p-jpeg/
1576
1577 ARM/SHMOBILE ARM ARCHITECTURE
1578 M:      Simon Horman <horms@verge.net.au>
1579 M:      Magnus Damm <magnus.damm@gmail.com>
1580 L:      linux-renesas-soc@vger.kernel.org
1581 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1583 S:      Supported
1584 F:      arch/arm/boot/dts/emev2*
1585 F:      arch/arm/boot/dts/r7s*
1586 F:      arch/arm/boot/dts/r8a*
1587 F:      arch/arm/boot/dts/sh*
1588 F:      arch/arm/configs/shmobile_defconfig
1589 F:      arch/arm/include/debug/renesas-scif.S
1590 F:      arch/arm/mach-shmobile/
1591 F:      drivers/sh/
1592
1593 ARM/SOCFPGA ARCHITECTURE
1594 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1595 S:      Maintained
1596 F:      arch/arm/mach-socfpga/
1597 F:      arch/arm/boot/dts/socfpga*
1598 F:      arch/arm/configs/socfpga_defconfig
1599 F:      arch/arm64/boot/dts/altera/
1600 W:      http://www.rocketboards.org
1601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1602
1603 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1604 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1605 S:      Maintained
1606 F:      drivers/clk/socfpga/
1607
1608 ARM/SOCFPGA EDAC SUPPORT
1609 M:      Thor Thayer <tthayer@opensource.altera.com>
1610 S:      Maintained
1611 F:      drivers/edac/altera_edac.
1612
1613 ARM/STI ARCHITECTURE
1614 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1615 M:      Maxime Coquelin <maxime.coquelin@st.com>
1616 M:      Patrice Chotard <patrice.chotard@st.com>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 L:      kernel@stlinux.com
1619 W:      http://www.stlinux.com
1620 S:      Maintained
1621 F:      arch/arm/mach-sti/
1622 F:      arch/arm/boot/dts/sti*
1623 F:      drivers/char/hw_random/st-rng.c
1624 F:      drivers/clocksource/arm_global_timer.c
1625 F:      drivers/clocksource/clksrc_st_lpc.c
1626 F:      drivers/i2c/busses/i2c-st.c
1627 F:      drivers/media/rc/st_rc.c
1628 F:      drivers/media/platform/sti/c8sectpfe/
1629 F:      drivers/mmc/host/sdhci-st.c
1630 F:      drivers/phy/phy-miphy28lp.c
1631 F:      drivers/phy/phy-miphy365x.c
1632 F:      drivers/phy/phy-stih407-usb.c
1633 F:      drivers/phy/phy-stih41x-usb.c
1634 F:      drivers/pinctrl/pinctrl-st.c
1635 F:      drivers/reset/sti/
1636 F:      drivers/rtc/rtc-st-lpc.c
1637 F:      drivers/tty/serial/st-asc.c
1638 F:      drivers/usb/dwc3/dwc3-st.c
1639 F:      drivers/usb/host/ehci-st.c
1640 F:      drivers/usb/host/ohci-st.c
1641 F:      drivers/watchdog/st_lpc_wdt.c
1642 F:      drivers/ata/ahci_st.c
1643
1644 ARM/STM32 ARCHITECTURE
1645 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1647 S:      Maintained
1648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1649 N:      stm32
1650 F:      drivers/clocksource/armv7m_systick.c
1651
1652 ARM/TANGO ARCHITECTURE
1653 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1654 L:      linux-arm-kernel@lists.infradead.org
1655 S:      Maintained
1656 F:      arch/arm/mach-tango/
1657 F:      arch/arm/boot/dts/tango*
1658
1659 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1660 M:      Lennert Buytenhek <kernel@wantstofly.org>
1661 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1662 S:      Maintained
1663
1664 ARM/TETON BGA MACHINE SUPPORT
1665 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1666 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1667 S:      Maintained
1668
1669 ARM/THECUS N2100 MACHINE SUPPORT
1670 M:      Lennert Buytenhek <kernel@wantstofly.org>
1671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 S:      Maintained
1673
1674 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1675 M:      Wan ZongShun <mcuos.com@gmail.com>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 W:      http://www.mcuos.com
1678 S:      Maintained
1679 F:      arch/arm/mach-w90x900/
1680 F:      drivers/input/keyboard/w90p910_keypad.c
1681 F:      drivers/input/touchscreen/w90p910_ts.c
1682 F:      drivers/watchdog/nuc900_wdt.c
1683 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1684 F:      drivers/mtd/nand/nuc900_nand.c
1685 F:      drivers/rtc/rtc-nuc900.c
1686 F:      drivers/spi/spi-nuc900.c
1687 F:      drivers/usb/host/ehci-w90x900.c
1688 F:      drivers/video/fbdev/nuc900fb.c
1689
1690 ARM/U300 MACHINE SUPPORT
1691 M:      Linus Walleij <linus.walleij@linaro.org>
1692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1693 S:      Supported
1694 F:      arch/arm/mach-u300/
1695 F:      drivers/clocksource/timer-u300.c
1696 F:      drivers/i2c/busses/i2c-stu300.c
1697 F:      drivers/rtc/rtc-coh901331.c
1698 F:      drivers/watchdog/coh901327_wdt.c
1699 F:      drivers/dma/coh901318*
1700 F:      drivers/mfd/ab3100*
1701 F:      drivers/rtc/rtc-ab3100.c
1702 F:      drivers/rtc/rtc-coh901331.c
1703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1704
1705 ARM/UNIPHIER ARCHITECTURE
1706 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1708 S:      Maintained
1709 F:      arch/arm/boot/dts/uniphier*
1710 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1711 F:      arch/arm/mach-uniphier/
1712 F:      arch/arm/mm/cache-uniphier.c
1713 F:      arch/arm64/boot/dts/socionext/
1714 F:      drivers/bus/uniphier-system-bus.c
1715 F:      drivers/i2c/busses/i2c-uniphier*
1716 F:      drivers/pinctrl/uniphier/
1717 F:      drivers/tty/serial/8250/8250_uniphier.c
1718 N:      uniphier
1719
1720 ARM/Ux500 ARM ARCHITECTURE
1721 M:      Linus Walleij <linus.walleij@linaro.org>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724 F:      arch/arm/mach-ux500/
1725 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1726 F:      drivers/dma/ste_dma40*
1727 F:      drivers/hwspinlock/u8500_hsem.c
1728 F:      drivers/mfd/abx500*
1729 F:      drivers/mfd/ab8500*
1730 F:      drivers/mfd/dbx500*
1731 F:      drivers/mfd/db8500*
1732 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1733 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1734 F:      drivers/rtc/rtc-ab8500.c
1735 F:      drivers/rtc/rtc-pl031.c
1736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1737
1738 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1739 M:      Ulf Hansson <ulf.hansson@linaro.org>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 T:      git git://git.linaro.org/people/ulfh/clk.git
1742 S:      Maintained
1743 F:      drivers/clk/ux500/
1744 F:      include/linux/platform_data/clk-ux500.h
1745
1746 ARM/VERSATILE EXPRESS PLATFORM
1747 M:      Liviu Dudau <liviu.dudau@arm.com>
1748 M:      Sudeep Holla <sudeep.holla@arm.com>
1749 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1751 S:      Maintained
1752 F:      arch/arm/boot/dts/vexpress*
1753 F:      arch/arm64/boot/dts/arm/
1754 F:      arch/arm/mach-vexpress/
1755 F:      */*/vexpress*
1756 F:      */*/*/vexpress*
1757 F:      drivers/clk/versatile/clk-vexpress-osc.c
1758 F:      drivers/clocksource/versatile.c
1759
1760 ARM/VFP SUPPORT
1761 M:      Russell King <linux@arm.linux.org.uk>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 W:      http://www.arm.linux.org.uk/
1764 S:      Maintained
1765 F:      arch/arm/vfp/
1766
1767 ARM/VOIPAC PXA270 SUPPORT
1768 M:      Marek Vasut <marek.vasut@gmail.com>
1769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1770 S:      Maintained
1771 F:      arch/arm/mach-pxa/vpac270.c
1772 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1773
1774 ARM/VT8500 ARM ARCHITECTURE
1775 M:      Tony Prisk <linux@prisktech.co.nz>
1776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S:      Maintained
1778 F:      arch/arm/mach-vt8500/
1779 F:      drivers/clocksource/vt8500_timer.c
1780 F:      drivers/i2c/busses/i2c-wmt.c
1781 F:      drivers/mmc/host/wmt-sdmmc.c
1782 F:      drivers/pwm/pwm-vt8500.c
1783 F:      drivers/rtc/rtc-vt8500.c
1784 F:      drivers/tty/serial/vt8500_serial.c
1785 F:      drivers/usb/host/ehci-platform.c
1786 F:      drivers/usb/host/uhci-platform.c
1787 F:      drivers/video/fbdev/vt8500lcdfb.*
1788 F:      drivers/video/fbdev/wm8505fb*
1789 F:      drivers/video/fbdev/wmt_ge_rops.*
1790
1791 ARM/ZIPIT Z2 SUPPORT
1792 M:      Marek Vasut <marek.vasut@gmail.com>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 S:      Maintained
1795 F:      arch/arm/mach-pxa/z2.c
1796 F:      arch/arm/mach-pxa/include/mach/z2.h
1797
1798 ARM/ZTE ARCHITECTURE
1799 M:      Jun Nie <jun.nie@linaro.org>
1800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 S:      Maintained
1802 F:      arch/arm/mach-zx/
1803 F:      drivers/clk/zte/
1804 F:      Documentation/devicetree/bindings/arm/zte.txt
1805 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1806
1807 ARM/ZYNQ ARCHITECTURE
1808 M:      Michal Simek <michal.simek@xilinx.com>
1809 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1811 W:      http://wiki.xilinx.com
1812 T:      git https://github.com/Xilinx/linux-xlnx.git
1813 S:      Supported
1814 F:      arch/arm/mach-zynq/
1815 F:      drivers/cpuidle/cpuidle-zynq.c
1816 F:      drivers/block/xsysace.c
1817 N:      zynq
1818 N:      xilinx
1819 F:      drivers/clocksource/cadence_ttc_timer.c
1820 F:      drivers/i2c/busses/i2c-cadence.c
1821 F:      drivers/mmc/host/sdhci-of-arasan.c
1822 F:      drivers/edac/synopsys_edac.c
1823
1824 ARM SMMU DRIVERS
1825 M:      Will Deacon <will.deacon@arm.com>
1826 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1827 S:      Maintained
1828 F:      drivers/iommu/arm-smmu.c
1829 F:      drivers/iommu/arm-smmu-v3.c
1830 F:      drivers/iommu/io-pgtable-arm.c
1831
1832 ARM64 PORT (AARCH64 ARCHITECTURE)
1833 M:      Catalin Marinas <catalin.marinas@arm.com>
1834 M:      Will Deacon <will.deacon@arm.com>
1835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1837 S:      Maintained
1838 F:      arch/arm64/
1839 F:      Documentation/arm64/
1840
1841 AS3645A LED FLASH CONTROLLER DRIVER
1842 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1843 L:      linux-media@vger.kernel.org
1844 T:      git git://linuxtv.org/media_tree.git
1845 S:      Maintained
1846 F:      drivers/media/i2c/as3645a.c
1847 F:      include/media/i2c/as3645a.h
1848
1849 ASC7621 HARDWARE MONITOR DRIVER
1850 M:      George Joseph <george.joseph@fairview5.com>
1851 L:      lm-sensors@lm-sensors.org
1852 S:      Maintained
1853 F:      Documentation/hwmon/asc7621
1854 F:      drivers/hwmon/asc7621.c
1855
1856 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1857 M:      Corentin Chary <corentin.chary@gmail.com>
1858 L:      acpi4asus-user@lists.sourceforge.net
1859 L:      platform-driver-x86@vger.kernel.org
1860 W:      http://acpi4asus.sf.net
1861 S:      Maintained
1862 F:      drivers/platform/x86/asus*.c
1863 F:      drivers/platform/x86/eeepc*.c
1864
1865 ASUS WIRELESS RADIO CONTROL DRIVER
1866 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1867 L:      platform-driver-x86@vger.kernel.org
1868 S:      Maintained
1869 F:      drivers/platform/x86/asus-wireless.c
1870
1871 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1872 R:      Dan Williams <dan.j.williams@intel.com>
1873 W:      http://sourceforge.net/projects/xscaleiop
1874 S:      Odd fixes
1875 F:      Documentation/crypto/async-tx-api.txt
1876 F:      crypto/async_tx/
1877 F:      drivers/dma/
1878 F:      include/linux/dmaengine.h
1879 F:      include/linux/async_tx.h
1880
1881 AT24 EEPROM DRIVER
1882 M:      Wolfram Sang <wsa@the-dreams.de>
1883 L:      linux-i2c@vger.kernel.org
1884 S:      Maintained
1885 F:      drivers/misc/eeprom/at24.c
1886 F:      include/linux/platform_data/at24.h
1887
1888 ATA OVER ETHERNET (AOE) DRIVER
1889 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1890 W:      http://www.openaoe.org/
1891 S:      Supported
1892 F:      Documentation/aoe/
1893 F:      drivers/block/aoe/
1894
1895 ATHEROS 71XX/9XXX GPIO DRIVER
1896 M:      Alban Bedel <albeu@free.fr>
1897 W:      https://github.com/AlbanBedel/linux
1898 T:      git git://github.com/AlbanBedel/linux
1899 S:      Maintained
1900 F:      drivers/gpio/gpio-ath79.c
1901 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1902
1903 ATHEROS ATH GENERIC UTILITIES
1904 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1905 L:      linux-wireless@vger.kernel.org
1906 S:      Supported
1907 F:      drivers/net/wireless/ath/*
1908
1909 ATHEROS ATH5K WIRELESS DRIVER
1910 M:      Jiri Slaby <jirislaby@gmail.com>
1911 M:      Nick Kossifidis <mickflemm@gmail.com>
1912 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1913 L:      linux-wireless@vger.kernel.org
1914 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1915 S:      Maintained
1916 F:      drivers/net/wireless/ath/ath5k/
1917
1918 ATHEROS ATH6KL WIRELESS DRIVER
1919 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1920 L:      linux-wireless@vger.kernel.org
1921 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1923 S:      Supported
1924 F:      drivers/net/wireless/ath/ath6kl/
1925
1926 WILOCITY WIL6210 WIRELESS DRIVER
1927 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1928 L:      linux-wireless@vger.kernel.org
1929 L:      wil6210@qca.qualcomm.com
1930 S:      Supported
1931 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1932 F:      drivers/net/wireless/ath/wil6210/
1933 F:      include/uapi/linux/wil6210_uapi.h
1934
1935 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1936 M:      Christian Lamparter <chunkeey@googlemail.com>
1937 L:      linux-wireless@vger.kernel.org
1938 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1939 S:      Maintained
1940 F:      drivers/net/wireless/ath/carl9170/
1941
1942 ATK0110 HWMON DRIVER
1943 M:      Luca Tettamanti <kronos.it@gmail.com>
1944 L:      lm-sensors@lm-sensors.org
1945 S:      Maintained
1946 F:      drivers/hwmon/asus_atk0110.c
1947
1948 ATI_REMOTE2 DRIVER
1949 M:      Ville Syrjala <syrjala@sci.fi>
1950 S:      Maintained
1951 F:      drivers/input/misc/ati_remote2.c
1952
1953 ATLX ETHERNET DRIVERS
1954 M:      Jay Cliburn <jcliburn@gmail.com>
1955 M:      Chris Snook <chris.snook@gmail.com>
1956 L:      netdev@vger.kernel.org
1957 W:      http://sourceforge.net/projects/atl1
1958 W:      http://atl1.sourceforge.net
1959 S:      Maintained
1960 F:      drivers/net/ethernet/atheros/
1961
1962 ATM
1963 M:      Chas Williams <3chas3@gmail.com>
1964 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1965 L:      netdev@vger.kernel.org
1966 W:      http://linux-atm.sourceforge.net
1967 S:      Maintained
1968 F:      drivers/atm/
1969 F:      include/linux/atm*
1970 F:      include/uapi/linux/atm*
1971
1972 ATMEL AT91 / AT32 MCI DRIVER
1973 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1974 S:      Maintained
1975 F:      drivers/mmc/host/atmel-mci.c
1976
1977 ATMEL AT91 / AT32 SERIAL DRIVER
1978 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1979 S:      Supported
1980 F:      drivers/tty/serial/atmel_serial.c
1981
1982 ATMEL SAMA5D2 ADC DRIVER
1983 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1984 L:      linux-iio@vger.kernel.org
1985 S:      Supported
1986 F:      drivers/iio/adc/at91-sama5d2_adc.c
1987
1988 ATMEL Audio ALSA driver
1989 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1990 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1991 S:      Supported
1992 F:      sound/soc/atmel
1993
1994 ATMEL DMA DRIVER
1995 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 S:      Supported
1998 F:      drivers/dma/at_hdmac.c
1999 F:      drivers/dma/at_hdmac_regs.h
2000 F:      include/linux/platform_data/dma-atmel.h
2001
2002 ATMEL XDMA DRIVER
2003 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2004 L:      linux-arm-kernel@lists.infradead.org
2005 L:      dmaengine@vger.kernel.org
2006 S:      Supported
2007 F:      drivers/dma/at_xdmac.c
2008
2009 ATMEL I2C DRIVER
2010 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2011 L:      linux-i2c@vger.kernel.org
2012 S:      Supported
2013 F:      drivers/i2c/busses/i2c-at91.c
2014
2015 ATMEL ISI DRIVER
2016 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2017 L:      linux-media@vger.kernel.org
2018 S:      Supported
2019 F:      drivers/media/platform/soc_camera/atmel-isi.c
2020 F:      include/media/atmel-isi.h
2021
2022 ATMEL LCDFB DRIVER
2023 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2024 L:      linux-fbdev@vger.kernel.org
2025 S:      Maintained
2026 F:      drivers/video/fbdev/atmel_lcdfb.c
2027 F:      include/video/atmel_lcdc.h
2028
2029 ATMEL MACB ETHERNET DRIVER
2030 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2031 S:      Supported
2032 F:      drivers/net/ethernet/cadence/
2033
2034 ATMEL NAND DRIVER
2035 M:      Wenyou Yang <wenyou.yang@atmel.com>
2036 M:      Josh Wu <rainyfeeling@outlook.com>
2037 L:      linux-mtd@lists.infradead.org
2038 S:      Supported
2039 F:      drivers/mtd/nand/atmel_nand*
2040
2041 ATMEL SDMMC DRIVER
2042 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2043 L:      linux-mmc@vger.kernel.org
2044 S:      Supported
2045 F:      drivers/mmc/host/sdhci-of-at91.c
2046
2047 ATMEL SPI DRIVER
2048 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2049 S:      Supported
2050 F:      drivers/spi/spi-atmel.*
2051
2052 ATMEL SSC DRIVER
2053 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2055 S:      Supported
2056 F:      drivers/misc/atmel-ssc.c
2057 F:      include/linux/atmel-ssc.h
2058
2059 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2060 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2062 S:      Supported
2063 F:      drivers/misc/atmel_tclib.c
2064 F:      drivers/clocksource/tcb_clksrc.c
2065
2066 ATMEL USBA UDC DRIVER
2067 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2069 S:      Supported
2070 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2071
2072 ATMEL WIRELESS DRIVER
2073 M:      Simon Kelley <simon@thekelleys.org.uk>
2074 L:      linux-wireless@vger.kernel.org
2075 W:      http://www.thekelleys.org.uk/atmel
2076 W:      http://atmelwlandriver.sourceforge.net/
2077 S:      Maintained
2078 F:      drivers/net/wireless/atmel/atmel*
2079
2080 ATMEL MAXTOUCH DRIVER
2081 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2082 T:      git git://github.com/atmel-maxtouch/linux.git
2083 S:      Supported
2084 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2085 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2086 F:      include/linux/platform_data/atmel_mxt_ts.h
2087
2088 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2089 M:      Bradley Grove <linuxdrivers@attotech.com>
2090 L:      linux-scsi@vger.kernel.org
2091 W:      http://www.attotech.com
2092 S:      Supported
2093 F:      drivers/scsi/esas2r
2094
2095 ATUSB IEEE 802.15.4 RADIO DRIVER
2096 M:      Stefan Schmidt <stefan@osg.samsung.com>
2097 L:      linux-wpan@vger.kernel.org
2098 S:      Maintained
2099 F:      drivers/net/ieee802154/atusb.c
2100 F:      drivers/net/ieee802154/atusb.h
2101 F:      drivers/net/ieee802154/at86rf230.h
2102
2103 AUDIT SUBSYSTEM
2104 M:      Paul Moore <paul@paul-moore.com>
2105 M:      Eric Paris <eparis@redhat.com>
2106 L:      linux-audit@redhat.com (moderated for non-subscribers)
2107 W:      http://people.redhat.com/sgrubb/audit/
2108 T:      git git://git.infradead.org/users/pcmoore/audit
2109 S:      Maintained
2110 F:      include/linux/audit.h
2111 F:      include/uapi/linux/audit.h
2112 F:      kernel/audit*
2113
2114 AUXILIARY DISPLAY DRIVERS
2115 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2116 W:      http://miguelojeda.es/auxdisplay.htm
2117 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2118 S:      Maintained
2119 F:      drivers/auxdisplay/
2120 F:      include/linux/cfag12864b.h
2121
2122 AVR32 ARCHITECTURE
2123 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2124 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2125 W:      http://www.atmel.com/products/AVR32/
2126 W:      http://mirror.egtvedt.no/avr32linux.org/
2127 W:      http://avrfreaks.net/
2128 S:      Maintained
2129 F:      arch/avr32/
2130
2131 AVR32/AT32AP MACHINE SUPPORT
2132 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2133 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2134 S:      Maintained
2135 F:      arch/avr32/mach-at32ap/
2136
2137 AX.25 NETWORK LAYER
2138 M:      Ralf Baechle <ralf@linux-mips.org>
2139 L:      linux-hams@vger.kernel.org
2140 W:      http://www.linux-ax25.org/
2141 S:      Maintained
2142 F:      include/uapi/linux/ax25.h
2143 F:      include/net/ax25.h
2144 F:      net/ax25/
2145
2146 AZ6007 DVB DRIVER
2147 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2148 L:      linux-media@vger.kernel.org
2149 W:      https://linuxtv.org
2150 T:      git git://linuxtv.org/media_tree.git
2151 S:      Maintained
2152 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2153
2154 AZTECH FM RADIO RECEIVER DRIVER
2155 M:      Hans Verkuil <hverkuil@xs4all.nl>
2156 L:      linux-media@vger.kernel.org
2157 T:      git git://linuxtv.org/media_tree.git
2158 W:      https://linuxtv.org
2159 S:      Maintained
2160 F:      drivers/media/radio/radio-aztech*
2161
2162 B43 WIRELESS DRIVER
2163 L:      linux-wireless@vger.kernel.org
2164 L:      b43-dev@lists.infradead.org
2165 W:      http://wireless.kernel.org/en/users/Drivers/b43
2166 S:      Odd Fixes
2167 F:      drivers/net/wireless/broadcom/b43/
2168
2169 B43LEGACY WIRELESS DRIVER
2170 M:      Larry Finger <Larry.Finger@lwfinger.net>
2171 L:      linux-wireless@vger.kernel.org
2172 L:      b43-dev@lists.infradead.org
2173 W:      http://wireless.kernel.org/en/users/Drivers/b43
2174 S:      Maintained
2175 F:      drivers/net/wireless/broadcom/b43legacy/
2176
2177 BACKLIGHT CLASS/SUBSYSTEM
2178 M:      Jingoo Han <jingoohan1@gmail.com>
2179 M:      Lee Jones <lee.jones@linaro.org>
2180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2181 S:      Maintained
2182 F:      drivers/video/backlight/
2183 F:      include/linux/backlight.h
2184
2185 BATMAN ADVANCED
2186 M:      Marek Lindner <mareklindner@neomailbox.ch>
2187 M:      Simon Wunderlich <sw@simonwunderlich.de>
2188 M:      Antonio Quartulli <a@unstable.cc>
2189 L:      b.a.t.m.a.n@lists.open-mesh.org
2190 W:      https://www.open-mesh.org/
2191 Q:      https://patchwork.open-mesh.org/project/batman/list/
2192 S:      Maintained
2193 F:      net/batman-adv/
2194
2195 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2196 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2197 L:      linux-hams@vger.kernel.org
2198 W:      http://www.baycom.org/~tom/ham/ham.html
2199 S:      Maintained
2200 F:      drivers/net/hamradio/baycom*
2201
2202 BCACHE (BLOCK LAYER CACHE)
2203 M:      Kent Overstreet <kent.overstreet@gmail.com>
2204 L:      linux-bcache@vger.kernel.org
2205 W:      http://bcache.evilpiepirate.org
2206 S:      Maintained
2207 F:      drivers/md/bcache/
2208
2209 BDISP ST MEDIA DRIVER
2210 M:      Fabien Dessenne <fabien.dessenne@st.com>
2211 L:      linux-media@vger.kernel.org
2212 T:      git git://linuxtv.org/media_tree.git
2213 W:      https://linuxtv.org
2214 S:      Supported
2215 F:      drivers/media/platform/sti/bdisp
2216
2217 BEFS FILE SYSTEM
2218 S:      Orphan
2219 F:      Documentation/filesystems/befs.txt
2220 F:      fs/befs/
2221
2222 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2223 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2224 L:      netdev@vger.kernel.org
2225 S:      Maintained
2226 F:      drivers/net/ethernet/ec_bhf.c
2227
2228 BFS FILE SYSTEM
2229 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2230 S:      Maintained
2231 F:      Documentation/filesystems/bfs.txt
2232 F:      fs/bfs/
2233 F:      include/uapi/linux/bfs_fs.h
2234
2235 BLACKFIN ARCHITECTURE
2236 M:      Steven Miao <realmz6@gmail.com>
2237 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2238 T:      git git://git.code.sf.net/p/adi-linux/code
2239 W:      http://blackfin.uclinux.org
2240 S:      Supported
2241 F:      arch/blackfin/
2242
2243 BLACKFIN EMAC DRIVER
2244 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2245 W:      http://blackfin.uclinux.org
2246 S:      Supported
2247 F:      drivers/net/ethernet/adi/
2248
2249 BLACKFIN RTC 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/rtc/rtc-bfin.c
2254
2255 BLACKFIN SDH 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/mmc/host/bfin_sdh.c
2261
2262 BLACKFIN SERIAL DRIVER
2263 M:      Sonic Zhang <sonic.zhang@analog.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/tty/serial/bfin_uart.c
2268
2269 BLACKFIN WATCHDOG DRIVER
2270 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2271 W:      http://blackfin.uclinux.org
2272 S:      Supported
2273 F:      drivers/watchdog/bfin_wdt.c
2274
2275 BLACKFIN I2C TWI DRIVER
2276 M:      Sonic Zhang <sonic.zhang@analog.com>
2277 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2278 W:      http://blackfin.uclinux.org/
2279 S:      Supported
2280 F:      drivers/i2c/busses/i2c-bfin-twi.c
2281
2282 BLACKFIN MEDIA DRIVER
2283 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2284 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2285 W:      http://blackfin.uclinux.org/
2286 S:      Supported
2287 F:      drivers/media/platform/blackfin/
2288 F:      drivers/media/i2c/adv7183*
2289 F:      drivers/media/i2c/vs6624*
2290
2291 BLINKM RGB LED DRIVER
2292 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2293 S:      Maintained
2294 F:      drivers/leds/leds-blinkm.c
2295
2296 BLOCK LAYER
2297 M:      Jens Axboe <axboe@kernel.dk>
2298 L:      linux-block@vger.kernel.org
2299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2300 S:      Maintained
2301 F:      block/
2302 F:      kernel/trace/blktrace.c
2303
2304 BLOCK2MTD DRIVER
2305 M:      Joern Engel <joern@lazybastard.org>
2306 L:      linux-mtd@lists.infradead.org
2307 S:      Maintained
2308 F:      drivers/mtd/devices/block2mtd.c
2309
2310 BLUETOOTH DRIVERS
2311 M:      Marcel Holtmann <marcel@holtmann.org>
2312 M:      Gustavo Padovan <gustavo@padovan.org>
2313 M:      Johan Hedberg <johan.hedberg@gmail.com>
2314 L:      linux-bluetooth@vger.kernel.org
2315 W:      http://www.bluez.org/
2316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2318 S:      Maintained
2319 F:      drivers/bluetooth/
2320
2321 BLUETOOTH SUBSYSTEM
2322 M:      Marcel Holtmann <marcel@holtmann.org>
2323 M:      Gustavo Padovan <gustavo@padovan.org>
2324 M:      Johan Hedberg <johan.hedberg@gmail.com>
2325 L:      linux-bluetooth@vger.kernel.org
2326 W:      http://www.bluez.org/
2327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2329 S:      Maintained
2330 F:      net/bluetooth/
2331 F:      include/net/bluetooth/
2332
2333 BONDING DRIVER
2334 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2335 M:      Veaceslav Falico <vfalico@gmail.com>
2336 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2337 L:      netdev@vger.kernel.org
2338 W:      http://sourceforge.net/projects/bonding/
2339 S:      Supported
2340 F:      drivers/net/bonding/
2341 F:      include/uapi/linux/if_bonding.h
2342
2343 BPF (Safe dynamic programs and tools)
2344 M:      Alexei Starovoitov <ast@kernel.org>
2345 L:      netdev@vger.kernel.org
2346 L:      linux-kernel@vger.kernel.org
2347 S:      Supported
2348 F:      kernel/bpf/
2349
2350 BROADCOM B44 10/100 ETHERNET DRIVER
2351 M:      Gary Zambrano <zambrano@broadcom.com>
2352 L:      netdev@vger.kernel.org
2353 S:      Supported
2354 F:      drivers/net/ethernet/broadcom/b44.*
2355
2356 BROADCOM GENET ETHERNET DRIVER
2357 M:      Florian Fainelli <f.fainelli@gmail.com>
2358 L:      netdev@vger.kernel.org
2359 S:      Supported
2360 F:      drivers/net/ethernet/broadcom/genet/
2361
2362 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2363 M:      Sony Chacko <sony.chacko@qlogic.com>
2364 M:      Dept-HSGLinuxNICDev@qlogic.com
2365 L:      netdev@vger.kernel.org
2366 S:      Supported
2367 F:      drivers/net/ethernet/broadcom/bnx2.*
2368 F:      drivers/net/ethernet/broadcom/bnx2_*
2369
2370 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2371 M:      Ariel Elior <ariel.elior@qlogic.com>
2372 L:      netdev@vger.kernel.org
2373 S:      Supported
2374 F:      drivers/net/ethernet/broadcom/bnx2x/
2375
2376 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2377 M:      Florian Fainelli <f.fainelli@gmail.com>
2378 M:      Ray Jui <rjui@broadcom.com>
2379 M:      Scott Branden <sbranden@broadcom.com>
2380 L:      bcm-kernel-feedback-list@broadcom.com
2381 T:      git git://github.com/broadcom/mach-bcm
2382 S:      Maintained
2383 F:      arch/arm/mach-bcm/
2384 F:      arch/arm/boot/dts/bcm113*
2385 F:      arch/arm/boot/dts/bcm216*
2386 F:      arch/arm/boot/dts/bcm281*
2387 F:      arch/arm64/boot/dts/broadcom/
2388 F:      arch/arm/configs/bcm_defconfig
2389 F:      drivers/mmc/host/sdhci-bcm-kona.c
2390 F:      drivers/clocksource/bcm_kona_timer.c
2391
2392 BROADCOM BCM2835 ARM ARCHITECTURE
2393 M:      Stephen Warren <swarren@wwwdotorg.org>
2394 M:      Lee Jones <lee@kernel.org>
2395 M:      Eric Anholt <eric@anholt.net>
2396 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2399 S:      Maintained
2400 N:      bcm2835
2401
2402 BROADCOM BCM47XX MIPS ARCHITECTURE
2403 M:      Hauke Mehrtens <hauke@hauke-m.de>
2404 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2405 L:      linux-mips@linux-mips.org
2406 S:      Maintained
2407 F:      arch/mips/bcm47xx/*
2408 F:      arch/mips/include/asm/mach-bcm47xx/*
2409
2410 BROADCOM BCM5301X ARM ARCHITECTURE
2411 M:      Hauke Mehrtens <hauke@hauke-m.de>
2412 L:      linux-arm-kernel@lists.infradead.org
2413 S:      Maintained
2414 F:      arch/arm/mach-bcm/bcm_5301x.c
2415 F:      arch/arm/boot/dts/bcm5301x.dtsi
2416 F:      arch/arm/boot/dts/bcm470*
2417
2418 BROADCOM BCM63XX ARM ARCHITECTURE
2419 M:      Florian Fainelli <f.fainelli@gmail.com>
2420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2421 L:      bcm-kernel-feedback-list@broadcom.com
2422 T:      git git://github.com/broadcom/stblinux.git
2423 S:      Maintained
2424 F:      arch/arm/mach-bcm/bcm63xx.c
2425 F:      arch/arm/include/debug/bcm63xx.S
2426
2427 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2428 M:      Kevin Cernekee <cernekee@gmail.com>
2429 L:      linux-usb@vger.kernel.org
2430 S:      Maintained
2431 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2432
2433 BROADCOM BCM7XXX ARM ARCHITECTURE
2434 M:      Brian Norris <computersforpeace@gmail.com>
2435 M:      Gregory Fong <gregory.0xf0@gmail.com>
2436 M:      Florian Fainelli <f.fainelli@gmail.com>
2437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2438 L:      bcm-kernel-feedback-list@broadcom.com
2439 T:      git git://github.com/broadcom/stblinux.git
2440 S:      Maintained
2441 F:      arch/arm/mach-bcm/*brcmstb*
2442 F:      arch/arm/boot/dts/bcm7*.dts*
2443 F:      drivers/bus/brcmstb_gisb.c
2444 N:      brcmstb
2445
2446 BROADCOM BMIPS MIPS ARCHITECTURE
2447 M:      Kevin Cernekee <cernekee@gmail.com>
2448 M:      Florian Fainelli <f.fainelli@gmail.com>
2449 L:      linux-mips@linux-mips.org
2450 T:      git git://github.com/broadcom/stblinux.git
2451 S:      Maintained
2452 F:      arch/mips/bmips/*
2453 F:      arch/mips/include/asm/mach-bmips/*
2454 F:      arch/mips/kernel/*bmips*
2455 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2456 F:      drivers/irqchip/irq-bcm63*
2457 F:      drivers/irqchip/irq-bcm7*
2458 F:      drivers/irqchip/irq-brcmstb*
2459 F:      include/linux/bcm963xx_nvram.h
2460 F:      include/linux/bcm963xx_tag.h
2461
2462 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2463 M:      Siva Reddy Kallam <siva.kallam@broadcom.com>
2464 M:      Prashant Sreedharan <prashant@broadcom.com>
2465 M:      Michael Chan <mchan@broadcom.com>
2466 L:      netdev@vger.kernel.org
2467 S:      Supported
2468 F:      drivers/net/ethernet/broadcom/tg3.*
2469
2470 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2471 M:      Brett Rudley <brudley@broadcom.com>
2472 M:      Arend van Spriel <arend@broadcom.com>
2473 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2474 M:      Hante Meuleman <meuleman@broadcom.com>
2475 L:      linux-wireless@vger.kernel.org
2476 L:      brcm80211-dev-list@broadcom.com
2477 S:      Supported
2478 F:      drivers/net/wireless/broadcom/brcm80211/
2479
2480 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2481 M:      QLogic-Storage-Upstream@qlogic.com
2482 L:      linux-scsi@vger.kernel.org
2483 S:      Supported
2484 F:      drivers/scsi/bnx2fc/
2485
2486 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2487 M:      QLogic-Storage-Upstream@qlogic.com
2488 L:      linux-scsi@vger.kernel.org
2489 S:      Supported
2490 F:      drivers/scsi/bnx2i/
2491
2492 BROADCOM IPROC ARM ARCHITECTURE
2493 M:      Ray Jui <rjui@broadcom.com>
2494 M:      Scott Branden <sbranden@broadcom.com>
2495 M:      Jon Mason <jonmason@broadcom.com>
2496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2497 L:      bcm-kernel-feedback-list@broadcom.com
2498 T:      git git://github.com/broadcom/cygnus-linux.git
2499 S:      Maintained
2500 N:      iproc
2501 N:      cygnus
2502 N:      nsp
2503 N:      bcm9113*
2504 N:      bcm9583*
2505 N:      bcm9585*
2506 N:      bcm9586*
2507 N:      bcm988312
2508 N:      bcm113*
2509 N:      bcm583*
2510 N:      bcm585*
2511 N:      bcm586*
2512 N:      bcm88312
2513
2514 BROADCOM BRCMSTB GPIO DRIVER
2515 M:      Gregory Fong <gregory.0xf0@gmail.com>
2516 L:      bcm-kernel-feedback-list@broadcom.com
2517 S:      Supported
2518 F:      drivers/gpio/gpio-brcmstb.c
2519 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2520
2521 BROADCOM KONA GPIO DRIVER
2522 M:      Ray Jui <rjui@broadcom.com>
2523 L:      bcm-kernel-feedback-list@broadcom.com
2524 S:      Supported
2525 F:      drivers/gpio/gpio-bcm-kona.c
2526 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2527
2528 BROADCOM NVRAM DRIVER
2529 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2530 L:      linux-mips@linux-mips.org
2531 S:      Maintained
2532 F:      drivers/firmware/broadcom/*
2533
2534 BROADCOM STB NAND FLASH DRIVER
2535 M:      Brian Norris <computersforpeace@gmail.com>
2536 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2537 L:      linux-mtd@lists.infradead.org
2538 L:      bcm-kernel-feedback-list@broadcom.com
2539 S:      Maintained
2540 F:      drivers/mtd/nand/brcmnand/
2541
2542 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2543 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2544 L:      linux-wireless@vger.kernel.org
2545 S:      Maintained
2546 F:      drivers/bcma/
2547 F:      include/linux/bcma/
2548
2549 BROADCOM SYSTEMPORT ETHERNET DRIVER
2550 M:      Florian Fainelli <f.fainelli@gmail.com>
2551 L:      netdev@vger.kernel.org
2552 S:      Supported
2553 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2554
2555 BROCADE BFA FC SCSI DRIVER
2556 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2557 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2558 L:      linux-scsi@vger.kernel.org
2559 S:      Supported
2560 F:      drivers/scsi/bfa/
2561
2562 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2563 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2564 L:      netdev@vger.kernel.org
2565 S:      Supported
2566 F:      drivers/net/ethernet/brocade/bna/
2567
2568 BSG (block layer generic sg v4 driver)
2569 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2570 L:      linux-scsi@vger.kernel.org
2571 S:      Supported
2572 F:      block/bsg.c
2573 F:      include/linux/bsg.h
2574 F:      include/uapi/linux/bsg.h
2575
2576 BT87X AUDIO DRIVER
2577 M:      Clemens Ladisch <clemens@ladisch.de>
2578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2579 T:      git git://git.alsa-project.org/alsa-kernel.git
2580 S:      Maintained
2581 F:      Documentation/sound/alsa/Bt87x.txt
2582 F:      sound/pci/bt87x.c
2583
2584 BT8XXGPIO DRIVER
2585 M:      Michael Buesch <m@bues.ch>
2586 W:      http://bu3sch.de/btgpio.php
2587 S:      Maintained
2588 F:      drivers/gpio/gpio-bt8xx.c
2589
2590 BTRFS FILE SYSTEM
2591 M:      Chris Mason <clm@fb.com>
2592 M:      Josef Bacik <jbacik@fb.com>
2593 M:      David Sterba <dsterba@suse.com>
2594 L:      linux-btrfs@vger.kernel.org
2595 W:      http://btrfs.wiki.kernel.org/
2596 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2598 S:      Maintained
2599 F:      Documentation/filesystems/btrfs.txt
2600 F:      fs/btrfs/
2601
2602 BTTV VIDEO4LINUX DRIVER
2603 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2604 L:      linux-media@vger.kernel.org
2605 W:      https://linuxtv.org
2606 T:      git git://linuxtv.org/media_tree.git
2607 S:      Odd fixes
2608 F:      Documentation/video4linux/bttv/
2609 F:      drivers/media/pci/bt8xx/bttv*
2610
2611 BUSLOGIC SCSI DRIVER
2612 M:      Khalid Aziz <khalid@gonehiking.org>
2613 L:      linux-scsi@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/scsi/BusLogic.*
2616 F:      drivers/scsi/FlashPoint.*
2617
2618 C-MEDIA CMI8788 DRIVER
2619 M:      Clemens Ladisch <clemens@ladisch.de>
2620 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2621 T:      git git://git.alsa-project.org/alsa-kernel.git
2622 S:      Maintained
2623 F:      sound/pci/oxygen/
2624
2625 C6X ARCHITECTURE
2626 M:      Mark Salter <msalter@redhat.com>
2627 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2628 L:      linux-c6x-dev@linux-c6x.org
2629 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2630 S:      Maintained
2631 F:      arch/c6x/
2632
2633 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2634 M:      David Howells <dhowells@redhat.com>
2635 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2636 S:      Supported
2637 F:      Documentation/filesystems/caching/cachefiles.txt
2638 F:      fs/cachefiles/
2639
2640 CADET FM/AM RADIO RECEIVER DRIVER
2641 M:      Hans Verkuil <hverkuil@xs4all.nl>
2642 L:      linux-media@vger.kernel.org
2643 T:      git git://linuxtv.org/media_tree.git
2644 W:      https://linuxtv.org
2645 S:      Maintained
2646 F:      drivers/media/radio/radio-cadet*
2647
2648 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2649 M:      Jonathan Corbet <corbet@lwn.net>
2650 L:      linux-media@vger.kernel.org
2651 T:      git git://linuxtv.org/media_tree.git
2652 S:      Maintained
2653 F:      Documentation/video4linux/cafe_ccic
2654 F:      drivers/media/platform/marvell-ccic/
2655
2656 CAIF NETWORK LAYER
2657 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2658 L:      netdev@vger.kernel.org
2659 S:      Supported
2660 F:      Documentation/networking/caif/
2661 F:      drivers/net/caif/
2662 F:      include/uapi/linux/caif/
2663 F:      include/net/caif/
2664 F:      net/caif/
2665
2666 CALGARY x86-64 IOMMU
2667 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2668 M:      "Jon D. Mason" <jdmason@kudzu.us>
2669 L:      discuss@x86-64.org
2670 S:      Maintained
2671 F:      arch/x86/kernel/pci-calgary_64.c
2672 F:      arch/x86/kernel/tce_64.c
2673 F:      arch/x86/include/asm/calgary.h
2674 F:      arch/x86/include/asm/tce.h
2675
2676 CAN NETWORK LAYER
2677 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2678 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2679 L:      linux-can@vger.kernel.org
2680 W:      https://github.com/linux-can
2681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2683 S:      Maintained
2684 F:      Documentation/networking/can.txt
2685 F:      net/can/
2686 F:      include/linux/can/core.h
2687 F:      include/uapi/linux/can.h
2688 F:      include/uapi/linux/can/bcm.h
2689 F:      include/uapi/linux/can/raw.h
2690 F:      include/uapi/linux/can/gw.h
2691
2692 CAN NETWORK DRIVERS
2693 M:      Wolfgang Grandegger <wg@grandegger.com>
2694 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2695 L:      linux-can@vger.kernel.org
2696 W:      https://github.com/linux-can
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2699 S:      Maintained
2700 F:      drivers/net/can/
2701 F:      include/linux/can/dev.h
2702 F:      include/linux/can/platform/
2703 F:      include/uapi/linux/can/error.h
2704 F:      include/uapi/linux/can/netlink.h
2705
2706 CAPABILITIES
2707 M:      Serge Hallyn <serge.hallyn@canonical.com>
2708 L:      linux-security-module@vger.kernel.org
2709 S:      Supported
2710 F:      include/linux/capability.h
2711 F:      include/uapi/linux/capability.h
2712 F:      security/commoncap.c
2713 F:      kernel/capability.c
2714
2715 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2716 M:      Kevin Tsai <ktsai@capellamicro.com>
2717 S:      Maintained
2718 F:      drivers/iio/light/cm*
2719 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2720
2721 CAVIUM LIQUIDIO NETWORK DRIVER
2722 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2723 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2724 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2725 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2726 L:     netdev@vger.kernel.org
2727 W:     http://www.cavium.com
2728 S:     Supported
2729 F:     drivers/net/ethernet/cavium/liquidio/
2730
2731 CC2520 IEEE-802.15.4 RADIO DRIVER
2732 M:      Varka Bhadram <varkabhadram@gmail.com>
2733 L:      linux-wpan@vger.kernel.org
2734 S:      Maintained
2735 F:      drivers/net/ieee802154/cc2520.c
2736 F:      include/linux/spi/cc2520.h
2737 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2738
2739 CELL BROADBAND ENGINE ARCHITECTURE
2740 M:      Arnd Bergmann <arnd@arndb.de>
2741 L:      linuxppc-dev@lists.ozlabs.org
2742 W:      http://www.ibm.com/developerworks/power/cell/
2743 S:      Supported
2744 F:      arch/powerpc/include/asm/cell*.h
2745 F:      arch/powerpc/include/asm/spu*.h
2746 F:      arch/powerpc/include/uapi/asm/spu*.h
2747 F:      arch/powerpc/oprofile/*cell*
2748 F:      arch/powerpc/platforms/cell/
2749
2750 CEPH COMMON CODE (LIBCEPH)
2751 M:      Ilya Dryomov <idryomov@gmail.com>
2752 M:      "Yan, Zheng" <zyan@redhat.com>
2753 M:      Sage Weil <sage@redhat.com>
2754 L:      ceph-devel@vger.kernel.org
2755 W:      http://ceph.com/
2756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2757 T:      git git://github.com/ceph/ceph-client.git
2758 S:      Supported
2759 F:      net/ceph/
2760 F:      include/linux/ceph/
2761 F:      include/linux/crush/
2762
2763 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2764 M:      "Yan, Zheng" <zyan@redhat.com>
2765 M:      Sage Weil <sage@redhat.com>
2766 M:      Ilya Dryomov <idryomov@gmail.com>
2767 L:      ceph-devel@vger.kernel.org
2768 W:      http://ceph.com/
2769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2770 T:      git git://github.com/ceph/ceph-client.git
2771 S:      Supported
2772 F:      Documentation/filesystems/ceph.txt
2773 F:      fs/ceph/
2774
2775 CERTIFICATE HANDLING:
2776 M:      David Howells <dhowells@redhat.com>
2777 M:      David Woodhouse <dwmw2@infradead.org>
2778 L:      keyrings@vger.kernel.org
2779 S:      Maintained
2780 F:      Documentation/module-signing.txt
2781 F:      certs/
2782 F:      scripts/sign-file.c
2783 F:      scripts/extract-cert.c
2784
2785 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2786 L:      linux-usb@vger.kernel.org
2787 S:      Orphan
2788 F:      Documentation/usb/WUSB-Design-overview.txt
2789 F:      Documentation/usb/wusb-cbaf
2790 F:      drivers/usb/host/hwa-hc.c
2791 F:      drivers/usb/host/whci/
2792 F:      drivers/usb/wusbcore/
2793 F:      include/linux/usb/wusb*
2794
2795 CFAG12864B LCD DRIVER
2796 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2797 W:      http://miguelojeda.es/auxdisplay.htm
2798 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2799 S:      Maintained
2800 F:      drivers/auxdisplay/cfag12864b.c
2801 F:      include/linux/cfag12864b.h
2802
2803 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2804 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2805 W:      http://miguelojeda.es/auxdisplay.htm
2806 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2807 S:      Maintained
2808 F:      drivers/auxdisplay/cfag12864bfb.c
2809 F:      include/linux/cfag12864b.h
2810
2811 CFG80211 and NL80211
2812 M:      Johannes Berg <johannes@sipsolutions.net>
2813 L:      linux-wireless@vger.kernel.org
2814 W:      http://wireless.kernel.org/
2815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2817 S:      Maintained
2818 F:      include/uapi/linux/nl80211.h
2819 F:      include/net/cfg80211.h
2820 F:      net/wireless/*
2821 X:      net/wireless/wext*
2822
2823 CHAR and MISC DRIVERS
2824 M:      Arnd Bergmann <arnd@arndb.de>
2825 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2827 S:      Supported
2828 F:      drivers/char/*
2829 F:      drivers/misc/*
2830 F:      include/linux/miscdevice.h
2831
2832 CHECKPATCH
2833 M:      Andy Whitcroft <apw@canonical.com>
2834 M:      Joe Perches <joe@perches.com>
2835 S:      Maintained
2836 F:      scripts/checkpatch.pl
2837
2838 CHINESE DOCUMENTATION
2839 M:      Harry Wei <harryxiyou@gmail.com>
2840 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2841 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2842 S:      Maintained
2843 F:      Documentation/zh_CN/
2844
2845 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2846 M:      Peter Chen <Peter.Chen@nxp.com>
2847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2848 L:      linux-usb@vger.kernel.org
2849 S:      Maintained
2850 F:      drivers/usb/chipidea/
2851
2852 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2853 M:      Hans de Goede <hdegoede@redhat.com>
2854 L:      linux-input@vger.kernel.org
2855 S:      Maintained
2856 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2857 F:      drivers/input/touchscreen/chipone_icn8318.c
2858
2859 CHROME HARDWARE PLATFORM SUPPORT
2860 M:      Olof Johansson <olof@lixom.net>
2861 S:      Maintained
2862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2863 F:      drivers/platform/chrome/
2864
2865 CISCO VIC ETHERNET NIC DRIVER
2866 M:      Christian Benvenuti <benve@cisco.com>
2867 M:      Sujith Sankar <ssujith@cisco.com>
2868 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2869 M:      Neel Patel <neepatel@cisco.com>
2870 S:      Supported
2871 F:      drivers/net/ethernet/cisco/enic/
2872
2873 CISCO VIC LOW LATENCY NIC DRIVER
2874 M:      Christian Benvenuti <benve@cisco.com>
2875 M:      Dave Goodell <dgoodell@cisco.com>
2876 S:      Supported
2877 F:      drivers/infiniband/hw/usnic/
2878
2879 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2880 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2881 L:      netdev@vger.kernel.org
2882 S:      Maintained
2883 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2884
2885 CIRRUS LOGIC AUDIO CODEC DRIVERS
2886 M:      Brian Austin <brian.austin@cirrus.com>
2887 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2888 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2889 S:      Maintained
2890 F:      sound/soc/codecs/cs*
2891
2892 CLEANCACHE API
2893 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2894 L:      linux-kernel@vger.kernel.org
2895 S:      Maintained
2896 F:      mm/cleancache.c
2897 F:      include/linux/cleancache.h
2898
2899 CLK API
2900 M:      Russell King <linux@arm.linux.org.uk>
2901 L:      linux-clk@vger.kernel.org
2902 S:      Maintained
2903 F:      include/linux/clk.h
2904
2905 CLOCKSOURCE, CLOCKEVENT DRIVERS
2906 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2907 M:      Thomas Gleixner <tglx@linutronix.de>
2908 L:      linux-kernel@vger.kernel.org
2909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2910 S:      Supported
2911 F:      drivers/clocksource
2912
2913 CISCO FCOE HBA DRIVER
2914 M:      Hiral Patel <hiralpat@cisco.com>
2915 M:      Suma Ramars <sramars@cisco.com>
2916 M:      Brian Uchino <buchino@cisco.com>
2917 L:      linux-scsi@vger.kernel.org
2918 S:      Supported
2919 F:      drivers/scsi/fnic/
2920
2921 CISCO SCSI HBA DRIVER
2922 M:      Narsimhulu Musini <nmusini@cisco.com>
2923 M:      Sesidhar Baddela <sebaddel@cisco.com>
2924 L:      linux-scsi@vger.kernel.org
2925 S:      Supported
2926 F:      drivers/scsi/snic/
2927
2928 CMPC ACPI DRIVER
2929 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2930 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2931 L:      platform-driver-x86@vger.kernel.org
2932 S:      Supported
2933 F:      drivers/platform/x86/classmate-laptop.c
2934
2935 COBALT MEDIA DRIVER
2936 M:      Hans Verkuil <hans.verkuil@cisco.com>
2937 L:      linux-media@vger.kernel.org
2938 T:      git git://linuxtv.org/media_tree.git
2939 W:      https://linuxtv.org
2940 S:      Supported
2941 F:      drivers/media/pci/cobalt/
2942
2943 COCCINELLE/Semantic Patches (SmPL)
2944 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2945 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2946 M:      Nicolas Palix <nicolas.palix@imag.fr>
2947 M:      Michal Marek <mmarek@suse.com>
2948 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2950 W:      http://coccinelle.lip6.fr/
2951 S:      Supported
2952 F:      Documentation/coccinelle.txt
2953 F:      scripts/coccinelle/
2954 F:      scripts/coccicheck
2955
2956 CODA FILE SYSTEM
2957 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2958 M:      coda@cs.cmu.edu
2959 L:      codalist@coda.cs.cmu.edu
2960 W:      http://www.coda.cs.cmu.edu/
2961 S:      Maintained
2962 F:      Documentation/filesystems/coda.txt
2963 F:      fs/coda/
2964 F:      include/linux/coda*.h
2965 F:      include/uapi/linux/coda*.h
2966
2967 CODA V4L2 MEM2MEM DRIVER
2968 M:      Philipp Zabel <p.zabel@pengutronix.de>
2969 L:      linux-media@vger.kernel.org
2970 S:      Maintained
2971 F:      Documentation/devicetree/bindings/media/coda.txt
2972 F:      drivers/media/platform/coda/
2973
2974 COMMON CLK FRAMEWORK
2975 M:      Michael Turquette <mturquette@baylibre.com>
2976 M:      Stephen Boyd <sboyd@codeaurora.org>
2977 L:      linux-clk@vger.kernel.org
2978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2979 S:      Maintained
2980 F:      drivers/clk/
2981 X:      drivers/clk/clkdev.c
2982 F:      include/linux/clk-pr*
2983 F:      include/linux/clk/
2984
2985 COMMON INTERNET FILE SYSTEM (CIFS)
2986 M:      Steve French <sfrench@samba.org>
2987 L:      linux-cifs@vger.kernel.org
2988 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2989 W:      http://linux-cifs.samba.org/
2990 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2991 S:      Supported
2992 F:      Documentation/filesystems/cifs/
2993 F:      fs/cifs/
2994
2995 COMPACTPCI HOTPLUG CORE
2996 M:      Scott Murray <scott@spiteful.org>
2997 L:      linux-pci@vger.kernel.org
2998 S:      Maintained
2999 F:      drivers/pci/hotplug/cpci_hotplug*
3000
3001 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3002 M:      Scott Murray <scott@spiteful.org>
3003 L:      linux-pci@vger.kernel.org
3004 S:      Maintained
3005 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3006
3007 COMPACTPCI HOTPLUG GENERIC DRIVER
3008 M:      Scott Murray <scott@spiteful.org>
3009 L:      linux-pci@vger.kernel.org
3010 S:      Maintained
3011 F:      drivers/pci/hotplug/cpcihp_generic.c
3012
3013 COMPAL LAPTOP SUPPORT
3014 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3015 L:      platform-driver-x86@vger.kernel.org
3016 S:      Maintained
3017 F:      drivers/platform/x86/compal-laptop.c
3018
3019 CONEXANT ACCESSRUNNER USB DRIVER
3020 L:      accessrunner-general@lists.sourceforge.net
3021 W:      http://accessrunner.sourceforge.net/
3022 S:      Orphan
3023 F:      drivers/usb/atm/cxacru.c
3024
3025 CONFIGFS
3026 M:      Joel Becker <jlbec@evilplan.org>
3027 M:      Christoph Hellwig <hch@lst.de>
3028 T:      git git://git.infradead.org/users/hch/configfs.git
3029 S:      Supported
3030 F:      fs/configfs/
3031 F:      include/linux/configfs.h
3032
3033 CONNECTOR
3034 M:      Evgeniy Polyakov <zbr@ioremap.net>
3035 L:      netdev@vger.kernel.org
3036 S:      Maintained
3037 F:      drivers/connector/
3038
3039 CONTROL GROUP (CGROUP)
3040 M:      Tejun Heo <tj@kernel.org>
3041 M:      Li Zefan <lizefan@huawei.com>
3042 M:      Johannes Weiner <hannes@cmpxchg.org>
3043 L:      cgroups@vger.kernel.org
3044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3045 S:      Maintained
3046 F:      Documentation/cgroups/
3047 F:      include/linux/cgroup*
3048 F:      kernel/cgroup*
3049
3050 CONTROL GROUP - CPUSET
3051 M:      Li Zefan <lizefan@huawei.com>
3052 L:      cgroups@vger.kernel.org
3053 W:      http://www.bullopensource.org/cpuset/
3054 W:      http://oss.sgi.com/projects/cpusets/
3055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3056 S:      Maintained
3057 F:      Documentation/cgroups/cpusets.txt
3058 F:      include/linux/cpuset.h
3059 F:      kernel/cpuset.c
3060
3061 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3062 M:      Johannes Weiner <hannes@cmpxchg.org>
3063 M:      Michal Hocko <mhocko@kernel.org>
3064 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3065 L:      cgroups@vger.kernel.org
3066 L:      linux-mm@kvack.org
3067 S:      Maintained
3068 F:      mm/memcontrol.c
3069 F:      mm/swap_cgroup.c
3070
3071 CORETEMP HARDWARE MONITORING DRIVER
3072 M:      Fenghua Yu <fenghua.yu@intel.com>
3073 L:      lm-sensors@lm-sensors.org
3074 S:      Maintained
3075 F:      Documentation/hwmon/coretemp
3076 F:      drivers/hwmon/coretemp.c
3077
3078 COSA/SRP SYNC SERIAL DRIVER
3079 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3080 W:      http://www.fi.muni.cz/~kas/cosa/
3081 S:      Maintained
3082 F:      drivers/net/wan/cosa*
3083
3084 CPMAC ETHERNET DRIVER
3085 M:      Florian Fainelli <florian@openwrt.org>
3086 L:      netdev@vger.kernel.org
3087 S:      Maintained
3088 F:      drivers/net/ethernet/ti/cpmac.c
3089
3090 CPU FREQUENCY DRIVERS
3091 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3092 M:      Viresh Kumar <viresh.kumar@linaro.org>
3093 L:      linux-pm@vger.kernel.org
3094 S:      Maintained
3095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3096 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3097 F:      drivers/cpufreq/
3098 F:      include/linux/cpufreq.h
3099
3100 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3101 M:      Viresh Kumar <viresh.kumar@linaro.org>
3102 M:      Sudeep Holla <sudeep.holla@arm.com>
3103 L:      linux-pm@vger.kernel.org
3104 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3105 S:      Maintained
3106 F:      drivers/cpufreq/arm_big_little.h
3107 F:      drivers/cpufreq/arm_big_little.c
3108 F:      drivers/cpufreq/arm_big_little_dt.c
3109
3110 CPUIDLE DRIVER - ARM BIG LITTLE
3111 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3112 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3113 L:      linux-pm@vger.kernel.org
3114 L:      linux-arm-kernel@lists.infradead.org
3115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3116 S:      Maintained
3117 F:      drivers/cpuidle/cpuidle-big_little.c
3118
3119 CPUIDLE DRIVER - ARM EXYNOS
3120 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3121 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3122 M:      Kukjin Kim <kgene@kernel.org>
3123 L:      linux-pm@vger.kernel.org
3124 L:      linux-samsung-soc@vger.kernel.org
3125 S:      Supported
3126 F:      drivers/cpuidle/cpuidle-exynos.c
3127 F:      arch/arm/mach-exynos/pm.c
3128
3129 CPUIDLE DRIVERS
3130 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3131 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3132 L:      linux-pm@vger.kernel.org
3133 S:      Maintained
3134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3135 F:      drivers/cpuidle/*
3136 F:      include/linux/cpuidle.h
3137
3138 CPUID/MSR DRIVER
3139 M:      "H. Peter Anvin" <hpa@zytor.com>
3140 S:      Maintained
3141 F:      arch/x86/kernel/cpuid.c
3142 F:      arch/x86/kernel/msr.c
3143
3144 CPU POWER MONITORING SUBSYSTEM
3145 M:      Thomas Renninger <trenn@suse.com>
3146 L:      linux-pm@vger.kernel.org
3147 S:      Maintained
3148 F:      tools/power/cpupower/
3149
3150 CRAMFS FILESYSTEM
3151 W:      http://sourceforge.net/projects/cramfs/
3152 S:      Orphan / Obsolete
3153 F:      Documentation/filesystems/cramfs.txt
3154 F:      fs/cramfs/
3155
3156 CRIS PORT
3157 M:      Mikael Starvik <starvik@axis.com>
3158 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3159 L:      linux-cris-kernel@axis.com
3160 W:      http://developer.axis.com
3161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3162 S:      Maintained
3163 F:      arch/cris/
3164 F:      drivers/tty/serial/crisv10.*
3165
3166 CRYPTO API
3167 M:      Herbert Xu <herbert@gondor.apana.org.au>
3168 M:      "David S. Miller" <davem@davemloft.net>
3169 L:      linux-crypto@vger.kernel.org
3170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3172 S:      Maintained
3173 F:      Documentation/crypto/
3174 F:      Documentation/DocBook/crypto-API.tmpl
3175 F:      arch/*/crypto/
3176 F:      crypto/
3177 F:      drivers/crypto/
3178 F:      include/crypto/
3179
3180 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3181 M:      Neil Horman <nhorman@tuxdriver.com>
3182 L:      linux-crypto@vger.kernel.org
3183 S:      Maintained
3184 F:      crypto/ansi_cprng.c
3185 F:      crypto/rng.c
3186
3187 CS3308 MEDIA DRIVER
3188 M:      Hans Verkuil <hverkuil@xs4all.nl>
3189 L:      linux-media@vger.kernel.org
3190 T:      git git://linuxtv.org/media_tree.git
3191 W:      http://linuxtv.org
3192 S:      Odd Fixes
3193 F:      drivers/media/i2c/cs3308.c
3194 F:      drivers/media/i2c/cs3308.h
3195
3196 CS5535 Audio ALSA driver
3197 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3198 S:      Maintained
3199 F:      sound/pci/cs5535audio/
3200
3201 CW1200 WLAN driver
3202 M:      Solomon Peachy <pizza@shaftnet.org>
3203 S:      Maintained
3204 F:      drivers/net/wireless/st/cw1200/
3205
3206 CX18 VIDEO4LINUX DRIVER
3207 M:      Andy Walls <awalls@md.metrocast.net>
3208 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3209 L:      linux-media@vger.kernel.org
3210 T:      git git://linuxtv.org/media_tree.git
3211 W:      https://linuxtv.org
3212 W:      http://www.ivtvdriver.org/index.php/Cx18
3213 S:      Maintained
3214 F:      Documentation/video4linux/cx18.txt
3215 F:      drivers/media/pci/cx18/
3216 F:      include/uapi/linux/ivtv*
3217
3218 CX2341X MPEG ENCODER HELPER MODULE
3219 M:      Hans Verkuil <hverkuil@xs4all.nl>
3220 L:      linux-media@vger.kernel.org
3221 T:      git git://linuxtv.org/media_tree.git
3222 W:      https://linuxtv.org
3223 S:      Maintained
3224 F:      drivers/media/common/cx2341x*
3225 F:      include/media/cx2341x*
3226
3227 CX24120 MEDIA DRIVER
3228 M:      Jemma Denson <jdenson@gmail.com>
3229 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3230 L:      linux-media@vger.kernel.org
3231 W:      https://linuxtv.org
3232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3233 S:      Maintained
3234 F:      drivers/media/dvb-frontends/cx24120*
3235
3236 CX88 VIDEO4LINUX DRIVER
3237 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3238 L:      linux-media@vger.kernel.org
3239 W:      https://linuxtv.org
3240 T:      git git://linuxtv.org/media_tree.git
3241 S:      Odd fixes
3242 F:      Documentation/video4linux/cx88/
3243 F:      drivers/media/pci/cx88/
3244
3245 CXD2820R MEDIA DRIVER
3246 M:      Antti Palosaari <crope@iki.fi>
3247 L:      linux-media@vger.kernel.org
3248 W:      https://linuxtv.org
3249 W:      http://palosaari.fi/linux/
3250 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3251 T:      git git://linuxtv.org/anttip/media_tree.git
3252 S:      Maintained
3253 F:      drivers/media/dvb-frontends/cxd2820r*
3254
3255 CXGB3 ETHERNET DRIVER (CXGB3)
3256 M:      Santosh Raspatur <santosh@chelsio.com>
3257 L:      netdev@vger.kernel.org
3258 W:      http://www.chelsio.com
3259 S:      Supported
3260 F:      drivers/net/ethernet/chelsio/cxgb3/
3261
3262 CXGB3 ISCSI DRIVER (CXGB3I)
3263 M:      Karen Xie <kxie@chelsio.com>
3264 L:      linux-scsi@vger.kernel.org
3265 W:      http://www.chelsio.com
3266 S:      Supported
3267 F:      drivers/scsi/cxgbi/cxgb3i
3268
3269 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3270 M:      Steve Wise <swise@chelsio.com>
3271 L:      linux-rdma@vger.kernel.org
3272 W:      http://www.openfabrics.org
3273 S:      Supported
3274 F:      drivers/infiniband/hw/cxgb3/
3275
3276 CXGB4 ETHERNET DRIVER (CXGB4)
3277 M:      Hariprasad S <hariprasad@chelsio.com>
3278 L:      netdev@vger.kernel.org
3279 W:      http://www.chelsio.com
3280 S:      Supported
3281 F:      drivers/net/ethernet/chelsio/cxgb4/
3282
3283 CXGB4 ISCSI DRIVER (CXGB4I)
3284 M:      Karen Xie <kxie@chelsio.com>
3285 L:      linux-scsi@vger.kernel.org
3286 W:      http://www.chelsio.com
3287 S:      Supported
3288 F:      drivers/scsi/cxgbi/cxgb4i
3289
3290 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3291 M:      Steve Wise <swise@chelsio.com>
3292 L:      linux-rdma@vger.kernel.org
3293 W:      http://www.openfabrics.org
3294 S:      Supported
3295 F:      drivers/infiniband/hw/cxgb4/
3296
3297 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3298 M:      Casey Leedom <leedom@chelsio.com>
3299 L:      netdev@vger.kernel.org
3300 W:      http://www.chelsio.com
3301 S:      Supported
3302 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3303
3304 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3305 M:      Ian Munsie <imunsie@au1.ibm.com>
3306 M:      Michael Neuling <mikey@neuling.org>
3307 L:      linuxppc-dev@lists.ozlabs.org
3308 S:      Supported
3309 F:      drivers/misc/cxl/
3310 F:      include/misc/cxl*
3311 F:      include/uapi/misc/cxl.h
3312 F:      Documentation/powerpc/cxl.txt
3313 F:      Documentation/powerpc/cxl.txt
3314 F:      Documentation/ABI/testing/sysfs-class-cxl
3315
3316 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3317 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3318 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3319 L:      linux-scsi@vger.kernel.org
3320 S:      Supported
3321 F:      drivers/scsi/cxlflash/
3322 F:      include/uapi/scsi/cxlflash_ioctls.h
3323 F:      Documentation/powerpc/cxlflash.txt
3324
3325 STMMAC ETHERNET DRIVER
3326 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3327 L:      netdev@vger.kernel.org
3328 W:      http://www.stlinux.com
3329 S:      Supported
3330 F:      drivers/net/ethernet/stmicro/stmmac/
3331
3332 CYBERPRO FB DRIVER
3333 M:      Russell King <linux@arm.linux.org.uk>
3334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3335 W:      http://www.arm.linux.org.uk/
3336 S:      Maintained
3337 F:      drivers/video/fbdev/cyber2000fb.*
3338
3339 CYCLADES ASYNC MUX DRIVER
3340 W:      http://www.cyclades.com/
3341 S:      Orphan
3342 F:      drivers/tty/cyclades.c
3343 F:      include/linux/cyclades.h
3344 F:      include/uapi/linux/cyclades.h
3345
3346 CYCLADES PC300 DRIVER
3347 W:      http://www.cyclades.com/
3348 S:      Orphan
3349 F:      drivers/net/wan/pc300*
3350
3351 CYPRESS_FIRMWARE MEDIA DRIVER
3352 M:      Antti Palosaari <crope@iki.fi>
3353 L:      linux-media@vger.kernel.org
3354 W:      https://linuxtv.org
3355 W:      http://palosaari.fi/linux/
3356 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3357 T:      git git://linuxtv.org/anttip/media_tree.git
3358 S:      Maintained
3359 F:      drivers/media/common/cypress_firmware*
3360
3361 CYTTSP TOUCHSCREEN DRIVER
3362 M:      Ferruh Yigit <fery@cypress.com>
3363 L:      linux-input@vger.kernel.org
3364 S:      Supported
3365 F:      drivers/input/touchscreen/cyttsp*
3366 F:      include/linux/input/cyttsp.h
3367
3368 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3369 M:      Joshua Kinard <kumba@gentoo.org>
3370 S:      Maintained
3371 F:      drivers/rtc/rtc-ds1685.c
3372 F:      include/linux/rtc/ds1685.h
3373
3374 DAMA SLAVE for AX.25
3375 M:      Joerg Reuter <jreuter@yaina.de>
3376 W:      http://yaina.de/jreuter/
3377 W:      http://www.qsl.net/dl1bke/
3378 L:      linux-hams@vger.kernel.org
3379 S:      Maintained
3380 F:      net/ax25/af_ax25.c
3381 F:      net/ax25/ax25_dev.c
3382 F:      net/ax25/ax25_ds_*
3383 F:      net/ax25/ax25_in.c
3384 F:      net/ax25/ax25_out.c
3385 F:      net/ax25/ax25_timer.c
3386 F:      net/ax25/sysctl_net_ax25.c
3387
3388 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3389 L:      netdev@vger.kernel.org
3390 S:      Orphan
3391 F:      Documentation/networking/dmfe.txt
3392 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3393
3394 DC390/AM53C974 SCSI driver
3395 M:      Hannes Reinecke <hare@suse.com>
3396 L:      linux-scsi@vger.kernel.org
3397 S:      Maintained
3398 F:      drivers/scsi/am53c974.c
3399
3400 DC395x SCSI driver
3401 M:      Oliver Neukum <oliver@neukum.org>
3402 M:      Ali Akcaagac <aliakc@web.de>
3403 M:      Jamie Lenehan <lenehan@twibble.org>
3404 L:      dc395x@twibble.org
3405 W:      http://twibble.org/dist/dc395x/
3406 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3407 S:      Maintained
3408 F:      Documentation/scsi/dc395x.txt
3409 F:      drivers/scsi/dc395x.*
3410
3411 DCCP PROTOCOL
3412 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3413 L:      dccp@vger.kernel.org
3414 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3415 S:      Maintained
3416 F:      include/linux/dccp.h
3417 F:      include/uapi/linux/dccp.h
3418 F:      include/linux/tfrc.h
3419 F:      net/dccp/
3420
3421 DECnet NETWORK LAYER
3422 W:      http://linux-decnet.sourceforge.net
3423 L:      linux-decnet-user@lists.sourceforge.net
3424 S:      Orphan
3425 F:      Documentation/networking/decnet.txt
3426 F:      net/decnet/
3427
3428 DECSTATION PLATFORM SUPPORT
3429 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3430 L:      linux-mips@linux-mips.org
3431 W:      http://www.linux-mips.org/wiki/DECstation
3432 S:      Maintained
3433 F:      arch/mips/dec/
3434 F:      arch/mips/include/asm/dec/
3435 F:      arch/mips/include/asm/mach-dec/
3436
3437 DEFXX FDDI NETWORK DRIVER
3438 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3439 S:      Maintained
3440 F:      drivers/net/fddi/defxx.*
3441
3442 DELL LAPTOP DRIVER
3443 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3444 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3445 L:      platform-driver-x86@vger.kernel.org
3446 S:      Maintained
3447 F:      drivers/platform/x86/dell-laptop.c
3448
3449 DELL LAPTOP RBTN DRIVER
3450 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3451 S:      Maintained
3452 F:      drivers/platform/x86/dell-rbtn.*
3453
3454 DELL LAPTOP FREEFALL DRIVER
3455 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3456 S:      Maintained
3457 F:      drivers/platform/x86/dell-smo8800.c
3458
3459 DELL LAPTOP SMM DRIVER
3460 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3461 S:      Maintained
3462 F:      drivers/hwmon/dell-smm-hwmon.c
3463 F:      include/uapi/linux/i8k.h
3464
3465 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3466 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3467 S:      Maintained
3468 F:      Documentation/dcdbas.txt
3469 F:      drivers/firmware/dcdbas.*
3470
3471 DELL WMI EXTRAS DRIVER
3472 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3473 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3474 S:      Maintained
3475 F:      drivers/platform/x86/dell-wmi.c
3476
3477 DESIGNWARE USB2 DRD IP DRIVER
3478 M:      John Youn <johnyoun@synopsys.com>
3479 L:      linux-usb@vger.kernel.org
3480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3481 S:      Maintained
3482 F:      drivers/usb/dwc2/
3483
3484 DESIGNWARE USB3 DRD IP DRIVER
3485 M:      Felipe Balbi <balbi@kernel.org>
3486 L:      linux-usb@vger.kernel.org
3487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3488 S:      Maintained
3489 F:      drivers/usb/dwc3/
3490
3491 DEVICE COREDUMP (DEV_COREDUMP)
3492 M:      Johannes Berg <johannes@sipsolutions.net>
3493 L:      linux-kernel@vger.kernel.org
3494 S:      Maintained
3495 F:      drivers/base/devcoredump.c
3496 F:      include/linux/devcoredump.h
3497
3498 DEVICE FREQUENCY (DEVFREQ)
3499 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3500 M:      Kyungmin Park <kyungmin.park@samsung.com>
3501 L:      linux-pm@vger.kernel.org
3502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3503 S:      Maintained
3504 F:      drivers/devfreq/
3505 F:      include/linux/devfreq.h
3506 F:      Documentation/devicetree/bindings/devfreq/
3507
3508 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3509 M:      Chanwoo Choi <cw00.choi@samsung.com>
3510 L:      linux-pm@vger.kernel.org
3511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3512 S:      Supported
3513 F:      drivers/devfreq/event/
3514 F:      drivers/devfreq/devfreq-event.c
3515 F:      include/linux/devfreq-event.h
3516 F:      Documentation/devicetree/bindings/devfreq/event/
3517
3518 DEVICE NUMBER REGISTRY
3519 M:      Torben Mathiasen <device@lanana.org>
3520 W:      http://lanana.org/docs/device-list/index.html
3521 S:      Maintained
3522
3523 DEVICE-MAPPER  (LVM)
3524 M:      Alasdair Kergon <agk@redhat.com>
3525 M:      Mike Snitzer <snitzer@redhat.com>
3526 M:      dm-devel@redhat.com
3527 L:      dm-devel@redhat.com
3528 W:      http://sources.redhat.com/dm
3529 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3531 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3532 S:      Maintained
3533 F:      Documentation/device-mapper/
3534 F:      drivers/md/dm*
3535 F:      drivers/md/persistent-data/
3536 F:      include/linux/device-mapper.h
3537 F:      include/linux/dm-*.h
3538 F:      include/uapi/linux/dm-*.h
3539
3540 DEVLINK
3541 M:      Jiri Pirko <jiri@mellanox.com>
3542 L:      netdev@vger.kernel.org
3543 S:      Supported
3544 F:      net/core/devlink.c
3545 F:      include/net/devlink.h
3546 F:      include/uapi/linux/devlink.h
3547
3548 DIALOG SEMICONDUCTOR DRIVERS
3549 M:      Support Opensource <support.opensource@diasemi.com>
3550 W:      http://www.dialog-semiconductor.com/products
3551 S:      Supported
3552 F:      Documentation/hwmon/da90??
3553 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3554 F:      drivers/gpio/gpio-da90??.c
3555 F:      drivers/hwmon/da90??-hwmon.c
3556 F:      drivers/iio/adc/da91??-*.c
3557 F:      drivers/input/misc/da90??_onkey.c
3558 F:      drivers/input/touchscreen/da9052_tsi.c
3559 F:      drivers/leds/leds-da90??.c
3560 F:      drivers/mfd/da903x.c
3561 F:      drivers/mfd/da90??-*.c
3562 F:      drivers/mfd/da91??-*.c
3563 F:      drivers/power/da9052-battery.c
3564 F:      drivers/power/da91??-*.c
3565 F:      drivers/regulator/da903x.c
3566 F:      drivers/regulator/da9???-regulator.[ch]
3567 F:      drivers/rtc/rtc-da90??.c
3568 F:      drivers/video/backlight/da90??_bl.c
3569 F:      drivers/watchdog/da90??_wdt.c
3570 F:      include/linux/mfd/da903x.h
3571 F:      include/linux/mfd/da9052/
3572 F:      include/linux/mfd/da9055/
3573 F:      include/linux/mfd/da9063/
3574 F:      include/linux/mfd/da9150/
3575 F:      include/sound/da[79]*.h
3576 F:      sound/soc/codecs/da[79]*.[ch]
3577
3578 DIGI NEO AND CLASSIC PCI PRODUCTS
3579 M:      Lidza Louina <lidza.louina@gmail.com>
3580 M:      Mark Hounschell <markh@compro.net>
3581 L:      driverdev-devel@linuxdriverproject.org
3582 S:      Maintained
3583 F:      drivers/staging/dgnc/
3584
3585 DIOLAN U2C-12 I2C DRIVER
3586 M:      Guenter Roeck <linux@roeck-us.net>
3587 L:      linux-i2c@vger.kernel.org
3588 S:      Maintained
3589 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3590
3591 DIRECT ACCESS (DAX)
3592 M:      Matthew Wilcox <willy@linux.intel.com>
3593 L:      linux-fsdevel@vger.kernel.org
3594 S:      Supported
3595 F:      fs/dax.c
3596
3597 DIRECTORY NOTIFICATION (DNOTIFY)
3598 M:      Eric Paris <eparis@parisplace.org>
3599 S:      Maintained
3600 F:      Documentation/filesystems/dnotify.txt
3601 F:      fs/notify/dnotify/
3602 F:      include/linux/dnotify.h
3603
3604 DISK GEOMETRY AND PARTITION HANDLING
3605 M:      Andries Brouwer <aeb@cwi.nl>
3606 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3607 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3608 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3609 S:      Maintained
3610
3611 DISKQUOTA
3612 M:      Jan Kara <jack@suse.com>
3613 S:      Maintained
3614 F:      Documentation/filesystems/quota.txt
3615 F:      fs/quota/
3616 F:      include/linux/quota*.h
3617 F:      include/uapi/linux/quota*.h
3618
3619 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3620 M:      Bernie Thompson <bernie@plugable.com>
3621 L:      linux-fbdev@vger.kernel.org
3622 S:      Maintained
3623 W:      http://plugable.com/category/projects/udlfb/
3624 F:      drivers/video/fbdev/udlfb.c
3625 F:      include/video/udlfb.h
3626 F:      Documentation/fb/udlfb.txt
3627
3628 DISTRIBUTED LOCK MANAGER (DLM)
3629 M:      Christine Caulfield <ccaulfie@redhat.com>
3630 M:      David Teigland <teigland@redhat.com>
3631 L:      cluster-devel@redhat.com
3632 W:      http://sources.redhat.com/cluster/
3633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3634 S:      Supported
3635 F:      fs/dlm/
3636
3637 DMA BUFFER SHARING FRAMEWORK
3638 M:      Sumit Semwal <sumit.semwal@linaro.org>
3639 S:      Maintained
3640 L:      linux-media@vger.kernel.org
3641 L:      dri-devel@lists.freedesktop.org
3642 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3643 F:      drivers/dma-buf/
3644 F:      include/linux/dma-buf*
3645 F:      include/linux/reservation.h
3646 F:      include/linux/*fence.h
3647 F:      Documentation/dma-buf-sharing.txt
3648 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3649
3650 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3651 M:      Vinod Koul <vinod.koul@intel.com>
3652 L:      dmaengine@vger.kernel.org
3653 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3654 S:      Maintained
3655 F:      drivers/dma/
3656 F:      include/linux/dmaengine.h
3657 F:      Documentation/dmaengine/
3658 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3659
3660 DME1737 HARDWARE MONITOR DRIVER
3661 M:      Juerg Haefliger <juergh@gmail.com>
3662 L:      lm-sensors@lm-sensors.org
3663 S:      Maintained
3664 F:      Documentation/hwmon/dme1737
3665 F:      drivers/hwmon/dme1737.c
3666
3667 DMI/SMBIOS SUPPORT
3668 M:      Jean Delvare <jdelvare@suse.com>
3669 S:      Maintained
3670 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3671 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3672 F:      drivers/firmware/dmi-id.c
3673 F:      drivers/firmware/dmi_scan.c
3674 F:      include/linux/dmi.h
3675
3676 DOCUMENTATION
3677 M:      Jonathan Corbet <corbet@lwn.net>
3678 L:      linux-doc@vger.kernel.org
3679 S:      Maintained
3680 F:      Documentation/
3681 F:      scripts/docproc.c
3682 F:      scripts/kernel-doc*
3683 X:      Documentation/ABI/
3684 X:      Documentation/devicetree/
3685 X:      Documentation/acpi
3686 X:      Documentation/power
3687 X:      Documentation/spi
3688 X:      Documentation/DocBook/media
3689 T:      git git://git.lwn.net/linux.git docs-next
3690
3691 DOUBLETALK DRIVER
3692 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3693 L:      blinux-list@redhat.com
3694 S:      Maintained
3695 F:      drivers/char/dtlk.c
3696 F:      include/linux/dtlk.h
3697
3698 DPT_I2O SCSI RAID DRIVER
3699 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3700 L:      linux-scsi@vger.kernel.org
3701 W:      http://www.adaptec.com/
3702 S:      Maintained
3703 F:      drivers/scsi/dpt*
3704 F:      drivers/scsi/dpt/
3705
3706 DRBD DRIVER
3707 M:      Philipp Reisner <philipp.reisner@linbit.com>
3708 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3709 L:      drbd-dev@lists.linbit.com
3710 W:      http://www.drbd.org
3711 T:      git git://git.linbit.com/linux-drbd.git
3712 T:      git git://git.linbit.com/drbd-8.4.git
3713 S:      Supported
3714 F:      drivers/block/drbd/
3715 F:      lib/lru_cache.c
3716 F:      Documentation/blockdev/drbd/
3717
3718 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3719 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3721 S:      Supported
3722 F:      Documentation/kobject.txt
3723 F:      drivers/base/
3724 F:      fs/debugfs/
3725 F:      fs/kernfs/
3726 F:      fs/sysfs/
3727 F:      include/linux/debugfs.h
3728 F:      include/linux/kobj*
3729 F:      lib/kobj*
3730
3731 DRM DRIVERS
3732 M:      David Airlie <airlied@linux.ie>
3733 L:      dri-devel@lists.freedesktop.org
3734 T:      git git://people.freedesktop.org/~airlied/linux
3735 S:      Maintained
3736 F:      drivers/gpu/drm/
3737 F:      drivers/gpu/vga/
3738 F:      include/drm/
3739 F:      include/uapi/drm/
3740
3741 RADEON DRM DRIVERS
3742 M:      Alex Deucher <alexander.deucher@amd.com>
3743 M:      Christian König <christian.koenig@amd.com>
3744 L:      dri-devel@lists.freedesktop.org
3745 T:      git git://people.freedesktop.org/~agd5f/linux
3746 S:      Supported
3747 F:      drivers/gpu/drm/radeon/
3748 F:      include/uapi/drm/radeon*
3749
3750 DRM PANEL DRIVERS
3751 M:      Thierry Reding <thierry.reding@gmail.com>
3752 L:      dri-devel@lists.freedesktop.org
3753 T:      git git://anongit.freedesktop.org/tegra/linux.git
3754 S:      Maintained
3755 F:      drivers/gpu/drm/drm_panel.c
3756 F:      drivers/gpu/drm/panel/
3757 F:      include/drm/drm_panel.h
3758 F:      Documentation/devicetree/bindings/display/panel/
3759
3760 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3761 M:      Daniel Vetter <daniel.vetter@intel.com>
3762 M:      Jani Nikula <jani.nikula@linux.intel.com>
3763 L:      intel-gfx@lists.freedesktop.org
3764 L:      dri-devel@lists.freedesktop.org
3765 W:      https://01.org/linuxgraphics/
3766 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3767 T:      git git://anongit.freedesktop.org/drm-intel
3768 S:      Supported
3769 F:      drivers/gpu/drm/i915/
3770 F:      include/drm/i915*
3771 F:      include/uapi/drm/i915*
3772
3773 DRM DRIVERS FOR ATMEL HLCDC
3774 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3775 L:      dri-devel@lists.freedesktop.org
3776 S:      Supported
3777 F:      drivers/gpu/drm/atmel-hlcdc/
3778 F:      Documentation/devicetree/bindings/drm/atmel/
3779
3780 DRM DRIVERS FOR EXYNOS
3781 M:      Inki Dae <inki.dae@samsung.com>
3782 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3783 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3784 M:      Kyungmin Park <kyungmin.park@samsung.com>
3785 L:      dri-devel@lists.freedesktop.org
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3787 S:      Supported
3788 F:      drivers/gpu/drm/exynos/
3789 F:      include/drm/exynos*
3790 F:      include/uapi/drm/exynos*
3791
3792 DRM DRIVERS FOR FREESCALE DCU
3793 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3794 M:      Alison Wang <alison.wang@freescale.com>
3795 L:      dri-devel@lists.freedesktop.org
3796 S:      Supported
3797 F:      drivers/gpu/drm/fsl-dcu/
3798 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3799 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3800
3801 DRM DRIVERS FOR FREESCALE IMX
3802 M:      Philipp Zabel <p.zabel@pengutronix.de>
3803 L:      dri-devel@lists.freedesktop.org
3804 S:      Maintained
3805 F:      drivers/gpu/drm/imx/
3806 F:      drivers/gpu/ipu-v3/
3807 F:      Documentation/devicetree/bindings/display/imx/
3808
3809 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3810 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3811 L:      dri-devel@lists.freedesktop.org
3812 T:      git git://github.com/patjak/drm-gma500
3813 S:      Maintained
3814 F:      drivers/gpu/drm/gma500
3815 F:      include/drm/gma500*
3816
3817 DRM DRIVERS FOR NVIDIA TEGRA
3818 M:      Thierry Reding <thierry.reding@gmail.com>
3819 M:      Terje Bergström <tbergstrom@nvidia.com>
3820 L:      dri-devel@lists.freedesktop.org
3821 L:      linux-tegra@vger.kernel.org
3822 T:      git git://anongit.freedesktop.org/tegra/linux.git
3823 S:      Supported
3824 F:      drivers/gpu/drm/tegra/
3825 F:      drivers/gpu/host1x/
3826 F:      include/linux/host1x.h
3827 F:      include/uapi/drm/tegra_drm.h
3828 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3829
3830 DRM DRIVERS FOR RENESAS
3831 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3832 L:      dri-devel@lists.freedesktop.org
3833 L:      linux-renesas-soc@vger.kernel.org
3834 T:      git git://people.freedesktop.org/~airlied/linux
3835 S:      Supported
3836 F:      drivers/gpu/drm/rcar-du/
3837 F:      drivers/gpu/drm/shmobile/
3838 F:      include/linux/platform_data/shmob_drm.h
3839
3840 DRM DRIVERS FOR ROCKCHIP
3841 M:      Mark Yao <mark.yao@rock-chips.com>
3842 L:      dri-devel@lists.freedesktop.org
3843 S:      Maintained
3844 F:      drivers/gpu/drm/rockchip/
3845 F:      Documentation/devicetree/bindings/display/rockchip*
3846
3847 DRM DRIVERS FOR STI
3848 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3849 M:      Vincent Abriou <vincent.abriou@st.com>
3850 L:      dri-devel@lists.freedesktop.org
3851 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3852 S:      Maintained
3853 F:      drivers/gpu/drm/sti
3854 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3855
3856 DRM DRIVERS FOR VIVANTE GPU IP
3857 M:      Lucas Stach <l.stach@pengutronix.de>
3858 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3859 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3860 L:      dri-devel@lists.freedesktop.org
3861 S:      Maintained
3862 F:      drivers/gpu/drm/etnaviv
3863 F:      Documentation/devicetree/bindings/display/etnaviv
3864
3865 DSBR100 USB FM RADIO DRIVER
3866 M:      Alexey Klimov <klimov.linux@gmail.com>
3867 L:      linux-media@vger.kernel.org
3868 T:      git git://linuxtv.org/media_tree.git
3869 S:      Maintained
3870 F:      drivers/media/radio/dsbr100.c
3871
3872 DSCC4 DRIVER
3873 M:      Francois Romieu <romieu@fr.zoreil.com>
3874 L:      netdev@vger.kernel.org
3875 S:      Maintained
3876 F:      drivers/net/wan/dscc4.c
3877
3878 DT3155 MEDIA DRIVER
3879 M:      Hans Verkuil <hverkuil@xs4all.nl>
3880 L:      linux-media@vger.kernel.org
3881 T:      git git://linuxtv.org/media_tree.git
3882 W:      https://linuxtv.org
3883 S:      Odd Fixes
3884 F:      drivers/media/pci/dt3155/
3885
3886 DVB_USB_AF9015 MEDIA DRIVER
3887 M:      Antti Palosaari <crope@iki.fi>
3888 L:      linux-media@vger.kernel.org
3889 W:      https://linuxtv.org
3890 W:      http://palosaari.fi/linux/
3891 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3892 T:      git git://linuxtv.org/anttip/media_tree.git
3893 S:      Maintained
3894 F:      drivers/media/usb/dvb-usb-v2/af9015*
3895
3896 DVB_USB_AF9035 MEDIA DRIVER
3897 M:      Antti Palosaari <crope@iki.fi>
3898 L:      linux-media@vger.kernel.org
3899 W:      https://linuxtv.org
3900 W:      http://palosaari.fi/linux/
3901 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3902 T:      git git://linuxtv.org/anttip/media_tree.git
3903 S:      Maintained
3904 F:      drivers/media/usb/dvb-usb-v2/af9035*
3905
3906 DVB_USB_ANYSEE MEDIA DRIVER
3907 M:      Antti Palosaari <crope@iki.fi>
3908 L:      linux-media@vger.kernel.org
3909 W:      https://linuxtv.org
3910 W:      http://palosaari.fi/linux/
3911 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3912 T:      git git://linuxtv.org/anttip/media_tree.git
3913 S:      Maintained
3914 F:      drivers/media/usb/dvb-usb-v2/anysee*
3915
3916 DVB_USB_AU6610 MEDIA DRIVER
3917 M:      Antti Palosaari <crope@iki.fi>
3918 L:      linux-media@vger.kernel.org
3919 W:      https://linuxtv.org
3920 W:      http://palosaari.fi/linux/
3921 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3922 T:      git git://linuxtv.org/anttip/media_tree.git
3923 S:      Maintained
3924 F:      drivers/media/usb/dvb-usb-v2/au6610*
3925
3926 DVB_USB_CE6230 MEDIA DRIVER
3927 M:      Antti Palosaari <crope@iki.fi>
3928 L:      linux-media@vger.kernel.org
3929 W:      https://linuxtv.org
3930 W:      http://palosaari.fi/linux/
3931 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3932 T:      git git://linuxtv.org/anttip/media_tree.git
3933 S:      Maintained
3934 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3935
3936 DVB_USB_CXUSB MEDIA DRIVER
3937 M:      Michael Krufky <mkrufky@linuxtv.org>
3938 L:      linux-media@vger.kernel.org
3939 W:      https://linuxtv.org
3940 W:      http://github.com/mkrufky
3941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3942 T:      git git://linuxtv.org/media_tree.git
3943 S:      Maintained
3944 F:      drivers/media/usb/dvb-usb/cxusb*
3945
3946 DVB_USB_EC168 MEDIA DRIVER
3947 M:      Antti Palosaari <crope@iki.fi>
3948 L:      linux-media@vger.kernel.org
3949 W:      https://linuxtv.org
3950 W:      http://palosaari.fi/linux/
3951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3952 T:      git git://linuxtv.org/anttip/media_tree.git
3953 S:      Maintained
3954 F:      drivers/media/usb/dvb-usb-v2/ec168*
3955
3956 DVB_USB_GL861 MEDIA DRIVER
3957 M:      Antti Palosaari <crope@iki.fi>
3958 L:      linux-media@vger.kernel.org
3959 W:      https://linuxtv.org
3960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3961 T:      git git://linuxtv.org/anttip/media_tree.git
3962 S:      Maintained
3963 F:      drivers/media/usb/dvb-usb-v2/gl861*
3964
3965 DVB_USB_MXL111SF MEDIA DRIVER
3966 M:      Michael Krufky <mkrufky@linuxtv.org>
3967 L:      linux-media@vger.kernel.org
3968 W:      https://linuxtv.org
3969 W:      http://github.com/mkrufky
3970 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3971 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3972 S:      Maintained
3973 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3974
3975 DVB_USB_RTL28XXU MEDIA DRIVER
3976 M:      Antti Palosaari <crope@iki.fi>
3977 L:      linux-media@vger.kernel.org
3978 W:      https://linuxtv.org
3979 W:      http://palosaari.fi/linux/
3980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3981 T:      git git://linuxtv.org/anttip/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3984
3985 DVB_USB_V2 MEDIA DRIVER
3986 M:      Antti Palosaari <crope@iki.fi>
3987 L:      linux-media@vger.kernel.org
3988 W:      https://linuxtv.org
3989 W:      http://palosaari.fi/linux/
3990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3991 T:      git git://linuxtv.org/anttip/media_tree.git
3992 S:      Maintained
3993 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3994 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3995
3996 DYNAMIC DEBUG
3997 M:      Jason Baron <jbaron@akamai.com>
3998 S:      Maintained
3999 F:      lib/dynamic_debug.c
4000 F:      include/linux/dynamic_debug.h
4001
4002 DZ DECSTATION DZ11 SERIAL DRIVER
4003 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
4004 S:      Maintained
4005 F:      drivers/tty/serial/dz.*
4006
4007 E3X0 POWER BUTTON DRIVER
4008 M:      Moritz Fischer <moritz.fischer@ettus.com>
4009 L:      usrp-users@lists.ettus.com
4010 W:      http://www.ettus.com
4011 S:      Supported
4012 F:      drivers/input/misc/e3x0-button.c
4013 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4014
4015 E4000 MEDIA DRIVER
4016 M:      Antti Palosaari <crope@iki.fi>
4017 L:      linux-media@vger.kernel.org
4018 W:      https://linuxtv.org
4019 W:      http://palosaari.fi/linux/
4020 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4021 T:      git git://linuxtv.org/anttip/media_tree.git
4022 S:      Maintained
4023 F:      drivers/media/tuners/e4000*
4024
4025 EATA ISA/EISA/PCI SCSI DRIVER
4026 M:      Dario Ballabio <ballabio_dario@emc.com>
4027 L:      linux-scsi@vger.kernel.org
4028 S:      Maintained
4029 F:      drivers/scsi/eata.c
4030
4031 EC100 MEDIA DRIVER
4032 M:      Antti Palosaari <crope@iki.fi>
4033 L:      linux-media@vger.kernel.org
4034 W:      https://linuxtv.org
4035 W:      http://palosaari.fi/linux/
4036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4037 T:      git git://linuxtv.org/anttip/media_tree.git
4038 S:      Maintained
4039 F:      drivers/media/dvb-frontends/ec100*
4040
4041 ECRYPT FILE SYSTEM
4042 M:      Tyler Hicks <tyhicks@canonical.com>
4043 L:      ecryptfs@vger.kernel.org
4044 W:      http://ecryptfs.org
4045 W:      https://launchpad.net/ecryptfs
4046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4047 S:      Supported
4048 F:      Documentation/filesystems/ecryptfs.txt
4049 F:      fs/ecryptfs/
4050
4051 EDAC-CORE
4052 M:      Doug Thompson <dougthompson@xmission.com>
4053 M:      Borislav Petkov <bp@alien8.de>
4054 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4055 L:      linux-edac@vger.kernel.org
4056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4058 S:      Supported
4059 F:      Documentation/edac.txt
4060 F:      drivers/edac/
4061 F:      include/linux/edac.h
4062
4063 EDAC-AMD64
4064 M:      Doug Thompson <dougthompson@xmission.com>
4065 M:      Borislav Petkov <bp@alien8.de>
4066 L:      linux-edac@vger.kernel.org
4067 S:      Maintained
4068 F:      drivers/edac/amd64_edac*
4069
4070 EDAC-CALXEDA
4071 M:      Doug Thompson <dougthompson@xmission.com>
4072 M:      Robert Richter <rric@kernel.org>
4073 L:      linux-edac@vger.kernel.org
4074 S:      Maintained
4075 F:      drivers/edac/highbank*
4076
4077 EDAC-CAVIUM
4078 M:      Ralf Baechle <ralf@linux-mips.org>
4079 M:      David Daney <david.daney@cavium.com>
4080 L:      linux-edac@vger.kernel.org
4081 L:      linux-mips@linux-mips.org
4082 S:      Supported
4083 F:      drivers/edac/octeon_edac*
4084
4085 EDAC-E752X
4086 M:      Mark Gross <mark.gross@intel.com>
4087 M:      Doug Thompson <dougthompson@xmission.com>
4088 L:      linux-edac@vger.kernel.org
4089 S:      Maintained
4090 F:      drivers/edac/e752x_edac.c
4091
4092 EDAC-E7XXX
4093 M:      Doug Thompson <dougthompson@xmission.com>
4094 L:      linux-edac@vger.kernel.org
4095 S:      Maintained
4096 F:      drivers/edac/e7xxx_edac.c
4097
4098 EDAC-GHES
4099 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4100 L:      linux-edac@vger.kernel.org
4101 S:      Maintained
4102 F:      drivers/edac/ghes_edac.c
4103
4104 EDAC-I82443BXGX
4105 M:      Tim Small <tim@buttersideup.com>
4106 L:      linux-edac@vger.kernel.org
4107 S:      Maintained
4108 F:      drivers/edac/i82443bxgx_edac.c
4109
4110 EDAC-I3000
4111 M:      Jason Uhlenkott <juhlenko@akamai.com>
4112 L:      linux-edac@vger.kernel.org
4113 S:      Maintained
4114 F:      drivers/edac/i3000_edac.c
4115
4116 EDAC-I5000
4117 M:      Doug Thompson <dougthompson@xmission.com>
4118 L:      linux-edac@vger.kernel.org
4119 S:      Maintained
4120 F:      drivers/edac/i5000_edac.c
4121
4122 EDAC-I5400
4123 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4124 L:      linux-edac@vger.kernel.org
4125 S:      Maintained
4126 F:      drivers/edac/i5400_edac.c
4127
4128 EDAC-I7300
4129 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4130 L:      linux-edac@vger.kernel.org
4131 S:      Maintained
4132 F:      drivers/edac/i7300_edac.c
4133
4134 EDAC-I7CORE
4135 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4136 L:      linux-edac@vger.kernel.org
4137 S:      Maintained
4138 F:      drivers/edac/i7core_edac.c
4139
4140 EDAC-I82975X
4141 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4142 M:      "Arvind R." <arvino55@gmail.com>
4143 L:      linux-edac@vger.kernel.org
4144 S:      Maintained
4145 F:      drivers/edac/i82975x_edac.c
4146
4147 EDAC-IE31200
4148 M:      Jason Baron <jbaron@akamai.com>
4149 L:      linux-edac@vger.kernel.org
4150 S:      Maintained
4151 F:      drivers/edac/ie31200_edac.c
4152
4153 EDAC-MPC85XX
4154 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4155 L:      linux-edac@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/edac/mpc85xx_edac.[ch]
4158
4159 EDAC-PASEMI
4160 M:      Egor Martovetsky <egor@pasemi.com>
4161 L:      linux-edac@vger.kernel.org
4162 S:      Maintained
4163 F:      drivers/edac/pasemi_edac.c
4164
4165 EDAC-R82600
4166 M:      Tim Small <tim@buttersideup.com>
4167 L:      linux-edac@vger.kernel.org
4168 S:      Maintained
4169 F:      drivers/edac/r82600_edac.c
4170
4171 EDAC-SBRIDGE
4172 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4173 L:      linux-edac@vger.kernel.org
4174 S:      Maintained
4175 F:      drivers/edac/sb_edac.c
4176
4177 EDAC-XGENE
4178 APPLIED MICRO (APM) X-GENE SOC EDAC
4179 M:     Loc Ho <lho@apm.com>
4180 S:     Supported
4181 F:     drivers/edac/xgene_edac.c
4182 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4183
4184 EDIROL UA-101/UA-1000 DRIVER
4185 M:      Clemens Ladisch <clemens@ladisch.de>
4186 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4187 T:      git git://git.alsa-project.org/alsa-kernel.git
4188 S:      Maintained
4189 F:      sound/usb/misc/ua101.c
4190
4191 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4192 M:      Matt Fleming <matt@codeblueprint.co.uk>
4193 L:      linux-efi@vger.kernel.org
4194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4195 S:      Maintained
4196 F:      Documentation/efi-stub.txt
4197 F:      arch/ia64/kernel/efi.c
4198 F:      arch/x86/boot/compressed/eboot.[ch]
4199 F:      arch/x86/include/asm/efi.h
4200 F:      arch/x86/platform/efi/*
4201 F:      drivers/firmware/efi/*
4202 F:      include/linux/efi*.h
4203
4204 EFI VARIABLE FILESYSTEM
4205 M:      Matthew Garrett <matthew.garrett@nebula.com>
4206 M:      Jeremy Kerr <jk@ozlabs.org>
4207 M:      Matt Fleming <matt@codeblueprint.co.uk>
4208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4209 L:      linux-efi@vger.kernel.org
4210 S:      Maintained
4211 F:      fs/efivarfs/
4212
4213 EFIFB FRAMEBUFFER DRIVER
4214 L:      linux-fbdev@vger.kernel.org
4215 M:      Peter Jones <pjones@redhat.com>
4216 S:      Maintained
4217 F:      drivers/video/fbdev/efifb.c
4218
4219 EFS FILESYSTEM
4220 W:      http://aeschi.ch.eu.org/efs/
4221 S:      Orphan
4222 F:      fs/efs/
4223
4224 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4225 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4226 L:      netdev@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/net/ethernet/ibm/ehea/
4229
4230 EM28XX VIDEO4LINUX DRIVER
4231 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4232 L:      linux-media@vger.kernel.org
4233 W:      https://linuxtv.org
4234 T:      git git://linuxtv.org/media_tree.git
4235 S:      Maintained
4236 F:      drivers/media/usb/em28xx/
4237
4238 EMBEDDED LINUX
4239 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4240 M:      Matt Mackall <mpm@selenic.com>
4241 M:      David Woodhouse <dwmw2@infradead.org>
4242 L:      linux-embedded@vger.kernel.org
4243 S:      Maintained
4244
4245 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4246 M:      James Smart <james.smart@avagotech.com>
4247 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4248 L:      linux-scsi@vger.kernel.org
4249 W:      http://www.avagotech.com
4250 S:      Supported
4251 F:      drivers/scsi/lpfc/
4252
4253 ENE CB710 FLASH CARD READER DRIVER
4254 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4255 S:      Maintained
4256 F:      drivers/misc/cb710/
4257 F:      drivers/mmc/host/cb710-mmc.*
4258 F:      include/linux/cb710.h
4259
4260 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4261 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4262 S:      Maintained
4263 F:      drivers/media/rc/ene_ir.*
4264
4265 EPSON S1D13XXX FRAMEBUFFER DRIVER
4266 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4267 S:      Maintained
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4269 F:      drivers/video/fbdev/s1d13xxxfb.c
4270 F:      include/video/s1d13xxxfb.h
4271
4272 ET131X NETWORK DRIVER
4273 M:      Mark Einon <mark.einon@gmail.com>
4274 S:      Odd Fixes
4275 F:      drivers/net/ethernet/agere/
4276
4277 ETHERNET BRIDGE
4278 M:      Stephen Hemminger <stephen@networkplumber.org>
4279 L:      bridge@lists.linux-foundation.org
4280 L:      netdev@vger.kernel.org
4281 W:      http://www.linuxfoundation.org/en/Net:Bridge
4282 S:      Maintained
4283 F:      include/linux/netfilter_bridge/
4284 F:      net/bridge/
4285
4286 ETHERNET PHY LIBRARY
4287 M:      Florian Fainelli <f.fainelli@gmail.com>
4288 L:      netdev@vger.kernel.org
4289 S:      Maintained
4290 F:      include/linux/phy.h
4291 F:      include/linux/phy_fixed.h
4292 F:      drivers/net/phy/
4293 F:      Documentation/networking/phy.txt
4294 F:      drivers/of/of_mdio.c
4295 F:      drivers/of/of_net.c
4296
4297 EXT2 FILE SYSTEM
4298 M:      Jan Kara <jack@suse.com>
4299 L:      linux-ext4@vger.kernel.org
4300 S:      Maintained
4301 F:      Documentation/filesystems/ext2.txt
4302 F:      fs/ext2/
4303 F:      include/linux/ext2*
4304
4305 EXT4 FILE SYSTEM
4306 M:      "Theodore Ts'o" <tytso@mit.edu>
4307 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4308 L:      linux-ext4@vger.kernel.org
4309 W:      http://ext4.wiki.kernel.org
4310 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4312 S:      Maintained
4313 F:      Documentation/filesystems/ext4.txt
4314 F:      fs/ext4/
4315
4316 Extended Verification Module (EVM)
4317 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4318 L:      linux-ima-devel@lists.sourceforge.net
4319 L:      linux-security-module@vger.kernel.org
4320 S:      Supported
4321 F:      security/integrity/evm/
4322
4323 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4324 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4325 M:      Chanwoo Choi <cw00.choi@samsung.com>
4326 L:      linux-kernel@vger.kernel.org
4327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4328 S:      Maintained
4329 F:      drivers/extcon/
4330 F:      include/linux/extcon/
4331 F:      include/linux/extcon.h
4332 F:      Documentation/extcon/
4333 F:      Documentation/devicetree/bindings/extcon/
4334
4335 EXYNOS DP DRIVER
4336 M:      Jingoo Han <jingoohan1@gmail.com>
4337 L:      dri-devel@lists.freedesktop.org
4338 S:      Maintained
4339 F:      drivers/gpu/drm/exynos/exynos_dp*
4340
4341 EXYNOS MIPI DISPLAY DRIVERS
4342 M:      Inki Dae <inki.dae@samsung.com>
4343 M:      Donghwa Lee <dh09.lee@samsung.com>
4344 M:      Kyungmin Park <kyungmin.park@samsung.com>
4345 L:      linux-fbdev@vger.kernel.org
4346 S:      Maintained
4347 F:      drivers/video/fbdev/exynos/exynos_mipi*
4348 F:      include/video/exynos_mipi*
4349
4350 F71805F HARDWARE MONITORING DRIVER
4351 M:      Jean Delvare <jdelvare@suse.com>
4352 L:      lm-sensors@lm-sensors.org
4353 S:      Maintained
4354 F:      Documentation/hwmon/f71805f
4355 F:      drivers/hwmon/f71805f.c
4356
4357 FC0011 TUNER DRIVER
4358 M:      Michael Buesch <m@bues.ch>
4359 L:      linux-media@vger.kernel.org
4360 S:      Maintained
4361 F:      drivers/media/tuners/fc0011.h
4362 F:      drivers/media/tuners/fc0011.c
4363
4364 FC2580 MEDIA DRIVER
4365 M:      Antti Palosaari <crope@iki.fi>
4366 L:      linux-media@vger.kernel.org
4367 W:      https://linuxtv.org
4368 W:      http://palosaari.fi/linux/
4369 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4370 T:      git git://linuxtv.org/anttip/media_tree.git
4371 S:      Maintained
4372 F:      drivers/media/tuners/fc2580*
4373
4374 FANOTIFY
4375 M:      Eric Paris <eparis@redhat.com>
4376 S:      Maintained
4377 F:      fs/notify/fanotify/
4378 F:      include/linux/fanotify.h
4379 F:      include/uapi/linux/fanotify.h
4380
4381 FARSYNC SYNCHRONOUS DRIVER
4382 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4383 W:      http://www.farsite.co.uk/
4384 S:      Supported
4385 F:      drivers/net/wan/farsync.*
4386
4387 FAULT INJECTION SUPPORT
4388 M:      Akinobu Mita <akinobu.mita@gmail.com>
4389 S:      Supported
4390 F:      Documentation/fault-injection/
4391 F:      lib/fault-inject.c
4392
4393 FBTFT Framebuffer drivers
4394 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4395 M:      Noralf Trønnes <noralf@tronnes.org>
4396 S:      Maintained
4397 F:      drivers/staging/fbtft/
4398
4399 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4400 M:      Vasu Dev <vasu.dev@intel.com>
4401 L:      fcoe-devel@open-fcoe.org
4402 W:      www.Open-FCoE.org
4403 S:      Supported
4404 F:      drivers/scsi/libfc/
4405 F:      drivers/scsi/fcoe/
4406 F:      include/scsi/fc/
4407 F:      include/scsi/libfc.h
4408 F:      include/scsi/libfcoe.h
4409 F:      include/uapi/scsi/fc/
4410
4411 FILE LOCKING (flock() and fcntl()/lockf())
4412 M:      Jeff Layton <jlayton@poochiereds.net>
4413 M:      "J. Bruce Fields" <bfields@fieldses.org>
4414 L:      linux-fsdevel@vger.kernel.org
4415 S:      Maintained
4416 F:      include/linux/fcntl.h
4417 F:      include/linux/fs.h
4418 F:      include/uapi/linux/fcntl.h
4419 F:      include/uapi/linux/fs.h
4420 F:      fs/fcntl.c
4421 F:      fs/locks.c
4422
4423 FILESYSTEMS (VFS and infrastructure)
4424 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4425 L:      linux-fsdevel@vger.kernel.org
4426 S:      Maintained
4427 F:      fs/*
4428
4429 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4430 M:      Riku Voipio <riku.voipio@iki.fi>
4431 L:      lm-sensors@lm-sensors.org
4432 S:      Maintained
4433 F:      drivers/hwmon/f75375s.c
4434 F:      include/linux/f75375s.h
4435
4436 FIREWIRE AUDIO DRIVERS
4437 M:      Clemens Ladisch <clemens@ladisch.de>
4438 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4439 T:      git git://git.alsa-project.org/alsa-kernel.git
4440 S:      Maintained
4441 F:      sound/firewire/
4442
4443 FIREWIRE MEDIA DRIVERS (firedtv)
4444 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4445 L:      linux-media@vger.kernel.org
4446 L:      linux1394-devel@lists.sourceforge.net
4447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4448 S:      Maintained
4449 F:      drivers/media/firewire/
4450
4451 FIREWIRE SBP-2 TARGET
4452 M:      Chris Boot <bootc@bootc.net>
4453 L:      linux-scsi@vger.kernel.org
4454 L:      target-devel@vger.kernel.org
4455 L:      linux1394-devel@lists.sourceforge.net
4456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4457 S:      Maintained
4458 F:      drivers/target/sbp/
4459
4460 FIREWIRE SUBSYSTEM
4461 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4462 L:      linux1394-devel@lists.sourceforge.net
4463 W:      http://ieee1394.wiki.kernel.org/
4464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4465 S:      Maintained
4466 F:      drivers/firewire/
4467 F:      include/linux/firewire.h
4468 F:      include/uapi/linux/firewire*.h
4469 F:      tools/firewire/
4470
4471 FIRMWARE LOADER (request_firmware)
4472 M:      Ming Lei <ming.lei@canonical.com>
4473 L:      linux-kernel@vger.kernel.org
4474 S:      Maintained
4475 F:      Documentation/firmware_class/
4476 F:      drivers/base/firmware*.c
4477 F:      include/linux/firmware.h
4478
4479 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4480 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4481 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4482 S:      Maintained
4483 F:      drivers/block/rsxx/
4484
4485 FLOPPY DRIVER
4486 M:      Jiri Kosina <jikos@kernel.org>
4487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4488 S:      Odd fixes
4489 F:      drivers/block/floppy.c
4490
4491 FMC SUBSYSTEM
4492 M:      Alessandro Rubini <rubini@gnudd.com>
4493 W:      http://www.ohwr.org/projects/fmc-bus
4494 S:      Supported
4495 F:      drivers/fmc/
4496 F:      include/linux/fmc*.h
4497 F:      include/linux/ipmi-fru.h
4498 K:      fmc_d.*register
4499
4500 FPGA MANAGER FRAMEWORK
4501 M:      Alan Tull <atull@opensource.altera.com>
4502 R:      Moritz Fischer <moritz.fischer@ettus.com>
4503 S:      Maintained
4504 F:      drivers/fpga/
4505 F:      include/linux/fpga/fpga-mgr.h
4506 W:      http://www.rocketboards.org
4507
4508 FPU EMULATOR
4509 M:      Bill Metzenthen <billm@melbpc.org.au>
4510 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4511 S:      Maintained
4512 F:      arch/x86/math-emu/
4513
4514 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4515 L:      netdev@vger.kernel.org
4516 S:      Orphan
4517 F:      drivers/net/wan/dlci.c
4518 F:      drivers/net/wan/sdla.c
4519
4520 FRAMEBUFFER LAYER
4521 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4522 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4523 L:      linux-fbdev@vger.kernel.org
4524 W:      http://linux-fbdev.sourceforge.net/
4525 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4527 S:      Maintained
4528 F:      Documentation/fb/
4529 F:      drivers/video/
4530 F:      include/video/
4531 F:      include/linux/fb.h
4532 F:      include/uapi/video/
4533 F:      include/uapi/linux/fb.h
4534
4535 FREESCALE DIU FRAMEBUFFER DRIVER
4536 M:      Timur Tabi <timur@tabi.org>
4537 L:      linux-fbdev@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/video/fbdev/fsl-diu-fb.*
4540
4541 FREESCALE DMA DRIVER
4542 M:      Li Yang <leoli@freescale.com>
4543 M:      Zhang Wei <zw@zh-kernel.org>
4544 L:      linuxppc-dev@lists.ozlabs.org
4545 S:      Maintained
4546 F:      drivers/dma/fsldma.*
4547
4548 FREESCALE GPMI NAND DRIVER
4549 M:      Han Xu <han.xu@nxp.com>
4550 L:      linux-mtd@lists.infradead.org
4551 S:      Maintained
4552 F:      drivers/mtd/nand/gpmi-nand/*
4553
4554 FREESCALE I2C CPM DRIVER
4555 M:      Jochen Friedrich <jochen@scram.de>
4556 L:      linuxppc-dev@lists.ozlabs.org
4557 L:      linux-i2c@vger.kernel.org
4558 S:      Maintained
4559 F:      drivers/i2c/busses/i2c-cpm.c
4560
4561 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4562 M:      Sascha Hauer <kernel@pengutronix.de>
4563 L:      linux-fbdev@vger.kernel.org
4564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4565 S:      Maintained
4566 F:      include/linux/platform_data/video-imxfb.h
4567 F:      drivers/video/fbdev/imxfb.c
4568
4569 FREESCALE QUAD SPI DRIVER
4570 M:      Han Xu <han.xu@nxp.com>
4571 L:      linux-mtd@lists.infradead.org
4572 S:      Maintained
4573 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4574
4575 FREESCALE SOC FS_ENET DRIVER
4576 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4577 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4578 L:      linuxppc-dev@lists.ozlabs.org
4579 L:      netdev@vger.kernel.org
4580 S:      Maintained
4581 F:      drivers/net/ethernet/freescale/fs_enet/
4582 F:      include/linux/fs_enet_pd.h
4583
4584 FREESCALE IMX / MXC FEC DRIVER
4585 M:      Fugang Duan <fugang.duan@nxp.com>
4586 L:      netdev@vger.kernel.org
4587 S:      Maintained
4588 F:      drivers/net/ethernet/freescale/fec_main.c
4589 F:      drivers/net/ethernet/freescale/fec_ptp.c
4590 F:      drivers/net/ethernet/freescale/fec.h
4591 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4592
4593 FREESCALE QUICC ENGINE LIBRARY
4594 L:      linuxppc-dev@lists.ozlabs.org
4595 S:      Orphan
4596 F:      drivers/soc/fsl/qe/
4597 F:      include/soc/fsl/*qe*.h
4598 F:      include/soc/fsl/*ucc*.h
4599
4600 FREESCALE USB PERIPHERAL DRIVERS
4601 M:      Li Yang <leoli@freescale.com>
4602 L:      linux-usb@vger.kernel.org
4603 L:      linuxppc-dev@lists.ozlabs.org
4604 S:      Maintained
4605 F:      drivers/usb/gadget/udc/fsl*
4606
4607 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4608 M:      Li Yang <leoli@freescale.com>
4609 L:      netdev@vger.kernel.org
4610 L:      linuxppc-dev@lists.ozlabs.org
4611 S:      Maintained
4612 F:      drivers/net/ethernet/freescale/ucc_geth*
4613
4614 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4615 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4616 L:      netdev@vger.kernel.org
4617 S:      Maintained
4618 F:      drivers/net/ethernet/freescale/gianfar*
4619 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4620 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4621
4622 FREESCALE QUICC ENGINE UCC UART DRIVER
4623 M:      Timur Tabi <timur@tabi.org>
4624 L:      linuxppc-dev@lists.ozlabs.org
4625 S:      Maintained
4626 F:      drivers/tty/serial/ucc_uart.c
4627
4628 FREESCALE SOC SOUND DRIVERS
4629 M:      Timur Tabi <timur@tabi.org>
4630 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4631 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4632 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4633 L:      linuxppc-dev@lists.ozlabs.org
4634 S:      Maintained
4635 F:      sound/soc/fsl/fsl*
4636 F:      sound/soc/fsl/imx*
4637 F:      sound/soc/fsl/mpc8610_hpcd.c
4638
4639 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4640 M:      "J. German Rivera" <German.Rivera@freescale.com>
4641 L:      linux-kernel@vger.kernel.org
4642 S:      Maintained
4643 F:      drivers/staging/fsl-mc/
4644
4645 FREEVXFS FILESYSTEM
4646 M:      Christoph Hellwig <hch@infradead.org>
4647 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4648 S:      Maintained
4649 F:      fs/freevxfs/
4650
4651 FREEZER
4652 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4653 M:      Pavel Machek <pavel@ucw.cz>
4654 L:      linux-pm@vger.kernel.org
4655 S:      Supported
4656 F:      Documentation/power/freezing-of-tasks.txt
4657 F:      include/linux/freezer.h
4658 F:      kernel/freezer.c
4659
4660 FRONTSWAP API
4661 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4662 L:      linux-kernel@vger.kernel.org
4663 S:      Maintained
4664 F:      mm/frontswap.c
4665 F:      include/linux/frontswap.h
4666
4667 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4668 M:      David Howells <dhowells@redhat.com>
4669 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4670 S:      Supported
4671 F:      Documentation/filesystems/caching/
4672 F:      fs/fscache/
4673 F:      include/linux/fscache*.h
4674
4675 F2FS FILE SYSTEM
4676 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4677 M:      Changman Lee <cm224.lee@samsung.com>
4678 R:      Chao Yu <chao2.yu@samsung.com>
4679 L:      linux-f2fs-devel@lists.sourceforge.net
4680 W:      http://en.wikipedia.org/wiki/F2FS
4681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4682 S:      Maintained
4683 F:      Documentation/filesystems/f2fs.txt
4684 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4685 F:      fs/f2fs/
4686 F:      include/linux/f2fs_fs.h
4687 F:      include/trace/events/f2fs.h
4688
4689 FUJITSU FR-V (FRV) PORT
4690 S:      Orphan
4691 F:      arch/frv/
4692
4693 FUJITSU LAPTOP EXTRAS
4694 M:      Jonathan Woithe <jwoithe@just42.net>
4695 L:      platform-driver-x86@vger.kernel.org
4696 S:      Maintained
4697 F:      drivers/platform/x86/fujitsu-laptop.c
4698
4699 FUJITSU M-5MO LS CAMERA ISP DRIVER
4700 M:      Kyungmin Park <kyungmin.park@samsung.com>
4701 M:      Heungjun Kim <riverful.kim@samsung.com>
4702 L:      linux-media@vger.kernel.org
4703 S:      Maintained
4704 F:      drivers/media/i2c/m5mols/
4705 F:      include/media/i2c/m5mols.h
4706
4707 FUJITSU TABLET EXTRAS
4708 M:      Robert Gerlach <khnz@gmx.de>
4709 L:      platform-driver-x86@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/platform/x86/fujitsu-tablet.c
4712
4713 FUSE: FILESYSTEM IN USERSPACE
4714 M:      Miklos Szeredi <miklos@szeredi.hu>
4715 L:      fuse-devel@lists.sourceforge.net
4716 W:      http://fuse.sourceforge.net/
4717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4718 S:      Maintained
4719 F:      fs/fuse/
4720 F:      include/uapi/linux/fuse.h
4721 F:      Documentation/filesystems/fuse.txt
4722
4723 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4724 M:      Rik Faith <faith@cs.unc.edu>
4725 L:      linux-scsi@vger.kernel.org
4726 S:      Odd Fixes (e.g., new signatures)
4727 F:      drivers/scsi/fdomain.*
4728
4729 GCOV BASED KERNEL PROFILING
4730 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4731 S:      Maintained
4732 F:      kernel/gcov/
4733 F:      Documentation/gcov.txt
4734
4735 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4736 M:      Achim Leubner <achim_leubner@adaptec.com>
4737 L:      linux-scsi@vger.kernel.org
4738 W:      http://www.icp-vortex.com/
4739 S:      Supported
4740 F:      drivers/scsi/gdt*
4741
4742 GDB KERNEL DEBUGGING HELPER SCRIPTS
4743 M:      Jan Kiszka <jan.kiszka@siemens.com>
4744 S:      Supported
4745 F:      scripts/gdb/
4746
4747 GEMTEK FM RADIO RECEIVER DRIVER
4748 M:      Hans Verkuil <hverkuil@xs4all.nl>
4749 L:      linux-media@vger.kernel.org
4750 T:      git git://linuxtv.org/media_tree.git
4751 W:      https://linuxtv.org
4752 S:      Maintained
4753 F:      drivers/media/radio/radio-gemtek*
4754
4755 GENERIC GPIO I2C DRIVER
4756 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4757 S:      Supported
4758 F:      drivers/i2c/busses/i2c-gpio.c
4759 F:      include/linux/i2c-gpio.h
4760
4761 GENERIC GPIO I2C MULTIPLEXER DRIVER
4762 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4763 L:      linux-i2c@vger.kernel.org
4764 S:      Supported
4765 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4766 F:      include/linux/i2c-mux-gpio.h
4767 F:      Documentation/i2c/muxes/i2c-mux-gpio
4768
4769 GENERIC HDLC (WAN) DRIVERS
4770 M:      Krzysztof Halasa <khc@pm.waw.pl>
4771 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4772 S:      Maintained
4773 F:      drivers/net/wan/c101.c
4774 F:      drivers/net/wan/hd6457*
4775 F:      drivers/net/wan/hdlc*
4776 F:      drivers/net/wan/n2.c
4777 F:      drivers/net/wan/pc300too.c
4778 F:      drivers/net/wan/pci200syn.c
4779 F:      drivers/net/wan/wanxl*
4780
4781 GENERIC INCLUDE/ASM HEADER FILES
4782 M:      Arnd Bergmann <arnd@arndb.de>
4783 L:      linux-arch@vger.kernel.org
4784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4785 S:      Maintained
4786 F:      include/asm-generic/
4787 F:      include/uapi/asm-generic/
4788
4789 GENERIC PHY FRAMEWORK
4790 M:      Kishon Vijay Abraham I <kishon@ti.com>
4791 L:      linux-kernel@vger.kernel.org
4792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4793 S:      Supported
4794 F:      drivers/phy/
4795 F:      include/linux/phy/
4796
4797 GENERIC PM DOMAINS
4798 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4799 M:      Kevin Hilman <khilman@kernel.org>
4800 M:      Ulf Hansson <ulf.hansson@linaro.org>
4801 L:      linux-pm@vger.kernel.org
4802 S:      Supported
4803 F:      drivers/base/power/domain*.c
4804 F:      include/linux/pm_domain.h
4805
4806 GENERIC UIO DRIVER FOR PCI DEVICES
4807 M:      "Michael S. Tsirkin" <mst@redhat.com>
4808 L:      kvm@vger.kernel.org
4809 S:      Supported
4810 F:      drivers/uio/uio_pci_generic.c
4811
4812 GET_MAINTAINER SCRIPT
4813 M:      Joe Perches <joe@perches.com>
4814 S:      Maintained
4815 F:      scripts/get_maintainer.pl
4816
4817 GFS2 FILE SYSTEM
4818 M:      Steven Whitehouse <swhiteho@redhat.com>
4819 M:      Bob Peterson <rpeterso@redhat.com>
4820 L:      cluster-devel@redhat.com
4821 W:      http://sources.redhat.com/cluster/
4822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4823 S:      Supported
4824 F:      Documentation/filesystems/gfs2*.txt
4825 F:      fs/gfs2/
4826 F:      include/uapi/linux/gfs2_ondisk.h
4827
4828 GIGASET ISDN DRIVERS
4829 M:      Paul Bolle <pebolle@tiscali.nl>
4830 L:      gigaset307x-common@lists.sourceforge.net
4831 W:      http://gigaset307x.sourceforge.net/
4832 S:      Odd Fixes
4833 F:      Documentation/isdn/README.gigaset
4834 F:      drivers/isdn/gigaset/
4835 F:      include/uapi/linux/gigaset_dev.h
4836
4837 GO7007 MPEG CODEC
4838 M:      Hans Verkuil <hans.verkuil@cisco.com>
4839 L:      linux-media@vger.kernel.org
4840 S:      Maintained
4841 F:      drivers/media/usb/go7007/
4842
4843 GOODIX TOUCHSCREEN
4844 M:      Bastien Nocera <hadess@hadess.net>
4845 L:      linux-input@vger.kernel.org
4846 S:      Maintained
4847 F:      drivers/input/touchscreen/goodix.c
4848
4849 GPIO SUBSYSTEM
4850 M:      Linus Walleij <linus.walleij@linaro.org>
4851 M:      Alexandre Courbot <gnurou@gmail.com>
4852 L:      linux-gpio@vger.kernel.org
4853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4854 S:      Maintained
4855 F:      Documentation/gpio/
4856 F:      Documentation/ABI/testing/gpio-cdev
4857 F:      Documentation/ABI/obsolete/sysfs-gpio
4858 F:      drivers/gpio/
4859 F:      include/linux/gpio/
4860 F:      include/linux/gpio.h
4861 F:      include/asm-generic/gpio.h
4862 F:      include/uapi/linux/gpio.h
4863 F:      tools/gpio/
4864
4865 GRE DEMULTIPLEXER DRIVER
4866 M:      Dmitry Kozlov <xeb@mail.ru>
4867 L:      netdev@vger.kernel.org
4868 S:      Maintained
4869 F:      net/ipv4/gre_demux.c
4870 F:      net/ipv4/gre_offload.c
4871 F:      include/net/gre.h
4872
4873 GRETH 10/100/1G Ethernet MAC device driver
4874 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4875 L:      netdev@vger.kernel.org
4876 S:      Maintained
4877 F:      drivers/net/ethernet/aeroflex/
4878
4879 GSPCA FINEPIX SUBDRIVER
4880 M:      Frank Zago <frank@zago.net>
4881 L:      linux-media@vger.kernel.org
4882 T:      git git://linuxtv.org/media_tree.git
4883 S:      Maintained
4884 F:      drivers/media/usb/gspca/finepix.c
4885
4886 GSPCA GL860 SUBDRIVER
4887 M:      Olivier Lorin <o.lorin@laposte.net>
4888 L:      linux-media@vger.kernel.org
4889 T:      git git://linuxtv.org/media_tree.git
4890 S:      Maintained
4891 F:      drivers/media/usb/gspca/gl860/
4892
4893 GSPCA M5602 SUBDRIVER
4894 M:      Erik Andren <erik.andren@gmail.com>
4895 L:      linux-media@vger.kernel.org
4896 T:      git git://linuxtv.org/media_tree.git
4897 S:      Maintained
4898 F:      drivers/media/usb/gspca/m5602/
4899
4900 GSPCA PAC207 SONIXB SUBDRIVER
4901 M:      Hans de Goede <hdegoede@redhat.com>
4902 L:      linux-media@vger.kernel.org
4903 T:      git git://linuxtv.org/media_tree.git
4904 S:      Maintained
4905 F:      drivers/media/usb/gspca/pac207.c
4906
4907 GSPCA SN9C20X SUBDRIVER
4908 M:      Brian Johnson <brijohn@gmail.com>
4909 L:      linux-media@vger.kernel.org
4910 T:      git git://linuxtv.org/media_tree.git
4911 S:      Maintained
4912 F:      drivers/media/usb/gspca/sn9c20x.c
4913
4914 GSPCA T613 SUBDRIVER
4915 M:      Leandro Costantino <lcostantino@gmail.com>
4916 L:      linux-media@vger.kernel.org
4917 T:      git git://linuxtv.org/media_tree.git
4918 S:      Maintained
4919 F:      drivers/media/usb/gspca/t613.c
4920
4921 GSPCA USB WEBCAM DRIVER
4922 M:      Hans de Goede <hdegoede@redhat.com>
4923 L:      linux-media@vger.kernel.org
4924 T:      git git://linuxtv.org/media_tree.git
4925 S:      Maintained
4926 F:      drivers/media/usb/gspca/
4927
4928 GUID PARTITION TABLE (GPT)
4929 M:      Davidlohr Bueso <dave@stgolabs.net>
4930 L:      linux-efi@vger.kernel.org
4931 S:      Maintained
4932 F:      block/partitions/efi.*
4933
4934 STK1160 USB VIDEO CAPTURE DRIVER
4935 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4936 L:      linux-media@vger.kernel.org
4937 T:      git git://linuxtv.org/media_tree.git
4938 S:      Maintained
4939 F:      drivers/media/usb/stk1160/
4940
4941 H8/300 ARCHITECTURE
4942 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4943 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4944 W:      http://uclinux-h8.sourceforge.jp
4945 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4946 S:      Maintained
4947 F:      arch/h8300/
4948 F:      drivers/clocksource/h8300_*.c
4949 F:      drivers/clk/h8300/
4950 F:      drivers/irqchip/irq-renesas-h8*.c
4951
4952 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4953 M:      Frank Seidel <frank@f-seidel.de>
4954 L:      platform-driver-x86@vger.kernel.org
4955 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4956 S:      Maintained
4957 F:      drivers/platform/x86/hdaps.c
4958
4959 HDPVR USB VIDEO ENCODER DRIVER
4960 M:      Hans Verkuil <hverkuil@xs4all.nl>
4961 L:      linux-media@vger.kernel.org
4962 T:      git git://linuxtv.org/media_tree.git
4963 W:      https://linuxtv.org
4964 S:      Odd Fixes
4965 F:      drivers/media/usb/hdpvr/
4966
4967 HWPOISON MEMORY FAILURE HANDLING
4968 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4969 L:      linux-mm@kvack.org
4970 S:      Maintained
4971 F:      mm/memory-failure.c
4972 F:      mm/hwpoison-inject.c
4973
4974 HYPERVISOR VIRTUAL CONSOLE DRIVER
4975 L:      linuxppc-dev@lists.ozlabs.org
4976 S:      Odd Fixes
4977 F:      drivers/tty/hvc/
4978
4979 HACKRF MEDIA DRIVER
4980 M:      Antti Palosaari <crope@iki.fi>
4981 L:      linux-media@vger.kernel.org
4982 W:      https://linuxtv.org
4983 W:      http://palosaari.fi/linux/
4984 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4985 T:      git git://linuxtv.org/anttip/media_tree.git
4986 S:      Maintained
4987 F:      drivers/media/usb/hackrf/
4988
4989 HARDWARE MONITORING
4990 M:      Jean Delvare <jdelvare@suse.com>
4991 M:      Guenter Roeck <linux@roeck-us.net>
4992 L:      lm-sensors@lm-sensors.org
4993 W:      http://www.lm-sensors.org/
4994 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4996 S:      Maintained
4997 F:      Documentation/hwmon/
4998 F:      drivers/hwmon/
4999 F:      include/linux/hwmon*.h
5000
5001 HARDWARE RANDOM NUMBER GENERATOR CORE
5002 M:      Matt Mackall <mpm@selenic.com>
5003 M:      Herbert Xu <herbert@gondor.apana.org.au>
5004 L:      linux-crypto@vger.kernel.org
5005 S:      Odd fixes
5006 F:      Documentation/hw_random.txt
5007 F:      drivers/char/hw_random/
5008 F:      include/linux/hw_random.h
5009
5010 HARDWARE SPINLOCK CORE
5011 M:      Ohad Ben-Cohen <ohad@wizery.com>
5012 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
5013 S:      Maintained
5014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
5015 F:      Documentation/hwspinlock.txt
5016 F:      drivers/hwspinlock/hwspinlock_*
5017 F:      include/linux/hwspinlock.h
5018
5019 HARMONY SOUND DRIVER
5020 L:      linux-parisc@vger.kernel.org
5021 S:      Maintained
5022 F:      sound/parisc/harmony.*
5023
5024 HD29L2 MEDIA DRIVER
5025 M:      Antti Palosaari <crope@iki.fi>
5026 L:      linux-media@vger.kernel.org
5027 W:      https://linuxtv.org
5028 W:      http://palosaari.fi/linux/
5029 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5030 T:      git git://linuxtv.org/anttip/media_tree.git
5031 S:      Maintained
5032 F:      drivers/media/dvb-frontends/hd29l2*
5033
5034 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5035 M:      Don Brace <don.brace@microsemi.com>
5036 L:      iss_storagedev@hp.com
5037 L:      esc.storagedev@microsemi.com
5038 L:      linux-scsi@vger.kernel.org
5039 S:      Supported
5040 F:      Documentation/scsi/hpsa.txt
5041 F:      drivers/scsi/hpsa*.[ch]
5042 F:      include/linux/cciss*.h
5043 F:      include/uapi/linux/cciss*.h
5044
5045 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5046 M:      Don Brace <don.brace@microsemi.com>
5047 L:      iss_storagedev@hp.com
5048 L:      esc.storagedev@microsemi.com
5049 L:      linux-scsi@vger.kernel.org
5050 S:      Supported
5051 F:      Documentation/blockdev/cciss.txt
5052 F:      drivers/block/cciss*
5053 F:      include/linux/cciss_ioctl.h
5054 F:      include/uapi/linux/cciss_ioctl.h
5055
5056 HFS FILESYSTEM
5057 L:      linux-fsdevel@vger.kernel.org
5058 S:      Orphan
5059 F:      Documentation/filesystems/hfs.txt
5060 F:      fs/hfs/
5061
5062 HFSPLUS FILESYSTEM
5063 L:      linux-fsdevel@vger.kernel.org
5064 S:      Orphan
5065 F:      Documentation/filesystems/hfsplus.txt
5066 F:      fs/hfsplus/
5067
5068 HGA FRAMEBUFFER DRIVER
5069 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5070 L:      linux-nvidia@lists.surfsouth.com
5071 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5072 S:      Maintained
5073 F:      drivers/video/fbdev/hgafb.c
5074
5075 HIBERNATION (aka Software Suspend, aka swsusp)
5076 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5077 M:      Pavel Machek <pavel@ucw.cz>
5078 L:      linux-pm@vger.kernel.org
5079 S:      Supported
5080 F:      arch/x86/power/
5081 F:      drivers/base/power/
5082 F:      kernel/power/
5083 F:      include/linux/suspend.h
5084 F:      include/linux/freezer.h
5085 F:      include/linux/pm.h
5086 F:      arch/*/include/asm/suspend*.h
5087
5088 HID CORE LAYER
5089 M:      Jiri Kosina <jikos@kernel.org>
5090 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5091 L:      linux-input@vger.kernel.org
5092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5093 S:      Maintained
5094 F:      drivers/hid/
5095 F:      include/linux/hid*
5096 F:      include/uapi/linux/hid*
5097
5098 HID SENSOR HUB DRIVERS
5099 M:      Jiri Kosina <jikos@kernel.org>
5100 M:      Jonathan Cameron <jic23@kernel.org>
5101 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5102 L:      linux-input@vger.kernel.org
5103 L:      linux-iio@vger.kernel.org
5104 S:      Maintained
5105 F:      Documentation/hid/hid-sensor*
5106 F:      drivers/hid/hid-sensor-*
5107 F:      drivers/iio/*/hid-*
5108 F:      include/linux/hid-sensor-*
5109
5110 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5111 M:      Thomas Gleixner <tglx@linutronix.de>
5112 L:      linux-kernel@vger.kernel.org
5113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5114 S:      Maintained
5115 F:      Documentation/timers/
5116 F:      kernel/time/hrtimer.c
5117 F:      kernel/time/clockevents.c
5118 F:      kernel/time/tick*.*
5119 F:      kernel/time/timer_*.c
5120 F:      include/linux/clockchips.h
5121 F:      include/linux/hrtimer.h
5122
5123 HIGH-SPEED SCC DRIVER FOR AX.25
5124 L:      linux-hams@vger.kernel.org
5125 S:      Orphan
5126 F:      drivers/net/hamradio/dmascc.c
5127 F:      drivers/net/hamradio/scc.c
5128
5129 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5130 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5131 W:      http://www.highpoint-tech.com
5132 S:      Supported
5133 F:      Documentation/scsi/hptiop.txt
5134 F:      drivers/scsi/hptiop.c
5135
5136 HIPPI
5137 M:      Jes Sorensen <jes@trained-monkey.org>
5138 L:      linux-hippi@sunsite.dk
5139 S:      Maintained
5140 F:      include/linux/hippidevice.h
5141 F:      include/uapi/linux/if_hippi.h
5142 F:      net/802/hippi.c
5143 F:      drivers/net/hippi/
5144
5145 HISILICON SAS Controller
5146 M:      John Garry <john.garry@huawei.com>
5147 W:      http://www.hisilicon.com
5148 S:      Supported
5149 F:      drivers/scsi/hisi_sas/
5150 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5151
5152 HOST AP DRIVER
5153 M:      Jouni Malinen <j@w1.fi>
5154 L:      hostap@shmoo.com (subscribers-only)
5155 L:      linux-wireless@vger.kernel.org
5156 W:      http://hostap.epitest.fi/
5157 S:      Maintained
5158 F:      drivers/net/wireless/intersil/hostap/
5159
5160 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5161 L:      platform-driver-x86@vger.kernel.org
5162 S:      Orphan
5163 F:      drivers/platform/x86/tc1100-wmi.c
5164
5165 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5166 M:      Jaroslav Kysela <perex@perex.cz>
5167 S:      Maintained
5168 F:      drivers/net/ethernet/hp/hp100.*
5169
5170 HPET:   High Precision Event Timers driver
5171 M:      Clemens Ladisch <clemens@ladisch.de>
5172 S:      Maintained
5173 F:      Documentation/timers/hpet.txt
5174 F:      drivers/char/hpet.c
5175 F:      include/linux/hpet.h
5176 F:      include/uapi/linux/hpet.h
5177
5178 HPET:   x86
5179 S:      Orphan
5180 F:      arch/x86/kernel/hpet.c
5181 F:      arch/x86/include/asm/hpet.h
5182
5183 HPFS FILESYSTEM
5184 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5185 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5186 S:      Maintained
5187 F:      fs/hpfs/
5188
5189 HSI SUBSYSTEM
5190 M:      Sebastian Reichel <sre@kernel.org>
5191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5192 S:      Maintained
5193 F:      Documentation/ABI/testing/sysfs-bus-hsi
5194 F:      Documentation/hsi.txt
5195 F:      drivers/hsi/
5196 F:      include/linux/hsi/
5197 F:      include/uapi/linux/hsi/
5198
5199 HSO 3G MODEM DRIVER
5200 M:      Jan Dumon <j.dumon@option.com>
5201 W:      http://www.pharscape.org
5202 S:      Maintained
5203 F:      drivers/net/usb/hso.c
5204
5205 HSR NETWORK PROTOCOL
5206 M:      Arvid Brodin <arvid.brodin@alten.se>
5207 L:      netdev@vger.kernel.org
5208 S:      Maintained
5209 F:      net/hsr/
5210
5211 HTCPEN TOUCHSCREEN DRIVER
5212 M:      Pau Oliva Fora <pof@eslack.org>
5213 L:      linux-input@vger.kernel.org
5214 S:      Maintained
5215 F:      drivers/input/touchscreen/htcpen.c
5216
5217 HUGETLB FILESYSTEM
5218 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5219 S:      Maintained
5220 F:      fs/hugetlbfs/
5221
5222 Hyper-V CORE AND DRIVERS
5223 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5224 M:      Haiyang Zhang <haiyangz@microsoft.com>
5225 L:      devel@linuxdriverproject.org
5226 S:      Maintained
5227 F:      arch/x86/include/asm/mshyperv.h
5228 F:      arch/x86/include/uapi/asm/hyperv.h
5229 F:      arch/x86/kernel/cpu/mshyperv.c
5230 F:      drivers/hid/hid-hyperv.c
5231 F:      drivers/hv/
5232 F:      drivers/input/serio/hyperv-keyboard.c
5233 F:      drivers/pci/host/pci-hyperv.c
5234 F:      drivers/net/hyperv/
5235 F:      drivers/scsi/storvsc_drv.c
5236 F:      drivers/video/fbdev/hyperv_fb.c
5237 F:      include/linux/hyperv.h
5238 F:      tools/hv/
5239 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5240
5241 I2C OVER PARALLEL PORT
5242 M:      Jean Delvare <jdelvare@suse.com>
5243 L:      linux-i2c@vger.kernel.org
5244 S:      Maintained
5245 F:      Documentation/i2c/busses/i2c-parport
5246 F:      Documentation/i2c/busses/i2c-parport-light
5247 F:      drivers/i2c/busses/i2c-parport.c
5248 F:      drivers/i2c/busses/i2c-parport-light.c
5249
5250 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5251 M:      Jean Delvare <jdelvare@suse.com>
5252 L:      linux-i2c@vger.kernel.org
5253 S:      Maintained
5254 F:      Documentation/i2c/busses/i2c-ali1535
5255 F:      Documentation/i2c/busses/i2c-ali1563
5256 F:      Documentation/i2c/busses/i2c-ali15x3
5257 F:      Documentation/i2c/busses/i2c-amd756
5258 F:      Documentation/i2c/busses/i2c-amd8111
5259 F:      Documentation/i2c/busses/i2c-i801
5260 F:      Documentation/i2c/busses/i2c-nforce2
5261 F:      Documentation/i2c/busses/i2c-piix4
5262 F:      Documentation/i2c/busses/i2c-sis5595
5263 F:      Documentation/i2c/busses/i2c-sis630
5264 F:      Documentation/i2c/busses/i2c-sis96x
5265 F:      Documentation/i2c/busses/i2c-via
5266 F:      Documentation/i2c/busses/i2c-viapro
5267 F:      drivers/i2c/busses/i2c-ali1535.c
5268 F:      drivers/i2c/busses/i2c-ali1563.c
5269 F:      drivers/i2c/busses/i2c-ali15x3.c
5270 F:      drivers/i2c/busses/i2c-amd756.c
5271 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5272 F:      drivers/i2c/busses/i2c-amd8111.c
5273 F:      drivers/i2c/busses/i2c-i801.c
5274 F:      drivers/i2c/busses/i2c-isch.c
5275 F:      drivers/i2c/busses/i2c-nforce2.c
5276 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5277 F:      drivers/i2c/busses/i2c-piix4.c
5278 F:      drivers/i2c/busses/i2c-sis5595.c
5279 F:      drivers/i2c/busses/i2c-sis630.c
5280 F:      drivers/i2c/busses/i2c-sis96x.c
5281 F:      drivers/i2c/busses/i2c-via.c
5282 F:      drivers/i2c/busses/i2c-viapro.c
5283
5284 I2C/SMBUS ISMT DRIVER
5285 M:      Seth Heasley <seth.heasley@intel.com>
5286 M:      Neil Horman <nhorman@tuxdriver.com>
5287 L:      linux-i2c@vger.kernel.org
5288 F:      drivers/i2c/busses/i2c-ismt.c
5289 F:      Documentation/i2c/busses/i2c-ismt
5290
5291 I2C/SMBUS STUB DRIVER
5292 M:      Jean Delvare <jdelvare@suse.com>
5293 L:      linux-i2c@vger.kernel.org
5294 S:      Maintained
5295 F:      drivers/i2c/i2c-stub.c
5296
5297 I2C SUBSYSTEM
5298 M:      Wolfram Sang <wsa@the-dreams.de>
5299 L:      linux-i2c@vger.kernel.org
5300 W:      https://i2c.wiki.kernel.org/
5301 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5303 S:      Maintained
5304 F:      Documentation/devicetree/bindings/i2c/
5305 F:      Documentation/i2c/
5306 F:      drivers/i2c/
5307 F:      drivers/i2c/*/
5308 F:      include/linux/i2c.h
5309 F:      include/linux/i2c-*.h
5310 F:      include/uapi/linux/i2c.h
5311 F:      include/uapi/linux/i2c-*.h
5312
5313 I2C ACPI SUPPORT
5314 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5315 L:      linux-i2c@vger.kernel.org
5316 L:      linux-acpi@vger.kernel.org
5317 S:      Maintained
5318
5319 I2C-TAOS-EVM DRIVER
5320 M:      Jean Delvare <jdelvare@suse.com>
5321 L:      linux-i2c@vger.kernel.org
5322 S:      Maintained
5323 F:      Documentation/i2c/busses/i2c-taos-evm
5324 F:      drivers/i2c/busses/i2c-taos-evm.c
5325
5326 I2C-TINY-USB DRIVER
5327 M:      Till Harbaum <till@harbaum.org>
5328 L:      linux-i2c@vger.kernel.org
5329 W:      http://www.harbaum.org/till/i2c_tiny_usb
5330 S:      Maintained
5331 F:      drivers/i2c/busses/i2c-tiny-usb.c
5332
5333 i386 BOOT CODE
5334 M:      "H. Peter Anvin" <hpa@zytor.com>
5335 S:      Maintained
5336 F:      arch/x86/boot/
5337
5338 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5339 M:      "H. Peter Anvin" <hpa@zytor.com>
5340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5341 S:      Maintained
5342
5343 IA64 (Itanium) PLATFORM
5344 M:      Tony Luck <tony.luck@intel.com>
5345 M:      Fenghua Yu <fenghua.yu@intel.com>
5346 L:      linux-ia64@vger.kernel.org
5347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5348 S:      Maintained
5349 F:      arch/ia64/
5350
5351 IBM Power VMX Cryptographic instructions
5352 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5353 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5354 L:      linux-crypto@vger.kernel.org
5355 S:      Supported
5356 F:      drivers/crypto/vmx/Makefile
5357 F:      drivers/crypto/vmx/Kconfig
5358 F:      drivers/crypto/vmx/vmx.c
5359 F:      drivers/crypto/vmx/aes*
5360 F:      drivers/crypto/vmx/ghash*
5361 F:      drivers/crypto/vmx/ppc-xlate.pl
5362
5363 IBM Power in-Nest Crypto Acceleration
5364 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5365 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5366 L:      linux-crypto@vger.kernel.org
5367 S:      Supported
5368 F:      drivers/crypto/nx/Makefile
5369 F:      drivers/crypto/nx/Kconfig
5370 F:      drivers/crypto/nx/nx-aes*
5371 F:      drivers/crypto/nx/nx-sha*
5372 F:      drivers/crypto/nx/nx.*
5373 F:      drivers/crypto/nx/nx_csbcpb.h
5374 F:      drivers/crypto/nx/nx_debugfs.h
5375
5376 IBM Power 842 compression accelerator
5377 M:      Dan Streetman <ddstreet@ieee.org>
5378 S:      Supported
5379 F:      drivers/crypto/nx/Makefile
5380 F:      drivers/crypto/nx/Kconfig
5381 F:      drivers/crypto/nx/nx-842*
5382 F:      include/linux/sw842.h
5383 F:      crypto/842.c
5384 F:      lib/842/
5385
5386 IBM Power Linux RAID adapter
5387 M:      Brian King <brking@us.ibm.com>
5388 S:      Supported
5389 F:      drivers/scsi/ipr.*
5390
5391 IBM Power Virtual Ethernet Device Driver
5392 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5393 L:      netdev@vger.kernel.org
5394 S:      Supported
5395 F:      drivers/net/ethernet/ibm/ibmveth.*
5396
5397 IBM Power SRIOV Virtual NIC Device Driver
5398 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5399 M:      John Allen <jallen@linux.vnet.ibm.com>
5400 L:      netdev@vger.kernel.org
5401 S:      Supported
5402 F:      drivers/net/ethernet/ibm/ibmvnic.*
5403
5404 IBM Power Virtual SCSI Device Drivers
5405 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5406 L:      linux-scsi@vger.kernel.org
5407 S:      Supported
5408 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5409 F:      drivers/scsi/ibmvscsi/viosrp.h
5410
5411 IBM Power Virtual FC Device Drivers
5412 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5413 L:      linux-scsi@vger.kernel.org
5414 S:      Supported
5415 F:      drivers/scsi/ibmvscsi/ibmvfc*
5416
5417 IBM ServeRAID RAID DRIVER
5418 S:      Orphan
5419 F:      drivers/scsi/ips.*
5420
5421 ICH LPC AND GPIO DRIVER
5422 M:      Peter Tyser <ptyser@xes-inc.com>
5423 S:      Maintained
5424 F:      drivers/mfd/lpc_ich.c
5425 F:      drivers/gpio/gpio-ich.c
5426
5427 IDE SUBSYSTEM
5428 M:      "David S. Miller" <davem@davemloft.net>
5429 L:      linux-ide@vger.kernel.org
5430 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5432 S:      Maintained
5433 F:      Documentation/ide/
5434 F:      drivers/ide/
5435 F:      include/linux/ide.h
5436
5437 IDEAPAD LAPTOP EXTRAS DRIVER
5438 M:      Ike Panhc <ike.pan@canonical.com>
5439 L:      platform-driver-x86@vger.kernel.org
5440 W:      http://launchpad.net/ideapad-laptop
5441 S:      Maintained
5442 F:      drivers/platform/x86/ideapad-laptop.c
5443
5444 IDEAPAD LAPTOP SLIDEBAR DRIVER
5445 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5446 L:      linux-input@vger.kernel.org
5447 W:      https://github.com/o2genum/ideapad-slidebar
5448 S:      Maintained
5449 F:      drivers/input/misc/ideapad_slidebar.c
5450
5451 IDE/ATAPI DRIVERS
5452 M:      Borislav Petkov <bp@alien8.de>
5453 L:      linux-ide@vger.kernel.org
5454 S:      Maintained
5455 F:      Documentation/cdrom/ide-cd
5456 F:      drivers/ide/ide-cd*
5457
5458 IDLE-I7300
5459 M:      Andy Henroid <andrew.d.henroid@intel.com>
5460 L:      linux-pm@vger.kernel.org
5461 S:      Supported
5462 F:      drivers/idle/i7300_idle.c
5463
5464 IEEE 802.15.4 SUBSYSTEM
5465 M:      Alexander Aring <aar@pengutronix.de>
5466 L:      linux-wpan@vger.kernel.org
5467 W:      http://wpan.cakelab.org/
5468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
5469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
5470 S:      Maintained
5471 F:      net/ieee802154/
5472 F:      net/mac802154/
5473 F:      drivers/net/ieee802154/
5474 F:      include/linux/nl802154.h
5475 F:      include/linux/ieee802154.h
5476 F:      include/net/nl802154.h
5477 F:      include/net/mac802154.h
5478 F:      include/net/af_ieee802154.h
5479 F:      include/net/cfg802154.h
5480 F:      include/net/ieee802154_netdev.h
5481 F:      Documentation/networking/ieee802154.txt
5482
5483 IGORPLUG-USB IR RECEIVER
5484 M:      Sean Young <sean@mess.org>
5485 L:      linux-media@vger.kernel.org
5486 S:      Maintained
5487 F:      drivers/media/rc/igorplugusb.c
5488
5489 IGUANAWORKS USB IR TRANSCEIVER
5490 M:      Sean Young <sean@mess.org>
5491 L:      linux-media@vger.kernel.org
5492 S:      Maintained
5493 F:      drivers/media/rc/iguanair.c
5494
5495 IIO SUBSYSTEM AND DRIVERS
5496 M:      Jonathan Cameron <jic23@kernel.org>
5497 R:      Hartmut Knaack <knaack.h@gmx.de>
5498 R:      Lars-Peter Clausen <lars@metafoo.de>
5499 R:      Peter Meerwald <pmeerw@pmeerw.net>
5500 L:      linux-iio@vger.kernel.org
5501 S:      Maintained
5502 F:      drivers/iio/
5503 F:      drivers/staging/iio/
5504 F:      include/linux/iio/
5505 F:      tools/iio/
5506
5507 IKANOS/ADI EAGLE ADSL USB DRIVER
5508 M:      Matthieu Castet <castet.matthieu@free.fr>
5509 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5510 S:      Maintained
5511 F:      drivers/usb/atm/ueagle-atm.c
5512
5513 INA209 HARDWARE MONITOR DRIVER
5514 M:      Guenter Roeck <linux@roeck-us.net>
5515 L:      lm-sensors@lm-sensors.org
5516 S:      Maintained
5517 F:      Documentation/hwmon/ina209
5518 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5519 F:      drivers/hwmon/ina209.c
5520
5521 INA2XX HARDWARE MONITOR DRIVER
5522 M:      Guenter Roeck <linux@roeck-us.net>
5523 L:      lm-sensors@lm-sensors.org
5524 S:      Maintained
5525 F:      Documentation/hwmon/ina2xx
5526 F:      drivers/hwmon/ina2xx.c
5527 F:      include/linux/platform_data/ina2xx.h
5528
5529 INDUSTRY PACK SUBSYSTEM (IPACK)
5530 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5531 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5532 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5533 L:      industrypack-devel@lists.sourceforge.net
5534 W:      http://industrypack.sourceforge.net
5535 S:      Maintained
5536 F:      drivers/ipack/
5537
5538 INGENIC JZ4780 DMA Driver
5539 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5540 S:      Maintained
5541 F:      drivers/dma/dma-jz4780.c
5542
5543 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5544 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5545 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5546 L:      linux-ima-devel@lists.sourceforge.net
5547 L:      linux-ima-user@lists.sourceforge.net
5548 L:      linux-security-module@vger.kernel.org
5549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5550 S:      Supported
5551 F:      security/integrity/ima/
5552
5553 IMGTEC IR DECODER DRIVER
5554 M:      James Hogan <james.hogan@imgtec.com>
5555 S:      Maintained
5556 F:      drivers/media/rc/img-ir/
5557
5558 IMS TWINTURBO FRAMEBUFFER DRIVER
5559 L:      linux-fbdev@vger.kernel.org
5560 S:      Orphan
5561 F:      drivers/video/fbdev/imsttfb.c
5562
5563 INFINIBAND SUBSYSTEM
5564 M:      Doug Ledford <dledford@redhat.com>
5565 M:      Sean Hefty <sean.hefty@intel.com>
5566 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5567 L:      linux-rdma@vger.kernel.org
5568 W:      http://www.openfabrics.org/
5569 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5571 S:      Supported
5572 F:      Documentation/infiniband/
5573 F:      drivers/infiniband/
5574 F:      drivers/staging/rdma/
5575 F:      include/uapi/linux/if_infiniband.h
5576 F:      include/uapi/rdma/
5577 F:      include/rdma/
5578
5579 INOTIFY
5580 M:      John McCutchan <john@johnmccutchan.com>
5581 M:      Robert Love <rlove@rlove.org>
5582 M:      Eric Paris <eparis@parisplace.org>
5583 S:      Maintained
5584 F:      Documentation/filesystems/inotify.txt
5585 F:      fs/notify/inotify/
5586 F:      include/linux/inotify.h
5587 F:      include/uapi/linux/inotify.h
5588
5589 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5590 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5591 L:      linux-input@vger.kernel.org
5592 Q:      http://patchwork.kernel.org/project/linux-input/list/
5593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5594 S:      Maintained
5595 F:      drivers/input/
5596 F:      include/linux/input.h
5597 F:      include/uapi/linux/input.h
5598 F:      include/linux/input/
5599 F:      Documentation/devicetree/bindings/input/
5600
5601 INPUT MULTITOUCH (MT) PROTOCOL
5602 M:      Henrik Rydberg <rydberg@bitmath.org>
5603 L:      linux-input@vger.kernel.org
5604 S:      Odd fixes
5605 F:      Documentation/input/multi-touch-protocol.txt
5606 F:      drivers/input/input-mt.c
5607 K:      \b(ABS|SYN)_MT_
5608
5609 INTEL ASoC BDW/HSW DRIVERS
5610 M:      Jie Yang <yang.jie@linux.intel.com>
5611 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5612 S:      Supported
5613 F:      sound/soc/intel/common/sst-dsp*
5614 F:      sound/soc/intel/common/sst-firmware.c
5615 F:      sound/soc/intel/boards/broadwell.c
5616 F:      sound/soc/intel/haswell/
5617
5618 INTEL C600 SERIES SAS CONTROLLER DRIVER
5619 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5620 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5621 L:      linux-scsi@vger.kernel.org
5622 T:      git git://git.code.sf.net/p/intel-sas/isci
5623 S:      Supported
5624 F:      drivers/scsi/isci/
5625
5626 INTEL HID EVENT DRIVER
5627 M:      Alex Hung <alex.hung@canonical.com>
5628 L:      platform-driver-x86@vger.kernel.org
5629 S:      Maintained
5630 F:      drivers/platform/x86/intel-hid.c
5631
5632 INTEL IDLE DRIVER
5633 M:      Len Brown <lenb@kernel.org>
5634 L:      linux-pm@vger.kernel.org
5635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5636 S:      Supported
5637 F:      drivers/idle/intel_idle.c
5638
5639 INTEL PSTATE DRIVER
5640 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5641 M:      Len Brown <lenb@kernel.org>
5642 L:      linux-pm@vger.kernel.org
5643 S:      Supported
5644 F:      drivers/cpufreq/intel_pstate.c
5645
5646 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5647 M:      Maik Broemme <mbroemme@plusserver.de>
5648 L:      linux-fbdev@vger.kernel.org
5649 S:      Maintained
5650 F:      Documentation/fb/intelfb.txt
5651 F:      drivers/video/fbdev/intelfb/
5652
5653 INTEL 810/815 FRAMEBUFFER DRIVER
5654 M:      Antonino Daplas <adaplas@gmail.com>
5655 L:      linux-fbdev@vger.kernel.org
5656 S:      Maintained
5657 F:      drivers/video/fbdev/i810/
5658
5659 INTEL MENLOW THERMAL DRIVER
5660 M:      Sujith Thomas <sujith.thomas@intel.com>
5661 L:      platform-driver-x86@vger.kernel.org
5662 W:      https://01.org/linux-acpi
5663 S:      Supported
5664 F:      drivers/platform/x86/intel_menlow.c
5665
5666 INTEL I/OAT DMA DRIVER
5667 M:      Dave Jiang <dave.jiang@intel.com>
5668 R:      Dan Williams <dan.j.williams@intel.com>
5669 L:      dmaengine@vger.kernel.org
5670 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5671 S:      Supported
5672 F:      drivers/dma/ioat*
5673
5674 INTEL IOMMU (VT-d)
5675 M:      David Woodhouse <dwmw2@infradead.org>
5676 L:      iommu@lists.linux-foundation.org
5677 T:      git git://git.infradead.org/iommu-2.6.git
5678 S:      Supported
5679 F:      drivers/iommu/intel-iommu.c
5680 F:      include/linux/intel-iommu.h
5681
5682 INTEL IOP-ADMA DMA DRIVER
5683 R:      Dan Williams <dan.j.williams@intel.com>
5684 S:      Odd fixes
5685 F:      drivers/dma/iop-adma.c
5686
5687 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5688 M:      Krzysztof Halasa <khalasa@piap.pl>
5689 S:      Maintained
5690 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5691 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5692 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5693 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5694 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5695 F:      drivers/net/wan/ixp4xx_hss.c
5696
5697 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5698 M:      Deepak Saxena <dsaxena@plexity.net>
5699 S:      Maintained
5700 F:      drivers/char/hw_random/ixp4xx-rng.c
5701
5702 INTEL ETHERNET DRIVERS
5703 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5704 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5705 R:      Shannon Nelson <shannon.nelson@intel.com>
5706 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5707 R:      Don Skidmore <donald.c.skidmore@intel.com>
5708 R:      Bruce Allan <bruce.w.allan@intel.com>
5709 R:      John Ronciak <john.ronciak@intel.com>
5710 R:      Mitch Williams <mitch.a.williams@intel.com>
5711 L:      intel-wired-lan@lists.osuosl.org
5712 W:      http://www.intel.com/support/feedback.htm
5713 W:      http://e1000.sourceforge.net/
5714 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5717 S:      Supported
5718 F:      Documentation/networking/e100.txt
5719 F:      Documentation/networking/e1000.txt
5720 F:      Documentation/networking/e1000e.txt
5721 F:      Documentation/networking/igb.txt
5722 F:      Documentation/networking/igbvf.txt
5723 F:      Documentation/networking/ixgb.txt
5724 F:      Documentation/networking/ixgbe.txt
5725 F:      Documentation/networking/ixgbevf.txt
5726 F:      Documentation/networking/i40e.txt
5727 F:      Documentation/networking/i40evf.txt
5728 F:      drivers/net/ethernet/intel/
5729 F:      drivers/net/ethernet/intel/*/
5730
5731 INTEL-MID GPIO DRIVER
5732 M:      David Cohen <david.a.cohen@linux.intel.com>
5733 L:      linux-gpio@vger.kernel.org
5734 S:      Maintained
5735 F:      drivers/gpio/gpio-intel-mid.c
5736
5737 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5738 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5739 L:      linux-wireless@vger.kernel.org
5740 S:      Maintained
5741 F:      Documentation/networking/README.ipw2100
5742 F:      Documentation/networking/README.ipw2200
5743 F:      drivers/net/wireless/intel/ipw2x00/
5744
5745 INTEL(R) TRACE HUB
5746 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5747 S:      Supported
5748 F:      Documentation/trace/intel_th.txt
5749 F:      drivers/hwtracing/intel_th/
5750
5751 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5752 M:      Ning Sun <ning.sun@intel.com>
5753 L:      tboot-devel@lists.sourceforge.net
5754 W:      http://tboot.sourceforge.net
5755 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5756 S:      Supported
5757 F:      Documentation/intel_txt.txt
5758 F:      include/linux/tboot.h
5759 F:      arch/x86/kernel/tboot.c
5760
5761 INTEL WIRELESS WIMAX CONNECTION 2400
5762 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5763 M:      linux-wimax@intel.com
5764 L:      wimax@linuxwimax.org (subscribers-only)
5765 S:      Supported
5766 W:      http://linuxwimax.org
5767 F:      Documentation/wimax/README.i2400m
5768 F:      drivers/net/wimax/i2400m/
5769 F:      include/uapi/linux/wimax/i2400m.h
5770
5771 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5772 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5773 L:      linux-wireless@vger.kernel.org
5774 S:      Supported
5775 F:      drivers/net/wireless/intel/iwlegacy/
5776
5777 INTEL WIRELESS WIFI LINK (iwlwifi)
5778 M:      Johannes Berg <johannes.berg@intel.com>
5779 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5780 M:      Intel Linux Wireless <linuxwifi@intel.com>
5781 L:      linux-wireless@vger.kernel.org
5782 W:      http://intellinuxwireless.org
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5784 S:      Supported
5785 F:      drivers/net/wireless/intel/iwlwifi/
5786
5787 INTEL MANAGEMENT ENGINE (mei)
5788 M:      Tomas Winkler <tomas.winkler@intel.com>
5789 L:      linux-kernel@vger.kernel.org
5790 S:      Supported
5791 F:      include/uapi/linux/mei.h
5792 F:      include/linux/mei_cl_bus.h
5793 F:      drivers/misc/mei/*
5794 F:      drivers/watchdog/mei_wdt.c
5795 F:      Documentation/misc-devices/mei/*
5796
5797 INTEL MIC DRIVERS (mic)
5798 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5799 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5800 S:      Supported
5801 W:      https://github.com/sudeepdutt/mic
5802 W:      http://software.intel.com/en-us/mic-developer
5803 F:      include/linux/mic_bus.h
5804 F:      include/linux/scif.h
5805 F:      include/uapi/linux/mic_common.h
5806 F:      include/uapi/linux/mic_ioctl.h
5807 F:      include/uapi/linux/scif_ioctl.h
5808 F:      drivers/misc/mic/
5809 F:      drivers/dma/mic_x100_dma.c
5810 F:      drivers/dma/mic_x100_dma.h
5811 F:      Documentation/mic/
5812
5813 INTEL PMC/P-Unit IPC DRIVER
5814 M:      Zha Qipeng<qipeng.zha@intel.com>
5815 L:      platform-driver-x86@vger.kernel.org
5816 S:      Maintained
5817 F:      drivers/platform/x86/intel_pmc_ipc.c
5818 F:      drivers/platform/x86/intel_punit_ipc.c
5819 F:      arch/x86/include/asm/intel_pmc_ipc.h
5820 F:      arch/x86/include/asm/intel_punit_ipc.h
5821
5822 INTEL TELEMETRY DRIVER
5823 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5824 L:      platform-driver-x86@vger.kernel.org
5825 S:      Maintained
5826 F:      arch/x86/include/asm/intel_telemetry.h
5827 F:      drivers/platform/x86/intel_telemetry*
5828
5829 IOC3 ETHERNET DRIVER
5830 M:      Ralf Baechle <ralf@linux-mips.org>
5831 L:      linux-mips@linux-mips.org
5832 S:      Maintained
5833 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5834
5835 IOC3 SERIAL DRIVER
5836 M:      Pat Gefre <pfg@sgi.com>
5837 L:      linux-serial@vger.kernel.org
5838 S:      Maintained
5839 F:      drivers/tty/serial/ioc3_serial.c
5840
5841 IOMMU DRIVERS
5842 M:      Joerg Roedel <joro@8bytes.org>
5843 L:      iommu@lists.linux-foundation.org
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5845 S:      Maintained
5846 F:      drivers/iommu/
5847
5848 IP MASQUERADING
5849 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5850 S:      Maintained
5851 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5852
5853 IPMI SUBSYSTEM
5854 M:      Corey Minyard <minyard@acm.org>
5855 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5856 W:      http://openipmi.sourceforge.net/
5857 S:      Supported
5858 F:      Documentation/IPMI.txt
5859 F:      drivers/char/ipmi/
5860 F:      include/linux/ipmi*
5861 F:      include/uapi/linux/ipmi*
5862
5863 QCOM AUDIO (ASoC) DRIVERS
5864 M:      Patrick Lai <plai@codeaurora.org>
5865 M:      Banajit Goswami <bgoswami@codeaurora.org>
5866 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5867 S:      Supported
5868 F:      sound/soc/qcom/
5869
5870 IPS SCSI RAID DRIVER
5871 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5872 L:      linux-scsi@vger.kernel.org
5873 W:      http://www.adaptec.com/
5874 S:      Maintained
5875 F:      drivers/scsi/ips*
5876
5877 IPVS
5878 M:      Wensong Zhang <wensong@linux-vs.org>
5879 M:      Simon Horman <horms@verge.net.au>
5880 M:      Julian Anastasov <ja@ssi.bg>
5881 L:      netdev@vger.kernel.org
5882 L:      lvs-devel@vger.kernel.org
5883 S:      Maintained
5884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5886 F:      Documentation/networking/ipvs-sysctl.txt
5887 F:      include/net/ip_vs.h
5888 F:      include/uapi/linux/ip_vs.h
5889 F:      net/netfilter/ipvs/
5890
5891 IPWIRELESS DRIVER
5892 M:      Jiri Kosina <jikos@kernel.org>
5893 M:      David Sterba <dsterba@suse.com>
5894 S:      Odd Fixes
5895 F:      drivers/tty/ipwireless/
5896
5897 IPX NETWORK LAYER
5898 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5899 L:      netdev@vger.kernel.org
5900 S:      Maintained
5901 F:      include/net/ipx.h
5902 F:      include/uapi/linux/ipx.h
5903 F:      net/ipx/
5904
5905 IRDA SUBSYSTEM
5906 M:      Samuel Ortiz <samuel@sortiz.org>
5907 L:      irda-users@lists.sourceforge.net (subscribers-only)
5908 L:      netdev@vger.kernel.org
5909 W:      http://irda.sourceforge.net/
5910 S:      Maintained
5911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5912 F:      Documentation/networking/irda.txt
5913 F:      drivers/net/irda/
5914 F:      include/net/irda/
5915 F:      net/irda/
5916
5917 IRQ SUBSYSTEM
5918 M:      Thomas Gleixner <tglx@linutronix.de>
5919 L:      linux-kernel@vger.kernel.org
5920 S:      Maintained
5921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5922 F:      kernel/irq/
5923
5924 IRQCHIP DRIVERS
5925 M:      Thomas Gleixner <tglx@linutronix.de>
5926 M:      Jason Cooper <jason@lakedaemon.net>
5927 M:      Marc Zyngier <marc.zyngier@arm.com>
5928 L:      linux-kernel@vger.kernel.org
5929 S:      Maintained
5930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5931 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5932 F:      Documentation/devicetree/bindings/interrupt-controller/
5933 F:      drivers/irqchip/
5934
5935 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5936 M:      Jiang Liu <jiang.liu@linux.intel.com>
5937 M:      Marc Zyngier <marc.zyngier@arm.com>
5938 S:      Maintained
5939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5940 F:      Documentation/IRQ-domain.txt
5941 F:      include/linux/irqdomain.h
5942 F:      kernel/irq/irqdomain.c
5943 F:      kernel/irq/msi.c
5944
5945 ISAPNP
5946 M:      Jaroslav Kysela <perex@perex.cz>
5947 S:      Maintained
5948 F:      Documentation/isapnp.txt
5949 F:      drivers/pnp/isapnp/
5950 F:      include/linux/isapnp.h
5951
5952 ISA RADIO MODULE
5953 M:      Hans Verkuil <hverkuil@xs4all.nl>
5954 L:      linux-media@vger.kernel.org
5955 T:      git git://linuxtv.org/media_tree.git
5956 W:      https://linuxtv.org
5957 S:      Maintained
5958 F:      drivers/media/radio/radio-isa*
5959
5960 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5961 M:      Peter Jones <pjones@redhat.com>
5962 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5963 S:      Maintained
5964 F:      drivers/firmware/iscsi_ibft*
5965
5966 ISCSI
5967 M:      Mike Christie <michaelc@cs.wisc.edu>
5968 L:      open-iscsi@googlegroups.com
5969 W:      www.open-iscsi.org
5970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5971 S:      Maintained
5972 F:      drivers/scsi/*iscsi*
5973 F:      include/scsi/*iscsi*
5974
5975 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5976 M:      Or Gerlitz <ogerlitz@mellanox.com>
5977 M:      Sagi Grimberg <sagig@mellanox.com>
5978 M:      Roi Dayan <roid@mellanox.com>
5979 L:      linux-rdma@vger.kernel.org
5980 S:      Supported
5981 W:      http://www.openfabrics.org
5982 W:      www.open-iscsi.org
5983 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5984 F:      drivers/infiniband/ulp/iser/
5985
5986 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5987 M:      Sagi Grimberg <sagig@mellanox.com>
5988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5989 L:      linux-rdma@vger.kernel.org
5990 L:      target-devel@vger.kernel.org
5991 S:      Supported
5992 W:      http://www.linux-iscsi.org
5993 F:      drivers/infiniband/ulp/isert
5994
5995 ISDN SUBSYSTEM
5996 M:      Karsten Keil <isdn@linux-pingi.de>
5997 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5998 L:      netdev@vger.kernel.org
5999 W:      http://www.isdn4linux.de
6000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
6001 S:      Maintained
6002 F:      Documentation/isdn/
6003 F:      drivers/isdn/
6004 F:      include/linux/isdn.h
6005 F:      include/linux/isdn/
6006 F:      include/uapi/linux/isdn.h
6007 F:      include/uapi/linux/isdn/
6008
6009 ISDN SUBSYSTEM (Eicon active card driver)
6010 M:      Armin Schindler <mac@melware.de>
6011 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
6012 W:      http://www.melware.de
6013 S:      Maintained
6014 F:      drivers/isdn/hardware/eicon/
6015
6016 IT87 HARDWARE MONITORING DRIVER
6017 M:      Jean Delvare <jdelvare@suse.com>
6018 L:      lm-sensors@lm-sensors.org
6019 S:      Maintained
6020 F:      Documentation/hwmon/it87
6021 F:      drivers/hwmon/it87.c
6022
6023 IT913X MEDIA DRIVER
6024 M:      Antti Palosaari <crope@iki.fi>
6025 L:      linux-media@vger.kernel.org
6026 W:      https://linuxtv.org
6027 W:      http://palosaari.fi/linux/
6028 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6029 T:      git git://linuxtv.org/anttip/media_tree.git
6030 S:      Maintained
6031 F:      drivers/media/tuners/it913x*
6032
6033 IVTV VIDEO4LINUX DRIVER
6034 M:      Andy Walls <awalls@md.metrocast.net>
6035 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6036 L:      linux-media@vger.kernel.org
6037 T:      git git://linuxtv.org/media_tree.git
6038 W:      http://www.ivtvdriver.org
6039 S:      Maintained
6040 F:      Documentation/video4linux/*.ivtv
6041 F:      drivers/media/pci/ivtv/
6042 F:      include/uapi/linux/ivtv*
6043
6044 IX2505V MEDIA DRIVER
6045 M:      Malcolm Priestley <tvboxspy@gmail.com>
6046 L:      linux-media@vger.kernel.org
6047 W:      https://linuxtv.org
6048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6049 S:      Maintained
6050 F:      drivers/media/dvb-frontends/ix2505v*
6051
6052 JC42.4 TEMPERATURE SENSOR DRIVER
6053 M:      Guenter Roeck <linux@roeck-us.net>
6054 L:      lm-sensors@lm-sensors.org
6055 S:      Maintained
6056 F:      drivers/hwmon/jc42.c
6057 F:      Documentation/hwmon/jc42
6058
6059 JFS FILESYSTEM
6060 M:      Dave Kleikamp <shaggy@kernel.org>
6061 L:      jfs-discussion@lists.sourceforge.net
6062 W:      http://jfs.sourceforge.net/
6063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6064 S:      Maintained
6065 F:      Documentation/filesystems/jfs.txt
6066 F:      fs/jfs/
6067
6068 JME NETWORK DRIVER
6069 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6070 L:      netdev@vger.kernel.org
6071 S:      Maintained
6072 F:      drivers/net/ethernet/jme.*
6073
6074 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6075 M:      David Woodhouse <dwmw2@infradead.org>
6076 L:      linux-mtd@lists.infradead.org
6077 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6078 S:      Maintained
6079 F:      fs/jffs2/
6080 F:      include/uapi/linux/jffs2.h
6081
6082 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6083 M:      "Theodore Ts'o" <tytso@mit.edu>
6084 M:      Jan Kara <jack@suse.com>
6085 L:      linux-ext4@vger.kernel.org
6086 S:      Maintained
6087 F:      fs/jbd2/
6088 F:      include/linux/jbd2.h
6089
6090 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6091 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6092 L:      linux-media@vger.kernel.org
6093 S:      Maintained
6094 F:      drivers/media/platform/rcar_jpu.c
6095
6096 JSM Neo PCI based serial card
6097 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6098 L:      linux-serial@vger.kernel.org
6099 S:      Maintained
6100 F:      drivers/tty/serial/jsm/
6101
6102 K10TEMP HARDWARE MONITORING DRIVER
6103 M:      Clemens Ladisch <clemens@ladisch.de>
6104 L:      lm-sensors@lm-sensors.org
6105 S:      Maintained
6106 F:      Documentation/hwmon/k10temp
6107 F:      drivers/hwmon/k10temp.c
6108
6109 K8TEMP HARDWARE MONITORING DRIVER
6110 M:      Rudolf Marek <r.marek@assembler.cz>
6111 L:      lm-sensors@lm-sensors.org
6112 S:      Maintained
6113 F:      Documentation/hwmon/k8temp
6114 F:      drivers/hwmon/k8temp.c
6115
6116 KCONFIG
6117 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6118 L:      linux-kbuild@vger.kernel.org
6119 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6120 S:      Maintained
6121 F:      Documentation/kbuild/kconfig-language.txt
6122 F:      scripts/kconfig/
6123
6124 KDUMP
6125 M:      Vivek Goyal <vgoyal@redhat.com>
6126 M:      Haren Myneni <hbabu@us.ibm.com>
6127 L:      kexec@lists.infradead.org
6128 W:      http://lse.sourceforge.net/kdump/
6129 S:      Maintained
6130 F:      Documentation/kdump/
6131
6132 KEENE FM RADIO TRANSMITTER DRIVER
6133 M:      Hans Verkuil <hverkuil@xs4all.nl>
6134 L:      linux-media@vger.kernel.org
6135 T:      git git://linuxtv.org/media_tree.git
6136 W:      https://linuxtv.org
6137 S:      Maintained
6138 F:      drivers/media/radio/radio-keene*
6139
6140 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6141 M:      Ian Kent <raven@themaw.net>
6142 L:      autofs@vger.kernel.org
6143 S:      Maintained
6144 F:      fs/autofs4/
6145
6146 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6147 M:      Michal Marek <mmarek@suse.com>
6148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6150 L:      linux-kbuild@vger.kernel.org
6151 S:      Maintained
6152 F:      Documentation/kbuild/
6153 F:      Makefile
6154 F:      scripts/Makefile.*
6155 F:      scripts/basic/
6156 F:      scripts/mk*
6157 F:      scripts/package/
6158
6159 KERNEL JANITORS
6160 L:      kernel-janitors@vger.kernel.org
6161 W:      http://kernelnewbies.org/KernelJanitors
6162 S:      Odd Fixes
6163
6164 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6165 M:      "J. Bruce Fields" <bfields@fieldses.org>
6166 M:      Jeff Layton <jlayton@poochiereds.net>
6167 L:      linux-nfs@vger.kernel.org
6168 W:      http://nfs.sourceforge.net/
6169 T:      git git://linux-nfs.org/~bfields/linux.git
6170 S:      Supported
6171 F:      fs/nfsd/
6172 F:      include/uapi/linux/nfsd/
6173 F:      fs/lockd/
6174 F:      fs/nfs_common/
6175 F:      net/sunrpc/
6176 F:      include/linux/lockd/
6177 F:      include/linux/sunrpc/
6178 F:      include/uapi/linux/sunrpc/
6179
6180 KERNEL SELFTEST FRAMEWORK
6181 M:      Shuah Khan <shuahkh@osg.samsung.com>
6182 L:      linux-kselftest@vger.kernel.org
6183 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6184 S:      Maintained
6185 F:      tools/testing/selftests
6186
6187 KERNEL VIRTUAL MACHINE (KVM)
6188 M:      Gleb Natapov <gleb@kernel.org>
6189 M:      Paolo Bonzini <pbonzini@redhat.com>
6190 L:      kvm@vger.kernel.org
6191 W:      http://www.linux-kvm.org
6192 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6193 S:      Supported
6194 F:      Documentation/*/kvm*.txt
6195 F:      Documentation/virtual/kvm/
6196 F:      arch/*/kvm/
6197 F:      arch/x86/kernel/kvm.c
6198 F:      arch/x86/kernel/kvmclock.c
6199 F:      arch/*/include/asm/kvm*
6200 F:      include/linux/kvm*
6201 F:      include/uapi/linux/kvm*
6202 F:      virt/kvm/
6203
6204 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6205 M:      Joerg Roedel <joro@8bytes.org>
6206 L:      kvm@vger.kernel.org
6207 W:      http://www.linux-kvm.org/
6208 S:      Maintained
6209 F:      arch/x86/include/asm/svm.h
6210 F:      arch/x86/kvm/svm.c
6211
6212 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6213 M:      Alexander Graf <agraf@suse.com>
6214 L:      kvm-ppc@vger.kernel.org
6215 W:      http://www.linux-kvm.org/
6216 T:      git git://github.com/agraf/linux-2.6.git
6217 S:      Supported
6218 F:      arch/powerpc/include/asm/kvm*
6219 F:      arch/powerpc/kvm/
6220
6221 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6222 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6223 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6224 L:      linux-s390@vger.kernel.org
6225 W:      http://www.ibm.com/developerworks/linux/linux390/
6226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6227 S:      Supported
6228 F:      Documentation/s390/kvm.txt
6229 F:      arch/s390/include/asm/kvm*
6230 F:      arch/s390/kvm/
6231
6232 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6233 M:      Christoffer Dall <christoffer.dall@linaro.org>
6234 M:      Marc Zyngier <marc.zyngier@arm.com>
6235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6236 L:      kvmarm@lists.cs.columbia.edu
6237 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6239 S:      Supported
6240 F:      arch/arm/include/uapi/asm/kvm*
6241 F:      arch/arm/include/asm/kvm*
6242 F:      arch/arm/kvm/
6243 F:      virt/kvm/arm/
6244 F:      include/kvm/arm_*
6245
6246 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6247 M:      Christoffer Dall <christoffer.dall@linaro.org>
6248 M:      Marc Zyngier <marc.zyngier@arm.com>
6249 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6250 L:      kvmarm@lists.cs.columbia.edu
6251 S:      Maintained
6252 F:      arch/arm64/include/uapi/asm/kvm*
6253 F:      arch/arm64/include/asm/kvm*
6254 F:      arch/arm64/kvm/
6255
6256 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6257 M:      James Hogan <james.hogan@imgtec.com>
6258 L:      linux-mips@linux-mips.org
6259 S:      Supported
6260 F:      arch/mips/include/uapi/asm/kvm*
6261 F:      arch/mips/include/asm/kvm*
6262 F:      arch/mips/kvm/
6263
6264 KEXEC
6265 M:      Eric Biederman <ebiederm@xmission.com>
6266 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6267 L:      kexec@lists.infradead.org
6268 S:      Maintained
6269 F:      include/linux/kexec.h
6270 F:      include/uapi/linux/kexec.h
6271 F:      kernel/kexec.c
6272
6273 KEYS/KEYRINGS:
6274 M:      David Howells <dhowells@redhat.com>
6275 L:      keyrings@vger.kernel.org
6276 S:      Maintained
6277 F:      Documentation/security/keys.txt
6278 F:      include/linux/key.h
6279 F:      include/linux/key-type.h
6280 F:      include/keys/
6281 F:      security/keys/
6282
6283 KEYS-TRUSTED
6284 M:      David Safford <safford@us.ibm.com>
6285 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6286 L:      linux-security-module@vger.kernel.org
6287 L:      keyrings@vger.kernel.org
6288 S:      Supported
6289 F:      Documentation/security/keys-trusted-encrypted.txt
6290 F:      include/keys/trusted-type.h
6291 F:      security/keys/trusted.c
6292 F:      security/keys/trusted.h
6293
6294 KEYS-ENCRYPTED
6295 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6296 M:      David Safford <safford@us.ibm.com>
6297 L:      linux-security-module@vger.kernel.org
6298 L:      keyrings@vger.kernel.org
6299 S:      Supported
6300 F:      Documentation/security/keys-trusted-encrypted.txt
6301 F:      include/keys/encrypted-type.h
6302 F:      security/keys/encrypted-keys/
6303
6304 KGDB / KDB /debug_core
6305 M:      Jason Wessel <jason.wessel@windriver.com>
6306 W:      http://kgdb.wiki.kernel.org/
6307 L:      kgdb-bugreport@lists.sourceforge.net
6308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6309 S:      Maintained
6310 F:      Documentation/DocBook/kgdb.tmpl
6311 F:      drivers/misc/kgdbts.c
6312 F:      drivers/tty/serial/kgdboc.c
6313 F:      include/linux/kdb.h
6314 F:      include/linux/kgdb.h
6315 F:      kernel/debug/
6316
6317 KMEMCHECK
6318 M:      Vegard Nossum <vegardno@ifi.uio.no>
6319 M:      Pekka Enberg <penberg@kernel.org>
6320 S:      Maintained
6321 F:      Documentation/kmemcheck.txt
6322 F:      arch/x86/include/asm/kmemcheck.h
6323 F:      arch/x86/mm/kmemcheck/
6324 F:      include/linux/kmemcheck.h
6325 F:      mm/kmemcheck.c
6326
6327 KMEMLEAK
6328 M:      Catalin Marinas <catalin.marinas@arm.com>
6329 S:      Maintained
6330 F:      Documentation/kmemleak.txt
6331 F:      include/linux/kmemleak.h
6332 F:      mm/kmemleak.c
6333 F:      mm/kmemleak-test.c
6334
6335 KPROBES
6336 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6337 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6338 M:      "David S. Miller" <davem@davemloft.net>
6339 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6340 S:      Maintained
6341 F:      Documentation/kprobes.txt
6342 F:      include/linux/kprobes.h
6343 F:      kernel/kprobes.c
6344
6345 KS0108 LCD CONTROLLER DRIVER
6346 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6347 W:      http://miguelojeda.es/auxdisplay.htm
6348 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6349 S:      Maintained
6350 F:      Documentation/auxdisplay/ks0108
6351 F:      drivers/auxdisplay/ks0108.c
6352 F:      include/linux/ks0108.h
6353
6354 L3MDEV
6355 M:      David Ahern <dsa@cumulusnetworks.com>
6356 L:      netdev@vger.kernel.org
6357 S:      Maintained
6358 F:      net/l3mdev
6359 F:      include/net/l3mdev.h
6360
6361 LANTIQ MIPS ARCHITECTURE
6362 M:      John Crispin <blogic@openwrt.org>
6363 L:      linux-mips@linux-mips.org
6364 S:      Maintained
6365 F:      arch/mips/lantiq
6366
6367 LAPB module
6368 L:      linux-x25@vger.kernel.org
6369 S:      Orphan
6370 F:      Documentation/networking/lapb-module.txt
6371 F:      include/*/lapb.h
6372 F:      net/lapb/
6373
6374 LASI 53c700 driver for PARISC
6375 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6376 L:      linux-scsi@vger.kernel.org
6377 S:      Maintained
6378 F:      Documentation/scsi/53c700.txt
6379 F:      drivers/scsi/53c700*
6380
6381 LED SUBSYSTEM
6382 M:      Richard Purdie <rpurdie@rpsys.net>
6383 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6384 L:      linux-leds@vger.kernel.org
6385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6386 S:      Maintained
6387 F:      drivers/leds/
6388 F:      include/linux/leds.h
6389
6390 LEGACY EEPROM DRIVER
6391 M:      Jean Delvare <jdelvare@suse.com>
6392 S:      Maintained
6393 F:      Documentation/misc-devices/eeprom
6394 F:      drivers/misc/eeprom/eeprom.c
6395
6396 LEGO USB Tower driver
6397 M:      Juergen Stuber <starblue@users.sourceforge.net>
6398 L:      legousb-devel@lists.sourceforge.net
6399 W:      http://legousb.sourceforge.net/
6400 S:      Maintained
6401 F:      drivers/usb/misc/legousbtower.c
6402
6403 LG2160 MEDIA DRIVER
6404 M:      Michael Krufky <mkrufky@linuxtv.org>
6405 L:      linux-media@vger.kernel.org
6406 W:      https://linuxtv.org
6407 W:      http://github.com/mkrufky
6408 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6409 T:      git git://linuxtv.org/mkrufky/tuners.git
6410 S:      Maintained
6411 F:      drivers/media/dvb-frontends/lg2160.*
6412
6413 LGDT3305 MEDIA DRIVER
6414 M:      Michael Krufky <mkrufky@linuxtv.org>
6415 L:      linux-media@vger.kernel.org
6416 W:      https://linuxtv.org
6417 W:      http://github.com/mkrufky
6418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6419 T:      git git://linuxtv.org/mkrufky/tuners.git
6420 S:      Maintained
6421 F:      drivers/media/dvb-frontends/lgdt3305.*
6422
6423 LGUEST
6424 M:      Rusty Russell <rusty@rustcorp.com.au>
6425 L:      lguest@lists.ozlabs.org
6426 W:      http://lguest.ozlabs.org/
6427 S:      Odd Fixes
6428 F:      arch/x86/include/asm/lguest*.h
6429 F:      arch/x86/lguest/
6430 F:      drivers/lguest/
6431 F:      include/linux/lguest*.h
6432 F:      tools/lguest/
6433
6434 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6435 M:      Tejun Heo <tj@kernel.org>
6436 L:      linux-ide@vger.kernel.org
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6438 S:      Maintained
6439 F:      drivers/ata/
6440 F:      include/linux/ata.h
6441 F:      include/linux/libata.h
6442
6443 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6444 M:      Viresh Kumar <vireshk@kernel.org>
6445 L:      linux-ide@vger.kernel.org
6446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6447 S:      Maintained
6448 F:      include/linux/pata_arasan_cf_data.h
6449 F:      drivers/ata/pata_arasan_cf.c
6450
6451 LIBATA PATA DRIVERS
6452 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6453 M:      Tejun Heo <tj@kernel.org>
6454 L:      linux-ide@vger.kernel.org
6455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6456 S:      Maintained
6457 F:      drivers/ata/pata_*.c
6458 F:      drivers/ata/ata_generic.c
6459
6460 LIBATA SATA AHCI PLATFORM devices support
6461 M:      Hans de Goede <hdegoede@redhat.com>
6462 M:      Tejun Heo <tj@kernel.org>
6463 L:      linux-ide@vger.kernel.org
6464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6465 S:      Maintained
6466 F:      drivers/ata/ahci_platform.c
6467 F:      drivers/ata/libahci_platform.c
6468 F:      include/linux/ahci_platform.h
6469
6470 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6471 M:      Mikael Pettersson <mikpelinux@gmail.com>
6472 L:      linux-ide@vger.kernel.org
6473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6474 S:      Maintained
6475 F:      drivers/ata/sata_promise.*
6476
6477 LIBLOCKDEP
6478 M:      Sasha Levin <sasha.levin@oracle.com>
6479 S:      Maintained
6480 F:      tools/lib/lockdep/
6481
6482 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6483 M:      Dan Williams <dan.j.williams@intel.com>
6484 L:      linux-nvdimm@lists.01.org
6485 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6487 S:      Supported
6488 F:      drivers/nvdimm/*
6489 F:      include/linux/nd.h
6490 F:      include/linux/libnvdimm.h
6491 F:      include/uapi/linux/ndctl.h
6492
6493 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6494 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6495 L:      linux-nvdimm@lists.01.org
6496 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6497 S:      Supported
6498 F:      drivers/nvdimm/blk.c
6499 F:      drivers/nvdimm/region_devs.c
6500 F:      drivers/acpi/nfit*
6501
6502 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6503 M:      Vishal Verma <vishal.l.verma@intel.com>
6504 L:      linux-nvdimm@lists.01.org
6505 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6506 S:      Supported
6507 F:      drivers/nvdimm/btt*
6508
6509 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6510 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6511 L:      linux-nvdimm@lists.01.org
6512 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6513 S:      Supported
6514 F:      drivers/nvdimm/pmem.c
6515 F:      include/linux/pmem.h
6516 F:      arch/*/include/asm/pmem.h
6517
6518 LIGHTNVM PLATFORM SUPPORT
6519 M:      Matias Bjorling <mb@lightnvm.io>
6520 W:      http://github/OpenChannelSSD
6521 L:      linux-block@vger.kernel.org
6522 S:      Maintained
6523 F:      drivers/lightnvm/
6524 F:      include/linux/lightnvm.h
6525 F:      include/uapi/linux/lightnvm.h
6526
6527 LINUX FOR IBM pSERIES (RS/6000)
6528 M:      Paul Mackerras <paulus@au.ibm.com>
6529 W:      http://www.ibm.com/linux/ltc/projects/ppc
6530 S:      Supported
6531 F:      arch/powerpc/boot/rs6000.h
6532
6533 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6534 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6535 M:      Paul Mackerras <paulus@samba.org>
6536 M:      Michael Ellerman <mpe@ellerman.id.au>
6537 W:      http://www.penguinppc.org/
6538 L:      linuxppc-dev@lists.ozlabs.org
6539 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6541 S:      Supported
6542 F:      Documentation/powerpc/
6543 F:      arch/powerpc/
6544
6545 LINUX FOR POWER MACINTOSH
6546 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6547 W:      http://www.penguinppc.org/
6548 L:      linuxppc-dev@lists.ozlabs.org
6549 S:      Maintained
6550 F:      arch/powerpc/platforms/powermac/
6551 F:      drivers/macintosh/
6552
6553 LINUX FOR POWERPC EMBEDDED MPC5XXX
6554 M:      Anatolij Gustschin <agust@denx.de>
6555 L:      linuxppc-dev@lists.ozlabs.org
6556 T:      git git://git.denx.de/linux-denx-agust.git
6557 S:      Maintained
6558 F:      arch/powerpc/platforms/512x/
6559 F:      arch/powerpc/platforms/52xx/
6560
6561 LINUX FOR POWERPC EMBEDDED PPC4XX
6562 M:      Alistair Popple <alistair@popple.id.au>
6563 M:      Matt Porter <mporter@kernel.crashing.org>
6564 W:      http://www.penguinppc.org/
6565 L:      linuxppc-dev@lists.ozlabs.org
6566 S:      Maintained
6567 F:      arch/powerpc/platforms/40x/
6568 F:      arch/powerpc/platforms/44x/
6569
6570 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6571 L:      linuxppc-dev@lists.ozlabs.org
6572 S:      Orphan
6573 F:      arch/powerpc/*/*virtex*
6574 F:      arch/powerpc/*/*/*virtex*
6575
6576 LINUX FOR POWERPC EMBEDDED PPC8XX
6577 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6578 W:      http://www.penguinppc.org/
6579 L:      linuxppc-dev@lists.ozlabs.org
6580 S:      Maintained
6581 F:      arch/powerpc/platforms/8xx/
6582
6583 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6584 M:      Scott Wood <oss@buserror.net>
6585 M:      Kumar Gala <galak@kernel.crashing.org>
6586 W:      http://www.penguinppc.org/
6587 L:      linuxppc-dev@lists.ozlabs.org
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6589 S:      Maintained
6590 F:      arch/powerpc/platforms/83xx/
6591 F:      arch/powerpc/platforms/85xx/
6592
6593 LINUX FOR POWERPC PA SEMI PWRFICIENT
6594 M:      Olof Johansson <olof@lixom.net>
6595 L:      linuxppc-dev@lists.ozlabs.org
6596 S:      Maintained
6597 F:      arch/powerpc/platforms/pasemi/
6598 F:      drivers/*/*pasemi*
6599 F:      drivers/*/*/*pasemi*
6600
6601 LINUX SECURITY MODULE (LSM) FRAMEWORK
6602 M:      Chris Wright <chrisw@sous-sol.org>
6603 L:      linux-security-module@vger.kernel.org
6604 S:      Supported
6605
6606 LIS3LV02D ACCELEROMETER DRIVER
6607 M:      Eric Piel <eric.piel@tremplin-utc.net>
6608 S:      Maintained
6609 F:      Documentation/misc-devices/lis3lv02d
6610 F:      drivers/misc/lis3lv02d/
6611 F:      drivers/platform/x86/hp_accel.c
6612
6613 LIVE PATCHING
6614 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6615 M:      Jessica Yu <jeyu@redhat.com>
6616 M:      Jiri Kosina <jikos@kernel.org>
6617 M:      Miroslav Benes <mbenes@suse.cz>
6618 R:      Petr Mladek <pmladek@suse.com>
6619 S:      Maintained
6620 F:      kernel/livepatch/
6621 F:      include/linux/livepatch.h
6622 F:      arch/x86/include/asm/livepatch.h
6623 F:      arch/x86/kernel/livepatch.c
6624 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6625 F:      samples/livepatch/
6626 L:      live-patching@vger.kernel.org
6627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6628
6629 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6630 M:      Kees Cook <keescook@chromium.org>
6631 S:      Maintained
6632 F:      drivers/misc/lkdtm.c
6633
6634 LLC (802.2)
6635 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6636 S:      Maintained
6637 F:      include/linux/llc.h
6638 F:      include/uapi/linux/llc.h
6639 F:      include/net/llc*
6640 F:      net/llc/
6641
6642 LM73 HARDWARE MONITOR DRIVER
6643 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6644 L:      lm-sensors@lm-sensors.org
6645 S:      Maintained
6646 F:      drivers/hwmon/lm73.c
6647
6648 LM78 HARDWARE MONITOR DRIVER
6649 M:      Jean Delvare <jdelvare@suse.com>
6650 L:      lm-sensors@lm-sensors.org
6651 S:      Maintained
6652 F:      Documentation/hwmon/lm78
6653 F:      drivers/hwmon/lm78.c
6654
6655 LM83 HARDWARE MONITOR DRIVER
6656 M:      Jean Delvare <jdelvare@suse.com>
6657 L:      lm-sensors@lm-sensors.org
6658 S:      Maintained
6659 F:      Documentation/hwmon/lm83
6660 F:      drivers/hwmon/lm83.c
6661
6662 LM90 HARDWARE MONITOR DRIVER
6663 M:      Jean Delvare <jdelvare@suse.com>
6664 L:      lm-sensors@lm-sensors.org
6665 S:      Maintained
6666 F:      Documentation/hwmon/lm90
6667 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6668 F:      drivers/hwmon/lm90.c
6669
6670 LM95234 HARDWARE MONITOR DRIVER
6671 M:      Guenter Roeck <linux@roeck-us.net>
6672 L:      lm-sensors@lm-sensors.org
6673 S:      Maintained
6674 F:      Documentation/hwmon/lm95234
6675 F:      drivers/hwmon/lm95234.c
6676
6677 LME2510 MEDIA DRIVER
6678 M:      Malcolm Priestley <tvboxspy@gmail.com>
6679 L:      linux-media@vger.kernel.org
6680 W:      https://linuxtv.org
6681 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6682 S:      Maintained
6683 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6684
6685 LOCKDEP AND LOCKSTAT
6686 M:      Peter Zijlstra <peterz@infradead.org>
6687 M:      Ingo Molnar <mingo@redhat.com>
6688 L:      linux-kernel@vger.kernel.org
6689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6690 S:      Maintained
6691 F:      Documentation/locking/lockdep*.txt
6692 F:      Documentation/locking/lockstat.txt
6693 F:      include/linux/lockdep.h
6694 F:      kernel/locking/
6695
6696 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6697 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6698 L:      linux-ntfs-dev@lists.sourceforge.net
6699 W:      http://www.linux-ntfs.org/content/view/19/37/
6700 S:      Maintained
6701 F:      Documentation/ldm.txt
6702 F:      block/partitions/ldm.*
6703
6704 LogFS
6705 M:      Joern Engel <joern@logfs.org>
6706 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6707 L:      logfs@logfs.org
6708 W:      logfs.org
6709 S:      Maintained
6710 F:      fs/logfs/
6711
6712 LPC32XX MACHINE SUPPORT
6713 M:      Roland Stigge <stigge@antcom.de>
6714 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6715 S:      Maintained
6716 F:      arch/arm/mach-lpc32xx/
6717
6718 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6719 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6720 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6721 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6722 L:      MPT-FusionLinux.pdl@broadcom.com
6723 L:      linux-scsi@vger.kernel.org
6724 W:      http://www.avagotech.com/support/
6725 S:      Supported
6726 F:      drivers/message/fusion/
6727 F:      drivers/scsi/mpt2sas/
6728 F:      drivers/scsi/mpt3sas/
6729
6730 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6731 M:      Matthew Wilcox <matthew@wil.cx>
6732 L:      linux-scsi@vger.kernel.org
6733 S:      Maintained
6734 F:      drivers/scsi/sym53c8xx_2/
6735
6736 LTC4261 HARDWARE MONITOR DRIVER
6737 M:      Guenter Roeck <linux@roeck-us.net>
6738 L:      lm-sensors@lm-sensors.org
6739 S:      Maintained
6740 F:      Documentation/hwmon/ltc4261
6741 F:      drivers/hwmon/ltc4261.c
6742
6743 LTP (Linux Test Project)
6744 M:      Mike Frysinger <vapier@gentoo.org>
6745 M:      Cyril Hrubis <chrubis@suse.cz>
6746 M:      Wanlong Gao <wanlong.gao@gmail.com>
6747 M:      Jan Stancek <jstancek@redhat.com>
6748 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6749 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6750 L:      ltp@lists.linux.it (subscribers-only)
6751 W:      http://linux-test-project.github.io/
6752 T:      git git://github.com/linux-test-project/ltp.git
6753 S:      Maintained
6754
6755 M32R ARCHITECTURE
6756 W:      http://www.linux-m32r.org/
6757 S:      Orphan
6758 F:      arch/m32r/
6759
6760 M68K ARCHITECTURE
6761 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6762 L:      linux-m68k@lists.linux-m68k.org
6763 W:      http://www.linux-m68k.org/
6764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6765 S:      Maintained
6766 F:      arch/m68k/
6767 F:      drivers/zorro/
6768
6769 M68K ON APPLE MACINTOSH
6770 M:      Joshua Thompson <funaho@jurai.org>
6771 W:      http://www.mac.linux-m68k.org/
6772 L:      linux-m68k@lists.linux-m68k.org
6773 S:      Maintained
6774 F:      arch/m68k/mac/
6775
6776 M68K ON HP9000/300
6777 M:      Philip Blundell <philb@gnu.org>
6778 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6779 S:      Maintained
6780 F:      arch/m68k/hp300/
6781
6782 M88DS3103 MEDIA DRIVER
6783 M:      Antti Palosaari <crope@iki.fi>
6784 L:      linux-media@vger.kernel.org
6785 W:      https://linuxtv.org
6786 W:      http://palosaari.fi/linux/
6787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6788 T:      git git://linuxtv.org/anttip/media_tree.git
6789 S:      Maintained
6790 F:      drivers/media/dvb-frontends/m88ds3103*
6791
6792 M88RS2000 MEDIA DRIVER
6793 M:      Malcolm Priestley <tvboxspy@gmail.com>
6794 L:      linux-media@vger.kernel.org
6795 W:      https://linuxtv.org
6796 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6797 S:      Maintained
6798 F:      drivers/media/dvb-frontends/m88rs2000*
6799
6800 MA901 MASTERKIT USB FM RADIO DRIVER
6801 M:      Alexey Klimov <klimov.linux@gmail.com>
6802 L:      linux-media@vger.kernel.org
6803 T:      git git://linuxtv.org/media_tree.git
6804 S:      Maintained
6805 F:      drivers/media/radio/radio-ma901.c
6806
6807 MAC80211
6808 M:      Johannes Berg <johannes@sipsolutions.net>
6809 L:      linux-wireless@vger.kernel.org
6810 W:      http://wireless.kernel.org/
6811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6813 S:      Maintained
6814 F:      Documentation/networking/mac80211-injection.txt
6815 F:      include/net/mac80211.h
6816 F:      net/mac80211/
6817 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6818
6819 MACVLAN DRIVER
6820 M:      Patrick McHardy <kaber@trash.net>
6821 L:      netdev@vger.kernel.org
6822 S:      Maintained
6823 F:      drivers/net/macvlan.c
6824 F:      include/linux/if_macvlan.h
6825
6826 MAILBOX API
6827 M:      Jassi Brar <jassisinghbrar@gmail.com>
6828 L:      linux-kernel@vger.kernel.org
6829 S:      Maintained
6830 F:      drivers/mailbox/
6831 F:      include/linux/mailbox_client.h
6832 F:      include/linux/mailbox_controller.h
6833
6834 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6835 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6836 W:      http://www.kernel.org/doc/man-pages
6837 L:      linux-man@vger.kernel.org
6838 S:      Maintained
6839
6840 MARVELL ARMADA DRM SUPPORT
6841 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6842 S:      Maintained
6843 F:      drivers/gpu/drm/armada/
6844
6845 MARVELL 88E6352 DSA support
6846 M:      Guenter Roeck <linux@roeck-us.net>
6847 S:      Maintained
6848 F:      drivers/net/dsa/mv88e6352.c
6849
6850 MARVELL CRYPTO DRIVER
6851 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6852 M:      Arnaud Ebalard <arno@natisbad.org>
6853 F:      drivers/crypto/marvell/
6854 S:      Maintained
6855 L:      linux-crypto@vger.kernel.org
6856
6857 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6858 M:      Mirko Lindner <mlindner@marvell.com>
6859 M:      Stephen Hemminger <stephen@networkplumber.org>
6860 L:      netdev@vger.kernel.org
6861 S:      Maintained
6862 F:      drivers/net/ethernet/marvell/sk*
6863
6864 MARVELL LIBERTAS WIRELESS DRIVER
6865 L:      libertas-dev@lists.infradead.org
6866 S:      Orphan
6867 F:      drivers/net/wireless/marvell/libertas/
6868
6869 MARVELL MV643XX ETHERNET DRIVER
6870 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6871 L:      netdev@vger.kernel.org
6872 S:      Maintained
6873 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6874 F:      include/linux/mv643xx.h
6875
6876 MARVELL MVNETA ETHERNET DRIVER
6877 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6878 L:      netdev@vger.kernel.org
6879 S:      Maintained
6880 F:      drivers/net/ethernet/marvell/mvneta.*
6881
6882 MARVELL MWIFIEX WIRELESS DRIVER
6883 M:      Amitkumar Karwar <akarwar@marvell.com>
6884 M:      Nishant Sarmukadam <nishants@marvell.com>
6885 L:      linux-wireless@vger.kernel.org
6886 S:      Maintained
6887 F:      drivers/net/wireless/marvell/mwifiex/
6888
6889 MARVELL MWL8K WIRELESS DRIVER
6890 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6891 L:      linux-wireless@vger.kernel.org
6892 S:      Odd Fixes
6893 F:      drivers/net/wireless/marvell/mwl8k.c
6894
6895 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6896 M:      Nicolas Pitre <nico@fluxnic.net>
6897 S:      Odd Fixes
6898 F:      drivers/mmc/host/mvsdio.*
6899
6900 MATROX FRAMEBUFFER DRIVER
6901 L:      linux-fbdev@vger.kernel.org
6902 S:      Orphan
6903 F:      drivers/video/fbdev/matrox/matroxfb_*
6904 F:      include/uapi/linux/matroxfb.h
6905
6906 MAX16065 HARDWARE MONITOR DRIVER
6907 M:      Guenter Roeck <linux@roeck-us.net>
6908 L:      lm-sensors@lm-sensors.org
6909 S:      Maintained
6910 F:      Documentation/hwmon/max16065
6911 F:      drivers/hwmon/max16065.c
6912
6913 MAX20751 HARDWARE MONITOR DRIVER
6914 M:      Guenter Roeck <linux@roeck-us.net>
6915 L:      lm-sensors@lm-sensors.org
6916 S:      Maintained
6917 F:      Documentation/hwmon/max20751
6918 F:      drivers/hwmon/max20751.c
6919
6920 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6921 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6922 L:      lm-sensors@lm-sensors.org
6923 S:      Maintained
6924 F:      Documentation/hwmon/max6650
6925 F:      drivers/hwmon/max6650.c
6926
6927 MAX6697 HARDWARE MONITOR DRIVER
6928 M:      Guenter Roeck <linux@roeck-us.net>
6929 L:      lm-sensors@lm-sensors.org
6930 S:      Maintained
6931 F:      Documentation/hwmon/max6697
6932 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6933 F:      drivers/hwmon/max6697.c
6934 F:      include/linux/platform_data/max6697.h
6935
6936 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6937 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6938 L:      linux-pm@vger.kernel.org
6939 S:      Supported
6940 F:      drivers/power/max14577_charger.c
6941 F:      drivers/power/max77693_charger.c
6942
6943 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6944 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6945 L:      linux-kernel@vger.kernel.org
6946 S:      Supported
6947 F:      drivers/*/*max77802*.c
6948 F:      Documentation/devicetree/bindings/*/*max77802.txt
6949 F:      include/dt-bindings/*/*max77802.h
6950
6951 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6952 M:      Chanwoo Choi <cw00.choi@samsung.com>
6953 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6954 L:      linux-kernel@vger.kernel.org
6955 S:      Supported
6956 F:      drivers/*/max14577.c
6957 F:      drivers/*/max77686*.c
6958 F:      drivers/*/max77693.c
6959 F:      drivers/extcon/extcon-max14577.c
6960 F:      drivers/extcon/extcon-max77693.c
6961 F:      drivers/rtc/rtc-max77686.c
6962 F:      drivers/clk/clk-max77686.c
6963 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6964 F:      Documentation/devicetree/bindings/*/max77686.txt
6965 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6966 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6967 F:      include/linux/mfd/max14577*.h
6968 F:      include/linux/mfd/max77686*.h
6969 F:      include/linux/mfd/max77693*.h
6970
6971 MAXIRADIO FM RADIO RECEIVER DRIVER
6972 M:      Hans Verkuil <hverkuil@xs4all.nl>
6973 L:      linux-media@vger.kernel.org
6974 T:      git git://linuxtv.org/media_tree.git
6975 W:      https://linuxtv.org
6976 S:      Maintained
6977 F:      drivers/media/radio/radio-maxiradio*
6978
6979 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6980 M:      Peter Rosin <peda@axentia.se>
6981 L:      linux-iio@vger.kernel.org
6982 S:      Maintained
6983 F:      drivers/iio/potentiometer/mcp4531.c
6984
6985 MEDIA DRIVERS FOR RENESAS - VSP1
6986 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6987 L:      linux-media@vger.kernel.org
6988 L:      linux-renesas-soc@vger.kernel.org
6989 T:      git git://linuxtv.org/media_tree.git
6990 S:      Supported
6991 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6992 F:      drivers/media/platform/vsp1/
6993
6994 MEDIA DRIVERS FOR ASCOT2E
6995 M:      Sergey Kozlov <serjk@netup.ru>
6996 L:      linux-media@vger.kernel.org
6997 W:      https://linuxtv.org
6998 W:      http://netup.tv/
6999 T:      git git://linuxtv.org/media_tree.git
7000 S:      Supported
7001 F:      drivers/media/dvb-frontends/ascot2e*
7002
7003 MEDIA DRIVERS FOR CXD2841ER
7004 M:      Sergey Kozlov <serjk@netup.ru>
7005 L:      linux-media@vger.kernel.org
7006 W:      https://linuxtv.org
7007 W:      http://netup.tv/
7008 T:      git git://linuxtv.org/media_tree.git
7009 S:      Supported
7010 F:      drivers/media/dvb-frontends/cxd2841er*
7011
7012 MEDIA DRIVERS FOR HORUS3A
7013 M:      Sergey Kozlov <serjk@netup.ru>
7014 L:      linux-media@vger.kernel.org
7015 W:      https://linuxtv.org
7016 W:      http://netup.tv/
7017 T:      git git://linuxtv.org/media_tree.git
7018 S:      Supported
7019 F:      drivers/media/dvb-frontends/horus3a*
7020
7021 MEDIA DRIVERS FOR LNBH25
7022 M:      Sergey Kozlov <serjk@netup.ru>
7023 L:      linux-media@vger.kernel.org
7024 W:      https://linuxtv.org
7025 W:      http://netup.tv/
7026 T:      git git://linuxtv.org/media_tree.git
7027 S:      Supported
7028 F:      drivers/media/dvb-frontends/lnbh25*
7029
7030 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7031 M:      Sergey Kozlov <serjk@netup.ru>
7032 L:      linux-media@vger.kernel.org
7033 W:      https://linuxtv.org
7034 W:      http://netup.tv/
7035 T:      git git://linuxtv.org/media_tree.git
7036 S:      Supported
7037 F:      drivers/media/pci/netup_unidvb/*
7038
7039 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7040 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7041 P:      LinuxTV.org Project
7042 L:      linux-media@vger.kernel.org
7043 W:      https://linuxtv.org
7044 Q:      http://patchwork.kernel.org/project/linux-media/list/
7045 T:      git git://linuxtv.org/media_tree.git
7046 S:      Maintained
7047 F:      Documentation/dvb/
7048 F:      Documentation/video4linux/
7049 F:      Documentation/DocBook/media/
7050 F:      drivers/media/
7051 F:      drivers/staging/media/
7052 F:      include/linux/platform_data/media/
7053 F:      include/media/
7054 F:      include/uapi/linux/dvb/
7055 F:      include/uapi/linux/videodev2.h
7056 F:      include/uapi/linux/media.h
7057 F:      include/uapi/linux/v4l2-*
7058 F:      include/uapi/linux/meye.h
7059 F:      include/uapi/linux/ivtv*
7060 F:      include/uapi/linux/uvcvideo.h
7061
7062 MEDIATEK ETHERNET DRIVER
7063 M:      Felix Fietkau <nbd@openwrt.org>
7064 M:      John Crispin <blogic@openwrt.org>
7065 L:      netdev@vger.kernel.org
7066 S:      Maintained
7067 F:      drivers/net/ethernet/mediatek/
7068
7069 MEDIATEK MT7601U WIRELESS LAN DRIVER
7070 M:      Jakub Kicinski <kubakici@wp.pl>
7071 L:      linux-wireless@vger.kernel.org
7072 S:      Maintained
7073 F:      drivers/net/wireless/mediatek/mt7601u/
7074
7075 MEGARAID SCSI/SAS DRIVERS
7076 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7077 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7078 M:      Uday Lingala <uday.lingala@avagotech.com>
7079 L:      megaraidlinux.pdl@avagotech.com
7080 L:      linux-scsi@vger.kernel.org
7081 W:      http://www.lsi.com
7082 S:      Maintained
7083 F:      Documentation/scsi/megaraid.txt
7084 F:      drivers/scsi/megaraid.*
7085 F:      drivers/scsi/megaraid/
7086
7087 MELLANOX ETHERNET DRIVER (mlx4_en)
7088 M:      Eugenia Emantayev <eugenia@mellanox.com>
7089 L:      netdev@vger.kernel.org
7090 S:      Supported
7091 W:      http://www.mellanox.com
7092 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7093 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7094
7095 MELLANOX ETHERNET DRIVER (mlx5e)
7096 M:      Saeed Mahameed <saeedm@mellanox.com>
7097 L:      netdev@vger.kernel.org
7098 S:      Supported
7099 W:      http://www.mellanox.com
7100 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7101 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7102
7103 MELLANOX ETHERNET SWITCH DRIVERS
7104 M:      Jiri Pirko <jiri@mellanox.com>
7105 M:      Ido Schimmel <idosch@mellanox.com>
7106 L:      netdev@vger.kernel.org
7107 S:      Supported
7108 W:      http://www.mellanox.com
7109 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7110 F:      drivers/net/ethernet/mellanox/mlxsw/
7111
7112 MEMBARRIER SUPPORT
7113 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7114 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7115 L:      linux-kernel@vger.kernel.org
7116 S:      Supported
7117 F:      kernel/membarrier.c
7118 F:      include/uapi/linux/membarrier.h
7119
7120 MEMORY MANAGEMENT
7121 L:      linux-mm@kvack.org
7122 W:      http://www.linux-mm.org
7123 S:      Maintained
7124 F:      include/linux/mm.h
7125 F:      include/linux/gfp.h
7126 F:      include/linux/mmzone.h
7127 F:      include/linux/memory_hotplug.h
7128 F:      include/linux/vmalloc.h
7129 F:      mm/
7130
7131 MEMORY TECHNOLOGY DEVICES (MTD)
7132 M:      David Woodhouse <dwmw2@infradead.org>
7133 M:      Brian Norris <computersforpeace@gmail.com>
7134 L:      linux-mtd@lists.infradead.org
7135 W:      http://www.linux-mtd.infradead.org/
7136 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7137 T:      git git://git.infradead.org/linux-mtd.git
7138 T:      git git://git.infradead.org/l2-mtd.git
7139 S:      Maintained
7140 F:      drivers/mtd/
7141 F:      include/linux/mtd/
7142 F:      include/uapi/mtd/
7143
7144 MEN A21 WATCHDOG DRIVER
7145 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7146 L:      linux-watchdog@vger.kernel.org
7147 S:      Maintained
7148 F:      drivers/watchdog/mena21_wdt.c
7149
7150 MEN CHAMELEON BUS (mcb)
7151 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7152 S:      Maintained
7153 F:      drivers/mcb/
7154 F:      include/linux/mcb.h
7155 F:      Documentation/men-chameleon-bus.txt
7156
7157 MEN F21BMC (Board Management Controller)
7158 M:      Andreas Werner <andreas.werner@men.de>
7159 S:      Supported
7160 F:      drivers/mfd/menf21bmc.c
7161 F:      drivers/watchdog/menf21bmc_wdt.c
7162 F:      drivers/leds/leds-menf21bmc.c
7163 F:      drivers/hwmon/menf21bmc_hwmon.c
7164 F:      Documentation/hwmon/menf21bmc
7165
7166 METAG ARCHITECTURE
7167 M:      James Hogan <james.hogan@imgtec.com>
7168 L:      linux-metag@vger.kernel.org
7169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7170 S:      Odd Fixes
7171 F:      arch/metag/
7172 F:      Documentation/metag/
7173 F:      Documentation/devicetree/bindings/metag/
7174 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7175 F:      drivers/clocksource/metag_generic.c
7176 F:      drivers/irqchip/irq-metag.c
7177 F:      drivers/irqchip/irq-metag-ext.c
7178 F:      drivers/tty/metag_da.c
7179
7180 MICROBLAZE ARCHITECTURE
7181 M:      Michal Simek <monstr@monstr.eu>
7182 W:      http://www.monstr.eu/fdt/
7183 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7184 S:      Supported
7185 F:      arch/microblaze/
7186
7187 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7188 M:      Chen Yu <yu.c.chen@intel.com>
7189 L:      platform-driver-x86@vger.kernel.org
7190 S:      Supported
7191 F:      drivers/platform/x86/surfacepro3_button.c
7192
7193 MICROTEK X6 SCANNER
7194 M:      Oliver Neukum <oliver@neukum.org>
7195 S:      Maintained
7196 F:      drivers/usb/image/microtek.*
7197
7198 MIPS
7199 M:      Ralf Baechle <ralf@linux-mips.org>
7200 L:      linux-mips@linux-mips.org
7201 W:      http://www.linux-mips.org/
7202 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7203 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7204 S:      Supported
7205 F:      Documentation/mips/
7206 F:      arch/mips/
7207
7208 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7209 M:      Hans Verkuil <hverkuil@xs4all.nl>
7210 L:      linux-media@vger.kernel.org
7211 T:      git git://linuxtv.org/media_tree.git
7212 W:      https://linuxtv.org
7213 S:      Odd Fixes
7214 F:      drivers/media/radio/radio-miropcm20*
7215
7216 MELLANOX MLX4 core VPI driver
7217 M:      Yishai Hadas <yishaih@mellanox.com>
7218 L:      netdev@vger.kernel.org
7219 L:      linux-rdma@vger.kernel.org
7220 W:      http://www.mellanox.com
7221 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7222 S:      Supported
7223 F:      drivers/net/ethernet/mellanox/mlx4/
7224 F:      include/linux/mlx4/
7225
7226 MELLANOX MLX4 IB driver
7227 M:      Yishai Hadas <yishaih@mellanox.com>
7228 L:      linux-rdma@vger.kernel.org
7229 W:      http://www.mellanox.com
7230 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7231 S:      Supported
7232 F:      drivers/infiniband/hw/mlx4/
7233 F:      include/linux/mlx4/
7234
7235 MELLANOX MLX5 core VPI driver
7236 M:      Matan Barak <matanb@mellanox.com>
7237 M:      Leon Romanovsky <leonro@mellanox.com>
7238 L:      netdev@vger.kernel.org
7239 L:      linux-rdma@vger.kernel.org
7240 W:      http://www.mellanox.com
7241 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7242 S:      Supported
7243 F:      drivers/net/ethernet/mellanox/mlx5/core/
7244 F:      include/linux/mlx5/
7245
7246 MELLANOX MLX5 IB driver
7247 M:      Matan Barak <matanb@mellanox.com>
7248 M:      Leon Romanovsky <leonro@mellanox.com>
7249 L:      linux-rdma@vger.kernel.org
7250 W:      http://www.mellanox.com
7251 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7252 S:      Supported
7253 F:      drivers/infiniband/hw/mlx5/
7254 F:      include/linux/mlx5/
7255
7256 MELEXIS MLX90614 DRIVER
7257 M:      Crt Mori <cmo@melexis.com>
7258 L:      linux-iio@vger.kernel.org
7259 W:      http://www.melexis.com
7260 S:      Supported
7261 F:      drivers/iio/temperature/mlx90614.c
7262
7263 MN88472 MEDIA DRIVER
7264 M:      Antti Palosaari <crope@iki.fi>
7265 L:      linux-media@vger.kernel.org
7266 W:      https://linuxtv.org
7267 W:      http://palosaari.fi/linux/
7268 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7269 T:      git git://linuxtv.org/anttip/media_tree.git
7270 S:      Maintained
7271 F:      drivers/staging/media/mn88472/
7272 F:      drivers/media/dvb-frontends/mn88472.h
7273
7274 MN88473 MEDIA DRIVER
7275 M:      Antti Palosaari <crope@iki.fi>
7276 L:      linux-media@vger.kernel.org
7277 W:      https://linuxtv.org
7278 W:      http://palosaari.fi/linux/
7279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7280 S:      Maintained
7281 F:      drivers/media/dvb-frontends/mn88473*
7282
7283 MODULE SUPPORT
7284 M:      Rusty Russell <rusty@rustcorp.com.au>
7285 S:      Maintained
7286 F:      include/linux/module.h
7287 F:      kernel/module.c
7288
7289 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7290 W:      http://popies.net/meye/
7291 S:      Orphan
7292 F:      Documentation/video4linux/meye.txt
7293 F:      drivers/media/pci/meye/
7294 F:      include/uapi/linux/meye.h
7295
7296 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7297 M:      Jiri Slaby <jirislaby@gmail.com>
7298 S:      Maintained
7299 F:      Documentation/serial/moxa-smartio
7300 F:      drivers/tty/mxser.*
7301
7302 MR800 AVERMEDIA USB FM RADIO DRIVER
7303 M:      Alexey Klimov <klimov.linux@gmail.com>
7304 L:      linux-media@vger.kernel.org
7305 T:      git git://linuxtv.org/media_tree.git
7306 S:      Maintained
7307 F:      drivers/media/radio/radio-mr800.c
7308
7309 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7310 M:      Alan Ott <alan@signal11.us>
7311 L:      linux-wpan@vger.kernel.org
7312 S:      Maintained
7313 F:      drivers/net/ieee802154/mrf24j40.c
7314 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7315
7316 MSI LAPTOP SUPPORT
7317 M:      "Lee, Chun-Yi" <jlee@suse.com>
7318 L:      platform-driver-x86@vger.kernel.org
7319 S:      Maintained
7320 F:      drivers/platform/x86/msi-laptop.c
7321
7322 MSI WMI SUPPORT
7323 L:      platform-driver-x86@vger.kernel.org
7324 S:      Orphan
7325 F:      drivers/platform/x86/msi-wmi.c
7326
7327 MSI001 MEDIA DRIVER
7328 M:      Antti Palosaari <crope@iki.fi>
7329 L:      linux-media@vger.kernel.org
7330 W:      https://linuxtv.org
7331 W:      http://palosaari.fi/linux/
7332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7333 T:      git git://linuxtv.org/anttip/media_tree.git
7334 S:      Maintained
7335 F:      drivers/media/tuners/msi001*
7336
7337 MSI2500 MEDIA DRIVER
7338 M:      Antti Palosaari <crope@iki.fi>
7339 L:      linux-media@vger.kernel.org
7340 W:      https://linuxtv.org
7341 W:      http://palosaari.fi/linux/
7342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7343 T:      git git://linuxtv.org/anttip/media_tree.git
7344 S:      Maintained
7345 F:      drivers/media/usb/msi2500/
7346
7347 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7348 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7349 L:      linux-mtd@lists.infradead.org
7350 S:      Maintained
7351 F:      drivers/mtd/devices/docg3*
7352
7353 MT9M032 APTINA SENSOR DRIVER
7354 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7355 L:      linux-media@vger.kernel.org
7356 T:      git git://linuxtv.org/media_tree.git
7357 S:      Maintained
7358 F:      drivers/media/i2c/mt9m032.c
7359 F:      include/media/i2c/mt9m032.h
7360
7361 MT9P031 APTINA CAMERA SENSOR
7362 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7363 L:      linux-media@vger.kernel.org
7364 T:      git git://linuxtv.org/media_tree.git
7365 S:      Maintained
7366 F:      drivers/media/i2c/mt9p031.c
7367 F:      include/media/i2c/mt9p031.h
7368
7369 MT9T001 APTINA CAMERA SENSOR
7370 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7371 L:      linux-media@vger.kernel.org
7372 T:      git git://linuxtv.org/media_tree.git
7373 S:      Maintained
7374 F:      drivers/media/i2c/mt9t001.c
7375 F:      include/media/i2c/mt9t001.h
7376
7377 MT9V032 APTINA CAMERA SENSOR
7378 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7379 L:      linux-media@vger.kernel.org
7380 T:      git git://linuxtv.org/media_tree.git
7381 S:      Maintained
7382 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7383 F:      drivers/media/i2c/mt9v032.c
7384 F:      include/media/i2c/mt9v032.h
7385
7386 MULTIFUNCTION DEVICES (MFD)
7387 M:      Lee Jones <lee.jones@linaro.org>
7388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7389 S:      Supported
7390 F:      drivers/mfd/
7391 F:      include/linux/mfd/
7392
7393 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7394 M:      Ulf Hansson <ulf.hansson@linaro.org>
7395 L:      linux-mmc@vger.kernel.org
7396 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7397 S:      Maintained
7398 F:      drivers/mmc/
7399 F:      include/linux/mmc/
7400 F:      include/uapi/linux/mmc/
7401
7402 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7403 S:      Orphan
7404 F:      drivers/mmc/host/mmc_spi.c
7405 F:      include/linux/spi/mmc_spi.h
7406
7407 MULTISOUND SOUND DRIVER
7408 M:      Andrew Veliath <andrewtv@usa.net>
7409 S:      Maintained
7410 F:      Documentation/sound/oss/MultiSound
7411 F:      sound/oss/msnd*
7412
7413 MULTITECH MULTIPORT CARD (ISICOM)
7414 S:      Orphan
7415 F:      drivers/tty/isicom.c
7416 F:      include/linux/isicom.h
7417
7418 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7419 M:      Bin Liu <b-liu@ti.com>
7420 L:      linux-usb@vger.kernel.org
7421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7422 S:      Maintained
7423 F:      drivers/usb/musb/
7424
7425 MXL5007T MEDIA DRIVER
7426 M:      Michael Krufky <mkrufky@linuxtv.org>
7427 L:      linux-media@vger.kernel.org
7428 W:      https://linuxtv.org
7429 W:      http://github.com/mkrufky
7430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7431 T:      git git://linuxtv.org/mkrufky/tuners.git
7432 S:      Maintained
7433 F:      drivers/media/tuners/mxl5007t.*
7434
7435 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7436 M:      Hyong-Youb Kim <hykim@myri.com>
7437 L:      netdev@vger.kernel.org
7438 W:      https://www.myricom.com/support/downloads/myri10ge.html
7439 S:      Supported
7440 F:      drivers/net/ethernet/myricom/myri10ge/
7441
7442 NAND FLASH SUBSYSTEM
7443 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7444 R:      Richard Weinberger <richard@nod.at>
7445 L:      linux-mtd@lists.infradead.org
7446 W:      http://www.linux-mtd.infradead.org/
7447 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7448 T:      git git://github.com/linux-nand/linux.git
7449 S:      Maintained
7450 F:      drivers/mtd/nand/
7451 F:      include/linux/mtd/nand*.h
7452
7453 NATSEMI ETHERNET DRIVER (DP8381x)
7454 S:      Orphan
7455 F:      drivers/net/ethernet/natsemi/natsemi.c
7456
7457 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7458 M:      Daniel Mack <zonque@gmail.com>
7459 S:      Maintained
7460 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7461 W:      http://www.native-instruments.com
7462 F:      sound/usb/caiaq/
7463
7464 NCP FILESYSTEM
7465 M:      Petr Vandrovec <petr@vandrovec.name>
7466 S:      Odd Fixes
7467 F:      fs/ncpfs/
7468
7469 NCR 5380 SCSI DRIVERS
7470 M:      Finn Thain <fthain@telegraphics.com.au>
7471 M:      Michael Schmitz <schmitzmic@gmail.com>
7472 L:      linux-scsi@vger.kernel.org
7473 S:      Maintained
7474 F:      Documentation/scsi/g_NCR5380.txt
7475 F:      drivers/scsi/NCR5380.*
7476 F:      drivers/scsi/arm/cumana_1.c
7477 F:      drivers/scsi/arm/oak.c
7478 F:      drivers/scsi/atari_NCR5380.c
7479 F:      drivers/scsi/atari_scsi.*
7480 F:      drivers/scsi/dmx3191d.c
7481 F:      drivers/scsi/dtc.*
7482 F:      drivers/scsi/g_NCR5380.*
7483 F:      drivers/scsi/g_NCR5380_mmio.c
7484 F:      drivers/scsi/mac_scsi.*
7485 F:      drivers/scsi/pas16.*
7486 F:      drivers/scsi/sun3_scsi.*
7487 F:      drivers/scsi/sun3_scsi_vme.c
7488 F:      drivers/scsi/t128.*
7489
7490 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7491 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7492 L:      linux-scsi@vger.kernel.org
7493 S:      Maintained
7494 F:      drivers/scsi/NCR_D700.*
7495
7496 NCT6775 HARDWARE MONITOR DRIVER
7497 M:      Guenter Roeck <linux@roeck-us.net>
7498 L:      lm-sensors@lm-sensors.org
7499 S:      Maintained
7500 F:      Documentation/hwmon/nct6775
7501 F:      drivers/hwmon/nct6775.c
7502
7503 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7504 M:      Faisal Latif <faisal.latif@intel.com>
7505 L:      linux-rdma@vger.kernel.org
7506 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7507 S:      Supported
7508 F:      drivers/infiniband/hw/nes/
7509
7510 NETEM NETWORK EMULATOR
7511 M:      Stephen Hemminger <stephen@networkplumber.org>
7512 L:      netem@lists.linux-foundation.org
7513 S:      Maintained
7514 F:      net/sched/sch_netem.c
7515
7516 NETERION 10GbE DRIVERS (s2io/vxge)
7517 M:      Jon Mason <jdmason@kudzu.us>
7518 L:      netdev@vger.kernel.org
7519 S:      Supported
7520 F:      Documentation/networking/s2io.txt
7521 F:      Documentation/networking/vxge.txt
7522 F:      drivers/net/ethernet/neterion/
7523
7524 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7525 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7526 M:      Patrick McHardy <kaber@trash.net>
7527 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7528 L:      netfilter-devel@vger.kernel.org
7529 L:      coreteam@netfilter.org
7530 W:      http://www.netfilter.org/
7531 W:      http://www.iptables.org/
7532 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7535 S:      Supported
7536 F:      include/linux/netfilter*
7537 F:      include/linux/netfilter/
7538 F:      include/net/netfilter/
7539 F:      include/uapi/linux/netfilter*
7540 F:      include/uapi/linux/netfilter/
7541 F:      net/*/netfilter.c
7542 F:      net/*/netfilter/
7543 F:      net/netfilter/
7544 F:      net/bridge/br_netfilter*.c
7545
7546 NETLABEL
7547 M:      Paul Moore <paul@paul-moore.com>
7548 W:      http://netlabel.sf.net
7549 L:      netdev@vger.kernel.org
7550 S:      Maintained
7551 F:      Documentation/netlabel/
7552 F:      include/net/netlabel.h
7553 F:      net/netlabel/
7554
7555 NETROM NETWORK LAYER
7556 M:      Ralf Baechle <ralf@linux-mips.org>
7557 L:      linux-hams@vger.kernel.org
7558 W:      http://www.linux-ax25.org/
7559 S:      Maintained
7560 F:      include/net/netrom.h
7561 F:      include/uapi/linux/netrom.h
7562 F:      net/netrom/
7563
7564 NETRONOME ETHERNET DRIVERS
7565 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7566 L:      oss-drivers@netronome.com
7567 S:      Maintained
7568 F:      drivers/net/ethernet/netronome/
7569
7570 NETWORK BLOCK DEVICE (NBD)
7571 M:      Markus Pargmann <mpa@pengutronix.de>
7572 S:      Maintained
7573 L:      nbd-general@lists.sourceforge.net
7574 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7575 F:      Documentation/blockdev/nbd.txt
7576 F:      drivers/block/nbd.c
7577 F:      include/uapi/linux/nbd.h
7578
7579 NETWORK DROP MONITOR
7580 M:      Neil Horman <nhorman@tuxdriver.com>
7581 L:      netdev@vger.kernel.org
7582 S:      Maintained
7583 W:      https://fedorahosted.org/dropwatch/
7584 F:      net/core/drop_monitor.c
7585
7586 NETWORKING [GENERAL]
7587 M:      "David S. Miller" <davem@davemloft.net>
7588 L:      netdev@vger.kernel.org
7589 W:      http://www.linuxfoundation.org/en/Net
7590 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7593 S:      Maintained
7594 F:      net/
7595 F:      include/net/
7596 F:      include/linux/in.h
7597 F:      include/linux/net.h
7598 F:      include/linux/netdevice.h
7599 F:      include/uapi/linux/in.h
7600 F:      include/uapi/linux/net.h
7601 F:      include/uapi/linux/netdevice.h
7602 F:      include/uapi/linux/net_namespace.h
7603 F:      tools/net/
7604 F:      tools/testing/selftests/net/
7605 F:      lib/random32.c
7606 F:      lib/test_bpf.c
7607
7608 NETWORKING [IPv4/IPv6]
7609 M:      "David S. Miller" <davem@davemloft.net>
7610 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7611 M:      James Morris <jmorris@namei.org>
7612 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7613 M:      Patrick McHardy <kaber@trash.net>
7614 L:      netdev@vger.kernel.org
7615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7616 S:      Maintained
7617 F:      net/ipv4/
7618 F:      net/ipv6/
7619 F:      include/net/ip*
7620 F:      arch/x86/net/*
7621
7622 NETWORKING [IPSEC]
7623 M:      Steffen Klassert <steffen.klassert@secunet.com>
7624 M:      Herbert Xu <herbert@gondor.apana.org.au>
7625 M:      "David S. Miller" <davem@davemloft.net>
7626 L:      netdev@vger.kernel.org
7627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7629 S:      Maintained
7630 F:      net/core/flow.c
7631 F:      net/xfrm/
7632 F:      net/key/
7633 F:      net/ipv4/xfrm*
7634 F:      net/ipv4/esp4.c
7635 F:      net/ipv4/ah4.c
7636 F:      net/ipv4/ipcomp.c
7637 F:      net/ipv4/ip_vti.c
7638 F:      net/ipv6/xfrm*
7639 F:      net/ipv6/esp6.c
7640 F:      net/ipv6/ah6.c
7641 F:      net/ipv6/ipcomp6.c
7642 F:      net/ipv6/ip6_vti.c
7643 F:      include/uapi/linux/xfrm.h
7644 F:      include/net/xfrm.h
7645
7646 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7647 M:      Paul Moore <paul@paul-moore.com>
7648 L:      netdev@vger.kernel.org
7649 S:      Maintained
7650
7651 NETWORKING [WIRELESS]
7652 L:      linux-wireless@vger.kernel.org
7653 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7654
7655 NETWORKING DRIVERS
7656 L:      netdev@vger.kernel.org
7657 W:      http://www.linuxfoundation.org/en/Net
7658 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7661 S:      Odd Fixes
7662 F:      drivers/net/
7663 F:      include/linux/if_*
7664 F:      include/linux/netdevice.h
7665 F:      include/linux/etherdevice.h
7666 F:      include/linux/fcdevice.h
7667 F:      include/linux/fddidevice.h
7668 F:      include/linux/hippidevice.h
7669 F:      include/linux/inetdevice.h
7670 F:      include/uapi/linux/if_*
7671 F:      include/uapi/linux/netdevice.h
7672
7673 NETWORKING DRIVERS (WIRELESS)
7674 M:      Kalle Valo <kvalo@codeaurora.org>
7675 L:      linux-wireless@vger.kernel.org
7676 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7679 S:      Maintained
7680 F:      drivers/net/wireless/
7681
7682 NETXEN (1/10) GbE SUPPORT
7683 M:      Manish Chopra <manish.chopra@qlogic.com>
7684 M:      Sony Chacko <sony.chacko@qlogic.com>
7685 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7686 L:      netdev@vger.kernel.org
7687 W:      http://www.qlogic.com
7688 S:      Supported
7689 F:      drivers/net/ethernet/qlogic/netxen/
7690
7691 NFC SUBSYSTEM
7692 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7693 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7694 M:      Samuel Ortiz <sameo@linux.intel.com>
7695 L:      linux-wireless@vger.kernel.org
7696 L:      linux-nfc@lists.01.org (subscribers-only)
7697 S:      Supported
7698 F:      net/nfc/
7699 F:      include/net/nfc/
7700 F:      include/uapi/linux/nfc.h
7701 F:      drivers/nfc/
7702 F:      include/linux/platform_data/nfcmrvl.h
7703 F:      include/linux/platform_data/nxp-nci.h
7704 F:      include/linux/platform_data/pn544.h
7705 F:      include/linux/platform_data/st21nfca.h
7706 F:      include/linux/platform_data/st-nci.h
7707 F:      Documentation/devicetree/bindings/net/nfc/
7708
7709 NFS, SUNRPC, AND LOCKD CLIENTS
7710 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7711 M:      Anna Schumaker <anna.schumaker@netapp.com>
7712 L:      linux-nfs@vger.kernel.org
7713 W:      http://client.linux-nfs.org
7714 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7715 S:      Maintained
7716 F:      fs/lockd/
7717 F:      fs/nfs/
7718 F:      fs/nfs_common/
7719 F:      net/sunrpc/
7720 F:      include/linux/lockd/
7721 F:      include/linux/nfs*
7722 F:      include/linux/sunrpc/
7723 F:      include/uapi/linux/nfs*
7724 F:      include/uapi/linux/sunrpc/
7725
7726 NILFS2 FILESYSTEM
7727 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7728 L:      linux-nilfs@vger.kernel.org
7729 W:      http://nilfs.sourceforge.net/
7730 T:      git git://github.com/konis/nilfs2.git
7731 S:      Supported
7732 F:      Documentation/filesystems/nilfs2.txt
7733 F:      fs/nilfs2/
7734 F:      include/linux/nilfs2_fs.h
7735 F:      include/trace/events/nilfs2.h
7736
7737 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7738 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7739 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7740 S:      Maintained
7741 F:      Documentation/scsi/NinjaSCSI.txt
7742 F:      drivers/scsi/pcmcia/nsp_*
7743
7744 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7745 M:      GOTO Masanori <gotom@debian.or.jp>
7746 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7747 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7748 S:      Maintained
7749 F:      Documentation/scsi/NinjaSCSI.txt
7750 F:      drivers/scsi/nsp32*
7751
7752 NIOS2 ARCHITECTURE
7753 M:      Ley Foon Tan <lftan@altera.com>
7754 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7756 S:      Maintained
7757 F:      arch/nios2/
7758
7759 NOKIA N900 POWER SUPPLY DRIVERS
7760 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7761 F:      include/linux/power/bq2415x_charger.h
7762 F:      include/linux/power/bq27xxx_battery.h
7763 F:      include/linux/power/isp1704_charger.h
7764 F:      drivers/power/bq2415x_charger.c
7765 F:      drivers/power/bq27xxx_battery.c
7766 F:      drivers/power/bq27xxx_battery_i2c.c
7767 F:      drivers/power/isp1704_charger.c
7768 F:      drivers/power/rx51_battery.c
7769
7770 NTB DRIVER CORE
7771 M:      Jon Mason <jdmason@kudzu.us>
7772 M:      Dave Jiang <dave.jiang@intel.com>
7773 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7774 L:      linux-ntb@googlegroups.com
7775 S:      Supported
7776 W:      https://github.com/jonmason/ntb/wiki
7777 T:      git git://github.com/jonmason/ntb.git
7778 F:      drivers/ntb/
7779 F:      drivers/net/ntb_netdev.c
7780 F:      include/linux/ntb.h
7781 F:      include/linux/ntb_transport.h
7782
7783 NTB INTEL DRIVER
7784 M:      Jon Mason <jdmason@kudzu.us>
7785 M:      Dave Jiang <dave.jiang@intel.com>
7786 L:      linux-ntb@googlegroups.com
7787 S:      Supported
7788 W:      https://github.com/jonmason/ntb/wiki
7789 T:      git git://github.com/jonmason/ntb.git
7790 F:      drivers/ntb/hw/intel/
7791
7792 NTB AMD DRIVER
7793 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7794 L:      linux-ntb@googlegroups.com
7795 S:      Supported
7796 F:      drivers/ntb/hw/amd/
7797
7798 NTFS FILESYSTEM
7799 M:      Anton Altaparmakov <anton@tuxera.com>
7800 L:      linux-ntfs-dev@lists.sourceforge.net
7801 W:      http://www.tuxera.com/
7802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7803 S:      Supported
7804 F:      Documentation/filesystems/ntfs.txt
7805 F:      fs/ntfs/
7806
7807 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7808 M:      Antonino Daplas <adaplas@gmail.com>
7809 L:      linux-fbdev@vger.kernel.org
7810 S:      Maintained
7811 F:      drivers/video/fbdev/riva/
7812 F:      drivers/video/fbdev/nvidia/
7813
7814 NVM EXPRESS DRIVER
7815 M:      Keith Busch <keith.busch@intel.com>
7816 M:      Jens Axboe <axboe@fb.com>
7817 L:      linux-nvme@lists.infradead.org
7818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7819 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7820 S:      Supported
7821 F:      drivers/nvme/host/
7822 F:      include/linux/nvme.h
7823
7824 NVMEM FRAMEWORK
7825 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7826 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7827 S:      Maintained
7828 F:      drivers/nvmem/
7829 F:      Documentation/devicetree/bindings/nvmem/
7830 F:      include/linux/nvmem-consumer.h
7831 F:      include/linux/nvmem-provider.h
7832
7833 NXP-NCI NFC DRIVER
7834 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7835 R:      Charles Gorand <charles.gorand@effinnov.com>
7836 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7837 S:      Supported
7838 F:      drivers/nfc/nxp-nci
7839
7840 NXP TDA998X DRM DRIVER
7841 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7842 S:      Supported
7843 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7844 F:      include/drm/i2c/tda998x.h
7845
7846 NXP TFA9879 DRIVER
7847 M:      Peter Rosin <peda@axentia.se>
7848 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7849 S:      Maintained
7850 F:      sound/soc/codecs/tfa9879*
7851
7852 OMAP SUPPORT
7853 M:      Tony Lindgren <tony@atomide.com>
7854 L:      linux-omap@vger.kernel.org
7855 W:      http://www.muru.com/linux/omap/
7856 W:      http://linux.omap.com/
7857 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7859 S:      Maintained
7860 F:      arch/arm/*omap*/
7861 F:      arch/arm/configs/omap1_defconfig
7862 F:      arch/arm/configs/omap2plus_defconfig
7863 F:      drivers/i2c/busses/i2c-omap.c
7864 F:      drivers/irqchip/irq-omap-intc.c
7865 F:      drivers/mfd/*omap*.c
7866 F:      drivers/mfd/menelaus.c
7867 F:      drivers/mfd/palmas.c
7868 F:      drivers/mfd/tps65217.c
7869 F:      drivers/mfd/tps65218.c
7870 F:      drivers/mfd/tps65910.c
7871 F:      drivers/mfd/twl-core.[ch]
7872 F:      drivers/mfd/twl4030*.c
7873 F:      drivers/mfd/twl6030*.c
7874 F:      drivers/mfd/twl6040*.c
7875 F:      drivers/regulator/palmas-regulator*.c
7876 F:      drivers/regulator/pbias-regulator.c
7877 F:      drivers/regulator/tps65217-regulator.c
7878 F:      drivers/regulator/tps65218-regulator.c
7879 F:      drivers/regulator/tps65910-regulator.c
7880 F:      drivers/regulator/twl-regulator.c
7881 F:      include/linux/i2c-omap.h
7882
7883 OMAP DEVICE TREE SUPPORT
7884 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7885 M:      Tony Lindgren <tony@atomide.com>
7886 L:      linux-omap@vger.kernel.org
7887 L:      devicetree@vger.kernel.org
7888 S:      Maintained
7889 F:      arch/arm/boot/dts/*omap*
7890 F:      arch/arm/boot/dts/*am3*
7891 F:      arch/arm/boot/dts/*am4*
7892 F:      arch/arm/boot/dts/*am5*
7893 F:      arch/arm/boot/dts/*dra7*
7894
7895 OMAP CLOCK FRAMEWORK SUPPORT
7896 M:      Paul Walmsley <paul@pwsan.com>
7897 L:      linux-omap@vger.kernel.org
7898 S:      Maintained
7899 F:      arch/arm/*omap*/*clock*
7900
7901 OMAP POWER MANAGEMENT SUPPORT
7902 M:      Kevin Hilman <khilman@kernel.org>
7903 L:      linux-omap@vger.kernel.org
7904 S:      Maintained
7905 F:      arch/arm/*omap*/*pm*
7906 F:      drivers/cpufreq/omap-cpufreq.c
7907
7908 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7909 M:      Rajendra Nayak <rnayak@ti.com>
7910 M:      Paul Walmsley <paul@pwsan.com>
7911 L:      linux-omap@vger.kernel.org
7912 S:      Maintained
7913 F:      arch/arm/mach-omap2/prm*
7914
7915 OMAP AUDIO SUPPORT
7916 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7917 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7919 L:      linux-omap@vger.kernel.org
7920 S:      Maintained
7921 F:      sound/soc/omap/
7922
7923 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7924 M:      Roger Quadros <rogerq@ti.com>
7925 M:      Tony Lindgren <tony@atomide.com>
7926 L:      linux-omap@vger.kernel.org
7927 S:      Maintained
7928 F:      drivers/memory/omap-gpmc.c
7929 F:      arch/arm/mach-omap2/*gpmc*
7930
7931 OMAP FRAMEBUFFER SUPPORT
7932 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7933 L:      linux-fbdev@vger.kernel.org
7934 L:      linux-omap@vger.kernel.org
7935 S:      Maintained
7936 F:      drivers/video/fbdev/omap/
7937
7938 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7939 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7940 L:      linux-omap@vger.kernel.org
7941 L:      linux-fbdev@vger.kernel.org
7942 S:      Maintained
7943 F:      drivers/video/fbdev/omap2/
7944 F:      Documentation/arm/OMAP/DSS
7945
7946 OMAP HARDWARE SPINLOCK SUPPORT
7947 M:      Ohad Ben-Cohen <ohad@wizery.com>
7948 L:      linux-omap@vger.kernel.org
7949 S:      Maintained
7950 F:      drivers/hwspinlock/omap_hwspinlock.c
7951
7952 OMAP MMC SUPPORT
7953 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7954 L:      linux-omap@vger.kernel.org
7955 S:      Maintained
7956 F:      drivers/mmc/host/omap.c
7957
7958 OMAP HS MMC SUPPORT
7959 L:      linux-mmc@vger.kernel.org
7960 L:      linux-omap@vger.kernel.org
7961 S:      Orphan
7962 F:      drivers/mmc/host/omap_hsmmc.c
7963
7964 OMAP RANDOM NUMBER GENERATOR SUPPORT
7965 M:      Deepak Saxena <dsaxena@plexity.net>
7966 S:      Maintained
7967 F:      drivers/char/hw_random/omap-rng.c
7968
7969 OMAP HWMOD SUPPORT
7970 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7971 M:      Paul Walmsley <paul@pwsan.com>
7972 L:      linux-omap@vger.kernel.org
7973 S:      Maintained
7974 F:      arch/arm/mach-omap2/omap_hwmod.*
7975
7976 OMAP HWMOD DATA
7977 M:      Paul Walmsley <paul@pwsan.com>
7978 L:      linux-omap@vger.kernel.org
7979 S:      Maintained
7980 F:      arch/arm/mach-omap2/omap_hwmod*data*
7981
7982 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7983 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7984 L:      linux-omap@vger.kernel.org
7985 S:      Maintained
7986 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7987
7988 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7989 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7990 L:      linux-media@vger.kernel.org
7991 S:      Maintained
7992 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7993 F:      drivers/media/platform/omap3isp/
7994 F:      drivers/staging/media/omap4iss/
7995
7996 OMAP USB SUPPORT
7997 L:      linux-usb@vger.kernel.org
7998 L:      linux-omap@vger.kernel.org
7999 S:      Orphan
8000 F:      drivers/usb/*/*omap*
8001 F:      arch/arm/*omap*/usb*
8002
8003 OMAP GPIO DRIVER
8004 M:      Grygorii Strashko <grygorii.strashko@ti.com>
8005 M:      Santosh Shilimkar <ssantosh@kernel.org>
8006 M:      Kevin Hilman <khilman@kernel.org>
8007 L:      linux-omap@vger.kernel.org
8008 S:      Maintained
8009 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
8010 F:      drivers/gpio/gpio-omap.c
8011
8012 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
8013 M:      Mark Jackson <mpfj@newflow.co.uk>
8014 L:      linux-omap@vger.kernel.org
8015 S:      Maintained
8016 F:      arch/arm/boot/dts/am335x-nano.dts
8017
8018 OMFS FILESYSTEM
8019 M:      Bob Copeland <me@bobcopeland.com>
8020 L:      linux-karma-devel@lists.sourceforge.net
8021 S:      Maintained
8022 F:      Documentation/filesystems/omfs.txt
8023 F:      fs/omfs/
8024
8025 OMNIKEY CARDMAN 4000 DRIVER
8026 M:      Harald Welte <laforge@gnumonks.org>
8027 S:      Maintained
8028 F:      drivers/char/pcmcia/cm4000_cs.c
8029 F:      include/linux/cm4000_cs.h
8030 F:      include/uapi/linux/cm4000_cs.h
8031
8032 OMNIKEY CARDMAN 4040 DRIVER
8033 M:      Harald Welte <laforge@gnumonks.org>
8034 S:      Maintained
8035 F:      drivers/char/pcmcia/cm4040_cs.*
8036
8037 OMNIVISION OV7670 SENSOR DRIVER
8038 M:      Jonathan Corbet <corbet@lwn.net>
8039 L:      linux-media@vger.kernel.org
8040 T:      git git://linuxtv.org/media_tree.git
8041 S:      Maintained
8042 F:      drivers/media/i2c/ov7670.c
8043
8044 ONENAND FLASH DRIVER
8045 M:      Kyungmin Park <kyungmin.park@samsung.com>
8046 L:      linux-mtd@lists.infradead.org
8047 S:      Maintained
8048 F:      drivers/mtd/onenand/
8049 F:      include/linux/mtd/onenand*.h
8050
8051 ONSTREAM SCSI TAPE DRIVER
8052 M:      Willem Riede <osst@riede.org>
8053 L:      osst-users@lists.sourceforge.net
8054 L:      linux-scsi@vger.kernel.org
8055 S:      Maintained
8056 F:      Documentation/scsi/osst.txt
8057 F:      drivers/scsi/osst.*
8058 F:      drivers/scsi/osst_*.h
8059 F:      drivers/scsi/st.h
8060
8061 OPENCORES I2C BUS DRIVER
8062 M:      Peter Korsgaard <jacmet@sunsite.dk>
8063 L:      linux-i2c@vger.kernel.org
8064 S:      Maintained
8065 F:      Documentation/i2c/busses/i2c-ocores
8066 F:      drivers/i2c/busses/i2c-ocores.c
8067
8068 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8069 M:      Rob Herring <robh+dt@kernel.org>
8070 M:      Frank Rowand <frowand.list@gmail.com>
8071 M:      Grant Likely <grant.likely@linaro.org>
8072 L:      devicetree@vger.kernel.org
8073 W:      http://www.devicetree.org/
8074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8075 S:      Maintained
8076 F:      drivers/of/
8077 F:      include/linux/of*.h
8078 F:      scripts/dtc/
8079
8080 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8081 M:      Rob Herring <robh+dt@kernel.org>
8082 M:      Pawel Moll <pawel.moll@arm.com>
8083 M:      Mark Rutland <mark.rutland@arm.com>
8084 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8085 M:      Kumar Gala <galak@codeaurora.org>
8086 L:      devicetree@vger.kernel.org
8087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8088 S:      Maintained
8089 F:      Documentation/devicetree/
8090 F:      arch/*/boot/dts/
8091 F:      include/dt-bindings/
8092
8093 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8094 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8095 L:      devicetree@vger.kernel.org
8096 S:      Maintained
8097 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8098 F:      Documentation/devicetree/overlay-notes.txt
8099 F:      drivers/of/overlay.c
8100 F:      drivers/of/resolver.c
8101
8102 OPENRISC ARCHITECTURE
8103 M:      Jonas Bonn <jonas@southpole.se>
8104 W:      http://openrisc.net
8105 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8106 S:      Maintained
8107 T:      git git://openrisc.net/~jonas/linux
8108 F:      arch/openrisc/
8109
8110 OPENVSWITCH
8111 M:      Pravin Shelar <pshelar@nicira.com>
8112 L:      netdev@vger.kernel.org
8113 L:      dev@openvswitch.org
8114 W:      http://openvswitch.org
8115 S:      Maintained
8116 F:      net/openvswitch/
8117 F:      include/uapi/linux/openvswitch.h
8118
8119 OPERATING PERFORMANCE POINTS (OPP)
8120 M:      Viresh Kumar <vireshk@kernel.org>
8121 M:      Nishanth Menon <nm@ti.com>
8122 M:      Stephen Boyd <sboyd@codeaurora.org>
8123 L:      linux-pm@vger.kernel.org
8124 S:      Maintained
8125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8126 F:      drivers/base/power/opp/
8127 F:      include/linux/pm_opp.h
8128 F:      Documentation/power/opp.txt
8129 F:      Documentation/devicetree/bindings/opp/
8130
8131 OPL4 DRIVER
8132 M:      Clemens Ladisch <clemens@ladisch.de>
8133 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8134 T:      git git://git.alsa-project.org/alsa-kernel.git
8135 S:      Maintained
8136 F:      sound/drivers/opl4/
8137
8138 OPROFILE
8139 M:      Robert Richter <rric@kernel.org>
8140 L:      oprofile-list@lists.sf.net
8141 S:      Maintained
8142 F:      arch/*/include/asm/oprofile*.h
8143 F:      arch/*/oprofile/
8144 F:      drivers/oprofile/
8145 F:      include/linux/oprofile.h
8146
8147 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8148 M:      Mark Fasheh <mfasheh@suse.com>
8149 M:      Joel Becker <jlbec@evilplan.org>
8150 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8151 W:      http://ocfs2.wiki.kernel.org
8152 S:      Supported
8153 F:      Documentation/filesystems/ocfs2.txt
8154 F:      Documentation/filesystems/dlmfs.txt
8155 F:      fs/ocfs2/
8156
8157 ORINOCO DRIVER
8158 L:      linux-wireless@vger.kernel.org
8159 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8160 W:      http://www.nongnu.org/orinoco/
8161 S:      Orphan
8162 F:      drivers/net/wireless/intersil/orinoco/
8163
8164 OSD LIBRARY and FILESYSTEM
8165 M:      Boaz Harrosh <ooo@electrozaur.com>
8166 M:      Benny Halevy <bhalevy@primarydata.com>
8167 L:      osd-dev@open-osd.org
8168 W:      http://open-osd.org
8169 T:      git git://git.open-osd.org/open-osd.git
8170 S:      Maintained
8171 F:      drivers/scsi/osd/
8172 F:      include/scsi/osd_*
8173 F:      fs/exofs/
8174
8175 OVERLAY FILESYSTEM
8176 M:      Miklos Szeredi <miklos@szeredi.hu>
8177 L:      linux-unionfs@vger.kernel.org
8178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8179 S:      Supported
8180 F:      fs/overlayfs/
8181 F:      Documentation/filesystems/overlayfs.txt
8182
8183 P54 WIRELESS DRIVER
8184 M:      Christian Lamparter <chunkeey@googlemail.com>
8185 L:      linux-wireless@vger.kernel.org
8186 W:      http://wireless.kernel.org/en/users/Drivers/p54
8187 S:      Maintained
8188 F:      drivers/net/wireless/intersil/p54/
8189
8190 PA SEMI ETHERNET DRIVER
8191 M:      Olof Johansson <olof@lixom.net>
8192 L:      netdev@vger.kernel.org
8193 S:      Maintained
8194 F:      drivers/net/ethernet/pasemi/*
8195
8196 PA SEMI SMBUS DRIVER
8197 M:      Olof Johansson <olof@lixom.net>
8198 L:      linux-i2c@vger.kernel.org
8199 S:      Maintained
8200 F:      drivers/i2c/busses/i2c-pasemi.c
8201
8202 PADATA PARALLEL EXECUTION MECHANISM
8203 M:      Steffen Klassert <steffen.klassert@secunet.com>
8204 L:      linux-crypto@vger.kernel.org
8205 S:      Maintained
8206 F:      kernel/padata.c
8207 F:      include/linux/padata.h
8208 F:      Documentation/padata.txt
8209
8210 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8211 M:      Harald Welte <laforge@gnumonks.org>
8212 L:      platform-driver-x86@vger.kernel.org
8213 S:      Maintained
8214 F:      drivers/platform/x86/panasonic-laptop.c
8215
8216 PANASONIC MN10300/AM33/AM34 PORT
8217 M:      David Howells <dhowells@redhat.com>
8218 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8219 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8220 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8221 S:      Maintained
8222 F:      Documentation/mn10300/
8223 F:      arch/mn10300/
8224
8225 PARALLEL LCD/KEYPAD PANEL DRIVER
8226 M:      Willy Tarreau <willy@haproxy.com>
8227 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8228 S:      Odd Fixes
8229 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8230 F:      drivers/misc/panel.c
8231
8232 PARALLEL PORT SUBSYSTEM
8233 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8234 M:      Sudip Mukherjee <sudip@vectorindia.org>
8235 L:      linux-parport@lists.infradead.org (subscribers-only)
8236 S:      Maintained
8237 F:      drivers/parport/
8238 F:      include/linux/parport*.h
8239 F:      drivers/char/ppdev.c
8240 F:      include/uapi/linux/ppdev.h
8241 F:      Documentation/parport*.txt
8242
8243 PARAVIRT_OPS INTERFACE
8244 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8245 M:      Chris Wright <chrisw@sous-sol.org>
8246 M:      Alok Kataria <akataria@vmware.com>
8247 M:      Rusty Russell <rusty@rustcorp.com.au>
8248 L:      virtualization@lists.linux-foundation.org
8249 S:      Supported
8250 F:      Documentation/virtual/paravirt_ops.txt
8251 F:      arch/*/kernel/paravirt*
8252 F:      arch/*/include/asm/paravirt.h
8253
8254 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8255 M:      Tim Waugh <tim@cyberelk.net>
8256 L:      linux-parport@lists.infradead.org (subscribers-only)
8257 S:      Maintained
8258 F:      Documentation/blockdev/paride.txt
8259 F:      drivers/block/paride/
8260
8261 PARISC ARCHITECTURE
8262 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8263 M:      Helge Deller <deller@gmx.de>
8264 L:      linux-parisc@vger.kernel.org
8265 W:      http://www.parisc-linux.org/
8266 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8269 S:      Maintained
8270 F:      arch/parisc/
8271 F:      Documentation/parisc/
8272 F:      drivers/parisc/
8273 F:      drivers/char/agp/parisc-agp.c
8274 F:      drivers/input/serio/gscps2.c
8275 F:      drivers/parport/parport_gsc.*
8276 F:      drivers/tty/serial/8250/8250_gsc.c
8277 F:      drivers/video/fbdev/sti*
8278 F:      drivers/video/console/sti*
8279 F:      drivers/video/logo/logo_parisc*
8280
8281 PC87360 HARDWARE MONITORING DRIVER
8282 M:      Jim Cromie <jim.cromie@gmail.com>
8283 L:      lm-sensors@lm-sensors.org
8284 S:      Maintained
8285 F:      Documentation/hwmon/pc87360
8286 F:      drivers/hwmon/pc87360.c
8287
8288 PC8736x GPIO DRIVER
8289 M:      Jim Cromie <jim.cromie@gmail.com>
8290 S:      Maintained
8291 F:      drivers/char/pc8736x_gpio.c
8292
8293 PC87427 HARDWARE MONITORING DRIVER
8294 M:      Jean Delvare <jdelvare@suse.com>
8295 L:      lm-sensors@lm-sensors.org
8296 S:      Maintained
8297 F:      Documentation/hwmon/pc87427
8298 F:      drivers/hwmon/pc87427.c
8299
8300 PCA9532 LED DRIVER
8301 M:      Riku Voipio <riku.voipio@iki.fi>
8302 S:      Maintained
8303 F:      drivers/leds/leds-pca9532.c
8304 F:      include/linux/leds-pca9532.h
8305
8306 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8307 M:      Guenter Roeck <linux@roeck-us.net>
8308 L:      linux-i2c@vger.kernel.org
8309 S:      Maintained
8310 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8311
8312 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8313 M:      Khalid Aziz <khalid@gonehiking.org>
8314 S:      Maintained
8315 F:      drivers/firmware/pcdp.*
8316
8317 PCI ERROR RECOVERY
8318 M:      Linas Vepstas <linasvepstas@gmail.com>
8319 L:      linux-pci@vger.kernel.org
8320 S:      Supported
8321 F:      Documentation/PCI/pci-error-recovery.txt
8322
8323 PCI ENHANCED ERROR HANDLING (EEH) FOR POWERPC
8324 M:      Russell Currey <ruscur@russell.cc>
8325 L:      linuxppc-dev@lists.ozlabs.org
8326 S:      Supported
8327 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
8328 F:      arch/powerpc/kernel/eeh*.c
8329 F:      arch/powerpc/platforms/*/eeh*.c
8330 F:      arch/powerpc/include/*/eeh*.h
8331
8332 PCI SUBSYSTEM
8333 M:      Bjorn Helgaas <bhelgaas@google.com>
8334 L:      linux-pci@vger.kernel.org
8335 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8337 S:      Supported
8338 F:      Documentation/PCI/
8339 F:      drivers/pci/
8340 F:      include/linux/pci*
8341 F:      arch/x86/pci/
8342 F:      arch/x86/kernel/quirks.c
8343
8344 PCI DRIVER FOR ALTERA PCIE IP
8345 M:      Ley Foon Tan <lftan@altera.com>
8346 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8347 L:      linux-pci@vger.kernel.org
8348 S:      Supported
8349 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8350 F:      drivers/pci/host/pcie-altera.c
8351
8352 PCI DRIVER FOR ARM VERSATILE PLATFORM
8353 M:      Rob Herring <robh@kernel.org>
8354 L:      linux-pci@vger.kernel.org
8355 L:      linux-arm-kernel@lists.infradead.org
8356 S:      Maintained
8357 F:      Documentation/devicetree/bindings/pci/versatile.txt
8358 F:      drivers/pci/host/pci-versatile.c
8359
8360 PCI DRIVER FOR APPLIEDMICRO XGENE
8361 M:      Tanmay Inamdar <tinamdar@apm.com>
8362 L:      linux-pci@vger.kernel.org
8363 L:      linux-arm-kernel@lists.infradead.org
8364 S:      Maintained
8365 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8366 F:      drivers/pci/host/pci-xgene.c
8367
8368 PCI DRIVER FOR FREESCALE LAYERSCAPE
8369 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8370 M:      Mingkai Hu <mingkai.hu@freescale.com>
8371 M:      Roy Zang <tie-fei.zang@freescale.com>
8372 L:      linuxppc-dev@lists.ozlabs.org
8373 L:      linux-pci@vger.kernel.org
8374 L:      linux-arm-kernel@lists.infradead.org
8375 S:      Maintained
8376 F:      drivers/pci/host/*layerscape*
8377
8378 PCI DRIVER FOR IMX6
8379 M:      Richard Zhu <Richard.Zhu@freescale.com>
8380 M:      Lucas Stach <l.stach@pengutronix.de>
8381 L:      linux-pci@vger.kernel.org
8382 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8383 S:      Maintained
8384 F:      drivers/pci/host/*imx6*
8385
8386 PCI DRIVER FOR TI KEYSTONE
8387 M:      Murali Karicheri <m-karicheri2@ti.com>
8388 L:      linux-pci@vger.kernel.org
8389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8390 S:      Maintained
8391 F:      drivers/pci/host/*keystone*
8392
8393 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8394 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8395 M:      Jason Cooper <jason@lakedaemon.net>
8396 L:      linux-pci@vger.kernel.org
8397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8398 S:      Maintained
8399 F:      drivers/pci/host/*mvebu*
8400
8401 PCI DRIVER FOR NVIDIA TEGRA
8402 M:      Thierry Reding <thierry.reding@gmail.com>
8403 L:      linux-tegra@vger.kernel.org
8404 L:      linux-pci@vger.kernel.org
8405 S:      Supported
8406 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8407 F:      drivers/pci/host/pci-tegra.c
8408
8409 PCI DRIVER FOR TI DRA7XX
8410 M:      Kishon Vijay Abraham I <kishon@ti.com>
8411 L:      linux-omap@vger.kernel.org
8412 L:      linux-pci@vger.kernel.org
8413 S:      Supported
8414 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8415 F:      drivers/pci/host/pci-dra7xx.c
8416
8417 PCI DRIVER FOR RENESAS R-CAR
8418 M:      Simon Horman <horms@verge.net.au>
8419 L:      linux-pci@vger.kernel.org
8420 L:      linux-renesas-soc@vger.kernel.org
8421 S:      Maintained
8422 F:      drivers/pci/host/*rcar*
8423
8424 PCI DRIVER FOR SAMSUNG EXYNOS
8425 M:      Jingoo Han <jingoohan1@gmail.com>
8426 L:      linux-pci@vger.kernel.org
8427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8429 S:      Maintained
8430 F:      drivers/pci/host/pci-exynos.c
8431
8432 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8433 M:      Jingoo Han <jingoohan1@gmail.com>
8434 M:      Pratyush Anand <pratyush.anand@gmail.com>
8435 L:      linux-pci@vger.kernel.org
8436 S:      Maintained
8437 F:      drivers/pci/host/*designware*
8438
8439 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8440 M:      Joao Pinto <jpinto@synopsys.com>
8441 L:      linux-pci@vger.kernel.org
8442 S:      Maintained
8443 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8444 F:      drivers/pci/host/pcie-designware-plat.c
8445
8446 PCI DRIVER FOR GENERIC OF HOSTS
8447 M:      Will Deacon <will.deacon@arm.com>
8448 L:      linux-pci@vger.kernel.org
8449 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8450 S:      Maintained
8451 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8452 F:      drivers/pci/host/pci-host-common.c
8453 F:      drivers/pci/host/pci-host-generic.c
8454
8455 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8456 M:      Keith Busch <keith.busch@intel.com>
8457 L:      linux-pci@vger.kernel.org
8458 S:      Supported
8459 F:      arch/x86/pci/vmd.c
8460
8461 PCIE DRIVER FOR ST SPEAR13XX
8462 M:      Pratyush Anand <pratyush.anand@gmail.com>
8463 L:      linux-pci@vger.kernel.org
8464 S:      Maintained
8465 F:      drivers/pci/host/*spear*
8466
8467 PCI MSI DRIVER FOR ALTERA MSI IP
8468 M:      Ley Foon Tan <lftan@altera.com>
8469 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8470 L:      linux-pci@vger.kernel.org
8471 S:      Supported
8472 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8473 F:      drivers/pci/host/pcie-altera-msi.c
8474
8475 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8476 M:      Duc Dang <dhdang@apm.com>
8477 L:      linux-pci@vger.kernel.org
8478 L:      linux-arm-kernel@lists.infradead.org
8479 S:      Maintained
8480 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8481 F:      drivers/pci/host/pci-xgene-msi.c
8482
8483 PCIE DRIVER FOR HISILICON
8484 M:      Zhou Wang <wangzhou1@hisilicon.com>
8485 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8486 L:      linux-pci@vger.kernel.org
8487 S:      Maintained
8488 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8489 F:      drivers/pci/host/pcie-hisi.c
8490
8491 PCIE DRIVER FOR QUALCOMM MSM
8492 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8493 L:     linux-pci@vger.kernel.org
8494 L:     linux-arm-msm@vger.kernel.org
8495 S:     Maintained
8496 F:     drivers/pci/host/*qcom*
8497
8498 PCIE DRIVER FOR CAVIUM THUNDERX
8499 M:      David Daney <david.daney@cavium.com>
8500 L:      linux-pci@vger.kernel.org
8501 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8502 S:      Supported
8503 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8504 F:      drivers/pci/host/pci-thunder-*
8505
8506 PCMCIA SUBSYSTEM
8507 P:      Linux PCMCIA Team
8508 L:      linux-pcmcia@lists.infradead.org
8509 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8511 S:      Maintained
8512 F:      Documentation/pcmcia/
8513 F:      drivers/pcmcia/
8514 F:      include/pcmcia/
8515
8516 PCNET32 NETWORK DRIVER
8517 M:      Don Fry <pcnet32@frontier.com>
8518 L:      netdev@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/net/ethernet/amd/pcnet32.c
8521
8522 PCRYPT PARALLEL CRYPTO ENGINE
8523 M:      Steffen Klassert <steffen.klassert@secunet.com>
8524 L:      linux-crypto@vger.kernel.org
8525 S:      Maintained
8526 F:      crypto/pcrypt.c
8527 F:      include/crypto/pcrypt.h
8528
8529 PER-CPU MEMORY ALLOCATOR
8530 M:      Tejun Heo <tj@kernel.org>
8531 M:      Christoph Lameter <cl@linux.com>
8532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8533 S:      Maintained
8534 F:      include/linux/percpu*.h
8535 F:      mm/percpu*.c
8536 F:      arch/*/include/asm/percpu.h
8537
8538 PER-TASK DELAY ACCOUNTING
8539 M:      Balbir Singh <bsingharora@gmail.com>
8540 S:      Maintained
8541 F:      include/linux/delayacct.h
8542 F:      kernel/delayacct.c
8543
8544 PERFORMANCE EVENTS SUBSYSTEM
8545 M:      Peter Zijlstra <peterz@infradead.org>
8546 M:      Ingo Molnar <mingo@redhat.com>
8547 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8548 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8549 L:      linux-kernel@vger.kernel.org
8550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8551 S:      Supported
8552 F:      kernel/events/*
8553 F:      include/linux/perf_event.h
8554 F:      include/uapi/linux/perf_event.h
8555 F:      arch/*/kernel/perf_event*.c
8556 F:      arch/*/kernel/*/perf_event*.c
8557 F:      arch/*/kernel/*/*/perf_event*.c
8558 F:      arch/*/include/asm/perf_event.h
8559 F:      arch/*/kernel/perf_callchain.c
8560 F:      tools/perf/
8561
8562 PERSONALITY HANDLING
8563 M:      Christoph Hellwig <hch@infradead.org>
8564 L:      linux-abi-devel@lists.sourceforge.net
8565 S:      Maintained
8566 F:      include/linux/personality.h
8567 F:      include/uapi/linux/personality.h
8568
8569 PHONET PROTOCOL
8570 M:      Remi Denis-Courmont <courmisch@gmail.com>
8571 S:      Supported
8572 F:      Documentation/networking/phonet.txt
8573 F:      include/linux/phonet.h
8574 F:      include/net/phonet/
8575 F:      include/uapi/linux/phonet.h
8576 F:      net/phonet/
8577
8578 PHRAM MTD DRIVER
8579 M:      Joern Engel <joern@lazybastard.org>
8580 L:      linux-mtd@lists.infradead.org
8581 S:      Maintained
8582 F:      drivers/mtd/devices/phram.c
8583
8584 PICOLCD HID DRIVER
8585 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8586 L:      linux-input@vger.kernel.org
8587 S:      Maintained
8588 F:      drivers/hid/hid-picolcd*
8589
8590 PICOXCELL SUPPORT
8591 M:      Jamie Iles <jamie@jamieiles.com>
8592 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8593 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8594 S:      Supported
8595 F:      arch/arm/boot/dts/picoxcell*
8596 F:      arch/arm/mach-picoxcell/
8597 F:      drivers/crypto/picoxcell*
8598
8599 PIN CONTROL SUBSYSTEM
8600 M:      Linus Walleij <linus.walleij@linaro.org>
8601 L:      linux-gpio@vger.kernel.org
8602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8603 S:      Maintained
8604 F:      drivers/pinctrl/
8605 F:      include/linux/pinctrl/
8606
8607 PIN CONTROLLER - ATMEL AT91
8608 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8610 S:      Maintained
8611 F:      drivers/pinctrl/pinctrl-at91.*
8612
8613 PIN CONTROLLER - ATMEL AT91 PIO4
8614 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8616 L:      linux-gpio@vger.kernel.org
8617 S:      Supported
8618 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8619
8620 PIN CONTROLLER - INTEL
8621 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8622 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8623 S:      Maintained
8624 F:      drivers/pinctrl/intel/
8625
8626 PIN CONTROLLER - RENESAS
8627 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8628 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8629 L:      linux-renesas-soc@vger.kernel.org
8630 S:      Maintained
8631 F:      drivers/pinctrl/sh-pfc/
8632
8633 PIN CONTROLLER - SAMSUNG
8634 M:      Tomasz Figa <tomasz.figa@gmail.com>
8635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8636 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8637 S:      Maintained
8638 F:      drivers/pinctrl/samsung/
8639
8640 PIN CONTROLLER - SINGLE
8641 M:      Tony Lindgren <tony@atomide.com>
8642 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8644 L:      linux-omap@vger.kernel.org
8645 S:      Maintained
8646 F:      drivers/pinctrl/pinctrl-single.c
8647
8648 PIN CONTROLLER - ST SPEAR
8649 M:      Viresh Kumar <vireshk@kernel.org>
8650 L:      spear-devel@list.st.com
8651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8652 W:      http://www.st.com/spear
8653 S:      Maintained
8654 F:      drivers/pinctrl/spear/
8655
8656 PKTCDVD DRIVER
8657 M:      Jiri Kosina <jikos@kernel.org>
8658 S:      Maintained
8659 F:      drivers/block/pktcdvd.c
8660 F:      include/linux/pktcdvd.h
8661 F:      include/uapi/linux/pktcdvd.h
8662
8663 PKUNITY SOC DRIVERS
8664 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8665 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8666 S:      Maintained
8667 T:      git git://github.com/gxt/linux.git
8668 F:      drivers/input/serio/i8042-unicore32io.h
8669 F:      drivers/i2c/busses/i2c-puv3.c
8670 F:      drivers/video/fbdev/fb-puv3.c
8671 F:      drivers/rtc/rtc-puv3.c
8672
8673 PMBUS HARDWARE MONITORING DRIVERS
8674 M:      Guenter Roeck <linux@roeck-us.net>
8675 L:      lm-sensors@lm-sensors.org
8676 W:      http://www.lm-sensors.org/
8677 W:      http://www.roeck-us.net/linux/drivers/
8678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8679 S:      Maintained
8680 F:      Documentation/hwmon/pmbus
8681 F:      drivers/hwmon/pmbus/
8682 F:      include/linux/i2c/pmbus.h
8683
8684 PMC SIERRA MaxRAID DRIVER
8685 L:      linux-scsi@vger.kernel.org
8686 W:      http://www.pmc-sierra.com/
8687 S:      Orphan
8688 F:      drivers/scsi/pmcraid.*
8689
8690 PMC SIERRA PM8001 DRIVER
8691 M:      Jack Wang <jinpu.wang@profitbricks.com>
8692 M:      lindar_liu@usish.com
8693 L:      pmchba@pmcs.com
8694 L:      linux-scsi@vger.kernel.org
8695 S:      Supported
8696 F:      drivers/scsi/pm8001/
8697
8698 POSIX CLOCKS and TIMERS
8699 M:      Thomas Gleixner <tglx@linutronix.de>
8700 L:      linux-kernel@vger.kernel.org
8701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8702 S:      Maintained
8703 F:      fs/timerfd.c
8704 F:      include/linux/timer*
8705 F:      kernel/time/*timer*
8706
8707 POWER MANAGEMENT CORE
8708 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8709 L:      linux-pm@vger.kernel.org
8710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8711 S:      Supported
8712 F:      drivers/base/power/
8713 F:      include/linux/pm.h
8714 F:      include/linux/pm_*
8715 F:      include/linux/powercap.h
8716 F:      drivers/powercap/
8717
8718 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8719 M:      Sebastian Reichel <sre@kernel.org>
8720 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8721 M:      David Woodhouse <dwmw2@infradead.org>
8722 L:      linux-pm@vger.kernel.org
8723 T:      git git://git.infradead.org/battery-2.6.git
8724 S:      Maintained
8725 F:      include/linux/power_supply.h
8726 F:      drivers/power/
8727 X:      drivers/power/avs/
8728
8729 POWER STATE COORDINATION INTERFACE (PSCI)
8730 M:      Mark Rutland <mark.rutland@arm.com>
8731 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8732 L:      linux-arm-kernel@lists.infradead.org
8733 S:      Maintained
8734 F:      drivers/firmware/psci.c
8735 F:      include/linux/psci.h
8736 F:      include/uapi/linux/psci.h
8737
8738 PNP SUPPORT
8739 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8740 S:      Maintained
8741 F:      drivers/pnp/
8742
8743 PPP PROTOCOL DRIVERS AND COMPRESSORS
8744 M:      Paul Mackerras <paulus@samba.org>
8745 L:      linux-ppp@vger.kernel.org
8746 S:      Maintained
8747 F:      drivers/net/ppp/ppp_*
8748
8749 PPP OVER ATM (RFC 2364)
8750 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8751 S:      Maintained
8752 F:      net/atm/pppoatm.c
8753 F:      include/uapi/linux/atmppp.h
8754
8755 PPP OVER ETHERNET
8756 M:      Michal Ostrowski <mostrows@earthlink.net>
8757 S:      Maintained
8758 F:      drivers/net/ppp/pppoe.c
8759 F:      drivers/net/ppp/pppox.c
8760
8761 PPP OVER L2TP
8762 M:      James Chapman <jchapman@katalix.com>
8763 S:      Maintained
8764 F:      net/l2tp/l2tp_ppp.c
8765 F:      include/linux/if_pppol2tp.h
8766 F:      include/uapi/linux/if_pppol2tp.h
8767
8768 PPS SUPPORT
8769 M:      Rodolfo Giometti <giometti@enneenne.com>
8770 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8771 L:      linuxpps@ml.enneenne.com (subscribers-only)
8772 S:      Maintained
8773 F:      Documentation/pps/
8774 F:      drivers/pps/
8775 F:      include/linux/pps*.h
8776
8777 PPTP DRIVER
8778 M:      Dmitry Kozlov <xeb@mail.ru>
8779 L:      netdev@vger.kernel.org
8780 S:      Maintained
8781 F:      drivers/net/ppp/pptp.c
8782 W:      http://sourceforge.net/projects/accel-pptp
8783
8784 PREEMPTIBLE KERNEL
8785 M:      Robert Love <rml@tech9.net>
8786 L:      kpreempt-tech@lists.sourceforge.net
8787 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8788 S:      Supported
8789 F:      Documentation/preempt-locking.txt
8790 F:      include/linux/preempt.h
8791
8792 PRISM54 WIRELESS DRIVER
8793 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8794 L:      linux-wireless@vger.kernel.org
8795 W:      http://wireless.kernel.org/en/users/Drivers/p54
8796 S:      Obsolete
8797 F:      drivers/net/wireless/intersil/prism54/
8798
8799 PS3 NETWORK SUPPORT
8800 M:      Geoff Levand <geoff@infradead.org>
8801 L:      netdev@vger.kernel.org
8802 L:      linuxppc-dev@lists.ozlabs.org
8803 S:      Maintained
8804 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8805
8806 PS3 PLATFORM SUPPORT
8807 M:      Geoff Levand <geoff@infradead.org>
8808 L:      linuxppc-dev@lists.ozlabs.org
8809 S:      Maintained
8810 F:      arch/powerpc/boot/ps3*
8811 F:      arch/powerpc/include/asm/lv1call.h
8812 F:      arch/powerpc/include/asm/ps3*.h
8813 F:      arch/powerpc/platforms/ps3/
8814 F:      drivers/*/ps3*
8815 F:      drivers/ps3/
8816 F:      drivers/rtc/rtc-ps3.c
8817 F:      drivers/usb/host/*ps3.c
8818 F:      sound/ppc/snd_ps3*
8819
8820 PS3VRAM DRIVER
8821 M:      Jim Paris <jim@jtan.com>
8822 M:      Geoff Levand <geoff@infradead.org>
8823 L:      linuxppc-dev@lists.ozlabs.org
8824 S:      Maintained
8825 F:      drivers/block/ps3vram.c
8826
8827 PSTORE FILESYSTEM
8828 M:      Anton Vorontsov <anton@enomsg.org>
8829 M:      Colin Cross <ccross@android.com>
8830 M:      Kees Cook <keescook@chromium.org>
8831 M:      Tony Luck <tony.luck@intel.com>
8832 S:      Maintained
8833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8834 F:      fs/pstore/
8835 F:      include/linux/pstore*
8836 F:      drivers/firmware/efi/efi-pstore.c
8837 F:      drivers/acpi/apei/erst.c
8838
8839 PTP HARDWARE CLOCK SUPPORT
8840 M:      Richard Cochran <richardcochran@gmail.com>
8841 L:      netdev@vger.kernel.org
8842 S:      Maintained
8843 W:      http://linuxptp.sourceforge.net/
8844 F:      Documentation/ABI/testing/sysfs-ptp
8845 F:      Documentation/ptp/*
8846 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8847 F:      drivers/net/phy/dp83640*
8848 F:      drivers/ptp/*
8849 F:      include/linux/ptp_cl*
8850
8851 PTRACE SUPPORT
8852 M:      Roland McGrath <roland@hack.frob.com>
8853 M:      Oleg Nesterov <oleg@redhat.com>
8854 S:      Maintained
8855 F:      include/asm-generic/syscall.h
8856 F:      include/linux/ptrace.h
8857 F:      include/linux/regset.h
8858 F:      include/linux/tracehook.h
8859 F:      include/uapi/linux/ptrace.h
8860 F:      kernel/ptrace.c
8861
8862 PVRUSB2 VIDEO4LINUX DRIVER
8863 M:      Mike Isely <isely@pobox.com>
8864 L:      pvrusb2@isely.net       (subscribers-only)
8865 L:      linux-media@vger.kernel.org
8866 W:      http://www.isely.net/pvrusb2/
8867 T:      git git://linuxtv.org/media_tree.git
8868 S:      Maintained
8869 F:      Documentation/video4linux/README.pvrusb2
8870 F:      drivers/media/usb/pvrusb2/
8871
8872 PWC WEBCAM DRIVER
8873 M:      Hans de Goede <hdegoede@redhat.com>
8874 L:      linux-media@vger.kernel.org
8875 T:      git git://linuxtv.org/media_tree.git
8876 S:      Maintained
8877 F:      drivers/media/usb/pwc/*
8878
8879 PWM FAN DRIVER
8880 M:      Kamil Debski <k.debski@samsung.com>
8881 L:      lm-sensors@lm-sensors.org
8882 S:      Supported
8883 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8884 F:      Documentation/hwmon/pwm-fan
8885 F:      drivers/hwmon/pwm-fan.c
8886
8887 PWM SUBSYSTEM
8888 M:      Thierry Reding <thierry.reding@gmail.com>
8889 L:      linux-pwm@vger.kernel.org
8890 S:      Maintained
8891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8892 F:      Documentation/pwm.txt
8893 F:      Documentation/devicetree/bindings/pwm/
8894 F:      include/linux/pwm.h
8895 F:      drivers/pwm/
8896 F:      drivers/video/backlight/pwm_bl.c
8897 F:      include/linux/pwm_backlight.h
8898
8899 PXA2xx/PXA3xx SUPPORT
8900 M:      Daniel Mack <daniel@zonque.org>
8901 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8902 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8904 T:      git git://github.com/hzhuang1/linux.git
8905 T:      git git://github.com/rjarzmik/linux.git
8906 S:      Maintained
8907 F:      arch/arm/boot/dts/pxa*
8908 F:      arch/arm/mach-pxa/
8909 F:      drivers/dma/pxa*
8910 F:      drivers/pcmcia/pxa2xx*
8911 F:      drivers/pinctrl/pxa/
8912 F:      drivers/spi/spi-pxa2xx*
8913 F:      drivers/usb/gadget/udc/pxa2*
8914 F:      include/sound/pxa2xx-lib.h
8915 F:      sound/arm/pxa*
8916 F:      sound/soc/pxa/
8917
8918 PXA GPIO DRIVER
8919 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8920 L:      linux-gpio@vger.kernel.org
8921 S:      Maintained
8922 F:      drivers/gpio/gpio-pxa.c
8923
8924 PXA3xx NAND FLASH DRIVER
8925 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8926 L:      linux-mtd@lists.infradead.org
8927 S:      Maintained
8928 F:      drivers/mtd/nand/pxa3xx_nand.c
8929
8930 MMP SUPPORT
8931 M:      Eric Miao <eric.y.miao@gmail.com>
8932 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8934 T:      git git://github.com/hzhuang1/linux.git
8935 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8936 S:      Maintained
8937 F:      arch/arm/boot/dts/mmp*
8938 F:      arch/arm/mach-mmp/
8939
8940 PXA MMCI DRIVER
8941 S:      Orphan
8942
8943 PXA RTC DRIVER
8944 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8945 L:      rtc-linux@googlegroups.com
8946 S:      Maintained
8947
8948 QAT DRIVER
8949 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8950 L:      qat-linux@intel.com
8951 S:      Supported
8952 F:      drivers/crypto/qat/
8953
8954 QIB DRIVER
8955 M:      Mike Marciniszyn <infinipath@intel.com>
8956 L:      linux-rdma@vger.kernel.org
8957 S:      Supported
8958 F:      drivers/infiniband/hw/qib/
8959
8960 QLOGIC QLA1280 SCSI DRIVER
8961 M:      Michael Reed <mdr@sgi.com>
8962 L:      linux-scsi@vger.kernel.org
8963 S:      Maintained
8964 F:      drivers/scsi/qla1280.[ch]
8965
8966 QLOGIC QLA2XXX FC-SCSI DRIVER
8967 M:      qla2xxx-upstream@qlogic.com
8968 L:      linux-scsi@vger.kernel.org
8969 S:      Supported
8970 F:      Documentation/scsi/LICENSE.qla2xxx
8971 F:      drivers/scsi/qla2xxx/
8972
8973 QLOGIC QLA4XXX iSCSI DRIVER
8974 M:      QLogic-Storage-Upstream@qlogic.com
8975 L:      linux-scsi@vger.kernel.org
8976 S:      Supported
8977 F:      Documentation/scsi/LICENSE.qla4xxx
8978 F:      drivers/scsi/qla4xxx/
8979
8980 QLOGIC QLA3XXX NETWORK DRIVER
8981 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8982 M:      Ron Mercer <ron.mercer@qlogic.com>
8983 M:      linux-driver@qlogic.com
8984 L:      netdev@vger.kernel.org
8985 S:      Supported
8986 F:      Documentation/networking/LICENSE.qla3xxx
8987 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8988
8989 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8990 M:      Dept-GELinuxNICDev@qlogic.com
8991 L:      netdev@vger.kernel.org
8992 S:      Supported
8993 F:      drivers/net/ethernet/qlogic/qlcnic/
8994
8995 QLOGIC QLGE 10Gb ETHERNET DRIVER
8996 M:      Harish Patil <harish.patil@qlogic.com>
8997 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8998 M:      Dept-GELinuxNICDev@qlogic.com
8999 M:      linux-driver@qlogic.com
9000 L:      netdev@vger.kernel.org
9001 S:      Supported
9002 F:      drivers/net/ethernet/qlogic/qlge/
9003
9004 QLOGIC QL4xxx ETHERNET DRIVER
9005 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
9006 M:      Ariel Elior <Ariel.Elior@qlogic.com>
9007 M:      everest-linux-l2@qlogic.com
9008 L:      netdev@vger.kernel.org
9009 S:      Supported
9010 F:      drivers/net/ethernet/qlogic/qed/
9011 F:      include/linux/qed/
9012 F:      drivers/net/ethernet/qlogic/qede/
9013
9014 QNX4 FILESYSTEM
9015 M:      Anders Larsen <al@alarsen.net>
9016 W:      http://www.alarsen.net/linux/qnx4fs/
9017 S:      Maintained
9018 F:      fs/qnx4/
9019 F:      include/uapi/linux/qnx4_fs.h
9020 F:      include/uapi/linux/qnxtypes.h
9021
9022 QT1010 MEDIA DRIVER
9023 M:      Antti Palosaari <crope@iki.fi>
9024 L:      linux-media@vger.kernel.org
9025 W:      https://linuxtv.org
9026 W:      http://palosaari.fi/linux/
9027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9028 T:      git git://linuxtv.org/anttip/media_tree.git
9029 S:      Maintained
9030 F:      drivers/media/tuners/qt1010*
9031
9032 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
9033 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
9034 L:      linux-wireless@vger.kernel.org
9035 L:      ath9k-devel@lists.ath9k.org
9036 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9037 S:      Supported
9038 F:      drivers/net/wireless/ath/ath9k/
9039
9040 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9041 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9042 L:      ath10k@lists.infradead.org
9043 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9045 S:      Supported
9046 F:      drivers/net/wireless/ath/ath10k/
9047
9048 QUALCOMM HEXAGON ARCHITECTURE
9049 M:      Richard Kuo <rkuo@codeaurora.org>
9050 L:      linux-hexagon@vger.kernel.org
9051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9052 S:      Supported
9053 F:      arch/hexagon/
9054
9055 QUALCOMM WCN36XX WIRELESS DRIVER
9056 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9057 L:      wcn36xx@lists.infradead.org
9058 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9059 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9060 S:      Supported
9061 F:      drivers/net/wireless/ath/wcn36xx/
9062
9063 RADOS BLOCK DEVICE (RBD)
9064 M:      Ilya Dryomov <idryomov@gmail.com>
9065 M:      Sage Weil <sage@redhat.com>
9066 M:      Alex Elder <elder@kernel.org>
9067 L:      ceph-devel@vger.kernel.org
9068 W:      http://ceph.com/
9069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9070 T:      git git://github.com/ceph/ceph-client.git
9071 S:      Supported
9072 F:      Documentation/ABI/testing/sysfs-bus-rbd
9073 F:      drivers/block/rbd.c
9074 F:      drivers/block/rbd_types.h
9075
9076 RADEON FRAMEBUFFER DISPLAY DRIVER
9077 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9078 L:      linux-fbdev@vger.kernel.org
9079 S:      Maintained
9080 F:      drivers/video/fbdev/aty/radeon*
9081 F:      include/uapi/linux/radeonfb.h
9082
9083 RADIOSHARK RADIO DRIVER
9084 M:      Hans de Goede <hdegoede@redhat.com>
9085 L:      linux-media@vger.kernel.org
9086 T:      git git://linuxtv.org/media_tree.git
9087 S:      Maintained
9088 F:      drivers/media/radio/radio-shark.c
9089
9090 RADIOSHARK2 RADIO DRIVER
9091 M:      Hans de Goede <hdegoede@redhat.com>
9092 L:      linux-media@vger.kernel.org
9093 T:      git git://linuxtv.org/media_tree.git
9094 S:      Maintained
9095 F:      drivers/media/radio/radio-shark2.c
9096 F:      drivers/media/radio/radio-tea5777.c
9097
9098 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9099 M:      Paul Mackerras <paulus@samba.org>
9100 L:      linux-fbdev@vger.kernel.org
9101 S:      Maintained
9102 F:      drivers/video/fbdev/aty/aty128fb.c
9103
9104 RALINK MIPS ARCHITECTURE
9105 M:      John Crispin <blogic@openwrt.org>
9106 L:      linux-mips@linux-mips.org
9107 S:      Maintained
9108 F:      arch/mips/ralink
9109
9110 RALINK RT2X00 WIRELESS LAN DRIVER
9111 P:      rt2x00 project
9112 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9113 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9114 L:      linux-wireless@vger.kernel.org
9115 S:      Maintained
9116 F:      drivers/net/wireless/ralink/rt2x00/
9117
9118 RAMDISK RAM BLOCK DEVICE DRIVER
9119 M:      Jens Axboe <axboe@kernel.dk>
9120 S:      Maintained
9121 F:      Documentation/blockdev/ramdisk.txt
9122 F:      drivers/block/brd.c
9123
9124 RANDOM NUMBER DRIVER
9125 M:      "Theodore Ts'o" <tytso@mit.edu>
9126 S:      Maintained
9127 F:      drivers/char/random.c
9128
9129 RAPIDIO SUBSYSTEM
9130 M:      Matt Porter <mporter@kernel.crashing.org>
9131 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9132 S:      Maintained
9133 F:      drivers/rapidio/
9134
9135 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9136 L:      linux-wireless@vger.kernel.org
9137 S:      Orphan
9138 F:      drivers/net/wireless/ray*
9139
9140 RCUTORTURE MODULE
9141 M:      Josh Triplett <josh@joshtriplett.org>
9142 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9143 L:      linux-kernel@vger.kernel.org
9144 S:      Supported
9145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9146 F:      Documentation/RCU/torture.txt
9147 F:      kernel/rcu/rcutorture.c
9148
9149 RCUTORTURE TEST FRAMEWORK
9150 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9151 M:      Josh Triplett <josh@joshtriplett.org>
9152 R:      Steven Rostedt <rostedt@goodmis.org>
9153 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9154 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9155 L:      linux-kernel@vger.kernel.org
9156 S:      Supported
9157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9158 F:      tools/testing/selftests/rcutorture
9159
9160 RDC R-321X SoC
9161 M:      Florian Fainelli <florian@openwrt.org>
9162 S:      Maintained
9163
9164 RDC R6040 FAST ETHERNET DRIVER
9165 M:      Florian Fainelli <florian@openwrt.org>
9166 L:      netdev@vger.kernel.org
9167 S:      Maintained
9168 F:      drivers/net/ethernet/rdc/r6040.c
9169
9170 RDS - RELIABLE DATAGRAM SOCKETS
9171 M:      Santosh Shilimkar <santosh.shilimkar@oracle.com>
9172 L:      netdev@vger.kernel.org
9173 L:      linux-rdma@vger.kernel.org
9174 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9175 W:      https://oss.oracle.com/projects/rds/
9176 S:      Supported
9177 F:      net/rds/
9178 F:      Documentation/networking/rds.txt
9179
9180 READ-COPY UPDATE (RCU)
9181 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9182 M:      Josh Triplett <josh@joshtriplett.org>
9183 R:      Steven Rostedt <rostedt@goodmis.org>
9184 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9185 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9186 L:      linux-kernel@vger.kernel.org
9187 W:      http://www.rdrop.com/users/paulmck/RCU/
9188 S:      Supported
9189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9190 F:      Documentation/RCU/
9191 X:      Documentation/RCU/torture.txt
9192 F:      include/linux/rcu*
9193 X:      include/linux/srcu.h
9194 F:      kernel/rcu/
9195 X:      kernel/torture.c
9196
9197 REAL TIME CLOCK (RTC) SUBSYSTEM
9198 M:      Alessandro Zummo <a.zummo@towertech.it>
9199 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9200 L:      rtc-linux@googlegroups.com
9201 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9203 S:      Maintained
9204 F:      Documentation/rtc.txt
9205 F:      drivers/rtc/
9206 F:      include/linux/rtc.h
9207 F:      include/uapi/linux/rtc.h
9208
9209 REALTEK AUDIO CODECS
9210 M:      Bard Liao <bardliao@realtek.com>
9211 M:      Oder Chiou <oder_chiou@realtek.com>
9212 S:      Maintained
9213 F:      sound/soc/codecs/rt*
9214 F:      include/sound/rt*.h
9215
9216 REISERFS FILE SYSTEM
9217 L:      reiserfs-devel@vger.kernel.org
9218 S:      Supported
9219 F:      fs/reiserfs/
9220
9221 REGISTER MAP ABSTRACTION
9222 M:      Mark Brown <broonie@kernel.org>
9223 L:      linux-kernel@vger.kernel.org
9224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9225 S:      Supported
9226 F:      drivers/base/regmap/
9227 F:      include/linux/regmap.h
9228
9229 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9230 M:      Ohad Ben-Cohen <ohad@wizery.com>
9231 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9233 S:      Maintained
9234 F:      drivers/remoteproc/
9235 F:      Documentation/remoteproc.txt
9236 F:      include/linux/remoteproc.h
9237
9238 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9239 M:      Ohad Ben-Cohen <ohad@wizery.com>
9240 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9242 S:      Maintained
9243 F:      drivers/rpmsg/
9244 F:      Documentation/rpmsg.txt
9245 F:      include/linux/rpmsg.h
9246
9247 RENESAS ETHERNET DRIVERS
9248 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9249 L:      netdev@vger.kernel.org
9250 L:      linux-renesas-soc@vger.kernel.org
9251 F:      drivers/net/ethernet/renesas/
9252 F:      include/linux/sh_eth.h
9253
9254 RENESAS USB2 PHY DRIVER
9255 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9256 L:      linux-renesas-soc@vger.kernel.org
9257 S:      Maintained
9258 F:      drivers/phy/phy-rcar-gen3-usb2.c
9259
9260 RESET CONTROLLER FRAMEWORK
9261 M:      Philipp Zabel <p.zabel@pengutronix.de>
9262 T:      git git://git.pengutronix.de/git/pza/linux
9263 S:      Maintained
9264 F:      drivers/reset/
9265 F:      Documentation/devicetree/bindings/reset/
9266 F:      include/dt-bindings/reset/
9267 F:      include/linux/reset.h
9268 F:      include/linux/reset-controller.h
9269
9270 RFKILL
9271 M:      Johannes Berg <johannes@sipsolutions.net>
9272 L:      linux-wireless@vger.kernel.org
9273 W:      http://wireless.kernel.org/
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9276 S:      Maintained
9277 F:      Documentation/rfkill.txt
9278 F:      net/rfkill/
9279
9280 RHASHTABLE
9281 M:      Thomas Graf <tgraf@suug.ch>
9282 L:      netdev@vger.kernel.org
9283 S:      Maintained
9284 F:      lib/rhashtable.c
9285 F:      include/linux/rhashtable.h
9286
9287 RICOH SMARTMEDIA/XD DRIVER
9288 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9289 S:      Maintained
9290 F:      drivers/mtd/nand/r852.c
9291 F:      drivers/mtd/nand/r852.h
9292
9293 RICOH R5C592 MEMORYSTICK DRIVER
9294 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9295 S:      Maintained
9296 F:      drivers/memstick/host/r592.*
9297
9298 ROCCAT DRIVERS
9299 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9300 W:      http://sourceforge.net/projects/roccat/
9301 S:      Maintained
9302 F:      drivers/hid/hid-roccat*
9303 F:      include/linux/hid-roccat*
9304 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9305
9306 ROCKER DRIVER
9307 M:      Jiri Pirko <jiri@resnulli.us>
9308 M:      Scott Feldman <sfeldma@gmail.com>
9309 L:      netdev@vger.kernel.org
9310 S:      Supported
9311 F:      drivers/net/ethernet/rocker/
9312
9313 ROCKETPORT DRIVER
9314 P:      Comtrol Corp.
9315 W:      http://www.comtrol.com
9316 S:      Maintained
9317 F:      Documentation/serial/rocket.txt
9318 F:      drivers/tty/rocket*
9319
9320 ROCKETPORT EXPRESS/INFINITY DRIVER
9321 M:      Kevin Cernekee <cernekee@gmail.com>
9322 L:      linux-serial@vger.kernel.org
9323 S:      Odd Fixes
9324 F:      drivers/tty/serial/rp2.*
9325
9326 ROSE NETWORK LAYER
9327 M:      Ralf Baechle <ralf@linux-mips.org>
9328 L:      linux-hams@vger.kernel.org
9329 W:      http://www.linux-ax25.org/
9330 S:      Maintained
9331 F:      include/net/rose.h
9332 F:      include/uapi/linux/rose.h
9333 F:      net/rose/
9334
9335 RTL2830 MEDIA DRIVER
9336 M:      Antti Palosaari <crope@iki.fi>
9337 L:      linux-media@vger.kernel.org
9338 W:      https://linuxtv.org
9339 W:      http://palosaari.fi/linux/
9340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9341 T:      git git://linuxtv.org/anttip/media_tree.git
9342 S:      Maintained
9343 F:      drivers/media/dvb-frontends/rtl2830*
9344
9345 RTL2832 MEDIA DRIVER
9346 M:      Antti Palosaari <crope@iki.fi>
9347 L:      linux-media@vger.kernel.org
9348 W:      https://linuxtv.org
9349 W:      http://palosaari.fi/linux/
9350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9351 T:      git git://linuxtv.org/anttip/media_tree.git
9352 S:      Maintained
9353 F:      drivers/media/dvb-frontends/rtl2832*
9354
9355 RTL2832_SDR MEDIA DRIVER
9356 M:      Antti Palosaari <crope@iki.fi>
9357 L:      linux-media@vger.kernel.org
9358 W:      https://linuxtv.org
9359 W:      http://palosaari.fi/linux/
9360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9361 T:      git git://linuxtv.org/anttip/media_tree.git
9362 S:      Maintained
9363 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9364
9365 RTL8180 WIRELESS DRIVER
9366 L:      linux-wireless@vger.kernel.org
9367 W:      http://wireless.kernel.org/
9368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9369 S:      Orphan
9370 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9371
9372 RTL8187 WIRELESS DRIVER
9373 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9374 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9375 M:      Larry Finger <Larry.Finger@lwfinger.net>
9376 L:      linux-wireless@vger.kernel.org
9377 W:      http://wireless.kernel.org/
9378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9379 S:      Maintained
9380 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9381
9382 RTL8192CE WIRELESS DRIVER
9383 M:      Larry Finger <Larry.Finger@lwfinger.net>
9384 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9385 L:      linux-wireless@vger.kernel.org
9386 W:      http://wireless.kernel.org/
9387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9388 S:      Maintained
9389 F:      drivers/net/wireless/realtek/rtlwifi/
9390 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9391
9392 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9393 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9394 L:      linux-wireless@vger.kernel.org
9395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9396 S:      Maintained
9397 F:      drivers/net/wireless/realtek/rtl8xxxu/
9398
9399 S3 SAVAGE FRAMEBUFFER DRIVER
9400 M:      Antonino Daplas <adaplas@gmail.com>
9401 L:      linux-fbdev@vger.kernel.org
9402 S:      Maintained
9403 F:      drivers/video/fbdev/savage/
9404
9405 S390
9406 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9407 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9408 L:      linux-s390@vger.kernel.org
9409 W:      http://www.ibm.com/developerworks/linux/linux390/
9410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9411 S:      Supported
9412 F:      arch/s390/
9413 F:      drivers/s390/
9414 F:      Documentation/s390/
9415 F:      Documentation/DocBook/s390*
9416
9417 S390 COMMON I/O LAYER
9418 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9419 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9420 L:      linux-s390@vger.kernel.org
9421 W:      http://www.ibm.com/developerworks/linux/linux390/
9422 S:      Supported
9423 F:      drivers/s390/cio/
9424
9425 S390 DASD DRIVER
9426 M:      Stefan Weinhuber <wein@de.ibm.com>
9427 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9428 L:      linux-s390@vger.kernel.org
9429 W:      http://www.ibm.com/developerworks/linux/linux390/
9430 S:      Supported
9431 F:      drivers/s390/block/dasd*
9432 F:      block/partitions/ibm.c
9433
9434 S390 NETWORK DRIVERS
9435 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9436 L:      linux-s390@vger.kernel.org
9437 W:      http://www.ibm.com/developerworks/linux/linux390/
9438 S:      Supported
9439 F:      drivers/s390/net/
9440
9441 S390 PCI SUBSYSTEM
9442 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9443 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9444 L:      linux-s390@vger.kernel.org
9445 W:      http://www.ibm.com/developerworks/linux/linux390/
9446 S:      Supported
9447 F:      arch/s390/pci/
9448 F:      drivers/pci/hotplug/s390_pci_hpc.c
9449
9450 S390 ZCRYPT DRIVER
9451 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9452 L:      linux-s390@vger.kernel.org
9453 W:      http://www.ibm.com/developerworks/linux/linux390/
9454 S:      Supported
9455 F:      drivers/s390/crypto/
9456
9457 S390 ZFCP DRIVER
9458 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9459 L:      linux-s390@vger.kernel.org
9460 W:      http://www.ibm.com/developerworks/linux/linux390/
9461 S:      Supported
9462 F:      drivers/s390/scsi/zfcp_*
9463
9464 S390 IUCV NETWORK LAYER
9465 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9466 L:      linux-s390@vger.kernel.org
9467 W:      http://www.ibm.com/developerworks/linux/linux390/
9468 S:      Supported
9469 F:      drivers/s390/net/*iucv*
9470 F:      include/net/iucv/
9471 F:      net/iucv/
9472
9473 S390 IOMMU (PCI)
9474 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9475 L:      linux-s390@vger.kernel.org
9476 W:      http://www.ibm.com/developerworks/linux/linux390/
9477 S:      Supported
9478 F:      drivers/iommu/s390-iommu.c
9479
9480 S3C24XX SD/MMC Driver
9481 M:      Ben Dooks <ben-linux@fluff.org>
9482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9483 S:      Supported
9484 F:      drivers/mmc/host/s3cmci.*
9485
9486 SAA6588 RDS RECEIVER DRIVER
9487 M:      Hans Verkuil <hverkuil@xs4all.nl>
9488 L:      linux-media@vger.kernel.org
9489 T:      git git://linuxtv.org/media_tree.git
9490 W:      https://linuxtv.org
9491 S:      Odd Fixes
9492 F:      drivers/media/i2c/saa6588*
9493
9494 SAA7134 VIDEO4LINUX DRIVER
9495 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9496 L:      linux-media@vger.kernel.org
9497 W:      https://linuxtv.org
9498 T:      git git://linuxtv.org/media_tree.git
9499 S:      Odd fixes
9500 F:      Documentation/video4linux/*.saa7134
9501 F:      drivers/media/pci/saa7134/
9502
9503 SAA7146 VIDEO4LINUX-2 DRIVER
9504 M:      Hans Verkuil <hverkuil@xs4all.nl>
9505 L:      linux-media@vger.kernel.org
9506 T:      git git://linuxtv.org/media_tree.git
9507 S:      Maintained
9508 F:      drivers/media/common/saa7146/
9509 F:      drivers/media/pci/saa7146/
9510 F:      include/media/saa7146*
9511
9512 SAMSUNG LAPTOP DRIVER
9513 M:      Corentin Chary <corentin.chary@gmail.com>
9514 L:      platform-driver-x86@vger.kernel.org
9515 S:      Maintained
9516 F:      drivers/platform/x86/samsung-laptop.c
9517
9518 SAMSUNG AUDIO (ASoC) DRIVERS
9519 M:      Sangbeom Kim <sbkim73@samsung.com>
9520 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9521 S:      Supported
9522 F:      sound/soc/samsung/
9523
9524 SAMSUNG FRAMEBUFFER DRIVER
9525 M:      Jingoo Han <jingoohan1@gmail.com>
9526 L:      linux-fbdev@vger.kernel.org
9527 S:      Maintained
9528 F:      drivers/video/fbdev/s3c-fb.c
9529
9530 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9531 M:      Sangbeom Kim <sbkim73@samsung.com>
9532 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9533 L:      linux-kernel@vger.kernel.org
9534 L:      linux-samsung-soc@vger.kernel.org
9535 S:      Supported
9536 F:      drivers/mfd/sec*.c
9537 F:      drivers/regulator/s2m*.c
9538 F:      drivers/regulator/s5m*.c
9539 F:      drivers/clk/clk-s2mps11.c
9540 F:      drivers/rtc/rtc-s5m.c
9541 F:      include/linux/mfd/samsung/
9542 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9543 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9544 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9545 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9546
9547 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9548 M:      Kyungmin Park <kyungmin.park@samsung.com>
9549 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9550 L:      linux-media@vger.kernel.org
9551 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9552 S:      Supported
9553 F:      drivers/media/platform/exynos4-is/
9554
9555 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9556 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9557 L:      linux-media@vger.kernel.org
9558 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9559 S:      Maintained
9560 F:      drivers/media/platform/s3c-camif/
9561 F:      include/media/drv-intf/s3c_camif.h
9562
9563 SAMSUNG S5C73M3 CAMERA DRIVER
9564 M:      Kyungmin Park <kyungmin.park@samsung.com>
9565 M:      Andrzej Hajda <a.hajda@samsung.com>
9566 L:      linux-media@vger.kernel.org
9567 S:      Supported
9568 F:      drivers/media/i2c/s5c73m3/*
9569
9570 SAMSUNG S5K5BAF CAMERA DRIVER
9571 M:      Kyungmin Park <kyungmin.park@samsung.com>
9572 M:      Andrzej Hajda <a.hajda@samsung.com>
9573 L:      linux-media@vger.kernel.org
9574 S:      Supported
9575 F:      drivers/media/i2c/s5k5baf.c
9576
9577 SAMSUNG S3FWRN5 NFC DRIVER
9578 M:      Robert Baldyga <r.baldyga@samsung.com>
9579 M:      Krzysztof Opasiak <k.opasiak@samsung.com>
9580 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9581 S:      Supported
9582 F:      drivers/nfc/s3fwrn5
9583
9584 SAMSUNG SOC CLOCK DRIVERS
9585 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9586 M:      Tomasz Figa <tomasz.figa@gmail.com>
9587 S:      Supported
9588 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9589 F:      drivers/clk/samsung/
9590
9591 SAMSUNG SXGBE DRIVERS
9592 M:      Byungho An <bh74.an@samsung.com>
9593 M:      Girish K S <ks.giri@samsung.com>
9594 M:      Vipul Pandya <vipul.pandya@samsung.com>
9595 S:      Supported
9596 L:      netdev@vger.kernel.org
9597 F:      drivers/net/ethernet/samsung/sxgbe/
9598
9599 SAMSUNG THERMAL DRIVER
9600 M:      Lukasz Majewski <l.majewski@samsung.com>
9601 L:      linux-pm@vger.kernel.org
9602 L:      linux-samsung-soc@vger.kernel.org
9603 S:      Supported
9604 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9605 F:      drivers/thermal/samsung/
9606
9607 SAMSUNG USB2 PHY DRIVER
9608 M:      Kamil Debski <k.debski@samsung.com>
9609 L:      linux-kernel@vger.kernel.org
9610 S:      Supported
9611 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9612 F:      Documentation/phy/samsung-usb2.txt
9613 F:      drivers/phy/phy-exynos4210-usb2.c
9614 F:      drivers/phy/phy-exynos4x12-usb2.c
9615 F:      drivers/phy/phy-exynos5250-usb2.c
9616 F:      drivers/phy/phy-s5pv210-usb2.c
9617 F:      drivers/phy/phy-samsung-usb2.c
9618 F:      drivers/phy/phy-samsung-usb2.h
9619
9620 SERIAL DRIVERS
9621 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9622 L:      linux-serial@vger.kernel.org
9623 S:      Maintained
9624 F:      drivers/tty/serial/
9625
9626 SYNOPSYS DESIGNWARE DMAC DRIVER
9627 M:      Viresh Kumar <vireshk@kernel.org>
9628 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9629 S:      Maintained
9630 F:      include/linux/dma/dw.h
9631 F:      include/linux/platform_data/dma-dw.h
9632 F:      drivers/dma/dw/
9633
9634 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9635 M: Lars Persson <lars.persson@axis.com>
9636 L: netdev@vger.kernel.org
9637 S: Supported
9638 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9639 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9640
9641 SYNOPSYS DESIGNWARE I2C DRIVER
9642 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9643 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9644 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9645 L:      linux-i2c@vger.kernel.org
9646 S:      Maintained
9647 F:      drivers/i2c/busses/i2c-designware-*
9648 F:      include/linux/platform_data/i2c-designware.h
9649
9650 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9651 M:      Jaehoon Chung <jh80.chung@samsung.com>
9652 L:      linux-mmc@vger.kernel.org
9653 S:      Maintained
9654 F:      include/linux/mmc/dw_mmc.h
9655 F:      drivers/mmc/host/dw_mmc*
9656
9657 SYSTEM TRACE MODULE CLASS
9658 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9659 S:      Maintained
9660 F:      Documentation/trace/stm.txt
9661 F:      drivers/hwtracing/stm/
9662 F:      include/linux/stm.h
9663 F:      include/uapi/linux/stm.h
9664
9665 THUNDERBOLT DRIVER
9666 M:      Andreas Noever <andreas.noever@gmail.com>
9667 S:      Maintained
9668 F:      drivers/thunderbolt/
9669
9670 TI BQ27XXX POWER SUPPLY DRIVER
9671 R:      Andrew F. Davis <afd@ti.com>
9672 F:      include/linux/power/bq27xxx_battery.h
9673 F:      drivers/power/bq27xxx_battery.c
9674 F:      drivers/power/bq27xxx_battery_i2c.c
9675
9676 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9677 M:      John Stultz <john.stultz@linaro.org>
9678 M:      Thomas Gleixner <tglx@linutronix.de>
9679 L:      linux-kernel@vger.kernel.org
9680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9681 S:      Supported
9682 F:      include/linux/clocksource.h
9683 F:      include/linux/time.h
9684 F:      include/linux/timex.h
9685 F:      include/uapi/linux/time.h
9686 F:      include/uapi/linux/timex.h
9687 F:      kernel/time/clocksource.c
9688 F:      kernel/time/time*.c
9689 F:      kernel/time/alarmtimer.c
9690 F:      kernel/time/ntp.c
9691 F:      tools/testing/selftests/timers/
9692
9693 SC1200 WDT DRIVER
9694 M:      Zwane Mwaikambo <zwanem@gmail.com>
9695 S:      Maintained
9696 F:      drivers/watchdog/sc1200wdt.c
9697
9698 SCHEDULER
9699 M:      Ingo Molnar <mingo@redhat.com>
9700 M:      Peter Zijlstra <peterz@infradead.org>
9701 L:      linux-kernel@vger.kernel.org
9702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9703 S:      Maintained
9704 F:      kernel/sched/
9705 F:      include/linux/sched.h
9706 F:      include/uapi/linux/sched.h
9707 F:      include/linux/wait.h
9708
9709 SCORE ARCHITECTURE
9710 M:      Chen Liqin <liqin.linux@gmail.com>
9711 M:      Lennox Wu <lennox.wu@gmail.com>
9712 W:      http://www.sunplus.com
9713 S:      Supported
9714 F:      arch/score/
9715
9716 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9717 M:      Sudeep Holla <sudeep.holla@arm.com>
9718 L:      linux-arm-kernel@lists.infradead.org
9719 S:      Maintained
9720 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9721 F:      drivers/clk/clk-scpi.c
9722 F:      drivers/cpufreq/scpi-cpufreq.c
9723 F:      drivers/firmware/arm_scpi.c
9724 F:      include/linux/scpi_protocol.h
9725
9726 SCSI CDROM DRIVER
9727 M:      Jens Axboe <axboe@kernel.dk>
9728 L:      linux-scsi@vger.kernel.org
9729 W:      http://www.kernel.dk
9730 S:      Maintained
9731 F:      drivers/scsi/sr*
9732
9733 SCSI RDMA PROTOCOL (SRP) INITIATOR
9734 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9735 L:      linux-rdma@vger.kernel.org
9736 S:      Supported
9737 W:      http://www.openfabrics.org
9738 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9740 F:      drivers/infiniband/ulp/srp/
9741 F:      include/scsi/srp.h
9742
9743 SCSI SG DRIVER
9744 M:      Doug Gilbert <dgilbert@interlog.com>
9745 L:      linux-scsi@vger.kernel.org
9746 W:      http://sg.danny.cz/sg
9747 S:      Maintained
9748 F:      Documentation/scsi/scsi-generic.txt
9749 F:      drivers/scsi/sg.c
9750 F:      include/scsi/sg.h
9751
9752 SCSI SUBSYSTEM
9753 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9755 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9757 L:      linux-scsi@vger.kernel.org
9758 S:      Maintained
9759 F:      drivers/scsi/
9760 F:      include/scsi/
9761
9762 SCSI TAPE DRIVER
9763 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9764 L:      linux-scsi@vger.kernel.org
9765 S:      Maintained
9766 F:      Documentation/scsi/st.txt
9767 F:      drivers/scsi/st.*
9768 F:      drivers/scsi/st_*.h
9769
9770 SCTP PROTOCOL
9771 M:      Vlad Yasevich <vyasevich@gmail.com>
9772 M:      Neil Horman <nhorman@tuxdriver.com>
9773 L:      linux-sctp@vger.kernel.org
9774 W:      http://lksctp.sourceforge.net
9775 S:      Maintained
9776 F:      Documentation/networking/sctp.txt
9777 F:      include/linux/sctp.h
9778 F:      include/uapi/linux/sctp.h
9779 F:      include/net/sctp/
9780 F:      net/sctp/
9781
9782 SCx200 CPU SUPPORT
9783 M:      Jim Cromie <jim.cromie@gmail.com>
9784 S:      Odd Fixes
9785 F:      Documentation/i2c/busses/scx200_acb
9786 F:      arch/x86/platform/scx200/
9787 F:      drivers/watchdog/scx200_wdt.c
9788 F:      drivers/i2c/busses/scx200*
9789 F:      drivers/mtd/maps/scx200_docflash.c
9790 F:      include/linux/scx200.h
9791
9792 SCx200 GPIO DRIVER
9793 M:      Jim Cromie <jim.cromie@gmail.com>
9794 S:      Maintained
9795 F:      drivers/char/scx200_gpio.c
9796 F:      include/linux/scx200_gpio.h
9797
9798 SCx200 HRT CLOCKSOURCE DRIVER
9799 M:      Jim Cromie <jim.cromie@gmail.com>
9800 S:      Maintained
9801 F:      drivers/clocksource/scx200_hrt.c
9802
9803 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9804 M:      Sascha Sommer <saschasommer@freenet.de>
9805 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9806 S:      Maintained
9807 F:      drivers/mmc/host/sdricoh_cs.c
9808
9809 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9810 L:      linux-mmc@vger.kernel.org
9811 S:      Orphan
9812 F:      drivers/mmc/host/sdhci.*
9813 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9814
9815 SECURE COMPUTING
9816 M:      Kees Cook <keescook@chromium.org>
9817 R:      Andy Lutomirski <luto@amacapital.net>
9818 R:      Will Drewry <wad@chromium.org>
9819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9820 S:      Supported
9821 F:      kernel/seccomp.c
9822 F:      include/uapi/linux/seccomp.h
9823 F:      include/linux/seccomp.h
9824 F:      tools/testing/selftests/seccomp/*
9825 K:      \bsecure_computing
9826 K:      \bTIF_SECCOMP\b
9827
9828 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9829 M:      Ben Dooks <ben-linux@fluff.org>
9830 M:      Jaehoon Chung <jh80.chung@samsung.com>
9831 L:      linux-mmc@vger.kernel.org
9832 S:      Maintained
9833 F:      drivers/mmc/host/sdhci-s3c*
9834
9835 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9836 M:      Viresh Kumar <vireshk@kernel.org>
9837 L:      spear-devel@list.st.com
9838 L:      linux-mmc@vger.kernel.org
9839 S:      Maintained
9840 F:      drivers/mmc/host/sdhci-spear.c
9841
9842 SECURITY SUBSYSTEM
9843 M:      James Morris <james.l.morris@oracle.com>
9844 M:      "Serge E. Hallyn" <serge@hallyn.com>
9845 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9847 W:      http://kernsec.org/
9848 S:      Supported
9849 F:      security/
9850
9851 SECURITY CONTACT
9852 M:      Security Officers <security@kernel.org>
9853 S:      Supported
9854
9855 SELINUX SECURITY MODULE
9856 M:      Paul Moore <paul@paul-moore.com>
9857 M:      Stephen Smalley <sds@tycho.nsa.gov>
9858 M:      Eric Paris <eparis@parisplace.org>
9859 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9860 W:      http://selinuxproject.org
9861 T:      git git://git.infradead.org/users/pcmoore/selinux
9862 S:      Supported
9863 F:      include/linux/selinux*
9864 F:      security/selinux/
9865 F:      scripts/selinux/
9866
9867 APPARMOR SECURITY MODULE
9868 M:      John Johansen <john.johansen@canonical.com>
9869 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9870 W:      apparmor.wiki.kernel.org
9871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9872 S:      Supported
9873 F:      security/apparmor/
9874
9875 YAMA SECURITY MODULE
9876 M:      Kees Cook <keescook@chromium.org>
9877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9878 S:      Supported
9879 F:      security/yama/
9880
9881 SENSABLE PHANTOM
9882 M:      Jiri Slaby <jirislaby@gmail.com>
9883 S:      Maintained
9884 F:      drivers/misc/phantom.c
9885 F:      include/uapi/linux/phantom.h
9886
9887 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9888 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9889 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9890 M:      John Soni Jose <sony.john@avagotech.com>
9891 L:      linux-scsi@vger.kernel.org
9892 W:      http://www.avagotech.com
9893 S:      Supported
9894 F:      drivers/scsi/be2iscsi/
9895
9896 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9897 M:      Sathya Perla <sathya.perla@broadcom.com>
9898 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9899 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9900 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9901 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9902 L:      netdev@vger.kernel.org
9903 W:      http://www.emulex.com
9904 S:      Supported
9905 F:      drivers/net/ethernet/emulex/benet/
9906
9907 EMULEX ONECONNECT ROCE DRIVER
9908 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9909 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9910 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9911 L:      linux-rdma@vger.kernel.org
9912 W:      http://www.emulex.com
9913 S:      Supported
9914 F:      drivers/infiniband/hw/ocrdma/
9915
9916 SFC NETWORK DRIVER
9917 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9918 M:      Shradha Shah <sshah@solarflare.com>
9919 L:      netdev@vger.kernel.org
9920 S:      Supported
9921 F:      drivers/net/ethernet/sfc/
9922
9923 SGI GRU DRIVER
9924 M:      Dimitri Sivanich <sivanich@sgi.com>
9925 S:      Maintained
9926 F:      drivers/misc/sgi-gru/
9927
9928 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9929 M:      Pat Gefre <pfg@sgi.com>
9930 L:      linux-ia64@vger.kernel.org
9931 S:      Supported
9932 F:      Documentation/ia64/serial.txt
9933 F:      drivers/tty/serial/ioc?_serial.c
9934 F:      include/linux/ioc?.h
9935
9936 SGI XP/XPC/XPNET DRIVER
9937 M:      Cliff Whickman <cpw@sgi.com>
9938 M:      Robin Holt <robinmholt@gmail.com>
9939 S:      Maintained
9940 F:      drivers/misc/sgi-xp/
9941
9942 SI2157 MEDIA DRIVER
9943 M:      Antti Palosaari <crope@iki.fi>
9944 L:      linux-media@vger.kernel.org
9945 W:      https://linuxtv.org
9946 W:      http://palosaari.fi/linux/
9947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9948 T:      git git://linuxtv.org/anttip/media_tree.git
9949 S:      Maintained
9950 F:      drivers/media/tuners/si2157*
9951
9952 SI2168 MEDIA DRIVER
9953 M:      Antti Palosaari <crope@iki.fi>
9954 L:      linux-media@vger.kernel.org
9955 W:      https://linuxtv.org
9956 W:      http://palosaari.fi/linux/
9957 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9958 T:      git git://linuxtv.org/anttip/media_tree.git
9959 S:      Maintained
9960 F:      drivers/media/dvb-frontends/si2168*
9961
9962 SI470X FM RADIO RECEIVER I2C DRIVER
9963 M:      Hans Verkuil <hverkuil@xs4all.nl>
9964 L:      linux-media@vger.kernel.org
9965 T:      git git://linuxtv.org/media_tree.git
9966 W:      https://linuxtv.org
9967 S:      Odd Fixes
9968 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9969
9970 SI470X FM RADIO RECEIVER USB DRIVER
9971 M:      Hans Verkuil <hverkuil@xs4all.nl>
9972 L:      linux-media@vger.kernel.org
9973 T:      git git://linuxtv.org/media_tree.git
9974 W:      https://linuxtv.org
9975 S:      Maintained
9976 F:      drivers/media/radio/si470x/radio-si470x-common.c
9977 F:      drivers/media/radio/si470x/radio-si470x.h
9978 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9979
9980 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9981 M:      Eduardo Valentin <edubezval@gmail.com>
9982 L:      linux-media@vger.kernel.org
9983 T:      git git://linuxtv.org/media_tree.git
9984 W:      https://linuxtv.org
9985 S:      Odd Fixes
9986 F:      drivers/media/radio/si4713/si4713.?
9987
9988 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9989 M:      Eduardo Valentin <edubezval@gmail.com>
9990 L:      linux-media@vger.kernel.org
9991 T:      git git://linuxtv.org/media_tree.git
9992 W:      https://linuxtv.org
9993 S:      Odd Fixes
9994 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9995
9996 SI4713 FM RADIO TRANSMITTER USB DRIVER
9997 M:      Hans Verkuil <hverkuil@xs4all.nl>
9998 L:      linux-media@vger.kernel.org
9999 T:      git git://linuxtv.org/media_tree.git
10000 W:      https://linuxtv.org
10001 S:      Maintained
10002 F:      drivers/media/radio/si4713/radio-usb-si4713.c
10003
10004 SIANO DVB DRIVER
10005 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10006 L:      linux-media@vger.kernel.org
10007 W:      https://linuxtv.org
10008 T:      git git://linuxtv.org/media_tree.git
10009 S:      Odd fixes
10010 F:      drivers/media/common/siano/
10011 F:      drivers/media/usb/siano/
10012 F:      drivers/media/usb/siano/
10013 F:      drivers/media/mmc/siano/
10014
10015 SIMPLEFB FB DRIVER
10016 M:      Hans de Goede <hdegoede@redhat.com>
10017 L:      linux-fbdev@vger.kernel.org
10018 S:      Maintained
10019 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
10020 F:      drivers/video/fbdev/simplefb.c
10021 F:      include/linux/platform_data/simplefb.h
10022
10023 SH_VEU V4L2 MEM2MEM DRIVER
10024 L:      linux-media@vger.kernel.org
10025 S:      Orphan
10026 F:      drivers/media/platform/sh_veu.c
10027
10028 SH_VOU V4L2 OUTPUT DRIVER
10029 L:      linux-media@vger.kernel.org
10030 S:      Orphan
10031 F:      drivers/media/platform/sh_vou.c
10032 F:      include/media/drv-intf/sh_vou.h
10033
10034 SIMPLE FIRMWARE INTERFACE (SFI)
10035 M:      Len Brown <lenb@kernel.org>
10036 L:      sfi-devel@simplefirmware.org
10037 W:      http://simplefirmware.org/
10038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
10039 S:      Supported
10040 F:      arch/x86/platform/sfi/
10041 F:      drivers/sfi/
10042 F:      include/linux/sfi*.h
10043
10044 SIMTEC EB110ATX (Chalice CATS)
10045 P:      Ben Dooks
10046 P:      Vincent Sanders <vince@simtec.co.uk>
10047 M:      Simtec Linux Team <linux@simtec.co.uk>
10048 W:      http://www.simtec.co.uk/products/EB110ATX/
10049 S:      Supported
10050
10051 SIMTEC EB2410ITX (BAST)
10052 P:      Ben Dooks
10053 P:      Vincent Sanders <vince@simtec.co.uk>
10054 M:      Simtec Linux Team <linux@simtec.co.uk>
10055 W:      http://www.simtec.co.uk/products/EB2410ITX/
10056 S:      Supported
10057 F:      arch/arm/mach-s3c24xx/mach-bast.c
10058 F:      arch/arm/mach-s3c24xx/bast-ide.c
10059 F:      arch/arm/mach-s3c24xx/bast-irq.c
10060
10061 TI DAVINCI MACHINE SUPPORT
10062 M:      Sekhar Nori <nsekhar@ti.com>
10063 M:      Kevin Hilman <khilman@kernel.org>
10064 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10065 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10066 S:      Supported
10067 F:      arch/arm/mach-davinci/
10068 F:      drivers/i2c/busses/i2c-davinci.c
10069
10070 TI DAVINCI SERIES MEDIA DRIVER
10071 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10072 L:      linux-media@vger.kernel.org
10073 W:      https://linuxtv.org
10074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10075 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10076 S:      Maintained
10077 F:      drivers/media/platform/davinci/
10078 F:      include/media/davinci/
10079
10080 TI AM437X VPFE DRIVER
10081 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10082 L:      linux-media@vger.kernel.org
10083 W:      https://linuxtv.org
10084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10085 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10086 S:      Maintained
10087 F:      drivers/media/platform/am437x/
10088
10089 OV2659 OMNIVISION SENSOR DRIVER
10090 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10091 L:      linux-media@vger.kernel.org
10092 W:      https://linuxtv.org
10093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10094 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10095 S:      Maintained
10096 F:      drivers/media/i2c/ov2659.c
10097 F:      include/media/i2c/ov2659.h
10098
10099 SILICON MOTION SM712 FRAME BUFFER DRIVER
10100 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10101 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10102 M:      Sudip Mukherjee <sudip@vectorindia.org>
10103 L:      linux-fbdev@vger.kernel.org
10104 S:      Maintained
10105 F:      drivers/video/fbdev/sm712*
10106 F:      Documentation/fb/sm712fb.txt
10107
10108 SIS 190 ETHERNET DRIVER
10109 M:      Francois Romieu <romieu@fr.zoreil.com>
10110 L:      netdev@vger.kernel.org
10111 S:      Maintained
10112 F:      drivers/net/ethernet/sis/sis190.c
10113
10114 SIS 900/7016 FAST ETHERNET DRIVER
10115 M:      Daniele Venzano <venza@brownhat.org>
10116 W:      http://www.brownhat.org/sis900.html
10117 L:      netdev@vger.kernel.org
10118 S:      Maintained
10119 F:      drivers/net/ethernet/sis/sis900.*
10120
10121 SIS FRAMEBUFFER DRIVER
10122 M:      Thomas Winischhofer <thomas@winischhofer.net>
10123 W:      http://www.winischhofer.net/linuxsisvga.shtml
10124 S:      Maintained
10125 F:      Documentation/fb/sisfb.txt
10126 F:      drivers/video/fbdev/sis/
10127 F:      include/video/sisfb.h
10128
10129 SIS USB2VGA DRIVER
10130 M:      Thomas Winischhofer <thomas@winischhofer.net>
10131 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10132 S:      Maintained
10133 F:      drivers/usb/misc/sisusbvga/
10134
10135 SLAB ALLOCATOR
10136 M:      Christoph Lameter <cl@linux.com>
10137 M:      Pekka Enberg <penberg@kernel.org>
10138 M:      David Rientjes <rientjes@google.com>
10139 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10140 M:      Andrew Morton <akpm@linux-foundation.org>
10141 L:      linux-mm@kvack.org
10142 S:      Maintained
10143 F:      include/linux/sl?b*.h
10144 F:      mm/sl?b*
10145
10146 SLEEPABLE READ-COPY UPDATE (SRCU)
10147 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10148 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10149 M:      Josh Triplett <josh@joshtriplett.org>
10150 R:      Steven Rostedt <rostedt@goodmis.org>
10151 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10152 L:      linux-kernel@vger.kernel.org
10153 W:      http://www.rdrop.com/users/paulmck/RCU/
10154 S:      Supported
10155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10156 F:      include/linux/srcu.h
10157 F:      kernel/rcu/srcu.c
10158
10159 SMACK SECURITY MODULE
10160 M:      Casey Schaufler <casey@schaufler-ca.com>
10161 L:      linux-security-module@vger.kernel.org
10162 W:      http://schaufler-ca.com
10163 T:      git git://git.gitorious.org/smack-next/kernel.git
10164 S:      Maintained
10165 F:      Documentation/security/Smack.txt
10166 F:      security/smack/
10167
10168 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10169 M:      Kevin Hilman <khilman@kernel.org>
10170 M:      Nishanth Menon <nm@ti.com>
10171 S:      Maintained
10172 F:      drivers/power/avs/
10173 F:      include/linux/power/smartreflex.h
10174 L:      linux-pm@vger.kernel.org
10175
10176 SMC91x ETHERNET DRIVER
10177 M:      Nicolas Pitre <nico@fluxnic.net>
10178 S:      Odd Fixes
10179 F:      drivers/net/ethernet/smsc/smc91x.*
10180
10181 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10182 M:      Sakari Ailus <sakari.ailus@iki.fi>
10183 L:      linux-media@vger.kernel.org
10184 S:      Maintained
10185 F:      drivers/media/i2c/smiapp/
10186 F:      include/media/i2c/smiapp.h
10187 F:      drivers/media/i2c/smiapp-pll.c
10188 F:      drivers/media/i2c/smiapp-pll.h
10189 F:      include/uapi/linux/smiapp.h
10190 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10191
10192 SMM665 HARDWARE MONITOR DRIVER
10193 M:      Guenter Roeck <linux@roeck-us.net>
10194 L:      lm-sensors@lm-sensors.org
10195 S:      Maintained
10196 F:      Documentation/hwmon/smm665
10197 F:      drivers/hwmon/smm665.c
10198
10199 SMSC EMC2103 HARDWARE MONITOR DRIVER
10200 M:      Steve Glendinning <steve.glendinning@shawell.net>
10201 L:      lm-sensors@lm-sensors.org
10202 S:      Maintained
10203 F:      Documentation/hwmon/emc2103
10204 F:      drivers/hwmon/emc2103.c
10205
10206 SMSC SCH5627 HARDWARE MONITOR DRIVER
10207 M:      Hans de Goede <hdegoede@redhat.com>
10208 L:      lm-sensors@lm-sensors.org
10209 S:      Supported
10210 F:      Documentation/hwmon/sch5627
10211 F:      drivers/hwmon/sch5627.c
10212
10213 SMSC47B397 HARDWARE MONITOR DRIVER
10214 M:      Jean Delvare <jdelvare@suse.com>
10215 L:      lm-sensors@lm-sensors.org
10216 S:      Maintained
10217 F:      Documentation/hwmon/smsc47b397
10218 F:      drivers/hwmon/smsc47b397.c
10219
10220 SMSC911x ETHERNET DRIVER
10221 M:      Steve Glendinning <steve.glendinning@shawell.net>
10222 L:      netdev@vger.kernel.org
10223 S:      Maintained
10224 F:      include/linux/smsc911x.h
10225 F:      drivers/net/ethernet/smsc/smsc911x.*
10226
10227 SMSC9420 PCI ETHERNET DRIVER
10228 M:      Steve Glendinning <steve.glendinning@shawell.net>
10229 L:      netdev@vger.kernel.org
10230 S:      Maintained
10231 F:      drivers/net/ethernet/smsc/smsc9420.*
10232
10233 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10234 M:      Steve Glendinning <steve.glendinning@shawell.net>
10235 L:      linux-fbdev@vger.kernel.org
10236 S:      Maintained
10237 F:      drivers/video/fbdev/smscufx.c
10238
10239 SOC-CAMERA V4L2 SUBSYSTEM
10240 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10241 L:      linux-media@vger.kernel.org
10242 T:      git git://linuxtv.org/media_tree.git
10243 S:      Maintained
10244 F:      include/media/soc*
10245 F:      drivers/media/i2c/soc_camera/
10246 F:      drivers/media/platform/soc_camera/
10247
10248 SOEKRIS NET48XX LED SUPPORT
10249 M:      Chris Boot <bootc@bootc.net>
10250 S:      Maintained
10251 F:      drivers/leds/leds-net48xx.c
10252
10253 SOFTLOGIC 6x10 MPEG CODEC
10254 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10255 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10256 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10257 M:      Ismael Luceno <ismael@iodev.co.uk>
10258 L:      linux-media@vger.kernel.org
10259 S:      Supported
10260 F:      drivers/media/pci/solo6x10/
10261
10262 SOFTWARE RAID (Multiple Disks) SUPPORT
10263 M:      Shaohua Li <shli@kernel.org>
10264 L:      linux-raid@vger.kernel.org
10265 T:      git git://neil.brown.name/md
10266 S:      Supported
10267 F:      drivers/md/
10268 F:      include/linux/raid/
10269 F:      include/uapi/linux/raid/
10270
10271 SONIC NETWORK DRIVER
10272 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10273 L:      netdev@vger.kernel.org
10274 S:      Maintained
10275 F:      drivers/net/ethernet/natsemi/sonic.*
10276
10277 SONICS SILICON BACKPLANE DRIVER (SSB)
10278 M:      Michael Buesch <m@bues.ch>
10279 L:      linux-wireless@vger.kernel.org
10280 S:      Maintained
10281 F:      drivers/ssb/
10282 F:      include/linux/ssb/
10283
10284 SONY VAIO CONTROL DEVICE DRIVER
10285 M:      Mattia Dongili <malattia@linux.it>
10286 L:      platform-driver-x86@vger.kernel.org
10287 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10288 S:      Maintained
10289 F:      Documentation/laptops/sony-laptop.txt
10290 F:      drivers/char/sonypi.c
10291 F:      drivers/platform/x86/sony-laptop.c
10292 F:      include/linux/sony-laptop.h
10293
10294 SONY MEMORYSTICK CARD SUPPORT
10295 M:      Alex Dubov <oakad@yahoo.com>
10296 W:      http://tifmxx.berlios.de/
10297 S:      Maintained
10298 F:      drivers/memstick/host/tifm_ms.c
10299
10300 SONY MEMORYSTICK STANDARD SUPPORT
10301 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10302 S:      Maintained
10303 F:      drivers/memstick/core/ms_block.*
10304
10305 SOUND
10306 M:      Jaroslav Kysela <perex@perex.cz>
10307 M:      Takashi Iwai <tiwai@suse.com>
10308 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10309 W:      http://www.alsa-project.org/
10310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10311 T:      git git://git.alsa-project.org/alsa-kernel.git
10312 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10313 S:      Maintained
10314 F:      Documentation/sound/
10315 F:      include/sound/
10316 F:      include/uapi/sound/
10317 F:      sound/
10318
10319 SOUND - COMPRESSED AUDIO
10320 M:      Vinod Koul <vinod.koul@intel.com>
10321 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10323 S:      Supported
10324 F:      Documentation/sound/alsa/compress_offload.txt
10325 F:      include/sound/compress_driver.h
10326 F:      include/uapi/sound/compress_*
10327 F:      sound/core/compress_offload.c
10328 F:      sound/soc/soc-compress.c
10329
10330 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10331 M:      Liam Girdwood <lgirdwood@gmail.com>
10332 M:      Mark Brown <broonie@kernel.org>
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10334 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10335 W:      http://alsa-project.org/main/index.php/ASoC
10336 S:      Supported
10337 F:      Documentation/sound/alsa/soc/
10338 F:      sound/soc/
10339 F:      include/sound/soc*
10340
10341 SOUND - DMAENGINE HELPERS
10342 M:      Lars-Peter Clausen <lars@metafoo.de>
10343 S:      Supported
10344 F:      include/sound/dmaengine_pcm.h
10345 F:      sound/core/pcm_dmaengine.c
10346 F:      sound/soc/soc-generic-dmaengine-pcm.c
10347
10348 SP2 MEDIA DRIVER
10349 M:      Olli Salonen <olli.salonen@iki.fi>
10350 L:      linux-media@vger.kernel.org
10351 W:      https://linuxtv.org
10352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10353 S:      Maintained
10354 F:      drivers/media/dvb-frontends/sp2*
10355
10356 SPARC + UltraSPARC (sparc/sparc64)
10357 M:      "David S. Miller" <davem@davemloft.net>
10358 L:      sparclinux@vger.kernel.org
10359 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10362 S:      Maintained
10363 F:      arch/sparc/
10364 F:      drivers/sbus/
10365
10366 SPARC SERIAL DRIVERS
10367 M:      "David S. Miller" <davem@davemloft.net>
10368 L:      sparclinux@vger.kernel.org
10369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10371 S:      Maintained
10372 F:      include/linux/sunserialcore.h
10373 F:      drivers/tty/serial/suncore.c
10374 F:      drivers/tty/serial/sunhv.c
10375 F:      drivers/tty/serial/sunsab.c
10376 F:      drivers/tty/serial/sunsab.h
10377 F:      drivers/tty/serial/sunsu.c
10378 F:      drivers/tty/serial/sunzilog.c
10379 F:      drivers/tty/serial/sunzilog.h
10380
10381 SPARSE CHECKER
10382 M:      "Christopher Li" <sparse@chrisli.org>
10383 L:      linux-sparse@vger.kernel.org
10384 W:      https://sparse.wiki.kernel.org/
10385 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10386 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10387 S:      Maintained
10388 F:      include/linux/compiler.h
10389
10390 SPEAR PLATFORM SUPPORT
10391 M:      Viresh Kumar <vireshk@kernel.org>
10392 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10393 L:      spear-devel@list.st.com
10394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10395 W:      http://www.st.com/spear
10396 S:      Maintained
10397 F:      arch/arm/boot/dts/spear*
10398 F:      arch/arm/mach-spear/
10399
10400 SPEAR CLOCK FRAMEWORK SUPPORT
10401 M:      Viresh Kumar <vireshk@kernel.org>
10402 L:      spear-devel@list.st.com
10403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10404 W:      http://www.st.com/spear
10405 S:      Maintained
10406 F:      drivers/clk/spear/
10407
10408 SPI SUBSYSTEM
10409 M:      Mark Brown <broonie@kernel.org>
10410 L:      linux-spi@vger.kernel.org
10411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10412 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10413 S:      Maintained
10414 F:      Documentation/spi/
10415 F:      drivers/spi/
10416 F:      include/linux/spi/
10417 F:      include/uapi/linux/spi/
10418
10419 SPIDERNET NETWORK DRIVER for CELL
10420 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10421 L:      netdev@vger.kernel.org
10422 S:      Supported
10423 F:      Documentation/networking/spider_net.txt
10424 F:      drivers/net/ethernet/toshiba/spider_net*
10425
10426 SPU FILE SYSTEM
10427 M:      Jeremy Kerr <jk@ozlabs.org>
10428 L:      linuxppc-dev@lists.ozlabs.org
10429 W:      http://www.ibm.com/developerworks/power/cell/
10430 S:      Supported
10431 F:      Documentation/filesystems/spufs.txt
10432 F:      arch/powerpc/platforms/cell/spufs/
10433
10434 SQUASHFS FILE SYSTEM
10435 M:      Phillip Lougher <phillip@squashfs.org.uk>
10436 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10437 W:      http://squashfs.org.uk
10438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10439 S:      Maintained
10440 F:      Documentation/filesystems/squashfs.txt
10441 F:      fs/squashfs/
10442
10443 SRM (Alpha) environment access
10444 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10445 S:      Maintained
10446 F:      arch/alpha/kernel/srm_env.c
10447
10448 STABLE BRANCH
10449 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10450 L:      stable@vger.kernel.org
10451 S:      Supported
10452 F:      Documentation/stable_kernel_rules.txt
10453
10454 STAGING SUBSYSTEM
10455 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10457 L:      devel@driverdev.osuosl.org
10458 S:      Supported
10459 F:      drivers/staging/
10460
10461 STAGING - COMEDI
10462 M:      Ian Abbott <abbotti@mev.co.uk>
10463 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10464 S:      Odd Fixes
10465 F:      drivers/staging/comedi/
10466
10467 STAGING - FLARION FT1000 DRIVERS
10468 M:      Marek Belisko <marek.belisko@gmail.com>
10469 S:      Odd Fixes
10470 F:      drivers/staging/ft1000/
10471
10472 STAGING - INDUSTRIAL IO
10473 M:      Jonathan Cameron <jic23@kernel.org>
10474 L:      linux-iio@vger.kernel.org
10475 S:      Odd Fixes
10476 F:      drivers/staging/iio/
10477
10478 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10479 M:      Jarod Wilson <jarod@wilsonet.com>
10480 W:      http://www.lirc.org/
10481 S:      Odd Fixes
10482 F:      drivers/staging/media/lirc/
10483
10484 STAGING - LUSTRE PARALLEL FILESYSTEM
10485 M:      Oleg Drokin <oleg.drokin@intel.com>
10486 M:      Andreas Dilger <andreas.dilger@intel.com>
10487 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10488 W:      http://wiki.lustre.org/
10489 S:      Maintained
10490 F:      drivers/staging/lustre
10491
10492 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10493 M:      Marc Dietrich <marvin24@gmx.de>
10494 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10495 L:      linux-tegra@vger.kernel.org
10496 S:      Maintained
10497 F:      drivers/staging/nvec/
10498
10499 STAGING - REALTEK RTL8712U DRIVERS
10500 M:      Larry Finger <Larry.Finger@lwfinger.net>
10501 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10502 S:      Odd Fixes
10503 F:      drivers/staging/rtl8712/
10504
10505 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10506 M:      Larry Finger <Larry.Finger@lwfinger.net>
10507 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10508 L:      linux-wireless@vger.kernel.org
10509 S:      Maintained
10510 F:      drivers/staging/rtl8723au/
10511
10512 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10513 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10514 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10515 M:      Sudip Mukherjee <sudip@vectorindia.org>
10516 L:      linux-fbdev@vger.kernel.org
10517 S:      Maintained
10518 F:      drivers/staging/sm750fb/
10519
10520 STAGING - SLICOSS
10521 M:      Lior Dotan <liodot@gmail.com>
10522 M:      Christopher Harrer <charrer@alacritech.com>
10523 S:      Odd Fixes
10524 F:      drivers/staging/slicoss/
10525
10526 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10527 M:      William Hubbs <w.d.hubbs@gmail.com>
10528 M:      Chris Brannon <chris@the-brannons.com>
10529 M:      Kirk Reiser <kirk@reisers.ca>
10530 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10531 L:      speakup@linux-speakup.org
10532 W:      http://www.linux-speakup.org/
10533 S:      Odd Fixes
10534 F:      drivers/staging/speakup/
10535
10536 STAGING - VIA VT665X DRIVERS
10537 M:      Forest Bond <forest@alittletooquiet.net>
10538 S:      Odd Fixes
10539 F:      drivers/staging/vt665?/
10540
10541 STAGING - WILC1000 WIFI DRIVER
10542 M:      Johnny Kim <johnny.kim@atmel.com>
10543 M:      Austin Shin <austin.shin@atmel.com>
10544 M:      Chris Park <chris.park@atmel.com>
10545 M:      Tony Cho <tony.cho@atmel.com>
10546 M:      Glen Lee <glen.lee@atmel.com>
10547 M:      Leo Kim <leo.kim@atmel.com>
10548 L:      linux-wireless@vger.kernel.org
10549 S:      Supported
10550 F:      drivers/staging/wilc1000/
10551
10552 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10553 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10554 S:      Odd Fixes
10555 F:      drivers/staging/xgifb/
10556
10557 HFI1 DRIVER
10558 M:      Mike Marciniszyn <infinipath@intel.com>
10559 L:      linux-rdma@vger.kernel.org
10560 S:      Supported
10561 F:      drivers/staging/rdma/hfi1
10562
10563 STARFIRE/DURALAN NETWORK DRIVER
10564 M:      Ion Badulescu <ionut@badula.org>
10565 S:      Odd Fixes
10566 F:      drivers/net/ethernet/adaptec/starfire*
10567
10568 SUN3/3X
10569 M:      Sam Creasey <sammy@sammy.net>
10570 W:      http://sammy.net/sun3/
10571 S:      Maintained
10572 F:      arch/m68k/kernel/*sun3*
10573 F:      arch/m68k/sun3*/
10574 F:      arch/m68k/include/asm/sun3*
10575 F:      drivers/net/ethernet/i825xx/sun3*
10576
10577 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10578 M:      Hans de Goede <hdegoede@redhat.com>
10579 L:      linux-input@vger.kernel.org
10580 S:      Maintained
10581 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10582 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10583
10584 SUNDANCE NETWORK DRIVER
10585 M:      Denis Kirjanov <kda@linux-powerpc.org>
10586 L:      netdev@vger.kernel.org
10587 S:      Maintained
10588 F:      drivers/net/ethernet/dlink/sundance.c
10589
10590 SUPERH
10591 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10592 M:      Rich Felker <dalias@libc.org>
10593 L:      linux-sh@vger.kernel.org
10594 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10595 S:      Maintained
10596 F:      Documentation/sh/
10597 F:      arch/sh/
10598 F:      drivers/sh/
10599
10600 SUSPEND TO RAM
10601 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10602 M:      Len Brown <len.brown@intel.com>
10603 M:      Pavel Machek <pavel@ucw.cz>
10604 L:      linux-pm@vger.kernel.org
10605 S:      Supported
10606 F:      Documentation/power/
10607 F:      arch/x86/kernel/acpi/
10608 F:      drivers/base/power/
10609 F:      kernel/power/
10610 F:      include/linux/suspend.h
10611 F:      include/linux/freezer.h
10612 F:      include/linux/pm.h
10613
10614 SVGA HANDLING
10615 M:      Martin Mares <mj@ucw.cz>
10616 L:      linux-video@atrey.karlin.mff.cuni.cz
10617 S:      Maintained
10618 F:      Documentation/svga.txt
10619 F:      arch/x86/boot/video*
10620
10621 SWIOTLB SUBSYSTEM
10622 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10623 L:      linux-kernel@vger.kernel.org
10624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10625 S:      Supported
10626 F:      lib/swiotlb.c
10627 F:      arch/*/kernel/pci-swiotlb.c
10628 F:      include/linux/swiotlb.h
10629
10630 SWITCHDEV
10631 M:      Jiri Pirko <jiri@resnulli.us>
10632 L:      netdev@vger.kernel.org
10633 S:      Supported
10634 F:      net/switchdev/
10635 F:      include/net/switchdev.h
10636
10637 SYNOPSYS ARC ARCHITECTURE
10638 M:      Vineet Gupta <vgupta@synopsys.com>
10639 L:      linux-snps-arc@lists.infradead.org
10640 S:      Supported
10641 F:      arch/arc/
10642 F:      Documentation/devicetree/bindings/arc/*
10643 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10644 F:      drivers/tty/serial/arc_uart.c
10645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10646
10647 SYNOPSYS ARC SDP platform support
10648 M:      Alexey Brodkin <abrodkin@synopsys.com>
10649 S:      Supported
10650 F:      arch/arc/plat-axs10x
10651 F:      arch/arc/boot/dts/ax*
10652 F:      Documentation/devicetree/bindings/arc/axs10*
10653
10654 SYSTEM CONFIGURATION (SYSCON)
10655 M:      Lee Jones <lee.jones@linaro.org>
10656 M:      Arnd Bergmann <arnd@arndb.de>
10657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10658 S:      Supported
10659 F:      drivers/mfd/syscon.c
10660
10661 SYSV FILESYSTEM
10662 M:      Christoph Hellwig <hch@infradead.org>
10663 S:      Maintained
10664 F:      Documentation/filesystems/sysv-fs.txt
10665 F:      fs/sysv/
10666 F:      include/linux/sysv_fs.h
10667
10668 TARGET SUBSYSTEM
10669 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10670 L:      linux-scsi@vger.kernel.org
10671 L:      target-devel@vger.kernel.org
10672 W:      http://www.linux-iscsi.org
10673 W:      http://groups.google.com/group/linux-iscsi-target-dev
10674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10675 S:      Supported
10676 F:      drivers/target/
10677 F:      include/target/
10678 F:      Documentation/target/
10679
10680 TASKSTATS STATISTICS INTERFACE
10681 M:      Balbir Singh <bsingharora@gmail.com>
10682 S:      Maintained
10683 F:      Documentation/accounting/taskstats*
10684 F:      include/linux/taskstats*
10685 F:      kernel/taskstats.c
10686
10687 TC CLASSIFIER
10688 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10689 L:      netdev@vger.kernel.org
10690 S:      Maintained
10691 F:      include/net/pkt_cls.h
10692 F:      include/uapi/linux/pkt_cls.h
10693 F:      net/sched/
10694
10695 TCP LOW PRIORITY MODULE
10696 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10697 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10698 W:      http://tcp-lp-mod.sourceforge.net/
10699 S:      Maintained
10700 F:      net/ipv4/tcp_lp.c
10701
10702 TDA10071 MEDIA DRIVER
10703 M:      Antti Palosaari <crope@iki.fi>
10704 L:      linux-media@vger.kernel.org
10705 W:      https://linuxtv.org
10706 W:      http://palosaari.fi/linux/
10707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10708 T:      git git://linuxtv.org/anttip/media_tree.git
10709 S:      Maintained
10710 F:      drivers/media/dvb-frontends/tda10071*
10711
10712 TDA18212 MEDIA DRIVER
10713 M:      Antti Palosaari <crope@iki.fi>
10714 L:      linux-media@vger.kernel.org
10715 W:      https://linuxtv.org
10716 W:      http://palosaari.fi/linux/
10717 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10718 T:      git git://linuxtv.org/anttip/media_tree.git
10719 S:      Maintained
10720 F:      drivers/media/tuners/tda18212*
10721
10722 TDA18218 MEDIA DRIVER
10723 M:      Antti Palosaari <crope@iki.fi>
10724 L:      linux-media@vger.kernel.org
10725 W:      https://linuxtv.org
10726 W:      http://palosaari.fi/linux/
10727 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10728 T:      git git://linuxtv.org/anttip/media_tree.git
10729 S:      Maintained
10730 F:      drivers/media/tuners/tda18218*
10731
10732 TDA18271 MEDIA DRIVER
10733 M:      Michael Krufky <mkrufky@linuxtv.org>
10734 L:      linux-media@vger.kernel.org
10735 W:      https://linuxtv.org
10736 W:      http://github.com/mkrufky
10737 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10738 T:      git git://linuxtv.org/mkrufky/tuners.git
10739 S:      Maintained
10740 F:      drivers/media/tuners/tda18271*
10741
10742 TDA827x MEDIA DRIVER
10743 M:      Michael Krufky <mkrufky@linuxtv.org>
10744 L:      linux-media@vger.kernel.org
10745 W:      https://linuxtv.org
10746 W:      http://github.com/mkrufky
10747 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10748 T:      git git://linuxtv.org/mkrufky/tuners.git
10749 S:      Maintained
10750 F:      drivers/media/tuners/tda8290.*
10751
10752 TDA8290 MEDIA DRIVER
10753 M:      Michael Krufky <mkrufky@linuxtv.org>
10754 L:      linux-media@vger.kernel.org
10755 W:      https://linuxtv.org
10756 W:      http://github.com/mkrufky
10757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10758 T:      git git://linuxtv.org/mkrufky/tuners.git
10759 S:      Maintained
10760 F:      drivers/media/tuners/tda8290.*
10761
10762 TDA9840 MEDIA DRIVER
10763 M:      Hans Verkuil <hverkuil@xs4all.nl>
10764 L:      linux-media@vger.kernel.org
10765 T:      git git://linuxtv.org/media_tree.git
10766 W:      https://linuxtv.org
10767 S:      Maintained
10768 F:      drivers/media/i2c/tda9840*
10769
10770 TEA5761 TUNER DRIVER
10771 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10772 L:      linux-media@vger.kernel.org
10773 W:      https://linuxtv.org
10774 T:      git git://linuxtv.org/media_tree.git
10775 S:      Odd fixes
10776 F:      drivers/media/tuners/tea5761.*
10777
10778 TEA5767 TUNER DRIVER
10779 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10780 L:      linux-media@vger.kernel.org
10781 W:      https://linuxtv.org
10782 T:      git git://linuxtv.org/media_tree.git
10783 S:      Maintained
10784 F:      drivers/media/tuners/tea5767.*
10785
10786 TEA6415C MEDIA DRIVER
10787 M:      Hans Verkuil <hverkuil@xs4all.nl>
10788 L:      linux-media@vger.kernel.org
10789 T:      git git://linuxtv.org/media_tree.git
10790 W:      https://linuxtv.org
10791 S:      Maintained
10792 F:      drivers/media/i2c/tea6415c*
10793
10794 TEA6420 MEDIA DRIVER
10795 M:      Hans Verkuil <hverkuil@xs4all.nl>
10796 L:      linux-media@vger.kernel.org
10797 T:      git git://linuxtv.org/media_tree.git
10798 W:      https://linuxtv.org
10799 S:      Maintained
10800 F:      drivers/media/i2c/tea6420*
10801
10802 TEAM DRIVER
10803 M:      Jiri Pirko <jiri@resnulli.us>
10804 L:      netdev@vger.kernel.org
10805 S:      Supported
10806 F:      drivers/net/team/
10807 F:      include/linux/if_team.h
10808 F:      include/uapi/linux/if_team.h
10809
10810 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10811 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10812 S:      Maintained
10813 F:      arch/x86/platform/ts5500/
10814
10815 TECHNOTREND USB IR RECEIVER
10816 M:      Sean Young <sean@mess.org>
10817 L:      linux-media@vger.kernel.org
10818 S:      Maintained
10819 F:      drivers/media/rc/ttusbir.c
10820
10821 TEGRA ARCHITECTURE SUPPORT
10822 M:      Stephen Warren <swarren@wwwdotorg.org>
10823 M:      Thierry Reding <thierry.reding@gmail.com>
10824 M:      Alexandre Courbot <gnurou@gmail.com>
10825 L:      linux-tegra@vger.kernel.org
10826 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10828 S:      Supported
10829 N:      [^a-z]tegra
10830
10831 TEGRA CLOCK DRIVER
10832 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10833 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10834 S:      Supported
10835 F:      drivers/clk/tegra/
10836
10837 TEGRA DMA DRIVER
10838 M:      Laxman Dewangan <ldewangan@nvidia.com>
10839 S:      Supported
10840 F:      drivers/dma/tegra20-apb-dma.c
10841
10842 TEGRA I2C DRIVER
10843 M:      Laxman Dewangan <ldewangan@nvidia.com>
10844 S:      Supported
10845 F:      drivers/i2c/busses/i2c-tegra.c
10846
10847 TEGRA IOMMU DRIVERS
10848 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10849 S:      Supported
10850 F:      drivers/iommu/tegra*
10851
10852 TEGRA KBC DRIVER
10853 M:      Rakesh Iyer <riyer@nvidia.com>
10854 M:      Laxman Dewangan <ldewangan@nvidia.com>
10855 S:      Supported
10856 F:      drivers/input/keyboard/tegra-kbc.c
10857
10858 TEGRA PWM DRIVER
10859 M:      Thierry Reding <thierry.reding@gmail.com>
10860 S:      Supported
10861 F:      drivers/pwm/pwm-tegra.c
10862
10863 TEGRA SERIAL DRIVER
10864 M:      Laxman Dewangan <ldewangan@nvidia.com>
10865 S:      Supported
10866 F:      drivers/tty/serial/serial-tegra.c
10867
10868 TEGRA SPI DRIVER
10869 M:      Laxman Dewangan <ldewangan@nvidia.com>
10870 S:      Supported
10871 F:      drivers/spi/spi-tegra*
10872
10873 TEHUTI ETHERNET DRIVER
10874 M:      Andy Gospodarek <andy@greyhouse.net>
10875 L:      netdev@vger.kernel.org
10876 S:      Supported
10877 F:      drivers/net/ethernet/tehuti/*
10878
10879 Telecom Clock Driver for MCPL0010
10880 M:      Mark Gross <mark.gross@intel.com>
10881 S:      Supported
10882 F:      drivers/char/tlclk.c
10883
10884 TENSILICA XTENSA PORT (xtensa)
10885 M:      Chris Zankel <chris@zankel.net>
10886 M:      Max Filippov <jcmvbkbc@gmail.com>
10887 L:      linux-xtensa@linux-xtensa.org
10888 T:      git git://github.com/czankel/xtensa-linux.git
10889 S:      Maintained
10890 F:      arch/xtensa/
10891 F:      drivers/irqchip/irq-xtensa-*
10892
10893 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10894 M:      Hans Verkuil <hverkuil@xs4all.nl>
10895 L:      linux-media@vger.kernel.org
10896 T:      git git://linuxtv.org/media_tree.git
10897 W:      https://linuxtv.org
10898 S:      Maintained
10899 F:      drivers/media/radio/radio-raremono.c
10900
10901 THERMAL
10902 M:      Zhang Rui <rui.zhang@intel.com>
10903 M:      Eduardo Valentin <edubezval@gmail.com>
10904 L:      linux-pm@vger.kernel.org
10905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10907 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10908 S:      Supported
10909 F:      drivers/thermal/
10910 F:      include/linux/thermal.h
10911 F:      include/uapi/linux/thermal.h
10912 F:      include/linux/cpu_cooling.h
10913 F:      Documentation/devicetree/bindings/thermal/
10914
10915 THERMAL/CPU_COOLING
10916 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10917 M:      Viresh Kumar <viresh.kumar@linaro.org>
10918 M:      Javi Merino <javi.merino@arm.com>
10919 L:      linux-pm@vger.kernel.org
10920 S:      Supported
10921 F:      Documentation/thermal/cpu-cooling-api.txt
10922 F:      drivers/thermal/cpu_cooling.c
10923 F:      include/linux/cpu_cooling.h
10924
10925 THINGM BLINK(1) USB RGB LED DRIVER
10926 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10927 S:      Maintained
10928 F:      drivers/hid/hid-thingm.c
10929
10930 THINKPAD ACPI EXTRAS DRIVER
10931 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10932 L:      ibm-acpi-devel@lists.sourceforge.net
10933 L:      platform-driver-x86@vger.kernel.org
10934 W:      http://ibm-acpi.sourceforge.net
10935 W:      http://thinkwiki.org/wiki/Ibm-acpi
10936 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10937 S:      Maintained
10938 F:      drivers/platform/x86/thinkpad_acpi.c
10939
10940 TI BANDGAP AND THERMAL DRIVER
10941 M:      Eduardo Valentin <edubezval@gmail.com>
10942 L:      linux-pm@vger.kernel.org
10943 L:      linux-omap@vger.kernel.org
10944 S:      Maintained
10945 F:      drivers/thermal/ti-soc-thermal/
10946
10947 TI VPE/CAL DRIVERS
10948 M:      Benoit Parrot <bparrot@ti.com>
10949 L:      linux-media@vger.kernel.org
10950 W:      http://linuxtv.org/
10951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10952 S:      Maintained
10953 F:      drivers/media/platform/ti-vpe/
10954
10955 TI CDCE706 CLOCK DRIVER
10956 M:      Max Filippov <jcmvbkbc@gmail.com>
10957 S:      Maintained
10958 F:      drivers/clk/clk-cdce706.c
10959
10960 TI CLOCK DRIVER
10961 M:      Tero Kristo <t-kristo@ti.com>
10962 L:      linux-omap@vger.kernel.org
10963 S:      Maintained
10964 F:      drivers/clk/ti/
10965 F:      include/linux/clk/ti.h
10966
10967 TI FLASH MEDIA INTERFACE DRIVER
10968 M:      Alex Dubov <oakad@yahoo.com>
10969 S:      Maintained
10970 F:      drivers/misc/tifm*
10971 F:      drivers/mmc/host/tifm_sd.c
10972 F:      include/linux/tifm.h
10973
10974 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10975 M:      Santosh Shilimkar <ssantosh@kernel.org>
10976 L:      linux-kernel@vger.kernel.org
10977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10978 S:      Maintained
10979 F:      drivers/soc/ti/*
10980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10981
10982
10983 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10984 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10985 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10987 S:      Maintained
10988 F:      sound/soc/codecs/lm49453*
10989 F:      sound/soc/codecs/isabelle*
10990
10991 TI LP855x BACKLIGHT DRIVER
10992 M:      Milo Kim <milo.kim@ti.com>
10993 S:      Maintained
10994 F:      Documentation/backlight/lp855x-driver.txt
10995 F:      drivers/video/backlight/lp855x_bl.c
10996 F:      include/linux/platform_data/lp855x.h
10997
10998 TI LP8727 CHARGER DRIVER
10999 M:      Milo Kim <milo.kim@ti.com>
11000 S:      Maintained
11001 F:      drivers/power/lp8727_charger.c
11002 F:      include/linux/platform_data/lp8727.h
11003
11004 TI LP8788 MFD DRIVER
11005 M:      Milo Kim <milo.kim@ti.com>
11006 S:      Maintained
11007 F:      drivers/iio/adc/lp8788_adc.c
11008 F:      drivers/leds/leds-lp8788.c
11009 F:      drivers/mfd/lp8788*.c
11010 F:      drivers/power/lp8788-charger.c
11011 F:      drivers/regulator/lp8788-*.c
11012 F:      include/linux/mfd/lp8788*.h
11013
11014 TI NETCP ETHERNET DRIVER
11015 M:      Wingman Kwok <w-kwok2@ti.com>
11016 M:      Murali Karicheri <m-karicheri2@ti.com>
11017 L:      netdev@vger.kernel.org
11018 S:      Maintained
11019 F:      drivers/net/ethernet/ti/netcp*
11020
11021 TI TAS571X FAMILY ASoC CODEC DRIVER
11022 M:      Kevin Cernekee <cernekee@chromium.org>
11023 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11024 S:      Odd Fixes
11025 F:      sound/soc/codecs/tas571x*
11026
11027 TI TWL4030 SERIES SOC CODEC DRIVER
11028 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11029 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11030 S:      Maintained
11031 F:      sound/soc/codecs/twl4030*
11032
11033 TI WILINK WIRELESS DRIVERS
11034 L:      linux-wireless@vger.kernel.org
11035 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11036 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11038 S:      Orphan
11039 F:      drivers/net/wireless/ti/
11040 F:      include/linux/wl12xx.h
11041
11042 TIPC NETWORK LAYER
11043 M:      Jon Maloy <jon.maloy@ericsson.com>
11044 M:      Ying Xue <ying.xue@windriver.com>
11045 L:      netdev@vger.kernel.org (core kernel code)
11046 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11047 W:      http://tipc.sourceforge.net/
11048 S:      Maintained
11049 F:      include/uapi/linux/tipc*.h
11050 F:      net/tipc/
11051
11052 TILE ARCHITECTURE
11053 M:      Chris Metcalf <cmetcalf@ezchip.com>
11054 W:      http://www.ezchip.com/scm/
11055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11056 S:      Supported
11057 F:      arch/tile/
11058 F:      drivers/char/tile-srom.c
11059 F:      drivers/edac/tile_edac.c
11060 F:      drivers/net/ethernet/tile/
11061 F:      drivers/rtc/rtc-tile.c
11062 F:      drivers/tty/hvc/hvc_tile.c
11063 F:      drivers/tty/serial/tilegx.c
11064 F:      drivers/usb/host/*-tilegx.c
11065 F:      include/linux/usb/tilegx.h
11066
11067 TLAN NETWORK DRIVER
11068 M:      Samuel Chessman <chessman@tux.org>
11069 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11070 W:      http://sourceforge.net/projects/tlan/
11071 S:      Maintained
11072 F:      Documentation/networking/tlan.txt
11073 F:      drivers/net/ethernet/ti/tlan.*
11074
11075 TOMOYO SECURITY MODULE
11076 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11077 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11078 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11079 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11080 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11081 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11082 W:      http://tomoyo.sourceforge.jp/
11083 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11084 S:      Maintained
11085 F:      security/tomoyo/
11086
11087 TOPSTAR LAPTOP EXTRAS DRIVER
11088 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11089 L:      platform-driver-x86@vger.kernel.org
11090 S:      Maintained
11091 F:      drivers/platform/x86/topstar-laptop.c
11092
11093 TOSHIBA ACPI EXTRAS DRIVER
11094 M:      Azael Avalos <coproscefalo@gmail.com>
11095 L:      platform-driver-x86@vger.kernel.org
11096 S:      Maintained
11097 F:      drivers/platform/x86/toshiba_acpi.c
11098
11099 TOSHIBA BLUETOOTH DRIVER
11100 M:      Azael Avalos <coproscefalo@gmail.com>
11101 L:      platform-driver-x86@vger.kernel.org
11102 S:      Maintained
11103 F:      drivers/platform/x86/toshiba_bluetooth.c
11104
11105 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11106 M:      Azael Avalos <coproscefalo@gmail.com>
11107 L:      platform-driver-x86@vger.kernel.org
11108 S:      Maintained
11109 F:      drivers/platform/x86/toshiba_haps.c
11110
11111 TOSHIBA WMI HOTKEYS DRIVER
11112 M:      Azael Avalos <coproscefalo@gmail.com>
11113 L:      platform-driver-x86@vger.kernel.org
11114 S:      Maintained
11115 F:      drivers/platform/x86/toshiba-wmi.c
11116
11117 TOSHIBA SMM DRIVER
11118 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11119 W:      http://www.buzzard.org.uk/toshiba/
11120 S:      Maintained
11121 F:      drivers/char/toshiba.c
11122 F:      include/linux/toshiba.h
11123 F:      include/uapi/linux/toshiba.h
11124
11125 TOSHIBA TC358743 DRIVER
11126 M:      Mats Randgaard <matrandg@cisco.com>
11127 L:      linux-media@vger.kernel.org
11128 S:      Maintained
11129 F:      drivers/media/i2c/tc358743*
11130 F:      include/media/i2c/tc358743.h
11131
11132 TMIO MMC DRIVER
11133 M:      Ian Molton <ian@mnementh.co.uk>
11134 L:      linux-mmc@vger.kernel.org
11135 S:      Maintained
11136 F:      drivers/mmc/host/tmio_mmc*
11137 F:      drivers/mmc/host/sh_mobile_sdhi.c
11138 F:      include/linux/mmc/tmio.h
11139 F:      include/linux/mmc/sh_mobile_sdhi.h
11140
11141 TMP401 HARDWARE MONITOR DRIVER
11142 M:      Guenter Roeck <linux@roeck-us.net>
11143 L:      lm-sensors@lm-sensors.org
11144 S:      Maintained
11145 F:      Documentation/hwmon/tmp401
11146 F:      drivers/hwmon/tmp401.c
11147
11148 TMPFS (SHMEM FILESYSTEM)
11149 M:      Hugh Dickins <hughd@google.com>
11150 L:      linux-mm@kvack.org
11151 S:      Maintained
11152 F:      include/linux/shmem_fs.h
11153 F:      mm/shmem.c
11154
11155 TM6000 VIDEO4LINUX DRIVER
11156 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11157 L:      linux-media@vger.kernel.org
11158 W:      https://linuxtv.org
11159 T:      git git://linuxtv.org/media_tree.git
11160 S:      Odd fixes
11161 F:      drivers/media/usb/tm6000/
11162
11163 TW68 VIDEO4LINUX DRIVER
11164 M:      Hans Verkuil <hverkuil@xs4all.nl>
11165 L:      linux-media@vger.kernel.org
11166 T:      git git://linuxtv.org/media_tree.git
11167 W:      https://linuxtv.org
11168 S:      Odd Fixes
11169 F:      drivers/media/pci/tw68/
11170
11171 TPM DEVICE DRIVER
11172 M:      Peter Huewe <peterhuewe@gmx.de>
11173 M:      Marcel Selhorst <tpmdd@selhorst.net>
11174 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11175 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11176 W:      http://tpmdd.sourceforge.net
11177 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11178 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11179 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11180 S:      Maintained
11181 F:      drivers/char/tpm/
11182
11183 TPM IBM_VTPM DEVICE DRIVER
11184 M:      Ashley Lai <ashleydlai@gmail.com>
11185 W:      http://tpmdd.sourceforge.net
11186 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11187 S:      Maintained
11188 F:      drivers/char/tpm/tpm_ibmvtpm*
11189
11190 TRACING
11191 M:      Steven Rostedt <rostedt@goodmis.org>
11192 M:      Ingo Molnar <mingo@redhat.com>
11193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11194 S:      Maintained
11195 F:      Documentation/trace/ftrace.txt
11196 F:      arch/*/*/*/ftrace.h
11197 F:      arch/*/kernel/ftrace.c
11198 F:      include/*/ftrace.h
11199 F:      include/linux/trace*.h
11200 F:      include/trace/
11201 F:      kernel/trace/
11202 F:      tools/testing/selftests/ftrace/
11203
11204 TRIVIAL PATCHES
11205 M:      Jiri Kosina <trivial@kernel.org>
11206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11207 S:      Maintained
11208 K:      ^Subject:.*(?i)trivial
11209
11210 TTY LAYER
11211 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11212 M:      Jiri Slaby <jslaby@suse.com>
11213 S:      Supported
11214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11215 F:      Documentation/serial/
11216 F:      drivers/tty/
11217 F:      drivers/tty/serial/serial_core.c
11218 F:      include/linux/serial_core.h
11219 F:      include/linux/serial.h
11220 F:      include/linux/tty.h
11221 F:      include/uapi/linux/serial_core.h
11222 F:      include/uapi/linux/serial.h
11223 F:      include/uapi/linux/tty.h
11224
11225 TUA9001 MEDIA DRIVER
11226 M:      Antti Palosaari <crope@iki.fi>
11227 L:      linux-media@vger.kernel.org
11228 W:      https://linuxtv.org
11229 W:      http://palosaari.fi/linux/
11230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11231 T:      git git://linuxtv.org/anttip/media_tree.git
11232 S:      Maintained
11233 F:      drivers/media/tuners/tua9001*
11234
11235 TULIP NETWORK DRIVERS
11236 L:      netdev@vger.kernel.org
11237 L:      linux-parisc@vger.kernel.org
11238 S:      Orphan
11239 F:      drivers/net/ethernet/dec/tulip/
11240
11241 TUN/TAP driver
11242 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11243 W:      http://vtun.sourceforge.net/tun
11244 S:      Maintained
11245 F:      Documentation/networking/tuntap.txt
11246 F:      arch/um/os-Linux/drivers/
11247
11248 TURBOCHANNEL SUBSYSTEM
11249 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11250 M:      Ralf Baechle <ralf@linux-mips.org>
11251 L:      linux-mips@linux-mips.org
11252 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11253 S:      Maintained
11254 F:      drivers/tc/
11255 F:      include/linux/tc.h
11256
11257 U14-34F SCSI DRIVER
11258 M:      Dario Ballabio <ballabio_dario@emc.com>
11259 L:      linux-scsi@vger.kernel.org
11260 S:      Maintained
11261 F:      drivers/scsi/u14-34f.c
11262
11263 UBI FILE SYSTEM (UBIFS)
11264 M:      Artem Bityutskiy <dedekind1@gmail.com>
11265 M:      Adrian Hunter <adrian.hunter@intel.com>
11266 L:      linux-mtd@lists.infradead.org
11267 T:      git git://git.infradead.org/ubifs-2.6.git
11268 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11269 S:      Maintained
11270 F:      Documentation/filesystems/ubifs.txt
11271 F:      fs/ubifs/
11272
11273 UCLINUX (M68KNOMMU AND COLDFIRE)
11274 M:      Greg Ungerer <gerg@uclinux.org>
11275 W:      http://www.uclinux.org/
11276 L:      linux-m68k@lists.linux-m68k.org
11277 L:      uclinux-dev@uclinux.org  (subscribers-only)
11278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11279 S:      Maintained
11280 F:      arch/m68k/coldfire/
11281 F:      arch/m68k/68*/
11282 F:      arch/m68k/*/*_no.*
11283 F:      arch/m68k/include/asm/*_no.*
11284
11285 UDF FILESYSTEM
11286 M:      Jan Kara <jack@suse.com>
11287 S:      Maintained
11288 F:      Documentation/filesystems/udf.txt
11289 F:      fs/udf/
11290
11291 UFS FILESYSTEM
11292 M:      Evgeniy Dushistov <dushistov@mail.ru>
11293 S:      Maintained
11294 F:      Documentation/filesystems/ufs.txt
11295 F:      fs/ufs/
11296
11297 UHID USERSPACE HID IO DRIVER:
11298 M:      David Herrmann <dh.herrmann@googlemail.com>
11299 L:      linux-input@vger.kernel.org
11300 S:      Maintained
11301 F:      drivers/hid/uhid.c
11302 F:      include/uapi/linux/uhid.h
11303
11304 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11305 L:      linux-usb@vger.kernel.org
11306 S:      Orphan
11307 F:      drivers/uwb/
11308 F:      include/linux/uwb.h
11309 F:      include/linux/uwb/
11310
11311 UNICORE32 ARCHITECTURE:
11312 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11313 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11314 S:      Maintained
11315 T:      git git://github.com/gxt/linux.git
11316 F:      arch/unicore32/
11317
11318 UNIFDEF
11319 M:      Tony Finch <dot@dotat.at>
11320 W:      http://dotat.at/prog/unifdef
11321 S:      Maintained
11322 F:      scripts/unifdef.c
11323
11324 UNIFORM CDROM DRIVER
11325 M:      Jens Axboe <axboe@kernel.dk>
11326 W:      http://www.kernel.dk
11327 S:      Maintained
11328 F:      Documentation/cdrom/
11329 F:      drivers/cdrom/cdrom.c
11330 F:      include/linux/cdrom.h
11331 F:      include/uapi/linux/cdrom.h
11332
11333 UNISYS S-PAR DRIVERS
11334 M:      David Kershner <david.kershner@unisys.com>
11335 L:      sparmaintainer@unisys.com (Unisys internal)
11336 S:      Supported
11337 F:      drivers/staging/unisys/
11338
11339 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11340 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11341 L:      linux-scsi@vger.kernel.org
11342 S:      Supported
11343 F:      Documentation/scsi/ufs.txt
11344 F:      drivers/scsi/ufs/
11345
11346 UNSORTED BLOCK IMAGES (UBI)
11347 M:      Artem Bityutskiy <dedekind1@gmail.com>
11348 M:      Richard Weinberger <richard@nod.at>
11349 W:      http://www.linux-mtd.infradead.org/
11350 L:      linux-mtd@lists.infradead.org
11351 T:      git git://git.infradead.org/ubifs-2.6.git
11352 S:      Supported
11353 F:      drivers/mtd/ubi/
11354 F:      include/linux/mtd/ubi.h
11355 F:      include/uapi/mtd/ubi-user.h
11356
11357 USB ACM DRIVER
11358 M:      Oliver Neukum <oneukum@suse.com>
11359 L:      linux-usb@vger.kernel.org
11360 S:      Maintained
11361 F:      Documentation/usb/acm.txt
11362 F:      drivers/usb/class/cdc-acm.*
11363
11364 USB AR5523 WIRELESS DRIVER
11365 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11366 L:      linux-wireless@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/net/wireless/ath/ar5523/
11369
11370 USB ATTACHED SCSI
11371 M:      Hans de Goede <hdegoede@redhat.com>
11372 M:      Gerd Hoffmann <kraxel@redhat.com>
11373 L:      linux-usb@vger.kernel.org
11374 L:      linux-scsi@vger.kernel.org
11375 S:      Maintained
11376 F:      drivers/usb/storage/uas.c
11377
11378 USB CDC ETHERNET DRIVER
11379 M:      Oliver Neukum <oliver@neukum.org>
11380 L:      linux-usb@vger.kernel.org
11381 S:      Maintained
11382 F:      drivers/net/usb/cdc_*.c
11383 F:      include/uapi/linux/usb/cdc.h
11384
11385 USB CHAOSKEY DRIVER
11386 M:      Keith Packard <keithp@keithp.com>
11387 L:      linux-usb@vger.kernel.org
11388 S:      Maintained
11389 F:      drivers/usb/misc/chaoskey.c
11390
11391 USB CYPRESS C67X00 DRIVER
11392 M:      Peter Korsgaard <jacmet@sunsite.dk>
11393 L:      linux-usb@vger.kernel.org
11394 S:      Maintained
11395 F:      drivers/usb/c67x00/
11396
11397 USB DAVICOM DM9601 DRIVER
11398 M:      Peter Korsgaard <jacmet@sunsite.dk>
11399 L:      netdev@vger.kernel.org
11400 W:      http://www.linux-usb.org/usbnet
11401 S:      Maintained
11402 F:      drivers/net/usb/dm9601.c
11403
11404 USB DIAMOND RIO500 DRIVER
11405 M:      Cesar Miquel <miquel@df.uba.ar>
11406 L:      rio500-users@lists.sourceforge.net
11407 W:      http://rio500.sourceforge.net
11408 S:      Maintained
11409 F:      drivers/usb/misc/rio500*
11410
11411 USB EHCI DRIVER
11412 M:      Alan Stern <stern@rowland.harvard.edu>
11413 L:      linux-usb@vger.kernel.org
11414 S:      Maintained
11415 F:      Documentation/usb/ehci.txt
11416 F:      drivers/usb/host/ehci*
11417
11418 USB GADGET/PERIPHERAL SUBSYSTEM
11419 M:      Felipe Balbi <balbi@kernel.org>
11420 L:      linux-usb@vger.kernel.org
11421 W:      http://www.linux-usb.org/gadget
11422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11423 S:      Maintained
11424 F:      drivers/usb/gadget/
11425 F:      include/linux/usb/gadget*
11426
11427 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11428 M:      Jiri Kosina <jikos@kernel.org>
11429 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11430 L:      linux-usb@vger.kernel.org
11431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11432 S:      Maintained
11433 F:      Documentation/hid/hiddev.txt
11434 F:      drivers/hid/usbhid/
11435
11436 USB ISP116X DRIVER
11437 M:      Olav Kongas <ok@artecdesign.ee>
11438 L:      linux-usb@vger.kernel.org
11439 S:      Maintained
11440 F:      drivers/usb/host/isp116x*
11441 F:      include/linux/usb/isp116x.h
11442
11443 USB LAN78XX ETHERNET DRIVER
11444 M:      Woojung Huh <woojung.huh@microchip.com>
11445 M:      Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
11446 L:      netdev@vger.kernel.org
11447 S:      Maintained
11448 F:      drivers/net/usb/lan78xx.*
11449
11450 USB MASS STORAGE DRIVER
11451 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11452 L:      linux-usb@vger.kernel.org
11453 L:      usb-storage@lists.one-eyed-alien.net
11454 S:      Maintained
11455 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11456 F:      drivers/usb/storage/
11457
11458 USB MIDI DRIVER
11459 M:      Clemens Ladisch <clemens@ladisch.de>
11460 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11461 T:      git git://git.alsa-project.org/alsa-kernel.git
11462 S:      Maintained
11463 F:      sound/usb/midi.*
11464
11465 USB NETWORKING DRIVERS
11466 L:      linux-usb@vger.kernel.org
11467 S:      Odd Fixes
11468 F:      drivers/net/usb/
11469
11470 USB OHCI DRIVER
11471 M:      Alan Stern <stern@rowland.harvard.edu>
11472 L:      linux-usb@vger.kernel.org
11473 S:      Maintained
11474 F:      Documentation/usb/ohci.txt
11475 F:      drivers/usb/host/ohci*
11476
11477 USB OTG FSM (Finite State Machine)
11478 M:      Peter Chen <Peter.Chen@nxp.com>
11479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11480 L:      linux-usb@vger.kernel.org
11481 S:      Maintained
11482 F:      drivers/usb/common/usb-otg-fsm.c
11483
11484 USB OVER IP DRIVER
11485 M:      Valentina Manea <valentina.manea.m@gmail.com>
11486 M:      Shuah Khan <shuah.kh@samsung.com>
11487 L:      linux-usb@vger.kernel.org
11488 S:      Maintained
11489 F:      Documentation/usb/usbip_protocol.txt
11490 F:      drivers/usb/usbip/
11491 F:      tools/usb/usbip/
11492
11493 USB PEGASUS DRIVER
11494 M:      Petko Manolov <petkan@nucleusys.com>
11495 L:      linux-usb@vger.kernel.org
11496 L:      netdev@vger.kernel.org
11497 T:      git git://github.com/petkan/pegasus.git
11498 W:      https://github.com/petkan/pegasus
11499 S:      Maintained
11500 F:      drivers/net/usb/pegasus.*
11501
11502 USB PHY LAYER
11503 M:      Felipe Balbi <balbi@kernel.org>
11504 L:      linux-usb@vger.kernel.org
11505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11506 S:      Maintained
11507 F:      drivers/usb/phy/
11508
11509 USB PRINTER DRIVER (usblp)
11510 M:      Pete Zaitcev <zaitcev@redhat.com>
11511 L:      linux-usb@vger.kernel.org
11512 S:      Supported
11513 F:      drivers/usb/class/usblp.c
11514
11515 USB QMI WWAN NETWORK DRIVER
11516 M:      Bjørn Mork <bjorn@mork.no>
11517 L:      netdev@vger.kernel.org
11518 S:      Maintained
11519 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11520 F:      drivers/net/usb/qmi_wwan.c
11521
11522 USB RTL8150 DRIVER
11523 M:      Petko Manolov <petkan@nucleusys.com>
11524 L:      linux-usb@vger.kernel.org
11525 L:      netdev@vger.kernel.org
11526 T:      git git://github.com/petkan/rtl8150.git
11527 W:      https://github.com/petkan/rtl8150
11528 S:      Maintained
11529 F:      drivers/net/usb/rtl8150.c
11530
11531 USB SERIAL SUBSYSTEM
11532 M:      Johan Hovold <johan@kernel.org>
11533 L:      linux-usb@vger.kernel.org
11534 S:      Maintained
11535 F:      Documentation/usb/usb-serial.txt
11536 F:      drivers/usb/serial/
11537 F:      include/linux/usb/serial.h
11538
11539 USB SMSC75XX ETHERNET DRIVER
11540 M:      Steve Glendinning <steve.glendinning@shawell.net>
11541 L:      netdev@vger.kernel.org
11542 S:      Maintained
11543 F:      drivers/net/usb/smsc75xx.*
11544
11545 USB SMSC95XX ETHERNET DRIVER
11546 M:      Steve Glendinning <steve.glendinning@shawell.net>
11547 L:      netdev@vger.kernel.org
11548 S:      Maintained
11549 F:      drivers/net/usb/smsc95xx.*
11550
11551 USB SUBSYSTEM
11552 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11553 L:      linux-usb@vger.kernel.org
11554 W:      http://www.linux-usb.org
11555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11556 S:      Supported
11557 F:      Documentation/usb/
11558 F:      drivers/usb/
11559 F:      include/linux/usb.h
11560 F:      include/linux/usb/
11561
11562 USB UHCI DRIVER
11563 M:      Alan Stern <stern@rowland.harvard.edu>
11564 L:      linux-usb@vger.kernel.org
11565 S:      Maintained
11566 F:      drivers/usb/host/uhci*
11567
11568 USB "USBNET" DRIVER FRAMEWORK
11569 M:      Oliver Neukum <oneukum@suse.com>
11570 L:      netdev@vger.kernel.org
11571 W:      http://www.linux-usb.org/usbnet
11572 S:      Maintained
11573 F:      drivers/net/usb/usbnet.c
11574 F:      include/linux/usb/usbnet.h
11575
11576 USB VIDEO CLASS
11577 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11578 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11579 L:      linux-media@vger.kernel.org
11580 T:      git git://linuxtv.org/media_tree.git
11581 W:      http://www.ideasonboard.org/uvc/
11582 S:      Maintained
11583 F:      drivers/media/usb/uvc/
11584 F:      include/uapi/linux/uvcvideo.h
11585
11586 USB VISION DRIVER
11587 M:      Hans Verkuil <hverkuil@xs4all.nl>
11588 L:      linux-media@vger.kernel.org
11589 T:      git git://linuxtv.org/media_tree.git
11590 W:      https://linuxtv.org
11591 S:      Odd Fixes
11592 F:      drivers/media/usb/usbvision/
11593
11594 USB WEBCAM GADGET
11595 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11596 L:      linux-usb@vger.kernel.org
11597 S:      Maintained
11598 F:      drivers/usb/gadget/function/*uvc*
11599 F:      drivers/usb/gadget/legacy/webcam.c
11600
11601 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11602 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11603 L:      linux-wireless@vger.kernel.org
11604 S:      Maintained
11605 F:      drivers/net/wireless/rndis_wlan.c
11606
11607 USB XHCI DRIVER
11608 M:      Mathias Nyman <mathias.nyman@intel.com>
11609 L:      linux-usb@vger.kernel.org
11610 S:      Supported
11611 F:      drivers/usb/host/xhci*
11612 F:      drivers/usb/host/pci-quirks*
11613
11614 USB ZD1201 DRIVER
11615 L:      linux-wireless@vger.kernel.org
11616 W:      http://linux-lc100020.sourceforge.net
11617 S:      Orphan
11618 F:      drivers/net/wireless/zydas/zd1201.*
11619
11620 USB ZR364XX DRIVER
11621 M:      Antoine Jacquet <royale@zerezo.com>
11622 L:      linux-usb@vger.kernel.org
11623 L:      linux-media@vger.kernel.org
11624 T:      git git://linuxtv.org/media_tree.git
11625 W:      http://royale.zerezo.com/zr364xx/
11626 S:      Maintained
11627 F:      Documentation/video4linux/zr364xx.txt
11628 F:      drivers/media/usb/zr364xx/
11629
11630 ULPI BUS
11631 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11632 L:      linux-usb@vger.kernel.org
11633 S:      Maintained
11634 F:      drivers/usb/common/ulpi.c
11635 F:      include/linux/ulpi/
11636
11637 USER-MODE LINUX (UML)
11638 M:      Jeff Dike <jdike@addtoit.com>
11639 M:      Richard Weinberger <richard@nod.at>
11640 L:      user-mode-linux-devel@lists.sourceforge.net
11641 L:      user-mode-linux-user@lists.sourceforge.net
11642 W:      http://user-mode-linux.sourceforge.net
11643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11644 S:      Maintained
11645 F:      Documentation/virtual/uml/
11646 F:      arch/um/
11647 F:      arch/x86/um/
11648 F:      fs/hostfs/
11649 F:      fs/hppfs/
11650
11651 USERSPACE I/O (UIO)
11652 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11653 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11654 S:      Maintained
11655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11656 F:      Documentation/DocBook/uio-howto.tmpl
11657 F:      drivers/uio/
11658 F:      include/linux/uio*.h
11659
11660 UTIL-LINUX PACKAGE
11661 M:      Karel Zak <kzak@redhat.com>
11662 L:      util-linux@vger.kernel.org
11663 W:      http://en.wikipedia.org/wiki/Util-linux
11664 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11665 S:      Maintained
11666
11667 UVESAFB DRIVER
11668 M:      Michal Januszewski <spock@gentoo.org>
11669 L:      linux-fbdev@vger.kernel.org
11670 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11671 S:      Maintained
11672 F:      Documentation/fb/uvesafb.txt
11673 F:      drivers/video/fbdev/uvesafb.*
11674
11675 VF610 NAND DRIVER
11676 M:      Stefan Agner <stefan@agner.ch>
11677 L:      linux-mtd@lists.infradead.org
11678 S:      Supported
11679 F:      drivers/mtd/nand/vf610_nfc.c
11680
11681 VFAT/FAT/MSDOS FILESYSTEM
11682 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11683 S:      Maintained
11684 F:      Documentation/filesystems/vfat.txt
11685 F:      fs/fat/
11686
11687 VFIO DRIVER
11688 M:      Alex Williamson <alex.williamson@redhat.com>
11689 L:      kvm@vger.kernel.org
11690 T:      git git://github.com/awilliam/linux-vfio.git
11691 S:      Maintained
11692 F:      Documentation/vfio.txt
11693 F:      drivers/vfio/
11694 F:      include/linux/vfio.h
11695 F:      include/uapi/linux/vfio.h
11696
11697 VFIO PLATFORM DRIVER
11698 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11699 L:      kvm@vger.kernel.org
11700 S:      Maintained
11701 F:      drivers/vfio/platform/
11702
11703 VIDEOBUF2 FRAMEWORK
11704 M:      Pawel Osciak <pawel@osciak.com>
11705 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11706 M:      Kyungmin Park <kyungmin.park@samsung.com>
11707 L:      linux-media@vger.kernel.org
11708 S:      Maintained
11709 F:      drivers/media/v4l2-core/videobuf2-*
11710 F:      include/media/videobuf2-*
11711
11712 VIRTUAL SERIO DEVICE DRIVER
11713 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11714 S:      Maintained
11715 F:      drivers/input/serio/userio.c
11716 F:      include/uapi/linux/userio.h
11717
11718 VIRTIO CONSOLE DRIVER
11719 M:      Amit Shah <amit.shah@redhat.com>
11720 L:      virtualization@lists.linux-foundation.org
11721 S:      Maintained
11722 F:      drivers/char/virtio_console.c
11723 F:      include/linux/virtio_console.h
11724 F:      include/uapi/linux/virtio_console.h
11725
11726 VIRTIO CORE, NET AND BLOCK DRIVERS
11727 M:      "Michael S. Tsirkin" <mst@redhat.com>
11728 L:      virtualization@lists.linux-foundation.org
11729 S:      Maintained
11730 F:      drivers/virtio/
11731 F:      tools/virtio/
11732 F:      drivers/net/virtio_net.c
11733 F:      drivers/block/virtio_blk.c
11734 F:      include/linux/virtio_*.h
11735 F:      include/uapi/linux/virtio_*.h
11736
11737 VIRTIO DRIVERS FOR S390
11738 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11739 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11740 L:      linux-s390@vger.kernel.org
11741 L:      virtualization@lists.linux-foundation.org
11742 L:      kvm@vger.kernel.org
11743 S:      Supported
11744 F:      drivers/s390/virtio/
11745
11746 VIRTIO GPU DRIVER
11747 M:      David Airlie <airlied@linux.ie>
11748 M:      Gerd Hoffmann <kraxel@redhat.com>
11749 L:      dri-devel@lists.freedesktop.org
11750 L:      virtualization@lists.linux-foundation.org
11751 S:      Maintained
11752 F:      drivers/gpu/drm/virtio/
11753 F:      include/uapi/linux/virtio_gpu.h
11754
11755 VIRTIO HOST (VHOST)
11756 M:      "Michael S. Tsirkin" <mst@redhat.com>
11757 L:      kvm@vger.kernel.org
11758 L:      virtualization@lists.linux-foundation.org
11759 L:      netdev@vger.kernel.org
11760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11761 S:      Maintained
11762 F:      drivers/vhost/
11763 F:      include/uapi/linux/vhost.h
11764
11765 VIRTIO INPUT DRIVER
11766 M:      Gerd Hoffmann <kraxel@redhat.com>
11767 S:      Maintained
11768 F:      drivers/virtio/virtio_input.c
11769 F:      include/uapi/linux/virtio_input.h
11770
11771 VIA RHINE NETWORK DRIVER
11772 S:      Orphan
11773 F:      drivers/net/ethernet/via/via-rhine.c
11774
11775 VIA SD/MMC CARD CONTROLLER DRIVER
11776 M:      Bruce Chang <brucechang@via.com.tw>
11777 M:      Harald Welte <HaraldWelte@viatech.com>
11778 S:      Maintained
11779 F:      drivers/mmc/host/via-sdmmc.c
11780
11781 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11782 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11783 L:      linux-fbdev@vger.kernel.org
11784 S:      Maintained
11785 F:      include/linux/via-core.h
11786 F:      include/linux/via-gpio.h
11787 F:      include/linux/via_i2c.h
11788 F:      drivers/video/fbdev/via/
11789
11790 VIA VELOCITY NETWORK DRIVER
11791 M:      Francois Romieu <romieu@fr.zoreil.com>
11792 L:      netdev@vger.kernel.org
11793 S:      Maintained
11794 F:      drivers/net/ethernet/via/via-velocity.*
11795
11796 VIRT LIB
11797 M:      Alex Williamson <alex.williamson@redhat.com>
11798 M:      Paolo Bonzini <pbonzini@redhat.com>
11799 L:      kvm@vger.kernel.org
11800 S:      Supported
11801 F:      virt/lib/
11802
11803 VIVID VIRTUAL VIDEO DRIVER
11804 M:      Hans Verkuil <hverkuil@xs4all.nl>
11805 L:      linux-media@vger.kernel.org
11806 T:      git git://linuxtv.org/media_tree.git
11807 W:      https://linuxtv.org
11808 S:      Maintained
11809 F:      drivers/media/platform/vivid/*
11810
11811 VLAN (802.1Q)
11812 M:      Patrick McHardy <kaber@trash.net>
11813 L:      netdev@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/net/macvlan.c
11816 F:      include/linux/if_*vlan.h
11817 F:      net/8021q/
11818
11819 VLYNQ BUS
11820 M:      Florian Fainelli <florian@openwrt.org>
11821 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11822 S:      Maintained
11823 F:      drivers/vlynq/vlynq.c
11824 F:      include/linux/vlynq.h
11825
11826 VME SUBSYSTEM
11827 M:      Martyn Welch <martyn@welchs.me.uk>
11828 M:      Manohar Vanga <manohar.vanga@gmail.com>
11829 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11830 L:      devel@driverdev.osuosl.org
11831 S:      Maintained
11832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11833 F:      Documentation/vme_api.txt
11834 F:      drivers/staging/vme/
11835 F:      drivers/vme/
11836 F:      include/linux/vme*
11837
11838 VMWARE HYPERVISOR INTERFACE
11839 M:      Alok Kataria <akataria@vmware.com>
11840 L:      virtualization@lists.linux-foundation.org
11841 S:      Supported
11842 F:      arch/x86/kernel/cpu/vmware.c
11843
11844 VMWARE BALLOON DRIVER
11845 M:      Xavier Deguillard <xdeguillard@vmware.com>
11846 M:      Philip Moltmann <moltmann@vmware.com>
11847 M:      "VMware, Inc." <pv-drivers@vmware.com>
11848 L:      linux-kernel@vger.kernel.org
11849 S:      Maintained
11850 F:      drivers/misc/vmw_balloon.c
11851
11852 VMWARE VMMOUSE SUBDRIVER
11853 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11854 M:      "VMware, Inc." <pv-drivers@vmware.com>
11855 L:      linux-input@vger.kernel.org
11856 S:      Maintained
11857 F:      drivers/input/mouse/vmmouse.c
11858 F:      drivers/input/mouse/vmmouse.h
11859
11860 VMWARE VMXNET3 ETHERNET DRIVER
11861 M:      Shrikrishna Khare <skhare@vmware.com>
11862 M:      "VMware, Inc." <pv-drivers@vmware.com>
11863 L:      netdev@vger.kernel.org
11864 S:      Maintained
11865 F:      drivers/net/vmxnet3/
11866
11867 VMware PVSCSI driver
11868 M:      Arvind Kumar <arvindkumar@vmware.com>
11869 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11870 L:      linux-scsi@vger.kernel.org
11871 S:      Maintained
11872 F:      drivers/scsi/vmw_pvscsi.c
11873 F:      drivers/scsi/vmw_pvscsi.h
11874
11875 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11876 M:      Liam Girdwood <lgirdwood@gmail.com>
11877 M:      Mark Brown <broonie@kernel.org>
11878 L:      linux-kernel@vger.kernel.org
11879 W:      http://www.slimlogic.co.uk/?p=48
11880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11881 S:      Supported
11882 F:      drivers/regulator/
11883 F:      include/linux/regulator/
11884
11885 VRF
11886 M:      David Ahern <dsa@cumulusnetworks.com>
11887 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11888 L:      netdev@vger.kernel.org
11889 S:      Maintained
11890 F:      drivers/net/vrf.c
11891 F:      Documentation/networking/vrf.txt
11892
11893 VT1211 HARDWARE MONITOR DRIVER
11894 M:      Juerg Haefliger <juergh@gmail.com>
11895 L:      lm-sensors@lm-sensors.org
11896 S:      Maintained
11897 F:      Documentation/hwmon/vt1211
11898 F:      drivers/hwmon/vt1211.c
11899
11900 VT8231 HARDWARE MONITOR DRIVER
11901 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11902 L:      lm-sensors@lm-sensors.org
11903 S:      Maintained
11904 F:      drivers/hwmon/vt8231.c
11905
11906 VUB300 USB to SDIO/SD/MMC bridge chip
11907 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11908 L:      linux-mmc@vger.kernel.org
11909 L:      linux-usb@vger.kernel.org
11910 S:      Supported
11911 F:      drivers/mmc/host/vub300.c
11912
11913 W1 DALLAS'S 1-WIRE BUS
11914 M:      Evgeniy Polyakov <zbr@ioremap.net>
11915 S:      Maintained
11916 F:      Documentation/w1/
11917 F:      drivers/w1/
11918
11919 W83791D HARDWARE MONITORING DRIVER
11920 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11921 L:      lm-sensors@lm-sensors.org
11922 S:      Maintained
11923 F:      Documentation/hwmon/w83791d
11924 F:      drivers/hwmon/w83791d.c
11925
11926 W83793 HARDWARE MONITORING DRIVER
11927 M:      Rudolf Marek <r.marek@assembler.cz>
11928 L:      lm-sensors@lm-sensors.org
11929 S:      Maintained
11930 F:      Documentation/hwmon/w83793
11931 F:      drivers/hwmon/w83793.c
11932
11933 W83795 HARDWARE MONITORING DRIVER
11934 M:      Jean Delvare <jdelvare@suse.com>
11935 L:      lm-sensors@lm-sensors.org
11936 S:      Maintained
11937 F:      drivers/hwmon/w83795.c
11938
11939 W83L51xD SD/MMC CARD INTERFACE DRIVER
11940 M:      Pierre Ossman <pierre@ossman.eu>
11941 S:      Maintained
11942 F:      drivers/mmc/host/wbsd.*
11943
11944 WACOM PROTOCOL 4 SERIAL TABLETS
11945 M:      Julian Squires <julian@cipht.net>
11946 M:      Hans de Goede <hdegoede@redhat.com>
11947 L:      linux-input@vger.kernel.org
11948 S:      Maintained
11949 F:      drivers/input/tablet/wacom_serial4.c
11950
11951 WATCHDOG DEVICE DRIVERS
11952 M:      Wim Van Sebroeck <wim@iguana.be>
11953 R:      Guenter Roeck <linux@roeck-us.net>
11954 L:      linux-watchdog@vger.kernel.org
11955 W:      http://www.linux-watchdog.org/
11956 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11957 S:      Maintained
11958 F:      Documentation/watchdog/
11959 F:      drivers/watchdog/
11960 F:      include/linux/watchdog.h
11961 F:      include/uapi/linux/watchdog.h
11962
11963 WD7000 SCSI DRIVER
11964 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11965 L:      linux-scsi@vger.kernel.org
11966 S:      Maintained
11967 F:      drivers/scsi/wd7000.c
11968
11969 WIIMOTE HID DRIVER
11970 M:      David Herrmann <dh.herrmann@googlemail.com>
11971 L:      linux-input@vger.kernel.org
11972 S:      Maintained
11973 F:      drivers/hid/hid-wiimote*
11974
11975 WINBOND CIR DRIVER
11976 M:      David Härdeman <david@hardeman.nu>
11977 S:      Maintained
11978 F:      drivers/media/rc/winbond-cir.c
11979
11980 WINSYSTEMS EBC-C384 WATCHDOG DRIVER
11981 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
11982 L:      linux-watchdog@vger.kernel.org
11983 S:      Maintained
11984 F:      drivers/watchdog/ebc-c384_wdt.c
11985
11986 WINSYSTEMS WS16C48 GPIO DRIVER
11987 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
11988 L:      linux-gpio@vger.kernel.org
11989 S:      Maintained
11990 F:      drivers/gpio/gpio-ws16c48.c
11991
11992 WIMAX STACK
11993 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11994 M:      linux-wimax@intel.com
11995 L:      wimax@linuxwimax.org (subscribers-only)
11996 S:      Supported
11997 W:      http://linuxwimax.org
11998 F:      Documentation/wimax/README.wimax
11999 F:      include/linux/wimax/debug.h
12000 F:      include/net/wimax.h
12001 F:      include/uapi/linux/wimax.h
12002 F:      net/wimax/
12003
12004 WISTRON LAPTOP BUTTON DRIVER
12005 M:      Miloslav Trmac <mitr@volny.cz>
12006 S:      Maintained
12007 F:      drivers/input/misc/wistron_btns.c
12008
12009 WL3501 WIRELESS PCMCIA CARD DRIVER
12010 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
12011 L:      linux-wireless@vger.kernel.org
12012 W:      http://oops.ghostprotocols.net:81/blog
12013 S:      Maintained
12014 F:      drivers/net/wireless/wl3501*
12015
12016 WOLFSON MICROELECTRONICS DRIVERS
12017 L:      patches@opensource.wolfsonmicro.com
12018 T:      git https://github.com/CirrusLogic/linux-drivers.git
12019 W:      https://github.com/CirrusLogic/linux-drivers/wiki
12020 S:      Supported
12021 F:      Documentation/hwmon/wm83??
12022 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
12023 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
12024 F:      Documentation/devicetree/bindings/mfd/arizona.txt
12025 F:      arch/arm/mach-s3c64xx/mach-crag6410*
12026 F:      drivers/clk/clk-wm83*.c
12027 F:      drivers/extcon/extcon-arizona.c
12028 F:      drivers/leds/leds-wm83*.c
12029 F:      drivers/gpio/gpio-*wm*.c
12030 F:      drivers/gpio/gpio-arizona.c
12031 F:      drivers/hwmon/wm83??-hwmon.c
12032 F:      drivers/input/misc/wm831x-on.c
12033 F:      drivers/input/touchscreen/wm831x-ts.c
12034 F:      drivers/input/touchscreen/wm97*.c
12035 F:      drivers/mfd/arizona*
12036 F:      drivers/mfd/wm*.c
12037 F:      drivers/mfd/cs47l24*
12038 F:      drivers/power/wm83*.c
12039 F:      drivers/rtc/rtc-wm83*.c
12040 F:      drivers/regulator/wm8*.c
12041 F:      drivers/video/backlight/wm83*_bl.c
12042 F:      drivers/watchdog/wm83*_wdt.c
12043 F:      include/linux/mfd/arizona/
12044 F:      include/linux/mfd/wm831x/
12045 F:      include/linux/mfd/wm8350/
12046 F:      include/linux/mfd/wm8400*
12047 F:      include/linux/wm97xx.h
12048 F:      include/sound/wm????.h
12049 F:      sound/soc/codecs/arizona.?
12050 F:      sound/soc/codecs/wm*
12051 F:      sound/soc/codecs/cs47l24*
12052
12053 WORKQUEUE
12054 M:      Tejun Heo <tj@kernel.org>
12055 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12057 S:      Maintained
12058 F:      include/linux/workqueue.h
12059 F:      kernel/workqueue.c
12060 F:      Documentation/workqueue.txt
12061
12062 X.25 NETWORK LAYER
12063 M:      Andrew Hendry <andrew.hendry@gmail.com>
12064 L:      linux-x25@vger.kernel.org
12065 S:      Odd Fixes
12066 F:      Documentation/networking/x25*
12067 F:      include/net/x25*
12068 F:      net/x25/
12069
12070 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12071 M:      Thomas Gleixner <tglx@linutronix.de>
12072 M:      Ingo Molnar <mingo@redhat.com>
12073 M:      "H. Peter Anvin" <hpa@zytor.com>
12074 M:      x86@kernel.org
12075 L:      linux-kernel@vger.kernel.org
12076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12077 S:      Maintained
12078 F:      Documentation/x86/
12079 F:      arch/x86/
12080
12081 X86 PLATFORM DRIVERS
12082 M:      Darren Hart <dvhart@infradead.org>
12083 L:      platform-driver-x86@vger.kernel.org
12084 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12085 S:      Maintained
12086 F:      drivers/platform/x86/
12087 F:      drivers/platform/olpc/
12088
12089 X86 MCE INFRASTRUCTURE
12090 M:      Tony Luck <tony.luck@intel.com>
12091 M:      Borislav Petkov <bp@alien8.de>
12092 L:      linux-edac@vger.kernel.org
12093 S:      Maintained
12094 F:      arch/x86/kernel/cpu/mcheck/*
12095
12096 X86 MICROCODE UPDATE SUPPORT
12097 M:      Borislav Petkov <bp@alien8.de>
12098 S:      Maintained
12099 F:      arch/x86/kernel/cpu/microcode/*
12100
12101 X86 VDSO
12102 M:      Andy Lutomirski <luto@amacapital.net>
12103 L:      linux-kernel@vger.kernel.org
12104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12105 S:      Maintained
12106 F:      arch/x86/entry/vdso/
12107
12108 XC2028/3028 TUNER DRIVER
12109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12110 L:      linux-media@vger.kernel.org
12111 W:      https://linuxtv.org
12112 T:      git git://linuxtv.org/media_tree.git
12113 S:      Maintained
12114 F:      drivers/media/tuners/tuner-xc2028.*
12115
12116 XEN HYPERVISOR INTERFACE
12117 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12118 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12119 M:      David Vrabel <david.vrabel@citrix.com>
12120 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12122 S:      Supported
12123 F:      arch/x86/xen/
12124 F:      drivers/*/xen-*front.c
12125 F:      drivers/xen/
12126 F:      arch/x86/include/asm/xen/
12127 F:      include/xen/
12128 F:      include/uapi/xen/
12129
12130 XEN HYPERVISOR ARM
12131 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12132 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12133 S:      Supported
12134 F:      arch/arm/xen/
12135 F:      arch/arm/include/asm/xen/
12136
12137 XEN HYPERVISOR ARM64
12138 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12139 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12140 S:      Supported
12141 F:      arch/arm64/xen/
12142 F:      arch/arm64/include/asm/xen/
12143
12144 XEN NETWORK BACKEND DRIVER
12145 M:      Wei Liu <wei.liu2@citrix.com>
12146 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12147 L:      netdev@vger.kernel.org
12148 S:      Supported
12149 F:      drivers/net/xen-netback/*
12150
12151 XEN PCI SUBSYSTEM
12152 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12153 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12154 S:      Supported
12155 F:      arch/x86/pci/*xen*
12156 F:      drivers/pci/*xen*
12157
12158 XEN BLOCK SUBSYSTEM
12159 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12160 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12161 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12162 S:      Supported
12163 F:      drivers/block/xen-blkback/*
12164 F:      drivers/block/xen*
12165
12166 XEN PVSCSI DRIVERS
12167 M:      Juergen Gross <jgross@suse.com>
12168 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12169 L:      linux-scsi@vger.kernel.org
12170 S:      Supported
12171 F:      drivers/scsi/xen-scsifront.c
12172 F:      drivers/xen/xen-scsiback.c
12173 F:      include/xen/interface/io/vscsiif.h
12174
12175 XEN SWIOTLB SUBSYSTEM
12176 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12177 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12178 S:      Supported
12179 F:      arch/x86/xen/*swiotlb*
12180 F:      drivers/xen/*swiotlb*
12181
12182 XFS FILESYSTEM
12183 P:      Silicon Graphics Inc
12184 M:      Dave Chinner <david@fromorbit.com>
12185 M:      xfs@oss.sgi.com
12186 L:      xfs@oss.sgi.com
12187 W:      http://oss.sgi.com/projects/xfs
12188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12189 S:      Supported
12190 F:      Documentation/filesystems/xfs.txt
12191 F:      fs/xfs/
12192
12193 XILINX AXI ETHERNET DRIVER
12194 M:      Anirudha Sarangi <anirudh@xilinx.com>
12195 M:      John Linn <John.Linn@xilinx.com>
12196 S:      Maintained
12197 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12198
12199 XILINX UARTLITE SERIAL DRIVER
12200 M:      Peter Korsgaard <jacmet@sunsite.dk>
12201 L:      linux-serial@vger.kernel.org
12202 S:      Maintained
12203 F:      drivers/tty/serial/uartlite.c
12204
12205 XILINX VIDEO IP CORES
12206 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12207 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12208 L:      linux-media@vger.kernel.org
12209 T:      git git://linuxtv.org/media_tree.git
12210 S:      Supported
12211 F:      Documentation/devicetree/bindings/media/xilinx/
12212 F:      drivers/media/platform/xilinx/
12213 F:      include/uapi/linux/xilinx-v4l2-controls.h
12214
12215 XILLYBUS DRIVER
12216 M:      Eli Billauer <eli.billauer@gmail.com>
12217 L:      linux-kernel@vger.kernel.org
12218 S:      Supported
12219 F:      drivers/char/xillybus/
12220
12221 XTENSA XTFPGA PLATFORM SUPPORT
12222 M:      Max Filippov <jcmvbkbc@gmail.com>
12223 L:      linux-xtensa@linux-xtensa.org
12224 S:      Maintained
12225 F:      drivers/spi/spi-xtensa-xtfpga.c
12226 F:      sound/soc/xtensa/xtfpga-i2s.c
12227
12228 YAM DRIVER FOR AX.25
12229 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12230 L:      linux-hams@vger.kernel.org
12231 S:      Maintained
12232 F:      drivers/net/hamradio/yam*
12233 F:      include/linux/yam.h
12234
12235 YEALINK PHONE DRIVER
12236 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12237 L:      usbb2k-api-dev@nongnu.org
12238 S:      Maintained
12239 F:      Documentation/input/yealink.txt
12240 F:      drivers/input/misc/yealink.*
12241
12242 Z8530 DRIVER FOR AX.25
12243 M:      Joerg Reuter <jreuter@yaina.de>
12244 W:      http://yaina.de/jreuter/
12245 W:      http://www.qsl.net/dl1bke/
12246 L:      linux-hams@vger.kernel.org
12247 S:      Maintained
12248 F:      Documentation/networking/z8530drv.txt
12249 F:      drivers/net/hamradio/*scc.c
12250 F:      drivers/net/hamradio/z8530.h
12251
12252 ZBUD COMPRESSED PAGE ALLOCATOR
12253 M:      Seth Jennings <sjenning@redhat.com>
12254 L:      linux-mm@kvack.org
12255 S:      Maintained
12256 F:      mm/zbud.c
12257 F:      include/linux/zbud.h
12258
12259 ZD1211RW WIRELESS DRIVER
12260 M:      Daniel Drake <dsd@gentoo.org>
12261 M:      Ulrich Kunitz <kune@deine-taler.de>
12262 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12263 L:      linux-wireless@vger.kernel.org
12264 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12265 S:      Maintained
12266 F:      drivers/net/wireless/zydas/zd1211rw/
12267
12268 ZPOOL COMPRESSED PAGE STORAGE API
12269 M:      Dan Streetman <ddstreet@ieee.org>
12270 L:      linux-mm@kvack.org
12271 S:      Maintained
12272 F:      mm/zpool.c
12273 F:      include/linux/zpool.h
12274
12275 ZR36067 VIDEO FOR LINUX DRIVER
12276 L:      mjpeg-users@lists.sourceforge.net
12277 L:      linux-media@vger.kernel.org
12278 W:      http://mjpeg.sourceforge.net/driver-zoran/
12279 T:      hg https://linuxtv.org/hg/v4l-dvb
12280 S:      Odd Fixes
12281 F:      drivers/media/pci/zoran/
12282
12283 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12284 M:      Minchan Kim <minchan@kernel.org>
12285 M:      Nitin Gupta <ngupta@vflare.org>
12286 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12287 L:      linux-kernel@vger.kernel.org
12288 S:      Maintained
12289 F:      drivers/block/zram/
12290 F:      Documentation/blockdev/zram.txt
12291
12292 ZS DECSTATION Z85C30 SERIAL DRIVER
12293 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12294 S:      Maintained
12295 F:      drivers/tty/serial/zs.*
12296
12297 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12298 M:      Minchan Kim <minchan@kernel.org>
12299 M:      Nitin Gupta <ngupta@vflare.org>
12300 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12301 L:      linux-mm@kvack.org
12302 S:      Maintained
12303 F:      mm/zsmalloc.c
12304 F:      include/linux/zsmalloc.h
12305 F:      Documentation/vm/zsmalloc.txt
12306
12307 ZSWAP COMPRESSED SWAP CACHING
12308 M:      Seth Jennings <sjenning@redhat.com>
12309 L:      linux-mm@kvack.org
12310 S:      Maintained
12311 F:      mm/zswap.c
12312
12313 THE REST
12314 M:      Linus Torvalds <torvalds@linux-foundation.org>
12315 L:      linux-kernel@vger.kernel.org
12316 Q:      http://patchwork.kernel.org/project/LKML/list/
12317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12318 S:      Buried alive in reporters
12319 F:      *
12320 F:      */