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