]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL mainboard
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      include/linux/syscalls.h
227 F:      kernel/sys_ni.c
228
229 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
230 M:      Hans de Goede <hdegoede@redhat.com>
231 L:      lm-sensors@lm-sensors.org
232 S:      Maintained
233 F:      drivers/hwmon/abituguru.c
234
235 ABIT UGURU 3 HARDWARE MONITOR DRIVER
236 M:      Alistair John Strachan <alistair@devzero.co.uk>
237 L:      lm-sensors@lm-sensors.org
238 S:      Maintained
239 F:      drivers/hwmon/abituguru3.c
240
241 ACCES 104-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 SEATTLE DEVICE TREE SUPPORT
683 M:      Brijesh Singh <brijeshkumar.singh@amd.com>
684 M:      Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
685 M:      Tom Lendacky <thomas.lendacky@amd.com>
686 S:      Supported
687 F:      arch/arm64/boot/dts/amd/
688
689 AMD XGBE DRIVER
690 M:      Tom Lendacky <thomas.lendacky@amd.com>
691 L:      netdev@vger.kernel.org
692 S:      Supported
693 F:      drivers/net/ethernet/amd/xgbe/
694 F:      arch/arm64/boot/dts/amd/amd-seattle-xgbe*.dtsi
695
696 AMS (Apple Motion Sensor) DRIVER
697 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
698 S:      Supported
699 F:      drivers/macintosh/ams/
700
701 ANALOG DEVICES INC AD9389B DRIVER
702 M:      Hans Verkuil <hans.verkuil@cisco.com>
703 L:      linux-media@vger.kernel.org
704 S:      Maintained
705 F:      drivers/media/i2c/ad9389b*
706
707 ANALOG DEVICES INC ADV7180 DRIVER
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 L:      linux-media@vger.kernel.org
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      drivers/media/i2c/adv7180.c
713
714 ANALOG DEVICES INC ADV7511 DRIVER
715 M:      Hans Verkuil <hans.verkuil@cisco.com>
716 L:      linux-media@vger.kernel.org
717 S:      Maintained
718 F:      drivers/media/i2c/adv7511*
719
720 ANALOG DEVICES INC ADV7604 DRIVER
721 M:      Hans Verkuil <hans.verkuil@cisco.com>
722 L:      linux-media@vger.kernel.org
723 S:      Maintained
724 F:      drivers/media/i2c/adv7604*
725
726 ANALOG DEVICES INC ADV7842 DRIVER
727 M:      Hans Verkuil <hans.verkuil@cisco.com>
728 L:      linux-media@vger.kernel.org
729 S:      Maintained
730 F:      drivers/media/i2c/adv7842*
731
732 ANALOG DEVICES INC ASOC CODEC DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      sound/soc/codecs/adau*
739 F:      sound/soc/codecs/adav*
740 F:      sound/soc/codecs/ad1*
741 F:      sound/soc/codecs/ad7*
742 F:      sound/soc/codecs/ssm*
743 F:      sound/soc/codecs/sigmadsp.*
744
745 ANALOG DEVICES INC ASOC DRIVERS
746 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
748 W:      http://blackfin.uclinux.org/
749 S:      Supported
750 F:      sound/soc/blackfin/*
751
752 ANALOG DEVICES INC IIO DRIVERS
753 M:      Lars-Peter Clausen <lars@metafoo.de>
754 M:      Michael Hennerich <Michael.Hennerich@analog.com>
755 W:      http://wiki.analog.com/
756 W:      http://ez.analog.com/community/linux-device-drivers
757 S:      Supported
758 F:      drivers/iio/*/ad*
759 X:      drivers/iio/*/adjd*
760 F:      drivers/staging/iio/*/ad*
761 F:      staging/iio/trigger/iio-trig-bfin-timer.c
762
763 ANALOG DEVICES INC DMA DRIVERS
764 M:      Lars-Peter Clausen <lars@metafoo.de>
765 W:      http://ez.analog.com/community/linux-device-drivers
766 S:      Supported
767 F:      drivers/dma/dma-axi-dmac.c
768
769 ANDROID DRIVERS
770 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
771 M:      Arve HjønnevĂ¥g <arve@android.com>
772 M:      Riley Andrews <riandrews@android.com>
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
774 L:      devel@driverdev.osuosl.org
775 S:      Supported
776 F:      drivers/android/
777 F:      drivers/staging/android/
778
779 AOA (Apple Onboard Audio) ALSA DRIVER
780 M:      Johannes Berg <johannes@sipsolutions.net>
781 L:      linuxppc-dev@lists.ozlabs.org
782 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
783 S:      Maintained
784 F:      sound/aoa/
785
786 APM DRIVER
787 M:      Jiri Kosina <jikos@kernel.org>
788 S:      Odd fixes
789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
790 F:      arch/x86/kernel/apm_32.c
791 F:      include/linux/apm_bios.h
792 F:      include/uapi/linux/apm_bios.h
793 F:      drivers/char/apm-emulation.c
794
795 APPLE BCM5974 MULTITOUCH DRIVER
796 M:      Henrik Rydberg <rydberg@bitmath.org>
797 L:      linux-input@vger.kernel.org
798 S:      Odd fixes
799 F:      drivers/input/mouse/bcm5974.c
800
801 APPLE SMC DRIVER
802 M:      Henrik Rydberg <rydberg@bitmath.org>
803 L:      lm-sensors@lm-sensors.org
804 S:      Odd fixes
805 F:      drivers/hwmon/applesmc.c
806
807 APPLETALK NETWORK LAYER
808 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
809 S:      Maintained
810 F:      drivers/net/appletalk/
811 F:      net/appletalk/
812
813 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
814 M:      Duc Dang <dhdang@apm.com>
815 S:      Supported
816 F:      arch/arm64/boot/dts/apm/
817
818 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
819 M:      Iyappan Subramanian <isubramanian@apm.com>
820 M:      Keyur Chudgar <kchudgar@apm.com>
821 S:      Supported
822 F:      drivers/net/ethernet/apm/xgene/
823 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
824
825 APTINA CAMERA SENSOR PLL
826 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
827 L:      linux-media@vger.kernel.org
828 S:      Maintained
829 F:      drivers/media/i2c/aptina-pll.*
830
831 ARC FRAMEBUFFER DRIVER
832 M:      Jaya Kumar <jayalk@intworks.biz>
833 S:      Maintained
834 F:      drivers/video/fbdev/arcfb.c
835 F:      drivers/video/fbdev/core/fb_defio.c
836
837 ARCNET NETWORK LAYER
838 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
839 L:      netdev@vger.kernel.org
840 S:      Maintained
841 F:      drivers/net/arcnet/
842 F:      include/uapi/linux/if_arcnet.h
843
844 ARM HDLCD DRM DRIVER
845 M:      Liviu Dudau <liviu.dudau@arm.com>
846 S:      Supported
847 F:      drivers/gpu/drm/arm/
848 F:      Documentation/devicetree/bindings/display/arm,hdlcd.txt
849
850 ARM MFM AND FLOPPY DRIVERS
851 M:      Ian Molton <spyro@f2s.com>
852 S:      Maintained
853 F:      arch/arm/lib/floppydma.S
854 F:      arch/arm/include/asm/floppy.h
855
856 ARM PMU PROFILING AND DEBUGGING
857 M:      Will Deacon <will.deacon@arm.com>
858 R:      Mark Rutland <mark.rutland@arm.com>
859 S:      Maintained
860 F:      arch/arm*/kernel/perf_*
861 F:      arch/arm/oprofile/common.c
862 F:      arch/arm*/kernel/hw_breakpoint.c
863 F:      arch/arm*/include/asm/hw_breakpoint.h
864 F:      arch/arm*/include/asm/perf_event.h
865 F:      drivers/perf/arm_pmu.c
866 F:      include/linux/perf/arm_pmu.h
867
868 ARM PORT
869 M:      Russell King <linux@arm.linux.org.uk>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W:      http://www.arm.linux.org.uk/
872 S:      Maintained
873 F:      arch/arm/
874
875 ARM SUB-ARCHITECTURES
876 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
877 S:      Maintained
878 F:      arch/arm/mach-*/
879 F:      arch/arm/plat-*/
880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
881
882 ARM PRIMECELL AACI PL041 DRIVER
883 M:      Russell King <linux@arm.linux.org.uk>
884 S:      Maintained
885 F:      sound/arm/aaci.*
886
887 ARM PRIMECELL CLCD PL110 DRIVER
888 M:      Russell King <linux@arm.linux.org.uk>
889 S:      Maintained
890 F:      drivers/video/fbdev/amba-clcd.*
891
892 ARM PRIMECELL KMI PL050 DRIVER
893 M:      Russell King <linux@arm.linux.org.uk>
894 S:      Maintained
895 F:      drivers/input/serio/ambakmi.*
896 F:      include/linux/amba/kmi.h
897
898 ARM PRIMECELL MMCI PL180/1 DRIVER
899 M:      Russell King <linux@arm.linux.org.uk>
900 S:      Maintained
901 F:      drivers/mmc/host/mmci.*
902 F:      include/linux/amba/mmci.h
903
904 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
905 M:      Russell King <linux@arm.linux.org.uk>
906 S:      Maintained
907 F:      drivers/tty/serial/amba-pl01*.c
908 F:      include/linux/amba/serial.h
909
910 ARM PRIMECELL BUS SUPPORT
911 M:      Russell King <linux@arm.linux.org.uk>
912 S:      Maintained
913 F:      drivers/amba/
914 F:      include/linux/amba/bus.h
915
916 ARM/ADS SPHERE MACHINE SUPPORT
917 M:      Lennert Buytenhek <kernel@wantstofly.org>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920
921 ARM/AFEB9260 MACHINE SUPPORT
922 M:      Sergey Lapin <slapin@ossfans.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925
926 ARM/AJECO 1ARM MACHINE SUPPORT
927 M:      Lennert Buytenhek <kernel@wantstofly.org>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930
931 ARM/Allwinner sunXi SoC support
932 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
933 M:      Chen-Yu Tsai <wens@csie.org>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 N:      sun[x456789]i
937
938 ARM/Allwinner SoC Clock Support
939 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
940 S:      Maintained
941 F:      drivers/clk/sunxi/
942
943 ARM/Amlogic MesonX SoC support
944 M:      Carlo Caione <carlo@caione.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      drivers/media/rc/meson-ir.c
948 N:      meson[x68]
949
950 ARM/Annapurna Labs ALPINE ARCHITECTURE
951 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
952 S:      Maintained
953 F:      arch/arm/mach-alpine/
954
955 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
956 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
957 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
958 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 W:      http://www.linux4sam.org
961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
962 S:      Supported
963 F:      arch/arm/mach-at91/
964 F:      include/soc/at91/
965 F:      arch/arm/boot/dts/at91*.dts
966 F:      arch/arm/boot/dts/at91*.dtsi
967 F:      arch/arm/boot/dts/sama*.dts
968 F:      arch/arm/boot/dts/sama*.dtsi
969 F:      arch/arm/include/debug/at91.S
970
971 ARM/ATMEL AT91 Clock Support
972 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
973 S:      Maintained
974 F:      drivers/clk/at91
975
976 ARM/CALXEDA HIGHBANK ARCHITECTURE
977 M:      Rob Herring <robh@kernel.org>
978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 S:      Maintained
980 F:      arch/arm/mach-highbank/
981 F:      arch/arm/boot/dts/highbank.dts
982 F:      arch/arm/boot/dts/ecx-*.dts*
983
984 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
985 M:      Krzysztof Halasa <khalasa@piap.pl>
986 S:      Maintained
987 F:      arch/arm/mach-cns3xxx/
988
989 ARM/CAVIUM THUNDER NETWORK DRIVER
990 M:      Sunil Goutham <sgoutham@cavium.com>
991 M:      Robert Richter <rric@kernel.org>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Supported
994 F:      drivers/net/ethernet/cavium/thunder/
995
996 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
997 M:      Alexander Shiyan <shc_work@mail.ru>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 S:      Odd Fixes
1000 N:      clps711x
1001
1002 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
1003 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1004 M:      Ryan Mallon <rmallon@gmail.com>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S:      Maintained
1007 F:      arch/arm/mach-ep93xx/
1008 F:      arch/arm/mach-ep93xx/include/mach/
1009
1010 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
1011 M:      Lennert Buytenhek <kernel@wantstofly.org>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 S:      Maintained
1014
1015 ARM/CLKDEV SUPPORT
1016 M:      Russell King <linux@arm.linux.org.uk>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019 F:      arch/arm/include/asm/clkdev.h
1020 F:      drivers/clk/clkdev.c
1021
1022 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1023 M:      Mike Rapoport <mike@compulab.co.il>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026
1027 ARM/CONTEC MICRO9 MACHINE SUPPORT
1028 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1029 S:      Maintained
1030 F:      arch/arm/mach-ep93xx/micro9.c
1031
1032 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1033 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 F:      drivers/hwtracing/coresight/*
1037 F:      Documentation/trace/coresight.txt
1038 F:      Documentation/devicetree/bindings/arm/coresight.txt
1039 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1040
1041 ARM/CORGI MACHINE SUPPORT
1042 M:      Richard Purdie <rpurdie@rpsys.net>
1043 S:      Maintained
1044
1045 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1046 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 T:      git git://github.com/ulli-kroll/linux.git
1049 S:      Maintained
1050 F:      arch/arm/mach-gemini/
1051 F:      drivers/rtc/rtc-gemini.c
1052
1053 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1054 M:      Barry Song <baohua@kernel.org>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1057 S:      Maintained
1058 F:      arch/arm/boot/dts/prima2*
1059 F:      arch/arm/mach-prima2/
1060 F:      drivers/clk/sirf/
1061 F:      drivers/clocksource/timer-prima2.c
1062 F:      drivers/clocksource/timer-atlas7.c
1063 N:      [^a-z]sirf
1064
1065 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1066 M:      Baruch Siach <baruch@tkos.co.il>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 S:      Maintained
1069 F:      arch/arm/boot/dts/cx92755*
1070 N:      digicolor
1071
1072 ARM/EBSA110 MACHINE SUPPORT
1073 M:      Russell King <linux@arm.linux.org.uk>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 W:      http://www.arm.linux.org.uk/
1076 S:      Maintained
1077 F:      arch/arm/mach-ebsa110/
1078 F:      drivers/net/ethernet/amd/am79c961a.*
1079
1080 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1081 M:      Uwe Kleine-König <kernel@pengutronix.de>
1082 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S:      Maintained
1084 N:      efm32
1085
1086 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1087 M:      Daniel Ribeiro <drwyrm@gmail.com>
1088 M:      Stefan Schmidt <stefan@openezx.org>
1089 M:      Harald Welte <laforge@openezx.org>
1090 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1091 W:      http://www.openezx.org/
1092 S:      Maintained
1093 T:      topgit git://git.openezx.org/openezx.git
1094 F:      arch/arm/mach-pxa/ezx.c
1095
1096 ARM/FARADAY FA526 PORT
1097 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100 T:      git git://git.berlios.de/gemini-board
1101 F:      arch/arm/mm/*-fa*
1102
1103 ARM/FOOTBRIDGE ARCHITECTURE
1104 M:      Russell King <linux@arm.linux.org.uk>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 W:      http://www.arm.linux.org.uk/
1107 S:      Maintained
1108 F:      arch/arm/include/asm/hardware/dec21285.h
1109 F:      arch/arm/mach-footbridge/
1110
1111 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1112 M:      Shawn Guo <shawnguo@kernel.org>
1113 M:      Sascha Hauer <kernel@pengutronix.de>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1117 F:      arch/arm/mach-imx/
1118 F:      arch/arm/mach-mxs/
1119 F:      arch/arm/boot/dts/imx*
1120 F:      arch/arm/configs/imx*_defconfig
1121 F:      drivers/clk/imx/
1122 F:      include/soc/imx/
1123
1124 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1125 M:      Shawn Guo <shawnguo@kernel.org>
1126 M:      Sascha Hauer <kernel@pengutronix.de>
1127 R:      Stefan Agner <stefan@agner.ch>
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1131 F:      arch/arm/mach-imx/*vf610*
1132 F:      arch/arm/boot/dts/vf*
1133
1134 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1135 M:      Lennert Buytenhek <kernel@wantstofly.org>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 S:      Maintained
1138
1139 ARM/GUMSTIX MACHINE SUPPORT
1140 M:      Steve Sakoman <sakoman@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143
1144 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1145 M:      Philipp Zabel <philipp.zabel@gmail.com>
1146 M:      Paul Parsons <lost.distance@yahoo.com>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149 F:      arch/arm/mach-pxa/hx4700.c
1150 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1151 F:      sound/soc/pxa/hx4700.c
1152
1153 ARM/HISILICON SOC SUPPORT
1154 M:      Wei Xu <xuwei5@hisilicon.com>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 W:      http://www.hisilicon.com
1157 S:      Supported
1158 T:      git git://github.com/hisilicon/linux-hisi.git
1159 F:      arch/arm/mach-hisi/
1160 F:      arch/arm/boot/dts/hi3*
1161 F:      arch/arm/boot/dts/hip*
1162 F:      arch/arm/boot/dts/hisi*
1163 F:      arch/arm64/boot/dts/hisilicon/
1164
1165 ARM/HP JORNADA 7XX MACHINE SUPPORT
1166 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1167 W:      www.jlime.com
1168 S:      Maintained
1169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1170 F:      arch/arm/mach-sa1100/jornada720.c
1171 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1172
1173 ARM/IGEP MACHINE SUPPORT
1174 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1175 M:      Javier Martinez Canillas <javier@dowhile0.org>
1176 L:      linux-omap@vger.kernel.org
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/boot/dts/omap3-igep*
1180
1181 ARM/INCOME PXA270 SUPPORT
1182 M:      Marek Vasut <marek.vasut@gmail.com>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1186
1187 ARM/INTEL IOP32X ARM ARCHITECTURE
1188 M:      Lennert Buytenhek <kernel@wantstofly.org>
1189 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 S:      Maintained
1191
1192 ARM/INTEL IOP33X ARM ARCHITECTURE
1193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1194 S:      Orphan
1195
1196 ARM/INTEL IOP13XX ARM ARCHITECTURE
1197 M:      Lennert Buytenhek <kernel@wantstofly.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200
1201 ARM/INTEL IQ81342EX MACHINE SUPPORT
1202 M:      Lennert Buytenhek <kernel@wantstofly.org>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205
1206 ARM/INTEL IXDP2850 MACHINE SUPPORT
1207 M:      Lennert Buytenhek <kernel@wantstofly.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 S:      Maintained
1210
1211 ARM/INTEL IXP4XX ARM ARCHITECTURE
1212 M:      Imre Kaloz <kaloz@openwrt.org>
1213 M:      Krzysztof Halasa <khalasa@piap.pl>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-ixp4xx/
1217
1218 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1219 M:      Jonathan Cameron <jic23@cam.ac.uk>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222 F:      arch/arm/mach-pxa/stargate2.c
1223 F:      drivers/pcmcia/pxa2xx_stargate2.c
1224
1225 ARM/INTEL XSC3 (MANZANO) ARM CORE
1226 M:      Lennert Buytenhek <kernel@wantstofly.org>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229
1230 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1236 M:      Santosh Shilimkar <ssantosh@kernel.org>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/mach-keystone/
1240 F:      arch/arm/boot/dts/k2*
1241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1242
1243 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1244 M:      Santosh Shilimkar <ssantosh@kernel.org>
1245 L:      linux-kernel@vger.kernel.org
1246 S:      Maintained
1247 F:      drivers/clk/keystone/
1248
1249 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1250 M:      Santosh Shilimkar <ssantosh@kernel.org>
1251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 L:      linux-kernel@vger.kernel.org
1253 S:      Maintained
1254 F:      drivers/clocksource/timer-keystone.c
1255
1256 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1257 M:      Santosh Shilimkar <ssantosh@kernel.org>
1258 L:      linux-kernel@vger.kernel.org
1259 S:      Maintained
1260 F:      drivers/power/reset/keystone-reset.c
1261
1262 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1263 M:      Santosh Shilimkar <ssantosh@kernel.org>
1264 L:      linux-kernel@vger.kernel.org
1265 S:      Maintained
1266 F:      drivers/memory/*emif*
1267
1268 ARM/LOGICPD PXA270 MACHINE SUPPORT
1269 M:      Lennert Buytenhek <kernel@wantstofly.org>
1270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1271 S:      Maintained
1272
1273 ARM/LPC18XX ARCHITECTURE
1274 M:      Joachim Eastwood <manabian@gmail.com>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/boot/dts/lpc43*
1278 F:      drivers/clk/nxp/clk-lpc18xx*
1279 F:      drivers/clocksource/time-lpc32xx.c
1280 F:      drivers/i2c/busses/i2c-lpc2k.c
1281 F:      drivers/memory/pl172.c
1282 F:      drivers/mtd/spi-nor/nxp-spifi.c
1283 F:      drivers/rtc/rtc-lpc24xx.c
1284 N:      lpc18xx
1285
1286 ARM/MAGICIAN MACHINE SUPPORT
1287 M:      Philipp Zabel <philipp.zabel@gmail.com>
1288 S:      Maintained
1289
1290 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1291 M:      Jason Cooper <jason@lakedaemon.net>
1292 M:      Andrew Lunn <andrew@lunn.ch>
1293 M:      Gregory Clement <gregory.clement@free-electrons.com>
1294 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/mach-mvebu/
1298 F:      drivers/rtc/rtc-armada38x.c
1299 F:      arch/arm/boot/dts/armada*
1300 F:      arch/arm/boot/dts/kirkwood*
1301
1302
1303 ARM/Marvell Berlin SoC support
1304 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 S:      Maintained
1307 F:      arch/arm/mach-berlin/
1308 F:      arch/arm/boot/dts/berlin*
1309 F:      arch/arm64/boot/dts/marvell/berlin*
1310
1311
1312 ARM/Marvell Dove/MV78xx0/Orion SOC support
1313 M:      Jason Cooper <jason@lakedaemon.net>
1314 M:      Andrew Lunn <andrew@lunn.ch>
1315 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1316 M:      Gregory Clement <gregory.clement@free-electrons.com>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S:      Maintained
1319 F:      arch/arm/mach-dove/
1320 F:      arch/arm/mach-mv78xx0/
1321 F:      arch/arm/mach-orion5x/
1322 F:      arch/arm/plat-orion/
1323 F:      arch/arm/boot/dts/dove*
1324 F:      arch/arm/boot/dts/orion5x*
1325
1326
1327 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1328 M:      Alexander Clouter <alex@digriz.org.uk>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 W:      http://www.digriz.org.uk/ts78xx/kernel
1331 S:      Maintained
1332 F:      arch/arm/mach-orion5x/ts78xx-*
1333
1334 ARM/Mediatek RTC DRIVER
1335 M:      Eddie Huang <eddie.huang@mediatek.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:      drivers/rtc/rtc-mt6397.c
1340
1341 ARM/Mediatek SoC support
1342 M:      Matthias Brugger <matthias.bgg@gmail.com>
1343 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1344 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1345 S:      Maintained
1346 F:      arch/arm/boot/dts/mt6*
1347 F:      arch/arm/boot/dts/mt8*
1348 F:      arch/arm/mach-mediatek/
1349 N:      mtk
1350 K:      mediatek
1351
1352 ARM/Mediatek USB3 PHY DRIVER
1353 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357 F:      drivers/phy/phy-mt65xx-usb3.c
1358
1359 ARM/MICREL KS8695 ARCHITECTURE
1360 M:      Greg Ungerer <gerg@uclinux.org>
1361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1362 F:      arch/arm/mach-ks8695/
1363 S:      Odd Fixes
1364
1365 ARM/MIOA701 MACHINE SUPPORT
1366 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1368 F:      arch/arm/mach-pxa/mioa701.c
1369 S:      Maintained
1370
1371 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1372 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1373 S:      Maintained
1374
1375 ARM/NOMADIK ARCHITECTURE
1376 M:      Alessandro Rubini <rubini@unipv.it>
1377 M:      Linus Walleij <linus.walleij@linaro.org>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S:      Maintained
1380 F:      arch/arm/mach-nomadik/
1381 F:      drivers/pinctrl/nomadik/
1382 F:      drivers/i2c/busses/i2c-nomadik.c
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1384
1385 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1386 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1387 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1388 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1389 S:      Supported
1390
1391 ARM/TOSA MACHINE SUPPORT
1392 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1393 M:      Dirk Opfer <dirk@opfer-online.de>
1394 S:      Maintained
1395
1396 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1397 M:      Marek Vasut <marek.vasut@gmail.com>
1398 L:      linux-arm-kernel@lists.infradead.org
1399 W:      http://hackndev.com
1400 S:      Maintained
1401 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1402 F:      arch/arm/mach-pxa/palmtx.c
1403 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1404 F:      arch/arm/mach-pxa/palmt5.c
1405 F:      arch/arm/mach-pxa/include/mach/palmld.h
1406 F:      arch/arm/mach-pxa/palmld.c
1407 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1408 F:      arch/arm/mach-pxa/palmte2.c
1409 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1410 F:      arch/arm/mach-pxa/palmtc.c
1411
1412 ARM/PALM TREO SUPPORT
1413 M:      Tomas Cech <sleep_walker@suse.com>
1414 L:      linux-arm-kernel@lists.infradead.org
1415 W:      http://hackndev.com
1416 S:      Maintained
1417 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1418 F:      arch/arm/mach-pxa/palmtreo.c
1419
1420 ARM/PALMZ72 SUPPORT
1421 M:      Sergey Lapin <slapin@ossfans.org>
1422 L:      linux-arm-kernel@lists.infradead.org
1423 W:      http://hackndev.com
1424 S:      Maintained
1425 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1426 F:      arch/arm/mach-pxa/palmz72.c
1427
1428 ARM/PLEB SUPPORT
1429 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1430 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1431 S:      Maintained
1432
1433 ARM/PT DIGITAL BOARD PORT
1434 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1436 W:      http://www.arm.linux.org.uk/
1437 S:      Maintained
1438
1439 ARM/QUALCOMM SUPPORT
1440 M:      Andy Gross <andy.gross@linaro.org>
1441 M:      David Brown <david.brown@linaro.org>
1442 L:      linux-arm-msm@vger.kernel.org
1443 L:      linux-soc@vger.kernel.org
1444 S:      Maintained
1445 F:      arch/arm/boot/dts/qcom-*.dts
1446 F:      arch/arm/boot/dts/qcom-*.dtsi
1447 F:      arch/arm/mach-qcom/
1448 F:      arch/arm64/boot/dts/qcom/*
1449 F:      drivers/i2c/busses/i2c-qup.c
1450 F:      drivers/soc/qcom/
1451 F:      drivers/spi/spi-qup.c
1452 F:      drivers/tty/serial/msm_serial.h
1453 F:      drivers/tty/serial/msm_serial.c
1454 F:      drivers/*/pm8???-*
1455 F:      drivers/mfd/ssbi.c
1456 F:      drivers/firmware/qcom_scm.c
1457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1458
1459 ARM/RADISYS ENP2611 MACHINE SUPPORT
1460 M:      Lennert Buytenhek <kernel@wantstofly.org>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 S:      Maintained
1463
1464 ARM/RENESAS ARM64 ARCHITECTURE
1465 M:      Simon Horman <horms@verge.net.au>
1466 M:      Magnus Damm <magnus.damm@gmail.com>
1467 L:      linux-sh@vger.kernel.org
1468 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1470 S:      Supported
1471 F:      arch/arm64/boot/dts/renesas/
1472
1473 ARM/RISCPC ARCHITECTURE
1474 M:      Russell King <linux@arm.linux.org.uk>
1475 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 W:      http://www.arm.linux.org.uk/
1477 S:      Maintained
1478 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1479 F:      arch/arm/include/asm/hardware/ioc.h
1480 F:      arch/arm/include/asm/hardware/iomd.h
1481 F:      arch/arm/include/asm/hardware/memc.h
1482 F:      arch/arm/mach-rpc/
1483 F:      drivers/net/ethernet/8390/etherh.c
1484 F:      drivers/net/ethernet/i825xx/ether1*
1485 F:      drivers/net/ethernet/seeq/ether3*
1486 F:      drivers/scsi/arm/
1487
1488 ARM/Rockchip SoC support
1489 M:      Heiko Stuebner <heiko@sntech.de>
1490 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1491 L:      linux-rockchip@lists.infradead.org
1492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1493 S:      Maintained
1494 F:      arch/arm/boot/dts/rk3*
1495 F:      arch/arm/mach-rockchip/
1496 F:      drivers/clk/rockchip/
1497 F:      drivers/i2c/busses/i2c-rk3x.c
1498 F:      drivers/*/*rockchip*
1499 F:      drivers/*/*/*rockchip*
1500 F:      sound/soc/rockchip/
1501 N:      rockchip
1502
1503 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1504 M:      Kukjin Kim <kgene@kernel.org>
1505 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1508 S:      Maintained
1509 F:      arch/arm/boot/dts/s3c*
1510 F:      arch/arm/boot/dts/s5p*
1511 F:      arch/arm/boot/dts/samsung*
1512 F:      arch/arm/boot/dts/exynos*
1513 F:      arch/arm64/boot/dts/exynos/
1514 F:      arch/arm/plat-samsung/
1515 F:      arch/arm/mach-s3c24*/
1516 F:      arch/arm/mach-s3c64xx/
1517 F:      arch/arm/mach-s5p*/
1518 F:      arch/arm/mach-exynos*/
1519 F:      drivers/*/*s3c2410*
1520 F:      drivers/*/*/*s3c2410*
1521 F:      drivers/soc/samsung/*
1522 F:      drivers/spi/spi-s3c*
1523 F:      sound/soc/samsung/*
1524 F:      Documentation/arm/Samsung/
1525 F:      Documentation/devicetree/bindings/arm/samsung/
1526 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1527 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1528 N:      exynos
1529
1530 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1531 M:      Kyungmin Park <kyungmin.park@samsung.com>
1532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 S:      Maintained
1534 F:      arch/arm/mach-s5pv210/
1535
1536 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1537 M:      Kyungmin Park <kyungmin.park@samsung.com>
1538 M:      Kamil Debski <k.debski@samsung.com>
1539 L:      linux-arm-kernel@lists.infradead.org
1540 L:      linux-media@vger.kernel.org
1541 S:      Maintained
1542 F:      drivers/media/platform/s5p-g2d/
1543
1544 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1545 M:      Kyungmin Park <kyungmin.park@samsung.com>
1546 M:      Kamil Debski <k.debski@samsung.com>
1547 M:      Jeongtae Park <jtp.park@samsung.com>
1548 L:      linux-arm-kernel@lists.infradead.org
1549 L:      linux-media@vger.kernel.org
1550 S:      Maintained
1551 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1552 F:      drivers/media/platform/s5p-mfc/
1553
1554 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1555 M:      Kyungmin Park <kyungmin.park@samsung.com>
1556 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1557 L:      linux-arm-kernel@lists.infradead.org
1558 L:      linux-media@vger.kernel.org
1559 S:      Maintained
1560 F:      drivers/media/platform/s5p-tv/
1561
1562 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1563 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1564 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1565 L:      linux-arm-kernel@lists.infradead.org
1566 L:      linux-media@vger.kernel.org
1567 S:      Maintained
1568 F:      drivers/media/platform/s5p-jpeg/
1569
1570 ARM/SHMOBILE ARM ARCHITECTURE
1571 M:      Simon Horman <horms@verge.net.au>
1572 M:      Magnus Damm <magnus.damm@gmail.com>
1573 L:      linux-renesas-soc@vger.kernel.org
1574 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1576 S:      Supported
1577 F:      arch/arm/boot/dts/emev2*
1578 F:      arch/arm/boot/dts/r7s*
1579 F:      arch/arm/boot/dts/r8a*
1580 F:      arch/arm/boot/dts/sh*
1581 F:      arch/arm/configs/shmobile_defconfig
1582 F:      arch/arm/include/debug/renesas-scif.S
1583 F:      arch/arm/mach-shmobile/
1584 F:      drivers/sh/
1585
1586 ARM/SOCFPGA ARCHITECTURE
1587 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1588 S:      Maintained
1589 F:      arch/arm/mach-socfpga/
1590 F:      arch/arm/boot/dts/socfpga*
1591 F:      arch/arm/configs/socfpga_defconfig
1592 F:      arch/arm64/boot/dts/altera/
1593 W:      http://www.rocketboards.org
1594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1595
1596 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1597 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1598 S:      Maintained
1599 F:      drivers/clk/socfpga/
1600
1601 ARM/SOCFPGA EDAC SUPPORT
1602 M:      Thor Thayer <tthayer@opensource.altera.com>
1603 S:      Maintained
1604 F:      drivers/edac/altera_edac.
1605
1606 ARM/STI ARCHITECTURE
1607 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1608 M:      Maxime Coquelin <maxime.coquelin@st.com>
1609 M:      Patrice Chotard <patrice.chotard@st.com>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 L:      kernel@stlinux.com
1612 W:      http://www.stlinux.com
1613 S:      Maintained
1614 F:      arch/arm/mach-sti/
1615 F:      arch/arm/boot/dts/sti*
1616 F:      drivers/char/hw_random/st-rng.c
1617 F:      drivers/clocksource/arm_global_timer.c
1618 F:      drivers/clocksource/clksrc_st_lpc.c
1619 F:      drivers/i2c/busses/i2c-st.c
1620 F:      drivers/media/rc/st_rc.c
1621 F:      drivers/media/platform/sti/c8sectpfe/
1622 F:      drivers/mmc/host/sdhci-st.c
1623 F:      drivers/phy/phy-miphy28lp.c
1624 F:      drivers/phy/phy-miphy365x.c
1625 F:      drivers/phy/phy-stih407-usb.c
1626 F:      drivers/phy/phy-stih41x-usb.c
1627 F:      drivers/pinctrl/pinctrl-st.c
1628 F:      drivers/reset/sti/
1629 F:      drivers/rtc/rtc-st-lpc.c
1630 F:      drivers/tty/serial/st-asc.c
1631 F:      drivers/usb/dwc3/dwc3-st.c
1632 F:      drivers/usb/host/ehci-st.c
1633 F:      drivers/usb/host/ohci-st.c
1634 F:      drivers/watchdog/st_lpc_wdt.c
1635 F:      drivers/ata/ahci_st.c
1636
1637 ARM/STM32 ARCHITECTURE
1638 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1639 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1640 S:      Maintained
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1642 N:      stm32
1643 F:      drivers/clocksource/armv7m_systick.c
1644
1645 ARM/TANGO ARCHITECTURE
1646 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1647 L:      linux-arm-kernel@lists.infradead.org
1648 S:      Maintained
1649 F:      arch/arm/mach-tango/
1650 F:      arch/arm/boot/dts/tango*
1651
1652 ARM/TECHNOLOGIC SYSTEMS TS7250 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/TETON BGA MACHINE SUPPORT
1658 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1659 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1660 S:      Maintained
1661
1662 ARM/THECUS N2100 MACHINE SUPPORT
1663 M:      Lennert Buytenhek <kernel@wantstofly.org>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666
1667 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1668 M:      Wan ZongShun <mcuos.com@gmail.com>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 W:      http://www.mcuos.com
1671 S:      Maintained
1672 F:      arch/arm/mach-w90x900/
1673 F:      drivers/input/keyboard/w90p910_keypad.c
1674 F:      drivers/input/touchscreen/w90p910_ts.c
1675 F:      drivers/watchdog/nuc900_wdt.c
1676 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1677 F:      drivers/mtd/nand/nuc900_nand.c
1678 F:      drivers/rtc/rtc-nuc900.c
1679 F:      drivers/spi/spi-nuc900.c
1680 F:      drivers/usb/host/ehci-w90x900.c
1681 F:      drivers/video/fbdev/nuc900fb.c
1682
1683 ARM/U300 MACHINE SUPPORT
1684 M:      Linus Walleij <linus.walleij@linaro.org>
1685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1686 S:      Supported
1687 F:      arch/arm/mach-u300/
1688 F:      drivers/clocksource/timer-u300.c
1689 F:      drivers/i2c/busses/i2c-stu300.c
1690 F:      drivers/rtc/rtc-coh901331.c
1691 F:      drivers/watchdog/coh901327_wdt.c
1692 F:      drivers/dma/coh901318*
1693 F:      drivers/mfd/ab3100*
1694 F:      drivers/rtc/rtc-ab3100.c
1695 F:      drivers/rtc/rtc-coh901331.c
1696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1697
1698 ARM/UNIPHIER ARCHITECTURE
1699 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1700 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1701 S:      Maintained
1702 F:      arch/arm/boot/dts/uniphier*
1703 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1704 F:      arch/arm/mach-uniphier/
1705 F:      arch/arm/mm/cache-uniphier.c
1706 F:      arch/arm64/boot/dts/socionext/
1707 F:      drivers/bus/uniphier-system-bus.c
1708 F:      drivers/i2c/busses/i2c-uniphier*
1709 F:      drivers/pinctrl/uniphier/
1710 F:      drivers/tty/serial/8250/8250_uniphier.c
1711 N:      uniphier
1712
1713 ARM/Ux500 ARM ARCHITECTURE
1714 M:      Linus Walleij <linus.walleij@linaro.org>
1715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 S:      Maintained
1717 F:      arch/arm/mach-ux500/
1718 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1719 F:      drivers/dma/ste_dma40*
1720 F:      drivers/hwspinlock/u8500_hsem.c
1721 F:      drivers/mfd/abx500*
1722 F:      drivers/mfd/ab8500*
1723 F:      drivers/mfd/dbx500*
1724 F:      drivers/mfd/db8500*
1725 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1726 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1727 F:      drivers/rtc/rtc-ab8500.c
1728 F:      drivers/rtc/rtc-pl031.c
1729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1730
1731 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1732 M:      Ulf Hansson <ulf.hansson@linaro.org>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 T:      git git://git.linaro.org/people/ulfh/clk.git
1735 S:      Maintained
1736 F:      drivers/clk/ux500/
1737 F:      include/linux/platform_data/clk-ux500.h
1738
1739 ARM/VERSATILE EXPRESS PLATFORM
1740 M:      Liviu Dudau <liviu.dudau@arm.com>
1741 M:      Sudeep Holla <sudeep.holla@arm.com>
1742 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1743 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1744 S:      Maintained
1745 F:      arch/arm/boot/dts/vexpress*
1746 F:      arch/arm64/boot/dts/arm/
1747 F:      arch/arm/mach-vexpress/
1748 F:      */*/vexpress*
1749 F:      */*/*/vexpress*
1750 F:      drivers/clk/versatile/clk-vexpress-osc.c
1751 F:      drivers/clocksource/versatile.c
1752
1753 ARM/VFP SUPPORT
1754 M:      Russell King <linux@arm.linux.org.uk>
1755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 W:      http://www.arm.linux.org.uk/
1757 S:      Maintained
1758 F:      arch/arm/vfp/
1759
1760 ARM/VOIPAC PXA270 SUPPORT
1761 M:      Marek Vasut <marek.vasut@gmail.com>
1762 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1763 S:      Maintained
1764 F:      arch/arm/mach-pxa/vpac270.c
1765 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1766
1767 ARM/VT8500 ARM ARCHITECTURE
1768 M:      Tony Prisk <linux@prisktech.co.nz>
1769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1770 S:      Maintained
1771 F:      arch/arm/mach-vt8500/
1772 F:      drivers/clocksource/vt8500_timer.c
1773 F:      drivers/i2c/busses/i2c-wmt.c
1774 F:      drivers/mmc/host/wmt-sdmmc.c
1775 F:      drivers/pwm/pwm-vt8500.c
1776 F:      drivers/rtc/rtc-vt8500.c
1777 F:      drivers/tty/serial/vt8500_serial.c
1778 F:      drivers/usb/host/ehci-platform.c
1779 F:      drivers/usb/host/uhci-platform.c
1780 F:      drivers/video/fbdev/vt8500lcdfb.*
1781 F:      drivers/video/fbdev/wm8505fb*
1782 F:      drivers/video/fbdev/wmt_ge_rops.*
1783
1784 ARM/ZIPIT Z2 SUPPORT
1785 M:      Marek Vasut <marek.vasut@gmail.com>
1786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1787 S:      Maintained
1788 F:      arch/arm/mach-pxa/z2.c
1789 F:      arch/arm/mach-pxa/include/mach/z2.h
1790
1791 ARM/ZTE ARCHITECTURE
1792 M:      Jun Nie <jun.nie@linaro.org>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 S:      Maintained
1795 F:      arch/arm/mach-zx/
1796 F:      drivers/clk/zte/
1797 F:      Documentation/devicetree/bindings/arm/zte.txt
1798 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1799
1800 ARM/ZYNQ ARCHITECTURE
1801 M:      Michal Simek <michal.simek@xilinx.com>
1802 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 W:      http://wiki.xilinx.com
1805 T:      git https://github.com/Xilinx/linux-xlnx.git
1806 S:      Supported
1807 F:      arch/arm/mach-zynq/
1808 F:      drivers/cpuidle/cpuidle-zynq.c
1809 F:      drivers/block/xsysace.c
1810 N:      zynq
1811 N:      xilinx
1812 F:      drivers/clocksource/cadence_ttc_timer.c
1813 F:      drivers/i2c/busses/i2c-cadence.c
1814 F:      drivers/mmc/host/sdhci-of-arasan.c
1815 F:      drivers/edac/synopsys_edac.c
1816
1817 ARM SMMU DRIVERS
1818 M:      Will Deacon <will.deacon@arm.com>
1819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1820 S:      Maintained
1821 F:      drivers/iommu/arm-smmu.c
1822 F:      drivers/iommu/arm-smmu-v3.c
1823 F:      drivers/iommu/io-pgtable-arm.c
1824
1825 ARM64 PORT (AARCH64 ARCHITECTURE)
1826 M:      Catalin Marinas <catalin.marinas@arm.com>
1827 M:      Will Deacon <will.deacon@arm.com>
1828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1830 S:      Maintained
1831 F:      arch/arm64/
1832 F:      Documentation/arm64/
1833
1834 AS3645A LED FLASH CONTROLLER DRIVER
1835 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1836 L:      linux-media@vger.kernel.org
1837 T:      git git://linuxtv.org/media_tree.git
1838 S:      Maintained
1839 F:      drivers/media/i2c/as3645a.c
1840 F:      include/media/i2c/as3645a.h
1841
1842 ASC7621 HARDWARE MONITOR DRIVER
1843 M:      George Joseph <george.joseph@fairview5.com>
1844 L:      lm-sensors@lm-sensors.org
1845 S:      Maintained
1846 F:      Documentation/hwmon/asc7621
1847 F:      drivers/hwmon/asc7621.c
1848
1849 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1850 M:      Corentin Chary <corentin.chary@gmail.com>
1851 L:      acpi4asus-user@lists.sourceforge.net
1852 L:      platform-driver-x86@vger.kernel.org
1853 W:      http://acpi4asus.sf.net
1854 S:      Maintained
1855 F:      drivers/platform/x86/asus*.c
1856 F:      drivers/platform/x86/eeepc*.c
1857
1858 ASUS WIRELESS RADIO CONTROL DRIVER
1859 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1860 L:      platform-driver-x86@vger.kernel.org
1861 S:      Maintained
1862 F:      drivers/platform/x86/asus-wireless.c
1863
1864 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1865 R:      Dan Williams <dan.j.williams@intel.com>
1866 W:      http://sourceforge.net/projects/xscaleiop
1867 S:      Odd fixes
1868 F:      Documentation/crypto/async-tx-api.txt
1869 F:      crypto/async_tx/
1870 F:      drivers/dma/
1871 F:      include/linux/dmaengine.h
1872 F:      include/linux/async_tx.h
1873
1874 AT24 EEPROM DRIVER
1875 M:      Wolfram Sang <wsa@the-dreams.de>
1876 L:      linux-i2c@vger.kernel.org
1877 S:      Maintained
1878 F:      drivers/misc/eeprom/at24.c
1879 F:      include/linux/platform_data/at24.h
1880
1881 ATA OVER ETHERNET (AOE) DRIVER
1882 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1883 W:      http://www.openaoe.org/
1884 S:      Supported
1885 F:      Documentation/aoe/
1886 F:      drivers/block/aoe/
1887
1888 ATHEROS 71XX/9XXX GPIO DRIVER
1889 M:      Alban Bedel <albeu@free.fr>
1890 W:      https://github.com/AlbanBedel/linux
1891 T:      git git://github.com/AlbanBedel/linux
1892 S:      Maintained
1893 F:      drivers/gpio/gpio-ath79.c
1894 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1895
1896 ATHEROS ATH GENERIC UTILITIES
1897 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1898 L:      linux-wireless@vger.kernel.org
1899 S:      Supported
1900 F:      drivers/net/wireless/ath/*
1901
1902 ATHEROS ATH5K WIRELESS DRIVER
1903 M:      Jiri Slaby <jirislaby@gmail.com>
1904 M:      Nick Kossifidis <mickflemm@gmail.com>
1905 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1906 L:      linux-wireless@vger.kernel.org
1907 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1908 S:      Maintained
1909 F:      drivers/net/wireless/ath/ath5k/
1910
1911 ATHEROS ATH6KL WIRELESS DRIVER
1912 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1913 L:      linux-wireless@vger.kernel.org
1914 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1916 S:      Supported
1917 F:      drivers/net/wireless/ath/ath6kl/
1918
1919 WILOCITY WIL6210 WIRELESS DRIVER
1920 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1921 L:      linux-wireless@vger.kernel.org
1922 L:      wil6210@qca.qualcomm.com
1923 S:      Supported
1924 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1925 F:      drivers/net/wireless/ath/wil6210/
1926 F:      include/uapi/linux/wil6210_uapi.h
1927
1928 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1929 M:      Christian Lamparter <chunkeey@googlemail.com>
1930 L:      linux-wireless@vger.kernel.org
1931 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1932 S:      Maintained
1933 F:      drivers/net/wireless/ath/carl9170/
1934
1935 ATK0110 HWMON DRIVER
1936 M:      Luca Tettamanti <kronos.it@gmail.com>
1937 L:      lm-sensors@lm-sensors.org
1938 S:      Maintained
1939 F:      drivers/hwmon/asus_atk0110.c
1940
1941 ATI_REMOTE2 DRIVER
1942 M:      Ville Syrjala <syrjala@sci.fi>
1943 S:      Maintained
1944 F:      drivers/input/misc/ati_remote2.c
1945
1946 ATLX ETHERNET DRIVERS
1947 M:      Jay Cliburn <jcliburn@gmail.com>
1948 M:      Chris Snook <chris.snook@gmail.com>
1949 L:      netdev@vger.kernel.org
1950 W:      http://sourceforge.net/projects/atl1
1951 W:      http://atl1.sourceforge.net
1952 S:      Maintained
1953 F:      drivers/net/ethernet/atheros/
1954
1955 ATM
1956 M:      Chas Williams <3chas3@gmail.com>
1957 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1958 L:      netdev@vger.kernel.org
1959 W:      http://linux-atm.sourceforge.net
1960 S:      Maintained
1961 F:      drivers/atm/
1962 F:      include/linux/atm*
1963 F:      include/uapi/linux/atm*
1964
1965 ATMEL AT91 / AT32 MCI DRIVER
1966 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1967 S:      Maintained
1968 F:      drivers/mmc/host/atmel-mci.c
1969
1970 ATMEL AT91 / AT32 SERIAL DRIVER
1971 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1972 S:      Supported
1973 F:      drivers/tty/serial/atmel_serial.c
1974
1975 ATMEL SAMA5D2 ADC DRIVER
1976 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1977 L:      linux-iio@vger.kernel.org
1978 S:      Supported
1979 F:      drivers/iio/adc/at91-sama5d2_adc.c
1980
1981 ATMEL Audio ALSA driver
1982 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1983 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1984 S:      Supported
1985 F:      sound/soc/atmel
1986
1987 ATMEL DMA DRIVER
1988 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1990 S:      Supported
1991 F:      drivers/dma/at_hdmac.c
1992 F:      drivers/dma/at_hdmac_regs.h
1993 F:      include/linux/platform_data/dma-atmel.h
1994
1995 ATMEL XDMA DRIVER
1996 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1997 L:      linux-arm-kernel@lists.infradead.org
1998 L:      dmaengine@vger.kernel.org
1999 S:      Supported
2000 F:      drivers/dma/at_xdmac.c
2001
2002 ATMEL I2C DRIVER
2003 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2004 L:      linux-i2c@vger.kernel.org
2005 S:      Supported
2006 F:      drivers/i2c/busses/i2c-at91.c
2007
2008 ATMEL ISI DRIVER
2009 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2010 L:      linux-media@vger.kernel.org
2011 S:      Supported
2012 F:      drivers/media/platform/soc_camera/atmel-isi.c
2013 F:      include/media/atmel-isi.h
2014
2015 ATMEL LCDFB DRIVER
2016 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2017 L:      linux-fbdev@vger.kernel.org
2018 S:      Maintained
2019 F:      drivers/video/fbdev/atmel_lcdfb.c
2020 F:      include/video/atmel_lcdc.h
2021
2022 ATMEL MACB ETHERNET DRIVER
2023 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2024 S:      Supported
2025 F:      drivers/net/ethernet/cadence/
2026
2027 ATMEL NAND DRIVER
2028 M:      Wenyou Yang <wenyou.yang@atmel.com>
2029 M:      Josh Wu <rainyfeeling@outlook.com>
2030 L:      linux-mtd@lists.infradead.org
2031 S:      Supported
2032 F:      drivers/mtd/nand/atmel_nand*
2033
2034 ATMEL SDMMC DRIVER
2035 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2036 L:      linux-mmc@vger.kernel.org
2037 S:      Supported
2038 F:      drivers/mmc/host/sdhci-of-at91.c
2039
2040 ATMEL SPI DRIVER
2041 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2042 S:      Supported
2043 F:      drivers/spi/spi-atmel.*
2044
2045 ATMEL SSC DRIVER
2046 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2048 S:      Supported
2049 F:      drivers/misc/atmel-ssc.c
2050 F:      include/linux/atmel-ssc.h
2051
2052 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2053 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2055 S:      Supported
2056 F:      drivers/misc/atmel_tclib.c
2057 F:      drivers/clocksource/tcb_clksrc.c
2058
2059 ATMEL USBA UDC DRIVER
2060 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2061 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2062 S:      Supported
2063 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2064
2065 ATMEL WIRELESS DRIVER
2066 M:      Simon Kelley <simon@thekelleys.org.uk>
2067 L:      linux-wireless@vger.kernel.org
2068 W:      http://www.thekelleys.org.uk/atmel
2069 W:      http://atmelwlandriver.sourceforge.net/
2070 S:      Maintained
2071 F:      drivers/net/wireless/atmel/atmel*
2072
2073 ATMEL MAXTOUCH DRIVER
2074 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2075 T:      git git://github.com/atmel-maxtouch/linux.git
2076 S:      Supported
2077 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2078 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2079 F:      include/linux/platform_data/atmel_mxt_ts.h
2080
2081 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2082 M:      Bradley Grove <linuxdrivers@attotech.com>
2083 L:      linux-scsi@vger.kernel.org
2084 W:      http://www.attotech.com
2085 S:      Supported
2086 F:      drivers/scsi/esas2r
2087
2088 ATUSB IEEE 802.15.4 RADIO DRIVER
2089 M:      Stefan Schmidt <stefan@osg.samsung.com>
2090 L:      linux-wpan@vger.kernel.org
2091 S:      Maintained
2092 F:      drivers/net/ieee802154/atusb.c
2093 F:      drivers/net/ieee802154/atusb.h
2094 F:      drivers/net/ieee802154/at86rf230.h
2095
2096 AUDIT SUBSYSTEM
2097 M:      Paul Moore <paul@paul-moore.com>
2098 M:      Eric Paris <eparis@redhat.com>
2099 L:      linux-audit@redhat.com (moderated for non-subscribers)
2100 W:      http://people.redhat.com/sgrubb/audit/
2101 T:      git git://git.infradead.org/users/pcmoore/audit
2102 S:      Maintained
2103 F:      include/linux/audit.h
2104 F:      include/uapi/linux/audit.h
2105 F:      kernel/audit*
2106
2107 AUXILIARY DISPLAY DRIVERS
2108 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2109 W:      http://miguelojeda.es/auxdisplay.htm
2110 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2111 S:      Maintained
2112 F:      drivers/auxdisplay/
2113 F:      include/linux/cfag12864b.h
2114
2115 AVR32 ARCHITECTURE
2116 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2117 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2118 W:      http://www.atmel.com/products/AVR32/
2119 W:      http://mirror.egtvedt.no/avr32linux.org/
2120 W:      http://avrfreaks.net/
2121 S:      Maintained
2122 F:      arch/avr32/
2123
2124 AVR32/AT32AP MACHINE SUPPORT
2125 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2126 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2127 S:      Maintained
2128 F:      arch/avr32/mach-at32ap/
2129
2130 AX.25 NETWORK LAYER
2131 M:      Ralf Baechle <ralf@linux-mips.org>
2132 L:      linux-hams@vger.kernel.org
2133 W:      http://www.linux-ax25.org/
2134 S:      Maintained
2135 F:      include/uapi/linux/ax25.h
2136 F:      include/net/ax25.h
2137 F:      net/ax25/
2138
2139 AZ6007 DVB DRIVER
2140 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2141 L:      linux-media@vger.kernel.org
2142 W:      https://linuxtv.org
2143 T:      git git://linuxtv.org/media_tree.git
2144 S:      Maintained
2145 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2146
2147 AZTECH FM RADIO RECEIVER DRIVER
2148 M:      Hans Verkuil <hverkuil@xs4all.nl>
2149 L:      linux-media@vger.kernel.org
2150 T:      git git://linuxtv.org/media_tree.git
2151 W:      https://linuxtv.org
2152 S:      Maintained
2153 F:      drivers/media/radio/radio-aztech*
2154
2155 B43 WIRELESS DRIVER
2156 L:      linux-wireless@vger.kernel.org
2157 L:      b43-dev@lists.infradead.org
2158 W:      http://wireless.kernel.org/en/users/Drivers/b43
2159 S:      Odd Fixes
2160 F:      drivers/net/wireless/broadcom/b43/
2161
2162 B43LEGACY WIRELESS DRIVER
2163 M:      Larry Finger <Larry.Finger@lwfinger.net>
2164 L:      linux-wireless@vger.kernel.org
2165 L:      b43-dev@lists.infradead.org
2166 W:      http://wireless.kernel.org/en/users/Drivers/b43
2167 S:      Maintained
2168 F:      drivers/net/wireless/broadcom/b43legacy/
2169
2170 BACKLIGHT CLASS/SUBSYSTEM
2171 M:      Jingoo Han <jingoohan1@gmail.com>
2172 M:      Lee Jones <lee.jones@linaro.org>
2173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2174 S:      Maintained
2175 F:      drivers/video/backlight/
2176 F:      include/linux/backlight.h
2177
2178 BATMAN ADVANCED
2179 M:      Marek Lindner <mareklindner@neomailbox.ch>
2180 M:      Simon Wunderlich <sw@simonwunderlich.de>
2181 M:      Antonio Quartulli <a@unstable.cc>
2182 L:      b.a.t.m.a.n@lists.open-mesh.org
2183 W:      https://www.open-mesh.org/
2184 S:      Maintained
2185 F:      net/batman-adv/
2186
2187 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2188 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2189 L:      linux-hams@vger.kernel.org
2190 W:      http://www.baycom.org/~tom/ham/ham.html
2191 S:      Maintained
2192 F:      drivers/net/hamradio/baycom*
2193
2194 BCACHE (BLOCK LAYER CACHE)
2195 M:      Kent Overstreet <kent.overstreet@gmail.com>
2196 L:      linux-bcache@vger.kernel.org
2197 W:      http://bcache.evilpiepirate.org
2198 S:      Maintained
2199 F:      drivers/md/bcache/
2200
2201 BDISP ST MEDIA DRIVER
2202 M:      Fabien Dessenne <fabien.dessenne@st.com>
2203 L:      linux-media@vger.kernel.org
2204 T:      git git://linuxtv.org/media_tree.git
2205 W:      https://linuxtv.org
2206 S:      Supported
2207 F:      drivers/media/platform/sti/bdisp
2208
2209 BEFS FILE SYSTEM
2210 S:      Orphan
2211 F:      Documentation/filesystems/befs.txt
2212 F:      fs/befs/
2213
2214 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2215 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2216 L:      netdev@vger.kernel.org
2217 S:      Maintained
2218 F:      drivers/net/ethernet/ec_bhf.c
2219
2220 BFS FILE SYSTEM
2221 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2222 S:      Maintained
2223 F:      Documentation/filesystems/bfs.txt
2224 F:      fs/bfs/
2225 F:      include/uapi/linux/bfs_fs.h
2226
2227 BLACKFIN ARCHITECTURE
2228 M:      Steven Miao <realmz6@gmail.com>
2229 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2230 T:      git git://git.code.sf.net/p/adi-linux/code
2231 W:      http://blackfin.uclinux.org
2232 S:      Supported
2233 F:      arch/blackfin/
2234
2235 BLACKFIN EMAC DRIVER
2236 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2237 W:      http://blackfin.uclinux.org
2238 S:      Supported
2239 F:      drivers/net/ethernet/adi/
2240
2241 BLACKFIN RTC DRIVER
2242 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2243 W:      http://blackfin.uclinux.org
2244 S:      Supported
2245 F:      drivers/rtc/rtc-bfin.c
2246
2247 BLACKFIN SDH DRIVER
2248 M:      Sonic Zhang <sonic.zhang@analog.com>
2249 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2250 W:      http://blackfin.uclinux.org
2251 S:      Supported
2252 F:      drivers/mmc/host/bfin_sdh.c
2253
2254 BLACKFIN SERIAL DRIVER
2255 M:      Sonic Zhang <sonic.zhang@analog.com>
2256 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2257 W:      http://blackfin.uclinux.org
2258 S:      Supported
2259 F:      drivers/tty/serial/bfin_uart.c
2260
2261 BLACKFIN WATCHDOG DRIVER
2262 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2263 W:      http://blackfin.uclinux.org
2264 S:      Supported
2265 F:      drivers/watchdog/bfin_wdt.c
2266
2267 BLACKFIN I2C TWI DRIVER
2268 M:      Sonic Zhang <sonic.zhang@analog.com>
2269 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2270 W:      http://blackfin.uclinux.org/
2271 S:      Supported
2272 F:      drivers/i2c/busses/i2c-bfin-twi.c
2273
2274 BLACKFIN MEDIA DRIVER
2275 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2276 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2277 W:      http://blackfin.uclinux.org/
2278 S:      Supported
2279 F:      drivers/media/platform/blackfin/
2280 F:      drivers/media/i2c/adv7183*
2281 F:      drivers/media/i2c/vs6624*
2282
2283 BLINKM RGB LED DRIVER
2284 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2285 S:      Maintained
2286 F:      drivers/leds/leds-blinkm.c
2287
2288 BLOCK LAYER
2289 M:      Jens Axboe <axboe@kernel.dk>
2290 L:      linux-block@vger.kernel.org
2291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2292 S:      Maintained
2293 F:      block/
2294 F:      kernel/trace/blktrace.c
2295
2296 BLOCK2MTD DRIVER
2297 M:      Joern Engel <joern@lazybastard.org>
2298 L:      linux-mtd@lists.infradead.org
2299 S:      Maintained
2300 F:      drivers/mtd/devices/block2mtd.c
2301
2302 BLUETOOTH DRIVERS
2303 M:      Marcel Holtmann <marcel@holtmann.org>
2304 M:      Gustavo Padovan <gustavo@padovan.org>
2305 M:      Johan Hedberg <johan.hedberg@gmail.com>
2306 L:      linux-bluetooth@vger.kernel.org
2307 W:      http://www.bluez.org/
2308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2310 S:      Maintained
2311 F:      drivers/bluetooth/
2312
2313 BLUETOOTH SUBSYSTEM
2314 M:      Marcel Holtmann <marcel@holtmann.org>
2315 M:      Gustavo Padovan <gustavo@padovan.org>
2316 M:      Johan Hedberg <johan.hedberg@gmail.com>
2317 L:      linux-bluetooth@vger.kernel.org
2318 W:      http://www.bluez.org/
2319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2321 S:      Maintained
2322 F:      net/bluetooth/
2323 F:      include/net/bluetooth/
2324
2325 BONDING DRIVER
2326 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2327 M:      Veaceslav Falico <vfalico@gmail.com>
2328 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2329 L:      netdev@vger.kernel.org
2330 W:      http://sourceforge.net/projects/bonding/
2331 S:      Supported
2332 F:      drivers/net/bonding/
2333 F:      include/uapi/linux/if_bonding.h
2334
2335 BPF (Safe dynamic programs and tools)
2336 M:      Alexei Starovoitov <ast@kernel.org>
2337 L:      netdev@vger.kernel.org
2338 L:      linux-kernel@vger.kernel.org
2339 S:      Supported
2340 F:      kernel/bpf/
2341
2342 BROADCOM B44 10/100 ETHERNET DRIVER
2343 M:      Gary Zambrano <zambrano@broadcom.com>
2344 L:      netdev@vger.kernel.org
2345 S:      Supported
2346 F:      drivers/net/ethernet/broadcom/b44.*
2347
2348 BROADCOM GENET ETHERNET DRIVER
2349 M:      Florian Fainelli <f.fainelli@gmail.com>
2350 L:      netdev@vger.kernel.org
2351 S:      Supported
2352 F:      drivers/net/ethernet/broadcom/genet/
2353
2354 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2355 M:      Sony Chacko <sony.chacko@qlogic.com>
2356 M:      Dept-HSGLinuxNICDev@qlogic.com
2357 L:      netdev@vger.kernel.org
2358 S:      Supported
2359 F:      drivers/net/ethernet/broadcom/bnx2.*
2360 F:      drivers/net/ethernet/broadcom/bnx2_*
2361
2362 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2363 M:      Ariel Elior <ariel.elior@qlogic.com>
2364 L:      netdev@vger.kernel.org
2365 S:      Supported
2366 F:      drivers/net/ethernet/broadcom/bnx2x/
2367
2368 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2369 M:      Florian Fainelli <f.fainelli@gmail.com>
2370 M:      Ray Jui <rjui@broadcom.com>
2371 M:      Scott Branden <sbranden@broadcom.com>
2372 L:      bcm-kernel-feedback-list@broadcom.com
2373 T:      git git://github.com/broadcom/mach-bcm
2374 S:      Maintained
2375 F:      arch/arm/mach-bcm/
2376 F:      arch/arm/boot/dts/bcm113*
2377 F:      arch/arm/boot/dts/bcm216*
2378 F:      arch/arm/boot/dts/bcm281*
2379 F:      arch/arm64/boot/dts/broadcom/
2380 F:      arch/arm/configs/bcm_defconfig
2381 F:      drivers/mmc/host/sdhci-bcm-kona.c
2382 F:      drivers/clocksource/bcm_kona_timer.c
2383
2384 BROADCOM BCM2835 ARM ARCHITECTURE
2385 M:      Stephen Warren <swarren@wwwdotorg.org>
2386 M:      Lee Jones <lee@kernel.org>
2387 M:      Eric Anholt <eric@anholt.net>
2388 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2391 S:      Maintained
2392 N:      bcm2835
2393
2394 BROADCOM BCM33XX MIPS ARCHITECTURE
2395 M:      Kevin Cernekee <cernekee@gmail.com>
2396 L:      linux-mips@linux-mips.org
2397 S:      Maintained
2398 F:      arch/mips/bcm3384/*
2399 F:      arch/mips/include/asm/mach-bcm3384/*
2400 F:      arch/mips/kernel/*bmips*
2401
2402 BROADCOM BCM47XX MIPS ARCHITECTURE
2403 M:      Hauke Mehrtens <hauke@hauke-m.de>
2404 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2405 L:      linux-mips@linux-mips.org
2406 S:      Maintained
2407 F:      arch/mips/bcm47xx/*
2408 F:      arch/mips/include/asm/mach-bcm47xx/*
2409
2410 BROADCOM BCM5301X ARM ARCHITECTURE
2411 M:      Hauke Mehrtens <hauke@hauke-m.de>
2412 L:      linux-arm-kernel@lists.infradead.org
2413 S:      Maintained
2414 F:      arch/arm/mach-bcm/bcm_5301x.c
2415 F:      arch/arm/boot/dts/bcm5301x.dtsi
2416 F:      arch/arm/boot/dts/bcm470*
2417
2418 BROADCOM BCM63XX ARM ARCHITECTURE
2419 M:      Florian Fainelli <f.fainelli@gmail.com>
2420 L:      linux-arm-kernel@lists.infradead.org
2421 T:      git git://github.com/broadcom/arm-bcm63xx.git
2422 S:      Maintained
2423 F:      arch/arm/mach-bcm/bcm63xx.c
2424 F:      arch/arm/include/debug/bcm63xx.S
2425
2426 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2427 M:      Kevin Cernekee <cernekee@gmail.com>
2428 L:      linux-usb@vger.kernel.org
2429 S:      Maintained
2430 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2431
2432 BROADCOM BCM7XXX ARM ARCHITECTURE
2433 M:      Brian Norris <computersforpeace@gmail.com>
2434 M:      Gregory Fong <gregory.0xf0@gmail.com>
2435 M:      Florian Fainelli <f.fainelli@gmail.com>
2436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2437 L:      bcm-kernel-feedback-list@broadcom.com
2438 T:      git git://github.com/broadcom/stblinux.git
2439 S:      Maintained
2440 F:      arch/arm/mach-bcm/*brcmstb*
2441 F:      arch/arm/boot/dts/bcm7*.dts*
2442 F:      drivers/bus/brcmstb_gisb.c
2443 N:      brcmstb
2444
2445 BROADCOM BMIPS MIPS ARCHITECTURE
2446 M:      Kevin Cernekee <cernekee@gmail.com>
2447 M:      Florian Fainelli <f.fainelli@gmail.com>
2448 L:      linux-mips@linux-mips.org
2449 T:      git git://github.com/broadcom/stblinux.git
2450 S:      Maintained
2451 F:      arch/mips/bmips/*
2452 F:      arch/mips/include/asm/mach-bmips/*
2453 F:      arch/mips/kernel/*bmips*
2454 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2455 F:      drivers/irqchip/irq-bcm63*
2456 F:      drivers/irqchip/irq-bcm7*
2457 F:      drivers/irqchip/irq-brcmstb*
2458 F:      include/linux/bcm963xx_nvram.h
2459 F:      include/linux/bcm963xx_tag.h
2460
2461 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2462 M:      Prashant Sreedharan <prashant@broadcom.com>
2463 M:      Michael Chan <mchan@broadcom.com>
2464 L:      netdev@vger.kernel.org
2465 S:      Supported
2466 F:      drivers/net/ethernet/broadcom/tg3.*
2467
2468 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2469 M:      Brett Rudley <brudley@broadcom.com>
2470 M:      Arend van Spriel <arend@broadcom.com>
2471 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2472 M:      Hante Meuleman <meuleman@broadcom.com>
2473 L:      linux-wireless@vger.kernel.org
2474 L:      brcm80211-dev-list@broadcom.com
2475 S:      Supported
2476 F:      drivers/net/wireless/broadcom/brcm80211/
2477
2478 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2479 M:      QLogic-Storage-Upstream@qlogic.com
2480 L:      linux-scsi@vger.kernel.org
2481 S:      Supported
2482 F:      drivers/scsi/bnx2fc/
2483
2484 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2485 M:      QLogic-Storage-Upstream@qlogic.com
2486 L:      linux-scsi@vger.kernel.org
2487 S:      Supported
2488 F:      drivers/scsi/bnx2i/
2489
2490 BROADCOM IPROC ARM ARCHITECTURE
2491 M:      Ray Jui <rjui@broadcom.com>
2492 M:      Scott Branden <sbranden@broadcom.com>
2493 M:      Jon Mason <jonmason@broadcom.com>
2494 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2495 L:      bcm-kernel-feedback-list@broadcom.com
2496 T:      git git://github.com/broadcom/cygnus-linux.git
2497 S:      Maintained
2498 N:      iproc
2499 N:      cygnus
2500 N:      nsp
2501 N:      bcm9113*
2502 N:      bcm9583*
2503 N:      bcm9585*
2504 N:      bcm9586*
2505 N:      bcm988312
2506 N:      bcm113*
2507 N:      bcm583*
2508 N:      bcm585*
2509 N:      bcm586*
2510 N:      bcm88312
2511
2512 BROADCOM BRCMSTB GPIO DRIVER
2513 M:      Gregory Fong <gregory.0xf0@gmail.com>
2514 L:      bcm-kernel-feedback-list@broadcom.com
2515 S:      Supported
2516 F:      drivers/gpio/gpio-brcmstb.c
2517 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2518
2519 BROADCOM KONA GPIO DRIVER
2520 M:      Ray Jui <rjui@broadcom.com>
2521 L:      bcm-kernel-feedback-list@broadcom.com
2522 S:      Supported
2523 F:      drivers/gpio/gpio-bcm-kona.c
2524 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2525
2526 BROADCOM NVRAM DRIVER
2527 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2528 L:      linux-mips@linux-mips.org
2529 S:      Maintained
2530 F:      drivers/firmware/broadcom/*
2531
2532 BROADCOM STB NAND FLASH DRIVER
2533 M:      Brian Norris <computersforpeace@gmail.com>
2534 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2535 L:      linux-mtd@lists.infradead.org
2536 L:      bcm-kernel-feedback-list@broadcom.com
2537 S:      Maintained
2538 F:      drivers/mtd/nand/brcmnand/
2539
2540 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2541 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2542 L:      linux-wireless@vger.kernel.org
2543 S:      Maintained
2544 F:      drivers/bcma/
2545 F:      include/linux/bcma/
2546
2547 BROADCOM SYSTEMPORT ETHERNET DRIVER
2548 M:      Florian Fainelli <f.fainelli@gmail.com>
2549 L:      netdev@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2552
2553 BROCADE BFA FC SCSI DRIVER
2554 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2555 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2556 L:      linux-scsi@vger.kernel.org
2557 S:      Supported
2558 F:      drivers/scsi/bfa/
2559
2560 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2561 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2562 L:      netdev@vger.kernel.org
2563 S:      Supported
2564 F:      drivers/net/ethernet/brocade/bna/
2565
2566 BSG (block layer generic sg v4 driver)
2567 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2568 L:      linux-scsi@vger.kernel.org
2569 S:      Supported
2570 F:      block/bsg.c
2571 F:      include/linux/bsg.h
2572 F:      include/uapi/linux/bsg.h
2573
2574 BT87X AUDIO DRIVER
2575 M:      Clemens Ladisch <clemens@ladisch.de>
2576 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2577 T:      git git://git.alsa-project.org/alsa-kernel.git
2578 S:      Maintained
2579 F:      Documentation/sound/alsa/Bt87x.txt
2580 F:      sound/pci/bt87x.c
2581
2582 BT8XXGPIO DRIVER
2583 M:      Michael Buesch <m@bues.ch>
2584 W:      http://bu3sch.de/btgpio.php
2585 S:      Maintained
2586 F:      drivers/gpio/gpio-bt8xx.c
2587
2588 BTRFS FILE SYSTEM
2589 M:      Chris Mason <clm@fb.com>
2590 M:      Josef Bacik <jbacik@fb.com>
2591 M:      David Sterba <dsterba@suse.com>
2592 L:      linux-btrfs@vger.kernel.org
2593 W:      http://btrfs.wiki.kernel.org/
2594 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2596 S:      Maintained
2597 F:      Documentation/filesystems/btrfs.txt
2598 F:      fs/btrfs/
2599
2600 BTTV VIDEO4LINUX DRIVER
2601 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2602 L:      linux-media@vger.kernel.org
2603 W:      https://linuxtv.org
2604 T:      git git://linuxtv.org/media_tree.git
2605 S:      Odd fixes
2606 F:      Documentation/video4linux/bttv/
2607 F:      drivers/media/pci/bt8xx/bttv*
2608
2609 BUSLOGIC SCSI DRIVER
2610 M:      Khalid Aziz <khalid@gonehiking.org>
2611 L:      linux-scsi@vger.kernel.org
2612 S:      Maintained
2613 F:      drivers/scsi/BusLogic.*
2614 F:      drivers/scsi/FlashPoint.*
2615
2616 C-MEDIA CMI8788 DRIVER
2617 M:      Clemens Ladisch <clemens@ladisch.de>
2618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2619 T:      git git://git.alsa-project.org/alsa-kernel.git
2620 S:      Maintained
2621 F:      sound/pci/oxygen/
2622
2623 C6X ARCHITECTURE
2624 M:      Mark Salter <msalter@redhat.com>
2625 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2626 L:      linux-c6x-dev@linux-c6x.org
2627 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2628 S:      Maintained
2629 F:      arch/c6x/
2630
2631 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2632 M:      David Howells <dhowells@redhat.com>
2633 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2634 S:      Supported
2635 F:      Documentation/filesystems/caching/cachefiles.txt
2636 F:      fs/cachefiles/
2637
2638 CADET FM/AM RADIO RECEIVER DRIVER
2639 M:      Hans Verkuil <hverkuil@xs4all.nl>
2640 L:      linux-media@vger.kernel.org
2641 T:      git git://linuxtv.org/media_tree.git
2642 W:      https://linuxtv.org
2643 S:      Maintained
2644 F:      drivers/media/radio/radio-cadet*
2645
2646 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2647 M:      Jonathan Corbet <corbet@lwn.net>
2648 L:      linux-media@vger.kernel.org
2649 T:      git git://linuxtv.org/media_tree.git
2650 S:      Maintained
2651 F:      Documentation/video4linux/cafe_ccic
2652 F:      drivers/media/platform/marvell-ccic/
2653
2654 CAIF NETWORK LAYER
2655 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2656 L:      netdev@vger.kernel.org
2657 S:      Supported
2658 F:      Documentation/networking/caif/
2659 F:      drivers/net/caif/
2660 F:      include/uapi/linux/caif/
2661 F:      include/net/caif/
2662 F:      net/caif/
2663
2664 CALGARY x86-64 IOMMU
2665 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2666 M:      "Jon D. Mason" <jdmason@kudzu.us>
2667 L:      discuss@x86-64.org
2668 S:      Maintained
2669 F:      arch/x86/kernel/pci-calgary_64.c
2670 F:      arch/x86/kernel/tce_64.c
2671 F:      arch/x86/include/asm/calgary.h
2672 F:      arch/x86/include/asm/tce.h
2673
2674 CAN NETWORK LAYER
2675 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2676 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2677 L:      linux-can@vger.kernel.org
2678 W:      https://github.com/linux-can
2679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2681 S:      Maintained
2682 F:      Documentation/networking/can.txt
2683 F:      net/can/
2684 F:      include/linux/can/core.h
2685 F:      include/uapi/linux/can.h
2686 F:      include/uapi/linux/can/bcm.h
2687 F:      include/uapi/linux/can/raw.h
2688 F:      include/uapi/linux/can/gw.h
2689
2690 CAN NETWORK DRIVERS
2691 M:      Wolfgang Grandegger <wg@grandegger.com>
2692 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2693 L:      linux-can@vger.kernel.org
2694 W:      https://github.com/linux-can
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2697 S:      Maintained
2698 F:      drivers/net/can/
2699 F:      include/linux/can/dev.h
2700 F:      include/linux/can/platform/
2701 F:      include/uapi/linux/can/error.h
2702 F:      include/uapi/linux/can/netlink.h
2703
2704 CAPABILITIES
2705 M:      Serge Hallyn <serge.hallyn@canonical.com>
2706 L:      linux-security-module@vger.kernel.org
2707 S:      Supported
2708 F:      include/linux/capability.h
2709 F:      include/uapi/linux/capability.h
2710 F:      security/commoncap.c
2711 F:      kernel/capability.c
2712
2713 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2714 M:      Kevin Tsai <ktsai@capellamicro.com>
2715 S:      Maintained
2716 F:      drivers/iio/light/cm*
2717 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2718
2719 CAVIUM LIQUIDIO NETWORK DRIVER
2720 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2721 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2722 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2723 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2724 L:     netdev@vger.kernel.org
2725 W:     http://www.cavium.com
2726 S:     Supported
2727 F:     drivers/net/ethernet/cavium/liquidio/
2728
2729 CC2520 IEEE-802.15.4 RADIO DRIVER
2730 M:      Varka Bhadram <varkabhadram@gmail.com>
2731 L:      linux-wpan@vger.kernel.org
2732 S:      Maintained
2733 F:      drivers/net/ieee802154/cc2520.c
2734 F:      include/linux/spi/cc2520.h
2735 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2736
2737 CELL BROADBAND ENGINE ARCHITECTURE
2738 M:      Arnd Bergmann <arnd@arndb.de>
2739 L:      linuxppc-dev@lists.ozlabs.org
2740 W:      http://www.ibm.com/developerworks/power/cell/
2741 S:      Supported
2742 F:      arch/powerpc/include/asm/cell*.h
2743 F:      arch/powerpc/include/asm/spu*.h
2744 F:      arch/powerpc/include/uapi/asm/spu*.h
2745 F:      arch/powerpc/oprofile/*cell*
2746 F:      arch/powerpc/platforms/cell/
2747
2748 CEPH COMMON CODE (LIBCEPH)
2749 M:      Ilya Dryomov <idryomov@gmail.com>
2750 M:      "Yan, Zheng" <zyan@redhat.com>
2751 M:      Sage Weil <sage@redhat.com>
2752 L:      ceph-devel@vger.kernel.org
2753 W:      http://ceph.com/
2754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2755 T:      git git://github.com/ceph/ceph-client.git
2756 S:      Supported
2757 F:      net/ceph/
2758 F:      include/linux/ceph/
2759 F:      include/linux/crush/
2760
2761 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2762 M:      "Yan, Zheng" <zyan@redhat.com>
2763 M:      Sage Weil <sage@redhat.com>
2764 M:      Ilya Dryomov <idryomov@gmail.com>
2765 L:      ceph-devel@vger.kernel.org
2766 W:      http://ceph.com/
2767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2768 T:      git git://github.com/ceph/ceph-client.git
2769 S:      Supported
2770 F:      Documentation/filesystems/ceph.txt
2771 F:      fs/ceph/
2772
2773 CERTIFICATE HANDLING:
2774 M:      David Howells <dhowells@redhat.com>
2775 M:      David Woodhouse <dwmw2@infradead.org>
2776 L:      keyrings@vger.kernel.org
2777 S:      Maintained
2778 F:      Documentation/module-signing.txt
2779 F:      certs/
2780 F:      scripts/sign-file.c
2781 F:      scripts/extract-cert.c
2782
2783 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2784 L:      linux-usb@vger.kernel.org
2785 S:      Orphan
2786 F:      Documentation/usb/WUSB-Design-overview.txt
2787 F:      Documentation/usb/wusb-cbaf
2788 F:      drivers/usb/host/hwa-hc.c
2789 F:      drivers/usb/host/whci/
2790 F:      drivers/usb/wusbcore/
2791 F:      include/linux/usb/wusb*
2792
2793 CFAG12864B LCD DRIVER
2794 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2795 W:      http://miguelojeda.es/auxdisplay.htm
2796 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2797 S:      Maintained
2798 F:      drivers/auxdisplay/cfag12864b.c
2799 F:      include/linux/cfag12864b.h
2800
2801 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2802 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2803 W:      http://miguelojeda.es/auxdisplay.htm
2804 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2805 S:      Maintained
2806 F:      drivers/auxdisplay/cfag12864bfb.c
2807 F:      include/linux/cfag12864b.h
2808
2809 CFG80211 and NL80211
2810 M:      Johannes Berg <johannes@sipsolutions.net>
2811 L:      linux-wireless@vger.kernel.org
2812 W:      http://wireless.kernel.org/
2813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2815 S:      Maintained
2816 F:      include/uapi/linux/nl80211.h
2817 F:      include/net/cfg80211.h
2818 F:      net/wireless/*
2819 X:      net/wireless/wext*
2820
2821 CHAR and MISC DRIVERS
2822 M:      Arnd Bergmann <arnd@arndb.de>
2823 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2825 S:      Supported
2826 F:      drivers/char/*
2827 F:      drivers/misc/*
2828 F:      include/linux/miscdevice.h
2829
2830 CHECKPATCH
2831 M:      Andy Whitcroft <apw@canonical.com>
2832 M:      Joe Perches <joe@perches.com>
2833 S:      Maintained
2834 F:      scripts/checkpatch.pl
2835
2836 CHINESE DOCUMENTATION
2837 M:      Harry Wei <harryxiyou@gmail.com>
2838 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2839 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2840 S:      Maintained
2841 F:      Documentation/zh_CN/
2842
2843 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2844 M:      Peter Chen <Peter.Chen@nxp.com>
2845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2846 L:      linux-usb@vger.kernel.org
2847 S:      Maintained
2848 F:      drivers/usb/chipidea/
2849
2850 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2851 M:      Hans de Goede <hdegoede@redhat.com>
2852 L:      linux-input@vger.kernel.org
2853 S:      Maintained
2854 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2855 F:      drivers/input/touchscreen/chipone_icn8318.c
2856
2857 CHROME HARDWARE PLATFORM SUPPORT
2858 M:      Olof Johansson <olof@lixom.net>
2859 S:      Maintained
2860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2861 F:      drivers/platform/chrome/
2862
2863 CISCO VIC ETHERNET NIC DRIVER
2864 M:      Christian Benvenuti <benve@cisco.com>
2865 M:      Sujith Sankar <ssujith@cisco.com>
2866 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2867 M:      Neel Patel <neepatel@cisco.com>
2868 S:      Supported
2869 F:      drivers/net/ethernet/cisco/enic/
2870
2871 CISCO VIC LOW LATENCY NIC DRIVER
2872 M:      Christian Benvenuti <benve@cisco.com>
2873 M:      Dave Goodell <dgoodell@cisco.com>
2874 S:      Supported
2875 F:      drivers/infiniband/hw/usnic/
2876
2877 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2878 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2879 L:      netdev@vger.kernel.org
2880 S:      Maintained
2881 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2882
2883 CIRRUS LOGIC AUDIO CODEC DRIVERS
2884 M:      Brian Austin <brian.austin@cirrus.com>
2885 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2886 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2887 S:      Maintained
2888 F:      sound/soc/codecs/cs*
2889
2890 CLEANCACHE API
2891 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2892 L:      linux-kernel@vger.kernel.org
2893 S:      Maintained
2894 F:      mm/cleancache.c
2895 F:      include/linux/cleancache.h
2896
2897 CLK API
2898 M:      Russell King <linux@arm.linux.org.uk>
2899 L:      linux-clk@vger.kernel.org
2900 S:      Maintained
2901 F:      include/linux/clk.h
2902
2903 CLOCKSOURCE, CLOCKEVENT DRIVERS
2904 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2905 M:      Thomas Gleixner <tglx@linutronix.de>
2906 L:      linux-kernel@vger.kernel.org
2907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2908 S:      Supported
2909 F:      drivers/clocksource
2910
2911 CISCO FCOE HBA DRIVER
2912 M:      Hiral Patel <hiralpat@cisco.com>
2913 M:      Suma Ramars <sramars@cisco.com>
2914 M:      Brian Uchino <buchino@cisco.com>
2915 L:      linux-scsi@vger.kernel.org
2916 S:      Supported
2917 F:      drivers/scsi/fnic/
2918
2919 CISCO SCSI HBA DRIVER
2920 M:      Narsimhulu Musini <nmusini@cisco.com>
2921 M:      Sesidhar Baddela <sebaddel@cisco.com>
2922 L:      linux-scsi@vger.kernel.org
2923 S:      Supported
2924 F:      drivers/scsi/snic/
2925
2926 CMPC ACPI DRIVER
2927 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2928 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2929 L:      platform-driver-x86@vger.kernel.org
2930 S:      Supported
2931 F:      drivers/platform/x86/classmate-laptop.c
2932
2933 COBALT MEDIA DRIVER
2934 M:      Hans Verkuil <hans.verkuil@cisco.com>
2935 L:      linux-media@vger.kernel.org
2936 T:      git git://linuxtv.org/media_tree.git
2937 W:      https://linuxtv.org
2938 S:      Supported
2939 F:      drivers/media/pci/cobalt/
2940
2941 COCCINELLE/Semantic Patches (SmPL)
2942 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2943 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2944 M:      Nicolas Palix <nicolas.palix@imag.fr>
2945 M:      Michal Marek <mmarek@suse.com>
2946 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2948 W:      http://coccinelle.lip6.fr/
2949 S:      Supported
2950 F:      Documentation/coccinelle.txt
2951 F:      scripts/coccinelle/
2952 F:      scripts/coccicheck
2953
2954 CODA FILE SYSTEM
2955 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2956 M:      coda@cs.cmu.edu
2957 L:      codalist@coda.cs.cmu.edu
2958 W:      http://www.coda.cs.cmu.edu/
2959 S:      Maintained
2960 F:      Documentation/filesystems/coda.txt
2961 F:      fs/coda/
2962 F:      include/linux/coda*.h
2963 F:      include/uapi/linux/coda*.h
2964
2965 CODA V4L2 MEM2MEM DRIVER
2966 M:      Philipp Zabel <p.zabel@pengutronix.de>
2967 L:      linux-media@vger.kernel.org
2968 S:      Maintained
2969 F:      Documentation/devicetree/bindings/media/coda.txt
2970 F:      drivers/media/platform/coda/
2971
2972 COMMON CLK FRAMEWORK
2973 M:      Michael Turquette <mturquette@baylibre.com>
2974 M:      Stephen Boyd <sboyd@codeaurora.org>
2975 L:      linux-clk@vger.kernel.org
2976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2977 S:      Maintained
2978 F:      drivers/clk/
2979 X:      drivers/clk/clkdev.c
2980 F:      include/linux/clk-pr*
2981 F:      include/linux/clk/
2982
2983 COMMON INTERNET FILE SYSTEM (CIFS)
2984 M:      Steve French <sfrench@samba.org>
2985 L:      linux-cifs@vger.kernel.org
2986 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2987 W:      http://linux-cifs.samba.org/
2988 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2989 S:      Supported
2990 F:      Documentation/filesystems/cifs/
2991 F:      fs/cifs/
2992
2993 COMPACTPCI HOTPLUG CORE
2994 M:      Scott Murray <scott@spiteful.org>
2995 L:      linux-pci@vger.kernel.org
2996 S:      Maintained
2997 F:      drivers/pci/hotplug/cpci_hotplug*
2998
2999 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
3000 M:      Scott Murray <scott@spiteful.org>
3001 L:      linux-pci@vger.kernel.org
3002 S:      Maintained
3003 F:      drivers/pci/hotplug/cpcihp_zt5550.*
3004
3005 COMPACTPCI HOTPLUG GENERIC DRIVER
3006 M:      Scott Murray <scott@spiteful.org>
3007 L:      linux-pci@vger.kernel.org
3008 S:      Maintained
3009 F:      drivers/pci/hotplug/cpcihp_generic.c
3010
3011 COMPAL LAPTOP SUPPORT
3012 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
3013 L:      platform-driver-x86@vger.kernel.org
3014 S:      Maintained
3015 F:      drivers/platform/x86/compal-laptop.c
3016
3017 CONEXANT ACCESSRUNNER USB DRIVER
3018 L:      accessrunner-general@lists.sourceforge.net
3019 W:      http://accessrunner.sourceforge.net/
3020 S:      Orphan
3021 F:      drivers/usb/atm/cxacru.c
3022
3023 CONFIGFS
3024 M:      Joel Becker <jlbec@evilplan.org>
3025 M:      Christoph Hellwig <hch@lst.de>
3026 T:      git git://git.infradead.org/users/hch/configfs.git
3027 S:      Supported
3028 F:      fs/configfs/
3029 F:      include/linux/configfs.h
3030
3031 CONNECTOR
3032 M:      Evgeniy Polyakov <zbr@ioremap.net>
3033 L:      netdev@vger.kernel.org
3034 S:      Maintained
3035 F:      drivers/connector/
3036
3037 CONTROL GROUP (CGROUP)
3038 M:      Tejun Heo <tj@kernel.org>
3039 M:      Li Zefan <lizefan@huawei.com>
3040 M:      Johannes Weiner <hannes@cmpxchg.org>
3041 L:      cgroups@vger.kernel.org
3042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3043 S:      Maintained
3044 F:      Documentation/cgroups/
3045 F:      include/linux/cgroup*
3046 F:      kernel/cgroup*
3047
3048 CONTROL GROUP - CPUSET
3049 M:      Li Zefan <lizefan@huawei.com>
3050 L:      cgroups@vger.kernel.org
3051 W:      http://www.bullopensource.org/cpuset/
3052 W:      http://oss.sgi.com/projects/cpusets/
3053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3054 S:      Maintained
3055 F:      Documentation/cgroups/cpusets.txt
3056 F:      include/linux/cpuset.h
3057 F:      kernel/cpuset.c
3058
3059 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3060 M:      Johannes Weiner <hannes@cmpxchg.org>
3061 M:      Michal Hocko <mhocko@kernel.org>
3062 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3063 L:      cgroups@vger.kernel.org
3064 L:      linux-mm@kvack.org
3065 S:      Maintained
3066 F:      mm/memcontrol.c
3067 F:      mm/swap_cgroup.c
3068
3069 CORETEMP HARDWARE MONITORING DRIVER
3070 M:      Fenghua Yu <fenghua.yu@intel.com>
3071 L:      lm-sensors@lm-sensors.org
3072 S:      Maintained
3073 F:      Documentation/hwmon/coretemp
3074 F:      drivers/hwmon/coretemp.c
3075
3076 COSA/SRP SYNC SERIAL DRIVER
3077 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3078 W:      http://www.fi.muni.cz/~kas/cosa/
3079 S:      Maintained
3080 F:      drivers/net/wan/cosa*
3081
3082 CPMAC ETHERNET DRIVER
3083 M:      Florian Fainelli <florian@openwrt.org>
3084 L:      netdev@vger.kernel.org
3085 S:      Maintained
3086 F:      drivers/net/ethernet/ti/cpmac.c
3087
3088 CPU FREQUENCY DRIVERS
3089 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3090 M:      Viresh Kumar <viresh.kumar@linaro.org>
3091 L:      linux-pm@vger.kernel.org
3092 S:      Maintained
3093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3094 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3095 F:      drivers/cpufreq/
3096 F:      include/linux/cpufreq.h
3097
3098 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3099 M:      Viresh Kumar <viresh.kumar@linaro.org>
3100 M:      Sudeep Holla <sudeep.holla@arm.com>
3101 L:      linux-pm@vger.kernel.org
3102 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3103 S:      Maintained
3104 F:      drivers/cpufreq/arm_big_little.h
3105 F:      drivers/cpufreq/arm_big_little.c
3106 F:      drivers/cpufreq/arm_big_little_dt.c
3107
3108 CPUIDLE DRIVER - ARM BIG LITTLE
3109 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3110 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3111 L:      linux-pm@vger.kernel.org
3112 L:      linux-arm-kernel@lists.infradead.org
3113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3114 S:      Maintained
3115 F:      drivers/cpuidle/cpuidle-big_little.c
3116
3117 CPUIDLE DRIVER - ARM EXYNOS
3118 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3119 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3120 M:      Kukjin Kim <kgene@kernel.org>
3121 L:      linux-pm@vger.kernel.org
3122 L:      linux-samsung-soc@vger.kernel.org
3123 S:      Supported
3124 F:      drivers/cpuidle/cpuidle-exynos.c
3125 F:      arch/arm/mach-exynos/pm.c
3126
3127 CPUIDLE DRIVERS
3128 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3129 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3130 L:      linux-pm@vger.kernel.org
3131 S:      Maintained
3132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3133 F:      drivers/cpuidle/*
3134 F:      include/linux/cpuidle.h
3135
3136 CPUID/MSR DRIVER
3137 M:      "H. Peter Anvin" <hpa@zytor.com>
3138 S:      Maintained
3139 F:      arch/x86/kernel/cpuid.c
3140 F:      arch/x86/kernel/msr.c
3141
3142 CPU POWER MONITORING SUBSYSTEM
3143 M:      Thomas Renninger <trenn@suse.com>
3144 L:      linux-pm@vger.kernel.org
3145 S:      Maintained
3146 F:      tools/power/cpupower/
3147
3148 CRAMFS FILESYSTEM
3149 W:      http://sourceforge.net/projects/cramfs/
3150 S:      Orphan / Obsolete
3151 F:      Documentation/filesystems/cramfs.txt
3152 F:      fs/cramfs/
3153
3154 CRIS PORT
3155 M:      Mikael Starvik <starvik@axis.com>
3156 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3157 L:      linux-cris-kernel@axis.com
3158 W:      http://developer.axis.com
3159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3160 S:      Maintained
3161 F:      arch/cris/
3162 F:      drivers/tty/serial/crisv10.*
3163
3164 CRYPTO API
3165 M:      Herbert Xu <herbert@gondor.apana.org.au>
3166 M:      "David S. Miller" <davem@davemloft.net>
3167 L:      linux-crypto@vger.kernel.org
3168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3170 S:      Maintained
3171 F:      Documentation/crypto/
3172 F:      Documentation/DocBook/crypto-API.tmpl
3173 F:      arch/*/crypto/
3174 F:      crypto/
3175 F:      drivers/crypto/
3176 F:      include/crypto/
3177
3178 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3179 M:      Neil Horman <nhorman@tuxdriver.com>
3180 L:      linux-crypto@vger.kernel.org
3181 S:      Maintained
3182 F:      crypto/ansi_cprng.c
3183 F:      crypto/rng.c
3184
3185 CS3308 MEDIA DRIVER
3186 M:      Hans Verkuil <hverkuil@xs4all.nl>
3187 L:      linux-media@vger.kernel.org
3188 T:      git git://linuxtv.org/media_tree.git
3189 W:      http://linuxtv.org
3190 S:      Odd Fixes
3191 F:      drivers/media/i2c/cs3308.c
3192 F:      drivers/media/i2c/cs3308.h
3193
3194 CS5535 Audio ALSA driver
3195 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3196 S:      Maintained
3197 F:      sound/pci/cs5535audio/
3198
3199 CW1200 WLAN driver
3200 M:      Solomon Peachy <pizza@shaftnet.org>
3201 S:      Maintained
3202 F:      drivers/net/wireless/st/cw1200/
3203
3204 CX18 VIDEO4LINUX DRIVER
3205 M:      Andy Walls <awalls@md.metrocast.net>
3206 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3207 L:      linux-media@vger.kernel.org
3208 T:      git git://linuxtv.org/media_tree.git
3209 W:      https://linuxtv.org
3210 W:      http://www.ivtvdriver.org/index.php/Cx18
3211 S:      Maintained
3212 F:      Documentation/video4linux/cx18.txt
3213 F:      drivers/media/pci/cx18/
3214 F:      include/uapi/linux/ivtv*
3215
3216 CX2341X MPEG ENCODER HELPER MODULE
3217 M:      Hans Verkuil <hverkuil@xs4all.nl>
3218 L:      linux-media@vger.kernel.org
3219 T:      git git://linuxtv.org/media_tree.git
3220 W:      https://linuxtv.org
3221 S:      Maintained
3222 F:      drivers/media/common/cx2341x*
3223 F:      include/media/cx2341x*
3224
3225 CX24120 MEDIA DRIVER
3226 M:      Jemma Denson <jdenson@gmail.com>
3227 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3228 L:      linux-media@vger.kernel.org
3229 W:      https://linuxtv.org
3230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3231 S:      Maintained
3232 F:      drivers/media/dvb-frontends/cx24120*
3233
3234 CX88 VIDEO4LINUX DRIVER
3235 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3236 L:      linux-media@vger.kernel.org
3237 W:      https://linuxtv.org
3238 T:      git git://linuxtv.org/media_tree.git
3239 S:      Odd fixes
3240 F:      Documentation/video4linux/cx88/
3241 F:      drivers/media/pci/cx88/
3242
3243 CXD2820R MEDIA DRIVER
3244 M:      Antti Palosaari <crope@iki.fi>
3245 L:      linux-media@vger.kernel.org
3246 W:      https://linuxtv.org
3247 W:      http://palosaari.fi/linux/
3248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3249 T:      git git://linuxtv.org/anttip/media_tree.git
3250 S:      Maintained
3251 F:      drivers/media/dvb-frontends/cxd2820r*
3252
3253 CXGB3 ETHERNET DRIVER (CXGB3)
3254 M:      Santosh Raspatur <santosh@chelsio.com>
3255 L:      netdev@vger.kernel.org
3256 W:      http://www.chelsio.com
3257 S:      Supported
3258 F:      drivers/net/ethernet/chelsio/cxgb3/
3259
3260 CXGB3 ISCSI DRIVER (CXGB3I)
3261 M:      Karen Xie <kxie@chelsio.com>
3262 L:      linux-scsi@vger.kernel.org
3263 W:      http://www.chelsio.com
3264 S:      Supported
3265 F:      drivers/scsi/cxgbi/cxgb3i
3266
3267 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3268 M:      Steve Wise <swise@chelsio.com>
3269 L:      linux-rdma@vger.kernel.org
3270 W:      http://www.openfabrics.org
3271 S:      Supported
3272 F:      drivers/infiniband/hw/cxgb3/
3273
3274 CXGB4 ETHERNET DRIVER (CXGB4)
3275 M:      Hariprasad S <hariprasad@chelsio.com>
3276 L:      netdev@vger.kernel.org
3277 W:      http://www.chelsio.com
3278 S:      Supported
3279 F:      drivers/net/ethernet/chelsio/cxgb4/
3280
3281 CXGB4 ISCSI DRIVER (CXGB4I)
3282 M:      Karen Xie <kxie@chelsio.com>
3283 L:      linux-scsi@vger.kernel.org
3284 W:      http://www.chelsio.com
3285 S:      Supported
3286 F:      drivers/scsi/cxgbi/cxgb4i
3287
3288 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3289 M:      Steve Wise <swise@chelsio.com>
3290 L:      linux-rdma@vger.kernel.org
3291 W:      http://www.openfabrics.org
3292 S:      Supported
3293 F:      drivers/infiniband/hw/cxgb4/
3294
3295 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3296 M:      Casey Leedom <leedom@chelsio.com>
3297 L:      netdev@vger.kernel.org
3298 W:      http://www.chelsio.com
3299 S:      Supported
3300 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3301
3302 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3303 M:      Ian Munsie <imunsie@au1.ibm.com>
3304 M:      Michael Neuling <mikey@neuling.org>
3305 L:      linuxppc-dev@lists.ozlabs.org
3306 S:      Supported
3307 F:      drivers/misc/cxl/
3308 F:      include/misc/cxl*
3309 F:      include/uapi/misc/cxl.h
3310 F:      Documentation/powerpc/cxl.txt
3311 F:      Documentation/powerpc/cxl.txt
3312 F:      Documentation/ABI/testing/sysfs-class-cxl
3313
3314 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3315 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3316 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3317 L:      linux-scsi@vger.kernel.org
3318 S:      Supported
3319 F:      drivers/scsi/cxlflash/
3320 F:      include/uapi/scsi/cxlflash_ioctls.h
3321 F:      Documentation/powerpc/cxlflash.txt
3322
3323 STMMAC ETHERNET DRIVER
3324 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3325 L:      netdev@vger.kernel.org
3326 W:      http://www.stlinux.com
3327 S:      Supported
3328 F:      drivers/net/ethernet/stmicro/stmmac/
3329
3330 CYBERPRO FB DRIVER
3331 M:      Russell King <linux@arm.linux.org.uk>
3332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3333 W:      http://www.arm.linux.org.uk/
3334 S:      Maintained
3335 F:      drivers/video/fbdev/cyber2000fb.*
3336
3337 CYCLADES ASYNC MUX DRIVER
3338 W:      http://www.cyclades.com/
3339 S:      Orphan
3340 F:      drivers/tty/cyclades.c
3341 F:      include/linux/cyclades.h
3342 F:      include/uapi/linux/cyclades.h
3343
3344 CYCLADES PC300 DRIVER
3345 W:      http://www.cyclades.com/
3346 S:      Orphan
3347 F:      drivers/net/wan/pc300*
3348
3349 CYPRESS_FIRMWARE MEDIA DRIVER
3350 M:      Antti Palosaari <crope@iki.fi>
3351 L:      linux-media@vger.kernel.org
3352 W:      https://linuxtv.org
3353 W:      http://palosaari.fi/linux/
3354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3355 T:      git git://linuxtv.org/anttip/media_tree.git
3356 S:      Maintained
3357 F:      drivers/media/common/cypress_firmware*
3358
3359 CYTTSP TOUCHSCREEN DRIVER
3360 M:      Ferruh Yigit <fery@cypress.com>
3361 L:      linux-input@vger.kernel.org
3362 S:      Supported
3363 F:      drivers/input/touchscreen/cyttsp*
3364 F:      include/linux/input/cyttsp.h
3365
3366 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3367 M:      Joshua Kinard <kumba@gentoo.org>
3368 S:      Maintained
3369 F:      drivers/rtc/rtc-ds1685.c
3370 F:      include/linux/rtc/ds1685.h
3371
3372 DAMA SLAVE for AX.25
3373 M:      Joerg Reuter <jreuter@yaina.de>
3374 W:      http://yaina.de/jreuter/
3375 W:      http://www.qsl.net/dl1bke/
3376 L:      linux-hams@vger.kernel.org
3377 S:      Maintained
3378 F:      net/ax25/af_ax25.c
3379 F:      net/ax25/ax25_dev.c
3380 F:      net/ax25/ax25_ds_*
3381 F:      net/ax25/ax25_in.c
3382 F:      net/ax25/ax25_out.c
3383 F:      net/ax25/ax25_timer.c
3384 F:      net/ax25/sysctl_net_ax25.c
3385
3386 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3387 L:      netdev@vger.kernel.org
3388 S:      Orphan
3389 F:      Documentation/networking/dmfe.txt
3390 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3391
3392 DC390/AM53C974 SCSI driver
3393 M:      Hannes Reinecke <hare@suse.com>
3394 L:      linux-scsi@vger.kernel.org
3395 S:      Maintained
3396 F:      drivers/scsi/am53c974.c
3397
3398 DC395x SCSI driver
3399 M:      Oliver Neukum <oliver@neukum.org>
3400 M:      Ali Akcaagac <aliakc@web.de>
3401 M:      Jamie Lenehan <lenehan@twibble.org>
3402 L:      dc395x@twibble.org
3403 W:      http://twibble.org/dist/dc395x/
3404 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3405 S:      Maintained
3406 F:      Documentation/scsi/dc395x.txt
3407 F:      drivers/scsi/dc395x.*
3408
3409 DCCP PROTOCOL
3410 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3411 L:      dccp@vger.kernel.org
3412 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3413 S:      Maintained
3414 F:      include/linux/dccp.h
3415 F:      include/uapi/linux/dccp.h
3416 F:      include/linux/tfrc.h
3417 F:      net/dccp/
3418
3419 DECnet NETWORK LAYER
3420 W:      http://linux-decnet.sourceforge.net
3421 L:      linux-decnet-user@lists.sourceforge.net
3422 S:      Orphan
3423 F:      Documentation/networking/decnet.txt
3424 F:      net/decnet/
3425
3426 DECSTATION PLATFORM SUPPORT
3427 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3428 L:      linux-mips@linux-mips.org
3429 W:      http://www.linux-mips.org/wiki/DECstation
3430 S:      Maintained
3431 F:      arch/mips/dec/
3432 F:      arch/mips/include/asm/dec/
3433 F:      arch/mips/include/asm/mach-dec/
3434
3435 DEFXX FDDI NETWORK DRIVER
3436 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3437 S:      Maintained
3438 F:      drivers/net/fddi/defxx.*
3439
3440 DELL LAPTOP DRIVER
3441 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3442 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3443 L:      platform-driver-x86@vger.kernel.org
3444 S:      Maintained
3445 F:      drivers/platform/x86/dell-laptop.c
3446
3447 DELL LAPTOP RBTN DRIVER
3448 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3449 S:      Maintained
3450 F:      drivers/platform/x86/dell-rbtn.*
3451
3452 DELL LAPTOP FREEFALL DRIVER
3453 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3454 S:      Maintained
3455 F:      drivers/platform/x86/dell-smo8800.c
3456
3457 DELL LAPTOP SMM DRIVER
3458 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3459 S:      Maintained
3460 F:      drivers/hwmon/dell-smm-hwmon.c
3461 F:      include/uapi/linux/i8k.h
3462
3463 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3464 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3465 S:      Maintained
3466 F:      Documentation/dcdbas.txt
3467 F:      drivers/firmware/dcdbas.*
3468
3469 DELL WMI EXTRAS DRIVER
3470 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3471 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3472 S:      Maintained
3473 F:      drivers/platform/x86/dell-wmi.c
3474
3475 DESIGNWARE USB2 DRD IP DRIVER
3476 M:      John Youn <johnyoun@synopsys.com>
3477 L:      linux-usb@vger.kernel.org
3478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3479 S:      Maintained
3480 F:      drivers/usb/dwc2/
3481
3482 DESIGNWARE USB3 DRD IP DRIVER
3483 M:      Felipe Balbi <balbi@kernel.org>
3484 L:      linux-usb@vger.kernel.org
3485 L:      linux-omap@vger.kernel.org
3486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3487 S:      Maintained
3488 F:      drivers/usb/dwc3/
3489
3490 DEVICE COREDUMP (DEV_COREDUMP)
3491 M:      Johannes Berg <johannes@sipsolutions.net>
3492 L:      linux-kernel@vger.kernel.org
3493 S:      Maintained
3494 F:      drivers/base/devcoredump.c
3495 F:      include/linux/devcoredump.h
3496
3497 DEVICE FREQUENCY (DEVFREQ)
3498 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3499 M:      Kyungmin Park <kyungmin.park@samsung.com>
3500 L:      linux-pm@vger.kernel.org
3501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3502 S:      Maintained
3503 F:      drivers/devfreq/
3504 F:      include/linux/devfreq.h
3505 F:      Documentation/devicetree/bindings/devfreq/
3506
3507 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3508 M:      Chanwoo Choi <cw00.choi@samsung.com>
3509 L:      linux-pm@vger.kernel.org
3510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3511 S:      Supported
3512 F:      drivers/devfreq/event/
3513 F:      drivers/devfreq/devfreq-event.c
3514 F:      include/linux/devfreq-event.h
3515 F:      Documentation/devicetree/bindings/devfreq/event/
3516
3517 DEVICE NUMBER REGISTRY
3518 M:      Torben Mathiasen <device@lanana.org>
3519 W:      http://lanana.org/docs/device-list/index.html
3520 S:      Maintained
3521
3522 DEVICE-MAPPER  (LVM)
3523 M:      Alasdair Kergon <agk@redhat.com>
3524 M:      Mike Snitzer <snitzer@redhat.com>
3525 M:      dm-devel@redhat.com
3526 L:      dm-devel@redhat.com
3527 W:      http://sources.redhat.com/dm
3528 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3530 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3531 S:      Maintained
3532 F:      Documentation/device-mapper/
3533 F:      drivers/md/dm*
3534 F:      drivers/md/persistent-data/
3535 F:      include/linux/device-mapper.h
3536 F:      include/linux/dm-*.h
3537 F:      include/uapi/linux/dm-*.h
3538
3539 DIALOG SEMICONDUCTOR DRIVERS
3540 M:      Support Opensource <support.opensource@diasemi.com>
3541 W:      http://www.dialog-semiconductor.com/products
3542 S:      Supported
3543 F:      Documentation/hwmon/da90??
3544 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3545 F:      drivers/gpio/gpio-da90??.c
3546 F:      drivers/hwmon/da90??-hwmon.c
3547 F:      drivers/iio/adc/da91??-*.c
3548 F:      drivers/input/misc/da90??_onkey.c
3549 F:      drivers/input/touchscreen/da9052_tsi.c
3550 F:      drivers/leds/leds-da90??.c
3551 F:      drivers/mfd/da903x.c
3552 F:      drivers/mfd/da90??-*.c
3553 F:      drivers/mfd/da91??-*.c
3554 F:      drivers/power/da9052-battery.c
3555 F:      drivers/power/da91??-*.c
3556 F:      drivers/regulator/da903x.c
3557 F:      drivers/regulator/da9???-regulator.[ch]
3558 F:      drivers/rtc/rtc-da90??.c
3559 F:      drivers/video/backlight/da90??_bl.c
3560 F:      drivers/watchdog/da90??_wdt.c
3561 F:      include/linux/mfd/da903x.h
3562 F:      include/linux/mfd/da9052/
3563 F:      include/linux/mfd/da9055/
3564 F:      include/linux/mfd/da9063/
3565 F:      include/linux/mfd/da9150/
3566 F:      include/sound/da[79]*.h
3567 F:      sound/soc/codecs/da[79]*.[ch]
3568
3569 DIGI NEO AND CLASSIC PCI PRODUCTS
3570 M:      Lidza Louina <lidza.louina@gmail.com>
3571 M:      Mark Hounschell <markh@compro.net>
3572 L:      driverdev-devel@linuxdriverproject.org
3573 S:      Maintained
3574 F:      drivers/staging/dgnc/
3575
3576 DIOLAN U2C-12 I2C DRIVER
3577 M:      Guenter Roeck <linux@roeck-us.net>
3578 L:      linux-i2c@vger.kernel.org
3579 S:      Maintained
3580 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3581
3582 DIRECT ACCESS (DAX)
3583 M:      Matthew Wilcox <willy@linux.intel.com>
3584 L:      linux-fsdevel@vger.kernel.org
3585 S:      Supported
3586 F:      fs/dax.c
3587
3588 DIRECTORY NOTIFICATION (DNOTIFY)
3589 M:      Eric Paris <eparis@parisplace.org>
3590 S:      Maintained
3591 F:      Documentation/filesystems/dnotify.txt
3592 F:      fs/notify/dnotify/
3593 F:      include/linux/dnotify.h
3594
3595 DISK GEOMETRY AND PARTITION HANDLING
3596 M:      Andries Brouwer <aeb@cwi.nl>
3597 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3598 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3599 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3600 S:      Maintained
3601
3602 DISKQUOTA
3603 M:      Jan Kara <jack@suse.com>
3604 S:      Maintained
3605 F:      Documentation/filesystems/quota.txt
3606 F:      fs/quota/
3607 F:      include/linux/quota*.h
3608 F:      include/uapi/linux/quota*.h
3609
3610 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3611 M:      Bernie Thompson <bernie@plugable.com>
3612 L:      linux-fbdev@vger.kernel.org
3613 S:      Maintained
3614 W:      http://plugable.com/category/projects/udlfb/
3615 F:      drivers/video/fbdev/udlfb.c
3616 F:      include/video/udlfb.h
3617 F:      Documentation/fb/udlfb.txt
3618
3619 DISTRIBUTED LOCK MANAGER (DLM)
3620 M:      Christine Caulfield <ccaulfie@redhat.com>
3621 M:      David Teigland <teigland@redhat.com>
3622 L:      cluster-devel@redhat.com
3623 W:      http://sources.redhat.com/cluster/
3624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3625 S:      Supported
3626 F:      fs/dlm/
3627
3628 DMA BUFFER SHARING FRAMEWORK
3629 M:      Sumit Semwal <sumit.semwal@linaro.org>
3630 S:      Maintained
3631 L:      linux-media@vger.kernel.org
3632 L:      dri-devel@lists.freedesktop.org
3633 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3634 F:      drivers/dma-buf/
3635 F:      include/linux/dma-buf*
3636 F:      include/linux/reservation.h
3637 F:      include/linux/*fence.h
3638 F:      Documentation/dma-buf-sharing.txt
3639 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3640
3641 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3642 M:      Vinod Koul <vinod.koul@intel.com>
3643 L:      dmaengine@vger.kernel.org
3644 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3645 S:      Maintained
3646 F:      drivers/dma/
3647 F:      include/linux/dmaengine.h
3648 F:      Documentation/dmaengine/
3649 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3650
3651 DME1737 HARDWARE MONITOR DRIVER
3652 M:      Juerg Haefliger <juergh@gmail.com>
3653 L:      lm-sensors@lm-sensors.org
3654 S:      Maintained
3655 F:      Documentation/hwmon/dme1737
3656 F:      drivers/hwmon/dme1737.c
3657
3658 DMI/SMBIOS SUPPORT
3659 M:      Jean Delvare <jdelvare@suse.com>
3660 S:      Maintained
3661 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3662 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3663 F:      drivers/firmware/dmi-id.c
3664 F:      drivers/firmware/dmi_scan.c
3665 F:      include/linux/dmi.h
3666
3667 DOCUMENTATION
3668 M:      Jonathan Corbet <corbet@lwn.net>
3669 L:      linux-doc@vger.kernel.org
3670 S:      Maintained
3671 F:      Documentation/
3672 F:      scripts/docproc.c
3673 F:      scripts/kernel-doc*
3674 X:      Documentation/ABI/
3675 X:      Documentation/devicetree/
3676 X:      Documentation/acpi
3677 X:      Documentation/power
3678 X:      Documentation/spi
3679 X:      Documentation/DocBook/media
3680 T:      git git://git.lwn.net/linux.git docs-next
3681
3682 DOUBLETALK DRIVER
3683 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3684 L:      blinux-list@redhat.com
3685 S:      Maintained
3686 F:      drivers/char/dtlk.c
3687 F:      include/linux/dtlk.h
3688
3689 DPT_I2O SCSI RAID DRIVER
3690 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3691 L:      linux-scsi@vger.kernel.org
3692 W:      http://www.adaptec.com/
3693 S:      Maintained
3694 F:      drivers/scsi/dpt*
3695 F:      drivers/scsi/dpt/
3696
3697 DRBD DRIVER
3698 M:      Philipp Reisner <philipp.reisner@linbit.com>
3699 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3700 L:      drbd-dev@lists.linbit.com
3701 W:      http://www.drbd.org
3702 T:      git git://git.linbit.com/linux-drbd.git
3703 T:      git git://git.linbit.com/drbd-8.4.git
3704 S:      Supported
3705 F:      drivers/block/drbd/
3706 F:      lib/lru_cache.c
3707 F:      Documentation/blockdev/drbd/
3708
3709 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3710 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3712 S:      Supported
3713 F:      Documentation/kobject.txt
3714 F:      drivers/base/
3715 F:      fs/debugfs/
3716 F:      fs/kernfs/
3717 F:      fs/sysfs/
3718 F:      include/linux/debugfs.h
3719 F:      include/linux/kobj*
3720 F:      lib/kobj*
3721
3722 DRM DRIVERS
3723 M:      David Airlie <airlied@linux.ie>
3724 L:      dri-devel@lists.freedesktop.org
3725 T:      git git://people.freedesktop.org/~airlied/linux
3726 S:      Maintained
3727 F:      drivers/gpu/drm/
3728 F:      drivers/gpu/vga/
3729 F:      include/drm/
3730 F:      include/uapi/drm/
3731
3732 RADEON DRM DRIVERS
3733 M:      Alex Deucher <alexander.deucher@amd.com>
3734 M:      Christian König <christian.koenig@amd.com>
3735 L:      dri-devel@lists.freedesktop.org
3736 T:      git git://people.freedesktop.org/~agd5f/linux
3737 S:      Supported
3738 F:      drivers/gpu/drm/radeon/
3739 F:      include/uapi/drm/radeon*
3740
3741 DRM PANEL DRIVERS
3742 M:      Thierry Reding <thierry.reding@gmail.com>
3743 L:      dri-devel@lists.freedesktop.org
3744 T:      git git://anongit.freedesktop.org/tegra/linux.git
3745 S:      Maintained
3746 F:      drivers/gpu/drm/drm_panel.c
3747 F:      drivers/gpu/drm/panel/
3748 F:      include/drm/drm_panel.h
3749 F:      Documentation/devicetree/bindings/display/panel/
3750
3751 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3752 M:      Daniel Vetter <daniel.vetter@intel.com>
3753 M:      Jani Nikula <jani.nikula@linux.intel.com>
3754 L:      intel-gfx@lists.freedesktop.org
3755 L:      dri-devel@lists.freedesktop.org
3756 W:      https://01.org/linuxgraphics/
3757 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3758 T:      git git://anongit.freedesktop.org/drm-intel
3759 S:      Supported
3760 F:      drivers/gpu/drm/i915/
3761 F:      include/drm/i915*
3762 F:      include/uapi/drm/i915*
3763
3764 DRM DRIVERS FOR ATMEL HLCDC
3765 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3766 L:      dri-devel@lists.freedesktop.org
3767 S:      Supported
3768 F:      drivers/gpu/drm/atmel-hlcdc/
3769 F:      Documentation/devicetree/bindings/drm/atmel/
3770
3771 DRM DRIVERS FOR EXYNOS
3772 M:      Inki Dae <inki.dae@samsung.com>
3773 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3774 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3775 M:      Kyungmin Park <kyungmin.park@samsung.com>
3776 L:      dri-devel@lists.freedesktop.org
3777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3778 S:      Supported
3779 F:      drivers/gpu/drm/exynos/
3780 F:      include/drm/exynos*
3781 F:      include/uapi/drm/exynos*
3782
3783 DRM DRIVERS FOR FREESCALE DCU
3784 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3785 M:      Alison Wang <alison.wang@freescale.com>
3786 L:      dri-devel@lists.freedesktop.org
3787 S:      Supported
3788 F:      drivers/gpu/drm/fsl-dcu/
3789 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3790 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3791
3792 DRM DRIVERS FOR FREESCALE IMX
3793 M:      Philipp Zabel <p.zabel@pengutronix.de>
3794 L:      dri-devel@lists.freedesktop.org
3795 S:      Maintained
3796 F:      drivers/gpu/drm/imx/
3797 F:      drivers/gpu/ipu-v3/
3798 F:      Documentation/devicetree/bindings/display/imx/
3799
3800 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3801 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3802 L:      dri-devel@lists.freedesktop.org
3803 T:      git git://github.com/patjak/drm-gma500
3804 S:      Maintained
3805 F:      drivers/gpu/drm/gma500
3806 F:      include/drm/gma500*
3807
3808 DRM DRIVERS FOR NVIDIA TEGRA
3809 M:      Thierry Reding <thierry.reding@gmail.com>
3810 M:      Terje Bergström <tbergstrom@nvidia.com>
3811 L:      dri-devel@lists.freedesktop.org
3812 L:      linux-tegra@vger.kernel.org
3813 T:      git git://anongit.freedesktop.org/tegra/linux.git
3814 S:      Supported
3815 F:      drivers/gpu/drm/tegra/
3816 F:      drivers/gpu/host1x/
3817 F:      include/linux/host1x.h
3818 F:      include/uapi/drm/tegra_drm.h
3819 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3820
3821 DRM DRIVERS FOR RENESAS
3822 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3823 L:      dri-devel@lists.freedesktop.org
3824 L:      linux-renesas-soc@vger.kernel.org
3825 T:      git git://people.freedesktop.org/~airlied/linux
3826 S:      Supported
3827 F:      drivers/gpu/drm/rcar-du/
3828 F:      drivers/gpu/drm/shmobile/
3829 F:      include/linux/platform_data/shmob_drm.h
3830
3831 DRM DRIVERS FOR ROCKCHIP
3832 M:      Mark Yao <mark.yao@rock-chips.com>
3833 L:      dri-devel@lists.freedesktop.org
3834 S:      Maintained
3835 F:      drivers/gpu/drm/rockchip/
3836 F:      Documentation/devicetree/bindings/display/rockchip*
3837
3838 DRM DRIVERS FOR STI
3839 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3840 M:      Vincent Abriou <vincent.abriou@st.com>
3841 L:      dri-devel@lists.freedesktop.org
3842 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3843 S:      Maintained
3844 F:      drivers/gpu/drm/sti
3845 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3846
3847 DRM DRIVERS FOR VIVANTE GPU IP
3848 M:      Lucas Stach <l.stach@pengutronix.de>
3849 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3850 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3851 L:      dri-devel@lists.freedesktop.org
3852 S:      Maintained
3853 F:      drivers/gpu/drm/etnaviv
3854 F:      Documentation/devicetree/bindings/display/etnaviv
3855
3856 DSBR100 USB FM RADIO DRIVER
3857 M:      Alexey Klimov <klimov.linux@gmail.com>
3858 L:      linux-media@vger.kernel.org
3859 T:      git git://linuxtv.org/media_tree.git
3860 S:      Maintained
3861 F:      drivers/media/radio/dsbr100.c
3862
3863 DSCC4 DRIVER
3864 M:      Francois Romieu <romieu@fr.zoreil.com>
3865 L:      netdev@vger.kernel.org
3866 S:      Maintained
3867 F:      drivers/net/wan/dscc4.c
3868
3869 DT3155 MEDIA DRIVER
3870 M:      Hans Verkuil <hverkuil@xs4all.nl>
3871 L:      linux-media@vger.kernel.org
3872 T:      git git://linuxtv.org/media_tree.git
3873 W:      https://linuxtv.org
3874 S:      Odd Fixes
3875 F:      drivers/media/pci/dt3155/
3876
3877 DVB_USB_AF9015 MEDIA DRIVER
3878 M:      Antti Palosaari <crope@iki.fi>
3879 L:      linux-media@vger.kernel.org
3880 W:      https://linuxtv.org
3881 W:      http://palosaari.fi/linux/
3882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3883 T:      git git://linuxtv.org/anttip/media_tree.git
3884 S:      Maintained
3885 F:      drivers/media/usb/dvb-usb-v2/af9015*
3886
3887 DVB_USB_AF9035 MEDIA DRIVER
3888 M:      Antti Palosaari <crope@iki.fi>
3889 L:      linux-media@vger.kernel.org
3890 W:      https://linuxtv.org
3891 W:      http://palosaari.fi/linux/
3892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3893 T:      git git://linuxtv.org/anttip/media_tree.git
3894 S:      Maintained
3895 F:      drivers/media/usb/dvb-usb-v2/af9035*
3896
3897 DVB_USB_ANYSEE MEDIA DRIVER
3898 M:      Antti Palosaari <crope@iki.fi>
3899 L:      linux-media@vger.kernel.org
3900 W:      https://linuxtv.org
3901 W:      http://palosaari.fi/linux/
3902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3903 T:      git git://linuxtv.org/anttip/media_tree.git
3904 S:      Maintained
3905 F:      drivers/media/usb/dvb-usb-v2/anysee*
3906
3907 DVB_USB_AU6610 MEDIA DRIVER
3908 M:      Antti Palosaari <crope@iki.fi>
3909 L:      linux-media@vger.kernel.org
3910 W:      https://linuxtv.org
3911 W:      http://palosaari.fi/linux/
3912 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3913 T:      git git://linuxtv.org/anttip/media_tree.git
3914 S:      Maintained
3915 F:      drivers/media/usb/dvb-usb-v2/au6610*
3916
3917 DVB_USB_CE6230 MEDIA DRIVER
3918 M:      Antti Palosaari <crope@iki.fi>
3919 L:      linux-media@vger.kernel.org
3920 W:      https://linuxtv.org
3921 W:      http://palosaari.fi/linux/
3922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3923 T:      git git://linuxtv.org/anttip/media_tree.git
3924 S:      Maintained
3925 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3926
3927 DVB_USB_CXUSB MEDIA DRIVER
3928 M:      Michael Krufky <mkrufky@linuxtv.org>
3929 L:      linux-media@vger.kernel.org
3930 W:      https://linuxtv.org
3931 W:      http://github.com/mkrufky
3932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3933 T:      git git://linuxtv.org/media_tree.git
3934 S:      Maintained
3935 F:      drivers/media/usb/dvb-usb/cxusb*
3936
3937 DVB_USB_EC168 MEDIA DRIVER
3938 M:      Antti Palosaari <crope@iki.fi>
3939 L:      linux-media@vger.kernel.org
3940 W:      https://linuxtv.org
3941 W:      http://palosaari.fi/linux/
3942 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3943 T:      git git://linuxtv.org/anttip/media_tree.git
3944 S:      Maintained
3945 F:      drivers/media/usb/dvb-usb-v2/ec168*
3946
3947 DVB_USB_GL861 MEDIA DRIVER
3948 M:      Antti Palosaari <crope@iki.fi>
3949 L:      linux-media@vger.kernel.org
3950 W:      https://linuxtv.org
3951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3952 T:      git git://linuxtv.org/anttip/media_tree.git
3953 S:      Maintained
3954 F:      drivers/media/usb/dvb-usb-v2/gl861*
3955
3956 DVB_USB_MXL111SF MEDIA DRIVER
3957 M:      Michael Krufky <mkrufky@linuxtv.org>
3958 L:      linux-media@vger.kernel.org
3959 W:      https://linuxtv.org
3960 W:      http://github.com/mkrufky
3961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3962 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3963 S:      Maintained
3964 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3965
3966 DVB_USB_RTL28XXU MEDIA DRIVER
3967 M:      Antti Palosaari <crope@iki.fi>
3968 L:      linux-media@vger.kernel.org
3969 W:      https://linuxtv.org
3970 W:      http://palosaari.fi/linux/
3971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3972 T:      git git://linuxtv.org/anttip/media_tree.git
3973 S:      Maintained
3974 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3975
3976 DVB_USB_V2 MEDIA DRIVER
3977 M:      Antti Palosaari <crope@iki.fi>
3978 L:      linux-media@vger.kernel.org
3979 W:      https://linuxtv.org
3980 W:      http://palosaari.fi/linux/
3981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3982 T:      git git://linuxtv.org/anttip/media_tree.git
3983 S:      Maintained
3984 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3985 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3986
3987 DYNAMIC DEBUG
3988 M:      Jason Baron <jbaron@akamai.com>
3989 S:      Maintained
3990 F:      lib/dynamic_debug.c
3991 F:      include/linux/dynamic_debug.h
3992
3993 DZ DECSTATION DZ11 SERIAL DRIVER
3994 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3995 S:      Maintained
3996 F:      drivers/tty/serial/dz.*
3997
3998 E3X0 POWER BUTTON DRIVER
3999 M:      Moritz Fischer <moritz.fischer@ettus.com>
4000 L:      usrp-users@lists.ettus.com
4001 W:      http://www.ettus.com
4002 S:      Supported
4003 F:      drivers/input/misc/e3x0-button.c
4004 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
4005
4006 E4000 MEDIA DRIVER
4007 M:      Antti Palosaari <crope@iki.fi>
4008 L:      linux-media@vger.kernel.org
4009 W:      https://linuxtv.org
4010 W:      http://palosaari.fi/linux/
4011 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4012 T:      git git://linuxtv.org/anttip/media_tree.git
4013 S:      Maintained
4014 F:      drivers/media/tuners/e4000*
4015
4016 EATA ISA/EISA/PCI SCSI DRIVER
4017 M:      Dario Ballabio <ballabio_dario@emc.com>
4018 L:      linux-scsi@vger.kernel.org
4019 S:      Maintained
4020 F:      drivers/scsi/eata.c
4021
4022 EC100 MEDIA DRIVER
4023 M:      Antti Palosaari <crope@iki.fi>
4024 L:      linux-media@vger.kernel.org
4025 W:      https://linuxtv.org
4026 W:      http://palosaari.fi/linux/
4027 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4028 T:      git git://linuxtv.org/anttip/media_tree.git
4029 S:      Maintained
4030 F:      drivers/media/dvb-frontends/ec100*
4031
4032 ECRYPT FILE SYSTEM
4033 M:      Tyler Hicks <tyhicks@canonical.com>
4034 L:      ecryptfs@vger.kernel.org
4035 W:      http://ecryptfs.org
4036 W:      https://launchpad.net/ecryptfs
4037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4038 S:      Supported
4039 F:      Documentation/filesystems/ecryptfs.txt
4040 F:      fs/ecryptfs/
4041
4042 EDAC-CORE
4043 M:      Doug Thompson <dougthompson@xmission.com>
4044 M:      Borislav Petkov <bp@alien8.de>
4045 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4046 L:      linux-edac@vger.kernel.org
4047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4049 S:      Supported
4050 F:      Documentation/edac.txt
4051 F:      drivers/edac/
4052 F:      include/linux/edac.h
4053
4054 EDAC-AMD64
4055 M:      Doug Thompson <dougthompson@xmission.com>
4056 M:      Borislav Petkov <bp@alien8.de>
4057 L:      linux-edac@vger.kernel.org
4058 S:      Maintained
4059 F:      drivers/edac/amd64_edac*
4060
4061 EDAC-CALXEDA
4062 M:      Doug Thompson <dougthompson@xmission.com>
4063 M:      Robert Richter <rric@kernel.org>
4064 L:      linux-edac@vger.kernel.org
4065 S:      Maintained
4066 F:      drivers/edac/highbank*
4067
4068 EDAC-CAVIUM
4069 M:      Ralf Baechle <ralf@linux-mips.org>
4070 M:      David Daney <david.daney@cavium.com>
4071 L:      linux-edac@vger.kernel.org
4072 L:      linux-mips@linux-mips.org
4073 S:      Supported
4074 F:      drivers/edac/octeon_edac*
4075
4076 EDAC-E752X
4077 M:      Mark Gross <mark.gross@intel.com>
4078 M:      Doug Thompson <dougthompson@xmission.com>
4079 L:      linux-edac@vger.kernel.org
4080 S:      Maintained
4081 F:      drivers/edac/e752x_edac.c
4082
4083 EDAC-E7XXX
4084 M:      Doug Thompson <dougthompson@xmission.com>
4085 L:      linux-edac@vger.kernel.org
4086 S:      Maintained
4087 F:      drivers/edac/e7xxx_edac.c
4088
4089 EDAC-GHES
4090 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4091 L:      linux-edac@vger.kernel.org
4092 S:      Maintained
4093 F:      drivers/edac/ghes_edac.c
4094
4095 EDAC-I82443BXGX
4096 M:      Tim Small <tim@buttersideup.com>
4097 L:      linux-edac@vger.kernel.org
4098 S:      Maintained
4099 F:      drivers/edac/i82443bxgx_edac.c
4100
4101 EDAC-I3000
4102 M:      Jason Uhlenkott <juhlenko@akamai.com>
4103 L:      linux-edac@vger.kernel.org
4104 S:      Maintained
4105 F:      drivers/edac/i3000_edac.c
4106
4107 EDAC-I5000
4108 M:      Doug Thompson <dougthompson@xmission.com>
4109 L:      linux-edac@vger.kernel.org
4110 S:      Maintained
4111 F:      drivers/edac/i5000_edac.c
4112
4113 EDAC-I5400
4114 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4115 L:      linux-edac@vger.kernel.org
4116 S:      Maintained
4117 F:      drivers/edac/i5400_edac.c
4118
4119 EDAC-I7300
4120 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4121 L:      linux-edac@vger.kernel.org
4122 S:      Maintained
4123 F:      drivers/edac/i7300_edac.c
4124
4125 EDAC-I7CORE
4126 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4127 L:      linux-edac@vger.kernel.org
4128 S:      Maintained
4129 F:      drivers/edac/i7core_edac.c
4130
4131 EDAC-I82975X
4132 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4133 M:      "Arvind R." <arvino55@gmail.com>
4134 L:      linux-edac@vger.kernel.org
4135 S:      Maintained
4136 F:      drivers/edac/i82975x_edac.c
4137
4138 EDAC-IE31200
4139 M:      Jason Baron <jbaron@akamai.com>
4140 L:      linux-edac@vger.kernel.org
4141 S:      Maintained
4142 F:      drivers/edac/ie31200_edac.c
4143
4144 EDAC-MPC85XX
4145 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4146 L:      linux-edac@vger.kernel.org
4147 S:      Maintained
4148 F:      drivers/edac/mpc85xx_edac.[ch]
4149
4150 EDAC-PASEMI
4151 M:      Egor Martovetsky <egor@pasemi.com>
4152 L:      linux-edac@vger.kernel.org
4153 S:      Maintained
4154 F:      drivers/edac/pasemi_edac.c
4155
4156 EDAC-R82600
4157 M:      Tim Small <tim@buttersideup.com>
4158 L:      linux-edac@vger.kernel.org
4159 S:      Maintained
4160 F:      drivers/edac/r82600_edac.c
4161
4162 EDAC-SBRIDGE
4163 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4164 L:      linux-edac@vger.kernel.org
4165 S:      Maintained
4166 F:      drivers/edac/sb_edac.c
4167
4168 EDAC-XGENE
4169 APPLIED MICRO (APM) X-GENE SOC EDAC
4170 M:     Loc Ho <lho@apm.com>
4171 S:     Supported
4172 F:     drivers/edac/xgene_edac.c
4173 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4174
4175 EDIROL UA-101/UA-1000 DRIVER
4176 M:      Clemens Ladisch <clemens@ladisch.de>
4177 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4178 T:      git git://git.alsa-project.org/alsa-kernel.git
4179 S:      Maintained
4180 F:      sound/usb/misc/ua101.c
4181
4182 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4183 M:      Matt Fleming <matt@codeblueprint.co.uk>
4184 L:      linux-efi@vger.kernel.org
4185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4186 S:      Maintained
4187 F:      Documentation/efi-stub.txt
4188 F:      arch/ia64/kernel/efi.c
4189 F:      arch/x86/boot/compressed/eboot.[ch]
4190 F:      arch/x86/include/asm/efi.h
4191 F:      arch/x86/platform/efi/*
4192 F:      drivers/firmware/efi/*
4193 F:      include/linux/efi*.h
4194
4195 EFI VARIABLE FILESYSTEM
4196 M:      Matthew Garrett <matthew.garrett@nebula.com>
4197 M:      Jeremy Kerr <jk@ozlabs.org>
4198 M:      Matt Fleming <matt@codeblueprint.co.uk>
4199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4200 L:      linux-efi@vger.kernel.org
4201 S:      Maintained
4202 F:      fs/efivarfs/
4203
4204 EFIFB FRAMEBUFFER DRIVER
4205 L:      linux-fbdev@vger.kernel.org
4206 M:      Peter Jones <pjones@redhat.com>
4207 S:      Maintained
4208 F:      drivers/video/fbdev/efifb.c
4209
4210 EFS FILESYSTEM
4211 W:      http://aeschi.ch.eu.org/efs/
4212 S:      Orphan
4213 F:      fs/efs/
4214
4215 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4216 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4217 L:      netdev@vger.kernel.org
4218 S:      Maintained
4219 F:      drivers/net/ethernet/ibm/ehea/
4220
4221 EM28XX VIDEO4LINUX DRIVER
4222 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4223 L:      linux-media@vger.kernel.org
4224 W:      https://linuxtv.org
4225 T:      git git://linuxtv.org/media_tree.git
4226 S:      Maintained
4227 F:      drivers/media/usb/em28xx/
4228
4229 EMBEDDED LINUX
4230 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4231 M:      Matt Mackall <mpm@selenic.com>
4232 M:      David Woodhouse <dwmw2@infradead.org>
4233 L:      linux-embedded@vger.kernel.org
4234 S:      Maintained
4235
4236 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4237 M:      James Smart <james.smart@avagotech.com>
4238 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4239 L:      linux-scsi@vger.kernel.org
4240 W:      http://www.avagotech.com
4241 S:      Supported
4242 F:      drivers/scsi/lpfc/
4243
4244 ENE CB710 FLASH CARD READER DRIVER
4245 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4246 S:      Maintained
4247 F:      drivers/misc/cb710/
4248 F:      drivers/mmc/host/cb710-mmc.*
4249 F:      include/linux/cb710.h
4250
4251 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4252 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4253 S:      Maintained
4254 F:      drivers/media/rc/ene_ir.*
4255
4256 ENHANCED ERROR HANDLING (EEH)
4257 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4258 L:      linuxppc-dev@lists.ozlabs.org
4259 S:      Supported
4260 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4261 F:      arch/powerpc/kernel/eeh*.c
4262
4263 EPSON S1D13XXX FRAMEBUFFER DRIVER
4264 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4265 S:      Maintained
4266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4267 F:      drivers/video/fbdev/s1d13xxxfb.c
4268 F:      include/video/s1d13xxxfb.h
4269
4270 ET131X NETWORK DRIVER
4271 M:      Mark Einon <mark.einon@gmail.com>
4272 S:      Odd Fixes
4273 F:      drivers/net/ethernet/agere/
4274
4275 ETHERNET BRIDGE
4276 M:      Stephen Hemminger <stephen@networkplumber.org>
4277 L:      bridge@lists.linux-foundation.org
4278 L:      netdev@vger.kernel.org
4279 W:      http://www.linuxfoundation.org/en/Net:Bridge
4280 S:      Maintained
4281 F:      include/linux/netfilter_bridge/
4282 F:      net/bridge/
4283
4284 ETHERNET PHY LIBRARY
4285 M:      Florian Fainelli <f.fainelli@gmail.com>
4286 L:      netdev@vger.kernel.org
4287 S:      Maintained
4288 F:      include/linux/phy.h
4289 F:      include/linux/phy_fixed.h
4290 F:      drivers/net/phy/
4291 F:      Documentation/networking/phy.txt
4292 F:      drivers/of/of_mdio.c
4293 F:      drivers/of/of_net.c
4294
4295 EXT2 FILE SYSTEM
4296 M:      Jan Kara <jack@suse.com>
4297 L:      linux-ext4@vger.kernel.org
4298 S:      Maintained
4299 F:      Documentation/filesystems/ext2.txt
4300 F:      fs/ext2/
4301 F:      include/linux/ext2*
4302
4303 EXT4 FILE SYSTEM
4304 M:      "Theodore Ts'o" <tytso@mit.edu>
4305 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4306 L:      linux-ext4@vger.kernel.org
4307 W:      http://ext4.wiki.kernel.org
4308 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4310 S:      Maintained
4311 F:      Documentation/filesystems/ext4.txt
4312 F:      fs/ext4/
4313
4314 Extended Verification Module (EVM)
4315 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4316 L:      linux-ima-devel@lists.sourceforge.net
4317 L:      linux-security-module@vger.kernel.org
4318 S:      Supported
4319 F:      security/integrity/evm/
4320
4321 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4322 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4323 M:      Chanwoo Choi <cw00.choi@samsung.com>
4324 L:      linux-kernel@vger.kernel.org
4325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4326 S:      Maintained
4327 F:      drivers/extcon/
4328 F:      include/linux/extcon/
4329 F:      include/linux/extcon.h
4330 F:      Documentation/extcon/
4331 F:      Documentation/devicetree/bindings/extcon/
4332
4333 EXYNOS DP DRIVER
4334 M:      Jingoo Han <jingoohan1@gmail.com>
4335 L:      dri-devel@lists.freedesktop.org
4336 S:      Maintained
4337 F:      drivers/gpu/drm/exynos/exynos_dp*
4338
4339 EXYNOS MIPI DISPLAY DRIVERS
4340 M:      Inki Dae <inki.dae@samsung.com>
4341 M:      Donghwa Lee <dh09.lee@samsung.com>
4342 M:      Kyungmin Park <kyungmin.park@samsung.com>
4343 L:      linux-fbdev@vger.kernel.org
4344 S:      Maintained
4345 F:      drivers/video/fbdev/exynos/exynos_mipi*
4346 F:      include/video/exynos_mipi*
4347
4348 F71805F HARDWARE MONITORING DRIVER
4349 M:      Jean Delvare <jdelvare@suse.com>
4350 L:      lm-sensors@lm-sensors.org
4351 S:      Maintained
4352 F:      Documentation/hwmon/f71805f
4353 F:      drivers/hwmon/f71805f.c
4354
4355 FC0011 TUNER DRIVER
4356 M:      Michael Buesch <m@bues.ch>
4357 L:      linux-media@vger.kernel.org
4358 S:      Maintained
4359 F:      drivers/media/tuners/fc0011.h
4360 F:      drivers/media/tuners/fc0011.c
4361
4362 FC2580 MEDIA DRIVER
4363 M:      Antti Palosaari <crope@iki.fi>
4364 L:      linux-media@vger.kernel.org
4365 W:      https://linuxtv.org
4366 W:      http://palosaari.fi/linux/
4367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4368 T:      git git://linuxtv.org/anttip/media_tree.git
4369 S:      Maintained
4370 F:      drivers/media/tuners/fc2580*
4371
4372 FANOTIFY
4373 M:      Eric Paris <eparis@redhat.com>
4374 S:      Maintained
4375 F:      fs/notify/fanotify/
4376 F:      include/linux/fanotify.h
4377 F:      include/uapi/linux/fanotify.h
4378
4379 FARSYNC SYNCHRONOUS DRIVER
4380 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4381 W:      http://www.farsite.co.uk/
4382 S:      Supported
4383 F:      drivers/net/wan/farsync.*
4384
4385 FAULT INJECTION SUPPORT
4386 M:      Akinobu Mita <akinobu.mita@gmail.com>
4387 S:      Supported
4388 F:      Documentation/fault-injection/
4389 F:      lib/fault-inject.c
4390
4391 FBTFT Framebuffer drivers
4392 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4393 M:      Noralf Trønnes <noralf@tronnes.org>
4394 S:      Maintained
4395 F:      drivers/staging/fbtft/
4396
4397 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4398 M:      Vasu Dev <vasu.dev@intel.com>
4399 L:      fcoe-devel@open-fcoe.org
4400 W:      www.Open-FCoE.org
4401 S:      Supported
4402 F:      drivers/scsi/libfc/
4403 F:      drivers/scsi/fcoe/
4404 F:      include/scsi/fc/
4405 F:      include/scsi/libfc.h
4406 F:      include/scsi/libfcoe.h
4407 F:      include/uapi/scsi/fc/
4408
4409 FILE LOCKING (flock() and fcntl()/lockf())
4410 M:      Jeff Layton <jlayton@poochiereds.net>
4411 M:      "J. Bruce Fields" <bfields@fieldses.org>
4412 L:      linux-fsdevel@vger.kernel.org
4413 S:      Maintained
4414 F:      include/linux/fcntl.h
4415 F:      include/linux/fs.h
4416 F:      include/uapi/linux/fcntl.h
4417 F:      include/uapi/linux/fs.h
4418 F:      fs/fcntl.c
4419 F:      fs/locks.c
4420
4421 FILESYSTEMS (VFS and infrastructure)
4422 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4423 L:      linux-fsdevel@vger.kernel.org
4424 S:      Maintained
4425 F:      fs/*
4426
4427 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4428 M:      Riku Voipio <riku.voipio@iki.fi>
4429 L:      lm-sensors@lm-sensors.org
4430 S:      Maintained
4431 F:      drivers/hwmon/f75375s.c
4432 F:      include/linux/f75375s.h
4433
4434 FIREWIRE AUDIO DRIVERS
4435 M:      Clemens Ladisch <clemens@ladisch.de>
4436 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4437 T:      git git://git.alsa-project.org/alsa-kernel.git
4438 S:      Maintained
4439 F:      sound/firewire/
4440
4441 FIREWIRE MEDIA DRIVERS (firedtv)
4442 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4443 L:      linux-media@vger.kernel.org
4444 L:      linux1394-devel@lists.sourceforge.net
4445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4446 S:      Maintained
4447 F:      drivers/media/firewire/
4448
4449 FIREWIRE SBP-2 TARGET
4450 M:      Chris Boot <bootc@bootc.net>
4451 L:      linux-scsi@vger.kernel.org
4452 L:      target-devel@vger.kernel.org
4453 L:      linux1394-devel@lists.sourceforge.net
4454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4455 S:      Maintained
4456 F:      drivers/target/sbp/
4457
4458 FIREWIRE SUBSYSTEM
4459 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4460 L:      linux1394-devel@lists.sourceforge.net
4461 W:      http://ieee1394.wiki.kernel.org/
4462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4463 S:      Maintained
4464 F:      drivers/firewire/
4465 F:      include/linux/firewire.h
4466 F:      include/uapi/linux/firewire*.h
4467 F:      tools/firewire/
4468
4469 FIRMWARE LOADER (request_firmware)
4470 M:      Ming Lei <ming.lei@canonical.com>
4471 L:      linux-kernel@vger.kernel.org
4472 S:      Maintained
4473 F:      Documentation/firmware_class/
4474 F:      drivers/base/firmware*.c
4475 F:      include/linux/firmware.h
4476
4477 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4478 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4479 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4480 S:      Maintained
4481 F:      drivers/block/rsxx/
4482
4483 FLOPPY DRIVER
4484 M:      Jiri Kosina <jikos@kernel.org>
4485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4486 S:      Odd fixes
4487 F:      drivers/block/floppy.c
4488
4489 FMC SUBSYSTEM
4490 M:      Alessandro Rubini <rubini@gnudd.com>
4491 W:      http://www.ohwr.org/projects/fmc-bus
4492 S:      Supported
4493 F:      drivers/fmc/
4494 F:      include/linux/fmc*.h
4495 F:      include/linux/ipmi-fru.h
4496 K:      fmc_d.*register
4497
4498 FPGA MANAGER FRAMEWORK
4499 M:      Alan Tull <atull@opensource.altera.com>
4500 R:      Moritz Fischer <moritz.fischer@ettus.com>
4501 S:      Maintained
4502 F:      drivers/fpga/
4503 F:      include/linux/fpga/fpga-mgr.h
4504 W:      http://www.rocketboards.org
4505
4506 FPU EMULATOR
4507 M:      Bill Metzenthen <billm@melbpc.org.au>
4508 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4509 S:      Maintained
4510 F:      arch/x86/math-emu/
4511
4512 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4513 L:      netdev@vger.kernel.org
4514 S:      Orphan
4515 F:      drivers/net/wan/dlci.c
4516 F:      drivers/net/wan/sdla.c
4517
4518 FRAMEBUFFER LAYER
4519 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4520 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4521 L:      linux-fbdev@vger.kernel.org
4522 W:      http://linux-fbdev.sourceforge.net/
4523 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4525 S:      Maintained
4526 F:      Documentation/fb/
4527 F:      drivers/video/
4528 F:      include/video/
4529 F:      include/linux/fb.h
4530 F:      include/uapi/video/
4531 F:      include/uapi/linux/fb.h
4532
4533 FREESCALE DIU FRAMEBUFFER DRIVER
4534 M:      Timur Tabi <timur@tabi.org>
4535 L:      linux-fbdev@vger.kernel.org
4536 S:      Maintained
4537 F:      drivers/video/fbdev/fsl-diu-fb.*
4538
4539 FREESCALE DMA DRIVER
4540 M:      Li Yang <leoli@freescale.com>
4541 M:      Zhang Wei <zw@zh-kernel.org>
4542 L:      linuxppc-dev@lists.ozlabs.org
4543 S:      Maintained
4544 F:      drivers/dma/fsldma.*
4545
4546 FREESCALE I2C CPM DRIVER
4547 M:      Jochen Friedrich <jochen@scram.de>
4548 L:      linuxppc-dev@lists.ozlabs.org
4549 L:      linux-i2c@vger.kernel.org
4550 S:      Maintained
4551 F:      drivers/i2c/busses/i2c-cpm.c
4552
4553 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4554 M:      Sascha Hauer <kernel@pengutronix.de>
4555 L:      linux-fbdev@vger.kernel.org
4556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4557 S:      Maintained
4558 F:      include/linux/platform_data/video-imxfb.h
4559 F:      drivers/video/fbdev/imxfb.c
4560
4561 FREESCALE QUAD SPI DRIVER
4562 M:      Han Xu <han.xu@freescale.com>
4563 L:      linux-mtd@lists.infradead.org
4564 S:      Maintained
4565 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4566
4567 FREESCALE SOC FS_ENET DRIVER
4568 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4569 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4570 L:      linuxppc-dev@lists.ozlabs.org
4571 L:      netdev@vger.kernel.org
4572 S:      Maintained
4573 F:      drivers/net/ethernet/freescale/fs_enet/
4574 F:      include/linux/fs_enet_pd.h
4575
4576 FREESCALE QUICC ENGINE LIBRARY
4577 L:      linuxppc-dev@lists.ozlabs.org
4578 S:      Orphan
4579 F:      drivers/soc/fsl/qe/
4580 F:      include/soc/fsl/*qe*.h
4581 F:      include/soc/fsl/*ucc*.h
4582
4583 FREESCALE USB PERIPHERAL DRIVERS
4584 M:      Li Yang <leoli@freescale.com>
4585 L:      linux-usb@vger.kernel.org
4586 L:      linuxppc-dev@lists.ozlabs.org
4587 S:      Maintained
4588 F:      drivers/usb/gadget/udc/fsl*
4589
4590 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4591 M:      Li Yang <leoli@freescale.com>
4592 L:      netdev@vger.kernel.org
4593 L:      linuxppc-dev@lists.ozlabs.org
4594 S:      Maintained
4595 F:      drivers/net/ethernet/freescale/ucc_geth*
4596
4597 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4598 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4599 L:      netdev@vger.kernel.org
4600 S:      Maintained
4601 F:      drivers/net/ethernet/freescale/gianfar*
4602 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4603 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4604
4605 FREESCALE QUICC ENGINE UCC UART DRIVER
4606 M:      Timur Tabi <timur@tabi.org>
4607 L:      linuxppc-dev@lists.ozlabs.org
4608 S:      Maintained
4609 F:      drivers/tty/serial/ucc_uart.c
4610
4611 FREESCALE SOC SOUND DRIVERS
4612 M:      Timur Tabi <timur@tabi.org>
4613 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4614 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4615 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4616 L:      linuxppc-dev@lists.ozlabs.org
4617 S:      Maintained
4618 F:      sound/soc/fsl/fsl*
4619 F:      sound/soc/fsl/imx*
4620 F:      sound/soc/fsl/mpc8610_hpcd.c
4621
4622 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4623 M:      "J. German Rivera" <German.Rivera@freescale.com>
4624 L:      linux-kernel@vger.kernel.org
4625 S:      Maintained
4626 F:      drivers/staging/fsl-mc/
4627
4628 FREEVXFS FILESYSTEM
4629 M:      Christoph Hellwig <hch@infradead.org>
4630 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4631 S:      Maintained
4632 F:      fs/freevxfs/
4633
4634 FREEZER
4635 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4636 M:      Pavel Machek <pavel@ucw.cz>
4637 L:      linux-pm@vger.kernel.org
4638 S:      Supported
4639 F:      Documentation/power/freezing-of-tasks.txt
4640 F:      include/linux/freezer.h
4641 F:      kernel/freezer.c
4642
4643 FRONTSWAP API
4644 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4645 L:      linux-kernel@vger.kernel.org
4646 S:      Maintained
4647 F:      mm/frontswap.c
4648 F:      include/linux/frontswap.h
4649
4650 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4651 M:      David Howells <dhowells@redhat.com>
4652 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4653 S:      Supported
4654 F:      Documentation/filesystems/caching/
4655 F:      fs/fscache/
4656 F:      include/linux/fscache*.h
4657
4658 F2FS FILE SYSTEM
4659 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4660 M:      Changman Lee <cm224.lee@samsung.com>
4661 R:      Chao Yu <chao2.yu@samsung.com>
4662 L:      linux-f2fs-devel@lists.sourceforge.net
4663 W:      http://en.wikipedia.org/wiki/F2FS
4664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4665 S:      Maintained
4666 F:      Documentation/filesystems/f2fs.txt
4667 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4668 F:      fs/f2fs/
4669 F:      include/linux/f2fs_fs.h
4670 F:      include/trace/events/f2fs.h
4671
4672 FUJITSU FR-V (FRV) PORT
4673 S:      Orphan
4674 F:      arch/frv/
4675
4676 FUJITSU LAPTOP EXTRAS
4677 M:      Jonathan Woithe <jwoithe@just42.net>
4678 L:      platform-driver-x86@vger.kernel.org
4679 S:      Maintained
4680 F:      drivers/platform/x86/fujitsu-laptop.c
4681
4682 FUJITSU M-5MO LS CAMERA ISP DRIVER
4683 M:      Kyungmin Park <kyungmin.park@samsung.com>
4684 M:      Heungjun Kim <riverful.kim@samsung.com>
4685 L:      linux-media@vger.kernel.org
4686 S:      Maintained
4687 F:      drivers/media/i2c/m5mols/
4688 F:      include/media/i2c/m5mols.h
4689
4690 FUJITSU TABLET EXTRAS
4691 M:      Robert Gerlach <khnz@gmx.de>
4692 L:      platform-driver-x86@vger.kernel.org
4693 S:      Maintained
4694 F:      drivers/platform/x86/fujitsu-tablet.c
4695
4696 FUSE: FILESYSTEM IN USERSPACE
4697 M:      Miklos Szeredi <miklos@szeredi.hu>
4698 L:      fuse-devel@lists.sourceforge.net
4699 W:      http://fuse.sourceforge.net/
4700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4701 S:      Maintained
4702 F:      fs/fuse/
4703 F:      include/uapi/linux/fuse.h
4704 F:      Documentation/filesystems/fuse.txt
4705
4706 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4707 M:      Rik Faith <faith@cs.unc.edu>
4708 L:      linux-scsi@vger.kernel.org
4709 S:      Odd Fixes (e.g., new signatures)
4710 F:      drivers/scsi/fdomain.*
4711
4712 GCOV BASED KERNEL PROFILING
4713 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4714 S:      Maintained
4715 F:      kernel/gcov/
4716 F:      Documentation/gcov.txt
4717
4718 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4719 M:      Achim Leubner <achim_leubner@adaptec.com>
4720 L:      linux-scsi@vger.kernel.org
4721 W:      http://www.icp-vortex.com/
4722 S:      Supported
4723 F:      drivers/scsi/gdt*
4724
4725 GDB KERNEL DEBUGGING HELPER SCRIPTS
4726 M:      Jan Kiszka <jan.kiszka@siemens.com>
4727 S:      Supported
4728 F:      scripts/gdb/
4729
4730 GEMTEK FM RADIO RECEIVER DRIVER
4731 M:      Hans Verkuil <hverkuil@xs4all.nl>
4732 L:      linux-media@vger.kernel.org
4733 T:      git git://linuxtv.org/media_tree.git
4734 W:      https://linuxtv.org
4735 S:      Maintained
4736 F:      drivers/media/radio/radio-gemtek*
4737
4738 GENERIC GPIO I2C DRIVER
4739 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4740 S:      Supported
4741 F:      drivers/i2c/busses/i2c-gpio.c
4742 F:      include/linux/i2c-gpio.h
4743
4744 GENERIC GPIO I2C MULTIPLEXER DRIVER
4745 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4746 L:      linux-i2c@vger.kernel.org
4747 S:      Supported
4748 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4749 F:      include/linux/i2c-mux-gpio.h
4750 F:      Documentation/i2c/muxes/i2c-mux-gpio
4751
4752 GENERIC HDLC (WAN) DRIVERS
4753 M:      Krzysztof Halasa <khc@pm.waw.pl>
4754 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4755 S:      Maintained
4756 F:      drivers/net/wan/c101.c
4757 F:      drivers/net/wan/hd6457*
4758 F:      drivers/net/wan/hdlc*
4759 F:      drivers/net/wan/n2.c
4760 F:      drivers/net/wan/pc300too.c
4761 F:      drivers/net/wan/pci200syn.c
4762 F:      drivers/net/wan/wanxl*
4763
4764 GENERIC INCLUDE/ASM HEADER FILES
4765 M:      Arnd Bergmann <arnd@arndb.de>
4766 L:      linux-arch@vger.kernel.org
4767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4768 S:      Maintained
4769 F:      include/asm-generic/
4770 F:      include/uapi/asm-generic/
4771
4772 GENERIC PHY FRAMEWORK
4773 M:      Kishon Vijay Abraham I <kishon@ti.com>
4774 L:      linux-kernel@vger.kernel.org
4775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4776 S:      Supported
4777 F:      drivers/phy/
4778 F:      include/linux/phy/
4779
4780 GENERIC PM DOMAINS
4781 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4782 M:      Kevin Hilman <khilman@kernel.org>
4783 M:      Ulf Hansson <ulf.hansson@linaro.org>
4784 L:      linux-pm@vger.kernel.org
4785 S:      Supported
4786 F:      drivers/base/power/domain*.c
4787 F:      include/linux/pm_domain.h
4788
4789 GENERIC UIO DRIVER FOR PCI DEVICES
4790 M:      "Michael S. Tsirkin" <mst@redhat.com>
4791 L:      kvm@vger.kernel.org
4792 S:      Supported
4793 F:      drivers/uio/uio_pci_generic.c
4794
4795 GET_MAINTAINER SCRIPT
4796 M:      Joe Perches <joe@perches.com>
4797 S:      Maintained
4798 F:      scripts/get_maintainer.pl
4799
4800 GFS2 FILE SYSTEM
4801 M:      Steven Whitehouse <swhiteho@redhat.com>
4802 M:      Bob Peterson <rpeterso@redhat.com>
4803 L:      cluster-devel@redhat.com
4804 W:      http://sources.redhat.com/cluster/
4805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4806 S:      Supported
4807 F:      Documentation/filesystems/gfs2*.txt
4808 F:      fs/gfs2/
4809 F:      include/uapi/linux/gfs2_ondisk.h
4810
4811 GIGASET ISDN DRIVERS
4812 M:      Paul Bolle <pebolle@tiscali.nl>
4813 L:      gigaset307x-common@lists.sourceforge.net
4814 W:      http://gigaset307x.sourceforge.net/
4815 S:      Odd Fixes
4816 F:      Documentation/isdn/README.gigaset
4817 F:      drivers/isdn/gigaset/
4818 F:      include/uapi/linux/gigaset_dev.h
4819
4820 GO7007 MPEG CODEC
4821 M:      Hans Verkuil <hans.verkuil@cisco.com>
4822 L:      linux-media@vger.kernel.org
4823 S:      Maintained
4824 F:      drivers/media/usb/go7007/
4825
4826 GOODIX TOUCHSCREEN
4827 M:      Bastien Nocera <hadess@hadess.net>
4828 L:      linux-input@vger.kernel.org
4829 S:      Maintained
4830 F:      drivers/input/touchscreen/goodix.c
4831
4832 GPIO SUBSYSTEM
4833 M:      Linus Walleij <linus.walleij@linaro.org>
4834 M:      Alexandre Courbot <gnurou@gmail.com>
4835 L:      linux-gpio@vger.kernel.org
4836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4837 S:      Maintained
4838 F:      Documentation/gpio/
4839 F:      drivers/gpio/
4840 F:      include/linux/gpio/
4841 F:      include/linux/gpio.h
4842 F:      include/asm-generic/gpio.h
4843
4844 GRE DEMULTIPLEXER DRIVER
4845 M:      Dmitry Kozlov <xeb@mail.ru>
4846 L:      netdev@vger.kernel.org
4847 S:      Maintained
4848 F:      net/ipv4/gre_demux.c
4849 F:      net/ipv4/gre_offload.c
4850 F:      include/net/gre.h
4851
4852 GRETH 10/100/1G Ethernet MAC device driver
4853 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4854 L:      netdev@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/net/ethernet/aeroflex/
4857
4858 GSPCA FINEPIX SUBDRIVER
4859 M:      Frank Zago <frank@zago.net>
4860 L:      linux-media@vger.kernel.org
4861 T:      git git://linuxtv.org/media_tree.git
4862 S:      Maintained
4863 F:      drivers/media/usb/gspca/finepix.c
4864
4865 GSPCA GL860 SUBDRIVER
4866 M:      Olivier Lorin <o.lorin@laposte.net>
4867 L:      linux-media@vger.kernel.org
4868 T:      git git://linuxtv.org/media_tree.git
4869 S:      Maintained
4870 F:      drivers/media/usb/gspca/gl860/
4871
4872 GSPCA M5602 SUBDRIVER
4873 M:      Erik Andren <erik.andren@gmail.com>
4874 L:      linux-media@vger.kernel.org
4875 T:      git git://linuxtv.org/media_tree.git
4876 S:      Maintained
4877 F:      drivers/media/usb/gspca/m5602/
4878
4879 GSPCA PAC207 SONIXB SUBDRIVER
4880 M:      Hans de Goede <hdegoede@redhat.com>
4881 L:      linux-media@vger.kernel.org
4882 T:      git git://linuxtv.org/media_tree.git
4883 S:      Maintained
4884 F:      drivers/media/usb/gspca/pac207.c
4885
4886 GSPCA SN9C20X SUBDRIVER
4887 M:      Brian Johnson <brijohn@gmail.com>
4888 L:      linux-media@vger.kernel.org
4889 T:      git git://linuxtv.org/media_tree.git
4890 S:      Maintained
4891 F:      drivers/media/usb/gspca/sn9c20x.c
4892
4893 GSPCA T613 SUBDRIVER
4894 M:      Leandro Costantino <lcostantino@gmail.com>
4895 L:      linux-media@vger.kernel.org
4896 T:      git git://linuxtv.org/media_tree.git
4897 S:      Maintained
4898 F:      drivers/media/usb/gspca/t613.c
4899
4900 GSPCA USB WEBCAM DRIVER
4901 M:      Hans de Goede <hdegoede@redhat.com>
4902 L:      linux-media@vger.kernel.org
4903 T:      git git://linuxtv.org/media_tree.git
4904 S:      Maintained
4905 F:      drivers/media/usb/gspca/
4906
4907 GUID PARTITION TABLE (GPT)
4908 M:      Davidlohr Bueso <dave@stgolabs.net>
4909 L:      linux-efi@vger.kernel.org
4910 S:      Maintained
4911 F:      block/partitions/efi.*
4912
4913 STK1160 USB VIDEO CAPTURE DRIVER
4914 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4915 L:      linux-media@vger.kernel.org
4916 T:      git git://linuxtv.org/media_tree.git
4917 S:      Maintained
4918 F:      drivers/media/usb/stk1160/
4919
4920 H8/300 ARCHITECTURE
4921 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4922 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4923 W:      http://uclinux-h8.sourceforge.jp
4924 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4925 S:      Maintained
4926 F:      arch/h8300/
4927 F:      drivers/clocksource/h8300_*.c
4928 F:      drivers/clk/h8300/
4929 F:      drivers/irqchip/irq-renesas-h8*.c
4930
4931 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4932 M:      Frank Seidel <frank@f-seidel.de>
4933 L:      platform-driver-x86@vger.kernel.org
4934 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4935 S:      Maintained
4936 F:      drivers/platform/x86/hdaps.c
4937
4938 HDPVR USB VIDEO ENCODER DRIVER
4939 M:      Hans Verkuil <hverkuil@xs4all.nl>
4940 L:      linux-media@vger.kernel.org
4941 T:      git git://linuxtv.org/media_tree.git
4942 W:      https://linuxtv.org
4943 S:      Odd Fixes
4944 F:      drivers/media/usb/hdpvr/
4945
4946 HWPOISON MEMORY FAILURE HANDLING
4947 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4948 L:      linux-mm@kvack.org
4949 S:      Maintained
4950 F:      mm/memory-failure.c
4951 F:      mm/hwpoison-inject.c
4952
4953 HYPERVISOR VIRTUAL CONSOLE DRIVER
4954 L:      linuxppc-dev@lists.ozlabs.org
4955 S:      Odd Fixes
4956 F:      drivers/tty/hvc/
4957
4958 HACKRF MEDIA DRIVER
4959 M:      Antti Palosaari <crope@iki.fi>
4960 L:      linux-media@vger.kernel.org
4961 W:      https://linuxtv.org
4962 W:      http://palosaari.fi/linux/
4963 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4964 T:      git git://linuxtv.org/anttip/media_tree.git
4965 S:      Maintained
4966 F:      drivers/media/usb/hackrf/
4967
4968 HARDWARE MONITORING
4969 M:      Jean Delvare <jdelvare@suse.com>
4970 M:      Guenter Roeck <linux@roeck-us.net>
4971 L:      lm-sensors@lm-sensors.org
4972 W:      http://www.lm-sensors.org/
4973 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4975 S:      Maintained
4976 F:      Documentation/hwmon/
4977 F:      drivers/hwmon/
4978 F:      include/linux/hwmon*.h
4979
4980 HARDWARE RANDOM NUMBER GENERATOR CORE
4981 M:      Matt Mackall <mpm@selenic.com>
4982 M:      Herbert Xu <herbert@gondor.apana.org.au>
4983 L:      linux-crypto@vger.kernel.org
4984 S:      Odd fixes
4985 F:      Documentation/hw_random.txt
4986 F:      drivers/char/hw_random/
4987 F:      include/linux/hw_random.h
4988
4989 HARDWARE SPINLOCK CORE
4990 M:      Ohad Ben-Cohen <ohad@wizery.com>
4991 S:      Maintained
4992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4993 F:      Documentation/hwspinlock.txt
4994 F:      drivers/hwspinlock/hwspinlock_*
4995 F:      include/linux/hwspinlock.h
4996
4997 HARMONY SOUND DRIVER
4998 L:      linux-parisc@vger.kernel.org
4999 S:      Maintained
5000 F:      sound/parisc/harmony.*
5001
5002 HD29L2 MEDIA DRIVER
5003 M:      Antti Palosaari <crope@iki.fi>
5004 L:      linux-media@vger.kernel.org
5005 W:      https://linuxtv.org
5006 W:      http://palosaari.fi/linux/
5007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5008 T:      git git://linuxtv.org/anttip/media_tree.git
5009 S:      Maintained
5010 F:      drivers/media/dvb-frontends/hd29l2*
5011
5012 HEWLETT-PACKARD SMART2 RAID DRIVER
5013 L:      iss_storagedev@hp.com
5014 S:      Orphan
5015 F:      Documentation/blockdev/cpqarray.txt
5016 F:      drivers/block/cpqarray.*
5017
5018 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
5019 M:      Don Brace <don.brace@pmcs.com>
5020 L:      iss_storagedev@hp.com
5021 L:      storagedev@pmcs.com
5022 L:      linux-scsi@vger.kernel.org
5023 S:      Supported
5024 F:      Documentation/scsi/hpsa.txt
5025 F:      drivers/scsi/hpsa*.[ch]
5026 F:      include/linux/cciss*.h
5027 F:      include/uapi/linux/cciss*.h
5028
5029 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5030 M:      Don Brace <don.brace@pmcs.com>
5031 L:      iss_storagedev@hp.com
5032 L:      storagedev@pmcs.com
5033 L:      linux-scsi@vger.kernel.org
5034 S:      Supported
5035 F:      Documentation/blockdev/cciss.txt
5036 F:      drivers/block/cciss*
5037 F:      include/linux/cciss_ioctl.h
5038 F:      include/uapi/linux/cciss_ioctl.h
5039
5040 HFS FILESYSTEM
5041 L:      linux-fsdevel@vger.kernel.org
5042 S:      Orphan
5043 F:      Documentation/filesystems/hfs.txt
5044 F:      fs/hfs/
5045
5046 HFSPLUS FILESYSTEM
5047 L:      linux-fsdevel@vger.kernel.org
5048 S:      Orphan
5049 F:      Documentation/filesystems/hfsplus.txt
5050 F:      fs/hfsplus/
5051
5052 HGA FRAMEBUFFER DRIVER
5053 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5054 L:      linux-nvidia@lists.surfsouth.com
5055 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5056 S:      Maintained
5057 F:      drivers/video/fbdev/hgafb.c
5058
5059 HIBERNATION (aka Software Suspend, aka swsusp)
5060 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5061 M:      Pavel Machek <pavel@ucw.cz>
5062 L:      linux-pm@vger.kernel.org
5063 S:      Supported
5064 F:      arch/x86/power/
5065 F:      drivers/base/power/
5066 F:      kernel/power/
5067 F:      include/linux/suspend.h
5068 F:      include/linux/freezer.h
5069 F:      include/linux/pm.h
5070 F:      arch/*/include/asm/suspend*.h
5071
5072 HID CORE LAYER
5073 M:      Jiri Kosina <jikos@kernel.org>
5074 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5075 L:      linux-input@vger.kernel.org
5076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5077 S:      Maintained
5078 F:      drivers/hid/
5079 F:      include/linux/hid*
5080 F:      include/uapi/linux/hid*
5081
5082 HID SENSOR HUB DRIVERS
5083 M:      Jiri Kosina <jikos@kernel.org>
5084 M:      Jonathan Cameron <jic23@kernel.org>
5085 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5086 L:      linux-input@vger.kernel.org
5087 L:      linux-iio@vger.kernel.org
5088 S:      Maintained
5089 F:      Documentation/hid/hid-sensor*
5090 F:      drivers/hid/hid-sensor-*
5091 F:      drivers/iio/*/hid-*
5092 F:      include/linux/hid-sensor-*
5093
5094 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5095 M:      Thomas Gleixner <tglx@linutronix.de>
5096 L:      linux-kernel@vger.kernel.org
5097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5098 S:      Maintained
5099 F:      Documentation/timers/
5100 F:      kernel/time/hrtimer.c
5101 F:      kernel/time/clockevents.c
5102 F:      kernel/time/tick*.*
5103 F:      kernel/time/timer_*.c
5104 F:      include/linux/clockchips.h
5105 F:      include/linux/hrtimer.h
5106
5107 HIGH-SPEED SCC DRIVER FOR AX.25
5108 L:      linux-hams@vger.kernel.org
5109 S:      Orphan
5110 F:      drivers/net/hamradio/dmascc.c
5111 F:      drivers/net/hamradio/scc.c
5112
5113 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5114 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5115 W:      http://www.highpoint-tech.com
5116 S:      Supported
5117 F:      Documentation/scsi/hptiop.txt
5118 F:      drivers/scsi/hptiop.c
5119
5120 HIPPI
5121 M:      Jes Sorensen <jes@trained-monkey.org>
5122 L:      linux-hippi@sunsite.dk
5123 S:      Maintained
5124 F:      include/linux/hippidevice.h
5125 F:      include/uapi/linux/if_hippi.h
5126 F:      net/802/hippi.c
5127 F:      drivers/net/hippi/
5128
5129 HISILICON SAS Controller
5130 M:      John Garry <john.garry@huawei.com>
5131 W:      http://www.hisilicon.com
5132 S:      Supported
5133 F:      drivers/scsi/hisi_sas/
5134 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5135
5136 HOST AP DRIVER
5137 M:      Jouni Malinen <j@w1.fi>
5138 L:      hostap@shmoo.com (subscribers-only)
5139 L:      linux-wireless@vger.kernel.org
5140 W:      http://hostap.epitest.fi/
5141 S:      Maintained
5142 F:      drivers/net/wireless/intersil/hostap/
5143
5144 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5145 L:      platform-driver-x86@vger.kernel.org
5146 S:      Orphan
5147 F:      drivers/platform/x86/tc1100-wmi.c
5148
5149 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5150 M:      Jaroslav Kysela <perex@perex.cz>
5151 S:      Maintained
5152 F:      drivers/net/ethernet/hp/hp100.*
5153
5154 HPET:   High Precision Event Timers driver
5155 M:      Clemens Ladisch <clemens@ladisch.de>
5156 S:      Maintained
5157 F:      Documentation/timers/hpet.txt
5158 F:      drivers/char/hpet.c
5159 F:      include/linux/hpet.h
5160 F:      include/uapi/linux/hpet.h
5161
5162 HPET:   x86
5163 S:      Orphan
5164 F:      arch/x86/kernel/hpet.c
5165 F:      arch/x86/include/asm/hpet.h
5166
5167 HPFS FILESYSTEM
5168 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5169 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5170 S:      Maintained
5171 F:      fs/hpfs/
5172
5173 HSI SUBSYSTEM
5174 M:      Sebastian Reichel <sre@kernel.org>
5175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5176 S:      Maintained
5177 F:      Documentation/ABI/testing/sysfs-bus-hsi
5178 F:      Documentation/hsi.txt
5179 F:      drivers/hsi/
5180 F:      include/linux/hsi/
5181 F:      include/uapi/linux/hsi/
5182
5183 HSO 3G MODEM DRIVER
5184 M:      Jan Dumon <j.dumon@option.com>
5185 W:      http://www.pharscape.org
5186 S:      Maintained
5187 F:      drivers/net/usb/hso.c
5188
5189 HSR NETWORK PROTOCOL
5190 M:      Arvid Brodin <arvid.brodin@alten.se>
5191 L:      netdev@vger.kernel.org
5192 S:      Maintained
5193 F:      net/hsr/
5194
5195 HTCPEN TOUCHSCREEN DRIVER
5196 M:      Pau Oliva Fora <pof@eslack.org>
5197 L:      linux-input@vger.kernel.org
5198 S:      Maintained
5199 F:      drivers/input/touchscreen/htcpen.c
5200
5201 HUGETLB FILESYSTEM
5202 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5203 S:      Maintained
5204 F:      fs/hugetlbfs/
5205
5206 Hyper-V CORE AND DRIVERS
5207 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5208 M:      Haiyang Zhang <haiyangz@microsoft.com>
5209 L:      devel@linuxdriverproject.org
5210 S:      Maintained
5211 F:      arch/x86/include/asm/mshyperv.h
5212 F:      arch/x86/include/uapi/asm/hyperv.h
5213 F:      arch/x86/kernel/cpu/mshyperv.c
5214 F:      drivers/hid/hid-hyperv.c
5215 F:      drivers/hv/
5216 F:      drivers/input/serio/hyperv-keyboard.c
5217 F:      drivers/net/hyperv/
5218 F:      drivers/scsi/storvsc_drv.c
5219 F:      drivers/video/fbdev/hyperv_fb.c
5220 F:      include/linux/hyperv.h
5221 F:      tools/hv/
5222 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5223
5224 I2C OVER PARALLEL PORT
5225 M:      Jean Delvare <jdelvare@suse.com>
5226 L:      linux-i2c@vger.kernel.org
5227 S:      Maintained
5228 F:      Documentation/i2c/busses/i2c-parport
5229 F:      Documentation/i2c/busses/i2c-parport-light
5230 F:      drivers/i2c/busses/i2c-parport.c
5231 F:      drivers/i2c/busses/i2c-parport-light.c
5232
5233 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5234 M:      Jean Delvare <jdelvare@suse.com>
5235 L:      linux-i2c@vger.kernel.org
5236 S:      Maintained
5237 F:      Documentation/i2c/busses/i2c-ali1535
5238 F:      Documentation/i2c/busses/i2c-ali1563
5239 F:      Documentation/i2c/busses/i2c-ali15x3
5240 F:      Documentation/i2c/busses/i2c-amd756
5241 F:      Documentation/i2c/busses/i2c-amd8111
5242 F:      Documentation/i2c/busses/i2c-i801
5243 F:      Documentation/i2c/busses/i2c-nforce2
5244 F:      Documentation/i2c/busses/i2c-piix4
5245 F:      Documentation/i2c/busses/i2c-sis5595
5246 F:      Documentation/i2c/busses/i2c-sis630
5247 F:      Documentation/i2c/busses/i2c-sis96x
5248 F:      Documentation/i2c/busses/i2c-via
5249 F:      Documentation/i2c/busses/i2c-viapro
5250 F:      drivers/i2c/busses/i2c-ali1535.c
5251 F:      drivers/i2c/busses/i2c-ali1563.c
5252 F:      drivers/i2c/busses/i2c-ali15x3.c
5253 F:      drivers/i2c/busses/i2c-amd756.c
5254 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5255 F:      drivers/i2c/busses/i2c-amd8111.c
5256 F:      drivers/i2c/busses/i2c-i801.c
5257 F:      drivers/i2c/busses/i2c-isch.c
5258 F:      drivers/i2c/busses/i2c-nforce2.c
5259 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5260 F:      drivers/i2c/busses/i2c-piix4.c
5261 F:      drivers/i2c/busses/i2c-sis5595.c
5262 F:      drivers/i2c/busses/i2c-sis630.c
5263 F:      drivers/i2c/busses/i2c-sis96x.c
5264 F:      drivers/i2c/busses/i2c-via.c
5265 F:      drivers/i2c/busses/i2c-viapro.c
5266
5267 I2C/SMBUS ISMT DRIVER
5268 M:      Seth Heasley <seth.heasley@intel.com>
5269 M:      Neil Horman <nhorman@tuxdriver.com>
5270 L:      linux-i2c@vger.kernel.org
5271 F:      drivers/i2c/busses/i2c-ismt.c
5272 F:      Documentation/i2c/busses/i2c-ismt
5273
5274 I2C/SMBUS STUB DRIVER
5275 M:      Jean Delvare <jdelvare@suse.com>
5276 L:      linux-i2c@vger.kernel.org
5277 S:      Maintained
5278 F:      drivers/i2c/i2c-stub.c
5279
5280 I2C SUBSYSTEM
5281 M:      Wolfram Sang <wsa@the-dreams.de>
5282 L:      linux-i2c@vger.kernel.org
5283 W:      https://i2c.wiki.kernel.org/
5284 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5286 S:      Maintained
5287 F:      Documentation/devicetree/bindings/i2c/
5288 F:      Documentation/i2c/
5289 F:      drivers/i2c/
5290 F:      drivers/i2c/*/
5291 F:      include/linux/i2c.h
5292 F:      include/linux/i2c-*.h
5293 F:      include/uapi/linux/i2c.h
5294 F:      include/uapi/linux/i2c-*.h
5295
5296 I2C ACPI SUPPORT
5297 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5298 L:      linux-i2c@vger.kernel.org
5299 L:      linux-acpi@vger.kernel.org
5300 S:      Maintained
5301
5302 I2C-TAOS-EVM DRIVER
5303 M:      Jean Delvare <jdelvare@suse.com>
5304 L:      linux-i2c@vger.kernel.org
5305 S:      Maintained
5306 F:      Documentation/i2c/busses/i2c-taos-evm
5307 F:      drivers/i2c/busses/i2c-taos-evm.c
5308
5309 I2C-TINY-USB DRIVER
5310 M:      Till Harbaum <till@harbaum.org>
5311 L:      linux-i2c@vger.kernel.org
5312 W:      http://www.harbaum.org/till/i2c_tiny_usb
5313 S:      Maintained
5314 F:      drivers/i2c/busses/i2c-tiny-usb.c
5315
5316 i386 BOOT CODE
5317 M:      "H. Peter Anvin" <hpa@zytor.com>
5318 S:      Maintained
5319 F:      arch/x86/boot/
5320
5321 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5322 M:      "H. Peter Anvin" <hpa@zytor.com>
5323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5324 S:      Maintained
5325
5326 IA64 (Itanium) PLATFORM
5327 M:      Tony Luck <tony.luck@intel.com>
5328 M:      Fenghua Yu <fenghua.yu@intel.com>
5329 L:      linux-ia64@vger.kernel.org
5330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5331 S:      Maintained
5332 F:      arch/ia64/
5333
5334 IBM Power VMX Cryptographic instructions
5335 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5336 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5337 L:      linux-crypto@vger.kernel.org
5338 S:      Supported
5339 F:      drivers/crypto/vmx/Makefile
5340 F:      drivers/crypto/vmx/Kconfig
5341 F:      drivers/crypto/vmx/vmx.c
5342 F:      drivers/crypto/vmx/aes*
5343 F:      drivers/crypto/vmx/ghash*
5344 F:      drivers/crypto/vmx/ppc-xlate.pl
5345
5346 IBM Power in-Nest Crypto Acceleration
5347 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5348 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5349 L:      linux-crypto@vger.kernel.org
5350 S:      Supported
5351 F:      drivers/crypto/nx/Makefile
5352 F:      drivers/crypto/nx/Kconfig
5353 F:      drivers/crypto/nx/nx-aes*
5354 F:      drivers/crypto/nx/nx-sha*
5355 F:      drivers/crypto/nx/nx.*
5356 F:      drivers/crypto/nx/nx_csbcpb.h
5357 F:      drivers/crypto/nx/nx_debugfs.h
5358
5359 IBM Power 842 compression accelerator
5360 M:      Dan Streetman <ddstreet@ieee.org>
5361 S:      Supported
5362 F:      drivers/crypto/nx/Makefile
5363 F:      drivers/crypto/nx/Kconfig
5364 F:      drivers/crypto/nx/nx-842*
5365 F:      include/linux/sw842.h
5366 F:      crypto/842.c
5367 F:      lib/842/
5368
5369 IBM Power Linux RAID adapter
5370 M:      Brian King <brking@us.ibm.com>
5371 S:      Supported
5372 F:      drivers/scsi/ipr.*
5373
5374 IBM Power Virtual Ethernet Device Driver
5375 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5376 L:      netdev@vger.kernel.org
5377 S:      Supported
5378 F:      drivers/net/ethernet/ibm/ibmveth.*
5379
5380 IBM Power SRIOV Virtual NIC Device Driver
5381 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5382 M:      John Allen <jallen@linux.vnet.ibm.com>
5383 L:      netdev@vger.kernel.org
5384 S:      Supported
5385 F:      drivers/net/ethernet/ibm/ibmvnic.*
5386
5387 IBM Power Virtual SCSI Device Drivers
5388 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5389 L:      linux-scsi@vger.kernel.org
5390 S:      Supported
5391 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5392 F:      drivers/scsi/ibmvscsi/viosrp.h
5393
5394 IBM Power Virtual FC Device Drivers
5395 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5396 L:      linux-scsi@vger.kernel.org
5397 S:      Supported
5398 F:      drivers/scsi/ibmvscsi/ibmvfc*
5399
5400 IBM ServeRAID RAID DRIVER
5401 S:      Orphan
5402 F:      drivers/scsi/ips.*
5403
5404 ICH LPC AND GPIO DRIVER
5405 M:      Peter Tyser <ptyser@xes-inc.com>
5406 S:      Maintained
5407 F:      drivers/mfd/lpc_ich.c
5408 F:      drivers/gpio/gpio-ich.c
5409
5410 IDE SUBSYSTEM
5411 M:      "David S. Miller" <davem@davemloft.net>
5412 L:      linux-ide@vger.kernel.org
5413 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5415 S:      Maintained
5416 F:      Documentation/ide/
5417 F:      drivers/ide/
5418 F:      include/linux/ide.h
5419
5420 IDEAPAD LAPTOP EXTRAS DRIVER
5421 M:      Ike Panhc <ike.pan@canonical.com>
5422 L:      platform-driver-x86@vger.kernel.org
5423 W:      http://launchpad.net/ideapad-laptop
5424 S:      Maintained
5425 F:      drivers/platform/x86/ideapad-laptop.c
5426
5427 IDEAPAD LAPTOP SLIDEBAR DRIVER
5428 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5429 L:      linux-input@vger.kernel.org
5430 W:      https://github.com/o2genum/ideapad-slidebar
5431 S:      Maintained
5432 F:      drivers/input/misc/ideapad_slidebar.c
5433
5434 IDE/ATAPI DRIVERS
5435 M:      Borislav Petkov <bp@alien8.de>
5436 L:      linux-ide@vger.kernel.org
5437 S:      Maintained
5438 F:      Documentation/cdrom/ide-cd
5439 F:      drivers/ide/ide-cd*
5440
5441 IDLE-I7300
5442 M:      Andy Henroid <andrew.d.henroid@intel.com>
5443 L:      linux-pm@vger.kernel.org
5444 S:      Supported
5445 F:      drivers/idle/i7300_idle.c
5446
5447 IEEE 802.15.4 SUBSYSTEM
5448 M:      Alexander Aring <alex.aring@gmail.com>
5449 L:      linux-wpan@vger.kernel.org
5450 W:      https://github.com/linux-wpan
5451 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5452 S:      Maintained
5453 F:      net/ieee802154/
5454 F:      net/mac802154/
5455 F:      drivers/net/ieee802154/
5456 F:      include/linux/nl802154.h
5457 F:      include/linux/ieee802154.h
5458 F:      include/net/nl802154.h
5459 F:      include/net/mac802154.h
5460 F:      include/net/af_ieee802154.h
5461 F:      include/net/cfg802154.h
5462 F:      include/net/ieee802154_netdev.h
5463 F:      Documentation/networking/ieee802154.txt
5464
5465 IGORPLUG-USB IR RECEIVER
5466 M:      Sean Young <sean@mess.org>
5467 L:      linux-media@vger.kernel.org
5468 S:      Maintained
5469 F:      drivers/media/rc/igorplugusb.c
5470
5471 IGUANAWORKS USB IR TRANSCEIVER
5472 M:      Sean Young <sean@mess.org>
5473 L:      linux-media@vger.kernel.org
5474 S:      Maintained
5475 F:      drivers/media/rc/iguanair.c
5476
5477 IIO SUBSYSTEM AND DRIVERS
5478 M:      Jonathan Cameron <jic23@kernel.org>
5479 R:      Hartmut Knaack <knaack.h@gmx.de>
5480 R:      Lars-Peter Clausen <lars@metafoo.de>
5481 R:      Peter Meerwald <pmeerw@pmeerw.net>
5482 L:      linux-iio@vger.kernel.org
5483 S:      Maintained
5484 F:      drivers/iio/
5485 F:      drivers/staging/iio/
5486 F:      include/linux/iio/
5487 F:      tools/iio/
5488
5489 IKANOS/ADI EAGLE ADSL USB DRIVER
5490 M:      Matthieu Castet <castet.matthieu@free.fr>
5491 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5492 S:      Maintained
5493 F:      drivers/usb/atm/ueagle-atm.c
5494
5495 INA209 HARDWARE MONITOR DRIVER
5496 M:      Guenter Roeck <linux@roeck-us.net>
5497 L:      lm-sensors@lm-sensors.org
5498 S:      Maintained
5499 F:      Documentation/hwmon/ina209
5500 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5501 F:      drivers/hwmon/ina209.c
5502
5503 INA2XX HARDWARE MONITOR DRIVER
5504 M:      Guenter Roeck <linux@roeck-us.net>
5505 L:      lm-sensors@lm-sensors.org
5506 S:      Maintained
5507 F:      Documentation/hwmon/ina2xx
5508 F:      drivers/hwmon/ina2xx.c
5509 F:      include/linux/platform_data/ina2xx.h
5510
5511 INDUSTRY PACK SUBSYSTEM (IPACK)
5512 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5513 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5514 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5515 L:      industrypack-devel@lists.sourceforge.net
5516 W:      http://industrypack.sourceforge.net
5517 S:      Maintained
5518 F:      drivers/ipack/
5519
5520 INGENIC JZ4780 DMA Driver
5521 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5522 S:      Maintained
5523 F:      drivers/dma/dma-jz4780.c
5524
5525 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5526 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5527 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5528 L:      linux-ima-devel@lists.sourceforge.net
5529 L:      linux-ima-user@lists.sourceforge.net
5530 L:      linux-security-module@vger.kernel.org
5531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5532 S:      Supported
5533 F:      security/integrity/ima/
5534
5535 IMGTEC IR DECODER DRIVER
5536 M:      James Hogan <james.hogan@imgtec.com>
5537 S:      Maintained
5538 F:      drivers/media/rc/img-ir/
5539
5540 IMS TWINTURBO FRAMEBUFFER DRIVER
5541 L:      linux-fbdev@vger.kernel.org
5542 S:      Orphan
5543 F:      drivers/video/fbdev/imsttfb.c
5544
5545 INFINIBAND SUBSYSTEM
5546 M:      Doug Ledford <dledford@redhat.com>
5547 M:      Sean Hefty <sean.hefty@intel.com>
5548 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5549 L:      linux-rdma@vger.kernel.org
5550 W:      http://www.openfabrics.org/
5551 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5553 S:      Supported
5554 F:      Documentation/infiniband/
5555 F:      drivers/infiniband/
5556 F:      drivers/staging/rdma/
5557 F:      include/uapi/linux/if_infiniband.h
5558 F:      include/uapi/rdma/
5559 F:      include/rdma/
5560
5561 INOTIFY
5562 M:      John McCutchan <john@johnmccutchan.com>
5563 M:      Robert Love <rlove@rlove.org>
5564 M:      Eric Paris <eparis@parisplace.org>
5565 S:      Maintained
5566 F:      Documentation/filesystems/inotify.txt
5567 F:      fs/notify/inotify/
5568 F:      include/linux/inotify.h
5569 F:      include/uapi/linux/inotify.h
5570
5571 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5572 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5573 L:      linux-input@vger.kernel.org
5574 Q:      http://patchwork.kernel.org/project/linux-input/list/
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5576 S:      Maintained
5577 F:      drivers/input/
5578 F:      include/linux/input.h
5579 F:      include/uapi/linux/input.h
5580 F:      include/linux/input/
5581
5582 INPUT MULTITOUCH (MT) PROTOCOL
5583 M:      Henrik Rydberg <rydberg@bitmath.org>
5584 L:      linux-input@vger.kernel.org
5585 S:      Odd fixes
5586 F:      Documentation/input/multi-touch-protocol.txt
5587 F:      drivers/input/input-mt.c
5588 K:      \b(ABS|SYN)_MT_
5589
5590 INTEL ASoC BDW/HSW DRIVERS
5591 M:      Jie Yang <yang.jie@linux.intel.com>
5592 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5593 S:      Supported
5594 F:      sound/soc/intel/common/sst-dsp*
5595 F:      sound/soc/intel/common/sst-firmware.c
5596 F:      sound/soc/intel/boards/broadwell.c
5597 F:      sound/soc/intel/haswell/
5598
5599 INTEL C600 SERIES SAS CONTROLLER DRIVER
5600 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5601 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5602 L:      linux-scsi@vger.kernel.org
5603 T:      git git://git.code.sf.net/p/intel-sas/isci
5604 S:      Supported
5605 F:      drivers/scsi/isci/
5606
5607 INTEL HID EVENT DRIVER
5608 M:      Alex Hung <alex.hung@canonical.com>
5609 L:      platform-driver-x86@vger.kernel.org
5610 S:      Maintained
5611 F:      drivers/platform/x86/intel-hid.c
5612
5613 INTEL IDLE DRIVER
5614 M:      Len Brown <lenb@kernel.org>
5615 L:      linux-pm@vger.kernel.org
5616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5617 S:      Supported
5618 F:      drivers/idle/intel_idle.c
5619
5620 INTEL PSTATE DRIVER
5621 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5622 M:      Len Brown <lenb@kernel.org>
5623 L:      linux-pm@vger.kernel.org
5624 S:      Supported
5625 F:      drivers/cpufreq/intel_pstate.c
5626
5627 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5628 M:      Maik Broemme <mbroemme@plusserver.de>
5629 L:      linux-fbdev@vger.kernel.org
5630 S:      Maintained
5631 F:      Documentation/fb/intelfb.txt
5632 F:      drivers/video/fbdev/intelfb/
5633
5634 INTEL 810/815 FRAMEBUFFER DRIVER
5635 M:      Antonino Daplas <adaplas@gmail.com>
5636 L:      linux-fbdev@vger.kernel.org
5637 S:      Maintained
5638 F:      drivers/video/fbdev/i810/
5639
5640 INTEL MENLOW THERMAL DRIVER
5641 M:      Sujith Thomas <sujith.thomas@intel.com>
5642 L:      platform-driver-x86@vger.kernel.org
5643 W:      https://01.org/linux-acpi
5644 S:      Supported
5645 F:      drivers/platform/x86/intel_menlow.c
5646
5647 INTEL I/OAT DMA DRIVER
5648 M:      Dave Jiang <dave.jiang@intel.com>
5649 R:      Dan Williams <dan.j.williams@intel.com>
5650 L:      dmaengine@vger.kernel.org
5651 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5652 S:      Supported
5653 F:      drivers/dma/ioat*
5654
5655 INTEL IOMMU (VT-d)
5656 M:      David Woodhouse <dwmw2@infradead.org>
5657 L:      iommu@lists.linux-foundation.org
5658 T:      git git://git.infradead.org/iommu-2.6.git
5659 S:      Supported
5660 F:      drivers/iommu/intel-iommu.c
5661 F:      include/linux/intel-iommu.h
5662
5663 INTEL IOP-ADMA DMA DRIVER
5664 R:      Dan Williams <dan.j.williams@intel.com>
5665 S:      Odd fixes
5666 F:      drivers/dma/iop-adma.c
5667
5668 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5669 M:      Krzysztof Halasa <khalasa@piap.pl>
5670 S:      Maintained
5671 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5672 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5673 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5674 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5675 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5676 F:      drivers/net/wan/ixp4xx_hss.c
5677
5678 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5679 M:      Deepak Saxena <dsaxena@plexity.net>
5680 S:      Maintained
5681 F:      drivers/char/hw_random/ixp4xx-rng.c
5682
5683 INTEL ETHERNET DRIVERS
5684 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5685 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5686 R:      Shannon Nelson <shannon.nelson@intel.com>
5687 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5688 R:      Don Skidmore <donald.c.skidmore@intel.com>
5689 R:      Bruce Allan <bruce.w.allan@intel.com>
5690 R:      John Ronciak <john.ronciak@intel.com>
5691 R:      Mitch Williams <mitch.a.williams@intel.com>
5692 L:      intel-wired-lan@lists.osuosl.org
5693 W:      http://www.intel.com/support/feedback.htm
5694 W:      http://e1000.sourceforge.net/
5695 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5698 S:      Supported
5699 F:      Documentation/networking/e100.txt
5700 F:      Documentation/networking/e1000.txt
5701 F:      Documentation/networking/e1000e.txt
5702 F:      Documentation/networking/igb.txt
5703 F:      Documentation/networking/igbvf.txt
5704 F:      Documentation/networking/ixgb.txt
5705 F:      Documentation/networking/ixgbe.txt
5706 F:      Documentation/networking/ixgbevf.txt
5707 F:      Documentation/networking/i40e.txt
5708 F:      Documentation/networking/i40evf.txt
5709 F:      drivers/net/ethernet/intel/
5710 F:      drivers/net/ethernet/intel/*/
5711
5712 INTEL-MID GPIO DRIVER
5713 M:      David Cohen <david.a.cohen@linux.intel.com>
5714 L:      linux-gpio@vger.kernel.org
5715 S:      Maintained
5716 F:      drivers/gpio/gpio-intel-mid.c
5717
5718 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5719 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5720 L:      linux-wireless@vger.kernel.org
5721 S:      Maintained
5722 F:      Documentation/networking/README.ipw2100
5723 F:      Documentation/networking/README.ipw2200
5724 F:      drivers/net/wireless/intel/ipw2x00/
5725
5726 INTEL(R) TRACE HUB
5727 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5728 S:      Supported
5729 F:      Documentation/trace/intel_th.txt
5730 F:      drivers/hwtracing/intel_th/
5731
5732 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5733 M:      Ning Sun <ning.sun@intel.com>
5734 L:      tboot-devel@lists.sourceforge.net
5735 W:      http://tboot.sourceforge.net
5736 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5737 S:      Supported
5738 F:      Documentation/intel_txt.txt
5739 F:      include/linux/tboot.h
5740 F:      arch/x86/kernel/tboot.c
5741
5742 INTEL WIRELESS WIMAX CONNECTION 2400
5743 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5744 M:      linux-wimax@intel.com
5745 L:      wimax@linuxwimax.org (subscribers-only)
5746 S:      Supported
5747 W:      http://linuxwimax.org
5748 F:      Documentation/wimax/README.i2400m
5749 F:      drivers/net/wimax/i2400m/
5750 F:      include/uapi/linux/wimax/i2400m.h
5751
5752 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5753 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5754 L:      linux-wireless@vger.kernel.org
5755 S:      Supported
5756 F:      drivers/net/wireless/intel/iwlegacy/
5757
5758 INTEL WIRELESS WIFI LINK (iwlwifi)
5759 M:      Johannes Berg <johannes.berg@intel.com>
5760 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5761 M:      Intel Linux Wireless <linuxwifi@intel.com>
5762 L:      linux-wireless@vger.kernel.org
5763 W:      http://intellinuxwireless.org
5764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5765 S:      Supported
5766 F:      drivers/net/wireless/intel/iwlwifi/
5767
5768 INTEL MANAGEMENT ENGINE (mei)
5769 M:      Tomas Winkler <tomas.winkler@intel.com>
5770 L:      linux-kernel@vger.kernel.org
5771 S:      Supported
5772 F:      include/uapi/linux/mei.h
5773 F:      include/linux/mei_cl_bus.h
5774 F:      drivers/misc/mei/*
5775 F:      drivers/watchdog/mei_wdt.c
5776 F:      Documentation/misc-devices/mei/*
5777
5778 INTEL MIC DRIVERS (mic)
5779 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5780 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5781 S:      Supported
5782 W:      https://github.com/sudeepdutt/mic
5783 W:      http://software.intel.com/en-us/mic-developer
5784 F:      include/linux/mic_bus.h
5785 F:      include/linux/scif.h
5786 F:      include/uapi/linux/mic_common.h
5787 F:      include/uapi/linux/mic_ioctl.h
5788 F:      include/uapi/linux/scif_ioctl.h
5789 F:      drivers/misc/mic/
5790 F:      drivers/dma/mic_x100_dma.c
5791 F:      drivers/dma/mic_x100_dma.h
5792 F:      Documentation/mic/
5793
5794 INTEL PMC/P-Unit IPC DRIVER
5795 M:      Zha Qipeng<qipeng.zha@intel.com>
5796 L:      platform-driver-x86@vger.kernel.org
5797 S:      Maintained
5798 F:      drivers/platform/x86/intel_pmc_ipc.c
5799 F:      drivers/platform/x86/intel_punit_ipc.c
5800 F:      arch/x86/include/asm/intel_pmc_ipc.h
5801 F:      arch/x86/include/asm/intel_punit_ipc.h
5802
5803 INTEL TELEMETRY DRIVER
5804 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5805 L:      platform-driver-x86@vger.kernel.org
5806 S:      Maintained
5807 F:      arch/x86/include/asm/intel_telemetry.h
5808 F:      drivers/platform/x86/intel_telemetry*
5809
5810 IOC3 ETHERNET DRIVER
5811 M:      Ralf Baechle <ralf@linux-mips.org>
5812 L:      linux-mips@linux-mips.org
5813 S:      Maintained
5814 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5815
5816 IOC3 SERIAL DRIVER
5817 M:      Pat Gefre <pfg@sgi.com>
5818 L:      linux-serial@vger.kernel.org
5819 S:      Maintained
5820 F:      drivers/tty/serial/ioc3_serial.c
5821
5822 IOMMU DRIVERS
5823 M:      Joerg Roedel <joro@8bytes.org>
5824 L:      iommu@lists.linux-foundation.org
5825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5826 S:      Maintained
5827 F:      drivers/iommu/
5828
5829 IP MASQUERADING
5830 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5831 S:      Maintained
5832 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5833
5834 IPMI SUBSYSTEM
5835 M:      Corey Minyard <minyard@acm.org>
5836 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5837 W:      http://openipmi.sourceforge.net/
5838 S:      Supported
5839 F:      Documentation/IPMI.txt
5840 F:      drivers/char/ipmi/
5841 F:      include/linux/ipmi*
5842 F:      include/uapi/linux/ipmi*
5843
5844 QCOM AUDIO (ASoC) DRIVERS
5845 M:      Patrick Lai <plai@codeaurora.org>
5846 M:      Banajit Goswami <bgoswami@codeaurora.org>
5847 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5848 S:      Supported
5849 F:      sound/soc/qcom/
5850
5851 IPS SCSI RAID DRIVER
5852 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5853 L:      linux-scsi@vger.kernel.org
5854 W:      http://www.adaptec.com/
5855 S:      Maintained
5856 F:      drivers/scsi/ips*
5857
5858 IPVS
5859 M:      Wensong Zhang <wensong@linux-vs.org>
5860 M:      Simon Horman <horms@verge.net.au>
5861 M:      Julian Anastasov <ja@ssi.bg>
5862 L:      netdev@vger.kernel.org
5863 L:      lvs-devel@vger.kernel.org
5864 S:      Maintained
5865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5867 F:      Documentation/networking/ipvs-sysctl.txt
5868 F:      include/net/ip_vs.h
5869 F:      include/uapi/linux/ip_vs.h
5870 F:      net/netfilter/ipvs/
5871
5872 IPWIRELESS DRIVER
5873 M:      Jiri Kosina <jikos@kernel.org>
5874 M:      David Sterba <dsterba@suse.com>
5875 S:      Odd Fixes
5876 F:      drivers/tty/ipwireless/
5877
5878 IPX NETWORK LAYER
5879 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5880 L:      netdev@vger.kernel.org
5881 S:      Maintained
5882 F:      include/net/ipx.h
5883 F:      include/uapi/linux/ipx.h
5884 F:      net/ipx/
5885
5886 IRDA SUBSYSTEM
5887 M:      Samuel Ortiz <samuel@sortiz.org>
5888 L:      irda-users@lists.sourceforge.net (subscribers-only)
5889 L:      netdev@vger.kernel.org
5890 W:      http://irda.sourceforge.net/
5891 S:      Maintained
5892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5893 F:      Documentation/networking/irda.txt
5894 F:      drivers/net/irda/
5895 F:      include/net/irda/
5896 F:      net/irda/
5897
5898 IRQ SUBSYSTEM
5899 M:      Thomas Gleixner <tglx@linutronix.de>
5900 L:      linux-kernel@vger.kernel.org
5901 S:      Maintained
5902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5903 F:      kernel/irq/
5904
5905 IRQCHIP DRIVERS
5906 M:      Thomas Gleixner <tglx@linutronix.de>
5907 M:      Jason Cooper <jason@lakedaemon.net>
5908 M:      Marc Zyngier <marc.zyngier@arm.com>
5909 L:      linux-kernel@vger.kernel.org
5910 S:      Maintained
5911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5912 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5913 F:      Documentation/devicetree/bindings/interrupt-controller/
5914 F:      drivers/irqchip/
5915
5916 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5917 M:      Jiang Liu <jiang.liu@linux.intel.com>
5918 M:      Marc Zyngier <marc.zyngier@arm.com>
5919 S:      Maintained
5920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5921 F:      Documentation/IRQ-domain.txt
5922 F:      include/linux/irqdomain.h
5923 F:      kernel/irq/irqdomain.c
5924 F:      kernel/irq/msi.c
5925
5926 ISAPNP
5927 M:      Jaroslav Kysela <perex@perex.cz>
5928 S:      Maintained
5929 F:      Documentation/isapnp.txt
5930 F:      drivers/pnp/isapnp/
5931 F:      include/linux/isapnp.h
5932
5933 ISA RADIO MODULE
5934 M:      Hans Verkuil <hverkuil@xs4all.nl>
5935 L:      linux-media@vger.kernel.org
5936 T:      git git://linuxtv.org/media_tree.git
5937 W:      https://linuxtv.org
5938 S:      Maintained
5939 F:      drivers/media/radio/radio-isa*
5940
5941 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5942 M:      Peter Jones <pjones@redhat.com>
5943 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5944 S:      Maintained
5945 F:      drivers/firmware/iscsi_ibft*
5946
5947 ISCSI
5948 M:      Mike Christie <michaelc@cs.wisc.edu>
5949 L:      open-iscsi@googlegroups.com
5950 W:      www.open-iscsi.org
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5952 S:      Maintained
5953 F:      drivers/scsi/*iscsi*
5954 F:      include/scsi/*iscsi*
5955
5956 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5957 M:      Or Gerlitz <ogerlitz@mellanox.com>
5958 M:      Sagi Grimberg <sagig@mellanox.com>
5959 M:      Roi Dayan <roid@mellanox.com>
5960 L:      linux-rdma@vger.kernel.org
5961 S:      Supported
5962 W:      http://www.openfabrics.org
5963 W:      www.open-iscsi.org
5964 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5965 F:      drivers/infiniband/ulp/iser/
5966
5967 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5968 M:      Sagi Grimberg <sagig@mellanox.com>
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5970 L:      linux-rdma@vger.kernel.org
5971 L:      target-devel@vger.kernel.org
5972 S:      Supported
5973 W:      http://www.linux-iscsi.org
5974 F:      drivers/infiniband/ulp/isert
5975
5976 ISDN SUBSYSTEM
5977 M:      Karsten Keil <isdn@linux-pingi.de>
5978 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5979 L:      netdev@vger.kernel.org
5980 W:      http://www.isdn4linux.de
5981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5982 S:      Maintained
5983 F:      Documentation/isdn/
5984 F:      drivers/isdn/
5985 F:      include/linux/isdn.h
5986 F:      include/linux/isdn/
5987 F:      include/uapi/linux/isdn.h
5988 F:      include/uapi/linux/isdn/
5989
5990 ISDN SUBSYSTEM (Eicon active card driver)
5991 M:      Armin Schindler <mac@melware.de>
5992 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5993 W:      http://www.melware.de
5994 S:      Maintained
5995 F:      drivers/isdn/hardware/eicon/
5996
5997 IT87 HARDWARE MONITORING DRIVER
5998 M:      Jean Delvare <jdelvare@suse.com>
5999 L:      lm-sensors@lm-sensors.org
6000 S:      Maintained
6001 F:      Documentation/hwmon/it87
6002 F:      drivers/hwmon/it87.c
6003
6004 IT913X MEDIA DRIVER
6005 M:      Antti Palosaari <crope@iki.fi>
6006 L:      linux-media@vger.kernel.org
6007 W:      https://linuxtv.org
6008 W:      http://palosaari.fi/linux/
6009 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6010 T:      git git://linuxtv.org/anttip/media_tree.git
6011 S:      Maintained
6012 F:      drivers/media/tuners/it913x*
6013
6014 IVTV VIDEO4LINUX DRIVER
6015 M:      Andy Walls <awalls@md.metrocast.net>
6016 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6017 L:      linux-media@vger.kernel.org
6018 T:      git git://linuxtv.org/media_tree.git
6019 W:      http://www.ivtvdriver.org
6020 S:      Maintained
6021 F:      Documentation/video4linux/*.ivtv
6022 F:      drivers/media/pci/ivtv/
6023 F:      include/uapi/linux/ivtv*
6024
6025 IX2505V MEDIA DRIVER
6026 M:      Malcolm Priestley <tvboxspy@gmail.com>
6027 L:      linux-media@vger.kernel.org
6028 W:      https://linuxtv.org
6029 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6030 S:      Maintained
6031 F:      drivers/media/dvb-frontends/ix2505v*
6032
6033 JC42.4 TEMPERATURE SENSOR DRIVER
6034 M:      Guenter Roeck <linux@roeck-us.net>
6035 L:      lm-sensors@lm-sensors.org
6036 S:      Maintained
6037 F:      drivers/hwmon/jc42.c
6038 F:      Documentation/hwmon/jc42
6039
6040 JFS FILESYSTEM
6041 M:      Dave Kleikamp <shaggy@kernel.org>
6042 L:      jfs-discussion@lists.sourceforge.net
6043 W:      http://jfs.sourceforge.net/
6044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6045 S:      Maintained
6046 F:      Documentation/filesystems/jfs.txt
6047 F:      fs/jfs/
6048
6049 JME NETWORK DRIVER
6050 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6051 L:      netdev@vger.kernel.org
6052 S:      Maintained
6053 F:      drivers/net/ethernet/jme.*
6054
6055 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6056 M:      David Woodhouse <dwmw2@infradead.org>
6057 L:      linux-mtd@lists.infradead.org
6058 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6059 S:      Maintained
6060 F:      fs/jffs2/
6061 F:      include/uapi/linux/jffs2.h
6062
6063 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6064 M:      "Theodore Ts'o" <tytso@mit.edu>
6065 M:      Jan Kara <jack@suse.com>
6066 L:      linux-ext4@vger.kernel.org
6067 S:      Maintained
6068 F:      fs/jbd2/
6069 F:      include/linux/jbd2.h
6070
6071 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6072 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6073 L:      linux-media@vger.kernel.org
6074 S:      Maintained
6075 F:      drivers/media/platform/rcar_jpu.c
6076
6077 JSM Neo PCI based serial card
6078 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6079 L:      linux-serial@vger.kernel.org
6080 S:      Maintained
6081 F:      drivers/tty/serial/jsm/
6082
6083 K10TEMP HARDWARE MONITORING DRIVER
6084 M:      Clemens Ladisch <clemens@ladisch.de>
6085 L:      lm-sensors@lm-sensors.org
6086 S:      Maintained
6087 F:      Documentation/hwmon/k10temp
6088 F:      drivers/hwmon/k10temp.c
6089
6090 K8TEMP HARDWARE MONITORING DRIVER
6091 M:      Rudolf Marek <r.marek@assembler.cz>
6092 L:      lm-sensors@lm-sensors.org
6093 S:      Maintained
6094 F:      Documentation/hwmon/k8temp
6095 F:      drivers/hwmon/k8temp.c
6096
6097 KCONFIG
6098 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6099 L:      linux-kbuild@vger.kernel.org
6100 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6101 S:      Maintained
6102 F:      Documentation/kbuild/kconfig-language.txt
6103 F:      scripts/kconfig/
6104
6105 KDUMP
6106 M:      Vivek Goyal <vgoyal@redhat.com>
6107 M:      Haren Myneni <hbabu@us.ibm.com>
6108 L:      kexec@lists.infradead.org
6109 W:      http://lse.sourceforge.net/kdump/
6110 S:      Maintained
6111 F:      Documentation/kdump/
6112
6113 KEENE FM RADIO TRANSMITTER DRIVER
6114 M:      Hans Verkuil <hverkuil@xs4all.nl>
6115 L:      linux-media@vger.kernel.org
6116 T:      git git://linuxtv.org/media_tree.git
6117 W:      https://linuxtv.org
6118 S:      Maintained
6119 F:      drivers/media/radio/radio-keene*
6120
6121 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6122 M:      Ian Kent <raven@themaw.net>
6123 L:      autofs@vger.kernel.org
6124 S:      Maintained
6125 F:      fs/autofs4/
6126
6127 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6128 M:      Michal Marek <mmarek@suse.com>
6129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6131 L:      linux-kbuild@vger.kernel.org
6132 S:      Maintained
6133 F:      Documentation/kbuild/
6134 F:      Makefile
6135 F:      scripts/Makefile.*
6136 F:      scripts/basic/
6137 F:      scripts/mk*
6138 F:      scripts/package/
6139
6140 KERNEL JANITORS
6141 L:      kernel-janitors@vger.kernel.org
6142 W:      http://kernelnewbies.org/KernelJanitors
6143 S:      Odd Fixes
6144
6145 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6146 M:      "J. Bruce Fields" <bfields@fieldses.org>
6147 M:      Jeff Layton <jlayton@poochiereds.net>
6148 L:      linux-nfs@vger.kernel.org
6149 W:      http://nfs.sourceforge.net/
6150 T:      git git://linux-nfs.org/~bfields/linux.git
6151 S:      Supported
6152 F:      fs/nfsd/
6153 F:      include/uapi/linux/nfsd/
6154 F:      fs/lockd/
6155 F:      fs/nfs_common/
6156 F:      net/sunrpc/
6157 F:      include/linux/lockd/
6158 F:      include/linux/sunrpc/
6159 F:      include/uapi/linux/sunrpc/
6160
6161 KERNEL SELFTEST FRAMEWORK
6162 M:      Shuah Khan <shuahkh@osg.samsung.com>
6163 L:      linux-api@vger.kernel.org
6164 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6165 S:      Maintained
6166 F:      tools/testing/selftests
6167
6168 KERNEL VIRTUAL MACHINE (KVM)
6169 M:      Gleb Natapov <gleb@kernel.org>
6170 M:      Paolo Bonzini <pbonzini@redhat.com>
6171 L:      kvm@vger.kernel.org
6172 W:      http://www.linux-kvm.org
6173 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6174 S:      Supported
6175 F:      Documentation/*/kvm*.txt
6176 F:      Documentation/virtual/kvm/
6177 F:      arch/*/kvm/
6178 F:      arch/x86/kernel/kvm.c
6179 F:      arch/x86/kernel/kvmclock.c
6180 F:      arch/*/include/asm/kvm*
6181 F:      include/linux/kvm*
6182 F:      include/uapi/linux/kvm*
6183 F:      virt/kvm/
6184
6185 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6186 M:      Joerg Roedel <joro@8bytes.org>
6187 L:      kvm@vger.kernel.org
6188 W:      http://www.linux-kvm.org/
6189 S:      Maintained
6190 F:      arch/x86/include/asm/svm.h
6191 F:      arch/x86/kvm/svm.c
6192
6193 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6194 M:      Alexander Graf <agraf@suse.com>
6195 L:      kvm-ppc@vger.kernel.org
6196 W:      http://www.linux-kvm.org/
6197 T:      git git://github.com/agraf/linux-2.6.git
6198 S:      Supported
6199 F:      arch/powerpc/include/asm/kvm*
6200 F:      arch/powerpc/kvm/
6201
6202 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6203 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6204 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6205 L:      linux-s390@vger.kernel.org
6206 W:      http://www.ibm.com/developerworks/linux/linux390/
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6208 S:      Supported
6209 F:      Documentation/s390/kvm.txt
6210 F:      arch/s390/include/asm/kvm*
6211 F:      arch/s390/kvm/
6212
6213 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6214 M:      Christoffer Dall <christoffer.dall@linaro.org>
6215 M:      Marc Zyngier <marc.zyngier@arm.com>
6216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6217 L:      kvmarm@lists.cs.columbia.edu
6218 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6220 S:      Supported
6221 F:      arch/arm/include/uapi/asm/kvm*
6222 F:      arch/arm/include/asm/kvm*
6223 F:      arch/arm/kvm/
6224 F:      virt/kvm/arm/
6225 F:      include/kvm/arm_*
6226
6227 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6228 M:      Christoffer Dall <christoffer.dall@linaro.org>
6229 M:      Marc Zyngier <marc.zyngier@arm.com>
6230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6231 L:      kvmarm@lists.cs.columbia.edu
6232 S:      Maintained
6233 F:      arch/arm64/include/uapi/asm/kvm*
6234 F:      arch/arm64/include/asm/kvm*
6235 F:      arch/arm64/kvm/
6236
6237 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6238 M:      James Hogan <james.hogan@imgtec.com>
6239 L:      linux-mips@linux-mips.org
6240 S:      Supported
6241 F:      arch/mips/include/uapi/asm/kvm*
6242 F:      arch/mips/include/asm/kvm*
6243 F:      arch/mips/kvm/
6244
6245 KEXEC
6246 M:      Eric Biederman <ebiederm@xmission.com>
6247 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6248 L:      kexec@lists.infradead.org
6249 S:      Maintained
6250 F:      include/linux/kexec.h
6251 F:      include/uapi/linux/kexec.h
6252 F:      kernel/kexec.c
6253
6254 KEYS/KEYRINGS:
6255 M:      David Howells <dhowells@redhat.com>
6256 L:      keyrings@vger.kernel.org
6257 S:      Maintained
6258 F:      Documentation/security/keys.txt
6259 F:      include/linux/key.h
6260 F:      include/linux/key-type.h
6261 F:      include/keys/
6262 F:      security/keys/
6263
6264 KEYS-TRUSTED
6265 M:      David Safford <safford@us.ibm.com>
6266 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6267 L:      linux-security-module@vger.kernel.org
6268 L:      keyrings@vger.kernel.org
6269 S:      Supported
6270 F:      Documentation/security/keys-trusted-encrypted.txt
6271 F:      include/keys/trusted-type.h
6272 F:      security/keys/trusted.c
6273 F:      security/keys/trusted.h
6274
6275 KEYS-ENCRYPTED
6276 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6277 M:      David Safford <safford@us.ibm.com>
6278 L:      linux-security-module@vger.kernel.org
6279 L:      keyrings@vger.kernel.org
6280 S:      Supported
6281 F:      Documentation/security/keys-trusted-encrypted.txt
6282 F:      include/keys/encrypted-type.h
6283 F:      security/keys/encrypted-keys/
6284
6285 KGDB / KDB /debug_core
6286 M:      Jason Wessel <jason.wessel@windriver.com>
6287 W:      http://kgdb.wiki.kernel.org/
6288 L:      kgdb-bugreport@lists.sourceforge.net
6289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6290 S:      Maintained
6291 F:      Documentation/DocBook/kgdb.tmpl
6292 F:      drivers/misc/kgdbts.c
6293 F:      drivers/tty/serial/kgdboc.c
6294 F:      include/linux/kdb.h
6295 F:      include/linux/kgdb.h
6296 F:      kernel/debug/
6297
6298 KMEMCHECK
6299 M:      Vegard Nossum <vegardno@ifi.uio.no>
6300 M:      Pekka Enberg <penberg@kernel.org>
6301 S:      Maintained
6302 F:      Documentation/kmemcheck.txt
6303 F:      arch/x86/include/asm/kmemcheck.h
6304 F:      arch/x86/mm/kmemcheck/
6305 F:      include/linux/kmemcheck.h
6306 F:      mm/kmemcheck.c
6307
6308 KMEMLEAK
6309 M:      Catalin Marinas <catalin.marinas@arm.com>
6310 S:      Maintained
6311 F:      Documentation/kmemleak.txt
6312 F:      include/linux/kmemleak.h
6313 F:      mm/kmemleak.c
6314 F:      mm/kmemleak-test.c
6315
6316 KPROBES
6317 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6318 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6319 M:      "David S. Miller" <davem@davemloft.net>
6320 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6321 S:      Maintained
6322 F:      Documentation/kprobes.txt
6323 F:      include/linux/kprobes.h
6324 F:      kernel/kprobes.c
6325
6326 KS0108 LCD CONTROLLER DRIVER
6327 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6328 W:      http://miguelojeda.es/auxdisplay.htm
6329 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6330 S:      Maintained
6331 F:      Documentation/auxdisplay/ks0108
6332 F:      drivers/auxdisplay/ks0108.c
6333 F:      include/linux/ks0108.h
6334
6335 L3MDEV
6336 M:      David Ahern <dsa@cumulusnetworks.com>
6337 L:      netdev@vger.kernel.org
6338 S:      Maintained
6339 F:      net/l3mdev
6340 F:      include/net/l3mdev.h
6341
6342 LANTIQ MIPS ARCHITECTURE
6343 M:      John Crispin <blogic@openwrt.org>
6344 L:      linux-mips@linux-mips.org
6345 S:      Maintained
6346 F:      arch/mips/lantiq
6347
6348 LAPB module
6349 L:      linux-x25@vger.kernel.org
6350 S:      Orphan
6351 F:      Documentation/networking/lapb-module.txt
6352 F:      include/*/lapb.h
6353 F:      net/lapb/
6354
6355 LASI 53c700 driver for PARISC
6356 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6357 L:      linux-scsi@vger.kernel.org
6358 S:      Maintained
6359 F:      Documentation/scsi/53c700.txt
6360 F:      drivers/scsi/53c700*
6361
6362 LED SUBSYSTEM
6363 M:      Richard Purdie <rpurdie@rpsys.net>
6364 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6365 L:      linux-leds@vger.kernel.org
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6367 S:      Maintained
6368 F:      drivers/leds/
6369 F:      include/linux/leds.h
6370
6371 LEGACY EEPROM DRIVER
6372 M:      Jean Delvare <jdelvare@suse.com>
6373 S:      Maintained
6374 F:      Documentation/misc-devices/eeprom
6375 F:      drivers/misc/eeprom/eeprom.c
6376
6377 LEGO USB Tower driver
6378 M:      Juergen Stuber <starblue@users.sourceforge.net>
6379 L:      legousb-devel@lists.sourceforge.net
6380 W:      http://legousb.sourceforge.net/
6381 S:      Maintained
6382 F:      drivers/usb/misc/legousbtower.c
6383
6384 LG2160 MEDIA DRIVER
6385 M:      Michael Krufky <mkrufky@linuxtv.org>
6386 L:      linux-media@vger.kernel.org
6387 W:      https://linuxtv.org
6388 W:      http://github.com/mkrufky
6389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6390 T:      git git://linuxtv.org/mkrufky/tuners.git
6391 S:      Maintained
6392 F:      drivers/media/dvb-frontends/lg2160.*
6393
6394 LGDT3305 MEDIA DRIVER
6395 M:      Michael Krufky <mkrufky@linuxtv.org>
6396 L:      linux-media@vger.kernel.org
6397 W:      https://linuxtv.org
6398 W:      http://github.com/mkrufky
6399 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6400 T:      git git://linuxtv.org/mkrufky/tuners.git
6401 S:      Maintained
6402 F:      drivers/media/dvb-frontends/lgdt3305.*
6403
6404 LGUEST
6405 M:      Rusty Russell <rusty@rustcorp.com.au>
6406 L:      lguest@lists.ozlabs.org
6407 W:      http://lguest.ozlabs.org/
6408 S:      Odd Fixes
6409 F:      arch/x86/include/asm/lguest*.h
6410 F:      arch/x86/lguest/
6411 F:      drivers/lguest/
6412 F:      include/linux/lguest*.h
6413 F:      tools/lguest/
6414
6415 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6416 M:      Tejun Heo <tj@kernel.org>
6417 L:      linux-ide@vger.kernel.org
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6419 S:      Maintained
6420 F:      drivers/ata/
6421 F:      include/linux/ata.h
6422 F:      include/linux/libata.h
6423
6424 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6425 M:      Viresh Kumar <vireshk@kernel.org>
6426 L:      linux-ide@vger.kernel.org
6427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6428 S:      Maintained
6429 F:      include/linux/pata_arasan_cf_data.h
6430 F:      drivers/ata/pata_arasan_cf.c
6431
6432 LIBATA PATA DRIVERS
6433 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6434 M:      Tejun Heo <tj@kernel.org>
6435 L:      linux-ide@vger.kernel.org
6436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6437 S:      Maintained
6438 F:      drivers/ata/pata_*.c
6439 F:      drivers/ata/ata_generic.c
6440
6441 LIBATA SATA AHCI PLATFORM devices support
6442 M:      Hans de Goede <hdegoede@redhat.com>
6443 M:      Tejun Heo <tj@kernel.org>
6444 L:      linux-ide@vger.kernel.org
6445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6446 S:      Maintained
6447 F:      drivers/ata/ahci_platform.c
6448 F:      drivers/ata/libahci_platform.c
6449 F:      include/linux/ahci_platform.h
6450
6451 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6452 M:      Mikael Pettersson <mikpelinux@gmail.com>
6453 L:      linux-ide@vger.kernel.org
6454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6455 S:      Maintained
6456 F:      drivers/ata/sata_promise.*
6457
6458 LIBLOCKDEP
6459 M:      Sasha Levin <sasha.levin@oracle.com>
6460 S:      Maintained
6461 F:      tools/lib/lockdep/
6462
6463 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6464 M:      Dan Williams <dan.j.williams@intel.com>
6465 L:      linux-nvdimm@lists.01.org
6466 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6468 S:      Supported
6469 F:      drivers/nvdimm/*
6470 F:      include/linux/nd.h
6471 F:      include/linux/libnvdimm.h
6472 F:      include/uapi/linux/ndctl.h
6473
6474 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6475 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6476 L:      linux-nvdimm@lists.01.org
6477 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6478 S:      Supported
6479 F:      drivers/nvdimm/blk.c
6480 F:      drivers/nvdimm/region_devs.c
6481 F:      drivers/acpi/nfit*
6482
6483 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6484 M:      Vishal Verma <vishal.l.verma@intel.com>
6485 L:      linux-nvdimm@lists.01.org
6486 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6487 S:      Supported
6488 F:      drivers/nvdimm/btt*
6489
6490 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6491 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6492 L:      linux-nvdimm@lists.01.org
6493 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6494 S:      Supported
6495 F:      drivers/nvdimm/pmem.c
6496 F:      include/linux/pmem.h
6497 F:      arch/*/include/asm/pmem.h
6498
6499 LIGHTNVM PLATFORM SUPPORT
6500 M:      Matias Bjorling <mb@lightnvm.io>
6501 W:      http://github/OpenChannelSSD
6502 L:      linux-block@vger.kernel.org
6503 S:      Maintained
6504 F:      drivers/lightnvm/
6505 F:      include/linux/lightnvm.h
6506 F:      include/uapi/linux/lightnvm.h
6507
6508 LINUX FOR IBM pSERIES (RS/6000)
6509 M:      Paul Mackerras <paulus@au.ibm.com>
6510 W:      http://www.ibm.com/linux/ltc/projects/ppc
6511 S:      Supported
6512 F:      arch/powerpc/boot/rs6000.h
6513
6514 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6515 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6516 M:      Paul Mackerras <paulus@samba.org>
6517 M:      Michael Ellerman <mpe@ellerman.id.au>
6518 W:      http://www.penguinppc.org/
6519 L:      linuxppc-dev@lists.ozlabs.org
6520 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6522 S:      Supported
6523 F:      Documentation/powerpc/
6524 F:      arch/powerpc/
6525
6526 LINUX FOR POWER MACINTOSH
6527 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6528 W:      http://www.penguinppc.org/
6529 L:      linuxppc-dev@lists.ozlabs.org
6530 S:      Maintained
6531 F:      arch/powerpc/platforms/powermac/
6532 F:      drivers/macintosh/
6533
6534 LINUX FOR POWERPC EMBEDDED MPC5XXX
6535 M:      Anatolij Gustschin <agust@denx.de>
6536 L:      linuxppc-dev@lists.ozlabs.org
6537 T:      git git://git.denx.de/linux-denx-agust.git
6538 S:      Maintained
6539 F:      arch/powerpc/platforms/512x/
6540 F:      arch/powerpc/platforms/52xx/
6541
6542 LINUX FOR POWERPC EMBEDDED PPC4XX
6543 M:      Alistair Popple <alistair@popple.id.au>
6544 M:      Matt Porter <mporter@kernel.crashing.org>
6545 W:      http://www.penguinppc.org/
6546 L:      linuxppc-dev@lists.ozlabs.org
6547 S:      Maintained
6548 F:      arch/powerpc/platforms/40x/
6549 F:      arch/powerpc/platforms/44x/
6550
6551 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6552 L:      linuxppc-dev@lists.ozlabs.org
6553 S:      Orphan
6554 F:      arch/powerpc/*/*virtex*
6555 F:      arch/powerpc/*/*/*virtex*
6556
6557 LINUX FOR POWERPC EMBEDDED PPC8XX
6558 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6559 W:      http://www.penguinppc.org/
6560 L:      linuxppc-dev@lists.ozlabs.org
6561 S:      Maintained
6562 F:      arch/powerpc/platforms/8xx/
6563
6564 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6565 M:      Scott Wood <oss@buserror.net>
6566 M:      Kumar Gala <galak@kernel.crashing.org>
6567 W:      http://www.penguinppc.org/
6568 L:      linuxppc-dev@lists.ozlabs.org
6569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6570 S:      Maintained
6571 F:      arch/powerpc/platforms/83xx/
6572 F:      arch/powerpc/platforms/85xx/
6573
6574 LINUX FOR POWERPC PA SEMI PWRFICIENT
6575 M:      Olof Johansson <olof@lixom.net>
6576 L:      linuxppc-dev@lists.ozlabs.org
6577 S:      Maintained
6578 F:      arch/powerpc/platforms/pasemi/
6579 F:      drivers/*/*pasemi*
6580 F:      drivers/*/*/*pasemi*
6581
6582 LINUX SECURITY MODULE (LSM) FRAMEWORK
6583 M:      Chris Wright <chrisw@sous-sol.org>
6584 L:      linux-security-module@vger.kernel.org
6585 S:      Supported
6586
6587 LIS3LV02D ACCELEROMETER DRIVER
6588 M:      Eric Piel <eric.piel@tremplin-utc.net>
6589 S:      Maintained
6590 F:      Documentation/misc-devices/lis3lv02d
6591 F:      drivers/misc/lis3lv02d/
6592 F:      drivers/platform/x86/hp_accel.c
6593
6594 LIVE PATCHING
6595 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6596 M:      Seth Jennings <sjenning@redhat.com>
6597 M:      Jiri Kosina <jikos@kernel.org>
6598 M:      Vojtech Pavlik <vojtech@suse.com>
6599 S:      Maintained
6600 F:      kernel/livepatch/
6601 F:      include/linux/livepatch.h
6602 F:      arch/x86/include/asm/livepatch.h
6603 F:      arch/x86/kernel/livepatch.c
6604 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6605 F:      samples/livepatch/
6606 L:      live-patching@vger.kernel.org
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6608
6609 LLC (802.2)
6610 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6611 S:      Maintained
6612 F:      include/linux/llc.h
6613 F:      include/uapi/linux/llc.h
6614 F:      include/net/llc*
6615 F:      net/llc/
6616
6617 LM73 HARDWARE MONITOR DRIVER
6618 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6619 L:      lm-sensors@lm-sensors.org
6620 S:      Maintained
6621 F:      drivers/hwmon/lm73.c
6622
6623 LM78 HARDWARE MONITOR DRIVER
6624 M:      Jean Delvare <jdelvare@suse.com>
6625 L:      lm-sensors@lm-sensors.org
6626 S:      Maintained
6627 F:      Documentation/hwmon/lm78
6628 F:      drivers/hwmon/lm78.c
6629
6630 LM83 HARDWARE MONITOR DRIVER
6631 M:      Jean Delvare <jdelvare@suse.com>
6632 L:      lm-sensors@lm-sensors.org
6633 S:      Maintained
6634 F:      Documentation/hwmon/lm83
6635 F:      drivers/hwmon/lm83.c
6636
6637 LM90 HARDWARE MONITOR DRIVER
6638 M:      Jean Delvare <jdelvare@suse.com>
6639 L:      lm-sensors@lm-sensors.org
6640 S:      Maintained
6641 F:      Documentation/hwmon/lm90
6642 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6643 F:      drivers/hwmon/lm90.c
6644
6645 LM95234 HARDWARE MONITOR DRIVER
6646 M:      Guenter Roeck <linux@roeck-us.net>
6647 L:      lm-sensors@lm-sensors.org
6648 S:      Maintained
6649 F:      Documentation/hwmon/lm95234
6650 F:      drivers/hwmon/lm95234.c
6651
6652 LME2510 MEDIA DRIVER
6653 M:      Malcolm Priestley <tvboxspy@gmail.com>
6654 L:      linux-media@vger.kernel.org
6655 W:      https://linuxtv.org
6656 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6657 S:      Maintained
6658 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6659
6660 LOCKDEP AND LOCKSTAT
6661 M:      Peter Zijlstra <peterz@infradead.org>
6662 M:      Ingo Molnar <mingo@redhat.com>
6663 L:      linux-kernel@vger.kernel.org
6664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6665 S:      Maintained
6666 F:      Documentation/locking/lockdep*.txt
6667 F:      Documentation/locking/lockstat.txt
6668 F:      include/linux/lockdep.h
6669 F:      kernel/locking/
6670
6671 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6672 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6673 L:      linux-ntfs-dev@lists.sourceforge.net
6674 W:      http://www.linux-ntfs.org/content/view/19/37/
6675 S:      Maintained
6676 F:      Documentation/ldm.txt
6677 F:      block/partitions/ldm.*
6678
6679 LogFS
6680 M:      Joern Engel <joern@logfs.org>
6681 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6682 L:      logfs@logfs.org
6683 W:      logfs.org
6684 S:      Maintained
6685 F:      fs/logfs/
6686
6687 LPC32XX MACHINE SUPPORT
6688 M:      Roland Stigge <stigge@antcom.de>
6689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6690 S:      Maintained
6691 F:      arch/arm/mach-lpc32xx/
6692
6693 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6694 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6695 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6696 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6697 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6698 L:      MPT-FusionLinux.pdl@avagotech.com
6699 L:      linux-scsi@vger.kernel.org
6700 W:      http://www.lsilogic.com/support
6701 S:      Supported
6702 F:      drivers/message/fusion/
6703 F:      drivers/scsi/mpt2sas/
6704 F:      drivers/scsi/mpt3sas/
6705
6706 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6707 M:      Matthew Wilcox <matthew@wil.cx>
6708 L:      linux-scsi@vger.kernel.org
6709 S:      Maintained
6710 F:      drivers/scsi/sym53c8xx_2/
6711
6712 LTC4261 HARDWARE MONITOR DRIVER
6713 M:      Guenter Roeck <linux@roeck-us.net>
6714 L:      lm-sensors@lm-sensors.org
6715 S:      Maintained
6716 F:      Documentation/hwmon/ltc4261
6717 F:      drivers/hwmon/ltc4261.c
6718
6719 LTP (Linux Test Project)
6720 M:      Mike Frysinger <vapier@gentoo.org>
6721 M:      Cyril Hrubis <chrubis@suse.cz>
6722 M:      Wanlong Gao <wanlong.gao@gmail.com>
6723 M:      Jan Stancek <jstancek@redhat.com>
6724 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6725 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6726 L:      ltp@lists.linux.it (subscribers-only)
6727 W:      http://linux-test-project.github.io/
6728 T:      git git://github.com/linux-test-project/ltp.git
6729 S:      Maintained
6730
6731 M32R ARCHITECTURE
6732 W:      http://www.linux-m32r.org/
6733 S:      Orphan
6734 F:      arch/m32r/
6735
6736 M68K ARCHITECTURE
6737 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6738 L:      linux-m68k@lists.linux-m68k.org
6739 W:      http://www.linux-m68k.org/
6740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6741 S:      Maintained
6742 F:      arch/m68k/
6743 F:      drivers/zorro/
6744
6745 M68K ON APPLE MACINTOSH
6746 M:      Joshua Thompson <funaho@jurai.org>
6747 W:      http://www.mac.linux-m68k.org/
6748 L:      linux-m68k@lists.linux-m68k.org
6749 S:      Maintained
6750 F:      arch/m68k/mac/
6751
6752 M68K ON HP9000/300
6753 M:      Philip Blundell <philb@gnu.org>
6754 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6755 S:      Maintained
6756 F:      arch/m68k/hp300/
6757
6758 M88DS3103 MEDIA DRIVER
6759 M:      Antti Palosaari <crope@iki.fi>
6760 L:      linux-media@vger.kernel.org
6761 W:      https://linuxtv.org
6762 W:      http://palosaari.fi/linux/
6763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6764 T:      git git://linuxtv.org/anttip/media_tree.git
6765 S:      Maintained
6766 F:      drivers/media/dvb-frontends/m88ds3103*
6767
6768 M88RS2000 MEDIA DRIVER
6769 M:      Malcolm Priestley <tvboxspy@gmail.com>
6770 L:      linux-media@vger.kernel.org
6771 W:      https://linuxtv.org
6772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6773 S:      Maintained
6774 F:      drivers/media/dvb-frontends/m88rs2000*
6775
6776 MA901 MASTERKIT USB FM RADIO DRIVER
6777 M:      Alexey Klimov <klimov.linux@gmail.com>
6778 L:      linux-media@vger.kernel.org
6779 T:      git git://linuxtv.org/media_tree.git
6780 S:      Maintained
6781 F:      drivers/media/radio/radio-ma901.c
6782
6783 MAC80211
6784 M:      Johannes Berg <johannes@sipsolutions.net>
6785 L:      linux-wireless@vger.kernel.org
6786 W:      http://wireless.kernel.org/
6787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6789 S:      Maintained
6790 F:      Documentation/networking/mac80211-injection.txt
6791 F:      include/net/mac80211.h
6792 F:      net/mac80211/
6793
6794 MACVLAN DRIVER
6795 M:      Patrick McHardy <kaber@trash.net>
6796 L:      netdev@vger.kernel.org
6797 S:      Maintained
6798 F:      drivers/net/macvlan.c
6799 F:      include/linux/if_macvlan.h
6800
6801 MAILBOX API
6802 M:      Jassi Brar <jassisinghbrar@gmail.com>
6803 L:      linux-kernel@vger.kernel.org
6804 S:      Maintained
6805 F:      drivers/mailbox/
6806 F:      include/linux/mailbox_client.h
6807 F:      include/linux/mailbox_controller.h
6808
6809 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6810 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6811 W:      http://www.kernel.org/doc/man-pages
6812 L:      linux-man@vger.kernel.org
6813 S:      Maintained
6814
6815 MARVELL ARMADA DRM SUPPORT
6816 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6817 S:      Maintained
6818 F:      drivers/gpu/drm/armada/
6819
6820 MARVELL 88E6352 DSA support
6821 M:      Guenter Roeck <linux@roeck-us.net>
6822 S:      Maintained
6823 F:      drivers/net/dsa/mv88e6352.c
6824
6825 MARVELL CRYPTO DRIVER
6826 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6827 M:      Arnaud Ebalard <arno@natisbad.org>
6828 F:      drivers/crypto/marvell/
6829 S:      Maintained
6830 L:      linux-crypto@vger.kernel.org
6831
6832 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6833 M:      Mirko Lindner <mlindner@marvell.com>
6834 M:      Stephen Hemminger <stephen@networkplumber.org>
6835 L:      netdev@vger.kernel.org
6836 S:      Maintained
6837 F:      drivers/net/ethernet/marvell/sk*
6838
6839 MARVELL LIBERTAS WIRELESS DRIVER
6840 L:      libertas-dev@lists.infradead.org
6841 S:      Orphan
6842 F:      drivers/net/wireless/marvell/libertas/
6843
6844 MARVELL MV643XX ETHERNET DRIVER
6845 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6846 L:      netdev@vger.kernel.org
6847 S:      Maintained
6848 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6849 F:      include/linux/mv643xx.h
6850
6851 MARVELL MVNETA ETHERNET DRIVER
6852 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6853 L:      netdev@vger.kernel.org
6854 S:      Maintained
6855 F:      drivers/net/ethernet/marvell/mvneta.*
6856
6857 MARVELL MWIFIEX WIRELESS DRIVER
6858 M:      Amitkumar Karwar <akarwar@marvell.com>
6859 M:      Nishant Sarmukadam <nishants@marvell.com>
6860 L:      linux-wireless@vger.kernel.org
6861 S:      Maintained
6862 F:      drivers/net/wireless/marvell/mwifiex/
6863
6864 MARVELL MWL8K WIRELESS DRIVER
6865 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6866 L:      linux-wireless@vger.kernel.org
6867 S:      Odd Fixes
6868 F:      drivers/net/wireless/marvell/mwl8k.c
6869
6870 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6871 M:      Nicolas Pitre <nico@fluxnic.net>
6872 S:      Odd Fixes
6873 F:      drivers/mmc/host/mvsdio.*
6874
6875 MATROX FRAMEBUFFER DRIVER
6876 L:      linux-fbdev@vger.kernel.org
6877 S:      Orphan
6878 F:      drivers/video/fbdev/matrox/matroxfb_*
6879 F:      include/uapi/linux/matroxfb.h
6880
6881 MAX16065 HARDWARE MONITOR DRIVER
6882 M:      Guenter Roeck <linux@roeck-us.net>
6883 L:      lm-sensors@lm-sensors.org
6884 S:      Maintained
6885 F:      Documentation/hwmon/max16065
6886 F:      drivers/hwmon/max16065.c
6887
6888 MAX20751 HARDWARE MONITOR DRIVER
6889 M:      Guenter Roeck <linux@roeck-us.net>
6890 L:      lm-sensors@lm-sensors.org
6891 S:      Maintained
6892 F:      Documentation/hwmon/max20751
6893 F:      drivers/hwmon/max20751.c
6894
6895 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6896 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6897 L:      lm-sensors@lm-sensors.org
6898 S:      Maintained
6899 F:      Documentation/hwmon/max6650
6900 F:      drivers/hwmon/max6650.c
6901
6902 MAX6697 HARDWARE MONITOR DRIVER
6903 M:      Guenter Roeck <linux@roeck-us.net>
6904 L:      lm-sensors@lm-sensors.org
6905 S:      Maintained
6906 F:      Documentation/hwmon/max6697
6907 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6908 F:      drivers/hwmon/max6697.c
6909 F:      include/linux/platform_data/max6697.h
6910
6911 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6912 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6913 L:      linux-pm@vger.kernel.org
6914 S:      Supported
6915 F:      drivers/power/max14577_charger.c
6916 F:      drivers/power/max77693_charger.c
6917
6918 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6919 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6920 L:      linux-kernel@vger.kernel.org
6921 S:      Supported
6922 F:      drivers/*/*max77802.c
6923 F:      Documentation/devicetree/bindings/*/*max77802.txt
6924 F:      include/dt-bindings/*/*max77802.h
6925
6926 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6927 M:      Chanwoo Choi <cw00.choi@samsung.com>
6928 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6929 L:      linux-kernel@vger.kernel.org
6930 S:      Supported
6931 F:      drivers/*/max14577.c
6932 F:      drivers/*/max77686.c
6933 F:      drivers/*/max77693.c
6934 F:      drivers/extcon/extcon-max14577.c
6935 F:      drivers/extcon/extcon-max77693.c
6936 F:      drivers/rtc/rtc-max77686.c
6937 F:      drivers/clk/clk-max77686.c
6938 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6939 F:      Documentation/devicetree/bindings/*/max77686.txt
6940 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6941 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6942 F:      include/linux/mfd/max14577*.h
6943 F:      include/linux/mfd/max77686*.h
6944 F:      include/linux/mfd/max77693*.h
6945
6946 MAXIRADIO FM RADIO RECEIVER DRIVER
6947 M:      Hans Verkuil <hverkuil@xs4all.nl>
6948 L:      linux-media@vger.kernel.org
6949 T:      git git://linuxtv.org/media_tree.git
6950 W:      https://linuxtv.org
6951 S:      Maintained
6952 F:      drivers/media/radio/radio-maxiradio*
6953
6954 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6955 M:      Peter Rosin <peda@axentia.se>
6956 L:      linux-iio@vger.kernel.org
6957 S:      Maintained
6958 F:      drivers/iio/potentiometer/mcp4531.c
6959
6960 MEDIA DRIVERS FOR RENESAS - VSP1
6961 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6962 L:      linux-media@vger.kernel.org
6963 L:      linux-renesas-soc@vger.kernel.org
6964 T:      git git://linuxtv.org/media_tree.git
6965 S:      Supported
6966 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6967 F:      drivers/media/platform/vsp1/
6968
6969 MEDIA DRIVERS FOR ASCOT2E
6970 M:      Sergey Kozlov <serjk@netup.ru>
6971 L:      linux-media@vger.kernel.org
6972 W:      https://linuxtv.org
6973 W:      http://netup.tv/
6974 T:      git git://linuxtv.org/media_tree.git
6975 S:      Supported
6976 F:      drivers/media/dvb-frontends/ascot2e*
6977
6978 MEDIA DRIVERS FOR CXD2841ER
6979 M:      Sergey Kozlov <serjk@netup.ru>
6980 L:      linux-media@vger.kernel.org
6981 W:      https://linuxtv.org
6982 W:      http://netup.tv/
6983 T:      git git://linuxtv.org/media_tree.git
6984 S:      Supported
6985 F:      drivers/media/dvb-frontends/cxd2841er*
6986
6987 MEDIA DRIVERS FOR HORUS3A
6988 M:      Sergey Kozlov <serjk@netup.ru>
6989 L:      linux-media@vger.kernel.org
6990 W:      https://linuxtv.org
6991 W:      http://netup.tv/
6992 T:      git git://linuxtv.org/media_tree.git
6993 S:      Supported
6994 F:      drivers/media/dvb-frontends/horus3a*
6995
6996 MEDIA DRIVERS FOR LNBH25
6997 M:      Sergey Kozlov <serjk@netup.ru>
6998 L:      linux-media@vger.kernel.org
6999 W:      https://linuxtv.org
7000 W:      http://netup.tv/
7001 T:      git git://linuxtv.org/media_tree.git
7002 S:      Supported
7003 F:      drivers/media/dvb-frontends/lnbh25*
7004
7005 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
7006 M:      Sergey Kozlov <serjk@netup.ru>
7007 L:      linux-media@vger.kernel.org
7008 W:      https://linuxtv.org
7009 W:      http://netup.tv/
7010 T:      git git://linuxtv.org/media_tree.git
7011 S:      Supported
7012 F:      drivers/media/pci/netup_unidvb/*
7013
7014 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
7015 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
7016 P:      LinuxTV.org Project
7017 L:      linux-media@vger.kernel.org
7018 W:      https://linuxtv.org
7019 Q:      http://patchwork.kernel.org/project/linux-media/list/
7020 T:      git git://linuxtv.org/media_tree.git
7021 S:      Maintained
7022 F:      Documentation/dvb/
7023 F:      Documentation/video4linux/
7024 F:      Documentation/DocBook/media/
7025 F:      drivers/media/
7026 F:      drivers/staging/media/
7027 F:      include/linux/platform_data/media/
7028 F:      include/media/
7029 F:      include/uapi/linux/dvb/
7030 F:      include/uapi/linux/videodev2.h
7031 F:      include/uapi/linux/media.h
7032 F:      include/uapi/linux/v4l2-*
7033 F:      include/uapi/linux/meye.h
7034 F:      include/uapi/linux/ivtv*
7035 F:      include/uapi/linux/uvcvideo.h
7036
7037 MEDIATEK MT7601U WIRELESS LAN DRIVER
7038 M:      Jakub Kicinski <kubakici@wp.pl>
7039 L:      linux-wireless@vger.kernel.org
7040 S:      Maintained
7041 F:      drivers/net/wireless/mediatek/mt7601u/
7042
7043 MEGARAID SCSI/SAS DRIVERS
7044 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7045 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7046 M:      Uday Lingala <uday.lingala@avagotech.com>
7047 L:      megaraidlinux.pdl@avagotech.com
7048 L:      linux-scsi@vger.kernel.org
7049 W:      http://www.lsi.com
7050 S:      Maintained
7051 F:      Documentation/scsi/megaraid.txt
7052 F:      drivers/scsi/megaraid.*
7053 F:      drivers/scsi/megaraid/
7054
7055 MELLANOX ETHERNET DRIVER (mlx4_en)
7056 M:      Eugenia Emantayev <eugenia@mellanox.com>
7057 L:      netdev@vger.kernel.org
7058 S:      Supported
7059 W:      http://www.mellanox.com
7060 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7061 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7062
7063 MELLANOX ETHERNET DRIVER (mlx5e)
7064 M:      Saeed Mahameed <saeedm@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/mlx5/core/en_*
7070
7071 MELLANOX ETHERNET SWITCH DRIVERS
7072 M:      Jiri Pirko <jiri@mellanox.com>
7073 M:      Ido Schimmel <idosch@mellanox.com>
7074 L:      netdev@vger.kernel.org
7075 S:      Supported
7076 W:      http://www.mellanox.com
7077 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7078 F:      drivers/net/ethernet/mellanox/mlxsw/
7079
7080 MEMBARRIER SUPPORT
7081 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7082 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7083 L:      linux-kernel@vger.kernel.org
7084 S:      Supported
7085 F:      kernel/membarrier.c
7086 F:      include/uapi/linux/membarrier.h
7087
7088 MEMORY MANAGEMENT
7089 L:      linux-mm@kvack.org
7090 W:      http://www.linux-mm.org
7091 S:      Maintained
7092 F:      include/linux/mm.h
7093 F:      include/linux/gfp.h
7094 F:      include/linux/mmzone.h
7095 F:      include/linux/memory_hotplug.h
7096 F:      include/linux/vmalloc.h
7097 F:      mm/
7098
7099 MEMORY TECHNOLOGY DEVICES (MTD)
7100 M:      David Woodhouse <dwmw2@infradead.org>
7101 M:      Brian Norris <computersforpeace@gmail.com>
7102 L:      linux-mtd@lists.infradead.org
7103 W:      http://www.linux-mtd.infradead.org/
7104 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7105 T:      git git://git.infradead.org/linux-mtd.git
7106 T:      git git://git.infradead.org/l2-mtd.git
7107 S:      Maintained
7108 F:      drivers/mtd/
7109 F:      include/linux/mtd/
7110 F:      include/uapi/mtd/
7111
7112 MEN A21 WATCHDOG DRIVER
7113 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7114 L:      linux-watchdog@vger.kernel.org
7115 S:      Maintained
7116 F:      drivers/watchdog/mena21_wdt.c
7117
7118 MEN CHAMELEON BUS (mcb)
7119 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7120 S:      Maintained
7121 F:      drivers/mcb/
7122 F:      include/linux/mcb.h
7123 F:      Documentation/men-chameleon-bus.txt
7124
7125 MEN F21BMC (Board Management Controller)
7126 M:      Andreas Werner <andreas.werner@men.de>
7127 S:      Supported
7128 F:      drivers/mfd/menf21bmc.c
7129 F:      drivers/watchdog/menf21bmc_wdt.c
7130 F:      drivers/leds/leds-menf21bmc.c
7131 F:      drivers/hwmon/menf21bmc_hwmon.c
7132 F:      Documentation/hwmon/menf21bmc
7133
7134 METAG ARCHITECTURE
7135 M:      James Hogan <james.hogan@imgtec.com>
7136 L:      linux-metag@vger.kernel.org
7137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7138 S:      Odd Fixes
7139 F:      arch/metag/
7140 F:      Documentation/metag/
7141 F:      Documentation/devicetree/bindings/metag/
7142 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7143 F:      drivers/clocksource/metag_generic.c
7144 F:      drivers/irqchip/irq-metag.c
7145 F:      drivers/irqchip/irq-metag-ext.c
7146 F:      drivers/tty/metag_da.c
7147
7148 MICROBLAZE ARCHITECTURE
7149 M:      Michal Simek <monstr@monstr.eu>
7150 W:      http://www.monstr.eu/fdt/
7151 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7152 S:      Supported
7153 F:      arch/microblaze/
7154
7155 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7156 M:      Chen Yu <yu.c.chen@intel.com>
7157 L:      platform-driver-x86@vger.kernel.org
7158 S:      Supported
7159 F:      drivers/platform/x86/surfacepro3_button.c
7160
7161 MICROTEK X6 SCANNER
7162 M:      Oliver Neukum <oliver@neukum.org>
7163 S:      Maintained
7164 F:      drivers/usb/image/microtek.*
7165
7166 MIPS
7167 M:      Ralf Baechle <ralf@linux-mips.org>
7168 L:      linux-mips@linux-mips.org
7169 W:      http://www.linux-mips.org/
7170 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7171 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7172 S:      Supported
7173 F:      Documentation/mips/
7174 F:      arch/mips/
7175
7176 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7177 M:      Hans Verkuil <hverkuil@xs4all.nl>
7178 L:      linux-media@vger.kernel.org
7179 T:      git git://linuxtv.org/media_tree.git
7180 W:      https://linuxtv.org
7181 S:      Odd Fixes
7182 F:      drivers/media/radio/radio-miropcm20*
7183
7184 MELLANOX MLX4 core VPI driver
7185 M:      Yishai Hadas <yishaih@mellanox.com>
7186 L:      netdev@vger.kernel.org
7187 L:      linux-rdma@vger.kernel.org
7188 W:      http://www.mellanox.com
7189 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7190 S:      Supported
7191 F:      drivers/net/ethernet/mellanox/mlx4/
7192 F:      include/linux/mlx4/
7193
7194 MELLANOX MLX4 IB driver
7195 M:      Yishai Hadas <yishaih@mellanox.com>
7196 L:      linux-rdma@vger.kernel.org
7197 W:      http://www.mellanox.com
7198 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7199 S:      Supported
7200 F:      drivers/infiniband/hw/mlx4/
7201 F:      include/linux/mlx4/
7202
7203 MELLANOX MLX5 core VPI driver
7204 M:      Matan Barak <matanb@mellanox.com>
7205 M:      Leon Romanovsky <leonro@mellanox.com>
7206 L:      netdev@vger.kernel.org
7207 L:      linux-rdma@vger.kernel.org
7208 W:      http://www.mellanox.com
7209 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7210 S:      Supported
7211 F:      drivers/net/ethernet/mellanox/mlx5/core/
7212 F:      include/linux/mlx5/
7213
7214 MELLANOX MLX5 IB driver
7215 M:      Matan Barak <matanb@mellanox.com>
7216 M:      Leon Romanovsky <leonro@mellanox.com>
7217 L:      linux-rdma@vger.kernel.org
7218 W:      http://www.mellanox.com
7219 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7220 S:      Supported
7221 F:      drivers/infiniband/hw/mlx5/
7222 F:      include/linux/mlx5/
7223
7224 MELEXIS MLX90614 DRIVER
7225 M:      Crt Mori <cmo@melexis.com>
7226 L:      linux-iio@vger.kernel.org
7227 W:      http://www.melexis.com
7228 S:      Supported
7229 F:      drivers/iio/temperature/mlx90614.c
7230
7231 MN88472 MEDIA DRIVER
7232 M:      Antti Palosaari <crope@iki.fi>
7233 L:      linux-media@vger.kernel.org
7234 W:      https://linuxtv.org
7235 W:      http://palosaari.fi/linux/
7236 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7237 T:      git git://linuxtv.org/anttip/media_tree.git
7238 S:      Maintained
7239 F:      drivers/staging/media/mn88472/
7240 F:      drivers/media/dvb-frontends/mn88472.h
7241
7242 MN88473 MEDIA DRIVER
7243 M:      Antti Palosaari <crope@iki.fi>
7244 L:      linux-media@vger.kernel.org
7245 W:      https://linuxtv.org
7246 W:      http://palosaari.fi/linux/
7247 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7248 T:      git git://linuxtv.org/anttip/media_tree.git
7249 S:      Maintained
7250 F:      drivers/staging/media/mn88473/
7251 F:      drivers/media/dvb-frontends/mn88473.h
7252
7253 MODULE SUPPORT
7254 M:      Rusty Russell <rusty@rustcorp.com.au>
7255 S:      Maintained
7256 F:      include/linux/module.h
7257 F:      kernel/module.c
7258
7259 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7260 W:      http://popies.net/meye/
7261 S:      Orphan
7262 F:      Documentation/video4linux/meye.txt
7263 F:      drivers/media/pci/meye/
7264 F:      include/uapi/linux/meye.h
7265
7266 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7267 M:      Jiri Slaby <jirislaby@gmail.com>
7268 S:      Maintained
7269 F:      Documentation/serial/moxa-smartio
7270 F:      drivers/tty/mxser.*
7271
7272 MR800 AVERMEDIA USB FM RADIO DRIVER
7273 M:      Alexey Klimov <klimov.linux@gmail.com>
7274 L:      linux-media@vger.kernel.org
7275 T:      git git://linuxtv.org/media_tree.git
7276 S:      Maintained
7277 F:      drivers/media/radio/radio-mr800.c
7278
7279 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7280 M:      Alan Ott <alan@signal11.us>
7281 L:      linux-wpan@vger.kernel.org
7282 S:      Maintained
7283 F:      drivers/net/ieee802154/mrf24j40.c
7284 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7285
7286 MSI LAPTOP SUPPORT
7287 M:      "Lee, Chun-Yi" <jlee@suse.com>
7288 L:      platform-driver-x86@vger.kernel.org
7289 S:      Maintained
7290 F:      drivers/platform/x86/msi-laptop.c
7291
7292 MSI WMI SUPPORT
7293 L:      platform-driver-x86@vger.kernel.org
7294 S:      Orphan
7295 F:      drivers/platform/x86/msi-wmi.c
7296
7297 MSI001 MEDIA DRIVER
7298 M:      Antti Palosaari <crope@iki.fi>
7299 L:      linux-media@vger.kernel.org
7300 W:      https://linuxtv.org
7301 W:      http://palosaari.fi/linux/
7302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7303 T:      git git://linuxtv.org/anttip/media_tree.git
7304 S:      Maintained
7305 F:      drivers/media/tuners/msi001*
7306
7307 MSI2500 MEDIA DRIVER
7308 M:      Antti Palosaari <crope@iki.fi>
7309 L:      linux-media@vger.kernel.org
7310 W:      https://linuxtv.org
7311 W:      http://palosaari.fi/linux/
7312 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7313 T:      git git://linuxtv.org/anttip/media_tree.git
7314 S:      Maintained
7315 F:      drivers/media/usb/msi2500/
7316
7317 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7318 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7319 L:      linux-mtd@lists.infradead.org
7320 S:      Maintained
7321 F:      drivers/mtd/devices/docg3*
7322
7323 MT9M032 APTINA SENSOR DRIVER
7324 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7325 L:      linux-media@vger.kernel.org
7326 T:      git git://linuxtv.org/media_tree.git
7327 S:      Maintained
7328 F:      drivers/media/i2c/mt9m032.c
7329 F:      include/media/i2c/mt9m032.h
7330
7331 MT9P031 APTINA CAMERA SENSOR
7332 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7333 L:      linux-media@vger.kernel.org
7334 T:      git git://linuxtv.org/media_tree.git
7335 S:      Maintained
7336 F:      drivers/media/i2c/mt9p031.c
7337 F:      include/media/i2c/mt9p031.h
7338
7339 MT9T001 APTINA CAMERA SENSOR
7340 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7341 L:      linux-media@vger.kernel.org
7342 T:      git git://linuxtv.org/media_tree.git
7343 S:      Maintained
7344 F:      drivers/media/i2c/mt9t001.c
7345 F:      include/media/i2c/mt9t001.h
7346
7347 MT9V032 APTINA CAMERA SENSOR
7348 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7349 L:      linux-media@vger.kernel.org
7350 T:      git git://linuxtv.org/media_tree.git
7351 S:      Maintained
7352 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7353 F:      drivers/media/i2c/mt9v032.c
7354 F:      include/media/i2c/mt9v032.h
7355
7356 MULTIFUNCTION DEVICES (MFD)
7357 M:      Lee Jones <lee.jones@linaro.org>
7358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7359 S:      Supported
7360 F:      drivers/mfd/
7361 F:      include/linux/mfd/
7362
7363 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7364 M:      Ulf Hansson <ulf.hansson@linaro.org>
7365 L:      linux-mmc@vger.kernel.org
7366 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7367 S:      Maintained
7368 F:      drivers/mmc/
7369 F:      include/linux/mmc/
7370 F:      include/uapi/linux/mmc/
7371
7372 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7373 S:      Orphan
7374 F:      drivers/mmc/host/mmc_spi.c
7375 F:      include/linux/spi/mmc_spi.h
7376
7377 MULTISOUND SOUND DRIVER
7378 M:      Andrew Veliath <andrewtv@usa.net>
7379 S:      Maintained
7380 F:      Documentation/sound/oss/MultiSound
7381 F:      sound/oss/msnd*
7382
7383 MULTITECH MULTIPORT CARD (ISICOM)
7384 S:      Orphan
7385 F:      drivers/tty/isicom.c
7386 F:      include/linux/isicom.h
7387
7388 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7389 M:      Felipe Balbi <balbi@kernel.org>
7390 L:      linux-usb@vger.kernel.org
7391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7392 S:      Maintained
7393 F:      drivers/usb/musb/
7394
7395 MXL5007T MEDIA DRIVER
7396 M:      Michael Krufky <mkrufky@linuxtv.org>
7397 L:      linux-media@vger.kernel.org
7398 W:      https://linuxtv.org
7399 W:      http://github.com/mkrufky
7400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7401 T:      git git://linuxtv.org/mkrufky/tuners.git
7402 S:      Maintained
7403 F:      drivers/media/tuners/mxl5007t.*
7404
7405 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7406 M:      Hyong-Youb Kim <hykim@myri.com>
7407 L:      netdev@vger.kernel.org
7408 W:      https://www.myricom.com/support/downloads/myri10ge.html
7409 S:      Supported
7410 F:      drivers/net/ethernet/myricom/myri10ge/
7411
7412 NATSEMI ETHERNET DRIVER (DP8381x)
7413 S:      Orphan
7414 F:      drivers/net/ethernet/natsemi/natsemi.c
7415
7416 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7417 M:      Daniel Mack <zonque@gmail.com>
7418 S:      Maintained
7419 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7420 W:      http://www.native-instruments.com
7421 F:      sound/usb/caiaq/
7422
7423 NCP FILESYSTEM
7424 M:      Petr Vandrovec <petr@vandrovec.name>
7425 S:      Odd Fixes
7426 F:      fs/ncpfs/
7427
7428 NCR 5380 SCSI DRIVERS
7429 M:      Finn Thain <fthain@telegraphics.com.au>
7430 M:      Michael Schmitz <schmitzmic@gmail.com>
7431 L:      linux-scsi@vger.kernel.org
7432 S:      Maintained
7433 F:      Documentation/scsi/g_NCR5380.txt
7434 F:      drivers/scsi/NCR5380.*
7435 F:      drivers/scsi/arm/cumana_1.c
7436 F:      drivers/scsi/arm/oak.c
7437 F:      drivers/scsi/atari_NCR5380.c
7438 F:      drivers/scsi/atari_scsi.*
7439 F:      drivers/scsi/dmx3191d.c
7440 F:      drivers/scsi/dtc.*
7441 F:      drivers/scsi/g_NCR5380.*
7442 F:      drivers/scsi/g_NCR5380_mmio.c
7443 F:      drivers/scsi/mac_scsi.*
7444 F:      drivers/scsi/pas16.*
7445 F:      drivers/scsi/sun3_scsi.*
7446 F:      drivers/scsi/sun3_scsi_vme.c
7447 F:      drivers/scsi/t128.*
7448
7449 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7450 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7451 L:      linux-scsi@vger.kernel.org
7452 S:      Maintained
7453 F:      drivers/scsi/NCR_D700.*
7454
7455 NCT6775 HARDWARE MONITOR DRIVER
7456 M:      Guenter Roeck <linux@roeck-us.net>
7457 L:      lm-sensors@lm-sensors.org
7458 S:      Maintained
7459 F:      Documentation/hwmon/nct6775
7460 F:      drivers/hwmon/nct6775.c
7461
7462 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7463 M:      Faisal Latif <faisal.latif@intel.com>
7464 L:      linux-rdma@vger.kernel.org
7465 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7466 S:      Supported
7467 F:      drivers/infiniband/hw/nes/
7468
7469 NETEM NETWORK EMULATOR
7470 M:      Stephen Hemminger <stephen@networkplumber.org>
7471 L:      netem@lists.linux-foundation.org
7472 S:      Maintained
7473 F:      net/sched/sch_netem.c
7474
7475 NETERION 10GbE DRIVERS (s2io/vxge)
7476 M:      Jon Mason <jdmason@kudzu.us>
7477 L:      netdev@vger.kernel.org
7478 S:      Supported
7479 F:      Documentation/networking/s2io.txt
7480 F:      Documentation/networking/vxge.txt
7481 F:      drivers/net/ethernet/neterion/
7482
7483 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7484 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7485 M:      Patrick McHardy <kaber@trash.net>
7486 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7487 L:      netfilter-devel@vger.kernel.org
7488 L:      coreteam@netfilter.org
7489 W:      http://www.netfilter.org/
7490 W:      http://www.iptables.org/
7491 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7494 S:      Supported
7495 F:      include/linux/netfilter*
7496 F:      include/linux/netfilter/
7497 F:      include/net/netfilter/
7498 F:      include/uapi/linux/netfilter*
7499 F:      include/uapi/linux/netfilter/
7500 F:      net/*/netfilter.c
7501 F:      net/*/netfilter/
7502 F:      net/netfilter/
7503 F:      net/bridge/br_netfilter*.c
7504
7505 NETLABEL
7506 M:      Paul Moore <paul@paul-moore.com>
7507 W:      http://netlabel.sf.net
7508 L:      netdev@vger.kernel.org
7509 S:      Maintained
7510 F:      Documentation/netlabel/
7511 F:      include/net/netlabel.h
7512 F:      net/netlabel/
7513
7514 NETROM NETWORK LAYER
7515 M:      Ralf Baechle <ralf@linux-mips.org>
7516 L:      linux-hams@vger.kernel.org
7517 W:      http://www.linux-ax25.org/
7518 S:      Maintained
7519 F:      include/net/netrom.h
7520 F:      include/uapi/linux/netrom.h
7521 F:      net/netrom/
7522
7523 NETRONOME ETHERNET DRIVERS
7524 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7525 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7526 L:      oss-drivers@netronome.com
7527 S:      Maintained
7528 F:      drivers/net/ethernet/netronome/
7529
7530 NETWORK BLOCK DEVICE (NBD)
7531 M:      Markus Pargmann <mpa@pengutronix.de>
7532 S:      Maintained
7533 L:      nbd-general@lists.sourceforge.net
7534 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7535 F:      Documentation/blockdev/nbd.txt
7536 F:      drivers/block/nbd.c
7537 F:      include/uapi/linux/nbd.h
7538
7539 NETWORK DROP MONITOR
7540 M:      Neil Horman <nhorman@tuxdriver.com>
7541 L:      netdev@vger.kernel.org
7542 S:      Maintained
7543 W:      https://fedorahosted.org/dropwatch/
7544 F:      net/core/drop_monitor.c
7545
7546 NETWORKING [GENERAL]
7547 M:      "David S. Miller" <davem@davemloft.net>
7548 L:      netdev@vger.kernel.org
7549 W:      http://www.linuxfoundation.org/en/Net
7550 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7553 S:      Maintained
7554 F:      net/
7555 F:      include/net/
7556 F:      include/linux/in.h
7557 F:      include/linux/net.h
7558 F:      include/linux/netdevice.h
7559 F:      include/uapi/linux/in.h
7560 F:      include/uapi/linux/net.h
7561 F:      include/uapi/linux/netdevice.h
7562 F:      include/uapi/linux/net_namespace.h
7563 F:      tools/net/
7564 F:      tools/testing/selftests/net/
7565 F:      lib/random32.c
7566 F:      lib/test_bpf.c
7567
7568 NETWORKING [IPv4/IPv6]
7569 M:      "David S. Miller" <davem@davemloft.net>
7570 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7571 M:      James Morris <jmorris@namei.org>
7572 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7573 M:      Patrick McHardy <kaber@trash.net>
7574 L:      netdev@vger.kernel.org
7575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7576 S:      Maintained
7577 F:      net/ipv4/
7578 F:      net/ipv6/
7579 F:      include/net/ip*
7580 F:      arch/x86/net/*
7581
7582 NETWORKING [IPSEC]
7583 M:      Steffen Klassert <steffen.klassert@secunet.com>
7584 M:      Herbert Xu <herbert@gondor.apana.org.au>
7585 M:      "David S. Miller" <davem@davemloft.net>
7586 L:      netdev@vger.kernel.org
7587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7589 S:      Maintained
7590 F:      net/core/flow.c
7591 F:      net/xfrm/
7592 F:      net/key/
7593 F:      net/ipv4/xfrm*
7594 F:      net/ipv4/esp4.c
7595 F:      net/ipv4/ah4.c
7596 F:      net/ipv4/ipcomp.c
7597 F:      net/ipv4/ip_vti.c
7598 F:      net/ipv6/xfrm*
7599 F:      net/ipv6/esp6.c
7600 F:      net/ipv6/ah6.c
7601 F:      net/ipv6/ipcomp6.c
7602 F:      net/ipv6/ip6_vti.c
7603 F:      include/uapi/linux/xfrm.h
7604 F:      include/net/xfrm.h
7605
7606 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7607 M:      Paul Moore <paul@paul-moore.com>
7608 L:      netdev@vger.kernel.org
7609 S:      Maintained
7610
7611 NETWORKING [WIRELESS]
7612 L:      linux-wireless@vger.kernel.org
7613 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7614
7615 NETWORKING DRIVERS
7616 L:      netdev@vger.kernel.org
7617 W:      http://www.linuxfoundation.org/en/Net
7618 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7621 S:      Odd Fixes
7622 F:      drivers/net/
7623 F:      include/linux/if_*
7624 F:      include/linux/netdevice.h
7625 F:      include/linux/etherdevice.h
7626 F:      include/linux/fcdevice.h
7627 F:      include/linux/fddidevice.h
7628 F:      include/linux/hippidevice.h
7629 F:      include/linux/inetdevice.h
7630 F:      include/uapi/linux/if_*
7631 F:      include/uapi/linux/netdevice.h
7632
7633 NETWORKING DRIVERS (WIRELESS)
7634 M:      Kalle Valo <kvalo@codeaurora.org>
7635 L:      linux-wireless@vger.kernel.org
7636 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7639 S:      Maintained
7640 F:      drivers/net/wireless/
7641
7642 NETXEN (1/10) GbE SUPPORT
7643 M:      Manish Chopra <manish.chopra@qlogic.com>
7644 M:      Sony Chacko <sony.chacko@qlogic.com>
7645 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7646 L:      netdev@vger.kernel.org
7647 W:      http://www.qlogic.com
7648 S:      Supported
7649 F:      drivers/net/ethernet/qlogic/netxen/
7650
7651 NFC SUBSYSTEM
7652 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7653 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7654 M:      Samuel Ortiz <sameo@linux.intel.com>
7655 L:      linux-wireless@vger.kernel.org
7656 L:      linux-nfc@lists.01.org (subscribers-only)
7657 S:      Supported
7658 F:      net/nfc/
7659 F:      include/net/nfc/
7660 F:      include/uapi/linux/nfc.h
7661 F:      drivers/nfc/
7662 F:      include/linux/platform_data/microread.h
7663 F:      include/linux/platform_data/nfcmrvl.h
7664 F:      include/linux/platform_data/nxp-nci.h
7665 F:      include/linux/platform_data/pn544.h
7666 F:      include/linux/platform_data/st21nfca.h
7667 F:      include/linux/platform_data/st-nci.h
7668 F:      Documentation/devicetree/bindings/net/nfc/
7669
7670 NFS, SUNRPC, AND LOCKD CLIENTS
7671 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7672 M:      Anna Schumaker <anna.schumaker@netapp.com>
7673 L:      linux-nfs@vger.kernel.org
7674 W:      http://client.linux-nfs.org
7675 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7676 S:      Maintained
7677 F:      fs/lockd/
7678 F:      fs/nfs/
7679 F:      fs/nfs_common/
7680 F:      net/sunrpc/
7681 F:      include/linux/lockd/
7682 F:      include/linux/nfs*
7683 F:      include/linux/sunrpc/
7684 F:      include/uapi/linux/nfs*
7685 F:      include/uapi/linux/sunrpc/
7686
7687 NILFS2 FILESYSTEM
7688 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7689 L:      linux-nilfs@vger.kernel.org
7690 W:      http://nilfs.sourceforge.net/
7691 T:      git git://github.com/konis/nilfs2.git
7692 S:      Supported
7693 F:      Documentation/filesystems/nilfs2.txt
7694 F:      fs/nilfs2/
7695 F:      include/linux/nilfs2_fs.h
7696 F:      include/trace/events/nilfs2.h
7697
7698 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7699 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7700 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7701 S:      Maintained
7702 F:      Documentation/scsi/NinjaSCSI.txt
7703 F:      drivers/scsi/pcmcia/nsp_*
7704
7705 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7706 M:      GOTO Masanori <gotom@debian.or.jp>
7707 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7708 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7709 S:      Maintained
7710 F:      Documentation/scsi/NinjaSCSI.txt
7711 F:      drivers/scsi/nsp32*
7712
7713 NIOS2 ARCHITECTURE
7714 M:      Ley Foon Tan <lftan@altera.com>
7715 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7717 S:      Maintained
7718 F:      arch/nios2/
7719
7720 NOKIA N900 POWER SUPPLY DRIVERS
7721 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7722 S:      Maintained
7723 F:      include/linux/power/bq2415x_charger.h
7724 F:      include/linux/power/bq27xxx_battery.h
7725 F:      include/linux/power/isp1704_charger.h
7726 F:      drivers/power/bq2415x_charger.c
7727 F:      drivers/power/bq27xxx_battery.c
7728 F:      drivers/power/isp1704_charger.c
7729 F:      drivers/power/rx51_battery.c
7730
7731 NTB DRIVER CORE
7732 M:      Jon Mason <jdmason@kudzu.us>
7733 M:      Dave Jiang <dave.jiang@intel.com>
7734 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7735 L:      linux-ntb@googlegroups.com
7736 S:      Supported
7737 W:      https://github.com/jonmason/ntb/wiki
7738 T:      git git://github.com/jonmason/ntb.git
7739 F:      drivers/ntb/
7740 F:      drivers/net/ntb_netdev.c
7741 F:      include/linux/ntb.h
7742 F:      include/linux/ntb_transport.h
7743
7744 NTB INTEL DRIVER
7745 M:      Jon Mason <jdmason@kudzu.us>
7746 M:      Dave Jiang <dave.jiang@intel.com>
7747 L:      linux-ntb@googlegroups.com
7748 S:      Supported
7749 W:      https://github.com/jonmason/ntb/wiki
7750 T:      git git://github.com/jonmason/ntb.git
7751 F:      drivers/ntb/hw/intel/
7752
7753 NTB AMD DRIVER
7754 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7755 L:      linux-ntb@googlegroups.com
7756 S:      Supported
7757 F:      drivers/ntb/hw/amd/
7758
7759 NTFS FILESYSTEM
7760 M:      Anton Altaparmakov <anton@tuxera.com>
7761 L:      linux-ntfs-dev@lists.sourceforge.net
7762 W:      http://www.tuxera.com/
7763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7764 S:      Supported
7765 F:      Documentation/filesystems/ntfs.txt
7766 F:      fs/ntfs/
7767
7768 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7769 M:      Antonino Daplas <adaplas@gmail.com>
7770 L:      linux-fbdev@vger.kernel.org
7771 S:      Maintained
7772 F:      drivers/video/fbdev/riva/
7773 F:      drivers/video/fbdev/nvidia/
7774
7775 NVM EXPRESS DRIVER
7776 M:      Keith Busch <keith.busch@intel.com>
7777 M:      Jens Axboe <axboe@fb.com>
7778 L:      linux-nvme@lists.infradead.org
7779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7780 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7781 S:      Supported
7782 F:      drivers/nvme/host/
7783 F:      include/linux/nvme.h
7784
7785 NVMEM FRAMEWORK
7786 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7787 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7788 S:      Maintained
7789 F:      drivers/nvmem/
7790 F:      Documentation/devicetree/bindings/nvmem/
7791 F:      include/linux/nvmem-consumer.h
7792 F:      include/linux/nvmem-provider.h
7793
7794 NXP-NCI NFC DRIVER
7795 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7796 R:      Charles Gorand <charles.gorand@effinnov.com>
7797 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7798 S:      Supported
7799 F:      drivers/nfc/nxp-nci
7800
7801 NXP TDA998X DRM DRIVER
7802 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7803 S:      Supported
7804 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7805 F:      include/drm/i2c/tda998x.h
7806
7807 NXP TFA9879 DRIVER
7808 M:      Peter Rosin <peda@axentia.se>
7809 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7810 S:      Maintained
7811 F:      sound/soc/codecs/tfa9879*
7812
7813 OMAP SUPPORT
7814 M:      Tony Lindgren <tony@atomide.com>
7815 L:      linux-omap@vger.kernel.org
7816 W:      http://www.muru.com/linux/omap/
7817 W:      http://linux.omap.com/
7818 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7820 S:      Maintained
7821 F:      arch/arm/*omap*/
7822 F:      arch/arm/configs/omap1_defconfig
7823 F:      arch/arm/configs/omap2plus_defconfig
7824 F:      drivers/i2c/busses/i2c-omap.c
7825 F:      drivers/irqchip/irq-omap-intc.c
7826 F:      drivers/mfd/*omap*.c
7827 F:      drivers/mfd/menelaus.c
7828 F:      drivers/mfd/palmas.c
7829 F:      drivers/mfd/tps65217.c
7830 F:      drivers/mfd/tps65218.c
7831 F:      drivers/mfd/tps65910.c
7832 F:      drivers/mfd/twl-core.[ch]
7833 F:      drivers/mfd/twl4030*.c
7834 F:      drivers/mfd/twl6030*.c
7835 F:      drivers/mfd/twl6040*.c
7836 F:      drivers/regulator/palmas-regulator*.c
7837 F:      drivers/regulator/pbias-regulator.c
7838 F:      drivers/regulator/tps65217-regulator.c
7839 F:      drivers/regulator/tps65218-regulator.c
7840 F:      drivers/regulator/tps65910-regulator.c
7841 F:      drivers/regulator/twl-regulator.c
7842 F:      include/linux/i2c-omap.h
7843
7844 OMAP DEVICE TREE SUPPORT
7845 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7846 M:      Tony Lindgren <tony@atomide.com>
7847 L:      linux-omap@vger.kernel.org
7848 L:      devicetree@vger.kernel.org
7849 S:      Maintained
7850 F:      arch/arm/boot/dts/*omap*
7851 F:      arch/arm/boot/dts/*am3*
7852 F:      arch/arm/boot/dts/*am4*
7853 F:      arch/arm/boot/dts/*am5*
7854 F:      arch/arm/boot/dts/*dra7*
7855
7856 OMAP CLOCK FRAMEWORK SUPPORT
7857 M:      Paul Walmsley <paul@pwsan.com>
7858 L:      linux-omap@vger.kernel.org
7859 S:      Maintained
7860 F:      arch/arm/*omap*/*clock*
7861
7862 OMAP POWER MANAGEMENT SUPPORT
7863 M:      Kevin Hilman <khilman@deeprootsystems.com>
7864 L:      linux-omap@vger.kernel.org
7865 S:      Maintained
7866 F:      arch/arm/*omap*/*pm*
7867 F:      drivers/cpufreq/omap-cpufreq.c
7868
7869 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7870 M:      Rajendra Nayak <rnayak@ti.com>
7871 M:      Paul Walmsley <paul@pwsan.com>
7872 L:      linux-omap@vger.kernel.org
7873 S:      Maintained
7874 F:      arch/arm/mach-omap2/prm*
7875
7876 OMAP AUDIO SUPPORT
7877 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7878 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7879 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7880 L:      linux-omap@vger.kernel.org
7881 S:      Maintained
7882 F:      sound/soc/omap/
7883
7884 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7885 M:      Roger Quadros <rogerq@ti.com>
7886 M:      Tony Lindgren <tony@atomide.com>
7887 L:      linux-omap@vger.kernel.org
7888 S:      Maintained
7889 F:      drivers/memory/omap-gpmc.c
7890 F:      arch/arm/mach-omap2/*gpmc*
7891
7892 OMAP FRAMEBUFFER SUPPORT
7893 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7894 L:      linux-fbdev@vger.kernel.org
7895 L:      linux-omap@vger.kernel.org
7896 S:      Maintained
7897 F:      drivers/video/fbdev/omap/
7898
7899 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7900 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7901 L:      linux-omap@vger.kernel.org
7902 L:      linux-fbdev@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/video/fbdev/omap2/
7905 F:      Documentation/arm/OMAP/DSS
7906
7907 OMAP HARDWARE SPINLOCK SUPPORT
7908 M:      Ohad Ben-Cohen <ohad@wizery.com>
7909 L:      linux-omap@vger.kernel.org
7910 S:      Maintained
7911 F:      drivers/hwspinlock/omap_hwspinlock.c
7912
7913 OMAP MMC SUPPORT
7914 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7915 L:      linux-omap@vger.kernel.org
7916 S:      Maintained
7917 F:      drivers/mmc/host/omap.c
7918
7919 OMAP HS MMC SUPPORT
7920 L:      linux-mmc@vger.kernel.org
7921 L:      linux-omap@vger.kernel.org
7922 S:      Orphan
7923 F:      drivers/mmc/host/omap_hsmmc.c
7924
7925 OMAP RANDOM NUMBER GENERATOR SUPPORT
7926 M:      Deepak Saxena <dsaxena@plexity.net>
7927 S:      Maintained
7928 F:      drivers/char/hw_random/omap-rng.c
7929
7930 OMAP HWMOD SUPPORT
7931 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7932 M:      Paul Walmsley <paul@pwsan.com>
7933 L:      linux-omap@vger.kernel.org
7934 S:      Maintained
7935 F:      arch/arm/mach-omap2/omap_hwmod.*
7936
7937 OMAP HWMOD DATA
7938 M:      Paul Walmsley <paul@pwsan.com>
7939 L:      linux-omap@vger.kernel.org
7940 S:      Maintained
7941 F:      arch/arm/mach-omap2/omap_hwmod*data*
7942
7943 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7944 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7945 L:      linux-omap@vger.kernel.org
7946 S:      Maintained
7947 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7948
7949 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7950 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7951 L:      linux-media@vger.kernel.org
7952 S:      Maintained
7953 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7954 F:      drivers/media/platform/omap3isp/
7955 F:      drivers/staging/media/omap4iss/
7956
7957 OMAP USB SUPPORT
7958 M:      Felipe Balbi <balbi@kernel.org>
7959 L:      linux-usb@vger.kernel.org
7960 L:      linux-omap@vger.kernel.org
7961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7962 S:      Maintained
7963 F:      drivers/usb/*/*omap*
7964 F:      arch/arm/*omap*/usb*
7965
7966 OMAP GPIO DRIVER
7967 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7968 M:      Santosh Shilimkar <ssantosh@kernel.org>
7969 M:      Kevin Hilman <khilman@deeprootsystems.com>
7970 L:      linux-omap@vger.kernel.org
7971 S:      Maintained
7972 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7973 F:      drivers/gpio/gpio-omap.c
7974
7975 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7976 M:      Mark Jackson <mpfj@newflow.co.uk>
7977 L:      linux-omap@vger.kernel.org
7978 S:      Maintained
7979 F:      arch/arm/boot/dts/am335x-nano.dts
7980
7981 OMFS FILESYSTEM
7982 M:      Bob Copeland <me@bobcopeland.com>
7983 L:      linux-karma-devel@lists.sourceforge.net
7984 S:      Maintained
7985 F:      Documentation/filesystems/omfs.txt
7986 F:      fs/omfs/
7987
7988 OMNIKEY CARDMAN 4000 DRIVER
7989 M:      Harald Welte <laforge@gnumonks.org>
7990 S:      Maintained
7991 F:      drivers/char/pcmcia/cm4000_cs.c
7992 F:      include/linux/cm4000_cs.h
7993 F:      include/uapi/linux/cm4000_cs.h
7994
7995 OMNIKEY CARDMAN 4040 DRIVER
7996 M:      Harald Welte <laforge@gnumonks.org>
7997 S:      Maintained
7998 F:      drivers/char/pcmcia/cm4040_cs.*
7999
8000 OMNIVISION OV7670 SENSOR DRIVER
8001 M:      Jonathan Corbet <corbet@lwn.net>
8002 L:      linux-media@vger.kernel.org
8003 T:      git git://linuxtv.org/media_tree.git
8004 S:      Maintained
8005 F:      drivers/media/i2c/ov7670.c
8006
8007 ONENAND FLASH DRIVER
8008 M:      Kyungmin Park <kyungmin.park@samsung.com>
8009 L:      linux-mtd@lists.infradead.org
8010 S:      Maintained
8011 F:      drivers/mtd/onenand/
8012 F:      include/linux/mtd/onenand*.h
8013
8014 ONSTREAM SCSI TAPE DRIVER
8015 M:      Willem Riede <osst@riede.org>
8016 L:      osst-users@lists.sourceforge.net
8017 L:      linux-scsi@vger.kernel.org
8018 S:      Maintained
8019 F:      Documentation/scsi/osst.txt
8020 F:      drivers/scsi/osst.*
8021 F:      drivers/scsi/osst_*.h
8022 F:      drivers/scsi/st.h
8023
8024 OPENCORES I2C BUS DRIVER
8025 M:      Peter Korsgaard <jacmet@sunsite.dk>
8026 L:      linux-i2c@vger.kernel.org
8027 S:      Maintained
8028 F:      Documentation/i2c/busses/i2c-ocores
8029 F:      drivers/i2c/busses/i2c-ocores.c
8030
8031 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8032 M:      Rob Herring <robh+dt@kernel.org>
8033 M:      Frank Rowand <frowand.list@gmail.com>
8034 M:      Grant Likely <grant.likely@linaro.org>
8035 L:      devicetree@vger.kernel.org
8036 W:      http://www.devicetree.org/
8037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8038 S:      Maintained
8039 F:      drivers/of/
8040 F:      include/linux/of*.h
8041 F:      scripts/dtc/
8042
8043 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8044 M:      Rob Herring <robh+dt@kernel.org>
8045 M:      Pawel Moll <pawel.moll@arm.com>
8046 M:      Mark Rutland <mark.rutland@arm.com>
8047 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8048 M:      Kumar Gala <galak@codeaurora.org>
8049 L:      devicetree@vger.kernel.org
8050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8051 S:      Maintained
8052 F:      Documentation/devicetree/
8053 F:      arch/*/boot/dts/
8054 F:      include/dt-bindings/
8055
8056 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8057 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8058 L:      devicetree@vger.kernel.org
8059 S:      Maintained
8060 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8061 F:      Documentation/devicetree/overlay-notes.txt
8062 F:      drivers/of/overlay.c
8063 F:      drivers/of/resolver.c
8064
8065 OPENRISC ARCHITECTURE
8066 M:      Jonas Bonn <jonas@southpole.se>
8067 W:      http://openrisc.net
8068 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8069 S:      Maintained
8070 T:      git git://openrisc.net/~jonas/linux
8071 F:      arch/openrisc/
8072
8073 OPENVSWITCH
8074 M:      Pravin Shelar <pshelar@nicira.com>
8075 L:      netdev@vger.kernel.org
8076 L:      dev@openvswitch.org
8077 W:      http://openvswitch.org
8078 S:      Maintained
8079 F:      net/openvswitch/
8080 F:      include/uapi/linux/openvswitch.h
8081
8082 OPERATING PERFORMANCE POINTS (OPP)
8083 M:      Viresh Kumar <vireshk@kernel.org>
8084 M:      Nishanth Menon <nm@ti.com>
8085 M:      Stephen Boyd <sboyd@codeaurora.org>
8086 L:      linux-pm@vger.kernel.org
8087 S:      Maintained
8088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8089 F:      drivers/base/power/opp/
8090 F:      include/linux/pm_opp.h
8091 F:      Documentation/power/opp.txt
8092 F:      Documentation/devicetree/bindings/opp/
8093
8094 OPL4 DRIVER
8095 M:      Clemens Ladisch <clemens@ladisch.de>
8096 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8097 T:      git git://git.alsa-project.org/alsa-kernel.git
8098 S:      Maintained
8099 F:      sound/drivers/opl4/
8100
8101 OPROFILE
8102 M:      Robert Richter <rric@kernel.org>
8103 L:      oprofile-list@lists.sf.net
8104 S:      Maintained
8105 F:      arch/*/include/asm/oprofile*.h
8106 F:      arch/*/oprofile/
8107 F:      drivers/oprofile/
8108 F:      include/linux/oprofile.h
8109
8110 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8111 M:      Mark Fasheh <mfasheh@suse.com>
8112 M:      Joel Becker <jlbec@evilplan.org>
8113 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8114 W:      http://ocfs2.wiki.kernel.org
8115 S:      Supported
8116 F:      Documentation/filesystems/ocfs2.txt
8117 F:      Documentation/filesystems/dlmfs.txt
8118 F:      fs/ocfs2/
8119
8120 ORINOCO DRIVER
8121 L:      linux-wireless@vger.kernel.org
8122 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8123 W:      http://www.nongnu.org/orinoco/
8124 S:      Orphan
8125 F:      drivers/net/wireless/intersil/orinoco/
8126
8127 OSD LIBRARY and FILESYSTEM
8128 M:      Boaz Harrosh <ooo@electrozaur.com>
8129 M:      Benny Halevy <bhalevy@primarydata.com>
8130 L:      osd-dev@open-osd.org
8131 W:      http://open-osd.org
8132 T:      git git://git.open-osd.org/open-osd.git
8133 S:      Maintained
8134 F:      drivers/scsi/osd/
8135 F:      include/scsi/osd_*
8136 F:      fs/exofs/
8137
8138 OVERLAY FILESYSTEM
8139 M:      Miklos Szeredi <miklos@szeredi.hu>
8140 L:      linux-unionfs@vger.kernel.org
8141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8142 S:      Supported
8143 F:      fs/overlayfs/
8144 F:      Documentation/filesystems/overlayfs.txt
8145
8146 ORANGEFS FILESYSTEM
8147 M:      Mike Marshall <hubcap@omnibond.com>
8148 L:      pvfs2-developers@beowulf-underground.org
8149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux.git
8150 S:      Supported
8151 F:      fs/orangefs/
8152 F:      Documentation/filesystems/orangefs.txt
8153
8154 P54 WIRELESS DRIVER
8155 M:      Christian Lamparter <chunkeey@googlemail.com>
8156 L:      linux-wireless@vger.kernel.org
8157 W:      http://wireless.kernel.org/en/users/Drivers/p54
8158 S:      Maintained
8159 F:      drivers/net/wireless/intersil/p54/
8160
8161 PA SEMI ETHERNET DRIVER
8162 M:      Olof Johansson <olof@lixom.net>
8163 L:      netdev@vger.kernel.org
8164 S:      Maintained
8165 F:      drivers/net/ethernet/pasemi/*
8166
8167 PA SEMI SMBUS DRIVER
8168 M:      Olof Johansson <olof@lixom.net>
8169 L:      linux-i2c@vger.kernel.org
8170 S:      Maintained
8171 F:      drivers/i2c/busses/i2c-pasemi.c
8172
8173 PADATA PARALLEL EXECUTION MECHANISM
8174 M:      Steffen Klassert <steffen.klassert@secunet.com>
8175 L:      linux-crypto@vger.kernel.org
8176 S:      Maintained
8177 F:      kernel/padata.c
8178 F:      include/linux/padata.h
8179 F:      Documentation/padata.txt
8180
8181 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8182 M:      Harald Welte <laforge@gnumonks.org>
8183 L:      platform-driver-x86@vger.kernel.org
8184 S:      Maintained
8185 F:      drivers/platform/x86/panasonic-laptop.c
8186
8187 PANASONIC MN10300/AM33/AM34 PORT
8188 M:      David Howells <dhowells@redhat.com>
8189 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8190 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8191 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8192 S:      Maintained
8193 F:      Documentation/mn10300/
8194 F:      arch/mn10300/
8195
8196 PARALLEL LCD/KEYPAD PANEL DRIVER
8197 M:      Willy Tarreau <willy@haproxy.com>
8198 M:      Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
8199 S:      Odd Fixes
8200 F:      Documentation/misc-devices/lcd-panel-cgram.txt
8201 F:      drivers/misc/panel.c
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 GENERIC OF HOSTS
8402 M:      Will Deacon <will.deacon@arm.com>
8403 L:      linux-pci@vger.kernel.org
8404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8405 S:      Maintained
8406 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8407 F:      drivers/pci/host/pci-host-generic.c
8408
8409 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8410 M:      Keith Busch <keith.busch@intel.com>
8411 L:      linux-pci@vger.kernel.org
8412 S:      Supported
8413 F:      arch/x86/pci/vmd.c
8414
8415 PCIE DRIVER FOR ST SPEAR13XX
8416 M:      Pratyush Anand <pratyush.anand@gmail.com>
8417 L:      linux-pci@vger.kernel.org
8418 S:      Maintained
8419 F:      drivers/pci/host/*spear*
8420
8421 PCI MSI DRIVER FOR ALTERA MSI IP
8422 M:      Ley Foon Tan <lftan@altera.com>
8423 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8424 L:      linux-pci@vger.kernel.org
8425 S:      Supported
8426 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8427 F:      drivers/pci/host/pcie-altera-msi.c
8428
8429 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8430 M:      Duc Dang <dhdang@apm.com>
8431 L:      linux-pci@vger.kernel.org
8432 L:      linux-arm-kernel@lists.infradead.org
8433 S:      Maintained
8434 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8435 F:      drivers/pci/host/pci-xgene-msi.c
8436
8437 PCIE DRIVER FOR HISILICON
8438 M:      Zhou Wang <wangzhou1@hisilicon.com>
8439 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8440 L:      linux-pci@vger.kernel.org
8441 S:      Maintained
8442 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8443 F:      drivers/pci/host/pcie-hisi.c
8444
8445 PCIE DRIVER FOR QUALCOMM MSM
8446 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8447 L:     linux-pci@vger.kernel.org
8448 L:     linux-arm-msm@vger.kernel.org
8449 S:     Maintained
8450 F:     drivers/pci/host/*qcom*
8451
8452 PCMCIA SUBSYSTEM
8453 P:      Linux PCMCIA Team
8454 L:      linux-pcmcia@lists.infradead.org
8455 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8457 S:      Maintained
8458 F:      Documentation/pcmcia/
8459 F:      drivers/pcmcia/
8460 F:      include/pcmcia/
8461
8462 PCNET32 NETWORK DRIVER
8463 M:      Don Fry <pcnet32@frontier.com>
8464 L:      netdev@vger.kernel.org
8465 S:      Maintained
8466 F:      drivers/net/ethernet/amd/pcnet32.c
8467
8468 PCRYPT PARALLEL CRYPTO ENGINE
8469 M:      Steffen Klassert <steffen.klassert@secunet.com>
8470 L:      linux-crypto@vger.kernel.org
8471 S:      Maintained
8472 F:      crypto/pcrypt.c
8473 F:      include/crypto/pcrypt.h
8474
8475 PER-CPU MEMORY ALLOCATOR
8476 M:      Tejun Heo <tj@kernel.org>
8477 M:      Christoph Lameter <cl@linux-foundation.org>
8478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8479 S:      Maintained
8480 F:      include/linux/percpu*.h
8481 F:      mm/percpu*.c
8482 F:      arch/*/include/asm/percpu.h
8483
8484 PER-TASK DELAY ACCOUNTING
8485 M:      Balbir Singh <bsingharora@gmail.com>
8486 S:      Maintained
8487 F:      include/linux/delayacct.h
8488 F:      kernel/delayacct.c
8489
8490 PERFORMANCE EVENTS SUBSYSTEM
8491 M:      Peter Zijlstra <peterz@infradead.org>
8492 M:      Ingo Molnar <mingo@redhat.com>
8493 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8494 L:      linux-kernel@vger.kernel.org
8495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8496 S:      Supported
8497 F:      kernel/events/*
8498 F:      include/linux/perf_event.h
8499 F:      include/uapi/linux/perf_event.h
8500 F:      arch/*/kernel/perf_event*.c
8501 F:      arch/*/kernel/*/perf_event*.c
8502 F:      arch/*/kernel/*/*/perf_event*.c
8503 F:      arch/*/include/asm/perf_event.h
8504 F:      arch/*/kernel/perf_callchain.c
8505 F:      tools/perf/
8506
8507 PERSONALITY HANDLING
8508 M:      Christoph Hellwig <hch@infradead.org>
8509 L:      linux-abi-devel@lists.sourceforge.net
8510 S:      Maintained
8511 F:      include/linux/personality.h
8512 F:      include/uapi/linux/personality.h
8513
8514 PHONET PROTOCOL
8515 M:      Remi Denis-Courmont <courmisch@gmail.com>
8516 S:      Supported
8517 F:      Documentation/networking/phonet.txt
8518 F:      include/linux/phonet.h
8519 F:      include/net/phonet/
8520 F:      include/uapi/linux/phonet.h
8521 F:      net/phonet/
8522
8523 PHRAM MTD DRIVER
8524 M:      Joern Engel <joern@lazybastard.org>
8525 L:      linux-mtd@lists.infradead.org
8526 S:      Maintained
8527 F:      drivers/mtd/devices/phram.c
8528
8529 PICOLCD HID DRIVER
8530 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8531 L:      linux-input@vger.kernel.org
8532 S:      Maintained
8533 F:      drivers/hid/hid-picolcd*
8534
8535 PICOXCELL SUPPORT
8536 M:      Jamie Iles <jamie@jamieiles.com>
8537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8538 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8539 S:      Supported
8540 F:      arch/arm/boot/dts/picoxcell*
8541 F:      arch/arm/mach-picoxcell/
8542 F:      drivers/crypto/picoxcell*
8543
8544 PIN CONTROL SUBSYSTEM
8545 M:      Linus Walleij <linus.walleij@linaro.org>
8546 L:      linux-gpio@vger.kernel.org
8547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8548 S:      Maintained
8549 F:      drivers/pinctrl/
8550 F:      include/linux/pinctrl/
8551
8552 PIN CONTROLLER - ATMEL AT91
8553 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8555 S:      Maintained
8556 F:      drivers/pinctrl/pinctrl-at91.*
8557
8558 PIN CONTROLLER - ATMEL AT91 PIO4
8559 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8560 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8561 L:      linux-gpio@vger.kernel.org
8562 S:      Supported
8563 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8564
8565 PIN CONTROLLER - INTEL
8566 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8567 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8568 S:      Maintained
8569 F:      drivers/pinctrl/intel/
8570
8571 PIN CONTROLLER - RENESAS
8572 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8573 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8574 L:      linux-renesas-soc@vger.kernel.org
8575 S:      Maintained
8576 F:      drivers/pinctrl/sh-pfc/
8577
8578 PIN CONTROLLER - SAMSUNG
8579 M:      Tomasz Figa <tomasz.figa@gmail.com>
8580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8581 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8582 S:      Maintained
8583 F:      drivers/pinctrl/samsung/
8584
8585 PIN CONTROLLER - SINGLE
8586 M:      Tony Lindgren <tony@atomide.com>
8587 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8588 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8589 L:      linux-omap@vger.kernel.org
8590 S:      Maintained
8591 F:      drivers/pinctrl/pinctrl-single.c
8592
8593 PIN CONTROLLER - ST SPEAR
8594 M:      Viresh Kumar <vireshk@kernel.org>
8595 L:      spear-devel@list.st.com
8596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8597 W:      http://www.st.com/spear
8598 S:      Maintained
8599 F:      drivers/pinctrl/spear/
8600
8601 PKTCDVD DRIVER
8602 M:      Jiri Kosina <jikos@kernel.org>
8603 S:      Maintained
8604 F:      drivers/block/pktcdvd.c
8605 F:      include/linux/pktcdvd.h
8606 F:      include/uapi/linux/pktcdvd.h
8607
8608 PKUNITY SOC DRIVERS
8609 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8610 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8611 S:      Maintained
8612 T:      git git://github.com/gxt/linux.git
8613 F:      drivers/input/serio/i8042-unicore32io.h
8614 F:      drivers/i2c/busses/i2c-puv3.c
8615 F:      drivers/video/fbdev/fb-puv3.c
8616 F:      drivers/rtc/rtc-puv3.c
8617
8618 PMBUS HARDWARE MONITORING DRIVERS
8619 M:      Guenter Roeck <linux@roeck-us.net>
8620 L:      lm-sensors@lm-sensors.org
8621 W:      http://www.lm-sensors.org/
8622 W:      http://www.roeck-us.net/linux/drivers/
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8624 S:      Maintained
8625 F:      Documentation/hwmon/pmbus
8626 F:      drivers/hwmon/pmbus/
8627 F:      include/linux/i2c/pmbus.h
8628
8629 PMC SIERRA MaxRAID DRIVER
8630 L:      linux-scsi@vger.kernel.org
8631 W:      http://www.pmc-sierra.com/
8632 S:      Orphan
8633 F:      drivers/scsi/pmcraid.*
8634
8635 PMC SIERRA PM8001 DRIVER
8636 M:      Jack Wang <jinpu.wang@profitbricks.com>
8637 M:      lindar_liu@usish.com
8638 L:      pmchba@pmcs.com
8639 L:      linux-scsi@vger.kernel.org
8640 S:      Supported
8641 F:      drivers/scsi/pm8001/
8642
8643 POSIX CLOCKS and TIMERS
8644 M:      Thomas Gleixner <tglx@linutronix.de>
8645 L:      linux-kernel@vger.kernel.org
8646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8647 S:      Maintained
8648 F:      fs/timerfd.c
8649 F:      include/linux/timer*
8650 F:      kernel/time/*timer*
8651
8652 POWER MANAGEMENT CORE
8653 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8654 L:      linux-pm@vger.kernel.org
8655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8656 S:      Supported
8657 F:      drivers/base/power/
8658 F:      include/linux/pm.h
8659 F:      include/linux/pm_*
8660 F:      include/linux/powercap.h
8661 F:      drivers/powercap/
8662
8663 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8664 M:      Sebastian Reichel <sre@kernel.org>
8665 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8666 M:      David Woodhouse <dwmw2@infradead.org>
8667 L:      linux-pm@vger.kernel.org
8668 T:      git git://git.infradead.org/battery-2.6.git
8669 S:      Maintained
8670 F:      include/linux/power_supply.h
8671 F:      drivers/power/
8672 X:      drivers/power/avs/
8673
8674 POWER STATE COORDINATION INTERFACE (PSCI)
8675 M:      Mark Rutland <mark.rutland@arm.com>
8676 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8677 L:      linux-arm-kernel@lists.infradead.org
8678 S:      Maintained
8679 F:      drivers/firmware/psci.c
8680 F:      include/linux/psci.h
8681 F:      include/uapi/linux/psci.h
8682
8683 PNP SUPPORT
8684 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8685 S:      Maintained
8686 F:      drivers/pnp/
8687
8688 PPP PROTOCOL DRIVERS AND COMPRESSORS
8689 M:      Paul Mackerras <paulus@samba.org>
8690 L:      linux-ppp@vger.kernel.org
8691 S:      Maintained
8692 F:      drivers/net/ppp/ppp_*
8693
8694 PPP OVER ATM (RFC 2364)
8695 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8696 S:      Maintained
8697 F:      net/atm/pppoatm.c
8698 F:      include/uapi/linux/atmppp.h
8699
8700 PPP OVER ETHERNET
8701 M:      Michal Ostrowski <mostrows@earthlink.net>
8702 S:      Maintained
8703 F:      drivers/net/ppp/pppoe.c
8704 F:      drivers/net/ppp/pppox.c
8705
8706 PPP OVER L2TP
8707 M:      James Chapman <jchapman@katalix.com>
8708 S:      Maintained
8709 F:      net/l2tp/l2tp_ppp.c
8710 F:      include/linux/if_pppol2tp.h
8711 F:      include/uapi/linux/if_pppol2tp.h
8712
8713 PPS SUPPORT
8714 M:      Rodolfo Giometti <giometti@enneenne.com>
8715 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8716 L:      linuxpps@ml.enneenne.com (subscribers-only)
8717 S:      Maintained
8718 F:      Documentation/pps/
8719 F:      drivers/pps/
8720 F:      include/linux/pps*.h
8721
8722 PPTP DRIVER
8723 M:      Dmitry Kozlov <xeb@mail.ru>
8724 L:      netdev@vger.kernel.org
8725 S:      Maintained
8726 F:      drivers/net/ppp/pptp.c
8727 W:      http://sourceforge.net/projects/accel-pptp
8728
8729 PREEMPTIBLE KERNEL
8730 M:      Robert Love <rml@tech9.net>
8731 L:      kpreempt-tech@lists.sourceforge.net
8732 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8733 S:      Supported
8734 F:      Documentation/preempt-locking.txt
8735 F:      include/linux/preempt.h
8736
8737 PRISM54 WIRELESS DRIVER
8738 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8739 L:      linux-wireless@vger.kernel.org
8740 W:      http://wireless.kernel.org/en/users/Drivers/p54
8741 S:      Obsolete
8742 F:      drivers/net/wireless/intersil/prism54/
8743
8744 PS3 NETWORK SUPPORT
8745 M:      Geoff Levand <geoff@infradead.org>
8746 L:      netdev@vger.kernel.org
8747 L:      linuxppc-dev@lists.ozlabs.org
8748 S:      Maintained
8749 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8750
8751 PS3 PLATFORM SUPPORT
8752 M:      Geoff Levand <geoff@infradead.org>
8753 L:      linuxppc-dev@lists.ozlabs.org
8754 S:      Maintained
8755 F:      arch/powerpc/boot/ps3*
8756 F:      arch/powerpc/include/asm/lv1call.h
8757 F:      arch/powerpc/include/asm/ps3*.h
8758 F:      arch/powerpc/platforms/ps3/
8759 F:      drivers/*/ps3*
8760 F:      drivers/ps3/
8761 F:      drivers/rtc/rtc-ps3.c
8762 F:      drivers/usb/host/*ps3.c
8763 F:      sound/ppc/snd_ps3*
8764
8765 PS3VRAM DRIVER
8766 M:      Jim Paris <jim@jtan.com>
8767 M:      Geoff Levand <geoff@infradead.org>
8768 L:      linuxppc-dev@lists.ozlabs.org
8769 S:      Maintained
8770 F:      drivers/block/ps3vram.c
8771
8772 PSTORE FILESYSTEM
8773 M:      Anton Vorontsov <anton@enomsg.org>
8774 M:      Colin Cross <ccross@android.com>
8775 M:      Kees Cook <keescook@chromium.org>
8776 M:      Tony Luck <tony.luck@intel.com>
8777 S:      Maintained
8778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8779 F:      fs/pstore/
8780 F:      include/linux/pstore*
8781 F:      drivers/firmware/efi/efi-pstore.c
8782 F:      drivers/acpi/apei/erst.c
8783
8784 PTP HARDWARE CLOCK SUPPORT
8785 M:      Richard Cochran <richardcochran@gmail.com>
8786 L:      netdev@vger.kernel.org
8787 S:      Maintained
8788 W:      http://linuxptp.sourceforge.net/
8789 F:      Documentation/ABI/testing/sysfs-ptp
8790 F:      Documentation/ptp/*
8791 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8792 F:      drivers/net/phy/dp83640*
8793 F:      drivers/ptp/*
8794 F:      include/linux/ptp_cl*
8795
8796 PTRACE SUPPORT
8797 M:      Roland McGrath <roland@hack.frob.com>
8798 M:      Oleg Nesterov <oleg@redhat.com>
8799 S:      Maintained
8800 F:      include/asm-generic/syscall.h
8801 F:      include/linux/ptrace.h
8802 F:      include/linux/regset.h
8803 F:      include/linux/tracehook.h
8804 F:      include/uapi/linux/ptrace.h
8805 F:      kernel/ptrace.c
8806
8807 PVRUSB2 VIDEO4LINUX DRIVER
8808 M:      Mike Isely <isely@pobox.com>
8809 L:      pvrusb2@isely.net       (subscribers-only)
8810 L:      linux-media@vger.kernel.org
8811 W:      http://www.isely.net/pvrusb2/
8812 T:      git git://linuxtv.org/media_tree.git
8813 S:      Maintained
8814 F:      Documentation/video4linux/README.pvrusb2
8815 F:      drivers/media/usb/pvrusb2/
8816
8817 PWC WEBCAM DRIVER
8818 M:      Hans de Goede <hdegoede@redhat.com>
8819 L:      linux-media@vger.kernel.org
8820 T:      git git://linuxtv.org/media_tree.git
8821 S:      Maintained
8822 F:      drivers/media/usb/pwc/*
8823
8824 PWM FAN DRIVER
8825 M:      Kamil Debski <k.debski@samsung.com>
8826 L:      lm-sensors@lm-sensors.org
8827 S:      Supported
8828 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8829 F:      Documentation/hwmon/pwm-fan
8830 F:      drivers/hwmon/pwm-fan.c
8831
8832 PWM SUBSYSTEM
8833 M:      Thierry Reding <thierry.reding@gmail.com>
8834 L:      linux-pwm@vger.kernel.org
8835 S:      Maintained
8836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8837 F:      Documentation/pwm.txt
8838 F:      Documentation/devicetree/bindings/pwm/
8839 F:      include/linux/pwm.h
8840 F:      drivers/pwm/
8841 F:      drivers/video/backlight/pwm_bl.c
8842 F:      include/linux/pwm_backlight.h
8843
8844 PXA2xx/PXA3xx SUPPORT
8845 M:      Daniel Mack <daniel@zonque.org>
8846 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8847 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8849 T:      git git://github.com/hzhuang1/linux.git
8850 T:      git git://github.com/rjarzmik/linux.git
8851 S:      Maintained
8852 F:      arch/arm/boot/dts/pxa*
8853 F:      arch/arm/mach-pxa/
8854 F:      drivers/dma/pxa*
8855 F:      drivers/pcmcia/pxa2xx*
8856 F:      drivers/pinctrl/pxa/
8857 F:      drivers/spi/spi-pxa2xx*
8858 F:      drivers/usb/gadget/udc/pxa2*
8859 F:      include/sound/pxa2xx-lib.h
8860 F:      sound/arm/pxa*
8861 F:      sound/soc/pxa/
8862
8863 PXA GPIO DRIVER
8864 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8865 L:      linux-gpio@vger.kernel.org
8866 S:      Maintained
8867 F:      drivers/gpio/gpio-pxa.c
8868
8869 PXA3xx NAND FLASH DRIVER
8870 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8871 L:      linux-mtd@lists.infradead.org
8872 S:      Maintained
8873 F:      drivers/mtd/nand/pxa3xx_nand.c
8874
8875 MMP SUPPORT
8876 M:      Eric Miao <eric.y.miao@gmail.com>
8877 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8879 T:      git git://github.com/hzhuang1/linux.git
8880 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8881 S:      Maintained
8882 F:      arch/arm/boot/dts/mmp*
8883 F:      arch/arm/mach-mmp/
8884
8885 PXA MMCI DRIVER
8886 S:      Orphan
8887
8888 PXA RTC DRIVER
8889 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8890 L:      rtc-linux@googlegroups.com
8891 S:      Maintained
8892
8893 QAT DRIVER
8894 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8895 L:      qat-linux@intel.com
8896 S:      Supported
8897 F:      drivers/crypto/qat/
8898
8899 QIB DRIVER
8900 M:      Mike Marciniszyn <infinipath@intel.com>
8901 L:      linux-rdma@vger.kernel.org
8902 S:      Supported
8903 F:      drivers/infiniband/hw/qib/
8904
8905 QLOGIC QLA1280 SCSI DRIVER
8906 M:      Michael Reed <mdr@sgi.com>
8907 L:      linux-scsi@vger.kernel.org
8908 S:      Maintained
8909 F:      drivers/scsi/qla1280.[ch]
8910
8911 QLOGIC QLA2XXX FC-SCSI DRIVER
8912 M:      qla2xxx-upstream@qlogic.com
8913 L:      linux-scsi@vger.kernel.org
8914 S:      Supported
8915 F:      Documentation/scsi/LICENSE.qla2xxx
8916 F:      drivers/scsi/qla2xxx/
8917
8918 QLOGIC QLA4XXX iSCSI DRIVER
8919 M:      QLogic-Storage-Upstream@qlogic.com
8920 L:      linux-scsi@vger.kernel.org
8921 S:      Supported
8922 F:      Documentation/scsi/LICENSE.qla4xxx
8923 F:      drivers/scsi/qla4xxx/
8924
8925 QLOGIC QLA3XXX NETWORK DRIVER
8926 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8927 M:      Ron Mercer <ron.mercer@qlogic.com>
8928 M:      linux-driver@qlogic.com
8929 L:      netdev@vger.kernel.org
8930 S:      Supported
8931 F:      Documentation/networking/LICENSE.qla3xxx
8932 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8933
8934 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8935 M:      Dept-GELinuxNICDev@qlogic.com
8936 L:      netdev@vger.kernel.org
8937 S:      Supported
8938 F:      drivers/net/ethernet/qlogic/qlcnic/
8939
8940 QLOGIC QLGE 10Gb ETHERNET DRIVER
8941 M:      Harish Patil <harish.patil@qlogic.com>
8942 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8943 M:      Dept-GELinuxNICDev@qlogic.com
8944 M:      linux-driver@qlogic.com
8945 L:      netdev@vger.kernel.org
8946 S:      Supported
8947 F:      drivers/net/ethernet/qlogic/qlge/
8948
8949 QLOGIC QL4xxx ETHERNET DRIVER
8950 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8951 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8952 M:      everest-linux-l2@qlogic.com
8953 L:      netdev@vger.kernel.org
8954 S:      Supported
8955 F:      drivers/net/ethernet/qlogic/qed/
8956 F:      include/linux/qed/
8957 F:      drivers/net/ethernet/qlogic/qede/
8958
8959 QNX4 FILESYSTEM
8960 M:      Anders Larsen <al@alarsen.net>
8961 W:      http://www.alarsen.net/linux/qnx4fs/
8962 S:      Maintained
8963 F:      fs/qnx4/
8964 F:      include/uapi/linux/qnx4_fs.h
8965 F:      include/uapi/linux/qnxtypes.h
8966
8967 QT1010 MEDIA DRIVER
8968 M:      Antti Palosaari <crope@iki.fi>
8969 L:      linux-media@vger.kernel.org
8970 W:      https://linuxtv.org
8971 W:      http://palosaari.fi/linux/
8972 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8973 T:      git git://linuxtv.org/anttip/media_tree.git
8974 S:      Maintained
8975 F:      drivers/media/tuners/qt1010*
8976
8977 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8978 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8979 L:      linux-wireless@vger.kernel.org
8980 L:      ath9k-devel@lists.ath9k.org
8981 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8982 S:      Supported
8983 F:      drivers/net/wireless/ath/ath9k/
8984
8985 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8986 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8987 L:      ath10k@lists.infradead.org
8988 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8990 S:      Supported
8991 F:      drivers/net/wireless/ath/ath10k/
8992
8993 QUALCOMM HEXAGON ARCHITECTURE
8994 M:      Richard Kuo <rkuo@codeaurora.org>
8995 L:      linux-hexagon@vger.kernel.org
8996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8997 S:      Supported
8998 F:      arch/hexagon/
8999
9000 QUALCOMM WCN36XX WIRELESS DRIVER
9001 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
9002 L:      wcn36xx@lists.infradead.org
9003 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
9004 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
9005 S:      Supported
9006 F:      drivers/net/wireless/ath/wcn36xx/
9007
9008 RADOS BLOCK DEVICE (RBD)
9009 M:      Ilya Dryomov <idryomov@gmail.com>
9010 M:      Sage Weil <sage@redhat.com>
9011 M:      Alex Elder <elder@kernel.org>
9012 L:      ceph-devel@vger.kernel.org
9013 W:      http://ceph.com/
9014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9015 T:      git git://github.com/ceph/ceph-client.git
9016 S:      Supported
9017 F:      Documentation/ABI/testing/sysfs-bus-rbd
9018 F:      drivers/block/rbd.c
9019 F:      drivers/block/rbd_types.h
9020
9021 RADEON FRAMEBUFFER DISPLAY DRIVER
9022 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
9023 L:      linux-fbdev@vger.kernel.org
9024 S:      Maintained
9025 F:      drivers/video/fbdev/aty/radeon*
9026 F:      include/uapi/linux/radeonfb.h
9027
9028 RADIOSHARK RADIO DRIVER
9029 M:      Hans de Goede <hdegoede@redhat.com>
9030 L:      linux-media@vger.kernel.org
9031 T:      git git://linuxtv.org/media_tree.git
9032 S:      Maintained
9033 F:      drivers/media/radio/radio-shark.c
9034
9035 RADIOSHARK2 RADIO DRIVER
9036 M:      Hans de Goede <hdegoede@redhat.com>
9037 L:      linux-media@vger.kernel.org
9038 T:      git git://linuxtv.org/media_tree.git
9039 S:      Maintained
9040 F:      drivers/media/radio/radio-shark2.c
9041 F:      drivers/media/radio/radio-tea5777.c
9042
9043 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9044 M:      Paul Mackerras <paulus@samba.org>
9045 L:      linux-fbdev@vger.kernel.org
9046 S:      Maintained
9047 F:      drivers/video/fbdev/aty/aty128fb.c
9048
9049 RALINK MIPS ARCHITECTURE
9050 M:      John Crispin <blogic@openwrt.org>
9051 L:      linux-mips@linux-mips.org
9052 S:      Maintained
9053 F:      arch/mips/ralink
9054
9055 RALINK RT2X00 WIRELESS LAN DRIVER
9056 P:      rt2x00 project
9057 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9058 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9059 L:      linux-wireless@vger.kernel.org
9060 S:      Maintained
9061 F:      drivers/net/wireless/ralink/rt2x00/
9062
9063 RAMDISK RAM BLOCK DEVICE DRIVER
9064 M:      Jens Axboe <axboe@kernel.dk>
9065 S:      Maintained
9066 F:      Documentation/blockdev/ramdisk.txt
9067 F:      drivers/block/brd.c
9068
9069 RANDOM NUMBER DRIVER
9070 M:      "Theodore Ts'o" <tytso@mit.edu>
9071 S:      Maintained
9072 F:      drivers/char/random.c
9073
9074 RAPIDIO SUBSYSTEM
9075 M:      Matt Porter <mporter@kernel.crashing.org>
9076 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9077 S:      Maintained
9078 F:      drivers/rapidio/
9079
9080 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9081 L:      linux-wireless@vger.kernel.org
9082 S:      Orphan
9083 F:      drivers/net/wireless/ray*
9084
9085 RCUTORTURE MODULE
9086 M:      Josh Triplett <josh@joshtriplett.org>
9087 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9088 L:      linux-kernel@vger.kernel.org
9089 S:      Supported
9090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9091 F:      Documentation/RCU/torture.txt
9092 F:      kernel/rcu/rcutorture.c
9093
9094 RCUTORTURE TEST FRAMEWORK
9095 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9096 M:      Josh Triplett <josh@joshtriplett.org>
9097 R:      Steven Rostedt <rostedt@goodmis.org>
9098 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9099 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9100 L:      linux-kernel@vger.kernel.org
9101 S:      Supported
9102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9103 F:      tools/testing/selftests/rcutorture
9104
9105 RDC R-321X SoC
9106 M:      Florian Fainelli <florian@openwrt.org>
9107 S:      Maintained
9108
9109 RDC R6040 FAST ETHERNET DRIVER
9110 M:      Florian Fainelli <florian@openwrt.org>
9111 L:      netdev@vger.kernel.org
9112 S:      Maintained
9113 F:      drivers/net/ethernet/rdc/r6040.c
9114
9115 RDS - RELIABLE DATAGRAM SOCKETS
9116 M:      Chien Yen <chien.yen@oracle.com>
9117 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9118 S:      Supported
9119 F:      net/rds/
9120
9121 READ-COPY UPDATE (RCU)
9122 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9123 M:      Josh Triplett <josh@joshtriplett.org>
9124 R:      Steven Rostedt <rostedt@goodmis.org>
9125 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9126 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9127 L:      linux-kernel@vger.kernel.org
9128 W:      http://www.rdrop.com/users/paulmck/RCU/
9129 S:      Supported
9130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9131 F:      Documentation/RCU/
9132 X:      Documentation/RCU/torture.txt
9133 F:      include/linux/rcu*
9134 X:      include/linux/srcu.h
9135 F:      kernel/rcu/
9136 X:      kernel/torture.c
9137
9138 REAL TIME CLOCK (RTC) SUBSYSTEM
9139 M:      Alessandro Zummo <a.zummo@towertech.it>
9140 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9141 L:      rtc-linux@googlegroups.com
9142 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9144 S:      Maintained
9145 F:      Documentation/rtc.txt
9146 F:      drivers/rtc/
9147 F:      include/linux/rtc.h
9148 F:      include/uapi/linux/rtc.h
9149
9150 REALTEK AUDIO CODECS
9151 M:      Bard Liao <bardliao@realtek.com>
9152 M:      Oder Chiou <oder_chiou@realtek.com>
9153 S:      Maintained
9154 F:      sound/soc/codecs/rt*
9155 F:      include/sound/rt*.h
9156
9157 REISERFS FILE SYSTEM
9158 L:      reiserfs-devel@vger.kernel.org
9159 S:      Supported
9160 F:      fs/reiserfs/
9161
9162 REGISTER MAP ABSTRACTION
9163 M:      Mark Brown <broonie@kernel.org>
9164 L:      linux-kernel@vger.kernel.org
9165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9166 S:      Supported
9167 F:      drivers/base/regmap/
9168 F:      include/linux/regmap.h
9169
9170 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9171 M:      Ohad Ben-Cohen <ohad@wizery.com>
9172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9173 S:      Maintained
9174 F:      drivers/remoteproc/
9175 F:      Documentation/remoteproc.txt
9176 F:      include/linux/remoteproc.h
9177
9178 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9179 M:      Ohad Ben-Cohen <ohad@wizery.com>
9180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9181 S:      Maintained
9182 F:      drivers/rpmsg/
9183 F:      Documentation/rpmsg.txt
9184 F:      include/linux/rpmsg.h
9185
9186 RENESAS ETHERNET DRIVERS
9187 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9188 L:      netdev@vger.kernel.org
9189 L:      linux-renesas-soc@vger.kernel.org
9190 F:      drivers/net/ethernet/renesas/
9191 F:      include/linux/sh_eth.h
9192
9193 RENESAS USB2 PHY DRIVER
9194 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9195 L:      linux-renesas-soc@vger.kernel.org
9196 S:      Maintained
9197 F:      drivers/phy/phy-rcar-gen3-usb2.c
9198
9199 RESET CONTROLLER FRAMEWORK
9200 M:      Philipp Zabel <p.zabel@pengutronix.de>
9201 T:      git git://git.pengutronix.de/git/pza/linux
9202 S:      Maintained
9203 F:      drivers/reset/
9204 F:      Documentation/devicetree/bindings/reset/
9205 F:      include/dt-bindings/reset/
9206 F:      include/linux/reset.h
9207 F:      include/linux/reset-controller.h
9208
9209 RFKILL
9210 M:      Johannes Berg <johannes@sipsolutions.net>
9211 L:      linux-wireless@vger.kernel.org
9212 W:      http://wireless.kernel.org/
9213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9215 S:      Maintained
9216 F:      Documentation/rfkill.txt
9217 F:      net/rfkill/
9218
9219 RHASHTABLE
9220 M:      Thomas Graf <tgraf@suug.ch>
9221 L:      netdev@vger.kernel.org
9222 S:      Maintained
9223 F:      lib/rhashtable.c
9224 F:      include/linux/rhashtable.h
9225
9226 RICOH SMARTMEDIA/XD DRIVER
9227 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9228 S:      Maintained
9229 F:      drivers/mtd/nand/r852.c
9230 F:      drivers/mtd/nand/r852.h
9231
9232 RICOH R5C592 MEMORYSTICK DRIVER
9233 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9234 S:      Maintained
9235 F:      drivers/memstick/host/r592.*
9236
9237 ROCCAT DRIVERS
9238 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9239 W:      http://sourceforge.net/projects/roccat/
9240 S:      Maintained
9241 F:      drivers/hid/hid-roccat*
9242 F:      include/linux/hid-roccat*
9243 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9244
9245 ROCKER DRIVER
9246 M:      Jiri Pirko <jiri@resnulli.us>
9247 M:      Scott Feldman <sfeldma@gmail.com>
9248 L:      netdev@vger.kernel.org
9249 S:      Supported
9250 F:      drivers/net/ethernet/rocker/
9251
9252 ROCKETPORT DRIVER
9253 P:      Comtrol Corp.
9254 W:      http://www.comtrol.com
9255 S:      Maintained
9256 F:      Documentation/serial/rocket.txt
9257 F:      drivers/tty/rocket*
9258
9259 ROCKETPORT EXPRESS/INFINITY DRIVER
9260 M:      Kevin Cernekee <cernekee@gmail.com>
9261 L:      linux-serial@vger.kernel.org
9262 S:      Odd Fixes
9263 F:      drivers/tty/serial/rp2.*
9264
9265 ROSE NETWORK LAYER
9266 M:      Ralf Baechle <ralf@linux-mips.org>
9267 L:      linux-hams@vger.kernel.org
9268 W:      http://www.linux-ax25.org/
9269 S:      Maintained
9270 F:      include/net/rose.h
9271 F:      include/uapi/linux/rose.h
9272 F:      net/rose/
9273
9274 RTL2830 MEDIA DRIVER
9275 M:      Antti Palosaari <crope@iki.fi>
9276 L:      linux-media@vger.kernel.org
9277 W:      https://linuxtv.org
9278 W:      http://palosaari.fi/linux/
9279 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9280 T:      git git://linuxtv.org/anttip/media_tree.git
9281 S:      Maintained
9282 F:      drivers/media/dvb-frontends/rtl2830*
9283
9284 RTL2832 MEDIA DRIVER
9285 M:      Antti Palosaari <crope@iki.fi>
9286 L:      linux-media@vger.kernel.org
9287 W:      https://linuxtv.org
9288 W:      http://palosaari.fi/linux/
9289 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9290 T:      git git://linuxtv.org/anttip/media_tree.git
9291 S:      Maintained
9292 F:      drivers/media/dvb-frontends/rtl2832*
9293
9294 RTL2832_SDR MEDIA DRIVER
9295 M:      Antti Palosaari <crope@iki.fi>
9296 L:      linux-media@vger.kernel.org
9297 W:      https://linuxtv.org
9298 W:      http://palosaari.fi/linux/
9299 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9300 T:      git git://linuxtv.org/anttip/media_tree.git
9301 S:      Maintained
9302 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9303
9304 RTL8180 WIRELESS DRIVER
9305 L:      linux-wireless@vger.kernel.org
9306 W:      http://wireless.kernel.org/
9307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9308 S:      Orphan
9309 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9310
9311 RTL8187 WIRELESS DRIVER
9312 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9313 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9314 M:      Larry Finger <Larry.Finger@lwfinger.net>
9315 L:      linux-wireless@vger.kernel.org
9316 W:      http://wireless.kernel.org/
9317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9318 S:      Maintained
9319 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9320
9321 RTL8192CE WIRELESS DRIVER
9322 M:      Larry Finger <Larry.Finger@lwfinger.net>
9323 M:      Chaoming Li <chaoming_li@realsil.com.cn>
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:      Maintained
9328 F:      drivers/net/wireless/realtek/rtlwifi/
9329 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9330
9331 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9332 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9333 L:      linux-wireless@vger.kernel.org
9334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9335 S:      Maintained
9336 F:      drivers/net/wireless/realtek/rtl8xxxu/
9337
9338 S3 SAVAGE FRAMEBUFFER DRIVER
9339 M:      Antonino Daplas <adaplas@gmail.com>
9340 L:      linux-fbdev@vger.kernel.org
9341 S:      Maintained
9342 F:      drivers/video/fbdev/savage/
9343
9344 S390
9345 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9346 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9347 L:      linux-s390@vger.kernel.org
9348 W:      http://www.ibm.com/developerworks/linux/linux390/
9349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9350 S:      Supported
9351 F:      arch/s390/
9352 F:      drivers/s390/
9353 F:      Documentation/s390/
9354 F:      Documentation/DocBook/s390*
9355
9356 S390 COMMON I/O LAYER
9357 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9358 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9359 L:      linux-s390@vger.kernel.org
9360 W:      http://www.ibm.com/developerworks/linux/linux390/
9361 S:      Supported
9362 F:      drivers/s390/cio/
9363
9364 S390 DASD DRIVER
9365 M:      Stefan Weinhuber <wein@de.ibm.com>
9366 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9367 L:      linux-s390@vger.kernel.org
9368 W:      http://www.ibm.com/developerworks/linux/linux390/
9369 S:      Supported
9370 F:      drivers/s390/block/dasd*
9371 F:      block/partitions/ibm.c
9372
9373 S390 NETWORK DRIVERS
9374 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9375 L:      linux-s390@vger.kernel.org
9376 W:      http://www.ibm.com/developerworks/linux/linux390/
9377 S:      Supported
9378 F:      drivers/s390/net/
9379
9380 S390 PCI SUBSYSTEM
9381 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9382 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9383 L:      linux-s390@vger.kernel.org
9384 W:      http://www.ibm.com/developerworks/linux/linux390/
9385 S:      Supported
9386 F:      arch/s390/pci/
9387 F:      drivers/pci/hotplug/s390_pci_hpc.c
9388
9389 S390 ZCRYPT DRIVER
9390 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9391 L:      linux-s390@vger.kernel.org
9392 W:      http://www.ibm.com/developerworks/linux/linux390/
9393 S:      Supported
9394 F:      drivers/s390/crypto/
9395
9396 S390 ZFCP DRIVER
9397 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9398 L:      linux-s390@vger.kernel.org
9399 W:      http://www.ibm.com/developerworks/linux/linux390/
9400 S:      Supported
9401 F:      drivers/s390/scsi/zfcp_*
9402
9403 S390 IUCV NETWORK LAYER
9404 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9405 L:      linux-s390@vger.kernel.org
9406 W:      http://www.ibm.com/developerworks/linux/linux390/
9407 S:      Supported
9408 F:      drivers/s390/net/*iucv*
9409 F:      include/net/iucv/
9410 F:      net/iucv/
9411
9412 S390 IOMMU (PCI)
9413 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9414 L:      linux-s390@vger.kernel.org
9415 W:      http://www.ibm.com/developerworks/linux/linux390/
9416 S:      Supported
9417 F:      drivers/iommu/s390-iommu.c
9418
9419 S3C24XX SD/MMC Driver
9420 M:      Ben Dooks <ben-linux@fluff.org>
9421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9422 S:      Supported
9423 F:      drivers/mmc/host/s3cmci.*
9424
9425 SAA6588 RDS RECEIVER DRIVER
9426 M:      Hans Verkuil <hverkuil@xs4all.nl>
9427 L:      linux-media@vger.kernel.org
9428 T:      git git://linuxtv.org/media_tree.git
9429 W:      https://linuxtv.org
9430 S:      Odd Fixes
9431 F:      drivers/media/i2c/saa6588*
9432
9433 SAA7134 VIDEO4LINUX DRIVER
9434 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9435 L:      linux-media@vger.kernel.org
9436 W:      https://linuxtv.org
9437 T:      git git://linuxtv.org/media_tree.git
9438 S:      Odd fixes
9439 F:      Documentation/video4linux/*.saa7134
9440 F:      drivers/media/pci/saa7134/
9441
9442 SAA7146 VIDEO4LINUX-2 DRIVER
9443 M:      Hans Verkuil <hverkuil@xs4all.nl>
9444 L:      linux-media@vger.kernel.org
9445 T:      git git://linuxtv.org/media_tree.git
9446 S:      Maintained
9447 F:      drivers/media/common/saa7146/
9448 F:      drivers/media/pci/saa7146/
9449 F:      include/media/saa7146*
9450
9451 SAMSUNG LAPTOP DRIVER
9452 M:      Corentin Chary <corentin.chary@gmail.com>
9453 L:      platform-driver-x86@vger.kernel.org
9454 S:      Maintained
9455 F:      drivers/platform/x86/samsung-laptop.c
9456
9457 SAMSUNG AUDIO (ASoC) DRIVERS
9458 M:      Sangbeom Kim <sbkim73@samsung.com>
9459 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9460 S:      Supported
9461 F:      sound/soc/samsung/
9462
9463 SAMSUNG FRAMEBUFFER DRIVER
9464 M:      Jingoo Han <jingoohan1@gmail.com>
9465 L:      linux-fbdev@vger.kernel.org
9466 S:      Maintained
9467 F:      drivers/video/fbdev/s3c-fb.c
9468
9469 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9470 M:      Sangbeom Kim <sbkim73@samsung.com>
9471 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9472 L:      linux-kernel@vger.kernel.org
9473 L:      linux-samsung-soc@vger.kernel.org
9474 S:      Supported
9475 F:      drivers/mfd/sec*.c
9476 F:      drivers/regulator/s2m*.c
9477 F:      drivers/regulator/s5m*.c
9478 F:      drivers/clk/clk-s2mps11.c
9479 F:      drivers/rtc/rtc-s5m.c
9480 F:      include/linux/mfd/samsung/
9481 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9482 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9483 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9484 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9485
9486 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9487 M:      Kyungmin Park <kyungmin.park@samsung.com>
9488 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9489 L:      linux-media@vger.kernel.org
9490 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9491 S:      Supported
9492 F:      drivers/media/platform/exynos4-is/
9493
9494 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9495 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9496 L:      linux-media@vger.kernel.org
9497 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9498 S:      Maintained
9499 F:      drivers/media/platform/s3c-camif/
9500 F:      include/media/drv-intf/s3c_camif.h
9501
9502 SAMSUNG S5C73M3 CAMERA DRIVER
9503 M:      Kyungmin Park <kyungmin.park@samsung.com>
9504 M:      Andrzej Hajda <a.hajda@samsung.com>
9505 L:      linux-media@vger.kernel.org
9506 S:      Supported
9507 F:      drivers/media/i2c/s5c73m3/*
9508
9509 SAMSUNG S5K5BAF CAMERA DRIVER
9510 M:      Kyungmin Park <kyungmin.park@samsung.com>
9511 M:      Andrzej Hajda <a.hajda@samsung.com>
9512 L:      linux-media@vger.kernel.org
9513 S:      Supported
9514 F:      drivers/media/i2c/s5k5baf.c
9515
9516 SAMSUNG S3FWRN5 NFC DRIVER
9517 M:      Robert Baldyga <r.baldyga@samsung.com>
9518 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9519 S:      Supported
9520 F:      drivers/nfc/s3fwrn5
9521
9522 SAMSUNG SOC CLOCK DRIVERS
9523 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9524 M:      Tomasz Figa <tomasz.figa@gmail.com>
9525 S:      Supported
9526 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9527 F:      drivers/clk/samsung/
9528
9529 SAMSUNG SXGBE DRIVERS
9530 M:      Byungho An <bh74.an@samsung.com>
9531 M:      Girish K S <ks.giri@samsung.com>
9532 M:      Vipul Pandya <vipul.pandya@samsung.com>
9533 S:      Supported
9534 L:      netdev@vger.kernel.org
9535 F:      drivers/net/ethernet/samsung/sxgbe/
9536
9537 SAMSUNG THERMAL DRIVER
9538 M:      Lukasz Majewski <l.majewski@samsung.com>
9539 L:      linux-pm@vger.kernel.org
9540 L:      linux-samsung-soc@vger.kernel.org
9541 S:      Supported
9542 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9543 F:      drivers/thermal/samsung/
9544
9545 SAMSUNG USB2 PHY DRIVER
9546 M:      Kamil Debski <k.debski@samsung.com>
9547 L:      linux-kernel@vger.kernel.org
9548 S:      Supported
9549 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9550 F:      Documentation/phy/samsung-usb2.txt
9551 F:      drivers/phy/phy-exynos4210-usb2.c
9552 F:      drivers/phy/phy-exynos4x12-usb2.c
9553 F:      drivers/phy/phy-exynos5250-usb2.c
9554 F:      drivers/phy/phy-s5pv210-usb2.c
9555 F:      drivers/phy/phy-samsung-usb2.c
9556 F:      drivers/phy/phy-samsung-usb2.h
9557
9558 SERIAL DRIVERS
9559 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9560 L:      linux-serial@vger.kernel.org
9561 S:      Maintained
9562 F:      drivers/tty/serial/
9563
9564 SYNOPSYS DESIGNWARE DMAC DRIVER
9565 M:      Viresh Kumar <vireshk@kernel.org>
9566 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9567 S:      Maintained
9568 F:      include/linux/dma/dw.h
9569 F:      include/linux/platform_data/dma-dw.h
9570 F:      drivers/dma/dw/
9571
9572 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9573 M: Lars Persson <lars.persson@axis.com>
9574 L: netdev@vger.kernel.org
9575 S: Supported
9576 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9577 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9578
9579 SYNOPSYS DESIGNWARE I2C DRIVER
9580 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9581 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9582 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9583 L:      linux-i2c@vger.kernel.org
9584 S:      Maintained
9585 F:      drivers/i2c/busses/i2c-designware-*
9586 F:      include/linux/platform_data/i2c-designware.h
9587
9588 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9589 M:      Jaehoon Chung <jh80.chung@samsung.com>
9590 L:      linux-mmc@vger.kernel.org
9591 S:      Maintained
9592 F:      include/linux/mmc/dw_mmc.h
9593 F:      drivers/mmc/host/dw_mmc*
9594
9595 SYSTEM TRACE MODULE CLASS
9596 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9597 S:      Maintained
9598 F:      Documentation/trace/stm.txt
9599 F:      drivers/hwtracing/stm/
9600 F:      include/linux/stm.h
9601 F:      include/uapi/linux/stm.h
9602
9603 THUNDERBOLT DRIVER
9604 M:      Andreas Noever <andreas.noever@gmail.com>
9605 S:      Maintained
9606 F:      drivers/thunderbolt/
9607
9608 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9609 M:      John Stultz <john.stultz@linaro.org>
9610 M:      Thomas Gleixner <tglx@linutronix.de>
9611 L:      linux-kernel@vger.kernel.org
9612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9613 S:      Supported
9614 F:      include/linux/clocksource.h
9615 F:      include/linux/time.h
9616 F:      include/linux/timex.h
9617 F:      include/uapi/linux/time.h
9618 F:      include/uapi/linux/timex.h
9619 F:      kernel/time/clocksource.c
9620 F:      kernel/time/time*.c
9621 F:      kernel/time/alarmtimer.c
9622 F:      kernel/time/ntp.c
9623 F:      tools/testing/selftests/timers/
9624
9625 SC1200 WDT DRIVER
9626 M:      Zwane Mwaikambo <zwanem@gmail.com>
9627 S:      Maintained
9628 F:      drivers/watchdog/sc1200wdt.c
9629
9630 SCHEDULER
9631 M:      Ingo Molnar <mingo@redhat.com>
9632 M:      Peter Zijlstra <peterz@infradead.org>
9633 L:      linux-kernel@vger.kernel.org
9634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9635 S:      Maintained
9636 F:      kernel/sched/
9637 F:      include/linux/sched.h
9638 F:      include/uapi/linux/sched.h
9639 F:      include/linux/wait.h
9640
9641 SCORE ARCHITECTURE
9642 M:      Chen Liqin <liqin.linux@gmail.com>
9643 M:      Lennox Wu <lennox.wu@gmail.com>
9644 W:      http://www.sunplus.com
9645 S:      Supported
9646 F:      arch/score/
9647
9648 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9649 M:      Sudeep Holla <sudeep.holla@arm.com>
9650 L:      linux-arm-kernel@lists.infradead.org
9651 S:      Maintained
9652 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9653 F:      drivers/clk/clk-scpi.c
9654 F:      drivers/cpufreq/scpi-cpufreq.c
9655 F:      drivers/firmware/arm_scpi.c
9656 F:      include/linux/scpi_protocol.h
9657
9658 SCSI CDROM DRIVER
9659 M:      Jens Axboe <axboe@kernel.dk>
9660 L:      linux-scsi@vger.kernel.org
9661 W:      http://www.kernel.dk
9662 S:      Maintained
9663 F:      drivers/scsi/sr*
9664
9665 SCSI RDMA PROTOCOL (SRP) INITIATOR
9666 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9667 L:      linux-rdma@vger.kernel.org
9668 S:      Supported
9669 W:      http://www.openfabrics.org
9670 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9672 F:      drivers/infiniband/ulp/srp/
9673 F:      include/scsi/srp.h
9674
9675 SCSI SG DRIVER
9676 M:      Doug Gilbert <dgilbert@interlog.com>
9677 L:      linux-scsi@vger.kernel.org
9678 W:      http://sg.danny.cz/sg
9679 S:      Maintained
9680 F:      Documentation/scsi/scsi-generic.txt
9681 F:      drivers/scsi/sg.c
9682 F:      include/scsi/sg.h
9683
9684 SCSI SUBSYSTEM
9685 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9687 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9689 L:      linux-scsi@vger.kernel.org
9690 S:      Maintained
9691 F:      drivers/scsi/
9692 F:      include/scsi/
9693
9694 SCSI TAPE DRIVER
9695 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9696 L:      linux-scsi@vger.kernel.org
9697 S:      Maintained
9698 F:      Documentation/scsi/st.txt
9699 F:      drivers/scsi/st.*
9700 F:      drivers/scsi/st_*.h
9701
9702 SCTP PROTOCOL
9703 M:      Vlad Yasevich <vyasevich@gmail.com>
9704 M:      Neil Horman <nhorman@tuxdriver.com>
9705 L:      linux-sctp@vger.kernel.org
9706 W:      http://lksctp.sourceforge.net
9707 S:      Maintained
9708 F:      Documentation/networking/sctp.txt
9709 F:      include/linux/sctp.h
9710 F:      include/uapi/linux/sctp.h
9711 F:      include/net/sctp/
9712 F:      net/sctp/
9713
9714 SCx200 CPU SUPPORT
9715 M:      Jim Cromie <jim.cromie@gmail.com>
9716 S:      Odd Fixes
9717 F:      Documentation/i2c/busses/scx200_acb
9718 F:      arch/x86/platform/scx200/
9719 F:      drivers/watchdog/scx200_wdt.c
9720 F:      drivers/i2c/busses/scx200*
9721 F:      drivers/mtd/maps/scx200_docflash.c
9722 F:      include/linux/scx200.h
9723
9724 SCx200 GPIO DRIVER
9725 M:      Jim Cromie <jim.cromie@gmail.com>
9726 S:      Maintained
9727 F:      drivers/char/scx200_gpio.c
9728 F:      include/linux/scx200_gpio.h
9729
9730 SCx200 HRT CLOCKSOURCE DRIVER
9731 M:      Jim Cromie <jim.cromie@gmail.com>
9732 S:      Maintained
9733 F:      drivers/clocksource/scx200_hrt.c
9734
9735 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9736 M:      Sascha Sommer <saschasommer@freenet.de>
9737 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9738 S:      Maintained
9739 F:      drivers/mmc/host/sdricoh_cs.c
9740
9741 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9742 L:      linux-mmc@vger.kernel.org
9743 S:      Orphan
9744 F:      drivers/mmc/host/sdhci.*
9745 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9746
9747 SECURE COMPUTING
9748 M:      Kees Cook <keescook@chromium.org>
9749 R:      Andy Lutomirski <luto@amacapital.net>
9750 R:      Will Drewry <wad@chromium.org>
9751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9752 S:      Supported
9753 F:      kernel/seccomp.c
9754 F:      include/uapi/linux/seccomp.h
9755 F:      include/linux/seccomp.h
9756 F:      tools/testing/selftests/seccomp/*
9757 K:      \bsecure_computing
9758 K:      \bTIF_SECCOMP\b
9759
9760 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9761 M:      Ben Dooks <ben-linux@fluff.org>
9762 M:      Jaehoon Chung <jh80.chung@samsung.com>
9763 L:      linux-mmc@vger.kernel.org
9764 S:      Maintained
9765 F:      drivers/mmc/host/sdhci-s3c*
9766
9767 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9768 M:      Viresh Kumar <vireshk@kernel.org>
9769 L:      spear-devel@list.st.com
9770 L:      linux-mmc@vger.kernel.org
9771 S:      Maintained
9772 F:      drivers/mmc/host/sdhci-spear.c
9773
9774 SECURITY SUBSYSTEM
9775 M:      James Morris <james.l.morris@oracle.com>
9776 M:      "Serge E. Hallyn" <serge@hallyn.com>
9777 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9779 W:      http://kernsec.org/
9780 S:      Supported
9781 F:      security/
9782
9783 SECURITY CONTACT
9784 M:      Security Officers <security@kernel.org>
9785 S:      Supported
9786
9787 SELINUX SECURITY MODULE
9788 M:      Paul Moore <paul@paul-moore.com>
9789 M:      Stephen Smalley <sds@tycho.nsa.gov>
9790 M:      Eric Paris <eparis@parisplace.org>
9791 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9792 W:      http://selinuxproject.org
9793 T:      git git://git.infradead.org/users/pcmoore/selinux
9794 S:      Supported
9795 F:      include/linux/selinux*
9796 F:      security/selinux/
9797 F:      scripts/selinux/
9798
9799 APPARMOR SECURITY MODULE
9800 M:      John Johansen <john.johansen@canonical.com>
9801 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9802 W:      apparmor.wiki.kernel.org
9803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9804 S:      Supported
9805 F:      security/apparmor/
9806
9807 YAMA SECURITY MODULE
9808 M:      Kees Cook <keescook@chromium.org>
9809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9810 S:      Supported
9811 F:      security/yama/
9812
9813 SENSABLE PHANTOM
9814 M:      Jiri Slaby <jirislaby@gmail.com>
9815 S:      Maintained
9816 F:      drivers/misc/phantom.c
9817 F:      include/uapi/linux/phantom.h
9818
9819 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9820 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9821 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9822 M:      John Soni Jose <sony.john@avagotech.com>
9823 L:      linux-scsi@vger.kernel.org
9824 W:      http://www.avagotech.com
9825 S:      Supported
9826 F:      drivers/scsi/be2iscsi/
9827
9828 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9829 M:      Sathya Perla <sathya.perla@broadcom.com>
9830 M:      Ajit Khaparde <ajit.khaparde@broadcom.com>
9831 M:      Padmanabh Ratnakar <padmanabh.ratnakar@broadcom.com>
9832 M:      Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com>
9833 M:      Somnath Kotur <somnath.kotur@broadcom.com>
9834 L:      netdev@vger.kernel.org
9835 W:      http://www.emulex.com
9836 S:      Supported
9837 F:      drivers/net/ethernet/emulex/benet/
9838
9839 EMULEX ONECONNECT ROCE DRIVER
9840 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9841 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9842 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9843 L:      linux-rdma@vger.kernel.org
9844 W:      http://www.emulex.com
9845 S:      Supported
9846 F:      drivers/infiniband/hw/ocrdma/
9847
9848 SFC NETWORK DRIVER
9849 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9850 M:      Shradha Shah <sshah@solarflare.com>
9851 L:      netdev@vger.kernel.org
9852 S:      Supported
9853 F:      drivers/net/ethernet/sfc/
9854
9855 SGI GRU DRIVER
9856 M:      Dimitri Sivanich <sivanich@sgi.com>
9857 S:      Maintained
9858 F:      drivers/misc/sgi-gru/
9859
9860 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9861 M:      Pat Gefre <pfg@sgi.com>
9862 L:      linux-ia64@vger.kernel.org
9863 S:      Supported
9864 F:      Documentation/ia64/serial.txt
9865 F:      drivers/tty/serial/ioc?_serial.c
9866 F:      include/linux/ioc?.h
9867
9868 SGI XP/XPC/XPNET DRIVER
9869 M:      Cliff Whickman <cpw@sgi.com>
9870 M:      Robin Holt <robinmholt@gmail.com>
9871 S:      Maintained
9872 F:      drivers/misc/sgi-xp/
9873
9874 SI2157 MEDIA DRIVER
9875 M:      Antti Palosaari <crope@iki.fi>
9876 L:      linux-media@vger.kernel.org
9877 W:      https://linuxtv.org
9878 W:      http://palosaari.fi/linux/
9879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9880 T:      git git://linuxtv.org/anttip/media_tree.git
9881 S:      Maintained
9882 F:      drivers/media/tuners/si2157*
9883
9884 SI2168 MEDIA DRIVER
9885 M:      Antti Palosaari <crope@iki.fi>
9886 L:      linux-media@vger.kernel.org
9887 W:      https://linuxtv.org
9888 W:      http://palosaari.fi/linux/
9889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9890 T:      git git://linuxtv.org/anttip/media_tree.git
9891 S:      Maintained
9892 F:      drivers/media/dvb-frontends/si2168*
9893
9894 SI470X FM RADIO RECEIVER I2C DRIVER
9895 M:      Hans Verkuil <hverkuil@xs4all.nl>
9896 L:      linux-media@vger.kernel.org
9897 T:      git git://linuxtv.org/media_tree.git
9898 W:      https://linuxtv.org
9899 S:      Odd Fixes
9900 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9901
9902 SI470X FM RADIO RECEIVER USB DRIVER
9903 M:      Hans Verkuil <hverkuil@xs4all.nl>
9904 L:      linux-media@vger.kernel.org
9905 T:      git git://linuxtv.org/media_tree.git
9906 W:      https://linuxtv.org
9907 S:      Maintained
9908 F:      drivers/media/radio/si470x/radio-si470x-common.c
9909 F:      drivers/media/radio/si470x/radio-si470x.h
9910 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9911
9912 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9913 M:      Eduardo Valentin <edubezval@gmail.com>
9914 L:      linux-media@vger.kernel.org
9915 T:      git git://linuxtv.org/media_tree.git
9916 W:      https://linuxtv.org
9917 S:      Odd Fixes
9918 F:      drivers/media/radio/si4713/si4713.?
9919
9920 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9921 M:      Eduardo Valentin <edubezval@gmail.com>
9922 L:      linux-media@vger.kernel.org
9923 T:      git git://linuxtv.org/media_tree.git
9924 W:      https://linuxtv.org
9925 S:      Odd Fixes
9926 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9927
9928 SI4713 FM RADIO TRANSMITTER USB DRIVER
9929 M:      Hans Verkuil <hverkuil@xs4all.nl>
9930 L:      linux-media@vger.kernel.org
9931 T:      git git://linuxtv.org/media_tree.git
9932 W:      https://linuxtv.org
9933 S:      Maintained
9934 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9935
9936 SIANO DVB DRIVER
9937 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9938 L:      linux-media@vger.kernel.org
9939 W:      https://linuxtv.org
9940 T:      git git://linuxtv.org/media_tree.git
9941 S:      Odd fixes
9942 F:      drivers/media/common/siano/
9943 F:      drivers/media/usb/siano/
9944 F:      drivers/media/usb/siano/
9945 F:      drivers/media/mmc/siano/
9946
9947 SIMPLEFB FB DRIVER
9948 M:      Hans de Goede <hdegoede@redhat.com>
9949 L:      linux-fbdev@vger.kernel.org
9950 S:      Maintained
9951 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9952 F:      drivers/video/fbdev/simplefb.c
9953 F:      include/linux/platform_data/simplefb.h
9954
9955 SH_VEU V4L2 MEM2MEM DRIVER
9956 L:      linux-media@vger.kernel.org
9957 S:      Orphan
9958 F:      drivers/media/platform/sh_veu.c
9959
9960 SH_VOU V4L2 OUTPUT DRIVER
9961 L:      linux-media@vger.kernel.org
9962 S:      Orphan
9963 F:      drivers/media/platform/sh_vou.c
9964 F:      include/media/drv-intf/sh_vou.h
9965
9966 SIMPLE FIRMWARE INTERFACE (SFI)
9967 M:      Len Brown <lenb@kernel.org>
9968 L:      sfi-devel@simplefirmware.org
9969 W:      http://simplefirmware.org/
9970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9971 S:      Supported
9972 F:      arch/x86/platform/sfi/
9973 F:      drivers/sfi/
9974 F:      include/linux/sfi*.h
9975
9976 SIMTEC EB110ATX (Chalice CATS)
9977 P:      Ben Dooks
9978 P:      Vincent Sanders <vince@simtec.co.uk>
9979 M:      Simtec Linux Team <linux@simtec.co.uk>
9980 W:      http://www.simtec.co.uk/products/EB110ATX/
9981 S:      Supported
9982
9983 SIMTEC EB2410ITX (BAST)
9984 P:      Ben Dooks
9985 P:      Vincent Sanders <vince@simtec.co.uk>
9986 M:      Simtec Linux Team <linux@simtec.co.uk>
9987 W:      http://www.simtec.co.uk/products/EB2410ITX/
9988 S:      Supported
9989 F:      arch/arm/mach-s3c24xx/mach-bast.c
9990 F:      arch/arm/mach-s3c24xx/bast-ide.c
9991 F:      arch/arm/mach-s3c24xx/bast-irq.c
9992
9993 TI DAVINCI MACHINE SUPPORT
9994 M:      Sekhar Nori <nsekhar@ti.com>
9995 M:      Kevin Hilman <khilman@deeprootsystems.com>
9996 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9997 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9998 S:      Supported
9999 F:      arch/arm/mach-davinci/
10000 F:      drivers/i2c/busses/i2c-davinci.c
10001
10002 TI DAVINCI SERIES MEDIA DRIVER
10003 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10004 L:      linux-media@vger.kernel.org
10005 W:      https://linuxtv.org
10006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10007 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10008 S:      Maintained
10009 F:      drivers/media/platform/davinci/
10010 F:      include/media/davinci/
10011
10012 TI AM437X VPFE DRIVER
10013 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10014 L:      linux-media@vger.kernel.org
10015 W:      https://linuxtv.org
10016 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10017 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10018 S:      Maintained
10019 F:      drivers/media/platform/am437x/
10020
10021 OV2659 OMNIVISION SENSOR DRIVER
10022 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
10023 L:      linux-media@vger.kernel.org
10024 W:      https://linuxtv.org
10025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10026 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
10027 S:      Maintained
10028 F:      drivers/media/i2c/ov2659.c
10029 F:      include/media/i2c/ov2659.h
10030
10031 SILICON MOTION SM712 FRAME BUFFER DRIVER
10032 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10033 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10034 M:      Sudip Mukherjee <sudip@vectorindia.org>
10035 L:      linux-fbdev@vger.kernel.org
10036 S:      Maintained
10037 F:      drivers/video/fbdev/sm712*
10038 F:      Documentation/fb/sm712fb.txt
10039
10040 SIS 190 ETHERNET DRIVER
10041 M:      Francois Romieu <romieu@fr.zoreil.com>
10042 L:      netdev@vger.kernel.org
10043 S:      Maintained
10044 F:      drivers/net/ethernet/sis/sis190.c
10045
10046 SIS 900/7016 FAST ETHERNET DRIVER
10047 M:      Daniele Venzano <venza@brownhat.org>
10048 W:      http://www.brownhat.org/sis900.html
10049 L:      netdev@vger.kernel.org
10050 S:      Maintained
10051 F:      drivers/net/ethernet/sis/sis900.*
10052
10053 SIS FRAMEBUFFER DRIVER
10054 M:      Thomas Winischhofer <thomas@winischhofer.net>
10055 W:      http://www.winischhofer.net/linuxsisvga.shtml
10056 S:      Maintained
10057 F:      Documentation/fb/sisfb.txt
10058 F:      drivers/video/fbdev/sis/
10059 F:      include/video/sisfb.h
10060
10061 SIS USB2VGA DRIVER
10062 M:      Thomas Winischhofer <thomas@winischhofer.net>
10063 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10064 S:      Maintained
10065 F:      drivers/usb/misc/sisusbvga/
10066
10067 SLAB ALLOCATOR
10068 M:      Christoph Lameter <cl@linux.com>
10069 M:      Pekka Enberg <penberg@kernel.org>
10070 M:      David Rientjes <rientjes@google.com>
10071 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10072 M:      Andrew Morton <akpm@linux-foundation.org>
10073 L:      linux-mm@kvack.org
10074 S:      Maintained
10075 F:      include/linux/sl?b*.h
10076 F:      mm/sl?b*
10077
10078 SLEEPABLE READ-COPY UPDATE (SRCU)
10079 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10080 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10081 M:      Josh Triplett <josh@joshtriplett.org>
10082 R:      Steven Rostedt <rostedt@goodmis.org>
10083 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10084 L:      linux-kernel@vger.kernel.org
10085 W:      http://www.rdrop.com/users/paulmck/RCU/
10086 S:      Supported
10087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10088 F:      include/linux/srcu.h
10089 F:      kernel/rcu/srcu.c
10090
10091 SMACK SECURITY MODULE
10092 M:      Casey Schaufler <casey@schaufler-ca.com>
10093 L:      linux-security-module@vger.kernel.org
10094 W:      http://schaufler-ca.com
10095 T:      git git://git.gitorious.org/smack-next/kernel.git
10096 S:      Maintained
10097 F:      Documentation/security/Smack.txt
10098 F:      security/smack/
10099
10100 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10101 M:      Kevin Hilman <khilman@kernel.org>
10102 M:      Nishanth Menon <nm@ti.com>
10103 S:      Maintained
10104 F:      drivers/power/avs/
10105 F:      include/linux/power/smartreflex.h
10106 L:      linux-pm@vger.kernel.org
10107
10108 SMC91x ETHERNET DRIVER
10109 M:      Nicolas Pitre <nico@fluxnic.net>
10110 S:      Odd Fixes
10111 F:      drivers/net/ethernet/smsc/smc91x.*
10112
10113 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10114 M:      Sakari Ailus <sakari.ailus@iki.fi>
10115 L:      linux-media@vger.kernel.org
10116 S:      Maintained
10117 F:      drivers/media/i2c/smiapp/
10118 F:      include/media/i2c/smiapp.h
10119 F:      drivers/media/i2c/smiapp-pll.c
10120 F:      drivers/media/i2c/smiapp-pll.h
10121 F:      include/uapi/linux/smiapp.h
10122 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10123
10124 SMM665 HARDWARE MONITOR DRIVER
10125 M:      Guenter Roeck <linux@roeck-us.net>
10126 L:      lm-sensors@lm-sensors.org
10127 S:      Maintained
10128 F:      Documentation/hwmon/smm665
10129 F:      drivers/hwmon/smm665.c
10130
10131 SMSC EMC2103 HARDWARE MONITOR DRIVER
10132 M:      Steve Glendinning <steve.glendinning@shawell.net>
10133 L:      lm-sensors@lm-sensors.org
10134 S:      Maintained
10135 F:      Documentation/hwmon/emc2103
10136 F:      drivers/hwmon/emc2103.c
10137
10138 SMSC SCH5627 HARDWARE MONITOR DRIVER
10139 M:      Hans de Goede <hdegoede@redhat.com>
10140 L:      lm-sensors@lm-sensors.org
10141 S:      Supported
10142 F:      Documentation/hwmon/sch5627
10143 F:      drivers/hwmon/sch5627.c
10144
10145 SMSC47B397 HARDWARE MONITOR DRIVER
10146 M:      Jean Delvare <jdelvare@suse.com>
10147 L:      lm-sensors@lm-sensors.org
10148 S:      Maintained
10149 F:      Documentation/hwmon/smsc47b397
10150 F:      drivers/hwmon/smsc47b397.c
10151
10152 SMSC911x ETHERNET DRIVER
10153 M:      Steve Glendinning <steve.glendinning@shawell.net>
10154 L:      netdev@vger.kernel.org
10155 S:      Maintained
10156 F:      include/linux/smsc911x.h
10157 F:      drivers/net/ethernet/smsc/smsc911x.*
10158
10159 SMSC9420 PCI ETHERNET DRIVER
10160 M:      Steve Glendinning <steve.glendinning@shawell.net>
10161 L:      netdev@vger.kernel.org
10162 S:      Maintained
10163 F:      drivers/net/ethernet/smsc/smsc9420.*
10164
10165 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10166 M:      Steve Glendinning <steve.glendinning@shawell.net>
10167 L:      linux-fbdev@vger.kernel.org
10168 S:      Maintained
10169 F:      drivers/video/fbdev/smscufx.c
10170
10171 SOC-CAMERA V4L2 SUBSYSTEM
10172 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10173 L:      linux-media@vger.kernel.org
10174 T:      git git://linuxtv.org/media_tree.git
10175 S:      Maintained
10176 F:      include/media/soc*
10177 F:      drivers/media/i2c/soc_camera/
10178 F:      drivers/media/platform/soc_camera/
10179
10180 SOEKRIS NET48XX LED SUPPORT
10181 M:      Chris Boot <bootc@bootc.net>
10182 S:      Maintained
10183 F:      drivers/leds/leds-net48xx.c
10184
10185 SOFTLOGIC 6x10 MPEG CODEC
10186 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10187 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10188 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10189 M:      Ismael Luceno <ismael@iodev.co.uk>
10190 L:      linux-media@vger.kernel.org
10191 S:      Supported
10192 F:      drivers/media/pci/solo6x10/
10193
10194 SOFTWARE RAID (Multiple Disks) SUPPORT
10195 M:      Shaohua Li <shli@kernel.org>
10196 L:      linux-raid@vger.kernel.org
10197 T:      git git://neil.brown.name/md
10198 S:      Supported
10199 F:      drivers/md/
10200 F:      include/linux/raid/
10201 F:      include/uapi/linux/raid/
10202
10203 SONIC NETWORK DRIVER
10204 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10205 L:      netdev@vger.kernel.org
10206 S:      Maintained
10207 F:      drivers/net/ethernet/natsemi/sonic.*
10208
10209 SONICS SILICON BACKPLANE DRIVER (SSB)
10210 M:      Michael Buesch <m@bues.ch>
10211 L:      linux-wireless@vger.kernel.org
10212 S:      Maintained
10213 F:      drivers/ssb/
10214 F:      include/linux/ssb/
10215
10216 SONY VAIO CONTROL DEVICE DRIVER
10217 M:      Mattia Dongili <malattia@linux.it>
10218 L:      platform-driver-x86@vger.kernel.org
10219 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10220 S:      Maintained
10221 F:      Documentation/laptops/sony-laptop.txt
10222 F:      drivers/char/sonypi.c
10223 F:      drivers/platform/x86/sony-laptop.c
10224 F:      include/linux/sony-laptop.h
10225
10226 SONY MEMORYSTICK CARD SUPPORT
10227 M:      Alex Dubov <oakad@yahoo.com>
10228 W:      http://tifmxx.berlios.de/
10229 S:      Maintained
10230 F:      drivers/memstick/host/tifm_ms.c
10231
10232 SONY MEMORYSTICK STANDARD SUPPORT
10233 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10234 S:      Maintained
10235 F:      drivers/memstick/core/ms_block.*
10236
10237 SOUND
10238 M:      Jaroslav Kysela <perex@perex.cz>
10239 M:      Takashi Iwai <tiwai@suse.com>
10240 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10241 W:      http://www.alsa-project.org/
10242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10243 T:      git git://git.alsa-project.org/alsa-kernel.git
10244 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10245 S:      Maintained
10246 F:      Documentation/sound/
10247 F:      include/sound/
10248 F:      include/uapi/sound/
10249 F:      sound/
10250
10251 SOUND - COMPRESSED AUDIO
10252 M:      Vinod Koul <vinod.koul@intel.com>
10253 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10255 S:      Supported
10256 F:      Documentation/sound/alsa/compress_offload.txt
10257 F:      include/sound/compress_driver.h
10258 F:      include/uapi/sound/compress_*
10259 F:      sound/core/compress_offload.c
10260 F:      sound/soc/soc-compress.c
10261
10262 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10263 M:      Liam Girdwood <lgirdwood@gmail.com>
10264 M:      Mark Brown <broonie@kernel.org>
10265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10266 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10267 W:      http://alsa-project.org/main/index.php/ASoC
10268 S:      Supported
10269 F:      Documentation/sound/alsa/soc/
10270 F:      sound/soc/
10271 F:      include/sound/soc*
10272
10273 SOUND - DMAENGINE HELPERS
10274 M:      Lars-Peter Clausen <lars@metafoo.de>
10275 S:      Supported
10276 F:      include/sound/dmaengine_pcm.h
10277 F:      sound/core/pcm_dmaengine.c
10278 F:      sound/soc/soc-generic-dmaengine-pcm.c
10279
10280 SP2 MEDIA DRIVER
10281 M:      Olli Salonen <olli.salonen@iki.fi>
10282 L:      linux-media@vger.kernel.org
10283 W:      https://linuxtv.org
10284 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10285 S:      Maintained
10286 F:      drivers/media/dvb-frontends/sp2*
10287
10288 SPARC + UltraSPARC (sparc/sparc64)
10289 M:      "David S. Miller" <davem@davemloft.net>
10290 L:      sparclinux@vger.kernel.org
10291 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10294 S:      Maintained
10295 F:      arch/sparc/
10296 F:      drivers/sbus/
10297
10298 SPARC SERIAL DRIVERS
10299 M:      "David S. Miller" <davem@davemloft.net>
10300 L:      sparclinux@vger.kernel.org
10301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10303 S:      Maintained
10304 F:      include/linux/sunserialcore.h
10305 F:      drivers/tty/serial/suncore.c
10306 F:      drivers/tty/serial/sunhv.c
10307 F:      drivers/tty/serial/sunsab.c
10308 F:      drivers/tty/serial/sunsab.h
10309 F:      drivers/tty/serial/sunsu.c
10310 F:      drivers/tty/serial/sunzilog.c
10311 F:      drivers/tty/serial/sunzilog.h
10312
10313 SPARSE CHECKER
10314 M:      "Christopher Li" <sparse@chrisli.org>
10315 L:      linux-sparse@vger.kernel.org
10316 W:      https://sparse.wiki.kernel.org/
10317 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10318 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10319 S:      Maintained
10320 F:      include/linux/compiler.h
10321
10322 SPEAR PLATFORM SUPPORT
10323 M:      Viresh Kumar <vireshk@kernel.org>
10324 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10325 L:      spear-devel@list.st.com
10326 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10327 W:      http://www.st.com/spear
10328 S:      Maintained
10329 F:      arch/arm/boot/dts/spear*
10330 F:      arch/arm/mach-spear/
10331
10332 SPEAR CLOCK FRAMEWORK SUPPORT
10333 M:      Viresh Kumar <vireshk@kernel.org>
10334 L:      spear-devel@list.st.com
10335 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10336 W:      http://www.st.com/spear
10337 S:      Maintained
10338 F:      drivers/clk/spear/
10339
10340 SPI SUBSYSTEM
10341 M:      Mark Brown <broonie@kernel.org>
10342 L:      linux-spi@vger.kernel.org
10343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10344 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10345 S:      Maintained
10346 F:      Documentation/spi/
10347 F:      drivers/spi/
10348 F:      include/linux/spi/
10349 F:      include/uapi/linux/spi/
10350
10351 SPIDERNET NETWORK DRIVER for CELL
10352 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10353 L:      netdev@vger.kernel.org
10354 S:      Supported
10355 F:      Documentation/networking/spider_net.txt
10356 F:      drivers/net/ethernet/toshiba/spider_net*
10357
10358 SPU FILE SYSTEM
10359 M:      Jeremy Kerr <jk@ozlabs.org>
10360 L:      linuxppc-dev@lists.ozlabs.org
10361 W:      http://www.ibm.com/developerworks/power/cell/
10362 S:      Supported
10363 F:      Documentation/filesystems/spufs.txt
10364 F:      arch/powerpc/platforms/cell/spufs/
10365
10366 SQUASHFS FILE SYSTEM
10367 M:      Phillip Lougher <phillip@squashfs.org.uk>
10368 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10369 W:      http://squashfs.org.uk
10370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10371 S:      Maintained
10372 F:      Documentation/filesystems/squashfs.txt
10373 F:      fs/squashfs/
10374
10375 SRM (Alpha) environment access
10376 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10377 S:      Maintained
10378 F:      arch/alpha/kernel/srm_env.c
10379
10380 STABLE BRANCH
10381 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10382 L:      stable@vger.kernel.org
10383 S:      Supported
10384 F:      Documentation/stable_kernel_rules.txt
10385
10386 STAGING SUBSYSTEM
10387 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10389 L:      devel@driverdev.osuosl.org
10390 S:      Supported
10391 F:      drivers/staging/
10392
10393 STAGING - COMEDI
10394 M:      Ian Abbott <abbotti@mev.co.uk>
10395 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10396 S:      Odd Fixes
10397 F:      drivers/staging/comedi/
10398
10399 STAGING - FLARION FT1000 DRIVERS
10400 M:      Marek Belisko <marek.belisko@gmail.com>
10401 S:      Odd Fixes
10402 F:      drivers/staging/ft1000/
10403
10404 STAGING - INDUSTRIAL IO
10405 M:      Jonathan Cameron <jic23@kernel.org>
10406 L:      linux-iio@vger.kernel.org
10407 S:      Odd Fixes
10408 F:      drivers/staging/iio/
10409
10410 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10411 M:      Jarod Wilson <jarod@wilsonet.com>
10412 W:      http://www.lirc.org/
10413 S:      Odd Fixes
10414 F:      drivers/staging/media/lirc/
10415
10416 STAGING - LUSTRE PARALLEL FILESYSTEM
10417 M:      Oleg Drokin <oleg.drokin@intel.com>
10418 M:      Andreas Dilger <andreas.dilger@intel.com>
10419 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10420 W:      http://wiki.lustre.org/
10421 S:      Maintained
10422 F:      drivers/staging/lustre
10423
10424 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10425 M:      Marc Dietrich <marvin24@gmx.de>
10426 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10427 L:      linux-tegra@vger.kernel.org
10428 S:      Maintained
10429 F:      drivers/staging/nvec/
10430
10431 STAGING - REALTEK RTL8712U DRIVERS
10432 M:      Larry Finger <Larry.Finger@lwfinger.net>
10433 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10434 S:      Odd Fixes
10435 F:      drivers/staging/rtl8712/
10436
10437 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10438 M:      Larry Finger <Larry.Finger@lwfinger.net>
10439 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10440 L:      linux-wireless@vger.kernel.org
10441 S:      Maintained
10442 F:      drivers/staging/rtl8723au/
10443
10444 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10445 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10446 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10447 M:      Sudip Mukherjee <sudip@vectorindia.org>
10448 L:      linux-fbdev@vger.kernel.org
10449 S:      Maintained
10450 F:      drivers/staging/sm750fb/
10451
10452 STAGING - SLICOSS
10453 M:      Lior Dotan <liodot@gmail.com>
10454 M:      Christopher Harrer <charrer@alacritech.com>
10455 S:      Odd Fixes
10456 F:      drivers/staging/slicoss/
10457
10458 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10459 M:      William Hubbs <w.d.hubbs@gmail.com>
10460 M:      Chris Brannon <chris@the-brannons.com>
10461 M:      Kirk Reiser <kirk@reisers.ca>
10462 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10463 L:      speakup@linux-speakup.org
10464 W:      http://www.linux-speakup.org/
10465 S:      Odd Fixes
10466 F:      drivers/staging/speakup/
10467
10468 STAGING - VIA VT665X DRIVERS
10469 M:      Forest Bond <forest@alittletooquiet.net>
10470 S:      Odd Fixes
10471 F:      drivers/staging/vt665?/
10472
10473 STAGING - WILC1000 WIFI DRIVER
10474 M:      Johnny Kim <johnny.kim@atmel.com>
10475 M:      Austin Shin <austin.shin@atmel.com>
10476 M:      Chris Park <chris.park@atmel.com>
10477 M:      Tony Cho <tony.cho@atmel.com>
10478 M:      Glen Lee <glen.lee@atmel.com>
10479 M:      Leo Kim <leo.kim@atmel.com>
10480 L:      linux-wireless@vger.kernel.org
10481 S:      Supported
10482 F:      drivers/staging/wilc1000/
10483
10484 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10485 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10486 S:      Odd Fixes
10487 F:      drivers/staging/xgifb/
10488
10489 HFI1 DRIVER
10490 M:      Mike Marciniszyn <infinipath@intel.com>
10491 L:      linux-rdma@vger.kernel.org
10492 S:      Supported
10493 F:      drivers/staging/rdma/hfi1
10494
10495 STARFIRE/DURALAN NETWORK DRIVER
10496 M:      Ion Badulescu <ionut@badula.org>
10497 S:      Odd Fixes
10498 F:      drivers/net/ethernet/adaptec/starfire*
10499
10500 SUN3/3X
10501 M:      Sam Creasey <sammy@sammy.net>
10502 W:      http://sammy.net/sun3/
10503 S:      Maintained
10504 F:      arch/m68k/kernel/*sun3*
10505 F:      arch/m68k/sun3*/
10506 F:      arch/m68k/include/asm/sun3*
10507 F:      drivers/net/ethernet/i825xx/sun3*
10508
10509 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10510 M:      Hans de Goede <hdegoede@redhat.com>
10511 L:      linux-input@vger.kernel.org
10512 S:      Maintained
10513 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10514 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10515
10516 SUNDANCE NETWORK DRIVER
10517 M:      Denis Kirjanov <kda@linux-powerpc.org>
10518 L:      netdev@vger.kernel.org
10519 S:      Maintained
10520 F:      drivers/net/ethernet/dlink/sundance.c
10521
10522 SUPERH
10523 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10524 M:      Rich Felker <dalias@libc.org>
10525 L:      linux-sh@vger.kernel.org
10526 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10527 S:      Maintained
10528 F:      Documentation/sh/
10529 F:      arch/sh/
10530 F:      drivers/sh/
10531
10532 SUSPEND TO RAM
10533 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10534 M:      Len Brown <len.brown@intel.com>
10535 M:      Pavel Machek <pavel@ucw.cz>
10536 L:      linux-pm@vger.kernel.org
10537 S:      Supported
10538 F:      Documentation/power/
10539 F:      arch/x86/kernel/acpi/
10540 F:      drivers/base/power/
10541 F:      kernel/power/
10542 F:      include/linux/suspend.h
10543 F:      include/linux/freezer.h
10544 F:      include/linux/pm.h
10545
10546 SVGA HANDLING
10547 M:      Martin Mares <mj@ucw.cz>
10548 L:      linux-video@atrey.karlin.mff.cuni.cz
10549 S:      Maintained
10550 F:      Documentation/svga.txt
10551 F:      arch/x86/boot/video*
10552
10553 SWIOTLB SUBSYSTEM
10554 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10555 L:      linux-kernel@vger.kernel.org
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10557 S:      Supported
10558 F:      lib/swiotlb.c
10559 F:      arch/*/kernel/pci-swiotlb.c
10560 F:      include/linux/swiotlb.h
10561
10562 SWITCHDEV
10563 M:      Jiri Pirko <jiri@resnulli.us>
10564 L:      netdev@vger.kernel.org
10565 S:      Supported
10566 F:      net/switchdev/
10567 F:      include/net/switchdev.h
10568
10569 SYNOPSYS ARC ARCHITECTURE
10570 M:      Vineet Gupta <vgupta@synopsys.com>
10571 L:      linux-snps-arc@lists.infradead.org
10572 S:      Supported
10573 F:      arch/arc/
10574 F:      Documentation/devicetree/bindings/arc/*
10575 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10576 F:      drivers/tty/serial/arc_uart.c
10577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10578
10579 SYNOPSYS ARC SDP platform support
10580 M:      Alexey Brodkin <abrodkin@synopsys.com>
10581 S:      Supported
10582 F:      arch/arc/plat-axs10x
10583 F:      arch/arc/boot/dts/ax*
10584 F:      Documentation/devicetree/bindings/arc/axs10*
10585
10586 SYSTEM CONFIGURATION (SYSCON)
10587 M:      Lee Jones <lee.jones@linaro.org>
10588 M:      Arnd Bergmann <arnd@arndb.de>
10589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10590 S:      Supported
10591 F:      drivers/mfd/syscon.c
10592
10593 SYSV FILESYSTEM
10594 M:      Christoph Hellwig <hch@infradead.org>
10595 S:      Maintained
10596 F:      Documentation/filesystems/sysv-fs.txt
10597 F:      fs/sysv/
10598 F:      include/linux/sysv_fs.h
10599
10600 TARGET SUBSYSTEM
10601 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10602 L:      linux-scsi@vger.kernel.org
10603 L:      target-devel@vger.kernel.org
10604 W:      http://www.linux-iscsi.org
10605 W:      http://groups.google.com/group/linux-iscsi-target-dev
10606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10607 S:      Supported
10608 F:      drivers/target/
10609 F:      include/target/
10610 F:      Documentation/target/
10611
10612 TASKSTATS STATISTICS INTERFACE
10613 M:      Balbir Singh <bsingharora@gmail.com>
10614 S:      Maintained
10615 F:      Documentation/accounting/taskstats*
10616 F:      include/linux/taskstats*
10617 F:      kernel/taskstats.c
10618
10619 TC CLASSIFIER
10620 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10621 L:      netdev@vger.kernel.org
10622 S:      Maintained
10623 F:      include/net/pkt_cls.h
10624 F:      include/uapi/linux/pkt_cls.h
10625 F:      net/sched/
10626
10627 TCP LOW PRIORITY MODULE
10628 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10629 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10630 W:      http://tcp-lp-mod.sourceforge.net/
10631 S:      Maintained
10632 F:      net/ipv4/tcp_lp.c
10633
10634 TDA10071 MEDIA DRIVER
10635 M:      Antti Palosaari <crope@iki.fi>
10636 L:      linux-media@vger.kernel.org
10637 W:      https://linuxtv.org
10638 W:      http://palosaari.fi/linux/
10639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10640 T:      git git://linuxtv.org/anttip/media_tree.git
10641 S:      Maintained
10642 F:      drivers/media/dvb-frontends/tda10071*
10643
10644 TDA18212 MEDIA DRIVER
10645 M:      Antti Palosaari <crope@iki.fi>
10646 L:      linux-media@vger.kernel.org
10647 W:      https://linuxtv.org
10648 W:      http://palosaari.fi/linux/
10649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10650 T:      git git://linuxtv.org/anttip/media_tree.git
10651 S:      Maintained
10652 F:      drivers/media/tuners/tda18212*
10653
10654 TDA18218 MEDIA DRIVER
10655 M:      Antti Palosaari <crope@iki.fi>
10656 L:      linux-media@vger.kernel.org
10657 W:      https://linuxtv.org
10658 W:      http://palosaari.fi/linux/
10659 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10660 T:      git git://linuxtv.org/anttip/media_tree.git
10661 S:      Maintained
10662 F:      drivers/media/tuners/tda18218*
10663
10664 TDA18271 MEDIA DRIVER
10665 M:      Michael Krufky <mkrufky@linuxtv.org>
10666 L:      linux-media@vger.kernel.org
10667 W:      https://linuxtv.org
10668 W:      http://github.com/mkrufky
10669 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10670 T:      git git://linuxtv.org/mkrufky/tuners.git
10671 S:      Maintained
10672 F:      drivers/media/tuners/tda18271*
10673
10674 TDA827x MEDIA DRIVER
10675 M:      Michael Krufky <mkrufky@linuxtv.org>
10676 L:      linux-media@vger.kernel.org
10677 W:      https://linuxtv.org
10678 W:      http://github.com/mkrufky
10679 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10680 T:      git git://linuxtv.org/mkrufky/tuners.git
10681 S:      Maintained
10682 F:      drivers/media/tuners/tda8290.*
10683
10684 TDA8290 MEDIA DRIVER
10685 M:      Michael Krufky <mkrufky@linuxtv.org>
10686 L:      linux-media@vger.kernel.org
10687 W:      https://linuxtv.org
10688 W:      http://github.com/mkrufky
10689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10690 T:      git git://linuxtv.org/mkrufky/tuners.git
10691 S:      Maintained
10692 F:      drivers/media/tuners/tda8290.*
10693
10694 TDA9840 MEDIA DRIVER
10695 M:      Hans Verkuil <hverkuil@xs4all.nl>
10696 L:      linux-media@vger.kernel.org
10697 T:      git git://linuxtv.org/media_tree.git
10698 W:      https://linuxtv.org
10699 S:      Maintained
10700 F:      drivers/media/i2c/tda9840*
10701
10702 TEA5761 TUNER DRIVER
10703 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10704 L:      linux-media@vger.kernel.org
10705 W:      https://linuxtv.org
10706 T:      git git://linuxtv.org/media_tree.git
10707 S:      Odd fixes
10708 F:      drivers/media/tuners/tea5761.*
10709
10710 TEA5767 TUNER DRIVER
10711 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10712 L:      linux-media@vger.kernel.org
10713 W:      https://linuxtv.org
10714 T:      git git://linuxtv.org/media_tree.git
10715 S:      Maintained
10716 F:      drivers/media/tuners/tea5767.*
10717
10718 TEA6415C MEDIA DRIVER
10719 M:      Hans Verkuil <hverkuil@xs4all.nl>
10720 L:      linux-media@vger.kernel.org
10721 T:      git git://linuxtv.org/media_tree.git
10722 W:      https://linuxtv.org
10723 S:      Maintained
10724 F:      drivers/media/i2c/tea6415c*
10725
10726 TEA6420 MEDIA DRIVER
10727 M:      Hans Verkuil <hverkuil@xs4all.nl>
10728 L:      linux-media@vger.kernel.org
10729 T:      git git://linuxtv.org/media_tree.git
10730 W:      https://linuxtv.org
10731 S:      Maintained
10732 F:      drivers/media/i2c/tea6420*
10733
10734 TEAM DRIVER
10735 M:      Jiri Pirko <jiri@resnulli.us>
10736 L:      netdev@vger.kernel.org
10737 S:      Supported
10738 F:      drivers/net/team/
10739 F:      include/linux/if_team.h
10740 F:      include/uapi/linux/if_team.h
10741
10742 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10743 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10744 S:      Maintained
10745 F:      arch/x86/platform/ts5500/
10746
10747 TECHNOTREND USB IR RECEIVER
10748 M:      Sean Young <sean@mess.org>
10749 L:      linux-media@vger.kernel.org
10750 S:      Maintained
10751 F:      drivers/media/rc/ttusbir.c
10752
10753 TEGRA ARCHITECTURE SUPPORT
10754 M:      Stephen Warren <swarren@wwwdotorg.org>
10755 M:      Thierry Reding <thierry.reding@gmail.com>
10756 M:      Alexandre Courbot <gnurou@gmail.com>
10757 L:      linux-tegra@vger.kernel.org
10758 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10760 S:      Supported
10761 N:      [^a-z]tegra
10762
10763 TEGRA CLOCK DRIVER
10764 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10765 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10766 S:      Supported
10767 F:      drivers/clk/tegra/
10768
10769 TEGRA DMA DRIVER
10770 M:      Laxman Dewangan <ldewangan@nvidia.com>
10771 S:      Supported
10772 F:      drivers/dma/tegra20-apb-dma.c
10773
10774 TEGRA I2C DRIVER
10775 M:      Laxman Dewangan <ldewangan@nvidia.com>
10776 S:      Supported
10777 F:      drivers/i2c/busses/i2c-tegra.c
10778
10779 TEGRA IOMMU DRIVERS
10780 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10781 S:      Supported
10782 F:      drivers/iommu/tegra*
10783
10784 TEGRA KBC DRIVER
10785 M:      Rakesh Iyer <riyer@nvidia.com>
10786 M:      Laxman Dewangan <ldewangan@nvidia.com>
10787 S:      Supported
10788 F:      drivers/input/keyboard/tegra-kbc.c
10789
10790 TEGRA PWM DRIVER
10791 M:      Thierry Reding <thierry.reding@gmail.com>
10792 S:      Supported
10793 F:      drivers/pwm/pwm-tegra.c
10794
10795 TEGRA SERIAL DRIVER
10796 M:      Laxman Dewangan <ldewangan@nvidia.com>
10797 S:      Supported
10798 F:      drivers/tty/serial/serial-tegra.c
10799
10800 TEGRA SPI DRIVER
10801 M:      Laxman Dewangan <ldewangan@nvidia.com>
10802 S:      Supported
10803 F:      drivers/spi/spi-tegra*
10804
10805 TEHUTI ETHERNET DRIVER
10806 M:      Andy Gospodarek <andy@greyhouse.net>
10807 L:      netdev@vger.kernel.org
10808 S:      Supported
10809 F:      drivers/net/ethernet/tehuti/*
10810
10811 Telecom Clock Driver for MCPL0010
10812 M:      Mark Gross <mark.gross@intel.com>
10813 S:      Supported
10814 F:      drivers/char/tlclk.c
10815
10816 TENSILICA XTENSA PORT (xtensa)
10817 M:      Chris Zankel <chris@zankel.net>
10818 M:      Max Filippov <jcmvbkbc@gmail.com>
10819 L:      linux-xtensa@linux-xtensa.org
10820 T:      git git://github.com/czankel/xtensa-linux.git
10821 S:      Maintained
10822 F:      arch/xtensa/
10823 F:      drivers/irqchip/irq-xtensa-*
10824
10825 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10826 M:      Hans Verkuil <hverkuil@xs4all.nl>
10827 L:      linux-media@vger.kernel.org
10828 T:      git git://linuxtv.org/media_tree.git
10829 W:      https://linuxtv.org
10830 S:      Maintained
10831 F:      drivers/media/radio/radio-raremono.c
10832
10833 THERMAL
10834 M:      Zhang Rui <rui.zhang@intel.com>
10835 M:      Eduardo Valentin <edubezval@gmail.com>
10836 L:      linux-pm@vger.kernel.org
10837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10839 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10840 S:      Supported
10841 F:      drivers/thermal/
10842 F:      include/linux/thermal.h
10843 F:      include/uapi/linux/thermal.h
10844 F:      include/linux/cpu_cooling.h
10845 F:      Documentation/devicetree/bindings/thermal/
10846
10847 THERMAL/CPU_COOLING
10848 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10849 M:      Viresh Kumar <viresh.kumar@linaro.org>
10850 M:      Javi Merino <javi.merino@arm.com>
10851 L:      linux-pm@vger.kernel.org
10852 S:      Supported
10853 F:      Documentation/thermal/cpu-cooling-api.txt
10854 F:      drivers/thermal/cpu_cooling.c
10855 F:      include/linux/cpu_cooling.h
10856
10857 THINGM BLINK(1) USB RGB LED DRIVER
10858 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10859 S:      Maintained
10860 F:      drivers/hid/hid-thingm.c
10861
10862 THINKPAD ACPI EXTRAS DRIVER
10863 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10864 L:      ibm-acpi-devel@lists.sourceforge.net
10865 L:      platform-driver-x86@vger.kernel.org
10866 W:      http://ibm-acpi.sourceforge.net
10867 W:      http://thinkwiki.org/wiki/Ibm-acpi
10868 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10869 S:      Maintained
10870 F:      drivers/platform/x86/thinkpad_acpi.c
10871
10872 TI BANDGAP AND THERMAL DRIVER
10873 M:      Eduardo Valentin <edubezval@gmail.com>
10874 L:      linux-pm@vger.kernel.org
10875 L:      linux-omap@vger.kernel.org
10876 S:      Maintained
10877 F:      drivers/thermal/ti-soc-thermal/
10878
10879 TI VPE/CAL DRIVERS
10880 M:      Benoit Parrot <bparrot@ti.com>
10881 L:      linux-media@vger.kernel.org
10882 W:      http://linuxtv.org/
10883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10884 S:      Maintained
10885 F:      drivers/media/platform/ti-vpe/
10886
10887 TI CDCE706 CLOCK DRIVER
10888 M:      Max Filippov <jcmvbkbc@gmail.com>
10889 S:      Maintained
10890 F:      drivers/clk/clk-cdce706.c
10891
10892 TI CLOCK DRIVER
10893 M:      Tero Kristo <t-kristo@ti.com>
10894 L:      linux-omap@vger.kernel.org
10895 S:      Maintained
10896 F:      drivers/clk/ti/
10897 F:      include/linux/clk/ti.h
10898
10899 TI FLASH MEDIA INTERFACE DRIVER
10900 M:      Alex Dubov <oakad@yahoo.com>
10901 S:      Maintained
10902 F:      drivers/misc/tifm*
10903 F:      drivers/mmc/host/tifm_sd.c
10904 F:      include/linux/tifm.h
10905
10906 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10907 M:      Santosh Shilimkar <ssantosh@kernel.org>
10908 L:      linux-kernel@vger.kernel.org
10909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10910 S:      Maintained
10911 F:      drivers/soc/ti/*
10912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10913
10914
10915 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10916 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10917 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10918 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10919 S:      Maintained
10920 F:      sound/soc/codecs/lm49453*
10921 F:      sound/soc/codecs/isabelle*
10922
10923 TI LP855x BACKLIGHT DRIVER
10924 M:      Milo Kim <milo.kim@ti.com>
10925 S:      Maintained
10926 F:      Documentation/backlight/lp855x-driver.txt
10927 F:      drivers/video/backlight/lp855x_bl.c
10928 F:      include/linux/platform_data/lp855x.h
10929
10930 TI LP8727 CHARGER DRIVER
10931 M:      Milo Kim <milo.kim@ti.com>
10932 S:      Maintained
10933 F:      drivers/power/lp8727_charger.c
10934 F:      include/linux/platform_data/lp8727.h
10935
10936 TI LP8788 MFD DRIVER
10937 M:      Milo Kim <milo.kim@ti.com>
10938 S:      Maintained
10939 F:      drivers/iio/adc/lp8788_adc.c
10940 F:      drivers/leds/leds-lp8788.c
10941 F:      drivers/mfd/lp8788*.c
10942 F:      drivers/power/lp8788-charger.c
10943 F:      drivers/regulator/lp8788-*.c
10944 F:      include/linux/mfd/lp8788*.h
10945
10946 TI NETCP ETHERNET DRIVER
10947 M:      Wingman Kwok <w-kwok2@ti.com>
10948 M:      Murali Karicheri <m-karicheri2@ti.com>
10949 L:      netdev@vger.kernel.org
10950 S:      Maintained
10951 F:      drivers/net/ethernet/ti/netcp*
10952
10953 TI TAS571X FAMILY ASoC CODEC DRIVER
10954 M:      Kevin Cernekee <cernekee@chromium.org>
10955 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10956 S:      Odd Fixes
10957 F:      sound/soc/codecs/tas571x*
10958
10959 TI TWL4030 SERIES SOC CODEC DRIVER
10960 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10961 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10962 S:      Maintained
10963 F:      sound/soc/codecs/twl4030*
10964
10965 TI WILINK WIRELESS DRIVERS
10966 L:      linux-wireless@vger.kernel.org
10967 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10968 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10970 S:      Orphan
10971 F:      drivers/net/wireless/ti/
10972 F:      include/linux/wl12xx.h
10973
10974 TIPC NETWORK LAYER
10975 M:      Jon Maloy <jon.maloy@ericsson.com>
10976 M:      Ying Xue <ying.xue@windriver.com>
10977 L:      netdev@vger.kernel.org (core kernel code)
10978 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10979 W:      http://tipc.sourceforge.net/
10980 S:      Maintained
10981 F:      include/uapi/linux/tipc*.h
10982 F:      net/tipc/
10983
10984 TILE ARCHITECTURE
10985 M:      Chris Metcalf <cmetcalf@ezchip.com>
10986 W:      http://www.ezchip.com/scm/
10987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10988 S:      Supported
10989 F:      arch/tile/
10990 F:      drivers/char/tile-srom.c
10991 F:      drivers/edac/tile_edac.c
10992 F:      drivers/net/ethernet/tile/
10993 F:      drivers/rtc/rtc-tile.c
10994 F:      drivers/tty/hvc/hvc_tile.c
10995 F:      drivers/tty/serial/tilegx.c
10996 F:      drivers/usb/host/*-tilegx.c
10997 F:      include/linux/usb/tilegx.h
10998
10999 TLAN NETWORK DRIVER
11000 M:      Samuel Chessman <chessman@tux.org>
11001 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
11002 W:      http://sourceforge.net/projects/tlan/
11003 S:      Maintained
11004 F:      Documentation/networking/tlan.txt
11005 F:      drivers/net/ethernet/ti/tlan.*
11006
11007 TOMOYO SECURITY MODULE
11008 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
11009 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
11010 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
11011 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
11012 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
11013 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
11014 W:      http://tomoyo.sourceforge.jp/
11015 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
11016 S:      Maintained
11017 F:      security/tomoyo/
11018
11019 TOPSTAR LAPTOP EXTRAS DRIVER
11020 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
11021 L:      platform-driver-x86@vger.kernel.org
11022 S:      Maintained
11023 F:      drivers/platform/x86/topstar-laptop.c
11024
11025 TOSHIBA ACPI EXTRAS DRIVER
11026 M:      Azael Avalos <coproscefalo@gmail.com>
11027 L:      platform-driver-x86@vger.kernel.org
11028 S:      Maintained
11029 F:      drivers/platform/x86/toshiba_acpi.c
11030
11031 TOSHIBA BLUETOOTH DRIVER
11032 M:      Azael Avalos <coproscefalo@gmail.com>
11033 L:      platform-driver-x86@vger.kernel.org
11034 S:      Maintained
11035 F:      drivers/platform/x86/toshiba_bluetooth.c
11036
11037 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
11038 M:      Azael Avalos <coproscefalo@gmail.com>
11039 L:      platform-driver-x86@vger.kernel.org
11040 S:      Maintained
11041 F:      drivers/platform/x86/toshiba_haps.c
11042
11043 TOSHIBA WMI HOTKEYS DRIVER
11044 M:      Azael Avalos <coproscefalo@gmail.com>
11045 L:      platform-driver-x86@vger.kernel.org
11046 S:      Maintained
11047 F:      drivers/platform/x86/toshiba-wmi.c
11048
11049 TOSHIBA SMM DRIVER
11050 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11051 W:      http://www.buzzard.org.uk/toshiba/
11052 S:      Maintained
11053 F:      drivers/char/toshiba.c
11054 F:      include/linux/toshiba.h
11055 F:      include/uapi/linux/toshiba.h
11056
11057 TOSHIBA TC358743 DRIVER
11058 M:      Mats Randgaard <matrandg@cisco.com>
11059 L:      linux-media@vger.kernel.org
11060 S:      Maintained
11061 F:      drivers/media/i2c/tc358743*
11062 F:      include/media/i2c/tc358743.h
11063
11064 TMIO MMC DRIVER
11065 M:      Ian Molton <ian@mnementh.co.uk>
11066 L:      linux-mmc@vger.kernel.org
11067 S:      Maintained
11068 F:      drivers/mmc/host/tmio_mmc*
11069 F:      drivers/mmc/host/sh_mobile_sdhi.c
11070 F:      include/linux/mmc/tmio.h
11071 F:      include/linux/mmc/sh_mobile_sdhi.h
11072
11073 TMP401 HARDWARE MONITOR DRIVER
11074 M:      Guenter Roeck <linux@roeck-us.net>
11075 L:      lm-sensors@lm-sensors.org
11076 S:      Maintained
11077 F:      Documentation/hwmon/tmp401
11078 F:      drivers/hwmon/tmp401.c
11079
11080 TMPFS (SHMEM FILESYSTEM)
11081 M:      Hugh Dickins <hughd@google.com>
11082 L:      linux-mm@kvack.org
11083 S:      Maintained
11084 F:      include/linux/shmem_fs.h
11085 F:      mm/shmem.c
11086
11087 TM6000 VIDEO4LINUX DRIVER
11088 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11089 L:      linux-media@vger.kernel.org
11090 W:      https://linuxtv.org
11091 T:      git git://linuxtv.org/media_tree.git
11092 S:      Odd fixes
11093 F:      drivers/media/usb/tm6000/
11094
11095 TW68 VIDEO4LINUX DRIVER
11096 M:      Hans Verkuil <hverkuil@xs4all.nl>
11097 L:      linux-media@vger.kernel.org
11098 T:      git git://linuxtv.org/media_tree.git
11099 W:      https://linuxtv.org
11100 S:      Odd Fixes
11101 F:      drivers/media/pci/tw68/
11102
11103 TPM DEVICE DRIVER
11104 M:      Peter Huewe <peterhuewe@gmx.de>
11105 M:      Marcel Selhorst <tpmdd@selhorst.net>
11106 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11107 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11108 W:      http://tpmdd.sourceforge.net
11109 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11110 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
11111 T:      git https://github.com/PeterHuewe/linux-tpmdd
11112 S:      Maintained
11113 F:      drivers/char/tpm/
11114
11115 TPM IBM_VTPM DEVICE DRIVER
11116 M:      Ashley Lai <ashleydlai@gmail.com>
11117 W:      http://tpmdd.sourceforge.net
11118 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11119 S:      Maintained
11120 F:      drivers/char/tpm/tpm_ibmvtpm*
11121
11122 TRACING
11123 M:      Steven Rostedt <rostedt@goodmis.org>
11124 M:      Ingo Molnar <mingo@redhat.com>
11125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11126 S:      Maintained
11127 F:      Documentation/trace/ftrace.txt
11128 F:      arch/*/*/*/ftrace.h
11129 F:      arch/*/kernel/ftrace.c
11130 F:      include/*/ftrace.h
11131 F:      include/linux/trace*.h
11132 F:      include/trace/
11133 F:      kernel/trace/
11134 F:      tools/testing/selftests/ftrace/
11135
11136 TRIVIAL PATCHES
11137 M:      Jiri Kosina <trivial@kernel.org>
11138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11139 S:      Maintained
11140 K:      ^Subject:.*(?i)trivial
11141
11142 TTY LAYER
11143 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11144 M:      Jiri Slaby <jslaby@suse.com>
11145 S:      Supported
11146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11147 F:      Documentation/serial/
11148 F:      drivers/tty/
11149 F:      drivers/tty/serial/serial_core.c
11150 F:      include/linux/serial_core.h
11151 F:      include/linux/serial.h
11152 F:      include/linux/tty.h
11153 F:      include/uapi/linux/serial_core.h
11154 F:      include/uapi/linux/serial.h
11155 F:      include/uapi/linux/tty.h
11156
11157 TUA9001 MEDIA DRIVER
11158 M:      Antti Palosaari <crope@iki.fi>
11159 L:      linux-media@vger.kernel.org
11160 W:      https://linuxtv.org
11161 W:      http://palosaari.fi/linux/
11162 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11163 T:      git git://linuxtv.org/anttip/media_tree.git
11164 S:      Maintained
11165 F:      drivers/media/tuners/tua9001*
11166
11167 TULIP NETWORK DRIVERS
11168 L:      netdev@vger.kernel.org
11169 L:      linux-parisc@vger.kernel.org
11170 S:      Orphan
11171 F:      drivers/net/ethernet/dec/tulip/
11172
11173 TUN/TAP driver
11174 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11175 W:      http://vtun.sourceforge.net/tun
11176 S:      Maintained
11177 F:      Documentation/networking/tuntap.txt
11178 F:      arch/um/os-Linux/drivers/
11179
11180 TURBOCHANNEL SUBSYSTEM
11181 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11182 M:      Ralf Baechle <ralf@linux-mips.org>
11183 L:      linux-mips@linux-mips.org
11184 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11185 S:      Maintained
11186 F:      drivers/tc/
11187 F:      include/linux/tc.h
11188
11189 U14-34F SCSI DRIVER
11190 M:      Dario Ballabio <ballabio_dario@emc.com>
11191 L:      linux-scsi@vger.kernel.org
11192 S:      Maintained
11193 F:      drivers/scsi/u14-34f.c
11194
11195 UBI FILE SYSTEM (UBIFS)
11196 M:      Artem Bityutskiy <dedekind1@gmail.com>
11197 M:      Adrian Hunter <adrian.hunter@intel.com>
11198 L:      linux-mtd@lists.infradead.org
11199 T:      git git://git.infradead.org/ubifs-2.6.git
11200 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11201 S:      Maintained
11202 F:      Documentation/filesystems/ubifs.txt
11203 F:      fs/ubifs/
11204
11205 UCLINUX (M68KNOMMU AND COLDFIRE)
11206 M:      Greg Ungerer <gerg@uclinux.org>
11207 W:      http://www.uclinux.org/
11208 L:      linux-m68k@lists.linux-m68k.org
11209 L:      uclinux-dev@uclinux.org  (subscribers-only)
11210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11211 S:      Maintained
11212 F:      arch/m68k/coldfire/
11213 F:      arch/m68k/68*/
11214 F:      arch/m68k/*/*_no.*
11215 F:      arch/m68k/include/asm/*_no.*
11216
11217 UDF FILESYSTEM
11218 M:      Jan Kara <jack@suse.com>
11219 S:      Maintained
11220 F:      Documentation/filesystems/udf.txt
11221 F:      fs/udf/
11222
11223 UFS FILESYSTEM
11224 M:      Evgeniy Dushistov <dushistov@mail.ru>
11225 S:      Maintained
11226 F:      Documentation/filesystems/ufs.txt
11227 F:      fs/ufs/
11228
11229 UHID USERSPACE HID IO DRIVER:
11230 M:      David Herrmann <dh.herrmann@googlemail.com>
11231 L:      linux-input@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/hid/uhid.c
11234 F:      include/uapi/linux/uhid.h
11235
11236 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11237 L:      linux-usb@vger.kernel.org
11238 S:      Orphan
11239 F:      drivers/uwb/
11240 F:      include/linux/uwb.h
11241 F:      include/linux/uwb/
11242
11243 UNICORE32 ARCHITECTURE:
11244 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11245 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11246 S:      Maintained
11247 T:      git git://github.com/gxt/linux.git
11248 F:      arch/unicore32/
11249
11250 UNIFDEF
11251 M:      Tony Finch <dot@dotat.at>
11252 W:      http://dotat.at/prog/unifdef
11253 S:      Maintained
11254 F:      scripts/unifdef.c
11255
11256 UNIFORM CDROM DRIVER
11257 M:      Jens Axboe <axboe@kernel.dk>
11258 W:      http://www.kernel.dk
11259 S:      Maintained
11260 F:      Documentation/cdrom/
11261 F:      drivers/cdrom/cdrom.c
11262 F:      include/linux/cdrom.h
11263 F:      include/uapi/linux/cdrom.h
11264
11265 UNISYS S-PAR DRIVERS
11266 M:      Benjamin Romer <benjamin.romer@unisys.com>
11267 M:      David Kershner <david.kershner@unisys.com>
11268 L:      sparmaintainer@unisys.com (Unisys internal)
11269 S:      Supported
11270 F:      drivers/staging/unisys/
11271
11272 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11273 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11274 L:      linux-scsi@vger.kernel.org
11275 S:      Supported
11276 F:      Documentation/scsi/ufs.txt
11277 F:      drivers/scsi/ufs/
11278
11279 UNSORTED BLOCK IMAGES (UBI)
11280 M:      Artem Bityutskiy <dedekind1@gmail.com>
11281 M:      Richard Weinberger <richard@nod.at>
11282 W:      http://www.linux-mtd.infradead.org/
11283 L:      linux-mtd@lists.infradead.org
11284 T:      git git://git.infradead.org/ubifs-2.6.git
11285 S:      Supported
11286 F:      drivers/mtd/ubi/
11287 F:      include/linux/mtd/ubi.h
11288 F:      include/uapi/mtd/ubi-user.h
11289
11290 USB ACM DRIVER
11291 M:      Oliver Neukum <oliver@neukum.org>
11292 L:      linux-usb@vger.kernel.org
11293 S:      Maintained
11294 F:      Documentation/usb/acm.txt
11295 F:      drivers/usb/class/cdc-acm.*
11296
11297 USB AR5523 WIRELESS DRIVER
11298 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11299 L:      linux-wireless@vger.kernel.org
11300 S:      Maintained
11301 F:      drivers/net/wireless/ath/ar5523/
11302
11303 USB ATTACHED SCSI
11304 M:      Hans de Goede <hdegoede@redhat.com>
11305 M:      Gerd Hoffmann <kraxel@redhat.com>
11306 L:      linux-usb@vger.kernel.org
11307 L:      linux-scsi@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/usb/storage/uas.c
11310
11311 USB CDC ETHERNET DRIVER
11312 M:      Oliver Neukum <oliver@neukum.org>
11313 L:      linux-usb@vger.kernel.org
11314 S:      Maintained
11315 F:      drivers/net/usb/cdc_*.c
11316 F:      include/uapi/linux/usb/cdc.h
11317
11318 USB CHAOSKEY DRIVER
11319 M:      Keith Packard <keithp@keithp.com>
11320 L:      linux-usb@vger.kernel.org
11321 S:      Maintained
11322 F:      drivers/usb/misc/chaoskey.c
11323
11324 USB CYPRESS C67X00 DRIVER
11325 M:      Peter Korsgaard <jacmet@sunsite.dk>
11326 L:      linux-usb@vger.kernel.org
11327 S:      Maintained
11328 F:      drivers/usb/c67x00/
11329
11330 USB DAVICOM DM9601 DRIVER
11331 M:      Peter Korsgaard <jacmet@sunsite.dk>
11332 L:      netdev@vger.kernel.org
11333 W:      http://www.linux-usb.org/usbnet
11334 S:      Maintained
11335 F:      drivers/net/usb/dm9601.c
11336
11337 USB DIAMOND RIO500 DRIVER
11338 M:      Cesar Miquel <miquel@df.uba.ar>
11339 L:      rio500-users@lists.sourceforge.net
11340 W:      http://rio500.sourceforge.net
11341 S:      Maintained
11342 F:      drivers/usb/misc/rio500*
11343
11344 USB EHCI DRIVER
11345 M:      Alan Stern <stern@rowland.harvard.edu>
11346 L:      linux-usb@vger.kernel.org
11347 S:      Maintained
11348 F:      Documentation/usb/ehci.txt
11349 F:      drivers/usb/host/ehci*
11350
11351 USB GADGET/PERIPHERAL SUBSYSTEM
11352 M:      Felipe Balbi <balbi@kernel.org>
11353 L:      linux-usb@vger.kernel.org
11354 W:      http://www.linux-usb.org/gadget
11355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11356 S:      Maintained
11357 F:      drivers/usb/gadget/
11358 F:      include/linux/usb/gadget*
11359
11360 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11361 M:      Jiri Kosina <jikos@kernel.org>
11362 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11363 L:      linux-usb@vger.kernel.org
11364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11365 S:      Maintained
11366 F:      Documentation/hid/hiddev.txt
11367 F:      drivers/hid/usbhid/
11368
11369 USB ISP116X DRIVER
11370 M:      Olav Kongas <ok@artecdesign.ee>
11371 L:      linux-usb@vger.kernel.org
11372 S:      Maintained
11373 F:      drivers/usb/host/isp116x*
11374 F:      include/linux/usb/isp116x.h
11375
11376 USB MASS STORAGE DRIVER
11377 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11378 L:      linux-usb@vger.kernel.org
11379 L:      usb-storage@lists.one-eyed-alien.net
11380 S:      Maintained
11381 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11382 F:      drivers/usb/storage/
11383
11384 USB MIDI DRIVER
11385 M:      Clemens Ladisch <clemens@ladisch.de>
11386 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11387 T:      git git://git.alsa-project.org/alsa-kernel.git
11388 S:      Maintained
11389 F:      sound/usb/midi.*
11390
11391 USB NETWORKING DRIVERS
11392 L:      linux-usb@vger.kernel.org
11393 S:      Odd Fixes
11394 F:      drivers/net/usb/
11395
11396 USB OHCI DRIVER
11397 M:      Alan Stern <stern@rowland.harvard.edu>
11398 L:      linux-usb@vger.kernel.org
11399 S:      Maintained
11400 F:      Documentation/usb/ohci.txt
11401 F:      drivers/usb/host/ohci*
11402
11403 USB OTG FSM (Finite State Machine)
11404 M:      Peter Chen <Peter.Chen@nxp.com>
11405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11406 L:      linux-usb@vger.kernel.org
11407 S:      Maintained
11408 F:      drivers/usb/common/usb-otg-fsm.c
11409
11410 USB OVER IP DRIVER
11411 M:      Valentina Manea <valentina.manea.m@gmail.com>
11412 M:      Shuah Khan <shuah.kh@samsung.com>
11413 L:      linux-usb@vger.kernel.org
11414 S:      Maintained
11415 F:      drivers/usb/usbip/
11416 F:      tools/usb/usbip/
11417
11418 USB PEGASUS DRIVER
11419 M:      Petko Manolov <petkan@nucleusys.com>
11420 L:      linux-usb@vger.kernel.org
11421 L:      netdev@vger.kernel.org
11422 T:      git git://github.com/petkan/pegasus.git
11423 W:      https://github.com/petkan/pegasus
11424 S:      Maintained
11425 F:      drivers/net/usb/pegasus.*
11426
11427 USB PHY LAYER
11428 M:      Felipe Balbi <balbi@kernel.org>
11429 L:      linux-usb@vger.kernel.org
11430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11431 S:      Maintained
11432 F:      drivers/usb/phy/
11433
11434 USB PRINTER DRIVER (usblp)
11435 M:      Pete Zaitcev <zaitcev@redhat.com>
11436 L:      linux-usb@vger.kernel.org
11437 S:      Supported
11438 F:      drivers/usb/class/usblp.c
11439
11440 USB QMI WWAN NETWORK DRIVER
11441 M:      Bjørn Mork <bjorn@mork.no>
11442 L:      netdev@vger.kernel.org
11443 S:      Maintained
11444 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11445 F:      drivers/net/usb/qmi_wwan.c
11446
11447 USB RTL8150 DRIVER
11448 M:      Petko Manolov <petkan@nucleusys.com>
11449 L:      linux-usb@vger.kernel.org
11450 L:      netdev@vger.kernel.org
11451 T:      git git://github.com/petkan/rtl8150.git
11452 W:      https://github.com/petkan/rtl8150
11453 S:      Maintained
11454 F:      drivers/net/usb/rtl8150.c
11455
11456 USB SERIAL SUBSYSTEM
11457 M:      Johan Hovold <johan@kernel.org>
11458 L:      linux-usb@vger.kernel.org
11459 S:      Maintained
11460 F:      Documentation/usb/usb-serial.txt
11461 F:      drivers/usb/serial/
11462 F:      include/linux/usb/serial.h
11463
11464 USB SMSC75XX ETHERNET DRIVER
11465 M:      Steve Glendinning <steve.glendinning@shawell.net>
11466 L:      netdev@vger.kernel.org
11467 S:      Maintained
11468 F:      drivers/net/usb/smsc75xx.*
11469
11470 USB SMSC95XX ETHERNET DRIVER
11471 M:      Steve Glendinning <steve.glendinning@shawell.net>
11472 L:      netdev@vger.kernel.org
11473 S:      Maintained
11474 F:      drivers/net/usb/smsc95xx.*
11475
11476 USB SUBSYSTEM
11477 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11478 L:      linux-usb@vger.kernel.org
11479 W:      http://www.linux-usb.org
11480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11481 S:      Supported
11482 F:      Documentation/usb/
11483 F:      drivers/usb/
11484 F:      include/linux/usb.h
11485 F:      include/linux/usb/
11486
11487 USB UHCI DRIVER
11488 M:      Alan Stern <stern@rowland.harvard.edu>
11489 L:      linux-usb@vger.kernel.org
11490 S:      Maintained
11491 F:      drivers/usb/host/uhci*
11492
11493 USB "USBNET" DRIVER FRAMEWORK
11494 M:      Oliver Neukum <oneukum@suse.com>
11495 L:      netdev@vger.kernel.org
11496 W:      http://www.linux-usb.org/usbnet
11497 S:      Maintained
11498 F:      drivers/net/usb/usbnet.c
11499 F:      include/linux/usb/usbnet.h
11500
11501 USB VIDEO CLASS
11502 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11503 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11504 L:      linux-media@vger.kernel.org
11505 T:      git git://linuxtv.org/media_tree.git
11506 W:      http://www.ideasonboard.org/uvc/
11507 S:      Maintained
11508 F:      drivers/media/usb/uvc/
11509 F:      include/uapi/linux/uvcvideo.h
11510
11511 USB VISION DRIVER
11512 M:      Hans Verkuil <hverkuil@xs4all.nl>
11513 L:      linux-media@vger.kernel.org
11514 T:      git git://linuxtv.org/media_tree.git
11515 W:      https://linuxtv.org
11516 S:      Odd Fixes
11517 F:      drivers/media/usb/usbvision/
11518
11519 USB WEBCAM GADGET
11520 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11521 L:      linux-usb@vger.kernel.org
11522 S:      Maintained
11523 F:      drivers/usb/gadget/function/*uvc*
11524 F:      drivers/usb/gadget/legacy/webcam.c
11525
11526 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11527 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11528 L:      linux-wireless@vger.kernel.org
11529 S:      Maintained
11530 F:      drivers/net/wireless/rndis_wlan.c
11531
11532 USB XHCI DRIVER
11533 M:      Mathias Nyman <mathias.nyman@intel.com>
11534 L:      linux-usb@vger.kernel.org
11535 S:      Supported
11536 F:      drivers/usb/host/xhci*
11537 F:      drivers/usb/host/pci-quirks*
11538
11539 USB ZD1201 DRIVER
11540 L:      linux-wireless@vger.kernel.org
11541 W:      http://linux-lc100020.sourceforge.net
11542 S:      Orphan
11543 F:      drivers/net/wireless/zydas/zd1201.*
11544
11545 USB ZR364XX DRIVER
11546 M:      Antoine Jacquet <royale@zerezo.com>
11547 L:      linux-usb@vger.kernel.org
11548 L:      linux-media@vger.kernel.org
11549 T:      git git://linuxtv.org/media_tree.git
11550 W:      http://royale.zerezo.com/zr364xx/
11551 S:      Maintained
11552 F:      Documentation/video4linux/zr364xx.txt
11553 F:      drivers/media/usb/zr364xx/
11554
11555 ULPI BUS
11556 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11557 L:      linux-usb@vger.kernel.org
11558 S:      Maintained
11559 F:      drivers/usb/common/ulpi.c
11560 F:      include/linux/ulpi/
11561
11562 USER-MODE LINUX (UML)
11563 M:      Jeff Dike <jdike@addtoit.com>
11564 M:      Richard Weinberger <richard@nod.at>
11565 L:      user-mode-linux-devel@lists.sourceforge.net
11566 L:      user-mode-linux-user@lists.sourceforge.net
11567 W:      http://user-mode-linux.sourceforge.net
11568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11569 S:      Maintained
11570 F:      Documentation/virtual/uml/
11571 F:      arch/um/
11572 F:      arch/x86/um/
11573 F:      fs/hostfs/
11574 F:      fs/hppfs/
11575
11576 USERSPACE I/O (UIO)
11577 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11578 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11579 S:      Maintained
11580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11581 F:      Documentation/DocBook/uio-howto.tmpl
11582 F:      drivers/uio/
11583 F:      include/linux/uio*.h
11584
11585 UTIL-LINUX PACKAGE
11586 M:      Karel Zak <kzak@redhat.com>
11587 L:      util-linux@vger.kernel.org
11588 W:      http://en.wikipedia.org/wiki/Util-linux
11589 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11590 S:      Maintained
11591
11592 UVESAFB DRIVER
11593 M:      Michal Januszewski <spock@gentoo.org>
11594 L:      linux-fbdev@vger.kernel.org
11595 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11596 S:      Maintained
11597 F:      Documentation/fb/uvesafb.txt
11598 F:      drivers/video/fbdev/uvesafb.*
11599
11600 VF610 NAND DRIVER
11601 M:      Stefan Agner <stefan@agner.ch>
11602 L:      linux-mtd@lists.infradead.org
11603 S:      Supported
11604 F:      drivers/mtd/nand/vf610_nfc.c
11605
11606 VFAT/FAT/MSDOS FILESYSTEM
11607 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11608 S:      Maintained
11609 F:      Documentation/filesystems/vfat.txt
11610 F:      fs/fat/
11611
11612 VFIO DRIVER
11613 M:      Alex Williamson <alex.williamson@redhat.com>
11614 L:      kvm@vger.kernel.org
11615 T:      git git://github.com/awilliam/linux-vfio.git
11616 S:      Maintained
11617 F:      Documentation/vfio.txt
11618 F:      drivers/vfio/
11619 F:      include/linux/vfio.h
11620 F:      include/uapi/linux/vfio.h
11621
11622 VFIO PLATFORM DRIVER
11623 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11624 L:      kvm@vger.kernel.org
11625 S:      Maintained
11626 F:      drivers/vfio/platform/
11627
11628 VIDEOBUF2 FRAMEWORK
11629 M:      Pawel Osciak <pawel@osciak.com>
11630 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11631 M:      Kyungmin Park <kyungmin.park@samsung.com>
11632 L:      linux-media@vger.kernel.org
11633 S:      Maintained
11634 F:      drivers/media/v4l2-core/videobuf2-*
11635 F:      include/media/videobuf2-*
11636
11637 VIRTUAL SERIO DEVICE DRIVER
11638 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11639 S:      Maintained
11640 F:      drivers/input/serio/userio.c
11641 F:      include/uapi/linux/userio.h
11642
11643 VIRTIO CONSOLE DRIVER
11644 M:      Amit Shah <amit.shah@redhat.com>
11645 L:      virtualization@lists.linux-foundation.org
11646 S:      Maintained
11647 F:      drivers/char/virtio_console.c
11648 F:      include/linux/virtio_console.h
11649 F:      include/uapi/linux/virtio_console.h
11650
11651 VIRTIO CORE, NET AND BLOCK DRIVERS
11652 M:      "Michael S. Tsirkin" <mst@redhat.com>
11653 L:      virtualization@lists.linux-foundation.org
11654 S:      Maintained
11655 F:      drivers/virtio/
11656 F:      tools/virtio/
11657 F:      drivers/net/virtio_net.c
11658 F:      drivers/block/virtio_blk.c
11659 F:      include/linux/virtio_*.h
11660 F:      include/uapi/linux/virtio_*.h
11661
11662 VIRTIO DRIVERS FOR S390
11663 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11664 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11665 L:      linux-s390@vger.kernel.org
11666 L:      virtualization@lists.linux-foundation.org
11667 L:      kvm@vger.kernel.org
11668 S:      Supported
11669 F:      drivers/s390/virtio/
11670
11671 VIRTIO GPU DRIVER
11672 M:      David Airlie <airlied@linux.ie>
11673 M:      Gerd Hoffmann <kraxel@redhat.com>
11674 L:      dri-devel@lists.freedesktop.org
11675 L:      virtualization@lists.linux-foundation.org
11676 S:      Maintained
11677 F:      drivers/gpu/drm/virtio/
11678 F:      include/uapi/linux/virtio_gpu.h
11679
11680 VIRTIO HOST (VHOST)
11681 M:      "Michael S. Tsirkin" <mst@redhat.com>
11682 L:      kvm@vger.kernel.org
11683 L:      virtualization@lists.linux-foundation.org
11684 L:      netdev@vger.kernel.org
11685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11686 S:      Maintained
11687 F:      drivers/vhost/
11688 F:      include/uapi/linux/vhost.h
11689
11690 VIRTIO INPUT DRIVER
11691 M:      Gerd Hoffmann <kraxel@redhat.com>
11692 S:      Maintained
11693 F:      drivers/virtio/virtio_input.c
11694 F:      include/uapi/linux/virtio_input.h
11695
11696 VIA RHINE NETWORK DRIVER
11697 S:      Orphan
11698 F:      drivers/net/ethernet/via/via-rhine.c
11699
11700 VIA SD/MMC CARD CONTROLLER DRIVER
11701 M:      Bruce Chang <brucechang@via.com.tw>
11702 M:      Harald Welte <HaraldWelte@viatech.com>
11703 S:      Maintained
11704 F:      drivers/mmc/host/via-sdmmc.c
11705
11706 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11707 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11708 L:      linux-fbdev@vger.kernel.org
11709 S:      Maintained
11710 F:      include/linux/via-core.h
11711 F:      include/linux/via-gpio.h
11712 F:      include/linux/via_i2c.h
11713 F:      drivers/video/fbdev/via/
11714
11715 VIA VELOCITY NETWORK DRIVER
11716 M:      Francois Romieu <romieu@fr.zoreil.com>
11717 L:      netdev@vger.kernel.org
11718 S:      Maintained
11719 F:      drivers/net/ethernet/via/via-velocity.*
11720
11721 VIRT LIB
11722 M:      Alex Williamson <alex.williamson@redhat.com>
11723 M:      Paolo Bonzini <pbonzini@redhat.com>
11724 L:      kvm@vger.kernel.org
11725 S:      Supported
11726 F:      virt/lib/
11727
11728 VIVID VIRTUAL VIDEO DRIVER
11729 M:      Hans Verkuil <hverkuil@xs4all.nl>
11730 L:      linux-media@vger.kernel.org
11731 T:      git git://linuxtv.org/media_tree.git
11732 W:      https://linuxtv.org
11733 S:      Maintained
11734 F:      drivers/media/platform/vivid/*
11735
11736 VLAN (802.1Q)
11737 M:      Patrick McHardy <kaber@trash.net>
11738 L:      netdev@vger.kernel.org
11739 S:      Maintained
11740 F:      drivers/net/macvlan.c
11741 F:      include/linux/if_*vlan.h
11742 F:      net/8021q/
11743
11744 VLYNQ BUS
11745 M:      Florian Fainelli <florian@openwrt.org>
11746 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11747 S:      Maintained
11748 F:      drivers/vlynq/vlynq.c
11749 F:      include/linux/vlynq.h
11750
11751 VME SUBSYSTEM
11752 M:      Martyn Welch <martyn@welchs.me.uk>
11753 M:      Manohar Vanga <manohar.vanga@gmail.com>
11754 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11755 L:      devel@driverdev.osuosl.org
11756 S:      Maintained
11757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11758 F:      Documentation/vme_api.txt
11759 F:      drivers/staging/vme/
11760 F:      drivers/vme/
11761 F:      include/linux/vme*
11762
11763 VMWARE HYPERVISOR INTERFACE
11764 M:      Alok Kataria <akataria@vmware.com>
11765 L:      virtualization@lists.linux-foundation.org
11766 S:      Supported
11767 F:      arch/x86/kernel/cpu/vmware.c
11768
11769 VMWARE BALLOON DRIVER
11770 M:      Xavier Deguillard <xdeguillard@vmware.com>
11771 M:      Philip Moltmann <moltmann@vmware.com>
11772 M:      "VMware, Inc." <pv-drivers@vmware.com>
11773 L:      linux-kernel@vger.kernel.org
11774 S:      Maintained
11775 F:      drivers/misc/vmw_balloon.c
11776
11777 VMWARE VMMOUSE SUBDRIVER
11778 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11779 M:      "VMware, Inc." <pv-drivers@vmware.com>
11780 L:      linux-input@vger.kernel.org
11781 S:      Maintained
11782 F:      drivers/input/mouse/vmmouse.c
11783 F:      drivers/input/mouse/vmmouse.h
11784
11785 VMWARE VMXNET3 ETHERNET DRIVER
11786 M:      Shrikrishna Khare <skhare@vmware.com>
11787 M:      "VMware, Inc." <pv-drivers@vmware.com>
11788 L:      netdev@vger.kernel.org
11789 S:      Maintained
11790 F:      drivers/net/vmxnet3/
11791
11792 VMware PVSCSI driver
11793 M:      Arvind Kumar <arvindkumar@vmware.com>
11794 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11795 L:      linux-scsi@vger.kernel.org
11796 S:      Maintained
11797 F:      drivers/scsi/vmw_pvscsi.c
11798 F:      drivers/scsi/vmw_pvscsi.h
11799
11800 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11801 M:      Liam Girdwood <lgirdwood@gmail.com>
11802 M:      Mark Brown <broonie@kernel.org>
11803 L:      linux-kernel@vger.kernel.org
11804 W:      http://www.slimlogic.co.uk/?p=48
11805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11806 S:      Supported
11807 F:      drivers/regulator/
11808 F:      include/linux/regulator/
11809
11810 VRF
11811 M:      David Ahern <dsa@cumulusnetworks.com>
11812 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11813 L:      netdev@vger.kernel.org
11814 S:      Maintained
11815 F:      drivers/net/vrf.c
11816 F:      Documentation/networking/vrf.txt
11817
11818 VT1211 HARDWARE MONITOR DRIVER
11819 M:      Juerg Haefliger <juergh@gmail.com>
11820 L:      lm-sensors@lm-sensors.org
11821 S:      Maintained
11822 F:      Documentation/hwmon/vt1211
11823 F:      drivers/hwmon/vt1211.c
11824
11825 VT8231 HARDWARE MONITOR DRIVER
11826 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11827 L:      lm-sensors@lm-sensors.org
11828 S:      Maintained
11829 F:      drivers/hwmon/vt8231.c
11830
11831 VUB300 USB to SDIO/SD/MMC bridge chip
11832 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11833 L:      linux-mmc@vger.kernel.org
11834 L:      linux-usb@vger.kernel.org
11835 S:      Supported
11836 F:      drivers/mmc/host/vub300.c
11837
11838 W1 DALLAS'S 1-WIRE BUS
11839 M:      Evgeniy Polyakov <zbr@ioremap.net>
11840 S:      Maintained
11841 F:      Documentation/w1/
11842 F:      drivers/w1/
11843
11844 W83791D HARDWARE MONITORING DRIVER
11845 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11846 L:      lm-sensors@lm-sensors.org
11847 S:      Maintained
11848 F:      Documentation/hwmon/w83791d
11849 F:      drivers/hwmon/w83791d.c
11850
11851 W83793 HARDWARE MONITORING DRIVER
11852 M:      Rudolf Marek <r.marek@assembler.cz>
11853 L:      lm-sensors@lm-sensors.org
11854 S:      Maintained
11855 F:      Documentation/hwmon/w83793
11856 F:      drivers/hwmon/w83793.c
11857
11858 W83795 HARDWARE MONITORING DRIVER
11859 M:      Jean Delvare <jdelvare@suse.com>
11860 L:      lm-sensors@lm-sensors.org
11861 S:      Maintained
11862 F:      drivers/hwmon/w83795.c
11863
11864 W83L51xD SD/MMC CARD INTERFACE DRIVER
11865 M:      Pierre Ossman <pierre@ossman.eu>
11866 S:      Maintained
11867 F:      drivers/mmc/host/wbsd.*
11868
11869 WACOM PROTOCOL 4 SERIAL TABLETS
11870 M:      Julian Squires <julian@cipht.net>
11871 M:      Hans de Goede <hdegoede@redhat.com>
11872 L:      linux-input@vger.kernel.org
11873 S:      Maintained
11874 F:      drivers/input/tablet/wacom_serial4.c
11875
11876 WATCHDOG DEVICE DRIVERS
11877 M:      Wim Van Sebroeck <wim@iguana.be>
11878 R:      Guenter Roeck <linux@roeck-us.net>
11879 L:      linux-watchdog@vger.kernel.org
11880 W:      http://www.linux-watchdog.org/
11881 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11882 S:      Maintained
11883 F:      Documentation/watchdog/
11884 F:      drivers/watchdog/
11885 F:      include/linux/watchdog.h
11886 F:      include/uapi/linux/watchdog.h
11887
11888 WD7000 SCSI DRIVER
11889 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11890 L:      linux-scsi@vger.kernel.org
11891 S:      Maintained
11892 F:      drivers/scsi/wd7000.c
11893
11894 WIIMOTE HID DRIVER
11895 M:      David Herrmann <dh.herrmann@googlemail.com>
11896 L:      linux-input@vger.kernel.org
11897 S:      Maintained
11898 F:      drivers/hid/hid-wiimote*
11899
11900 WINBOND CIR DRIVER
11901 M:      David Härdeman <david@hardeman.nu>
11902 S:      Maintained
11903 F:      drivers/media/rc/winbond-cir.c
11904
11905 WINSYSTEMS WS16C48 GPIO DRIVER
11906 M:      William Breathitt Gray <vilhelm.gray@gmail.com>
11907 L:      linux-gpio@vger.kernel.org
11908 S:      Maintained
11909 F:      drivers/gpio/gpio-ws16c48.c
11910
11911 WIMAX STACK
11912 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11913 M:      linux-wimax@intel.com
11914 L:      wimax@linuxwimax.org (subscribers-only)
11915 S:      Supported
11916 W:      http://linuxwimax.org
11917 F:      Documentation/wimax/README.wimax
11918 F:      include/linux/wimax/debug.h
11919 F:      include/net/wimax.h
11920 F:      include/uapi/linux/wimax.h
11921 F:      net/wimax/
11922
11923 WISTRON LAPTOP BUTTON DRIVER
11924 M:      Miloslav Trmac <mitr@volny.cz>
11925 S:      Maintained
11926 F:      drivers/input/misc/wistron_btns.c
11927
11928 WL3501 WIRELESS PCMCIA CARD DRIVER
11929 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11930 L:      linux-wireless@vger.kernel.org
11931 W:      http://oops.ghostprotocols.net:81/blog
11932 S:      Maintained
11933 F:      drivers/net/wireless/wl3501*
11934
11935 WOLFSON MICROELECTRONICS DRIVERS
11936 L:      patches@opensource.wolfsonmicro.com
11937 T:      git https://github.com/CirrusLogic/linux-drivers.git
11938 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11939 S:      Supported
11940 F:      Documentation/hwmon/wm83??
11941 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11942 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11943 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11944 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11945 F:      drivers/clk/clk-wm83*.c
11946 F:      drivers/extcon/extcon-arizona.c
11947 F:      drivers/leds/leds-wm83*.c
11948 F:      drivers/gpio/gpio-*wm*.c
11949 F:      drivers/gpio/gpio-arizona.c
11950 F:      drivers/hwmon/wm83??-hwmon.c
11951 F:      drivers/input/misc/wm831x-on.c
11952 F:      drivers/input/touchscreen/wm831x-ts.c
11953 F:      drivers/input/touchscreen/wm97*.c
11954 F:      drivers/mfd/arizona*
11955 F:      drivers/mfd/wm*.c
11956 F:      drivers/mfd/cs47l24*
11957 F:      drivers/power/wm83*.c
11958 F:      drivers/rtc/rtc-wm83*.c
11959 F:      drivers/regulator/wm8*.c
11960 F:      drivers/video/backlight/wm83*_bl.c
11961 F:      drivers/watchdog/wm83*_wdt.c
11962 F:      include/linux/mfd/arizona/
11963 F:      include/linux/mfd/wm831x/
11964 F:      include/linux/mfd/wm8350/
11965 F:      include/linux/mfd/wm8400*
11966 F:      include/linux/wm97xx.h
11967 F:      include/sound/wm????.h
11968 F:      sound/soc/codecs/arizona.?
11969 F:      sound/soc/codecs/wm*
11970 F:      sound/soc/codecs/cs47l24*
11971
11972 WORKQUEUE
11973 M:      Tejun Heo <tj@kernel.org>
11974 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11976 S:      Maintained
11977 F:      include/linux/workqueue.h
11978 F:      kernel/workqueue.c
11979 F:      Documentation/workqueue.txt
11980
11981 X.25 NETWORK LAYER
11982 M:      Andrew Hendry <andrew.hendry@gmail.com>
11983 L:      linux-x25@vger.kernel.org
11984 S:      Odd Fixes
11985 F:      Documentation/networking/x25*
11986 F:      include/net/x25*
11987 F:      net/x25/
11988
11989 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11990 M:      Thomas Gleixner <tglx@linutronix.de>
11991 M:      Ingo Molnar <mingo@redhat.com>
11992 M:      "H. Peter Anvin" <hpa@zytor.com>
11993 M:      x86@kernel.org
11994 L:      linux-kernel@vger.kernel.org
11995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11996 S:      Maintained
11997 F:      Documentation/x86/
11998 F:      arch/x86/
11999
12000 X86 PLATFORM DRIVERS
12001 M:      Darren Hart <dvhart@infradead.org>
12002 L:      platform-driver-x86@vger.kernel.org
12003 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
12004 S:      Maintained
12005 F:      drivers/platform/x86/
12006 F:      drivers/platform/olpc/
12007
12008 X86 MCE INFRASTRUCTURE
12009 M:      Tony Luck <tony.luck@intel.com>
12010 M:      Borislav Petkov <bp@alien8.de>
12011 L:      linux-edac@vger.kernel.org
12012 S:      Maintained
12013 F:      arch/x86/kernel/cpu/mcheck/*
12014
12015 X86 MICROCODE UPDATE SUPPORT
12016 M:      Borislav Petkov <bp@alien8.de>
12017 S:      Maintained
12018 F:      arch/x86/kernel/cpu/microcode/*
12019
12020 X86 VDSO
12021 M:      Andy Lutomirski <luto@amacapital.net>
12022 L:      linux-kernel@vger.kernel.org
12023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
12024 S:      Maintained
12025 F:      arch/x86/entry/vdso/
12026
12027 XC2028/3028 TUNER DRIVER
12028 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
12029 L:      linux-media@vger.kernel.org
12030 W:      https://linuxtv.org
12031 T:      git git://linuxtv.org/media_tree.git
12032 S:      Maintained
12033 F:      drivers/media/tuners/tuner-xc2028.*
12034
12035 XEN HYPERVISOR INTERFACE
12036 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12037 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
12038 M:      David Vrabel <david.vrabel@citrix.com>
12039 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
12041 S:      Supported
12042 F:      arch/x86/xen/
12043 F:      drivers/*/xen-*front.c
12044 F:      drivers/xen/
12045 F:      arch/x86/include/asm/xen/
12046 F:      include/xen/
12047 F:      include/uapi/xen/
12048
12049 XEN HYPERVISOR ARM
12050 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12051 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12052 S:      Supported
12053 F:      arch/arm/xen/
12054 F:      arch/arm/include/asm/xen/
12055
12056 XEN HYPERVISOR ARM64
12057 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12058 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12059 S:      Supported
12060 F:      arch/arm64/xen/
12061 F:      arch/arm64/include/asm/xen/
12062
12063 XEN NETWORK BACKEND DRIVER
12064 M:      Ian Campbell <ian.campbell@citrix.com>
12065 M:      Wei Liu <wei.liu2@citrix.com>
12066 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12067 L:      netdev@vger.kernel.org
12068 S:      Supported
12069 F:      drivers/net/xen-netback/*
12070
12071 XEN PCI SUBSYSTEM
12072 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12073 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12074 S:      Supported
12075 F:      arch/x86/pci/*xen*
12076 F:      drivers/pci/*xen*
12077
12078 XEN BLOCK SUBSYSTEM
12079 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12080 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12081 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12082 S:      Supported
12083 F:      drivers/block/xen-blkback/*
12084 F:      drivers/block/xen*
12085
12086 XEN PVSCSI DRIVERS
12087 M:      Juergen Gross <jgross@suse.com>
12088 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12089 L:      linux-scsi@vger.kernel.org
12090 S:      Supported
12091 F:      drivers/scsi/xen-scsifront.c
12092 F:      drivers/xen/xen-scsiback.c
12093 F:      include/xen/interface/io/vscsiif.h
12094
12095 XEN SWIOTLB SUBSYSTEM
12096 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12097 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12098 S:      Supported
12099 F:      arch/x86/xen/*swiotlb*
12100 F:      drivers/xen/*swiotlb*
12101
12102 XFS FILESYSTEM
12103 P:      Silicon Graphics Inc
12104 M:      Dave Chinner <david@fromorbit.com>
12105 M:      xfs@oss.sgi.com
12106 L:      xfs@oss.sgi.com
12107 W:      http://oss.sgi.com/projects/xfs
12108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12109 S:      Supported
12110 F:      Documentation/filesystems/xfs.txt
12111 F:      fs/xfs/
12112
12113 XILINX AXI ETHERNET DRIVER
12114 M:      Anirudha Sarangi <anirudh@xilinx.com>
12115 M:      John Linn <John.Linn@xilinx.com>
12116 S:      Maintained
12117 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12118
12119 XILINX UARTLITE SERIAL DRIVER
12120 M:      Peter Korsgaard <jacmet@sunsite.dk>
12121 L:      linux-serial@vger.kernel.org
12122 S:      Maintained
12123 F:      drivers/tty/serial/uartlite.c
12124
12125 XILINX VIDEO IP CORES
12126 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12127 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12128 L:      linux-media@vger.kernel.org
12129 T:      git git://linuxtv.org/media_tree.git
12130 S:      Supported
12131 F:      Documentation/devicetree/bindings/media/xilinx/
12132 F:      drivers/media/platform/xilinx/
12133 F:      include/uapi/linux/xilinx-v4l2-controls.h
12134
12135 XILLYBUS DRIVER
12136 M:      Eli Billauer <eli.billauer@gmail.com>
12137 L:      linux-kernel@vger.kernel.org
12138 S:      Supported
12139 F:      drivers/char/xillybus/
12140
12141 XTENSA XTFPGA PLATFORM SUPPORT
12142 M:      Max Filippov <jcmvbkbc@gmail.com>
12143 L:      linux-xtensa@linux-xtensa.org
12144 S:      Maintained
12145 F:      drivers/spi/spi-xtensa-xtfpga.c
12146 F:      sound/soc/xtensa/xtfpga-i2s.c
12147
12148 YAM DRIVER FOR AX.25
12149 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12150 L:      linux-hams@vger.kernel.org
12151 S:      Maintained
12152 F:      drivers/net/hamradio/yam*
12153 F:      include/linux/yam.h
12154
12155 YEALINK PHONE DRIVER
12156 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12157 L:      usbb2k-api-dev@nongnu.org
12158 S:      Maintained
12159 F:      Documentation/input/yealink.txt
12160 F:      drivers/input/misc/yealink.*
12161
12162 Z8530 DRIVER FOR AX.25
12163 M:      Joerg Reuter <jreuter@yaina.de>
12164 W:      http://yaina.de/jreuter/
12165 W:      http://www.qsl.net/dl1bke/
12166 L:      linux-hams@vger.kernel.org
12167 S:      Maintained
12168 F:      Documentation/networking/z8530drv.txt
12169 F:      drivers/net/hamradio/*scc.c
12170 F:      drivers/net/hamradio/z8530.h
12171
12172 ZBUD COMPRESSED PAGE ALLOCATOR
12173 M:      Seth Jennings <sjenning@redhat.com>
12174 L:      linux-mm@kvack.org
12175 S:      Maintained
12176 F:      mm/zbud.c
12177 F:      include/linux/zbud.h
12178
12179 ZD1211RW WIRELESS DRIVER
12180 M:      Daniel Drake <dsd@gentoo.org>
12181 M:      Ulrich Kunitz <kune@deine-taler.de>
12182 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12183 L:      linux-wireless@vger.kernel.org
12184 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12185 S:      Maintained
12186 F:      drivers/net/wireless/zydas/zd1211rw/
12187
12188 ZPOOL COMPRESSED PAGE STORAGE API
12189 M:      Dan Streetman <ddstreet@ieee.org>
12190 L:      linux-mm@kvack.org
12191 S:      Maintained
12192 F:      mm/zpool.c
12193 F:      include/linux/zpool.h
12194
12195 ZR36067 VIDEO FOR LINUX DRIVER
12196 L:      mjpeg-users@lists.sourceforge.net
12197 L:      linux-media@vger.kernel.org
12198 W:      http://mjpeg.sourceforge.net/driver-zoran/
12199 T:      hg https://linuxtv.org/hg/v4l-dvb
12200 S:      Odd Fixes
12201 F:      drivers/media/pci/zoran/
12202
12203 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12204 M:      Minchan Kim <minchan@kernel.org>
12205 M:      Nitin Gupta <ngupta@vflare.org>
12206 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12207 L:      linux-kernel@vger.kernel.org
12208 S:      Maintained
12209 F:      drivers/block/zram/
12210 F:      Documentation/blockdev/zram.txt
12211
12212 ZS DECSTATION Z85C30 SERIAL DRIVER
12213 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12214 S:      Maintained
12215 F:      drivers/tty/serial/zs.*
12216
12217 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12218 M:      Minchan Kim <minchan@kernel.org>
12219 M:      Nitin Gupta <ngupta@vflare.org>
12220 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12221 L:      linux-mm@kvack.org
12222 S:      Maintained
12223 F:      mm/zsmalloc.c
12224 F:      include/linux/zsmalloc.h
12225 F:      Documentation/vm/zsmalloc.txt
12226
12227 ZSWAP COMPRESSED SWAP CACHING
12228 M:      Seth Jennings <sjenning@redhat.com>
12229 L:      linux-mm@kvack.org
12230 S:      Maintained
12231 F:      mm/zswap.c
12232
12233 THE REST
12234 M:      Linus Torvalds <torvalds@linux-foundation.org>
12235 L:      linux-kernel@vger.kernel.org
12236 Q:      http://patchwork.kernel.org/project/LKML/list/
12237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12238 S:      Buried alive in reporters
12239 F:      *
12240 F:      */