Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/power...
[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/ABI/testing/sysfs-kernel-livepatch
6609 F:      samples/livepatch/
6610 L:      live-patching@vger.kernel.org
6611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6612
6613 LINUX KERNEL DUMP TEST MODULE (LKDTM)
6614 M:      Kees Cook <keescook@chromium.org>
6615 S:      Maintained
6616 F:      drivers/misc/lkdtm.c
6617
6618 LLC (802.2)
6619 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6620 S:      Maintained
6621 F:      include/linux/llc.h
6622 F:      include/uapi/linux/llc.h
6623 F:      include/net/llc*
6624 F:      net/llc/
6625
6626 LM73 HARDWARE MONITOR DRIVER
6627 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6628 L:      lm-sensors@lm-sensors.org
6629 S:      Maintained
6630 F:      drivers/hwmon/lm73.c
6631
6632 LM78 HARDWARE MONITOR DRIVER
6633 M:      Jean Delvare <jdelvare@suse.com>
6634 L:      lm-sensors@lm-sensors.org
6635 S:      Maintained
6636 F:      Documentation/hwmon/lm78
6637 F:      drivers/hwmon/lm78.c
6638
6639 LM83 HARDWARE MONITOR DRIVER
6640 M:      Jean Delvare <jdelvare@suse.com>
6641 L:      lm-sensors@lm-sensors.org
6642 S:      Maintained
6643 F:      Documentation/hwmon/lm83
6644 F:      drivers/hwmon/lm83.c
6645
6646 LM90 HARDWARE MONITOR DRIVER
6647 M:      Jean Delvare <jdelvare@suse.com>
6648 L:      lm-sensors@lm-sensors.org
6649 S:      Maintained
6650 F:      Documentation/hwmon/lm90
6651 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6652 F:      drivers/hwmon/lm90.c
6653
6654 LM95234 HARDWARE MONITOR DRIVER
6655 M:      Guenter Roeck <linux@roeck-us.net>
6656 L:      lm-sensors@lm-sensors.org
6657 S:      Maintained
6658 F:      Documentation/hwmon/lm95234
6659 F:      drivers/hwmon/lm95234.c
6660
6661 LME2510 MEDIA DRIVER
6662 M:      Malcolm Priestley <tvboxspy@gmail.com>
6663 L:      linux-media@vger.kernel.org
6664 W:      https://linuxtv.org
6665 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6666 S:      Maintained
6667 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6668
6669 LOCKDEP AND LOCKSTAT
6670 M:      Peter Zijlstra <peterz@infradead.org>
6671 M:      Ingo Molnar <mingo@redhat.com>
6672 L:      linux-kernel@vger.kernel.org
6673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6674 S:      Maintained
6675 F:      Documentation/locking/lockdep*.txt
6676 F:      Documentation/locking/lockstat.txt
6677 F:      include/linux/lockdep.h
6678 F:      kernel/locking/
6679
6680 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6681 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6682 L:      linux-ntfs-dev@lists.sourceforge.net
6683 W:      http://www.linux-ntfs.org/content/view/19/37/
6684 S:      Maintained
6685 F:      Documentation/ldm.txt
6686 F:      block/partitions/ldm.*
6687
6688 LogFS
6689 M:      Joern Engel <joern@logfs.org>
6690 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6691 L:      logfs@logfs.org
6692 W:      logfs.org
6693 S:      Maintained
6694 F:      fs/logfs/
6695
6696 LPC32XX MACHINE SUPPORT
6697 M:      Roland Stigge <stigge@antcom.de>
6698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6699 S:      Maintained
6700 F:      arch/arm/mach-lpc32xx/
6701
6702 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6703 M:      Sathya Prakash <sathya.prakash@broadcom.com>
6704 M:      Chaitra P B <chaitra.basappa@broadcom.com>
6705 M:      Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com>
6706 L:      MPT-FusionLinux.pdl@broadcom.com
6707 L:      linux-scsi@vger.kernel.org
6708 W:      http://www.avagotech.com/support/
6709 S:      Supported
6710 F:      drivers/message/fusion/
6711 F:      drivers/scsi/mpt2sas/
6712 F:      drivers/scsi/mpt3sas/
6713
6714 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6715 M:      Matthew Wilcox <matthew@wil.cx>
6716 L:      linux-scsi@vger.kernel.org
6717 S:      Maintained
6718 F:      drivers/scsi/sym53c8xx_2/
6719
6720 LTC4261 HARDWARE MONITOR DRIVER
6721 M:      Guenter Roeck <linux@roeck-us.net>
6722 L:      lm-sensors@lm-sensors.org
6723 S:      Maintained
6724 F:      Documentation/hwmon/ltc4261
6725 F:      drivers/hwmon/ltc4261.c
6726
6727 LTP (Linux Test Project)
6728 M:      Mike Frysinger <vapier@gentoo.org>
6729 M:      Cyril Hrubis <chrubis@suse.cz>
6730 M:      Wanlong Gao <wanlong.gao@gmail.com>
6731 M:      Jan Stancek <jstancek@redhat.com>
6732 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6733 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6734 L:      ltp@lists.linux.it (subscribers-only)
6735 W:      http://linux-test-project.github.io/
6736 T:      git git://github.com/linux-test-project/ltp.git
6737 S:      Maintained
6738
6739 M32R ARCHITECTURE
6740 W:      http://www.linux-m32r.org/
6741 S:      Orphan
6742 F:      arch/m32r/
6743
6744 M68K ARCHITECTURE
6745 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6746 L:      linux-m68k@lists.linux-m68k.org
6747 W:      http://www.linux-m68k.org/
6748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6749 S:      Maintained
6750 F:      arch/m68k/
6751 F:      drivers/zorro/
6752
6753 M68K ON APPLE MACINTOSH
6754 M:      Joshua Thompson <funaho@jurai.org>
6755 W:      http://www.mac.linux-m68k.org/
6756 L:      linux-m68k@lists.linux-m68k.org
6757 S:      Maintained
6758 F:      arch/m68k/mac/
6759
6760 M68K ON HP9000/300
6761 M:      Philip Blundell <philb@gnu.org>
6762 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6763 S:      Maintained
6764 F:      arch/m68k/hp300/
6765
6766 M88DS3103 MEDIA DRIVER
6767 M:      Antti Palosaari <crope@iki.fi>
6768 L:      linux-media@vger.kernel.org
6769 W:      https://linuxtv.org
6770 W:      http://palosaari.fi/linux/
6771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6772 T:      git git://linuxtv.org/anttip/media_tree.git
6773 S:      Maintained
6774 F:      drivers/media/dvb-frontends/m88ds3103*
6775
6776 M88RS2000 MEDIA DRIVER
6777 M:      Malcolm Priestley <tvboxspy@gmail.com>
6778 L:      linux-media@vger.kernel.org
6779 W:      https://linuxtv.org
6780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6781 S:      Maintained
6782 F:      drivers/media/dvb-frontends/m88rs2000*
6783
6784 MA901 MASTERKIT USB FM RADIO DRIVER
6785 M:      Alexey Klimov <klimov.linux@gmail.com>
6786 L:      linux-media@vger.kernel.org
6787 T:      git git://linuxtv.org/media_tree.git
6788 S:      Maintained
6789 F:      drivers/media/radio/radio-ma901.c
6790
6791 MAC80211
6792 M:      Johannes Berg <johannes@sipsolutions.net>
6793 L:      linux-wireless@vger.kernel.org
6794 W:      http://wireless.kernel.org/
6795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6797 S:      Maintained
6798 F:      Documentation/networking/mac80211-injection.txt
6799 F:      include/net/mac80211.h
6800 F:      net/mac80211/
6801 F:      drivers/net/wireless/mac80211_hwsim.[ch]
6802
6803 MACVLAN DRIVER
6804 M:      Patrick McHardy <kaber@trash.net>
6805 L:      netdev@vger.kernel.org
6806 S:      Maintained
6807 F:      drivers/net/macvlan.c
6808 F:      include/linux/if_macvlan.h
6809
6810 MAILBOX API
6811 M:      Jassi Brar <jassisinghbrar@gmail.com>
6812 L:      linux-kernel@vger.kernel.org
6813 S:      Maintained
6814 F:      drivers/mailbox/
6815 F:      include/linux/mailbox_client.h
6816 F:      include/linux/mailbox_controller.h
6817
6818 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6819 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6820 W:      http://www.kernel.org/doc/man-pages
6821 L:      linux-man@vger.kernel.org
6822 S:      Maintained
6823
6824 MARVELL ARMADA DRM SUPPORT
6825 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6826 S:      Maintained
6827 F:      drivers/gpu/drm/armada/
6828
6829 MARVELL 88E6352 DSA support
6830 M:      Guenter Roeck <linux@roeck-us.net>
6831 S:      Maintained
6832 F:      drivers/net/dsa/mv88e6352.c
6833
6834 MARVELL CRYPTO DRIVER
6835 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6836 M:      Arnaud Ebalard <arno@natisbad.org>
6837 F:      drivers/crypto/marvell/
6838 S:      Maintained
6839 L:      linux-crypto@vger.kernel.org
6840
6841 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6842 M:      Mirko Lindner <mlindner@marvell.com>
6843 M:      Stephen Hemminger <stephen@networkplumber.org>
6844 L:      netdev@vger.kernel.org
6845 S:      Maintained
6846 F:      drivers/net/ethernet/marvell/sk*
6847
6848 MARVELL LIBERTAS WIRELESS DRIVER
6849 L:      libertas-dev@lists.infradead.org
6850 S:      Orphan
6851 F:      drivers/net/wireless/marvell/libertas/
6852
6853 MARVELL MV643XX ETHERNET DRIVER
6854 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6855 L:      netdev@vger.kernel.org
6856 S:      Maintained
6857 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6858 F:      include/linux/mv643xx.h
6859
6860 MARVELL MVNETA ETHERNET DRIVER
6861 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6862 L:      netdev@vger.kernel.org
6863 S:      Maintained
6864 F:      drivers/net/ethernet/marvell/mvneta.*
6865
6866 MARVELL MWIFIEX WIRELESS DRIVER
6867 M:      Amitkumar Karwar <akarwar@marvell.com>
6868 M:      Nishant Sarmukadam <nishants@marvell.com>
6869 L:      linux-wireless@vger.kernel.org
6870 S:      Maintained
6871 F:      drivers/net/wireless/marvell/mwifiex/
6872
6873 MARVELL MWL8K WIRELESS DRIVER
6874 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6875 L:      linux-wireless@vger.kernel.org
6876 S:      Odd Fixes
6877 F:      drivers/net/wireless/marvell/mwl8k.c
6878
6879 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6880 M:      Nicolas Pitre <nico@fluxnic.net>
6881 S:      Odd Fixes
6882 F:      drivers/mmc/host/mvsdio.*
6883
6884 MATROX FRAMEBUFFER DRIVER
6885 L:      linux-fbdev@vger.kernel.org
6886 S:      Orphan
6887 F:      drivers/video/fbdev/matrox/matroxfb_*
6888 F:      include/uapi/linux/matroxfb.h
6889
6890 MAX16065 HARDWARE MONITOR DRIVER
6891 M:      Guenter Roeck <linux@roeck-us.net>
6892 L:      lm-sensors@lm-sensors.org
6893 S:      Maintained
6894 F:      Documentation/hwmon/max16065
6895 F:      drivers/hwmon/max16065.c
6896
6897 MAX20751 HARDWARE MONITOR DRIVER
6898 M:      Guenter Roeck <linux@roeck-us.net>
6899 L:      lm-sensors@lm-sensors.org
6900 S:      Maintained
6901 F:      Documentation/hwmon/max20751
6902 F:      drivers/hwmon/max20751.c
6903
6904 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6905 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6906 L:      lm-sensors@lm-sensors.org
6907 S:      Maintained
6908 F:      Documentation/hwmon/max6650
6909 F:      drivers/hwmon/max6650.c
6910
6911 MAX6697 HARDWARE MONITOR DRIVER
6912 M:      Guenter Roeck <linux@roeck-us.net>
6913 L:      lm-sensors@lm-sensors.org
6914 S:      Maintained
6915 F:      Documentation/hwmon/max6697
6916 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6917 F:      drivers/hwmon/max6697.c
6918 F:      include/linux/platform_data/max6697.h
6919
6920 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6921 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6922 L:      linux-pm@vger.kernel.org
6923 S:      Supported
6924 F:      drivers/power/max14577_charger.c
6925 F:      drivers/power/max77693_charger.c
6926
6927 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6928 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6929 L:      linux-kernel@vger.kernel.org
6930 S:      Supported
6931 F:      drivers/*/*max77802*.c
6932 F:      Documentation/devicetree/bindings/*/*max77802.txt
6933 F:      include/dt-bindings/*/*max77802.h
6934
6935 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6936 M:      Chanwoo Choi <cw00.choi@samsung.com>
6937 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6938 L:      linux-kernel@vger.kernel.org
6939 S:      Supported
6940 F:      drivers/*/max14577.c
6941 F:      drivers/*/max77686*.c
6942 F:      drivers/*/max77693.c
6943 F:      drivers/extcon/extcon-max14577.c
6944 F:      drivers/extcon/extcon-max77693.c
6945 F:      drivers/rtc/rtc-max77686.c
6946 F:      drivers/clk/clk-max77686.c
6947 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6948 F:      Documentation/devicetree/bindings/*/max77686.txt
6949 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6950 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6951 F:      include/linux/mfd/max14577*.h
6952 F:      include/linux/mfd/max77686*.h
6953 F:      include/linux/mfd/max77693*.h
6954
6955 MAXIRADIO FM RADIO RECEIVER DRIVER
6956 M:      Hans Verkuil <hverkuil@xs4all.nl>
6957 L:      linux-media@vger.kernel.org
6958 T:      git git://linuxtv.org/media_tree.git
6959 W:      https://linuxtv.org
6960 S:      Maintained
6961 F:      drivers/media/radio/radio-maxiradio*
6962
6963 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6964 M:      Peter Rosin <peda@axentia.se>
6965 L:      linux-iio@vger.kernel.org
6966 S:      Maintained
6967 F:      drivers/iio/potentiometer/mcp4531.c
6968
6969 MEDIA DRIVERS FOR RENESAS - VSP1
6970 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6971 L:      linux-media@vger.kernel.org
6972 L:      linux-renesas-soc@vger.kernel.org
6973 T:      git git://linuxtv.org/media_tree.git
6974 S:      Supported
6975 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6976 F:      drivers/media/platform/vsp1/
6977
6978 MEDIA DRIVERS FOR ASCOT2E
6979 M:      Sergey Kozlov <serjk@netup.ru>
6980 L:      linux-media@vger.kernel.org
6981 W:      https://linuxtv.org
6982 W:      http://netup.tv/
6983 T:      git git://linuxtv.org/media_tree.git
6984 S:      Supported
6985 F:      drivers/media/dvb-frontends/ascot2e*
6986
6987 MEDIA DRIVERS FOR CXD2841ER
6988 M:      Sergey Kozlov <serjk@netup.ru>
6989 L:      linux-media@vger.kernel.org
6990 W:      https://linuxtv.org
6991 W:      http://netup.tv/
6992 T:      git git://linuxtv.org/media_tree.git
6993 S:      Supported
6994 F:      drivers/media/dvb-frontends/cxd2841er*
6995
6996 MEDIA DRIVERS FOR HORUS3A
6997 M:      Sergey Kozlov <serjk@netup.ru>
6998 L:      linux-media@vger.kernel.org
6999 W:      https://linuxtv.org
7000 W:      http://netup.tv/
7001 T:      git git://linuxtv.org/media_tree.git
7002 S:      Supported
7003 F:      drivers/media/dvb-frontends/horus3a*
7004
7005 MEDIA DRIVERS FOR LNBH25
7006 M:      Sergey Kozlov <serjk@netup.ru>
7007 L:      linux-media@vger.kernel.org
7008 W:      https://linuxtv.org
7009 W:      http://netup.tv/
7010 T:      git git://linuxtv.org/media_tree.git
7011 S:      Supported
7012 F:      drivers/media/dvb-frontends/lnbh25*
7013
7014 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7015 M:      Sergey Kozlov <serjk@netup.ru>
7016 L:      linux-media@vger.kernel.org
7017 W:      https://linuxtv.org
7018 W:      http://netup.tv/
7019 T:      git git://linuxtv.org/media_tree.git
7020 S:      Supported
7021 F:      drivers/media/pci/netup_unidvb/*
7022
7023 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7024 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7025 P:      LinuxTV.org Project
7026 L:      linux-media@vger.kernel.org
7027 W:      https://linuxtv.org
7028 Q:      http://patchwork.kernel.org/project/linux-media/list/
7029 T:      git git://linuxtv.org/media_tree.git
7030 S:      Maintained
7031 F:      Documentation/dvb/
7032 F:      Documentation/video4linux/
7033 F:      Documentation/DocBook/media/
7034 F:      drivers/media/
7035 F:      drivers/staging/media/
7036 F:      include/linux/platform_data/media/
7037 F:      include/media/
7038 F:      include/uapi/linux/dvb/
7039 F:      include/uapi/linux/videodev2.h
7040 F:      include/uapi/linux/media.h
7041 F:      include/uapi/linux/v4l2-*
7042 F:      include/uapi/linux/meye.h
7043 F:      include/uapi/linux/ivtv*
7044 F:      include/uapi/linux/uvcvideo.h
7045
7046 MEDIATEK MT7601U WIRELESS LAN DRIVER
7047 M:      Jakub Kicinski <kubakici@wp.pl>
7048 L:      linux-wireless@vger.kernel.org
7049 S:      Maintained
7050 F:      drivers/net/wireless/mediatek/mt7601u/
7051
7052 MEGARAID SCSI/SAS DRIVERS
7053 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7054 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7055 M:      Uday Lingala <uday.lingala@avagotech.com>
7056 L:      megaraidlinux.pdl@avagotech.com
7057 L:      linux-scsi@vger.kernel.org
7058 W:      http://www.lsi.com
7059 S:      Maintained
7060 F:      Documentation/scsi/megaraid.txt
7061 F:      drivers/scsi/megaraid.*
7062 F:      drivers/scsi/megaraid/
7063
7064 MELLANOX ETHERNET DRIVER (mlx4_en)
7065 M:      Eugenia Emantayev <eugenia@mellanox.com>
7066 L:      netdev@vger.kernel.org
7067 S:      Supported
7068 W:      http://www.mellanox.com
7069 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7070 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7071
7072 MELLANOX ETHERNET DRIVER (mlx5e)
7073 M:      Saeed Mahameed <saeedm@mellanox.com>
7074 L:      netdev@vger.kernel.org
7075 S:      Supported
7076 W:      http://www.mellanox.com
7077 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7078 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7079
7080 MELLANOX ETHERNET SWITCH DRIVERS
7081 M:      Jiri Pirko <jiri@mellanox.com>
7082 M:      Ido Schimmel <idosch@mellanox.com>
7083 L:      netdev@vger.kernel.org
7084 S:      Supported
7085 W:      http://www.mellanox.com
7086 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7087 F:      drivers/net/ethernet/mellanox/mlxsw/
7088
7089 MEMBARRIER SUPPORT
7090 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7091 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7092 L:      linux-kernel@vger.kernel.org
7093 S:      Supported
7094 F:      kernel/membarrier.c
7095 F:      include/uapi/linux/membarrier.h
7096
7097 MEMORY MANAGEMENT
7098 L:      linux-mm@kvack.org
7099 W:      http://www.linux-mm.org
7100 S:      Maintained
7101 F:      include/linux/mm.h
7102 F:      include/linux/gfp.h
7103 F:      include/linux/mmzone.h
7104 F:      include/linux/memory_hotplug.h
7105 F:      include/linux/vmalloc.h
7106 F:      mm/
7107
7108 MEMORY TECHNOLOGY DEVICES (MTD)
7109 M:      David Woodhouse <dwmw2@infradead.org>
7110 M:      Brian Norris <computersforpeace@gmail.com>
7111 L:      linux-mtd@lists.infradead.org
7112 W:      http://www.linux-mtd.infradead.org/
7113 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7114 T:      git git://git.infradead.org/linux-mtd.git
7115 T:      git git://git.infradead.org/l2-mtd.git
7116 S:      Maintained
7117 F:      drivers/mtd/
7118 F:      include/linux/mtd/
7119 F:      include/uapi/mtd/
7120
7121 MEN A21 WATCHDOG DRIVER
7122 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7123 L:      linux-watchdog@vger.kernel.org
7124 S:      Maintained
7125 F:      drivers/watchdog/mena21_wdt.c
7126
7127 MEN CHAMELEON BUS (mcb)
7128 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7129 S:      Maintained
7130 F:      drivers/mcb/
7131 F:      include/linux/mcb.h
7132 F:      Documentation/men-chameleon-bus.txt
7133
7134 MEN F21BMC (Board Management Controller)
7135 M:      Andreas Werner <andreas.werner@men.de>
7136 S:      Supported
7137 F:      drivers/mfd/menf21bmc.c
7138 F:      drivers/watchdog/menf21bmc_wdt.c
7139 F:      drivers/leds/leds-menf21bmc.c
7140 F:      drivers/hwmon/menf21bmc_hwmon.c
7141 F:      Documentation/hwmon/menf21bmc
7142
7143 METAG ARCHITECTURE
7144 M:      James Hogan <james.hogan@imgtec.com>
7145 L:      linux-metag@vger.kernel.org
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7147 S:      Odd Fixes
7148 F:      arch/metag/
7149 F:      Documentation/metag/
7150 F:      Documentation/devicetree/bindings/metag/
7151 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7152 F:      drivers/clocksource/metag_generic.c
7153 F:      drivers/irqchip/irq-metag.c
7154 F:      drivers/irqchip/irq-metag-ext.c
7155 F:      drivers/tty/metag_da.c
7156
7157 MICROBLAZE ARCHITECTURE
7158 M:      Michal Simek <monstr@monstr.eu>
7159 W:      http://www.monstr.eu/fdt/
7160 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7161 S:      Supported
7162 F:      arch/microblaze/
7163
7164 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7165 M:      Chen Yu <yu.c.chen@intel.com>
7166 L:      platform-driver-x86@vger.kernel.org
7167 S:      Supported
7168 F:      drivers/platform/x86/surfacepro3_button.c
7169
7170 MICROTEK X6 SCANNER
7171 M:      Oliver Neukum <oliver@neukum.org>
7172 S:      Maintained
7173 F:      drivers/usb/image/microtek.*
7174
7175 MIPS
7176 M:      Ralf Baechle <ralf@linux-mips.org>
7177 L:      linux-mips@linux-mips.org
7178 W:      http://www.linux-mips.org/
7179 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7180 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7181 S:      Supported
7182 F:      Documentation/mips/
7183 F:      arch/mips/
7184
7185 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7186 M:      Hans Verkuil <hverkuil@xs4all.nl>
7187 L:      linux-media@vger.kernel.org
7188 T:      git git://linuxtv.org/media_tree.git
7189 W:      https://linuxtv.org
7190 S:      Odd Fixes
7191 F:      drivers/media/radio/radio-miropcm20*
7192
7193 MELLANOX MLX4 core VPI driver
7194 M:      Yishai Hadas <yishaih@mellanox.com>
7195 L:      netdev@vger.kernel.org
7196 L:      linux-rdma@vger.kernel.org
7197 W:      http://www.mellanox.com
7198 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7199 S:      Supported
7200 F:      drivers/net/ethernet/mellanox/mlx4/
7201 F:      include/linux/mlx4/
7202
7203 MELLANOX MLX4 IB driver
7204 M:      Yishai Hadas <yishaih@mellanox.com>
7205 L:      linux-rdma@vger.kernel.org
7206 W:      http://www.mellanox.com
7207 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7208 S:      Supported
7209 F:      drivers/infiniband/hw/mlx4/
7210 F:      include/linux/mlx4/
7211
7212 MELLANOX MLX5 core VPI driver
7213 M:      Matan Barak <matanb@mellanox.com>
7214 M:      Leon Romanovsky <leonro@mellanox.com>
7215 L:      netdev@vger.kernel.org
7216 L:      linux-rdma@vger.kernel.org
7217 W:      http://www.mellanox.com
7218 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7219 S:      Supported
7220 F:      drivers/net/ethernet/mellanox/mlx5/core/
7221 F:      include/linux/mlx5/
7222
7223 MELLANOX MLX5 IB driver
7224 M:      Matan Barak <matanb@mellanox.com>
7225 M:      Leon Romanovsky <leonro@mellanox.com>
7226 L:      linux-rdma@vger.kernel.org
7227 W:      http://www.mellanox.com
7228 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7229 S:      Supported
7230 F:      drivers/infiniband/hw/mlx5/
7231 F:      include/linux/mlx5/
7232
7233 MELEXIS MLX90614 DRIVER
7234 M:      Crt Mori <cmo@melexis.com>
7235 L:      linux-iio@vger.kernel.org
7236 W:      http://www.melexis.com
7237 S:      Supported
7238 F:      drivers/iio/temperature/mlx90614.c
7239
7240 MN88472 MEDIA DRIVER
7241 M:      Antti Palosaari <crope@iki.fi>
7242 L:      linux-media@vger.kernel.org
7243 W:      https://linuxtv.org
7244 W:      http://palosaari.fi/linux/
7245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7246 T:      git git://linuxtv.org/anttip/media_tree.git
7247 S:      Maintained
7248 F:      drivers/staging/media/mn88472/
7249 F:      drivers/media/dvb-frontends/mn88472.h
7250
7251 MN88473 MEDIA DRIVER
7252 M:      Antti Palosaari <crope@iki.fi>
7253 L:      linux-media@vger.kernel.org
7254 W:      https://linuxtv.org
7255 W:      http://palosaari.fi/linux/
7256 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7257 S:      Maintained
7258 F:      drivers/media/dvb-frontends/mn88473*
7259
7260 MODULE SUPPORT
7261 M:      Rusty Russell <rusty@rustcorp.com.au>
7262 S:      Maintained
7263 F:      include/linux/module.h
7264 F:      kernel/module.c
7265
7266 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7267 W:      http://popies.net/meye/
7268 S:      Orphan
7269 F:      Documentation/video4linux/meye.txt
7270 F:      drivers/media/pci/meye/
7271 F:      include/uapi/linux/meye.h
7272
7273 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7274 M:      Jiri Slaby <jirislaby@gmail.com>
7275 S:      Maintained
7276 F:      Documentation/serial/moxa-smartio
7277 F:      drivers/tty/mxser.*
7278
7279 MR800 AVERMEDIA USB FM RADIO DRIVER
7280 M:      Alexey Klimov <klimov.linux@gmail.com>
7281 L:      linux-media@vger.kernel.org
7282 T:      git git://linuxtv.org/media_tree.git
7283 S:      Maintained
7284 F:      drivers/media/radio/radio-mr800.c
7285
7286 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7287 M:      Alan Ott <alan@signal11.us>
7288 L:      linux-wpan@vger.kernel.org
7289 S:      Maintained
7290 F:      drivers/net/ieee802154/mrf24j40.c
7291 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7292
7293 MSI LAPTOP SUPPORT
7294 M:      "Lee, Chun-Yi" <jlee@suse.com>
7295 L:      platform-driver-x86@vger.kernel.org
7296 S:      Maintained
7297 F:      drivers/platform/x86/msi-laptop.c
7298
7299 MSI WMI SUPPORT
7300 L:      platform-driver-x86@vger.kernel.org
7301 S:      Orphan
7302 F:      drivers/platform/x86/msi-wmi.c
7303
7304 MSI001 MEDIA DRIVER
7305 M:      Antti Palosaari <crope@iki.fi>
7306 L:      linux-media@vger.kernel.org
7307 W:      https://linuxtv.org
7308 W:      http://palosaari.fi/linux/
7309 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7310 T:      git git://linuxtv.org/anttip/media_tree.git
7311 S:      Maintained
7312 F:      drivers/media/tuners/msi001*
7313
7314 MSI2500 MEDIA DRIVER
7315 M:      Antti Palosaari <crope@iki.fi>
7316 L:      linux-media@vger.kernel.org
7317 W:      https://linuxtv.org
7318 W:      http://palosaari.fi/linux/
7319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7320 T:      git git://linuxtv.org/anttip/media_tree.git
7321 S:      Maintained
7322 F:      drivers/media/usb/msi2500/
7323
7324 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7325 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7326 L:      linux-mtd@lists.infradead.org
7327 S:      Maintained
7328 F:      drivers/mtd/devices/docg3*
7329
7330 MT9M032 APTINA SENSOR DRIVER
7331 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7332 L:      linux-media@vger.kernel.org
7333 T:      git git://linuxtv.org/media_tree.git
7334 S:      Maintained
7335 F:      drivers/media/i2c/mt9m032.c
7336 F:      include/media/i2c/mt9m032.h
7337
7338 MT9P031 APTINA CAMERA SENSOR
7339 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7340 L:      linux-media@vger.kernel.org
7341 T:      git git://linuxtv.org/media_tree.git
7342 S:      Maintained
7343 F:      drivers/media/i2c/mt9p031.c
7344 F:      include/media/i2c/mt9p031.h
7345
7346 MT9T001 APTINA CAMERA SENSOR
7347 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7348 L:      linux-media@vger.kernel.org
7349 T:      git git://linuxtv.org/media_tree.git
7350 S:      Maintained
7351 F:      drivers/media/i2c/mt9t001.c
7352 F:      include/media/i2c/mt9t001.h
7353
7354 MT9V032 APTINA CAMERA SENSOR
7355 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7356 L:      linux-media@vger.kernel.org
7357 T:      git git://linuxtv.org/media_tree.git
7358 S:      Maintained
7359 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7360 F:      drivers/media/i2c/mt9v032.c
7361 F:      include/media/i2c/mt9v032.h
7362
7363 MULTIFUNCTION DEVICES (MFD)
7364 M:      Lee Jones <lee.jones@linaro.org>
7365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7366 S:      Supported
7367 F:      drivers/mfd/
7368 F:      include/linux/mfd/
7369
7370 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7371 M:      Ulf Hansson <ulf.hansson@linaro.org>
7372 L:      linux-mmc@vger.kernel.org
7373 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7374 S:      Maintained
7375 F:      drivers/mmc/
7376 F:      include/linux/mmc/
7377 F:      include/uapi/linux/mmc/
7378
7379 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7380 S:      Orphan
7381 F:      drivers/mmc/host/mmc_spi.c
7382 F:      include/linux/spi/mmc_spi.h
7383
7384 MULTISOUND SOUND DRIVER
7385 M:      Andrew Veliath <andrewtv@usa.net>
7386 S:      Maintained
7387 F:      Documentation/sound/oss/MultiSound
7388 F:      sound/oss/msnd*
7389
7390 MULTITECH MULTIPORT CARD (ISICOM)
7391 S:      Orphan
7392 F:      drivers/tty/isicom.c
7393 F:      include/linux/isicom.h
7394
7395 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7396 M:      Bin Liu <b-liu@ti.com>
7397 L:      linux-usb@vger.kernel.org
7398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7399 S:      Maintained
7400 F:      drivers/usb/musb/
7401
7402 MXL5007T MEDIA DRIVER
7403 M:      Michael Krufky <mkrufky@linuxtv.org>
7404 L:      linux-media@vger.kernel.org
7405 W:      https://linuxtv.org
7406 W:      http://github.com/mkrufky
7407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7408 T:      git git://linuxtv.org/mkrufky/tuners.git
7409 S:      Maintained
7410 F:      drivers/media/tuners/mxl5007t.*
7411
7412 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7413 M:      Hyong-Youb Kim <hykim@myri.com>
7414 L:      netdev@vger.kernel.org
7415 W:      https://www.myricom.com/support/downloads/myri10ge.html
7416 S:      Supported
7417 F:      drivers/net/ethernet/myricom/myri10ge/
7418
7419 NAND FLASH SUBSYSTEM
7420 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
7421 R:      Richard Weinberger <richard@nod.at>
7422 L:      linux-mtd@lists.infradead.org
7423 W:      http://www.linux-mtd.infradead.org/
7424 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7425 T:      git git://github.com/linux-nand/linux.git
7426 S:      Maintained
7427 F:      drivers/mtd/nand/
7428 F:      include/linux/mtd/nand*.h
7429
7430 NATSEMI ETHERNET DRIVER (DP8381x)
7431 S:      Orphan
7432 F:      drivers/net/ethernet/natsemi/natsemi.c
7433
7434 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7435 M:      Daniel Mack <zonque@gmail.com>
7436 S:      Maintained
7437 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7438 W:      http://www.native-instruments.com
7439 F:      sound/usb/caiaq/
7440
7441 NCP FILESYSTEM
7442 M:      Petr Vandrovec <petr@vandrovec.name>
7443 S:      Odd Fixes
7444 F:      fs/ncpfs/
7445
7446 NCR 5380 SCSI DRIVERS
7447 M:      Finn Thain <fthain@telegraphics.com.au>
7448 M:      Michael Schmitz <schmitzmic@gmail.com>
7449 L:      linux-scsi@vger.kernel.org
7450 S:      Maintained
7451 F:      Documentation/scsi/g_NCR5380.txt
7452 F:      drivers/scsi/NCR5380.*
7453 F:      drivers/scsi/arm/cumana_1.c
7454 F:      drivers/scsi/arm/oak.c
7455 F:      drivers/scsi/atari_NCR5380.c
7456 F:      drivers/scsi/atari_scsi.*
7457 F:      drivers/scsi/dmx3191d.c
7458 F:      drivers/scsi/dtc.*
7459 F:      drivers/scsi/g_NCR5380.*
7460 F:      drivers/scsi/g_NCR5380_mmio.c
7461 F:      drivers/scsi/mac_scsi.*
7462 F:      drivers/scsi/pas16.*
7463 F:      drivers/scsi/sun3_scsi.*
7464 F:      drivers/scsi/sun3_scsi_vme.c
7465 F:      drivers/scsi/t128.*
7466
7467 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7468 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7469 L:      linux-scsi@vger.kernel.org
7470 S:      Maintained
7471 F:      drivers/scsi/NCR_D700.*
7472
7473 NCT6775 HARDWARE MONITOR DRIVER
7474 M:      Guenter Roeck <linux@roeck-us.net>
7475 L:      lm-sensors@lm-sensors.org
7476 S:      Maintained
7477 F:      Documentation/hwmon/nct6775
7478 F:      drivers/hwmon/nct6775.c
7479
7480 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7481 M:      Faisal Latif <faisal.latif@intel.com>
7482 L:      linux-rdma@vger.kernel.org
7483 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7484 S:      Supported
7485 F:      drivers/infiniband/hw/nes/
7486
7487 NETEM NETWORK EMULATOR
7488 M:      Stephen Hemminger <stephen@networkplumber.org>
7489 L:      netem@lists.linux-foundation.org
7490 S:      Maintained
7491 F:      net/sched/sch_netem.c
7492
7493 NETERION 10GbE DRIVERS (s2io/vxge)
7494 M:      Jon Mason <jdmason@kudzu.us>
7495 L:      netdev@vger.kernel.org
7496 S:      Supported
7497 F:      Documentation/networking/s2io.txt
7498 F:      Documentation/networking/vxge.txt
7499 F:      drivers/net/ethernet/neterion/
7500
7501 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7502 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7503 M:      Patrick McHardy <kaber@trash.net>
7504 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7505 L:      netfilter-devel@vger.kernel.org
7506 L:      coreteam@netfilter.org
7507 W:      http://www.netfilter.org/
7508 W:      http://www.iptables.org/
7509 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7512 S:      Supported
7513 F:      include/linux/netfilter*
7514 F:      include/linux/netfilter/
7515 F:      include/net/netfilter/
7516 F:      include/uapi/linux/netfilter*
7517 F:      include/uapi/linux/netfilter/
7518 F:      net/*/netfilter.c
7519 F:      net/*/netfilter/
7520 F:      net/netfilter/
7521 F:      net/bridge/br_netfilter*.c
7522
7523 NETLABEL
7524 M:      Paul Moore <paul@paul-moore.com>
7525 W:      http://netlabel.sf.net
7526 L:      netdev@vger.kernel.org
7527 S:      Maintained
7528 F:      Documentation/netlabel/
7529 F:      include/net/netlabel.h
7530 F:      net/netlabel/
7531
7532 NETROM NETWORK LAYER
7533 M:      Ralf Baechle <ralf@linux-mips.org>
7534 L:      linux-hams@vger.kernel.org
7535 W:      http://www.linux-ax25.org/
7536 S:      Maintained
7537 F:      include/net/netrom.h
7538 F:      include/uapi/linux/netrom.h
7539 F:      net/netrom/
7540
7541 NETRONOME ETHERNET DRIVERS
7542 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7543 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7544 L:      oss-drivers@netronome.com
7545 S:      Maintained
7546 F:      drivers/net/ethernet/netronome/
7547
7548 NETWORK BLOCK DEVICE (NBD)
7549 M:      Markus Pargmann <mpa@pengutronix.de>
7550 S:      Maintained
7551 L:      nbd-general@lists.sourceforge.net
7552 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7553 F:      Documentation/blockdev/nbd.txt
7554 F:      drivers/block/nbd.c
7555 F:      include/uapi/linux/nbd.h
7556
7557 NETWORK DROP MONITOR
7558 M:      Neil Horman <nhorman@tuxdriver.com>
7559 L:      netdev@vger.kernel.org
7560 S:      Maintained
7561 W:      https://fedorahosted.org/dropwatch/
7562 F:      net/core/drop_monitor.c
7563
7564 NETWORKING [GENERAL]
7565 M:      "David S. Miller" <davem@davemloft.net>
7566 L:      netdev@vger.kernel.org
7567 W:      http://www.linuxfoundation.org/en/Net
7568 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7571 S:      Maintained
7572 F:      net/
7573 F:      include/net/
7574 F:      include/linux/in.h
7575 F:      include/linux/net.h
7576 F:      include/linux/netdevice.h
7577 F:      include/uapi/linux/in.h
7578 F:      include/uapi/linux/net.h
7579 F:      include/uapi/linux/netdevice.h
7580 F:      include/uapi/linux/net_namespace.h
7581 F:      tools/net/
7582 F:      tools/testing/selftests/net/
7583 F:      lib/random32.c
7584 F:      lib/test_bpf.c
7585
7586 NETWORKING [IPv4/IPv6]
7587 M:      "David S. Miller" <davem@davemloft.net>
7588 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7589 M:      James Morris <jmorris@namei.org>
7590 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7591 M:      Patrick McHardy <kaber@trash.net>
7592 L:      netdev@vger.kernel.org
7593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7594 S:      Maintained
7595 F:      net/ipv4/
7596 F:      net/ipv6/
7597 F:      include/net/ip*
7598 F:      arch/x86/net/*
7599
7600 NETWORKING [IPSEC]
7601 M:      Steffen Klassert <steffen.klassert@secunet.com>
7602 M:      Herbert Xu <herbert@gondor.apana.org.au>
7603 M:      "David S. Miller" <davem@davemloft.net>
7604 L:      netdev@vger.kernel.org
7605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7607 S:      Maintained
7608 F:      net/core/flow.c
7609 F:      net/xfrm/
7610 F:      net/key/
7611 F:      net/ipv4/xfrm*
7612 F:      net/ipv4/esp4.c
7613 F:      net/ipv4/ah4.c
7614 F:      net/ipv4/ipcomp.c
7615 F:      net/ipv4/ip_vti.c
7616 F:      net/ipv6/xfrm*
7617 F:      net/ipv6/esp6.c
7618 F:      net/ipv6/ah6.c
7619 F:      net/ipv6/ipcomp6.c
7620 F:      net/ipv6/ip6_vti.c
7621 F:      include/uapi/linux/xfrm.h
7622 F:      include/net/xfrm.h
7623
7624 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7625 M:      Paul Moore <paul@paul-moore.com>
7626 L:      netdev@vger.kernel.org
7627 S:      Maintained
7628
7629 NETWORKING [WIRELESS]
7630 L:      linux-wireless@vger.kernel.org
7631 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7632
7633 NETWORKING DRIVERS
7634 L:      netdev@vger.kernel.org
7635 W:      http://www.linuxfoundation.org/en/Net
7636 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7639 S:      Odd Fixes
7640 F:      drivers/net/
7641 F:      include/linux/if_*
7642 F:      include/linux/netdevice.h
7643 F:      include/linux/etherdevice.h
7644 F:      include/linux/fcdevice.h
7645 F:      include/linux/fddidevice.h
7646 F:      include/linux/hippidevice.h
7647 F:      include/linux/inetdevice.h
7648 F:      include/uapi/linux/if_*
7649 F:      include/uapi/linux/netdevice.h
7650
7651 NETWORKING DRIVERS (WIRELESS)
7652 M:      Kalle Valo <kvalo@codeaurora.org>
7653 L:      linux-wireless@vger.kernel.org
7654 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7657 S:      Maintained
7658 F:      drivers/net/wireless/
7659
7660 NETXEN (1/10) GbE SUPPORT
7661 M:      Manish Chopra <manish.chopra@qlogic.com>
7662 M:      Sony Chacko <sony.chacko@qlogic.com>
7663 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7664 L:      netdev@vger.kernel.org
7665 W:      http://www.qlogic.com
7666 S:      Supported
7667 F:      drivers/net/ethernet/qlogic/netxen/
7668
7669 NFC SUBSYSTEM
7670 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7671 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7672 M:      Samuel Ortiz <sameo@linux.intel.com>
7673 L:      linux-wireless@vger.kernel.org
7674 L:      linux-nfc@lists.01.org (subscribers-only)
7675 S:      Supported
7676 F:      net/nfc/
7677 F:      include/net/nfc/
7678 F:      include/uapi/linux/nfc.h
7679 F:      drivers/nfc/
7680 F:      include/linux/platform_data/microread.h
7681 F:      include/linux/platform_data/nfcmrvl.h
7682 F:      include/linux/platform_data/nxp-nci.h
7683 F:      include/linux/platform_data/pn544.h
7684 F:      include/linux/platform_data/st21nfca.h
7685 F:      include/linux/platform_data/st-nci.h
7686 F:      Documentation/devicetree/bindings/net/nfc/
7687
7688 NFS, SUNRPC, AND LOCKD CLIENTS
7689 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7690 M:      Anna Schumaker <anna.schumaker@netapp.com>
7691 L:      linux-nfs@vger.kernel.org
7692 W:      http://client.linux-nfs.org
7693 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7694 S:      Maintained
7695 F:      fs/lockd/
7696 F:      fs/nfs/
7697 F:      fs/nfs_common/
7698 F:      net/sunrpc/
7699 F:      include/linux/lockd/
7700 F:      include/linux/nfs*
7701 F:      include/linux/sunrpc/
7702 F:      include/uapi/linux/nfs*
7703 F:      include/uapi/linux/sunrpc/
7704
7705 NILFS2 FILESYSTEM
7706 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7707 L:      linux-nilfs@vger.kernel.org
7708 W:      http://nilfs.sourceforge.net/
7709 T:      git git://github.com/konis/nilfs2.git
7710 S:      Supported
7711 F:      Documentation/filesystems/nilfs2.txt
7712 F:      fs/nilfs2/
7713 F:      include/linux/nilfs2_fs.h
7714 F:      include/trace/events/nilfs2.h
7715
7716 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7717 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7718 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7719 S:      Maintained
7720 F:      Documentation/scsi/NinjaSCSI.txt
7721 F:      drivers/scsi/pcmcia/nsp_*
7722
7723 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7724 M:      GOTO Masanori <gotom@debian.or.jp>
7725 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7726 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7727 S:      Maintained
7728 F:      Documentation/scsi/NinjaSCSI.txt
7729 F:      drivers/scsi/nsp32*
7730
7731 NIOS2 ARCHITECTURE
7732 M:      Ley Foon Tan <lftan@altera.com>
7733 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7735 S:      Maintained
7736 F:      arch/nios2/
7737
7738 NOKIA N900 POWER SUPPLY DRIVERS
7739 R:      Pali RohĂ¡r <pali.rohar@gmail.com>
7740 F:      include/linux/power/bq2415x_charger.h
7741 F:      include/linux/power/bq27xxx_battery.h
7742 F:      include/linux/power/isp1704_charger.h
7743 F:      drivers/power/bq2415x_charger.c
7744 F:      drivers/power/bq27xxx_battery.c
7745 F:      drivers/power/bq27xxx_battery_i2c.c
7746 F:      drivers/power/isp1704_charger.c
7747 F:      drivers/power/rx51_battery.c
7748
7749 NTB DRIVER CORE
7750 M:      Jon Mason <jdmason@kudzu.us>
7751 M:      Dave Jiang <dave.jiang@intel.com>
7752 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7753 L:      linux-ntb@googlegroups.com
7754 S:      Supported
7755 W:      https://github.com/jonmason/ntb/wiki
7756 T:      git git://github.com/jonmason/ntb.git
7757 F:      drivers/ntb/
7758 F:      drivers/net/ntb_netdev.c
7759 F:      include/linux/ntb.h
7760 F:      include/linux/ntb_transport.h
7761
7762 NTB INTEL DRIVER
7763 M:      Jon Mason <jdmason@kudzu.us>
7764 M:      Dave Jiang <dave.jiang@intel.com>
7765 L:      linux-ntb@googlegroups.com
7766 S:      Supported
7767 W:      https://github.com/jonmason/ntb/wiki
7768 T:      git git://github.com/jonmason/ntb.git
7769 F:      drivers/ntb/hw/intel/
7770
7771 NTB AMD DRIVER
7772 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7773 L:      linux-ntb@googlegroups.com
7774 S:      Supported
7775 F:      drivers/ntb/hw/amd/
7776
7777 NTFS FILESYSTEM
7778 M:      Anton Altaparmakov <anton@tuxera.com>
7779 L:      linux-ntfs-dev@lists.sourceforge.net
7780 W:      http://www.tuxera.com/
7781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7782 S:      Supported
7783 F:      Documentation/filesystems/ntfs.txt
7784 F:      fs/ntfs/
7785
7786 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7787 M:      Antonino Daplas <adaplas@gmail.com>
7788 L:      linux-fbdev@vger.kernel.org
7789 S:      Maintained
7790 F:      drivers/video/fbdev/riva/
7791 F:      drivers/video/fbdev/nvidia/
7792
7793 NVM EXPRESS DRIVER
7794 M:      Keith Busch <keith.busch@intel.com>
7795 M:      Jens Axboe <axboe@fb.com>
7796 L:      linux-nvme@lists.infradead.org
7797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7798 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7799 S:      Supported
7800 F:      drivers/nvme/host/
7801 F:      include/linux/nvme.h
7802
7803 NVMEM FRAMEWORK
7804 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7805 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7806 S:      Maintained
7807 F:      drivers/nvmem/
7808 F:      Documentation/devicetree/bindings/nvmem/
7809 F:      include/linux/nvmem-consumer.h
7810 F:      include/linux/nvmem-provider.h
7811
7812 NXP-NCI NFC DRIVER
7813 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7814 R:      Charles Gorand <charles.gorand@effinnov.com>
7815 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7816 S:      Supported
7817 F:      drivers/nfc/nxp-nci
7818
7819 NXP TDA998X DRM DRIVER
7820 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7821 S:      Supported
7822 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7823 F:      include/drm/i2c/tda998x.h
7824
7825 NXP TFA9879 DRIVER
7826 M:      Peter Rosin <peda@axentia.se>
7827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7828 S:      Maintained
7829 F:      sound/soc/codecs/tfa9879*
7830
7831 OMAP SUPPORT
7832 M:      Tony Lindgren <tony@atomide.com>
7833 L:      linux-omap@vger.kernel.org
7834 W:      http://www.muru.com/linux/omap/
7835 W:      http://linux.omap.com/
7836 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7838 S:      Maintained
7839 F:      arch/arm/*omap*/
7840 F:      arch/arm/configs/omap1_defconfig
7841 F:      arch/arm/configs/omap2plus_defconfig
7842 F:      drivers/i2c/busses/i2c-omap.c
7843 F:      drivers/irqchip/irq-omap-intc.c
7844 F:      drivers/mfd/*omap*.c
7845 F:      drivers/mfd/menelaus.c
7846 F:      drivers/mfd/palmas.c
7847 F:      drivers/mfd/tps65217.c
7848 F:      drivers/mfd/tps65218.c
7849 F:      drivers/mfd/tps65910.c
7850 F:      drivers/mfd/twl-core.[ch]
7851 F:      drivers/mfd/twl4030*.c
7852 F:      drivers/mfd/twl6030*.c
7853 F:      drivers/mfd/twl6040*.c
7854 F:      drivers/regulator/palmas-regulator*.c
7855 F:      drivers/regulator/pbias-regulator.c
7856 F:      drivers/regulator/tps65217-regulator.c
7857 F:      drivers/regulator/tps65218-regulator.c
7858 F:      drivers/regulator/tps65910-regulator.c
7859 F:      drivers/regulator/twl-regulator.c
7860 F:      include/linux/i2c-omap.h
7861
7862 OMAP DEVICE TREE SUPPORT
7863 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7864 M:      Tony Lindgren <tony@atomide.com>
7865 L:      linux-omap@vger.kernel.org
7866 L:      devicetree@vger.kernel.org
7867 S:      Maintained
7868 F:      arch/arm/boot/dts/*omap*
7869 F:      arch/arm/boot/dts/*am3*
7870 F:      arch/arm/boot/dts/*am4*
7871 F:      arch/arm/boot/dts/*am5*
7872 F:      arch/arm/boot/dts/*dra7*
7873
7874 OMAP CLOCK FRAMEWORK SUPPORT
7875 M:      Paul Walmsley <paul@pwsan.com>
7876 L:      linux-omap@vger.kernel.org
7877 S:      Maintained
7878 F:      arch/arm/*omap*/*clock*
7879
7880 OMAP POWER MANAGEMENT SUPPORT
7881 M:      Kevin Hilman <khilman@deeprootsystems.com>
7882 L:      linux-omap@vger.kernel.org
7883 S:      Maintained
7884 F:      arch/arm/*omap*/*pm*
7885 F:      drivers/cpufreq/omap-cpufreq.c
7886
7887 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7888 M:      Rajendra Nayak <rnayak@ti.com>
7889 M:      Paul Walmsley <paul@pwsan.com>
7890 L:      linux-omap@vger.kernel.org
7891 S:      Maintained
7892 F:      arch/arm/mach-omap2/prm*
7893
7894 OMAP AUDIO SUPPORT
7895 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7896 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7897 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7898 L:      linux-omap@vger.kernel.org
7899 S:      Maintained
7900 F:      sound/soc/omap/
7901
7902 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7903 M:      Roger Quadros <rogerq@ti.com>
7904 M:      Tony Lindgren <tony@atomide.com>
7905 L:      linux-omap@vger.kernel.org
7906 S:      Maintained
7907 F:      drivers/memory/omap-gpmc.c
7908 F:      arch/arm/mach-omap2/*gpmc*
7909
7910 OMAP FRAMEBUFFER SUPPORT
7911 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7912 L:      linux-fbdev@vger.kernel.org
7913 L:      linux-omap@vger.kernel.org
7914 S:      Maintained
7915 F:      drivers/video/fbdev/omap/
7916
7917 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7918 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7919 L:      linux-omap@vger.kernel.org
7920 L:      linux-fbdev@vger.kernel.org
7921 S:      Maintained
7922 F:      drivers/video/fbdev/omap2/
7923 F:      Documentation/arm/OMAP/DSS
7924
7925 OMAP HARDWARE SPINLOCK SUPPORT
7926 M:      Ohad Ben-Cohen <ohad@wizery.com>
7927 L:      linux-omap@vger.kernel.org
7928 S:      Maintained
7929 F:      drivers/hwspinlock/omap_hwspinlock.c
7930
7931 OMAP MMC SUPPORT
7932 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7933 L:      linux-omap@vger.kernel.org
7934 S:      Maintained
7935 F:      drivers/mmc/host/omap.c
7936
7937 OMAP HS MMC SUPPORT
7938 L:      linux-mmc@vger.kernel.org
7939 L:      linux-omap@vger.kernel.org
7940 S:      Orphan
7941 F:      drivers/mmc/host/omap_hsmmc.c
7942
7943 OMAP RANDOM NUMBER GENERATOR SUPPORT
7944 M:      Deepak Saxena <dsaxena@plexity.net>
7945 S:      Maintained
7946 F:      drivers/char/hw_random/omap-rng.c
7947
7948 OMAP HWMOD SUPPORT
7949 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7950 M:      Paul Walmsley <paul@pwsan.com>
7951 L:      linux-omap@vger.kernel.org
7952 S:      Maintained
7953 F:      arch/arm/mach-omap2/omap_hwmod.*
7954
7955 OMAP HWMOD DATA
7956 M:      Paul Walmsley <paul@pwsan.com>
7957 L:      linux-omap@vger.kernel.org
7958 S:      Maintained
7959 F:      arch/arm/mach-omap2/omap_hwmod*data*
7960
7961 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7962 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7963 L:      linux-omap@vger.kernel.org
7964 S:      Maintained
7965 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7966
7967 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7968 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7969 L:      linux-media@vger.kernel.org
7970 S:      Maintained
7971 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7972 F:      drivers/media/platform/omap3isp/
7973 F:      drivers/staging/media/omap4iss/
7974
7975 OMAP USB SUPPORT
7976 L:      linux-usb@vger.kernel.org
7977 L:      linux-omap@vger.kernel.org
7978 S:      Orphan
7979 F:      drivers/usb/*/*omap*
7980 F:      arch/arm/*omap*/usb*
7981
7982 OMAP GPIO DRIVER
7983 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7984 M:      Santosh Shilimkar <ssantosh@kernel.org>
7985 M:      Kevin Hilman <khilman@deeprootsystems.com>
7986 L:      linux-omap@vger.kernel.org
7987 S:      Maintained
7988 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7989 F:      drivers/gpio/gpio-omap.c
7990
7991 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7992 M:      Mark Jackson <mpfj@newflow.co.uk>
7993 L:      linux-omap@vger.kernel.org
7994 S:      Maintained
7995 F:      arch/arm/boot/dts/am335x-nano.dts
7996
7997 OMFS FILESYSTEM
7998 M:      Bob Copeland <me@bobcopeland.com>
7999 L:      linux-karma-devel@lists.sourceforge.net
8000 S:      Maintained
8001 F:      Documentation/filesystems/omfs.txt
8002 F:      fs/omfs/
8003
8004 OMNIKEY CARDMAN 4000 DRIVER
8005 M:      Harald Welte <laforge@gnumonks.org>
8006 S:      Maintained
8007 F:      drivers/char/pcmcia/cm4000_cs.c
8008 F:      include/linux/cm4000_cs.h
8009 F:      include/uapi/linux/cm4000_cs.h
8010
8011 OMNIKEY CARDMAN 4040 DRIVER
8012 M:      Harald Welte <laforge@gnumonks.org>
8013 S:      Maintained
8014 F:      drivers/char/pcmcia/cm4040_cs.*
8015
8016 OMNIVISION OV7670 SENSOR DRIVER
8017 M:      Jonathan Corbet <corbet@lwn.net>
8018 L:      linux-media@vger.kernel.org
8019 T:      git git://linuxtv.org/media_tree.git
8020 S:      Maintained
8021 F:      drivers/media/i2c/ov7670.c
8022
8023 ONENAND FLASH DRIVER
8024 M:      Kyungmin Park <kyungmin.park@samsung.com>
8025 L:      linux-mtd@lists.infradead.org
8026 S:      Maintained
8027 F:      drivers/mtd/onenand/
8028 F:      include/linux/mtd/onenand*.h
8029
8030 ONSTREAM SCSI TAPE DRIVER
8031 M:      Willem Riede <osst@riede.org>
8032 L:      osst-users@lists.sourceforge.net
8033 L:      linux-scsi@vger.kernel.org
8034 S:      Maintained
8035 F:      Documentation/scsi/osst.txt
8036 F:      drivers/scsi/osst.*
8037 F:      drivers/scsi/osst_*.h
8038 F:      drivers/scsi/st.h
8039
8040 OPENCORES I2C BUS DRIVER
8041 M:      Peter Korsgaard <jacmet@sunsite.dk>
8042 L:      linux-i2c@vger.kernel.org
8043 S:      Maintained
8044 F:      Documentation/i2c/busses/i2c-ocores
8045 F:      drivers/i2c/busses/i2c-ocores.c
8046
8047 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8048 M:      Rob Herring <robh+dt@kernel.org>
8049 M:      Frank Rowand <frowand.list@gmail.com>
8050 M:      Grant Likely <grant.likely@linaro.org>
8051 L:      devicetree@vger.kernel.org
8052 W:      http://www.devicetree.org/
8053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8054 S:      Maintained
8055 F:      drivers/of/
8056 F:      include/linux/of*.h
8057 F:      scripts/dtc/
8058
8059 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8060 M:      Rob Herring <robh+dt@kernel.org>
8061 M:      Pawel Moll <pawel.moll@arm.com>
8062 M:      Mark Rutland <mark.rutland@arm.com>
8063 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8064 M:      Kumar Gala <galak@codeaurora.org>
8065 L:      devicetree@vger.kernel.org
8066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8067 S:      Maintained
8068 F:      Documentation/devicetree/
8069 F:      arch/*/boot/dts/
8070 F:      include/dt-bindings/
8071
8072 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8073 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8074 L:      devicetree@vger.kernel.org
8075 S:      Maintained
8076 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8077 F:      Documentation/devicetree/overlay-notes.txt
8078 F:      drivers/of/overlay.c
8079 F:      drivers/of/resolver.c
8080
8081 OPENRISC ARCHITECTURE
8082 M:      Jonas Bonn <jonas@southpole.se>
8083 W:      http://openrisc.net
8084 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8085 S:      Maintained
8086 T:      git git://openrisc.net/~jonas/linux
8087 F:      arch/openrisc/
8088
8089 OPENVSWITCH
8090 M:      Pravin Shelar <pshelar@nicira.com>
8091 L:      netdev@vger.kernel.org
8092 L:      dev@openvswitch.org
8093 W:      http://openvswitch.org
8094 S:      Maintained
8095 F:      net/openvswitch/
8096 F:      include/uapi/linux/openvswitch.h
8097
8098 OPERATING PERFORMANCE POINTS (OPP)
8099 M:      Viresh Kumar <vireshk@kernel.org>
8100 M:      Nishanth Menon <nm@ti.com>
8101 M:      Stephen Boyd <sboyd@codeaurora.org>
8102 L:      linux-pm@vger.kernel.org
8103 S:      Maintained
8104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8105 F:      drivers/base/power/opp/
8106 F:      include/linux/pm_opp.h
8107 F:      Documentation/power/opp.txt
8108 F:      Documentation/devicetree/bindings/opp/
8109
8110 OPL4 DRIVER
8111 M:      Clemens Ladisch <clemens@ladisch.de>
8112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8113 T:      git git://git.alsa-project.org/alsa-kernel.git
8114 S:      Maintained
8115 F:      sound/drivers/opl4/
8116
8117 OPROFILE
8118 M:      Robert Richter <rric@kernel.org>
8119 L:      oprofile-list@lists.sf.net
8120 S:      Maintained
8121 F:      arch/*/include/asm/oprofile*.h
8122 F:      arch/*/oprofile/
8123 F:      drivers/oprofile/
8124 F:      include/linux/oprofile.h
8125
8126 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8127 M:      Mark Fasheh <mfasheh@suse.com>
8128 M:      Joel Becker <jlbec@evilplan.org>
8129 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8130 W:      http://ocfs2.wiki.kernel.org
8131 S:      Supported
8132 F:      Documentation/filesystems/ocfs2.txt
8133 F:      Documentation/filesystems/dlmfs.txt
8134 F:      fs/ocfs2/
8135
8136 ORINOCO DRIVER
8137 L:      linux-wireless@vger.kernel.org
8138 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8139 W:      http://www.nongnu.org/orinoco/
8140 S:      Orphan
8141 F:      drivers/net/wireless/intersil/orinoco/
8142
8143 OSD LIBRARY and FILESYSTEM
8144 M:      Boaz Harrosh <ooo@electrozaur.com>
8145 M:      Benny Halevy <bhalevy@primarydata.com>
8146 L:      osd-dev@open-osd.org
8147 W:      http://open-osd.org
8148 T:      git git://git.open-osd.org/open-osd.git
8149 S:      Maintained
8150 F:      drivers/scsi/osd/
8151 F:      include/scsi/osd_*
8152 F:      fs/exofs/
8153
8154 OVERLAY FILESYSTEM
8155 M:      Miklos Szeredi <miklos@szeredi.hu>
8156 L:      linux-unionfs@vger.kernel.org
8157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8158 S:      Supported
8159 F:      fs/overlayfs/
8160 F:      Documentation/filesystems/overlayfs.txt
8161
8162 P54 WIRELESS DRIVER
8163 M:      Christian Lamparter <chunkeey@googlemail.com>
8164 L:      linux-wireless@vger.kernel.org
8165 W:      http://wireless.kernel.org/en/users/Drivers/p54
8166 S:      Maintained
8167 F:      drivers/net/wireless/intersil/p54/
8168
8169 PA SEMI ETHERNET DRIVER
8170 M:      Olof Johansson <olof@lixom.net>
8171 L:      netdev@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/net/ethernet/pasemi/*
8174
8175 PA SEMI SMBUS DRIVER
8176 M:      Olof Johansson <olof@lixom.net>
8177 L:      linux-i2c@vger.kernel.org
8178 S:      Maintained
8179 F:      drivers/i2c/busses/i2c-pasemi.c
8180
8181 PADATA PARALLEL EXECUTION MECHANISM
8182 M:      Steffen Klassert <steffen.klassert@secunet.com>
8183 L:      linux-crypto@vger.kernel.org
8184 S:      Maintained
8185 F:      kernel/padata.c
8186 F:      include/linux/padata.h
8187 F:      Documentation/padata.txt
8188
8189 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8190 M:      Harald Welte <laforge@gnumonks.org>
8191 L:      platform-driver-x86@vger.kernel.org
8192 S:      Maintained
8193 F:      drivers/platform/x86/panasonic-laptop.c
8194
8195 PANASONIC MN10300/AM33/AM34 PORT
8196 M:      David Howells <dhowells@redhat.com>
8197 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8198 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8199 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8200 S:      Maintained
8201 F:      Documentation/mn10300/
8202 F:      arch/mn10300/
8203
8204 PARALLEL PORT SUBSYSTEM
8205 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8206 M:      Sudip Mukherjee <sudip@vectorindia.org>
8207 L:      linux-parport@lists.infradead.org (subscribers-only)
8208 S:      Maintained
8209 F:      drivers/parport/
8210 F:      include/linux/parport*.h
8211 F:      drivers/char/ppdev.c
8212 F:      include/uapi/linux/ppdev.h
8213 F:      Documentation/parport*.txt
8214
8215 PARAVIRT_OPS INTERFACE
8216 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8217 M:      Chris Wright <chrisw@sous-sol.org>
8218 M:      Alok Kataria <akataria@vmware.com>
8219 M:      Rusty Russell <rusty@rustcorp.com.au>
8220 L:      virtualization@lists.linux-foundation.org
8221 S:      Supported
8222 F:      Documentation/virtual/paravirt_ops.txt
8223 F:      arch/*/kernel/paravirt*
8224 F:      arch/*/include/asm/paravirt.h
8225
8226 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8227 M:      Tim Waugh <tim@cyberelk.net>
8228 L:      linux-parport@lists.infradead.org (subscribers-only)
8229 S:      Maintained
8230 F:      Documentation/blockdev/paride.txt
8231 F:      drivers/block/paride/
8232
8233 PARISC ARCHITECTURE
8234 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8235 M:      Helge Deller <deller@gmx.de>
8236 L:      linux-parisc@vger.kernel.org
8237 W:      http://www.parisc-linux.org/
8238 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8241 S:      Maintained
8242 F:      arch/parisc/
8243 F:      Documentation/parisc/
8244 F:      drivers/parisc/
8245 F:      drivers/char/agp/parisc-agp.c
8246 F:      drivers/input/serio/gscps2.c
8247 F:      drivers/parport/parport_gsc.*
8248 F:      drivers/tty/serial/8250/8250_gsc.c
8249 F:      drivers/video/fbdev/sti*
8250 F:      drivers/video/console/sti*
8251 F:      drivers/video/logo/logo_parisc*
8252
8253 PC87360 HARDWARE MONITORING DRIVER
8254 M:      Jim Cromie <jim.cromie@gmail.com>
8255 L:      lm-sensors@lm-sensors.org
8256 S:      Maintained
8257 F:      Documentation/hwmon/pc87360
8258 F:      drivers/hwmon/pc87360.c
8259
8260 PC8736x GPIO DRIVER
8261 M:      Jim Cromie <jim.cromie@gmail.com>
8262 S:      Maintained
8263 F:      drivers/char/pc8736x_gpio.c
8264
8265 PC87427 HARDWARE MONITORING DRIVER
8266 M:      Jean Delvare <jdelvare@suse.com>
8267 L:      lm-sensors@lm-sensors.org
8268 S:      Maintained
8269 F:      Documentation/hwmon/pc87427
8270 F:      drivers/hwmon/pc87427.c
8271
8272 PCA9532 LED DRIVER
8273 M:      Riku Voipio <riku.voipio@iki.fi>
8274 S:      Maintained
8275 F:      drivers/leds/leds-pca9532.c
8276 F:      include/linux/leds-pca9532.h
8277
8278 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8279 M:      Guenter Roeck <linux@roeck-us.net>
8280 L:      linux-i2c@vger.kernel.org
8281 S:      Maintained
8282 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8283
8284 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8285 M:      Khalid Aziz <khalid@gonehiking.org>
8286 S:      Maintained
8287 F:      drivers/firmware/pcdp.*
8288
8289 PCI ERROR RECOVERY
8290 M:      Linas Vepstas <linasvepstas@gmail.com>
8291 L:      linux-pci@vger.kernel.org
8292 S:      Supported
8293 F:      Documentation/PCI/pci-error-recovery.txt
8294
8295 PCI SUBSYSTEM
8296 M:      Bjorn Helgaas <bhelgaas@google.com>
8297 L:      linux-pci@vger.kernel.org
8298 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8300 S:      Supported
8301 F:      Documentation/PCI/
8302 F:      drivers/pci/
8303 F:      include/linux/pci*
8304 F:      arch/x86/pci/
8305 F:      arch/x86/kernel/quirks.c
8306
8307 PCI DRIVER FOR ALTERA PCIE IP
8308 M:      Ley Foon Tan <lftan@altera.com>
8309 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8310 L:      linux-pci@vger.kernel.org
8311 S:      Supported
8312 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8313 F:      drivers/pci/host/pcie-altera.c
8314
8315 PCI DRIVER FOR ARM VERSATILE PLATFORM
8316 M:      Rob Herring <robh@kernel.org>
8317 L:      linux-pci@vger.kernel.org
8318 L:      linux-arm-kernel@lists.infradead.org
8319 S:      Maintained
8320 F:      Documentation/devicetree/bindings/pci/versatile.txt
8321 F:      drivers/pci/host/pci-versatile.c
8322
8323 PCI DRIVER FOR APPLIEDMICRO XGENE
8324 M:      Tanmay Inamdar <tinamdar@apm.com>
8325 L:      linux-pci@vger.kernel.org
8326 L:      linux-arm-kernel@lists.infradead.org
8327 S:      Maintained
8328 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8329 F:      drivers/pci/host/pci-xgene.c
8330
8331 PCI DRIVER FOR FREESCALE LAYERSCAPE
8332 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8333 M:      Mingkai Hu <mingkai.hu@freescale.com>
8334 M:      Roy Zang <tie-fei.zang@freescale.com>
8335 L:      linuxppc-dev@lists.ozlabs.org
8336 L:      linux-pci@vger.kernel.org
8337 L:      linux-arm-kernel@lists.infradead.org
8338 S:      Maintained
8339 F:      drivers/pci/host/*layerscape*
8340
8341 PCI DRIVER FOR IMX6
8342 M:      Richard Zhu <Richard.Zhu@freescale.com>
8343 M:      Lucas Stach <l.stach@pengutronix.de>
8344 L:      linux-pci@vger.kernel.org
8345 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8346 S:      Maintained
8347 F:      drivers/pci/host/*imx6*
8348
8349 PCI DRIVER FOR TI KEYSTONE
8350 M:      Murali Karicheri <m-karicheri2@ti.com>
8351 L:      linux-pci@vger.kernel.org
8352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8353 S:      Maintained
8354 F:      drivers/pci/host/*keystone*
8355
8356 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8357 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8358 M:      Jason Cooper <jason@lakedaemon.net>
8359 L:      linux-pci@vger.kernel.org
8360 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8361 S:      Maintained
8362 F:      drivers/pci/host/*mvebu*
8363
8364 PCI DRIVER FOR NVIDIA TEGRA
8365 M:      Thierry Reding <thierry.reding@gmail.com>
8366 L:      linux-tegra@vger.kernel.org
8367 L:      linux-pci@vger.kernel.org
8368 S:      Supported
8369 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8370 F:      drivers/pci/host/pci-tegra.c
8371
8372 PCI DRIVER FOR TI DRA7XX
8373 M:      Kishon Vijay Abraham I <kishon@ti.com>
8374 L:      linux-omap@vger.kernel.org
8375 L:      linux-pci@vger.kernel.org
8376 S:      Supported
8377 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8378 F:      drivers/pci/host/pci-dra7xx.c
8379
8380 PCI DRIVER FOR RENESAS R-CAR
8381 M:      Simon Horman <horms@verge.net.au>
8382 L:      linux-pci@vger.kernel.org
8383 L:      linux-renesas-soc@vger.kernel.org
8384 S:      Maintained
8385 F:      drivers/pci/host/*rcar*
8386
8387 PCI DRIVER FOR SAMSUNG EXYNOS
8388 M:      Jingoo Han <jingoohan1@gmail.com>
8389 L:      linux-pci@vger.kernel.org
8390 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8391 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8392 S:      Maintained
8393 F:      drivers/pci/host/pci-exynos.c
8394
8395 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8396 M:      Jingoo Han <jingoohan1@gmail.com>
8397 M:      Pratyush Anand <pratyush.anand@gmail.com>
8398 L:      linux-pci@vger.kernel.org
8399 S:      Maintained
8400 F:      drivers/pci/host/*designware*
8401
8402 PCI DRIVER FOR SYNOPSYS PROTOTYPING DEVICE
8403 M:      Joao Pinto <jpinto@synopsys.com>
8404 L:      linux-pci@vger.kernel.org
8405 S:      Maintained
8406 F:      Documentation/devicetree/bindings/pci/designware-pcie.txt
8407 F:      drivers/pci/host/pcie-designware-plat.c
8408
8409 PCI DRIVER FOR GENERIC OF HOSTS
8410 M:      Will Deacon <will.deacon@arm.com>
8411 L:      linux-pci@vger.kernel.org
8412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8413 S:      Maintained
8414 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8415 F:      drivers/pci/host/pci-host-common.c
8416 F:      drivers/pci/host/pci-host-generic.c
8417
8418 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8419 M:      Keith Busch <keith.busch@intel.com>
8420 L:      linux-pci@vger.kernel.org
8421 S:      Supported
8422 F:      arch/x86/pci/vmd.c
8423
8424 PCIE DRIVER FOR ST SPEAR13XX
8425 M:      Pratyush Anand <pratyush.anand@gmail.com>
8426 L:      linux-pci@vger.kernel.org
8427 S:      Maintained
8428 F:      drivers/pci/host/*spear*
8429
8430 PCI MSI DRIVER FOR ALTERA MSI IP
8431 M:      Ley Foon Tan <lftan@altera.com>
8432 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8433 L:      linux-pci@vger.kernel.org
8434 S:      Supported
8435 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8436 F:      drivers/pci/host/pcie-altera-msi.c
8437
8438 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8439 M:      Duc Dang <dhdang@apm.com>
8440 L:      linux-pci@vger.kernel.org
8441 L:      linux-arm-kernel@lists.infradead.org
8442 S:      Maintained
8443 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8444 F:      drivers/pci/host/pci-xgene-msi.c
8445
8446 PCIE DRIVER FOR HISILICON
8447 M:      Zhou Wang <wangzhou1@hisilicon.com>
8448 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8449 L:      linux-pci@vger.kernel.org
8450 S:      Maintained
8451 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8452 F:      drivers/pci/host/pcie-hisi.c
8453
8454 PCIE DRIVER FOR QUALCOMM MSM
8455 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8456 L:     linux-pci@vger.kernel.org
8457 L:     linux-arm-msm@vger.kernel.org
8458 S:     Maintained
8459 F:     drivers/pci/host/*qcom*
8460
8461 PCIE DRIVER FOR CAVIUM THUNDERX
8462 M:      David Daney <david.daney@cavium.com>
8463 L:      linux-pci@vger.kernel.org
8464 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8465 S:      Supported
8466 F:      Documentation/devicetree/bindings/pci/pci-thunder-*
8467 F:      drivers/pci/host/pci-thunder-*
8468
8469 PCMCIA SUBSYSTEM
8470 P:      Linux PCMCIA Team
8471 L:      linux-pcmcia@lists.infradead.org
8472 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8474 S:      Maintained
8475 F:      Documentation/pcmcia/
8476 F:      drivers/pcmcia/
8477 F:      include/pcmcia/
8478
8479 PCNET32 NETWORK DRIVER
8480 M:      Don Fry <pcnet32@frontier.com>
8481 L:      netdev@vger.kernel.org
8482 S:      Maintained
8483 F:      drivers/net/ethernet/amd/pcnet32.c
8484
8485 PCRYPT PARALLEL CRYPTO ENGINE
8486 M:      Steffen Klassert <steffen.klassert@secunet.com>
8487 L:      linux-crypto@vger.kernel.org
8488 S:      Maintained
8489 F:      crypto/pcrypt.c
8490 F:      include/crypto/pcrypt.h
8491
8492 PER-CPU MEMORY ALLOCATOR
8493 M:      Tejun Heo <tj@kernel.org>
8494 M:      Christoph Lameter <cl@linux-foundation.org>
8495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8496 S:      Maintained
8497 F:      include/linux/percpu*.h
8498 F:      mm/percpu*.c
8499 F:      arch/*/include/asm/percpu.h
8500
8501 PER-TASK DELAY ACCOUNTING
8502 M:      Balbir Singh <bsingharora@gmail.com>
8503 S:      Maintained
8504 F:      include/linux/delayacct.h
8505 F:      kernel/delayacct.c
8506
8507 PERFORMANCE EVENTS SUBSYSTEM
8508 M:      Peter Zijlstra <peterz@infradead.org>
8509 M:      Ingo Molnar <mingo@redhat.com>
8510 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8511 R:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
8512 L:      linux-kernel@vger.kernel.org
8513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8514 S:      Supported
8515 F:      kernel/events/*
8516 F:      include/linux/perf_event.h
8517 F:      include/uapi/linux/perf_event.h
8518 F:      arch/*/kernel/perf_event*.c
8519 F:      arch/*/kernel/*/perf_event*.c
8520 F:      arch/*/kernel/*/*/perf_event*.c
8521 F:      arch/*/include/asm/perf_event.h
8522 F:      arch/*/kernel/perf_callchain.c
8523 F:      tools/perf/
8524
8525 PERSONALITY HANDLING
8526 M:      Christoph Hellwig <hch@infradead.org>
8527 L:      linux-abi-devel@lists.sourceforge.net
8528 S:      Maintained
8529 F:      include/linux/personality.h
8530 F:      include/uapi/linux/personality.h
8531
8532 PHONET PROTOCOL
8533 M:      Remi Denis-Courmont <courmisch@gmail.com>
8534 S:      Supported
8535 F:      Documentation/networking/phonet.txt
8536 F:      include/linux/phonet.h
8537 F:      include/net/phonet/
8538 F:      include/uapi/linux/phonet.h
8539 F:      net/phonet/
8540
8541 PHRAM MTD DRIVER
8542 M:      Joern Engel <joern@lazybastard.org>
8543 L:      linux-mtd@lists.infradead.org
8544 S:      Maintained
8545 F:      drivers/mtd/devices/phram.c
8546
8547 PICOLCD HID DRIVER
8548 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8549 L:      linux-input@vger.kernel.org
8550 S:      Maintained
8551 F:      drivers/hid/hid-picolcd*
8552
8553 PICOXCELL SUPPORT
8554 M:      Jamie Iles <jamie@jamieiles.com>
8555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8556 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8557 S:      Supported
8558 F:      arch/arm/boot/dts/picoxcell*
8559 F:      arch/arm/mach-picoxcell/
8560 F:      drivers/crypto/picoxcell*
8561
8562 PIN CONTROL SUBSYSTEM
8563 M:      Linus Walleij <linus.walleij@linaro.org>
8564 L:      linux-gpio@vger.kernel.org
8565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8566 S:      Maintained
8567 F:      drivers/pinctrl/
8568 F:      include/linux/pinctrl/
8569
8570 PIN CONTROLLER - ATMEL AT91
8571 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8572 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8573 S:      Maintained
8574 F:      drivers/pinctrl/pinctrl-at91.*
8575
8576 PIN CONTROLLER - ATMEL AT91 PIO4
8577 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8578 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8579 L:      linux-gpio@vger.kernel.org
8580 S:      Supported
8581 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8582
8583 PIN CONTROLLER - INTEL
8584 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8585 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8586 S:      Maintained
8587 F:      drivers/pinctrl/intel/
8588
8589 PIN CONTROLLER - RENESAS
8590 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8591 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8592 L:      linux-renesas-soc@vger.kernel.org
8593 S:      Maintained
8594 F:      drivers/pinctrl/sh-pfc/
8595
8596 PIN CONTROLLER - SAMSUNG
8597 M:      Tomasz Figa <tomasz.figa@gmail.com>
8598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8599 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8600 S:      Maintained
8601 F:      drivers/pinctrl/samsung/
8602
8603 PIN CONTROLLER - SINGLE
8604 M:      Tony Lindgren <tony@atomide.com>
8605 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8607 L:      linux-omap@vger.kernel.org
8608 S:      Maintained
8609 F:      drivers/pinctrl/pinctrl-single.c
8610
8611 PIN CONTROLLER - ST SPEAR
8612 M:      Viresh Kumar <vireshk@kernel.org>
8613 L:      spear-devel@list.st.com
8614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8615 W:      http://www.st.com/spear
8616 S:      Maintained
8617 F:      drivers/pinctrl/spear/
8618
8619 PKTCDVD DRIVER
8620 M:      Jiri Kosina <jikos@kernel.org>
8621 S:      Maintained
8622 F:      drivers/block/pktcdvd.c
8623 F:      include/linux/pktcdvd.h
8624 F:      include/uapi/linux/pktcdvd.h
8625
8626 PKUNITY SOC DRIVERS
8627 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8628 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8629 S:      Maintained
8630 T:      git git://github.com/gxt/linux.git
8631 F:      drivers/input/serio/i8042-unicore32io.h
8632 F:      drivers/i2c/busses/i2c-puv3.c
8633 F:      drivers/video/fbdev/fb-puv3.c
8634 F:      drivers/rtc/rtc-puv3.c
8635
8636 PMBUS HARDWARE MONITORING DRIVERS
8637 M:      Guenter Roeck <linux@roeck-us.net>
8638 L:      lm-sensors@lm-sensors.org
8639 W:      http://www.lm-sensors.org/
8640 W:      http://www.roeck-us.net/linux/drivers/
8641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8642 S:      Maintained
8643 F:      Documentation/hwmon/pmbus
8644 F:      drivers/hwmon/pmbus/
8645 F:      include/linux/i2c/pmbus.h
8646
8647 PMC SIERRA MaxRAID DRIVER
8648 L:      linux-scsi@vger.kernel.org
8649 W:      http://www.pmc-sierra.com/
8650 S:      Orphan
8651 F:      drivers/scsi/pmcraid.*
8652
8653 PMC SIERRA PM8001 DRIVER
8654 M:      Jack Wang <jinpu.wang@profitbricks.com>
8655 M:      lindar_liu@usish.com
8656 L:      pmchba@pmcs.com
8657 L:      linux-scsi@vger.kernel.org
8658 S:      Supported
8659 F:      drivers/scsi/pm8001/
8660
8661 POSIX CLOCKS and TIMERS
8662 M:      Thomas Gleixner <tglx@linutronix.de>
8663 L:      linux-kernel@vger.kernel.org
8664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8665 S:      Maintained
8666 F:      fs/timerfd.c
8667 F:      include/linux/timer*
8668 F:      kernel/time/*timer*
8669
8670 POWER MANAGEMENT CORE
8671 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8672 L:      linux-pm@vger.kernel.org
8673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8674 S:      Supported
8675 F:      drivers/base/power/
8676 F:      include/linux/pm.h
8677 F:      include/linux/pm_*
8678 F:      include/linux/powercap.h
8679 F:      drivers/powercap/
8680
8681 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8682 M:      Sebastian Reichel <sre@kernel.org>
8683 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8684 M:      David Woodhouse <dwmw2@infradead.org>
8685 L:      linux-pm@vger.kernel.org
8686 T:      git git://git.infradead.org/battery-2.6.git
8687 S:      Maintained
8688 F:      include/linux/power_supply.h
8689 F:      drivers/power/
8690 X:      drivers/power/avs/
8691
8692 POWER STATE COORDINATION INTERFACE (PSCI)
8693 M:      Mark Rutland <mark.rutland@arm.com>
8694 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8695 L:      linux-arm-kernel@lists.infradead.org
8696 S:      Maintained
8697 F:      drivers/firmware/psci.c
8698 F:      include/linux/psci.h
8699 F:      include/uapi/linux/psci.h
8700
8701 PNP SUPPORT
8702 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8703 S:      Maintained
8704 F:      drivers/pnp/
8705
8706 PPP PROTOCOL DRIVERS AND COMPRESSORS
8707 M:      Paul Mackerras <paulus@samba.org>
8708 L:      linux-ppp@vger.kernel.org
8709 S:      Maintained
8710 F:      drivers/net/ppp/ppp_*
8711
8712 PPP OVER ATM (RFC 2364)
8713 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8714 S:      Maintained
8715 F:      net/atm/pppoatm.c
8716 F:      include/uapi/linux/atmppp.h
8717
8718 PPP OVER ETHERNET
8719 M:      Michal Ostrowski <mostrows@earthlink.net>
8720 S:      Maintained
8721 F:      drivers/net/ppp/pppoe.c
8722 F:      drivers/net/ppp/pppox.c
8723
8724 PPP OVER L2TP
8725 M:      James Chapman <jchapman@katalix.com>
8726 S:      Maintained
8727 F:      net/l2tp/l2tp_ppp.c
8728 F:      include/linux/if_pppol2tp.h
8729 F:      include/uapi/linux/if_pppol2tp.h
8730
8731 PPS SUPPORT
8732 M:      Rodolfo Giometti <giometti@enneenne.com>
8733 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8734 L:      linuxpps@ml.enneenne.com (subscribers-only)
8735 S:      Maintained
8736 F:      Documentation/pps/
8737 F:      drivers/pps/
8738 F:      include/linux/pps*.h
8739
8740 PPTP DRIVER
8741 M:      Dmitry Kozlov <xeb@mail.ru>
8742 L:      netdev@vger.kernel.org
8743 S:      Maintained
8744 F:      drivers/net/ppp/pptp.c
8745 W:      http://sourceforge.net/projects/accel-pptp
8746
8747 PREEMPTIBLE KERNEL
8748 M:      Robert Love <rml@tech9.net>
8749 L:      kpreempt-tech@lists.sourceforge.net
8750 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8751 S:      Supported
8752 F:      Documentation/preempt-locking.txt
8753 F:      include/linux/preempt.h
8754
8755 PRISM54 WIRELESS DRIVER
8756 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8757 L:      linux-wireless@vger.kernel.org
8758 W:      http://wireless.kernel.org/en/users/Drivers/p54
8759 S:      Obsolete
8760 F:      drivers/net/wireless/intersil/prism54/
8761
8762 PS3 NETWORK SUPPORT
8763 M:      Geoff Levand <geoff@infradead.org>
8764 L:      netdev@vger.kernel.org
8765 L:      linuxppc-dev@lists.ozlabs.org
8766 S:      Maintained
8767 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8768
8769 PS3 PLATFORM SUPPORT
8770 M:      Geoff Levand <geoff@infradead.org>
8771 L:      linuxppc-dev@lists.ozlabs.org
8772 S:      Maintained
8773 F:      arch/powerpc/boot/ps3*
8774 F:      arch/powerpc/include/asm/lv1call.h
8775 F:      arch/powerpc/include/asm/ps3*.h
8776 F:      arch/powerpc/platforms/ps3/
8777 F:      drivers/*/ps3*
8778 F:      drivers/ps3/
8779 F:      drivers/rtc/rtc-ps3.c
8780 F:      drivers/usb/host/*ps3.c
8781 F:      sound/ppc/snd_ps3*
8782
8783 PS3VRAM DRIVER
8784 M:      Jim Paris <jim@jtan.com>
8785 M:      Geoff Levand <geoff@infradead.org>
8786 L:      linuxppc-dev@lists.ozlabs.org
8787 S:      Maintained
8788 F:      drivers/block/ps3vram.c
8789
8790 PSTORE FILESYSTEM
8791 M:      Anton Vorontsov <anton@enomsg.org>
8792 M:      Colin Cross <ccross@android.com>
8793 M:      Kees Cook <keescook@chromium.org>
8794 M:      Tony Luck <tony.luck@intel.com>
8795 S:      Maintained
8796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8797 F:      fs/pstore/
8798 F:      include/linux/pstore*
8799 F:      drivers/firmware/efi/efi-pstore.c
8800 F:      drivers/acpi/apei/erst.c
8801
8802 PTP HARDWARE CLOCK SUPPORT
8803 M:      Richard Cochran <richardcochran@gmail.com>
8804 L:      netdev@vger.kernel.org
8805 S:      Maintained
8806 W:      http://linuxptp.sourceforge.net/
8807 F:      Documentation/ABI/testing/sysfs-ptp
8808 F:      Documentation/ptp/*
8809 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8810 F:      drivers/net/phy/dp83640*
8811 F:      drivers/ptp/*
8812 F:      include/linux/ptp_cl*
8813
8814 PTRACE SUPPORT
8815 M:      Roland McGrath <roland@hack.frob.com>
8816 M:      Oleg Nesterov <oleg@redhat.com>
8817 S:      Maintained
8818 F:      include/asm-generic/syscall.h
8819 F:      include/linux/ptrace.h
8820 F:      include/linux/regset.h
8821 F:      include/linux/tracehook.h
8822 F:      include/uapi/linux/ptrace.h
8823 F:      kernel/ptrace.c
8824
8825 PVRUSB2 VIDEO4LINUX DRIVER
8826 M:      Mike Isely <isely@pobox.com>
8827 L:      pvrusb2@isely.net       (subscribers-only)
8828 L:      linux-media@vger.kernel.org
8829 W:      http://www.isely.net/pvrusb2/
8830 T:      git git://linuxtv.org/media_tree.git
8831 S:      Maintained
8832 F:      Documentation/video4linux/README.pvrusb2
8833 F:      drivers/media/usb/pvrusb2/
8834
8835 PWC WEBCAM DRIVER
8836 M:      Hans de Goede <hdegoede@redhat.com>
8837 L:      linux-media@vger.kernel.org
8838 T:      git git://linuxtv.org/media_tree.git
8839 S:      Maintained
8840 F:      drivers/media/usb/pwc/*
8841
8842 PWM FAN DRIVER
8843 M:      Kamil Debski <k.debski@samsung.com>
8844 L:      lm-sensors@lm-sensors.org
8845 S:      Supported
8846 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8847 F:      Documentation/hwmon/pwm-fan
8848 F:      drivers/hwmon/pwm-fan.c
8849
8850 PWM SUBSYSTEM
8851 M:      Thierry Reding <thierry.reding@gmail.com>
8852 L:      linux-pwm@vger.kernel.org
8853 S:      Maintained
8854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8855 F:      Documentation/pwm.txt
8856 F:      Documentation/devicetree/bindings/pwm/
8857 F:      include/linux/pwm.h
8858 F:      drivers/pwm/
8859 F:      drivers/video/backlight/pwm_bl.c
8860 F:      include/linux/pwm_backlight.h
8861
8862 PXA2xx/PXA3xx SUPPORT
8863 M:      Daniel Mack <daniel@zonque.org>
8864 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8865 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8867 T:      git git://github.com/hzhuang1/linux.git
8868 T:      git git://github.com/rjarzmik/linux.git
8869 S:      Maintained
8870 F:      arch/arm/boot/dts/pxa*
8871 F:      arch/arm/mach-pxa/
8872 F:      drivers/dma/pxa*
8873 F:      drivers/pcmcia/pxa2xx*
8874 F:      drivers/pinctrl/pxa/
8875 F:      drivers/spi/spi-pxa2xx*
8876 F:      drivers/usb/gadget/udc/pxa2*
8877 F:      include/sound/pxa2xx-lib.h
8878 F:      sound/arm/pxa*
8879 F:      sound/soc/pxa/
8880
8881 PXA GPIO DRIVER
8882 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8883 L:      linux-gpio@vger.kernel.org
8884 S:      Maintained
8885 F:      drivers/gpio/gpio-pxa.c
8886
8887 PXA3xx NAND FLASH DRIVER
8888 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8889 L:      linux-mtd@lists.infradead.org
8890 S:      Maintained
8891 F:      drivers/mtd/nand/pxa3xx_nand.c
8892
8893 MMP SUPPORT
8894 M:      Eric Miao <eric.y.miao@gmail.com>
8895 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8897 T:      git git://github.com/hzhuang1/linux.git
8898 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8899 S:      Maintained
8900 F:      arch/arm/boot/dts/mmp*
8901 F:      arch/arm/mach-mmp/
8902
8903 PXA MMCI DRIVER
8904 S:      Orphan
8905
8906 PXA RTC DRIVER
8907 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8908 L:      rtc-linux@googlegroups.com
8909 S:      Maintained
8910
8911 QAT DRIVER
8912 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8913 L:      qat-linux@intel.com
8914 S:      Supported
8915 F:      drivers/crypto/qat/
8916
8917 QIB DRIVER
8918 M:      Mike Marciniszyn <infinipath@intel.com>
8919 L:      linux-rdma@vger.kernel.org
8920 S:      Supported
8921 F:      drivers/infiniband/hw/qib/
8922
8923 QLOGIC QLA1280 SCSI DRIVER
8924 M:      Michael Reed <mdr@sgi.com>
8925 L:      linux-scsi@vger.kernel.org
8926 S:      Maintained
8927 F:      drivers/scsi/qla1280.[ch]
8928
8929 QLOGIC QLA2XXX FC-SCSI DRIVER
8930 M:      qla2xxx-upstream@qlogic.com
8931 L:      linux-scsi@vger.kernel.org
8932 S:      Supported
8933 F:      Documentation/scsi/LICENSE.qla2xxx
8934 F:      drivers/scsi/qla2xxx/
8935
8936 QLOGIC QLA4XXX iSCSI DRIVER
8937 M:      QLogic-Storage-Upstream@qlogic.com
8938 L:      linux-scsi@vger.kernel.org
8939 S:      Supported
8940 F:      Documentation/scsi/LICENSE.qla4xxx
8941 F:      drivers/scsi/qla4xxx/
8942
8943 QLOGIC QLA3XXX NETWORK DRIVER
8944 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8945 M:      Ron Mercer <ron.mercer@qlogic.com>
8946 M:      linux-driver@qlogic.com
8947 L:      netdev@vger.kernel.org
8948 S:      Supported
8949 F:      Documentation/networking/LICENSE.qla3xxx
8950 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8951
8952 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8953 M:      Dept-GELinuxNICDev@qlogic.com
8954 L:      netdev@vger.kernel.org
8955 S:      Supported
8956 F:      drivers/net/ethernet/qlogic/qlcnic/
8957
8958 QLOGIC QLGE 10Gb ETHERNET DRIVER
8959 M:      Harish Patil <harish.patil@qlogic.com>
8960 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8961 M:      Dept-GELinuxNICDev@qlogic.com
8962 M:      linux-driver@qlogic.com
8963 L:      netdev@vger.kernel.org
8964 S:      Supported
8965 F:      drivers/net/ethernet/qlogic/qlge/
8966
8967 QLOGIC QL4xxx ETHERNET DRIVER
8968 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8969 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8970 M:      everest-linux-l2@qlogic.com
8971 L:      netdev@vger.kernel.org
8972 S:      Supported
8973 F:      drivers/net/ethernet/qlogic/qed/
8974 F:      include/linux/qed/
8975 F:      drivers/net/ethernet/qlogic/qede/
8976
8977 QNX4 FILESYSTEM
8978 M:      Anders Larsen <al@alarsen.net>
8979 W:      http://www.alarsen.net/linux/qnx4fs/
8980 S:      Maintained
8981 F:      fs/qnx4/
8982 F:      include/uapi/linux/qnx4_fs.h
8983 F:      include/uapi/linux/qnxtypes.h
8984
8985 QT1010 MEDIA DRIVER
8986 M:      Antti Palosaari <crope@iki.fi>
8987 L:      linux-media@vger.kernel.org
8988 W:      https://linuxtv.org
8989 W:      http://palosaari.fi/linux/
8990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8991 T:      git git://linuxtv.org/anttip/media_tree.git
8992 S:      Maintained
8993 F:      drivers/media/tuners/qt1010*
8994
8995 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8996 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8997 L:      linux-wireless@vger.kernel.org
8998 L:      ath9k-devel@lists.ath9k.org
8999 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
9000 S:      Supported
9001 F:      drivers/net/wireless/ath/ath9k/
9002
9003 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
9004 M:      Kalle Valo <kvalo@qca.qualcomm.com>
9005 L:      ath10k@lists.infradead.org
9006 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
9007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
9008 S:      Supported
9009 F:      drivers/net/wireless/ath/ath10k/
9010
9011 QUALCOMM HEXAGON ARCHITECTURE
9012 M:      Richard Kuo <rkuo@codeaurora.org>
9013 L:      linux-hexagon@vger.kernel.org
9014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
9015 S:      Supported
9016 F:      arch/hexagon/
9017
9018 QUALCOMM WCN36XX WIRELESS DRIVER
9019 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9020 L:      wcn36xx@lists.infradead.org
9021 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9022 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9023 S:      Supported
9024 F:      drivers/net/wireless/ath/wcn36xx/
9025
9026 RADOS BLOCK DEVICE (RBD)
9027 M:      Ilya Dryomov <idryomov@gmail.com>
9028 M:      Sage Weil <sage@redhat.com>
9029 M:      Alex Elder <elder@kernel.org>
9030 L:      ceph-devel@vger.kernel.org
9031 W:      http://ceph.com/
9032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9033 T:      git git://github.com/ceph/ceph-client.git
9034 S:      Supported
9035 F:      Documentation/ABI/testing/sysfs-bus-rbd
9036 F:      drivers/block/rbd.c
9037 F:      drivers/block/rbd_types.h
9038
9039 RADEON FRAMEBUFFER DISPLAY DRIVER
9040 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9041 L:      linux-fbdev@vger.kernel.org
9042 S:      Maintained
9043 F:      drivers/video/fbdev/aty/radeon*
9044 F:      include/uapi/linux/radeonfb.h
9045
9046 RADIOSHARK RADIO DRIVER
9047 M:      Hans de Goede <hdegoede@redhat.com>
9048 L:      linux-media@vger.kernel.org
9049 T:      git git://linuxtv.org/media_tree.git
9050 S:      Maintained
9051 F:      drivers/media/radio/radio-shark.c
9052
9053 RADIOSHARK2 RADIO DRIVER
9054 M:      Hans de Goede <hdegoede@redhat.com>
9055 L:      linux-media@vger.kernel.org
9056 T:      git git://linuxtv.org/media_tree.git
9057 S:      Maintained
9058 F:      drivers/media/radio/radio-shark2.c
9059 F:      drivers/media/radio/radio-tea5777.c
9060
9061 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9062 M:      Paul Mackerras <paulus@samba.org>
9063 L:      linux-fbdev@vger.kernel.org
9064 S:      Maintained
9065 F:      drivers/video/fbdev/aty/aty128fb.c
9066
9067 RALINK MIPS ARCHITECTURE
9068 M:      John Crispin <blogic@openwrt.org>
9069 L:      linux-mips@linux-mips.org
9070 S:      Maintained
9071 F:      arch/mips/ralink
9072
9073 RALINK RT2X00 WIRELESS LAN DRIVER
9074 P:      rt2x00 project
9075 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9076 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9077 L:      linux-wireless@vger.kernel.org
9078 S:      Maintained
9079 F:      drivers/net/wireless/ralink/rt2x00/
9080
9081 RAMDISK RAM BLOCK DEVICE DRIVER
9082 M:      Jens Axboe <axboe@kernel.dk>
9083 S:      Maintained
9084 F:      Documentation/blockdev/ramdisk.txt
9085 F:      drivers/block/brd.c
9086
9087 RANDOM NUMBER DRIVER
9088 M:      "Theodore Ts'o" <tytso@mit.edu>
9089 S:      Maintained
9090 F:      drivers/char/random.c
9091
9092 RAPIDIO SUBSYSTEM
9093 M:      Matt Porter <mporter@kernel.crashing.org>
9094 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9095 S:      Maintained
9096 F:      drivers/rapidio/
9097
9098 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9099 L:      linux-wireless@vger.kernel.org
9100 S:      Orphan
9101 F:      drivers/net/wireless/ray*
9102
9103 RCUTORTURE MODULE
9104 M:      Josh Triplett <josh@joshtriplett.org>
9105 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9106 L:      linux-kernel@vger.kernel.org
9107 S:      Supported
9108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9109 F:      Documentation/RCU/torture.txt
9110 F:      kernel/rcu/rcutorture.c
9111
9112 RCUTORTURE TEST FRAMEWORK
9113 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9114 M:      Josh Triplett <josh@joshtriplett.org>
9115 R:      Steven Rostedt <rostedt@goodmis.org>
9116 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9117 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9118 L:      linux-kernel@vger.kernel.org
9119 S:      Supported
9120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9121 F:      tools/testing/selftests/rcutorture
9122
9123 RDC R-321X SoC
9124 M:      Florian Fainelli <florian@openwrt.org>
9125 S:      Maintained
9126
9127 RDC R6040 FAST ETHERNET DRIVER
9128 M:      Florian Fainelli <florian@openwrt.org>
9129 L:      netdev@vger.kernel.org
9130 S:      Maintained
9131 F:      drivers/net/ethernet/rdc/r6040.c
9132
9133 RDS - RELIABLE DATAGRAM SOCKETS
9134 M:      Chien Yen <chien.yen@oracle.com>
9135 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9136 S:      Supported
9137 F:      net/rds/
9138
9139 READ-COPY UPDATE (RCU)
9140 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9141 M:      Josh Triplett <josh@joshtriplett.org>
9142 R:      Steven Rostedt <rostedt@goodmis.org>
9143 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9144 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9145 L:      linux-kernel@vger.kernel.org
9146 W:      http://www.rdrop.com/users/paulmck/RCU/
9147 S:      Supported
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9149 F:      Documentation/RCU/
9150 X:      Documentation/RCU/torture.txt
9151 F:      include/linux/rcu*
9152 X:      include/linux/srcu.h
9153 F:      kernel/rcu/
9154 X:      kernel/torture.c
9155
9156 REAL TIME CLOCK (RTC) SUBSYSTEM
9157 M:      Alessandro Zummo <a.zummo@towertech.it>
9158 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9159 L:      rtc-linux@googlegroups.com
9160 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9162 S:      Maintained
9163 F:      Documentation/rtc.txt
9164 F:      drivers/rtc/
9165 F:      include/linux/rtc.h
9166 F:      include/uapi/linux/rtc.h
9167
9168 REALTEK AUDIO CODECS
9169 M:      Bard Liao <bardliao@realtek.com>
9170 M:      Oder Chiou <oder_chiou@realtek.com>
9171 S:      Maintained
9172 F:      sound/soc/codecs/rt*
9173 F:      include/sound/rt*.h
9174
9175 REISERFS FILE SYSTEM
9176 L:      reiserfs-devel@vger.kernel.org
9177 S:      Supported
9178 F:      fs/reiserfs/
9179
9180 REGISTER MAP ABSTRACTION
9181 M:      Mark Brown <broonie@kernel.org>
9182 L:      linux-kernel@vger.kernel.org
9183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9184 S:      Supported
9185 F:      drivers/base/regmap/
9186 F:      include/linux/regmap.h
9187
9188 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9189 M:      Ohad Ben-Cohen <ohad@wizery.com>
9190 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9192 S:      Maintained
9193 F:      drivers/remoteproc/
9194 F:      Documentation/remoteproc.txt
9195 F:      include/linux/remoteproc.h
9196
9197 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9198 M:      Ohad Ben-Cohen <ohad@wizery.com>
9199 M:      Bjorn Andersson <bjorn.andersson@linaro.org>
9200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9201 S:      Maintained
9202 F:      drivers/rpmsg/
9203 F:      Documentation/rpmsg.txt
9204 F:      include/linux/rpmsg.h
9205
9206 RENESAS ETHERNET DRIVERS
9207 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9208 L:      netdev@vger.kernel.org
9209 L:      linux-renesas-soc@vger.kernel.org
9210 F:      drivers/net/ethernet/renesas/
9211 F:      include/linux/sh_eth.h
9212
9213 RENESAS USB2 PHY DRIVER
9214 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9215 L:      linux-renesas-soc@vger.kernel.org
9216 S:      Maintained
9217 F:      drivers/phy/phy-rcar-gen3-usb2.c
9218
9219 RESET CONTROLLER FRAMEWORK
9220 M:      Philipp Zabel <p.zabel@pengutronix.de>
9221 T:      git git://git.pengutronix.de/git/pza/linux
9222 S:      Maintained
9223 F:      drivers/reset/
9224 F:      Documentation/devicetree/bindings/reset/
9225 F:      include/dt-bindings/reset/
9226 F:      include/linux/reset.h
9227 F:      include/linux/reset-controller.h
9228
9229 RFKILL
9230 M:      Johannes Berg <johannes@sipsolutions.net>
9231 L:      linux-wireless@vger.kernel.org
9232 W:      http://wireless.kernel.org/
9233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9235 S:      Maintained
9236 F:      Documentation/rfkill.txt
9237 F:      net/rfkill/
9238
9239 RHASHTABLE
9240 M:      Thomas Graf <tgraf@suug.ch>
9241 L:      netdev@vger.kernel.org
9242 S:      Maintained
9243 F:      lib/rhashtable.c
9244 F:      include/linux/rhashtable.h
9245
9246 RICOH SMARTMEDIA/XD DRIVER
9247 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9248 S:      Maintained
9249 F:      drivers/mtd/nand/r852.c
9250 F:      drivers/mtd/nand/r852.h
9251
9252 RICOH R5C592 MEMORYSTICK DRIVER
9253 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9254 S:      Maintained
9255 F:      drivers/memstick/host/r592.*
9256
9257 ROCCAT DRIVERS
9258 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9259 W:      http://sourceforge.net/projects/roccat/
9260 S:      Maintained
9261 F:      drivers/hid/hid-roccat*
9262 F:      include/linux/hid-roccat*
9263 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9264
9265 ROCKER DRIVER
9266 M:      Jiri Pirko <jiri@resnulli.us>
9267 M:      Scott Feldman <sfeldma@gmail.com>
9268 L:      netdev@vger.kernel.org
9269 S:      Supported
9270 F:      drivers/net/ethernet/rocker/
9271
9272 ROCKETPORT DRIVER
9273 P:      Comtrol Corp.
9274 W:      http://www.comtrol.com
9275 S:      Maintained
9276 F:      Documentation/serial/rocket.txt
9277 F:      drivers/tty/rocket*
9278
9279 ROCKETPORT EXPRESS/INFINITY DRIVER
9280 M:      Kevin Cernekee <cernekee@gmail.com>
9281 L:      linux-serial@vger.kernel.org
9282 S:      Odd Fixes
9283 F:      drivers/tty/serial/rp2.*
9284
9285 ROSE NETWORK LAYER
9286 M:      Ralf Baechle <ralf@linux-mips.org>
9287 L:      linux-hams@vger.kernel.org
9288 W:      http://www.linux-ax25.org/
9289 S:      Maintained
9290 F:      include/net/rose.h
9291 F:      include/uapi/linux/rose.h
9292 F:      net/rose/
9293
9294 RTL2830 MEDIA DRIVER
9295 M:      Antti Palosaari <crope@iki.fi>
9296 L:      linux-media@vger.kernel.org
9297 W:      https://linuxtv.org
9298 W:      http://palosaari.fi/linux/
9299 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9300 T:      git git://linuxtv.org/anttip/media_tree.git
9301 S:      Maintained
9302 F:      drivers/media/dvb-frontends/rtl2830*
9303
9304 RTL2832 MEDIA DRIVER
9305 M:      Antti Palosaari <crope@iki.fi>
9306 L:      linux-media@vger.kernel.org
9307 W:      https://linuxtv.org
9308 W:      http://palosaari.fi/linux/
9309 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9310 T:      git git://linuxtv.org/anttip/media_tree.git
9311 S:      Maintained
9312 F:      drivers/media/dvb-frontends/rtl2832*
9313
9314 RTL2832_SDR MEDIA DRIVER
9315 M:      Antti Palosaari <crope@iki.fi>
9316 L:      linux-media@vger.kernel.org
9317 W:      https://linuxtv.org
9318 W:      http://palosaari.fi/linux/
9319 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9320 T:      git git://linuxtv.org/anttip/media_tree.git
9321 S:      Maintained
9322 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9323
9324 RTL8180 WIRELESS DRIVER
9325 L:      linux-wireless@vger.kernel.org
9326 W:      http://wireless.kernel.org/
9327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9328 S:      Orphan
9329 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9330
9331 RTL8187 WIRELESS DRIVER
9332 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9333 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9334 M:      Larry Finger <Larry.Finger@lwfinger.net>
9335 L:      linux-wireless@vger.kernel.org
9336 W:      http://wireless.kernel.org/
9337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9338 S:      Maintained
9339 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9340
9341 RTL8192CE WIRELESS DRIVER
9342 M:      Larry Finger <Larry.Finger@lwfinger.net>
9343 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9344 L:      linux-wireless@vger.kernel.org
9345 W:      http://wireless.kernel.org/
9346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9347 S:      Maintained
9348 F:      drivers/net/wireless/realtek/rtlwifi/
9349 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9350
9351 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9352 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9353 L:      linux-wireless@vger.kernel.org
9354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9355 S:      Maintained
9356 F:      drivers/net/wireless/realtek/rtl8xxxu/
9357
9358 S3 SAVAGE FRAMEBUFFER DRIVER
9359 M:      Antonino Daplas <adaplas@gmail.com>
9360 L:      linux-fbdev@vger.kernel.org
9361 S:      Maintained
9362 F:      drivers/video/fbdev/savage/
9363
9364 S390
9365 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9366 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9367 L:      linux-s390@vger.kernel.org
9368 W:      http://www.ibm.com/developerworks/linux/linux390/
9369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9370 S:      Supported
9371 F:      arch/s390/
9372 F:      drivers/s390/
9373 F:      Documentation/s390/
9374 F:      Documentation/DocBook/s390*
9375
9376 S390 COMMON I/O LAYER
9377 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9378 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9379 L:      linux-s390@vger.kernel.org
9380 W:      http://www.ibm.com/developerworks/linux/linux390/
9381 S:      Supported
9382 F:      drivers/s390/cio/
9383
9384 S390 DASD DRIVER
9385 M:      Stefan Weinhuber <wein@de.ibm.com>
9386 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9387 L:      linux-s390@vger.kernel.org
9388 W:      http://www.ibm.com/developerworks/linux/linux390/
9389 S:      Supported
9390 F:      drivers/s390/block/dasd*
9391 F:      block/partitions/ibm.c
9392
9393 S390 NETWORK DRIVERS
9394 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9395 L:      linux-s390@vger.kernel.org
9396 W:      http://www.ibm.com/developerworks/linux/linux390/
9397 S:      Supported
9398 F:      drivers/s390/net/
9399
9400 S390 PCI SUBSYSTEM
9401 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9402 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9403 L:      linux-s390@vger.kernel.org
9404 W:      http://www.ibm.com/developerworks/linux/linux390/
9405 S:      Supported
9406 F:      arch/s390/pci/
9407 F:      drivers/pci/hotplug/s390_pci_hpc.c
9408
9409 S390 ZCRYPT DRIVER
9410 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9411 L:      linux-s390@vger.kernel.org
9412 W:      http://www.ibm.com/developerworks/linux/linux390/
9413 S:      Supported
9414 F:      drivers/s390/crypto/
9415
9416 S390 ZFCP DRIVER
9417 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9418 L:      linux-s390@vger.kernel.org
9419 W:      http://www.ibm.com/developerworks/linux/linux390/
9420 S:      Supported
9421 F:      drivers/s390/scsi/zfcp_*
9422
9423 S390 IUCV NETWORK LAYER
9424 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9425 L:      linux-s390@vger.kernel.org
9426 W:      http://www.ibm.com/developerworks/linux/linux390/
9427 S:      Supported
9428 F:      drivers/s390/net/*iucv*
9429 F:      include/net/iucv/
9430 F:      net/iucv/
9431
9432 S390 IOMMU (PCI)
9433 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9434 L:      linux-s390@vger.kernel.org
9435 W:      http://www.ibm.com/developerworks/linux/linux390/
9436 S:      Supported
9437 F:      drivers/iommu/s390-iommu.c
9438
9439 S3C24XX SD/MMC Driver
9440 M:      Ben Dooks <ben-linux@fluff.org>
9441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9442 S:      Supported
9443 F:      drivers/mmc/host/s3cmci.*
9444
9445 SAA6588 RDS RECEIVER DRIVER
9446 M:      Hans Verkuil <hverkuil@xs4all.nl>
9447 L:      linux-media@vger.kernel.org
9448 T:      git git://linuxtv.org/media_tree.git
9449 W:      https://linuxtv.org
9450 S:      Odd Fixes
9451 F:      drivers/media/i2c/saa6588*
9452
9453 SAA7134 VIDEO4LINUX DRIVER
9454 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9455 L:      linux-media@vger.kernel.org
9456 W:      https://linuxtv.org
9457 T:      git git://linuxtv.org/media_tree.git
9458 S:      Odd fixes
9459 F:      Documentation/video4linux/*.saa7134
9460 F:      drivers/media/pci/saa7134/
9461
9462 SAA7146 VIDEO4LINUX-2 DRIVER
9463 M:      Hans Verkuil <hverkuil@xs4all.nl>
9464 L:      linux-media@vger.kernel.org
9465 T:      git git://linuxtv.org/media_tree.git
9466 S:      Maintained
9467 F:      drivers/media/common/saa7146/
9468 F:      drivers/media/pci/saa7146/
9469 F:      include/media/saa7146*
9470
9471 SAMSUNG LAPTOP DRIVER
9472 M:      Corentin Chary <corentin.chary@gmail.com>
9473 L:      platform-driver-x86@vger.kernel.org
9474 S:      Maintained
9475 F:      drivers/platform/x86/samsung-laptop.c
9476
9477 SAMSUNG AUDIO (ASoC) DRIVERS
9478 M:      Sangbeom Kim <sbkim73@samsung.com>
9479 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9480 S:      Supported
9481 F:      sound/soc/samsung/
9482
9483 SAMSUNG FRAMEBUFFER DRIVER
9484 M:      Jingoo Han <jingoohan1@gmail.com>
9485 L:      linux-fbdev@vger.kernel.org
9486 S:      Maintained
9487 F:      drivers/video/fbdev/s3c-fb.c
9488
9489 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9490 M:      Sangbeom Kim <sbkim73@samsung.com>
9491 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9492 L:      linux-kernel@vger.kernel.org
9493 L:      linux-samsung-soc@vger.kernel.org
9494 S:      Supported
9495 F:      drivers/mfd/sec*.c
9496 F:      drivers/regulator/s2m*.c
9497 F:      drivers/regulator/s5m*.c
9498 F:      drivers/clk/clk-s2mps11.c
9499 F:      drivers/rtc/rtc-s5m.c
9500 F:      include/linux/mfd/samsung/
9501 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9502 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9503 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9504 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9505
9506 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9507 M:      Kyungmin Park <kyungmin.park@samsung.com>
9508 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9509 L:      linux-media@vger.kernel.org
9510 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9511 S:      Supported
9512 F:      drivers/media/platform/exynos4-is/
9513
9514 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9515 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9516 L:      linux-media@vger.kernel.org
9517 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9518 S:      Maintained
9519 F:      drivers/media/platform/s3c-camif/
9520 F:      include/media/drv-intf/s3c_camif.h
9521
9522 SAMSUNG S5C73M3 CAMERA DRIVER
9523 M:      Kyungmin Park <kyungmin.park@samsung.com>
9524 M:      Andrzej Hajda <a.hajda@samsung.com>
9525 L:      linux-media@vger.kernel.org
9526 S:      Supported
9527 F:      drivers/media/i2c/s5c73m3/*
9528
9529 SAMSUNG S5K5BAF CAMERA DRIVER
9530 M:      Kyungmin Park <kyungmin.park@samsung.com>
9531 M:      Andrzej Hajda <a.hajda@samsung.com>
9532 L:      linux-media@vger.kernel.org
9533 S:      Supported
9534 F:      drivers/media/i2c/s5k5baf.c
9535
9536 SAMSUNG S3FWRN5 NFC DRIVER
9537 M:      Robert Baldyga <r.baldyga@samsung.com>
9538 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9539 S:      Supported
9540 F:      drivers/nfc/s3fwrn5
9541
9542 SAMSUNG SOC CLOCK DRIVERS
9543 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9544 M:      Tomasz Figa <tomasz.figa@gmail.com>
9545 S:      Supported
9546 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9547 F:      drivers/clk/samsung/
9548
9549 SAMSUNG SXGBE DRIVERS
9550 M:      Byungho An <bh74.an@samsung.com>
9551 M:      Girish K S <ks.giri@samsung.com>
9552 M:      Vipul Pandya <vipul.pandya@samsung.com>
9553 S:      Supported
9554 L:      netdev@vger.kernel.org
9555 F:      drivers/net/ethernet/samsung/sxgbe/
9556
9557 SAMSUNG THERMAL DRIVER
9558 M:      Lukasz Majewski <l.majewski@samsung.com>
9559 L:      linux-pm@vger.kernel.org
9560 L:      linux-samsung-soc@vger.kernel.org
9561 S:      Supported
9562 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9563 F:      drivers/thermal/samsung/
9564
9565 SAMSUNG USB2 PHY DRIVER
9566 M:      Kamil Debski <k.debski@samsung.com>
9567 L:      linux-kernel@vger.kernel.org
9568 S:      Supported
9569 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9570 F:      Documentation/phy/samsung-usb2.txt
9571 F:      drivers/phy/phy-exynos4210-usb2.c
9572 F:      drivers/phy/phy-exynos4x12-usb2.c
9573 F:      drivers/phy/phy-exynos5250-usb2.c
9574 F:      drivers/phy/phy-s5pv210-usb2.c
9575 F:      drivers/phy/phy-samsung-usb2.c
9576 F:      drivers/phy/phy-samsung-usb2.h
9577
9578 SERIAL DRIVERS
9579 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9580 L:      linux-serial@vger.kernel.org
9581 S:      Maintained
9582 F:      drivers/tty/serial/
9583
9584 SYNOPSYS DESIGNWARE DMAC DRIVER
9585 M:      Viresh Kumar <vireshk@kernel.org>
9586 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9587 S:      Maintained
9588 F:      include/linux/dma/dw.h
9589 F:      include/linux/platform_data/dma-dw.h
9590 F:      drivers/dma/dw/
9591
9592 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9593 M: Lars Persson <lars.persson@axis.com>
9594 L: netdev@vger.kernel.org
9595 S: Supported
9596 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9597 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9598
9599 SYNOPSYS DESIGNWARE I2C DRIVER
9600 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9601 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9602 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9603 L:      linux-i2c@vger.kernel.org
9604 S:      Maintained
9605 F:      drivers/i2c/busses/i2c-designware-*
9606 F:      include/linux/platform_data/i2c-designware.h
9607
9608 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9609 M:      Jaehoon Chung <jh80.chung@samsung.com>
9610 L:      linux-mmc@vger.kernel.org
9611 S:      Maintained
9612 F:      include/linux/mmc/dw_mmc.h
9613 F:      drivers/mmc/host/dw_mmc*
9614
9615 SYSTEM TRACE MODULE CLASS
9616 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9617 S:      Maintained
9618 F:      Documentation/trace/stm.txt
9619 F:      drivers/hwtracing/stm/
9620 F:      include/linux/stm.h
9621 F:      include/uapi/linux/stm.h
9622
9623 THUNDERBOLT DRIVER
9624 M:      Andreas Noever <andreas.noever@gmail.com>
9625 S:      Maintained
9626 F:      drivers/thunderbolt/
9627
9628 TI BQ27XXX POWER SUPPLY DRIVER
9629 R:      Andrew F. Davis <afd@ti.com>
9630 F:      include/linux/power/bq27xxx_battery.h
9631 F:      drivers/power/bq27xxx_battery.c
9632 F:      drivers/power/bq27xxx_battery_i2c.c
9633
9634 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9635 M:      John Stultz <john.stultz@linaro.org>
9636 M:      Thomas Gleixner <tglx@linutronix.de>
9637 L:      linux-kernel@vger.kernel.org
9638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9639 S:      Supported
9640 F:      include/linux/clocksource.h
9641 F:      include/linux/time.h
9642 F:      include/linux/timex.h
9643 F:      include/uapi/linux/time.h
9644 F:      include/uapi/linux/timex.h
9645 F:      kernel/time/clocksource.c
9646 F:      kernel/time/time*.c
9647 F:      kernel/time/alarmtimer.c
9648 F:      kernel/time/ntp.c
9649 F:      tools/testing/selftests/timers/
9650
9651 SC1200 WDT DRIVER
9652 M:      Zwane Mwaikambo <zwanem@gmail.com>
9653 S:      Maintained
9654 F:      drivers/watchdog/sc1200wdt.c
9655
9656 SCHEDULER
9657 M:      Ingo Molnar <mingo@redhat.com>
9658 M:      Peter Zijlstra <peterz@infradead.org>
9659 L:      linux-kernel@vger.kernel.org
9660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9661 S:      Maintained
9662 F:      kernel/sched/
9663 F:      include/linux/sched.h
9664 F:      include/uapi/linux/sched.h
9665 F:      include/linux/wait.h
9666
9667 SCORE ARCHITECTURE
9668 M:      Chen Liqin <liqin.linux@gmail.com>
9669 M:      Lennox Wu <lennox.wu@gmail.com>
9670 W:      http://www.sunplus.com
9671 S:      Supported
9672 F:      arch/score/
9673
9674 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9675 M:      Sudeep Holla <sudeep.holla@arm.com>
9676 L:      linux-arm-kernel@lists.infradead.org
9677 S:      Maintained
9678 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9679 F:      drivers/clk/clk-scpi.c
9680 F:      drivers/cpufreq/scpi-cpufreq.c
9681 F:      drivers/firmware/arm_scpi.c
9682 F:      include/linux/scpi_protocol.h
9683
9684 SCSI CDROM DRIVER
9685 M:      Jens Axboe <axboe@kernel.dk>
9686 L:      linux-scsi@vger.kernel.org
9687 W:      http://www.kernel.dk
9688 S:      Maintained
9689 F:      drivers/scsi/sr*
9690
9691 SCSI RDMA PROTOCOL (SRP) INITIATOR
9692 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9693 L:      linux-rdma@vger.kernel.org
9694 S:      Supported
9695 W:      http://www.openfabrics.org
9696 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9698 F:      drivers/infiniband/ulp/srp/
9699 F:      include/scsi/srp.h
9700
9701 SCSI SG DRIVER
9702 M:      Doug Gilbert <dgilbert@interlog.com>
9703 L:      linux-scsi@vger.kernel.org
9704 W:      http://sg.danny.cz/sg
9705 S:      Maintained
9706 F:      Documentation/scsi/scsi-generic.txt
9707 F:      drivers/scsi/sg.c
9708 F:      include/scsi/sg.h
9709
9710 SCSI SUBSYSTEM
9711 M:      "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
9712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9713 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9715 L:      linux-scsi@vger.kernel.org
9716 S:      Maintained
9717 F:      drivers/scsi/
9718 F:      include/scsi/
9719
9720 SCSI TAPE DRIVER
9721 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9722 L:      linux-scsi@vger.kernel.org
9723 S:      Maintained
9724 F:      Documentation/scsi/st.txt
9725 F:      drivers/scsi/st.*
9726 F:      drivers/scsi/st_*.h
9727
9728 SCTP PROTOCOL
9729 M:      Vlad Yasevich <vyasevich@gmail.com>
9730 M:      Neil Horman <nhorman@tuxdriver.com>
9731 L:      linux-sctp@vger.kernel.org
9732 W:      http://lksctp.sourceforge.net
9733 S:      Maintained
9734 F:      Documentation/networking/sctp.txt
9735 F:      include/linux/sctp.h
9736 F:      include/uapi/linux/sctp.h
9737 F:      include/net/sctp/
9738 F:      net/sctp/
9739
9740 SCx200 CPU SUPPORT
9741 M:      Jim Cromie <jim.cromie@gmail.com>
9742 S:      Odd Fixes
9743 F:      Documentation/i2c/busses/scx200_acb
9744 F:      arch/x86/platform/scx200/
9745 F:      drivers/watchdog/scx200_wdt.c
9746 F:      drivers/i2c/busses/scx200*
9747 F:      drivers/mtd/maps/scx200_docflash.c
9748 F:      include/linux/scx200.h
9749
9750 SCx200 GPIO DRIVER
9751 M:      Jim Cromie <jim.cromie@gmail.com>
9752 S:      Maintained
9753 F:      drivers/char/scx200_gpio.c
9754 F:      include/linux/scx200_gpio.h
9755
9756 SCx200 HRT CLOCKSOURCE DRIVER
9757 M:      Jim Cromie <jim.cromie@gmail.com>
9758 S:      Maintained
9759 F:      drivers/clocksource/scx200_hrt.c
9760
9761 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9762 M:      Sascha Sommer <saschasommer@freenet.de>
9763 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9764 S:      Maintained
9765 F:      drivers/mmc/host/sdricoh_cs.c
9766
9767 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9768 L:      linux-mmc@vger.kernel.org
9769 S:      Orphan
9770 F:      drivers/mmc/host/sdhci.*
9771 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9772
9773 SECURE COMPUTING
9774 M:      Kees Cook <keescook@chromium.org>
9775 R:      Andy Lutomirski <luto@amacapital.net>
9776 R:      Will Drewry <wad@chromium.org>
9777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9778 S:      Supported
9779 F:      kernel/seccomp.c
9780 F:      include/uapi/linux/seccomp.h
9781 F:      include/linux/seccomp.h
9782 F:      tools/testing/selftests/seccomp/*
9783 K:      \bsecure_computing
9784 K:      \bTIF_SECCOMP\b
9785
9786 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9787 M:      Ben Dooks <ben-linux@fluff.org>
9788 M:      Jaehoon Chung <jh80.chung@samsung.com>
9789 L:      linux-mmc@vger.kernel.org
9790 S:      Maintained
9791 F:      drivers/mmc/host/sdhci-s3c*
9792
9793 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9794 M:      Viresh Kumar <vireshk@kernel.org>
9795 L:      spear-devel@list.st.com
9796 L:      linux-mmc@vger.kernel.org
9797 S:      Maintained
9798 F:      drivers/mmc/host/sdhci-spear.c
9799
9800 SECURITY SUBSYSTEM
9801 M:      James Morris <james.l.morris@oracle.com>
9802 M:      "Serge E. Hallyn" <serge@hallyn.com>
9803 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9805 W:      http://kernsec.org/
9806 S:      Supported
9807 F:      security/
9808
9809 SECURITY CONTACT
9810 M:      Security Officers <security@kernel.org>
9811 S:      Supported
9812
9813 SELINUX SECURITY MODULE
9814 M:      Paul Moore <paul@paul-moore.com>
9815 M:      Stephen Smalley <sds@tycho.nsa.gov>
9816 M:      Eric Paris <eparis@parisplace.org>
9817 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9818 W:      http://selinuxproject.org
9819 T:      git git://git.infradead.org/users/pcmoore/selinux
9820 S:      Supported
9821 F:      include/linux/selinux*
9822 F:      security/selinux/
9823 F:      scripts/selinux/
9824
9825 APPARMOR SECURITY MODULE
9826 M:      John Johansen <john.johansen@canonical.com>
9827 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9828 W:      apparmor.wiki.kernel.org
9829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9830 S:      Supported
9831 F:      security/apparmor/
9832
9833 YAMA SECURITY MODULE
9834 M:      Kees Cook <keescook@chromium.org>
9835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9836 S:      Supported
9837 F:      security/yama/
9838
9839 SENSABLE PHANTOM
9840 M:      Jiri Slaby <jirislaby@gmail.com>
9841 S:      Maintained
9842 F:      drivers/misc/phantom.c
9843 F:      include/uapi/linux/phantom.h
9844
9845 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9846 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9847 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9848 M:      John Soni Jose <sony.john@avagotech.com>
9849 L:      linux-scsi@vger.kernel.org
9850 W:      http://www.avagotech.com
9851 S:      Supported
9852 F:      drivers/scsi/be2iscsi/
9853
9854 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9855 M:      Sathya Perla <sathya.perla@broadcom.com>
9856 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9857 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9858 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9859 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9860 L:      netdev@vger.kernel.org
9861 W:      http://www.emulex.com
9862 S:      Supported
9863 F:      drivers/net/ethernet/emulex/benet/
9864
9865 EMULEX ONECONNECT ROCE DRIVER
9866 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9867 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9868 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9869 L:      linux-rdma@vger.kernel.org
9870 W:      http://www.emulex.com
9871 S:      Supported
9872 F:      drivers/infiniband/hw/ocrdma/
9873
9874 SFC NETWORK DRIVER
9875 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9876 M:      Shradha Shah <sshah@solarflare.com>
9877 L:      netdev@vger.kernel.org
9878 S:      Supported
9879 F:      drivers/net/ethernet/sfc/
9880
9881 SGI GRU DRIVER
9882 M:      Dimitri Sivanich <sivanich@sgi.com>
9883 S:      Maintained
9884 F:      drivers/misc/sgi-gru/
9885
9886 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9887 M:      Pat Gefre <pfg@sgi.com>
9888 L:      linux-ia64@vger.kernel.org
9889 S:      Supported
9890 F:      Documentation/ia64/serial.txt
9891 F:      drivers/tty/serial/ioc?_serial.c
9892 F:      include/linux/ioc?.h
9893
9894 SGI XP/XPC/XPNET DRIVER
9895 M:      Cliff Whickman <cpw@sgi.com>
9896 M:      Robin Holt <robinmholt@gmail.com>
9897 S:      Maintained
9898 F:      drivers/misc/sgi-xp/
9899
9900 SI2157 MEDIA DRIVER
9901 M:      Antti Palosaari <crope@iki.fi>
9902 L:      linux-media@vger.kernel.org
9903 W:      https://linuxtv.org
9904 W:      http://palosaari.fi/linux/
9905 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9906 T:      git git://linuxtv.org/anttip/media_tree.git
9907 S:      Maintained
9908 F:      drivers/media/tuners/si2157*
9909
9910 SI2168 MEDIA DRIVER
9911 M:      Antti Palosaari <crope@iki.fi>
9912 L:      linux-media@vger.kernel.org
9913 W:      https://linuxtv.org
9914 W:      http://palosaari.fi/linux/
9915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9916 T:      git git://linuxtv.org/anttip/media_tree.git
9917 S:      Maintained
9918 F:      drivers/media/dvb-frontends/si2168*
9919
9920 SI470X FM RADIO RECEIVER I2C DRIVER
9921 M:      Hans Verkuil <hverkuil@xs4all.nl>
9922 L:      linux-media@vger.kernel.org
9923 T:      git git://linuxtv.org/media_tree.git
9924 W:      https://linuxtv.org
9925 S:      Odd Fixes
9926 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9927
9928 SI470X FM RADIO RECEIVER USB DRIVER
9929 M:      Hans Verkuil <hverkuil@xs4all.nl>
9930 L:      linux-media@vger.kernel.org
9931 T:      git git://linuxtv.org/media_tree.git
9932 W:      https://linuxtv.org
9933 S:      Maintained
9934 F:      drivers/media/radio/si470x/radio-si470x-common.c
9935 F:      drivers/media/radio/si470x/radio-si470x.h
9936 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9937
9938 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9939 M:      Eduardo Valentin <edubezval@gmail.com>
9940 L:      linux-media@vger.kernel.org
9941 T:      git git://linuxtv.org/media_tree.git
9942 W:      https://linuxtv.org
9943 S:      Odd Fixes
9944 F:      drivers/media/radio/si4713/si4713.?
9945
9946 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9947 M:      Eduardo Valentin <edubezval@gmail.com>
9948 L:      linux-media@vger.kernel.org
9949 T:      git git://linuxtv.org/media_tree.git
9950 W:      https://linuxtv.org
9951 S:      Odd Fixes
9952 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9953
9954 SI4713 FM RADIO TRANSMITTER USB DRIVER
9955 M:      Hans Verkuil <hverkuil@xs4all.nl>
9956 L:      linux-media@vger.kernel.org
9957 T:      git git://linuxtv.org/media_tree.git
9958 W:      https://linuxtv.org
9959 S:      Maintained
9960 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9961
9962 SIANO DVB DRIVER
9963 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9964 L:      linux-media@vger.kernel.org
9965 W:      https://linuxtv.org
9966 T:      git git://linuxtv.org/media_tree.git
9967 S:      Odd fixes
9968 F:      drivers/media/common/siano/
9969 F:      drivers/media/usb/siano/
9970 F:      drivers/media/usb/siano/
9971 F:      drivers/media/mmc/siano/
9972
9973 SIMPLEFB FB DRIVER
9974 M:      Hans de Goede <hdegoede@redhat.com>
9975 L:      linux-fbdev@vger.kernel.org
9976 S:      Maintained
9977 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9978 F:      drivers/video/fbdev/simplefb.c
9979 F:      include/linux/platform_data/simplefb.h
9980
9981 SH_VEU V4L2 MEM2MEM DRIVER
9982 L:      linux-media@vger.kernel.org
9983 S:      Orphan
9984 F:      drivers/media/platform/sh_veu.c
9985
9986 SH_VOU V4L2 OUTPUT DRIVER
9987 L:      linux-media@vger.kernel.org
9988 S:      Orphan
9989 F:      drivers/media/platform/sh_vou.c
9990 F:      include/media/drv-intf/sh_vou.h
9991
9992 SIMPLE FIRMWARE INTERFACE (SFI)
9993 M:      Len Brown <lenb@kernel.org>
9994 L:      sfi-devel@simplefirmware.org
9995 W:      http://simplefirmware.org/
9996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9997 S:      Supported
9998 F:      arch/x86/platform/sfi/
9999 F:      drivers/sfi/
10000 F:      include/linux/sfi*.h
10001
10002 SIMTEC EB110ATX (Chalice CATS)
10003 P:      Ben Dooks
10004 P:      Vincent Sanders <vince@simtec.co.uk>
10005 M:      Simtec Linux Team <linux@simtec.co.uk>
10006 W:      http://www.simtec.co.uk/products/EB110ATX/
10007 S:      Supported
10008
10009 SIMTEC EB2410ITX (BAST)
10010 P:      Ben Dooks
10011 P:      Vincent Sanders <vince@simtec.co.uk>
10012 M:      Simtec Linux Team <linux@simtec.co.uk>
10013 W:      http://www.simtec.co.uk/products/EB2410ITX/
10014 S:      Supported
10015 F:      arch/arm/mach-s3c24xx/mach-bast.c
10016 F:      arch/arm/mach-s3c24xx/bast-ide.c
10017 F:      arch/arm/mach-s3c24xx/bast-irq.c
10018
10019 TI DAVINCI MACHINE SUPPORT
10020 M:      Sekhar Nori <nsekhar@ti.com>
10021 M:      Kevin Hilman <khilman@deeprootsystems.com>
10022 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
10023 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
10024 S:      Supported
10025 F:      arch/arm/mach-davinci/
10026 F:      drivers/i2c/busses/i2c-davinci.c
10027
10028 TI DAVINCI SERIES MEDIA DRIVER
10029 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10030 L:      linux-media@vger.kernel.org
10031 W:      https://linuxtv.org
10032 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10033 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10034 S:      Maintained
10035 F:      drivers/media/platform/davinci/
10036 F:      include/media/davinci/
10037
10038 TI AM437X VPFE DRIVER
10039 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10040 L:      linux-media@vger.kernel.org
10041 W:      https://linuxtv.org
10042 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10043 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10044 S:      Maintained
10045 F:      drivers/media/platform/am437x/
10046
10047 OV2659 OMNIVISION SENSOR DRIVER
10048 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10049 L:      linux-media@vger.kernel.org
10050 W:      https://linuxtv.org
10051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10052 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10053 S:      Maintained
10054 F:      drivers/media/i2c/ov2659.c
10055 F:      include/media/i2c/ov2659.h
10056
10057 SILICON MOTION SM712 FRAME BUFFER DRIVER
10058 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10059 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10060 M:      Sudip Mukherjee <sudip@vectorindia.org>
10061 L:      linux-fbdev@vger.kernel.org
10062 S:      Maintained
10063 F:      drivers/video/fbdev/sm712*
10064 F:      Documentation/fb/sm712fb.txt
10065
10066 SIS 190 ETHERNET DRIVER
10067 M:      Francois Romieu <romieu@fr.zoreil.com>
10068 L:      netdev@vger.kernel.org
10069 S:      Maintained
10070 F:      drivers/net/ethernet/sis/sis190.c
10071
10072 SIS 900/7016 FAST ETHERNET DRIVER
10073 M:      Daniele Venzano <venza@brownhat.org>
10074 W:      http://www.brownhat.org/sis900.html
10075 L:      netdev@vger.kernel.org
10076 S:      Maintained
10077 F:      drivers/net/ethernet/sis/sis900.*
10078
10079 SIS FRAMEBUFFER DRIVER
10080 M:      Thomas Winischhofer <thomas@winischhofer.net>
10081 W:      http://www.winischhofer.net/linuxsisvga.shtml
10082 S:      Maintained
10083 F:      Documentation/fb/sisfb.txt
10084 F:      drivers/video/fbdev/sis/
10085 F:      include/video/sisfb.h
10086
10087 SIS USB2VGA DRIVER
10088 M:      Thomas Winischhofer <thomas@winischhofer.net>
10089 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10090 S:      Maintained
10091 F:      drivers/usb/misc/sisusbvga/
10092
10093 SLAB ALLOCATOR
10094 M:      Christoph Lameter <cl@linux.com>
10095 M:      Pekka Enberg <penberg@kernel.org>
10096 M:      David Rientjes <rientjes@google.com>
10097 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10098 M:      Andrew Morton <akpm@linux-foundation.org>
10099 L:      linux-mm@kvack.org
10100 S:      Maintained
10101 F:      include/linux/sl?b*.h
10102 F:      mm/sl?b*
10103
10104 SLEEPABLE READ-COPY UPDATE (SRCU)
10105 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10106 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10107 M:      Josh Triplett <josh@joshtriplett.org>
10108 R:      Steven Rostedt <rostedt@goodmis.org>
10109 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10110 L:      linux-kernel@vger.kernel.org
10111 W:      http://www.rdrop.com/users/paulmck/RCU/
10112 S:      Supported
10113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10114 F:      include/linux/srcu.h
10115 F:      kernel/rcu/srcu.c
10116
10117 SMACK SECURITY MODULE
10118 M:      Casey Schaufler <casey@schaufler-ca.com>
10119 L:      linux-security-module@vger.kernel.org
10120 W:      http://schaufler-ca.com
10121 T:      git git://git.gitorious.org/smack-next/kernel.git
10122 S:      Maintained
10123 F:      Documentation/security/Smack.txt
10124 F:      security/smack/
10125
10126 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10127 M:      Kevin Hilman <khilman@kernel.org>
10128 M:      Nishanth Menon <nm@ti.com>
10129 S:      Maintained
10130 F:      drivers/power/avs/
10131 F:      include/linux/power/smartreflex.h
10132 L:      linux-pm@vger.kernel.org
10133
10134 SMC91x ETHERNET DRIVER
10135 M:      Nicolas Pitre <nico@fluxnic.net>
10136 S:      Odd Fixes
10137 F:      drivers/net/ethernet/smsc/smc91x.*
10138
10139 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10140 M:      Sakari Ailus <sakari.ailus@iki.fi>
10141 L:      linux-media@vger.kernel.org
10142 S:      Maintained
10143 F:      drivers/media/i2c/smiapp/
10144 F:      include/media/i2c/smiapp.h
10145 F:      drivers/media/i2c/smiapp-pll.c
10146 F:      drivers/media/i2c/smiapp-pll.h
10147 F:      include/uapi/linux/smiapp.h
10148 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10149
10150 SMM665 HARDWARE MONITOR DRIVER
10151 M:      Guenter Roeck <linux@roeck-us.net>
10152 L:      lm-sensors@lm-sensors.org
10153 S:      Maintained
10154 F:      Documentation/hwmon/smm665
10155 F:      drivers/hwmon/smm665.c
10156
10157 SMSC EMC2103 HARDWARE MONITOR DRIVER
10158 M:      Steve Glendinning <steve.glendinning@shawell.net>
10159 L:      lm-sensors@lm-sensors.org
10160 S:      Maintained
10161 F:      Documentation/hwmon/emc2103
10162 F:      drivers/hwmon/emc2103.c
10163
10164 SMSC SCH5627 HARDWARE MONITOR DRIVER
10165 M:      Hans de Goede <hdegoede@redhat.com>
10166 L:      lm-sensors@lm-sensors.org
10167 S:      Supported
10168 F:      Documentation/hwmon/sch5627
10169 F:      drivers/hwmon/sch5627.c
10170
10171 SMSC47B397 HARDWARE MONITOR DRIVER
10172 M:      Jean Delvare <jdelvare@suse.com>
10173 L:      lm-sensors@lm-sensors.org
10174 S:      Maintained
10175 F:      Documentation/hwmon/smsc47b397
10176 F:      drivers/hwmon/smsc47b397.c
10177
10178 SMSC911x ETHERNET DRIVER
10179 M:      Steve Glendinning <steve.glendinning@shawell.net>
10180 L:      netdev@vger.kernel.org
10181 S:      Maintained
10182 F:      include/linux/smsc911x.h
10183 F:      drivers/net/ethernet/smsc/smsc911x.*
10184
10185 SMSC9420 PCI ETHERNET DRIVER
10186 M:      Steve Glendinning <steve.glendinning@shawell.net>
10187 L:      netdev@vger.kernel.org
10188 S:      Maintained
10189 F:      drivers/net/ethernet/smsc/smsc9420.*
10190
10191 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10192 M:      Steve Glendinning <steve.glendinning@shawell.net>
10193 L:      linux-fbdev@vger.kernel.org
10194 S:      Maintained
10195 F:      drivers/video/fbdev/smscufx.c
10196
10197 SOC-CAMERA V4L2 SUBSYSTEM
10198 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10199 L:      linux-media@vger.kernel.org
10200 T:      git git://linuxtv.org/media_tree.git
10201 S:      Maintained
10202 F:      include/media/soc*
10203 F:      drivers/media/i2c/soc_camera/
10204 F:      drivers/media/platform/soc_camera/
10205
10206 SOEKRIS NET48XX LED SUPPORT
10207 M:      Chris Boot <bootc@bootc.net>
10208 S:      Maintained
10209 F:      drivers/leds/leds-net48xx.c
10210
10211 SOFTLOGIC 6x10 MPEG CODEC
10212 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10213 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10214 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10215 M:      Ismael Luceno <ismael@iodev.co.uk>
10216 L:      linux-media@vger.kernel.org
10217 S:      Supported
10218 F:      drivers/media/pci/solo6x10/
10219
10220 SOFTWARE RAID (Multiple Disks) SUPPORT
10221 M:      Shaohua Li <shli@kernel.org>
10222 L:      linux-raid@vger.kernel.org
10223 T:      git git://neil.brown.name/md
10224 S:      Supported
10225 F:      drivers/md/
10226 F:      include/linux/raid/
10227 F:      include/uapi/linux/raid/
10228
10229 SONIC NETWORK DRIVER
10230 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10231 L:      netdev@vger.kernel.org
10232 S:      Maintained
10233 F:      drivers/net/ethernet/natsemi/sonic.*
10234
10235 SONICS SILICON BACKPLANE DRIVER (SSB)
10236 M:      Michael Buesch <m@bues.ch>
10237 L:      linux-wireless@vger.kernel.org
10238 S:      Maintained
10239 F:      drivers/ssb/
10240 F:      include/linux/ssb/
10241
10242 SONY VAIO CONTROL DEVICE DRIVER
10243 M:      Mattia Dongili <malattia@linux.it>
10244 L:      platform-driver-x86@vger.kernel.org
10245 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10246 S:      Maintained
10247 F:      Documentation/laptops/sony-laptop.txt
10248 F:      drivers/char/sonypi.c
10249 F:      drivers/platform/x86/sony-laptop.c
10250 F:      include/linux/sony-laptop.h
10251
10252 SONY MEMORYSTICK CARD SUPPORT
10253 M:      Alex Dubov <oakad@yahoo.com>
10254 W:      http://tifmxx.berlios.de/
10255 S:      Maintained
10256 F:      drivers/memstick/host/tifm_ms.c
10257
10258 SONY MEMORYSTICK STANDARD SUPPORT
10259 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10260 S:      Maintained
10261 F:      drivers/memstick/core/ms_block.*
10262
10263 SOUND
10264 M:      Jaroslav Kysela <perex@perex.cz>
10265 M:      Takashi Iwai <tiwai@suse.com>
10266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10267 W:      http://www.alsa-project.org/
10268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10269 T:      git git://git.alsa-project.org/alsa-kernel.git
10270 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10271 S:      Maintained
10272 F:      Documentation/sound/
10273 F:      include/sound/
10274 F:      include/uapi/sound/
10275 F:      sound/
10276
10277 SOUND - COMPRESSED AUDIO
10278 M:      Vinod Koul <vinod.koul@intel.com>
10279 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10281 S:      Supported
10282 F:      Documentation/sound/alsa/compress_offload.txt
10283 F:      include/sound/compress_driver.h
10284 F:      include/uapi/sound/compress_*
10285 F:      sound/core/compress_offload.c
10286 F:      sound/soc/soc-compress.c
10287
10288 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10289 M:      Liam Girdwood <lgirdwood@gmail.com>
10290 M:      Mark Brown <broonie@kernel.org>
10291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10292 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10293 W:      http://alsa-project.org/main/index.php/ASoC
10294 S:      Supported
10295 F:      Documentation/sound/alsa/soc/
10296 F:      sound/soc/
10297 F:      include/sound/soc*
10298
10299 SOUND - DMAENGINE HELPERS
10300 M:      Lars-Peter Clausen <lars@metafoo.de>
10301 S:      Supported
10302 F:      include/sound/dmaengine_pcm.h
10303 F:      sound/core/pcm_dmaengine.c
10304 F:      sound/soc/soc-generic-dmaengine-pcm.c
10305
10306 SP2 MEDIA DRIVER
10307 M:      Olli Salonen <olli.salonen@iki.fi>
10308 L:      linux-media@vger.kernel.org
10309 W:      https://linuxtv.org
10310 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10311 S:      Maintained
10312 F:      drivers/media/dvb-frontends/sp2*
10313
10314 SPARC + UltraSPARC (sparc/sparc64)
10315 M:      "David S. Miller" <davem@davemloft.net>
10316 L:      sparclinux@vger.kernel.org
10317 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10320 S:      Maintained
10321 F:      arch/sparc/
10322 F:      drivers/sbus/
10323
10324 SPARC SERIAL DRIVERS
10325 M:      "David S. Miller" <davem@davemloft.net>
10326 L:      sparclinux@vger.kernel.org
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10329 S:      Maintained
10330 F:      include/linux/sunserialcore.h
10331 F:      drivers/tty/serial/suncore.c
10332 F:      drivers/tty/serial/sunhv.c
10333 F:      drivers/tty/serial/sunsab.c
10334 F:      drivers/tty/serial/sunsab.h
10335 F:      drivers/tty/serial/sunsu.c
10336 F:      drivers/tty/serial/sunzilog.c
10337 F:      drivers/tty/serial/sunzilog.h
10338
10339 SPARSE CHECKER
10340 M:      "Christopher Li" <sparse@chrisli.org>
10341 L:      linux-sparse@vger.kernel.org
10342 W:      https://sparse.wiki.kernel.org/
10343 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10344 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10345 S:      Maintained
10346 F:      include/linux/compiler.h
10347
10348 SPEAR PLATFORM SUPPORT
10349 M:      Viresh Kumar <vireshk@kernel.org>
10350 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10351 L:      spear-devel@list.st.com
10352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10353 W:      http://www.st.com/spear
10354 S:      Maintained
10355 F:      arch/arm/boot/dts/spear*
10356 F:      arch/arm/mach-spear/
10357
10358 SPEAR CLOCK FRAMEWORK SUPPORT
10359 M:      Viresh Kumar <vireshk@kernel.org>
10360 L:      spear-devel@list.st.com
10361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10362 W:      http://www.st.com/spear
10363 S:      Maintained
10364 F:      drivers/clk/spear/
10365
10366 SPI SUBSYSTEM
10367 M:      Mark Brown <broonie@kernel.org>
10368 L:      linux-spi@vger.kernel.org
10369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10370 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10371 S:      Maintained
10372 F:      Documentation/spi/
10373 F:      drivers/spi/
10374 F:      include/linux/spi/
10375 F:      include/uapi/linux/spi/
10376
10377 SPIDERNET NETWORK DRIVER for CELL
10378 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10379 L:      netdev@vger.kernel.org
10380 S:      Supported
10381 F:      Documentation/networking/spider_net.txt
10382 F:      drivers/net/ethernet/toshiba/spider_net*
10383
10384 SPU FILE SYSTEM
10385 M:      Jeremy Kerr <jk@ozlabs.org>
10386 L:      linuxppc-dev@lists.ozlabs.org
10387 W:      http://www.ibm.com/developerworks/power/cell/
10388 S:      Supported
10389 F:      Documentation/filesystems/spufs.txt
10390 F:      arch/powerpc/platforms/cell/spufs/
10391
10392 SQUASHFS FILE SYSTEM
10393 M:      Phillip Lougher <phillip@squashfs.org.uk>
10394 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10395 W:      http://squashfs.org.uk
10396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10397 S:      Maintained
10398 F:      Documentation/filesystems/squashfs.txt
10399 F:      fs/squashfs/
10400
10401 SRM (Alpha) environment access
10402 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10403 S:      Maintained
10404 F:      arch/alpha/kernel/srm_env.c
10405
10406 STABLE BRANCH
10407 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10408 L:      stable@vger.kernel.org
10409 S:      Supported
10410 F:      Documentation/stable_kernel_rules.txt
10411
10412 STAGING SUBSYSTEM
10413 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10415 L:      devel@driverdev.osuosl.org
10416 S:      Supported
10417 F:      drivers/staging/
10418
10419 STAGING - COMEDI
10420 M:      Ian Abbott <abbotti@mev.co.uk>
10421 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10422 S:      Odd Fixes
10423 F:      drivers/staging/comedi/
10424
10425 STAGING - FLARION FT1000 DRIVERS
10426 M:      Marek Belisko <marek.belisko@gmail.com>
10427 S:      Odd Fixes
10428 F:      drivers/staging/ft1000/
10429
10430 STAGING - INDUSTRIAL IO
10431 M:      Jonathan Cameron <jic23@kernel.org>
10432 L:      linux-iio@vger.kernel.org
10433 S:      Odd Fixes
10434 F:      drivers/staging/iio/
10435
10436 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10437 M:      Jarod Wilson <jarod@wilsonet.com>
10438 W:      http://www.lirc.org/
10439 S:      Odd Fixes
10440 F:      drivers/staging/media/lirc/
10441
10442 STAGING - LUSTRE PARALLEL FILESYSTEM
10443 M:      Oleg Drokin <oleg.drokin@intel.com>
10444 M:      Andreas Dilger <andreas.dilger@intel.com>
10445 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10446 W:      http://wiki.lustre.org/
10447 S:      Maintained
10448 F:      drivers/staging/lustre
10449
10450 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10451 M:      Marc Dietrich <marvin24@gmx.de>
10452 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10453 L:      linux-tegra@vger.kernel.org
10454 S:      Maintained
10455 F:      drivers/staging/nvec/
10456
10457 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10458 M:      Jens Frederich <jfrederich@gmail.com>
10459 M:      Daniel Drake <dsd@laptop.org>
10460 M:      Jon Nettleton <jon.nettleton@gmail.com>
10461 W:      http://wiki.laptop.org/go/DCON
10462 S:      Maintained
10463 F:      drivers/staging/olpc_dcon/
10464
10465 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10466 M:      Willy Tarreau <willy@meta-x.org>
10467 S:      Odd Fixes
10468 F:      drivers/staging/panel/
10469
10470 STAGING - REALTEK RTL8712U DRIVERS
10471 M:      Larry Finger <Larry.Finger@lwfinger.net>
10472 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10473 S:      Odd Fixes
10474 F:      drivers/staging/rtl8712/
10475
10476 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10477 M:      Larry Finger <Larry.Finger@lwfinger.net>
10478 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10479 L:      linux-wireless@vger.kernel.org
10480 S:      Maintained
10481 F:      drivers/staging/rtl8723au/
10482
10483 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10484 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10485 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10486 M:      Sudip Mukherjee <sudip@vectorindia.org>
10487 L:      linux-fbdev@vger.kernel.org
10488 S:      Maintained
10489 F:      drivers/staging/sm750fb/
10490
10491 STAGING - SLICOSS
10492 M:      Lior Dotan <liodot@gmail.com>
10493 M:      Christopher Harrer <charrer@alacritech.com>
10494 S:      Odd Fixes
10495 F:      drivers/staging/slicoss/
10496
10497 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10498 M:      William Hubbs <w.d.hubbs@gmail.com>
10499 M:      Chris Brannon <chris@the-brannons.com>
10500 M:      Kirk Reiser <kirk@reisers.ca>
10501 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10502 L:      speakup@linux-speakup.org
10503 W:      http://www.linux-speakup.org/
10504 S:      Odd Fixes
10505 F:      drivers/staging/speakup/
10506
10507 STAGING - VIA VT665X DRIVERS
10508 M:      Forest Bond <forest@alittletooquiet.net>
10509 S:      Odd Fixes
10510 F:      drivers/staging/vt665?/
10511
10512 STAGING - WILC1000 WIFI DRIVER
10513 M:      Johnny Kim <johnny.kim@atmel.com>
10514 M:      Austin Shin <austin.shin@atmel.com>
10515 M:      Chris Park <chris.park@atmel.com>
10516 M:      Tony Cho <tony.cho@atmel.com>
10517 M:      Glen Lee <glen.lee@atmel.com>
10518 M:      Leo Kim <leo.kim@atmel.com>
10519 L:      linux-wireless@vger.kernel.org
10520 S:      Supported
10521 F:      drivers/staging/wilc1000/
10522
10523 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10524 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10525 S:      Odd Fixes
10526 F:      drivers/staging/xgifb/
10527
10528 HFI1 DRIVER
10529 M:      Mike Marciniszyn <infinipath@intel.com>
10530 L:      linux-rdma@vger.kernel.org
10531 S:      Supported
10532 F:      drivers/staging/rdma/hfi1
10533
10534 STARFIRE/DURALAN NETWORK DRIVER
10535 M:      Ion Badulescu <ionut@badula.org>
10536 S:      Odd Fixes
10537 F:      drivers/net/ethernet/adaptec/starfire*
10538
10539 SUN3/3X
10540 M:      Sam Creasey <sammy@sammy.net>
10541 W:      http://sammy.net/sun3/
10542 S:      Maintained
10543 F:      arch/m68k/kernel/*sun3*
10544 F:      arch/m68k/sun3*/
10545 F:      arch/m68k/include/asm/sun3*
10546 F:      drivers/net/ethernet/i825xx/sun3*
10547
10548 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10549 M:      Hans de Goede <hdegoede@redhat.com>
10550 L:      linux-input@vger.kernel.org
10551 S:      Maintained
10552 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10553 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10554
10555 SUNDANCE NETWORK DRIVER
10556 M:      Denis Kirjanov <kda@linux-powerpc.org>
10557 L:      netdev@vger.kernel.org
10558 S:      Maintained
10559 F:      drivers/net/ethernet/dlink/sundance.c
10560
10561 SUPERH
10562 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10563 M:      Rich Felker <dalias@libc.org>
10564 L:      linux-sh@vger.kernel.org
10565 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10566 S:      Maintained
10567 F:      Documentation/sh/
10568 F:      arch/sh/
10569 F:      drivers/sh/
10570
10571 SUSPEND TO RAM
10572 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10573 M:      Len Brown <len.brown@intel.com>
10574 M:      Pavel Machek <pavel@ucw.cz>
10575 L:      linux-pm@vger.kernel.org
10576 S:      Supported
10577 F:      Documentation/power/
10578 F:      arch/x86/kernel/acpi/
10579 F:      drivers/base/power/
10580 F:      kernel/power/
10581 F:      include/linux/suspend.h
10582 F:      include/linux/freezer.h
10583 F:      include/linux/pm.h
10584
10585 SVGA HANDLING
10586 M:      Martin Mares <mj@ucw.cz>
10587 L:      linux-video@atrey.karlin.mff.cuni.cz
10588 S:      Maintained
10589 F:      Documentation/svga.txt
10590 F:      arch/x86/boot/video*
10591
10592 SWIOTLB SUBSYSTEM
10593 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10594 L:      linux-kernel@vger.kernel.org
10595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10596 S:      Supported
10597 F:      lib/swiotlb.c
10598 F:      arch/*/kernel/pci-swiotlb.c
10599 F:      include/linux/swiotlb.h
10600
10601 SWITCHDEV
10602 M:      Jiri Pirko <jiri@resnulli.us>
10603 L:      netdev@vger.kernel.org
10604 S:      Supported
10605 F:      net/switchdev/
10606 F:      include/net/switchdev.h
10607
10608 SYNOPSYS ARC ARCHITECTURE
10609 M:      Vineet Gupta <vgupta@synopsys.com>
10610 L:      linux-snps-arc@lists.infradead.org
10611 S:      Supported
10612 F:      arch/arc/
10613 F:      Documentation/devicetree/bindings/arc/*
10614 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10615 F:      drivers/tty/serial/arc_uart.c
10616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10617
10618 SYNOPSYS ARC SDP platform support
10619 M:      Alexey Brodkin <abrodkin@synopsys.com>
10620 S:      Supported
10621 F:      arch/arc/plat-axs10x
10622 F:      arch/arc/boot/dts/ax*
10623 F:      Documentation/devicetree/bindings/arc/axs10*
10624
10625 SYSTEM CONFIGURATION (SYSCON)
10626 M:      Lee Jones <lee.jones@linaro.org>
10627 M:      Arnd Bergmann <arnd@arndb.de>
10628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10629 S:      Supported
10630 F:      drivers/mfd/syscon.c
10631
10632 SYSV FILESYSTEM
10633 M:      Christoph Hellwig <hch@infradead.org>
10634 S:      Maintained
10635 F:      Documentation/filesystems/sysv-fs.txt
10636 F:      fs/sysv/
10637 F:      include/linux/sysv_fs.h
10638
10639 TARGET SUBSYSTEM
10640 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10641 L:      linux-scsi@vger.kernel.org
10642 L:      target-devel@vger.kernel.org
10643 W:      http://www.linux-iscsi.org
10644 W:      http://groups.google.com/group/linux-iscsi-target-dev
10645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10646 S:      Supported
10647 F:      drivers/target/
10648 F:      include/target/
10649 F:      Documentation/target/
10650
10651 TASKSTATS STATISTICS INTERFACE
10652 M:      Balbir Singh <bsingharora@gmail.com>
10653 S:      Maintained
10654 F:      Documentation/accounting/taskstats*
10655 F:      include/linux/taskstats*
10656 F:      kernel/taskstats.c
10657
10658 TC CLASSIFIER
10659 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10660 L:      netdev@vger.kernel.org
10661 S:      Maintained
10662 F:      include/net/pkt_cls.h
10663 F:      include/uapi/linux/pkt_cls.h
10664 F:      net/sched/
10665
10666 TCP LOW PRIORITY MODULE
10667 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10668 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10669 W:      http://tcp-lp-mod.sourceforge.net/
10670 S:      Maintained
10671 F:      net/ipv4/tcp_lp.c
10672
10673 TDA10071 MEDIA DRIVER
10674 M:      Antti Palosaari <crope@iki.fi>
10675 L:      linux-media@vger.kernel.org
10676 W:      https://linuxtv.org
10677 W:      http://palosaari.fi/linux/
10678 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10679 T:      git git://linuxtv.org/anttip/media_tree.git
10680 S:      Maintained
10681 F:      drivers/media/dvb-frontends/tda10071*
10682
10683 TDA18212 MEDIA DRIVER
10684 M:      Antti Palosaari <crope@iki.fi>
10685 L:      linux-media@vger.kernel.org
10686 W:      https://linuxtv.org
10687 W:      http://palosaari.fi/linux/
10688 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10689 T:      git git://linuxtv.org/anttip/media_tree.git
10690 S:      Maintained
10691 F:      drivers/media/tuners/tda18212*
10692
10693 TDA18218 MEDIA DRIVER
10694 M:      Antti Palosaari <crope@iki.fi>
10695 L:      linux-media@vger.kernel.org
10696 W:      https://linuxtv.org
10697 W:      http://palosaari.fi/linux/
10698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10699 T:      git git://linuxtv.org/anttip/media_tree.git
10700 S:      Maintained
10701 F:      drivers/media/tuners/tda18218*
10702
10703 TDA18271 MEDIA DRIVER
10704 M:      Michael Krufky <mkrufky@linuxtv.org>
10705 L:      linux-media@vger.kernel.org
10706 W:      https://linuxtv.org
10707 W:      http://github.com/mkrufky
10708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10709 T:      git git://linuxtv.org/mkrufky/tuners.git
10710 S:      Maintained
10711 F:      drivers/media/tuners/tda18271*
10712
10713 TDA827x MEDIA DRIVER
10714 M:      Michael Krufky <mkrufky@linuxtv.org>
10715 L:      linux-media@vger.kernel.org
10716 W:      https://linuxtv.org
10717 W:      http://github.com/mkrufky
10718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10719 T:      git git://linuxtv.org/mkrufky/tuners.git
10720 S:      Maintained
10721 F:      drivers/media/tuners/tda8290.*
10722
10723 TDA8290 MEDIA DRIVER
10724 M:      Michael Krufky <mkrufky@linuxtv.org>
10725 L:      linux-media@vger.kernel.org
10726 W:      https://linuxtv.org
10727 W:      http://github.com/mkrufky
10728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10729 T:      git git://linuxtv.org/mkrufky/tuners.git
10730 S:      Maintained
10731 F:      drivers/media/tuners/tda8290.*
10732
10733 TDA9840 MEDIA DRIVER
10734 M:      Hans Verkuil <hverkuil@xs4all.nl>
10735 L:      linux-media@vger.kernel.org
10736 T:      git git://linuxtv.org/media_tree.git
10737 W:      https://linuxtv.org
10738 S:      Maintained
10739 F:      drivers/media/i2c/tda9840*
10740
10741 TEA5761 TUNER DRIVER
10742 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10743 L:      linux-media@vger.kernel.org
10744 W:      https://linuxtv.org
10745 T:      git git://linuxtv.org/media_tree.git
10746 S:      Odd fixes
10747 F:      drivers/media/tuners/tea5761.*
10748
10749 TEA5767 TUNER DRIVER
10750 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10751 L:      linux-media@vger.kernel.org
10752 W:      https://linuxtv.org
10753 T:      git git://linuxtv.org/media_tree.git
10754 S:      Maintained
10755 F:      drivers/media/tuners/tea5767.*
10756
10757 TEA6415C MEDIA DRIVER
10758 M:      Hans Verkuil <hverkuil@xs4all.nl>
10759 L:      linux-media@vger.kernel.org
10760 T:      git git://linuxtv.org/media_tree.git
10761 W:      https://linuxtv.org
10762 S:      Maintained
10763 F:      drivers/media/i2c/tea6415c*
10764
10765 TEA6420 MEDIA DRIVER
10766 M:      Hans Verkuil <hverkuil@xs4all.nl>
10767 L:      linux-media@vger.kernel.org
10768 T:      git git://linuxtv.org/media_tree.git
10769 W:      https://linuxtv.org
10770 S:      Maintained
10771 F:      drivers/media/i2c/tea6420*
10772
10773 TEAM DRIVER
10774 M:      Jiri Pirko <jiri@resnulli.us>
10775 L:      netdev@vger.kernel.org
10776 S:      Supported
10777 F:      drivers/net/team/
10778 F:      include/linux/if_team.h
10779 F:      include/uapi/linux/if_team.h
10780
10781 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10782 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10783 S:      Maintained
10784 F:      arch/x86/platform/ts5500/
10785
10786 TECHNOTREND USB IR RECEIVER
10787 M:      Sean Young <sean@mess.org>
10788 L:      linux-media@vger.kernel.org
10789 S:      Maintained
10790 F:      drivers/media/rc/ttusbir.c
10791
10792 TEGRA ARCHITECTURE SUPPORT
10793 M:      Stephen Warren <swarren@wwwdotorg.org>
10794 M:      Thierry Reding <thierry.reding@gmail.com>
10795 M:      Alexandre Courbot <gnurou@gmail.com>
10796 L:      linux-tegra@vger.kernel.org
10797 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10799 S:      Supported
10800 N:      [^a-z]tegra
10801
10802 TEGRA CLOCK DRIVER
10803 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10804 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10805 S:      Supported
10806 F:      drivers/clk/tegra/
10807
10808 TEGRA DMA DRIVER
10809 M:      Laxman Dewangan <ldewangan@nvidia.com>
10810 S:      Supported
10811 F:      drivers/dma/tegra20-apb-dma.c
10812
10813 TEGRA I2C DRIVER
10814 M:      Laxman Dewangan <ldewangan@nvidia.com>
10815 S:      Supported
10816 F:      drivers/i2c/busses/i2c-tegra.c
10817
10818 TEGRA IOMMU DRIVERS
10819 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10820 S:      Supported
10821 F:      drivers/iommu/tegra*
10822
10823 TEGRA KBC DRIVER
10824 M:      Rakesh Iyer <riyer@nvidia.com>
10825 M:      Laxman Dewangan <ldewangan@nvidia.com>
10826 S:      Supported
10827 F:      drivers/input/keyboard/tegra-kbc.c
10828
10829 TEGRA PWM DRIVER
10830 M:      Thierry Reding <thierry.reding@gmail.com>
10831 S:      Supported
10832 F:      drivers/pwm/pwm-tegra.c
10833
10834 TEGRA SERIAL DRIVER
10835 M:      Laxman Dewangan <ldewangan@nvidia.com>
10836 S:      Supported
10837 F:      drivers/tty/serial/serial-tegra.c
10838
10839 TEGRA SPI DRIVER
10840 M:      Laxman Dewangan <ldewangan@nvidia.com>
10841 S:      Supported
10842 F:      drivers/spi/spi-tegra*
10843
10844 TEHUTI ETHERNET DRIVER
10845 M:      Andy Gospodarek <andy@greyhouse.net>
10846 L:      netdev@vger.kernel.org
10847 S:      Supported
10848 F:      drivers/net/ethernet/tehuti/*
10849
10850 Telecom Clock Driver for MCPL0010
10851 M:      Mark Gross <mark.gross@intel.com>
10852 S:      Supported
10853 F:      drivers/char/tlclk.c
10854
10855 TENSILICA XTENSA PORT (xtensa)
10856 M:      Chris Zankel <chris@zankel.net>
10857 M:      Max Filippov <jcmvbkbc@gmail.com>
10858 L:      linux-xtensa@linux-xtensa.org
10859 T:      git git://github.com/czankel/xtensa-linux.git
10860 S:      Maintained
10861 F:      arch/xtensa/
10862 F:      drivers/irqchip/irq-xtensa-*
10863
10864 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10865 M:      Hans Verkuil <hverkuil@xs4all.nl>
10866 L:      linux-media@vger.kernel.org
10867 T:      git git://linuxtv.org/media_tree.git
10868 W:      https://linuxtv.org
10869 S:      Maintained
10870 F:      drivers/media/radio/radio-raremono.c
10871
10872 THERMAL
10873 M:      Zhang Rui <rui.zhang@intel.com>
10874 M:      Eduardo Valentin <edubezval@gmail.com>
10875 L:      linux-pm@vger.kernel.org
10876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10878 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10879 S:      Supported
10880 F:      drivers/thermal/
10881 F:      include/linux/thermal.h
10882 F:      include/uapi/linux/thermal.h
10883 F:      include/linux/cpu_cooling.h
10884 F:      Documentation/devicetree/bindings/thermal/
10885
10886 THERMAL/CPU_COOLING
10887 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10888 M:      Viresh Kumar <viresh.kumar@linaro.org>
10889 M:      Javi Merino <javi.merino@arm.com>
10890 L:      linux-pm@vger.kernel.org
10891 S:      Supported
10892 F:      Documentation/thermal/cpu-cooling-api.txt
10893 F:      drivers/thermal/cpu_cooling.c
10894 F:      include/linux/cpu_cooling.h
10895
10896 THINGM BLINK(1) USB RGB LED DRIVER
10897 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10898 S:      Maintained
10899 F:      drivers/hid/hid-thingm.c
10900
10901 THINKPAD ACPI EXTRAS DRIVER
10902 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10903 L:      ibm-acpi-devel@lists.sourceforge.net
10904 L:      platform-driver-x86@vger.kernel.org
10905 W:      http://ibm-acpi.sourceforge.net
10906 W:      http://thinkwiki.org/wiki/Ibm-acpi
10907 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10908 S:      Maintained
10909 F:      drivers/platform/x86/thinkpad_acpi.c
10910
10911 TI BANDGAP AND THERMAL DRIVER
10912 M:      Eduardo Valentin <edubezval@gmail.com>
10913 L:      linux-pm@vger.kernel.org
10914 L:      linux-omap@vger.kernel.org
10915 S:      Maintained
10916 F:      drivers/thermal/ti-soc-thermal/
10917
10918 TI VPE/CAL DRIVERS
10919 M:      Benoit Parrot <bparrot@ti.com>
10920 L:      linux-media@vger.kernel.org
10921 W:      http://linuxtv.org/
10922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10923 S:      Maintained
10924 F:      drivers/media/platform/ti-vpe/
10925
10926 TI CDCE706 CLOCK DRIVER
10927 M:      Max Filippov <jcmvbkbc@gmail.com>
10928 S:      Maintained
10929 F:      drivers/clk/clk-cdce706.c
10930
10931 TI CLOCK DRIVER
10932 M:      Tero Kristo <t-kristo@ti.com>
10933 L:      linux-omap@vger.kernel.org
10934 S:      Maintained
10935 F:      drivers/clk/ti/
10936 F:      include/linux/clk/ti.h
10937
10938 TI FLASH MEDIA INTERFACE DRIVER
10939 M:      Alex Dubov <oakad@yahoo.com>
10940 S:      Maintained
10941 F:      drivers/misc/tifm*
10942 F:      drivers/mmc/host/tifm_sd.c
10943 F:      include/linux/tifm.h
10944
10945 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10946 M:      Santosh Shilimkar <ssantosh@kernel.org>
10947 L:      linux-kernel@vger.kernel.org
10948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10949 S:      Maintained
10950 F:      drivers/soc/ti/*
10951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10952
10953
10954 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10955 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10956 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10957 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10958 S:      Maintained
10959 F:      sound/soc/codecs/lm49453*
10960 F:      sound/soc/codecs/isabelle*
10961
10962 TI LP855x BACKLIGHT DRIVER
10963 M:      Milo Kim <milo.kim@ti.com>
10964 S:      Maintained
10965 F:      Documentation/backlight/lp855x-driver.txt
10966 F:      drivers/video/backlight/lp855x_bl.c
10967 F:      include/linux/platform_data/lp855x.h
10968
10969 TI LP8727 CHARGER DRIVER
10970 M:      Milo Kim <milo.kim@ti.com>
10971 S:      Maintained
10972 F:      drivers/power/lp8727_charger.c
10973 F:      include/linux/platform_data/lp8727.h
10974
10975 TI LP8788 MFD DRIVER
10976 M:      Milo Kim <milo.kim@ti.com>
10977 S:      Maintained
10978 F:      drivers/iio/adc/lp8788_adc.c
10979 F:      drivers/leds/leds-lp8788.c
10980 F:      drivers/mfd/lp8788*.c
10981 F:      drivers/power/lp8788-charger.c
10982 F:      drivers/regulator/lp8788-*.c
10983 F:      include/linux/mfd/lp8788*.h
10984
10985 TI NETCP ETHERNET DRIVER
10986 M:      Wingman Kwok <w-kwok2@ti.com>
10987 M:      Murali Karicheri <m-karicheri2@ti.com>
10988 L:      netdev@vger.kernel.org
10989 S:      Maintained
10990 F:      drivers/net/ethernet/ti/netcp*
10991
10992 TI TAS571X FAMILY ASoC CODEC DRIVER
10993 M:      Kevin Cernekee <cernekee@chromium.org>
10994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10995 S:      Odd Fixes
10996 F:      sound/soc/codecs/tas571x*
10997
10998 TI TWL4030 SERIES SOC CODEC DRIVER
10999 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
11000 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11001 S:      Maintained
11002 F:      sound/soc/codecs/twl4030*
11003
11004 TI WILINK WIRELESS DRIVERS
11005 L:      linux-wireless@vger.kernel.org
11006 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
11007 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
11008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
11009 S:      Orphan
11010 F:      drivers/net/wireless/ti/
11011 F:      include/linux/wl12xx.h
11012
11013 TIPC NETWORK LAYER
11014 M:      Jon Maloy <jon.maloy@ericsson.com>
11015 M:      Ying Xue <ying.xue@windriver.com>
11016 L:      netdev@vger.kernel.org (core kernel code)
11017 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
11018 W:      http://tipc.sourceforge.net/
11019 S:      Maintained
11020 F:      include/uapi/linux/tipc*.h
11021 F:      net/tipc/
11022
11023 TILE ARCHITECTURE
11024 M:      Chris Metcalf <cmetcalf@ezchip.com>
11025 W:      http://www.ezchip.com/scm/
11026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
11027 S:      Supported
11028 F:      arch/tile/
11029 F:      drivers/char/tile-srom.c
11030 F:      drivers/edac/tile_edac.c
11031 F:      drivers/net/ethernet/tile/
11032 F:      drivers/rtc/rtc-tile.c
11033 F:      drivers/tty/hvc/hvc_tile.c
11034 F:      drivers/tty/serial/tilegx.c
11035 F:      drivers/usb/host/*-tilegx.c
11036 F:      include/linux/usb/tilegx.h
11037
11038 TLAN NETWORK DRIVER
11039 M:      Samuel Chessman <chessman@tux.org>
11040 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11041 W:      http://sourceforge.net/projects/tlan/
11042 S:      Maintained
11043 F:      Documentation/networking/tlan.txt
11044 F:      drivers/net/ethernet/ti/tlan.*
11045
11046 TOMOYO SECURITY MODULE
11047 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11048 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11049 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11050 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11051 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11052 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11053 W:      http://tomoyo.sourceforge.jp/
11054 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11055 S:      Maintained
11056 F:      security/tomoyo/
11057
11058 TOPSTAR LAPTOP EXTRAS DRIVER
11059 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11060 L:      platform-driver-x86@vger.kernel.org
11061 S:      Maintained
11062 F:      drivers/platform/x86/topstar-laptop.c
11063
11064 TOSHIBA ACPI EXTRAS DRIVER
11065 M:      Azael Avalos <coproscefalo@gmail.com>
11066 L:      platform-driver-x86@vger.kernel.org
11067 S:      Maintained
11068 F:      drivers/platform/x86/toshiba_acpi.c
11069
11070 TOSHIBA BLUETOOTH DRIVER
11071 M:      Azael Avalos <coproscefalo@gmail.com>
11072 L:      platform-driver-x86@vger.kernel.org
11073 S:      Maintained
11074 F:      drivers/platform/x86/toshiba_bluetooth.c
11075
11076 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11077 M:      Azael Avalos <coproscefalo@gmail.com>
11078 L:      platform-driver-x86@vger.kernel.org
11079 S:      Maintained
11080 F:      drivers/platform/x86/toshiba_haps.c
11081
11082 TOSHIBA WMI HOTKEYS DRIVER
11083 M:      Azael Avalos <coproscefalo@gmail.com>
11084 L:      platform-driver-x86@vger.kernel.org
11085 S:      Maintained
11086 F:      drivers/platform/x86/toshiba-wmi.c
11087
11088 TOSHIBA SMM DRIVER
11089 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11090 W:      http://www.buzzard.org.uk/toshiba/
11091 S:      Maintained
11092 F:      drivers/char/toshiba.c
11093 F:      include/linux/toshiba.h
11094 F:      include/uapi/linux/toshiba.h
11095
11096 TOSHIBA TC358743 DRIVER
11097 M:      Mats Randgaard <matrandg@cisco.com>
11098 L:      linux-media@vger.kernel.org
11099 S:      Maintained
11100 F:      drivers/media/i2c/tc358743*
11101 F:      include/media/i2c/tc358743.h
11102
11103 TMIO MMC DRIVER
11104 M:      Ian Molton <ian@mnementh.co.uk>
11105 L:      linux-mmc@vger.kernel.org
11106 S:      Maintained
11107 F:      drivers/mmc/host/tmio_mmc*
11108 F:      drivers/mmc/host/sh_mobile_sdhi.c
11109 F:      include/linux/mmc/tmio.h
11110 F:      include/linux/mmc/sh_mobile_sdhi.h
11111
11112 TMP401 HARDWARE MONITOR DRIVER
11113 M:      Guenter Roeck <linux@roeck-us.net>
11114 L:      lm-sensors@lm-sensors.org
11115 S:      Maintained
11116 F:      Documentation/hwmon/tmp401
11117 F:      drivers/hwmon/tmp401.c
11118
11119 TMPFS (SHMEM FILESYSTEM)
11120 M:      Hugh Dickins <hughd@google.com>
11121 L:      linux-mm@kvack.org
11122 S:      Maintained
11123 F:      include/linux/shmem_fs.h
11124 F:      mm/shmem.c
11125
11126 TM6000 VIDEO4LINUX DRIVER
11127 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11128 L:      linux-media@vger.kernel.org
11129 W:      https://linuxtv.org
11130 T:      git git://linuxtv.org/media_tree.git
11131 S:      Odd fixes
11132 F:      drivers/media/usb/tm6000/
11133
11134 TW68 VIDEO4LINUX DRIVER
11135 M:      Hans Verkuil <hverkuil@xs4all.nl>
11136 L:      linux-media@vger.kernel.org
11137 T:      git git://linuxtv.org/media_tree.git
11138 W:      https://linuxtv.org
11139 S:      Odd Fixes
11140 F:      drivers/media/pci/tw68/
11141
11142 TPM DEVICE DRIVER
11143 M:      Peter Huewe <peterhuewe@gmx.de>
11144 M:      Marcel Selhorst <tpmdd@selhorst.net>
11145 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11146 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11147 W:      http://tpmdd.sourceforge.net
11148 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11149 Q:      https://patchwork.kernel.org/project/tpmdd-devel/list/
11150 T:      git git://git.infradead.org/users/jjs/linux-tpmdd.git
11151 S:      Maintained
11152 F:      drivers/char/tpm/
11153
11154 TPM IBM_VTPM DEVICE DRIVER
11155 M:      Ashley Lai <ashleydlai@gmail.com>
11156 W:      http://tpmdd.sourceforge.net
11157 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11158 S:      Maintained
11159 F:      drivers/char/tpm/tpm_ibmvtpm*
11160
11161 TRACING
11162 M:      Steven Rostedt <rostedt@goodmis.org>
11163 M:      Ingo Molnar <mingo@redhat.com>
11164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11165 S:      Maintained
11166 F:      Documentation/trace/ftrace.txt
11167 F:      arch/*/*/*/ftrace.h
11168 F:      arch/*/kernel/ftrace.c
11169 F:      include/*/ftrace.h
11170 F:      include/linux/trace*.h
11171 F:      include/trace/
11172 F:      kernel/trace/
11173 F:      tools/testing/selftests/ftrace/
11174
11175 TRIVIAL PATCHES
11176 M:      Jiri Kosina <trivial@kernel.org>
11177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11178 S:      Maintained
11179 K:      ^Subject:.*(?i)trivial
11180
11181 TTY LAYER
11182 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11183 M:      Jiri Slaby <jslaby@suse.com>
11184 S:      Supported
11185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11186 F:      Documentation/serial/
11187 F:      drivers/tty/
11188 F:      drivers/tty/serial/serial_core.c
11189 F:      include/linux/serial_core.h
11190 F:      include/linux/serial.h
11191 F:      include/linux/tty.h
11192 F:      include/uapi/linux/serial_core.h
11193 F:      include/uapi/linux/serial.h
11194 F:      include/uapi/linux/tty.h
11195
11196 TUA9001 MEDIA DRIVER
11197 M:      Antti Palosaari <crope@iki.fi>
11198 L:      linux-media@vger.kernel.org
11199 W:      https://linuxtv.org
11200 W:      http://palosaari.fi/linux/
11201 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11202 T:      git git://linuxtv.org/anttip/media_tree.git
11203 S:      Maintained
11204 F:      drivers/media/tuners/tua9001*
11205
11206 TULIP NETWORK DRIVERS
11207 L:      netdev@vger.kernel.org
11208 L:      linux-parisc@vger.kernel.org
11209 S:      Orphan
11210 F:      drivers/net/ethernet/dec/tulip/
11211
11212 TUN/TAP driver
11213 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11214 W:      http://vtun.sourceforge.net/tun
11215 S:      Maintained
11216 F:      Documentation/networking/tuntap.txt
11217 F:      arch/um/os-Linux/drivers/
11218
11219 TURBOCHANNEL SUBSYSTEM
11220 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11221 M:      Ralf Baechle <ralf@linux-mips.org>
11222 L:      linux-mips@linux-mips.org
11223 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11224 S:      Maintained
11225 F:      drivers/tc/
11226 F:      include/linux/tc.h
11227
11228 U14-34F SCSI DRIVER
11229 M:      Dario Ballabio <ballabio_dario@emc.com>
11230 L:      linux-scsi@vger.kernel.org
11231 S:      Maintained
11232 F:      drivers/scsi/u14-34f.c
11233
11234 UBI FILE SYSTEM (UBIFS)
11235 M:      Artem Bityutskiy <dedekind1@gmail.com>
11236 M:      Adrian Hunter <adrian.hunter@intel.com>
11237 L:      linux-mtd@lists.infradead.org
11238 T:      git git://git.infradead.org/ubifs-2.6.git
11239 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11240 S:      Maintained
11241 F:      Documentation/filesystems/ubifs.txt
11242 F:      fs/ubifs/
11243
11244 UCLINUX (M68KNOMMU AND COLDFIRE)
11245 M:      Greg Ungerer <gerg@uclinux.org>
11246 W:      http://www.uclinux.org/
11247 L:      linux-m68k@lists.linux-m68k.org
11248 L:      uclinux-dev@uclinux.org  (subscribers-only)
11249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11250 S:      Maintained
11251 F:      arch/m68k/coldfire/
11252 F:      arch/m68k/68*/
11253 F:      arch/m68k/*/*_no.*
11254 F:      arch/m68k/include/asm/*_no.*
11255
11256 UDF FILESYSTEM
11257 M:      Jan Kara <jack@suse.com>
11258 S:      Maintained
11259 F:      Documentation/filesystems/udf.txt
11260 F:      fs/udf/
11261
11262 UFS FILESYSTEM
11263 M:      Evgeniy Dushistov <dushistov@mail.ru>
11264 S:      Maintained
11265 F:      Documentation/filesystems/ufs.txt
11266 F:      fs/ufs/
11267
11268 UHID USERSPACE HID IO DRIVER:
11269 M:      David Herrmann <dh.herrmann@googlemail.com>
11270 L:      linux-input@vger.kernel.org
11271 S:      Maintained
11272 F:      drivers/hid/uhid.c
11273 F:      include/uapi/linux/uhid.h
11274
11275 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11276 L:      linux-usb@vger.kernel.org
11277 S:      Orphan
11278 F:      drivers/uwb/
11279 F:      include/linux/uwb.h
11280 F:      include/linux/uwb/
11281
11282 UNICORE32 ARCHITECTURE:
11283 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11284 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11285 S:      Maintained
11286 T:      git git://github.com/gxt/linux.git
11287 F:      arch/unicore32/
11288
11289 UNIFDEF
11290 M:      Tony Finch <dot@dotat.at>
11291 W:      http://dotat.at/prog/unifdef
11292 S:      Maintained
11293 F:      scripts/unifdef.c
11294
11295 UNIFORM CDROM DRIVER
11296 M:      Jens Axboe <axboe@kernel.dk>
11297 W:      http://www.kernel.dk
11298 S:      Maintained
11299 F:      Documentation/cdrom/
11300 F:      drivers/cdrom/cdrom.c
11301 F:      include/linux/cdrom.h
11302 F:      include/uapi/linux/cdrom.h
11303
11304 UNISYS S-PAR DRIVERS
11305 M:      Benjamin Romer <benjamin.romer@unisys.com>
11306 M:      David Kershner <david.kershner@unisys.com>
11307 L:      sparmaintainer@unisys.com (Unisys internal)
11308 S:      Supported
11309 F:      drivers/staging/unisys/
11310
11311 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11312 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11313 L:      linux-scsi@vger.kernel.org
11314 S:      Supported
11315 F:      Documentation/scsi/ufs.txt
11316 F:      drivers/scsi/ufs/
11317
11318 UNSORTED BLOCK IMAGES (UBI)
11319 M:      Artem Bityutskiy <dedekind1@gmail.com>
11320 M:      Richard Weinberger <richard@nod.at>
11321 W:      http://www.linux-mtd.infradead.org/
11322 L:      linux-mtd@lists.infradead.org
11323 T:      git git://git.infradead.org/ubifs-2.6.git
11324 S:      Supported
11325 F:      drivers/mtd/ubi/
11326 F:      include/linux/mtd/ubi.h
11327 F:      include/uapi/mtd/ubi-user.h
11328
11329 USB ACM DRIVER
11330 M:      Oliver Neukum <oneukum@suse.com>
11331 L:      linux-usb@vger.kernel.org
11332 S:      Maintained
11333 F:      Documentation/usb/acm.txt
11334 F:      drivers/usb/class/cdc-acm.*
11335
11336 USB AR5523 WIRELESS DRIVER
11337 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11338 L:      linux-wireless@vger.kernel.org
11339 S:      Maintained
11340 F:      drivers/net/wireless/ath/ar5523/
11341
11342 USB ATTACHED SCSI
11343 M:      Hans de Goede <hdegoede@redhat.com>
11344 M:      Gerd Hoffmann <kraxel@redhat.com>
11345 L:      linux-usb@vger.kernel.org
11346 L:      linux-scsi@vger.kernel.org
11347 S:      Maintained
11348 F:      drivers/usb/storage/uas.c
11349
11350 USB CDC ETHERNET DRIVER
11351 M:      Oliver Neukum <oliver@neukum.org>
11352 L:      linux-usb@vger.kernel.org
11353 S:      Maintained
11354 F:      drivers/net/usb/cdc_*.c
11355 F:      include/uapi/linux/usb/cdc.h
11356
11357 USB CHAOSKEY DRIVER
11358 M:      Keith Packard <keithp@keithp.com>
11359 L:      linux-usb@vger.kernel.org
11360 S:      Maintained
11361 F:      drivers/usb/misc/chaoskey.c
11362
11363 USB CYPRESS C67X00 DRIVER
11364 M:      Peter Korsgaard <jacmet@sunsite.dk>
11365 L:      linux-usb@vger.kernel.org
11366 S:      Maintained
11367 F:      drivers/usb/c67x00/
11368
11369 USB DAVICOM DM9601 DRIVER
11370 M:      Peter Korsgaard <jacmet@sunsite.dk>
11371 L:      netdev@vger.kernel.org
11372 W:      http://www.linux-usb.org/usbnet
11373 S:      Maintained
11374 F:      drivers/net/usb/dm9601.c
11375
11376 USB DIAMOND RIO500 DRIVER
11377 M:      Cesar Miquel <miquel@df.uba.ar>
11378 L:      rio500-users@lists.sourceforge.net
11379 W:      http://rio500.sourceforge.net
11380 S:      Maintained
11381 F:      drivers/usb/misc/rio500*
11382
11383 USB EHCI DRIVER
11384 M:      Alan Stern <stern@rowland.harvard.edu>
11385 L:      linux-usb@vger.kernel.org
11386 S:      Maintained
11387 F:      Documentation/usb/ehci.txt
11388 F:      drivers/usb/host/ehci*
11389
11390 USB GADGET/PERIPHERAL SUBSYSTEM
11391 M:      Felipe Balbi <balbi@kernel.org>
11392 L:      linux-usb@vger.kernel.org
11393 W:      http://www.linux-usb.org/gadget
11394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11395 S:      Maintained
11396 F:      drivers/usb/gadget/
11397 F:      include/linux/usb/gadget*
11398
11399 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11400 M:      Jiri Kosina <jikos@kernel.org>
11401 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11402 L:      linux-usb@vger.kernel.org
11403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11404 S:      Maintained
11405 F:      Documentation/hid/hiddev.txt
11406 F:      drivers/hid/usbhid/
11407
11408 USB ISP116X DRIVER
11409 M:      Olav Kongas <ok@artecdesign.ee>
11410 L:      linux-usb@vger.kernel.org
11411 S:      Maintained
11412 F:      drivers/usb/host/isp116x*
11413 F:      include/linux/usb/isp116x.h
11414
11415 USB MASS STORAGE DRIVER
11416 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11417 L:      linux-usb@vger.kernel.org
11418 L:      usb-storage@lists.one-eyed-alien.net
11419 S:      Maintained
11420 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11421 F:      drivers/usb/storage/
11422
11423 USB MIDI DRIVER
11424 M:      Clemens Ladisch <clemens@ladisch.de>
11425 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11426 T:      git git://git.alsa-project.org/alsa-kernel.git
11427 S:      Maintained
11428 F:      sound/usb/midi.*
11429
11430 USB NETWORKING DRIVERS
11431 L:      linux-usb@vger.kernel.org
11432 S:      Odd Fixes
11433 F:      drivers/net/usb/
11434
11435 USB OHCI DRIVER
11436 M:      Alan Stern <stern@rowland.harvard.edu>
11437 L:      linux-usb@vger.kernel.org
11438 S:      Maintained
11439 F:      Documentation/usb/ohci.txt
11440 F:      drivers/usb/host/ohci*
11441
11442 USB OTG FSM (Finite State Machine)
11443 M:      Peter Chen <Peter.Chen@nxp.com>
11444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11445 L:      linux-usb@vger.kernel.org
11446 S:      Maintained
11447 F:      drivers/usb/common/usb-otg-fsm.c
11448
11449 USB OVER IP DRIVER
11450 M:      Valentina Manea <valentina.manea.m@gmail.com>
11451 M:      Shuah Khan <shuah.kh@samsung.com>
11452 L:      linux-usb@vger.kernel.org
11453 S:      Maintained
11454 F:      Documentation/usb/usbip_protocol.txt
11455 F:      drivers/usb/usbip/
11456 F:      tools/usb/usbip/
11457
11458 USB PEGASUS DRIVER
11459 M:      Petko Manolov <petkan@nucleusys.com>
11460 L:      linux-usb@vger.kernel.org
11461 L:      netdev@vger.kernel.org
11462 T:      git git://github.com/petkan/pegasus.git
11463 W:      https://github.com/petkan/pegasus
11464 S:      Maintained
11465 F:      drivers/net/usb/pegasus.*
11466
11467 USB PHY LAYER
11468 M:      Felipe Balbi <balbi@kernel.org>
11469 L:      linux-usb@vger.kernel.org
11470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11471 S:      Maintained
11472 F:      drivers/usb/phy/
11473
11474 USB PRINTER DRIVER (usblp)
11475 M:      Pete Zaitcev <zaitcev@redhat.com>
11476 L:      linux-usb@vger.kernel.org
11477 S:      Supported
11478 F:      drivers/usb/class/usblp.c
11479
11480 USB QMI WWAN NETWORK DRIVER
11481 M:      Bjørn Mork <bjorn@mork.no>
11482 L:      netdev@vger.kernel.org
11483 S:      Maintained
11484 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11485 F:      drivers/net/usb/qmi_wwan.c
11486
11487 USB RTL8150 DRIVER
11488 M:      Petko Manolov <petkan@nucleusys.com>
11489 L:      linux-usb@vger.kernel.org
11490 L:      netdev@vger.kernel.org
11491 T:      git git://github.com/petkan/rtl8150.git
11492 W:      https://github.com/petkan/rtl8150
11493 S:      Maintained
11494 F:      drivers/net/usb/rtl8150.c
11495
11496 USB SERIAL SUBSYSTEM
11497 M:      Johan Hovold <johan@kernel.org>
11498 L:      linux-usb@vger.kernel.org
11499 S:      Maintained
11500 F:      Documentation/usb/usb-serial.txt
11501 F:      drivers/usb/serial/
11502 F:      include/linux/usb/serial.h
11503
11504 USB SMSC75XX ETHERNET DRIVER
11505 M:      Steve Glendinning <steve.glendinning@shawell.net>
11506 L:      netdev@vger.kernel.org
11507 S:      Maintained
11508 F:      drivers/net/usb/smsc75xx.*
11509
11510 USB SMSC95XX ETHERNET DRIVER
11511 M:      Steve Glendinning <steve.glendinning@shawell.net>
11512 L:      netdev@vger.kernel.org
11513 S:      Maintained
11514 F:      drivers/net/usb/smsc95xx.*
11515
11516 USB SUBSYSTEM
11517 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11518 L:      linux-usb@vger.kernel.org
11519 W:      http://www.linux-usb.org
11520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11521 S:      Supported
11522 F:      Documentation/usb/
11523 F:      drivers/usb/
11524 F:      include/linux/usb.h
11525 F:      include/linux/usb/
11526
11527 USB UHCI DRIVER
11528 M:      Alan Stern <stern@rowland.harvard.edu>
11529 L:      linux-usb@vger.kernel.org
11530 S:      Maintained
11531 F:      drivers/usb/host/uhci*
11532
11533 USB "USBNET" DRIVER FRAMEWORK
11534 M:      Oliver Neukum <oneukum@suse.com>
11535 L:      netdev@vger.kernel.org
11536 W:      http://www.linux-usb.org/usbnet
11537 S:      Maintained
11538 F:      drivers/net/usb/usbnet.c
11539 F:      include/linux/usb/usbnet.h
11540
11541 USB VIDEO CLASS
11542 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11543 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11544 L:      linux-media@vger.kernel.org
11545 T:      git git://linuxtv.org/media_tree.git
11546 W:      http://www.ideasonboard.org/uvc/
11547 S:      Maintained
11548 F:      drivers/media/usb/uvc/
11549 F:      include/uapi/linux/uvcvideo.h
11550
11551 USB VISION DRIVER
11552 M:      Hans Verkuil <hverkuil@xs4all.nl>
11553 L:      linux-media@vger.kernel.org
11554 T:      git git://linuxtv.org/media_tree.git
11555 W:      https://linuxtv.org
11556 S:      Odd Fixes
11557 F:      drivers/media/usb/usbvision/
11558
11559 USB WEBCAM GADGET
11560 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11561 L:      linux-usb@vger.kernel.org
11562 S:      Maintained
11563 F:      drivers/usb/gadget/function/*uvc*
11564 F:      drivers/usb/gadget/legacy/webcam.c
11565
11566 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11567 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11568 L:      linux-wireless@vger.kernel.org
11569 S:      Maintained
11570 F:      drivers/net/wireless/rndis_wlan.c
11571
11572 USB XHCI DRIVER
11573 M:      Mathias Nyman <mathias.nyman@intel.com>
11574 L:      linux-usb@vger.kernel.org
11575 S:      Supported
11576 F:      drivers/usb/host/xhci*
11577 F:      drivers/usb/host/pci-quirks*
11578
11579 USB ZD1201 DRIVER
11580 L:      linux-wireless@vger.kernel.org
11581 W:      http://linux-lc100020.sourceforge.net
11582 S:      Orphan
11583 F:      drivers/net/wireless/zydas/zd1201.*
11584
11585 USB ZR364XX DRIVER
11586 M:      Antoine Jacquet <royale@zerezo.com>
11587 L:      linux-usb@vger.kernel.org
11588 L:      linux-media@vger.kernel.org
11589 T:      git git://linuxtv.org/media_tree.git
11590 W:      http://royale.zerezo.com/zr364xx/
11591 S:      Maintained
11592 F:      Documentation/video4linux/zr364xx.txt
11593 F:      drivers/media/usb/zr364xx/
11594
11595 ULPI BUS
11596 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11597 L:      linux-usb@vger.kernel.org
11598 S:      Maintained
11599 F:      drivers/usb/common/ulpi.c
11600 F:      include/linux/ulpi/
11601
11602 USER-MODE LINUX (UML)
11603 M:      Jeff Dike <jdike@addtoit.com>
11604 M:      Richard Weinberger <richard@nod.at>
11605 L:      user-mode-linux-devel@lists.sourceforge.net
11606 L:      user-mode-linux-user@lists.sourceforge.net
11607 W:      http://user-mode-linux.sourceforge.net
11608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11609 S:      Maintained
11610 F:      Documentation/virtual/uml/
11611 F:      arch/um/
11612 F:      arch/x86/um/
11613 F:      fs/hostfs/
11614 F:      fs/hppfs/
11615
11616 USERSPACE I/O (UIO)
11617 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11618 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11619 S:      Maintained
11620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11621 F:      Documentation/DocBook/uio-howto.tmpl
11622 F:      drivers/uio/
11623 F:      include/linux/uio*.h
11624
11625 UTIL-LINUX PACKAGE
11626 M:      Karel Zak <kzak@redhat.com>
11627 L:      util-linux@vger.kernel.org
11628 W:      http://en.wikipedia.org/wiki/Util-linux
11629 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11630 S:      Maintained
11631
11632 UVESAFB DRIVER
11633 M:      Michal Januszewski <spock@gentoo.org>
11634 L:      linux-fbdev@vger.kernel.org
11635 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11636 S:      Maintained
11637 F:      Documentation/fb/uvesafb.txt
11638 F:      drivers/video/fbdev/uvesafb.*
11639
11640 VF610 NAND DRIVER
11641 M:      Stefan Agner <stefan@agner.ch>
11642 L:      linux-mtd@lists.infradead.org
11643 S:      Supported
11644 F:      drivers/mtd/nand/vf610_nfc.c
11645
11646 VFAT/FAT/MSDOS FILESYSTEM
11647 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11648 S:      Maintained
11649 F:      Documentation/filesystems/vfat.txt
11650 F:      fs/fat/
11651
11652 VFIO DRIVER
11653 M:      Alex Williamson <alex.williamson@redhat.com>
11654 L:      kvm@vger.kernel.org
11655 T:      git git://github.com/awilliam/linux-vfio.git
11656 S:      Maintained
11657 F:      Documentation/vfio.txt
11658 F:      drivers/vfio/
11659 F:      include/linux/vfio.h
11660 F:      include/uapi/linux/vfio.h
11661
11662 VFIO PLATFORM DRIVER
11663 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11664 L:      kvm@vger.kernel.org
11665 S:      Maintained
11666 F:      drivers/vfio/platform/
11667
11668 VIDEOBUF2 FRAMEWORK
11669 M:      Pawel Osciak <pawel@osciak.com>
11670 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11671 M:      Kyungmin Park <kyungmin.park@samsung.com>
11672 L:      linux-media@vger.kernel.org
11673 S:      Maintained
11674 F:      drivers/media/v4l2-core/videobuf2-*
11675 F:      include/media/videobuf2-*
11676
11677 VIRTUAL SERIO DEVICE DRIVER
11678 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11679 S:      Maintained
11680 F:      drivers/input/serio/userio.c
11681 F:      include/uapi/linux/userio.h
11682
11683 VIRTIO CONSOLE DRIVER
11684 M:      Amit Shah <amit.shah@redhat.com>
11685 L:      virtualization@lists.linux-foundation.org
11686 S:      Maintained
11687 F:      drivers/char/virtio_console.c
11688 F:      include/linux/virtio_console.h
11689 F:      include/uapi/linux/virtio_console.h
11690
11691 VIRTIO CORE, NET AND BLOCK DRIVERS
11692 M:      "Michael S. Tsirkin" <mst@redhat.com>
11693 L:      virtualization@lists.linux-foundation.org
11694 S:      Maintained
11695 F:      drivers/virtio/
11696 F:      tools/virtio/
11697 F:      drivers/net/virtio_net.c
11698 F:      drivers/block/virtio_blk.c
11699 F:      include/linux/virtio_*.h
11700 F:      include/uapi/linux/virtio_*.h
11701
11702 VIRTIO DRIVERS FOR S390
11703 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11704 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11705 L:      linux-s390@vger.kernel.org
11706 L:      virtualization@lists.linux-foundation.org
11707 L:      kvm@vger.kernel.org
11708 S:      Supported
11709 F:      drivers/s390/virtio/
11710
11711 VIRTIO GPU DRIVER
11712 M:      David Airlie <airlied@linux.ie>
11713 M:      Gerd Hoffmann <kraxel@redhat.com>
11714 L:      dri-devel@lists.freedesktop.org
11715 L:      virtualization@lists.linux-foundation.org
11716 S:      Maintained
11717 F:      drivers/gpu/drm/virtio/
11718 F:      include/uapi/linux/virtio_gpu.h
11719
11720 VIRTIO HOST (VHOST)
11721 M:      "Michael S. Tsirkin" <mst@redhat.com>
11722 L:      kvm@vger.kernel.org
11723 L:      virtualization@lists.linux-foundation.org
11724 L:      netdev@vger.kernel.org
11725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11726 S:      Maintained
11727 F:      drivers/vhost/
11728 F:      include/uapi/linux/vhost.h
11729
11730 VIRTIO INPUT DRIVER
11731 M:      Gerd Hoffmann <kraxel@redhat.com>
11732 S:      Maintained
11733 F:      drivers/virtio/virtio_input.c
11734 F:      include/uapi/linux/virtio_input.h
11735
11736 VIA RHINE NETWORK DRIVER
11737 S:      Orphan
11738 F:      drivers/net/ethernet/via/via-rhine.c
11739
11740 VIA SD/MMC CARD CONTROLLER DRIVER
11741 M:      Bruce Chang <brucechang@via.com.tw>
11742 M:      Harald Welte <HaraldWelte@viatech.com>
11743 S:      Maintained
11744 F:      drivers/mmc/host/via-sdmmc.c
11745
11746 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11747 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11748 L:      linux-fbdev@vger.kernel.org
11749 S:      Maintained
11750 F:      include/linux/via-core.h
11751 F:      include/linux/via-gpio.h
11752 F:      include/linux/via_i2c.h
11753 F:      drivers/video/fbdev/via/
11754
11755 VIA VELOCITY NETWORK DRIVER
11756 M:      Francois Romieu <romieu@fr.zoreil.com>
11757 L:      netdev@vger.kernel.org
11758 S:      Maintained
11759 F:      drivers/net/ethernet/via/via-velocity.*
11760
11761 VIRT LIB
11762 M:      Alex Williamson <alex.williamson@redhat.com>
11763 M:      Paolo Bonzini <pbonzini@redhat.com>
11764 L:      kvm@vger.kernel.org
11765 S:      Supported
11766 F:      virt/lib/
11767
11768 VIVID VIRTUAL VIDEO DRIVER
11769 M:      Hans Verkuil <hverkuil@xs4all.nl>
11770 L:      linux-media@vger.kernel.org
11771 T:      git git://linuxtv.org/media_tree.git
11772 W:      https://linuxtv.org
11773 S:      Maintained
11774 F:      drivers/media/platform/vivid/*
11775
11776 VLAN (802.1Q)
11777 M:      Patrick McHardy <kaber@trash.net>
11778 L:      netdev@vger.kernel.org
11779 S:      Maintained
11780 F:      drivers/net/macvlan.c
11781 F:      include/linux/if_*vlan.h
11782 F:      net/8021q/
11783
11784 VLYNQ BUS
11785 M:      Florian Fainelli <florian@openwrt.org>
11786 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11787 S:      Maintained
11788 F:      drivers/vlynq/vlynq.c
11789 F:      include/linux/vlynq.h
11790
11791 VME SUBSYSTEM
11792 M:      Martyn Welch <martyn@welchs.me.uk>
11793 M:      Manohar Vanga <manohar.vanga@gmail.com>
11794 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11795 L:      devel@driverdev.osuosl.org
11796 S:      Maintained
11797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11798 F:      Documentation/vme_api.txt
11799 F:      drivers/staging/vme/
11800 F:      drivers/vme/
11801 F:      include/linux/vme*
11802
11803 VMWARE HYPERVISOR INTERFACE
11804 M:      Alok Kataria <akataria@vmware.com>
11805 L:      virtualization@lists.linux-foundation.org
11806 S:      Supported
11807 F:      arch/x86/kernel/cpu/vmware.c
11808
11809 VMWARE BALLOON DRIVER
11810 M:      Xavier Deguillard <xdeguillard@vmware.com>
11811 M:      Philip Moltmann <moltmann@vmware.com>
11812 M:      "VMware, Inc." <pv-drivers@vmware.com>
11813 L:      linux-kernel@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/misc/vmw_balloon.c
11816
11817 VMWARE VMMOUSE SUBDRIVER
11818 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11819 M:      "VMware, Inc." <pv-drivers@vmware.com>
11820 L:      linux-input@vger.kernel.org
11821 S:      Maintained
11822 F:      drivers/input/mouse/vmmouse.c
11823 F:      drivers/input/mouse/vmmouse.h
11824
11825 VMWARE VMXNET3 ETHERNET DRIVER
11826 M:      Shrikrishna Khare <skhare@vmware.com>
11827 M:      "VMware, Inc." <pv-drivers@vmware.com>
11828 L:      netdev@vger.kernel.org
11829 S:      Maintained
11830 F:      drivers/net/vmxnet3/
11831
11832 VMware PVSCSI driver
11833 M:      Arvind Kumar <arvindkumar@vmware.com>
11834 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11835 L:      linux-scsi@vger.kernel.org
11836 S:      Maintained
11837 F:      drivers/scsi/vmw_pvscsi.c
11838 F:      drivers/scsi/vmw_pvscsi.h
11839
11840 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11841 M:      Liam Girdwood <lgirdwood@gmail.com>
11842 M:      Mark Brown <broonie@kernel.org>
11843 L:      linux-kernel@vger.kernel.org
11844 W:      http://www.slimlogic.co.uk/?p=48
11845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11846 S:      Supported
11847 F:      drivers/regulator/
11848 F:      include/linux/regulator/
11849
11850 VRF
11851 M:      David Ahern <dsa@cumulusnetworks.com>
11852 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11853 L:      netdev@vger.kernel.org
11854 S:      Maintained
11855 F:      drivers/net/vrf.c
11856 F:      Documentation/networking/vrf.txt
11857
11858 VT1211 HARDWARE MONITOR DRIVER
11859 M:      Juerg Haefliger <juergh@gmail.com>
11860 L:      lm-sensors@lm-sensors.org
11861 S:      Maintained
11862 F:      Documentation/hwmon/vt1211
11863 F:      drivers/hwmon/vt1211.c
11864
11865 VT8231 HARDWARE MONITOR DRIVER
11866 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11867 L:      lm-sensors@lm-sensors.org
11868 S:      Maintained
11869 F:      drivers/hwmon/vt8231.c
11870
11871 VUB300 USB to SDIO/SD/MMC bridge chip
11872 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11873 L:      linux-mmc@vger.kernel.org
11874 L:      linux-usb@vger.kernel.org
11875 S:      Supported
11876 F:      drivers/mmc/host/vub300.c
11877
11878 W1 DALLAS'S 1-WIRE BUS
11879 M:      Evgeniy Polyakov <zbr@ioremap.net>
11880 S:      Maintained
11881 F:      Documentation/w1/
11882 F:      drivers/w1/
11883
11884 W83791D HARDWARE MONITORING DRIVER
11885 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11886 L:      lm-sensors@lm-sensors.org
11887 S:      Maintained
11888 F:      Documentation/hwmon/w83791d
11889 F:      drivers/hwmon/w83791d.c
11890
11891 W83793 HARDWARE MONITORING DRIVER
11892 M:      Rudolf Marek <r.marek@assembler.cz>
11893 L:      lm-sensors@lm-sensors.org
11894 S:      Maintained
11895 F:      Documentation/hwmon/w83793
11896 F:      drivers/hwmon/w83793.c
11897
11898 W83795 HARDWARE MONITORING DRIVER
11899 M:      Jean Delvare <jdelvare@suse.com>
11900 L:      lm-sensors@lm-sensors.org
11901 S:      Maintained
11902 F:      drivers/hwmon/w83795.c
11903
11904 W83L51xD SD/MMC CARD INTERFACE DRIVER
11905 M:      Pierre Ossman <pierre@ossman.eu>
11906 S:      Maintained
11907 F:      drivers/mmc/host/wbsd.*
11908
11909 WACOM PROTOCOL 4 SERIAL TABLETS
11910 M:      Julian Squires <julian@cipht.net>
11911 M:      Hans de Goede <hdegoede@redhat.com>
11912 L:      linux-input@vger.kernel.org
11913 S:      Maintained
11914 F:      drivers/input/tablet/wacom_serial4.c
11915
11916 WATCHDOG DEVICE DRIVERS
11917 M:      Wim Van Sebroeck <wim@iguana.be>
11918 R:      Guenter Roeck <linux@roeck-us.net>
11919 L:      linux-watchdog@vger.kernel.org
11920 W:      http://www.linux-watchdog.org/
11921 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11922 S:      Maintained
11923 F:      Documentation/watchdog/
11924 F:      drivers/watchdog/
11925 F:      include/linux/watchdog.h
11926 F:      include/uapi/linux/watchdog.h
11927
11928 WD7000 SCSI DRIVER
11929 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11930 L:      linux-scsi@vger.kernel.org
11931 S:      Maintained
11932 F:      drivers/scsi/wd7000.c
11933
11934 WIIMOTE HID DRIVER
11935 M:      David Herrmann <dh.herrmann@googlemail.com>
11936 L:      linux-input@vger.kernel.org
11937 S:      Maintained
11938 F:      drivers/hid/hid-wiimote*
11939
11940 WINBOND CIR DRIVER
11941 M:      David Härdeman <david@hardeman.nu>
11942 S:      Maintained
11943 F:      drivers/media/rc/winbond-cir.c
11944
11945 WINSYSTEMS WS16C48 GPIO DRIVER
11946 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
11947 L:      linux-gpio@vger.kernel.org
11948 S:      Maintained
11949 F:      drivers/gpio/gpio-ws16c48.c
11950
11951 WIMAX STACK
11952 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11953 M:      linux-wimax@intel.com
11954 L:      wimax@linuxwimax.org (subscribers-only)
11955 S:      Supported
11956 W:      http://linuxwimax.org
11957 F:      Documentation/wimax/README.wimax
11958 F:      include/linux/wimax/debug.h
11959 F:      include/net/wimax.h
11960 F:      include/uapi/linux/wimax.h
11961 F:      net/wimax/
11962
11963 WISTRON LAPTOP BUTTON DRIVER
11964 M:      Miloslav Trmac <mitr@volny.cz>
11965 S:      Maintained
11966 F:      drivers/input/misc/wistron_btns.c
11967
11968 WL3501 WIRELESS PCMCIA CARD DRIVER
11969 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11970 L:      linux-wireless@vger.kernel.org
11971 W:      http://oops.ghostprotocols.net:81/blog
11972 S:      Maintained
11973 F:      drivers/net/wireless/wl3501*
11974
11975 WOLFSON MICROELECTRONICS DRIVERS
11976 L:      patches@opensource.wolfsonmicro.com
11977 T:      git https://github.com/CirrusLogic/linux-drivers.git
11978 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11979 S:      Supported
11980 F:      Documentation/hwmon/wm83??
11981 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11982 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11983 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11984 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11985 F:      drivers/clk/clk-wm83*.c
11986 F:      drivers/extcon/extcon-arizona.c
11987 F:      drivers/leds/leds-wm83*.c
11988 F:      drivers/gpio/gpio-*wm*.c
11989 F:      drivers/gpio/gpio-arizona.c
11990 F:      drivers/hwmon/wm83??-hwmon.c
11991 F:      drivers/input/misc/wm831x-on.c
11992 F:      drivers/input/touchscreen/wm831x-ts.c
11993 F:      drivers/input/touchscreen/wm97*.c
11994 F:      drivers/mfd/arizona*
11995 F:      drivers/mfd/wm*.c
11996 F:      drivers/mfd/cs47l24*
11997 F:      drivers/power/wm83*.c
11998 F:      drivers/rtc/rtc-wm83*.c
11999 F:      drivers/regulator/wm8*.c
12000 F:      drivers/video/backlight/wm83*_bl.c
12001 F:      drivers/watchdog/wm83*_wdt.c
12002 F:      include/linux/mfd/arizona/
12003 F:      include/linux/mfd/wm831x/
12004 F:      include/linux/mfd/wm8350/
12005 F:      include/linux/mfd/wm8400*
12006 F:      include/linux/wm97xx.h
12007 F:      include/sound/wm????.h
12008 F:      sound/soc/codecs/arizona.?
12009 F:      sound/soc/codecs/wm*
12010 F:      sound/soc/codecs/cs47l24*
12011
12012 WORKQUEUE
12013 M:      Tejun Heo <tj@kernel.org>
12014 R:      Lai Jiangshan <jiangshanlai@gmail.com>
12015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
12016 S:      Maintained
12017 F:      include/linux/workqueue.h
12018 F:      kernel/workqueue.c
12019 F:      Documentation/workqueue.txt
12020
12021 X.25 NETWORK LAYER
12022 M:      Andrew Hendry <andrew.hendry@gmail.com>
12023 L:      linux-x25@vger.kernel.org
12024 S:      Odd Fixes
12025 F:      Documentation/networking/x25*
12026 F:      include/net/x25*
12027 F:      net/x25/
12028
12029 X86 ARCHITECTURE (32-BIT AND 64-BIT)
12030 M:      Thomas Gleixner <tglx@linutronix.de>
12031 M:      Ingo Molnar <mingo@redhat.com>
12032 M:      "H. Peter Anvin" <hpa@zytor.com>
12033 M:      x86@kernel.org
12034 L:      linux-kernel@vger.kernel.org
12035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
12036 S:      Maintained
12037 F:      Documentation/x86/
12038 F:      arch/x86/
12039
12040 X86 PLATFORM DRIVERS
12041 M:      Darren Hart <dvhart@infradead.org>
12042 L:      platform-driver-x86@vger.kernel.org
12043 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12044 S:      Maintained
12045 F:      drivers/platform/x86/
12046 F:      drivers/platform/olpc/
12047
12048 X86 MCE INFRASTRUCTURE
12049 M:      Tony Luck <tony.luck@intel.com>
12050 M:      Borislav Petkov <bp@alien8.de>
12051 L:      linux-edac@vger.kernel.org
12052 S:      Maintained
12053 F:      arch/x86/kernel/cpu/mcheck/*
12054
12055 X86 MICROCODE UPDATE SUPPORT
12056 M:      Borislav Petkov <bp@alien8.de>
12057 S:      Maintained
12058 F:      arch/x86/kernel/cpu/microcode/*
12059
12060 X86 VDSO
12061 M:      Andy Lutomirski <luto@amacapital.net>
12062 L:      linux-kernel@vger.kernel.org
12063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12064 S:      Maintained
12065 F:      arch/x86/entry/vdso/
12066
12067 XC2028/3028 TUNER DRIVER
12068 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12069 L:      linux-media@vger.kernel.org
12070 W:      https://linuxtv.org
12071 T:      git git://linuxtv.org/media_tree.git
12072 S:      Maintained
12073 F:      drivers/media/tuners/tuner-xc2028.*
12074
12075 XEN HYPERVISOR INTERFACE
12076 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12077 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12078 M:      David Vrabel <david.vrabel@citrix.com>
12079 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12081 S:      Supported
12082 F:      arch/x86/xen/
12083 F:      drivers/*/xen-*front.c
12084 F:      drivers/xen/
12085 F:      arch/x86/include/asm/xen/
12086 F:      include/xen/
12087 F:      include/uapi/xen/
12088
12089 XEN HYPERVISOR ARM
12090 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12091 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12092 S:      Supported
12093 F:      arch/arm/xen/
12094 F:      arch/arm/include/asm/xen/
12095
12096 XEN HYPERVISOR ARM64
12097 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12098 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12099 S:      Supported
12100 F:      arch/arm64/xen/
12101 F:      arch/arm64/include/asm/xen/
12102
12103 XEN NETWORK BACKEND DRIVER
12104 M:      Wei Liu <wei.liu2@citrix.com>
12105 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12106 L:      netdev@vger.kernel.org
12107 S:      Supported
12108 F:      drivers/net/xen-netback/*
12109
12110 XEN PCI SUBSYSTEM
12111 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12112 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12113 S:      Supported
12114 F:      arch/x86/pci/*xen*
12115 F:      drivers/pci/*xen*
12116
12117 XEN BLOCK SUBSYSTEM
12118 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12119 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12120 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12121 S:      Supported
12122 F:      drivers/block/xen-blkback/*
12123 F:      drivers/block/xen*
12124
12125 XEN PVSCSI DRIVERS
12126 M:      Juergen Gross <jgross@suse.com>
12127 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12128 L:      linux-scsi@vger.kernel.org
12129 S:      Supported
12130 F:      drivers/scsi/xen-scsifront.c
12131 F:      drivers/xen/xen-scsiback.c
12132 F:      include/xen/interface/io/vscsiif.h
12133
12134 XEN SWIOTLB SUBSYSTEM
12135 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12136 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12137 S:      Supported
12138 F:      arch/x86/xen/*swiotlb*
12139 F:      drivers/xen/*swiotlb*
12140
12141 XFS FILESYSTEM
12142 P:      Silicon Graphics Inc
12143 M:      Dave Chinner <david@fromorbit.com>
12144 M:      xfs@oss.sgi.com
12145 L:      xfs@oss.sgi.com
12146 W:      http://oss.sgi.com/projects/xfs
12147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12148 S:      Supported
12149 F:      Documentation/filesystems/xfs.txt
12150 F:      fs/xfs/
12151
12152 XILINX AXI ETHERNET DRIVER
12153 M:      Anirudha Sarangi <anirudh@xilinx.com>
12154 M:      John Linn <John.Linn@xilinx.com>
12155 S:      Maintained
12156 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12157
12158 XILINX UARTLITE SERIAL DRIVER
12159 M:      Peter Korsgaard <jacmet@sunsite.dk>
12160 L:      linux-serial@vger.kernel.org
12161 S:      Maintained
12162 F:      drivers/tty/serial/uartlite.c
12163
12164 XILINX VIDEO IP CORES
12165 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12166 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12167 L:      linux-media@vger.kernel.org
12168 T:      git git://linuxtv.org/media_tree.git
12169 S:      Supported
12170 F:      Documentation/devicetree/bindings/media/xilinx/
12171 F:      drivers/media/platform/xilinx/
12172 F:      include/uapi/linux/xilinx-v4l2-controls.h
12173
12174 XILLYBUS DRIVER
12175 M:      Eli Billauer <eli.billauer@gmail.com>
12176 L:      linux-kernel@vger.kernel.org
12177 S:      Supported
12178 F:      drivers/char/xillybus/
12179
12180 XTENSA XTFPGA PLATFORM SUPPORT
12181 M:      Max Filippov <jcmvbkbc@gmail.com>
12182 L:      linux-xtensa@linux-xtensa.org
12183 S:      Maintained
12184 F:      drivers/spi/spi-xtensa-xtfpga.c
12185 F:      sound/soc/xtensa/xtfpga-i2s.c
12186
12187 YAM DRIVER FOR AX.25
12188 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12189 L:      linux-hams@vger.kernel.org
12190 S:      Maintained
12191 F:      drivers/net/hamradio/yam*
12192 F:      include/linux/yam.h
12193
12194 YEALINK PHONE DRIVER
12195 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12196 L:      usbb2k-api-dev@nongnu.org
12197 S:      Maintained
12198 F:      Documentation/input/yealink.txt
12199 F:      drivers/input/misc/yealink.*
12200
12201 Z8530 DRIVER FOR AX.25
12202 M:      Joerg Reuter <jreuter@yaina.de>
12203 W:      http://yaina.de/jreuter/
12204 W:      http://www.qsl.net/dl1bke/
12205 L:      linux-hams@vger.kernel.org
12206 S:      Maintained
12207 F:      Documentation/networking/z8530drv.txt
12208 F:      drivers/net/hamradio/*scc.c
12209 F:      drivers/net/hamradio/z8530.h
12210
12211 ZBUD COMPRESSED PAGE ALLOCATOR
12212 M:      Seth Jennings <sjenning@redhat.com>
12213 L:      linux-mm@kvack.org
12214 S:      Maintained
12215 F:      mm/zbud.c
12216 F:      include/linux/zbud.h
12217
12218 ZD1211RW WIRELESS DRIVER
12219 M:      Daniel Drake <dsd@gentoo.org>
12220 M:      Ulrich Kunitz <kune@deine-taler.de>
12221 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12222 L:      linux-wireless@vger.kernel.org
12223 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12224 S:      Maintained
12225 F:      drivers/net/wireless/zydas/zd1211rw/
12226
12227 ZPOOL COMPRESSED PAGE STORAGE API
12228 M:      Dan Streetman <ddstreet@ieee.org>
12229 L:      linux-mm@kvack.org
12230 S:      Maintained
12231 F:      mm/zpool.c
12232 F:      include/linux/zpool.h
12233
12234 ZR36067 VIDEO FOR LINUX DRIVER
12235 L:      mjpeg-users@lists.sourceforge.net
12236 L:      linux-media@vger.kernel.org
12237 W:      http://mjpeg.sourceforge.net/driver-zoran/
12238 T:      hg https://linuxtv.org/hg/v4l-dvb
12239 S:      Odd Fixes
12240 F:      drivers/media/pci/zoran/
12241
12242 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12243 M:      Minchan Kim <minchan@kernel.org>
12244 M:      Nitin Gupta <ngupta@vflare.org>
12245 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12246 L:      linux-kernel@vger.kernel.org
12247 S:      Maintained
12248 F:      drivers/block/zram/
12249 F:      Documentation/blockdev/zram.txt
12250
12251 ZS DECSTATION Z85C30 SERIAL DRIVER
12252 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12253 S:      Maintained
12254 F:      drivers/tty/serial/zs.*
12255
12256 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12257 M:      Minchan Kim <minchan@kernel.org>
12258 M:      Nitin Gupta <ngupta@vflare.org>
12259 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12260 L:      linux-mm@kvack.org
12261 S:      Maintained
12262 F:      mm/zsmalloc.c
12263 F:      include/linux/zsmalloc.h
12264 F:      Documentation/vm/zsmalloc.txt
12265
12266 ZSWAP COMPRESSED SWAP CACHING
12267 M:      Seth Jennings <sjenning@redhat.com>
12268 L:      linux-mm@kvack.org
12269 S:      Maintained
12270 F:      mm/zswap.c
12271
12272 THE REST
12273 M:      Linus Torvalds <torvalds@linux-foundation.org>
12274 L:      linux-kernel@vger.kernel.org
12275 Q:      http://patchwork.kernel.org/project/LKML/list/
12276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12277 S:      Buried alive in reporters
12278 F:      *
12279 F:      */