Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepatching...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      lm-sensors@lm-sensors.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      lm-sensors@lm-sensors.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-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 APM DRIVER
779 M:      Jiri Kosina <jikos@kernel.org>
780 S:      Odd fixes
781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
782 F:      arch/x86/kernel/apm_32.c
783 F:      include/linux/apm_bios.h
784 F:      include/uapi/linux/apm_bios.h
785 F:      drivers/char/apm-emulation.c
786
787 APPLE BCM5974 MULTITOUCH DRIVER
788 M:      Henrik Rydberg <rydberg@bitmath.org>
789 L:      linux-input@vger.kernel.org
790 S:      Odd fixes
791 F:      drivers/input/mouse/bcm5974.c
792
793 APPLE SMC DRIVER
794 M:      Henrik Rydberg <rydberg@bitmath.org>
795 L:      lm-sensors@lm-sensors.org
796 S:      Odd fixes
797 F:      drivers/hwmon/applesmc.c
798
799 APPLETALK NETWORK LAYER
800 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
801 S:      Maintained
802 F:      drivers/net/appletalk/
803 F:      net/appletalk/
804
805 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
806 M:      Duc Dang <dhdang@apm.com>
807 S:      Supported
808 F:      arch/arm64/boot/dts/apm/
809
810 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
811 M:      Iyappan Subramanian <isubramanian@apm.com>
812 M:      Keyur Chudgar <kchudgar@apm.com>
813 S:      Supported
814 F:      drivers/net/ethernet/apm/xgene/
815 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
816
817 APTINA CAMERA SENSOR PLL
818 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
819 L:      linux-media@vger.kernel.org
820 S:      Maintained
821 F:      drivers/media/i2c/aptina-pll.*
822
823 ARC FRAMEBUFFER DRIVER
824 M:      Jaya Kumar <jayalk@intworks.biz>
825 S:      Maintained
826 F:      drivers/video/fbdev/arcfb.c
827 F:      drivers/video/fbdev/core/fb_defio.c
828
829 ARCNET NETWORK LAYER
830 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
831 L:      netdev@vger.kernel.org
832 S:      Maintained
833 F:      drivers/net/arcnet/
834 F:      include/uapi/linux/if_arcnet.h
835
836 ARM MFM AND FLOPPY DRIVERS
837 M:      Ian Molton <spyro@f2s.com>
838 S:      Maintained
839 F:      arch/arm/lib/floppydma.S
840 F:      arch/arm/include/asm/floppy.h
841
842 ARM PMU PROFILING AND DEBUGGING
843 M:      Will Deacon <will.deacon@arm.com>
844 R:      Mark Rutland <mark.rutland@arm.com>
845 S:      Maintained
846 F:      arch/arm*/kernel/perf_*
847 F:      arch/arm/oprofile/common.c
848 F:      arch/arm*/kernel/hw_breakpoint.c
849 F:      arch/arm*/include/asm/hw_breakpoint.h
850 F:      arch/arm*/include/asm/perf_event.h
851 F:      drivers/perf/arm_pmu.c
852 F:      include/linux/perf/arm_pmu.h
853
854 ARM PORT
855 M:      Russell King <linux@arm.linux.org.uk>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 W:      http://www.arm.linux.org.uk/
858 S:      Maintained
859 F:      arch/arm/
860
861 ARM SUB-ARCHITECTURES
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S:      Maintained
864 F:      arch/arm/mach-*/
865 F:      arch/arm/plat-*/
866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
867
868 ARM PRIMECELL AACI PL041 DRIVER
869 M:      Russell King <linux@arm.linux.org.uk>
870 S:      Maintained
871 F:      sound/arm/aaci.*
872
873 ARM PRIMECELL CLCD PL110 DRIVER
874 M:      Russell King <linux@arm.linux.org.uk>
875 S:      Maintained
876 F:      drivers/video/fbdev/amba-clcd.*
877
878 ARM PRIMECELL KMI PL050 DRIVER
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/input/serio/ambakmi.*
882 F:      include/linux/amba/kmi.h
883
884 ARM PRIMECELL MMCI PL180/1 DRIVER
885 M:      Russell King <linux@arm.linux.org.uk>
886 S:      Maintained
887 F:      drivers/mmc/host/mmci.*
888 F:      include/linux/amba/mmci.h
889
890 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
891 M:      Russell King <linux@arm.linux.org.uk>
892 S:      Maintained
893 F:      drivers/tty/serial/amba-pl01*.c
894 F:      include/linux/amba/serial.h
895
896 ARM PRIMECELL BUS SUPPORT
897 M:      Russell King <linux@arm.linux.org.uk>
898 S:      Maintained
899 F:      drivers/amba/
900 F:      include/linux/amba/bus.h
901
902 ARM/ADS SPHERE MACHINE SUPPORT
903 M:      Lennert Buytenhek <kernel@wantstofly.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906
907 ARM/AFEB9260 MACHINE SUPPORT
908 M:      Sergey Lapin <slapin@ossfans.org>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S:      Maintained
911
912 ARM/AJECO 1ARM MACHINE SUPPORT
913 M:      Lennert Buytenhek <kernel@wantstofly.org>
914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 S:      Maintained
916
917 ARM/Allwinner sunXi SoC support
918 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
919 M:      Chen-Yu Tsai <wens@csie.org>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S:      Maintained
922 N:      sun[x456789]i
923
924 ARM/Allwinner SoC Clock Support
925 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
926 S:      Maintained
927 F:      drivers/clk/sunxi/
928
929 ARM/Amlogic Meson SoC support
930 M:      Carlo Caione <carlo@caione.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 L:      linux-meson@googlegroups.com
933 W:      http://linux-meson.com/
934 S:      Maintained
935 F:      arch/arm/mach-meson/
936 F:      arch/arm/boot/dts/meson*
937 N:      meson
938
939 ARM/Annapurna Labs ALPINE ARCHITECTURE
940 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
941 M:      Antoine Tenart <antoine.tenart@free-electrons.com>
942 S:      Maintained
943 F:      arch/arm/mach-alpine/
944 F:      arch/arm/boot/dts/alpine*
945 F:      arch/arm64/boot/dts/al/
946 F:      drivers/*/*alpine*
947
948 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
949 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
950 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
951 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 W:      http://www.linux4sam.org
954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
955 S:      Supported
956 F:      arch/arm/mach-at91/
957 F:      include/soc/at91/
958 F:      arch/arm/boot/dts/at91*.dts
959 F:      arch/arm/boot/dts/at91*.dtsi
960 F:      arch/arm/boot/dts/sama*.dts
961 F:      arch/arm/boot/dts/sama*.dtsi
962 F:      arch/arm/include/debug/at91.S
963
964 ARM/ATMEL AT91 Clock Support
965 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
966 S:      Maintained
967 F:      drivers/clk/at91
968
969 ARM/CALXEDA HIGHBANK ARCHITECTURE
970 M:      Rob Herring <robh@kernel.org>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S:      Maintained
973 F:      arch/arm/mach-highbank/
974 F:      arch/arm/boot/dts/highbank.dts
975 F:      arch/arm/boot/dts/ecx-*.dts*
976
977 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
978 M:      Krzysztof Halasa <khalasa@piap.pl>
979 S:      Maintained
980 F:      arch/arm/mach-cns3xxx/
981
982 ARM/CAVIUM THUNDER NETWORK DRIVER
983 M:      Sunil Goutham <sgoutham@cavium.com>
984 M:      Robert Richter <rric@kernel.org>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Supported
987 F:      drivers/net/ethernet/cavium/thunder/
988
989 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
990 M:      Alexander Shiyan <shc_work@mail.ru>
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S:      Odd Fixes
993 N:      clps711x
994
995 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
996 M:      Hartley Sweeten <hsweeten@visionengravers.com>
997 M:      Ryan Mallon <rmallon@gmail.com>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Maintained
1000 F:      arch/arm/mach-ep93xx/
1001 F:      arch/arm/mach-ep93xx/include/mach/
1002
1003 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1004 M:      Lennert Buytenhek <kernel@wantstofly.org>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S:      Maintained
1007
1008 ARM/CLKDEV SUPPORT
1009 M:      Russell King <linux@arm.linux.org.uk>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 S:      Maintained
1012 F:      arch/arm/include/asm/clkdev.h
1013 F:      drivers/clk/clkdev.c
1014
1015 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1016 M:      Mike Rapoport <mike@compulab.co.il>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019
1020 ARM/CONTEC MICRO9 MACHINE SUPPORT
1021 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1022 S:      Maintained
1023 F:      arch/arm/mach-ep93xx/micro9.c
1024
1025 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1026 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1029 F:      drivers/hwtracing/coresight/*
1030 F:      Documentation/trace/coresight.txt
1031 F:      Documentation/devicetree/bindings/arm/coresight.txt
1032 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1033
1034 ARM/CORGI MACHINE SUPPORT
1035 M:      Richard Purdie <rpurdie@rpsys.net>
1036 S:      Maintained
1037
1038 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1039 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 T:      git git://github.com/ulli-kroll/linux.git
1042 S:      Maintained
1043 F:      arch/arm/mach-gemini/
1044 F:      drivers/rtc/rtc-gemini.c
1045
1046 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1047 M:      Barry Song <baohua@kernel.org>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1050 S:      Maintained
1051 F:      arch/arm/boot/dts/prima2*
1052 F:      arch/arm/mach-prima2/
1053 F:      drivers/clk/sirf/
1054 F:      drivers/clocksource/timer-prima2.c
1055 F:      drivers/clocksource/timer-atlas7.c
1056 N:      [^a-z]sirf
1057
1058 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1059 M:      Baruch Siach <baruch@tkos.co.il>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 F:      arch/arm/boot/dts/cx92755*
1063 N:      digicolor
1064
1065 ARM/EBSA110 MACHINE SUPPORT
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/mach-ebsa110/
1071 F:      drivers/net/ethernet/amd/am79c961a.*
1072
1073 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1074 M:      Uwe Kleine-König <kernel@pengutronix.de>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 N:      efm32
1078
1079 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1080 M:      Daniel Ribeiro <drwyrm@gmail.com>
1081 M:      Stefan Schmidt <stefan@openezx.org>
1082 M:      Harald Welte <laforge@openezx.org>
1083 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1084 W:      http://www.openezx.org/
1085 S:      Maintained
1086 T:      topgit git://git.openezx.org/openezx.git
1087 F:      arch/arm/mach-pxa/ezx.c
1088
1089 ARM/FARADAY FA526 PORT
1090 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 T:      git git://git.berlios.de/gemini-board
1094 F:      arch/arm/mm/*-fa*
1095
1096 ARM/FOOTBRIDGE ARCHITECTURE
1097 M:      Russell King <linux@arm.linux.org.uk>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 W:      http://www.arm.linux.org.uk/
1100 S:      Maintained
1101 F:      arch/arm/include/asm/hardware/dec21285.h
1102 F:      arch/arm/mach-footbridge/
1103
1104 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1105 M:      Shawn Guo <shawnguo@kernel.org>
1106 M:      Sascha Hauer <kernel@pengutronix.de>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 S:      Maintained
1109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1110 F:      arch/arm/mach-imx/
1111 F:      arch/arm/mach-mxs/
1112 F:      arch/arm/boot/dts/imx*
1113 F:      arch/arm/configs/imx*_defconfig
1114 F:      drivers/clk/imx/
1115 F:      include/soc/imx/
1116
1117 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1118 M:      Shawn Guo <shawnguo@kernel.org>
1119 M:      Sascha Hauer <kernel@pengutronix.de>
1120 R:      Stefan Agner <stefan@agner.ch>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1124 F:      arch/arm/mach-imx/*vf610*
1125 F:      arch/arm/boot/dts/vf*
1126
1127 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131
1132 ARM/GUMSTIX MACHINE SUPPORT
1133 M:      Steve Sakoman <sakoman@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136
1137 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1138 M:      Philipp Zabel <philipp.zabel@gmail.com>
1139 M:      Paul Parsons <lost.distance@yahoo.com>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-pxa/hx4700.c
1143 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1144 F:      sound/soc/pxa/hx4700.c
1145
1146 ARM/HISILICON SOC SUPPORT
1147 M:      Wei Xu <xuwei5@hisilicon.com>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 W:      http://www.hisilicon.com
1150 S:      Supported
1151 T:      git git://github.com/hisilicon/linux-hisi.git
1152 F:      arch/arm/mach-hisi/
1153 F:      arch/arm/boot/dts/hi3*
1154 F:      arch/arm/boot/dts/hip*
1155 F:      arch/arm/boot/dts/hisi*
1156 F:      arch/arm64/boot/dts/hisilicon/
1157
1158 ARM/HP JORNADA 7XX MACHINE SUPPORT
1159 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1160 W:      www.jlime.com
1161 S:      Maintained
1162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1163 F:      arch/arm/mach-sa1100/jornada720.c
1164 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1165
1166 ARM/IGEP MACHINE SUPPORT
1167 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1168 M:      Javier Martinez Canillas <javier@dowhile0.org>
1169 L:      linux-omap@vger.kernel.org
1170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1171 S:      Maintained
1172 F:      arch/arm/boot/dts/omap3-igep*
1173
1174 ARM/INCOME PXA270 SUPPORT
1175 M:      Marek Vasut <marek.vasut@gmail.com>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 S:      Maintained
1178 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1179
1180 ARM/INTEL IOP32X ARM ARCHITECTURE
1181 M:      Lennert Buytenhek <kernel@wantstofly.org>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184
1185 ARM/INTEL IOP33X ARM ARCHITECTURE
1186 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1187 S:      Orphan
1188
1189 ARM/INTEL IOP13XX ARM ARCHITECTURE
1190 M:      Lennert Buytenhek <kernel@wantstofly.org>
1191 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1192 S:      Maintained
1193
1194 ARM/INTEL IQ81342EX MACHINE SUPPORT
1195 M:      Lennert Buytenhek <kernel@wantstofly.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198
1199 ARM/INTEL IXDP2850 MACHINE SUPPORT
1200 M:      Lennert Buytenhek <kernel@wantstofly.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 S:      Maintained
1203
1204 ARM/INTEL IXP4XX ARM ARCHITECTURE
1205 M:      Imre Kaloz <kaloz@openwrt.org>
1206 M:      Krzysztof Halasa <khalasa@piap.pl>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-ixp4xx/
1210
1211 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1212 M:      Jonathan Cameron <jic23@cam.ac.uk>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 S:      Maintained
1215 F:      arch/arm/mach-pxa/stargate2.c
1216 F:      drivers/pcmcia/pxa2xx_stargate2.c
1217
1218 ARM/INTEL XSC3 (MANZANO) ARM CORE
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222
1223 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1224 M:      Lennert Buytenhek <kernel@wantstofly.org>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227
1228 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1229 M:      Santosh Shilimkar <ssantosh@kernel.org>
1230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S:      Maintained
1232 F:      arch/arm/mach-keystone/
1233 F:      arch/arm/boot/dts/k2*
1234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1235
1236 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1237 M:      Santosh Shilimkar <ssantosh@kernel.org>
1238 L:      linux-kernel@vger.kernel.org
1239 S:      Maintained
1240 F:      drivers/clk/keystone/
1241
1242 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1243 M:      Santosh Shilimkar <ssantosh@kernel.org>
1244 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 L:      linux-kernel@vger.kernel.org
1246 S:      Maintained
1247 F:      drivers/clocksource/timer-keystone.c
1248
1249 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1250 M:      Santosh Shilimkar <ssantosh@kernel.org>
1251 L:      linux-kernel@vger.kernel.org
1252 S:      Maintained
1253 F:      drivers/power/reset/keystone-reset.c
1254
1255 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1256 M:      Santosh Shilimkar <ssantosh@kernel.org>
1257 L:      linux-kernel@vger.kernel.org
1258 S:      Maintained
1259 F:      drivers/memory/*emif*
1260
1261 ARM/LOGICPD PXA270 MACHINE SUPPORT
1262 M:      Lennert Buytenhek <kernel@wantstofly.org>
1263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 S:      Maintained
1265
1266 ARM/LPC18XX ARCHITECTURE
1267 M:      Joachim Eastwood <manabian@gmail.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/boot/dts/lpc43*
1271 F:      drivers/clk/nxp/clk-lpc18xx*
1272 F:      drivers/clocksource/time-lpc32xx.c
1273 F:      drivers/i2c/busses/i2c-lpc2k.c
1274 F:      drivers/memory/pl172.c
1275 F:      drivers/mtd/spi-nor/nxp-spifi.c
1276 F:      drivers/rtc/rtc-lpc24xx.c
1277 N:      lpc18xx
1278
1279 ARM/MAGICIAN MACHINE SUPPORT
1280 M:      Philipp Zabel <philipp.zabel@gmail.com>
1281 S:      Maintained
1282
1283 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1284 M:      Jason Cooper <jason@lakedaemon.net>
1285 M:      Andrew Lunn <andrew@lunn.ch>
1286 M:      Gregory Clement <gregory.clement@free-electrons.com>
1287 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/mach-mvebu/
1291 F:      drivers/rtc/rtc-armada38x.c
1292 F:      arch/arm/boot/dts/armada*
1293 F:      arch/arm/boot/dts/kirkwood*
1294
1295
1296 ARM/Marvell Berlin SoC support
1297 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1299 S:      Maintained
1300 F:      arch/arm/mach-berlin/
1301 F:      arch/arm/boot/dts/berlin*
1302 F:      arch/arm64/boot/dts/marvell/berlin*
1303
1304
1305 ARM/Marvell Dove/MV78xx0/Orion SOC support
1306 M:      Jason Cooper <jason@lakedaemon.net>
1307 M:      Andrew Lunn <andrew@lunn.ch>
1308 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1309 M:      Gregory Clement <gregory.clement@free-electrons.com>
1310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1311 S:      Maintained
1312 F:      arch/arm/mach-dove/
1313 F:      arch/arm/mach-mv78xx0/
1314 F:      arch/arm/mach-orion5x/
1315 F:      arch/arm/plat-orion/
1316 F:      arch/arm/boot/dts/dove*
1317 F:      arch/arm/boot/dts/orion5x*
1318
1319
1320 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1321 M:      Alexander Clouter <alex@digriz.org.uk>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W:      http://www.digriz.org.uk/ts78xx/kernel
1324 S:      Maintained
1325 F:      arch/arm/mach-orion5x/ts78xx-*
1326
1327 ARM/Mediatek RTC DRIVER
1328 M:      Eddie Huang <eddie.huang@mediatek.com>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1331 S:      Maintained
1332 F:      drivers/rtc/rtc-mt6397.c
1333
1334 ARM/Mediatek SoC support
1335 M:      Matthias Brugger <matthias.bgg@gmail.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1338 S:      Maintained
1339 F:      arch/arm/boot/dts/mt6*
1340 F:      arch/arm/boot/dts/mt8*
1341 F:      arch/arm/mach-mediatek/
1342 N:      mtk
1343 K:      mediatek
1344
1345 ARM/Mediatek USB3 PHY DRIVER
1346 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1349 S:      Maintained
1350 F:      drivers/phy/phy-mt65xx-usb3.c
1351
1352 ARM/MICREL KS8695 ARCHITECTURE
1353 M:      Greg Ungerer <gerg@uclinux.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 F:      arch/arm/mach-ks8695/
1356 S:      Odd Fixes
1357
1358 ARM/MIOA701 MACHINE SUPPORT
1359 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1361 F:      arch/arm/mach-pxa/mioa701.c
1362 S:      Maintained
1363
1364 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1365 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1366 S:      Maintained
1367
1368 ARM/NOMADIK ARCHITECTURE
1369 M:      Alessandro Rubini <rubini@unipv.it>
1370 M:      Linus Walleij <linus.walleij@linaro.org>
1371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S:      Maintained
1373 F:      arch/arm/mach-nomadik/
1374 F:      drivers/pinctrl/nomadik/
1375 F:      drivers/i2c/busses/i2c-nomadik.c
1376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1377
1378 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1379 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1380 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1381 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1382 S:      Supported
1383
1384 ARM/TOSA MACHINE SUPPORT
1385 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1386 M:      Dirk Opfer <dirk@opfer-online.de>
1387 S:      Maintained
1388
1389 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1390 M:      Marek Vasut <marek.vasut@gmail.com>
1391 L:      linux-arm-kernel@lists.infradead.org
1392 W:      http://hackndev.com
1393 S:      Maintained
1394 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1395 F:      arch/arm/mach-pxa/palmtx.c
1396 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1397 F:      arch/arm/mach-pxa/palmt5.c
1398 F:      arch/arm/mach-pxa/include/mach/palmld.h
1399 F:      arch/arm/mach-pxa/palmld.c
1400 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1401 F:      arch/arm/mach-pxa/palmte2.c
1402 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1403 F:      arch/arm/mach-pxa/palmtc.c
1404
1405 ARM/PALM TREO SUPPORT
1406 M:      Tomas Cech <sleep_walker@suse.com>
1407 L:      linux-arm-kernel@lists.infradead.org
1408 W:      http://hackndev.com
1409 S:      Maintained
1410 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1411 F:      arch/arm/mach-pxa/palmtreo.c
1412
1413 ARM/PALMZ72 SUPPORT
1414 M:      Sergey Lapin <slapin@ossfans.org>
1415 L:      linux-arm-kernel@lists.infradead.org
1416 W:      http://hackndev.com
1417 S:      Maintained
1418 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1419 F:      arch/arm/mach-pxa/palmz72.c
1420
1421 ARM/PLEB SUPPORT
1422 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1423 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1424 S:      Maintained
1425
1426 ARM/PT DIGITAL BOARD PORT
1427 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 W:      http://www.arm.linux.org.uk/
1430 S:      Maintained
1431
1432 ARM/QUALCOMM SUPPORT
1433 M:      Andy Gross <andy.gross@linaro.org>
1434 M:      David Brown <david.brown@linaro.org>
1435 L:      linux-arm-msm@vger.kernel.org
1436 L:      linux-soc@vger.kernel.org
1437 S:      Maintained
1438 F:      arch/arm/boot/dts/qcom-*.dts
1439 F:      arch/arm/boot/dts/qcom-*.dtsi
1440 F:      arch/arm/mach-qcom/
1441 F:      arch/arm64/boot/dts/qcom/*
1442 F:      drivers/soc/qcom/
1443 F:      drivers/tty/serial/msm_serial.h
1444 F:      drivers/tty/serial/msm_serial.c
1445 F:      drivers/*/pm8???-*
1446 F:      drivers/mfd/ssbi.c
1447 F:      drivers/firmware/qcom_scm.c
1448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1449
1450 ARM/RADISYS ENP2611 MACHINE SUPPORT
1451 M:      Lennert Buytenhek <kernel@wantstofly.org>
1452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 S:      Maintained
1454
1455 ARM/RENESAS ARM64 ARCHITECTURE
1456 M:      Simon Horman <horms@verge.net.au>
1457 M:      Magnus Damm <magnus.damm@gmail.com>
1458 L:      linux-renesas-soc@vger.kernel.org
1459 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1461 S:      Supported
1462 F:      arch/arm64/boot/dts/renesas/
1463
1464 ARM/RISCPC ARCHITECTURE
1465 M:      Russell King <linux@arm.linux.org.uk>
1466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 W:      http://www.arm.linux.org.uk/
1468 S:      Maintained
1469 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1470 F:      arch/arm/include/asm/hardware/ioc.h
1471 F:      arch/arm/include/asm/hardware/iomd.h
1472 F:      arch/arm/include/asm/hardware/memc.h
1473 F:      arch/arm/mach-rpc/
1474 F:      drivers/net/ethernet/8390/etherh.c
1475 F:      drivers/net/ethernet/i825xx/ether1*
1476 F:      drivers/net/ethernet/seeq/ether3*
1477 F:      drivers/scsi/arm/
1478
1479 ARM/Rockchip SoC support
1480 M:      Heiko Stuebner <heiko@sntech.de>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L:      linux-rockchip@lists.infradead.org
1483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1484 S:      Maintained
1485 F:      arch/arm/boot/dts/rk3*
1486 F:      arch/arm/mach-rockchip/
1487 F:      drivers/clk/rockchip/
1488 F:      drivers/i2c/busses/i2c-rk3x.c
1489 F:      drivers/*/*rockchip*
1490 F:      drivers/*/*/*rockchip*
1491 F:      sound/soc/rockchip/
1492 N:      rockchip
1493
1494 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1495 M:      Kukjin Kim <kgene@kernel.org>
1496 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1499 S:      Maintained
1500 F:      arch/arm/boot/dts/s3c*
1501 F:      arch/arm/boot/dts/s5p*
1502 F:      arch/arm/boot/dts/samsung*
1503 F:      arch/arm/boot/dts/exynos*
1504 F:      arch/arm64/boot/dts/exynos/
1505 F:      arch/arm/plat-samsung/
1506 F:      arch/arm/mach-s3c24*/
1507 F:      arch/arm/mach-s3c64xx/
1508 F:      arch/arm/mach-s5p*/
1509 F:      arch/arm/mach-exynos*/
1510 F:      drivers/*/*s3c2410*
1511 F:      drivers/*/*/*s3c2410*
1512 F:      drivers/spi/spi-s3c*
1513 F:      sound/soc/samsung/*
1514 F:      Documentation/arm/Samsung/
1515 F:      Documentation/devicetree/bindings/arm/samsung/
1516 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1517 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1518 N:      exynos
1519
1520 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1521 M:      Kyungmin Park <kyungmin.park@samsung.com>
1522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1523 S:      Maintained
1524 F:      arch/arm/mach-s5pv210/
1525
1526 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1527 M:      Kyungmin Park <kyungmin.park@samsung.com>
1528 M:      Kamil Debski <k.debski@samsung.com>
1529 L:      linux-arm-kernel@lists.infradead.org
1530 L:      linux-media@vger.kernel.org
1531 S:      Maintained
1532 F:      drivers/media/platform/s5p-g2d/
1533
1534 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1535 M:      Kyungmin Park <kyungmin.park@samsung.com>
1536 M:      Kamil Debski <k.debski@samsung.com>
1537 M:      Jeongtae Park <jtp.park@samsung.com>
1538 L:      linux-arm-kernel@lists.infradead.org
1539 L:      linux-media@vger.kernel.org
1540 S:      Maintained
1541 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1542 F:      drivers/media/platform/s5p-mfc/
1543
1544 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1545 M:      Kyungmin Park <kyungmin.park@samsung.com>
1546 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1547 L:      linux-arm-kernel@lists.infradead.org
1548 L:      linux-media@vger.kernel.org
1549 S:      Maintained
1550 F:      drivers/media/platform/s5p-tv/
1551
1552 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1553 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1554 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1555 L:      linux-arm-kernel@lists.infradead.org
1556 L:      linux-media@vger.kernel.org
1557 S:      Maintained
1558 F:      drivers/media/platform/s5p-jpeg/
1559
1560 ARM/SHMOBILE ARM ARCHITECTURE
1561 M:      Simon Horman <horms@verge.net.au>
1562 M:      Magnus Damm <magnus.damm@gmail.com>
1563 L:      linux-renesas-soc@vger.kernel.org
1564 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1566 S:      Supported
1567 F:      arch/arm/boot/dts/emev2*
1568 F:      arch/arm/boot/dts/r7s*
1569 F:      arch/arm/boot/dts/r8a*
1570 F:      arch/arm/boot/dts/sh*
1571 F:      arch/arm/configs/shmobile_defconfig
1572 F:      arch/arm/include/debug/renesas-scif.S
1573 F:      arch/arm/mach-shmobile/
1574 F:      drivers/sh/
1575
1576 ARM/SOCFPGA ARCHITECTURE
1577 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1578 S:      Maintained
1579 F:      arch/arm/mach-socfpga/
1580 F:      arch/arm/boot/dts/socfpga*
1581 F:      arch/arm/configs/socfpga_defconfig
1582 F:      arch/arm64/boot/dts/altera/
1583 W:      http://www.rocketboards.org
1584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1585
1586 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1587 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1588 S:      Maintained
1589 F:      drivers/clk/socfpga/
1590
1591 ARM/SOCFPGA EDAC SUPPORT
1592 M:      Thor Thayer <tthayer@opensource.altera.com>
1593 S:      Maintained
1594 F:      drivers/edac/altera_edac.
1595
1596 ARM/STI ARCHITECTURE
1597 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1598 M:      Maxime Coquelin <maxime.coquelin@st.com>
1599 M:      Patrice Chotard <patrice.chotard@st.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 L:      kernel@stlinux.com
1602 W:      http://www.stlinux.com
1603 S:      Maintained
1604 F:      arch/arm/mach-sti/
1605 F:      arch/arm/boot/dts/sti*
1606 F:      drivers/char/hw_random/st-rng.c
1607 F:      drivers/clocksource/arm_global_timer.c
1608 F:      drivers/clocksource/clksrc_st_lpc.c
1609 F:      drivers/i2c/busses/i2c-st.c
1610 F:      drivers/media/rc/st_rc.c
1611 F:      drivers/media/platform/sti/c8sectpfe/
1612 F:      drivers/mmc/host/sdhci-st.c
1613 F:      drivers/phy/phy-miphy28lp.c
1614 F:      drivers/phy/phy-miphy365x.c
1615 F:      drivers/phy/phy-stih407-usb.c
1616 F:      drivers/phy/phy-stih41x-usb.c
1617 F:      drivers/pinctrl/pinctrl-st.c
1618 F:      drivers/reset/sti/
1619 F:      drivers/rtc/rtc-st-lpc.c
1620 F:      drivers/tty/serial/st-asc.c
1621 F:      drivers/usb/dwc3/dwc3-st.c
1622 F:      drivers/usb/host/ehci-st.c
1623 F:      drivers/usb/host/ohci-st.c
1624 F:      drivers/watchdog/st_lpc_wdt.c
1625 F:      drivers/ata/ahci_st.c
1626
1627 ARM/STM32 ARCHITECTURE
1628 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 S:      Maintained
1631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1632 N:      stm32
1633 F:      drivers/clocksource/armv7m_systick.c
1634
1635 ARM/TANGO ARCHITECTURE
1636 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1637 L:      linux-arm-kernel@lists.infradead.org
1638 S:      Maintained
1639 F:      arch/arm/mach-tango/
1640 F:      arch/arm/boot/dts/tango*
1641
1642 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1643 M:      Lennert Buytenhek <kernel@wantstofly.org>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 S:      Maintained
1646
1647 ARM/TETON BGA MACHINE SUPPORT
1648 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 S:      Maintained
1651
1652 ARM/THECUS N2100 MACHINE SUPPORT
1653 M:      Lennert Buytenhek <kernel@wantstofly.org>
1654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1655 S:      Maintained
1656
1657 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1658 M:      Wan ZongShun <mcuos.com@gmail.com>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 W:      http://www.mcuos.com
1661 S:      Maintained
1662 F:      arch/arm/mach-w90x900/
1663 F:      drivers/input/keyboard/w90p910_keypad.c
1664 F:      drivers/input/touchscreen/w90p910_ts.c
1665 F:      drivers/watchdog/nuc900_wdt.c
1666 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1667 F:      drivers/mtd/nand/nuc900_nand.c
1668 F:      drivers/rtc/rtc-nuc900.c
1669 F:      drivers/spi/spi-nuc900.c
1670 F:      drivers/usb/host/ehci-w90x900.c
1671 F:      drivers/video/fbdev/nuc900fb.c
1672
1673 ARM/U300 MACHINE SUPPORT
1674 M:      Linus Walleij <linus.walleij@linaro.org>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S:      Supported
1677 F:      arch/arm/mach-u300/
1678 F:      drivers/clocksource/timer-u300.c
1679 F:      drivers/i2c/busses/i2c-stu300.c
1680 F:      drivers/rtc/rtc-coh901331.c
1681 F:      drivers/watchdog/coh901327_wdt.c
1682 F:      drivers/dma/coh901318*
1683 F:      drivers/mfd/ab3100*
1684 F:      drivers/rtc/rtc-ab3100.c
1685 F:      drivers/rtc/rtc-coh901331.c
1686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1687
1688 ARM/UNIPHIER ARCHITECTURE
1689 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1691 S:      Maintained
1692 F:      arch/arm/boot/dts/uniphier*
1693 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1694 F:      arch/arm/mach-uniphier/
1695 F:      arch/arm/mm/cache-uniphier.c
1696 F:      arch/arm64/boot/dts/socionext/
1697 F:      drivers/bus/uniphier-system-bus.c
1698 F:      drivers/i2c/busses/i2c-uniphier*
1699 F:      drivers/pinctrl/uniphier/
1700 F:      drivers/tty/serial/8250/8250_uniphier.c
1701 N:      uniphier
1702
1703 ARM/Ux500 ARM ARCHITECTURE
1704 M:      Linus Walleij <linus.walleij@linaro.org>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-ux500/
1708 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1709 F:      drivers/dma/ste_dma40*
1710 F:      drivers/hwspinlock/u8500_hsem.c
1711 F:      drivers/mfd/abx500*
1712 F:      drivers/mfd/ab8500*
1713 F:      drivers/mfd/dbx500*
1714 F:      drivers/mfd/db8500*
1715 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1716 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1717 F:      drivers/rtc/rtc-ab8500.c
1718 F:      drivers/rtc/rtc-pl031.c
1719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1720
1721 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1722 M:      Ulf Hansson <ulf.hansson@linaro.org>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 T:      git git://git.linaro.org/people/ulfh/clk.git
1725 S:      Maintained
1726 F:      drivers/clk/ux500/
1727 F:      include/linux/platform_data/clk-ux500.h
1728
1729 ARM/VERSATILE EXPRESS PLATFORM
1730 M:      Liviu Dudau <liviu.dudau@arm.com>
1731 M:      Sudeep Holla <sudeep.holla@arm.com>
1732 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S:      Maintained
1735 F:      arch/arm/boot/dts/vexpress*
1736 F:      arch/arm64/boot/dts/arm/
1737 F:      arch/arm/mach-vexpress/
1738 F:      */*/vexpress*
1739 F:      */*/*/vexpress*
1740 F:      drivers/clk/versatile/clk-vexpress-osc.c
1741 F:      drivers/clocksource/versatile.c
1742
1743 ARM/VFP SUPPORT
1744 M:      Russell King <linux@arm.linux.org.uk>
1745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1746 W:      http://www.arm.linux.org.uk/
1747 S:      Maintained
1748 F:      arch/arm/vfp/
1749
1750 ARM/VOIPAC PXA270 SUPPORT
1751 M:      Marek Vasut <marek.vasut@gmail.com>
1752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1753 S:      Maintained
1754 F:      arch/arm/mach-pxa/vpac270.c
1755 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1756
1757 ARM/VT8500 ARM ARCHITECTURE
1758 M:      Tony Prisk <linux@prisktech.co.nz>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S:      Maintained
1761 F:      arch/arm/mach-vt8500/
1762 F:      drivers/clocksource/vt8500_timer.c
1763 F:      drivers/i2c/busses/i2c-wmt.c
1764 F:      drivers/mmc/host/wmt-sdmmc.c
1765 F:      drivers/pwm/pwm-vt8500.c
1766 F:      drivers/rtc/rtc-vt8500.c
1767 F:      drivers/tty/serial/vt8500_serial.c
1768 F:      drivers/usb/host/ehci-platform.c
1769 F:      drivers/usb/host/uhci-platform.c
1770 F:      drivers/video/fbdev/vt8500lcdfb.*
1771 F:      drivers/video/fbdev/wm8505fb*
1772 F:      drivers/video/fbdev/wmt_ge_rops.*
1773
1774 ARM/ZIPIT Z2 SUPPORT
1775 M:      Marek Vasut <marek.vasut@gmail.com>
1776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 S:      Maintained
1778 F:      arch/arm/mach-pxa/z2.c
1779 F:      arch/arm/mach-pxa/include/mach/z2.h
1780
1781 ARM/ZTE ARCHITECTURE
1782 M:      Jun Nie <jun.nie@linaro.org>
1783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1784 S:      Maintained
1785 F:      arch/arm/mach-zx/
1786 F:      drivers/clk/zte/
1787 F:      Documentation/devicetree/bindings/arm/zte.txt
1788 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1789
1790 ARM/ZYNQ ARCHITECTURE
1791 M:      Michal Simek <michal.simek@xilinx.com>
1792 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 W:      http://wiki.xilinx.com
1795 T:      git https://github.com/Xilinx/linux-xlnx.git
1796 S:      Supported
1797 F:      arch/arm/mach-zynq/
1798 F:      drivers/cpuidle/cpuidle-zynq.c
1799 F:      drivers/block/xsysace.c
1800 N:      zynq
1801 N:      xilinx
1802 F:      drivers/clocksource/cadence_ttc_timer.c
1803 F:      drivers/i2c/busses/i2c-cadence.c
1804 F:      drivers/mmc/host/sdhci-of-arasan.c
1805 F:      drivers/edac/synopsys_edac.c
1806
1807 ARM SMMU DRIVERS
1808 M:      Will Deacon <will.deacon@arm.com>
1809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S:      Maintained
1811 F:      drivers/iommu/arm-smmu.c
1812 F:      drivers/iommu/arm-smmu-v3.c
1813 F:      drivers/iommu/io-pgtable-arm.c
1814
1815 ARM64 PORT (AARCH64 ARCHITECTURE)
1816 M:      Catalin Marinas <catalin.marinas@arm.com>
1817 M:      Will Deacon <will.deacon@arm.com>
1818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1820 S:      Maintained
1821 F:      arch/arm64/
1822 F:      Documentation/arm64/
1823
1824 AS3645A LED FLASH CONTROLLER DRIVER
1825 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1826 L:      linux-media@vger.kernel.org
1827 T:      git git://linuxtv.org/media_tree.git
1828 S:      Maintained
1829 F:      drivers/media/i2c/as3645a.c
1830 F:      include/media/i2c/as3645a.h
1831
1832 ASC7621 HARDWARE MONITOR DRIVER
1833 M:      George Joseph <george.joseph@fairview5.com>
1834 L:      lm-sensors@lm-sensors.org
1835 S:      Maintained
1836 F:      Documentation/hwmon/asc7621
1837 F:      drivers/hwmon/asc7621.c
1838
1839 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1840 M:      Corentin Chary <corentin.chary@gmail.com>
1841 L:      acpi4asus-user@lists.sourceforge.net
1842 L:      platform-driver-x86@vger.kernel.org
1843 W:      http://acpi4asus.sf.net
1844 S:      Maintained
1845 F:      drivers/platform/x86/asus*.c
1846 F:      drivers/platform/x86/eeepc*.c
1847
1848 ASUS WIRELESS RADIO CONTROL DRIVER
1849 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1850 L:      platform-driver-x86@vger.kernel.org
1851 S:      Maintained
1852 F:      drivers/platform/x86/asus-wireless.c
1853
1854 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1855 R:      Dan Williams <dan.j.williams@intel.com>
1856 W:      http://sourceforge.net/projects/xscaleiop
1857 S:      Odd fixes
1858 F:      Documentation/crypto/async-tx-api.txt
1859 F:      crypto/async_tx/
1860 F:      drivers/dma/
1861 F:      include/linux/dmaengine.h
1862 F:      include/linux/async_tx.h
1863
1864 AT24 EEPROM DRIVER
1865 M:      Wolfram Sang <wsa@the-dreams.de>
1866 L:      linux-i2c@vger.kernel.org
1867 S:      Maintained
1868 F:      drivers/misc/eeprom/at24.c
1869 F:      include/linux/platform_data/at24.h
1870
1871 ATA OVER ETHERNET (AOE) DRIVER
1872 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1873 W:      http://www.openaoe.org/
1874 S:      Supported
1875 F:      Documentation/aoe/
1876 F:      drivers/block/aoe/
1877
1878 ATHEROS 71XX/9XXX GPIO DRIVER
1879 M:      Alban Bedel <albeu@free.fr>
1880 W:      https://github.com/AlbanBedel/linux
1881 T:      git git://github.com/AlbanBedel/linux
1882 S:      Maintained
1883 F:      drivers/gpio/gpio-ath79.c
1884 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1885
1886 ATHEROS ATH GENERIC UTILITIES
1887 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1888 L:      linux-wireless@vger.kernel.org
1889 S:      Supported
1890 F:      drivers/net/wireless/ath/*
1891
1892 ATHEROS ATH5K WIRELESS DRIVER
1893 M:      Jiri Slaby <jirislaby@gmail.com>
1894 M:      Nick Kossifidis <mickflemm@gmail.com>
1895 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1896 L:      linux-wireless@vger.kernel.org
1897 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1898 S:      Maintained
1899 F:      drivers/net/wireless/ath/ath5k/
1900
1901 ATHEROS ATH6KL WIRELESS DRIVER
1902 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1903 L:      linux-wireless@vger.kernel.org
1904 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1906 S:      Supported
1907 F:      drivers/net/wireless/ath/ath6kl/
1908
1909 WILOCITY WIL6210 WIRELESS DRIVER
1910 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1911 L:      linux-wireless@vger.kernel.org
1912 L:      wil6210@qca.qualcomm.com
1913 S:      Supported
1914 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1915 F:      drivers/net/wireless/ath/wil6210/
1916 F:      include/uapi/linux/wil6210_uapi.h
1917
1918 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1919 M:      Christian Lamparter <chunkeey@googlemail.com>
1920 L:      linux-wireless@vger.kernel.org
1921 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1922 S:      Maintained
1923 F:      drivers/net/wireless/ath/carl9170/
1924
1925 ATK0110 HWMON DRIVER
1926 M:      Luca Tettamanti <kronos.it@gmail.com>
1927 L:      lm-sensors@lm-sensors.org
1928 S:      Maintained
1929 F:      drivers/hwmon/asus_atk0110.c
1930
1931 ATI_REMOTE2 DRIVER
1932 M:      Ville Syrjala <syrjala@sci.fi>
1933 S:      Maintained
1934 F:      drivers/input/misc/ati_remote2.c
1935
1936 ATLX ETHERNET DRIVERS
1937 M:      Jay Cliburn <jcliburn@gmail.com>
1938 M:      Chris Snook <chris.snook@gmail.com>
1939 L:      netdev@vger.kernel.org
1940 W:      http://sourceforge.net/projects/atl1
1941 W:      http://atl1.sourceforge.net
1942 S:      Maintained
1943 F:      drivers/net/ethernet/atheros/
1944
1945 ATM
1946 M:      Chas Williams <3chas3@gmail.com>
1947 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1948 L:      netdev@vger.kernel.org
1949 W:      http://linux-atm.sourceforge.net
1950 S:      Maintained
1951 F:      drivers/atm/
1952 F:      include/linux/atm*
1953 F:      include/uapi/linux/atm*
1954
1955 ATMEL AT91 / AT32 MCI DRIVER
1956 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1957 S:      Maintained
1958 F:      drivers/mmc/host/atmel-mci.c
1959
1960 ATMEL AT91 / AT32 SERIAL DRIVER
1961 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1962 S:      Supported
1963 F:      drivers/tty/serial/atmel_serial.c
1964
1965 ATMEL Audio ALSA driver
1966 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1967 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1968 S:      Supported
1969 F:      sound/soc/atmel
1970
1971 ATMEL DMA DRIVER
1972 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1974 S:      Supported
1975 F:      drivers/dma/at_hdmac.c
1976 F:      drivers/dma/at_hdmac_regs.h
1977 F:      include/linux/platform_data/dma-atmel.h
1978
1979 ATMEL XDMA DRIVER
1980 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1981 L:      linux-arm-kernel@lists.infradead.org
1982 L:      dmaengine@vger.kernel.org
1983 S:      Supported
1984 F:      drivers/dma/at_xdmac.c
1985
1986 ATMEL I2C DRIVER
1987 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1988 L:      linux-i2c@vger.kernel.org
1989 S:      Supported
1990 F:      drivers/i2c/busses/i2c-at91.c
1991
1992 ATMEL ISI DRIVER
1993 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1994 L:      linux-media@vger.kernel.org
1995 S:      Supported
1996 F:      drivers/media/platform/soc_camera/atmel-isi.c
1997 F:      include/media/atmel-isi.h
1998
1999 ATMEL LCDFB DRIVER
2000 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2001 L:      linux-fbdev@vger.kernel.org
2002 S:      Maintained
2003 F:      drivers/video/fbdev/atmel_lcdfb.c
2004 F:      include/video/atmel_lcdc.h
2005
2006 ATMEL MACB ETHERNET DRIVER
2007 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2008 S:      Supported
2009 F:      drivers/net/ethernet/cadence/
2010
2011 ATMEL NAND DRIVER
2012 M:      Wenyou Yang <wenyou.yang@atmel.com>
2013 M:      Josh Wu <rainyfeeling@outlook.com>
2014 L:      linux-mtd@lists.infradead.org
2015 S:      Supported
2016 F:      drivers/mtd/nand/atmel_nand*
2017
2018 ATMEL SDMMC DRIVER
2019 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2020 L:      linux-mmc@vger.kernel.org
2021 S:      Supported
2022 F:      drivers/mmc/host/sdhci-of-at91.c
2023
2024 ATMEL SPI DRIVER
2025 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2026 S:      Supported
2027 F:      drivers/spi/spi-atmel.*
2028
2029 ATMEL SSC DRIVER
2030 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2032 S:      Supported
2033 F:      drivers/misc/atmel-ssc.c
2034 F:      include/linux/atmel-ssc.h
2035
2036 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2037 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2039 S:      Supported
2040 F:      drivers/misc/atmel_tclib.c
2041 F:      drivers/clocksource/tcb_clksrc.c
2042
2043 ATMEL USBA UDC DRIVER
2044 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2046 S:      Supported
2047 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2048
2049 ATMEL WIRELESS DRIVER
2050 M:      Simon Kelley <simon@thekelleys.org.uk>
2051 L:      linux-wireless@vger.kernel.org
2052 W:      http://www.thekelleys.org.uk/atmel
2053 W:      http://atmelwlandriver.sourceforge.net/
2054 S:      Maintained
2055 F:      drivers/net/wireless/atmel/atmel*
2056
2057 ATMEL MAXTOUCH DRIVER
2058 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2059 T:      git git://github.com/atmel-maxtouch/linux.git
2060 S:      Supported
2061 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2062 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2063 F:      include/linux/platform_data/atmel_mxt_ts.h
2064
2065 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2066 M:      Bradley Grove <linuxdrivers@attotech.com>
2067 L:      linux-scsi@vger.kernel.org
2068 W:      http://www.attotech.com
2069 S:      Supported
2070 F:      drivers/scsi/esas2r
2071
2072 ATUSB IEEE 802.15.4 RADIO DRIVER
2073 M:      Stefan Schmidt <stefan@osg.samsung.com>
2074 L:      linux-wpan@vger.kernel.org
2075 S:      Maintained
2076 F:      drivers/net/ieee802154/atusb.c
2077 F:      drivers/net/ieee802154/atusb.h
2078 F:      drivers/net/ieee802154/at86rf230.h
2079
2080 AUDIT SUBSYSTEM
2081 M:      Paul Moore <paul@paul-moore.com>
2082 M:      Eric Paris <eparis@redhat.com>
2083 L:      linux-audit@redhat.com (moderated for non-subscribers)
2084 W:      http://people.redhat.com/sgrubb/audit/
2085 T:      git git://git.infradead.org/users/pcmoore/audit
2086 S:      Maintained
2087 F:      include/linux/audit.h
2088 F:      include/uapi/linux/audit.h
2089 F:      kernel/audit*
2090
2091 AUXILIARY DISPLAY DRIVERS
2092 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2093 W:      http://miguelojeda.es/auxdisplay.htm
2094 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2095 S:      Maintained
2096 F:      drivers/auxdisplay/
2097 F:      include/linux/cfag12864b.h
2098
2099 AVR32 ARCHITECTURE
2100 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2101 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2102 W:      http://www.atmel.com/products/AVR32/
2103 W:      http://mirror.egtvedt.no/avr32linux.org/
2104 W:      http://avrfreaks.net/
2105 S:      Maintained
2106 F:      arch/avr32/
2107
2108 AVR32/AT32AP MACHINE SUPPORT
2109 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2110 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2111 S:      Maintained
2112 F:      arch/avr32/mach-at32ap/
2113
2114 AX.25 NETWORK LAYER
2115 M:      Ralf Baechle <ralf@linux-mips.org>
2116 L:      linux-hams@vger.kernel.org
2117 W:      http://www.linux-ax25.org/
2118 S:      Maintained
2119 F:      include/uapi/linux/ax25.h
2120 F:      include/net/ax25.h
2121 F:      net/ax25/
2122
2123 AZ6007 DVB DRIVER
2124 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2125 L:      linux-media@vger.kernel.org
2126 W:      https://linuxtv.org
2127 T:      git git://linuxtv.org/media_tree.git
2128 S:      Maintained
2129 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2130
2131 AZTECH FM RADIO RECEIVER DRIVER
2132 M:      Hans Verkuil <hverkuil@xs4all.nl>
2133 L:      linux-media@vger.kernel.org
2134 T:      git git://linuxtv.org/media_tree.git
2135 W:      https://linuxtv.org
2136 S:      Maintained
2137 F:      drivers/media/radio/radio-aztech*
2138
2139 B43 WIRELESS DRIVER
2140 L:      linux-wireless@vger.kernel.org
2141 L:      b43-dev@lists.infradead.org
2142 W:      http://wireless.kernel.org/en/users/Drivers/b43
2143 S:      Odd Fixes
2144 F:      drivers/net/wireless/broadcom/b43/
2145
2146 B43LEGACY WIRELESS DRIVER
2147 M:      Larry Finger <Larry.Finger@lwfinger.net>
2148 L:      linux-wireless@vger.kernel.org
2149 L:      b43-dev@lists.infradead.org
2150 W:      http://wireless.kernel.org/en/users/Drivers/b43
2151 S:      Maintained
2152 F:      drivers/net/wireless/broadcom/b43legacy/
2153
2154 BACKLIGHT CLASS/SUBSYSTEM
2155 M:      Jingoo Han <jingoohan1@gmail.com>
2156 M:      Lee Jones <lee.jones@linaro.org>
2157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2158 S:      Maintained
2159 F:      drivers/video/backlight/
2160 F:      include/linux/backlight.h
2161
2162 BATMAN ADVANCED
2163 M:      Marek Lindner <mareklindner@neomailbox.ch>
2164 M:      Simon Wunderlich <sw@simonwunderlich.de>
2165 M:      Antonio Quartulli <a@unstable.cc>
2166 L:      b.a.t.m.a.n@lists.open-mesh.org
2167 W:      http://www.open-mesh.org/
2168 S:      Maintained
2169 F:      net/batman-adv/
2170
2171 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2172 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2173 L:      linux-hams@vger.kernel.org
2174 W:      http://www.baycom.org/~tom/ham/ham.html
2175 S:      Maintained
2176 F:      drivers/net/hamradio/baycom*
2177
2178 BCACHE (BLOCK LAYER CACHE)
2179 M:      Kent Overstreet <kent.overstreet@gmail.com>
2180 L:      linux-bcache@vger.kernel.org
2181 W:      http://bcache.evilpiepirate.org
2182 S:      Maintained
2183 F:      drivers/md/bcache/
2184
2185 BDISP ST MEDIA DRIVER
2186 M:      Fabien Dessenne <fabien.dessenne@st.com>
2187 L:      linux-media@vger.kernel.org
2188 T:      git git://linuxtv.org/media_tree.git
2189 W:      https://linuxtv.org
2190 S:      Supported
2191 F:      drivers/media/platform/sti/bdisp
2192
2193 BEFS FILE SYSTEM
2194 S:      Orphan
2195 F:      Documentation/filesystems/befs.txt
2196 F:      fs/befs/
2197
2198 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2199 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2200 L:      netdev@vger.kernel.org
2201 S:      Maintained
2202 F:      drivers/net/ethernet/ec_bhf.c
2203
2204 BFS FILE SYSTEM
2205 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2206 S:      Maintained
2207 F:      Documentation/filesystems/bfs.txt
2208 F:      fs/bfs/
2209 F:      include/uapi/linux/bfs_fs.h
2210
2211 BLACKFIN ARCHITECTURE
2212 M:      Steven Miao <realmz6@gmail.com>
2213 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2214 T:      git git://git.code.sf.net/p/adi-linux/code
2215 W:      http://blackfin.uclinux.org
2216 S:      Supported
2217 F:      arch/blackfin/
2218
2219 BLACKFIN EMAC DRIVER
2220 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2221 W:      http://blackfin.uclinux.org
2222 S:      Supported
2223 F:      drivers/net/ethernet/adi/
2224
2225 BLACKFIN RTC DRIVER
2226 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2227 W:      http://blackfin.uclinux.org
2228 S:      Supported
2229 F:      drivers/rtc/rtc-bfin.c
2230
2231 BLACKFIN SDH DRIVER
2232 M:      Sonic Zhang <sonic.zhang@analog.com>
2233 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2234 W:      http://blackfin.uclinux.org
2235 S:      Supported
2236 F:      drivers/mmc/host/bfin_sdh.c
2237
2238 BLACKFIN SERIAL DRIVER
2239 M:      Sonic Zhang <sonic.zhang@analog.com>
2240 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2241 W:      http://blackfin.uclinux.org
2242 S:      Supported
2243 F:      drivers/tty/serial/bfin_uart.c
2244
2245 BLACKFIN WATCHDOG DRIVER
2246 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2247 W:      http://blackfin.uclinux.org
2248 S:      Supported
2249 F:      drivers/watchdog/bfin_wdt.c
2250
2251 BLACKFIN I2C TWI DRIVER
2252 M:      Sonic Zhang <sonic.zhang@analog.com>
2253 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2254 W:      http://blackfin.uclinux.org/
2255 S:      Supported
2256 F:      drivers/i2c/busses/i2c-bfin-twi.c
2257
2258 BLACKFIN MEDIA DRIVER
2259 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2260 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2261 W:      http://blackfin.uclinux.org/
2262 S:      Supported
2263 F:      drivers/media/platform/blackfin/
2264 F:      drivers/media/i2c/adv7183*
2265 F:      drivers/media/i2c/vs6624*
2266
2267 BLINKM RGB LED DRIVER
2268 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2269 S:      Maintained
2270 F:      drivers/leds/leds-blinkm.c
2271
2272 BLOCK LAYER
2273 M:      Jens Axboe <axboe@kernel.dk>
2274 L:      linux-block@vger.kernel.org
2275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2276 S:      Maintained
2277 F:      block/
2278 F:      kernel/trace/blktrace.c
2279
2280 BLOCK2MTD DRIVER
2281 M:      Joern Engel <joern@lazybastard.org>
2282 L:      linux-mtd@lists.infradead.org
2283 S:      Maintained
2284 F:      drivers/mtd/devices/block2mtd.c
2285
2286 BLUETOOTH DRIVERS
2287 M:      Marcel Holtmann <marcel@holtmann.org>
2288 M:      Gustavo Padovan <gustavo@padovan.org>
2289 M:      Johan Hedberg <johan.hedberg@gmail.com>
2290 L:      linux-bluetooth@vger.kernel.org
2291 W:      http://www.bluez.org/
2292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2294 S:      Maintained
2295 F:      drivers/bluetooth/
2296
2297 BLUETOOTH SUBSYSTEM
2298 M:      Marcel Holtmann <marcel@holtmann.org>
2299 M:      Gustavo Padovan <gustavo@padovan.org>
2300 M:      Johan Hedberg <johan.hedberg@gmail.com>
2301 L:      linux-bluetooth@vger.kernel.org
2302 W:      http://www.bluez.org/
2303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2305 S:      Maintained
2306 F:      net/bluetooth/
2307 F:      include/net/bluetooth/
2308
2309 BONDING DRIVER
2310 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2311 M:      Veaceslav Falico <vfalico@gmail.com>
2312 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2313 L:      netdev@vger.kernel.org
2314 W:      http://sourceforge.net/projects/bonding/
2315 S:      Supported
2316 F:      drivers/net/bonding/
2317 F:      include/uapi/linux/if_bonding.h
2318
2319 BPF (Safe dynamic programs and tools)
2320 M:      Alexei Starovoitov <ast@kernel.org>
2321 L:      netdev@vger.kernel.org
2322 L:      linux-kernel@vger.kernel.org
2323 S:      Supported
2324 F:      kernel/bpf/
2325
2326 BROADCOM B44 10/100 ETHERNET DRIVER
2327 M:      Gary Zambrano <zambrano@broadcom.com>
2328 L:      netdev@vger.kernel.org
2329 S:      Supported
2330 F:      drivers/net/ethernet/broadcom/b44.*
2331
2332 BROADCOM GENET ETHERNET DRIVER
2333 M:      Florian Fainelli <f.fainelli@gmail.com>
2334 L:      netdev@vger.kernel.org
2335 S:      Supported
2336 F:      drivers/net/ethernet/broadcom/genet/
2337
2338 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2339 M:      Sony Chacko <sony.chacko@qlogic.com>
2340 M:      Dept-HSGLinuxNICDev@qlogic.com
2341 L:      netdev@vger.kernel.org
2342 S:      Supported
2343 F:      drivers/net/ethernet/broadcom/bnx2.*
2344 F:      drivers/net/ethernet/broadcom/bnx2_*
2345
2346 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2347 M:      Ariel Elior <ariel.elior@qlogic.com>
2348 L:      netdev@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/net/ethernet/broadcom/bnx2x/
2351
2352 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2353 M:      Florian Fainelli <f.fainelli@gmail.com>
2354 M:      Ray Jui <rjui@broadcom.com>
2355 M:      Scott Branden <sbranden@broadcom.com>
2356 L:      bcm-kernel-feedback-list@broadcom.com
2357 T:      git git://github.com/broadcom/mach-bcm
2358 S:      Maintained
2359 F:      arch/arm/mach-bcm/
2360 F:      arch/arm/boot/dts/bcm113*
2361 F:      arch/arm/boot/dts/bcm216*
2362 F:      arch/arm/boot/dts/bcm281*
2363 F:      arch/arm64/boot/dts/broadcom/
2364 F:      arch/arm/configs/bcm_defconfig
2365 F:      drivers/mmc/host/sdhci-bcm-kona.c
2366 F:      drivers/clocksource/bcm_kona_timer.c
2367
2368 BROADCOM BCM2835 ARM ARCHITECTURE
2369 M:      Stephen Warren <swarren@wwwdotorg.org>
2370 M:      Lee Jones <lee@kernel.org>
2371 M:      Eric Anholt <eric@anholt.net>
2372 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2375 S:      Maintained
2376 N:      bcm2835
2377
2378 BROADCOM BCM47XX MIPS ARCHITECTURE
2379 M:      Hauke Mehrtens <hauke@hauke-m.de>
2380 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2381 L:      linux-mips@linux-mips.org
2382 S:      Maintained
2383 F:      arch/mips/bcm47xx/*
2384 F:      arch/mips/include/asm/mach-bcm47xx/*
2385
2386 BROADCOM BCM5301X ARM ARCHITECTURE
2387 M:      Hauke Mehrtens <hauke@hauke-m.de>
2388 L:      linux-arm-kernel@lists.infradead.org
2389 S:      Maintained
2390 F:      arch/arm/mach-bcm/bcm_5301x.c
2391 F:      arch/arm/boot/dts/bcm5301x.dtsi
2392 F:      arch/arm/boot/dts/bcm470*
2393
2394 BROADCOM BCM63XX ARM ARCHITECTURE
2395 M:      Florian Fainelli <f.fainelli@gmail.com>
2396 L:      linux-arm-kernel@lists.infradead.org
2397 T:      git git://github.com/broadcom/arm-bcm63xx.git
2398 S:      Maintained
2399 F:      arch/arm/mach-bcm/bcm63xx.c
2400 F:      arch/arm/include/debug/bcm63xx.S
2401
2402 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2403 M:      Kevin Cernekee <cernekee@gmail.com>
2404 L:      linux-usb@vger.kernel.org
2405 S:      Maintained
2406 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2407
2408 BROADCOM BCM7XXX ARM ARCHITECTURE
2409 M:      Brian Norris <computersforpeace@gmail.com>
2410 M:      Gregory Fong <gregory.0xf0@gmail.com>
2411 M:      Florian Fainelli <f.fainelli@gmail.com>
2412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2413 L:      bcm-kernel-feedback-list@broadcom.com
2414 T:      git git://github.com/broadcom/stblinux.git
2415 S:      Maintained
2416 F:      arch/arm/mach-bcm/*brcmstb*
2417 F:      arch/arm/boot/dts/bcm7*.dts*
2418 F:      drivers/bus/brcmstb_gisb.c
2419 N:      brcmstb
2420
2421 BROADCOM BMIPS MIPS ARCHITECTURE
2422 M:      Kevin Cernekee <cernekee@gmail.com>
2423 M:      Florian Fainelli <f.fainelli@gmail.com>
2424 L:      linux-mips@linux-mips.org
2425 T:      git git://github.com/broadcom/stblinux.git
2426 S:      Maintained
2427 F:      arch/mips/bmips/*
2428 F:      arch/mips/include/asm/mach-bmips/*
2429 F:      arch/mips/kernel/*bmips*
2430 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2431 F:      drivers/irqchip/irq-bcm63*
2432 F:      drivers/irqchip/irq-bcm7*
2433 F:      drivers/irqchip/irq-brcmstb*
2434 F:      include/linux/bcm963xx_nvram.h
2435 F:      include/linux/bcm963xx_tag.h
2436
2437 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2438 M:      Prashant Sreedharan <prashant@broadcom.com>
2439 M:      Michael Chan <mchan@broadcom.com>
2440 L:      netdev@vger.kernel.org
2441 S:      Supported
2442 F:      drivers/net/ethernet/broadcom/tg3.*
2443
2444 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2445 M:      Brett Rudley <brudley@broadcom.com>
2446 M:      Arend van Spriel <arend@broadcom.com>
2447 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2448 M:      Hante Meuleman <meuleman@broadcom.com>
2449 L:      linux-wireless@vger.kernel.org
2450 L:      brcm80211-dev-list@broadcom.com
2451 S:      Supported
2452 F:      drivers/net/wireless/broadcom/brcm80211/
2453
2454 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2455 M:      QLogic-Storage-Upstream@qlogic.com
2456 L:      linux-scsi@vger.kernel.org
2457 S:      Supported
2458 F:      drivers/scsi/bnx2fc/
2459
2460 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2461 M:      QLogic-Storage-Upstream@qlogic.com
2462 L:      linux-scsi@vger.kernel.org
2463 S:      Supported
2464 F:      drivers/scsi/bnx2i/
2465
2466 BROADCOM IPROC ARM ARCHITECTURE
2467 M:      Ray Jui <rjui@broadcom.com>
2468 M:      Scott Branden <sbranden@broadcom.com>
2469 M:      Jon Mason <jonmason@broadcom.com>
2470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2471 L:      bcm-kernel-feedback-list@broadcom.com
2472 T:      git git://github.com/broadcom/cygnus-linux.git
2473 S:      Maintained
2474 N:      iproc
2475 N:      cygnus
2476 N:      nsp
2477 N:      bcm9113*
2478 N:      bcm9583*
2479 N:      bcm9585*
2480 N:      bcm9586*
2481 N:      bcm988312
2482 N:      bcm113*
2483 N:      bcm583*
2484 N:      bcm585*
2485 N:      bcm586*
2486 N:      bcm88312
2487
2488 BROADCOM BRCMSTB GPIO DRIVER
2489 M:      Gregory Fong <gregory.0xf0@gmail.com>
2490 L:      bcm-kernel-feedback-list@broadcom.com
2491 S:      Supported
2492 F:      drivers/gpio/gpio-brcmstb.c
2493 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2494
2495 BROADCOM KONA GPIO DRIVER
2496 M:      Ray Jui <rjui@broadcom.com>
2497 L:      bcm-kernel-feedback-list@broadcom.com
2498 S:      Supported
2499 F:      drivers/gpio/gpio-bcm-kona.c
2500 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2501
2502 BROADCOM NVRAM DRIVER
2503 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2504 L:      linux-mips@linux-mips.org
2505 S:      Maintained
2506 F:      drivers/firmware/broadcom/*
2507
2508 BROADCOM STB NAND FLASH DRIVER
2509 M:      Brian Norris <computersforpeace@gmail.com>
2510 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2511 L:      linux-mtd@lists.infradead.org
2512 L:      bcm-kernel-feedback-list@broadcom.com
2513 S:      Maintained
2514 F:      drivers/mtd/nand/brcmnand/
2515
2516 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2517 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2518 L:      linux-wireless@vger.kernel.org
2519 S:      Maintained
2520 F:      drivers/bcma/
2521 F:      include/linux/bcma/
2522
2523 BROADCOM SYSTEMPORT ETHERNET DRIVER
2524 M:      Florian Fainelli <f.fainelli@gmail.com>
2525 L:      netdev@vger.kernel.org
2526 S:      Supported
2527 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2528
2529 BROCADE BFA FC SCSI DRIVER
2530 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2531 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2532 L:      linux-scsi@vger.kernel.org
2533 S:      Supported
2534 F:      drivers/scsi/bfa/
2535
2536 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2537 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2538 L:      netdev@vger.kernel.org
2539 S:      Supported
2540 F:      drivers/net/ethernet/brocade/bna/
2541
2542 BSG (block layer generic sg v4 driver)
2543 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2544 L:      linux-scsi@vger.kernel.org
2545 S:      Supported
2546 F:      block/bsg.c
2547 F:      include/linux/bsg.h
2548 F:      include/uapi/linux/bsg.h
2549
2550 BT87X AUDIO DRIVER
2551 M:      Clemens Ladisch <clemens@ladisch.de>
2552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2553 T:      git git://git.alsa-project.org/alsa-kernel.git
2554 S:      Maintained
2555 F:      Documentation/sound/alsa/Bt87x.txt
2556 F:      sound/pci/bt87x.c
2557
2558 BT8XXGPIO DRIVER
2559 M:      Michael Buesch <m@bues.ch>
2560 W:      http://bu3sch.de/btgpio.php
2561 S:      Maintained
2562 F:      drivers/gpio/gpio-bt8xx.c
2563
2564 BTRFS FILE SYSTEM
2565 M:      Chris Mason <clm@fb.com>
2566 M:      Josef Bacik <jbacik@fb.com>
2567 M:      David Sterba <dsterba@suse.com>
2568 L:      linux-btrfs@vger.kernel.org
2569 W:      http://btrfs.wiki.kernel.org/
2570 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2572 S:      Maintained
2573 F:      Documentation/filesystems/btrfs.txt
2574 F:      fs/btrfs/
2575
2576 BTTV VIDEO4LINUX DRIVER
2577 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2578 L:      linux-media@vger.kernel.org
2579 W:      https://linuxtv.org
2580 T:      git git://linuxtv.org/media_tree.git
2581 S:      Odd fixes
2582 F:      Documentation/video4linux/bttv/
2583 F:      drivers/media/pci/bt8xx/bttv*
2584
2585 BUSLOGIC SCSI DRIVER
2586 M:      Khalid Aziz <khalid@gonehiking.org>
2587 L:      linux-scsi@vger.kernel.org
2588 S:      Maintained
2589 F:      drivers/scsi/BusLogic.*
2590 F:      drivers/scsi/FlashPoint.*
2591
2592 C-MEDIA CMI8788 DRIVER
2593 M:      Clemens Ladisch <clemens@ladisch.de>
2594 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2595 T:      git git://git.alsa-project.org/alsa-kernel.git
2596 S:      Maintained
2597 F:      sound/pci/oxygen/
2598
2599 C6X ARCHITECTURE
2600 M:      Mark Salter <msalter@redhat.com>
2601 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2602 L:      linux-c6x-dev@linux-c6x.org
2603 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2604 S:      Maintained
2605 F:      arch/c6x/
2606
2607 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2608 M:      David Howells <dhowells@redhat.com>
2609 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2610 S:      Supported
2611 F:      Documentation/filesystems/caching/cachefiles.txt
2612 F:      fs/cachefiles/
2613
2614 CADET FM/AM RADIO RECEIVER DRIVER
2615 M:      Hans Verkuil <hverkuil@xs4all.nl>
2616 L:      linux-media@vger.kernel.org
2617 T:      git git://linuxtv.org/media_tree.git
2618 W:      https://linuxtv.org
2619 S:      Maintained
2620 F:      drivers/media/radio/radio-cadet*
2621
2622 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2623 M:      Jonathan Corbet <corbet@lwn.net>
2624 L:      linux-media@vger.kernel.org
2625 T:      git git://linuxtv.org/media_tree.git
2626 S:      Maintained
2627 F:      Documentation/video4linux/cafe_ccic
2628 F:      drivers/media/platform/marvell-ccic/
2629
2630 CAIF NETWORK LAYER
2631 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2632 L:      netdev@vger.kernel.org
2633 S:      Supported
2634 F:      Documentation/networking/caif/
2635 F:      drivers/net/caif/
2636 F:      include/uapi/linux/caif/
2637 F:      include/net/caif/
2638 F:      net/caif/
2639
2640 CALGARY x86-64 IOMMU
2641 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2642 M:      "Jon D. Mason" <jdmason@kudzu.us>
2643 L:      discuss@x86-64.org
2644 S:      Maintained
2645 F:      arch/x86/kernel/pci-calgary_64.c
2646 F:      arch/x86/kernel/tce_64.c
2647 F:      arch/x86/include/asm/calgary.h
2648 F:      arch/x86/include/asm/tce.h
2649
2650 CAN NETWORK LAYER
2651 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2652 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2653 L:      linux-can@vger.kernel.org
2654 W:      https://github.com/linux-can
2655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2657 S:      Maintained
2658 F:      Documentation/networking/can.txt
2659 F:      net/can/
2660 F:      include/linux/can/core.h
2661 F:      include/uapi/linux/can.h
2662 F:      include/uapi/linux/can/bcm.h
2663 F:      include/uapi/linux/can/raw.h
2664 F:      include/uapi/linux/can/gw.h
2665
2666 CAN NETWORK DRIVERS
2667 M:      Wolfgang Grandegger <wg@grandegger.com>
2668 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2669 L:      linux-can@vger.kernel.org
2670 W:      https://github.com/linux-can
2671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2673 S:      Maintained
2674 F:      drivers/net/can/
2675 F:      include/linux/can/dev.h
2676 F:      include/linux/can/platform/
2677 F:      include/uapi/linux/can/error.h
2678 F:      include/uapi/linux/can/netlink.h
2679
2680 CAPABILITIES
2681 M:      Serge Hallyn <serge.hallyn@canonical.com>
2682 L:      linux-security-module@vger.kernel.org
2683 S:      Supported
2684 F:      include/linux/capability.h
2685 F:      include/uapi/linux/capability.h
2686 F:      security/commoncap.c
2687 F:      kernel/capability.c
2688
2689 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2690 M:      Kevin Tsai <ktsai@capellamicro.com>
2691 S:      Maintained
2692 F:      drivers/iio/light/cm*
2693 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2694
2695 CAVIUM LIQUIDIO NETWORK DRIVER
2696 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2697 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2698 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2699 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2700 L:     netdev@vger.kernel.org
2701 W:     http://www.cavium.com
2702 S:     Supported
2703 F:     drivers/net/ethernet/cavium/liquidio/
2704
2705 CC2520 IEEE-802.15.4 RADIO DRIVER
2706 M:      Varka Bhadram <varkabhadram@gmail.com>
2707 L:      linux-wpan@vger.kernel.org
2708 S:      Maintained
2709 F:      drivers/net/ieee802154/cc2520.c
2710 F:      include/linux/spi/cc2520.h
2711 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2712
2713 CELL BROADBAND ENGINE ARCHITECTURE
2714 M:      Arnd Bergmann <arnd@arndb.de>
2715 L:      linuxppc-dev@lists.ozlabs.org
2716 W:      http://www.ibm.com/developerworks/power/cell/
2717 S:      Supported
2718 F:      arch/powerpc/include/asm/cell*.h
2719 F:      arch/powerpc/include/asm/spu*.h
2720 F:      arch/powerpc/include/uapi/asm/spu*.h
2721 F:      arch/powerpc/oprofile/*cell*
2722 F:      arch/powerpc/platforms/cell/
2723
2724 CEPH COMMON CODE (LIBCEPH)
2725 M:      Ilya Dryomov <idryomov@gmail.com>
2726 M:      "Yan, Zheng" <zyan@redhat.com>
2727 M:      Sage Weil <sage@redhat.com>
2728 L:      ceph-devel@vger.kernel.org
2729 W:      http://ceph.com/
2730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2731 T:      git git://github.com/ceph/ceph-client.git
2732 S:      Supported
2733 F:      net/ceph/
2734 F:      include/linux/ceph/
2735 F:      include/linux/crush/
2736
2737 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2738 M:      "Yan, Zheng" <zyan@redhat.com>
2739 M:      Sage Weil <sage@redhat.com>
2740 M:      Ilya Dryomov <idryomov@gmail.com>
2741 L:      ceph-devel@vger.kernel.org
2742 W:      http://ceph.com/
2743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2744 T:      git git://github.com/ceph/ceph-client.git
2745 S:      Supported
2746 F:      Documentation/filesystems/ceph.txt
2747 F:      fs/ceph/
2748
2749 CERTIFICATE HANDLING:
2750 M:      David Howells <dhowells@redhat.com>
2751 M:      David Woodhouse <dwmw2@infradead.org>
2752 L:      keyrings@vger.kernel.org
2753 S:      Maintained
2754 F:      Documentation/module-signing.txt
2755 F:      certs/
2756 F:      scripts/sign-file.c
2757 F:      scripts/extract-cert.c
2758
2759 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2760 L:      linux-usb@vger.kernel.org
2761 S:      Orphan
2762 F:      Documentation/usb/WUSB-Design-overview.txt
2763 F:      Documentation/usb/wusb-cbaf
2764 F:      drivers/usb/host/hwa-hc.c
2765 F:      drivers/usb/host/whci/
2766 F:      drivers/usb/wusbcore/
2767 F:      include/linux/usb/wusb*
2768
2769 CFAG12864B LCD DRIVER
2770 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2771 W:      http://miguelojeda.es/auxdisplay.htm
2772 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2773 S:      Maintained
2774 F:      drivers/auxdisplay/cfag12864b.c
2775 F:      include/linux/cfag12864b.h
2776
2777 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2778 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2779 W:      http://miguelojeda.es/auxdisplay.htm
2780 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2781 S:      Maintained
2782 F:      drivers/auxdisplay/cfag12864bfb.c
2783 F:      include/linux/cfag12864b.h
2784
2785 CFG80211 and NL80211
2786 M:      Johannes Berg <johannes@sipsolutions.net>
2787 L:      linux-wireless@vger.kernel.org
2788 W:      http://wireless.kernel.org/
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2791 S:      Maintained
2792 F:      include/uapi/linux/nl80211.h
2793 F:      include/net/cfg80211.h
2794 F:      net/wireless/*
2795 X:      net/wireless/wext*
2796
2797 CHAR and MISC DRIVERS
2798 M:      Arnd Bergmann <arnd@arndb.de>
2799 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2801 S:      Supported
2802 F:      drivers/char/*
2803 F:      drivers/misc/*
2804 F:      include/linux/miscdevice.h
2805
2806 CHECKPATCH
2807 M:      Andy Whitcroft <apw@canonical.com>
2808 M:      Joe Perches <joe@perches.com>
2809 S:      Maintained
2810 F:      scripts/checkpatch.pl
2811
2812 CHINESE DOCUMENTATION
2813 M:      Harry Wei <harryxiyou@gmail.com>
2814 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2815 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2816 S:      Maintained
2817 F:      Documentation/zh_CN/
2818
2819 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2820 M:      Peter Chen <Peter.Chen@nxp.com>
2821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2822 L:      linux-usb@vger.kernel.org
2823 S:      Maintained
2824 F:      drivers/usb/chipidea/
2825
2826 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2827 M:      Hans de Goede <hdegoede@redhat.com>
2828 L:      linux-input@vger.kernel.org
2829 S:      Maintained
2830 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2831 F:      drivers/input/touchscreen/chipone_icn8318.c
2832
2833 CHROME HARDWARE PLATFORM SUPPORT
2834 M:      Olof Johansson <olof@lixom.net>
2835 S:      Maintained
2836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2837 F:      drivers/platform/chrome/
2838
2839 CISCO VIC ETHERNET NIC DRIVER
2840 M:      Christian Benvenuti <benve@cisco.com>
2841 M:      Sujith Sankar <ssujith@cisco.com>
2842 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2843 M:      Neel Patel <neepatel@cisco.com>
2844 S:      Supported
2845 F:      drivers/net/ethernet/cisco/enic/
2846
2847 CISCO VIC LOW LATENCY NIC DRIVER
2848 M:      Christian Benvenuti <benve@cisco.com>
2849 M:      Dave Goodell <dgoodell@cisco.com>
2850 S:      Supported
2851 F:      drivers/infiniband/hw/usnic/
2852
2853 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2854 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2855 L:      netdev@vger.kernel.org
2856 S:      Maintained
2857 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2858
2859 CIRRUS LOGIC AUDIO CODEC DRIVERS
2860 M:      Brian Austin <brian.austin@cirrus.com>
2861 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2863 S:      Maintained
2864 F:      sound/soc/codecs/cs*
2865
2866 CLEANCACHE API
2867 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2868 L:      linux-kernel@vger.kernel.org
2869 S:      Maintained
2870 F:      mm/cleancache.c
2871 F:      include/linux/cleancache.h
2872
2873 CLK API
2874 M:      Russell King <linux@arm.linux.org.uk>
2875 L:      linux-clk@vger.kernel.org
2876 S:      Maintained
2877 F:      include/linux/clk.h
2878
2879 CLOCKSOURCE, CLOCKEVENT DRIVERS
2880 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2881 M:      Thomas Gleixner <tglx@linutronix.de>
2882 L:      linux-kernel@vger.kernel.org
2883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2884 S:      Supported
2885 F:      drivers/clocksource
2886
2887 CISCO FCOE HBA DRIVER
2888 M:      Hiral Patel <hiralpat@cisco.com>
2889 M:      Suma Ramars <sramars@cisco.com>
2890 M:      Brian Uchino <buchino@cisco.com>
2891 L:      linux-scsi@vger.kernel.org
2892 S:      Supported
2893 F:      drivers/scsi/fnic/
2894
2895 CISCO SCSI HBA DRIVER
2896 M:      Narsimhulu Musini <nmusini@cisco.com>
2897 M:      Sesidhar Baddela <sebaddel@cisco.com>
2898 L:      linux-scsi@vger.kernel.org
2899 S:      Supported
2900 F:      drivers/scsi/snic/
2901
2902 CMPC ACPI DRIVER
2903 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2904 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2905 L:      platform-driver-x86@vger.kernel.org
2906 S:      Supported
2907 F:      drivers/platform/x86/classmate-laptop.c
2908
2909 COBALT MEDIA DRIVER
2910 M:      Hans Verkuil <hans.verkuil@cisco.com>
2911 L:      linux-media@vger.kernel.org
2912 T:      git git://linuxtv.org/media_tree.git
2913 W:      https://linuxtv.org
2914 S:      Supported
2915 F:      drivers/media/pci/cobalt/
2916
2917 COCCINELLE/Semantic Patches (SmPL)
2918 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2919 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2920 M:      Nicolas Palix <nicolas.palix@imag.fr>
2921 M:      Michal Marek <mmarek@suse.com>
2922 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2924 W:      http://coccinelle.lip6.fr/
2925 S:      Supported
2926 F:      Documentation/coccinelle.txt
2927 F:      scripts/coccinelle/
2928 F:      scripts/coccicheck
2929
2930 CODA FILE SYSTEM
2931 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2932 M:      coda@cs.cmu.edu
2933 L:      codalist@coda.cs.cmu.edu
2934 W:      http://www.coda.cs.cmu.edu/
2935 S:      Maintained
2936 F:      Documentation/filesystems/coda.txt
2937 F:      fs/coda/
2938 F:      include/linux/coda*.h
2939 F:      include/uapi/linux/coda*.h
2940
2941 CODA V4L2 MEM2MEM DRIVER
2942 M:      Philipp Zabel <p.zabel@pengutronix.de>
2943 L:      linux-media@vger.kernel.org
2944 S:      Maintained
2945 F:      Documentation/devicetree/bindings/media/coda.txt
2946 F:      drivers/media/platform/coda/
2947
2948 COMMON CLK FRAMEWORK
2949 M:      Michael Turquette <mturquette@baylibre.com>
2950 M:      Stephen Boyd <sboyd@codeaurora.org>
2951 L:      linux-clk@vger.kernel.org
2952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2953 S:      Maintained
2954 F:      drivers/clk/
2955 X:      drivers/clk/clkdev.c
2956 F:      include/linux/clk-pr*
2957 F:      include/linux/clk/
2958
2959 COMMON INTERNET FILE SYSTEM (CIFS)
2960 M:      Steve French <sfrench@samba.org>
2961 L:      linux-cifs@vger.kernel.org
2962 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2963 W:      http://linux-cifs.samba.org/
2964 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2965 S:      Supported
2966 F:      Documentation/filesystems/cifs/
2967 F:      fs/cifs/
2968
2969 COMPACTPCI HOTPLUG CORE
2970 M:      Scott Murray <scott@spiteful.org>
2971 L:      linux-pci@vger.kernel.org
2972 S:      Maintained
2973 F:      drivers/pci/hotplug/cpci_hotplug*
2974
2975 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2976 M:      Scott Murray <scott@spiteful.org>
2977 L:      linux-pci@vger.kernel.org
2978 S:      Maintained
2979 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2980
2981 COMPACTPCI HOTPLUG GENERIC DRIVER
2982 M:      Scott Murray <scott@spiteful.org>
2983 L:      linux-pci@vger.kernel.org
2984 S:      Maintained
2985 F:      drivers/pci/hotplug/cpcihp_generic.c
2986
2987 COMPAL LAPTOP SUPPORT
2988 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2989 L:      platform-driver-x86@vger.kernel.org
2990 S:      Maintained
2991 F:      drivers/platform/x86/compal-laptop.c
2992
2993 CONEXANT ACCESSRUNNER USB DRIVER
2994 L:      accessrunner-general@lists.sourceforge.net
2995 W:      http://accessrunner.sourceforge.net/
2996 S:      Orphan
2997 F:      drivers/usb/atm/cxacru.c
2998
2999 CONFIGFS
3000 M:      Joel Becker <jlbec@evilplan.org>
3001 M:      Christoph Hellwig <hch@lst.de>
3002 T:      git git://git.infradead.org/users/hch/configfs.git
3003 S:      Supported
3004 F:      fs/configfs/
3005 F:      include/linux/configfs.h
3006
3007 CONNECTOR
3008 M:      Evgeniy Polyakov <zbr@ioremap.net>
3009 L:      netdev@vger.kernel.org
3010 S:      Maintained
3011 F:      drivers/connector/
3012
3013 CONTROL GROUP (CGROUP)
3014 M:      Tejun Heo <tj@kernel.org>
3015 M:      Li Zefan <lizefan@huawei.com>
3016 M:      Johannes Weiner <hannes@cmpxchg.org>
3017 L:      cgroups@vger.kernel.org
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3019 S:      Maintained
3020 F:      Documentation/cgroups/
3021 F:      include/linux/cgroup*
3022 F:      kernel/cgroup*
3023
3024 CONTROL GROUP - CPUSET
3025 M:      Li Zefan <lizefan@huawei.com>
3026 L:      cgroups@vger.kernel.org
3027 W:      http://www.bullopensource.org/cpuset/
3028 W:      http://oss.sgi.com/projects/cpusets/
3029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3030 S:      Maintained
3031 F:      Documentation/cgroups/cpusets.txt
3032 F:      include/linux/cpuset.h
3033 F:      kernel/cpuset.c
3034
3035 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3036 M:      Johannes Weiner <hannes@cmpxchg.org>
3037 M:      Michal Hocko <mhocko@kernel.org>
3038 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3039 L:      cgroups@vger.kernel.org
3040 L:      linux-mm@kvack.org
3041 S:      Maintained
3042 F:      mm/memcontrol.c
3043 F:      mm/swap_cgroup.c
3044
3045 CORETEMP HARDWARE MONITORING DRIVER
3046 M:      Fenghua Yu <fenghua.yu@intel.com>
3047 L:      lm-sensors@lm-sensors.org
3048 S:      Maintained
3049 F:      Documentation/hwmon/coretemp
3050 F:      drivers/hwmon/coretemp.c
3051
3052 COSA/SRP SYNC SERIAL DRIVER
3053 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3054 W:      http://www.fi.muni.cz/~kas/cosa/
3055 S:      Maintained
3056 F:      drivers/net/wan/cosa*
3057
3058 CPMAC ETHERNET DRIVER
3059 M:      Florian Fainelli <florian@openwrt.org>
3060 L:      netdev@vger.kernel.org
3061 S:      Maintained
3062 F:      drivers/net/ethernet/ti/cpmac.c
3063
3064 CPU FREQUENCY DRIVERS
3065 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3066 M:      Viresh Kumar <viresh.kumar@linaro.org>
3067 L:      linux-pm@vger.kernel.org
3068 S:      Maintained
3069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3070 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3071 F:      drivers/cpufreq/
3072 F:      include/linux/cpufreq.h
3073
3074 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3075 M:      Viresh Kumar <viresh.kumar@linaro.org>
3076 M:      Sudeep Holla <sudeep.holla@arm.com>
3077 L:      linux-pm@vger.kernel.org
3078 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3079 S:      Maintained
3080 F:      drivers/cpufreq/arm_big_little.h
3081 F:      drivers/cpufreq/arm_big_little.c
3082 F:      drivers/cpufreq/arm_big_little_dt.c
3083
3084 CPUIDLE DRIVER - ARM BIG LITTLE
3085 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3086 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3087 L:      linux-pm@vger.kernel.org
3088 L:      linux-arm-kernel@lists.infradead.org
3089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3090 S:      Maintained
3091 F:      drivers/cpuidle/cpuidle-big_little.c
3092
3093 CPUIDLE DRIVER - ARM EXYNOS
3094 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3095 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3096 M:      Kukjin Kim <kgene@kernel.org>
3097 L:      linux-pm@vger.kernel.org
3098 L:      linux-samsung-soc@vger.kernel.org
3099 S:      Supported
3100 F:      drivers/cpuidle/cpuidle-exynos.c
3101 F:      arch/arm/mach-exynos/pm.c
3102
3103 CPUIDLE DRIVERS
3104 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3105 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3106 L:      linux-pm@vger.kernel.org
3107 S:      Maintained
3108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3109 F:      drivers/cpuidle/*
3110 F:      include/linux/cpuidle.h
3111
3112 CPUID/MSR DRIVER
3113 M:      "H. Peter Anvin" <hpa@zytor.com>
3114 S:      Maintained
3115 F:      arch/x86/kernel/cpuid.c
3116 F:      arch/x86/kernel/msr.c
3117
3118 CPU POWER MONITORING SUBSYSTEM
3119 M:      Thomas Renninger <trenn@suse.com>
3120 L:      linux-pm@vger.kernel.org
3121 S:      Maintained
3122 F:      tools/power/cpupower/
3123
3124 CRAMFS FILESYSTEM
3125 W:      http://sourceforge.net/projects/cramfs/
3126 S:      Orphan / Obsolete
3127 F:      Documentation/filesystems/cramfs.txt
3128 F:      fs/cramfs/
3129
3130 CRIS PORT
3131 M:      Mikael Starvik <starvik@axis.com>
3132 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3133 L:      linux-cris-kernel@axis.com
3134 W:      http://developer.axis.com
3135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3136 S:      Maintained
3137 F:      arch/cris/
3138 F:      drivers/tty/serial/crisv10.*
3139
3140 CRYPTO API
3141 M:      Herbert Xu <herbert@gondor.apana.org.au>
3142 M:      "David S. Miller" <davem@davemloft.net>
3143 L:      linux-crypto@vger.kernel.org
3144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3146 S:      Maintained
3147 F:      Documentation/crypto/
3148 F:      Documentation/DocBook/crypto-API.tmpl
3149 F:      arch/*/crypto/
3150 F:      crypto/
3151 F:      drivers/crypto/
3152 F:      include/crypto/
3153
3154 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3155 M:      Neil Horman <nhorman@tuxdriver.com>
3156 L:      linux-crypto@vger.kernel.org
3157 S:      Maintained
3158 F:      crypto/ansi_cprng.c
3159 F:      crypto/rng.c
3160
3161 CS3308 MEDIA DRIVER
3162 M:      Hans Verkuil <hverkuil@xs4all.nl>
3163 L:      linux-media@vger.kernel.org
3164 T:      git git://linuxtv.org/media_tree.git
3165 W:      http://linuxtv.org
3166 S:      Odd Fixes
3167 F:      drivers/media/i2c/cs3308.c
3168 F:      drivers/media/i2c/cs3308.h
3169
3170 CS5535 Audio ALSA driver
3171 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3172 S:      Maintained
3173 F:      sound/pci/cs5535audio/
3174
3175 CW1200 WLAN driver
3176 M:      Solomon Peachy <pizza@shaftnet.org>
3177 S:      Maintained
3178 F:      drivers/net/wireless/st/cw1200/
3179
3180 CX18 VIDEO4LINUX DRIVER
3181 M:      Andy Walls <awalls@md.metrocast.net>
3182 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3183 L:      linux-media@vger.kernel.org
3184 T:      git git://linuxtv.org/media_tree.git
3185 W:      https://linuxtv.org
3186 W:      http://www.ivtvdriver.org/index.php/Cx18
3187 S:      Maintained
3188 F:      Documentation/video4linux/cx18.txt
3189 F:      drivers/media/pci/cx18/
3190 F:      include/uapi/linux/ivtv*
3191
3192 CX2341X MPEG ENCODER HELPER MODULE
3193 M:      Hans Verkuil <hverkuil@xs4all.nl>
3194 L:      linux-media@vger.kernel.org
3195 T:      git git://linuxtv.org/media_tree.git
3196 W:      https://linuxtv.org
3197 S:      Maintained
3198 F:      drivers/media/common/cx2341x*
3199 F:      include/media/cx2341x*
3200
3201 CX24120 MEDIA DRIVER
3202 M:      Jemma Denson <jdenson@gmail.com>
3203 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3204 L:      linux-media@vger.kernel.org
3205 W:      https://linuxtv.org
3206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3207 S:      Maintained
3208 F:      drivers/media/dvb-frontends/cx24120*
3209
3210 CX88 VIDEO4LINUX DRIVER
3211 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3212 L:      linux-media@vger.kernel.org
3213 W:      https://linuxtv.org
3214 T:      git git://linuxtv.org/media_tree.git
3215 S:      Odd fixes
3216 F:      Documentation/video4linux/cx88/
3217 F:      drivers/media/pci/cx88/
3218
3219 CXD2820R MEDIA DRIVER
3220 M:      Antti Palosaari <crope@iki.fi>
3221 L:      linux-media@vger.kernel.org
3222 W:      https://linuxtv.org
3223 W:      http://palosaari.fi/linux/
3224 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3225 T:      git git://linuxtv.org/anttip/media_tree.git
3226 S:      Maintained
3227 F:      drivers/media/dvb-frontends/cxd2820r*
3228
3229 CXGB3 ETHERNET DRIVER (CXGB3)
3230 M:      Santosh Raspatur <santosh@chelsio.com>
3231 L:      netdev@vger.kernel.org
3232 W:      http://www.chelsio.com
3233 S:      Supported
3234 F:      drivers/net/ethernet/chelsio/cxgb3/
3235
3236 CXGB3 ISCSI DRIVER (CXGB3I)
3237 M:      Karen Xie <kxie@chelsio.com>
3238 L:      linux-scsi@vger.kernel.org
3239 W:      http://www.chelsio.com
3240 S:      Supported
3241 F:      drivers/scsi/cxgbi/cxgb3i
3242
3243 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3244 M:      Steve Wise <swise@chelsio.com>
3245 L:      linux-rdma@vger.kernel.org
3246 W:      http://www.openfabrics.org
3247 S:      Supported
3248 F:      drivers/infiniband/hw/cxgb3/
3249
3250 CXGB4 ETHERNET DRIVER (CXGB4)
3251 M:      Hariprasad S <hariprasad@chelsio.com>
3252 L:      netdev@vger.kernel.org
3253 W:      http://www.chelsio.com
3254 S:      Supported
3255 F:      drivers/net/ethernet/chelsio/cxgb4/
3256
3257 CXGB4 ISCSI DRIVER (CXGB4I)
3258 M:      Karen Xie <kxie@chelsio.com>
3259 L:      linux-scsi@vger.kernel.org
3260 W:      http://www.chelsio.com
3261 S:      Supported
3262 F:      drivers/scsi/cxgbi/cxgb4i
3263
3264 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3265 M:      Steve Wise <swise@chelsio.com>
3266 L:      linux-rdma@vger.kernel.org
3267 W:      http://www.openfabrics.org
3268 S:      Supported
3269 F:      drivers/infiniband/hw/cxgb4/
3270
3271 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3272 M:      Casey Leedom <leedom@chelsio.com>
3273 L:      netdev@vger.kernel.org
3274 W:      http://www.chelsio.com
3275 S:      Supported
3276 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3277
3278 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3279 M:      Ian Munsie <imunsie@au1.ibm.com>
3280 M:      Michael Neuling <mikey@neuling.org>
3281 L:      linuxppc-dev@lists.ozlabs.org
3282 S:      Supported
3283 F:      drivers/misc/cxl/
3284 F:      include/misc/cxl*
3285 F:      include/uapi/misc/cxl.h
3286 F:      Documentation/powerpc/cxl.txt
3287 F:      Documentation/powerpc/cxl.txt
3288 F:      Documentation/ABI/testing/sysfs-class-cxl
3289
3290 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3291 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3292 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3293 L:      linux-scsi@vger.kernel.org
3294 S:      Supported
3295 F:      drivers/scsi/cxlflash/
3296 F:      include/uapi/scsi/cxlflash_ioctls.h
3297 F:      Documentation/powerpc/cxlflash.txt
3298
3299 STMMAC ETHERNET DRIVER
3300 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3301 L:      netdev@vger.kernel.org
3302 W:      http://www.stlinux.com
3303 S:      Supported
3304 F:      drivers/net/ethernet/stmicro/stmmac/
3305
3306 CYBERPRO FB DRIVER
3307 M:      Russell King <linux@arm.linux.org.uk>
3308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3309 W:      http://www.arm.linux.org.uk/
3310 S:      Maintained
3311 F:      drivers/video/fbdev/cyber2000fb.*
3312
3313 CYCLADES ASYNC MUX DRIVER
3314 W:      http://www.cyclades.com/
3315 S:      Orphan
3316 F:      drivers/tty/cyclades.c
3317 F:      include/linux/cyclades.h
3318 F:      include/uapi/linux/cyclades.h
3319
3320 CYCLADES PC300 DRIVER
3321 W:      http://www.cyclades.com/
3322 S:      Orphan
3323 F:      drivers/net/wan/pc300*
3324
3325 CYPRESS_FIRMWARE MEDIA DRIVER
3326 M:      Antti Palosaari <crope@iki.fi>
3327 L:      linux-media@vger.kernel.org
3328 W:      https://linuxtv.org
3329 W:      http://palosaari.fi/linux/
3330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3331 T:      git git://linuxtv.org/anttip/media_tree.git
3332 S:      Maintained
3333 F:      drivers/media/common/cypress_firmware*
3334
3335 CYTTSP TOUCHSCREEN DRIVER
3336 M:      Ferruh Yigit <fery@cypress.com>
3337 L:      linux-input@vger.kernel.org
3338 S:      Supported
3339 F:      drivers/input/touchscreen/cyttsp*
3340 F:      include/linux/input/cyttsp.h
3341
3342 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3343 M:      Joshua Kinard <kumba@gentoo.org>
3344 S:      Maintained
3345 F:      drivers/rtc/rtc-ds1685.c
3346 F:      include/linux/rtc/ds1685.h
3347
3348 DAMA SLAVE for AX.25
3349 M:      Joerg Reuter <jreuter@yaina.de>
3350 W:      http://yaina.de/jreuter/
3351 W:      http://www.qsl.net/dl1bke/
3352 L:      linux-hams@vger.kernel.org
3353 S:      Maintained
3354 F:      net/ax25/af_ax25.c
3355 F:      net/ax25/ax25_dev.c
3356 F:      net/ax25/ax25_ds_*
3357 F:      net/ax25/ax25_in.c
3358 F:      net/ax25/ax25_out.c
3359 F:      net/ax25/ax25_timer.c
3360 F:      net/ax25/sysctl_net_ax25.c
3361
3362 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3363 L:      netdev@vger.kernel.org
3364 S:      Orphan
3365 F:      Documentation/networking/dmfe.txt
3366 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3367
3368 DC390/AM53C974 SCSI driver
3369 M:      Hannes Reinecke <hare@suse.com>
3370 L:      linux-scsi@vger.kernel.org
3371 S:      Maintained
3372 F:      drivers/scsi/am53c974.c
3373
3374 DC395x SCSI driver
3375 M:      Oliver Neukum <oliver@neukum.org>
3376 M:      Ali Akcaagac <aliakc@web.de>
3377 M:      Jamie Lenehan <lenehan@twibble.org>
3378 L:      dc395x@twibble.org
3379 W:      http://twibble.org/dist/dc395x/
3380 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3381 S:      Maintained
3382 F:      Documentation/scsi/dc395x.txt
3383 F:      drivers/scsi/dc395x.*
3384
3385 DCCP PROTOCOL
3386 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3387 L:      dccp@vger.kernel.org
3388 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3389 S:      Maintained
3390 F:      include/linux/dccp.h
3391 F:      include/uapi/linux/dccp.h
3392 F:      include/linux/tfrc.h
3393 F:      net/dccp/
3394
3395 DECnet NETWORK LAYER
3396 W:      http://linux-decnet.sourceforge.net
3397 L:      linux-decnet-user@lists.sourceforge.net
3398 S:      Orphan
3399 F:      Documentation/networking/decnet.txt
3400 F:      net/decnet/
3401
3402 DECSTATION PLATFORM SUPPORT
3403 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3404 L:      linux-mips@linux-mips.org
3405 W:      http://www.linux-mips.org/wiki/DECstation
3406 S:      Maintained
3407 F:      arch/mips/dec/
3408 F:      arch/mips/include/asm/dec/
3409 F:      arch/mips/include/asm/mach-dec/
3410
3411 DEFXX FDDI NETWORK DRIVER
3412 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3413 S:      Maintained
3414 F:      drivers/net/fddi/defxx.*
3415
3416 DELL LAPTOP DRIVER
3417 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3418 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3419 L:      platform-driver-x86@vger.kernel.org
3420 S:      Maintained
3421 F:      drivers/platform/x86/dell-laptop.c
3422
3423 DELL LAPTOP RBTN DRIVER
3424 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3425 S:      Maintained
3426 F:      drivers/platform/x86/dell-rbtn.*
3427
3428 DELL LAPTOP FREEFALL DRIVER
3429 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3430 S:      Maintained
3431 F:      drivers/platform/x86/dell-smo8800.c
3432
3433 DELL LAPTOP SMM DRIVER
3434 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3435 S:      Maintained
3436 F:      drivers/hwmon/dell-smm-hwmon.c
3437 F:      include/uapi/linux/i8k.h
3438
3439 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3440 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3441 S:      Maintained
3442 F:      Documentation/dcdbas.txt
3443 F:      drivers/firmware/dcdbas.*
3444
3445 DELL WMI EXTRAS DRIVER
3446 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3447 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3448 S:      Maintained
3449 F:      drivers/platform/x86/dell-wmi.c
3450
3451 DESIGNWARE USB2 DRD IP DRIVER
3452 M:      John Youn <johnyoun@synopsys.com>
3453 L:      linux-usb@vger.kernel.org
3454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3455 S:      Maintained
3456 F:      drivers/usb/dwc2/
3457
3458 DESIGNWARE USB3 DRD IP DRIVER
3459 M:      Felipe Balbi <balbi@kernel.org>
3460 L:      linux-usb@vger.kernel.org
3461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3462 S:      Maintained
3463 F:      drivers/usb/dwc3/
3464
3465 DEVICE COREDUMP (DEV_COREDUMP)
3466 M:      Johannes Berg <johannes@sipsolutions.net>
3467 L:      linux-kernel@vger.kernel.org
3468 S:      Maintained
3469 F:      drivers/base/devcoredump.c
3470 F:      include/linux/devcoredump.h
3471
3472 DEVICE FREQUENCY (DEVFREQ)
3473 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3474 M:      Kyungmin Park <kyungmin.park@samsung.com>
3475 L:      linux-pm@vger.kernel.org
3476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3477 S:      Maintained
3478 F:      drivers/devfreq/
3479 F:      include/linux/devfreq.h
3480 F:      Documentation/devicetree/bindings/devfreq/
3481
3482 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3483 M:      Chanwoo Choi <cw00.choi@samsung.com>
3484 L:      linux-pm@vger.kernel.org
3485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3486 S:      Supported
3487 F:      drivers/devfreq/event/
3488 F:      drivers/devfreq/devfreq-event.c
3489 F:      include/linux/devfreq-event.h
3490 F:      Documentation/devicetree/bindings/devfreq/event/
3491
3492 DEVICE NUMBER REGISTRY
3493 M:      Torben Mathiasen <device@lanana.org>
3494 W:      http://lanana.org/docs/device-list/index.html
3495 S:      Maintained
3496
3497 DEVICE-MAPPER  (LVM)
3498 M:      Alasdair Kergon <agk@redhat.com>
3499 M:      Mike Snitzer <snitzer@redhat.com>
3500 M:      dm-devel@redhat.com
3501 L:      dm-devel@redhat.com
3502 W:      http://sources.redhat.com/dm
3503 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3505 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3506 S:      Maintained
3507 F:      Documentation/device-mapper/
3508 F:      drivers/md/dm*
3509 F:      drivers/md/persistent-data/
3510 F:      include/linux/device-mapper.h
3511 F:      include/linux/dm-*.h
3512 F:      include/uapi/linux/dm-*.h
3513
3514 DIALOG SEMICONDUCTOR DRIVERS
3515 M:      Support Opensource <support.opensource@diasemi.com>
3516 W:      http://www.dialog-semiconductor.com/products
3517 S:      Supported
3518 F:      Documentation/hwmon/da90??
3519 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3520 F:      drivers/gpio/gpio-da90??.c
3521 F:      drivers/hwmon/da90??-hwmon.c
3522 F:      drivers/iio/adc/da91??-*.c
3523 F:      drivers/input/misc/da90??_onkey.c
3524 F:      drivers/input/touchscreen/da9052_tsi.c
3525 F:      drivers/leds/leds-da90??.c
3526 F:      drivers/mfd/da903x.c
3527 F:      drivers/mfd/da90??-*.c
3528 F:      drivers/mfd/da91??-*.c
3529 F:      drivers/power/da9052-battery.c
3530 F:      drivers/power/da91??-*.c
3531 F:      drivers/regulator/da903x.c
3532 F:      drivers/regulator/da9???-regulator.[ch]
3533 F:      drivers/rtc/rtc-da90??.c
3534 F:      drivers/video/backlight/da90??_bl.c
3535 F:      drivers/watchdog/da90??_wdt.c
3536 F:      include/linux/mfd/da903x.h
3537 F:      include/linux/mfd/da9052/
3538 F:      include/linux/mfd/da9055/
3539 F:      include/linux/mfd/da9063/
3540 F:      include/linux/mfd/da9150/
3541 F:      include/sound/da[79]*.h
3542 F:      sound/soc/codecs/da[79]*.[ch]
3543
3544 DIGI NEO AND CLASSIC PCI PRODUCTS
3545 M:      Lidza Louina <lidza.louina@gmail.com>
3546 M:      Mark Hounschell <markh@compro.net>
3547 L:      driverdev-devel@linuxdriverproject.org
3548 S:      Maintained
3549 F:      drivers/staging/dgnc/
3550
3551 DIGI EPCA PCI PRODUCTS
3552 M:      Lidza Louina <lidza.louina@gmail.com>
3553 M:      Daeseok Youn <daeseok.youn@gmail.com>
3554 L:      driverdev-devel@linuxdriverproject.org
3555 S:      Maintained
3556 F:      drivers/staging/dgap/
3557
3558 DIOLAN U2C-12 I2C DRIVER
3559 M:      Guenter Roeck <linux@roeck-us.net>
3560 L:      linux-i2c@vger.kernel.org
3561 S:      Maintained
3562 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3563
3564 DIRECT ACCESS (DAX)
3565 M:      Matthew Wilcox <willy@linux.intel.com>
3566 L:      linux-fsdevel@vger.kernel.org
3567 S:      Supported
3568 F:      fs/dax.c
3569
3570 DIRECTORY NOTIFICATION (DNOTIFY)
3571 M:      Eric Paris <eparis@parisplace.org>
3572 S:      Maintained
3573 F:      Documentation/filesystems/dnotify.txt
3574 F:      fs/notify/dnotify/
3575 F:      include/linux/dnotify.h
3576
3577 DISK GEOMETRY AND PARTITION HANDLING
3578 M:      Andries Brouwer <aeb@cwi.nl>
3579 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3580 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3581 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3582 S:      Maintained
3583
3584 DISKQUOTA
3585 M:      Jan Kara <jack@suse.com>
3586 S:      Maintained
3587 F:      Documentation/filesystems/quota.txt
3588 F:      fs/quota/
3589 F:      include/linux/quota*.h
3590 F:      include/uapi/linux/quota*.h
3591
3592 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3593 M:      Bernie Thompson <bernie@plugable.com>
3594 L:      linux-fbdev@vger.kernel.org
3595 S:      Maintained
3596 W:      http://plugable.com/category/projects/udlfb/
3597 F:      drivers/video/fbdev/udlfb.c
3598 F:      include/video/udlfb.h
3599 F:      Documentation/fb/udlfb.txt
3600
3601 DISTRIBUTED LOCK MANAGER (DLM)
3602 M:      Christine Caulfield <ccaulfie@redhat.com>
3603 M:      David Teigland <teigland@redhat.com>
3604 L:      cluster-devel@redhat.com
3605 W:      http://sources.redhat.com/cluster/
3606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3607 S:      Supported
3608 F:      fs/dlm/
3609
3610 DMA BUFFER SHARING FRAMEWORK
3611 M:      Sumit Semwal <sumit.semwal@linaro.org>
3612 S:      Maintained
3613 L:      linux-media@vger.kernel.org
3614 L:      dri-devel@lists.freedesktop.org
3615 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3616 F:      drivers/dma-buf/
3617 F:      include/linux/dma-buf*
3618 F:      include/linux/reservation.h
3619 F:      include/linux/*fence.h
3620 F:      Documentation/dma-buf-sharing.txt
3621 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3622
3623 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3624 M:      Vinod Koul <vinod.koul@intel.com>
3625 L:      dmaengine@vger.kernel.org
3626 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3627 S:      Maintained
3628 F:      drivers/dma/
3629 F:      include/linux/dmaengine.h
3630 F:      Documentation/dmaengine/
3631 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3632
3633 DME1737 HARDWARE MONITOR DRIVER
3634 M:      Juerg Haefliger <juergh@gmail.com>
3635 L:      lm-sensors@lm-sensors.org
3636 S:      Maintained
3637 F:      Documentation/hwmon/dme1737
3638 F:      drivers/hwmon/dme1737.c
3639
3640 DMI/SMBIOS SUPPORT
3641 M:      Jean Delvare <jdelvare@suse.com>
3642 S:      Maintained
3643 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3644 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3645 F:      drivers/firmware/dmi-id.c
3646 F:      drivers/firmware/dmi_scan.c
3647 F:      include/linux/dmi.h
3648
3649 DOCUMENTATION
3650 M:      Jonathan Corbet <corbet@lwn.net>
3651 L:      linux-doc@vger.kernel.org
3652 S:      Maintained
3653 F:      Documentation/
3654 F:      scripts/docproc.c
3655 F:      scripts/kernel-doc*
3656 X:      Documentation/ABI/
3657 X:      Documentation/devicetree/
3658 X:      Documentation/acpi
3659 X:      Documentation/power
3660 X:      Documentation/spi
3661 X:      Documentation/DocBook/media
3662 T:      git git://git.lwn.net/linux.git docs-next
3663
3664 DOUBLETALK DRIVER
3665 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3666 L:      blinux-list@redhat.com
3667 S:      Maintained
3668 F:      drivers/char/dtlk.c
3669 F:      include/linux/dtlk.h
3670
3671 DPT_I2O SCSI RAID DRIVER
3672 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3673 L:      linux-scsi@vger.kernel.org
3674 W:      http://www.adaptec.com/
3675 S:      Maintained
3676 F:      drivers/scsi/dpt*
3677 F:      drivers/scsi/dpt/
3678
3679 DRBD DRIVER
3680 M:      Philipp Reisner <philipp.reisner@linbit.com>
3681 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3682 L:      drbd-dev@lists.linbit.com
3683 W:      http://www.drbd.org
3684 T:      git git://git.linbit.com/linux-drbd.git
3685 T:      git git://git.linbit.com/drbd-8.4.git
3686 S:      Supported
3687 F:      drivers/block/drbd/
3688 F:      lib/lru_cache.c
3689 F:      Documentation/blockdev/drbd/
3690
3691 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3692 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3694 S:      Supported
3695 F:      Documentation/kobject.txt
3696 F:      drivers/base/
3697 F:      fs/debugfs/
3698 F:      fs/kernfs/
3699 F:      fs/sysfs/
3700 F:      include/linux/debugfs.h
3701 F:      include/linux/kobj*
3702 F:      lib/kobj*
3703
3704 DRM DRIVERS
3705 M:      David Airlie <airlied@linux.ie>
3706 L:      dri-devel@lists.freedesktop.org
3707 T:      git git://people.freedesktop.org/~airlied/linux
3708 S:      Maintained
3709 F:      drivers/gpu/drm/
3710 F:      drivers/gpu/vga/
3711 F:      include/drm/
3712 F:      include/uapi/drm/
3713
3714 RADEON DRM DRIVERS
3715 M:      Alex Deucher <alexander.deucher@amd.com>
3716 M:      Christian König <christian.koenig@amd.com>
3717 L:      dri-devel@lists.freedesktop.org
3718 T:      git git://people.freedesktop.org/~agd5f/linux
3719 S:      Supported
3720 F:      drivers/gpu/drm/radeon/
3721 F:      include/uapi/drm/radeon*
3722
3723 DRM PANEL DRIVERS
3724 M:      Thierry Reding <thierry.reding@gmail.com>
3725 L:      dri-devel@lists.freedesktop.org
3726 T:      git git://anongit.freedesktop.org/tegra/linux.git
3727 S:      Maintained
3728 F:      drivers/gpu/drm/drm_panel.c
3729 F:      drivers/gpu/drm/panel/
3730 F:      include/drm/drm_panel.h
3731 F:      Documentation/devicetree/bindings/display/panel/
3732
3733 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3734 M:      Daniel Vetter <daniel.vetter@intel.com>
3735 M:      Jani Nikula <jani.nikula@linux.intel.com>
3736 L:      intel-gfx@lists.freedesktop.org
3737 L:      dri-devel@lists.freedesktop.org
3738 W:      https://01.org/linuxgraphics/
3739 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3740 T:      git git://anongit.freedesktop.org/drm-intel
3741 S:      Supported
3742 F:      drivers/gpu/drm/i915/
3743 F:      include/drm/i915*
3744 F:      include/uapi/drm/i915*
3745
3746 DRM DRIVERS FOR ATMEL HLCDC
3747 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3748 L:      dri-devel@lists.freedesktop.org
3749 S:      Supported
3750 F:      drivers/gpu/drm/atmel-hlcdc/
3751 F:      Documentation/devicetree/bindings/drm/atmel/
3752
3753 DRM DRIVERS FOR EXYNOS
3754 M:      Inki Dae <inki.dae@samsung.com>
3755 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3756 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3757 M:      Kyungmin Park <kyungmin.park@samsung.com>
3758 L:      dri-devel@lists.freedesktop.org
3759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3760 S:      Supported
3761 F:      drivers/gpu/drm/exynos/
3762 F:      include/drm/exynos*
3763 F:      include/uapi/drm/exynos*
3764
3765 DRM DRIVERS FOR FREESCALE DCU
3766 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3767 M:      Alison Wang <alison.wang@freescale.com>
3768 L:      dri-devel@lists.freedesktop.org
3769 S:      Supported
3770 F:      drivers/gpu/drm/fsl-dcu/
3771 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3772 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3773
3774 DRM DRIVERS FOR FREESCALE IMX
3775 M:      Philipp Zabel <p.zabel@pengutronix.de>
3776 L:      dri-devel@lists.freedesktop.org
3777 S:      Maintained
3778 F:      drivers/gpu/drm/imx/
3779 F:      drivers/gpu/ipu-v3/
3780 F:      Documentation/devicetree/bindings/display/imx/
3781
3782 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3783 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3784 L:      dri-devel@lists.freedesktop.org
3785 T:      git git://github.com/patjak/drm-gma500
3786 S:      Maintained
3787 F:      drivers/gpu/drm/gma500
3788 F:      include/drm/gma500*
3789
3790 DRM DRIVERS FOR NVIDIA TEGRA
3791 M:      Thierry Reding <thierry.reding@gmail.com>
3792 M:      Terje Bergström <tbergstrom@nvidia.com>
3793 L:      dri-devel@lists.freedesktop.org
3794 L:      linux-tegra@vger.kernel.org
3795 T:      git git://anongit.freedesktop.org/tegra/linux.git
3796 S:      Supported
3797 F:      drivers/gpu/drm/tegra/
3798 F:      drivers/gpu/host1x/
3799 F:      include/linux/host1x.h
3800 F:      include/uapi/drm/tegra_drm.h
3801 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3802
3803 DRM DRIVERS FOR RENESAS
3804 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3805 L:      dri-devel@lists.freedesktop.org
3806 L:      linux-renesas-soc@vger.kernel.org
3807 T:      git git://people.freedesktop.org/~airlied/linux
3808 S:      Supported
3809 F:      drivers/gpu/drm/rcar-du/
3810 F:      drivers/gpu/drm/shmobile/
3811 F:      include/linux/platform_data/shmob_drm.h
3812
3813 DRM DRIVERS FOR ROCKCHIP
3814 M:      Mark Yao <mark.yao@rock-chips.com>
3815 L:      dri-devel@lists.freedesktop.org
3816 S:      Maintained
3817 F:      drivers/gpu/drm/rockchip/
3818 F:      Documentation/devicetree/bindings/display/rockchip*
3819
3820 DRM DRIVERS FOR STI
3821 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3822 M:      Vincent Abriou <vincent.abriou@st.com>
3823 L:      dri-devel@lists.freedesktop.org
3824 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3825 S:      Maintained
3826 F:      drivers/gpu/drm/sti
3827 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3828
3829 DRM DRIVERS FOR VIVANTE GPU IP
3830 M:      Lucas Stach <l.stach@pengutronix.de>
3831 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3832 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3833 L:      dri-devel@lists.freedesktop.org
3834 S:      Maintained
3835 F:      drivers/gpu/drm/etnaviv
3836 F:      Documentation/devicetree/bindings/display/etnaviv
3837
3838 DSBR100 USB FM RADIO DRIVER
3839 M:      Alexey Klimov <klimov.linux@gmail.com>
3840 L:      linux-media@vger.kernel.org
3841 T:      git git://linuxtv.org/media_tree.git
3842 S:      Maintained
3843 F:      drivers/media/radio/dsbr100.c
3844
3845 DSCC4 DRIVER
3846 M:      Francois Romieu <romieu@fr.zoreil.com>
3847 L:      netdev@vger.kernel.org
3848 S:      Maintained
3849 F:      drivers/net/wan/dscc4.c
3850
3851 DT3155 MEDIA DRIVER
3852 M:      Hans Verkuil <hverkuil@xs4all.nl>
3853 L:      linux-media@vger.kernel.org
3854 T:      git git://linuxtv.org/media_tree.git
3855 W:      https://linuxtv.org
3856 S:      Odd Fixes
3857 F:      drivers/media/pci/dt3155/
3858
3859 DVB_USB_AF9015 MEDIA DRIVER
3860 M:      Antti Palosaari <crope@iki.fi>
3861 L:      linux-media@vger.kernel.org
3862 W:      https://linuxtv.org
3863 W:      http://palosaari.fi/linux/
3864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3865 T:      git git://linuxtv.org/anttip/media_tree.git
3866 S:      Maintained
3867 F:      drivers/media/usb/dvb-usb-v2/af9015*
3868
3869 DVB_USB_AF9035 MEDIA DRIVER
3870 M:      Antti Palosaari <crope@iki.fi>
3871 L:      linux-media@vger.kernel.org
3872 W:      https://linuxtv.org
3873 W:      http://palosaari.fi/linux/
3874 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3875 T:      git git://linuxtv.org/anttip/media_tree.git
3876 S:      Maintained
3877 F:      drivers/media/usb/dvb-usb-v2/af9035*
3878
3879 DVB_USB_ANYSEE MEDIA DRIVER
3880 M:      Antti Palosaari <crope@iki.fi>
3881 L:      linux-media@vger.kernel.org
3882 W:      https://linuxtv.org
3883 W:      http://palosaari.fi/linux/
3884 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3885 T:      git git://linuxtv.org/anttip/media_tree.git
3886 S:      Maintained
3887 F:      drivers/media/usb/dvb-usb-v2/anysee*
3888
3889 DVB_USB_AU6610 MEDIA DRIVER
3890 M:      Antti Palosaari <crope@iki.fi>
3891 L:      linux-media@vger.kernel.org
3892 W:      https://linuxtv.org
3893 W:      http://palosaari.fi/linux/
3894 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3895 T:      git git://linuxtv.org/anttip/media_tree.git
3896 S:      Maintained
3897 F:      drivers/media/usb/dvb-usb-v2/au6610*
3898
3899 DVB_USB_CE6230 MEDIA DRIVER
3900 M:      Antti Palosaari <crope@iki.fi>
3901 L:      linux-media@vger.kernel.org
3902 W:      https://linuxtv.org
3903 W:      http://palosaari.fi/linux/
3904 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3905 T:      git git://linuxtv.org/anttip/media_tree.git
3906 S:      Maintained
3907 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3908
3909 DVB_USB_CXUSB MEDIA DRIVER
3910 M:      Michael Krufky <mkrufky@linuxtv.org>
3911 L:      linux-media@vger.kernel.org
3912 W:      https://linuxtv.org
3913 W:      http://github.com/mkrufky
3914 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3915 T:      git git://linuxtv.org/media_tree.git
3916 S:      Maintained
3917 F:      drivers/media/usb/dvb-usb/cxusb*
3918
3919 DVB_USB_EC168 MEDIA DRIVER
3920 M:      Antti Palosaari <crope@iki.fi>
3921 L:      linux-media@vger.kernel.org
3922 W:      https://linuxtv.org
3923 W:      http://palosaari.fi/linux/
3924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3925 T:      git git://linuxtv.org/anttip/media_tree.git
3926 S:      Maintained
3927 F:      drivers/media/usb/dvb-usb-v2/ec168*
3928
3929 DVB_USB_GL861 MEDIA DRIVER
3930 M:      Antti Palosaari <crope@iki.fi>
3931 L:      linux-media@vger.kernel.org
3932 W:      https://linuxtv.org
3933 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3934 T:      git git://linuxtv.org/anttip/media_tree.git
3935 S:      Maintained
3936 F:      drivers/media/usb/dvb-usb-v2/gl861*
3937
3938 DVB_USB_MXL111SF MEDIA DRIVER
3939 M:      Michael Krufky <mkrufky@linuxtv.org>
3940 L:      linux-media@vger.kernel.org
3941 W:      https://linuxtv.org
3942 W:      http://github.com/mkrufky
3943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3944 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3945 S:      Maintained
3946 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3947
3948 DVB_USB_RTL28XXU MEDIA DRIVER
3949 M:      Antti Palosaari <crope@iki.fi>
3950 L:      linux-media@vger.kernel.org
3951 W:      https://linuxtv.org
3952 W:      http://palosaari.fi/linux/
3953 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3954 T:      git git://linuxtv.org/anttip/media_tree.git
3955 S:      Maintained
3956 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3957
3958 DVB_USB_V2 MEDIA DRIVER
3959 M:      Antti Palosaari <crope@iki.fi>
3960 L:      linux-media@vger.kernel.org
3961 W:      https://linuxtv.org
3962 W:      http://palosaari.fi/linux/
3963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3964 T:      git git://linuxtv.org/anttip/media_tree.git
3965 S:      Maintained
3966 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3967 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3968
3969 DYNAMIC DEBUG
3970 M:      Jason Baron <jbaron@akamai.com>
3971 S:      Maintained
3972 F:      lib/dynamic_debug.c
3973 F:      include/linux/dynamic_debug.h
3974
3975 DZ DECSTATION DZ11 SERIAL DRIVER
3976 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3977 S:      Maintained
3978 F:      drivers/tty/serial/dz.*
3979
3980 E3X0 POWER BUTTON DRIVER
3981 M:      Moritz Fischer <moritz.fischer@ettus.com>
3982 L:      usrp-users@lists.ettus.com
3983 W:      http://www.ettus.com
3984 S:      Supported
3985 F:      drivers/input/misc/e3x0-button.c
3986 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3987
3988 E4000 MEDIA DRIVER
3989 M:      Antti Palosaari <crope@iki.fi>
3990 L:      linux-media@vger.kernel.org
3991 W:      https://linuxtv.org
3992 W:      http://palosaari.fi/linux/
3993 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3994 T:      git git://linuxtv.org/anttip/media_tree.git
3995 S:      Maintained
3996 F:      drivers/media/tuners/e4000*
3997
3998 EATA ISA/EISA/PCI SCSI DRIVER
3999 M:      Dario Ballabio <ballabio_dario@emc.com>
4000 L:      linux-scsi@vger.kernel.org
4001 S:      Maintained
4002 F:      drivers/scsi/eata.c
4003
4004 EC100 MEDIA DRIVER
4005 M:      Antti Palosaari <crope@iki.fi>
4006 L:      linux-media@vger.kernel.org
4007 W:      https://linuxtv.org
4008 W:      http://palosaari.fi/linux/
4009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4010 T:      git git://linuxtv.org/anttip/media_tree.git
4011 S:      Maintained
4012 F:      drivers/media/dvb-frontends/ec100*
4013
4014 ECRYPT FILE SYSTEM
4015 M:      Tyler Hicks <tyhicks@canonical.com>
4016 L:      ecryptfs@vger.kernel.org
4017 W:      http://ecryptfs.org
4018 W:      https://launchpad.net/ecryptfs
4019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4020 S:      Supported
4021 F:      Documentation/filesystems/ecryptfs.txt
4022 F:      fs/ecryptfs/
4023
4024 EDAC-CORE
4025 M:      Doug Thompson <dougthompson@xmission.com>
4026 M:      Borislav Petkov <bp@alien8.de>
4027 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4028 L:      linux-edac@vger.kernel.org
4029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4031 S:      Supported
4032 F:      Documentation/edac.txt
4033 F:      drivers/edac/
4034 F:      include/linux/edac.h
4035
4036 EDAC-AMD64
4037 M:      Doug Thompson <dougthompson@xmission.com>
4038 M:      Borislav Petkov <bp@alien8.de>
4039 L:      linux-edac@vger.kernel.org
4040 S:      Maintained
4041 F:      drivers/edac/amd64_edac*
4042
4043 EDAC-CALXEDA
4044 M:      Doug Thompson <dougthompson@xmission.com>
4045 M:      Robert Richter <rric@kernel.org>
4046 L:      linux-edac@vger.kernel.org
4047 S:      Maintained
4048 F:      drivers/edac/highbank*
4049
4050 EDAC-CAVIUM
4051 M:      Ralf Baechle <ralf@linux-mips.org>
4052 M:      David Daney <david.daney@cavium.com>
4053 L:      linux-edac@vger.kernel.org
4054 L:      linux-mips@linux-mips.org
4055 S:      Supported
4056 F:      drivers/edac/octeon_edac*
4057
4058 EDAC-E752X
4059 M:      Mark Gross <mark.gross@intel.com>
4060 M:      Doug Thompson <dougthompson@xmission.com>
4061 L:      linux-edac@vger.kernel.org
4062 S:      Maintained
4063 F:      drivers/edac/e752x_edac.c
4064
4065 EDAC-E7XXX
4066 M:      Doug Thompson <dougthompson@xmission.com>
4067 L:      linux-edac@vger.kernel.org
4068 S:      Maintained
4069 F:      drivers/edac/e7xxx_edac.c
4070
4071 EDAC-GHES
4072 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4073 L:      linux-edac@vger.kernel.org
4074 S:      Maintained
4075 F:      drivers/edac/ghes_edac.c
4076
4077 EDAC-I82443BXGX
4078 M:      Tim Small <tim@buttersideup.com>
4079 L:      linux-edac@vger.kernel.org
4080 S:      Maintained
4081 F:      drivers/edac/i82443bxgx_edac.c
4082
4083 EDAC-I3000
4084 M:      Jason Uhlenkott <juhlenko@akamai.com>
4085 L:      linux-edac@vger.kernel.org
4086 S:      Maintained
4087 F:      drivers/edac/i3000_edac.c
4088
4089 EDAC-I5000
4090 M:      Doug Thompson <dougthompson@xmission.com>
4091 L:      linux-edac@vger.kernel.org
4092 S:      Maintained
4093 F:      drivers/edac/i5000_edac.c
4094
4095 EDAC-I5400
4096 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4097 L:      linux-edac@vger.kernel.org
4098 S:      Maintained
4099 F:      drivers/edac/i5400_edac.c
4100
4101 EDAC-I7300
4102 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4103 L:      linux-edac@vger.kernel.org
4104 S:      Maintained
4105 F:      drivers/edac/i7300_edac.c
4106
4107 EDAC-I7CORE
4108 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4109 L:      linux-edac@vger.kernel.org
4110 S:      Maintained
4111 F:      drivers/edac/i7core_edac.c
4112
4113 EDAC-I82975X
4114 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4115 M:      "Arvind R." <arvino55@gmail.com>
4116 L:      linux-edac@vger.kernel.org
4117 S:      Maintained
4118 F:      drivers/edac/i82975x_edac.c
4119
4120 EDAC-IE31200
4121 M:      Jason Baron <jbaron@akamai.com>
4122 L:      linux-edac@vger.kernel.org
4123 S:      Maintained
4124 F:      drivers/edac/ie31200_edac.c
4125
4126 EDAC-MPC85XX
4127 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4128 L:      linux-edac@vger.kernel.org
4129 S:      Maintained
4130 F:      drivers/edac/mpc85xx_edac.[ch]
4131
4132 EDAC-PASEMI
4133 M:      Egor Martovetsky <egor@pasemi.com>
4134 L:      linux-edac@vger.kernel.org
4135 S:      Maintained
4136 F:      drivers/edac/pasemi_edac.c
4137
4138 EDAC-R82600
4139 M:      Tim Small <tim@buttersideup.com>
4140 L:      linux-edac@vger.kernel.org
4141 S:      Maintained
4142 F:      drivers/edac/r82600_edac.c
4143
4144 EDAC-SBRIDGE
4145 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4146 L:      linux-edac@vger.kernel.org
4147 S:      Maintained
4148 F:      drivers/edac/sb_edac.c
4149
4150 EDAC-XGENE
4151 APPLIED MICRO (APM) X-GENE SOC EDAC
4152 M:     Loc Ho <lho@apm.com>
4153 S:     Supported
4154 F:     drivers/edac/xgene_edac.c
4155 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4156
4157 EDIROL UA-101/UA-1000 DRIVER
4158 M:      Clemens Ladisch <clemens@ladisch.de>
4159 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4160 T:      git git://git.alsa-project.org/alsa-kernel.git
4161 S:      Maintained
4162 F:      sound/usb/misc/ua101.c
4163
4164 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4165 M:      Matt Fleming <matt@codeblueprint.co.uk>
4166 L:      linux-efi@vger.kernel.org
4167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4168 S:      Maintained
4169 F:      Documentation/efi-stub.txt
4170 F:      arch/ia64/kernel/efi.c
4171 F:      arch/x86/boot/compressed/eboot.[ch]
4172 F:      arch/x86/include/asm/efi.h
4173 F:      arch/x86/platform/efi/*
4174 F:      drivers/firmware/efi/*
4175 F:      include/linux/efi*.h
4176
4177 EFI VARIABLE FILESYSTEM
4178 M:      Matthew Garrett <matthew.garrett@nebula.com>
4179 M:      Jeremy Kerr <jk@ozlabs.org>
4180 M:      Matt Fleming <matt@codeblueprint.co.uk>
4181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4182 L:      linux-efi@vger.kernel.org
4183 S:      Maintained
4184 F:      fs/efivarfs/
4185
4186 EFIFB FRAMEBUFFER DRIVER
4187 L:      linux-fbdev@vger.kernel.org
4188 M:      Peter Jones <pjones@redhat.com>
4189 S:      Maintained
4190 F:      drivers/video/fbdev/efifb.c
4191
4192 EFS FILESYSTEM
4193 W:      http://aeschi.ch.eu.org/efs/
4194 S:      Orphan
4195 F:      fs/efs/
4196
4197 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4198 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4199 L:      netdev@vger.kernel.org
4200 S:      Maintained
4201 F:      drivers/net/ethernet/ibm/ehea/
4202
4203 EM28XX VIDEO4LINUX DRIVER
4204 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4205 L:      linux-media@vger.kernel.org
4206 W:      https://linuxtv.org
4207 T:      git git://linuxtv.org/media_tree.git
4208 S:      Maintained
4209 F:      drivers/media/usb/em28xx/
4210
4211 EMBEDDED LINUX
4212 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4213 M:      Matt Mackall <mpm@selenic.com>
4214 M:      David Woodhouse <dwmw2@infradead.org>
4215 L:      linux-embedded@vger.kernel.org
4216 S:      Maintained
4217
4218 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4219 M:      James Smart <james.smart@avagotech.com>
4220 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4221 L:      linux-scsi@vger.kernel.org
4222 W:      http://www.avagotech.com
4223 S:      Supported
4224 F:      drivers/scsi/lpfc/
4225
4226 ENE CB710 FLASH CARD READER DRIVER
4227 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4228 S:      Maintained
4229 F:      drivers/misc/cb710/
4230 F:      drivers/mmc/host/cb710-mmc.*
4231 F:      include/linux/cb710.h
4232
4233 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4234 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4235 S:      Maintained
4236 F:      drivers/media/rc/ene_ir.*
4237
4238 ENHANCED ERROR HANDLING (EEH)
4239 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4240 L:      linuxppc-dev@lists.ozlabs.org
4241 S:      Supported
4242 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4243 F:      arch/powerpc/kernel/eeh*.c
4244
4245 EPSON S1D13XXX FRAMEBUFFER DRIVER
4246 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4247 S:      Maintained
4248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4249 F:      drivers/video/fbdev/s1d13xxxfb.c
4250 F:      include/video/s1d13xxxfb.h
4251
4252 ET131X NETWORK DRIVER
4253 M:      Mark Einon <mark.einon@gmail.com>
4254 S:      Odd Fixes
4255 F:      drivers/net/ethernet/agere/
4256
4257 ETHERNET BRIDGE
4258 M:      Stephen Hemminger <stephen@networkplumber.org>
4259 L:      bridge@lists.linux-foundation.org
4260 L:      netdev@vger.kernel.org
4261 W:      http://www.linuxfoundation.org/en/Net:Bridge
4262 S:      Maintained
4263 F:      include/linux/netfilter_bridge/
4264 F:      net/bridge/
4265
4266 ETHERNET PHY LIBRARY
4267 M:      Florian Fainelli <f.fainelli@gmail.com>
4268 L:      netdev@vger.kernel.org
4269 S:      Maintained
4270 F:      include/linux/phy.h
4271 F:      include/linux/phy_fixed.h
4272 F:      drivers/net/phy/
4273 F:      Documentation/networking/phy.txt
4274 F:      drivers/of/of_mdio.c
4275 F:      drivers/of/of_net.c
4276
4277 EXT2 FILE SYSTEM
4278 M:      Jan Kara <jack@suse.com>
4279 L:      linux-ext4@vger.kernel.org
4280 S:      Maintained
4281 F:      Documentation/filesystems/ext2.txt
4282 F:      fs/ext2/
4283 F:      include/linux/ext2*
4284
4285 EXT4 FILE SYSTEM
4286 M:      "Theodore Ts'o" <tytso@mit.edu>
4287 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4288 L:      linux-ext4@vger.kernel.org
4289 W:      http://ext4.wiki.kernel.org
4290 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4292 S:      Maintained
4293 F:      Documentation/filesystems/ext4.txt
4294 F:      fs/ext4/
4295
4296 Extended Verification Module (EVM)
4297 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4298 L:      linux-ima-devel@lists.sourceforge.net
4299 L:      linux-security-module@vger.kernel.org
4300 S:      Supported
4301 F:      security/integrity/evm/
4302
4303 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4304 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4305 M:      Chanwoo Choi <cw00.choi@samsung.com>
4306 L:      linux-kernel@vger.kernel.org
4307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4308 S:      Maintained
4309 F:      drivers/extcon/
4310 F:      include/linux/extcon/
4311 F:      include/linux/extcon.h
4312 F:      Documentation/extcon/
4313 F:      Documentation/devicetree/bindings/extcon/
4314
4315 EXYNOS DP DRIVER
4316 M:      Jingoo Han <jingoohan1@gmail.com>
4317 L:      dri-devel@lists.freedesktop.org
4318 S:      Maintained
4319 F:      drivers/gpu/drm/exynos/exynos_dp*
4320
4321 EXYNOS MIPI DISPLAY DRIVERS
4322 M:      Inki Dae <inki.dae@samsung.com>
4323 M:      Donghwa Lee <dh09.lee@samsung.com>
4324 M:      Kyungmin Park <kyungmin.park@samsung.com>
4325 L:      linux-fbdev@vger.kernel.org
4326 S:      Maintained
4327 F:      drivers/video/fbdev/exynos/exynos_mipi*
4328 F:      include/video/exynos_mipi*
4329
4330 F71805F HARDWARE MONITORING DRIVER
4331 M:      Jean Delvare <jdelvare@suse.com>
4332 L:      lm-sensors@lm-sensors.org
4333 S:      Maintained
4334 F:      Documentation/hwmon/f71805f
4335 F:      drivers/hwmon/f71805f.c
4336
4337 FC0011 TUNER DRIVER
4338 M:      Michael Buesch <m@bues.ch>
4339 L:      linux-media@vger.kernel.org
4340 S:      Maintained
4341 F:      drivers/media/tuners/fc0011.h
4342 F:      drivers/media/tuners/fc0011.c
4343
4344 FC2580 MEDIA DRIVER
4345 M:      Antti Palosaari <crope@iki.fi>
4346 L:      linux-media@vger.kernel.org
4347 W:      https://linuxtv.org
4348 W:      http://palosaari.fi/linux/
4349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4350 T:      git git://linuxtv.org/anttip/media_tree.git
4351 S:      Maintained
4352 F:      drivers/media/tuners/fc2580*
4353
4354 FANOTIFY
4355 M:      Eric Paris <eparis@redhat.com>
4356 S:      Maintained
4357 F:      fs/notify/fanotify/
4358 F:      include/linux/fanotify.h
4359 F:      include/uapi/linux/fanotify.h
4360
4361 FARSYNC SYNCHRONOUS DRIVER
4362 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4363 W:      http://www.farsite.co.uk/
4364 S:      Supported
4365 F:      drivers/net/wan/farsync.*
4366
4367 FAULT INJECTION SUPPORT
4368 M:      Akinobu Mita <akinobu.mita@gmail.com>
4369 S:      Supported
4370 F:      Documentation/fault-injection/
4371 F:      lib/fault-inject.c
4372
4373 FBTFT Framebuffer drivers
4374 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4375 M:      Noralf Trønnes <noralf@tronnes.org>
4376 S:      Maintained
4377 F:      drivers/staging/fbtft/
4378
4379 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4380 M:      Vasu Dev <vasu.dev@intel.com>
4381 L:      fcoe-devel@open-fcoe.org
4382 W:      www.Open-FCoE.org
4383 S:      Supported
4384 F:      drivers/scsi/libfc/
4385 F:      drivers/scsi/fcoe/
4386 F:      include/scsi/fc/
4387 F:      include/scsi/libfc.h
4388 F:      include/scsi/libfcoe.h
4389 F:      include/uapi/scsi/fc/
4390
4391 FILE LOCKING (flock() and fcntl()/lockf())
4392 M:      Jeff Layton <jlayton@poochiereds.net>
4393 M:      "J. Bruce Fields" <bfields@fieldses.org>
4394 L:      linux-fsdevel@vger.kernel.org
4395 S:      Maintained
4396 F:      include/linux/fcntl.h
4397 F:      include/linux/fs.h
4398 F:      include/uapi/linux/fcntl.h
4399 F:      include/uapi/linux/fs.h
4400 F:      fs/fcntl.c
4401 F:      fs/locks.c
4402
4403 FILESYSTEMS (VFS and infrastructure)
4404 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4405 L:      linux-fsdevel@vger.kernel.org
4406 S:      Maintained
4407 F:      fs/*
4408
4409 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4410 M:      Riku Voipio <riku.voipio@iki.fi>
4411 L:      lm-sensors@lm-sensors.org
4412 S:      Maintained
4413 F:      drivers/hwmon/f75375s.c
4414 F:      include/linux/f75375s.h
4415
4416 FIREWIRE AUDIO DRIVERS
4417 M:      Clemens Ladisch <clemens@ladisch.de>
4418 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4419 T:      git git://git.alsa-project.org/alsa-kernel.git
4420 S:      Maintained
4421 F:      sound/firewire/
4422
4423 FIREWIRE MEDIA DRIVERS (firedtv)
4424 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4425 L:      linux-media@vger.kernel.org
4426 L:      linux1394-devel@lists.sourceforge.net
4427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4428 S:      Maintained
4429 F:      drivers/media/firewire/
4430
4431 FIREWIRE SBP-2 TARGET
4432 M:      Chris Boot <bootc@bootc.net>
4433 L:      linux-scsi@vger.kernel.org
4434 L:      target-devel@vger.kernel.org
4435 L:      linux1394-devel@lists.sourceforge.net
4436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4437 S:      Maintained
4438 F:      drivers/target/sbp/
4439
4440 FIREWIRE SUBSYSTEM
4441 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4442 L:      linux1394-devel@lists.sourceforge.net
4443 W:      http://ieee1394.wiki.kernel.org/
4444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4445 S:      Maintained
4446 F:      drivers/firewire/
4447 F:      include/linux/firewire.h
4448 F:      include/uapi/linux/firewire*.h
4449 F:      tools/firewire/
4450
4451 FIRMWARE LOADER (request_firmware)
4452 M:      Ming Lei <ming.lei@canonical.com>
4453 L:      linux-kernel@vger.kernel.org
4454 S:      Maintained
4455 F:      Documentation/firmware_class/
4456 F:      drivers/base/firmware*.c
4457 F:      include/linux/firmware.h
4458
4459 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4460 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4461 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4462 S:      Maintained
4463 F:      drivers/block/rsxx/
4464
4465 FLOPPY DRIVER
4466 M:      Jiri Kosina <jikos@kernel.org>
4467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4468 S:      Odd fixes
4469 F:      drivers/block/floppy.c
4470
4471 FMC SUBSYSTEM
4472 M:      Alessandro Rubini <rubini@gnudd.com>
4473 W:      http://www.ohwr.org/projects/fmc-bus
4474 S:      Supported
4475 F:      drivers/fmc/
4476 F:      include/linux/fmc*.h
4477 F:      include/linux/ipmi-fru.h
4478 K:      fmc_d.*register
4479
4480 FPGA MANAGER FRAMEWORK
4481 M:      Alan Tull <atull@opensource.altera.com>
4482 R:      Moritz Fischer <moritz.fischer@ettus.com>
4483 S:      Maintained
4484 F:      drivers/fpga/
4485 F:      include/linux/fpga/fpga-mgr.h
4486 W:      http://www.rocketboards.org
4487
4488 FPU EMULATOR
4489 M:      Bill Metzenthen <billm@melbpc.org.au>
4490 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4491 S:      Maintained
4492 F:      arch/x86/math-emu/
4493
4494 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4495 L:      netdev@vger.kernel.org
4496 S:      Orphan
4497 F:      drivers/net/wan/dlci.c
4498 F:      drivers/net/wan/sdla.c
4499
4500 FRAMEBUFFER LAYER
4501 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4502 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4503 L:      linux-fbdev@vger.kernel.org
4504 W:      http://linux-fbdev.sourceforge.net/
4505 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4507 S:      Maintained
4508 F:      Documentation/fb/
4509 F:      drivers/video/
4510 F:      include/video/
4511 F:      include/linux/fb.h
4512 F:      include/uapi/video/
4513 F:      include/uapi/linux/fb.h
4514
4515 FREESCALE DIU FRAMEBUFFER DRIVER
4516 M:      Timur Tabi <timur@tabi.org>
4517 L:      linux-fbdev@vger.kernel.org
4518 S:      Maintained
4519 F:      drivers/video/fbdev/fsl-diu-fb.*
4520
4521 FREESCALE DMA DRIVER
4522 M:      Li Yang <leoli@freescale.com>
4523 M:      Zhang Wei <zw@zh-kernel.org>
4524 L:      linuxppc-dev@lists.ozlabs.org
4525 S:      Maintained
4526 F:      drivers/dma/fsldma.*
4527
4528 FREESCALE GPMI NAND DRIVER
4529 M:      Han Xu <han.xu@nxp.com>
4530 L:      linux-mtd@lists.infradead.org
4531 S:      Maintained
4532 F:      drivers/mtd/nand/gpmi-nand/*
4533
4534 FREESCALE I2C CPM DRIVER
4535 M:      Jochen Friedrich <jochen@scram.de>
4536 L:      linuxppc-dev@lists.ozlabs.org
4537 L:      linux-i2c@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/i2c/busses/i2c-cpm.c
4540
4541 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4542 M:      Sascha Hauer <kernel@pengutronix.de>
4543 L:      linux-fbdev@vger.kernel.org
4544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4545 S:      Maintained
4546 F:      include/linux/platform_data/video-imxfb.h
4547 F:      drivers/video/fbdev/imxfb.c
4548
4549 FREESCALE QUAD SPI DRIVER
4550 M:      Han Xu <han.xu@nxp.com>
4551 L:      linux-mtd@lists.infradead.org
4552 S:      Maintained
4553 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4554
4555 FREESCALE SOC FS_ENET DRIVER
4556 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4557 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4558 L:      linuxppc-dev@lists.ozlabs.org
4559 L:      netdev@vger.kernel.org
4560 S:      Maintained
4561 F:      drivers/net/ethernet/freescale/fs_enet/
4562 F:      include/linux/fs_enet_pd.h
4563
4564 FREESCALE IMX / MXC FEC DRIVER
4565 M:      Fugang Duan <fugang.duan@nxp.com>
4566 L:      netdev@vger.kernel.org
4567 S:      Maintained
4568 F:      drivers/net/ethernet/freescale/fec_main.c
4569 F:      drivers/net/ethernet/freescale/fec_ptp.c
4570 F:      drivers/net/ethernet/freescale/fec.h
4571 F:      Documentation/devicetree/bindings/net/fsl-fec.txt
4572
4573 FREESCALE QUICC ENGINE LIBRARY
4574 L:      linuxppc-dev@lists.ozlabs.org
4575 S:      Orphan
4576 F:      drivers/soc/fsl/qe/
4577 F:      include/soc/fsl/*qe*.h
4578 F:      include/soc/fsl/*ucc*.h
4579
4580 FREESCALE USB PERIPHERAL DRIVERS
4581 M:      Li Yang <leoli@freescale.com>
4582 L:      linux-usb@vger.kernel.org
4583 L:      linuxppc-dev@lists.ozlabs.org
4584 S:      Maintained
4585 F:      drivers/usb/gadget/udc/fsl*
4586
4587 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4588 M:      Li Yang <leoli@freescale.com>
4589 L:      netdev@vger.kernel.org
4590 L:      linuxppc-dev@lists.ozlabs.org
4591 S:      Maintained
4592 F:      drivers/net/ethernet/freescale/ucc_geth*
4593
4594 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4595 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4596 L:      netdev@vger.kernel.org
4597 S:      Maintained
4598 F:      drivers/net/ethernet/freescale/gianfar*
4599 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4600 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4601
4602 FREESCALE QUICC ENGINE UCC UART DRIVER
4603 M:      Timur Tabi <timur@tabi.org>
4604 L:      linuxppc-dev@lists.ozlabs.org
4605 S:      Maintained
4606 F:      drivers/tty/serial/ucc_uart.c
4607
4608 FREESCALE SOC SOUND DRIVERS
4609 M:      Timur Tabi <timur@tabi.org>
4610 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4611 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4612 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4613 L:      linuxppc-dev@lists.ozlabs.org
4614 S:      Maintained
4615 F:      sound/soc/fsl/fsl*
4616 F:      sound/soc/fsl/imx*
4617 F:      sound/soc/fsl/mpc8610_hpcd.c
4618
4619 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4620 M:      "J. German Rivera" <German.Rivera@freescale.com>
4621 L:      linux-kernel@vger.kernel.org
4622 S:      Maintained
4623 F:      drivers/staging/fsl-mc/
4624
4625 FREEVXFS FILESYSTEM
4626 M:      Christoph Hellwig <hch@infradead.org>
4627 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4628 S:      Maintained
4629 F:      fs/freevxfs/
4630
4631 FREEZER
4632 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4633 M:      Pavel Machek <pavel@ucw.cz>
4634 L:      linux-pm@vger.kernel.org
4635 S:      Supported
4636 F:      Documentation/power/freezing-of-tasks.txt
4637 F:      include/linux/freezer.h
4638 F:      kernel/freezer.c
4639
4640 FRONTSWAP API
4641 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4642 L:      linux-kernel@vger.kernel.org
4643 S:      Maintained
4644 F:      mm/frontswap.c
4645 F:      include/linux/frontswap.h
4646
4647 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4648 M:      David Howells <dhowells@redhat.com>
4649 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4650 S:      Supported
4651 F:      Documentation/filesystems/caching/
4652 F:      fs/fscache/
4653 F:      include/linux/fscache*.h
4654
4655 F2FS FILE SYSTEM
4656 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4657 M:      Changman Lee <cm224.lee@samsung.com>
4658 R:      Chao Yu <chao2.yu@samsung.com>
4659 L:      linux-f2fs-devel@lists.sourceforge.net
4660 W:      http://en.wikipedia.org/wiki/F2FS
4661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4662 S:      Maintained
4663 F:      Documentation/filesystems/f2fs.txt
4664 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4665 F:      fs/f2fs/
4666 F:      include/linux/f2fs_fs.h
4667 F:      include/trace/events/f2fs.h
4668
4669 FUJITSU FR-V (FRV) PORT
4670 S:      Orphan
4671 F:      arch/frv/
4672
4673 FUJITSU LAPTOP EXTRAS
4674 M:      Jonathan Woithe <jwoithe@just42.net>
4675 L:      platform-driver-x86@vger.kernel.org
4676 S:      Maintained
4677 F:      drivers/platform/x86/fujitsu-laptop.c
4678
4679 FUJITSU M-5MO LS CAMERA ISP DRIVER
4680 M:      Kyungmin Park <kyungmin.park@samsung.com>
4681 M:      Heungjun Kim <riverful.kim@samsung.com>
4682 L:      linux-media@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/media/i2c/m5mols/
4685 F:      include/media/i2c/m5mols.h
4686
4687 FUJITSU TABLET EXTRAS
4688 M:      Robert Gerlach <khnz@gmx.de>
4689 L:      platform-driver-x86@vger.kernel.org
4690 S:      Maintained
4691 F:      drivers/platform/x86/fujitsu-tablet.c
4692
4693 FUSE: FILESYSTEM IN USERSPACE
4694 M:      Miklos Szeredi <miklos@szeredi.hu>
4695 L:      fuse-devel@lists.sourceforge.net
4696 W:      http://fuse.sourceforge.net/
4697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4698 S:      Maintained
4699 F:      fs/fuse/
4700 F:      include/uapi/linux/fuse.h
4701 F:      Documentation/filesystems/fuse.txt
4702
4703 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4704 M:      Rik Faith <faith@cs.unc.edu>
4705 L:      linux-scsi@vger.kernel.org
4706 S:      Odd Fixes (e.g., new signatures)
4707 F:      drivers/scsi/fdomain.*
4708
4709 GCOV BASED KERNEL PROFILING
4710 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4711 S:      Maintained
4712 F:      kernel/gcov/
4713 F:      Documentation/gcov.txt
4714
4715 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4716 M:      Achim Leubner <achim_leubner@adaptec.com>
4717 L:      linux-scsi@vger.kernel.org
4718 W:      http://www.icp-vortex.com/
4719 S:      Supported
4720 F:      drivers/scsi/gdt*
4721
4722 GDB KERNEL DEBUGGING HELPER SCRIPTS
4723 M:      Jan Kiszka <jan.kiszka@siemens.com>
4724 S:      Supported
4725 F:      scripts/gdb/
4726
4727 GEMTEK FM RADIO RECEIVER DRIVER
4728 M:      Hans Verkuil <hverkuil@xs4all.nl>
4729 L:      linux-media@vger.kernel.org
4730 T:      git git://linuxtv.org/media_tree.git
4731 W:      https://linuxtv.org
4732 S:      Maintained
4733 F:      drivers/media/radio/radio-gemtek*
4734
4735 GENERIC GPIO I2C DRIVER
4736 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4737 S:      Supported
4738 F:      drivers/i2c/busses/i2c-gpio.c
4739 F:      include/linux/i2c-gpio.h
4740
4741 GENERIC GPIO I2C MULTIPLEXER DRIVER
4742 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4743 L:      linux-i2c@vger.kernel.org
4744 S:      Supported
4745 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4746 F:      include/linux/i2c-mux-gpio.h
4747 F:      Documentation/i2c/muxes/i2c-mux-gpio
4748
4749 GENERIC HDLC (WAN) DRIVERS
4750 M:      Krzysztof Halasa <khc@pm.waw.pl>
4751 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4752 S:      Maintained
4753 F:      drivers/net/wan/c101.c
4754 F:      drivers/net/wan/hd6457*
4755 F:      drivers/net/wan/hdlc*
4756 F:      drivers/net/wan/n2.c
4757 F:      drivers/net/wan/pc300too.c
4758 F:      drivers/net/wan/pci200syn.c
4759 F:      drivers/net/wan/wanxl*
4760
4761 GENERIC INCLUDE/ASM HEADER FILES
4762 M:      Arnd Bergmann <arnd@arndb.de>
4763 L:      linux-arch@vger.kernel.org
4764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4765 S:      Maintained
4766 F:      include/asm-generic/
4767 F:      include/uapi/asm-generic/
4768
4769 GENERIC PHY FRAMEWORK
4770 M:      Kishon Vijay Abraham I <kishon@ti.com>
4771 L:      linux-kernel@vger.kernel.org
4772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4773 S:      Supported
4774 F:      drivers/phy/
4775 F:      include/linux/phy/
4776
4777 GENERIC PM DOMAINS
4778 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4779 M:      Kevin Hilman <khilman@kernel.org>
4780 M:      Ulf Hansson <ulf.hansson@linaro.org>
4781 L:      linux-pm@vger.kernel.org
4782 S:      Supported
4783 F:      drivers/base/power/domain*.c
4784 F:      include/linux/pm_domain.h
4785
4786 GENERIC UIO DRIVER FOR PCI DEVICES
4787 M:      "Michael S. Tsirkin" <mst@redhat.com>
4788 L:      kvm@vger.kernel.org
4789 S:      Supported
4790 F:      drivers/uio/uio_pci_generic.c
4791
4792 GET_MAINTAINER SCRIPT
4793 M:      Joe Perches <joe@perches.com>
4794 S:      Maintained
4795 F:      scripts/get_maintainer.pl
4796
4797 GFS2 FILE SYSTEM
4798 M:      Steven Whitehouse <swhiteho@redhat.com>
4799 M:      Bob Peterson <rpeterso@redhat.com>
4800 L:      cluster-devel@redhat.com
4801 W:      http://sources.redhat.com/cluster/
4802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4803 S:      Supported
4804 F:      Documentation/filesystems/gfs2*.txt
4805 F:      fs/gfs2/
4806 F:      include/uapi/linux/gfs2_ondisk.h
4807
4808 GIGASET ISDN DRIVERS
4809 M:      Paul Bolle <pebolle@tiscali.nl>
4810 L:      gigaset307x-common@lists.sourceforge.net
4811 W:      http://gigaset307x.sourceforge.net/
4812 S:      Odd Fixes
4813 F:      Documentation/isdn/README.gigaset
4814 F:      drivers/isdn/gigaset/
4815 F:      include/uapi/linux/gigaset_dev.h
4816
4817 GO7007 MPEG CODEC
4818 M:      Hans Verkuil <hans.verkuil@cisco.com>
4819 L:      linux-media@vger.kernel.org
4820 S:      Maintained
4821 F:      drivers/media/usb/go7007/
4822
4823 GOODIX TOUCHSCREEN
4824 M:      Bastien Nocera <hadess@hadess.net>
4825 L:      linux-input@vger.kernel.org
4826 S:      Maintained
4827 F:      drivers/input/touchscreen/goodix.c
4828
4829 GPIO SUBSYSTEM
4830 M:      Linus Walleij <linus.walleij@linaro.org>
4831 M:      Alexandre Courbot <gnurou@gmail.com>
4832 L:      linux-gpio@vger.kernel.org
4833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4834 S:      Maintained
4835 F:      Documentation/gpio/
4836 F:      Documentation/ABI/testing/gpio-cdev
4837 F:      Documentation/ABI/obsolete/sysfs-gpio
4838 F:      drivers/gpio/
4839 F:      include/linux/gpio/
4840 F:      include/linux/gpio.h
4841 F:      include/asm-generic/gpio.h
4842 F:      include/uapi/linux/gpio.h
4843 F:      tools/gpio/
4844
4845 GRE DEMULTIPLEXER DRIVER
4846 M:      Dmitry Kozlov <xeb@mail.ru>
4847 L:      netdev@vger.kernel.org
4848 S:      Maintained
4849 F:      net/ipv4/gre_demux.c
4850 F:      net/ipv4/gre_offload.c
4851 F:      include/net/gre.h
4852
4853 GRETH 10/100/1G Ethernet MAC device driver
4854 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4855 L:      netdev@vger.kernel.org
4856 S:      Maintained
4857 F:      drivers/net/ethernet/aeroflex/
4858
4859 GSPCA FINEPIX SUBDRIVER
4860 M:      Frank Zago <frank@zago.net>
4861 L:      linux-media@vger.kernel.org
4862 T:      git git://linuxtv.org/media_tree.git
4863 S:      Maintained
4864 F:      drivers/media/usb/gspca/finepix.c
4865
4866 GSPCA GL860 SUBDRIVER
4867 M:      Olivier Lorin <o.lorin@laposte.net>
4868 L:      linux-media@vger.kernel.org
4869 T:      git git://linuxtv.org/media_tree.git
4870 S:      Maintained
4871 F:      drivers/media/usb/gspca/gl860/
4872
4873 GSPCA M5602 SUBDRIVER
4874 M:      Erik Andren <erik.andren@gmail.com>
4875 L:      linux-media@vger.kernel.org
4876 T:      git git://linuxtv.org/media_tree.git
4877 S:      Maintained
4878 F:      drivers/media/usb/gspca/m5602/
4879
4880 GSPCA PAC207 SONIXB SUBDRIVER
4881 M:      Hans de Goede <hdegoede@redhat.com>
4882 L:      linux-media@vger.kernel.org
4883 T:      git git://linuxtv.org/media_tree.git
4884 S:      Maintained
4885 F:      drivers/media/usb/gspca/pac207.c
4886
4887 GSPCA SN9C20X SUBDRIVER
4888 M:      Brian Johnson <brijohn@gmail.com>
4889 L:      linux-media@vger.kernel.org
4890 T:      git git://linuxtv.org/media_tree.git
4891 S:      Maintained
4892 F:      drivers/media/usb/gspca/sn9c20x.c
4893
4894 GSPCA T613 SUBDRIVER
4895 M:      Leandro Costantino <lcostantino@gmail.com>
4896 L:      linux-media@vger.kernel.org
4897 T:      git git://linuxtv.org/media_tree.git
4898 S:      Maintained
4899 F:      drivers/media/usb/gspca/t613.c
4900
4901 GSPCA USB WEBCAM DRIVER
4902 M:      Hans de Goede <hdegoede@redhat.com>
4903 L:      linux-media@vger.kernel.org
4904 T:      git git://linuxtv.org/media_tree.git
4905 S:      Maintained
4906 F:      drivers/media/usb/gspca/
4907
4908 GUID PARTITION TABLE (GPT)
4909 M:      Davidlohr Bueso <dave@stgolabs.net>
4910 L:      linux-efi@vger.kernel.org
4911 S:      Maintained
4912 F:      block/partitions/efi.*
4913
4914 STK1160 USB VIDEO CAPTURE DRIVER
4915 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4916 L:      linux-media@vger.kernel.org
4917 T:      git git://linuxtv.org/media_tree.git
4918 S:      Maintained
4919 F:      drivers/media/usb/stk1160/
4920
4921 H8/300 ARCHITECTURE
4922 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4923 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4924 W:      http://uclinux-h8.sourceforge.jp
4925 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4926 S:      Maintained
4927 F:      arch/h8300/
4928 F:      drivers/clocksource/h8300_*.c
4929 F:      drivers/clk/h8300/
4930 F:      drivers/irqchip/irq-renesas-h8*.c
4931
4932 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4933 M:      Frank Seidel <frank@f-seidel.de>
4934 L:      platform-driver-x86@vger.kernel.org
4935 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4936 S:      Maintained
4937 F:      drivers/platform/x86/hdaps.c
4938
4939 HDPVR USB VIDEO ENCODER DRIVER
4940 M:      Hans Verkuil <hverkuil@xs4all.nl>
4941 L:      linux-media@vger.kernel.org
4942 T:      git git://linuxtv.org/media_tree.git
4943 W:      https://linuxtv.org
4944 S:      Odd Fixes
4945 F:      drivers/media/usb/hdpvr/
4946
4947 HWPOISON MEMORY FAILURE HANDLING
4948 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4949 L:      linux-mm@kvack.org
4950 S:      Maintained
4951 F:      mm/memory-failure.c
4952 F:      mm/hwpoison-inject.c
4953
4954 HYPERVISOR VIRTUAL CONSOLE DRIVER
4955 L:      linuxppc-dev@lists.ozlabs.org
4956 S:      Odd Fixes
4957 F:      drivers/tty/hvc/
4958
4959 HACKRF MEDIA DRIVER
4960 M:      Antti Palosaari <crope@iki.fi>
4961 L:      linux-media@vger.kernel.org
4962 W:      https://linuxtv.org
4963 W:      http://palosaari.fi/linux/
4964 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4965 T:      git git://linuxtv.org/anttip/media_tree.git
4966 S:      Maintained
4967 F:      drivers/media/usb/hackrf/
4968
4969 HARDWARE MONITORING
4970 M:      Jean Delvare <jdelvare@suse.com>
4971 M:      Guenter Roeck <linux@roeck-us.net>
4972 L:      lm-sensors@lm-sensors.org
4973 W:      http://www.lm-sensors.org/
4974 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4976 S:      Maintained
4977 F:      Documentation/hwmon/
4978 F:      drivers/hwmon/
4979 F:      include/linux/hwmon*.h
4980
4981 HARDWARE RANDOM NUMBER GENERATOR CORE
4982 M:      Matt Mackall <mpm@selenic.com>
4983 M:      Herbert Xu <herbert@gondor.apana.org.au>
4984 L:      linux-crypto@vger.kernel.org
4985 S:      Odd fixes
4986 F:      Documentation/hw_random.txt
4987 F:      drivers/char/hw_random/
4988 F:      include/linux/hw_random.h
4989
4990 HARDWARE SPINLOCK CORE
4991 M:      Ohad Ben-Cohen <ohad@wizery.com>
4992 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
4993 S:      Maintained
4994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4995 F:      Documentation/hwspinlock.txt
4996 F:      drivers/hwspinlock/hwspinlock_*
4997 F:      include/linux/hwspinlock.h
4998
4999 HARMONY SOUND DRIVER
5000 L:      linux-parisc@vger.kernel.org
5001 S:      Maintained
5002 F:      sound/parisc/harmony.*
5003
5004 HD29L2 MEDIA DRIVER
5005 M:      Antti Palosaari <crope@iki.fi>
5006 L:      linux-media@vger.kernel.org
5007 W:      https://linuxtv.org
5008 W:      http://palosaari.fi/linux/
5009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5010 T:      git git://linuxtv.org/anttip/media_tree.git
5011 S:      Maintained
5012 F:      drivers/media/dvb-frontends/hd29l2*
5013
5014 HEWLETT-PACKARD SMART2 RAID DRIVER
5015 L:      iss_storagedev@hp.com
5016 S:      Orphan
5017 F:      Documentation/blockdev/cpqarray.txt
5018 F:      drivers/block/cpqarray.*
5019
5020 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5021 M:      Don Brace <don.brace@microsemi.com>
5022 L:      iss_storagedev@hp.com
5023 L:      esc.storagedev@microsemi.com
5024 L:      linux-scsi@vger.kernel.org
5025 S:      Supported
5026 F:      Documentation/scsi/hpsa.txt
5027 F:      drivers/scsi/hpsa*.[ch]
5028 F:      include/linux/cciss*.h
5029 F:      include/uapi/linux/cciss*.h
5030
5031 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5032 M:      Don Brace <don.brace@pmcs.com>
5033 L:      iss_storagedev@hp.com
5034 L:      storagedev@pmcs.com
5035 L:      linux-scsi@vger.kernel.org
5036 S:      Supported
5037 F:      Documentation/blockdev/cciss.txt
5038 F:      drivers/block/cciss*
5039 F:      include/linux/cciss_ioctl.h
5040 F:      include/uapi/linux/cciss_ioctl.h
5041
5042 HFS FILESYSTEM
5043 L:      linux-fsdevel@vger.kernel.org
5044 S:      Orphan
5045 F:      Documentation/filesystems/hfs.txt
5046 F:      fs/hfs/
5047
5048 HFSPLUS FILESYSTEM
5049 L:      linux-fsdevel@vger.kernel.org
5050 S:      Orphan
5051 F:      Documentation/filesystems/hfsplus.txt
5052 F:      fs/hfsplus/
5053
5054 HGA FRAMEBUFFER DRIVER
5055 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5056 L:      linux-nvidia@lists.surfsouth.com
5057 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5058 S:      Maintained
5059 F:      drivers/video/fbdev/hgafb.c
5060
5061 HIBERNATION (aka Software Suspend, aka swsusp)
5062 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5063 M:      Pavel Machek <pavel@ucw.cz>
5064 L:      linux-pm@vger.kernel.org
5065 S:      Supported
5066 F:      arch/x86/power/
5067 F:      drivers/base/power/
5068 F:      kernel/power/
5069 F:      include/linux/suspend.h
5070 F:      include/linux/freezer.h
5071 F:      include/linux/pm.h
5072 F:      arch/*/include/asm/suspend*.h
5073
5074 HID CORE LAYER
5075 M:      Jiri Kosina <jikos@kernel.org>
5076 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5077 L:      linux-input@vger.kernel.org
5078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5079 S:      Maintained
5080 F:      drivers/hid/
5081 F:      include/linux/hid*
5082 F:      include/uapi/linux/hid*
5083
5084 HID SENSOR HUB DRIVERS
5085 M:      Jiri Kosina <jikos@kernel.org>
5086 M:      Jonathan Cameron <jic23@kernel.org>
5087 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5088 L:      linux-input@vger.kernel.org
5089 L:      linux-iio@vger.kernel.org
5090 S:      Maintained
5091 F:      Documentation/hid/hid-sensor*
5092 F:      drivers/hid/hid-sensor-*
5093 F:      drivers/iio/*/hid-*
5094 F:      include/linux/hid-sensor-*
5095
5096 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5097 M:      Thomas Gleixner <tglx@linutronix.de>
5098 L:      linux-kernel@vger.kernel.org
5099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5100 S:      Maintained
5101 F:      Documentation/timers/
5102 F:      kernel/time/hrtimer.c
5103 F:      kernel/time/clockevents.c
5104 F:      kernel/time/tick*.*
5105 F:      kernel/time/timer_*.c
5106 F:      include/linux/clockchips.h
5107 F:      include/linux/hrtimer.h
5108
5109 HIGH-SPEED SCC DRIVER FOR AX.25
5110 L:      linux-hams@vger.kernel.org
5111 S:      Orphan
5112 F:      drivers/net/hamradio/dmascc.c
5113 F:      drivers/net/hamradio/scc.c
5114
5115 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5116 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5117 W:      http://www.highpoint-tech.com
5118 S:      Supported
5119 F:      Documentation/scsi/hptiop.txt
5120 F:      drivers/scsi/hptiop.c
5121
5122 HIPPI
5123 M:      Jes Sorensen <jes@trained-monkey.org>
5124 L:      linux-hippi@sunsite.dk
5125 S:      Maintained
5126 F:      include/linux/hippidevice.h
5127 F:      include/uapi/linux/if_hippi.h
5128 F:      net/802/hippi.c
5129 F:      drivers/net/hippi/
5130
5131 HISILICON SAS Controller
5132 M:      John Garry <john.garry@huawei.com>
5133 W:      http://www.hisilicon.com
5134 S:      Supported
5135 F:      drivers/scsi/hisi_sas/
5136 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5137
5138 HOST AP DRIVER
5139 M:      Jouni Malinen <j@w1.fi>
5140 L:      hostap@shmoo.com (subscribers-only)
5141 L:      linux-wireless@vger.kernel.org
5142 W:      http://hostap.epitest.fi/
5143 S:      Maintained
5144 F:      drivers/net/wireless/intersil/hostap/
5145
5146 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5147 L:      platform-driver-x86@vger.kernel.org
5148 S:      Orphan
5149 F:      drivers/platform/x86/tc1100-wmi.c
5150
5151 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5152 M:      Jaroslav Kysela <perex@perex.cz>
5153 S:      Maintained
5154 F:      drivers/net/ethernet/hp/hp100.*
5155
5156 HPET:   High Precision Event Timers driver
5157 M:      Clemens Ladisch <clemens@ladisch.de>
5158 S:      Maintained
5159 F:      Documentation/timers/hpet.txt
5160 F:      drivers/char/hpet.c
5161 F:      include/linux/hpet.h
5162 F:      include/uapi/linux/hpet.h
5163
5164 HPET:   x86
5165 S:      Orphan
5166 F:      arch/x86/kernel/hpet.c
5167 F:      arch/x86/include/asm/hpet.h
5168
5169 HPFS FILESYSTEM
5170 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5171 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5172 S:      Maintained
5173 F:      fs/hpfs/
5174
5175 HSI SUBSYSTEM
5176 M:      Sebastian Reichel <sre@kernel.org>
5177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5178 S:      Maintained
5179 F:      Documentation/ABI/testing/sysfs-bus-hsi
5180 F:      Documentation/hsi.txt
5181 F:      drivers/hsi/
5182 F:      include/linux/hsi/
5183 F:      include/uapi/linux/hsi/
5184
5185 HSO 3G MODEM DRIVER
5186 M:      Jan Dumon <j.dumon@option.com>
5187 W:      http://www.pharscape.org
5188 S:      Maintained
5189 F:      drivers/net/usb/hso.c
5190
5191 HSR NETWORK PROTOCOL
5192 M:      Arvid Brodin <arvid.brodin@alten.se>
5193 L:      netdev@vger.kernel.org
5194 S:      Maintained
5195 F:      net/hsr/
5196
5197 HTCPEN TOUCHSCREEN DRIVER
5198 M:      Pau Oliva Fora <pof@eslack.org>
5199 L:      linux-input@vger.kernel.org
5200 S:      Maintained
5201 F:      drivers/input/touchscreen/htcpen.c
5202
5203 HUGETLB FILESYSTEM
5204 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5205 S:      Maintained
5206 F:      fs/hugetlbfs/
5207
5208 Hyper-V CORE AND DRIVERS
5209 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5210 M:      Haiyang Zhang <haiyangz@microsoft.com>
5211 L:      devel@linuxdriverproject.org
5212 S:      Maintained
5213 F:      arch/x86/include/asm/mshyperv.h
5214 F:      arch/x86/include/uapi/asm/hyperv.h
5215 F:      arch/x86/kernel/cpu/mshyperv.c
5216 F:      drivers/hid/hid-hyperv.c
5217 F:      drivers/hv/
5218 F:      drivers/input/serio/hyperv-keyboard.c
5219 F:      drivers/pci/host/pci-hyperv.c
5220 F:      drivers/net/hyperv/
5221 F:      drivers/scsi/storvsc_drv.c
5222 F:      drivers/video/fbdev/hyperv_fb.c
5223 F:      include/linux/hyperv.h
5224 F:      tools/hv/
5225 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5226
5227 I2C OVER PARALLEL PORT
5228 M:      Jean Delvare <jdelvare@suse.com>
5229 L:      linux-i2c@vger.kernel.org
5230 S:      Maintained
5231 F:      Documentation/i2c/busses/i2c-parport
5232 F:      Documentation/i2c/busses/i2c-parport-light
5233 F:      drivers/i2c/busses/i2c-parport.c
5234 F:      drivers/i2c/busses/i2c-parport-light.c
5235
5236 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5237 M:      Jean Delvare <jdelvare@suse.com>
5238 L:      linux-i2c@vger.kernel.org
5239 S:      Maintained
5240 F:      Documentation/i2c/busses/i2c-ali1535
5241 F:      Documentation/i2c/busses/i2c-ali1563
5242 F:      Documentation/i2c/busses/i2c-ali15x3
5243 F:      Documentation/i2c/busses/i2c-amd756
5244 F:      Documentation/i2c/busses/i2c-amd8111
5245 F:      Documentation/i2c/busses/i2c-i801
5246 F:      Documentation/i2c/busses/i2c-nforce2
5247 F:      Documentation/i2c/busses/i2c-piix4
5248 F:      Documentation/i2c/busses/i2c-sis5595
5249 F:      Documentation/i2c/busses/i2c-sis630
5250 F:      Documentation/i2c/busses/i2c-sis96x
5251 F:      Documentation/i2c/busses/i2c-via
5252 F:      Documentation/i2c/busses/i2c-viapro
5253 F:      drivers/i2c/busses/i2c-ali1535.c
5254 F:      drivers/i2c/busses/i2c-ali1563.c
5255 F:      drivers/i2c/busses/i2c-ali15x3.c
5256 F:      drivers/i2c/busses/i2c-amd756.c
5257 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5258 F:      drivers/i2c/busses/i2c-amd8111.c
5259 F:      drivers/i2c/busses/i2c-i801.c
5260 F:      drivers/i2c/busses/i2c-isch.c
5261 F:      drivers/i2c/busses/i2c-nforce2.c
5262 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5263 F:      drivers/i2c/busses/i2c-piix4.c
5264 F:      drivers/i2c/busses/i2c-sis5595.c
5265 F:      drivers/i2c/busses/i2c-sis630.c
5266 F:      drivers/i2c/busses/i2c-sis96x.c
5267 F:      drivers/i2c/busses/i2c-via.c
5268 F:      drivers/i2c/busses/i2c-viapro.c
5269
5270 I2C/SMBUS ISMT DRIVER
5271 M:      Seth Heasley <seth.heasley@intel.com>
5272 M:      Neil Horman <nhorman@tuxdriver.com>
5273 L:      linux-i2c@vger.kernel.org
5274 F:      drivers/i2c/busses/i2c-ismt.c
5275 F:      Documentation/i2c/busses/i2c-ismt
5276
5277 I2C/SMBUS STUB DRIVER
5278 M:      Jean Delvare <jdelvare@suse.com>
5279 L:      linux-i2c@vger.kernel.org
5280 S:      Maintained
5281 F:      drivers/i2c/i2c-stub.c
5282
5283 I2C SUBSYSTEM
5284 M:      Wolfram Sang <wsa@the-dreams.de>
5285 L:      linux-i2c@vger.kernel.org
5286 W:      https://i2c.wiki.kernel.org/
5287 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5289 S:      Maintained
5290 F:      Documentation/devicetree/bindings/i2c/
5291 F:      Documentation/i2c/
5292 F:      drivers/i2c/
5293 F:      drivers/i2c/*/
5294 F:      include/linux/i2c.h
5295 F:      include/linux/i2c-*.h
5296 F:      include/uapi/linux/i2c.h
5297 F:      include/uapi/linux/i2c-*.h
5298
5299 I2C ACPI SUPPORT
5300 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5301 L:      linux-i2c@vger.kernel.org
5302 L:      linux-acpi@vger.kernel.org
5303 S:      Maintained
5304
5305 I2C-TAOS-EVM DRIVER
5306 M:      Jean Delvare <jdelvare@suse.com>
5307 L:      linux-i2c@vger.kernel.org
5308 S:      Maintained
5309 F:      Documentation/i2c/busses/i2c-taos-evm
5310 F:      drivers/i2c/busses/i2c-taos-evm.c
5311
5312 I2C-TINY-USB DRIVER
5313 M:      Till Harbaum <till@harbaum.org>
5314 L:      linux-i2c@vger.kernel.org
5315 W:      http://www.harbaum.org/till/i2c_tiny_usb
5316 S:      Maintained
5317 F:      drivers/i2c/busses/i2c-tiny-usb.c
5318
5319 i386 BOOT CODE
5320 M:      "H. Peter Anvin" <hpa@zytor.com>
5321 S:      Maintained
5322 F:      arch/x86/boot/
5323
5324 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5325 M:      "H. Peter Anvin" <hpa@zytor.com>
5326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5327 S:      Maintained
5328
5329 IA64 (Itanium) PLATFORM
5330 M:      Tony Luck <tony.luck@intel.com>
5331 M:      Fenghua Yu <fenghua.yu@intel.com>
5332 L:      linux-ia64@vger.kernel.org
5333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5334 S:      Maintained
5335 F:      arch/ia64/
5336
5337 IBM Power VMX Cryptographic instructions
5338 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5339 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5340 L:      linux-crypto@vger.kernel.org
5341 S:      Supported
5342 F:      drivers/crypto/vmx/Makefile
5343 F:      drivers/crypto/vmx/Kconfig
5344 F:      drivers/crypto/vmx/vmx.c
5345 F:      drivers/crypto/vmx/aes*
5346 F:      drivers/crypto/vmx/ghash*
5347 F:      drivers/crypto/vmx/ppc-xlate.pl
5348
5349 IBM Power in-Nest Crypto Acceleration
5350 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5351 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5352 L:      linux-crypto@vger.kernel.org
5353 S:      Supported
5354 F:      drivers/crypto/nx/Makefile
5355 F:      drivers/crypto/nx/Kconfig
5356 F:      drivers/crypto/nx/nx-aes*
5357 F:      drivers/crypto/nx/nx-sha*
5358 F:      drivers/crypto/nx/nx.*
5359 F:      drivers/crypto/nx/nx_csbcpb.h
5360 F:      drivers/crypto/nx/nx_debugfs.h
5361
5362 IBM Power 842 compression accelerator
5363 M:      Dan Streetman <ddstreet@ieee.org>
5364 S:      Supported
5365 F:      drivers/crypto/nx/Makefile
5366 F:      drivers/crypto/nx/Kconfig
5367 F:      drivers/crypto/nx/nx-842*
5368 F:      include/linux/sw842.h
5369 F:      crypto/842.c
5370 F:      lib/842/
5371
5372 IBM Power Linux RAID adapter
5373 M:      Brian King <brking@us.ibm.com>
5374 S:      Supported
5375 F:      drivers/scsi/ipr.*
5376
5377 IBM Power Virtual Ethernet Device Driver
5378 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5379 L:      netdev@vger.kernel.org
5380 S:      Supported
5381 F:      drivers/net/ethernet/ibm/ibmveth.*
5382
5383 IBM Power SRIOV Virtual NIC Device Driver
5384 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5385 M:      John Allen <jallen@linux.vnet.ibm.com>
5386 L:      netdev@vger.kernel.org
5387 S:      Supported
5388 F:      drivers/net/ethernet/ibm/ibmvnic.*
5389
5390 IBM Power Virtual SCSI Device Drivers
5391 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5392 L:      linux-scsi@vger.kernel.org
5393 S:      Supported
5394 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5395 F:      drivers/scsi/ibmvscsi/viosrp.h
5396
5397 IBM Power Virtual FC Device Drivers
5398 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5399 L:      linux-scsi@vger.kernel.org
5400 S:      Supported
5401 F:      drivers/scsi/ibmvscsi/ibmvfc*
5402
5403 IBM ServeRAID RAID DRIVER
5404 S:      Orphan
5405 F:      drivers/scsi/ips.*
5406
5407 ICH LPC AND GPIO DRIVER
5408 M:      Peter Tyser <ptyser@xes-inc.com>
5409 S:      Maintained
5410 F:      drivers/mfd/lpc_ich.c
5411 F:      drivers/gpio/gpio-ich.c
5412
5413 IDE SUBSYSTEM
5414 M:      "David S. Miller" <davem@davemloft.net>
5415 L:      linux-ide@vger.kernel.org
5416 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5418 S:      Maintained
5419 F:      Documentation/ide/
5420 F:      drivers/ide/
5421 F:      include/linux/ide.h
5422
5423 IDEAPAD LAPTOP EXTRAS DRIVER
5424 M:      Ike Panhc <ike.pan@canonical.com>
5425 L:      platform-driver-x86@vger.kernel.org
5426 W:      http://launchpad.net/ideapad-laptop
5427 S:      Maintained
5428 F:      drivers/platform/x86/ideapad-laptop.c
5429
5430 IDEAPAD LAPTOP SLIDEBAR DRIVER
5431 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5432 L:      linux-input@vger.kernel.org
5433 W:      https://github.com/o2genum/ideapad-slidebar
5434 S:      Maintained
5435 F:      drivers/input/misc/ideapad_slidebar.c
5436
5437 IDE/ATAPI DRIVERS
5438 M:      Borislav Petkov <bp@alien8.de>
5439 L:      linux-ide@vger.kernel.org
5440 S:      Maintained
5441 F:      Documentation/cdrom/ide-cd
5442 F:      drivers/ide/ide-cd*
5443
5444 IDLE-I7300
5445 M:      Andy Henroid <andrew.d.henroid@intel.com>
5446 L:      linux-pm@vger.kernel.org
5447 S:      Supported
5448 F:      drivers/idle/i7300_idle.c
5449
5450 IEEE 802.15.4 SUBSYSTEM
5451 M:      Alexander Aring <alex.aring@gmail.com>
5452 L:      linux-wpan@vger.kernel.org
5453 W:      https://github.com/linux-wpan
5454 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5455 S:      Maintained
5456 F:      net/ieee802154/
5457 F:      net/mac802154/
5458 F:      drivers/net/ieee802154/
5459 F:      include/linux/nl802154.h
5460 F:      include/linux/ieee802154.h
5461 F:      include/net/nl802154.h
5462 F:      include/net/mac802154.h
5463 F:      include/net/af_ieee802154.h
5464 F:      include/net/cfg802154.h
5465 F:      include/net/ieee802154_netdev.h
5466 F:      Documentation/networking/ieee802154.txt
5467
5468 IGORPLUG-USB IR RECEIVER
5469 M:      Sean Young <sean@mess.org>
5470 L:      linux-media@vger.kernel.org
5471 S:      Maintained
5472 F:      drivers/media/rc/igorplugusb.c
5473
5474 IGUANAWORKS USB IR TRANSCEIVER
5475 M:      Sean Young <sean@mess.org>
5476 L:      linux-media@vger.kernel.org
5477 S:      Maintained
5478 F:      drivers/media/rc/iguanair.c
5479
5480 IIO SUBSYSTEM AND DRIVERS
5481 M:      Jonathan Cameron <jic23@kernel.org>
5482 R:      Hartmut Knaack <knaack.h@gmx.de>
5483 R:      Lars-Peter Clausen <lars@metafoo.de>
5484 R:      Peter Meerwald <pmeerw@pmeerw.net>
5485 L:      linux-iio@vger.kernel.org
5486 S:      Maintained
5487 F:      drivers/iio/
5488 F:      drivers/staging/iio/
5489 F:      include/linux/iio/
5490 F:      tools/iio/
5491
5492 IKANOS/ADI EAGLE ADSL USB DRIVER
5493 M:      Matthieu Castet <castet.matthieu@free.fr>
5494 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5495 S:      Maintained
5496 F:      drivers/usb/atm/ueagle-atm.c
5497
5498 INA209 HARDWARE MONITOR DRIVER
5499 M:      Guenter Roeck <linux@roeck-us.net>
5500 L:      lm-sensors@lm-sensors.org
5501 S:      Maintained
5502 F:      Documentation/hwmon/ina209
5503 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5504 F:      drivers/hwmon/ina209.c
5505
5506 INA2XX HARDWARE MONITOR DRIVER
5507 M:      Guenter Roeck <linux@roeck-us.net>
5508 L:      lm-sensors@lm-sensors.org
5509 S:      Maintained
5510 F:      Documentation/hwmon/ina2xx
5511 F:      drivers/hwmon/ina2xx.c
5512 F:      include/linux/platform_data/ina2xx.h
5513
5514 INDUSTRY PACK SUBSYSTEM (IPACK)
5515 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5516 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5517 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5518 L:      industrypack-devel@lists.sourceforge.net
5519 W:      http://industrypack.sourceforge.net
5520 S:      Maintained
5521 F:      drivers/ipack/
5522
5523 INGENIC JZ4780 DMA Driver
5524 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5525 S:      Maintained
5526 F:      drivers/dma/dma-jz4780.c
5527
5528 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5529 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5530 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5531 L:      linux-ima-devel@lists.sourceforge.net
5532 L:      linux-ima-user@lists.sourceforge.net
5533 L:      linux-security-module@vger.kernel.org
5534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5535 S:      Supported
5536 F:      security/integrity/ima/
5537
5538 IMGTEC IR DECODER DRIVER
5539 M:      James Hogan <james.hogan@imgtec.com>
5540 S:      Maintained
5541 F:      drivers/media/rc/img-ir/
5542
5543 IMS TWINTURBO FRAMEBUFFER DRIVER
5544 L:      linux-fbdev@vger.kernel.org
5545 S:      Orphan
5546 F:      drivers/video/fbdev/imsttfb.c
5547
5548 INFINIBAND SUBSYSTEM
5549 M:      Doug Ledford <dledford@redhat.com>
5550 M:      Sean Hefty <sean.hefty@intel.com>
5551 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5552 L:      linux-rdma@vger.kernel.org
5553 W:      http://www.openfabrics.org/
5554 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5556 S:      Supported
5557 F:      Documentation/infiniband/
5558 F:      drivers/infiniband/
5559 F:      drivers/staging/rdma/
5560 F:      include/uapi/linux/if_infiniband.h
5561 F:      include/uapi/rdma/
5562 F:      include/rdma/
5563
5564 INOTIFY
5565 M:      John McCutchan <john@johnmccutchan.com>
5566 M:      Robert Love <rlove@rlove.org>
5567 M:      Eric Paris <eparis@parisplace.org>
5568 S:      Maintained
5569 F:      Documentation/filesystems/inotify.txt
5570 F:      fs/notify/inotify/
5571 F:      include/linux/inotify.h
5572 F:      include/uapi/linux/inotify.h
5573
5574 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5575 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5576 L:      linux-input@vger.kernel.org
5577 Q:      http://patchwork.kernel.org/project/linux-input/list/
5578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5579 S:      Maintained
5580 F:      drivers/input/
5581 F:      include/linux/input.h
5582 F:      include/uapi/linux/input.h
5583 F:      include/linux/input/
5584
5585 INPUT MULTITOUCH (MT) PROTOCOL
5586 M:      Henrik Rydberg <rydberg@bitmath.org>
5587 L:      linux-input@vger.kernel.org
5588 S:      Odd fixes
5589 F:      Documentation/input/multi-touch-protocol.txt
5590 F:      drivers/input/input-mt.c
5591 K:      \b(ABS|SYN)_MT_
5592
5593 INTEL ASoC BDW/HSW DRIVERS
5594 M:      Jie Yang <yang.jie@linux.intel.com>
5595 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5596 S:      Supported
5597 F:      sound/soc/intel/common/sst-dsp*
5598 F:      sound/soc/intel/common/sst-firmware.c
5599 F:      sound/soc/intel/boards/broadwell.c
5600 F:      sound/soc/intel/haswell/
5601
5602 INTEL C600 SERIES SAS CONTROLLER DRIVER
5603 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5604 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5605 L:      linux-scsi@vger.kernel.org
5606 T:      git git://git.code.sf.net/p/intel-sas/isci
5607 S:      Supported
5608 F:      drivers/scsi/isci/
5609
5610 INTEL HID EVENT DRIVER
5611 M:      Alex Hung <alex.hung@canonical.com>
5612 L:      platform-driver-x86@vger.kernel.org
5613 S:      Maintained
5614 F:      drivers/platform/x86/intel-hid.c
5615
5616 INTEL IDLE DRIVER
5617 M:      Len Brown <lenb@kernel.org>
5618 L:      linux-pm@vger.kernel.org
5619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5620 S:      Supported
5621 F:      drivers/idle/intel_idle.c
5622
5623 INTEL PSTATE DRIVER
5624 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5625 M:      Len Brown <lenb@kernel.org>
5626 L:      linux-pm@vger.kernel.org
5627 S:      Supported
5628 F:      drivers/cpufreq/intel_pstate.c
5629
5630 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5631 M:      Maik Broemme <mbroemme@plusserver.de>
5632 L:      linux-fbdev@vger.kernel.org
5633 S:      Maintained
5634 F:      Documentation/fb/intelfb.txt
5635 F:      drivers/video/fbdev/intelfb/
5636
5637 INTEL 810/815 FRAMEBUFFER DRIVER
5638 M:      Antonino Daplas <adaplas@gmail.com>
5639 L:      linux-fbdev@vger.kernel.org
5640 S:      Maintained
5641 F:      drivers/video/fbdev/i810/
5642
5643 INTEL MENLOW THERMAL DRIVER
5644 M:      Sujith Thomas <sujith.thomas@intel.com>
5645 L:      platform-driver-x86@vger.kernel.org
5646 W:      https://01.org/linux-acpi
5647 S:      Supported
5648 F:      drivers/platform/x86/intel_menlow.c
5649
5650 INTEL I/OAT DMA DRIVER
5651 M:      Dave Jiang <dave.jiang@intel.com>
5652 R:      Dan Williams <dan.j.williams@intel.com>
5653 L:      dmaengine@vger.kernel.org
5654 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5655 S:      Supported
5656 F:      drivers/dma/ioat*
5657
5658 INTEL IOMMU (VT-d)
5659 M:      David Woodhouse <dwmw2@infradead.org>
5660 L:      iommu@lists.linux-foundation.org
5661 T:      git git://git.infradead.org/iommu-2.6.git
5662 S:      Supported
5663 F:      drivers/iommu/intel-iommu.c
5664 F:      include/linux/intel-iommu.h
5665
5666 INTEL IOP-ADMA DMA DRIVER
5667 R:      Dan Williams <dan.j.williams@intel.com>
5668 S:      Odd fixes
5669 F:      drivers/dma/iop-adma.c
5670
5671 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5672 M:      Krzysztof Halasa <khalasa@piap.pl>
5673 S:      Maintained
5674 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5675 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5676 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5677 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5678 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5679 F:      drivers/net/wan/ixp4xx_hss.c
5680
5681 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5682 M:      Deepak Saxena <dsaxena@plexity.net>
5683 S:      Maintained
5684 F:      drivers/char/hw_random/ixp4xx-rng.c
5685
5686 INTEL ETHERNET DRIVERS
5687 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5688 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5689 R:      Shannon Nelson <shannon.nelson@intel.com>
5690 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5691 R:      Don Skidmore <donald.c.skidmore@intel.com>
5692 R:      Bruce Allan <bruce.w.allan@intel.com>
5693 R:      John Ronciak <john.ronciak@intel.com>
5694 R:      Mitch Williams <mitch.a.williams@intel.com>
5695 L:      intel-wired-lan@lists.osuosl.org
5696 W:      http://www.intel.com/support/feedback.htm
5697 W:      http://e1000.sourceforge.net/
5698 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5701 S:      Supported
5702 F:      Documentation/networking/e100.txt
5703 F:      Documentation/networking/e1000.txt
5704 F:      Documentation/networking/e1000e.txt
5705 F:      Documentation/networking/igb.txt
5706 F:      Documentation/networking/igbvf.txt
5707 F:      Documentation/networking/ixgb.txt
5708 F:      Documentation/networking/ixgbe.txt
5709 F:      Documentation/networking/ixgbevf.txt
5710 F:      Documentation/networking/i40e.txt
5711 F:      Documentation/networking/i40evf.txt
5712 F:      drivers/net/ethernet/intel/
5713 F:      drivers/net/ethernet/intel/*/
5714
5715 INTEL-MID GPIO DRIVER
5716 M:      David Cohen <david.a.cohen@linux.intel.com>
5717 L:      linux-gpio@vger.kernel.org
5718 S:      Maintained
5719 F:      drivers/gpio/gpio-intel-mid.c
5720
5721 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5722 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5723 L:      linux-wireless@vger.kernel.org
5724 S:      Maintained
5725 F:      Documentation/networking/README.ipw2100
5726 F:      Documentation/networking/README.ipw2200
5727 F:      drivers/net/wireless/intel/ipw2x00/
5728
5729 INTEL(R) TRACE HUB
5730 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5731 S:      Supported
5732 F:      Documentation/trace/intel_th.txt
5733 F:      drivers/hwtracing/intel_th/
5734
5735 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5736 M:      Ning Sun <ning.sun@intel.com>
5737 L:      tboot-devel@lists.sourceforge.net
5738 W:      http://tboot.sourceforge.net
5739 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5740 S:      Supported
5741 F:      Documentation/intel_txt.txt
5742 F:      include/linux/tboot.h
5743 F:      arch/x86/kernel/tboot.c
5744
5745 INTEL WIRELESS WIMAX CONNECTION 2400
5746 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5747 M:      linux-wimax@intel.com
5748 L:      wimax@linuxwimax.org (subscribers-only)
5749 S:      Supported
5750 W:      http://linuxwimax.org
5751 F:      Documentation/wimax/README.i2400m
5752 F:      drivers/net/wimax/i2400m/
5753 F:      include/uapi/linux/wimax/i2400m.h
5754
5755 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5756 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5757 L:      linux-wireless@vger.kernel.org
5758 S:      Supported
5759 F:      drivers/net/wireless/intel/iwlegacy/
5760
5761 INTEL WIRELESS WIFI LINK (iwlwifi)
5762 M:      Johannes Berg <johannes.berg@intel.com>
5763 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5764 M:      Intel Linux Wireless <linuxwifi@intel.com>
5765 L:      linux-wireless@vger.kernel.org
5766 W:      http://intellinuxwireless.org
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5768 S:      Supported
5769 F:      drivers/net/wireless/intel/iwlwifi/
5770
5771 INTEL MANAGEMENT ENGINE (mei)
5772 M:      Tomas Winkler <tomas.winkler@intel.com>
5773 L:      linux-kernel@vger.kernel.org
5774 S:      Supported
5775 F:      include/uapi/linux/mei.h
5776 F:      include/linux/mei_cl_bus.h
5777 F:      drivers/misc/mei/*
5778 F:      drivers/watchdog/mei_wdt.c
5779 F:      Documentation/misc-devices/mei/*
5780
5781 INTEL MIC DRIVERS (mic)
5782 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5783 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5784 S:      Supported
5785 W:      https://github.com/sudeepdutt/mic
5786 W:      http://software.intel.com/en-us/mic-developer
5787 F:      include/linux/mic_bus.h
5788 F:      include/linux/scif.h
5789 F:      include/uapi/linux/mic_common.h
5790 F:      include/uapi/linux/mic_ioctl.h
5791 F:      include/uapi/linux/scif_ioctl.h
5792 F:      drivers/misc/mic/
5793 F:      drivers/dma/mic_x100_dma.c
5794 F:      drivers/dma/mic_x100_dma.h
5795 F:      Documentation/mic/
5796
5797 INTEL PMC/P-Unit IPC DRIVER
5798 M:      Zha Qipeng<qipeng.zha@intel.com>
5799 L:      platform-driver-x86@vger.kernel.org
5800 S:      Maintained
5801 F:      drivers/platform/x86/intel_pmc_ipc.c
5802 F:      drivers/platform/x86/intel_punit_ipc.c
5803 F:      arch/x86/include/asm/intel_pmc_ipc.h
5804 F:      arch/x86/include/asm/intel_punit_ipc.h
5805
5806 INTEL TELEMETRY DRIVER
5807 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5808 L:      platform-driver-x86@vger.kernel.org
5809 S:      Maintained
5810 F:      arch/x86/include/asm/intel_telemetry.h
5811 F:      drivers/platform/x86/intel_telemetry*
5812
5813 IOC3 ETHERNET DRIVER
5814 M:      Ralf Baechle <ralf@linux-mips.org>
5815 L:      linux-mips@linux-mips.org
5816 S:      Maintained
5817 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5818
5819 IOC3 SERIAL DRIVER
5820 M:      Pat Gefre <pfg@sgi.com>
5821 L:      linux-serial@vger.kernel.org
5822 S:      Maintained
5823 F:      drivers/tty/serial/ioc3_serial.c
5824
5825 IOMMU DRIVERS
5826 M:      Joerg Roedel <joro@8bytes.org>
5827 L:      iommu@lists.linux-foundation.org
5828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5829 S:      Maintained
5830 F:      drivers/iommu/
5831
5832 IP MASQUERADING
5833 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5834 S:      Maintained
5835 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5836
5837 IPMI SUBSYSTEM
5838 M:      Corey Minyard <minyard@acm.org>
5839 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5840 W:      http://openipmi.sourceforge.net/
5841 S:      Supported
5842 F:      Documentation/IPMI.txt
5843 F:      drivers/char/ipmi/
5844 F:      include/linux/ipmi*
5845 F:      include/uapi/linux/ipmi*
5846
5847 QCOM AUDIO (ASoC) DRIVERS
5848 M:      Patrick Lai <plai@codeaurora.org>
5849 M:      Banajit Goswami <bgoswami@codeaurora.org>
5850 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5851 S:      Supported
5852 F:      sound/soc/qcom/
5853
5854 IPS SCSI RAID DRIVER
5855 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5856 L:      linux-scsi@vger.kernel.org
5857 W:      http://www.adaptec.com/
5858 S:      Maintained
5859 F:      drivers/scsi/ips*
5860
5861 IPVS
5862 M:      Wensong Zhang <wensong@linux-vs.org>
5863 M:      Simon Horman <horms@verge.net.au>
5864 M:      Julian Anastasov <ja@ssi.bg>
5865 L:      netdev@vger.kernel.org
5866 L:      lvs-devel@vger.kernel.org
5867 S:      Maintained
5868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5870 F:      Documentation/networking/ipvs-sysctl.txt
5871 F:      include/net/ip_vs.h
5872 F:      include/uapi/linux/ip_vs.h
5873 F:      net/netfilter/ipvs/
5874
5875 IPWIRELESS DRIVER
5876 M:      Jiri Kosina <jikos@kernel.org>
5877 M:      David Sterba <dsterba@suse.com>
5878 S:      Odd Fixes
5879 F:      drivers/tty/ipwireless/
5880
5881 IPX NETWORK LAYER
5882 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5883 L:      netdev@vger.kernel.org
5884 S:      Maintained
5885 F:      include/net/ipx.h
5886 F:      include/uapi/linux/ipx.h
5887 F:      net/ipx/
5888
5889 IRDA SUBSYSTEM
5890 M:      Samuel Ortiz <samuel@sortiz.org>
5891 L:      irda-users@lists.sourceforge.net (subscribers-only)
5892 L:      netdev@vger.kernel.org
5893 W:      http://irda.sourceforge.net/
5894 S:      Maintained
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5896 F:      Documentation/networking/irda.txt
5897 F:      drivers/net/irda/
5898 F:      include/net/irda/
5899 F:      net/irda/
5900
5901 IRQ SUBSYSTEM
5902 M:      Thomas Gleixner <tglx@linutronix.de>
5903 L:      linux-kernel@vger.kernel.org
5904 S:      Maintained
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5906 F:      kernel/irq/
5907
5908 IRQCHIP DRIVERS
5909 M:      Thomas Gleixner <tglx@linutronix.de>
5910 M:      Jason Cooper <jason@lakedaemon.net>
5911 M:      Marc Zyngier <marc.zyngier@arm.com>
5912 L:      linux-kernel@vger.kernel.org
5913 S:      Maintained
5914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5915 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5916 F:      Documentation/devicetree/bindings/interrupt-controller/
5917 F:      drivers/irqchip/
5918
5919 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5920 M:      Jiang Liu <jiang.liu@linux.intel.com>
5921 M:      Marc Zyngier <marc.zyngier@arm.com>
5922 S:      Maintained
5923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5924 F:      Documentation/IRQ-domain.txt
5925 F:      include/linux/irqdomain.h
5926 F:      kernel/irq/irqdomain.c
5927 F:      kernel/irq/msi.c
5928
5929 ISAPNP
5930 M:      Jaroslav Kysela <perex@perex.cz>
5931 S:      Maintained
5932 F:      Documentation/isapnp.txt
5933 F:      drivers/pnp/isapnp/
5934 F:      include/linux/isapnp.h
5935
5936 ISA RADIO MODULE
5937 M:      Hans Verkuil <hverkuil@xs4all.nl>
5938 L:      linux-media@vger.kernel.org
5939 T:      git git://linuxtv.org/media_tree.git
5940 W:      https://linuxtv.org
5941 S:      Maintained
5942 F:      drivers/media/radio/radio-isa*
5943
5944 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5945 M:      Peter Jones <pjones@redhat.com>
5946 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5947 S:      Maintained
5948 F:      drivers/firmware/iscsi_ibft*
5949
5950 ISCSI
5951 M:      Mike Christie <michaelc@cs.wisc.edu>
5952 L:      open-iscsi@googlegroups.com
5953 W:      www.open-iscsi.org
5954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5955 S:      Maintained
5956 F:      drivers/scsi/*iscsi*
5957 F:      include/scsi/*iscsi*
5958
5959 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5960 M:      Or Gerlitz <ogerlitz@mellanox.com>
5961 M:      Sagi Grimberg <sagig@mellanox.com>
5962 M:      Roi Dayan <roid@mellanox.com>
5963 L:      linux-rdma@vger.kernel.org
5964 S:      Supported
5965 W:      http://www.openfabrics.org
5966 W:      www.open-iscsi.org
5967 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5968 F:      drivers/infiniband/ulp/iser/
5969
5970 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5971 M:      Sagi Grimberg <sagig@mellanox.com>
5972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5973 L:      linux-rdma@vger.kernel.org
5974 L:      target-devel@vger.kernel.org
5975 S:      Supported
5976 W:      http://www.linux-iscsi.org
5977 F:      drivers/infiniband/ulp/isert
5978
5979 ISDN SUBSYSTEM
5980 M:      Karsten Keil <isdn@linux-pingi.de>
5981 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5982 L:      netdev@vger.kernel.org
5983 W:      http://www.isdn4linux.de
5984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5985 S:      Maintained
5986 F:      Documentation/isdn/
5987 F:      drivers/isdn/
5988 F:      include/linux/isdn.h
5989 F:      include/linux/isdn/
5990 F:      include/uapi/linux/isdn.h
5991 F:      include/uapi/linux/isdn/
5992
5993 ISDN SUBSYSTEM (Eicon active card driver)
5994 M:      Armin Schindler <mac@melware.de>
5995 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5996 W:      http://www.melware.de
5997 S:      Maintained
5998 F:      drivers/isdn/hardware/eicon/
5999
6000 IT87 HARDWARE MONITORING DRIVER
6001 M:      Jean Delvare <jdelvare@suse.com>
6002 L:      lm-sensors@lm-sensors.org
6003 S:      Maintained
6004 F:      Documentation/hwmon/it87
6005 F:      drivers/hwmon/it87.c
6006
6007 IT913X MEDIA DRIVER
6008 M:      Antti Palosaari <crope@iki.fi>
6009 L:      linux-media@vger.kernel.org
6010 W:      https://linuxtv.org
6011 W:      http://palosaari.fi/linux/
6012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6013 T:      git git://linuxtv.org/anttip/media_tree.git
6014 S:      Maintained
6015 F:      drivers/media/tuners/it913x*
6016
6017 IVTV VIDEO4LINUX DRIVER
6018 M:      Andy Walls <awalls@md.metrocast.net>
6019 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6020 L:      linux-media@vger.kernel.org
6021 T:      git git://linuxtv.org/media_tree.git
6022 W:      http://www.ivtvdriver.org
6023 S:      Maintained
6024 F:      Documentation/video4linux/*.ivtv
6025 F:      drivers/media/pci/ivtv/
6026 F:      include/uapi/linux/ivtv*
6027
6028 IX2505V MEDIA DRIVER
6029 M:      Malcolm Priestley <tvboxspy@gmail.com>
6030 L:      linux-media@vger.kernel.org
6031 W:      https://linuxtv.org
6032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6033 S:      Maintained
6034 F:      drivers/media/dvb-frontends/ix2505v*
6035
6036 JC42.4 TEMPERATURE SENSOR DRIVER
6037 M:      Guenter Roeck <linux@roeck-us.net>
6038 L:      lm-sensors@lm-sensors.org
6039 S:      Maintained
6040 F:      drivers/hwmon/jc42.c
6041 F:      Documentation/hwmon/jc42
6042
6043 JFS FILESYSTEM
6044 M:      Dave Kleikamp <shaggy@kernel.org>
6045 L:      jfs-discussion@lists.sourceforge.net
6046 W:      http://jfs.sourceforge.net/
6047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6048 S:      Maintained
6049 F:      Documentation/filesystems/jfs.txt
6050 F:      fs/jfs/
6051
6052 JME NETWORK DRIVER
6053 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6054 L:      netdev@vger.kernel.org
6055 S:      Maintained
6056 F:      drivers/net/ethernet/jme.*
6057
6058 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6059 M:      David Woodhouse <dwmw2@infradead.org>
6060 L:      linux-mtd@lists.infradead.org
6061 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6062 S:      Maintained
6063 F:      fs/jffs2/
6064 F:      include/uapi/linux/jffs2.h
6065
6066 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6067 M:      "Theodore Ts'o" <tytso@mit.edu>
6068 M:      Jan Kara <jack@suse.com>
6069 L:      linux-ext4@vger.kernel.org
6070 S:      Maintained
6071 F:      fs/jbd2/
6072 F:      include/linux/jbd2.h
6073
6074 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6075 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6076 L:      linux-media@vger.kernel.org
6077 S:      Maintained
6078 F:      drivers/media/platform/rcar_jpu.c
6079
6080 JSM Neo PCI based serial card
6081 M:      Gabriel Krisman Bertazi <krisman@linux.vnet.ibm.com>
6082 L:      linux-serial@vger.kernel.org
6083 S:      Maintained
6084 F:      drivers/tty/serial/jsm/
6085
6086 K10TEMP HARDWARE MONITORING DRIVER
6087 M:      Clemens Ladisch <clemens@ladisch.de>
6088 L:      lm-sensors@lm-sensors.org
6089 S:      Maintained
6090 F:      Documentation/hwmon/k10temp
6091 F:      drivers/hwmon/k10temp.c
6092
6093 K8TEMP HARDWARE MONITORING DRIVER
6094 M:      Rudolf Marek <r.marek@assembler.cz>
6095 L:      lm-sensors@lm-sensors.org
6096 S:      Maintained
6097 F:      Documentation/hwmon/k8temp
6098 F:      drivers/hwmon/k8temp.c
6099
6100 KCONFIG
6101 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6102 L:      linux-kbuild@vger.kernel.org
6103 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6104 S:      Maintained
6105 F:      Documentation/kbuild/kconfig-language.txt
6106 F:      scripts/kconfig/
6107
6108 KDUMP
6109 M:      Vivek Goyal <vgoyal@redhat.com>
6110 M:      Haren Myneni <hbabu@us.ibm.com>
6111 L:      kexec@lists.infradead.org
6112 W:      http://lse.sourceforge.net/kdump/
6113 S:      Maintained
6114 F:      Documentation/kdump/
6115
6116 KEENE FM RADIO TRANSMITTER DRIVER
6117 M:      Hans Verkuil <hverkuil@xs4all.nl>
6118 L:      linux-media@vger.kernel.org
6119 T:      git git://linuxtv.org/media_tree.git
6120 W:      https://linuxtv.org
6121 S:      Maintained
6122 F:      drivers/media/radio/radio-keene*
6123
6124 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6125 M:      Ian Kent <raven@themaw.net>
6126 L:      autofs@vger.kernel.org
6127 S:      Maintained
6128 F:      fs/autofs4/
6129
6130 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6131 M:      Michal Marek <mmarek@suse.com>
6132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6134 L:      linux-kbuild@vger.kernel.org
6135 S:      Maintained
6136 F:      Documentation/kbuild/
6137 F:      Makefile
6138 F:      scripts/Makefile.*
6139 F:      scripts/basic/
6140 F:      scripts/mk*
6141 F:      scripts/package/
6142
6143 KERNEL JANITORS
6144 L:      kernel-janitors@vger.kernel.org
6145 W:      http://kernelnewbies.org/KernelJanitors
6146 S:      Odd Fixes
6147
6148 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6149 M:      "J. Bruce Fields" <bfields@fieldses.org>
6150 M:      Jeff Layton <jlayton@poochiereds.net>
6151 L:      linux-nfs@vger.kernel.org
6152 W:      http://nfs.sourceforge.net/
6153 T:      git git://linux-nfs.org/~bfields/linux.git
6154 S:      Supported
6155 F:      fs/nfsd/
6156 F:      include/uapi/linux/nfsd/
6157 F:      fs/lockd/
6158 F:      fs/nfs_common/
6159 F:      net/sunrpc/
6160 F:      include/linux/lockd/
6161 F:      include/linux/sunrpc/
6162 F:      include/uapi/linux/sunrpc/
6163
6164 KERNEL SELFTEST FRAMEWORK
6165 M:      Shuah Khan <shuahkh@osg.samsung.com>
6166 L:      linux-kselftest@vger.kernel.org
6167 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6168 S:      Maintained
6169 F:      tools/testing/selftests
6170
6171 KERNEL VIRTUAL MACHINE (KVM)
6172 M:      Gleb Natapov <gleb@kernel.org>
6173 M:      Paolo Bonzini <pbonzini@redhat.com>
6174 L:      kvm@vger.kernel.org
6175 W:      http://www.linux-kvm.org
6176 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6177 S:      Supported
6178 F:      Documentation/*/kvm*.txt
6179 F:      Documentation/virtual/kvm/
6180 F:      arch/*/kvm/
6181 F:      arch/x86/kernel/kvm.c
6182 F:      arch/x86/kernel/kvmclock.c
6183 F:      arch/*/include/asm/kvm*
6184 F:      include/linux/kvm*
6185 F:      include/uapi/linux/kvm*
6186 F:      virt/kvm/
6187
6188 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6189 M:      Joerg Roedel <joro@8bytes.org>
6190 L:      kvm@vger.kernel.org
6191 W:      http://www.linux-kvm.org/
6192 S:      Maintained
6193 F:      arch/x86/include/asm/svm.h
6194 F:      arch/x86/kvm/svm.c
6195
6196 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6197 M:      Alexander Graf <agraf@suse.com>
6198 L:      kvm-ppc@vger.kernel.org
6199 W:      http://www.linux-kvm.org/
6200 T:      git git://github.com/agraf/linux-2.6.git
6201 S:      Supported
6202 F:      arch/powerpc/include/asm/kvm*
6203 F:      arch/powerpc/kvm/
6204
6205 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6206 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6207 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6208 L:      linux-s390@vger.kernel.org
6209 W:      http://www.ibm.com/developerworks/linux/linux390/
6210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6211 S:      Supported
6212 F:      Documentation/s390/kvm.txt
6213 F:      arch/s390/include/asm/kvm*
6214 F:      arch/s390/kvm/
6215
6216 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6217 M:      Christoffer Dall <christoffer.dall@linaro.org>
6218 M:      Marc Zyngier <marc.zyngier@arm.com>
6219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6220 L:      kvmarm@lists.cs.columbia.edu
6221 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6223 S:      Supported
6224 F:      arch/arm/include/uapi/asm/kvm*
6225 F:      arch/arm/include/asm/kvm*
6226 F:      arch/arm/kvm/
6227 F:      virt/kvm/arm/
6228 F:      include/kvm/arm_*
6229
6230 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6231 M:      Christoffer Dall <christoffer.dall@linaro.org>
6232 M:      Marc Zyngier <marc.zyngier@arm.com>
6233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6234 L:      kvmarm@lists.cs.columbia.edu
6235 S:      Maintained
6236 F:      arch/arm64/include/uapi/asm/kvm*
6237 F:      arch/arm64/include/asm/kvm*
6238 F:      arch/arm64/kvm/
6239
6240 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6241 M:      James Hogan <james.hogan@imgtec.com>
6242 L:      linux-mips@linux-mips.org
6243 S:      Supported
6244 F:      arch/mips/include/uapi/asm/kvm*
6245 F:      arch/mips/include/asm/kvm*
6246 F:      arch/mips/kvm/
6247
6248 KEXEC
6249 M:      Eric Biederman <ebiederm@xmission.com>
6250 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6251 L:      kexec@lists.infradead.org
6252 S:      Maintained
6253 F:      include/linux/kexec.h
6254 F:      include/uapi/linux/kexec.h
6255 F:      kernel/kexec.c
6256
6257 KEYS/KEYRINGS:
6258 M:      David Howells <dhowells@redhat.com>
6259 L:      keyrings@vger.kernel.org
6260 S:      Maintained
6261 F:      Documentation/security/keys.txt
6262 F:      include/linux/key.h
6263 F:      include/linux/key-type.h
6264 F:      include/keys/
6265 F:      security/keys/
6266
6267 KEYS-TRUSTED
6268 M:      David Safford <safford@us.ibm.com>
6269 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6270 L:      linux-security-module@vger.kernel.org
6271 L:      keyrings@vger.kernel.org
6272 S:      Supported
6273 F:      Documentation/security/keys-trusted-encrypted.txt
6274 F:      include/keys/trusted-type.h
6275 F:      security/keys/trusted.c
6276 F:      security/keys/trusted.h
6277
6278 KEYS-ENCRYPTED
6279 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6280 M:      David Safford <safford@us.ibm.com>
6281 L:      linux-security-module@vger.kernel.org
6282 L:      keyrings@vger.kernel.org
6283 S:      Supported
6284 F:      Documentation/security/keys-trusted-encrypted.txt
6285 F:      include/keys/encrypted-type.h
6286 F:      security/keys/encrypted-keys/
6287
6288 KGDB / KDB /debug_core
6289 M:      Jason Wessel <jason.wessel@windriver.com>
6290 W:      http://kgdb.wiki.kernel.org/
6291 L:      kgdb-bugreport@lists.sourceforge.net
6292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6293 S:      Maintained
6294 F:      Documentation/DocBook/kgdb.tmpl
6295 F:      drivers/misc/kgdbts.c
6296 F:      drivers/tty/serial/kgdboc.c
6297 F:      include/linux/kdb.h
6298 F:      include/linux/kgdb.h
6299 F:      kernel/debug/
6300
6301 KMEMCHECK
6302 M:      Vegard Nossum <vegardno@ifi.uio.no>
6303 M:      Pekka Enberg <penberg@kernel.org>
6304 S:      Maintained
6305 F:      Documentation/kmemcheck.txt
6306 F:      arch/x86/include/asm/kmemcheck.h
6307 F:      arch/x86/mm/kmemcheck/
6308 F:      include/linux/kmemcheck.h
6309 F:      mm/kmemcheck.c
6310
6311 KMEMLEAK
6312 M:      Catalin Marinas <catalin.marinas@arm.com>
6313 S:      Maintained
6314 F:      Documentation/kmemleak.txt
6315 F:      include/linux/kmemleak.h
6316 F:      mm/kmemleak.c
6317 F:      mm/kmemleak-test.c
6318
6319 KPROBES
6320 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6321 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6322 M:      "David S. Miller" <davem@davemloft.net>
6323 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6324 S:      Maintained
6325 F:      Documentation/kprobes.txt
6326 F:      include/linux/kprobes.h
6327 F:      kernel/kprobes.c
6328
6329 KS0108 LCD CONTROLLER DRIVER
6330 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6331 W:      http://miguelojeda.es/auxdisplay.htm
6332 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6333 S:      Maintained
6334 F:      Documentation/auxdisplay/ks0108
6335 F:      drivers/auxdisplay/ks0108.c
6336 F:      include/linux/ks0108.h
6337
6338 L3MDEV
6339 M:      David Ahern <dsa@cumulusnetworks.com>
6340 L:      netdev@vger.kernel.org
6341 S:      Maintained
6342 F:      net/l3mdev
6343 F:      include/net/l3mdev.h
6344
6345 LANTIQ MIPS ARCHITECTURE
6346 M:      John Crispin <blogic@openwrt.org>
6347 L:      linux-mips@linux-mips.org
6348 S:      Maintained
6349 F:      arch/mips/lantiq
6350
6351 LAPB module
6352 L:      linux-x25@vger.kernel.org
6353 S:      Orphan
6354 F:      Documentation/networking/lapb-module.txt
6355 F:      include/*/lapb.h
6356 F:      net/lapb/
6357
6358 LASI 53c700 driver for PARISC
6359 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6360 L:      linux-scsi@vger.kernel.org
6361 S:      Maintained
6362 F:      Documentation/scsi/53c700.txt
6363 F:      drivers/scsi/53c700*
6364
6365 LED SUBSYSTEM
6366 M:      Richard Purdie <rpurdie@rpsys.net>
6367 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6368 L:      linux-leds@vger.kernel.org
6369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6370 S:      Maintained
6371 F:      drivers/leds/
6372 F:      include/linux/leds.h
6373
6374 LEGACY EEPROM DRIVER
6375 M:      Jean Delvare <jdelvare@suse.com>
6376 S:      Maintained
6377 F:      Documentation/misc-devices/eeprom
6378 F:      drivers/misc/eeprom/eeprom.c
6379
6380 LEGO USB Tower driver
6381 M:      Juergen Stuber <starblue@users.sourceforge.net>
6382 L:      legousb-devel@lists.sourceforge.net
6383 W:      http://legousb.sourceforge.net/
6384 S:      Maintained
6385 F:      drivers/usb/misc/legousbtower.c
6386
6387 LG2160 MEDIA DRIVER
6388 M:      Michael Krufky <mkrufky@linuxtv.org>
6389 L:      linux-media@vger.kernel.org
6390 W:      https://linuxtv.org
6391 W:      http://github.com/mkrufky
6392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6393 T:      git git://linuxtv.org/mkrufky/tuners.git
6394 S:      Maintained
6395 F:      drivers/media/dvb-frontends/lg2160.*
6396
6397 LGDT3305 MEDIA DRIVER
6398 M:      Michael Krufky <mkrufky@linuxtv.org>
6399 L:      linux-media@vger.kernel.org
6400 W:      https://linuxtv.org
6401 W:      http://github.com/mkrufky
6402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6403 T:      git git://linuxtv.org/mkrufky/tuners.git
6404 S:      Maintained
6405 F:      drivers/media/dvb-frontends/lgdt3305.*
6406
6407 LGUEST
6408 M:      Rusty Russell <rusty@rustcorp.com.au>
6409 L:      lguest@lists.ozlabs.org
6410 W:      http://lguest.ozlabs.org/
6411 S:      Odd Fixes
6412 F:      arch/x86/include/asm/lguest*.h
6413 F:      arch/x86/lguest/
6414 F:      drivers/lguest/
6415 F:      include/linux/lguest*.h
6416 F:      tools/lguest/
6417
6418 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6419 M:      Tejun Heo <tj@kernel.org>
6420 L:      linux-ide@vger.kernel.org
6421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6422 S:      Maintained
6423 F:      drivers/ata/
6424 F:      include/linux/ata.h
6425 F:      include/linux/libata.h
6426
6427 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6428 M:      Viresh Kumar <vireshk@kernel.org>
6429 L:      linux-ide@vger.kernel.org
6430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6431 S:      Maintained
6432 F:      include/linux/pata_arasan_cf_data.h
6433 F:      drivers/ata/pata_arasan_cf.c
6434
6435 LIBATA PATA DRIVERS
6436 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6437 M:      Tejun Heo <tj@kernel.org>
6438 L:      linux-ide@vger.kernel.org
6439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6440 S:      Maintained
6441 F:      drivers/ata/pata_*.c
6442 F:      drivers/ata/ata_generic.c
6443
6444 LIBATA SATA AHCI PLATFORM devices support
6445 M:      Hans de Goede <hdegoede@redhat.com>
6446 M:      Tejun Heo <tj@kernel.org>
6447 L:      linux-ide@vger.kernel.org
6448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6449 S:      Maintained
6450 F:      drivers/ata/ahci_platform.c
6451 F:      drivers/ata/libahci_platform.c
6452 F:      include/linux/ahci_platform.h
6453
6454 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6455 M:      Mikael Pettersson <mikpelinux@gmail.com>
6456 L:      linux-ide@vger.kernel.org
6457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6458 S:      Maintained
6459 F:      drivers/ata/sata_promise.*
6460
6461 LIBLOCKDEP
6462 M:      Sasha Levin <sasha.levin@oracle.com>
6463 S:      Maintained
6464 F:      tools/lib/lockdep/
6465
6466 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6467 M:      Dan Williams <dan.j.williams@intel.com>
6468 L:      linux-nvdimm@lists.01.org
6469 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6471 S:      Supported
6472 F:      drivers/nvdimm/*
6473 F:      include/linux/nd.h
6474 F:      include/linux/libnvdimm.h
6475 F:      include/uapi/linux/ndctl.h
6476
6477 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6478 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6479 L:      linux-nvdimm@lists.01.org
6480 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6481 S:      Supported
6482 F:      drivers/nvdimm/blk.c
6483 F:      drivers/nvdimm/region_devs.c
6484 F:      drivers/acpi/nfit*
6485
6486 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6487 M:      Vishal Verma <vishal.l.verma@intel.com>
6488 L:      linux-nvdimm@lists.01.org
6489 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6490 S:      Supported
6491 F:      drivers/nvdimm/btt*
6492
6493 LIBNVDIMM PMEM: PERSISTENT MEMORY 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/pmem.c
6499 F:      include/linux/pmem.h
6500 F:      arch/*/include/asm/pmem.h
6501
6502 LIGHTNVM PLATFORM SUPPORT
6503 M:      Matias Bjorling <mb@lightnvm.io>
6504 W:      http://github/OpenChannelSSD
6505 L:      linux-block@vger.kernel.org
6506 S:      Maintained
6507 F:      drivers/lightnvm/
6508 F:      include/linux/lightnvm.h
6509 F:      include/uapi/linux/lightnvm.h
6510
6511 LINUX FOR IBM pSERIES (RS/6000)
6512 M:      Paul Mackerras <paulus@au.ibm.com>
6513 W:      http://www.ibm.com/linux/ltc/projects/ppc
6514 S:      Supported
6515 F:      arch/powerpc/boot/rs6000.h
6516
6517 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6518 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6519 M:      Paul Mackerras <paulus@samba.org>
6520 M:      Michael Ellerman <mpe@ellerman.id.au>
6521 W:      http://www.penguinppc.org/
6522 L:      linuxppc-dev@lists.ozlabs.org
6523 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6525 S:      Supported
6526 F:      Documentation/powerpc/
6527 F:      arch/powerpc/
6528
6529 LINUX FOR POWER MACINTOSH
6530 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6531 W:      http://www.penguinppc.org/
6532 L:      linuxppc-dev@lists.ozlabs.org
6533 S:      Maintained
6534 F:      arch/powerpc/platforms/powermac/
6535 F:      drivers/macintosh/
6536
6537 LINUX FOR POWERPC EMBEDDED MPC5XXX
6538 M:      Anatolij Gustschin <agust@denx.de>
6539 L:      linuxppc-dev@lists.ozlabs.org
6540 T:      git git://git.denx.de/linux-denx-agust.git
6541 S:      Maintained
6542 F:      arch/powerpc/platforms/512x/
6543 F:      arch/powerpc/platforms/52xx/
6544
6545 LINUX FOR POWERPC EMBEDDED PPC4XX
6546 M:      Alistair Popple <alistair@popple.id.au>
6547 M:      Matt Porter <mporter@kernel.crashing.org>
6548 W:      http://www.penguinppc.org/
6549 L:      linuxppc-dev@lists.ozlabs.org
6550 S:      Maintained
6551 F:      arch/powerpc/platforms/40x/
6552 F:      arch/powerpc/platforms/44x/
6553
6554 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6555 L:      linuxppc-dev@lists.ozlabs.org
6556 S:      Orphan
6557 F:      arch/powerpc/*/*virtex*
6558 F:      arch/powerpc/*/*/*virtex*
6559
6560 LINUX FOR POWERPC EMBEDDED PPC8XX
6561 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6562 W:      http://www.penguinppc.org/
6563 L:      linuxppc-dev@lists.ozlabs.org
6564 S:      Maintained
6565 F:      arch/powerpc/platforms/8xx/
6566
6567 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6568 M:      Scott Wood <oss@buserror.net>
6569 M:      Kumar Gala <galak@kernel.crashing.org>
6570 W:      http://www.penguinppc.org/
6571 L:      linuxppc-dev@lists.ozlabs.org
6572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6573 S:      Maintained
6574 F:      arch/powerpc/platforms/83xx/
6575 F:      arch/powerpc/platforms/85xx/
6576
6577 LINUX FOR POWERPC PA SEMI PWRFICIENT
6578 M:      Olof Johansson <olof@lixom.net>
6579 L:      linuxppc-dev@lists.ozlabs.org
6580 S:      Maintained
6581 F:      arch/powerpc/platforms/pasemi/
6582 F:      drivers/*/*pasemi*
6583 F:      drivers/*/*/*pasemi*
6584
6585 LINUX SECURITY MODULE (LSM) FRAMEWORK
6586 M:      Chris Wright <chrisw@sous-sol.org>
6587 L:      linux-security-module@vger.kernel.org
6588 S:      Supported
6589
6590 LIS3LV02D ACCELEROMETER DRIVER
6591 M:      Eric Piel <eric.piel@tremplin-utc.net>
6592 S:      Maintained
6593 F:      Documentation/misc-devices/lis3lv02d
6594 F:      drivers/misc/lis3lv02d/
6595 F:      drivers/platform/x86/hp_accel.c
6596
6597 LIVE PATCHING
6598 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6599 M:      Jessica Yu <jeyu@redhat.com>
6600 M:      Jiri Kosina <jikos@kernel.org>
6601 M:      Miroslav Benes <mbenes@suse.cz>
6602 R:      Petr Mladek <pmladek@suse.com>
6603 S:      Maintained
6604 F:      kernel/livepatch/
6605 F:      include/linux/livepatch.h
6606 F:      arch/x86/include/asm/livepatch.h
6607 F:      arch/x86/kernel/livepatch.c
6608 F:      Documentation/livepatch/
6609 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6610 F:      samples/livepatch/
6611 L:      live-patching@vger.kernel.org
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6613
6614 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6615 M:      Kees Cook <keescook@chromium.org>
6616 S:      Maintained
6617 F:      drivers/misc/lkdtm.c
6618
6619 LLC (802.2)
6620 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6621 S:      Maintained
6622 F:      include/linux/llc.h
6623 F:      include/uapi/linux/llc.h
6624 F:      include/net/llc*
6625 F:      net/llc/
6626
6627 LM73 HARDWARE MONITOR DRIVER
6628 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6629 L:      lm-sensors@lm-sensors.org
6630 S:      Maintained
6631 F:      drivers/hwmon/lm73.c
6632
6633 LM78 HARDWARE MONITOR DRIVER
6634 M:      Jean Delvare <jdelvare@suse.com>
6635 L:      lm-sensors@lm-sensors.org
6636 S:      Maintained
6637 F:      Documentation/hwmon/lm78
6638 F:      drivers/hwmon/lm78.c
6639
6640 LM83 HARDWARE MONITOR DRIVER
6641 M:      Jean Delvare <jdelvare@suse.com>
6642 L:      lm-sensors@lm-sensors.org
6643 S:      Maintained
6644 F:      Documentation/hwmon/lm83
6645 F:      drivers/hwmon/lm83.c
6646
6647 LM90 HARDWARE MONITOR DRIVER
6648 M:      Jean Delvare <jdelvare@suse.com>
6649 L:      lm-sensors@lm-sensors.org
6650 S:      Maintained
6651 F:      Documentation/hwmon/lm90
6652 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6653 F:      drivers/hwmon/lm90.c
6654
6655 LM95234 HARDWARE MONITOR DRIVER
6656 M:      Guenter Roeck <linux@roeck-us.net>
6657 L:      lm-sensors@lm-sensors.org
6658 S:      Maintained
6659 F:      Documentation/hwmon/lm95234
6660 F:      drivers/hwmon/lm95234.c
6661
6662 LME2510 MEDIA DRIVER
6663 M:      Malcolm Priestley <tvboxspy@gmail.com>
6664 L:      linux-media@vger.kernel.org
6665 W:      https://linuxtv.org
6666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6667 S:      Maintained
6668 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6669
6670 LOCKDEP AND LOCKSTAT
6671 M:      Peter Zijlstra <peterz@infradead.org>
6672 M:      Ingo Molnar <mingo@redhat.com>
6673 L:      linux-kernel@vger.kernel.org
6674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6675 S:      Maintained
6676 F:      Documentation/locking/lockdep*.txt
6677 F:      Documentation/locking/lockstat.txt
6678 F:      include/linux/lockdep.h
6679 F:      kernel/locking/
6680
6681 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6682 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6683 L:      linux-ntfs-dev@lists.sourceforge.net
6684 W:      http://www.linux-ntfs.org/content/view/19/37/
6685 S:      Maintained
6686 F:      Documentation/ldm.txt
6687 F:      block/partitions/ldm.*
6688
6689 LogFS
6690 M:      Joern Engel <joern@logfs.org>
6691 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6692 L:      logfs@logfs.org
6693 W:      logfs.org
6694 S:      Maintained
6695 F:      fs/logfs/
6696
6697 LPC32XX MACHINE SUPPORT
6698 M:      Roland Stigge <stigge@antcom.de>
6699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6700 S:      Maintained
6701 F:      arch/arm/mach-lpc32xx/
6702
6703 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6704 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6705 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6706 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6707 L:      MPT-FusionLinux.pdl@broadcom.com
6708 L:      linux-scsi@vger.kernel.org
6709 W:      http://www.avagotech.com/support/
6710 S:      Supported
6711 F:      drivers/message/fusion/
6712 F:      drivers/scsi/mpt2sas/
6713 F:      drivers/scsi/mpt3sas/
6714
6715 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6716 M:      Matthew Wilcox <matthew@wil.cx>
6717 L:      linux-scsi@vger.kernel.org
6718 S:      Maintained
6719 F:      drivers/scsi/sym53c8xx_2/
6720
6721 LTC4261 HARDWARE MONITOR DRIVER
6722 M:      Guenter Roeck <linux@roeck-us.net>
6723 L:      lm-sensors@lm-sensors.org
6724 S:      Maintained
6725 F:      Documentation/hwmon/ltc4261
6726 F:      drivers/hwmon/ltc4261.c
6727
6728 LTP (Linux Test Project)
6729 M:      Mike Frysinger <vapier@gentoo.org>
6730 M:      Cyril Hrubis <chrubis@suse.cz>
6731 M:      Wanlong Gao <wanlong.gao@gmail.com>
6732 M:      Jan Stancek <jstancek@redhat.com>
6733 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6734 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6735 L:      ltp@lists.linux.it (subscribers-only)
6736 W:      http://linux-test-project.github.io/
6737 T:      git git://github.com/linux-test-project/ltp.git
6738 S:      Maintained
6739
6740 M32R ARCHITECTURE
6741 W:      http://www.linux-m32r.org/
6742 S:      Orphan
6743 F:      arch/m32r/
6744
6745 M68K ARCHITECTURE
6746 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6747 L:      linux-m68k@lists.linux-m68k.org
6748 W:      http://www.linux-m68k.org/
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6750 S:      Maintained
6751 F:      arch/m68k/
6752 F:      drivers/zorro/
6753
6754 M68K ON APPLE MACINTOSH
6755 M:      Joshua Thompson <funaho@jurai.org>
6756 W:      http://www.mac.linux-m68k.org/
6757 L:      linux-m68k@lists.linux-m68k.org
6758 S:      Maintained
6759 F:      arch/m68k/mac/
6760
6761 M68K ON HP9000/300
6762 M:      Philip Blundell <philb@gnu.org>
6763 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6764 S:      Maintained
6765 F:      arch/m68k/hp300/
6766
6767 M88DS3103 MEDIA DRIVER
6768 M:      Antti Palosaari <crope@iki.fi>
6769 L:      linux-media@vger.kernel.org
6770 W:      https://linuxtv.org
6771 W:      http://palosaari.fi/linux/
6772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6773 T:      git git://linuxtv.org/anttip/media_tree.git
6774 S:      Maintained
6775 F:      drivers/media/dvb-frontends/m88ds3103*
6776
6777 M88RS2000 MEDIA DRIVER
6778 M:      Malcolm Priestley <tvboxspy@gmail.com>
6779 L:      linux-media@vger.kernel.org
6780 W:      https://linuxtv.org
6781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6782 S:      Maintained
6783 F:      drivers/media/dvb-frontends/m88rs2000*
6784
6785 MA901 MASTERKIT USB FM RADIO DRIVER
6786 M:      Alexey Klimov <klimov.linux@gmail.com>
6787 L:      linux-media@vger.kernel.org
6788 T:      git git://linuxtv.org/media_tree.git
6789 S:      Maintained
6790 F:      drivers/media/radio/radio-ma901.c
6791
6792 MAC80211
6793 M:      Johannes Berg <johannes@sipsolutions.net>
6794 L:      linux-wireless@vger.kernel.org
6795 W:      http://wireless.kernel.org/
6796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6798 S:      Maintained
6799 F:      Documentation/networking/mac80211-injection.txt
6800 F:      include/net/mac80211.h
6801 F:      net/mac80211/
6802 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6803
6804 MACVLAN DRIVER
6805 M:      Patrick McHardy <kaber@trash.net>
6806 L:      netdev@vger.kernel.org
6807 S:      Maintained
6808 F:      drivers/net/macvlan.c
6809 F:      include/linux/if_macvlan.h
6810
6811 MAILBOX API
6812 M:      Jassi Brar <jassisinghbrar@gmail.com>
6813 L:      linux-kernel@vger.kernel.org
6814 S:      Maintained
6815 F:      drivers/mailbox/
6816 F:      include/linux/mailbox_client.h
6817 F:      include/linux/mailbox_controller.h
6818
6819 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6820 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6821 W:      http://www.kernel.org/doc/man-pages
6822 L:      linux-man@vger.kernel.org
6823 S:      Maintained
6824
6825 MARVELL ARMADA DRM SUPPORT
6826 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6827 S:      Maintained
6828 F:      drivers/gpu/drm/armada/
6829
6830 MARVELL 88E6352 DSA support
6831 M:      Guenter Roeck <linux@roeck-us.net>
6832 S:      Maintained
6833 F:      drivers/net/dsa/mv88e6352.c
6834
6835 MARVELL CRYPTO DRIVER
6836 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6837 M:      Arnaud Ebalard <arno@natisbad.org>
6838 F:      drivers/crypto/marvell/
6839 S:      Maintained
6840 L:      linux-crypto@vger.kernel.org
6841
6842 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6843 M:      Mirko Lindner <mlindner@marvell.com>
6844 M:      Stephen Hemminger <stephen@networkplumber.org>
6845 L:      netdev@vger.kernel.org
6846 S:      Maintained
6847 F:      drivers/net/ethernet/marvell/sk*
6848
6849 MARVELL LIBERTAS WIRELESS DRIVER
6850 L:      libertas-dev@lists.infradead.org
6851 S:      Orphan
6852 F:      drivers/net/wireless/marvell/libertas/
6853
6854 MARVELL MV643XX ETHERNET DRIVER
6855 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6856 L:      netdev@vger.kernel.org
6857 S:      Maintained
6858 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6859 F:      include/linux/mv643xx.h
6860
6861 MARVELL MVNETA ETHERNET DRIVER
6862 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6863 L:      netdev@vger.kernel.org
6864 S:      Maintained
6865 F:      drivers/net/ethernet/marvell/mvneta.*
6866
6867 MARVELL MWIFIEX WIRELESS DRIVER
6868 M:      Amitkumar Karwar <akarwar@marvell.com>
6869 M:      Nishant Sarmukadam <nishants@marvell.com>
6870 L:      linux-wireless@vger.kernel.org
6871 S:      Maintained
6872 F:      drivers/net/wireless/marvell/mwifiex/
6873
6874 MARVELL MWL8K WIRELESS DRIVER
6875 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6876 L:      linux-wireless@vger.kernel.org
6877 S:      Odd Fixes
6878 F:      drivers/net/wireless/marvell/mwl8k.c
6879
6880 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6881 M:      Nicolas Pitre <nico@fluxnic.net>
6882 S:      Odd Fixes
6883 F:      drivers/mmc/host/mvsdio.*
6884
6885 MATROX FRAMEBUFFER DRIVER
6886 L:      linux-fbdev@vger.kernel.org
6887 S:      Orphan
6888 F:      drivers/video/fbdev/matrox/matroxfb_*
6889 F:      include/uapi/linux/matroxfb.h
6890
6891 MAX16065 HARDWARE MONITOR DRIVER
6892 M:      Guenter Roeck <linux@roeck-us.net>
6893 L:      lm-sensors@lm-sensors.org
6894 S:      Maintained
6895 F:      Documentation/hwmon/max16065
6896 F:      drivers/hwmon/max16065.c
6897
6898 MAX20751 HARDWARE MONITOR DRIVER
6899 M:      Guenter Roeck <linux@roeck-us.net>
6900 L:      lm-sensors@lm-sensors.org
6901 S:      Maintained
6902 F:      Documentation/hwmon/max20751
6903 F:      drivers/hwmon/max20751.c
6904
6905 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6906 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6907 L:      lm-sensors@lm-sensors.org
6908 S:      Maintained
6909 F:      Documentation/hwmon/max6650
6910 F:      drivers/hwmon/max6650.c
6911
6912 MAX6697 HARDWARE MONITOR DRIVER
6913 M:      Guenter Roeck <linux@roeck-us.net>
6914 L:      lm-sensors@lm-sensors.org
6915 S:      Maintained
6916 F:      Documentation/hwmon/max6697
6917 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6918 F:      drivers/hwmon/max6697.c
6919 F:      include/linux/platform_data/max6697.h
6920
6921 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6922 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6923 L:      linux-pm@vger.kernel.org
6924 S:      Supported
6925 F:      drivers/power/max14577_charger.c
6926 F:      drivers/power/max77693_charger.c
6927
6928 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6929 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6930 L:      linux-kernel@vger.kernel.org
6931 S:      Supported
6932 F:      drivers/*/*max77802*.c
6933 F:      Documentation/devicetree/bindings/*/*max77802.txt
6934 F:      include/dt-bindings/*/*max77802.h
6935
6936 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6937 M:      Chanwoo Choi <cw00.choi@samsung.com>
6938 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6939 L:      linux-kernel@vger.kernel.org
6940 S:      Supported
6941 F:      drivers/*/max14577.c
6942 F:      drivers/*/max77686*.c
6943 F:      drivers/*/max77693.c
6944 F:      drivers/extcon/extcon-max14577.c
6945 F:      drivers/extcon/extcon-max77693.c
6946 F:      drivers/rtc/rtc-max77686.c
6947 F:      drivers/clk/clk-max77686.c
6948 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6949 F:      Documentation/devicetree/bindings/*/max77686.txt
6950 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6951 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6952 F:      include/linux/mfd/max14577*.h
6953 F:      include/linux/mfd/max77686*.h
6954 F:      include/linux/mfd/max77693*.h
6955
6956 MAXIRADIO FM RADIO RECEIVER DRIVER
6957 M:      Hans Verkuil <hverkuil@xs4all.nl>
6958 L:      linux-media@vger.kernel.org
6959 T:      git git://linuxtv.org/media_tree.git
6960 W:      https://linuxtv.org
6961 S:      Maintained
6962 F:      drivers/media/radio/radio-maxiradio*
6963
6964 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6965 M:      Peter Rosin <peda@axentia.se>
6966 L:      linux-iio@vger.kernel.org
6967 S:      Maintained
6968 F:      drivers/iio/potentiometer/mcp4531.c
6969
6970 MEDIA DRIVERS FOR RENESAS - VSP1
6971 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6972 L:      linux-media@vger.kernel.org
6973 L:      linux-renesas-soc@vger.kernel.org
6974 T:      git git://linuxtv.org/media_tree.git
6975 S:      Supported
6976 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6977 F:      drivers/media/platform/vsp1/
6978
6979 MEDIA DRIVERS FOR ASCOT2E
6980 M:      Sergey Kozlov <serjk@netup.ru>
6981 L:      linux-media@vger.kernel.org
6982 W:      https://linuxtv.org
6983 W:      http://netup.tv/
6984 T:      git git://linuxtv.org/media_tree.git
6985 S:      Supported
6986 F:      drivers/media/dvb-frontends/ascot2e*
6987
6988 MEDIA DRIVERS FOR CXD2841ER
6989 M:      Sergey Kozlov <serjk@netup.ru>
6990 L:      linux-media@vger.kernel.org
6991 W:      https://linuxtv.org
6992 W:      http://netup.tv/
6993 T:      git git://linuxtv.org/media_tree.git
6994 S:      Supported
6995 F:      drivers/media/dvb-frontends/cxd2841er*
6996
6997 MEDIA DRIVERS FOR HORUS3A
6998 M:      Sergey Kozlov <serjk@netup.ru>
6999 L:      linux-media@vger.kernel.org
7000 W:      https://linuxtv.org
7001 W:      http://netup.tv/
7002 T:      git git://linuxtv.org/media_tree.git
7003 S:      Supported
7004 F:      drivers/media/dvb-frontends/horus3a*
7005
7006 MEDIA DRIVERS FOR LNBH25
7007 M:      Sergey Kozlov <serjk@netup.ru>
7008 L:      linux-media@vger.kernel.org
7009 W:      https://linuxtv.org
7010 W:      http://netup.tv/
7011 T:      git git://linuxtv.org/media_tree.git
7012 S:      Supported
7013 F:      drivers/media/dvb-frontends/lnbh25*
7014
7015 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7016 M:      Sergey Kozlov <serjk@netup.ru>
7017 L:      linux-media@vger.kernel.org
7018 W:      https://linuxtv.org
7019 W:      http://netup.tv/
7020 T:      git git://linuxtv.org/media_tree.git
7021 S:      Supported
7022 F:      drivers/media/pci/netup_unidvb/*
7023
7024 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7025 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7026 P:      LinuxTV.org Project
7027 L:      linux-media@vger.kernel.org
7028 W:      https://linuxtv.org
7029 Q:      http://patchwork.kernel.org/project/linux-media/list/
7030 T:      git git://linuxtv.org/media_tree.git
7031 S:      Maintained
7032 F:      Documentation/dvb/
7033 F:      Documentation/video4linux/
7034 F:      Documentation/DocBook/media/
7035 F:      drivers/media/
7036 F:      drivers/staging/media/
7037 F:      include/linux/platform_data/media/
7038 F:      include/media/
7039 F:      include/uapi/linux/dvb/
7040 F:      include/uapi/linux/videodev2.h
7041 F:      include/uapi/linux/media.h
7042 F:      include/uapi/linux/v4l2-*
7043 F:      include/uapi/linux/meye.h
7044 F:      include/uapi/linux/ivtv*
7045 F:      include/uapi/linux/uvcvideo.h
7046
7047 MEDIATEK MT7601U WIRELESS LAN DRIVER
7048 M:      Jakub Kicinski <kubakici@wp.pl>
7049 L:      linux-wireless@vger.kernel.org
7050 S:      Maintained
7051 F:      drivers/net/wireless/mediatek/mt7601u/
7052
7053 MEGARAID SCSI/SAS DRIVERS
7054 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7055 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7056 M:      Uday Lingala <uday.lingala@avagotech.com>
7057 L:      megaraidlinux.pdl@avagotech.com
7058 L:      linux-scsi@vger.kernel.org
7059 W:      http://www.lsi.com
7060 S:      Maintained
7061 F:      Documentation/scsi/megaraid.txt
7062 F:      drivers/scsi/megaraid.*
7063 F:      drivers/scsi/megaraid/
7064
7065 MELLANOX ETHERNET DRIVER (mlx4_en)
7066 M:      Eugenia Emantayev <eugenia@mellanox.com>
7067 L:      netdev@vger.kernel.org
7068 S:      Supported
7069 W:      http://www.mellanox.com
7070 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7071 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7072
7073 MELLANOX ETHERNET DRIVER (mlx5e)
7074 M:      Saeed Mahameed <saeedm@mellanox.com>
7075 L:      netdev@vger.kernel.org
7076 S:      Supported
7077 W:      http://www.mellanox.com
7078 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7079 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7080
7081 MELLANOX ETHERNET SWITCH DRIVERS
7082 M:      Jiri Pirko <jiri@mellanox.com>
7083 M:      Ido Schimmel <idosch@mellanox.com>
7084 L:      netdev@vger.kernel.org
7085 S:      Supported
7086 W:      http://www.mellanox.com
7087 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7088 F:      drivers/net/ethernet/mellanox/mlxsw/
7089
7090 MEMBARRIER SUPPORT
7091 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7092 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7093 L:      linux-kernel@vger.kernel.org
7094 S:      Supported
7095 F:      kernel/membarrier.c
7096 F:      include/uapi/linux/membarrier.h
7097
7098 MEMORY MANAGEMENT
7099 L:      linux-mm@kvack.org
7100 W:      http://www.linux-mm.org
7101 S:      Maintained
7102 F:      include/linux/mm.h
7103 F:      include/linux/gfp.h
7104 F:      include/linux/mmzone.h
7105 F:      include/linux/memory_hotplug.h
7106 F:      include/linux/vmalloc.h
7107 F:      mm/
7108
7109 MEMORY TECHNOLOGY DEVICES (MTD)
7110 M:      David Woodhouse <dwmw2@infradead.org>
7111 M:      Brian Norris <computersforpeace@gmail.com>
7112 L:      linux-mtd@lists.infradead.org
7113 W:      http://www.linux-mtd.infradead.org/
7114 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7115 T:      git git://git.infradead.org/linux-mtd.git
7116 T:      git git://git.infradead.org/l2-mtd.git
7117 S:      Maintained
7118 F:      drivers/mtd/
7119 F:      include/linux/mtd/
7120 F:      include/uapi/mtd/
7121
7122 MEN A21 WATCHDOG DRIVER
7123 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7124 L:      linux-watchdog@vger.kernel.org
7125 S:      Maintained
7126 F:      drivers/watchdog/mena21_wdt.c
7127
7128 MEN CHAMELEON BUS (mcb)
7129 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7130 S:      Maintained
7131 F:      drivers/mcb/
7132 F:      include/linux/mcb.h
7133 F:      Documentation/men-chameleon-bus.txt
7134
7135 MEN F21BMC (Board Management Controller)
7136 M:      Andreas Werner <andreas.werner@men.de>
7137 S:      Supported
7138 F:      drivers/mfd/menf21bmc.c
7139 F:      drivers/watchdog/menf21bmc_wdt.c
7140 F:      drivers/leds/leds-menf21bmc.c
7141 F:      drivers/hwmon/menf21bmc_hwmon.c
7142 F:      Documentation/hwmon/menf21bmc
7143
7144 METAG ARCHITECTURE
7145 M:      James Hogan <james.hogan@imgtec.com>
7146 L:      linux-metag@vger.kernel.org
7147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7148 S:      Odd Fixes
7149 F:      arch/metag/
7150 F:      Documentation/metag/
7151 F:      Documentation/devicetree/bindings/metag/
7152 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7153 F:      drivers/clocksource/metag_generic.c
7154 F:      drivers/irqchip/irq-metag.c
7155 F:      drivers/irqchip/irq-metag-ext.c
7156 F:      drivers/tty/metag_da.c
7157
7158 MICROBLAZE ARCHITECTURE
7159 M:      Michal Simek <monstr@monstr.eu>
7160 W:      http://www.monstr.eu/fdt/
7161 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7162 S:      Supported
7163 F:      arch/microblaze/
7164
7165 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7166 M:      Chen Yu <yu.c.chen@intel.com>
7167 L:      platform-driver-x86@vger.kernel.org
7168 S:      Supported
7169 F:      drivers/platform/x86/surfacepro3_button.c
7170
7171 MICROTEK X6 SCANNER
7172 M:      Oliver Neukum <oliver@neukum.org>
7173 S:      Maintained
7174 F:      drivers/usb/image/microtek.*
7175
7176 MIPS
7177 M:      Ralf Baechle <ralf@linux-mips.org>
7178 L:      linux-mips@linux-mips.org
7179 W:      http://www.linux-mips.org/
7180 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7181 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7182 S:      Supported
7183 F:      Documentation/mips/
7184 F:      arch/mips/
7185
7186 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7187 M:      Hans Verkuil <hverkuil@xs4all.nl>
7188 L:      linux-media@vger.kernel.org
7189 T:      git git://linuxtv.org/media_tree.git
7190 W:      https://linuxtv.org
7191 S:      Odd Fixes
7192 F:      drivers/media/radio/radio-miropcm20*
7193
7194 MELLANOX MLX4 core VPI driver
7195 M:      Yishai Hadas <yishaih@mellanox.com>
7196 L:      netdev@vger.kernel.org
7197 L:      linux-rdma@vger.kernel.org
7198 W:      http://www.mellanox.com
7199 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7200 S:      Supported
7201 F:      drivers/net/ethernet/mellanox/mlx4/
7202 F:      include/linux/mlx4/
7203
7204 MELLANOX MLX4 IB driver
7205 M:      Yishai Hadas <yishaih@mellanox.com>
7206 L:      linux-rdma@vger.kernel.org
7207 W:      http://www.mellanox.com
7208 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7209 S:      Supported
7210 F:      drivers/infiniband/hw/mlx4/
7211 F:      include/linux/mlx4/
7212
7213 MELLANOX MLX5 core VPI driver
7214 M:      Matan Barak <matanb@mellanox.com>
7215 M:      Leon Romanovsky <leonro@mellanox.com>
7216 L:      netdev@vger.kernel.org
7217 L:      linux-rdma@vger.kernel.org
7218 W:      http://www.mellanox.com
7219 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7220 S:      Supported
7221 F:      drivers/net/ethernet/mellanox/mlx5/core/
7222 F:      include/linux/mlx5/
7223
7224 MELLANOX MLX5 IB driver
7225 M:      Matan Barak <matanb@mellanox.com>
7226 M:      Leon Romanovsky <leonro@mellanox.com>
7227 L:      linux-rdma@vger.kernel.org
7228 W:      http://www.mellanox.com
7229 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7230 S:      Supported
7231 F:      drivers/infiniband/hw/mlx5/
7232 F:      include/linux/mlx5/
7233
7234 MELEXIS MLX90614 DRIVER
7235 M:      Crt Mori <cmo@melexis.com>
7236 L:      linux-iio@vger.kernel.org
7237 W:      http://www.melexis.com
7238 S:      Supported
7239 F:      drivers/iio/temperature/mlx90614.c
7240
7241 MN88472 MEDIA DRIVER
7242 M:      Antti Palosaari <crope@iki.fi>
7243 L:      linux-media@vger.kernel.org
7244 W:      https://linuxtv.org
7245 W:      http://palosaari.fi/linux/
7246 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7247 T:      git git://linuxtv.org/anttip/media_tree.git
7248 S:      Maintained
7249 F:      drivers/staging/media/mn88472/
7250 F:      drivers/media/dvb-frontends/mn88472.h
7251
7252 MN88473 MEDIA DRIVER
7253 M:      Antti Palosaari <crope@iki.fi>
7254 L:      linux-media@vger.kernel.org
7255 W:      https://linuxtv.org
7256 W:      http://palosaari.fi/linux/
7257 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7258 S:      Maintained
7259 F:      drivers/media/dvb-frontends/mn88473*
7260
7261 MODULE SUPPORT
7262 M:      Rusty Russell <rusty@rustcorp.com.au>
7263 S:      Maintained
7264 F:      include/linux/module.h
7265 F:      kernel/module.c
7266
7267 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7268 W:      http://popies.net/meye/
7269 S:      Orphan
7270 F:      Documentation/video4linux/meye.txt
7271 F:      drivers/media/pci/meye/
7272 F:      include/uapi/linux/meye.h
7273
7274 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7275 M:      Jiri Slaby <jirislaby@gmail.com>
7276 S:      Maintained
7277 F:      Documentation/serial/moxa-smartio
7278 F:      drivers/tty/mxser.*
7279
7280 MR800 AVERMEDIA USB FM RADIO DRIVER
7281 M:      Alexey Klimov <klimov.linux@gmail.com>
7282 L:      linux-media@vger.kernel.org
7283 T:      git git://linuxtv.org/media_tree.git
7284 S:      Maintained
7285 F:      drivers/media/radio/radio-mr800.c
7286
7287 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7288 M:      Alan Ott <alan@signal11.us>
7289 L:      linux-wpan@vger.kernel.org
7290 S:      Maintained
7291 F:      drivers/net/ieee802154/mrf24j40.c
7292 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7293
7294 MSI LAPTOP SUPPORT
7295 M:      "Lee, Chun-Yi" <jlee@suse.com>
7296 L:      platform-driver-x86@vger.kernel.org
7297 S:      Maintained
7298 F:      drivers/platform/x86/msi-laptop.c
7299
7300 MSI WMI SUPPORT
7301 L:      platform-driver-x86@vger.kernel.org
7302 S:      Orphan
7303 F:      drivers/platform/x86/msi-wmi.c
7304
7305 MSI001 MEDIA DRIVER
7306 M:      Antti Palosaari <crope@iki.fi>
7307 L:      linux-media@vger.kernel.org
7308 W:      https://linuxtv.org
7309 W:      http://palosaari.fi/linux/
7310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7311 T:      git git://linuxtv.org/anttip/media_tree.git
7312 S:      Maintained
7313 F:      drivers/media/tuners/msi001*
7314
7315 MSI2500 MEDIA DRIVER
7316 M:      Antti Palosaari <crope@iki.fi>
7317 L:      linux-media@vger.kernel.org
7318 W:      https://linuxtv.org
7319 W:      http://palosaari.fi/linux/
7320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7321 T:      git git://linuxtv.org/anttip/media_tree.git
7322 S:      Maintained
7323 F:      drivers/media/usb/msi2500/
7324
7325 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7326 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7327 L:      linux-mtd@lists.infradead.org
7328 S:      Maintained
7329 F:      drivers/mtd/devices/docg3*
7330
7331 MT9M032 APTINA SENSOR DRIVER
7332 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7333 L:      linux-media@vger.kernel.org
7334 T:      git git://linuxtv.org/media_tree.git
7335 S:      Maintained
7336 F:      drivers/media/i2c/mt9m032.c
7337 F:      include/media/i2c/mt9m032.h
7338
7339 MT9P031 APTINA CAMERA SENSOR
7340 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7341 L:      linux-media@vger.kernel.org
7342 T:      git git://linuxtv.org/media_tree.git
7343 S:      Maintained
7344 F:      drivers/media/i2c/mt9p031.c
7345 F:      include/media/i2c/mt9p031.h
7346
7347 MT9T001 APTINA CAMERA SENSOR
7348 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7349 L:      linux-media@vger.kernel.org
7350 T:      git git://linuxtv.org/media_tree.git
7351 S:      Maintained
7352 F:      drivers/media/i2c/mt9t001.c
7353 F:      include/media/i2c/mt9t001.h
7354
7355 MT9V032 APTINA CAMERA SENSOR
7356 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7357 L:      linux-media@vger.kernel.org
7358 T:      git git://linuxtv.org/media_tree.git
7359 S:      Maintained
7360 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7361 F:      drivers/media/i2c/mt9v032.c
7362 F:      include/media/i2c/mt9v032.h
7363
7364 MULTIFUNCTION DEVICES (MFD)
7365 M:      Lee Jones <lee.jones@linaro.org>
7366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7367 S:      Supported
7368 F:      drivers/mfd/
7369 F:      include/linux/mfd/
7370
7371 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7372 M:      Ulf Hansson <ulf.hansson@linaro.org>
7373 L:      linux-mmc@vger.kernel.org
7374 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7375 S:      Maintained
7376 F:      drivers/mmc/
7377 F:      include/linux/mmc/
7378 F:      include/uapi/linux/mmc/
7379
7380 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7381 S:      Orphan
7382 F:      drivers/mmc/host/mmc_spi.c
7383 F:      include/linux/spi/mmc_spi.h
7384
7385 MULTISOUND SOUND DRIVER
7386 M:      Andrew Veliath <andrewtv@usa.net>
7387 S:      Maintained
7388 F:      Documentation/sound/oss/MultiSound
7389 F:      sound/oss/msnd*
7390
7391 MULTITECH MULTIPORT CARD (ISICOM)
7392 S:      Orphan
7393 F:      drivers/tty/isicom.c
7394 F:      include/linux/isicom.h
7395
7396 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7397 M:      Bin Liu <b-liu@ti.com>
7398 L:      linux-usb@vger.kernel.org
7399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7400 S:      Maintained
7401 F:      drivers/usb/musb/
7402
7403 MXL5007T MEDIA DRIVER
7404 M:      Michael Krufky <mkrufky@linuxtv.org>
7405 L:      linux-media@vger.kernel.org
7406 W:      https://linuxtv.org
7407 W:      http://github.com/mkrufky
7408 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7409 T:      git git://linuxtv.org/mkrufky/tuners.git
7410 S:      Maintained
7411 F:      drivers/media/tuners/mxl5007t.*
7412
7413 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7414 M:      Hyong-Youb Kim <hykim@myri.com>
7415 L:      netdev@vger.kernel.org
7416 W:      https://www.myricom.com/support/downloads/myri10ge.html
7417 S:      Supported
7418 F:      drivers/net/ethernet/myricom/myri10ge/
7419
7420 NAND FLASH SUBSYSTEM
7421 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7422 R:      Richard Weinberger <richard@nod.at>
7423 L:      linux-mtd@lists.infradead.org
7424 W:      http://www.linux-mtd.infradead.org/
7425 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7426 T:      git git://github.com/linux-nand/linux.git
7427 S:      Maintained
7428 F:      drivers/mtd/nand/
7429 F:      include/linux/mtd/nand*.h
7430
7431 NATSEMI ETHERNET DRIVER (DP8381x)
7432 S:      Orphan
7433 F:      drivers/net/ethernet/natsemi/natsemi.c
7434
7435 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7436 M:      Daniel Mack <zonque@gmail.com>
7437 S:      Maintained
7438 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7439 W:      http://www.native-instruments.com
7440 F:      sound/usb/caiaq/
7441
7442 NCP FILESYSTEM
7443 M:      Petr Vandrovec <petr@vandrovec.name>
7444 S:      Odd Fixes
7445 F:      fs/ncpfs/
7446
7447 NCR 5380 SCSI DRIVERS
7448 M:      Finn Thain <fthain@telegraphics.com.au>
7449 M:      Michael Schmitz <schmitzmic@gmail.com>
7450 L:      linux-scsi@vger.kernel.org
7451 S:      Maintained
7452 F:      Documentation/scsi/g_NCR5380.txt
7453 F:      drivers/scsi/NCR5380.*
7454 F:      drivers/scsi/arm/cumana_1.c
7455 F:      drivers/scsi/arm/oak.c
7456 F:      drivers/scsi/atari_NCR5380.c
7457 F:      drivers/scsi/atari_scsi.*
7458 F:      drivers/scsi/dmx3191d.c
7459 F:      drivers/scsi/dtc.*
7460 F:      drivers/scsi/g_NCR5380.*
7461 F:      drivers/scsi/g_NCR5380_mmio.c
7462 F:      drivers/scsi/mac_scsi.*
7463 F:      drivers/scsi/pas16.*
7464 F:      drivers/scsi/sun3_scsi.*
7465 F:      drivers/scsi/sun3_scsi_vme.c
7466 F:      drivers/scsi/t128.*
7467
7468 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7469 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7470 L:      linux-scsi@vger.kernel.org
7471 S:      Maintained
7472 F:      drivers/scsi/NCR_D700.*
7473
7474 NCT6775 HARDWARE MONITOR DRIVER
7475 M:      Guenter Roeck <linux@roeck-us.net>
7476 L:      lm-sensors@lm-sensors.org
7477 S:      Maintained
7478 F:      Documentation/hwmon/nct6775
7479 F:      drivers/hwmon/nct6775.c
7480
7481 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7482 M:      Faisal Latif <faisal.latif@intel.com>
7483 L:      linux-rdma@vger.kernel.org
7484 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7485 S:      Supported
7486 F:      drivers/infiniband/hw/nes/
7487
7488 NETEM NETWORK EMULATOR
7489 M:      Stephen Hemminger <stephen@networkplumber.org>
7490 L:      netem@lists.linux-foundation.org
7491 S:      Maintained
7492 F:      net/sched/sch_netem.c
7493
7494 NETERION 10GbE DRIVERS (s2io/vxge)
7495 M:      Jon Mason <jdmason@kudzu.us>
7496 L:      netdev@vger.kernel.org
7497 S:      Supported
7498 F:      Documentation/networking/s2io.txt
7499 F:      Documentation/networking/vxge.txt
7500 F:      drivers/net/ethernet/neterion/
7501
7502 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7503 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7504 M:      Patrick McHardy <kaber@trash.net>
7505 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7506 L:      netfilter-devel@vger.kernel.org
7507 L:      coreteam@netfilter.org
7508 W:      http://www.netfilter.org/
7509 W:      http://www.iptables.org/
7510 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7513 S:      Supported
7514 F:      include/linux/netfilter*
7515 F:      include/linux/netfilter/
7516 F:      include/net/netfilter/
7517 F:      include/uapi/linux/netfilter*
7518 F:      include/uapi/linux/netfilter/
7519 F:      net/*/netfilter.c
7520 F:      net/*/netfilter/
7521 F:      net/netfilter/
7522 F:      net/bridge/br_netfilter*.c
7523
7524 NETLABEL
7525 M:      Paul Moore <paul@paul-moore.com>
7526 W:      http://netlabel.sf.net
7527 L:      netdev@vger.kernel.org
7528 S:      Maintained
7529 F:      Documentation/netlabel/
7530 F:      include/net/netlabel.h
7531 F:      net/netlabel/
7532
7533 NETROM NETWORK LAYER
7534 M:      Ralf Baechle <ralf@linux-mips.org>
7535 L:      linux-hams@vger.kernel.org
7536 W:      http://www.linux-ax25.org/
7537 S:      Maintained
7538 F:      include/net/netrom.h
7539 F:      include/uapi/linux/netrom.h
7540 F:      net/netrom/
7541
7542 NETRONOME ETHERNET DRIVERS
7543 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7544 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7545 L:      oss-drivers@netronome.com
7546 S:      Maintained
7547 F:      drivers/net/ethernet/netronome/
7548
7549 NETWORK BLOCK DEVICE (NBD)
7550 M:      Markus Pargmann <mpa@pengutronix.de>
7551 S:      Maintained
7552 L:      nbd-general@lists.sourceforge.net
7553 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7554 F:      Documentation/blockdev/nbd.txt
7555 F:      drivers/block/nbd.c
7556 F:      include/uapi/linux/nbd.h
7557
7558 NETWORK DROP MONITOR
7559 M:      Neil Horman <nhorman@tuxdriver.com>
7560 L:      netdev@vger.kernel.org
7561 S:      Maintained
7562 W:      https://fedorahosted.org/dropwatch/
7563 F:      net/core/drop_monitor.c
7564
7565 NETWORKING [GENERAL]
7566 M:      "David S. Miller" <davem@davemloft.net>
7567 L:      netdev@vger.kernel.org
7568 W:      http://www.linuxfoundation.org/en/Net
7569 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7572 S:      Maintained
7573 F:      net/
7574 F:      include/net/
7575 F:      include/linux/in.h
7576 F:      include/linux/net.h
7577 F:      include/linux/netdevice.h
7578 F:      include/uapi/linux/in.h
7579 F:      include/uapi/linux/net.h
7580 F:      include/uapi/linux/netdevice.h
7581 F:      include/uapi/linux/net_namespace.h
7582 F:      tools/net/
7583 F:      tools/testing/selftests/net/
7584 F:      lib/random32.c
7585 F:      lib/test_bpf.c
7586
7587 NETWORKING [IPv4/IPv6]
7588 M:      "David S. Miller" <davem@davemloft.net>
7589 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7590 M:      James Morris <jmorris@namei.org>
7591 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7592 M:      Patrick McHardy <kaber@trash.net>
7593 L:      netdev@vger.kernel.org
7594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7595 S:      Maintained
7596 F:      net/ipv4/
7597 F:      net/ipv6/
7598 F:      include/net/ip*
7599 F:      arch/x86/net/*
7600
7601 NETWORKING [IPSEC]
7602 M:      Steffen Klassert <steffen.klassert@secunet.com>
7603 M:      Herbert Xu <herbert@gondor.apana.org.au>
7604 M:      "David S. Miller" <davem@davemloft.net>
7605 L:      netdev@vger.kernel.org
7606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7608 S:      Maintained
7609 F:      net/core/flow.c
7610 F:      net/xfrm/
7611 F:      net/key/
7612 F:      net/ipv4/xfrm*
7613 F:      net/ipv4/esp4.c
7614 F:      net/ipv4/ah4.c
7615 F:      net/ipv4/ipcomp.c
7616 F:      net/ipv4/ip_vti.c
7617 F:      net/ipv6/xfrm*
7618 F:      net/ipv6/esp6.c
7619 F:      net/ipv6/ah6.c
7620 F:      net/ipv6/ipcomp6.c
7621 F:      net/ipv6/ip6_vti.c
7622 F:      include/uapi/linux/xfrm.h
7623 F:      include/net/xfrm.h
7624
7625 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7626 M:      Paul Moore <paul@paul-moore.com>
7627 L:      netdev@vger.kernel.org
7628 S:      Maintained
7629
7630 NETWORKING [WIRELESS]
7631 L:      linux-wireless@vger.kernel.org
7632 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7633
7634 NETWORKING DRIVERS
7635 L:      netdev@vger.kernel.org
7636 W:      http://www.linuxfoundation.org/en/Net
7637 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7640 S:      Odd Fixes
7641 F:      drivers/net/
7642 F:      include/linux/if_*
7643 F:      include/linux/netdevice.h
7644 F:      include/linux/etherdevice.h
7645 F:      include/linux/fcdevice.h
7646 F:      include/linux/fddidevice.h
7647 F:      include/linux/hippidevice.h
7648 F:      include/linux/inetdevice.h
7649 F:      include/uapi/linux/if_*
7650 F:      include/uapi/linux/netdevice.h
7651
7652 NETWORKING DRIVERS (WIRELESS)
7653 M:      Kalle Valo <kvalo@codeaurora.org>
7654 L:      linux-wireless@vger.kernel.org
7655 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7658 S:      Maintained
7659 F:      drivers/net/wireless/
7660
7661 NETXEN (1/10) GbE SUPPORT
7662 M:      Manish Chopra <manish.chopra@qlogic.com>
7663 M:      Sony Chacko <sony.chacko@qlogic.com>
7664 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7665 L:      netdev@vger.kernel.org
7666 W:      http://www.qlogic.com
7667 S:      Supported
7668 F:      drivers/net/ethernet/qlogic/netxen/
7669
7670 NFC SUBSYSTEM
7671 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7672 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7673 M:      Samuel Ortiz <sameo@linux.intel.com>
7674 L:      linux-wireless@vger.kernel.org
7675 L:      linux-nfc@lists.01.org (subscribers-only)
7676 S:      Supported
7677 F:      net/nfc/
7678 F:      include/net/nfc/
7679 F:      include/uapi/linux/nfc.h
7680 F:      drivers/nfc/
7681 F:      include/linux/platform_data/microread.h
7682 F:      include/linux/platform_data/nfcmrvl.h
7683 F:      include/linux/platform_data/nxp-nci.h
7684 F:      include/linux/platform_data/pn544.h
7685 F:      include/linux/platform_data/st21nfca.h
7686 F:      include/linux/platform_data/st-nci.h
7687 F:      Documentation/devicetree/bindings/net/nfc/
7688
7689 NFS, SUNRPC, AND LOCKD CLIENTS
7690 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7691 M:      Anna Schumaker <anna.schumaker@netapp.com>
7692 L:      linux-nfs@vger.kernel.org
7693 W:      http://client.linux-nfs.org
7694 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7695 S:      Maintained
7696 F:      fs/lockd/
7697 F:      fs/nfs/
7698 F:      fs/nfs_common/
7699 F:      net/sunrpc/
7700 F:      include/linux/lockd/
7701 F:      include/linux/nfs*
7702 F:      include/linux/sunrpc/
7703 F:      include/uapi/linux/nfs*
7704 F:      include/uapi/linux/sunrpc/
7705
7706 NILFS2 FILESYSTEM
7707 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7708 L:      linux-nilfs@vger.kernel.org
7709 W:      http://nilfs.sourceforge.net/
7710 T:      git git://github.com/konis/nilfs2.git
7711 S:      Supported
7712 F:      Documentation/filesystems/nilfs2.txt
7713 F:      fs/nilfs2/
7714 F:      include/linux/nilfs2_fs.h
7715 F:      include/trace/events/nilfs2.h
7716
7717 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7718 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7719 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7720 S:      Maintained
7721 F:      Documentation/scsi/NinjaSCSI.txt
7722 F:      drivers/scsi/pcmcia/nsp_*
7723
7724 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7725 M:      GOTO Masanori <gotom@debian.or.jp>
7726 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7727 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7728 S:      Maintained
7729 F:      Documentation/scsi/NinjaSCSI.txt
7730 F:      drivers/scsi/nsp32*
7731
7732 NIOS2 ARCHITECTURE
7733 M:      Ley Foon Tan <lftan@altera.com>
7734 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7736 S:      Maintained
7737 F:      arch/nios2/
7738
7739 NOKIA N900 POWER SUPPLY DRIVERS
7740 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7741 F:      include/linux/power/bq2415x_charger.h
7742 F:      include/linux/power/bq27xxx_battery.h
7743 F:      include/linux/power/isp1704_charger.h
7744 F:      drivers/power/bq2415x_charger.c
7745 F:      drivers/power/bq27xxx_battery.c
7746 F:      drivers/power/bq27xxx_battery_i2c.c
7747 F:      drivers/power/isp1704_charger.c
7748 F:      drivers/power/rx51_battery.c
7749
7750 NTB DRIVER CORE
7751 M:      Jon Mason <jdmason@kudzu.us>
7752 M:      Dave Jiang <dave.jiang@intel.com>
7753 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7754 L:      linux-ntb@googlegroups.com
7755 S:      Supported
7756 W:      https://github.com/jonmason/ntb/wiki
7757 T:      git git://github.com/jonmason/ntb.git
7758 F:      drivers/ntb/
7759 F:      drivers/net/ntb_netdev.c
7760 F:      include/linux/ntb.h
7761 F:      include/linux/ntb_transport.h
7762
7763 NTB INTEL DRIVER
7764 M:      Jon Mason <jdmason@kudzu.us>
7765 M:      Dave Jiang <dave.jiang@intel.com>
7766 L:      linux-ntb@googlegroups.com
7767 S:      Supported
7768 W:      https://github.com/jonmason/ntb/wiki
7769 T:      git git://github.com/jonmason/ntb.git
7770 F:      drivers/ntb/hw/intel/
7771
7772 NTB AMD DRIVER
7773 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7774 L:      linux-ntb@googlegroups.com
7775 S:      Supported
7776 F:      drivers/ntb/hw/amd/
7777
7778 NTFS FILESYSTEM
7779 M:      Anton Altaparmakov <anton@tuxera.com>
7780 L:      linux-ntfs-dev@lists.sourceforge.net
7781 W:      http://www.tuxera.com/
7782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7783 S:      Supported
7784 F:      Documentation/filesystems/ntfs.txt
7785 F:      fs/ntfs/
7786
7787 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7788 M:      Antonino Daplas <adaplas@gmail.com>
7789 L:      linux-fbdev@vger.kernel.org
7790 S:      Maintained
7791 F:      drivers/video/fbdev/riva/
7792 F:      drivers/video/fbdev/nvidia/
7793
7794 NVM EXPRESS DRIVER
7795 M:      Keith Busch <keith.busch@intel.com>
7796 M:      Jens Axboe <axboe@fb.com>
7797 L:      linux-nvme@lists.infradead.org
7798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7799 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7800 S:      Supported
7801 F:      drivers/nvme/host/
7802 F:      include/linux/nvme.h
7803
7804 NVMEM FRAMEWORK
7805 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7806 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7807 S:      Maintained
7808 F:      drivers/nvmem/
7809 F:      Documentation/devicetree/bindings/nvmem/
7810 F:      include/linux/nvmem-consumer.h
7811 F:      include/linux/nvmem-provider.h
7812
7813 NXP-NCI NFC DRIVER
7814 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7815 R:      Charles Gorand <charles.gorand@effinnov.com>
7816 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7817 S:      Supported
7818 F:      drivers/nfc/nxp-nci
7819
7820 NXP TDA998X DRM DRIVER
7821 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7822 S:      Supported
7823 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7824 F:      include/drm/i2c/tda998x.h
7825
7826 NXP TFA9879 DRIVER
7827 M:      Peter Rosin <peda@axentia.se>
7828 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7829 S:      Maintained
7830 F:      sound/soc/codecs/tfa9879*
7831
7832 OMAP SUPPORT
7833 M:      Tony Lindgren <tony@atomide.com>
7834 L:      linux-omap@vger.kernel.org
7835 W:      http://www.muru.com/linux/omap/
7836 W:      http://linux.omap.com/
7837 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7839 S:      Maintained
7840 F:      arch/arm/*omap*/
7841 F:      arch/arm/configs/omap1_defconfig
7842 F:      arch/arm/configs/omap2plus_defconfig
7843 F:      drivers/i2c/busses/i2c-omap.c
7844 F:      drivers/irqchip/irq-omap-intc.c
7845 F:      drivers/mfd/*omap*.c
7846 F:      drivers/mfd/menelaus.c
7847 F:      drivers/mfd/palmas.c
7848 F:      drivers/mfd/tps65217.c
7849 F:      drivers/mfd/tps65218.c
7850 F:      drivers/mfd/tps65910.c
7851 F:      drivers/mfd/twl-core.[ch]
7852 F:      drivers/mfd/twl4030*.c
7853 F:      drivers/mfd/twl6030*.c
7854 F:      drivers/mfd/twl6040*.c
7855 F:      drivers/regulator/palmas-regulator*.c
7856 F:      drivers/regulator/pbias-regulator.c
7857 F:      drivers/regulator/tps65217-regulator.c
7858 F:      drivers/regulator/tps65218-regulator.c
7859 F:      drivers/regulator/tps65910-regulator.c
7860 F:      drivers/regulator/twl-regulator.c
7861 F:      include/linux/i2c-omap.h
7862
7863 OMAP DEVICE TREE SUPPORT
7864 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7865 M:      Tony Lindgren <tony@atomide.com>
7866 L:      linux-omap@vger.kernel.org
7867 L:      devicetree@vger.kernel.org
7868 S:      Maintained
7869 F:      arch/arm/boot/dts/*omap*
7870 F:      arch/arm/boot/dts/*am3*
7871 F:      arch/arm/boot/dts/*am4*
7872 F:      arch/arm/boot/dts/*am5*
7873 F:      arch/arm/boot/dts/*dra7*
7874
7875 OMAP CLOCK FRAMEWORK SUPPORT
7876 M:      Paul Walmsley <paul@pwsan.com>
7877 L:      linux-omap@vger.kernel.org
7878 S:      Maintained
7879 F:      arch/arm/*omap*/*clock*
7880
7881 OMAP POWER MANAGEMENT SUPPORT
7882 M:      Kevin Hilman <khilman@deeprootsystems.com>
7883 L:      linux-omap@vger.kernel.org
7884 S:      Maintained
7885 F:      arch/arm/*omap*/*pm*
7886 F:      drivers/cpufreq/omap-cpufreq.c
7887
7888 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7889 M:      Rajendra Nayak <rnayak@ti.com>
7890 M:      Paul Walmsley <paul@pwsan.com>
7891 L:      linux-omap@vger.kernel.org
7892 S:      Maintained
7893 F:      arch/arm/mach-omap2/prm*
7894
7895 OMAP AUDIO SUPPORT
7896 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7897 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7898 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7899 L:      linux-omap@vger.kernel.org
7900 S:      Maintained
7901 F:      sound/soc/omap/
7902
7903 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7904 M:      Roger Quadros <rogerq@ti.com>
7905 M:      Tony Lindgren <tony@atomide.com>
7906 L:      linux-omap@vger.kernel.org
7907 S:      Maintained
7908 F:      drivers/memory/omap-gpmc.c
7909 F:      arch/arm/mach-omap2/*gpmc*
7910
7911 OMAP FRAMEBUFFER SUPPORT
7912 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7913 L:      linux-fbdev@vger.kernel.org
7914 L:      linux-omap@vger.kernel.org
7915 S:      Maintained
7916 F:      drivers/video/fbdev/omap/
7917
7918 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7919 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7920 L:      linux-omap@vger.kernel.org
7921 L:      linux-fbdev@vger.kernel.org
7922 S:      Maintained
7923 F:      drivers/video/fbdev/omap2/
7924 F:      Documentation/arm/OMAP/DSS
7925
7926 OMAP HARDWARE SPINLOCK SUPPORT
7927 M:      Ohad Ben-Cohen <ohad@wizery.com>
7928 L:      linux-omap@vger.kernel.org
7929 S:      Maintained
7930 F:      drivers/hwspinlock/omap_hwspinlock.c
7931
7932 OMAP MMC SUPPORT
7933 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7934 L:      linux-omap@vger.kernel.org
7935 S:      Maintained
7936 F:      drivers/mmc/host/omap.c
7937
7938 OMAP HS MMC SUPPORT
7939 L:      linux-mmc@vger.kernel.org
7940 L:      linux-omap@vger.kernel.org
7941 S:      Orphan
7942 F:      drivers/mmc/host/omap_hsmmc.c
7943
7944 OMAP RANDOM NUMBER GENERATOR SUPPORT
7945 M:      Deepak Saxena <dsaxena@plexity.net>
7946 S:      Maintained
7947 F:      drivers/char/hw_random/omap-rng.c
7948
7949 OMAP HWMOD SUPPORT
7950 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7951 M:      Paul Walmsley <paul@pwsan.com>
7952 L:      linux-omap@vger.kernel.org
7953 S:      Maintained
7954 F:      arch/arm/mach-omap2/omap_hwmod.*
7955
7956 OMAP HWMOD DATA
7957 M:      Paul Walmsley <paul@pwsan.com>
7958 L:      linux-omap@vger.kernel.org
7959 S:      Maintained
7960 F:      arch/arm/mach-omap2/omap_hwmod*data*
7961
7962 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7963 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7964 L:      linux-omap@vger.kernel.org
7965 S:      Maintained
7966 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7967
7968 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7969 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7970 L:      linux-media@vger.kernel.org
7971 S:      Maintained
7972 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7973 F:      drivers/media/platform/omap3isp/
7974 F:      drivers/staging/media/omap4iss/
7975
7976 OMAP USB SUPPORT
7977 L:      linux-usb@vger.kernel.org
7978 L:      linux-omap@vger.kernel.org
7979 S:      Orphan
7980 F:      drivers/usb/*/*omap*
7981 F:      arch/arm/*omap*/usb*
7982
7983 OMAP GPIO DRIVER
7984 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7985 M:      Santosh Shilimkar <ssantosh@kernel.org>
7986 M:      Kevin Hilman <khilman@deeprootsystems.com>
7987 L:      linux-omap@vger.kernel.org
7988 S:      Maintained
7989 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7990 F:      drivers/gpio/gpio-omap.c
7991
7992 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7993 M:      Mark Jackson <mpfj@newflow.co.uk>
7994 L:      linux-omap@vger.kernel.org
7995 S:      Maintained
7996 F:      arch/arm/boot/dts/am335x-nano.dts
7997
7998 OMFS FILESYSTEM
7999 M:      Bob Copeland <me@bobcopeland.com>
8000 L:      linux-karma-devel@lists.sourceforge.net
8001 S:      Maintained
8002 F:      Documentation/filesystems/omfs.txt
8003 F:      fs/omfs/
8004
8005 OMNIKEY CARDMAN 4000 DRIVER
8006 M:      Harald Welte <laforge@gnumonks.org>
8007 S:      Maintained
8008 F:      drivers/char/pcmcia/cm4000_cs.c
8009 F:      include/linux/cm4000_cs.h
8010 F:      include/uapi/linux/cm4000_cs.h
8011
8012 OMNIKEY CARDMAN 4040 DRIVER
8013 M:      Harald Welte <laforge@gnumonks.org>
8014 S:      Maintained
8015 F:      drivers/char/pcmcia/cm4040_cs.*
8016
8017 OMNIVISION OV7670 SENSOR DRIVER
8018 M:      Jonathan Corbet <corbet@lwn.net>
8019 L:      linux-media@vger.kernel.org
8020 T:      git git://linuxtv.org/media_tree.git
8021 S:      Maintained
8022 F:      drivers/media/i2c/ov7670.c
8023
8024 ONENAND FLASH DRIVER
8025 M:      Kyungmin Park <kyungmin.park@samsung.com>
8026 L:      linux-mtd@lists.infradead.org
8027 S:      Maintained
8028 F:      drivers/mtd/onenand/
8029 F:      include/linux/mtd/onenand*.h
8030
8031 ONSTREAM SCSI TAPE DRIVER
8032 M:      Willem Riede <osst@riede.org>
8033 L:      osst-users@lists.sourceforge.net
8034 L:      linux-scsi@vger.kernel.org
8035 S:      Maintained
8036 F:      Documentation/scsi/osst.txt
8037 F:      drivers/scsi/osst.*
8038 F:      drivers/scsi/osst_*.h
8039 F:      drivers/scsi/st.h
8040
8041 OPENCORES I2C BUS DRIVER
8042 M:      Peter Korsgaard <jacmet@sunsite.dk>
8043 L:      linux-i2c@vger.kernel.org
8044 S:      Maintained
8045 F:      Documentation/i2c/busses/i2c-ocores
8046 F:      drivers/i2c/busses/i2c-ocores.c
8047
8048 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8049 M:      Rob Herring <robh+dt@kernel.org>
8050 M:      Frank Rowand <frowand.list@gmail.com>
8051 M:      Grant Likely <grant.likely@linaro.org>
8052 L:      devicetree@vger.kernel.org
8053 W:      http://www.devicetree.org/
8054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8055 S:      Maintained
8056 F:      drivers/of/
8057 F:      include/linux/of*.h
8058 F:      scripts/dtc/
8059
8060 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8061 M:      Rob Herring <robh+dt@kernel.org>
8062 M:      Pawel Moll <pawel.moll@arm.com>
8063 M:      Mark Rutland <mark.rutland@arm.com>
8064 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8065 M:      Kumar Gala <galak@codeaurora.org>
8066 L:      devicetree@vger.kernel.org
8067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8068 S:      Maintained
8069 F:      Documentation/devicetree/
8070 F:      arch/*/boot/dts/
8071 F:      include/dt-bindings/
8072
8073 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8074 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8075 L:      devicetree@vger.kernel.org
8076 S:      Maintained
8077 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8078 F:      Documentation/devicetree/overlay-notes.txt
8079 F:      drivers/of/overlay.c
8080 F:      drivers/of/resolver.c
8081
8082 OPENRISC ARCHITECTURE
8083 M:      Jonas Bonn <jonas@southpole.se>
8084 W:      http://openrisc.net
8085 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8086 S:      Maintained
8087 T:      git git://openrisc.net/~jonas/linux
8088 F:      arch/openrisc/
8089
8090 OPENVSWITCH
8091 M:      Pravin Shelar <pshelar@nicira.com>
8092 L:      netdev@vger.kernel.org
8093 L:      dev@openvswitch.org
8094 W:      http://openvswitch.org
8095 S:      Maintained
8096 F:      net/openvswitch/
8097 F:      include/uapi/linux/openvswitch.h
8098
8099 OPERATING PERFORMANCE POINTS (OPP)
8100 M:      Viresh Kumar <vireshk@kernel.org>
8101 M:      Nishanth Menon <nm@ti.com>
8102 M:      Stephen Boyd <sboyd@codeaurora.org>
8103 L:      linux-pm@vger.kernel.org
8104 S:      Maintained
8105 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8106 F:      drivers/base/power/opp/
8107 F:      include/linux/pm_opp.h
8108 F:      Documentation/power/opp.txt
8109 F:      Documentation/devicetree/bindings/opp/
8110
8111 OPL4 DRIVER
8112 M:      Clemens Ladisch <clemens@ladisch.de>
8113 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8114 T:      git git://git.alsa-project.org/alsa-kernel.git
8115 S:      Maintained
8116 F:      sound/drivers/opl4/
8117
8118 OPROFILE
8119 M:      Robert Richter <rric@kernel.org>
8120 L:      oprofile-list@lists.sf.net
8121 S:      Maintained
8122 F:      arch/*/include/asm/oprofile*.h
8123 F:      arch/*/oprofile/
8124 F:      drivers/oprofile/
8125 F:      include/linux/oprofile.h
8126
8127 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8128 M:      Mark Fasheh <mfasheh@suse.com>
8129 M:      Joel Becker <jlbec@evilplan.org>
8130 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8131 W:      http://ocfs2.wiki.kernel.org
8132 S:      Supported
8133 F:      Documentation/filesystems/ocfs2.txt
8134 F:      Documentation/filesystems/dlmfs.txt
8135 F:      fs/ocfs2/
8136
8137 ORINOCO DRIVER
8138 L:      linux-wireless@vger.kernel.org
8139 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8140 W:      http://www.nongnu.org/orinoco/
8141 S:      Orphan
8142 F:      drivers/net/wireless/intersil/orinoco/
8143
8144 OSD LIBRARY and FILESYSTEM
8145 M:      Boaz Harrosh <ooo@electrozaur.com>
8146 M:      Benny Halevy <bhalevy@primarydata.com>
8147 L:      osd-dev@open-osd.org
8148 W:      http://open-osd.org
8149 T:      git git://git.open-osd.org/open-osd.git
8150 S:      Maintained
8151 F:      drivers/scsi/osd/
8152 F:      include/scsi/osd_*
8153 F:      fs/exofs/
8154
8155 OVERLAY FILESYSTEM
8156 M:      Miklos Szeredi <miklos@szeredi.hu>
8157 L:      linux-unionfs@vger.kernel.org
8158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8159 S:      Supported
8160 F:      fs/overlayfs/
8161 F:      Documentation/filesystems/overlayfs.txt
8162
8163 P54 WIRELESS DRIVER
8164 M:      Christian Lamparter <chunkeey@googlemail.com>
8165 L:      linux-wireless@vger.kernel.org
8166 W:      http://wireless.kernel.org/en/users/Drivers/p54
8167 S:      Maintained
8168 F:      drivers/net/wireless/intersil/p54/
8169
8170 PA SEMI ETHERNET DRIVER
8171 M:      Olof Johansson <olof@lixom.net>
8172 L:      netdev@vger.kernel.org
8173 S:      Maintained
8174 F:      drivers/net/ethernet/pasemi/*
8175
8176 PA SEMI SMBUS DRIVER
8177 M:      Olof Johansson <olof@lixom.net>
8178 L:      linux-i2c@vger.kernel.org
8179 S:      Maintained
8180 F:      drivers/i2c/busses/i2c-pasemi.c
8181
8182 PADATA PARALLEL EXECUTION MECHANISM
8183 M:      Steffen Klassert <steffen.klassert@secunet.com>
8184 L:      linux-crypto@vger.kernel.org
8185 S:      Maintained
8186 F:      kernel/padata.c
8187 F:      include/linux/padata.h
8188 F:      Documentation/padata.txt
8189
8190 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8191 M:      Harald Welte <laforge@gnumonks.org>
8192 L:      platform-driver-x86@vger.kernel.org
8193 S:      Maintained
8194 F:      drivers/platform/x86/panasonic-laptop.c
8195
8196 PANASONIC MN10300/AM33/AM34 PORT
8197 M:      David Howells <dhowells@redhat.com>
8198 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8199 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8200 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8201 S:      Maintained
8202 F:      Documentation/mn10300/
8203 F:      arch/mn10300/
8204
8205 PARALLEL PORT SUBSYSTEM
8206 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8207 M:      Sudip Mukherjee <sudip@vectorindia.org>
8208 L:      linux-parport@lists.infradead.org (subscribers-only)
8209 S:      Maintained
8210 F:      drivers/parport/
8211 F:      include/linux/parport*.h
8212 F:      drivers/char/ppdev.c
8213 F:      include/uapi/linux/ppdev.h
8214 F:      Documentation/parport*.txt
8215
8216 PARAVIRT_OPS INTERFACE
8217 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8218 M:      Chris Wright <chrisw@sous-sol.org>
8219 M:      Alok Kataria <akataria@vmware.com>
8220 M:      Rusty Russell <rusty@rustcorp.com.au>
8221 L:      virtualization@lists.linux-foundation.org
8222 S:      Supported
8223 F:      Documentation/virtual/paravirt_ops.txt
8224 F:      arch/*/kernel/paravirt*
8225 F:      arch/*/include/asm/paravirt.h
8226
8227 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8228 M:      Tim Waugh <tim@cyberelk.net>
8229 L:      linux-parport@lists.infradead.org (subscribers-only)
8230 S:      Maintained
8231 F:      Documentation/blockdev/paride.txt
8232 F:      drivers/block/paride/
8233
8234 PARISC ARCHITECTURE
8235 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8236 M:      Helge Deller <deller@gmx.de>
8237 L:      linux-parisc@vger.kernel.org
8238 W:      http://www.parisc-linux.org/
8239 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8242 S:      Maintained
8243 F:      arch/parisc/
8244 F:      Documentation/parisc/
8245 F:      drivers/parisc/
8246 F:      drivers/char/agp/parisc-agp.c
8247 F:      drivers/input/serio/gscps2.c
8248 F:      drivers/parport/parport_gsc.*
8249 F:      drivers/tty/serial/8250/8250_gsc.c
8250 F:      drivers/video/fbdev/sti*
8251 F:      drivers/video/console/sti*
8252 F:      drivers/video/logo/logo_parisc*
8253
8254 PC87360 HARDWARE MONITORING DRIVER
8255 M:      Jim Cromie <jim.cromie@gmail.com>
8256 L:      lm-sensors@lm-sensors.org
8257 S:      Maintained
8258 F:      Documentation/hwmon/pc87360
8259 F:      drivers/hwmon/pc87360.c
8260
8261 PC8736x GPIO DRIVER
8262 M:      Jim Cromie <jim.cromie@gmail.com>
8263 S:      Maintained
8264 F:      drivers/char/pc8736x_gpio.c
8265
8266 PC87427 HARDWARE MONITORING DRIVER
8267 M:      Jean Delvare <jdelvare@suse.com>
8268 L:      lm-sensors@lm-sensors.org
8269 S:      Maintained
8270 F:      Documentation/hwmon/pc87427
8271 F:      drivers/hwmon/pc87427.c
8272
8273 PCA9532 LED DRIVER
8274 M:      Riku Voipio <riku.voipio@iki.fi>
8275 S:      Maintained
8276 F:      drivers/leds/leds-pca9532.c
8277 F:      include/linux/leds-pca9532.h
8278
8279 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8280 M:      Guenter Roeck <linux@roeck-us.net>
8281 L:      linux-i2c@vger.kernel.org
8282 S:      Maintained
8283 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8284
8285 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8286 M:      Khalid Aziz <khalid@gonehiking.org>
8287 S:      Maintained
8288 F:      drivers/firmware/pcdp.*
8289
8290 PCI ERROR RECOVERY
8291 M:      Linas Vepstas <linasvepstas@gmail.com>
8292 L:      linux-pci@vger.kernel.org
8293 S:      Supported
8294 F:      Documentation/PCI/pci-error-recovery.txt
8295
8296 PCI SUBSYSTEM
8297 M:      Bjorn Helgaas <bhelgaas@google.com>
8298 L:      linux-pci@vger.kernel.org
8299 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8301 S:      Supported
8302 F:      Documentation/PCI/
8303 F:      drivers/pci/
8304 F:      include/linux/pci*
8305 F:      arch/x86/pci/
8306 F:      arch/x86/kernel/quirks.c
8307
8308 PCI DRIVER FOR ALTERA PCIE IP
8309 M:      Ley Foon Tan <lftan@altera.com>
8310 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8311 L:      linux-pci@vger.kernel.org
8312 S:      Supported
8313 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8314 F:      drivers/pci/host/pcie-altera.c
8315
8316 PCI DRIVER FOR ARM VERSATILE PLATFORM
8317 M:      Rob Herring <robh@kernel.org>
8318 L:      linux-pci@vger.kernel.org
8319 L:      linux-arm-kernel@lists.infradead.org
8320 S:      Maintained
8321 F:      Documentation/devicetree/bindings/pci/versatile.txt
8322 F:      drivers/pci/host/pci-versatile.c
8323
8324 PCI DRIVER FOR APPLIEDMICRO XGENE
8325 M:      Tanmay Inamdar <tinamdar@apm.com>
8326 L:      linux-pci@vger.kernel.org
8327 L:      linux-arm-kernel@lists.infradead.org
8328 S:      Maintained
8329 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8330 F:      drivers/pci/host/pci-xgene.c
8331
8332 PCI DRIVER FOR FREESCALE LAYERSCAPE
8333 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8334 M:      Mingkai Hu <mingkai.hu@freescale.com>
8335 M:      Roy Zang <tie-fei.zang@freescale.com>
8336 L:      linuxppc-dev@lists.ozlabs.org
8337 L:      linux-pci@vger.kernel.org
8338 L:      linux-arm-kernel@lists.infradead.org
8339 S:      Maintained
8340 F:      drivers/pci/host/*layerscape*
8341
8342 PCI DRIVER FOR IMX6
8343 M:      Richard Zhu <Richard.Zhu@freescale.com>
8344 M:      Lucas Stach <l.stach@pengutronix.de>
8345 L:      linux-pci@vger.kernel.org
8346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8347 S:      Maintained
8348 F:      drivers/pci/host/*imx6*
8349
8350 PCI DRIVER FOR TI KEYSTONE
8351 M:      Murali Karicheri <m-karicheri2@ti.com>
8352 L:      linux-pci@vger.kernel.org
8353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8354 S:      Maintained
8355 F:      drivers/pci/host/*keystone*
8356
8357 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8358 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8359 M:      Jason Cooper <jason@lakedaemon.net>
8360 L:      linux-pci@vger.kernel.org
8361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8362 S:      Maintained
8363 F:      drivers/pci/host/*mvebu*
8364
8365 PCI DRIVER FOR NVIDIA TEGRA
8366 M:      Thierry Reding <thierry.reding@gmail.com>
8367 L:      linux-tegra@vger.kernel.org
8368 L:      linux-pci@vger.kernel.org
8369 S:      Supported
8370 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8371 F:      drivers/pci/host/pci-tegra.c
8372
8373 PCI DRIVER FOR TI DRA7XX
8374 M:      Kishon Vijay Abraham I <kishon@ti.com>
8375 L:      linux-omap@vger.kernel.org
8376 L:      linux-pci@vger.kernel.org
8377 S:      Supported
8378 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8379 F:      drivers/pci/host/pci-dra7xx.c
8380
8381 PCI DRIVER FOR RENESAS R-CAR
8382 M:      Simon Horman <horms@verge.net.au>
8383 L:      linux-pci@vger.kernel.org
8384 L:      linux-renesas-soc@vger.kernel.org
8385 S:      Maintained
8386 F:      drivers/pci/host/*rcar*
8387
8388 PCI DRIVER FOR SAMSUNG EXYNOS
8389 M:      Jingoo Han <jingoohan1@gmail.com>
8390 L:      linux-pci@vger.kernel.org
8391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8392 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8393 S:      Maintained
8394 F:      drivers/pci/host/pci-exynos.c
8395
8396 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8397 M:      Jingoo Han <jingoohan1@gmail.com>
8398 M:      Pratyush Anand <pratyush.anand@gmail.com>
8399 L:      linux-pci@vger.kernel.org
8400 S:      Maintained
8401 F:      drivers/pci/host/*designware*
8402
8403 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8404 M:      Joao Pinto <jpinto@synopsys.com>
8405 L:      linux-pci@vger.kernel.org
8406 S:      Maintained
8407 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8408 F:      drivers/pci/host/pcie-designware-plat.c
8409
8410 PCI DRIVER FOR GENERIC OF HOSTS
8411 M:      Will Deacon <will.deacon@arm.com>
8412 L:      linux-pci@vger.kernel.org
8413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8414 S:      Maintained
8415 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8416 F:      drivers/pci/host/pci-host-common.c
8417 F:      drivers/pci/host/pci-host-generic.c
8418
8419 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8420 M:      Keith Busch <keith.busch@intel.com>
8421 L:      linux-pci@vger.kernel.org
8422 S:      Supported
8423 F:      arch/x86/pci/vmd.c
8424
8425 PCIE DRIVER FOR ST SPEAR13XX
8426 M:      Pratyush Anand <pratyush.anand@gmail.com>
8427 L:      linux-pci@vger.kernel.org
8428 S:      Maintained
8429 F:      drivers/pci/host/*spear*
8430
8431 PCI MSI DRIVER FOR ALTERA MSI IP
8432 M:      Ley Foon Tan <lftan@altera.com>
8433 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8434 L:      linux-pci@vger.kernel.org
8435 S:      Supported
8436 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8437 F:      drivers/pci/host/pcie-altera-msi.c
8438
8439 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8440 M:      Duc Dang <dhdang@apm.com>
8441 L:      linux-pci@vger.kernel.org
8442 L:      linux-arm-kernel@lists.infradead.org
8443 S:      Maintained
8444 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8445 F:      drivers/pci/host/pci-xgene-msi.c
8446
8447 PCIE DRIVER FOR HISILICON
8448 M:      Zhou Wang <wangzhou1@hisilicon.com>
8449 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8450 L:      linux-pci@vger.kernel.org
8451 S:      Maintained
8452 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8453 F:      drivers/pci/host/pcie-hisi.c
8454
8455 PCIE DRIVER FOR QUALCOMM MSM
8456 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8457 L:     linux-pci@vger.kernel.org
8458 L:     linux-arm-msm@vger.kernel.org
8459 S:     Maintained
8460 F:     drivers/pci/host/*qcom*
8461
8462 PCIE DRIVER FOR CAVIUM THUNDERX
8463 M:      David Daney <david.daney@cavium.com>
8464 L:      linux-pci@vger.kernel.org
8465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8466 S:      Supported
8467 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8468 F:      drivers/pci/host/pci-thunder-*
8469
8470 PCMCIA SUBSYSTEM
8471 P:      Linux PCMCIA Team
8472 L:      linux-pcmcia@lists.infradead.org
8473 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8475 S:      Maintained
8476 F:      Documentation/pcmcia/
8477 F:      drivers/pcmcia/
8478 F:      include/pcmcia/
8479
8480 PCNET32 NETWORK DRIVER
8481 M:      Don Fry <pcnet32@frontier.com>
8482 L:      netdev@vger.kernel.org
8483 S:      Maintained
8484 F:      drivers/net/ethernet/amd/pcnet32.c
8485
8486 PCRYPT PARALLEL CRYPTO ENGINE
8487 M:      Steffen Klassert <steffen.klassert@secunet.com>
8488 L:      linux-crypto@vger.kernel.org
8489 S:      Maintained
8490 F:      crypto/pcrypt.c
8491 F:      include/crypto/pcrypt.h
8492
8493 PER-CPU MEMORY ALLOCATOR
8494 M:      Tejun Heo <tj@kernel.org>
8495 M:      Christoph Lameter <cl@linux-foundation.org>
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8497 S:      Maintained
8498 F:      include/linux/percpu*.h
8499 F:      mm/percpu*.c
8500 F:      arch/*/include/asm/percpu.h
8501
8502 PER-TASK DELAY ACCOUNTING
8503 M:      Balbir Singh <bsingharora@gmail.com>
8504 S:      Maintained
8505 F:      include/linux/delayacct.h
8506 F:      kernel/delayacct.c
8507
8508 PERFORMANCE EVENTS SUBSYSTEM
8509 M:      Peter Zijlstra <peterz@infradead.org>
8510 M:      Ingo Molnar <mingo@redhat.com>
8511 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8512 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8513 L:      linux-kernel@vger.kernel.org
8514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8515 S:      Supported
8516 F:      kernel/events/*
8517 F:      include/linux/perf_event.h
8518 F:      include/uapi/linux/perf_event.h
8519 F:      arch/*/kernel/perf_event*.c
8520 F:      arch/*/kernel/*/perf_event*.c
8521 F:      arch/*/kernel/*/*/perf_event*.c
8522 F:      arch/*/include/asm/perf_event.h
8523 F:      arch/*/kernel/perf_callchain.c
8524 F:      tools/perf/
8525
8526 PERSONALITY HANDLING
8527 M:      Christoph Hellwig <hch@infradead.org>
8528 L:      linux-abi-devel@lists.sourceforge.net
8529 S:      Maintained
8530 F:      include/linux/personality.h
8531 F:      include/uapi/linux/personality.h
8532
8533 PHONET PROTOCOL
8534 M:      Remi Denis-Courmont <courmisch@gmail.com>
8535 S:      Supported
8536 F:      Documentation/networking/phonet.txt
8537 F:      include/linux/phonet.h
8538 F:      include/net/phonet/
8539 F:      include/uapi/linux/phonet.h
8540 F:      net/phonet/
8541
8542 PHRAM MTD DRIVER
8543 M:      Joern Engel <joern@lazybastard.org>
8544 L:      linux-mtd@lists.infradead.org
8545 S:      Maintained
8546 F:      drivers/mtd/devices/phram.c
8547
8548 PICOLCD HID DRIVER
8549 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8550 L:      linux-input@vger.kernel.org
8551 S:      Maintained
8552 F:      drivers/hid/hid-picolcd*
8553
8554 PICOXCELL SUPPORT
8555 M:      Jamie Iles <jamie@jamieiles.com>
8556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8557 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8558 S:      Supported
8559 F:      arch/arm/boot/dts/picoxcell*
8560 F:      arch/arm/mach-picoxcell/
8561 F:      drivers/crypto/picoxcell*
8562
8563 PIN CONTROL SUBSYSTEM
8564 M:      Linus Walleij <linus.walleij@linaro.org>
8565 L:      linux-gpio@vger.kernel.org
8566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8567 S:      Maintained
8568 F:      drivers/pinctrl/
8569 F:      include/linux/pinctrl/
8570
8571 PIN CONTROLLER - ATMEL AT91
8572 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8574 S:      Maintained
8575 F:      drivers/pinctrl/pinctrl-at91.*
8576
8577 PIN CONTROLLER - ATMEL AT91 PIO4
8578 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8580 L:      linux-gpio@vger.kernel.org
8581 S:      Supported
8582 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8583
8584 PIN CONTROLLER - INTEL
8585 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8586 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8587 S:      Maintained
8588 F:      drivers/pinctrl/intel/
8589
8590 PIN CONTROLLER - RENESAS
8591 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8592 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8593 L:      linux-renesas-soc@vger.kernel.org
8594 S:      Maintained
8595 F:      drivers/pinctrl/sh-pfc/
8596
8597 PIN CONTROLLER - SAMSUNG
8598 M:      Tomasz Figa <tomasz.figa@gmail.com>
8599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8600 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8601 S:      Maintained
8602 F:      drivers/pinctrl/samsung/
8603
8604 PIN CONTROLLER - SINGLE
8605 M:      Tony Lindgren <tony@atomide.com>
8606 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8608 L:      linux-omap@vger.kernel.org
8609 S:      Maintained
8610 F:      drivers/pinctrl/pinctrl-single.c
8611
8612 PIN CONTROLLER - ST SPEAR
8613 M:      Viresh Kumar <vireshk@kernel.org>
8614 L:      spear-devel@list.st.com
8615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8616 W:      http://www.st.com/spear
8617 S:      Maintained
8618 F:      drivers/pinctrl/spear/
8619
8620 PKTCDVD DRIVER
8621 M:      Jiri Kosina <jikos@kernel.org>
8622 S:      Maintained
8623 F:      drivers/block/pktcdvd.c
8624 F:      include/linux/pktcdvd.h
8625 F:      include/uapi/linux/pktcdvd.h
8626
8627 PKUNITY SOC DRIVERS
8628 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8629 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8630 S:      Maintained
8631 T:      git git://github.com/gxt/linux.git
8632 F:      drivers/input/serio/i8042-unicore32io.h
8633 F:      drivers/i2c/busses/i2c-puv3.c
8634 F:      drivers/video/fbdev/fb-puv3.c
8635 F:      drivers/rtc/rtc-puv3.c
8636
8637 PMBUS HARDWARE MONITORING DRIVERS
8638 M:      Guenter Roeck <linux@roeck-us.net>
8639 L:      lm-sensors@lm-sensors.org
8640 W:      http://www.lm-sensors.org/
8641 W:      http://www.roeck-us.net/linux/drivers/
8642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8643 S:      Maintained
8644 F:      Documentation/hwmon/pmbus
8645 F:      drivers/hwmon/pmbus/
8646 F:      include/linux/i2c/pmbus.h
8647
8648 PMC SIERRA MaxRAID DRIVER
8649 L:      linux-scsi@vger.kernel.org
8650 W:      http://www.pmc-sierra.com/
8651 S:      Orphan
8652 F:      drivers/scsi/pmcraid.*
8653
8654 PMC SIERRA PM8001 DRIVER
8655 M:      Jack Wang <jinpu.wang@profitbricks.com>
8656 M:      lindar_liu@usish.com
8657 L:      pmchba@pmcs.com
8658 L:      linux-scsi@vger.kernel.org
8659 S:      Supported
8660 F:      drivers/scsi/pm8001/
8661
8662 POSIX CLOCKS and TIMERS
8663 M:      Thomas Gleixner <tglx@linutronix.de>
8664 L:      linux-kernel@vger.kernel.org
8665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8666 S:      Maintained
8667 F:      fs/timerfd.c
8668 F:      include/linux/timer*
8669 F:      kernel/time/*timer*
8670
8671 POWER MANAGEMENT CORE
8672 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8673 L:      linux-pm@vger.kernel.org
8674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8675 S:      Supported
8676 F:      drivers/base/power/
8677 F:      include/linux/pm.h
8678 F:      include/linux/pm_*
8679 F:      include/linux/powercap.h
8680 F:      drivers/powercap/
8681
8682 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8683 M:      Sebastian Reichel <sre@kernel.org>
8684 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8685 M:      David Woodhouse <dwmw2@infradead.org>
8686 L:      linux-pm@vger.kernel.org
8687 T:      git git://git.infradead.org/battery-2.6.git
8688 S:      Maintained
8689 F:      include/linux/power_supply.h
8690 F:      drivers/power/
8691 X:      drivers/power/avs/
8692
8693 POWER STATE COORDINATION INTERFACE (PSCI)
8694 M:      Mark Rutland <mark.rutland@arm.com>
8695 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8696 L:      linux-arm-kernel@lists.infradead.org
8697 S:      Maintained
8698 F:      drivers/firmware/psci.c
8699 F:      include/linux/psci.h
8700 F:      include/uapi/linux/psci.h
8701
8702 PNP SUPPORT
8703 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8704 S:      Maintained
8705 F:      drivers/pnp/
8706
8707 PPP PROTOCOL DRIVERS AND COMPRESSORS
8708 M:      Paul Mackerras <paulus@samba.org>
8709 L:      linux-ppp@vger.kernel.org
8710 S:      Maintained
8711 F:      drivers/net/ppp/ppp_*
8712
8713 PPP OVER ATM (RFC 2364)
8714 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8715 S:      Maintained
8716 F:      net/atm/pppoatm.c
8717 F:      include/uapi/linux/atmppp.h
8718
8719 PPP OVER ETHERNET
8720 M:      Michal Ostrowski <mostrows@earthlink.net>
8721 S:      Maintained
8722 F:      drivers/net/ppp/pppoe.c
8723 F:      drivers/net/ppp/pppox.c
8724
8725 PPP OVER L2TP
8726 M:      James Chapman <jchapman@katalix.com>
8727 S:      Maintained
8728 F:      net/l2tp/l2tp_ppp.c
8729 F:      include/linux/if_pppol2tp.h
8730 F:      include/uapi/linux/if_pppol2tp.h
8731
8732 PPS SUPPORT
8733 M:      Rodolfo Giometti <giometti@enneenne.com>
8734 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8735 L:      linuxpps@ml.enneenne.com (subscribers-only)
8736 S:      Maintained
8737 F:      Documentation/pps/
8738 F:      drivers/pps/
8739 F:      include/linux/pps*.h
8740
8741 PPTP DRIVER
8742 M:      Dmitry Kozlov <xeb@mail.ru>
8743 L:      netdev@vger.kernel.org
8744 S:      Maintained
8745 F:      drivers/net/ppp/pptp.c
8746 W:      http://sourceforge.net/projects/accel-pptp
8747
8748 PREEMPTIBLE KERNEL
8749 M:      Robert Love <rml@tech9.net>
8750 L:      kpreempt-tech@lists.sourceforge.net
8751 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8752 S:      Supported
8753 F:      Documentation/preempt-locking.txt
8754 F:      include/linux/preempt.h
8755
8756 PRISM54 WIRELESS DRIVER
8757 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8758 L:      linux-wireless@vger.kernel.org
8759 W:      http://wireless.kernel.org/en/users/Drivers/p54
8760 S:      Obsolete
8761 F:      drivers/net/wireless/intersil/prism54/
8762
8763 PS3 NETWORK SUPPORT
8764 M:      Geoff Levand <geoff@infradead.org>
8765 L:      netdev@vger.kernel.org
8766 L:      linuxppc-dev@lists.ozlabs.org
8767 S:      Maintained
8768 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8769
8770 PS3 PLATFORM SUPPORT
8771 M:      Geoff Levand <geoff@infradead.org>
8772 L:      linuxppc-dev@lists.ozlabs.org
8773 S:      Maintained
8774 F:      arch/powerpc/boot/ps3*
8775 F:      arch/powerpc/include/asm/lv1call.h
8776 F:      arch/powerpc/include/asm/ps3*.h
8777 F:      arch/powerpc/platforms/ps3/
8778 F:      drivers/*/ps3*
8779 F:      drivers/ps3/
8780 F:      drivers/rtc/rtc-ps3.c
8781 F:      drivers/usb/host/*ps3.c
8782 F:      sound/ppc/snd_ps3*
8783
8784 PS3VRAM DRIVER
8785 M:      Jim Paris <jim@jtan.com>
8786 M:      Geoff Levand <geoff@infradead.org>
8787 L:      linuxppc-dev@lists.ozlabs.org
8788 S:      Maintained
8789 F:      drivers/block/ps3vram.c
8790
8791 PSTORE FILESYSTEM
8792 M:      Anton Vorontsov <anton@enomsg.org>
8793 M:      Colin Cross <ccross@android.com>
8794 M:      Kees Cook <keescook@chromium.org>
8795 M:      Tony Luck <tony.luck@intel.com>
8796 S:      Maintained
8797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8798 F:      fs/pstore/
8799 F:      include/linux/pstore*
8800 F:      drivers/firmware/efi/efi-pstore.c
8801 F:      drivers/acpi/apei/erst.c
8802
8803 PTP HARDWARE CLOCK SUPPORT
8804 M:      Richard Cochran <richardcochran@gmail.com>
8805 L:      netdev@vger.kernel.org
8806 S:      Maintained
8807 W:      http://linuxptp.sourceforge.net/
8808 F:      Documentation/ABI/testing/sysfs-ptp
8809 F:      Documentation/ptp/*
8810 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8811 F:      drivers/net/phy/dp83640*
8812 F:      drivers/ptp/*
8813 F:      include/linux/ptp_cl*
8814
8815 PTRACE SUPPORT
8816 M:      Roland McGrath <roland@hack.frob.com>
8817 M:      Oleg Nesterov <oleg@redhat.com>
8818 S:      Maintained
8819 F:      include/asm-generic/syscall.h
8820 F:      include/linux/ptrace.h
8821 F:      include/linux/regset.h
8822 F:      include/linux/tracehook.h
8823 F:      include/uapi/linux/ptrace.h
8824 F:      kernel/ptrace.c
8825
8826 PVRUSB2 VIDEO4LINUX DRIVER
8827 M:      Mike Isely <isely@pobox.com>
8828 L:      pvrusb2@isely.net       (subscribers-only)
8829 L:      linux-media@vger.kernel.org
8830 W:      http://www.isely.net/pvrusb2/
8831 T:      git git://linuxtv.org/media_tree.git
8832 S:      Maintained
8833 F:      Documentation/video4linux/README.pvrusb2
8834 F:      drivers/media/usb/pvrusb2/
8835
8836 PWC WEBCAM DRIVER
8837 M:      Hans de Goede <hdegoede@redhat.com>
8838 L:      linux-media@vger.kernel.org
8839 T:      git git://linuxtv.org/media_tree.git
8840 S:      Maintained
8841 F:      drivers/media/usb/pwc/*
8842
8843 PWM FAN DRIVER
8844 M:      Kamil Debski <k.debski@samsung.com>
8845 L:      lm-sensors@lm-sensors.org
8846 S:      Supported
8847 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8848 F:      Documentation/hwmon/pwm-fan
8849 F:      drivers/hwmon/pwm-fan.c
8850
8851 PWM SUBSYSTEM
8852 M:      Thierry Reding <thierry.reding@gmail.com>
8853 L:      linux-pwm@vger.kernel.org
8854 S:      Maintained
8855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8856 F:      Documentation/pwm.txt
8857 F:      Documentation/devicetree/bindings/pwm/
8858 F:      include/linux/pwm.h
8859 F:      drivers/pwm/
8860 F:      drivers/video/backlight/pwm_bl.c
8861 F:      include/linux/pwm_backlight.h
8862
8863 PXA2xx/PXA3xx SUPPORT
8864 M:      Daniel Mack <daniel@zonque.org>
8865 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8866 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8868 T:      git git://github.com/hzhuang1/linux.git
8869 T:      git git://github.com/rjarzmik/linux.git
8870 S:      Maintained
8871 F:      arch/arm/boot/dts/pxa*
8872 F:      arch/arm/mach-pxa/
8873 F:      drivers/dma/pxa*
8874 F:      drivers/pcmcia/pxa2xx*
8875 F:      drivers/pinctrl/pxa/
8876 F:      drivers/spi/spi-pxa2xx*
8877 F:      drivers/usb/gadget/udc/pxa2*
8878 F:      include/sound/pxa2xx-lib.h
8879 F:      sound/arm/pxa*
8880 F:      sound/soc/pxa/
8881
8882 PXA GPIO DRIVER
8883 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8884 L:      linux-gpio@vger.kernel.org
8885 S:      Maintained
8886 F:      drivers/gpio/gpio-pxa.c
8887
8888 PXA3xx NAND FLASH DRIVER
8889 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8890 L:      linux-mtd@lists.infradead.org
8891 S:      Maintained
8892 F:      drivers/mtd/nand/pxa3xx_nand.c
8893
8894 MMP SUPPORT
8895 M:      Eric Miao <eric.y.miao@gmail.com>
8896 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8898 T:      git git://github.com/hzhuang1/linux.git
8899 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8900 S:      Maintained
8901 F:      arch/arm/boot/dts/mmp*
8902 F:      arch/arm/mach-mmp/
8903
8904 PXA MMCI DRIVER
8905 S:      Orphan
8906
8907 PXA RTC DRIVER
8908 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8909 L:      rtc-linux@googlegroups.com
8910 S:      Maintained
8911
8912 QAT DRIVER
8913 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8914 L:      qat-linux@intel.com
8915 S:      Supported
8916 F:      drivers/crypto/qat/
8917
8918 QIB DRIVER
8919 M:      Mike Marciniszyn <infinipath@intel.com>
8920 L:      linux-rdma@vger.kernel.org
8921 S:      Supported
8922 F:      drivers/infiniband/hw/qib/
8923
8924 QLOGIC QLA1280 SCSI DRIVER
8925 M:      Michael Reed <mdr@sgi.com>
8926 L:      linux-scsi@vger.kernel.org
8927 S:      Maintained
8928 F:      drivers/scsi/qla1280.[ch]
8929
8930 QLOGIC QLA2XXX FC-SCSI DRIVER
8931 M:      qla2xxx-upstream@qlogic.com
8932 L:      linux-scsi@vger.kernel.org
8933 S:      Supported
8934 F:      Documentation/scsi/LICENSE.qla2xxx
8935 F:      drivers/scsi/qla2xxx/
8936
8937 QLOGIC QLA4XXX iSCSI DRIVER
8938 M:      QLogic-Storage-Upstream@qlogic.com
8939 L:      linux-scsi@vger.kernel.org
8940 S:      Supported
8941 F:      Documentation/scsi/LICENSE.qla4xxx
8942 F:      drivers/scsi/qla4xxx/
8943
8944 QLOGIC QLA3XXX NETWORK DRIVER
8945 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8946 M:      Ron Mercer <ron.mercer@qlogic.com>
8947 M:      linux-driver@qlogic.com
8948 L:      netdev@vger.kernel.org
8949 S:      Supported
8950 F:      Documentation/networking/LICENSE.qla3xxx
8951 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8952
8953 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8954 M:      Dept-GELinuxNICDev@qlogic.com
8955 L:      netdev@vger.kernel.org
8956 S:      Supported
8957 F:      drivers/net/ethernet/qlogic/qlcnic/
8958
8959 QLOGIC QLGE 10Gb ETHERNET DRIVER
8960 M:      Harish Patil <harish.patil@qlogic.com>
8961 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8962 M:      Dept-GELinuxNICDev@qlogic.com
8963 M:      linux-driver@qlogic.com
8964 L:      netdev@vger.kernel.org
8965 S:      Supported
8966 F:      drivers/net/ethernet/qlogic/qlge/
8967
8968 QLOGIC QL4xxx ETHERNET DRIVER
8969 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8970 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8971 M:      everest-linux-l2@qlogic.com
8972 L:      netdev@vger.kernel.org
8973 S:      Supported
8974 F:      drivers/net/ethernet/qlogic/qed/
8975 F:      include/linux/qed/
8976 F:      drivers/net/ethernet/qlogic/qede/
8977
8978 QNX4 FILESYSTEM
8979 M:      Anders Larsen <al@alarsen.net>
8980 W:      http://www.alarsen.net/linux/qnx4fs/
8981 S:      Maintained
8982 F:      fs/qnx4/
8983 F:      include/uapi/linux/qnx4_fs.h
8984 F:      include/uapi/linux/qnxtypes.h
8985
8986 QT1010 MEDIA DRIVER
8987 M:      Antti Palosaari <crope@iki.fi>
8988 L:      linux-media@vger.kernel.org
8989 W:      https://linuxtv.org
8990 W:      http://palosaari.fi/linux/
8991 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8992 T:      git git://linuxtv.org/anttip/media_tree.git
8993 S:      Maintained
8994 F:      drivers/media/tuners/qt1010*
8995
8996 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8997 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8998 L:      linux-wireless@vger.kernel.org
8999 L:      ath9k-devel@lists.ath9k.org
9000 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9001 S:      Supported
9002 F:      drivers/net/wireless/ath/ath9k/
9003
9004 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9005 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9006 L:      ath10k@lists.infradead.org
9007 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9009 S:      Supported
9010 F:      drivers/net/wireless/ath/ath10k/
9011
9012 QUALCOMM HEXAGON ARCHITECTURE
9013 M:      Richard Kuo <rkuo@codeaurora.org>
9014 L:      linux-hexagon@vger.kernel.org
9015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9016 S:      Supported
9017 F:      arch/hexagon/
9018
9019 QUALCOMM WCN36XX WIRELESS DRIVER
9020 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9021 L:      wcn36xx@lists.infradead.org
9022 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9023 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9024 S:      Supported
9025 F:      drivers/net/wireless/ath/wcn36xx/
9026
9027 RADOS BLOCK DEVICE (RBD)
9028 M:      Ilya Dryomov <idryomov@gmail.com>
9029 M:      Sage Weil <sage@redhat.com>
9030 M:      Alex Elder <elder@kernel.org>
9031 L:      ceph-devel@vger.kernel.org
9032 W:      http://ceph.com/
9033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9034 T:      git git://github.com/ceph/ceph-client.git
9035 S:      Supported
9036 F:      Documentation/ABI/testing/sysfs-bus-rbd
9037 F:      drivers/block/rbd.c
9038 F:      drivers/block/rbd_types.h
9039
9040 RADEON FRAMEBUFFER DISPLAY DRIVER
9041 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9042 L:      linux-fbdev@vger.kernel.org
9043 S:      Maintained
9044 F:      drivers/video/fbdev/aty/radeon*
9045 F:      include/uapi/linux/radeonfb.h
9046
9047 RADIOSHARK RADIO DRIVER
9048 M:      Hans de Goede <hdegoede@redhat.com>
9049 L:      linux-media@vger.kernel.org
9050 T:      git git://linuxtv.org/media_tree.git
9051 S:      Maintained
9052 F:      drivers/media/radio/radio-shark.c
9053
9054 RADIOSHARK2 RADIO DRIVER
9055 M:      Hans de Goede <hdegoede@redhat.com>
9056 L:      linux-media@vger.kernel.org
9057 T:      git git://linuxtv.org/media_tree.git
9058 S:      Maintained
9059 F:      drivers/media/radio/radio-shark2.c
9060 F:      drivers/media/radio/radio-tea5777.c
9061
9062 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9063 M:      Paul Mackerras <paulus@samba.org>
9064 L:      linux-fbdev@vger.kernel.org
9065 S:      Maintained
9066 F:      drivers/video/fbdev/aty/aty128fb.c
9067
9068 RALINK MIPS ARCHITECTURE
9069 M:      John Crispin <blogic@openwrt.org>
9070 L:      linux-mips@linux-mips.org
9071 S:      Maintained
9072 F:      arch/mips/ralink
9073
9074 RALINK RT2X00 WIRELESS LAN DRIVER
9075 P:      rt2x00 project
9076 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9077 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9078 L:      linux-wireless@vger.kernel.org
9079 S:      Maintained
9080 F:      drivers/net/wireless/ralink/rt2x00/
9081
9082 RAMDISK RAM BLOCK DEVICE DRIVER
9083 M:      Jens Axboe <axboe@kernel.dk>
9084 S:      Maintained
9085 F:      Documentation/blockdev/ramdisk.txt
9086 F:      drivers/block/brd.c
9087
9088 RANDOM NUMBER DRIVER
9089 M:      "Theodore Ts'o" <tytso@mit.edu>
9090 S:      Maintained
9091 F:      drivers/char/random.c
9092
9093 RAPIDIO SUBSYSTEM
9094 M:      Matt Porter <mporter@kernel.crashing.org>
9095 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9096 S:      Maintained
9097 F:      drivers/rapidio/
9098
9099 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9100 L:      linux-wireless@vger.kernel.org
9101 S:      Orphan
9102 F:      drivers/net/wireless/ray*
9103
9104 RCUTORTURE MODULE
9105 M:      Josh Triplett <josh@joshtriplett.org>
9106 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9107 L:      linux-kernel@vger.kernel.org
9108 S:      Supported
9109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9110 F:      Documentation/RCU/torture.txt
9111 F:      kernel/rcu/rcutorture.c
9112
9113 RCUTORTURE TEST FRAMEWORK
9114 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9115 M:      Josh Triplett <josh@joshtriplett.org>
9116 R:      Steven Rostedt <rostedt@goodmis.org>
9117 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9118 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9119 L:      linux-kernel@vger.kernel.org
9120 S:      Supported
9121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9122 F:      tools/testing/selftests/rcutorture
9123
9124 RDC R-321X SoC
9125 M:      Florian Fainelli <florian@openwrt.org>
9126 S:      Maintained
9127
9128 RDC R6040 FAST ETHERNET DRIVER
9129 M:      Florian Fainelli <florian@openwrt.org>
9130 L:      netdev@vger.kernel.org
9131 S:      Maintained
9132 F:      drivers/net/ethernet/rdc/r6040.c
9133
9134 RDS - RELIABLE DATAGRAM SOCKETS
9135 M:      Chien Yen <chien.yen@oracle.com>
9136 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9137 S:      Supported
9138 F:      net/rds/
9139
9140 READ-COPY UPDATE (RCU)
9141 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9142 M:      Josh Triplett <josh@joshtriplett.org>
9143 R:      Steven Rostedt <rostedt@goodmis.org>
9144 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9145 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9146 L:      linux-kernel@vger.kernel.org
9147 W:      http://www.rdrop.com/users/paulmck/RCU/
9148 S:      Supported
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9150 F:      Documentation/RCU/
9151 X:      Documentation/RCU/torture.txt
9152 F:      include/linux/rcu*
9153 X:      include/linux/srcu.h
9154 F:      kernel/rcu/
9155 X:      kernel/torture.c
9156
9157 REAL TIME CLOCK (RTC) SUBSYSTEM
9158 M:      Alessandro Zummo <a.zummo@towertech.it>
9159 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9160 L:      rtc-linux@googlegroups.com
9161 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9163 S:      Maintained
9164 F:      Documentation/rtc.txt
9165 F:      drivers/rtc/
9166 F:      include/linux/rtc.h
9167 F:      include/uapi/linux/rtc.h
9168
9169 REALTEK AUDIO CODECS
9170 M:      Bard Liao <bardliao@realtek.com>
9171 M:      Oder Chiou <oder_chiou@realtek.com>
9172 S:      Maintained
9173 F:      sound/soc/codecs/rt*
9174 F:      include/sound/rt*.h
9175
9176 REISERFS FILE SYSTEM
9177 L:      reiserfs-devel@vger.kernel.org
9178 S:      Supported
9179 F:      fs/reiserfs/
9180
9181 REGISTER MAP ABSTRACTION
9182 M:      Mark Brown <broonie@kernel.org>
9183 L:      linux-kernel@vger.kernel.org
9184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9185 S:      Supported
9186 F:      drivers/base/regmap/
9187 F:      include/linux/regmap.h
9188
9189 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9190 M:      Ohad Ben-Cohen <ohad@wizery.com>
9191 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9193 S:      Maintained
9194 F:      drivers/remoteproc/
9195 F:      Documentation/remoteproc.txt
9196 F:      include/linux/remoteproc.h
9197
9198 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9199 M:      Ohad Ben-Cohen <ohad@wizery.com>
9200 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9202 S:      Maintained
9203 F:      drivers/rpmsg/
9204 F:      Documentation/rpmsg.txt
9205 F:      include/linux/rpmsg.h
9206
9207 RENESAS ETHERNET DRIVERS
9208 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9209 L:      netdev@vger.kernel.org
9210 L:      linux-renesas-soc@vger.kernel.org
9211 F:      drivers/net/ethernet/renesas/
9212 F:      include/linux/sh_eth.h
9213
9214 RENESAS USB2 PHY DRIVER
9215 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9216 L:      linux-renesas-soc@vger.kernel.org
9217 S:      Maintained
9218 F:      drivers/phy/phy-rcar-gen3-usb2.c
9219
9220 RESET CONTROLLER FRAMEWORK
9221 M:      Philipp Zabel <p.zabel@pengutronix.de>
9222 T:      git git://git.pengutronix.de/git/pza/linux
9223 S:      Maintained
9224 F:      drivers/reset/
9225 F:      Documentation/devicetree/bindings/reset/
9226 F:      include/dt-bindings/reset/
9227 F:      include/linux/reset.h
9228 F:      include/linux/reset-controller.h
9229
9230 RFKILL
9231 M:      Johannes Berg <johannes@sipsolutions.net>
9232 L:      linux-wireless@vger.kernel.org
9233 W:      http://wireless.kernel.org/
9234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9236 S:      Maintained
9237 F:      Documentation/rfkill.txt
9238 F:      net/rfkill/
9239
9240 RHASHTABLE
9241 M:      Thomas Graf <tgraf@suug.ch>
9242 L:      netdev@vger.kernel.org
9243 S:      Maintained
9244 F:      lib/rhashtable.c
9245 F:      include/linux/rhashtable.h
9246
9247 RICOH SMARTMEDIA/XD DRIVER
9248 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9249 S:      Maintained
9250 F:      drivers/mtd/nand/r852.c
9251 F:      drivers/mtd/nand/r852.h
9252
9253 RICOH R5C592 MEMORYSTICK DRIVER
9254 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9255 S:      Maintained
9256 F:      drivers/memstick/host/r592.*
9257
9258 ROCCAT DRIVERS
9259 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9260 W:      http://sourceforge.net/projects/roccat/
9261 S:      Maintained
9262 F:      drivers/hid/hid-roccat*
9263 F:      include/linux/hid-roccat*
9264 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9265
9266 ROCKER DRIVER
9267 M:      Jiri Pirko <jiri@resnulli.us>
9268 M:      Scott Feldman <sfeldma@gmail.com>
9269 L:      netdev@vger.kernel.org
9270 S:      Supported
9271 F:      drivers/net/ethernet/rocker/
9272
9273 ROCKETPORT DRIVER
9274 P:      Comtrol Corp.
9275 W:      http://www.comtrol.com
9276 S:      Maintained
9277 F:      Documentation/serial/rocket.txt
9278 F:      drivers/tty/rocket*
9279
9280 ROCKETPORT EXPRESS/INFINITY DRIVER
9281 M:      Kevin Cernekee <cernekee@gmail.com>
9282 L:      linux-serial@vger.kernel.org
9283 S:      Odd Fixes
9284 F:      drivers/tty/serial/rp2.*
9285
9286 ROSE NETWORK LAYER
9287 M:      Ralf Baechle <ralf@linux-mips.org>
9288 L:      linux-hams@vger.kernel.org
9289 W:      http://www.linux-ax25.org/
9290 S:      Maintained
9291 F:      include/net/rose.h
9292 F:      include/uapi/linux/rose.h
9293 F:      net/rose/
9294
9295 RTL2830 MEDIA DRIVER
9296 M:      Antti Palosaari <crope@iki.fi>
9297 L:      linux-media@vger.kernel.org
9298 W:      https://linuxtv.org
9299 W:      http://palosaari.fi/linux/
9300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9301 T:      git git://linuxtv.org/anttip/media_tree.git
9302 S:      Maintained
9303 F:      drivers/media/dvb-frontends/rtl2830*
9304
9305 RTL2832 MEDIA DRIVER
9306 M:      Antti Palosaari <crope@iki.fi>
9307 L:      linux-media@vger.kernel.org
9308 W:      https://linuxtv.org
9309 W:      http://palosaari.fi/linux/
9310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9311 T:      git git://linuxtv.org/anttip/media_tree.git
9312 S:      Maintained
9313 F:      drivers/media/dvb-frontends/rtl2832*
9314
9315 RTL2832_SDR MEDIA DRIVER
9316 M:      Antti Palosaari <crope@iki.fi>
9317 L:      linux-media@vger.kernel.org
9318 W:      https://linuxtv.org
9319 W:      http://palosaari.fi/linux/
9320 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9321 T:      git git://linuxtv.org/anttip/media_tree.git
9322 S:      Maintained
9323 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9324
9325 RTL8180 WIRELESS DRIVER
9326 L:      linux-wireless@vger.kernel.org
9327 W:      http://wireless.kernel.org/
9328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9329 S:      Orphan
9330 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9331
9332 RTL8187 WIRELESS DRIVER
9333 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9334 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9335 M:      Larry Finger <Larry.Finger@lwfinger.net>
9336 L:      linux-wireless@vger.kernel.org
9337 W:      http://wireless.kernel.org/
9338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9339 S:      Maintained
9340 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9341
9342 RTL8192CE WIRELESS DRIVER
9343 M:      Larry Finger <Larry.Finger@lwfinger.net>
9344 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9345 L:      linux-wireless@vger.kernel.org
9346 W:      http://wireless.kernel.org/
9347 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9348 S:      Maintained
9349 F:      drivers/net/wireless/realtek/rtlwifi/
9350 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9351
9352 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9353 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9354 L:      linux-wireless@vger.kernel.org
9355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9356 S:      Maintained
9357 F:      drivers/net/wireless/realtek/rtl8xxxu/
9358
9359 S3 SAVAGE FRAMEBUFFER DRIVER
9360 M:      Antonino Daplas <adaplas@gmail.com>
9361 L:      linux-fbdev@vger.kernel.org
9362 S:      Maintained
9363 F:      drivers/video/fbdev/savage/
9364
9365 S390
9366 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9367 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9368 L:      linux-s390@vger.kernel.org
9369 W:      http://www.ibm.com/developerworks/linux/linux390/
9370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9371 S:      Supported
9372 F:      arch/s390/
9373 F:      drivers/s390/
9374 F:      Documentation/s390/
9375 F:      Documentation/DocBook/s390*
9376
9377 S390 COMMON I/O LAYER
9378 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9379 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9380 L:      linux-s390@vger.kernel.org
9381 W:      http://www.ibm.com/developerworks/linux/linux390/
9382 S:      Supported
9383 F:      drivers/s390/cio/
9384
9385 S390 DASD DRIVER
9386 M:      Stefan Weinhuber <wein@de.ibm.com>
9387 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9388 L:      linux-s390@vger.kernel.org
9389 W:      http://www.ibm.com/developerworks/linux/linux390/
9390 S:      Supported
9391 F:      drivers/s390/block/dasd*
9392 F:      block/partitions/ibm.c
9393
9394 S390 NETWORK DRIVERS
9395 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9396 L:      linux-s390@vger.kernel.org
9397 W:      http://www.ibm.com/developerworks/linux/linux390/
9398 S:      Supported
9399 F:      drivers/s390/net/
9400
9401 S390 PCI SUBSYSTEM
9402 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9403 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9404 L:      linux-s390@vger.kernel.org
9405 W:      http://www.ibm.com/developerworks/linux/linux390/
9406 S:      Supported
9407 F:      arch/s390/pci/
9408 F:      drivers/pci/hotplug/s390_pci_hpc.c
9409
9410 S390 ZCRYPT DRIVER
9411 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9412 L:      linux-s390@vger.kernel.org
9413 W:      http://www.ibm.com/developerworks/linux/linux390/
9414 S:      Supported
9415 F:      drivers/s390/crypto/
9416
9417 S390 ZFCP DRIVER
9418 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9419 L:      linux-s390@vger.kernel.org
9420 W:      http://www.ibm.com/developerworks/linux/linux390/
9421 S:      Supported
9422 F:      drivers/s390/scsi/zfcp_*
9423
9424 S390 IUCV NETWORK LAYER
9425 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9426 L:      linux-s390@vger.kernel.org
9427 W:      http://www.ibm.com/developerworks/linux/linux390/
9428 S:      Supported
9429 F:      drivers/s390/net/*iucv*
9430 F:      include/net/iucv/
9431 F:      net/iucv/
9432
9433 S390 IOMMU (PCI)
9434 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9435 L:      linux-s390@vger.kernel.org
9436 W:      http://www.ibm.com/developerworks/linux/linux390/
9437 S:      Supported
9438 F:      drivers/iommu/s390-iommu.c
9439
9440 S3C24XX SD/MMC Driver
9441 M:      Ben Dooks <ben-linux@fluff.org>
9442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9443 S:      Supported
9444 F:      drivers/mmc/host/s3cmci.*
9445
9446 SAA6588 RDS RECEIVER DRIVER
9447 M:      Hans Verkuil <hverkuil@xs4all.nl>
9448 L:      linux-media@vger.kernel.org
9449 T:      git git://linuxtv.org/media_tree.git
9450 W:      https://linuxtv.org
9451 S:      Odd Fixes
9452 F:      drivers/media/i2c/saa6588*
9453
9454 SAA7134 VIDEO4LINUX DRIVER
9455 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9456 L:      linux-media@vger.kernel.org
9457 W:      https://linuxtv.org
9458 T:      git git://linuxtv.org/media_tree.git
9459 S:      Odd fixes
9460 F:      Documentation/video4linux/*.saa7134
9461 F:      drivers/media/pci/saa7134/
9462
9463 SAA7146 VIDEO4LINUX-2 DRIVER
9464 M:      Hans Verkuil <hverkuil@xs4all.nl>
9465 L:      linux-media@vger.kernel.org
9466 T:      git git://linuxtv.org/media_tree.git
9467 S:      Maintained
9468 F:      drivers/media/common/saa7146/
9469 F:      drivers/media/pci/saa7146/
9470 F:      include/media/saa7146*
9471
9472 SAMSUNG LAPTOP DRIVER
9473 M:      Corentin Chary <corentin.chary@gmail.com>
9474 L:      platform-driver-x86@vger.kernel.org
9475 S:      Maintained
9476 F:      drivers/platform/x86/samsung-laptop.c
9477
9478 SAMSUNG AUDIO (ASoC) DRIVERS
9479 M:      Sangbeom Kim <sbkim73@samsung.com>
9480 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9481 S:      Supported
9482 F:      sound/soc/samsung/
9483
9484 SAMSUNG FRAMEBUFFER DRIVER
9485 M:      Jingoo Han <jingoohan1@gmail.com>
9486 L:      linux-fbdev@vger.kernel.org
9487 S:      Maintained
9488 F:      drivers/video/fbdev/s3c-fb.c
9489
9490 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9491 M:      Sangbeom Kim <sbkim73@samsung.com>
9492 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9493 L:      linux-kernel@vger.kernel.org
9494 L:      linux-samsung-soc@vger.kernel.org
9495 S:      Supported
9496 F:      drivers/mfd/sec*.c
9497 F:      drivers/regulator/s2m*.c
9498 F:      drivers/regulator/s5m*.c
9499 F:      drivers/clk/clk-s2mps11.c
9500 F:      drivers/rtc/rtc-s5m.c
9501 F:      include/linux/mfd/samsung/
9502 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9503 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9504 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9505 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9506
9507 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9508 M:      Kyungmin Park <kyungmin.park@samsung.com>
9509 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9510 L:      linux-media@vger.kernel.org
9511 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9512 S:      Supported
9513 F:      drivers/media/platform/exynos4-is/
9514
9515 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9516 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9517 L:      linux-media@vger.kernel.org
9518 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9519 S:      Maintained
9520 F:      drivers/media/platform/s3c-camif/
9521 F:      include/media/drv-intf/s3c_camif.h
9522
9523 SAMSUNG S5C73M3 CAMERA DRIVER
9524 M:      Kyungmin Park <kyungmin.park@samsung.com>
9525 M:      Andrzej Hajda <a.hajda@samsung.com>
9526 L:      linux-media@vger.kernel.org
9527 S:      Supported
9528 F:      drivers/media/i2c/s5c73m3/*
9529
9530 SAMSUNG S5K5BAF CAMERA DRIVER
9531 M:      Kyungmin Park <kyungmin.park@samsung.com>
9532 M:      Andrzej Hajda <a.hajda@samsung.com>
9533 L:      linux-media@vger.kernel.org
9534 S:      Supported
9535 F:      drivers/media/i2c/s5k5baf.c
9536
9537 SAMSUNG S3FWRN5 NFC DRIVER
9538 M:      Robert Baldyga <r.baldyga@samsung.com>
9539 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9540 S:      Supported
9541 F:      drivers/nfc/s3fwrn5
9542
9543 SAMSUNG SOC CLOCK DRIVERS
9544 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9545 M:      Tomasz Figa <tomasz.figa@gmail.com>
9546 S:      Supported
9547 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9548 F:      drivers/clk/samsung/
9549
9550 SAMSUNG SXGBE DRIVERS
9551 M:      Byungho An <bh74.an@samsung.com>
9552 M:      Girish K S <ks.giri@samsung.com>
9553 M:      Vipul Pandya <vipul.pandya@samsung.com>
9554 S:      Supported
9555 L:      netdev@vger.kernel.org
9556 F:      drivers/net/ethernet/samsung/sxgbe/
9557
9558 SAMSUNG THERMAL DRIVER
9559 M:      Lukasz Majewski <l.majewski@samsung.com>
9560 L:      linux-pm@vger.kernel.org
9561 L:      linux-samsung-soc@vger.kernel.org
9562 S:      Supported
9563 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9564 F:      drivers/thermal/samsung/
9565
9566 SAMSUNG USB2 PHY DRIVER
9567 M:      Kamil Debski <k.debski@samsung.com>
9568 L:      linux-kernel@vger.kernel.org
9569 S:      Supported
9570 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9571 F:      Documentation/phy/samsung-usb2.txt
9572 F:      drivers/phy/phy-exynos4210-usb2.c
9573 F:      drivers/phy/phy-exynos4x12-usb2.c
9574 F:      drivers/phy/phy-exynos5250-usb2.c
9575 F:      drivers/phy/phy-s5pv210-usb2.c
9576 F:      drivers/phy/phy-samsung-usb2.c
9577 F:      drivers/phy/phy-samsung-usb2.h
9578
9579 SERIAL DRIVERS
9580 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9581 L:      linux-serial@vger.kernel.org
9582 S:      Maintained
9583 F:      drivers/tty/serial/
9584
9585 SYNOPSYS DESIGNWARE DMAC DRIVER
9586 M:      Viresh Kumar <vireshk@kernel.org>
9587 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9588 S:      Maintained
9589 F:      include/linux/dma/dw.h
9590 F:      include/linux/platform_data/dma-dw.h
9591 F:      drivers/dma/dw/
9592
9593 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9594 M: Lars Persson <lars.persson@axis.com>
9595 L: netdev@vger.kernel.org
9596 S: Supported
9597 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9598 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9599
9600 SYNOPSYS DESIGNWARE I2C DRIVER
9601 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9602 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9603 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9604 L:      linux-i2c@vger.kernel.org
9605 S:      Maintained
9606 F:      drivers/i2c/busses/i2c-designware-*
9607 F:      include/linux/platform_data/i2c-designware.h
9608
9609 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9610 M:      Jaehoon Chung <jh80.chung@samsung.com>
9611 L:      linux-mmc@vger.kernel.org
9612 S:      Maintained
9613 F:      include/linux/mmc/dw_mmc.h
9614 F:      drivers/mmc/host/dw_mmc*
9615
9616 SYSTEM TRACE MODULE CLASS
9617 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9618 S:      Maintained
9619 F:      Documentation/trace/stm.txt
9620 F:      drivers/hwtracing/stm/
9621 F:      include/linux/stm.h
9622 F:      include/uapi/linux/stm.h
9623
9624 THUNDERBOLT DRIVER
9625 M:      Andreas Noever <andreas.noever@gmail.com>
9626 S:      Maintained
9627 F:      drivers/thunderbolt/
9628
9629 TI BQ27XXX POWER SUPPLY DRIVER
9630 R:      Andrew F. Davis <afd@ti.com>
9631 F:      include/linux/power/bq27xxx_battery.h
9632 F:      drivers/power/bq27xxx_battery.c
9633 F:      drivers/power/bq27xxx_battery_i2c.c
9634
9635 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9636 M:      John Stultz <john.stultz@linaro.org>
9637 M:      Thomas Gleixner <tglx@linutronix.de>
9638 L:      linux-kernel@vger.kernel.org
9639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9640 S:      Supported
9641 F:      include/linux/clocksource.h
9642 F:      include/linux/time.h
9643 F:      include/linux/timex.h
9644 F:      include/uapi/linux/time.h
9645 F:      include/uapi/linux/timex.h
9646 F:      kernel/time/clocksource.c
9647 F:      kernel/time/time*.c
9648 F:      kernel/time/alarmtimer.c
9649 F:      kernel/time/ntp.c
9650 F:      tools/testing/selftests/timers/
9651
9652 SC1200 WDT DRIVER
9653 M:      Zwane Mwaikambo <zwanem@gmail.com>
9654 S:      Maintained
9655 F:      drivers/watchdog/sc1200wdt.c
9656
9657 SCHEDULER
9658 M:      Ingo Molnar <mingo@redhat.com>
9659 M:      Peter Zijlstra <peterz@infradead.org>
9660 L:      linux-kernel@vger.kernel.org
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9662 S:      Maintained
9663 F:      kernel/sched/
9664 F:      include/linux/sched.h
9665 F:      include/uapi/linux/sched.h
9666 F:      include/linux/wait.h
9667
9668 SCORE ARCHITECTURE
9669 M:      Chen Liqin <liqin.linux@gmail.com>
9670 M:      Lennox Wu <lennox.wu@gmail.com>
9671 W:      http://www.sunplus.com
9672 S:      Supported
9673 F:      arch/score/
9674
9675 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9676 M:      Sudeep Holla <sudeep.holla@arm.com>
9677 L:      linux-arm-kernel@lists.infradead.org
9678 S:      Maintained
9679 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9680 F:      drivers/clk/clk-scpi.c
9681 F:      drivers/cpufreq/scpi-cpufreq.c
9682 F:      drivers/firmware/arm_scpi.c
9683 F:      include/linux/scpi_protocol.h
9684
9685 SCSI CDROM DRIVER
9686 M:      Jens Axboe <axboe@kernel.dk>
9687 L:      linux-scsi@vger.kernel.org
9688 W:      http://www.kernel.dk
9689 S:      Maintained
9690 F:      drivers/scsi/sr*
9691
9692 SCSI RDMA PROTOCOL (SRP) INITIATOR
9693 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9694 L:      linux-rdma@vger.kernel.org
9695 S:      Supported
9696 W:      http://www.openfabrics.org
9697 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9699 F:      drivers/infiniband/ulp/srp/
9700 F:      include/scsi/srp.h
9701
9702 SCSI SG DRIVER
9703 M:      Doug Gilbert <dgilbert@interlog.com>
9704 L:      linux-scsi@vger.kernel.org
9705 W:      http://sg.danny.cz/sg
9706 S:      Maintained
9707 F:      Documentation/scsi/scsi-generic.txt
9708 F:      drivers/scsi/sg.c
9709 F:      include/scsi/sg.h
9710
9711 SCSI SUBSYSTEM
9712 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9714 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9716 L:      linux-scsi@vger.kernel.org
9717 S:      Maintained
9718 F:      drivers/scsi/
9719 F:      include/scsi/
9720
9721 SCSI TAPE DRIVER
9722 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9723 L:      linux-scsi@vger.kernel.org
9724 S:      Maintained
9725 F:      Documentation/scsi/st.txt
9726 F:      drivers/scsi/st.*
9727 F:      drivers/scsi/st_*.h
9728
9729 SCTP PROTOCOL
9730 M:      Vlad Yasevich <vyasevich@gmail.com>
9731 M:      Neil Horman <nhorman@tuxdriver.com>
9732 L:      linux-sctp@vger.kernel.org
9733 W:      http://lksctp.sourceforge.net
9734 S:      Maintained
9735 F:      Documentation/networking/sctp.txt
9736 F:      include/linux/sctp.h
9737 F:      include/uapi/linux/sctp.h
9738 F:      include/net/sctp/
9739 F:      net/sctp/
9740
9741 SCx200 CPU SUPPORT
9742 M:      Jim Cromie <jim.cromie@gmail.com>
9743 S:      Odd Fixes
9744 F:      Documentation/i2c/busses/scx200_acb
9745 F:      arch/x86/platform/scx200/
9746 F:      drivers/watchdog/scx200_wdt.c
9747 F:      drivers/i2c/busses/scx200*
9748 F:      drivers/mtd/maps/scx200_docflash.c
9749 F:      include/linux/scx200.h
9750
9751 SCx200 GPIO DRIVER
9752 M:      Jim Cromie <jim.cromie@gmail.com>
9753 S:      Maintained
9754 F:      drivers/char/scx200_gpio.c
9755 F:      include/linux/scx200_gpio.h
9756
9757 SCx200 HRT CLOCKSOURCE DRIVER
9758 M:      Jim Cromie <jim.cromie@gmail.com>
9759 S:      Maintained
9760 F:      drivers/clocksource/scx200_hrt.c
9761
9762 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9763 M:      Sascha Sommer <saschasommer@freenet.de>
9764 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9765 S:      Maintained
9766 F:      drivers/mmc/host/sdricoh_cs.c
9767
9768 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9769 L:      linux-mmc@vger.kernel.org
9770 S:      Orphan
9771 F:      drivers/mmc/host/sdhci.*
9772 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9773
9774 SECURE COMPUTING
9775 M:      Kees Cook <keescook@chromium.org>
9776 R:      Andy Lutomirski <luto@amacapital.net>
9777 R:      Will Drewry <wad@chromium.org>
9778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9779 S:      Supported
9780 F:      kernel/seccomp.c
9781 F:      include/uapi/linux/seccomp.h
9782 F:      include/linux/seccomp.h
9783 F:      tools/testing/selftests/seccomp/*
9784 K:      \bsecure_computing
9785 K:      \bTIF_SECCOMP\b
9786
9787 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9788 M:      Ben Dooks <ben-linux@fluff.org>
9789 M:      Jaehoon Chung <jh80.chung@samsung.com>
9790 L:      linux-mmc@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/mmc/host/sdhci-s3c*
9793
9794 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9795 M:      Viresh Kumar <vireshk@kernel.org>
9796 L:      spear-devel@list.st.com
9797 L:      linux-mmc@vger.kernel.org
9798 S:      Maintained
9799 F:      drivers/mmc/host/sdhci-spear.c
9800
9801 SECURITY SUBSYSTEM
9802 M:      James Morris <james.l.morris@oracle.com>
9803 M:      "Serge E. Hallyn" <serge@hallyn.com>
9804 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9806 W:      http://kernsec.org/
9807 S:      Supported
9808 F:      security/
9809
9810 SECURITY CONTACT
9811 M:      Security Officers <security@kernel.org>
9812 S:      Supported
9813
9814 SELINUX SECURITY MODULE
9815 M:      Paul Moore <paul@paul-moore.com>
9816 M:      Stephen Smalley <sds@tycho.nsa.gov>
9817 M:      Eric Paris <eparis@parisplace.org>
9818 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9819 W:      http://selinuxproject.org
9820 T:      git git://git.infradead.org/users/pcmoore/selinux
9821 S:      Supported
9822 F:      include/linux/selinux*
9823 F:      security/selinux/
9824 F:      scripts/selinux/
9825
9826 APPARMOR SECURITY MODULE
9827 M:      John Johansen <john.johansen@canonical.com>
9828 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9829 W:      apparmor.wiki.kernel.org
9830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9831 S:      Supported
9832 F:      security/apparmor/
9833
9834 YAMA SECURITY MODULE
9835 M:      Kees Cook <keescook@chromium.org>
9836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9837 S:      Supported
9838 F:      security/yama/
9839
9840 SENSABLE PHANTOM
9841 M:      Jiri Slaby <jirislaby@gmail.com>
9842 S:      Maintained
9843 F:      drivers/misc/phantom.c
9844 F:      include/uapi/linux/phantom.h
9845
9846 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9847 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9848 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9849 M:      John Soni Jose <sony.john@avagotech.com>
9850 L:      linux-scsi@vger.kernel.org
9851 W:      http://www.avagotech.com
9852 S:      Supported
9853 F:      drivers/scsi/be2iscsi/
9854
9855 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9856 M:      Sathya Perla <sathya.perla@broadcom.com>
9857 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9858 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9859 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9860 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9861 L:      netdev@vger.kernel.org
9862 W:      http://www.emulex.com
9863 S:      Supported
9864 F:      drivers/net/ethernet/emulex/benet/
9865
9866 EMULEX ONECONNECT ROCE DRIVER
9867 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9868 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9869 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9870 L:      linux-rdma@vger.kernel.org
9871 W:      http://www.emulex.com
9872 S:      Supported
9873 F:      drivers/infiniband/hw/ocrdma/
9874
9875 SFC NETWORK DRIVER
9876 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9877 M:      Shradha Shah <sshah@solarflare.com>
9878 L:      netdev@vger.kernel.org
9879 S:      Supported
9880 F:      drivers/net/ethernet/sfc/
9881
9882 SGI GRU DRIVER
9883 M:      Dimitri Sivanich <sivanich@sgi.com>
9884 S:      Maintained
9885 F:      drivers/misc/sgi-gru/
9886
9887 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9888 M:      Pat Gefre <pfg@sgi.com>
9889 L:      linux-ia64@vger.kernel.org
9890 S:      Supported
9891 F:      Documentation/ia64/serial.txt
9892 F:      drivers/tty/serial/ioc?_serial.c
9893 F:      include/linux/ioc?.h
9894
9895 SGI XP/XPC/XPNET DRIVER
9896 M:      Cliff Whickman <cpw@sgi.com>
9897 M:      Robin Holt <robinmholt@gmail.com>
9898 S:      Maintained
9899 F:      drivers/misc/sgi-xp/
9900
9901 SI2157 MEDIA DRIVER
9902 M:      Antti Palosaari <crope@iki.fi>
9903 L:      linux-media@vger.kernel.org
9904 W:      https://linuxtv.org
9905 W:      http://palosaari.fi/linux/
9906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9907 T:      git git://linuxtv.org/anttip/media_tree.git
9908 S:      Maintained
9909 F:      drivers/media/tuners/si2157*
9910
9911 SI2168 MEDIA DRIVER
9912 M:      Antti Palosaari <crope@iki.fi>
9913 L:      linux-media@vger.kernel.org
9914 W:      https://linuxtv.org
9915 W:      http://palosaari.fi/linux/
9916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9917 T:      git git://linuxtv.org/anttip/media_tree.git
9918 S:      Maintained
9919 F:      drivers/media/dvb-frontends/si2168*
9920
9921 SI470X FM RADIO RECEIVER I2C DRIVER
9922 M:      Hans Verkuil <hverkuil@xs4all.nl>
9923 L:      linux-media@vger.kernel.org
9924 T:      git git://linuxtv.org/media_tree.git
9925 W:      https://linuxtv.org
9926 S:      Odd Fixes
9927 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9928
9929 SI470X FM RADIO RECEIVER USB DRIVER
9930 M:      Hans Verkuil <hverkuil@xs4all.nl>
9931 L:      linux-media@vger.kernel.org
9932 T:      git git://linuxtv.org/media_tree.git
9933 W:      https://linuxtv.org
9934 S:      Maintained
9935 F:      drivers/media/radio/si470x/radio-si470x-common.c
9936 F:      drivers/media/radio/si470x/radio-si470x.h
9937 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9938
9939 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9940 M:      Eduardo Valentin <edubezval@gmail.com>
9941 L:      linux-media@vger.kernel.org
9942 T:      git git://linuxtv.org/media_tree.git
9943 W:      https://linuxtv.org
9944 S:      Odd Fixes
9945 F:      drivers/media/radio/si4713/si4713.?
9946
9947 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9948 M:      Eduardo Valentin <edubezval@gmail.com>
9949 L:      linux-media@vger.kernel.org
9950 T:      git git://linuxtv.org/media_tree.git
9951 W:      https://linuxtv.org
9952 S:      Odd Fixes
9953 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9954
9955 SI4713 FM RADIO TRANSMITTER USB DRIVER
9956 M:      Hans Verkuil <hverkuil@xs4all.nl>
9957 L:      linux-media@vger.kernel.org
9958 T:      git git://linuxtv.org/media_tree.git
9959 W:      https://linuxtv.org
9960 S:      Maintained
9961 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9962
9963 SIANO DVB DRIVER
9964 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9965 L:      linux-media@vger.kernel.org
9966 W:      https://linuxtv.org
9967 T:      git git://linuxtv.org/media_tree.git
9968 S:      Odd fixes
9969 F:      drivers/media/common/siano/
9970 F:      drivers/media/usb/siano/
9971 F:      drivers/media/usb/siano/
9972 F:      drivers/media/mmc/siano/
9973
9974 SIMPLEFB FB DRIVER
9975 M:      Hans de Goede <hdegoede@redhat.com>
9976 L:      linux-fbdev@vger.kernel.org
9977 S:      Maintained
9978 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9979 F:      drivers/video/fbdev/simplefb.c
9980 F:      include/linux/platform_data/simplefb.h
9981
9982 SH_VEU V4L2 MEM2MEM DRIVER
9983 L:      linux-media@vger.kernel.org
9984 S:      Orphan
9985 F:      drivers/media/platform/sh_veu.c
9986
9987 SH_VOU V4L2 OUTPUT DRIVER
9988 L:      linux-media@vger.kernel.org
9989 S:      Orphan
9990 F:      drivers/media/platform/sh_vou.c
9991 F:      include/media/drv-intf/sh_vou.h
9992
9993 SIMPLE FIRMWARE INTERFACE (SFI)
9994 M:      Len Brown <lenb@kernel.org>
9995 L:      sfi-devel@simplefirmware.org
9996 W:      http://simplefirmware.org/
9997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9998 S:      Supported
9999 F:      arch/x86/platform/sfi/
10000 F:      drivers/sfi/
10001 F:      include/linux/sfi*.h
10002
10003 SIMTEC EB110ATX (Chalice CATS)
10004 P:      Ben Dooks
10005 P:      Vincent Sanders <vince@simtec.co.uk>
10006 M:      Simtec Linux Team <linux@simtec.co.uk>
10007 W:      http://www.simtec.co.uk/products/EB110ATX/
10008 S:      Supported
10009
10010 SIMTEC EB2410ITX (BAST)
10011 P:      Ben Dooks
10012 P:      Vincent Sanders <vince@simtec.co.uk>
10013 M:      Simtec Linux Team <linux@simtec.co.uk>
10014 W:      http://www.simtec.co.uk/products/EB2410ITX/
10015 S:      Supported
10016 F:      arch/arm/mach-s3c24xx/mach-bast.c
10017 F:      arch/arm/mach-s3c24xx/bast-ide.c
10018 F:      arch/arm/mach-s3c24xx/bast-irq.c
10019
10020 TI DAVINCI MACHINE SUPPORT
10021 M:      Sekhar Nori <nsekhar@ti.com>
10022 M:      Kevin Hilman <khilman@deeprootsystems.com>
10023 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10024 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10025 S:      Supported
10026 F:      arch/arm/mach-davinci/
10027 F:      drivers/i2c/busses/i2c-davinci.c
10028
10029 TI DAVINCI SERIES MEDIA DRIVER
10030 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10031 L:      linux-media@vger.kernel.org
10032 W:      https://linuxtv.org
10033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10034 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10035 S:      Maintained
10036 F:      drivers/media/platform/davinci/
10037 F:      include/media/davinci/
10038
10039 TI AM437X VPFE DRIVER
10040 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10041 L:      linux-media@vger.kernel.org
10042 W:      https://linuxtv.org
10043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10044 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10045 S:      Maintained
10046 F:      drivers/media/platform/am437x/
10047
10048 OV2659 OMNIVISION SENSOR DRIVER
10049 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10050 L:      linux-media@vger.kernel.org
10051 W:      https://linuxtv.org
10052 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10053 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10054 S:      Maintained
10055 F:      drivers/media/i2c/ov2659.c
10056 F:      include/media/i2c/ov2659.h
10057
10058 SILICON MOTION SM712 FRAME BUFFER DRIVER
10059 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10060 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10061 M:      Sudip Mukherjee <sudip@vectorindia.org>
10062 L:      linux-fbdev@vger.kernel.org
10063 S:      Maintained
10064 F:      drivers/video/fbdev/sm712*
10065 F:      Documentation/fb/sm712fb.txt
10066
10067 SIS 190 ETHERNET DRIVER
10068 M:      Francois Romieu <romieu@fr.zoreil.com>
10069 L:      netdev@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/net/ethernet/sis/sis190.c
10072
10073 SIS 900/7016 FAST ETHERNET DRIVER
10074 M:      Daniele Venzano <venza@brownhat.org>
10075 W:      http://www.brownhat.org/sis900.html
10076 L:      netdev@vger.kernel.org
10077 S:      Maintained
10078 F:      drivers/net/ethernet/sis/sis900.*
10079
10080 SIS FRAMEBUFFER DRIVER
10081 M:      Thomas Winischhofer <thomas@winischhofer.net>
10082 W:      http://www.winischhofer.net/linuxsisvga.shtml
10083 S:      Maintained
10084 F:      Documentation/fb/sisfb.txt
10085 F:      drivers/video/fbdev/sis/
10086 F:      include/video/sisfb.h
10087
10088 SIS USB2VGA DRIVER
10089 M:      Thomas Winischhofer <thomas@winischhofer.net>
10090 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10091 S:      Maintained
10092 F:      drivers/usb/misc/sisusbvga/
10093
10094 SLAB ALLOCATOR
10095 M:      Christoph Lameter <cl@linux.com>
10096 M:      Pekka Enberg <penberg@kernel.org>
10097 M:      David Rientjes <rientjes@google.com>
10098 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10099 M:      Andrew Morton <akpm@linux-foundation.org>
10100 L:      linux-mm@kvack.org
10101 S:      Maintained
10102 F:      include/linux/sl?b*.h
10103 F:      mm/sl?b*
10104
10105 SLEEPABLE READ-COPY UPDATE (SRCU)
10106 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10107 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10108 M:      Josh Triplett <josh@joshtriplett.org>
10109 R:      Steven Rostedt <rostedt@goodmis.org>
10110 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10111 L:      linux-kernel@vger.kernel.org
10112 W:      http://www.rdrop.com/users/paulmck/RCU/
10113 S:      Supported
10114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10115 F:      include/linux/srcu.h
10116 F:      kernel/rcu/srcu.c
10117
10118 SMACK SECURITY MODULE
10119 M:      Casey Schaufler <casey@schaufler-ca.com>
10120 L:      linux-security-module@vger.kernel.org
10121 W:      http://schaufler-ca.com
10122 T:      git git://git.gitorious.org/smack-next/kernel.git
10123 S:      Maintained
10124 F:      Documentation/security/Smack.txt
10125 F:      security/smack/
10126
10127 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10128 M:      Kevin Hilman <khilman@kernel.org>
10129 M:      Nishanth Menon <nm@ti.com>
10130 S:      Maintained
10131 F:      drivers/power/avs/
10132 F:      include/linux/power/smartreflex.h
10133 L:      linux-pm@vger.kernel.org
10134
10135 SMC91x ETHERNET DRIVER
10136 M:      Nicolas Pitre <nico@fluxnic.net>
10137 S:      Odd Fixes
10138 F:      drivers/net/ethernet/smsc/smc91x.*
10139
10140 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10141 M:      Sakari Ailus <sakari.ailus@iki.fi>
10142 L:      linux-media@vger.kernel.org
10143 S:      Maintained
10144 F:      drivers/media/i2c/smiapp/
10145 F:      include/media/i2c/smiapp.h
10146 F:      drivers/media/i2c/smiapp-pll.c
10147 F:      drivers/media/i2c/smiapp-pll.h
10148 F:      include/uapi/linux/smiapp.h
10149 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10150
10151 SMM665 HARDWARE MONITOR DRIVER
10152 M:      Guenter Roeck <linux@roeck-us.net>
10153 L:      lm-sensors@lm-sensors.org
10154 S:      Maintained
10155 F:      Documentation/hwmon/smm665
10156 F:      drivers/hwmon/smm665.c
10157
10158 SMSC EMC2103 HARDWARE MONITOR DRIVER
10159 M:      Steve Glendinning <steve.glendinning@shawell.net>
10160 L:      lm-sensors@lm-sensors.org
10161 S:      Maintained
10162 F:      Documentation/hwmon/emc2103
10163 F:      drivers/hwmon/emc2103.c
10164
10165 SMSC SCH5627 HARDWARE MONITOR DRIVER
10166 M:      Hans de Goede <hdegoede@redhat.com>
10167 L:      lm-sensors@lm-sensors.org
10168 S:      Supported
10169 F:      Documentation/hwmon/sch5627
10170 F:      drivers/hwmon/sch5627.c
10171
10172 SMSC47B397 HARDWARE MONITOR DRIVER
10173 M:      Jean Delvare <jdelvare@suse.com>
10174 L:      lm-sensors@lm-sensors.org
10175 S:      Maintained
10176 F:      Documentation/hwmon/smsc47b397
10177 F:      drivers/hwmon/smsc47b397.c
10178
10179 SMSC911x ETHERNET DRIVER
10180 M:      Steve Glendinning <steve.glendinning@shawell.net>
10181 L:      netdev@vger.kernel.org
10182 S:      Maintained
10183 F:      include/linux/smsc911x.h
10184 F:      drivers/net/ethernet/smsc/smsc911x.*
10185
10186 SMSC9420 PCI ETHERNET DRIVER
10187 M:      Steve Glendinning <steve.glendinning@shawell.net>
10188 L:      netdev@vger.kernel.org
10189 S:      Maintained
10190 F:      drivers/net/ethernet/smsc/smsc9420.*
10191
10192 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10193 M:      Steve Glendinning <steve.glendinning@shawell.net>
10194 L:      linux-fbdev@vger.kernel.org
10195 S:      Maintained
10196 F:      drivers/video/fbdev/smscufx.c
10197
10198 SOC-CAMERA V4L2 SUBSYSTEM
10199 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10200 L:      linux-media@vger.kernel.org
10201 T:      git git://linuxtv.org/media_tree.git
10202 S:      Maintained
10203 F:      include/media/soc*
10204 F:      drivers/media/i2c/soc_camera/
10205 F:      drivers/media/platform/soc_camera/
10206
10207 SOEKRIS NET48XX LED SUPPORT
10208 M:      Chris Boot <bootc@bootc.net>
10209 S:      Maintained
10210 F:      drivers/leds/leds-net48xx.c
10211
10212 SOFTLOGIC 6x10 MPEG CODEC
10213 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10214 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10215 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10216 M:      Ismael Luceno <ismael@iodev.co.uk>
10217 L:      linux-media@vger.kernel.org
10218 S:      Supported
10219 F:      drivers/media/pci/solo6x10/
10220
10221 SOFTWARE RAID (Multiple Disks) SUPPORT
10222 M:      Shaohua Li <shli@kernel.org>
10223 L:      linux-raid@vger.kernel.org
10224 T:      git git://neil.brown.name/md
10225 S:      Supported
10226 F:      drivers/md/
10227 F:      include/linux/raid/
10228 F:      include/uapi/linux/raid/
10229
10230 SONIC NETWORK DRIVER
10231 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10232 L:      netdev@vger.kernel.org
10233 S:      Maintained
10234 F:      drivers/net/ethernet/natsemi/sonic.*
10235
10236 SONICS SILICON BACKPLANE DRIVER (SSB)
10237 M:      Michael Buesch <m@bues.ch>
10238 L:      linux-wireless@vger.kernel.org
10239 S:      Maintained
10240 F:      drivers/ssb/
10241 F:      include/linux/ssb/
10242
10243 SONY VAIO CONTROL DEVICE DRIVER
10244 M:      Mattia Dongili <malattia@linux.it>
10245 L:      platform-driver-x86@vger.kernel.org
10246 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10247 S:      Maintained
10248 F:      Documentation/laptops/sony-laptop.txt
10249 F:      drivers/char/sonypi.c
10250 F:      drivers/platform/x86/sony-laptop.c
10251 F:      include/linux/sony-laptop.h
10252
10253 SONY MEMORYSTICK CARD SUPPORT
10254 M:      Alex Dubov <oakad@yahoo.com>
10255 W:      http://tifmxx.berlios.de/
10256 S:      Maintained
10257 F:      drivers/memstick/host/tifm_ms.c
10258
10259 SONY MEMORYSTICK STANDARD SUPPORT
10260 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10261 S:      Maintained
10262 F:      drivers/memstick/core/ms_block.*
10263
10264 SOUND
10265 M:      Jaroslav Kysela <perex@perex.cz>
10266 M:      Takashi Iwai <tiwai@suse.com>
10267 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10268 W:      http://www.alsa-project.org/
10269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10270 T:      git git://git.alsa-project.org/alsa-kernel.git
10271 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10272 S:      Maintained
10273 F:      Documentation/sound/
10274 F:      include/sound/
10275 F:      include/uapi/sound/
10276 F:      sound/
10277
10278 SOUND - COMPRESSED AUDIO
10279 M:      Vinod Koul <vinod.koul@intel.com>
10280 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10282 S:      Supported
10283 F:      Documentation/sound/alsa/compress_offload.txt
10284 F:      include/sound/compress_driver.h
10285 F:      include/uapi/sound/compress_*
10286 F:      sound/core/compress_offload.c
10287 F:      sound/soc/soc-compress.c
10288
10289 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10290 M:      Liam Girdwood <lgirdwood@gmail.com>
10291 M:      Mark Brown <broonie@kernel.org>
10292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10293 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10294 W:      http://alsa-project.org/main/index.php/ASoC
10295 S:      Supported
10296 F:      Documentation/sound/alsa/soc/
10297 F:      sound/soc/
10298 F:      include/sound/soc*
10299
10300 SOUND - DMAENGINE HELPERS
10301 M:      Lars-Peter Clausen <lars@metafoo.de>
10302 S:      Supported
10303 F:      include/sound/dmaengine_pcm.h
10304 F:      sound/core/pcm_dmaengine.c
10305 F:      sound/soc/soc-generic-dmaengine-pcm.c
10306
10307 SP2 MEDIA DRIVER
10308 M:      Olli Salonen <olli.salonen@iki.fi>
10309 L:      linux-media@vger.kernel.org
10310 W:      https://linuxtv.org
10311 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10312 S:      Maintained
10313 F:      drivers/media/dvb-frontends/sp2*
10314
10315 SPARC + UltraSPARC (sparc/sparc64)
10316 M:      "David S. Miller" <davem@davemloft.net>
10317 L:      sparclinux@vger.kernel.org
10318 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10321 S:      Maintained
10322 F:      arch/sparc/
10323 F:      drivers/sbus/
10324
10325 SPARC SERIAL DRIVERS
10326 M:      "David S. Miller" <davem@davemloft.net>
10327 L:      sparclinux@vger.kernel.org
10328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10330 S:      Maintained
10331 F:      include/linux/sunserialcore.h
10332 F:      drivers/tty/serial/suncore.c
10333 F:      drivers/tty/serial/sunhv.c
10334 F:      drivers/tty/serial/sunsab.c
10335 F:      drivers/tty/serial/sunsab.h
10336 F:      drivers/tty/serial/sunsu.c
10337 F:      drivers/tty/serial/sunzilog.c
10338 F:      drivers/tty/serial/sunzilog.h
10339
10340 SPARSE CHECKER
10341 M:      "Christopher Li" <sparse@chrisli.org>
10342 L:      linux-sparse@vger.kernel.org
10343 W:      https://sparse.wiki.kernel.org/
10344 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10345 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10346 S:      Maintained
10347 F:      include/linux/compiler.h
10348
10349 SPEAR PLATFORM SUPPORT
10350 M:      Viresh Kumar <vireshk@kernel.org>
10351 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10352 L:      spear-devel@list.st.com
10353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10354 W:      http://www.st.com/spear
10355 S:      Maintained
10356 F:      arch/arm/boot/dts/spear*
10357 F:      arch/arm/mach-spear/
10358
10359 SPEAR CLOCK FRAMEWORK SUPPORT
10360 M:      Viresh Kumar <vireshk@kernel.org>
10361 L:      spear-devel@list.st.com
10362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10363 W:      http://www.st.com/spear
10364 S:      Maintained
10365 F:      drivers/clk/spear/
10366
10367 SPI SUBSYSTEM
10368 M:      Mark Brown <broonie@kernel.org>
10369 L:      linux-spi@vger.kernel.org
10370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10371 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10372 S:      Maintained
10373 F:      Documentation/spi/
10374 F:      drivers/spi/
10375 F:      include/linux/spi/
10376 F:      include/uapi/linux/spi/
10377
10378 SPIDERNET NETWORK DRIVER for CELL
10379 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10380 L:      netdev@vger.kernel.org
10381 S:      Supported
10382 F:      Documentation/networking/spider_net.txt
10383 F:      drivers/net/ethernet/toshiba/spider_net*
10384
10385 SPU FILE SYSTEM
10386 M:      Jeremy Kerr <jk@ozlabs.org>
10387 L:      linuxppc-dev@lists.ozlabs.org
10388 W:      http://www.ibm.com/developerworks/power/cell/
10389 S:      Supported
10390 F:      Documentation/filesystems/spufs.txt
10391 F:      arch/powerpc/platforms/cell/spufs/
10392
10393 SQUASHFS FILE SYSTEM
10394 M:      Phillip Lougher <phillip@squashfs.org.uk>
10395 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10396 W:      http://squashfs.org.uk
10397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10398 S:      Maintained
10399 F:      Documentation/filesystems/squashfs.txt
10400 F:      fs/squashfs/
10401
10402 SRM (Alpha) environment access
10403 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10404 S:      Maintained
10405 F:      arch/alpha/kernel/srm_env.c
10406
10407 STABLE BRANCH
10408 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10409 L:      stable@vger.kernel.org
10410 S:      Supported
10411 F:      Documentation/stable_kernel_rules.txt
10412
10413 STAGING SUBSYSTEM
10414 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10416 L:      devel@driverdev.osuosl.org
10417 S:      Supported
10418 F:      drivers/staging/
10419
10420 STAGING - COMEDI
10421 M:      Ian Abbott <abbotti@mev.co.uk>
10422 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10423 S:      Odd Fixes
10424 F:      drivers/staging/comedi/
10425
10426 STAGING - FLARION FT1000 DRIVERS
10427 M:      Marek Belisko <marek.belisko@gmail.com>
10428 S:      Odd Fixes
10429 F:      drivers/staging/ft1000/
10430
10431 STAGING - INDUSTRIAL IO
10432 M:      Jonathan Cameron <jic23@kernel.org>
10433 L:      linux-iio@vger.kernel.org
10434 S:      Odd Fixes
10435 F:      drivers/staging/iio/
10436
10437 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10438 M:      Jarod Wilson <jarod@wilsonet.com>
10439 W:      http://www.lirc.org/
10440 S:      Odd Fixes
10441 F:      drivers/staging/media/lirc/
10442
10443 STAGING - LUSTRE PARALLEL FILESYSTEM
10444 M:      Oleg Drokin <oleg.drokin@intel.com>
10445 M:      Andreas Dilger <andreas.dilger@intel.com>
10446 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10447 W:      http://wiki.lustre.org/
10448 S:      Maintained
10449 F:      drivers/staging/lustre
10450
10451 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10452 M:      Marc Dietrich <marvin24@gmx.de>
10453 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10454 L:      linux-tegra@vger.kernel.org
10455 S:      Maintained
10456 F:      drivers/staging/nvec/
10457
10458 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10459 M:      Jens Frederich <jfrederich@gmail.com>
10460 M:      Daniel Drake <dsd@laptop.org>
10461 M:      Jon Nettleton <jon.nettleton@gmail.com>
10462 W:      http://wiki.laptop.org/go/DCON
10463 S:      Maintained
10464 F:      drivers/staging/olpc_dcon/
10465
10466 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10467 M:      Willy Tarreau <willy@meta-x.org>
10468 S:      Odd Fixes
10469 F:      drivers/staging/panel/
10470
10471 STAGING - REALTEK RTL8712U DRIVERS
10472 M:      Larry Finger <Larry.Finger@lwfinger.net>
10473 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10474 S:      Odd Fixes
10475 F:      drivers/staging/rtl8712/
10476
10477 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10478 M:      Larry Finger <Larry.Finger@lwfinger.net>
10479 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10480 L:      linux-wireless@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/staging/rtl8723au/
10483
10484 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10485 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10486 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10487 M:      Sudip Mukherjee <sudip@vectorindia.org>
10488 L:      linux-fbdev@vger.kernel.org
10489 S:      Maintained
10490 F:      drivers/staging/sm750fb/
10491
10492 STAGING - SLICOSS
10493 M:      Lior Dotan <liodot@gmail.com>
10494 M:      Christopher Harrer <charrer@alacritech.com>
10495 S:      Odd Fixes
10496 F:      drivers/staging/slicoss/
10497
10498 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10499 M:      William Hubbs <w.d.hubbs@gmail.com>
10500 M:      Chris Brannon <chris@the-brannons.com>
10501 M:      Kirk Reiser <kirk@reisers.ca>
10502 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10503 L:      speakup@linux-speakup.org
10504 W:      http://www.linux-speakup.org/
10505 S:      Odd Fixes
10506 F:      drivers/staging/speakup/
10507
10508 STAGING - VIA VT665X DRIVERS
10509 M:      Forest Bond <forest@alittletooquiet.net>
10510 S:      Odd Fixes
10511 F:      drivers/staging/vt665?/
10512
10513 STAGING - WILC1000 WIFI DRIVER
10514 M:      Johnny Kim <johnny.kim@atmel.com>
10515 M:      Austin Shin <austin.shin@atmel.com>
10516 M:      Chris Park <chris.park@atmel.com>
10517 M:      Tony Cho <tony.cho@atmel.com>
10518 M:      Glen Lee <glen.lee@atmel.com>
10519 M:      Leo Kim <leo.kim@atmel.com>
10520 L:      linux-wireless@vger.kernel.org
10521 S:      Supported
10522 F:      drivers/staging/wilc1000/
10523
10524 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10525 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10526 S:      Odd Fixes
10527 F:      drivers/staging/xgifb/
10528
10529 HFI1 DRIVER
10530 M:      Mike Marciniszyn <infinipath@intel.com>
10531 L:      linux-rdma@vger.kernel.org
10532 S:      Supported
10533 F:      drivers/staging/rdma/hfi1
10534
10535 STARFIRE/DURALAN NETWORK DRIVER
10536 M:      Ion Badulescu <ionut@badula.org>
10537 S:      Odd Fixes
10538 F:      drivers/net/ethernet/adaptec/starfire*
10539
10540 SUN3/3X
10541 M:      Sam Creasey <sammy@sammy.net>
10542 W:      http://sammy.net/sun3/
10543 S:      Maintained
10544 F:      arch/m68k/kernel/*sun3*
10545 F:      arch/m68k/sun3*/
10546 F:      arch/m68k/include/asm/sun3*
10547 F:      drivers/net/ethernet/i825xx/sun3*
10548
10549 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10550 M:      Hans de Goede <hdegoede@redhat.com>
10551 L:      linux-input@vger.kernel.org
10552 S:      Maintained
10553 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10554 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10555
10556 SUNDANCE NETWORK DRIVER
10557 M:      Denis Kirjanov <kda@linux-powerpc.org>
10558 L:      netdev@vger.kernel.org
10559 S:      Maintained
10560 F:      drivers/net/ethernet/dlink/sundance.c
10561
10562 SUPERH
10563 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10564 M:      Rich Felker <dalias@libc.org>
10565 L:      linux-sh@vger.kernel.org
10566 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10567 S:      Maintained
10568 F:      Documentation/sh/
10569 F:      arch/sh/
10570 F:      drivers/sh/
10571
10572 SUSPEND TO RAM
10573 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10574 M:      Len Brown <len.brown@intel.com>
10575 M:      Pavel Machek <pavel@ucw.cz>
10576 L:      linux-pm@vger.kernel.org
10577 S:      Supported
10578 F:      Documentation/power/
10579 F:      arch/x86/kernel/acpi/
10580 F:      drivers/base/power/
10581 F:      kernel/power/
10582 F:      include/linux/suspend.h
10583 F:      include/linux/freezer.h
10584 F:      include/linux/pm.h
10585
10586 SVGA HANDLING
10587 M:      Martin Mares <mj@ucw.cz>
10588 L:      linux-video@atrey.karlin.mff.cuni.cz
10589 S:      Maintained
10590 F:      Documentation/svga.txt
10591 F:      arch/x86/boot/video*
10592
10593 SWIOTLB SUBSYSTEM
10594 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10595 L:      linux-kernel@vger.kernel.org
10596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10597 S:      Supported
10598 F:      lib/swiotlb.c
10599 F:      arch/*/kernel/pci-swiotlb.c
10600 F:      include/linux/swiotlb.h
10601
10602 SWITCHDEV
10603 M:      Jiri Pirko <jiri@resnulli.us>
10604 L:      netdev@vger.kernel.org
10605 S:      Supported
10606 F:      net/switchdev/
10607 F:      include/net/switchdev.h
10608
10609 SYNOPSYS ARC ARCHITECTURE
10610 M:      Vineet Gupta <vgupta@synopsys.com>
10611 L:      linux-snps-arc@lists.infradead.org
10612 S:      Supported
10613 F:      arch/arc/
10614 F:      Documentation/devicetree/bindings/arc/*
10615 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10616 F:      drivers/tty/serial/arc_uart.c
10617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10618
10619 SYNOPSYS ARC SDP platform support
10620 M:      Alexey Brodkin <abrodkin@synopsys.com>
10621 S:      Supported
10622 F:      arch/arc/plat-axs10x
10623 F:      arch/arc/boot/dts/ax*
10624 F:      Documentation/devicetree/bindings/arc/axs10*
10625
10626 SYSTEM CONFIGURATION (SYSCON)
10627 M:      Lee Jones <lee.jones@linaro.org>
10628 M:      Arnd Bergmann <arnd@arndb.de>
10629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10630 S:      Supported
10631 F:      drivers/mfd/syscon.c
10632
10633 SYSV FILESYSTEM
10634 M:      Christoph Hellwig <hch@infradead.org>
10635 S:      Maintained
10636 F:      Documentation/filesystems/sysv-fs.txt
10637 F:      fs/sysv/
10638 F:      include/linux/sysv_fs.h
10639
10640 TARGET SUBSYSTEM
10641 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10642 L:      linux-scsi@vger.kernel.org
10643 L:      target-devel@vger.kernel.org
10644 W:      http://www.linux-iscsi.org
10645 W:      http://groups.google.com/group/linux-iscsi-target-dev
10646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10647 S:      Supported
10648 F:      drivers/target/
10649 F:      include/target/
10650 F:      Documentation/target/
10651
10652 TASKSTATS STATISTICS INTERFACE
10653 M:      Balbir Singh <bsingharora@gmail.com>
10654 S:      Maintained
10655 F:      Documentation/accounting/taskstats*
10656 F:      include/linux/taskstats*
10657 F:      kernel/taskstats.c
10658
10659 TC CLASSIFIER
10660 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10661 L:      netdev@vger.kernel.org
10662 S:      Maintained
10663 F:      include/net/pkt_cls.h
10664 F:      include/uapi/linux/pkt_cls.h
10665 F:      net/sched/
10666
10667 TCP LOW PRIORITY MODULE
10668 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10669 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10670 W:      http://tcp-lp-mod.sourceforge.net/
10671 S:      Maintained
10672 F:      net/ipv4/tcp_lp.c
10673
10674 TDA10071 MEDIA DRIVER
10675 M:      Antti Palosaari <crope@iki.fi>
10676 L:      linux-media@vger.kernel.org
10677 W:      https://linuxtv.org
10678 W:      http://palosaari.fi/linux/
10679 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10680 T:      git git://linuxtv.org/anttip/media_tree.git
10681 S:      Maintained
10682 F:      drivers/media/dvb-frontends/tda10071*
10683
10684 TDA18212 MEDIA DRIVER
10685 M:      Antti Palosaari <crope@iki.fi>
10686 L:      linux-media@vger.kernel.org
10687 W:      https://linuxtv.org
10688 W:      http://palosaari.fi/linux/
10689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10690 T:      git git://linuxtv.org/anttip/media_tree.git
10691 S:      Maintained
10692 F:      drivers/media/tuners/tda18212*
10693
10694 TDA18218 MEDIA DRIVER
10695 M:      Antti Palosaari <crope@iki.fi>
10696 L:      linux-media@vger.kernel.org
10697 W:      https://linuxtv.org
10698 W:      http://palosaari.fi/linux/
10699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10700 T:      git git://linuxtv.org/anttip/media_tree.git
10701 S:      Maintained
10702 F:      drivers/media/tuners/tda18218*
10703
10704 TDA18271 MEDIA DRIVER
10705 M:      Michael Krufky <mkrufky@linuxtv.org>
10706 L:      linux-media@vger.kernel.org
10707 W:      https://linuxtv.org
10708 W:      http://github.com/mkrufky
10709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10710 T:      git git://linuxtv.org/mkrufky/tuners.git
10711 S:      Maintained
10712 F:      drivers/media/tuners/tda18271*
10713
10714 TDA827x MEDIA DRIVER
10715 M:      Michael Krufky <mkrufky@linuxtv.org>
10716 L:      linux-media@vger.kernel.org
10717 W:      https://linuxtv.org
10718 W:      http://github.com/mkrufky
10719 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10720 T:      git git://linuxtv.org/mkrufky/tuners.git
10721 S:      Maintained
10722 F:      drivers/media/tuners/tda8290.*
10723
10724 TDA8290 MEDIA DRIVER
10725 M:      Michael Krufky <mkrufky@linuxtv.org>
10726 L:      linux-media@vger.kernel.org
10727 W:      https://linuxtv.org
10728 W:      http://github.com/mkrufky
10729 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10730 T:      git git://linuxtv.org/mkrufky/tuners.git
10731 S:      Maintained
10732 F:      drivers/media/tuners/tda8290.*
10733
10734 TDA9840 MEDIA DRIVER
10735 M:      Hans Verkuil <hverkuil@xs4all.nl>
10736 L:      linux-media@vger.kernel.org
10737 T:      git git://linuxtv.org/media_tree.git
10738 W:      https://linuxtv.org
10739 S:      Maintained
10740 F:      drivers/media/i2c/tda9840*
10741
10742 TEA5761 TUNER DRIVER
10743 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10744 L:      linux-media@vger.kernel.org
10745 W:      https://linuxtv.org
10746 T:      git git://linuxtv.org/media_tree.git
10747 S:      Odd fixes
10748 F:      drivers/media/tuners/tea5761.*
10749
10750 TEA5767 TUNER DRIVER
10751 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10752 L:      linux-media@vger.kernel.org
10753 W:      https://linuxtv.org
10754 T:      git git://linuxtv.org/media_tree.git
10755 S:      Maintained
10756 F:      drivers/media/tuners/tea5767.*
10757
10758 TEA6415C MEDIA DRIVER
10759 M:      Hans Verkuil <hverkuil@xs4all.nl>
10760 L:      linux-media@vger.kernel.org
10761 T:      git git://linuxtv.org/media_tree.git
10762 W:      https://linuxtv.org
10763 S:      Maintained
10764 F:      drivers/media/i2c/tea6415c*
10765
10766 TEA6420 MEDIA DRIVER
10767 M:      Hans Verkuil <hverkuil@xs4all.nl>
10768 L:      linux-media@vger.kernel.org
10769 T:      git git://linuxtv.org/media_tree.git
10770 W:      https://linuxtv.org
10771 S:      Maintained
10772 F:      drivers/media/i2c/tea6420*
10773
10774 TEAM DRIVER
10775 M:      Jiri Pirko <jiri@resnulli.us>
10776 L:      netdev@vger.kernel.org
10777 S:      Supported
10778 F:      drivers/net/team/
10779 F:      include/linux/if_team.h
10780 F:      include/uapi/linux/if_team.h
10781
10782 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10783 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10784 S:      Maintained
10785 F:      arch/x86/platform/ts5500/
10786
10787 TECHNOTREND USB IR RECEIVER
10788 M:      Sean Young <sean@mess.org>
10789 L:      linux-media@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/media/rc/ttusbir.c
10792
10793 TEGRA ARCHITECTURE SUPPORT
10794 M:      Stephen Warren <swarren@wwwdotorg.org>
10795 M:      Thierry Reding <thierry.reding@gmail.com>
10796 M:      Alexandre Courbot <gnurou@gmail.com>
10797 L:      linux-tegra@vger.kernel.org
10798 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10800 S:      Supported
10801 N:      [^a-z]tegra
10802
10803 TEGRA CLOCK DRIVER
10804 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10805 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10806 S:      Supported
10807 F:      drivers/clk/tegra/
10808
10809 TEGRA DMA DRIVER
10810 M:      Laxman Dewangan <ldewangan@nvidia.com>
10811 S:      Supported
10812 F:      drivers/dma/tegra20-apb-dma.c
10813
10814 TEGRA I2C DRIVER
10815 M:      Laxman Dewangan <ldewangan@nvidia.com>
10816 S:      Supported
10817 F:      drivers/i2c/busses/i2c-tegra.c
10818
10819 TEGRA IOMMU DRIVERS
10820 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10821 S:      Supported
10822 F:      drivers/iommu/tegra*
10823
10824 TEGRA KBC DRIVER
10825 M:      Rakesh Iyer <riyer@nvidia.com>
10826 M:      Laxman Dewangan <ldewangan@nvidia.com>
10827 S:      Supported
10828 F:      drivers/input/keyboard/tegra-kbc.c
10829
10830 TEGRA PWM DRIVER
10831 M:      Thierry Reding <thierry.reding@gmail.com>
10832 S:      Supported
10833 F:      drivers/pwm/pwm-tegra.c
10834
10835 TEGRA SERIAL DRIVER
10836 M:      Laxman Dewangan <ldewangan@nvidia.com>
10837 S:      Supported
10838 F:      drivers/tty/serial/serial-tegra.c
10839
10840 TEGRA SPI DRIVER
10841 M:      Laxman Dewangan <ldewangan@nvidia.com>
10842 S:      Supported
10843 F:      drivers/spi/spi-tegra*
10844
10845 TEHUTI ETHERNET DRIVER
10846 M:      Andy Gospodarek <andy@greyhouse.net>
10847 L:      netdev@vger.kernel.org
10848 S:      Supported
10849 F:      drivers/net/ethernet/tehuti/*
10850
10851 Telecom Clock Driver for MCPL0010
10852 M:      Mark Gross <mark.gross@intel.com>
10853 S:      Supported
10854 F:      drivers/char/tlclk.c
10855
10856 TENSILICA XTENSA PORT (xtensa)
10857 M:      Chris Zankel <chris@zankel.net>
10858 M:      Max Filippov <jcmvbkbc@gmail.com>
10859 L:      linux-xtensa@linux-xtensa.org
10860 T:      git git://github.com/czankel/xtensa-linux.git
10861 S:      Maintained
10862 F:      arch/xtensa/
10863 F:      drivers/irqchip/irq-xtensa-*
10864
10865 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10866 M:      Hans Verkuil <hverkuil@xs4all.nl>
10867 L:      linux-media@vger.kernel.org
10868 T:      git git://linuxtv.org/media_tree.git
10869 W:      https://linuxtv.org
10870 S:      Maintained
10871 F:      drivers/media/radio/radio-raremono.c
10872
10873 THERMAL
10874 M:      Zhang Rui <rui.zhang@intel.com>
10875 M:      Eduardo Valentin <edubezval@gmail.com>
10876 L:      linux-pm@vger.kernel.org
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10879 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10880 S:      Supported
10881 F:      drivers/thermal/
10882 F:      include/linux/thermal.h
10883 F:      include/uapi/linux/thermal.h
10884 F:      include/linux/cpu_cooling.h
10885 F:      Documentation/devicetree/bindings/thermal/
10886
10887 THERMAL/CPU_COOLING
10888 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10889 M:      Viresh Kumar <viresh.kumar@linaro.org>
10890 M:      Javi Merino <javi.merino@arm.com>
10891 L:      linux-pm@vger.kernel.org
10892 S:      Supported
10893 F:      Documentation/thermal/cpu-cooling-api.txt
10894 F:      drivers/thermal/cpu_cooling.c
10895 F:      include/linux/cpu_cooling.h
10896
10897 THINGM BLINK(1) USB RGB LED DRIVER
10898 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10899 S:      Maintained
10900 F:      drivers/hid/hid-thingm.c
10901
10902 THINKPAD ACPI EXTRAS DRIVER
10903 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10904 L:      ibm-acpi-devel@lists.sourceforge.net
10905 L:      platform-driver-x86@vger.kernel.org
10906 W:      http://ibm-acpi.sourceforge.net
10907 W:      http://thinkwiki.org/wiki/Ibm-acpi
10908 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10909 S:      Maintained
10910 F:      drivers/platform/x86/thinkpad_acpi.c
10911
10912 TI BANDGAP AND THERMAL DRIVER
10913 M:      Eduardo Valentin <edubezval@gmail.com>
10914 L:      linux-pm@vger.kernel.org
10915 L:      linux-omap@vger.kernel.org
10916 S:      Maintained
10917 F:      drivers/thermal/ti-soc-thermal/
10918
10919 TI VPE/CAL DRIVERS
10920 M:      Benoit Parrot <bparrot@ti.com>
10921 L:      linux-media@vger.kernel.org
10922 W:      http://linuxtv.org/
10923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10924 S:      Maintained
10925 F:      drivers/media/platform/ti-vpe/
10926
10927 TI CDCE706 CLOCK DRIVER
10928 M:      Max Filippov <jcmvbkbc@gmail.com>
10929 S:      Maintained
10930 F:      drivers/clk/clk-cdce706.c
10931
10932 TI CLOCK DRIVER
10933 M:      Tero Kristo <t-kristo@ti.com>
10934 L:      linux-omap@vger.kernel.org
10935 S:      Maintained
10936 F:      drivers/clk/ti/
10937 F:      include/linux/clk/ti.h
10938
10939 TI FLASH MEDIA INTERFACE DRIVER
10940 M:      Alex Dubov <oakad@yahoo.com>
10941 S:      Maintained
10942 F:      drivers/misc/tifm*
10943 F:      drivers/mmc/host/tifm_sd.c
10944 F:      include/linux/tifm.h
10945
10946 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10947 M:      Santosh Shilimkar <ssantosh@kernel.org>
10948 L:      linux-kernel@vger.kernel.org
10949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10950 S:      Maintained
10951 F:      drivers/soc/ti/*
10952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10953
10954
10955 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10956 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10957 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10958 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10959 S:      Maintained
10960 F:      sound/soc/codecs/lm49453*
10961 F:      sound/soc/codecs/isabelle*
10962
10963 TI LP855x BACKLIGHT DRIVER
10964 M:      Milo Kim <milo.kim@ti.com>
10965 S:      Maintained
10966 F:      Documentation/backlight/lp855x-driver.txt
10967 F:      drivers/video/backlight/lp855x_bl.c
10968 F:      include/linux/platform_data/lp855x.h
10969
10970 TI LP8727 CHARGER DRIVER
10971 M:      Milo Kim <milo.kim@ti.com>
10972 S:      Maintained
10973 F:      drivers/power/lp8727_charger.c
10974 F:      include/linux/platform_data/lp8727.h
10975
10976 TI LP8788 MFD DRIVER
10977 M:      Milo Kim <milo.kim@ti.com>
10978 S:      Maintained
10979 F:      drivers/iio/adc/lp8788_adc.c
10980 F:      drivers/leds/leds-lp8788.c
10981 F:      drivers/mfd/lp8788*.c
10982 F:      drivers/power/lp8788-charger.c
10983 F:      drivers/regulator/lp8788-*.c
10984 F:      include/linux/mfd/lp8788*.h
10985
10986 TI NETCP ETHERNET DRIVER
10987 M:      Wingman Kwok <w-kwok2@ti.com>
10988 M:      Murali Karicheri <m-karicheri2@ti.com>
10989 L:      netdev@vger.kernel.org
10990 S:      Maintained
10991 F:      drivers/net/ethernet/ti/netcp*
10992
10993 TI TAS571X FAMILY ASoC CODEC DRIVER
10994 M:      Kevin Cernekee <cernekee@chromium.org>
10995 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10996 S:      Odd Fixes
10997 F:      sound/soc/codecs/tas571x*
10998
10999 TI TWL4030 SERIES SOC CODEC DRIVER
11000 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11001 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11002 S:      Maintained
11003 F:      sound/soc/codecs/twl4030*
11004
11005 TI WILINK WIRELESS DRIVERS
11006 L:      linux-wireless@vger.kernel.org
11007 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11008 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11010 S:      Orphan
11011 F:      drivers/net/wireless/ti/
11012 F:      include/linux/wl12xx.h
11013
11014 TIPC NETWORK LAYER
11015 M:      Jon Maloy <jon.maloy@ericsson.com>
11016 M:      Ying Xue <ying.xue@windriver.com>
11017 L:      netdev@vger.kernel.org (core kernel code)
11018 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11019 W:      http://tipc.sourceforge.net/
11020 S:      Maintained
11021 F:      include/uapi/linux/tipc*.h
11022 F:      net/tipc/
11023
11024 TILE ARCHITECTURE
11025 M:      Chris Metcalf <cmetcalf@ezchip.com>
11026 W:      http://www.ezchip.com/scm/
11027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11028 S:      Supported
11029 F:      arch/tile/
11030 F:      drivers/char/tile-srom.c
11031 F:      drivers/edac/tile_edac.c
11032 F:      drivers/net/ethernet/tile/
11033 F:      drivers/rtc/rtc-tile.c
11034 F:      drivers/tty/hvc/hvc_tile.c
11035 F:      drivers/tty/serial/tilegx.c
11036 F:      drivers/usb/host/*-tilegx.c
11037 F:      include/linux/usb/tilegx.h
11038
11039 TLAN NETWORK DRIVER
11040 M:      Samuel Chessman <chessman@tux.org>
11041 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11042 W:      http://sourceforge.net/projects/tlan/
11043 S:      Maintained
11044 F:      Documentation/networking/tlan.txt
11045 F:      drivers/net/ethernet/ti/tlan.*
11046
11047 TOMOYO SECURITY MODULE
11048 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11049 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11050 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11051 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11052 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11053 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11054 W:      http://tomoyo.sourceforge.jp/
11055 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11056 S:      Maintained
11057 F:      security/tomoyo/
11058
11059 TOPSTAR LAPTOP EXTRAS DRIVER
11060 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11061 L:      platform-driver-x86@vger.kernel.org
11062 S:      Maintained
11063 F:      drivers/platform/x86/topstar-laptop.c
11064
11065 TOSHIBA ACPI EXTRAS DRIVER
11066 M:      Azael Avalos <coproscefalo@gmail.com>
11067 L:      platform-driver-x86@vger.kernel.org
11068 S:      Maintained
11069 F:      drivers/platform/x86/toshiba_acpi.c
11070
11071 TOSHIBA BLUETOOTH DRIVER
11072 M:      Azael Avalos <coproscefalo@gmail.com>
11073 L:      platform-driver-x86@vger.kernel.org
11074 S:      Maintained
11075 F:      drivers/platform/x86/toshiba_bluetooth.c
11076
11077 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11078 M:      Azael Avalos <coproscefalo@gmail.com>
11079 L:      platform-driver-x86@vger.kernel.org
11080 S:      Maintained
11081 F:      drivers/platform/x86/toshiba_haps.c
11082
11083 TOSHIBA WMI HOTKEYS DRIVER
11084 M:      Azael Avalos <coproscefalo@gmail.com>
11085 L:      platform-driver-x86@vger.kernel.org
11086 S:      Maintained
11087 F:      drivers/platform/x86/toshiba-wmi.c
11088
11089 TOSHIBA SMM DRIVER
11090 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11091 W:      http://www.buzzard.org.uk/toshiba/
11092 S:      Maintained
11093 F:      drivers/char/toshiba.c
11094 F:      include/linux/toshiba.h
11095 F:      include/uapi/linux/toshiba.h
11096
11097 TOSHIBA TC358743 DRIVER
11098 M:      Mats Randgaard <matrandg@cisco.com>
11099 L:      linux-media@vger.kernel.org
11100 S:      Maintained
11101 F:      drivers/media/i2c/tc358743*
11102 F:      include/media/i2c/tc358743.h
11103
11104 TMIO MMC DRIVER
11105 M:      Ian Molton <ian@mnementh.co.uk>
11106 L:      linux-mmc@vger.kernel.org
11107 S:      Maintained
11108 F:      drivers/mmc/host/tmio_mmc*
11109 F:      drivers/mmc/host/sh_mobile_sdhi.c
11110 F:      include/linux/mmc/tmio.h
11111 F:      include/linux/mmc/sh_mobile_sdhi.h
11112
11113 TMP401 HARDWARE MONITOR DRIVER
11114 M:      Guenter Roeck <linux@roeck-us.net>
11115 L:      lm-sensors@lm-sensors.org
11116 S:      Maintained
11117 F:      Documentation/hwmon/tmp401
11118 F:      drivers/hwmon/tmp401.c
11119
11120 TMPFS (SHMEM FILESYSTEM)
11121 M:      Hugh Dickins <hughd@google.com>
11122 L:      linux-mm@kvack.org
11123 S:      Maintained
11124 F:      include/linux/shmem_fs.h
11125 F:      mm/shmem.c
11126
11127 TM6000 VIDEO4LINUX DRIVER
11128 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11129 L:      linux-media@vger.kernel.org
11130 W:      https://linuxtv.org
11131 T:      git git://linuxtv.org/media_tree.git
11132 S:      Odd fixes
11133 F:      drivers/media/usb/tm6000/
11134
11135 TW68 VIDEO4LINUX DRIVER
11136 M:      Hans Verkuil <hverkuil@xs4all.nl>
11137 L:      linux-media@vger.kernel.org
11138 T:      git git://linuxtv.org/media_tree.git
11139 W:      https://linuxtv.org
11140 S:      Odd Fixes
11141 F:      drivers/media/pci/tw68/
11142
11143 TPM DEVICE DRIVER
11144 M:      Peter Huewe <peterhuewe@gmx.de>
11145 M:      Marcel Selhorst <tpmdd@selhorst.net>
11146 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11147 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11148 W:      http://tpmdd.sourceforge.net
11149 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11150 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11151 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11152 S:      Maintained
11153 F:      drivers/char/tpm/
11154
11155 TPM IBM_VTPM DEVICE DRIVER
11156 M:      Ashley Lai <ashleydlai@gmail.com>
11157 W:      http://tpmdd.sourceforge.net
11158 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11159 S:      Maintained
11160 F:      drivers/char/tpm/tpm_ibmvtpm*
11161
11162 TRACING
11163 M:      Steven Rostedt <rostedt@goodmis.org>
11164 M:      Ingo Molnar <mingo@redhat.com>
11165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11166 S:      Maintained
11167 F:      Documentation/trace/ftrace.txt
11168 F:      arch/*/*/*/ftrace.h
11169 F:      arch/*/kernel/ftrace.c
11170 F:      include/*/ftrace.h
11171 F:      include/linux/trace*.h
11172 F:      include/trace/
11173 F:      kernel/trace/
11174 F:      tools/testing/selftests/ftrace/
11175
11176 TRIVIAL PATCHES
11177 M:      Jiri Kosina <trivial@kernel.org>
11178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11179 S:      Maintained
11180 K:      ^Subject:.*(?i)trivial
11181
11182 TTY LAYER
11183 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11184 M:      Jiri Slaby <jslaby@suse.com>
11185 S:      Supported
11186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11187 F:      Documentation/serial/
11188 F:      drivers/tty/
11189 F:      drivers/tty/serial/serial_core.c
11190 F:      include/linux/serial_core.h
11191 F:      include/linux/serial.h
11192 F:      include/linux/tty.h
11193 F:      include/uapi/linux/serial_core.h
11194 F:      include/uapi/linux/serial.h
11195 F:      include/uapi/linux/tty.h
11196
11197 TUA9001 MEDIA DRIVER
11198 M:      Antti Palosaari <crope@iki.fi>
11199 L:      linux-media@vger.kernel.org
11200 W:      https://linuxtv.org
11201 W:      http://palosaari.fi/linux/
11202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11203 T:      git git://linuxtv.org/anttip/media_tree.git
11204 S:      Maintained
11205 F:      drivers/media/tuners/tua9001*
11206
11207 TULIP NETWORK DRIVERS
11208 L:      netdev@vger.kernel.org
11209 L:      linux-parisc@vger.kernel.org
11210 S:      Orphan
11211 F:      drivers/net/ethernet/dec/tulip/
11212
11213 TUN/TAP driver
11214 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11215 W:      http://vtun.sourceforge.net/tun
11216 S:      Maintained
11217 F:      Documentation/networking/tuntap.txt
11218 F:      arch/um/os-Linux/drivers/
11219
11220 TURBOCHANNEL SUBSYSTEM
11221 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11222 M:      Ralf Baechle <ralf@linux-mips.org>
11223 L:      linux-mips@linux-mips.org
11224 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11225 S:      Maintained
11226 F:      drivers/tc/
11227 F:      include/linux/tc.h
11228
11229 U14-34F SCSI DRIVER
11230 M:      Dario Ballabio <ballabio_dario@emc.com>
11231 L:      linux-scsi@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/scsi/u14-34f.c
11234
11235 UBI FILE SYSTEM (UBIFS)
11236 M:      Artem Bityutskiy <dedekind1@gmail.com>
11237 M:      Adrian Hunter <adrian.hunter@intel.com>
11238 L:      linux-mtd@lists.infradead.org
11239 T:      git git://git.infradead.org/ubifs-2.6.git
11240 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11241 S:      Maintained
11242 F:      Documentation/filesystems/ubifs.txt
11243 F:      fs/ubifs/
11244
11245 UCLINUX (M68KNOMMU AND COLDFIRE)
11246 M:      Greg Ungerer <gerg@uclinux.org>
11247 W:      http://www.uclinux.org/
11248 L:      linux-m68k@lists.linux-m68k.org
11249 L:      uclinux-dev@uclinux.org  (subscribers-only)
11250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11251 S:      Maintained
11252 F:      arch/m68k/coldfire/
11253 F:      arch/m68k/68*/
11254 F:      arch/m68k/*/*_no.*
11255 F:      arch/m68k/include/asm/*_no.*
11256
11257 UDF FILESYSTEM
11258 M:      Jan Kara <jack@suse.com>
11259 S:      Maintained
11260 F:      Documentation/filesystems/udf.txt
11261 F:      fs/udf/
11262
11263 UFS FILESYSTEM
11264 M:      Evgeniy Dushistov <dushistov@mail.ru>
11265 S:      Maintained
11266 F:      Documentation/filesystems/ufs.txt
11267 F:      fs/ufs/
11268
11269 UHID USERSPACE HID IO DRIVER:
11270 M:      David Herrmann <dh.herrmann@googlemail.com>
11271 L:      linux-input@vger.kernel.org
11272 S:      Maintained
11273 F:      drivers/hid/uhid.c
11274 F:      include/uapi/linux/uhid.h
11275
11276 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11277 L:      linux-usb@vger.kernel.org
11278 S:      Orphan
11279 F:      drivers/uwb/
11280 F:      include/linux/uwb.h
11281 F:      include/linux/uwb/
11282
11283 UNICORE32 ARCHITECTURE:
11284 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11285 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11286 S:      Maintained
11287 T:      git git://github.com/gxt/linux.git
11288 F:      arch/unicore32/
11289
11290 UNIFDEF
11291 M:      Tony Finch <dot@dotat.at>
11292 W:      http://dotat.at/prog/unifdef
11293 S:      Maintained
11294 F:      scripts/unifdef.c
11295
11296 UNIFORM CDROM DRIVER
11297 M:      Jens Axboe <axboe@kernel.dk>
11298 W:      http://www.kernel.dk
11299 S:      Maintained
11300 F:      Documentation/cdrom/
11301 F:      drivers/cdrom/cdrom.c
11302 F:      include/linux/cdrom.h
11303 F:      include/uapi/linux/cdrom.h
11304
11305 UNISYS S-PAR DRIVERS
11306 M:      Benjamin Romer <benjamin.romer@unisys.com>
11307 M:      David Kershner <david.kershner@unisys.com>
11308 L:      sparmaintainer@unisys.com (Unisys internal)
11309 S:      Supported
11310 F:      drivers/staging/unisys/
11311
11312 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11313 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11314 L:      linux-scsi@vger.kernel.org
11315 S:      Supported
11316 F:      Documentation/scsi/ufs.txt
11317 F:      drivers/scsi/ufs/
11318
11319 UNSORTED BLOCK IMAGES (UBI)
11320 M:      Artem Bityutskiy <dedekind1@gmail.com>
11321 M:      Richard Weinberger <richard@nod.at>
11322 W:      http://www.linux-mtd.infradead.org/
11323 L:      linux-mtd@lists.infradead.org
11324 T:      git git://git.infradead.org/ubifs-2.6.git
11325 S:      Supported
11326 F:      drivers/mtd/ubi/
11327 F:      include/linux/mtd/ubi.h
11328 F:      include/uapi/mtd/ubi-user.h
11329
11330 USB ACM DRIVER
11331 M:      Oliver Neukum <oneukum@suse.com>
11332 L:      linux-usb@vger.kernel.org
11333 S:      Maintained
11334 F:      Documentation/usb/acm.txt
11335 F:      drivers/usb/class/cdc-acm.*
11336
11337 USB AR5523 WIRELESS DRIVER
11338 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11339 L:      linux-wireless@vger.kernel.org
11340 S:      Maintained
11341 F:      drivers/net/wireless/ath/ar5523/
11342
11343 USB ATTACHED SCSI
11344 M:      Hans de Goede <hdegoede@redhat.com>
11345 M:      Gerd Hoffmann <kraxel@redhat.com>
11346 L:      linux-usb@vger.kernel.org
11347 L:      linux-scsi@vger.kernel.org
11348 S:      Maintained
11349 F:      drivers/usb/storage/uas.c
11350
11351 USB CDC ETHERNET DRIVER
11352 M:      Oliver Neukum <oliver@neukum.org>
11353 L:      linux-usb@vger.kernel.org
11354 S:      Maintained
11355 F:      drivers/net/usb/cdc_*.c
11356 F:      include/uapi/linux/usb/cdc.h
11357
11358 USB CHAOSKEY DRIVER
11359 M:      Keith Packard <keithp@keithp.com>
11360 L:      linux-usb@vger.kernel.org
11361 S:      Maintained
11362 F:      drivers/usb/misc/chaoskey.c
11363
11364 USB CYPRESS C67X00 DRIVER
11365 M:      Peter Korsgaard <jacmet@sunsite.dk>
11366 L:      linux-usb@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/usb/c67x00/
11369
11370 USB DAVICOM DM9601 DRIVER
11371 M:      Peter Korsgaard <jacmet@sunsite.dk>
11372 L:      netdev@vger.kernel.org
11373 W:      http://www.linux-usb.org/usbnet
11374 S:      Maintained
11375 F:      drivers/net/usb/dm9601.c
11376
11377 USB DIAMOND RIO500 DRIVER
11378 M:      Cesar Miquel <miquel@df.uba.ar>
11379 L:      rio500-users@lists.sourceforge.net
11380 W:      http://rio500.sourceforge.net
11381 S:      Maintained
11382 F:      drivers/usb/misc/rio500*
11383
11384 USB EHCI DRIVER
11385 M:      Alan Stern <stern@rowland.harvard.edu>
11386 L:      linux-usb@vger.kernel.org
11387 S:      Maintained
11388 F:      Documentation/usb/ehci.txt
11389 F:      drivers/usb/host/ehci*
11390
11391 USB GADGET/PERIPHERAL SUBSYSTEM
11392 M:      Felipe Balbi <balbi@kernel.org>
11393 L:      linux-usb@vger.kernel.org
11394 W:      http://www.linux-usb.org/gadget
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11396 S:      Maintained
11397 F:      drivers/usb/gadget/
11398 F:      include/linux/usb/gadget*
11399
11400 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11401 M:      Jiri Kosina <jikos@kernel.org>
11402 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11403 L:      linux-usb@vger.kernel.org
11404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11405 S:      Maintained
11406 F:      Documentation/hid/hiddev.txt
11407 F:      drivers/hid/usbhid/
11408
11409 USB ISP116X DRIVER
11410 M:      Olav Kongas <ok@artecdesign.ee>
11411 L:      linux-usb@vger.kernel.org
11412 S:      Maintained
11413 F:      drivers/usb/host/isp116x*
11414 F:      include/linux/usb/isp116x.h
11415
11416 USB MASS STORAGE DRIVER
11417 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11418 L:      linux-usb@vger.kernel.org
11419 L:      usb-storage@lists.one-eyed-alien.net
11420 S:      Maintained
11421 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11422 F:      drivers/usb/storage/
11423
11424 USB MIDI DRIVER
11425 M:      Clemens Ladisch <clemens@ladisch.de>
11426 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11427 T:      git git://git.alsa-project.org/alsa-kernel.git
11428 S:      Maintained
11429 F:      sound/usb/midi.*
11430
11431 USB NETWORKING DRIVERS
11432 L:      linux-usb@vger.kernel.org
11433 S:      Odd Fixes
11434 F:      drivers/net/usb/
11435
11436 USB OHCI DRIVER
11437 M:      Alan Stern <stern@rowland.harvard.edu>
11438 L:      linux-usb@vger.kernel.org
11439 S:      Maintained
11440 F:      Documentation/usb/ohci.txt
11441 F:      drivers/usb/host/ohci*
11442
11443 USB OTG FSM (Finite State Machine)
11444 M:      Peter Chen <Peter.Chen@nxp.com>
11445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11446 L:      linux-usb@vger.kernel.org
11447 S:      Maintained
11448 F:      drivers/usb/common/usb-otg-fsm.c
11449
11450 USB OVER IP DRIVER
11451 M:      Valentina Manea <valentina.manea.m@gmail.com>
11452 M:      Shuah Khan <shuah.kh@samsung.com>
11453 L:      linux-usb@vger.kernel.org
11454 S:      Maintained
11455 F:      Documentation/usb/usbip_protocol.txt
11456 F:      drivers/usb/usbip/
11457 F:      tools/usb/usbip/
11458
11459 USB PEGASUS DRIVER
11460 M:      Petko Manolov <petkan@nucleusys.com>
11461 L:      linux-usb@vger.kernel.org
11462 L:      netdev@vger.kernel.org
11463 T:      git git://github.com/petkan/pegasus.git
11464 W:      https://github.com/petkan/pegasus
11465 S:      Maintained
11466 F:      drivers/net/usb/pegasus.*
11467
11468 USB PHY LAYER
11469 M:      Felipe Balbi <balbi@kernel.org>
11470 L:      linux-usb@vger.kernel.org
11471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11472 S:      Maintained
11473 F:      drivers/usb/phy/
11474
11475 USB PRINTER DRIVER (usblp)
11476 M:      Pete Zaitcev <zaitcev@redhat.com>
11477 L:      linux-usb@vger.kernel.org
11478 S:      Supported
11479 F:      drivers/usb/class/usblp.c
11480
11481 USB QMI WWAN NETWORK DRIVER
11482 M:      Bjørn Mork <bjorn@mork.no>
11483 L:      netdev@vger.kernel.org
11484 S:      Maintained
11485 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11486 F:      drivers/net/usb/qmi_wwan.c
11487
11488 USB RTL8150 DRIVER
11489 M:      Petko Manolov <petkan@nucleusys.com>
11490 L:      linux-usb@vger.kernel.org
11491 L:      netdev@vger.kernel.org
11492 T:      git git://github.com/petkan/rtl8150.git
11493 W:      https://github.com/petkan/rtl8150
11494 S:      Maintained
11495 F:      drivers/net/usb/rtl8150.c
11496
11497 USB SERIAL SUBSYSTEM
11498 M:      Johan Hovold <johan@kernel.org>
11499 L:      linux-usb@vger.kernel.org
11500 S:      Maintained
11501 F:      Documentation/usb/usb-serial.txt
11502 F:      drivers/usb/serial/
11503 F:      include/linux/usb/serial.h
11504
11505 USB SMSC75XX ETHERNET DRIVER
11506 M:      Steve Glendinning <steve.glendinning@shawell.net>
11507 L:      netdev@vger.kernel.org
11508 S:      Maintained
11509 F:      drivers/net/usb/smsc75xx.*
11510
11511 USB SMSC95XX ETHERNET DRIVER
11512 M:      Steve Glendinning <steve.glendinning@shawell.net>
11513 L:      netdev@vger.kernel.org
11514 S:      Maintained
11515 F:      drivers/net/usb/smsc95xx.*
11516
11517 USB SUBSYSTEM
11518 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11519 L:      linux-usb@vger.kernel.org
11520 W:      http://www.linux-usb.org
11521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11522 S:      Supported
11523 F:      Documentation/usb/
11524 F:      drivers/usb/
11525 F:      include/linux/usb.h
11526 F:      include/linux/usb/
11527
11528 USB UHCI DRIVER
11529 M:      Alan Stern <stern@rowland.harvard.edu>
11530 L:      linux-usb@vger.kernel.org
11531 S:      Maintained
11532 F:      drivers/usb/host/uhci*
11533
11534 USB "USBNET" DRIVER FRAMEWORK
11535 M:      Oliver Neukum <oneukum@suse.com>
11536 L:      netdev@vger.kernel.org
11537 W:      http://www.linux-usb.org/usbnet
11538 S:      Maintained
11539 F:      drivers/net/usb/usbnet.c
11540 F:      include/linux/usb/usbnet.h
11541
11542 USB VIDEO CLASS
11543 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11544 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11545 L:      linux-media@vger.kernel.org
11546 T:      git git://linuxtv.org/media_tree.git
11547 W:      http://www.ideasonboard.org/uvc/
11548 S:      Maintained
11549 F:      drivers/media/usb/uvc/
11550 F:      include/uapi/linux/uvcvideo.h
11551
11552 USB VISION DRIVER
11553 M:      Hans Verkuil <hverkuil@xs4all.nl>
11554 L:      linux-media@vger.kernel.org
11555 T:      git git://linuxtv.org/media_tree.git
11556 W:      https://linuxtv.org
11557 S:      Odd Fixes
11558 F:      drivers/media/usb/usbvision/
11559
11560 USB WEBCAM GADGET
11561 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11562 L:      linux-usb@vger.kernel.org
11563 S:      Maintained
11564 F:      drivers/usb/gadget/function/*uvc*
11565 F:      drivers/usb/gadget/legacy/webcam.c
11566
11567 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11568 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11569 L:      linux-wireless@vger.kernel.org
11570 S:      Maintained
11571 F:      drivers/net/wireless/rndis_wlan.c
11572
11573 USB XHCI DRIVER
11574 M:      Mathias Nyman <mathias.nyman@intel.com>
11575 L:      linux-usb@vger.kernel.org
11576 S:      Supported
11577 F:      drivers/usb/host/xhci*
11578 F:      drivers/usb/host/pci-quirks*
11579
11580 USB ZD1201 DRIVER
11581 L:      linux-wireless@vger.kernel.org
11582 W:      http://linux-lc100020.sourceforge.net
11583 S:      Orphan
11584 F:      drivers/net/wireless/zydas/zd1201.*
11585
11586 USB ZR364XX DRIVER
11587 M:      Antoine Jacquet <royale@zerezo.com>
11588 L:      linux-usb@vger.kernel.org
11589 L:      linux-media@vger.kernel.org
11590 T:      git git://linuxtv.org/media_tree.git
11591 W:      http://royale.zerezo.com/zr364xx/
11592 S:      Maintained
11593 F:      Documentation/video4linux/zr364xx.txt
11594 F:      drivers/media/usb/zr364xx/
11595
11596 ULPI BUS
11597 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11598 L:      linux-usb@vger.kernel.org
11599 S:      Maintained
11600 F:      drivers/usb/common/ulpi.c
11601 F:      include/linux/ulpi/
11602
11603 USER-MODE LINUX (UML)
11604 M:      Jeff Dike <jdike@addtoit.com>
11605 M:      Richard Weinberger <richard@nod.at>
11606 L:      user-mode-linux-devel@lists.sourceforge.net
11607 L:      user-mode-linux-user@lists.sourceforge.net
11608 W:      http://user-mode-linux.sourceforge.net
11609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11610 S:      Maintained
11611 F:      Documentation/virtual/uml/
11612 F:      arch/um/
11613 F:      arch/x86/um/
11614 F:      fs/hostfs/
11615 F:      fs/hppfs/
11616
11617 USERSPACE I/O (UIO)
11618 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11619 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11620 S:      Maintained
11621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11622 F:      Documentation/DocBook/uio-howto.tmpl
11623 F:      drivers/uio/
11624 F:      include/linux/uio*.h
11625
11626 UTIL-LINUX PACKAGE
11627 M:      Karel Zak <kzak@redhat.com>
11628 L:      util-linux@vger.kernel.org
11629 W:      http://en.wikipedia.org/wiki/Util-linux
11630 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11631 S:      Maintained
11632
11633 UVESAFB DRIVER
11634 M:      Michal Januszewski <spock@gentoo.org>
11635 L:      linux-fbdev@vger.kernel.org
11636 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11637 S:      Maintained
11638 F:      Documentation/fb/uvesafb.txt
11639 F:      drivers/video/fbdev/uvesafb.*
11640
11641 VF610 NAND DRIVER
11642 M:      Stefan Agner <stefan@agner.ch>
11643 L:      linux-mtd@lists.infradead.org
11644 S:      Supported
11645 F:      drivers/mtd/nand/vf610_nfc.c
11646
11647 VFAT/FAT/MSDOS FILESYSTEM
11648 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11649 S:      Maintained
11650 F:      Documentation/filesystems/vfat.txt
11651 F:      fs/fat/
11652
11653 VFIO DRIVER
11654 M:      Alex Williamson <alex.williamson@redhat.com>
11655 L:      kvm@vger.kernel.org
11656 T:      git git://github.com/awilliam/linux-vfio.git
11657 S:      Maintained
11658 F:      Documentation/vfio.txt
11659 F:      drivers/vfio/
11660 F:      include/linux/vfio.h
11661 F:      include/uapi/linux/vfio.h
11662
11663 VFIO PLATFORM DRIVER
11664 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11665 L:      kvm@vger.kernel.org
11666 S:      Maintained
11667 F:      drivers/vfio/platform/
11668
11669 VIDEOBUF2 FRAMEWORK
11670 M:      Pawel Osciak <pawel@osciak.com>
11671 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11672 M:      Kyungmin Park <kyungmin.park@samsung.com>
11673 L:      linux-media@vger.kernel.org
11674 S:      Maintained
11675 F:      drivers/media/v4l2-core/videobuf2-*
11676 F:      include/media/videobuf2-*
11677
11678 VIRTUAL SERIO DEVICE DRIVER
11679 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11680 S:      Maintained
11681 F:      drivers/input/serio/userio.c
11682 F:      include/uapi/linux/userio.h
11683
11684 VIRTIO CONSOLE DRIVER
11685 M:      Amit Shah <amit.shah@redhat.com>
11686 L:      virtualization@lists.linux-foundation.org
11687 S:      Maintained
11688 F:      drivers/char/virtio_console.c
11689 F:      include/linux/virtio_console.h
11690 F:      include/uapi/linux/virtio_console.h
11691
11692 VIRTIO CORE, NET AND BLOCK DRIVERS
11693 M:      "Michael S. Tsirkin" <mst@redhat.com>
11694 L:      virtualization@lists.linux-foundation.org
11695 S:      Maintained
11696 F:      drivers/virtio/
11697 F:      tools/virtio/
11698 F:      drivers/net/virtio_net.c
11699 F:      drivers/block/virtio_blk.c
11700 F:      include/linux/virtio_*.h
11701 F:      include/uapi/linux/virtio_*.h
11702
11703 VIRTIO DRIVERS FOR S390
11704 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11705 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11706 L:      linux-s390@vger.kernel.org
11707 L:      virtualization@lists.linux-foundation.org
11708 L:      kvm@vger.kernel.org
11709 S:      Supported
11710 F:      drivers/s390/virtio/
11711
11712 VIRTIO GPU DRIVER
11713 M:      David Airlie <airlied@linux.ie>
11714 M:      Gerd Hoffmann <kraxel@redhat.com>
11715 L:      dri-devel@lists.freedesktop.org
11716 L:      virtualization@lists.linux-foundation.org
11717 S:      Maintained
11718 F:      drivers/gpu/drm/virtio/
11719 F:      include/uapi/linux/virtio_gpu.h
11720
11721 VIRTIO HOST (VHOST)
11722 M:      "Michael S. Tsirkin" <mst@redhat.com>
11723 L:      kvm@vger.kernel.org
11724 L:      virtualization@lists.linux-foundation.org
11725 L:      netdev@vger.kernel.org
11726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11727 S:      Maintained
11728 F:      drivers/vhost/
11729 F:      include/uapi/linux/vhost.h
11730
11731 VIRTIO INPUT DRIVER
11732 M:      Gerd Hoffmann <kraxel@redhat.com>
11733 S:      Maintained
11734 F:      drivers/virtio/virtio_input.c
11735 F:      include/uapi/linux/virtio_input.h
11736
11737 VIA RHINE NETWORK DRIVER
11738 S:      Orphan
11739 F:      drivers/net/ethernet/via/via-rhine.c
11740
11741 VIA SD/MMC CARD CONTROLLER DRIVER
11742 M:      Bruce Chang <brucechang@via.com.tw>
11743 M:      Harald Welte <HaraldWelte@viatech.com>
11744 S:      Maintained
11745 F:      drivers/mmc/host/via-sdmmc.c
11746
11747 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11748 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11749 L:      linux-fbdev@vger.kernel.org
11750 S:      Maintained
11751 F:      include/linux/via-core.h
11752 F:      include/linux/via-gpio.h
11753 F:      include/linux/via_i2c.h
11754 F:      drivers/video/fbdev/via/
11755
11756 VIA VELOCITY NETWORK DRIVER
11757 M:      Francois Romieu <romieu@fr.zoreil.com>
11758 L:      netdev@vger.kernel.org
11759 S:      Maintained
11760 F:      drivers/net/ethernet/via/via-velocity.*
11761
11762 VIRT LIB
11763 M:      Alex Williamson <alex.williamson@redhat.com>
11764 M:      Paolo Bonzini <pbonzini@redhat.com>
11765 L:      kvm@vger.kernel.org
11766 S:      Supported
11767 F:      virt/lib/
11768
11769 VIVID VIRTUAL VIDEO DRIVER
11770 M:      Hans Verkuil <hverkuil@xs4all.nl>
11771 L:      linux-media@vger.kernel.org
11772 T:      git git://linuxtv.org/media_tree.git
11773 W:      https://linuxtv.org
11774 S:      Maintained
11775 F:      drivers/media/platform/vivid/*
11776
11777 VLAN (802.1Q)
11778 M:      Patrick McHardy <kaber@trash.net>
11779 L:      netdev@vger.kernel.org
11780 S:      Maintained
11781 F:      drivers/net/macvlan.c
11782 F:      include/linux/if_*vlan.h
11783 F:      net/8021q/
11784
11785 VLYNQ BUS
11786 M:      Florian Fainelli <florian@openwrt.org>
11787 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11788 S:      Maintained
11789 F:      drivers/vlynq/vlynq.c
11790 F:      include/linux/vlynq.h
11791
11792 VME SUBSYSTEM
11793 M:      Martyn Welch <martyn@welchs.me.uk>
11794 M:      Manohar Vanga <manohar.vanga@gmail.com>
11795 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11796 L:      devel@driverdev.osuosl.org
11797 S:      Maintained
11798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11799 F:      Documentation/vme_api.txt
11800 F:      drivers/staging/vme/
11801 F:      drivers/vme/
11802 F:      include/linux/vme*
11803
11804 VMWARE HYPERVISOR INTERFACE
11805 M:      Alok Kataria <akataria@vmware.com>
11806 L:      virtualization@lists.linux-foundation.org
11807 S:      Supported
11808 F:      arch/x86/kernel/cpu/vmware.c
11809
11810 VMWARE BALLOON DRIVER
11811 M:      Xavier Deguillard <xdeguillard@vmware.com>
11812 M:      Philip Moltmann <moltmann@vmware.com>
11813 M:      "VMware, Inc." <pv-drivers@vmware.com>
11814 L:      linux-kernel@vger.kernel.org
11815 S:      Maintained
11816 F:      drivers/misc/vmw_balloon.c
11817
11818 VMWARE VMMOUSE SUBDRIVER
11819 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11820 M:      "VMware, Inc." <pv-drivers@vmware.com>
11821 L:      linux-input@vger.kernel.org
11822 S:      Maintained
11823 F:      drivers/input/mouse/vmmouse.c
11824 F:      drivers/input/mouse/vmmouse.h
11825
11826 VMWARE VMXNET3 ETHERNET DRIVER
11827 M:      Shrikrishna Khare <skhare@vmware.com>
11828 M:      "VMware, Inc." <pv-drivers@vmware.com>
11829 L:      netdev@vger.kernel.org
11830 S:      Maintained
11831 F:      drivers/net/vmxnet3/
11832
11833 VMware PVSCSI driver
11834 M:      Arvind Kumar <arvindkumar@vmware.com>
11835 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11836 L:      linux-scsi@vger.kernel.org
11837 S:      Maintained
11838 F:      drivers/scsi/vmw_pvscsi.c
11839 F:      drivers/scsi/vmw_pvscsi.h
11840
11841 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11842 M:      Liam Girdwood <lgirdwood@gmail.com>
11843 M:      Mark Brown <broonie@kernel.org>
11844 L:      linux-kernel@vger.kernel.org
11845 W:      http://www.slimlogic.co.uk/?p=48
11846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11847 S:      Supported
11848 F:      drivers/regulator/
11849 F:      include/linux/regulator/
11850
11851 VRF
11852 M:      David Ahern <dsa@cumulusnetworks.com>
11853 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11854 L:      netdev@vger.kernel.org
11855 S:      Maintained
11856 F:      drivers/net/vrf.c
11857 F:      Documentation/networking/vrf.txt
11858
11859 VT1211 HARDWARE MONITOR DRIVER
11860 M:      Juerg Haefliger <juergh@gmail.com>
11861 L:      lm-sensors@lm-sensors.org
11862 S:      Maintained
11863 F:      Documentation/hwmon/vt1211
11864 F:      drivers/hwmon/vt1211.c
11865
11866 VT8231 HARDWARE MONITOR DRIVER
11867 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11868 L:      lm-sensors@lm-sensors.org
11869 S:      Maintained
11870 F:      drivers/hwmon/vt8231.c
11871
11872 VUB300 USB to SDIO/SD/MMC bridge chip
11873 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11874 L:      linux-mmc@vger.kernel.org
11875 L:      linux-usb@vger.kernel.org
11876 S:      Supported
11877 F:      drivers/mmc/host/vub300.c
11878
11879 W1 DALLAS'S 1-WIRE BUS
11880 M:      Evgeniy Polyakov <zbr@ioremap.net>
11881 S:      Maintained
11882 F:      Documentation/w1/
11883 F:      drivers/w1/
11884
11885 W83791D HARDWARE MONITORING DRIVER
11886 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11887 L:      lm-sensors@lm-sensors.org
11888 S:      Maintained
11889 F:      Documentation/hwmon/w83791d
11890 F:      drivers/hwmon/w83791d.c
11891
11892 W83793 HARDWARE MONITORING DRIVER
11893 M:      Rudolf Marek <r.marek@assembler.cz>
11894 L:      lm-sensors@lm-sensors.org
11895 S:      Maintained
11896 F:      Documentation/hwmon/w83793
11897 F:      drivers/hwmon/w83793.c
11898
11899 W83795 HARDWARE MONITORING DRIVER
11900 M:      Jean Delvare <jdelvare@suse.com>
11901 L:      lm-sensors@lm-sensors.org
11902 S:      Maintained
11903 F:      drivers/hwmon/w83795.c
11904
11905 W83L51xD SD/MMC CARD INTERFACE DRIVER
11906 M:      Pierre Ossman <pierre@ossman.eu>
11907 S:      Maintained
11908 F:      drivers/mmc/host/wbsd.*
11909
11910 WACOM PROTOCOL 4 SERIAL TABLETS
11911 M:      Julian Squires <julian@cipht.net>
11912 M:      Hans de Goede <hdegoede@redhat.com>
11913 L:      linux-input@vger.kernel.org
11914 S:      Maintained
11915 F:      drivers/input/tablet/wacom_serial4.c
11916
11917 WATCHDOG DEVICE DRIVERS
11918 M:      Wim Van Sebroeck <wim@iguana.be>
11919 R:      Guenter Roeck <linux@roeck-us.net>
11920 L:      linux-watchdog@vger.kernel.org
11921 W:      http://www.linux-watchdog.org/
11922 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11923 S:      Maintained
11924 F:      Documentation/watchdog/
11925 F:      drivers/watchdog/
11926 F:      include/linux/watchdog.h
11927 F:      include/uapi/linux/watchdog.h
11928
11929 WD7000 SCSI DRIVER
11930 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11931 L:      linux-scsi@vger.kernel.org
11932 S:      Maintained
11933 F:      drivers/scsi/wd7000.c
11934
11935 WIIMOTE HID DRIVER
11936 M:      David Herrmann <dh.herrmann@googlemail.com>
11937 L:      linux-input@vger.kernel.org
11938 S:      Maintained
11939 F:      drivers/hid/hid-wiimote*
11940
11941 WINBOND CIR DRIVER
11942 M:      David Härdeman <david@hardeman.nu>
11943 S:      Maintained
11944 F:      drivers/media/rc/winbond-cir.c
11945
11946 WINSYSTEMS WS16C48 GPIO DRIVER
11947 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
11948 L:      linux-gpio@vger.kernel.org
11949 S:      Maintained
11950 F:      drivers/gpio/gpio-ws16c48.c
11951
11952 WIMAX STACK
11953 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11954 M:      linux-wimax@intel.com
11955 L:      wimax@linuxwimax.org (subscribers-only)
11956 S:      Supported
11957 W:      http://linuxwimax.org
11958 F:      Documentation/wimax/README.wimax
11959 F:      include/linux/wimax/debug.h
11960 F:      include/net/wimax.h
11961 F:      include/uapi/linux/wimax.h
11962 F:      net/wimax/
11963
11964 WISTRON LAPTOP BUTTON DRIVER
11965 M:      Miloslav Trmac <mitr@volny.cz>
11966 S:      Maintained
11967 F:      drivers/input/misc/wistron_btns.c
11968
11969 WL3501 WIRELESS PCMCIA CARD DRIVER
11970 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11971 L:      linux-wireless@vger.kernel.org
11972 W:      http://oops.ghostprotocols.net:81/blog
11973 S:      Maintained
11974 F:      drivers/net/wireless/wl3501*
11975
11976 WOLFSON MICROELECTRONICS DRIVERS
11977 L:      patches@opensource.wolfsonmicro.com
11978 T:      git https://github.com/CirrusLogic/linux-drivers.git
11979 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11980 S:      Supported
11981 F:      Documentation/hwmon/wm83??
11982 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11983 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11984 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11985 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11986 F:      drivers/clk/clk-wm83*.c
11987 F:      drivers/extcon/extcon-arizona.c
11988 F:      drivers/leds/leds-wm83*.c
11989 F:      drivers/gpio/gpio-*wm*.c
11990 F:      drivers/gpio/gpio-arizona.c
11991 F:      drivers/hwmon/wm83??-hwmon.c
11992 F:      drivers/input/misc/wm831x-on.c
11993 F:      drivers/input/touchscreen/wm831x-ts.c
11994 F:      drivers/input/touchscreen/wm97*.c
11995 F:      drivers/mfd/arizona*
11996 F:      drivers/mfd/wm*.c
11997 F:      drivers/mfd/cs47l24*
11998 F:      drivers/power/wm83*.c
11999 F:      drivers/rtc/rtc-wm83*.c
12000 F:      drivers/regulator/wm8*.c
12001 F:      drivers/video/backlight/wm83*_bl.c
12002 F:      drivers/watchdog/wm83*_wdt.c
12003 F:      include/linux/mfd/arizona/
12004 F:      include/linux/mfd/wm831x/
12005 F:      include/linux/mfd/wm8350/
12006 F:      include/linux/mfd/wm8400*
12007 F:      include/linux/wm97xx.h
12008 F:      include/sound/wm????.h
12009 F:      sound/soc/codecs/arizona.?
12010 F:      sound/soc/codecs/wm*
12011 F:      sound/soc/codecs/cs47l24*
12012
12013 WORKQUEUE
12014 M:      Tejun Heo <tj@kernel.org>
12015 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12017 S:      Maintained
12018 F:      include/linux/workqueue.h
12019 F:      kernel/workqueue.c
12020 F:      Documentation/workqueue.txt
12021
12022 X.25 NETWORK LAYER
12023 M:      Andrew Hendry <andrew.hendry@gmail.com>
12024 L:      linux-x25@vger.kernel.org
12025 S:      Odd Fixes
12026 F:      Documentation/networking/x25*
12027 F:      include/net/x25*
12028 F:      net/x25/
12029
12030 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12031 M:      Thomas Gleixner <tglx@linutronix.de>
12032 M:      Ingo Molnar <mingo@redhat.com>
12033 M:      "H. Peter Anvin" <hpa@zytor.com>
12034 M:      x86@kernel.org
12035 L:      linux-kernel@vger.kernel.org
12036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12037 S:      Maintained
12038 F:      Documentation/x86/
12039 F:      arch/x86/
12040
12041 X86 PLATFORM DRIVERS
12042 M:      Darren Hart <dvhart@infradead.org>
12043 L:      platform-driver-x86@vger.kernel.org
12044 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12045 S:      Maintained
12046 F:      drivers/platform/x86/
12047 F:      drivers/platform/olpc/
12048
12049 X86 MCE INFRASTRUCTURE
12050 M:      Tony Luck <tony.luck@intel.com>
12051 M:      Borislav Petkov <bp@alien8.de>
12052 L:      linux-edac@vger.kernel.org
12053 S:      Maintained
12054 F:      arch/x86/kernel/cpu/mcheck/*
12055
12056 X86 MICROCODE UPDATE SUPPORT
12057 M:      Borislav Petkov <bp@alien8.de>
12058 S:      Maintained
12059 F:      arch/x86/kernel/cpu/microcode/*
12060
12061 X86 VDSO
12062 M:      Andy Lutomirski <luto@amacapital.net>
12063 L:      linux-kernel@vger.kernel.org
12064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12065 S:      Maintained
12066 F:      arch/x86/entry/vdso/
12067
12068 XC2028/3028 TUNER DRIVER
12069 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12070 L:      linux-media@vger.kernel.org
12071 W:      https://linuxtv.org
12072 T:      git git://linuxtv.org/media_tree.git
12073 S:      Maintained
12074 F:      drivers/media/tuners/tuner-xc2028.*
12075
12076 XEN HYPERVISOR INTERFACE
12077 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12078 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12079 M:      David Vrabel <david.vrabel@citrix.com>
12080 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12082 S:      Supported
12083 F:      arch/x86/xen/
12084 F:      drivers/*/xen-*front.c
12085 F:      drivers/xen/
12086 F:      arch/x86/include/asm/xen/
12087 F:      include/xen/
12088 F:      include/uapi/xen/
12089
12090 XEN HYPERVISOR ARM
12091 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12092 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12093 S:      Supported
12094 F:      arch/arm/xen/
12095 F:      arch/arm/include/asm/xen/
12096
12097 XEN HYPERVISOR ARM64
12098 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12099 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12100 S:      Supported
12101 F:      arch/arm64/xen/
12102 F:      arch/arm64/include/asm/xen/
12103
12104 XEN NETWORK BACKEND DRIVER
12105 M:      Wei Liu <wei.liu2@citrix.com>
12106 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12107 L:      netdev@vger.kernel.org
12108 S:      Supported
12109 F:      drivers/net/xen-netback/*
12110
12111 XEN PCI SUBSYSTEM
12112 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12113 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12114 S:      Supported
12115 F:      arch/x86/pci/*xen*
12116 F:      drivers/pci/*xen*
12117
12118 XEN BLOCK SUBSYSTEM
12119 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12120 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12121 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12122 S:      Supported
12123 F:      drivers/block/xen-blkback/*
12124 F:      drivers/block/xen*
12125
12126 XEN PVSCSI DRIVERS
12127 M:      Juergen Gross <jgross@suse.com>
12128 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12129 L:      linux-scsi@vger.kernel.org
12130 S:      Supported
12131 F:      drivers/scsi/xen-scsifront.c
12132 F:      drivers/xen/xen-scsiback.c
12133 F:      include/xen/interface/io/vscsiif.h
12134
12135 XEN SWIOTLB SUBSYSTEM
12136 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12137 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12138 S:      Supported
12139 F:      arch/x86/xen/*swiotlb*
12140 F:      drivers/xen/*swiotlb*
12141
12142 XFS FILESYSTEM
12143 P:      Silicon Graphics Inc
12144 M:      Dave Chinner <david@fromorbit.com>
12145 M:      xfs@oss.sgi.com
12146 L:      xfs@oss.sgi.com
12147 W:      http://oss.sgi.com/projects/xfs
12148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12149 S:      Supported
12150 F:      Documentation/filesystems/xfs.txt
12151 F:      fs/xfs/
12152
12153 XILINX AXI ETHERNET DRIVER
12154 M:      Anirudha Sarangi <anirudh@xilinx.com>
12155 M:      John Linn <John.Linn@xilinx.com>
12156 S:      Maintained
12157 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12158
12159 XILINX UARTLITE SERIAL DRIVER
12160 M:      Peter Korsgaard <jacmet@sunsite.dk>
12161 L:      linux-serial@vger.kernel.org
12162 S:      Maintained
12163 F:      drivers/tty/serial/uartlite.c
12164
12165 XILINX VIDEO IP CORES
12166 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12167 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12168 L:      linux-media@vger.kernel.org
12169 T:      git git://linuxtv.org/media_tree.git
12170 S:      Supported
12171 F:      Documentation/devicetree/bindings/media/xilinx/
12172 F:      drivers/media/platform/xilinx/
12173 F:      include/uapi/linux/xilinx-v4l2-controls.h
12174
12175 XILLYBUS DRIVER
12176 M:      Eli Billauer <eli.billauer@gmail.com>
12177 L:      linux-kernel@vger.kernel.org
12178 S:      Supported
12179 F:      drivers/char/xillybus/
12180
12181 XTENSA XTFPGA PLATFORM SUPPORT
12182 M:      Max Filippov <jcmvbkbc@gmail.com>
12183 L:      linux-xtensa@linux-xtensa.org
12184 S:      Maintained
12185 F:      drivers/spi/spi-xtensa-xtfpga.c
12186 F:      sound/soc/xtensa/xtfpga-i2s.c
12187
12188 YAM DRIVER FOR AX.25
12189 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12190 L:      linux-hams@vger.kernel.org
12191 S:      Maintained
12192 F:      drivers/net/hamradio/yam*
12193 F:      include/linux/yam.h
12194
12195 YEALINK PHONE DRIVER
12196 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12197 L:      usbb2k-api-dev@nongnu.org
12198 S:      Maintained
12199 F:      Documentation/input/yealink.txt
12200 F:      drivers/input/misc/yealink.*
12201
12202 Z8530 DRIVER FOR AX.25
12203 M:      Joerg Reuter <jreuter@yaina.de>
12204 W:      http://yaina.de/jreuter/
12205 W:      http://www.qsl.net/dl1bke/
12206 L:      linux-hams@vger.kernel.org
12207 S:      Maintained
12208 F:      Documentation/networking/z8530drv.txt
12209 F:      drivers/net/hamradio/*scc.c
12210 F:      drivers/net/hamradio/z8530.h
12211
12212 ZBUD COMPRESSED PAGE ALLOCATOR
12213 M:      Seth Jennings <sjenning@redhat.com>
12214 L:      linux-mm@kvack.org
12215 S:      Maintained
12216 F:      mm/zbud.c
12217 F:      include/linux/zbud.h
12218
12219 ZD1211RW WIRELESS DRIVER
12220 M:      Daniel Drake <dsd@gentoo.org>
12221 M:      Ulrich Kunitz <kune@deine-taler.de>
12222 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12223 L:      linux-wireless@vger.kernel.org
12224 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12225 S:      Maintained
12226 F:      drivers/net/wireless/zydas/zd1211rw/
12227
12228 ZPOOL COMPRESSED PAGE STORAGE API
12229 M:      Dan Streetman <ddstreet@ieee.org>
12230 L:      linux-mm@kvack.org
12231 S:      Maintained
12232 F:      mm/zpool.c
12233 F:      include/linux/zpool.h
12234
12235 ZR36067 VIDEO FOR LINUX DRIVER
12236 L:      mjpeg-users@lists.sourceforge.net
12237 L:      linux-media@vger.kernel.org
12238 W:      http://mjpeg.sourceforge.net/driver-zoran/
12239 T:      hg https://linuxtv.org/hg/v4l-dvb
12240 S:      Odd Fixes
12241 F:      drivers/media/pci/zoran/
12242
12243 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12244 M:      Minchan Kim <minchan@kernel.org>
12245 M:      Nitin Gupta <ngupta@vflare.org>
12246 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12247 L:      linux-kernel@vger.kernel.org
12248 S:      Maintained
12249 F:      drivers/block/zram/
12250 F:      Documentation/blockdev/zram.txt
12251
12252 ZS DECSTATION Z85C30 SERIAL DRIVER
12253 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12254 S:      Maintained
12255 F:      drivers/tty/serial/zs.*
12256
12257 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12258 M:      Minchan Kim <minchan@kernel.org>
12259 M:      Nitin Gupta <ngupta@vflare.org>
12260 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12261 L:      linux-mm@kvack.org
12262 S:      Maintained
12263 F:      mm/zsmalloc.c
12264 F:      include/linux/zsmalloc.h
12265 F:      Documentation/vm/zsmalloc.txt
12266
12267 ZSWAP COMPRESSED SWAP CACHING
12268 M:      Seth Jennings <sjenning@redhat.com>
12269 L:      linux-mm@kvack.org
12270 S:      Maintained
12271 F:      mm/zswap.c
12272
12273 THE REST
12274 M:      Linus Torvalds <torvalds@linux-foundation.org>
12275 L:      linux-kernel@vger.kernel.org
12276 Q:      http://patchwork.kernel.org/project/LKML/list/
12277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12278 S:      Buried alive in reporters
12279 F:      *
12280 F:      */