Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      https://linuxtv.org
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
215
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
223
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
230
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDI-48 GPIO DRIVER
244 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
245 L:      linux-gpio@vger.kernel.org
246 S:      Maintained
247 F:      drivers/gpio/gpio-104-idi-48.c
248
249 ACCES 104-IDIO-16 GPIO DRIVER
250 M:      "William Breathitt Gray" <vilhelm.gray@gmail.com>
251 L:      linux-gpio@vger.kernel.org
252 S:      Maintained
253 F:      drivers/gpio/gpio-104-idio-16.c
254
255 ACENIC DRIVER
256 M:      Jes Sorensen <jes@trained-monkey.org>
257 L:      linux-acenic@sunsite.dk
258 S:      Maintained
259 F:      drivers/net/ethernet/alteon/acenic*
260
261 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
262 M:      Peter Feuerer <peter@piie.net>
263 L:      platform-driver-x86@vger.kernel.org
264 W:      http://piie.net/?section=acerhdf
265 S:      Maintained
266 F:      drivers/platform/x86/acerhdf.c
267
268 ACER WMI LAPTOP EXTRAS
269 M:      "Lee, Chun-Yi" <jlee@suse.com>
270 L:      platform-driver-x86@vger.kernel.org
271 S:      Maintained
272 F:      drivers/platform/x86/acer-wmi.c
273
274 ACPI
275 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
276 M:      Len Brown <lenb@kernel.org>
277 L:      linux-acpi@vger.kernel.org
278 W:      https://01.org/linux-acpi
279 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
281 S:      Supported
282 F:      drivers/acpi/
283 F:      drivers/pnp/pnpacpi/
284 F:      include/linux/acpi.h
285 F:      include/acpi/
286 F:      Documentation/acpi/
287 F:      Documentation/ABI/testing/sysfs-bus-acpi
288 F:      drivers/pci/*acpi*
289 F:      drivers/pci/*/*acpi*
290 F:      drivers/pci/*/*/*acpi*
291 F:      tools/power/acpi/
292
293 ACPI COMPONENT ARCHITECTURE (ACPICA)
294 M:      Robert Moore <robert.moore@intel.com>
295 M:      Lv Zheng <lv.zheng@intel.com>
296 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 L:      devel@acpica.org
299 W:      https://acpica.org/
300 W:      https://github.com/acpica/acpica/
301 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
303 S:      Supported
304 F:      drivers/acpi/acpica/
305 F:      include/acpi/
306 F:      tools/power/acpi/
307
308 ACPI FAN DRIVER
309 M:      Zhang Rui <rui.zhang@intel.com>
310 L:      linux-acpi@vger.kernel.org
311 W:      https://01.org/linux-acpi
312 S:      Supported
313 F:      drivers/acpi/fan.c
314
315 ACPI THERMAL DRIVER
316 M:      Zhang Rui <rui.zhang@intel.com>
317 L:      linux-acpi@vger.kernel.org
318 W:      https://01.org/linux-acpi
319 S:      Supported
320 F:      drivers/acpi/*thermal*
321
322 ACPI VIDEO DRIVER
323 M:      Zhang Rui <rui.zhang@intel.com>
324 L:      linux-acpi@vger.kernel.org
325 W:      https://01.org/linux-acpi
326 S:      Supported
327 F:      drivers/acpi/acpi_video.c
328
329 ACPI WMI DRIVER
330 L:      platform-driver-x86@vger.kernel.org
331 S:      Orphan
332 F:      drivers/platform/x86/wmi.c
333
334 AD1889 ALSA SOUND DRIVER
335 M:      Thibaut Varene <T-Bone@parisc-linux.org>
336 W:      http://wiki.parisc-linux.org/AD1889
337 L:      linux-parisc@vger.kernel.org
338 S:      Maintained
339 F:      sound/pci/ad1889.*
340
341 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
342 M:      Michael Hennerich <michael.hennerich@analog.com>
343 W:      http://wiki.analog.com/AD5254
344 W:      http://ez.analog.com/community/linux-device-drivers
345 S:      Supported
346 F:      drivers/misc/ad525x_dpot.c
347
348 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
349 M:      Michael Hennerich <michael.hennerich@analog.com>
350 W:      http://wiki.analog.com/AD5398
351 W:      http://ez.analog.com/community/linux-device-drivers
352 S:      Supported
353 F:      drivers/regulator/ad5398.c
354
355 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
356 M:      Michael Hennerich <michael.hennerich@analog.com>
357 W:      http://wiki.analog.com/AD7142
358 W:      http://ez.analog.com/community/linux-device-drivers
359 S:      Supported
360 F:      drivers/input/misc/ad714x.c
361
362 AD7877 TOUCHSCREEN DRIVER
363 M:      Michael Hennerich <michael.hennerich@analog.com>
364 W:      http://wiki.analog.com/AD7877
365 W:      http://ez.analog.com/community/linux-device-drivers
366 S:      Supported
367 F:      drivers/input/touchscreen/ad7877.c
368
369 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
370 M:      Michael Hennerich <michael.hennerich@analog.com>
371 W:      http://wiki.analog.com/AD7879
372 W:      http://ez.analog.com/community/linux-device-drivers
373 S:      Supported
374 F:      drivers/input/touchscreen/ad7879.c
375
376 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
377 M:      Jiri Kosina <jikos@kernel.org>
378 S:      Maintained
379
380 ADF7242 IEEE 802.15.4 RADIO DRIVER
381 M:      Michael Hennerich <michael.hennerich@analog.com>
382 W:      https://wiki.analog.com/ADF7242
383 W:      http://ez.analog.com/community/linux-device-drivers
384 L:      linux-wpan@vger.kernel.org
385 S:      Supported
386 F:      drivers/net/ieee802154/adf7242.c
387 F:      Documentation/devicetree/bindings/net/ieee802154/adf7242.txt
388
389 ADM1025 HARDWARE MONITOR DRIVER
390 M:      Jean Delvare <jdelvare@suse.com>
391 L:      lm-sensors@lm-sensors.org
392 S:      Maintained
393 F:      Documentation/hwmon/adm1025
394 F:      drivers/hwmon/adm1025.c
395
396 ADM1029 HARDWARE MONITOR DRIVER
397 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
398 L:      lm-sensors@lm-sensors.org
399 S:      Maintained
400 F:      drivers/hwmon/adm1029.c
401
402 ADM8211 WIRELESS DRIVER
403 L:      linux-wireless@vger.kernel.org
404 W:      http://wireless.kernel.org/
405 S:      Orphan
406 F:      drivers/net/wireless/admtek/adm8211.*
407
408 ADP1653 FLASH CONTROLLER DRIVER
409 M:      Sakari Ailus <sakari.ailus@iki.fi>
410 L:      linux-media@vger.kernel.org
411 S:      Maintained
412 F:      drivers/media/i2c/adp1653.c
413 F:      include/media/i2c/adp1653.h
414
415 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
416 M:      Michael Hennerich <michael.hennerich@analog.com>
417 W:      http://wiki.analog.com/ADP5520
418 W:      http://ez.analog.com/community/linux-device-drivers
419 S:      Supported
420 F:      drivers/mfd/adp5520.c
421 F:      drivers/video/backlight/adp5520_bl.c
422 F:      drivers/leds/leds-adp5520.c
423 F:      drivers/gpio/gpio-adp5520.c
424 F:      drivers/input/keyboard/adp5520-keys.c
425
426 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
427 M:      Michael Hennerich <michael.hennerich@analog.com>
428 W:      http://wiki.analog.com/ADP5588
429 W:      http://ez.analog.com/community/linux-device-drivers
430 S:      Supported
431 F:      drivers/input/keyboard/adp5588-keys.c
432 F:      drivers/gpio/gpio-adp5588.c
433
434 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
435 M:      Michael Hennerich <michael.hennerich@analog.com>
436 W:      http://wiki.analog.com/ADP8860
437 W:      http://ez.analog.com/community/linux-device-drivers
438 S:      Supported
439 F:      drivers/video/backlight/adp8860_bl.c
440
441 ADS1015 HARDWARE MONITOR DRIVER
442 M:      Dirk Eibach <eibach@gdsys.de>
443 L:      lm-sensors@lm-sensors.org
444 S:      Maintained
445 F:      Documentation/hwmon/ads1015
446 F:      drivers/hwmon/ads1015.c
447 F:      include/linux/i2c/ads1015.h
448
449 ADT746X FAN DRIVER
450 M:      Colin Leroy <colin@colino.net>
451 S:      Maintained
452 F:      drivers/macintosh/therm_adt746x.c
453
454 ADT7475 HARDWARE MONITOR DRIVER
455 M:      Jean Delvare <jdelvare@suse.com>
456 L:      lm-sensors@lm-sensors.org
457 S:      Maintained
458 F:      Documentation/hwmon/adt7475
459 F:      drivers/hwmon/adt7475.c
460
461 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
462 M:      Michael Hennerich <michael.hennerich@analog.com>
463 W:      http://wiki.analog.com/ADXL345
464 W:      http://ez.analog.com/community/linux-device-drivers
465 S:      Supported
466 F:      drivers/input/misc/adxl34x.c
467
468 ADVANSYS SCSI DRIVER
469 M:      Matthew Wilcox <matthew@wil.cx>
470 M:      Hannes Reinecke <hare@suse.com>
471 L:      linux-scsi@vger.kernel.org
472 S:      Maintained
473 F:      Documentation/scsi/advansys.txt
474 F:      drivers/scsi/advansys.c
475
476 AEDSP16 DRIVER
477 M:      Riccardo Facchetti <fizban@tin.it>
478 S:      Maintained
479 F:      sound/oss/aedsp16.c
480
481 AF9013 MEDIA DRIVER
482 M:      Antti Palosaari <crope@iki.fi>
483 L:      linux-media@vger.kernel.org
484 W:      https://linuxtv.org
485 W:      http://palosaari.fi/linux/
486 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
487 T:      git git://linuxtv.org/anttip/media_tree.git
488 S:      Maintained
489 F:      drivers/media/dvb-frontends/af9013*
490
491 AF9033 MEDIA DRIVER
492 M:      Antti Palosaari <crope@iki.fi>
493 L:      linux-media@vger.kernel.org
494 W:      https://linuxtv.org
495 W:      http://palosaari.fi/linux/
496 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
497 T:      git git://linuxtv.org/anttip/media_tree.git
498 S:      Maintained
499 F:      drivers/media/dvb-frontends/af9033*
500
501 AFFS FILE SYSTEM
502 L:      linux-fsdevel@vger.kernel.org
503 S:      Orphan
504 F:      Documentation/filesystems/affs.txt
505 F:      fs/affs/
506
507 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
508 M:      David Howells <dhowells@redhat.com>
509 L:      linux-afs@lists.infradead.org
510 S:      Supported
511 F:      fs/afs/
512 F:      include/net/af_rxrpc.h
513 F:      net/rxrpc/af_rxrpc.c
514
515 AGPGART DRIVER
516 M:      David Airlie <airlied@linux.ie>
517 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
518 S:      Maintained
519 F:      drivers/char/agp/
520 F:      include/linux/agp*
521 F:      include/uapi/linux/agp*
522
523 AHA152X SCSI DRIVER
524 M:      "Juergen E. Fischer" <fischer@norbit.de>
525 L:      linux-scsi@vger.kernel.org
526 S:      Maintained
527 F:      drivers/scsi/aha152x*
528 F:      drivers/scsi/pcmcia/aha152x*
529
530 AIC7XXX / AIC79XX SCSI DRIVER
531 M:      Hannes Reinecke <hare@suse.com>
532 L:      linux-scsi@vger.kernel.org
533 S:      Maintained
534 F:      drivers/scsi/aic7xxx/
535
536 AIMSLAB FM RADIO RECEIVER DRIVER
537 M:      Hans Verkuil <hverkuil@xs4all.nl>
538 L:      linux-media@vger.kernel.org
539 T:      git git://linuxtv.org/media_tree.git
540 W:      https://linuxtv.org
541 S:      Maintained
542 F:      drivers/media/radio/radio-aimslab*
543
544 AIO
545 M:      Benjamin LaHaise <bcrl@kvack.org>
546 L:      linux-aio@kvack.org
547 S:      Supported
548 F:      fs/aio.c
549 F:      include/linux/*aio*.h
550
551 AIRSPY MEDIA DRIVER
552 M:      Antti Palosaari <crope@iki.fi>
553 L:      linux-media@vger.kernel.org
554 W:      https://linuxtv.org
555 W:      http://palosaari.fi/linux/
556 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
557 T:      git git://linuxtv.org/anttip/media_tree.git
558 S:      Maintained
559 F:      drivers/media/usb/airspy/
560
561 ALCATEL SPEEDTOUCH USB DRIVER
562 M:      Duncan Sands <duncan.sands@free.fr>
563 L:      linux-usb@vger.kernel.org
564 W:      http://www.linux-usb.org/SpeedTouch/
565 S:      Maintained
566 F:      drivers/usb/atm/speedtch.c
567 F:      drivers/usb/atm/usbatm.c
568
569 ALCHEMY AU1XX0 MMC DRIVER
570 M:      Manuel Lauss <manuel.lauss@gmail.com>
571 S:      Maintained
572 F:      drivers/mmc/host/au1xmmc.c
573
574 ALI1563 I2C DRIVER
575 M:      Rudolf Marek <r.marek@assembler.cz>
576 L:      linux-i2c@vger.kernel.org
577 S:      Maintained
578 F:      Documentation/i2c/busses/i2c-ali1563
579 F:      drivers/i2c/busses/i2c-ali1563.c
580
581 ALLWINNER SECURITY SYSTEM
582 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
583 L:      linux-crypto@vger.kernel.org
584 S:      Maintained
585 F:      drivers/crypto/sunxi-ss/
586
587 ALPHA PORT
588 M:      Richard Henderson <rth@twiddle.net>
589 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
590 M:      Matt Turner <mattst88@gmail.com>
591 S:      Odd Fixes
592 L:      linux-alpha@vger.kernel.org
593 F:      arch/alpha/
594
595 ALTERA MAILBOX DRIVER
596 M:      Ley Foon Tan <lftan@altera.com>
597 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
598 S:      Maintained
599 F:      drivers/mailbox/mailbox-altera.c
600
601 ALTERA PIO DRIVER
602 M:      Tien Hock Loh <thloh@altera.com>
603 L:      linux-gpio@vger.kernel.org
604 S:      Maintained
605 F:      drivers/gpio/gpio-altera.c
606
607 ALTERA TRIPLE SPEED ETHERNET DRIVER
608 M:      Vince Bridgers <vbridger@opensource.altera.com>
609 L:      netdev@vger.kernel.org
610 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
611 S:      Maintained
612 F:      drivers/net/ethernet/altera/
613
614 ALTERA UART/JTAG UART SERIAL DRIVERS
615 M:      Tobias Klauser <tklauser@distanz.ch>
616 L:      linux-serial@vger.kernel.org
617 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
618 S:      Maintained
619 F:      drivers/tty/serial/altera_uart.c
620 F:      drivers/tty/serial/altera_jtaguart.c
621 F:      include/linux/altera_uart.h
622 F:      include/linux/altera_jtaguart.h
623
624 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
625 M:      Tom Lendacky <thomas.lendacky@amd.com>
626 L:      linux-crypto@vger.kernel.org
627 S:      Supported
628 F:      drivers/crypto/ccp/
629 F:      include/linux/ccp.h
630
631 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
632 M:      Huang Rui <ray.huang@amd.com>
633 L:      lm-sensors@lm-sensors.org
634 S:      Supported
635 F:      Documentation/hwmon/fam15h_power
636 F:      drivers/hwmon/fam15h_power.c
637
638 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
639 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
640 S:      Orphan
641 F:      drivers/usb/gadget/udc/amd5536udc.*
642
643 AMD GEODE PROCESSOR/CHIPSET SUPPORT
644 P:      Andres Salomon <dilinger@queued.net>
645 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
646 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
647 S:      Supported
648 F:      drivers/char/hw_random/geode-rng.c
649 F:      drivers/crypto/geode*
650 F:      drivers/video/fbdev/geode/
651 F:      arch/x86/include/asm/geode.h
652
653 AMD IOMMU (AMD-VI)
654 M:      Joerg Roedel <joro@8bytes.org>
655 L:      iommu@lists.linux-foundation.org
656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
657 S:      Maintained
658 F:      drivers/iommu/amd_iommu*.[ch]
659 F:      include/linux/amd-iommu.h
660
661 AMD KFD
662 M:      Oded Gabbay <oded.gabbay@gmail.com>
663 L:      dri-devel@lists.freedesktop.org
664 T:      git git://people.freedesktop.org/~gabbayo/linux.git
665 S:      Supported
666 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
667 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
668 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
669 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
670 F:      drivers/gpu/drm/amd/amdkfd/
671 F:      drivers/gpu/drm/amd/include/cik_structs.h
672 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
673 F:      drivers/gpu/drm/amd/include/vi_structs.h
674 F:      drivers/gpu/drm/radeon/radeon_kfd.c
675 F:      drivers/gpu/drm/radeon/radeon_kfd.h
676 F:      include/uapi/linux/kfd_ioctl.h
677
678 AMD XGBE DRIVER
679 M:      Tom Lendacky <thomas.lendacky@amd.com>
680 L:      netdev@vger.kernel.org
681 S:      Supported
682 F:      drivers/net/ethernet/amd/xgbe/
683
684 AMS (Apple Motion Sensor) DRIVER
685 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
686 S:      Supported
687 F:      drivers/macintosh/ams/
688
689 AMSO1100 RNIC DRIVER
690 M:      Tom Tucker <tom@opengridcomputing.com>
691 M:      Steve Wise <swise@opengridcomputing.com>
692 L:      linux-rdma@vger.kernel.org
693 S:      Maintained
694 F:      drivers/infiniband/hw/amso1100/
695
696 ANALOG DEVICES INC AD9389B DRIVER
697 M:      Hans Verkuil <hans.verkuil@cisco.com>
698 L:      linux-media@vger.kernel.org
699 S:      Maintained
700 F:      drivers/media/i2c/ad9389b*
701
702 ANALOG DEVICES INC ADV7180 DRIVER
703 M:      Lars-Peter Clausen <lars@metafoo.de>
704 L:      linux-media@vger.kernel.org
705 W:      http://ez.analog.com/community/linux-device-drivers
706 S:      Supported
707 F:      drivers/media/i2c/adv7180.c
708
709 ANALOG DEVICES INC ADV7511 DRIVER
710 M:      Hans Verkuil <hans.verkuil@cisco.com>
711 L:      linux-media@vger.kernel.org
712 S:      Maintained
713 F:      drivers/media/i2c/adv7511*
714
715 ANALOG DEVICES INC ADV7604 DRIVER
716 M:      Hans Verkuil <hans.verkuil@cisco.com>
717 L:      linux-media@vger.kernel.org
718 S:      Maintained
719 F:      drivers/media/i2c/adv7604*
720
721 ANALOG DEVICES INC ADV7842 DRIVER
722 M:      Hans Verkuil <hans.verkuil@cisco.com>
723 L:      linux-media@vger.kernel.org
724 S:      Maintained
725 F:      drivers/media/i2c/adv7842*
726
727 ANALOG DEVICES INC ASOC CODEC DRIVERS
728 M:      Lars-Peter Clausen <lars@metafoo.de>
729 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
730 W:      http://wiki.analog.com/
731 W:      http://ez.analog.com/community/linux-device-drivers
732 S:      Supported
733 F:      sound/soc/codecs/adau*
734 F:      sound/soc/codecs/adav*
735 F:      sound/soc/codecs/ad1*
736 F:      sound/soc/codecs/ad7*
737 F:      sound/soc/codecs/ssm*
738 F:      sound/soc/codecs/sigmadsp.*
739
740 ANALOG DEVICES INC ASOC DRIVERS
741 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
743 W:      http://blackfin.uclinux.org/
744 S:      Supported
745 F:      sound/soc/blackfin/*
746
747 ANALOG DEVICES INC IIO DRIVERS
748 M:      Lars-Peter Clausen <lars@metafoo.de>
749 M:      Michael Hennerich <Michael.Hennerich@analog.com>
750 W:      http://wiki.analog.com/
751 W:      http://ez.analog.com/community/linux-device-drivers
752 S:      Supported
753 F:      drivers/iio/*/ad*
754 X:      drivers/iio/*/adjd*
755 F:      drivers/staging/iio/*/ad*
756 F:      staging/iio/trigger/iio-trig-bfin-timer.c
757
758 ANALOG DEVICES INC DMA DRIVERS
759 M:      Lars-Peter Clausen <lars@metafoo.de>
760 W:      http://ez.analog.com/community/linux-device-drivers
761 S:      Supported
762 F:      drivers/dma/dma-axi-dmac.c
763
764 ANDROID DRIVERS
765 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
766 M:      Arve HjønnevĂ¥g <arve@android.com>
767 M:      Riley Andrews <riandrews@android.com>
768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
769 L:      devel@driverdev.osuosl.org
770 S:      Supported
771 F:      drivers/android/
772 F:      drivers/staging/android/
773
774 AOA (Apple Onboard Audio) ALSA DRIVER
775 M:      Johannes Berg <johannes@sipsolutions.net>
776 L:      linuxppc-dev@lists.ozlabs.org
777 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
778 S:      Maintained
779 F:      sound/aoa/
780
781 APM DRIVER
782 M:      Jiri Kosina <jikos@kernel.org>
783 S:      Odd fixes
784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm.git
785 F:      arch/x86/kernel/apm_32.c
786 F:      include/linux/apm_bios.h
787 F:      include/uapi/linux/apm_bios.h
788 F:      drivers/char/apm-emulation.c
789
790 APPLE BCM5974 MULTITOUCH DRIVER
791 M:      Henrik Rydberg <rydberg@bitmath.org>
792 L:      linux-input@vger.kernel.org
793 S:      Odd fixes
794 F:      drivers/input/mouse/bcm5974.c
795
796 APPLE SMC DRIVER
797 M:      Henrik Rydberg <rydberg@bitmath.org>
798 L:      lm-sensors@lm-sensors.org
799 S:      Odd fixes
800 F:      drivers/hwmon/applesmc.c
801
802 APPLETALK NETWORK LAYER
803 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
804 S:      Maintained
805 F:      drivers/net/appletalk/
806 F:      net/appletalk/
807
808 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
809 M:      Duc Dang <dhdang@apm.com>
810 S:      Supported
811 F:      arch/arm64/boot/dts/apm/
812
813 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
814 M:      Iyappan Subramanian <isubramanian@apm.com>
815 M:      Keyur Chudgar <kchudgar@apm.com>
816 S:      Supported
817 F:      drivers/net/ethernet/apm/xgene/
818 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
819
820 APTINA CAMERA SENSOR PLL
821 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
822 L:      linux-media@vger.kernel.org
823 S:      Maintained
824 F:      drivers/media/i2c/aptina-pll.*
825
826 ARC FRAMEBUFFER DRIVER
827 M:      Jaya Kumar <jayalk@intworks.biz>
828 S:      Maintained
829 F:      drivers/video/fbdev/arcfb.c
830 F:      drivers/video/fbdev/core/fb_defio.c
831
832 ARCNET NETWORK LAYER
833 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
834 L:      netdev@vger.kernel.org
835 S:      Maintained
836 F:      drivers/net/arcnet/
837 F:      include/uapi/linux/if_arcnet.h
838
839 ARM MFM AND FLOPPY DRIVERS
840 M:      Ian Molton <spyro@f2s.com>
841 S:      Maintained
842 F:      arch/arm/lib/floppydma.S
843 F:      arch/arm/include/asm/floppy.h
844
845 ARM PMU PROFILING AND DEBUGGING
846 M:      Will Deacon <will.deacon@arm.com>
847 R:      Mark Rutland <mark.rutland@arm.com>
848 S:      Maintained
849 F:      arch/arm*/kernel/perf_*
850 F:      arch/arm/oprofile/common.c
851 F:      arch/arm*/kernel/hw_breakpoint.c
852 F:      arch/arm*/include/asm/hw_breakpoint.h
853 F:      arch/arm*/include/asm/perf_event.h
854 F:      drivers/perf/arm_pmu.c
855 F:      include/linux/perf/arm_pmu.h
856
857 ARM PORT
858 M:      Russell King <linux@arm.linux.org.uk>
859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
860 W:      http://www.arm.linux.org.uk/
861 S:      Maintained
862 F:      arch/arm/
863
864 ARM SUB-ARCHITECTURES
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 S:      Maintained
867 F:      arch/arm/mach-*/
868 F:      arch/arm/plat-*/
869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
870
871 ARM PRIMECELL AACI PL041 DRIVER
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      sound/arm/aaci.*
875
876 ARM PRIMECELL CLCD PL110 DRIVER
877 M:      Russell King <linux@arm.linux.org.uk>
878 S:      Maintained
879 F:      drivers/video/fbdev/amba-clcd.*
880
881 ARM PRIMECELL KMI PL050 DRIVER
882 M:      Russell King <linux@arm.linux.org.uk>
883 S:      Maintained
884 F:      drivers/input/serio/ambakmi.*
885 F:      include/linux/amba/kmi.h
886
887 ARM PRIMECELL MMCI PL180/1 DRIVER
888 M:      Russell King <linux@arm.linux.org.uk>
889 S:      Maintained
890 F:      drivers/mmc/host/mmci.*
891 F:      include/linux/amba/mmci.h
892
893 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
894 M:      Russell King <linux@arm.linux.org.uk>
895 S:      Maintained
896 F:      drivers/tty/serial/amba-pl01*.c
897 F:      include/linux/amba/serial.h
898
899 ARM PRIMECELL BUS SUPPORT
900 M:      Russell King <linux@arm.linux.org.uk>
901 S:      Maintained
902 F:      drivers/amba/
903 F:      include/linux/amba/bus.h
904
905 ARM/ADS SPHERE MACHINE SUPPORT
906 M:      Lennert Buytenhek <kernel@wantstofly.org>
907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
908 S:      Maintained
909
910 ARM/AFEB9260 MACHINE SUPPORT
911 M:      Sergey Lapin <slapin@ossfans.org>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 S:      Maintained
914
915 ARM/AJECO 1ARM MACHINE SUPPORT
916 M:      Lennert Buytenhek <kernel@wantstofly.org>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Maintained
919
920 ARM/Allwinner sunXi SoC support
921 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
922 M:      Chen-Yu Tsai <wens@csie.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925 N:      sun[x456789]i
926
927 ARM/Allwinner SoC Clock Support
928 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
929 S:      Maintained
930 F:      drivers/clk/sunxi/
931
932 ARM/Amlogic MesonX SoC support
933 M:      Carlo Caione <carlo@caione.org>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      drivers/media/rc/meson-ir.c
937 N:      meson[x68]
938
939 ARM/Annapurna Labs ALPINE ARCHITECTURE
940 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
941 S:      Maintained
942 F:      arch/arm/mach-alpine/
943
944 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
945 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
946 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
947 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 W:      http://www.linux4sam.org
950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91.git
951 S:      Supported
952 F:      arch/arm/mach-at91/
953 F:      include/soc/at91/
954 F:      arch/arm/boot/dts/at91*.dts
955 F:      arch/arm/boot/dts/at91*.dtsi
956 F:      arch/arm/boot/dts/sama*.dts
957 F:      arch/arm/boot/dts/sama*.dtsi
958 F:      arch/arm/include/debug/at91.S
959
960 ARM/ATMEL AT91 Clock Support
961 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
962 S:      Maintained
963 F:      drivers/clk/at91
964
965 ARM/CALXEDA HIGHBANK ARCHITECTURE
966 M:      Rob Herring <robh@kernel.org>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969 F:      arch/arm/mach-highbank/
970
971 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
972 M:      Krzysztof Halasa <khalasa@piap.pl>
973 S:      Maintained
974 F:      arch/arm/mach-cns3xxx/
975
976 ARM/CAVIUM THUNDER NETWORK DRIVER
977 M:      Sunil Goutham <sgoutham@cavium.com>
978 M:      Robert Richter <rric@kernel.org>
979 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
980 S:      Supported
981 F:      drivers/net/ethernet/cavium/thunder/
982
983 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
984 M:      Alexander Shiyan <shc_work@mail.ru>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Odd Fixes
987 N:      clps711x
988
989 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
990 M:      Hartley Sweeten <hsweeten@visionengravers.com>
991 M:      Ryan Mallon <rmallon@gmail.com>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994 F:      arch/arm/mach-ep93xx/
995 F:      arch/arm/mach-ep93xx/include/mach/
996
997 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
998 M:      Lennert Buytenhek <kernel@wantstofly.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001
1002 ARM/CLKDEV SUPPORT
1003 M:      Russell King <linux@arm.linux.org.uk>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      arch/arm/include/asm/clkdev.h
1007 F:      drivers/clk/clkdev.c
1008
1009 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
1010 M:      Mike Rapoport <mike@compulab.co.il>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013
1014 ARM/CONTEC MICRO9 MACHINE SUPPORT
1015 M:      Hubert Feurstein <hubert.feurstein@contec.at>
1016 S:      Maintained
1017 F:      arch/arm/mach-ep93xx/micro9.c
1018
1019 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1020 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023 F:      drivers/hwtracing/coresight/*
1024 F:      Documentation/trace/coresight.txt
1025 F:      Documentation/devicetree/bindings/arm/coresight.txt
1026 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1027
1028 ARM/CORGI MACHINE SUPPORT
1029 M:      Richard Purdie <rpurdie@rpsys.net>
1030 S:      Maintained
1031
1032 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1033 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 T:      git git://github.com/ulli-kroll/linux.git
1036 S:      Maintained
1037 F:      arch/arm/mach-gemini/
1038 F:      drivers/rtc/rtc-gemini.c
1039
1040 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1041 M:      Barry Song <baohua@kernel.org>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1044 S:      Maintained
1045 F:      arch/arm/mach-prima2/
1046 F:      drivers/clk/sirf/
1047 F:      drivers/clocksource/timer-prima2.c
1048 F:      drivers/clocksource/timer-atlas7.c
1049 N:      [^a-z]sirf
1050
1051 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1052 M:      Baruch Siach <baruch@tkos.co.il>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 F:      arch/arm/boot/dts/cx92755*
1056 N:      digicolor
1057
1058 ARM/EBSA110 MACHINE SUPPORT
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/mach-ebsa110/
1064 F:      drivers/net/ethernet/amd/am79c961a.*
1065
1066 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1067 M:      Uwe Kleine-König <kernel@pengutronix.de>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070 N:      efm32
1071
1072 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1073 M:      Daniel Ribeiro <drwyrm@gmail.com>
1074 M:      Stefan Schmidt <stefan@openezx.org>
1075 M:      Harald Welte <laforge@openezx.org>
1076 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1077 W:      http://www.openezx.org/
1078 S:      Maintained
1079 T:      topgit git://git.openezx.org/openezx.git
1080 F:      arch/arm/mach-pxa/ezx.c
1081
1082 ARM/FARADAY FA526 PORT
1083 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086 T:      git git://git.berlios.de/gemini-board
1087 F:      arch/arm/mm/*-fa*
1088
1089 ARM/FOOTBRIDGE ARCHITECTURE
1090 M:      Russell King <linux@arm.linux.org.uk>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 W:      http://www.arm.linux.org.uk/
1093 S:      Maintained
1094 F:      arch/arm/include/asm/hardware/dec21285.h
1095 F:      arch/arm/mach-footbridge/
1096
1097 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1098 M:      Shawn Guo <shawnguo@kernel.org>
1099 M:      Sascha Hauer <kernel@pengutronix.de>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1103 F:      arch/arm/mach-imx/
1104 F:      arch/arm/mach-mxs/
1105 F:      arch/arm/boot/dts/imx*
1106 F:      arch/arm/configs/imx*_defconfig
1107 F:      drivers/clk/imx/
1108 F:      include/soc/imx/
1109
1110 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1111 M:      Shawn Guo <shawnguo@kernel.org>
1112 M:      Sascha Hauer <kernel@pengutronix.de>
1113 R:      Stefan Agner <stefan@agner.ch>
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/*vf610*
1118 F:      arch/arm/boot/dts/vf*
1119
1120 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1121 M:      Lennert Buytenhek <kernel@wantstofly.org>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 S:      Maintained
1124
1125 ARM/GUMSTIX MACHINE SUPPORT
1126 M:      Steve Sakoman <sakoman@gmail.com>
1127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1128 S:      Maintained
1129
1130 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1131 M:      Philipp Zabel <philipp.zabel@gmail.com>
1132 M:      Paul Parsons <lost.distance@yahoo.com>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Maintained
1135 F:      arch/arm/mach-pxa/hx4700.c
1136 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1137 F:      sound/soc/pxa/hx4700.c
1138
1139 ARM/HISILICON SOC SUPPORT
1140 M:      Wei Xu <xuwei5@hisilicon.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 W:      http://www.hisilicon.com
1143 S:      Supported
1144 T:      git git://github.com/hisilicon/linux-hisi.git
1145 F:      arch/arm/mach-hisi/
1146
1147 ARM/HP JORNADA 7XX MACHINE SUPPORT
1148 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1149 W:      www.jlime.com
1150 S:      Maintained
1151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1152 F:      arch/arm/mach-sa1100/jornada720.c
1153 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1154
1155 ARM/IGEP MACHINE SUPPORT
1156 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1157 M:      Javier Martinez Canillas <javier@dowhile0.org>
1158 L:      linux-omap@vger.kernel.org
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1161 F:      arch/arm/boot/dts/omap3-igep*
1162
1163 ARM/INCOME PXA270 SUPPORT
1164 M:      Marek Vasut <marek.vasut@gmail.com>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1168
1169 ARM/INTEL IOP32X ARM ARCHITECTURE
1170 M:      Lennert Buytenhek <kernel@wantstofly.org>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173
1174 ARM/INTEL IOP33X ARM ARCHITECTURE
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Orphan
1177
1178 ARM/INTEL IOP13XX ARM ARCHITECTURE
1179 M:      Lennert Buytenhek <kernel@wantstofly.org>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182
1183 ARM/INTEL IQ81342EX MACHINE SUPPORT
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/INTEL IXDP2850 MACHINE SUPPORT
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/INTEL IXP4XX ARM ARCHITECTURE
1194 M:      Imre Kaloz <kaloz@openwrt.org>
1195 M:      Krzysztof Halasa <khalasa@piap.pl>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 S:      Maintained
1198 F:      arch/arm/mach-ixp4xx/
1199
1200 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1201 M:      Jonathan Cameron <jic23@cam.ac.uk>
1202 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1203 S:      Maintained
1204 F:      arch/arm/mach-pxa/stargate2.c
1205 F:      drivers/pcmcia/pxa2xx_stargate2.c
1206
1207 ARM/INTEL XSC3 (MANZANO) ARM CORE
1208 M:      Lennert Buytenhek <kernel@wantstofly.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211
1212 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1213 M:      Lennert Buytenhek <kernel@wantstofly.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216
1217 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1218 M:      Santosh Shilimkar <ssantosh@kernel.org>
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 S:      Maintained
1221 F:      arch/arm/mach-keystone/
1222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1223
1224 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1225 M:      Santosh Shilimkar <ssantosh@kernel.org>
1226 L:      linux-kernel@vger.kernel.org
1227 S:      Maintained
1228 F:      drivers/clk/keystone/
1229
1230 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1231 M:      Santosh Shilimkar <ssantosh@kernel.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 L:      linux-kernel@vger.kernel.org
1234 S:      Maintained
1235 F:      drivers/clocksource/timer-keystone.c
1236
1237 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1238 M:      Santosh Shilimkar <ssantosh@kernel.org>
1239 L:      linux-kernel@vger.kernel.org
1240 S:      Maintained
1241 F:      drivers/power/reset/keystone-reset.c
1242
1243 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1244 M:      Santosh Shilimkar <ssantosh@kernel.org>
1245 L:      linux-kernel@vger.kernel.org
1246 S:      Maintained
1247 F:      drivers/memory/*emif*
1248
1249 ARM/LOGICPD PXA270 MACHINE SUPPORT
1250 M:      Lennert Buytenhek <kernel@wantstofly.org>
1251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 S:      Maintained
1253
1254 ARM/LPC18XX ARCHITECTURE
1255 M:      Joachim Eastwood <manabian@gmail.com>
1256 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1257 S:      Maintained
1258 F:      arch/arm/boot/dts/lpc43*
1259 F:      drivers/clk/nxp/clk-lpc18xx*
1260 F:      drivers/clocksource/time-lpc32xx.c
1261 F:      drivers/i2c/busses/i2c-lpc2k.c
1262 F:      drivers/memory/pl172.c
1263 F:      drivers/mtd/spi-nor/nxp-spifi.c
1264 F:      drivers/rtc/rtc-lpc24xx.c
1265 N:      lpc18xx
1266
1267 ARM/MAGICIAN MACHINE SUPPORT
1268 M:      Philipp Zabel <philipp.zabel@gmail.com>
1269 S:      Maintained
1270
1271 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1272 M:      Jason Cooper <jason@lakedaemon.net>
1273 M:      Andrew Lunn <andrew@lunn.ch>
1274 M:      Gregory Clement <gregory.clement@free-electrons.com>
1275 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1277 S:      Maintained
1278 F:      arch/arm/mach-mvebu/
1279 F:      drivers/rtc/rtc-armada38x.c
1280 F:      arch/arm/boot/dts/armada*
1281 F:      arch/arm/boot/dts/kirkwood*
1282
1283
1284 ARM/Marvell Berlin SoC support
1285 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/mach-berlin/
1289 F:      arch/arm/boot/dts/berlin*
1290
1291
1292 ARM/Marvell Dove/MV78xx0/Orion SOC support
1293 M:      Jason Cooper <jason@lakedaemon.net>
1294 M:      Andrew Lunn <andrew@lunn.ch>
1295 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1296 M:      Gregory Clement <gregory.clement@free-electrons.com>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 S:      Maintained
1299 F:      arch/arm/mach-dove/
1300 F:      arch/arm/mach-mv78xx0/
1301 F:      arch/arm/mach-orion5x/
1302 F:      arch/arm/plat-orion/
1303 F:      arch/arm/boot/dts/dove*
1304 F:      arch/arm/boot/dts/orion5x*
1305
1306
1307 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1308 M:      Alexander Clouter <alex@digriz.org.uk>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 W:      http://www.digriz.org.uk/ts78xx/kernel
1311 S:      Maintained
1312 F:      arch/arm/mach-orion5x/ts78xx-*
1313
1314 ARM/Mediatek RTC DRIVER
1315 M:      Eddie Huang <eddie.huang@mediatek.com>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1318 S:      Maintained
1319 F:      drivers/rtc/rtc-mt6397.c
1320
1321 ARM/Mediatek SoC support
1322 M:      Matthias Brugger <matthias.bgg@gmail.com>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1325 S:      Maintained
1326 F:      arch/arm/boot/dts/mt6*
1327 F:      arch/arm/boot/dts/mt8*
1328 F:      arch/arm/mach-mediatek/
1329 N:      mtk
1330 K:      mediatek
1331
1332 ARM/Mediatek USB3 PHY DRIVER
1333 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      drivers/phy/phy-mt65xx-usb3.c
1338
1339 ARM/MICREL KS8695 ARCHITECTURE
1340 M:      Greg Ungerer <gerg@uclinux.org>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 F:      arch/arm/mach-ks8695/
1343 S:      Odd Fixes
1344
1345 ARM/MIOA701 MACHINE SUPPORT
1346 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 F:      arch/arm/mach-pxa/mioa701.c
1349 S:      Maintained
1350
1351 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1352 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1353 S:      Maintained
1354
1355 ARM/NOMADIK ARCHITECTURE
1356 M:      Alessandro Rubini <rubini@unipv.it>
1357 M:      Linus Walleij <linus.walleij@linaro.org>
1358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 S:      Maintained
1360 F:      arch/arm/mach-nomadik/
1361 F:      drivers/pinctrl/nomadik/
1362 F:      drivers/i2c/busses/i2c-nomadik.c
1363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1364
1365 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1366 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1367 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1368 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1369 S:      Supported
1370
1371 ARM/TOSA MACHINE SUPPORT
1372 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1373 M:      Dirk Opfer <dirk@opfer-online.de>
1374 S:      Maintained
1375
1376 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1377 M:      Marek Vasut <marek.vasut@gmail.com>
1378 L:      linux-arm-kernel@lists.infradead.org
1379 W:      http://hackndev.com
1380 S:      Maintained
1381 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1382 F:      arch/arm/mach-pxa/palmtx.c
1383 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1384 F:      arch/arm/mach-pxa/palmt5.c
1385 F:      arch/arm/mach-pxa/include/mach/palmld.h
1386 F:      arch/arm/mach-pxa/palmld.c
1387 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1388 F:      arch/arm/mach-pxa/palmte2.c
1389 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1390 F:      arch/arm/mach-pxa/palmtc.c
1391
1392 ARM/PALM TREO SUPPORT
1393 M:      Tomas Cech <sleep_walker@suse.com>
1394 L:      linux-arm-kernel@lists.infradead.org
1395 W:      http://hackndev.com
1396 S:      Maintained
1397 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1398 F:      arch/arm/mach-pxa/palmtreo.c
1399
1400 ARM/PALMZ72 SUPPORT
1401 M:      Sergey Lapin <slapin@ossfans.org>
1402 L:      linux-arm-kernel@lists.infradead.org
1403 W:      http://hackndev.com
1404 S:      Maintained
1405 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1406 F:      arch/arm/mach-pxa/palmz72.c
1407
1408 ARM/PLEB SUPPORT
1409 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1410 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1411 S:      Maintained
1412
1413 ARM/PT DIGITAL BOARD PORT
1414 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1415 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1416 W:      http://www.arm.linux.org.uk/
1417 S:      Maintained
1418
1419 ARM/QUALCOMM SUPPORT
1420 M:      Andy Gross <andy.gross@linaro.org>
1421 M:      David Brown <david.brown@linaro.org>
1422 L:      linux-arm-msm@vger.kernel.org
1423 L:      linux-soc@vger.kernel.org
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/qcom-*.dts
1426 F:      arch/arm/boot/dts/qcom-*.dtsi
1427 F:      arch/arm/mach-qcom/
1428 F:      drivers/soc/qcom/
1429 F:      drivers/tty/serial/msm_serial.h
1430 F:      drivers/tty/serial/msm_serial.c
1431 F:      drivers/*/pm8???-*
1432 F:      drivers/mfd/ssbi.c
1433 F:      drivers/firmware/qcom_scm.c
1434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git
1435
1436 ARM/RADISYS ENP2611 MACHINE SUPPORT
1437 M:      Lennert Buytenhek <kernel@wantstofly.org>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 S:      Maintained
1440
1441 ARM/RENESAS ARM64 ARCHITECTURE
1442 M:      Simon Horman <horms@verge.net.au>
1443 M:      Magnus Damm <magnus.damm@gmail.com>
1444 L:      linux-sh@vger.kernel.org
1445 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1447 S:      Supported
1448 F:      arch/arm64/boot/dts/renesas/
1449
1450 ARM/RISCPC ARCHITECTURE
1451 M:      Russell King <linux@arm.linux.org.uk>
1452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1453 W:      http://www.arm.linux.org.uk/
1454 S:      Maintained
1455 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1456 F:      arch/arm/include/asm/hardware/ioc.h
1457 F:      arch/arm/include/asm/hardware/iomd.h
1458 F:      arch/arm/include/asm/hardware/memc.h
1459 F:      arch/arm/mach-rpc/
1460 F:      drivers/net/ethernet/8390/etherh.c
1461 F:      drivers/net/ethernet/i825xx/ether1*
1462 F:      drivers/net/ethernet/seeq/ether3*
1463 F:      drivers/scsi/arm/
1464
1465 ARM/Rockchip SoC support
1466 M:      Heiko Stuebner <heiko@sntech.de>
1467 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468 L:      linux-rockchip@lists.infradead.org
1469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git
1470 S:      Maintained
1471 F:      arch/arm/boot/dts/rk3*
1472 F:      arch/arm/mach-rockchip/
1473 F:      drivers/clk/rockchip/
1474 F:      drivers/i2c/busses/i2c-rk3x.c
1475 F:      drivers/*/*rockchip*
1476 F:      drivers/*/*/*rockchip*
1477 F:      sound/soc/rockchip/
1478 N:      rockchip
1479
1480 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1481 M:      Kukjin Kim <kgene@kernel.org>
1482 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1483 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1484 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1485 S:      Maintained
1486 F:      arch/arm/boot/dts/s3c*
1487 F:      arch/arm/boot/dts/exynos*
1488 F:      arch/arm64/boot/dts/exynos/
1489 F:      arch/arm/plat-samsung/
1490 F:      arch/arm/mach-s3c24*/
1491 F:      arch/arm/mach-s3c64xx/
1492 F:      arch/arm/mach-s5p*/
1493 F:      arch/arm/mach-exynos*/
1494 F:      drivers/*/*s3c2410*
1495 F:      drivers/*/*/*s3c2410*
1496 F:      drivers/spi/spi-s3c*
1497 F:      sound/soc/samsung/*
1498 F:      Documentation/arm/Samsung/
1499 F:      Documentation/devicetree/bindings/arm/samsung/
1500 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1501 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1502 N:      exynos
1503
1504 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1505 M:      Kyungmin Park <kyungmin.park@samsung.com>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      arch/arm/mach-s5pv210/
1509
1510 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1511 M:      Kyungmin Park <kyungmin.park@samsung.com>
1512 M:      Kamil Debski <k.debski@samsung.com>
1513 L:      linux-arm-kernel@lists.infradead.org
1514 L:      linux-media@vger.kernel.org
1515 S:      Maintained
1516 F:      drivers/media/platform/s5p-g2d/
1517
1518 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1519 M:      Kyungmin Park <kyungmin.park@samsung.com>
1520 M:      Kamil Debski <k.debski@samsung.com>
1521 M:      Jeongtae Park <jtp.park@samsung.com>
1522 L:      linux-arm-kernel@lists.infradead.org
1523 L:      linux-media@vger.kernel.org
1524 S:      Maintained
1525 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1526 F:      drivers/media/platform/s5p-mfc/
1527
1528 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1529 M:      Kyungmin Park <kyungmin.park@samsung.com>
1530 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1531 L:      linux-arm-kernel@lists.infradead.org
1532 L:      linux-media@vger.kernel.org
1533 S:      Maintained
1534 F:      drivers/media/platform/s5p-tv/
1535
1536 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1537 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1538 M:      Jacek Anaszewski <j.anaszewski@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-jpeg/
1543
1544 ARM/SHMOBILE ARM ARCHITECTURE
1545 M:      Simon Horman <horms@verge.net.au>
1546 M:      Magnus Damm <magnus.damm@gmail.com>
1547 L:      linux-renesas-soc@vger.kernel.org
1548 Q:      http://patchwork.kernel.org/project/linux-renesas-soc/list/
1549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1550 S:      Supported
1551 F:      arch/arm/boot/dts/emev2*
1552 F:      arch/arm/boot/dts/r7s*
1553 F:      arch/arm/boot/dts/r8a*
1554 F:      arch/arm/boot/dts/sh*
1555 F:      arch/arm/configs/shmobile_defconfig
1556 F:      arch/arm/include/debug/renesas-scif.S
1557 F:      arch/arm/mach-shmobile/
1558 F:      drivers/sh/
1559
1560 ARM/SOCFPGA ARCHITECTURE
1561 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1562 S:      Maintained
1563 F:      arch/arm/mach-socfpga/
1564 F:      arch/arm/boot/dts/socfpga*
1565 F:      arch/arm/configs/socfpga_defconfig
1566 W:      http://www.rocketboards.org
1567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1568
1569 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1570 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1571 S:      Maintained
1572 F:      drivers/clk/socfpga/
1573
1574 ARM/SOCFPGA EDAC SUPPORT
1575 M:      Thor Thayer <tthayer@opensource.altera.com>
1576 S:      Maintained
1577 F:      drivers/edac/altera_edac.
1578
1579 ARM/STI ARCHITECTURE
1580 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1581 M:      Maxime Coquelin <maxime.coquelin@st.com>
1582 M:      Patrice Chotard <patrice.chotard@st.com>
1583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 L:      kernel@stlinux.com
1585 W:      http://www.stlinux.com
1586 S:      Maintained
1587 F:      arch/arm/mach-sti/
1588 F:      arch/arm/boot/dts/sti*
1589 F:      drivers/char/hw_random/st-rng.c
1590 F:      drivers/clocksource/arm_global_timer.c
1591 F:      drivers/clocksource/clksrc_st_lpc.c
1592 F:      drivers/i2c/busses/i2c-st.c
1593 F:      drivers/media/rc/st_rc.c
1594 F:      drivers/media/platform/sti/c8sectpfe/
1595 F:      drivers/mmc/host/sdhci-st.c
1596 F:      drivers/phy/phy-miphy28lp.c
1597 F:      drivers/phy/phy-miphy365x.c
1598 F:      drivers/phy/phy-stih407-usb.c
1599 F:      drivers/phy/phy-stih41x-usb.c
1600 F:      drivers/pinctrl/pinctrl-st.c
1601 F:      drivers/reset/sti/
1602 F:      drivers/rtc/rtc-st-lpc.c
1603 F:      drivers/tty/serial/st-asc.c
1604 F:      drivers/usb/dwc3/dwc3-st.c
1605 F:      drivers/usb/host/ehci-st.c
1606 F:      drivers/usb/host/ohci-st.c
1607 F:      drivers/watchdog/st_lpc_wdt.c
1608 F:      drivers/ata/ahci_st.c
1609
1610 ARM/STM32 ARCHITECTURE
1611 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 S:      Maintained
1614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1615 N:      stm32
1616 F:      drivers/clocksource/armv7m_systick.c
1617
1618 ARM/TANGO ARCHITECTURE
1619 M:      Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
1620 L:      linux-arm-kernel@lists.infradead.org
1621 S:      Maintained
1622 F:      arch/arm/mach-tango/
1623 F:      arch/arm/boot/dts/tango*
1624
1625 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1626 M:      Lennert Buytenhek <kernel@wantstofly.org>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S:      Maintained
1629
1630 ARM/TETON BGA MACHINE SUPPORT
1631 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S:      Maintained
1634
1635 ARM/THECUS N2100 MACHINE SUPPORT
1636 M:      Lennert Buytenhek <kernel@wantstofly.org>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S:      Maintained
1639
1640 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1641 M:      Wan ZongShun <mcuos.com@gmail.com>
1642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1643 W:      http://www.mcuos.com
1644 S:      Maintained
1645 F:      arch/arm/mach-w90x900/
1646 F:      drivers/input/keyboard/w90p910_keypad.c
1647 F:      drivers/input/touchscreen/w90p910_ts.c
1648 F:      drivers/watchdog/nuc900_wdt.c
1649 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1650 F:      drivers/mtd/nand/nuc900_nand.c
1651 F:      drivers/rtc/rtc-nuc900.c
1652 F:      drivers/spi/spi-nuc900.c
1653 F:      drivers/usb/host/ehci-w90x900.c
1654 F:      drivers/video/fbdev/nuc900fb.c
1655
1656 ARM/U300 MACHINE SUPPORT
1657 M:      Linus Walleij <linus.walleij@linaro.org>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Supported
1660 F:      arch/arm/mach-u300/
1661 F:      drivers/clocksource/timer-u300.c
1662 F:      drivers/i2c/busses/i2c-stu300.c
1663 F:      drivers/rtc/rtc-coh901331.c
1664 F:      drivers/watchdog/coh901327_wdt.c
1665 F:      drivers/dma/coh901318*
1666 F:      drivers/mfd/ab3100*
1667 F:      drivers/rtc/rtc-ab3100.c
1668 F:      drivers/rtc/rtc-coh901331.c
1669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1670
1671 ARM/UNIPHIER ARCHITECTURE
1672 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1673 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1674 S:      Maintained
1675 F:      arch/arm/boot/dts/uniphier*
1676 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1677 F:      arch/arm/mach-uniphier/
1678 F:      arch/arm/mm/cache-uniphier.c
1679 F:      arch/arm64/boot/dts/socionext/
1680 F:      drivers/bus/uniphier-system-bus.c
1681 F:      drivers/i2c/busses/i2c-uniphier*
1682 F:      drivers/pinctrl/uniphier/
1683 F:      drivers/tty/serial/8250/8250_uniphier.c
1684 N:      uniphier
1685
1686 ARM/Ux500 ARM ARCHITECTURE
1687 M:      Linus Walleij <linus.walleij@linaro.org>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-ux500/
1691 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1692 F:      drivers/dma/ste_dma40*
1693 F:      drivers/hwspinlock/u8500_hsem.c
1694 F:      drivers/mfd/abx500*
1695 F:      drivers/mfd/ab8500*
1696 F:      drivers/mfd/dbx500*
1697 F:      drivers/mfd/db8500*
1698 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1699 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1700 F:      drivers/rtc/rtc-ab8500.c
1701 F:      drivers/rtc/rtc-pl031.c
1702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1703
1704 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1705 M:      Ulf Hansson <ulf.hansson@linaro.org>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 T:      git git://git.linaro.org/people/ulfh/clk.git
1708 S:      Maintained
1709 F:      drivers/clk/ux500/
1710 F:      include/linux/platform_data/clk-ux500.h
1711
1712 ARM/VERSATILE EXPRESS PLATFORM
1713 M:      Liviu Dudau <liviu.dudau@arm.com>
1714 M:      Sudeep Holla <sudeep.holla@arm.com>
1715 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      arch/arm/boot/dts/vexpress*
1719 F:      arch/arm64/boot/dts/arm/vexpress*
1720 F:      arch/arm/mach-vexpress/
1721 F:      */*/vexpress*
1722 F:      */*/*/vexpress*
1723 F:      drivers/clk/versatile/clk-vexpress-osc.c
1724 F:      drivers/clocksource/versatile.c
1725
1726 ARM/VFP SUPPORT
1727 M:      Russell King <linux@arm.linux.org.uk>
1728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729 W:      http://www.arm.linux.org.uk/
1730 S:      Maintained
1731 F:      arch/arm/vfp/
1732
1733 ARM/VOIPAC PXA270 SUPPORT
1734 M:      Marek Vasut <marek.vasut@gmail.com>
1735 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1736 S:      Maintained
1737 F:      arch/arm/mach-pxa/vpac270.c
1738 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1739
1740 ARM/VT8500 ARM ARCHITECTURE
1741 M:      Tony Prisk <linux@prisktech.co.nz>
1742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 S:      Maintained
1744 F:      arch/arm/mach-vt8500/
1745 F:      drivers/clocksource/vt8500_timer.c
1746 F:      drivers/i2c/busses/i2c-wmt.c
1747 F:      drivers/mmc/host/wmt-sdmmc.c
1748 F:      drivers/pwm/pwm-vt8500.c
1749 F:      drivers/rtc/rtc-vt8500.c
1750 F:      drivers/tty/serial/vt8500_serial.c
1751 F:      drivers/usb/host/ehci-platform.c
1752 F:      drivers/usb/host/uhci-platform.c
1753 F:      drivers/video/fbdev/vt8500lcdfb.*
1754 F:      drivers/video/fbdev/wm8505fb*
1755 F:      drivers/video/fbdev/wmt_ge_rops.*
1756
1757 ARM/ZIPIT Z2 SUPPORT
1758 M:      Marek Vasut <marek.vasut@gmail.com>
1759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1760 S:      Maintained
1761 F:      arch/arm/mach-pxa/z2.c
1762 F:      arch/arm/mach-pxa/include/mach/z2.h
1763
1764 ARM/ZTE ARCHITECTURE
1765 M:      Jun Nie <jun.nie@linaro.org>
1766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1767 S:      Maintained
1768 F:      arch/arm/mach-zx/
1769 F:      drivers/clk/zte/
1770 F:      Documentation/devicetree/bindings/arm/zte.txt
1771 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1772
1773 ARM/ZYNQ ARCHITECTURE
1774 M:      Michal Simek <michal.simek@xilinx.com>
1775 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1776 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1777 W:      http://wiki.xilinx.com
1778 T:      git https://github.com/Xilinx/linux-xlnx.git
1779 S:      Supported
1780 F:      arch/arm/mach-zynq/
1781 F:      drivers/cpuidle/cpuidle-zynq.c
1782 F:      drivers/block/xsysace.c
1783 N:      zynq
1784 N:      xilinx
1785 F:      drivers/clocksource/cadence_ttc_timer.c
1786 F:      drivers/i2c/busses/i2c-cadence.c
1787 F:      drivers/mmc/host/sdhci-of-arasan.c
1788 F:      drivers/edac/synopsys_edac.c
1789
1790 ARM SMMU DRIVERS
1791 M:      Will Deacon <will.deacon@arm.com>
1792 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1793 S:      Maintained
1794 F:      drivers/iommu/arm-smmu.c
1795 F:      drivers/iommu/arm-smmu-v3.c
1796 F:      drivers/iommu/io-pgtable-arm.c
1797
1798 ARM64 PORT (AARCH64 ARCHITECTURE)
1799 M:      Catalin Marinas <catalin.marinas@arm.com>
1800 M:      Will Deacon <will.deacon@arm.com>
1801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git
1803 S:      Maintained
1804 F:      arch/arm64/
1805 F:      Documentation/arm64/
1806
1807 AS3645A LED FLASH CONTROLLER DRIVER
1808 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1809 L:      linux-media@vger.kernel.org
1810 T:      git git://linuxtv.org/media_tree.git
1811 S:      Maintained
1812 F:      drivers/media/i2c/as3645a.c
1813 F:      include/media/i2c/as3645a.h
1814
1815 ASC7621 HARDWARE MONITOR DRIVER
1816 M:      George Joseph <george.joseph@fairview5.com>
1817 L:      lm-sensors@lm-sensors.org
1818 S:      Maintained
1819 F:      Documentation/hwmon/asc7621
1820 F:      drivers/hwmon/asc7621.c
1821
1822 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1823 M:      Corentin Chary <corentin.chary@gmail.com>
1824 L:      acpi4asus-user@lists.sourceforge.net
1825 L:      platform-driver-x86@vger.kernel.org
1826 W:      http://acpi4asus.sf.net
1827 S:      Maintained
1828 F:      drivers/platform/x86/asus*.c
1829 F:      drivers/platform/x86/eeepc*.c
1830
1831 ASUS WIRELESS RADIO CONTROL DRIVER
1832 M:      JoĂ£o Paulo Rechi Vita <jprvita@gmail.com>
1833 L:      platform-driver-x86@vger.kernel.org
1834 S:      Maintained
1835 F:      drivers/platform/x86/asus-wireless.c
1836
1837 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1838 R:      Dan Williams <dan.j.williams@intel.com>
1839 W:      http://sourceforge.net/projects/xscaleiop
1840 S:      Odd fixes
1841 F:      Documentation/crypto/async-tx-api.txt
1842 F:      crypto/async_tx/
1843 F:      drivers/dma/
1844 F:      include/linux/dmaengine.h
1845 F:      include/linux/async_tx.h
1846
1847 AT24 EEPROM DRIVER
1848 M:      Wolfram Sang <wsa@the-dreams.de>
1849 L:      linux-i2c@vger.kernel.org
1850 S:      Maintained
1851 F:      drivers/misc/eeprom/at24.c
1852 F:      include/linux/platform_data/at24.h
1853
1854 ATA OVER ETHERNET (AOE) DRIVER
1855 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1856 W:      http://www.openaoe.org/
1857 S:      Supported
1858 F:      Documentation/aoe/
1859 F:      drivers/block/aoe/
1860
1861 ATHEROS 71XX/9XXX GPIO DRIVER
1862 M:      Alban Bedel <albeu@free.fr>
1863 W:      https://github.com/AlbanBedel/linux
1864 T:      git git://github.com/AlbanBedel/linux
1865 S:      Maintained
1866 F:      drivers/gpio/gpio-ath79.c
1867 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1868
1869 ATHEROS ATH GENERIC UTILITIES
1870 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1871 L:      linux-wireless@vger.kernel.org
1872 S:      Supported
1873 F:      drivers/net/wireless/ath/*
1874
1875 ATHEROS ATH5K WIRELESS DRIVER
1876 M:      Jiri Slaby <jirislaby@gmail.com>
1877 M:      Nick Kossifidis <mickflemm@gmail.com>
1878 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1879 L:      linux-wireless@vger.kernel.org
1880 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1881 S:      Maintained
1882 F:      drivers/net/wireless/ath/ath5k/
1883
1884 ATHEROS ATH6KL WIRELESS DRIVER
1885 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1886 L:      linux-wireless@vger.kernel.org
1887 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
1889 S:      Supported
1890 F:      drivers/net/wireless/ath/ath6kl/
1891
1892 WILOCITY WIL6210 WIRELESS DRIVER
1893 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1894 L:      linux-wireless@vger.kernel.org
1895 L:      wil6210@qca.qualcomm.com
1896 S:      Supported
1897 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1898 F:      drivers/net/wireless/ath/wil6210/
1899 F:      include/uapi/linux/wil6210_uapi.h
1900
1901 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1902 M:      Christian Lamparter <chunkeey@googlemail.com>
1903 L:      linux-wireless@vger.kernel.org
1904 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1905 S:      Maintained
1906 F:      drivers/net/wireless/ath/carl9170/
1907
1908 ATK0110 HWMON DRIVER
1909 M:      Luca Tettamanti <kronos.it@gmail.com>
1910 L:      lm-sensors@lm-sensors.org
1911 S:      Maintained
1912 F:      drivers/hwmon/asus_atk0110.c
1913
1914 ATI_REMOTE2 DRIVER
1915 M:      Ville Syrjala <syrjala@sci.fi>
1916 S:      Maintained
1917 F:      drivers/input/misc/ati_remote2.c
1918
1919 ATLX ETHERNET DRIVERS
1920 M:      Jay Cliburn <jcliburn@gmail.com>
1921 M:      Chris Snook <chris.snook@gmail.com>
1922 L:      netdev@vger.kernel.org
1923 W:      http://sourceforge.net/projects/atl1
1924 W:      http://atl1.sourceforge.net
1925 S:      Maintained
1926 F:      drivers/net/ethernet/atheros/
1927
1928 ATM
1929 M:      Chas Williams <3chas3@gmail.com>
1930 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1931 L:      netdev@vger.kernel.org
1932 W:      http://linux-atm.sourceforge.net
1933 S:      Maintained
1934 F:      drivers/atm/
1935 F:      include/linux/atm*
1936 F:      include/uapi/linux/atm*
1937
1938 ATMEL AT91 / AT32 MCI DRIVER
1939 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1940 S:      Maintained
1941 F:      drivers/mmc/host/atmel-mci.c
1942
1943 ATMEL AT91 / AT32 SERIAL DRIVER
1944 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1945 S:      Supported
1946 F:      drivers/tty/serial/atmel_serial.c
1947
1948 ATMEL SAMA5D2 ADC DRIVER
1949 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1950 L:      linux-iio@vger.kernel.org
1951 S:      Supported
1952 F:      drivers/iio/adc/at91-sama5d2_adc.c
1953
1954 ATMEL Audio ALSA driver
1955 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1957 S:      Supported
1958 F:      sound/soc/atmel
1959
1960 ATMEL DMA DRIVER
1961 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1963 S:      Supported
1964 F:      drivers/dma/at_hdmac.c
1965 F:      drivers/dma/at_hdmac_regs.h
1966 F:      include/linux/platform_data/dma-atmel.h
1967
1968 ATMEL XDMA DRIVER
1969 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1970 L:      linux-arm-kernel@lists.infradead.org
1971 L:      dmaengine@vger.kernel.org
1972 S:      Supported
1973 F:      drivers/dma/at_xdmac.c
1974
1975 ATMEL I2C DRIVER
1976 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1977 L:      linux-i2c@vger.kernel.org
1978 S:      Supported
1979 F:      drivers/i2c/busses/i2c-at91.c
1980
1981 ATMEL ISI DRIVER
1982 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1983 L:      linux-media@vger.kernel.org
1984 S:      Supported
1985 F:      drivers/media/platform/soc_camera/atmel-isi.c
1986 F:      include/media/atmel-isi.h
1987
1988 ATMEL LCDFB DRIVER
1989 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1990 L:      linux-fbdev@vger.kernel.org
1991 S:      Maintained
1992 F:      drivers/video/fbdev/atmel_lcdfb.c
1993 F:      include/video/atmel_lcdc.h
1994
1995 ATMEL MACB ETHERNET DRIVER
1996 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1997 S:      Supported
1998 F:      drivers/net/ethernet/cadence/
1999
2000 ATMEL NAND DRIVER
2001 M:      Wenyou Yang <wenyou.yang@atmel.com>
2002 M:      Josh Wu <rainyfeeling@outlook.com>
2003 L:      linux-mtd@lists.infradead.org
2004 S:      Supported
2005 F:      drivers/mtd/nand/atmel_nand*
2006
2007 ATMEL SDMMC DRIVER
2008 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
2009 L:      linux-mmc@vger.kernel.org
2010 S:      Supported
2011 F:      drivers/mmc/host/sdhci-of-at91.c
2012
2013 ATMEL SPI DRIVER
2014 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2015 S:      Supported
2016 F:      drivers/spi/spi-atmel.*
2017
2018 ATMEL SSC DRIVER
2019 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2021 S:      Supported
2022 F:      drivers/misc/atmel-ssc.c
2023 F:      include/linux/atmel-ssc.h
2024
2025 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
2026 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2028 S:      Supported
2029 F:      drivers/misc/atmel_tclib.c
2030 F:      drivers/clocksource/tcb_clksrc.c
2031
2032 ATMEL USBA UDC DRIVER
2033 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2035 S:      Supported
2036 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2037
2038 ATMEL WIRELESS DRIVER
2039 M:      Simon Kelley <simon@thekelleys.org.uk>
2040 L:      linux-wireless@vger.kernel.org
2041 W:      http://www.thekelleys.org.uk/atmel
2042 W:      http://atmelwlandriver.sourceforge.net/
2043 S:      Maintained
2044 F:      drivers/net/wireless/atmel/atmel*
2045
2046 ATMEL MAXTOUCH DRIVER
2047 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2048 T:      git git://github.com/atmel-maxtouch/linux.git
2049 S:      Supported
2050 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2051 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2052 F:      include/linux/platform_data/atmel_mxt_ts.h
2053
2054 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2055 M:      Bradley Grove <linuxdrivers@attotech.com>
2056 L:      linux-scsi@vger.kernel.org
2057 W:      http://www.attotech.com
2058 S:      Supported
2059 F:      drivers/scsi/esas2r
2060
2061 ATUSB IEEE 802.15.4 RADIO DRIVER
2062 M:      Stefan Schmidt <stefan@osg.samsung.com>
2063 L:      linux-wpan@vger.kernel.org
2064 S:      Maintained
2065 F:      drivers/net/ieee802154/atusb.c
2066 F:      drivers/net/ieee802154/atusb.h
2067 F:      drivers/net/ieee802154/at86rf230.h
2068
2069 AUDIT SUBSYSTEM
2070 M:      Paul Moore <paul@paul-moore.com>
2071 M:      Eric Paris <eparis@redhat.com>
2072 L:      linux-audit@redhat.com (moderated for non-subscribers)
2073 W:      http://people.redhat.com/sgrubb/audit/
2074 T:      git git://git.infradead.org/users/pcmoore/audit
2075 S:      Maintained
2076 F:      include/linux/audit.h
2077 F:      include/uapi/linux/audit.h
2078 F:      kernel/audit*
2079
2080 AUXILIARY DISPLAY DRIVERS
2081 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2082 W:      http://miguelojeda.es/auxdisplay.htm
2083 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2084 S:      Maintained
2085 F:      drivers/auxdisplay/
2086 F:      include/linux/cfag12864b.h
2087
2088 AVR32 ARCHITECTURE
2089 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2090 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2091 W:      http://www.atmel.com/products/AVR32/
2092 W:      http://mirror.egtvedt.no/avr32linux.org/
2093 W:      http://avrfreaks.net/
2094 S:      Maintained
2095 F:      arch/avr32/
2096
2097 AVR32/AT32AP MACHINE SUPPORT
2098 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2099 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2100 S:      Maintained
2101 F:      arch/avr32/mach-at32ap/
2102
2103 AX.25 NETWORK LAYER
2104 M:      Ralf Baechle <ralf@linux-mips.org>
2105 L:      linux-hams@vger.kernel.org
2106 W:      http://www.linux-ax25.org/
2107 S:      Maintained
2108 F:      include/uapi/linux/ax25.h
2109 F:      include/net/ax25.h
2110 F:      net/ax25/
2111
2112 AZ6007 DVB DRIVER
2113 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2114 L:      linux-media@vger.kernel.org
2115 W:      https://linuxtv.org
2116 T:      git git://linuxtv.org/media_tree.git
2117 S:      Maintained
2118 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2119
2120 AZTECH FM RADIO RECEIVER DRIVER
2121 M:      Hans Verkuil <hverkuil@xs4all.nl>
2122 L:      linux-media@vger.kernel.org
2123 T:      git git://linuxtv.org/media_tree.git
2124 W:      https://linuxtv.org
2125 S:      Maintained
2126 F:      drivers/media/radio/radio-aztech*
2127
2128 B43 WIRELESS DRIVER
2129 L:      linux-wireless@vger.kernel.org
2130 L:      b43-dev@lists.infradead.org
2131 W:      http://wireless.kernel.org/en/users/Drivers/b43
2132 S:      Odd Fixes
2133 F:      drivers/net/wireless/broadcom/b43/
2134
2135 B43LEGACY WIRELESS DRIVER
2136 M:      Larry Finger <Larry.Finger@lwfinger.net>
2137 L:      linux-wireless@vger.kernel.org
2138 L:      b43-dev@lists.infradead.org
2139 W:      http://wireless.kernel.org/en/users/Drivers/b43
2140 S:      Maintained
2141 F:      drivers/net/wireless/broadcom/b43legacy/
2142
2143 BACKLIGHT CLASS/SUBSYSTEM
2144 M:      Jingoo Han <jingoohan1@gmail.com>
2145 M:      Lee Jones <lee.jones@linaro.org>
2146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git
2147 S:      Maintained
2148 F:      drivers/video/backlight/
2149 F:      include/linux/backlight.h
2150
2151 BATMAN ADVANCED
2152 M:      Marek Lindner <mareklindner@neomailbox.ch>
2153 M:      Simon Wunderlich <sw@simonwunderlich.de>
2154 M:      Antonio Quartulli <a@unstable.cc>
2155 L:      b.a.t.m.a.n@lists.open-mesh.org
2156 W:      http://www.open-mesh.org/
2157 S:      Maintained
2158 F:      net/batman-adv/
2159
2160 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2161 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2162 L:      linux-hams@vger.kernel.org
2163 W:      http://www.baycom.org/~tom/ham/ham.html
2164 S:      Maintained
2165 F:      drivers/net/hamradio/baycom*
2166
2167 BCACHE (BLOCK LAYER CACHE)
2168 M:      Kent Overstreet <kent.overstreet@gmail.com>
2169 L:      linux-bcache@vger.kernel.org
2170 W:      http://bcache.evilpiepirate.org
2171 S:      Maintained
2172 F:      drivers/md/bcache/
2173
2174 BDISP ST MEDIA DRIVER
2175 M:      Fabien Dessenne <fabien.dessenne@st.com>
2176 L:      linux-media@vger.kernel.org
2177 T:      git git://linuxtv.org/media_tree.git
2178 W:      https://linuxtv.org
2179 S:      Supported
2180 F:      drivers/media/platform/sti/bdisp
2181
2182 BEFS FILE SYSTEM
2183 S:      Orphan
2184 F:      Documentation/filesystems/befs.txt
2185 F:      fs/befs/
2186
2187 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2188 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2189 L:      netdev@vger.kernel.org
2190 S:      Maintained
2191 F:      drivers/net/ethernet/ec_bhf.c
2192
2193 BFS FILE SYSTEM
2194 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2195 S:      Maintained
2196 F:      Documentation/filesystems/bfs.txt
2197 F:      fs/bfs/
2198 F:      include/uapi/linux/bfs_fs.h
2199
2200 BLACKFIN ARCHITECTURE
2201 M:      Steven Miao <realmz6@gmail.com>
2202 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2203 T:      git git://git.code.sf.net/p/adi-linux/code
2204 W:      http://blackfin.uclinux.org
2205 S:      Supported
2206 F:      arch/blackfin/
2207
2208 BLACKFIN EMAC DRIVER
2209 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2210 W:      http://blackfin.uclinux.org
2211 S:      Supported
2212 F:      drivers/net/ethernet/adi/
2213
2214 BLACKFIN RTC DRIVER
2215 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2216 W:      http://blackfin.uclinux.org
2217 S:      Supported
2218 F:      drivers/rtc/rtc-bfin.c
2219
2220 BLACKFIN SDH DRIVER
2221 M:      Sonic Zhang <sonic.zhang@analog.com>
2222 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2223 W:      http://blackfin.uclinux.org
2224 S:      Supported
2225 F:      drivers/mmc/host/bfin_sdh.c
2226
2227 BLACKFIN SERIAL DRIVER
2228 M:      Sonic Zhang <sonic.zhang@analog.com>
2229 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2230 W:      http://blackfin.uclinux.org
2231 S:      Supported
2232 F:      drivers/tty/serial/bfin_uart.c
2233
2234 BLACKFIN WATCHDOG DRIVER
2235 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2236 W:      http://blackfin.uclinux.org
2237 S:      Supported
2238 F:      drivers/watchdog/bfin_wdt.c
2239
2240 BLACKFIN I2C TWI DRIVER
2241 M:      Sonic Zhang <sonic.zhang@analog.com>
2242 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2243 W:      http://blackfin.uclinux.org/
2244 S:      Supported
2245 F:      drivers/i2c/busses/i2c-bfin-twi.c
2246
2247 BLACKFIN MEDIA DRIVER
2248 M:      Scott Jiang <scott.jiang.linux@gmail.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/media/platform/blackfin/
2253 F:      drivers/media/i2c/adv7183*
2254 F:      drivers/media/i2c/vs6624*
2255
2256 BLINKM RGB LED DRIVER
2257 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2258 S:      Maintained
2259 F:      drivers/leds/leds-blinkm.c
2260
2261 BLOCK LAYER
2262 M:      Jens Axboe <axboe@kernel.dk>
2263 L:      linux-block@vger.kernel.org
2264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2265 S:      Maintained
2266 F:      block/
2267 F:      kernel/trace/blktrace.c
2268
2269 BLOCK2MTD DRIVER
2270 M:      Joern Engel <joern@lazybastard.org>
2271 L:      linux-mtd@lists.infradead.org
2272 S:      Maintained
2273 F:      drivers/mtd/devices/block2mtd.c
2274
2275 BLUETOOTH DRIVERS
2276 M:      Marcel Holtmann <marcel@holtmann.org>
2277 M:      Gustavo Padovan <gustavo@padovan.org>
2278 M:      Johan Hedberg <johan.hedberg@gmail.com>
2279 L:      linux-bluetooth@vger.kernel.org
2280 W:      http://www.bluez.org/
2281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2283 S:      Maintained
2284 F:      drivers/bluetooth/
2285
2286 BLUETOOTH SUBSYSTEM
2287 M:      Marcel Holtmann <marcel@holtmann.org>
2288 M:      Gustavo Padovan <gustavo@padovan.org>
2289 M:      Johan Hedberg <johan.hedberg@gmail.com>
2290 L:      linux-bluetooth@vger.kernel.org
2291 W:      http://www.bluez.org/
2292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2294 S:      Maintained
2295 F:      net/bluetooth/
2296 F:      include/net/bluetooth/
2297
2298 BONDING DRIVER
2299 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2300 M:      Veaceslav Falico <vfalico@gmail.com>
2301 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2302 L:      netdev@vger.kernel.org
2303 W:      http://sourceforge.net/projects/bonding/
2304 S:      Supported
2305 F:      drivers/net/bonding/
2306 F:      include/uapi/linux/if_bonding.h
2307
2308 BPF (Safe dynamic programs and tools)
2309 M:      Alexei Starovoitov <ast@kernel.org>
2310 L:      netdev@vger.kernel.org
2311 L:      linux-kernel@vger.kernel.org
2312 S:      Supported
2313 F:      kernel/bpf/
2314
2315 BROADCOM B44 10/100 ETHERNET DRIVER
2316 M:      Gary Zambrano <zambrano@broadcom.com>
2317 L:      netdev@vger.kernel.org
2318 S:      Supported
2319 F:      drivers/net/ethernet/broadcom/b44.*
2320
2321 BROADCOM GENET ETHERNET DRIVER
2322 M:      Florian Fainelli <f.fainelli@gmail.com>
2323 L:      netdev@vger.kernel.org
2324 S:      Supported
2325 F:      drivers/net/ethernet/broadcom/genet/
2326
2327 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2328 M:      Sony Chacko <sony.chacko@qlogic.com>
2329 M:      Dept-HSGLinuxNICDev@qlogic.com
2330 L:      netdev@vger.kernel.org
2331 S:      Supported
2332 F:      drivers/net/ethernet/broadcom/bnx2.*
2333 F:      drivers/net/ethernet/broadcom/bnx2_*
2334
2335 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2336 M:      Ariel Elior <ariel.elior@qlogic.com>
2337 L:      netdev@vger.kernel.org
2338 S:      Supported
2339 F:      drivers/net/ethernet/broadcom/bnx2x/
2340
2341 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2342 M:      Florian Fainelli <f.fainelli@gmail.com>
2343 M:      Ray Jui <rjui@broadcom.com>
2344 M:      Scott Branden <sbranden@broadcom.com>
2345 L:      bcm-kernel-feedback-list@broadcom.com
2346 T:      git git://github.com/broadcom/mach-bcm
2347 S:      Maintained
2348 F:      arch/arm/mach-bcm/
2349 F:      arch/arm/boot/dts/bcm113*
2350 F:      arch/arm/boot/dts/bcm216*
2351 F:      arch/arm/boot/dts/bcm281*
2352 F:      arch/arm/configs/bcm_defconfig
2353 F:      drivers/mmc/host/sdhci-bcm-kona.c
2354 F:      drivers/clocksource/bcm_kona_timer.c
2355
2356 BROADCOM BCM2835 ARM ARCHITECTURE
2357 M:      Stephen Warren <swarren@wwwdotorg.org>
2358 M:      Lee Jones <lee@kernel.org>
2359 M:      Eric Anholt <eric@anholt.net>
2360 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2363 S:      Maintained
2364 N:      bcm2835
2365
2366 BROADCOM BCM33XX MIPS ARCHITECTURE
2367 M:      Kevin Cernekee <cernekee@gmail.com>
2368 L:      linux-mips@linux-mips.org
2369 S:      Maintained
2370 F:      arch/mips/bcm3384/*
2371 F:      arch/mips/include/asm/mach-bcm3384/*
2372 F:      arch/mips/kernel/*bmips*
2373
2374 BROADCOM BCM47XX MIPS ARCHITECTURE
2375 M:      Hauke Mehrtens <hauke@hauke-m.de>
2376 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2377 L:      linux-mips@linux-mips.org
2378 S:      Maintained
2379 F:      arch/mips/bcm47xx/*
2380 F:      arch/mips/include/asm/mach-bcm47xx/*
2381
2382 BROADCOM BCM5301X ARM ARCHITECTURE
2383 M:      Hauke Mehrtens <hauke@hauke-m.de>
2384 L:      linux-arm-kernel@lists.infradead.org
2385 S:      Maintained
2386 F:      arch/arm/mach-bcm/bcm_5301x.c
2387 F:      arch/arm/boot/dts/bcm5301x.dtsi
2388 F:      arch/arm/boot/dts/bcm470*
2389
2390 BROADCOM BCM63XX ARM ARCHITECTURE
2391 M:      Florian Fainelli <f.fainelli@gmail.com>
2392 L:      linux-arm-kernel@lists.infradead.org
2393 T:      git git://github.com/broadcom/arm-bcm63xx.git
2394 S:      Maintained
2395 F:      arch/arm/mach-bcm/bcm63xx.c
2396 F:      arch/arm/include/debug/bcm63xx.S
2397
2398 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2399 M:      Kevin Cernekee <cernekee@gmail.com>
2400 L:      linux-usb@vger.kernel.org
2401 S:      Maintained
2402 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2403
2404 BROADCOM BCM7XXX ARM ARCHITECTURE
2405 M:      Brian Norris <computersforpeace@gmail.com>
2406 M:      Gregory Fong <gregory.0xf0@gmail.com>
2407 M:      Florian Fainelli <f.fainelli@gmail.com>
2408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2409 L:      bcm-kernel-feedback-list@broadcom.com
2410 T:      git git://github.com/broadcom/stblinux.git
2411 S:      Maintained
2412 F:      arch/arm/mach-bcm/*brcmstb*
2413 F:      arch/arm/boot/dts/bcm7*.dts*
2414 F:      drivers/bus/brcmstb_gisb.c
2415 N:      brcmstb
2416
2417 BROADCOM BMIPS MIPS ARCHITECTURE
2418 M:      Kevin Cernekee <cernekee@gmail.com>
2419 M:      Florian Fainelli <f.fainelli@gmail.com>
2420 L:      linux-mips@linux-mips.org
2421 T:      git git://github.com/broadcom/stblinux.git
2422 S:      Maintained
2423 F:      arch/mips/bmips/*
2424 F:      arch/mips/include/asm/mach-bmips/*
2425 F:      arch/mips/kernel/*bmips*
2426 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2427 F:      drivers/irqchip/irq-bcm7*
2428 F:      drivers/irqchip/irq-brcmstb*
2429 F:      include/linux/bcm963xx_nvram.h
2430 F:      include/linux/bcm963xx_tag.h
2431
2432 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2433 M:      Prashant Sreedharan <prashant@broadcom.com>
2434 M:      Michael Chan <mchan@broadcom.com>
2435 L:      netdev@vger.kernel.org
2436 S:      Supported
2437 F:      drivers/net/ethernet/broadcom/tg3.*
2438
2439 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2440 M:      Brett Rudley <brudley@broadcom.com>
2441 M:      Arend van Spriel <arend@broadcom.com>
2442 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2443 M:      Hante Meuleman <meuleman@broadcom.com>
2444 L:      linux-wireless@vger.kernel.org
2445 L:      brcm80211-dev-list@broadcom.com
2446 S:      Supported
2447 F:      drivers/net/wireless/broadcom/brcm80211/
2448
2449 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2450 M:      QLogic-Storage-Upstream@qlogic.com
2451 L:      linux-scsi@vger.kernel.org
2452 S:      Supported
2453 F:      drivers/scsi/bnx2fc/
2454
2455 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2456 M:      QLogic-Storage-Upstream@qlogic.com
2457 L:      linux-scsi@vger.kernel.org
2458 S:      Supported
2459 F:      drivers/scsi/bnx2i/
2460
2461 BROADCOM IPROC ARM ARCHITECTURE
2462 M:      Ray Jui <rjui@broadcom.com>
2463 M:      Scott Branden <sbranden@broadcom.com>
2464 M:      Jon Mason <jonmason@broadcom.com>
2465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2466 L:      bcm-kernel-feedback-list@broadcom.com
2467 T:      git git://github.com/broadcom/cygnus-linux.git
2468 S:      Maintained
2469 N:      iproc
2470 N:      cygnus
2471 N:      nsp
2472 N:      bcm9113*
2473 N:      bcm9583*
2474 N:      bcm9585*
2475 N:      bcm9586*
2476 N:      bcm988312
2477 N:      bcm113*
2478 N:      bcm583*
2479 N:      bcm585*
2480 N:      bcm586*
2481 N:      bcm88312
2482
2483 BROADCOM BRCMSTB GPIO DRIVER
2484 M:      Gregory Fong <gregory.0xf0@gmail.com>
2485 L:      bcm-kernel-feedback-list@broadcom.com
2486 S:      Supported
2487 F:      drivers/gpio/gpio-brcmstb.c
2488 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2489
2490 BROADCOM KONA GPIO DRIVER
2491 M:      Ray Jui <rjui@broadcom.com>
2492 L:      bcm-kernel-feedback-list@broadcom.com
2493 S:      Supported
2494 F:      drivers/gpio/gpio-bcm-kona.c
2495 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2496
2497 BROADCOM NVRAM DRIVER
2498 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2499 L:      linux-mips@linux-mips.org
2500 S:      Maintained
2501 F:      drivers/firmware/broadcom/*
2502
2503 BROADCOM STB NAND FLASH DRIVER
2504 M:      Brian Norris <computersforpeace@gmail.com>
2505 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2506 L:      linux-mtd@lists.infradead.org
2507 L:      bcm-kernel-feedback-list@broadcom.com
2508 S:      Maintained
2509 F:      drivers/mtd/nand/brcmnand/
2510
2511 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2512 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2513 L:      linux-wireless@vger.kernel.org
2514 S:      Maintained
2515 F:      drivers/bcma/
2516 F:      include/linux/bcma/
2517
2518 BROADCOM SYSTEMPORT ETHERNET DRIVER
2519 M:      Florian Fainelli <f.fainelli@gmail.com>
2520 L:      netdev@vger.kernel.org
2521 S:      Supported
2522 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2523
2524 BROCADE BFA FC SCSI DRIVER
2525 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2526 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2527 L:      linux-scsi@vger.kernel.org
2528 S:      Supported
2529 F:      drivers/scsi/bfa/
2530
2531 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2532 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2533 L:      netdev@vger.kernel.org
2534 S:      Supported
2535 F:      drivers/net/ethernet/brocade/bna/
2536
2537 BSG (block layer generic sg v4 driver)
2538 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2539 L:      linux-scsi@vger.kernel.org
2540 S:      Supported
2541 F:      block/bsg.c
2542 F:      include/linux/bsg.h
2543 F:      include/uapi/linux/bsg.h
2544
2545 BT87X AUDIO DRIVER
2546 M:      Clemens Ladisch <clemens@ladisch.de>
2547 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2548 T:      git git://git.alsa-project.org/alsa-kernel.git
2549 S:      Maintained
2550 F:      Documentation/sound/alsa/Bt87x.txt
2551 F:      sound/pci/bt87x.c
2552
2553 BT8XXGPIO DRIVER
2554 M:      Michael Buesch <m@bues.ch>
2555 W:      http://bu3sch.de/btgpio.php
2556 S:      Maintained
2557 F:      drivers/gpio/gpio-bt8xx.c
2558
2559 BTRFS FILE SYSTEM
2560 M:      Chris Mason <clm@fb.com>
2561 M:      Josef Bacik <jbacik@fb.com>
2562 M:      David Sterba <dsterba@suse.com>
2563 L:      linux-btrfs@vger.kernel.org
2564 W:      http://btrfs.wiki.kernel.org/
2565 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2567 S:      Maintained
2568 F:      Documentation/filesystems/btrfs.txt
2569 F:      fs/btrfs/
2570
2571 BTTV VIDEO4LINUX DRIVER
2572 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2573 L:      linux-media@vger.kernel.org
2574 W:      https://linuxtv.org
2575 T:      git git://linuxtv.org/media_tree.git
2576 S:      Odd fixes
2577 F:      Documentation/video4linux/bttv/
2578 F:      drivers/media/pci/bt8xx/bttv*
2579
2580 BUSLOGIC SCSI DRIVER
2581 M:      Khalid Aziz <khalid@gonehiking.org>
2582 L:      linux-scsi@vger.kernel.org
2583 S:      Maintained
2584 F:      drivers/scsi/BusLogic.*
2585 F:      drivers/scsi/FlashPoint.*
2586
2587 C-MEDIA CMI8788 DRIVER
2588 M:      Clemens Ladisch <clemens@ladisch.de>
2589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2590 T:      git git://git.alsa-project.org/alsa-kernel.git
2591 S:      Maintained
2592 F:      sound/pci/oxygen/
2593
2594 C6X ARCHITECTURE
2595 M:      Mark Salter <msalter@redhat.com>
2596 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2597 L:      linux-c6x-dev@linux-c6x.org
2598 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2599 S:      Maintained
2600 F:      arch/c6x/
2601
2602 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2603 M:      David Howells <dhowells@redhat.com>
2604 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2605 S:      Supported
2606 F:      Documentation/filesystems/caching/cachefiles.txt
2607 F:      fs/cachefiles/
2608
2609 CADET FM/AM RADIO RECEIVER DRIVER
2610 M:      Hans Verkuil <hverkuil@xs4all.nl>
2611 L:      linux-media@vger.kernel.org
2612 T:      git git://linuxtv.org/media_tree.git
2613 W:      https://linuxtv.org
2614 S:      Maintained
2615 F:      drivers/media/radio/radio-cadet*
2616
2617 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2618 M:      Jonathan Corbet <corbet@lwn.net>
2619 L:      linux-media@vger.kernel.org
2620 T:      git git://linuxtv.org/media_tree.git
2621 S:      Maintained
2622 F:      Documentation/video4linux/cafe_ccic
2623 F:      drivers/media/platform/marvell-ccic/
2624
2625 CAIF NETWORK LAYER
2626 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2627 L:      netdev@vger.kernel.org
2628 S:      Supported
2629 F:      Documentation/networking/caif/
2630 F:      drivers/net/caif/
2631 F:      include/uapi/linux/caif/
2632 F:      include/net/caif/
2633 F:      net/caif/
2634
2635 CALGARY x86-64 IOMMU
2636 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2637 M:      "Jon D. Mason" <jdmason@kudzu.us>
2638 L:      discuss@x86-64.org
2639 S:      Maintained
2640 F:      arch/x86/kernel/pci-calgary_64.c
2641 F:      arch/x86/kernel/tce_64.c
2642 F:      arch/x86/include/asm/calgary.h
2643 F:      arch/x86/include/asm/tce.h
2644
2645 CAN NETWORK LAYER
2646 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2647 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2648 L:      linux-can@vger.kernel.org
2649 W:      https://github.com/linux-can
2650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2652 S:      Maintained
2653 F:      Documentation/networking/can.txt
2654 F:      net/can/
2655 F:      include/linux/can/core.h
2656 F:      include/uapi/linux/can.h
2657 F:      include/uapi/linux/can/bcm.h
2658 F:      include/uapi/linux/can/raw.h
2659 F:      include/uapi/linux/can/gw.h
2660
2661 CAN NETWORK DRIVERS
2662 M:      Wolfgang Grandegger <wg@grandegger.com>
2663 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2664 L:      linux-can@vger.kernel.org
2665 W:      https://github.com/linux-can
2666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2668 S:      Maintained
2669 F:      drivers/net/can/
2670 F:      include/linux/can/dev.h
2671 F:      include/linux/can/platform/
2672 F:      include/uapi/linux/can/error.h
2673 F:      include/uapi/linux/can/netlink.h
2674
2675 CAPABILITIES
2676 M:      Serge Hallyn <serge.hallyn@canonical.com>
2677 L:      linux-security-module@vger.kernel.org
2678 S:      Supported
2679 F:      include/linux/capability.h
2680 F:      include/uapi/linux/capability.h
2681 F:      security/commoncap.c
2682 F:      kernel/capability.c
2683
2684 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2685 M:      Kevin Tsai <ktsai@capellamicro.com>
2686 S:      Maintained
2687 F:      drivers/iio/light/cm*
2688 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2689
2690 CAVIUM LIQUIDIO NETWORK DRIVER
2691 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2692 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2693 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2694 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2695 L:     netdev@vger.kernel.org
2696 W:     http://www.cavium.com
2697 S:     Supported
2698 F:     drivers/net/ethernet/cavium/liquidio/
2699
2700 CC2520 IEEE-802.15.4 RADIO DRIVER
2701 M:      Varka Bhadram <varkabhadram@gmail.com>
2702 L:      linux-wpan@vger.kernel.org
2703 S:      Maintained
2704 F:      drivers/net/ieee802154/cc2520.c
2705 F:      include/linux/spi/cc2520.h
2706 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2707
2708 CELL BROADBAND ENGINE ARCHITECTURE
2709 M:      Arnd Bergmann <arnd@arndb.de>
2710 L:      linuxppc-dev@lists.ozlabs.org
2711 W:      http://www.ibm.com/developerworks/power/cell/
2712 S:      Supported
2713 F:      arch/powerpc/include/asm/cell*.h
2714 F:      arch/powerpc/include/asm/spu*.h
2715 F:      arch/powerpc/include/uapi/asm/spu*.h
2716 F:      arch/powerpc/oprofile/*cell*
2717 F:      arch/powerpc/platforms/cell/
2718
2719 CEPH COMMON CODE (LIBCEPH)
2720 M:      Ilya Dryomov <idryomov@gmail.com>
2721 M:      "Yan, Zheng" <zyan@redhat.com>
2722 M:      Sage Weil <sage@redhat.com>
2723 L:      ceph-devel@vger.kernel.org
2724 W:      http://ceph.com/
2725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2726 T:      git git://github.com/ceph/ceph-client.git
2727 S:      Supported
2728 F:      net/ceph/
2729 F:      include/linux/ceph/
2730 F:      include/linux/crush/
2731
2732 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2733 M:      "Yan, Zheng" <zyan@redhat.com>
2734 M:      Sage Weil <sage@redhat.com>
2735 M:      Ilya Dryomov <idryomov@gmail.com>
2736 L:      ceph-devel@vger.kernel.org
2737 W:      http://ceph.com/
2738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2739 T:      git git://github.com/ceph/ceph-client.git
2740 S:      Supported
2741 F:      Documentation/filesystems/ceph.txt
2742 F:      fs/ceph/
2743
2744 CERTIFICATE HANDLING:
2745 M:      David Howells <dhowells@redhat.com>
2746 M:      David Woodhouse <dwmw2@infradead.org>
2747 L:      keyrings@vger.kernel.org
2748 S:      Maintained
2749 F:      Documentation/module-signing.txt
2750 F:      certs/
2751 F:      scripts/sign-file.c
2752 F:      scripts/extract-cert.c
2753
2754 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2755 L:      linux-usb@vger.kernel.org
2756 S:      Orphan
2757 F:      Documentation/usb/WUSB-Design-overview.txt
2758 F:      Documentation/usb/wusb-cbaf
2759 F:      drivers/usb/host/hwa-hc.c
2760 F:      drivers/usb/host/whci/
2761 F:      drivers/usb/wusbcore/
2762 F:      include/linux/usb/wusb*
2763
2764 CFAG12864B LCD DRIVER
2765 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2766 W:      http://miguelojeda.es/auxdisplay.htm
2767 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2768 S:      Maintained
2769 F:      drivers/auxdisplay/cfag12864b.c
2770 F:      include/linux/cfag12864b.h
2771
2772 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2773 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2774 W:      http://miguelojeda.es/auxdisplay.htm
2775 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2776 S:      Maintained
2777 F:      drivers/auxdisplay/cfag12864bfb.c
2778 F:      include/linux/cfag12864b.h
2779
2780 CFG80211 and NL80211
2781 M:      Johannes Berg <johannes@sipsolutions.net>
2782 L:      linux-wireless@vger.kernel.org
2783 W:      http://wireless.kernel.org/
2784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2786 S:      Maintained
2787 F:      include/uapi/linux/nl80211.h
2788 F:      include/net/cfg80211.h
2789 F:      net/wireless/*
2790 X:      net/wireless/wext*
2791
2792 CHAR and MISC DRIVERS
2793 M:      Arnd Bergmann <arnd@arndb.de>
2794 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2796 S:      Supported
2797 F:      drivers/char/*
2798 F:      drivers/misc/*
2799 F:      include/linux/miscdevice.h
2800
2801 CHECKPATCH
2802 M:      Andy Whitcroft <apw@canonical.com>
2803 M:      Joe Perches <joe@perches.com>
2804 S:      Maintained
2805 F:      scripts/checkpatch.pl
2806
2807 CHINESE DOCUMENTATION
2808 M:      Harry Wei <harryxiyou@gmail.com>
2809 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2810 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2811 S:      Maintained
2812 F:      Documentation/zh_CN/
2813
2814 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2815 M:      Peter Chen <Peter.Chen@nxp.com>
2816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2817 L:      linux-usb@vger.kernel.org
2818 S:      Maintained
2819 F:      drivers/usb/chipidea/
2820
2821 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2822 M:      Hans de Goede <hdegoede@redhat.com>
2823 L:      linux-input@vger.kernel.org
2824 S:      Maintained
2825 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2826 F:      drivers/input/touchscreen/chipone_icn8318.c
2827
2828 CHROME HARDWARE PLATFORM SUPPORT
2829 M:      Olof Johansson <olof@lixom.net>
2830 S:      Maintained
2831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git
2832 F:      drivers/platform/chrome/
2833
2834 CISCO VIC ETHERNET NIC DRIVER
2835 M:      Christian Benvenuti <benve@cisco.com>
2836 M:      Sujith Sankar <ssujith@cisco.com>
2837 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2838 M:      Neel Patel <neepatel@cisco.com>
2839 S:      Supported
2840 F:      drivers/net/ethernet/cisco/enic/
2841
2842 CISCO VIC LOW LATENCY NIC DRIVER
2843 M:      Christian Benvenuti <benve@cisco.com>
2844 M:      Dave Goodell <dgoodell@cisco.com>
2845 S:      Supported
2846 F:      drivers/infiniband/hw/usnic/
2847
2848 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2849 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2850 L:      netdev@vger.kernel.org
2851 S:      Maintained
2852 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2853
2854 CIRRUS LOGIC AUDIO CODEC DRIVERS
2855 M:      Brian Austin <brian.austin@cirrus.com>
2856 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2857 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2858 S:      Maintained
2859 F:      sound/soc/codecs/cs*
2860
2861 CLEANCACHE API
2862 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2863 L:      linux-kernel@vger.kernel.org
2864 S:      Maintained
2865 F:      mm/cleancache.c
2866 F:      include/linux/cleancache.h
2867
2868 CLK API
2869 M:      Russell King <linux@arm.linux.org.uk>
2870 L:      linux-clk@vger.kernel.org
2871 S:      Maintained
2872 F:      include/linux/clk.h
2873
2874 CLOCKSOURCE, CLOCKEVENT DRIVERS
2875 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2876 M:      Thomas Gleixner <tglx@linutronix.de>
2877 L:      linux-kernel@vger.kernel.org
2878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2879 S:      Supported
2880 F:      drivers/clocksource
2881
2882 CISCO FCOE HBA DRIVER
2883 M:      Hiral Patel <hiralpat@cisco.com>
2884 M:      Suma Ramars <sramars@cisco.com>
2885 M:      Brian Uchino <buchino@cisco.com>
2886 L:      linux-scsi@vger.kernel.org
2887 S:      Supported
2888 F:      drivers/scsi/fnic/
2889
2890 CISCO SCSI HBA DRIVER
2891 M:      Narsimhulu Musini <nmusini@cisco.com>
2892 M:      Sesidhar Baddela <sebaddel@cisco.com>
2893 L:      linux-scsi@vger.kernel.org
2894 S:      Supported
2895 F:      drivers/scsi/snic/
2896
2897 CMPC ACPI DRIVER
2898 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2899 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2900 L:      platform-driver-x86@vger.kernel.org
2901 S:      Supported
2902 F:      drivers/platform/x86/classmate-laptop.c
2903
2904 COBALT MEDIA DRIVER
2905 M:      Hans Verkuil <hans.verkuil@cisco.com>
2906 L:      linux-media@vger.kernel.org
2907 T:      git git://linuxtv.org/media_tree.git
2908 W:      https://linuxtv.org
2909 S:      Supported
2910 F:      drivers/media/pci/cobalt/
2911
2912 COCCINELLE/Semantic Patches (SmPL)
2913 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2914 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2915 M:      Nicolas Palix <nicolas.palix@imag.fr>
2916 M:      Michal Marek <mmarek@suse.com>
2917 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2919 W:      http://coccinelle.lip6.fr/
2920 S:      Supported
2921 F:      Documentation/coccinelle.txt
2922 F:      scripts/coccinelle/
2923 F:      scripts/coccicheck
2924
2925 CODA FILE SYSTEM
2926 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2927 M:      coda@cs.cmu.edu
2928 L:      codalist@coda.cs.cmu.edu
2929 W:      http://www.coda.cs.cmu.edu/
2930 S:      Maintained
2931 F:      Documentation/filesystems/coda.txt
2932 F:      fs/coda/
2933 F:      include/linux/coda*.h
2934 F:      include/uapi/linux/coda*.h
2935
2936 CODA V4L2 MEM2MEM DRIVER
2937 M:      Philipp Zabel <p.zabel@pengutronix.de>
2938 L:      linux-media@vger.kernel.org
2939 S:      Maintained
2940 F:      Documentation/devicetree/bindings/media/coda.txt
2941 F:      drivers/media/platform/coda/
2942
2943 COMMON CLK FRAMEWORK
2944 M:      Michael Turquette <mturquette@baylibre.com>
2945 M:      Stephen Boyd <sboyd@codeaurora.org>
2946 L:      linux-clk@vger.kernel.org
2947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2948 S:      Maintained
2949 F:      drivers/clk/
2950 X:      drivers/clk/clkdev.c
2951 F:      include/linux/clk-pr*
2952 F:      include/linux/clk/
2953
2954 COMMON INTERNET FILE SYSTEM (CIFS)
2955 M:      Steve French <sfrench@samba.org>
2956 L:      linux-cifs@vger.kernel.org
2957 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2958 W:      http://linux-cifs.samba.org/
2959 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2960 S:      Supported
2961 F:      Documentation/filesystems/cifs/
2962 F:      fs/cifs/
2963
2964 COMPACTPCI HOTPLUG CORE
2965 M:      Scott Murray <scott@spiteful.org>
2966 L:      linux-pci@vger.kernel.org
2967 S:      Maintained
2968 F:      drivers/pci/hotplug/cpci_hotplug*
2969
2970 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2971 M:      Scott Murray <scott@spiteful.org>
2972 L:      linux-pci@vger.kernel.org
2973 S:      Maintained
2974 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2975
2976 COMPACTPCI HOTPLUG GENERIC DRIVER
2977 M:      Scott Murray <scott@spiteful.org>
2978 L:      linux-pci@vger.kernel.org
2979 S:      Maintained
2980 F:      drivers/pci/hotplug/cpcihp_generic.c
2981
2982 COMPAL LAPTOP SUPPORT
2983 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2984 L:      platform-driver-x86@vger.kernel.org
2985 S:      Maintained
2986 F:      drivers/platform/x86/compal-laptop.c
2987
2988 CONEXANT ACCESSRUNNER USB DRIVER
2989 L:      accessrunner-general@lists.sourceforge.net
2990 W:      http://accessrunner.sourceforge.net/
2991 S:      Orphan
2992 F:      drivers/usb/atm/cxacru.c
2993
2994 CONFIGFS
2995 M:      Joel Becker <jlbec@evilplan.org>
2996 M:      Christoph Hellwig <hch@lst.de>
2997 T:      git git://git.infradead.org/users/hch/configfs.git
2998 S:      Supported
2999 F:      fs/configfs/
3000 F:      include/linux/configfs.h
3001
3002 CONNECTOR
3003 M:      Evgeniy Polyakov <zbr@ioremap.net>
3004 L:      netdev@vger.kernel.org
3005 S:      Maintained
3006 F:      drivers/connector/
3007
3008 CONTROL GROUP (CGROUP)
3009 M:      Tejun Heo <tj@kernel.org>
3010 M:      Li Zefan <lizefan@huawei.com>
3011 M:      Johannes Weiner <hannes@cmpxchg.org>
3012 L:      cgroups@vger.kernel.org
3013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3014 S:      Maintained
3015 F:      Documentation/cgroups/
3016 F:      include/linux/cgroup*
3017 F:      kernel/cgroup*
3018
3019 CONTROL GROUP - CPUSET
3020 M:      Li Zefan <lizefan@huawei.com>
3021 L:      cgroups@vger.kernel.org
3022 W:      http://www.bullopensource.org/cpuset/
3023 W:      http://oss.sgi.com/projects/cpusets/
3024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
3025 S:      Maintained
3026 F:      Documentation/cgroups/cpusets.txt
3027 F:      include/linux/cpuset.h
3028 F:      kernel/cpuset.c
3029
3030 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
3031 M:      Johannes Weiner <hannes@cmpxchg.org>
3032 M:      Michal Hocko <mhocko@kernel.org>
3033 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
3034 L:      cgroups@vger.kernel.org
3035 L:      linux-mm@kvack.org
3036 S:      Maintained
3037 F:      mm/memcontrol.c
3038 F:      mm/swap_cgroup.c
3039
3040 CORETEMP HARDWARE MONITORING DRIVER
3041 M:      Fenghua Yu <fenghua.yu@intel.com>
3042 L:      lm-sensors@lm-sensors.org
3043 S:      Maintained
3044 F:      Documentation/hwmon/coretemp
3045 F:      drivers/hwmon/coretemp.c
3046
3047 COSA/SRP SYNC SERIAL DRIVER
3048 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3049 W:      http://www.fi.muni.cz/~kas/cosa/
3050 S:      Maintained
3051 F:      drivers/net/wan/cosa*
3052
3053 CPMAC ETHERNET DRIVER
3054 M:      Florian Fainelli <florian@openwrt.org>
3055 L:      netdev@vger.kernel.org
3056 S:      Maintained
3057 F:      drivers/net/ethernet/ti/cpmac.c
3058
3059 CPU FREQUENCY DRIVERS
3060 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3061 M:      Viresh Kumar <viresh.kumar@linaro.org>
3062 L:      linux-pm@vger.kernel.org
3063 S:      Maintained
3064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3065 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3066 F:      drivers/cpufreq/
3067 F:      include/linux/cpufreq.h
3068
3069 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3070 M:      Viresh Kumar <viresh.kumar@linaro.org>
3071 M:      Sudeep Holla <sudeep.holla@arm.com>
3072 L:      linux-pm@vger.kernel.org
3073 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3074 S:      Maintained
3075 F:      drivers/cpufreq/arm_big_little.h
3076 F:      drivers/cpufreq/arm_big_little.c
3077 F:      drivers/cpufreq/arm_big_little_dt.c
3078
3079 CPUIDLE DRIVER - ARM BIG LITTLE
3080 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3081 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3082 L:      linux-pm@vger.kernel.org
3083 L:      linux-arm-kernel@lists.infradead.org
3084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3085 S:      Maintained
3086 F:      drivers/cpuidle/cpuidle-big_little.c
3087
3088 CPUIDLE DRIVER - ARM EXYNOS
3089 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3090 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3091 M:      Kukjin Kim <kgene@kernel.org>
3092 L:      linux-pm@vger.kernel.org
3093 L:      linux-samsung-soc@vger.kernel.org
3094 S:      Supported
3095 F:      drivers/cpuidle/cpuidle-exynos.c
3096 F:      arch/arm/mach-exynos/pm.c
3097
3098 CPUIDLE DRIVERS
3099 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3100 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3101 L:      linux-pm@vger.kernel.org
3102 S:      Maintained
3103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3104 F:      drivers/cpuidle/*
3105 F:      include/linux/cpuidle.h
3106
3107 CPUID/MSR DRIVER
3108 M:      "H. Peter Anvin" <hpa@zytor.com>
3109 S:      Maintained
3110 F:      arch/x86/kernel/cpuid.c
3111 F:      arch/x86/kernel/msr.c
3112
3113 CPU POWER MONITORING SUBSYSTEM
3114 M:      Thomas Renninger <trenn@suse.com>
3115 L:      linux-pm@vger.kernel.org
3116 S:      Maintained
3117 F:      tools/power/cpupower/
3118
3119 CRAMFS FILESYSTEM
3120 W:      http://sourceforge.net/projects/cramfs/
3121 S:      Orphan / Obsolete
3122 F:      Documentation/filesystems/cramfs.txt
3123 F:      fs/cramfs/
3124
3125 CRIS PORT
3126 M:      Mikael Starvik <starvik@axis.com>
3127 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3128 L:      linux-cris-kernel@axis.com
3129 W:      http://developer.axis.com
3130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git
3131 S:      Maintained
3132 F:      arch/cris/
3133 F:      drivers/tty/serial/crisv10.*
3134
3135 CRYPTO API
3136 M:      Herbert Xu <herbert@gondor.apana.org.au>
3137 M:      "David S. Miller" <davem@davemloft.net>
3138 L:      linux-crypto@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
3140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3141 S:      Maintained
3142 F:      Documentation/crypto/
3143 F:      Documentation/DocBook/crypto-API.tmpl
3144 F:      arch/*/crypto/
3145 F:      crypto/
3146 F:      drivers/crypto/
3147 F:      include/crypto/
3148
3149 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3150 M:      Neil Horman <nhorman@tuxdriver.com>
3151 L:      linux-crypto@vger.kernel.org
3152 S:      Maintained
3153 F:      crypto/ansi_cprng.c
3154 F:      crypto/rng.c
3155
3156 CS3308 MEDIA DRIVER
3157 M:      Hans Verkuil <hverkuil@xs4all.nl>
3158 L:      linux-media@vger.kernel.org
3159 T:      git git://linuxtv.org/media_tree.git
3160 W:      http://linuxtv.org
3161 S:      Odd Fixes
3162 F:      drivers/media/i2c/cs3308.c
3163 F:      drivers/media/i2c/cs3308.h
3164
3165 CS5535 Audio ALSA driver
3166 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3167 S:      Maintained
3168 F:      sound/pci/cs5535audio/
3169
3170 CW1200 WLAN driver
3171 M:      Solomon Peachy <pizza@shaftnet.org>
3172 S:      Maintained
3173 F:      drivers/net/wireless/st/cw1200/
3174
3175 CX18 VIDEO4LINUX DRIVER
3176 M:      Andy Walls <awalls@md.metrocast.net>
3177 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3178 L:      linux-media@vger.kernel.org
3179 T:      git git://linuxtv.org/media_tree.git
3180 W:      https://linuxtv.org
3181 W:      http://www.ivtvdriver.org/index.php/Cx18
3182 S:      Maintained
3183 F:      Documentation/video4linux/cx18.txt
3184 F:      drivers/media/pci/cx18/
3185 F:      include/uapi/linux/ivtv*
3186
3187 CX2341X MPEG ENCODER HELPER MODULE
3188 M:      Hans Verkuil <hverkuil@xs4all.nl>
3189 L:      linux-media@vger.kernel.org
3190 T:      git git://linuxtv.org/media_tree.git
3191 W:      https://linuxtv.org
3192 S:      Maintained
3193 F:      drivers/media/common/cx2341x*
3194 F:      include/media/cx2341x*
3195
3196 CX24120 MEDIA DRIVER
3197 M:      Jemma Denson <jdenson@gmail.com>
3198 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3199 L:      linux-media@vger.kernel.org
3200 W:      https://linuxtv.org
3201 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3202 S:      Maintained
3203 F:      drivers/media/dvb-frontends/cx24120*
3204
3205 CX88 VIDEO4LINUX DRIVER
3206 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3207 L:      linux-media@vger.kernel.org
3208 W:      https://linuxtv.org
3209 T:      git git://linuxtv.org/media_tree.git
3210 S:      Odd fixes
3211 F:      Documentation/video4linux/cx88/
3212 F:      drivers/media/pci/cx88/
3213
3214 CXD2820R MEDIA DRIVER
3215 M:      Antti Palosaari <crope@iki.fi>
3216 L:      linux-media@vger.kernel.org
3217 W:      https://linuxtv.org
3218 W:      http://palosaari.fi/linux/
3219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3220 T:      git git://linuxtv.org/anttip/media_tree.git
3221 S:      Maintained
3222 F:      drivers/media/dvb-frontends/cxd2820r*
3223
3224 CXGB3 ETHERNET DRIVER (CXGB3)
3225 M:      Santosh Raspatur <santosh@chelsio.com>
3226 L:      netdev@vger.kernel.org
3227 W:      http://www.chelsio.com
3228 S:      Supported
3229 F:      drivers/net/ethernet/chelsio/cxgb3/
3230
3231 CXGB3 ISCSI DRIVER (CXGB3I)
3232 M:      Karen Xie <kxie@chelsio.com>
3233 L:      linux-scsi@vger.kernel.org
3234 W:      http://www.chelsio.com
3235 S:      Supported
3236 F:      drivers/scsi/cxgbi/cxgb3i
3237
3238 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3239 M:      Steve Wise <swise@chelsio.com>
3240 L:      linux-rdma@vger.kernel.org
3241 W:      http://www.openfabrics.org
3242 S:      Supported
3243 F:      drivers/infiniband/hw/cxgb3/
3244
3245 CXGB4 ETHERNET DRIVER (CXGB4)
3246 M:      Hariprasad S <hariprasad@chelsio.com>
3247 L:      netdev@vger.kernel.org
3248 W:      http://www.chelsio.com
3249 S:      Supported
3250 F:      drivers/net/ethernet/chelsio/cxgb4/
3251
3252 CXGB4 ISCSI DRIVER (CXGB4I)
3253 M:      Karen Xie <kxie@chelsio.com>
3254 L:      linux-scsi@vger.kernel.org
3255 W:      http://www.chelsio.com
3256 S:      Supported
3257 F:      drivers/scsi/cxgbi/cxgb4i
3258
3259 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3260 M:      Steve Wise <swise@chelsio.com>
3261 L:      linux-rdma@vger.kernel.org
3262 W:      http://www.openfabrics.org
3263 S:      Supported
3264 F:      drivers/infiniband/hw/cxgb4/
3265
3266 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3267 M:      Casey Leedom <leedom@chelsio.com>
3268 L:      netdev@vger.kernel.org
3269 W:      http://www.chelsio.com
3270 S:      Supported
3271 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3272
3273 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3274 M:      Ian Munsie <imunsie@au1.ibm.com>
3275 M:      Michael Neuling <mikey@neuling.org>
3276 L:      linuxppc-dev@lists.ozlabs.org
3277 S:      Supported
3278 F:      drivers/misc/cxl/
3279 F:      include/misc/cxl*
3280 F:      include/uapi/misc/cxl.h
3281 F:      Documentation/powerpc/cxl.txt
3282 F:      Documentation/powerpc/cxl.txt
3283 F:      Documentation/ABI/testing/sysfs-class-cxl
3284
3285 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3286 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3287 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3288 L:      linux-scsi@vger.kernel.org
3289 S:      Supported
3290 F:      drivers/scsi/cxlflash/
3291 F:      include/uapi/scsi/cxlflash_ioctls.h
3292 F:      Documentation/powerpc/cxlflash.txt
3293
3294 STMMAC ETHERNET DRIVER
3295 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3296 L:      netdev@vger.kernel.org
3297 W:      http://www.stlinux.com
3298 S:      Supported
3299 F:      drivers/net/ethernet/stmicro/stmmac/
3300
3301 CYBERPRO FB DRIVER
3302 M:      Russell King <linux@arm.linux.org.uk>
3303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3304 W:      http://www.arm.linux.org.uk/
3305 S:      Maintained
3306 F:      drivers/video/fbdev/cyber2000fb.*
3307
3308 CYCLADES ASYNC MUX DRIVER
3309 W:      http://www.cyclades.com/
3310 S:      Orphan
3311 F:      drivers/tty/cyclades.c
3312 F:      include/linux/cyclades.h
3313 F:      include/uapi/linux/cyclades.h
3314
3315 CYCLADES PC300 DRIVER
3316 W:      http://www.cyclades.com/
3317 S:      Orphan
3318 F:      drivers/net/wan/pc300*
3319
3320 CYPRESS_FIRMWARE MEDIA DRIVER
3321 M:      Antti Palosaari <crope@iki.fi>
3322 L:      linux-media@vger.kernel.org
3323 W:      https://linuxtv.org
3324 W:      http://palosaari.fi/linux/
3325 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3326 T:      git git://linuxtv.org/anttip/media_tree.git
3327 S:      Maintained
3328 F:      drivers/media/common/cypress_firmware*
3329
3330 CYTTSP TOUCHSCREEN DRIVER
3331 M:      Ferruh Yigit <fery@cypress.com>
3332 L:      linux-input@vger.kernel.org
3333 S:      Supported
3334 F:      drivers/input/touchscreen/cyttsp*
3335 F:      include/linux/input/cyttsp.h
3336
3337 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3338 M:      Joshua Kinard <kumba@gentoo.org>
3339 S:      Maintained
3340 F:      drivers/rtc/rtc-ds1685.c
3341 F:      include/linux/rtc/ds1685.h
3342
3343 DAMA SLAVE for AX.25
3344 M:      Joerg Reuter <jreuter@yaina.de>
3345 W:      http://yaina.de/jreuter/
3346 W:      http://www.qsl.net/dl1bke/
3347 L:      linux-hams@vger.kernel.org
3348 S:      Maintained
3349 F:      net/ax25/af_ax25.c
3350 F:      net/ax25/ax25_dev.c
3351 F:      net/ax25/ax25_ds_*
3352 F:      net/ax25/ax25_in.c
3353 F:      net/ax25/ax25_out.c
3354 F:      net/ax25/ax25_timer.c
3355 F:      net/ax25/sysctl_net_ax25.c
3356
3357 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3358 L:      netdev@vger.kernel.org
3359 S:      Orphan
3360 F:      Documentation/networking/dmfe.txt
3361 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3362
3363 DC390/AM53C974 SCSI driver
3364 M:      Hannes Reinecke <hare@suse.com>
3365 L:      linux-scsi@vger.kernel.org
3366 S:      Maintained
3367 F:      drivers/scsi/am53c974.c
3368
3369 DC395x SCSI driver
3370 M:      Oliver Neukum <oliver@neukum.org>
3371 M:      Ali Akcaagac <aliakc@web.de>
3372 M:      Jamie Lenehan <lenehan@twibble.org>
3373 L:      dc395x@twibble.org
3374 W:      http://twibble.org/dist/dc395x/
3375 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3376 S:      Maintained
3377 F:      Documentation/scsi/dc395x.txt
3378 F:      drivers/scsi/dc395x.*
3379
3380 DCCP PROTOCOL
3381 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3382 L:      dccp@vger.kernel.org
3383 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3384 S:      Maintained
3385 F:      include/linux/dccp.h
3386 F:      include/uapi/linux/dccp.h
3387 F:      include/linux/tfrc.h
3388 F:      net/dccp/
3389
3390 DECnet NETWORK LAYER
3391 W:      http://linux-decnet.sourceforge.net
3392 L:      linux-decnet-user@lists.sourceforge.net
3393 S:      Orphan
3394 F:      Documentation/networking/decnet.txt
3395 F:      net/decnet/
3396
3397 DECSTATION PLATFORM SUPPORT
3398 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3399 L:      linux-mips@linux-mips.org
3400 W:      http://www.linux-mips.org/wiki/DECstation
3401 S:      Maintained
3402 F:      arch/mips/dec/
3403 F:      arch/mips/include/asm/dec/
3404 F:      arch/mips/include/asm/mach-dec/
3405
3406 DEFXX FDDI NETWORK DRIVER
3407 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3408 S:      Maintained
3409 F:      drivers/net/fddi/defxx.*
3410
3411 DELL LAPTOP DRIVER
3412 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3413 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3414 L:      platform-driver-x86@vger.kernel.org
3415 S:      Maintained
3416 F:      drivers/platform/x86/dell-laptop.c
3417
3418 DELL LAPTOP RBTN DRIVER
3419 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3420 S:      Maintained
3421 F:      drivers/platform/x86/dell-rbtn.*
3422
3423 DELL LAPTOP FREEFALL DRIVER
3424 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3425 S:      Maintained
3426 F:      drivers/platform/x86/dell-smo8800.c
3427
3428 DELL LAPTOP SMM DRIVER
3429 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3430 S:      Maintained
3431 F:      drivers/hwmon/dell-smm-hwmon.c
3432 F:      include/uapi/linux/i8k.h
3433
3434 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3435 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3436 S:      Maintained
3437 F:      Documentation/dcdbas.txt
3438 F:      drivers/firmware/dcdbas.*
3439
3440 DELL WMI EXTRAS DRIVER
3441 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3442 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3443 S:      Maintained
3444 F:      drivers/platform/x86/dell-wmi.c
3445
3446 DESIGNWARE USB2 DRD IP DRIVER
3447 M:      John Youn <johnyoun@synopsys.com>
3448 L:      linux-usb@vger.kernel.org
3449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3450 S:      Maintained
3451 F:      drivers/usb/dwc2/
3452
3453 DESIGNWARE USB3 DRD IP DRIVER
3454 M:      Felipe Balbi <balbi@ti.com>
3455 L:      linux-usb@vger.kernel.org
3456 L:      linux-omap@vger.kernel.org
3457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3458 S:      Maintained
3459 F:      drivers/usb/dwc3/
3460
3461 DEVICE COREDUMP (DEV_COREDUMP)
3462 M:      Johannes Berg <johannes@sipsolutions.net>
3463 L:      linux-kernel@vger.kernel.org
3464 S:      Maintained
3465 F:      drivers/base/devcoredump.c
3466 F:      include/linux/devcoredump.h
3467
3468 DEVICE FREQUENCY (DEVFREQ)
3469 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3470 M:      Kyungmin Park <kyungmin.park@samsung.com>
3471 L:      linux-pm@vger.kernel.org
3472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3473 S:      Maintained
3474 F:      drivers/devfreq/
3475 F:      include/linux/devfreq.h
3476 F:      Documentation/devicetree/bindings/devfreq/
3477
3478 DEVICE FREQUENCY EVENT (DEVFREQ-EVENT)
3479 M:      Chanwoo Choi <cw00.choi@samsung.com>
3480 L:      linux-pm@vger.kernel.org
3481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq.git
3482 S:      Supported
3483 F:      drivers/devfreq/event/
3484 F:      drivers/devfreq/devfreq-event.c
3485 F:      include/linux/devfreq-event.h
3486 F:      Documentation/devicetree/bindings/devfreq/event/
3487
3488 DEVICE NUMBER REGISTRY
3489 M:      Torben Mathiasen <device@lanana.org>
3490 W:      http://lanana.org/docs/device-list/index.html
3491 S:      Maintained
3492
3493 DEVICE-MAPPER  (LVM)
3494 M:      Alasdair Kergon <agk@redhat.com>
3495 M:      Mike Snitzer <snitzer@redhat.com>
3496 M:      dm-devel@redhat.com
3497 L:      dm-devel@redhat.com
3498 W:      http://sources.redhat.com/dm
3499 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3501 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3502 S:      Maintained
3503 F:      Documentation/device-mapper/
3504 F:      drivers/md/dm*
3505 F:      drivers/md/persistent-data/
3506 F:      include/linux/device-mapper.h
3507 F:      include/linux/dm-*.h
3508 F:      include/uapi/linux/dm-*.h
3509
3510 DIALOG SEMICONDUCTOR DRIVERS
3511 M:      Support Opensource <support.opensource@diasemi.com>
3512 W:      http://www.dialog-semiconductor.com/products
3513 S:      Supported
3514 F:      Documentation/hwmon/da90??
3515 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3516 F:      drivers/gpio/gpio-da90??.c
3517 F:      drivers/hwmon/da90??-hwmon.c
3518 F:      drivers/iio/adc/da91??-*.c
3519 F:      drivers/input/misc/da90??_onkey.c
3520 F:      drivers/input/touchscreen/da9052_tsi.c
3521 F:      drivers/leds/leds-da90??.c
3522 F:      drivers/mfd/da903x.c
3523 F:      drivers/mfd/da90??-*.c
3524 F:      drivers/mfd/da91??-*.c
3525 F:      drivers/power/da9052-battery.c
3526 F:      drivers/power/da91??-*.c
3527 F:      drivers/regulator/da903x.c
3528 F:      drivers/regulator/da9???-regulator.[ch]
3529 F:      drivers/rtc/rtc-da90??.c
3530 F:      drivers/video/backlight/da90??_bl.c
3531 F:      drivers/watchdog/da90??_wdt.c
3532 F:      include/linux/mfd/da903x.h
3533 F:      include/linux/mfd/da9052/
3534 F:      include/linux/mfd/da9055/
3535 F:      include/linux/mfd/da9063/
3536 F:      include/linux/mfd/da9150/
3537 F:      include/sound/da[79]*.h
3538 F:      sound/soc/codecs/da[79]*.[ch]
3539
3540 DIGI NEO AND CLASSIC PCI PRODUCTS
3541 M:      Lidza Louina <lidza.louina@gmail.com>
3542 M:      Mark Hounschell <markh@compro.net>
3543 L:      driverdev-devel@linuxdriverproject.org
3544 S:      Maintained
3545 F:      drivers/staging/dgnc/
3546
3547 DIOLAN U2C-12 I2C DRIVER
3548 M:      Guenter Roeck <linux@roeck-us.net>
3549 L:      linux-i2c@vger.kernel.org
3550 S:      Maintained
3551 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3552
3553 DIRECT ACCESS (DAX)
3554 M:      Matthew Wilcox <willy@linux.intel.com>
3555 L:      linux-fsdevel@vger.kernel.org
3556 S:      Supported
3557 F:      fs/dax.c
3558
3559 DIRECTORY NOTIFICATION (DNOTIFY)
3560 M:      Eric Paris <eparis@parisplace.org>
3561 S:      Maintained
3562 F:      Documentation/filesystems/dnotify.txt
3563 F:      fs/notify/dnotify/
3564 F:      include/linux/dnotify.h
3565
3566 DISK GEOMETRY AND PARTITION HANDLING
3567 M:      Andries Brouwer <aeb@cwi.nl>
3568 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3569 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3570 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3571 S:      Maintained
3572
3573 DISKQUOTA
3574 M:      Jan Kara <jack@suse.com>
3575 S:      Maintained
3576 F:      Documentation/filesystems/quota.txt
3577 F:      fs/quota/
3578 F:      include/linux/quota*.h
3579 F:      include/uapi/linux/quota*.h
3580
3581 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3582 M:      Bernie Thompson <bernie@plugable.com>
3583 L:      linux-fbdev@vger.kernel.org
3584 S:      Maintained
3585 W:      http://plugable.com/category/projects/udlfb/
3586 F:      drivers/video/fbdev/udlfb.c
3587 F:      include/video/udlfb.h
3588 F:      Documentation/fb/udlfb.txt
3589
3590 DISTRIBUTED LOCK MANAGER (DLM)
3591 M:      Christine Caulfield <ccaulfie@redhat.com>
3592 M:      David Teigland <teigland@redhat.com>
3593 L:      cluster-devel@redhat.com
3594 W:      http://sources.redhat.com/cluster/
3595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git
3596 S:      Supported
3597 F:      fs/dlm/
3598
3599 DMA BUFFER SHARING FRAMEWORK
3600 M:      Sumit Semwal <sumit.semwal@linaro.org>
3601 S:      Maintained
3602 L:      linux-media@vger.kernel.org
3603 L:      dri-devel@lists.freedesktop.org
3604 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3605 F:      drivers/dma-buf/
3606 F:      include/linux/dma-buf*
3607 F:      include/linux/reservation.h
3608 F:      include/linux/*fence.h
3609 F:      Documentation/dma-buf-sharing.txt
3610 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3611
3612 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3613 M:      Vinod Koul <vinod.koul@intel.com>
3614 L:      dmaengine@vger.kernel.org
3615 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3616 S:      Maintained
3617 F:      drivers/dma/
3618 F:      include/linux/dmaengine.h
3619 F:      Documentation/dmaengine/
3620 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3621
3622 DME1737 HARDWARE MONITOR DRIVER
3623 M:      Juerg Haefliger <juergh@gmail.com>
3624 L:      lm-sensors@lm-sensors.org
3625 S:      Maintained
3626 F:      Documentation/hwmon/dme1737
3627 F:      drivers/hwmon/dme1737.c
3628
3629 DMI/SMBIOS SUPPORT
3630 M:      Jean Delvare <jdelvare@suse.com>
3631 S:      Maintained
3632 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3633 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3634 F:      drivers/firmware/dmi-id.c
3635 F:      drivers/firmware/dmi_scan.c
3636 F:      include/linux/dmi.h
3637
3638 DOCUMENTATION
3639 M:      Jonathan Corbet <corbet@lwn.net>
3640 L:      linux-doc@vger.kernel.org
3641 S:      Maintained
3642 F:      Documentation/
3643 F:      scripts/docproc.c
3644 F:      scripts/kernel-doc*
3645 X:      Documentation/ABI/
3646 X:      Documentation/devicetree/
3647 X:      Documentation/acpi
3648 X:      Documentation/power
3649 X:      Documentation/spi
3650 X:      Documentation/DocBook/media
3651 T:      git git://git.lwn.net/linux.git docs-next
3652
3653 DOUBLETALK DRIVER
3654 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3655 L:      blinux-list@redhat.com
3656 S:      Maintained
3657 F:      drivers/char/dtlk.c
3658 F:      include/linux/dtlk.h
3659
3660 DPT_I2O SCSI RAID DRIVER
3661 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3662 L:      linux-scsi@vger.kernel.org
3663 W:      http://www.adaptec.com/
3664 S:      Maintained
3665 F:      drivers/scsi/dpt*
3666 F:      drivers/scsi/dpt/
3667
3668 DRBD DRIVER
3669 M:      Philipp Reisner <philipp.reisner@linbit.com>
3670 M:      Lars Ellenberg <lars.ellenberg@linbit.com>
3671 L:      drbd-dev@lists.linbit.com
3672 W:      http://www.drbd.org
3673 T:      git git://git.linbit.com/linux-drbd.git
3674 T:      git git://git.linbit.com/drbd-8.4.git
3675 S:      Supported
3676 F:      drivers/block/drbd/
3677 F:      lib/lru_cache.c
3678 F:      Documentation/blockdev/drbd/
3679
3680 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3681 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3683 S:      Supported
3684 F:      Documentation/kobject.txt
3685 F:      drivers/base/
3686 F:      fs/debugfs/
3687 F:      fs/kernfs/
3688 F:      fs/sysfs/
3689 F:      include/linux/debugfs.h
3690 F:      include/linux/kobj*
3691 F:      lib/kobj*
3692
3693 DRM DRIVERS
3694 M:      David Airlie <airlied@linux.ie>
3695 L:      dri-devel@lists.freedesktop.org
3696 T:      git git://people.freedesktop.org/~airlied/linux
3697 S:      Maintained
3698 F:      drivers/gpu/drm/
3699 F:      drivers/gpu/vga/
3700 F:      include/drm/
3701 F:      include/uapi/drm/
3702
3703 RADEON DRM DRIVERS
3704 M:      Alex Deucher <alexander.deucher@amd.com>
3705 M:      Christian König <christian.koenig@amd.com>
3706 L:      dri-devel@lists.freedesktop.org
3707 T:      git git://people.freedesktop.org/~agd5f/linux
3708 S:      Supported
3709 F:      drivers/gpu/drm/radeon/
3710 F:      include/uapi/drm/radeon*
3711
3712 DRM PANEL DRIVERS
3713 M:      Thierry Reding <thierry.reding@gmail.com>
3714 L:      dri-devel@lists.freedesktop.org
3715 T:      git git://anongit.freedesktop.org/tegra/linux.git
3716 S:      Maintained
3717 F:      drivers/gpu/drm/drm_panel.c
3718 F:      drivers/gpu/drm/panel/
3719 F:      include/drm/drm_panel.h
3720 F:      Documentation/devicetree/bindings/display/panel/
3721
3722 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3723 M:      Daniel Vetter <daniel.vetter@intel.com>
3724 M:      Jani Nikula <jani.nikula@linux.intel.com>
3725 L:      intel-gfx@lists.freedesktop.org
3726 L:      dri-devel@lists.freedesktop.org
3727 W:      https://01.org/linuxgraphics/
3728 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3729 T:      git git://anongit.freedesktop.org/drm-intel
3730 S:      Supported
3731 F:      drivers/gpu/drm/i915/
3732 F:      include/drm/i915*
3733 F:      include/uapi/drm/i915*
3734
3735 DRM DRIVERS FOR ATMEL HLCDC
3736 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3737 L:      dri-devel@lists.freedesktop.org
3738 S:      Supported
3739 F:      drivers/gpu/drm/atmel-hlcdc/
3740 F:      Documentation/devicetree/bindings/drm/atmel/
3741
3742 DRM DRIVERS FOR EXYNOS
3743 M:      Inki Dae <inki.dae@samsung.com>
3744 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3745 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3746 M:      Kyungmin Park <kyungmin.park@samsung.com>
3747 L:      dri-devel@lists.freedesktop.org
3748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3749 S:      Supported
3750 F:      drivers/gpu/drm/exynos/
3751 F:      include/drm/exynos*
3752 F:      include/uapi/drm/exynos*
3753
3754 DRM DRIVERS FOR FREESCALE DCU
3755 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3756 M:      Alison Wang <alison.wang@freescale.com>
3757 L:      dri-devel@lists.freedesktop.org
3758 S:      Supported
3759 F:      drivers/gpu/drm/fsl-dcu/
3760 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3761 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3762
3763 DRM DRIVERS FOR FREESCALE IMX
3764 M:      Philipp Zabel <p.zabel@pengutronix.de>
3765 L:      dri-devel@lists.freedesktop.org
3766 S:      Maintained
3767 F:      drivers/gpu/drm/imx/
3768 F:      drivers/gpu/ipu-v3/
3769 F:      Documentation/devicetree/bindings/display/imx/
3770
3771 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3772 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3773 L:      dri-devel@lists.freedesktop.org
3774 T:      git git://github.com/patjak/drm-gma500
3775 S:      Maintained
3776 F:      drivers/gpu/drm/gma500
3777 F:      include/drm/gma500*
3778
3779 DRM DRIVERS FOR NVIDIA TEGRA
3780 M:      Thierry Reding <thierry.reding@gmail.com>
3781 M:      Terje Bergström <tbergstrom@nvidia.com>
3782 L:      dri-devel@lists.freedesktop.org
3783 L:      linux-tegra@vger.kernel.org
3784 T:      git git://anongit.freedesktop.org/tegra/linux.git
3785 S:      Supported
3786 F:      drivers/gpu/drm/tegra/
3787 F:      drivers/gpu/host1x/
3788 F:      include/linux/host1x.h
3789 F:      include/uapi/drm/tegra_drm.h
3790 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3791
3792 DRM DRIVERS FOR RENESAS
3793 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3794 L:      dri-devel@lists.freedesktop.org
3795 L:      linux-renesas-soc@vger.kernel.org
3796 T:      git git://people.freedesktop.org/~airlied/linux
3797 S:      Supported
3798 F:      drivers/gpu/drm/rcar-du/
3799 F:      drivers/gpu/drm/shmobile/
3800 F:      include/linux/platform_data/shmob_drm.h
3801
3802 DRM DRIVERS FOR ROCKCHIP
3803 M:      Mark Yao <mark.yao@rock-chips.com>
3804 L:      dri-devel@lists.freedesktop.org
3805 S:      Maintained
3806 F:      drivers/gpu/drm/rockchip/
3807 F:      Documentation/devicetree/bindings/display/rockchip*
3808
3809 DRM DRIVERS FOR STI
3810 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3811 M:      Vincent Abriou <vincent.abriou@st.com>
3812 L:      dri-devel@lists.freedesktop.org
3813 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3814 S:      Maintained
3815 F:      drivers/gpu/drm/sti
3816 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3817
3818 DRM DRIVERS FOR VIVANTE GPU IP
3819 M:      Lucas Stach <l.stach@pengutronix.de>
3820 R:      Russell King <linux+etnaviv@arm.linux.org.uk>
3821 R:      Christian Gmeiner <christian.gmeiner@gmail.com>
3822 L:      dri-devel@lists.freedesktop.org
3823 S:      Maintained
3824 F:      drivers/gpu/drm/etnaviv
3825 F:      Documentation/devicetree/bindings/display/etnaviv
3826
3827 DSBR100 USB FM RADIO DRIVER
3828 M:      Alexey Klimov <klimov.linux@gmail.com>
3829 L:      linux-media@vger.kernel.org
3830 T:      git git://linuxtv.org/media_tree.git
3831 S:      Maintained
3832 F:      drivers/media/radio/dsbr100.c
3833
3834 DSCC4 DRIVER
3835 M:      Francois Romieu <romieu@fr.zoreil.com>
3836 L:      netdev@vger.kernel.org
3837 S:      Maintained
3838 F:      drivers/net/wan/dscc4.c
3839
3840 DT3155 MEDIA DRIVER
3841 M:      Hans Verkuil <hverkuil@xs4all.nl>
3842 L:      linux-media@vger.kernel.org
3843 T:      git git://linuxtv.org/media_tree.git
3844 W:      https://linuxtv.org
3845 S:      Odd Fixes
3846 F:      drivers/media/pci/dt3155/
3847
3848 DVB_USB_AF9015 MEDIA DRIVER
3849 M:      Antti Palosaari <crope@iki.fi>
3850 L:      linux-media@vger.kernel.org
3851 W:      https://linuxtv.org
3852 W:      http://palosaari.fi/linux/
3853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3854 T:      git git://linuxtv.org/anttip/media_tree.git
3855 S:      Maintained
3856 F:      drivers/media/usb/dvb-usb-v2/af9015*
3857
3858 DVB_USB_AF9035 MEDIA DRIVER
3859 M:      Antti Palosaari <crope@iki.fi>
3860 L:      linux-media@vger.kernel.org
3861 W:      https://linuxtv.org
3862 W:      http://palosaari.fi/linux/
3863 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3864 T:      git git://linuxtv.org/anttip/media_tree.git
3865 S:      Maintained
3866 F:      drivers/media/usb/dvb-usb-v2/af9035*
3867
3868 DVB_USB_ANYSEE MEDIA DRIVER
3869 M:      Antti Palosaari <crope@iki.fi>
3870 L:      linux-media@vger.kernel.org
3871 W:      https://linuxtv.org
3872 W:      http://palosaari.fi/linux/
3873 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3874 T:      git git://linuxtv.org/anttip/media_tree.git
3875 S:      Maintained
3876 F:      drivers/media/usb/dvb-usb-v2/anysee*
3877
3878 DVB_USB_AU6610 MEDIA DRIVER
3879 M:      Antti Palosaari <crope@iki.fi>
3880 L:      linux-media@vger.kernel.org
3881 W:      https://linuxtv.org
3882 W:      http://palosaari.fi/linux/
3883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3884 T:      git git://linuxtv.org/anttip/media_tree.git
3885 S:      Maintained
3886 F:      drivers/media/usb/dvb-usb-v2/au6610*
3887
3888 DVB_USB_CE6230 MEDIA DRIVER
3889 M:      Antti Palosaari <crope@iki.fi>
3890 L:      linux-media@vger.kernel.org
3891 W:      https://linuxtv.org
3892 W:      http://palosaari.fi/linux/
3893 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3894 T:      git git://linuxtv.org/anttip/media_tree.git
3895 S:      Maintained
3896 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3897
3898 DVB_USB_CXUSB MEDIA DRIVER
3899 M:      Michael Krufky <mkrufky@linuxtv.org>
3900 L:      linux-media@vger.kernel.org
3901 W:      https://linuxtv.org
3902 W:      http://github.com/mkrufky
3903 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3904 T:      git git://linuxtv.org/media_tree.git
3905 S:      Maintained
3906 F:      drivers/media/usb/dvb-usb/cxusb*
3907
3908 DVB_USB_EC168 MEDIA DRIVER
3909 M:      Antti Palosaari <crope@iki.fi>
3910 L:      linux-media@vger.kernel.org
3911 W:      https://linuxtv.org
3912 W:      http://palosaari.fi/linux/
3913 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3914 T:      git git://linuxtv.org/anttip/media_tree.git
3915 S:      Maintained
3916 F:      drivers/media/usb/dvb-usb-v2/ec168*
3917
3918 DVB_USB_GL861 MEDIA DRIVER
3919 M:      Antti Palosaari <crope@iki.fi>
3920 L:      linux-media@vger.kernel.org
3921 W:      https://linuxtv.org
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/gl861*
3926
3927 DVB_USB_MXL111SF 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/mkrufky/mxl111sf.git
3934 S:      Maintained
3935 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3936
3937 DVB_USB_RTL28XXU 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/rtl28xxu*
3946
3947 DVB_USB_V2 MEDIA DRIVER
3948 M:      Antti Palosaari <crope@iki.fi>
3949 L:      linux-media@vger.kernel.org
3950 W:      https://linuxtv.org
3951 W:      http://palosaari.fi/linux/
3952 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3953 T:      git git://linuxtv.org/anttip/media_tree.git
3954 S:      Maintained
3955 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3956 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3957
3958 DYNAMIC DEBUG
3959 M:      Jason Baron <jbaron@akamai.com>
3960 S:      Maintained
3961 F:      lib/dynamic_debug.c
3962 F:      include/linux/dynamic_debug.h
3963
3964 DZ DECSTATION DZ11 SERIAL DRIVER
3965 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3966 S:      Maintained
3967 F:      drivers/tty/serial/dz.*
3968
3969 E3X0 POWER BUTTON DRIVER
3970 M:      Moritz Fischer <moritz.fischer@ettus.com>
3971 L:      usrp-users@lists.ettus.com
3972 W:      http://www.ettus.com
3973 S:      Supported
3974 F:      drivers/input/misc/e3x0-button.c
3975 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3976
3977 E4000 MEDIA DRIVER
3978 M:      Antti Palosaari <crope@iki.fi>
3979 L:      linux-media@vger.kernel.org
3980 W:      https://linuxtv.org
3981 W:      http://palosaari.fi/linux/
3982 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3983 T:      git git://linuxtv.org/anttip/media_tree.git
3984 S:      Maintained
3985 F:      drivers/media/tuners/e4000*
3986
3987 EATA ISA/EISA/PCI SCSI DRIVER
3988 M:      Dario Ballabio <ballabio_dario@emc.com>
3989 L:      linux-scsi@vger.kernel.org
3990 S:      Maintained
3991 F:      drivers/scsi/eata.c
3992
3993 EC100 MEDIA DRIVER
3994 M:      Antti Palosaari <crope@iki.fi>
3995 L:      linux-media@vger.kernel.org
3996 W:      https://linuxtv.org
3997 W:      http://palosaari.fi/linux/
3998 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3999 T:      git git://linuxtv.org/anttip/media_tree.git
4000 S:      Maintained
4001 F:      drivers/media/dvb-frontends/ec100*
4002
4003 ECRYPT FILE SYSTEM
4004 M:      Tyler Hicks <tyhicks@canonical.com>
4005 L:      ecryptfs@vger.kernel.org
4006 W:      http://ecryptfs.org
4007 W:      https://launchpad.net/ecryptfs
4008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs.git
4009 S:      Supported
4010 F:      Documentation/filesystems/ecryptfs.txt
4011 F:      fs/ecryptfs/
4012
4013 EDAC-CORE
4014 M:      Doug Thompson <dougthompson@xmission.com>
4015 M:      Borislav Petkov <bp@alien8.de>
4016 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4017 L:      linux-edac@vger.kernel.org
4018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git for-next
4019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac.git linux_next
4020 S:      Supported
4021 F:      Documentation/edac.txt
4022 F:      drivers/edac/
4023 F:      include/linux/edac.h
4024
4025 EDAC-AMD64
4026 M:      Doug Thompson <dougthompson@xmission.com>
4027 M:      Borislav Petkov <bp@alien8.de>
4028 L:      linux-edac@vger.kernel.org
4029 S:      Maintained
4030 F:      drivers/edac/amd64_edac*
4031
4032 EDAC-CALXEDA
4033 M:      Doug Thompson <dougthompson@xmission.com>
4034 M:      Robert Richter <rric@kernel.org>
4035 L:      linux-edac@vger.kernel.org
4036 S:      Maintained
4037 F:      drivers/edac/highbank*
4038
4039 EDAC-CAVIUM
4040 M:      Ralf Baechle <ralf@linux-mips.org>
4041 M:      David Daney <david.daney@cavium.com>
4042 L:      linux-edac@vger.kernel.org
4043 L:      linux-mips@linux-mips.org
4044 S:      Supported
4045 F:      drivers/edac/octeon_edac*
4046
4047 EDAC-E752X
4048 M:      Mark Gross <mark.gross@intel.com>
4049 M:      Doug Thompson <dougthompson@xmission.com>
4050 L:      linux-edac@vger.kernel.org
4051 S:      Maintained
4052 F:      drivers/edac/e752x_edac.c
4053
4054 EDAC-E7XXX
4055 M:      Doug Thompson <dougthompson@xmission.com>
4056 L:      linux-edac@vger.kernel.org
4057 S:      Maintained
4058 F:      drivers/edac/e7xxx_edac.c
4059
4060 EDAC-GHES
4061 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4062 L:      linux-edac@vger.kernel.org
4063 S:      Maintained
4064 F:      drivers/edac/ghes_edac.c
4065
4066 EDAC-I82443BXGX
4067 M:      Tim Small <tim@buttersideup.com>
4068 L:      linux-edac@vger.kernel.org
4069 S:      Maintained
4070 F:      drivers/edac/i82443bxgx_edac.c
4071
4072 EDAC-I3000
4073 M:      Jason Uhlenkott <juhlenko@akamai.com>
4074 L:      linux-edac@vger.kernel.org
4075 S:      Maintained
4076 F:      drivers/edac/i3000_edac.c
4077
4078 EDAC-I5000
4079 M:      Doug Thompson <dougthompson@xmission.com>
4080 L:      linux-edac@vger.kernel.org
4081 S:      Maintained
4082 F:      drivers/edac/i5000_edac.c
4083
4084 EDAC-I5400
4085 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4086 L:      linux-edac@vger.kernel.org
4087 S:      Maintained
4088 F:      drivers/edac/i5400_edac.c
4089
4090 EDAC-I7300
4091 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4092 L:      linux-edac@vger.kernel.org
4093 S:      Maintained
4094 F:      drivers/edac/i7300_edac.c
4095
4096 EDAC-I7CORE
4097 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4098 L:      linux-edac@vger.kernel.org
4099 S:      Maintained
4100 F:      drivers/edac/i7core_edac.c
4101
4102 EDAC-I82975X
4103 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4104 M:      "Arvind R." <arvino55@gmail.com>
4105 L:      linux-edac@vger.kernel.org
4106 S:      Maintained
4107 F:      drivers/edac/i82975x_edac.c
4108
4109 EDAC-IE31200
4110 M:      Jason Baron <jbaron@akamai.com>
4111 L:      linux-edac@vger.kernel.org
4112 S:      Maintained
4113 F:      drivers/edac/ie31200_edac.c
4114
4115 EDAC-MPC85XX
4116 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4117 L:      linux-edac@vger.kernel.org
4118 S:      Maintained
4119 F:      drivers/edac/mpc85xx_edac.[ch]
4120
4121 EDAC-PASEMI
4122 M:      Egor Martovetsky <egor@pasemi.com>
4123 L:      linux-edac@vger.kernel.org
4124 S:      Maintained
4125 F:      drivers/edac/pasemi_edac.c
4126
4127 EDAC-R82600
4128 M:      Tim Small <tim@buttersideup.com>
4129 L:      linux-edac@vger.kernel.org
4130 S:      Maintained
4131 F:      drivers/edac/r82600_edac.c
4132
4133 EDAC-SBRIDGE
4134 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4135 L:      linux-edac@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/edac/sb_edac.c
4138
4139 EDAC-XGENE
4140 APPLIED MICRO (APM) X-GENE SOC EDAC
4141 M:     Loc Ho <lho@apm.com>
4142 S:     Supported
4143 F:     drivers/edac/xgene_edac.c
4144 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4145
4146 EDIROL UA-101/UA-1000 DRIVER
4147 M:      Clemens Ladisch <clemens@ladisch.de>
4148 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4149 T:      git git://git.alsa-project.org/alsa-kernel.git
4150 S:      Maintained
4151 F:      sound/usb/misc/ua101.c
4152
4153 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4154 M:      Matt Fleming <matt@codeblueprint.co.uk>
4155 L:      linux-efi@vger.kernel.org
4156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4157 S:      Maintained
4158 F:      Documentation/efi-stub.txt
4159 F:      arch/ia64/kernel/efi.c
4160 F:      arch/x86/boot/compressed/eboot.[ch]
4161 F:      arch/x86/include/asm/efi.h
4162 F:      arch/x86/platform/efi/*
4163 F:      drivers/firmware/efi/*
4164 F:      include/linux/efi*.h
4165
4166 EFI VARIABLE FILESYSTEM
4167 M:      Matthew Garrett <matthew.garrett@nebula.com>
4168 M:      Jeremy Kerr <jk@ozlabs.org>
4169 M:      Matt Fleming <matt@codeblueprint.co.uk>
4170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4171 L:      linux-efi@vger.kernel.org
4172 S:      Maintained
4173 F:      fs/efivarfs/
4174
4175 EFIFB FRAMEBUFFER DRIVER
4176 L:      linux-fbdev@vger.kernel.org
4177 M:      Peter Jones <pjones@redhat.com>
4178 S:      Maintained
4179 F:      drivers/video/fbdev/efifb.c
4180
4181 EFS FILESYSTEM
4182 W:      http://aeschi.ch.eu.org/efs/
4183 S:      Orphan
4184 F:      fs/efs/
4185
4186 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4187 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4188 M:      Christoph Raisch <raisch@de.ibm.com>
4189 L:      linux-rdma@vger.kernel.org
4190 S:      Supported
4191 F:      drivers/infiniband/hw/ehca/
4192
4193 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4194 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4195 L:      netdev@vger.kernel.org
4196 S:      Maintained
4197 F:      drivers/net/ethernet/ibm/ehea/
4198
4199 EM28XX VIDEO4LINUX DRIVER
4200 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4201 L:      linux-media@vger.kernel.org
4202 W:      https://linuxtv.org
4203 T:      git git://linuxtv.org/media_tree.git
4204 S:      Maintained
4205 F:      drivers/media/usb/em28xx/
4206
4207 EMBEDDED LINUX
4208 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4209 M:      Matt Mackall <mpm@selenic.com>
4210 M:      David Woodhouse <dwmw2@infradead.org>
4211 L:      linux-embedded@vger.kernel.org
4212 S:      Maintained
4213
4214 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4215 M:      James Smart <james.smart@avagotech.com>
4216 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4217 L:      linux-scsi@vger.kernel.org
4218 W:      http://www.avagotech.com
4219 S:      Supported
4220 F:      drivers/scsi/lpfc/
4221
4222 ENE CB710 FLASH CARD READER DRIVER
4223 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4224 S:      Maintained
4225 F:      drivers/misc/cb710/
4226 F:      drivers/mmc/host/cb710-mmc.*
4227 F:      include/linux/cb710.h
4228
4229 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4230 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4231 S:      Maintained
4232 F:      drivers/media/rc/ene_ir.*
4233
4234 ENHANCED ERROR HANDLING (EEH)
4235 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4236 L:      linuxppc-dev@lists.ozlabs.org
4237 S:      Supported
4238 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4239 F:      arch/powerpc/kernel/eeh*.c
4240
4241 EPSON S1D13XXX FRAMEBUFFER DRIVER
4242 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4243 S:      Maintained
4244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4245 F:      drivers/video/fbdev/s1d13xxxfb.c
4246 F:      include/video/s1d13xxxfb.h
4247
4248 ET131X NETWORK DRIVER
4249 M:      Mark Einon <mark.einon@gmail.com>
4250 S:      Odd Fixes
4251 F:      drivers/net/ethernet/agere/
4252
4253 ETHERNET BRIDGE
4254 M:      Stephen Hemminger <stephen@networkplumber.org>
4255 L:      bridge@lists.linux-foundation.org
4256 L:      netdev@vger.kernel.org
4257 W:      http://www.linuxfoundation.org/en/Net:Bridge
4258 S:      Maintained
4259 F:      include/linux/netfilter_bridge/
4260 F:      net/bridge/
4261
4262 ETHERNET PHY LIBRARY
4263 M:      Florian Fainelli <f.fainelli@gmail.com>
4264 L:      netdev@vger.kernel.org
4265 S:      Maintained
4266 F:      include/linux/phy.h
4267 F:      include/linux/phy_fixed.h
4268 F:      drivers/net/phy/
4269 F:      Documentation/networking/phy.txt
4270 F:      drivers/of/of_mdio.c
4271 F:      drivers/of/of_net.c
4272
4273 EXT2 FILE SYSTEM
4274 M:      Jan Kara <jack@suse.com>
4275 L:      linux-ext4@vger.kernel.org
4276 S:      Maintained
4277 F:      Documentation/filesystems/ext2.txt
4278 F:      fs/ext2/
4279 F:      include/linux/ext2*
4280
4281 EXT4 FILE SYSTEM
4282 M:      "Theodore Ts'o" <tytso@mit.edu>
4283 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4284 L:      linux-ext4@vger.kernel.org
4285 W:      http://ext4.wiki.kernel.org
4286 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git
4288 S:      Maintained
4289 F:      Documentation/filesystems/ext4.txt
4290 F:      fs/ext4/
4291
4292 Extended Verification Module (EVM)
4293 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4294 L:      linux-ima-devel@lists.sourceforge.net
4295 L:      linux-security-module@vger.kernel.org
4296 S:      Supported
4297 F:      security/integrity/evm/
4298
4299 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4300 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4301 M:      Chanwoo Choi <cw00.choi@samsung.com>
4302 L:      linux-kernel@vger.kernel.org
4303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4304 S:      Maintained
4305 F:      drivers/extcon/
4306 F:      include/linux/extcon/
4307 F:      include/linux/extcon.h
4308 F:      Documentation/extcon/
4309 F:      Documentation/devicetree/bindings/extcon/
4310
4311 EXYNOS DP DRIVER
4312 M:      Jingoo Han <jingoohan1@gmail.com>
4313 L:      dri-devel@lists.freedesktop.org
4314 S:      Maintained
4315 F:      drivers/gpu/drm/exynos/exynos_dp*
4316
4317 EXYNOS MIPI DISPLAY DRIVERS
4318 M:      Inki Dae <inki.dae@samsung.com>
4319 M:      Donghwa Lee <dh09.lee@samsung.com>
4320 M:      Kyungmin Park <kyungmin.park@samsung.com>
4321 L:      linux-fbdev@vger.kernel.org
4322 S:      Maintained
4323 F:      drivers/video/fbdev/exynos/exynos_mipi*
4324 F:      include/video/exynos_mipi*
4325
4326 F71805F HARDWARE MONITORING DRIVER
4327 M:      Jean Delvare <jdelvare@suse.com>
4328 L:      lm-sensors@lm-sensors.org
4329 S:      Maintained
4330 F:      Documentation/hwmon/f71805f
4331 F:      drivers/hwmon/f71805f.c
4332
4333 FC0011 TUNER DRIVER
4334 M:      Michael Buesch <m@bues.ch>
4335 L:      linux-media@vger.kernel.org
4336 S:      Maintained
4337 F:      drivers/media/tuners/fc0011.h
4338 F:      drivers/media/tuners/fc0011.c
4339
4340 FC2580 MEDIA DRIVER
4341 M:      Antti Palosaari <crope@iki.fi>
4342 L:      linux-media@vger.kernel.org
4343 W:      https://linuxtv.org
4344 W:      http://palosaari.fi/linux/
4345 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4346 T:      git git://linuxtv.org/anttip/media_tree.git
4347 S:      Maintained
4348 F:      drivers/media/tuners/fc2580*
4349
4350 FANOTIFY
4351 M:      Eric Paris <eparis@redhat.com>
4352 S:      Maintained
4353 F:      fs/notify/fanotify/
4354 F:      include/linux/fanotify.h
4355 F:      include/uapi/linux/fanotify.h
4356
4357 FARSYNC SYNCHRONOUS DRIVER
4358 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4359 W:      http://www.farsite.co.uk/
4360 S:      Supported
4361 F:      drivers/net/wan/farsync.*
4362
4363 FAULT INJECTION SUPPORT
4364 M:      Akinobu Mita <akinobu.mita@gmail.com>
4365 S:      Supported
4366 F:      Documentation/fault-injection/
4367 F:      lib/fault-inject.c
4368
4369 FBTFT Framebuffer drivers
4370 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4371 M:      Noralf Trønnes <noralf@tronnes.org>
4372 S:      Maintained
4373 F:      drivers/staging/fbtft/
4374
4375 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4376 M:      Vasu Dev <vasu.dev@intel.com>
4377 L:      fcoe-devel@open-fcoe.org
4378 W:      www.Open-FCoE.org
4379 S:      Supported
4380 F:      drivers/scsi/libfc/
4381 F:      drivers/scsi/fcoe/
4382 F:      include/scsi/fc/
4383 F:      include/scsi/libfc.h
4384 F:      include/scsi/libfcoe.h
4385 F:      include/uapi/scsi/fc/
4386
4387 FILE LOCKING (flock() and fcntl()/lockf())
4388 M:      Jeff Layton <jlayton@poochiereds.net>
4389 M:      "J. Bruce Fields" <bfields@fieldses.org>
4390 L:      linux-fsdevel@vger.kernel.org
4391 S:      Maintained
4392 F:      include/linux/fcntl.h
4393 F:      include/linux/fs.h
4394 F:      include/uapi/linux/fcntl.h
4395 F:      include/uapi/linux/fs.h
4396 F:      fs/fcntl.c
4397 F:      fs/locks.c
4398
4399 FILESYSTEMS (VFS and infrastructure)
4400 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4401 L:      linux-fsdevel@vger.kernel.org
4402 S:      Maintained
4403 F:      fs/*
4404
4405 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4406 M:      Riku Voipio <riku.voipio@iki.fi>
4407 L:      lm-sensors@lm-sensors.org
4408 S:      Maintained
4409 F:      drivers/hwmon/f75375s.c
4410 F:      include/linux/f75375s.h
4411
4412 FIREWIRE AUDIO DRIVERS
4413 M:      Clemens Ladisch <clemens@ladisch.de>
4414 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4415 T:      git git://git.alsa-project.org/alsa-kernel.git
4416 S:      Maintained
4417 F:      sound/firewire/
4418
4419 FIREWIRE MEDIA DRIVERS (firedtv)
4420 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4421 L:      linux-media@vger.kernel.org
4422 L:      linux1394-devel@lists.sourceforge.net
4423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4424 S:      Maintained
4425 F:      drivers/media/firewire/
4426
4427 FIREWIRE SBP-2 TARGET
4428 M:      Chris Boot <bootc@bootc.net>
4429 L:      linux-scsi@vger.kernel.org
4430 L:      target-devel@vger.kernel.org
4431 L:      linux1394-devel@lists.sourceforge.net
4432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4433 S:      Maintained
4434 F:      drivers/target/sbp/
4435
4436 FIREWIRE SUBSYSTEM
4437 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4438 L:      linux1394-devel@lists.sourceforge.net
4439 W:      http://ieee1394.wiki.kernel.org/
4440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4441 S:      Maintained
4442 F:      drivers/firewire/
4443 F:      include/linux/firewire.h
4444 F:      include/uapi/linux/firewire*.h
4445 F:      tools/firewire/
4446
4447 FIRMWARE LOADER (request_firmware)
4448 M:      Ming Lei <ming.lei@canonical.com>
4449 L:      linux-kernel@vger.kernel.org
4450 S:      Maintained
4451 F:      Documentation/firmware_class/
4452 F:      drivers/base/firmware*.c
4453 F:      include/linux/firmware.h
4454
4455 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4456 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4457 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4458 S:      Maintained
4459 F:      drivers/block/rsxx/
4460
4461 FLOPPY DRIVER
4462 M:      Jiri Kosina <jikos@kernel.org>
4463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4464 S:      Odd fixes
4465 F:      drivers/block/floppy.c
4466
4467 FMC SUBSYSTEM
4468 M:      Alessandro Rubini <rubini@gnudd.com>
4469 W:      http://www.ohwr.org/projects/fmc-bus
4470 S:      Supported
4471 F:      drivers/fmc/
4472 F:      include/linux/fmc*.h
4473 F:      include/linux/ipmi-fru.h
4474 K:      fmc_d.*register
4475
4476 FPGA MANAGER FRAMEWORK
4477 M:      Alan Tull <atull@opensource.altera.com>
4478 R:      Moritz Fischer <moritz.fischer@ettus.com>
4479 S:      Maintained
4480 F:      drivers/fpga/
4481 F:      include/linux/fpga/fpga-mgr.h
4482 W:      http://www.rocketboards.org
4483
4484 FPU EMULATOR
4485 M:      Bill Metzenthen <billm@melbpc.org.au>
4486 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4487 S:      Maintained
4488 F:      arch/x86/math-emu/
4489
4490 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4491 L:      netdev@vger.kernel.org
4492 S:      Orphan
4493 F:      drivers/net/wan/dlci.c
4494 F:      drivers/net/wan/sdla.c
4495
4496 FRAMEBUFFER LAYER
4497 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4498 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4499 L:      linux-fbdev@vger.kernel.org
4500 W:      http://linux-fbdev.sourceforge.net/
4501 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4503 S:      Maintained
4504 F:      Documentation/fb/
4505 F:      drivers/video/
4506 F:      include/video/
4507 F:      include/linux/fb.h
4508 F:      include/uapi/video/
4509 F:      include/uapi/linux/fb.h
4510
4511 FREESCALE DIU FRAMEBUFFER DRIVER
4512 M:      Timur Tabi <timur@tabi.org>
4513 L:      linux-fbdev@vger.kernel.org
4514 S:      Maintained
4515 F:      drivers/video/fbdev/fsl-diu-fb.*
4516
4517 FREESCALE DMA DRIVER
4518 M:      Li Yang <leoli@freescale.com>
4519 M:      Zhang Wei <zw@zh-kernel.org>
4520 L:      linuxppc-dev@lists.ozlabs.org
4521 S:      Maintained
4522 F:      drivers/dma/fsldma.*
4523
4524 FREESCALE I2C CPM DRIVER
4525 M:      Jochen Friedrich <jochen@scram.de>
4526 L:      linuxppc-dev@lists.ozlabs.org
4527 L:      linux-i2c@vger.kernel.org
4528 S:      Maintained
4529 F:      drivers/i2c/busses/i2c-cpm.c
4530
4531 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4532 M:      Sascha Hauer <kernel@pengutronix.de>
4533 L:      linux-fbdev@vger.kernel.org
4534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4535 S:      Maintained
4536 F:      include/linux/platform_data/video-imxfb.h
4537 F:      drivers/video/fbdev/imxfb.c
4538
4539 FREESCALE QUAD SPI DRIVER
4540 M:      Han Xu <han.xu@freescale.com>
4541 L:      linux-mtd@lists.infradead.org
4542 S:      Maintained
4543 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4544
4545 FREESCALE SOC FS_ENET DRIVER
4546 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4547 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4548 L:      linuxppc-dev@lists.ozlabs.org
4549 L:      netdev@vger.kernel.org
4550 S:      Maintained
4551 F:      drivers/net/ethernet/freescale/fs_enet/
4552 F:      include/linux/fs_enet_pd.h
4553
4554 FREESCALE QUICC ENGINE LIBRARY
4555 L:      linuxppc-dev@lists.ozlabs.org
4556 S:      Orphan
4557 F:      drivers/soc/fsl/qe/
4558 F:      include/soc/fsl/*qe*.h
4559 F:      include/soc/fsl/*ucc*.h
4560
4561 FREESCALE USB PERIPHERAL DRIVERS
4562 M:      Li Yang <leoli@freescale.com>
4563 L:      linux-usb@vger.kernel.org
4564 L:      linuxppc-dev@lists.ozlabs.org
4565 S:      Maintained
4566 F:      drivers/usb/gadget/udc/fsl*
4567
4568 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4569 M:      Li Yang <leoli@freescale.com>
4570 L:      netdev@vger.kernel.org
4571 L:      linuxppc-dev@lists.ozlabs.org
4572 S:      Maintained
4573 F:      drivers/net/ethernet/freescale/ucc_geth*
4574
4575 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4576 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4577 L:      netdev@vger.kernel.org
4578 S:      Maintained
4579 F:      drivers/net/ethernet/freescale/gianfar*
4580 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4581 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4582
4583 FREESCALE QUICC ENGINE UCC UART DRIVER
4584 M:      Timur Tabi <timur@tabi.org>
4585 L:      linuxppc-dev@lists.ozlabs.org
4586 S:      Maintained
4587 F:      drivers/tty/serial/ucc_uart.c
4588
4589 FREESCALE SOC SOUND DRIVERS
4590 M:      Timur Tabi <timur@tabi.org>
4591 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4592 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4593 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4594 L:      linuxppc-dev@lists.ozlabs.org
4595 S:      Maintained
4596 F:      sound/soc/fsl/fsl*
4597 F:      sound/soc/fsl/imx*
4598 F:      sound/soc/fsl/mpc8610_hpcd.c
4599
4600 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4601 M:      "J. German Rivera" <German.Rivera@freescale.com>
4602 L:      linux-kernel@vger.kernel.org
4603 S:      Maintained
4604 F:      drivers/staging/fsl-mc/
4605
4606 FREEVXFS FILESYSTEM
4607 M:      Christoph Hellwig <hch@infradead.org>
4608 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4609 S:      Maintained
4610 F:      fs/freevxfs/
4611
4612 FREEZER
4613 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4614 M:      Pavel Machek <pavel@ucw.cz>
4615 L:      linux-pm@vger.kernel.org
4616 S:      Supported
4617 F:      Documentation/power/freezing-of-tasks.txt
4618 F:      include/linux/freezer.h
4619 F:      kernel/freezer.c
4620
4621 FRONTSWAP API
4622 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4623 L:      linux-kernel@vger.kernel.org
4624 S:      Maintained
4625 F:      mm/frontswap.c
4626 F:      include/linux/frontswap.h
4627
4628 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4629 M:      David Howells <dhowells@redhat.com>
4630 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4631 S:      Supported
4632 F:      Documentation/filesystems/caching/
4633 F:      fs/fscache/
4634 F:      include/linux/fscache*.h
4635
4636 F2FS FILE SYSTEM
4637 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4638 M:      Changman Lee <cm224.lee@samsung.com>
4639 R:      Chao Yu <chao2.yu@samsung.com>
4640 L:      linux-f2fs-devel@lists.sourceforge.net
4641 W:      http://en.wikipedia.org/wiki/F2FS
4642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4643 S:      Maintained
4644 F:      Documentation/filesystems/f2fs.txt
4645 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4646 F:      fs/f2fs/
4647 F:      include/linux/f2fs_fs.h
4648 F:      include/trace/events/f2fs.h
4649
4650 FUJITSU FR-V (FRV) PORT
4651 S:      Orphan
4652 F:      arch/frv/
4653
4654 FUJITSU LAPTOP EXTRAS
4655 M:      Jonathan Woithe <jwoithe@just42.net>
4656 L:      platform-driver-x86@vger.kernel.org
4657 S:      Maintained
4658 F:      drivers/platform/x86/fujitsu-laptop.c
4659
4660 FUJITSU M-5MO LS CAMERA ISP DRIVER
4661 M:      Kyungmin Park <kyungmin.park@samsung.com>
4662 M:      Heungjun Kim <riverful.kim@samsung.com>
4663 L:      linux-media@vger.kernel.org
4664 S:      Maintained
4665 F:      drivers/media/i2c/m5mols/
4666 F:      include/media/i2c/m5mols.h
4667
4668 FUJITSU TABLET EXTRAS
4669 M:      Robert Gerlach <khnz@gmx.de>
4670 L:      platform-driver-x86@vger.kernel.org
4671 S:      Maintained
4672 F:      drivers/platform/x86/fujitsu-tablet.c
4673
4674 FUSE: FILESYSTEM IN USERSPACE
4675 M:      Miklos Szeredi <miklos@szeredi.hu>
4676 L:      fuse-devel@lists.sourceforge.net
4677 W:      http://fuse.sourceforge.net/
4678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4679 S:      Maintained
4680 F:      fs/fuse/
4681 F:      include/uapi/linux/fuse.h
4682 F:      Documentation/filesystems/fuse.txt
4683
4684 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4685 M:      Rik Faith <faith@cs.unc.edu>
4686 L:      linux-scsi@vger.kernel.org
4687 S:      Odd Fixes (e.g., new signatures)
4688 F:      drivers/scsi/fdomain.*
4689
4690 GCOV BASED KERNEL PROFILING
4691 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4692 S:      Maintained
4693 F:      kernel/gcov/
4694 F:      Documentation/gcov.txt
4695
4696 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4697 M:      Achim Leubner <achim_leubner@adaptec.com>
4698 L:      linux-scsi@vger.kernel.org
4699 W:      http://www.icp-vortex.com/
4700 S:      Supported
4701 F:      drivers/scsi/gdt*
4702
4703 GDB KERNEL DEBUGGING HELPER SCRIPTS
4704 M:      Jan Kiszka <jan.kiszka@siemens.com>
4705 S:      Supported
4706 F:      scripts/gdb/
4707
4708 GEMTEK FM RADIO RECEIVER DRIVER
4709 M:      Hans Verkuil <hverkuil@xs4all.nl>
4710 L:      linux-media@vger.kernel.org
4711 T:      git git://linuxtv.org/media_tree.git
4712 W:      https://linuxtv.org
4713 S:      Maintained
4714 F:      drivers/media/radio/radio-gemtek*
4715
4716 GENERIC GPIO I2C DRIVER
4717 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4718 S:      Supported
4719 F:      drivers/i2c/busses/i2c-gpio.c
4720 F:      include/linux/i2c-gpio.h
4721
4722 GENERIC GPIO I2C MULTIPLEXER DRIVER
4723 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4724 L:      linux-i2c@vger.kernel.org
4725 S:      Supported
4726 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4727 F:      include/linux/i2c-mux-gpio.h
4728 F:      Documentation/i2c/muxes/i2c-mux-gpio
4729
4730 GENERIC HDLC (WAN) DRIVERS
4731 M:      Krzysztof Halasa <khc@pm.waw.pl>
4732 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4733 S:      Maintained
4734 F:      drivers/net/wan/c101.c
4735 F:      drivers/net/wan/hd6457*
4736 F:      drivers/net/wan/hdlc*
4737 F:      drivers/net/wan/n2.c
4738 F:      drivers/net/wan/pc300too.c
4739 F:      drivers/net/wan/pci200syn.c
4740 F:      drivers/net/wan/wanxl*
4741
4742 GENERIC INCLUDE/ASM HEADER FILES
4743 M:      Arnd Bergmann <arnd@arndb.de>
4744 L:      linux-arch@vger.kernel.org
4745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4746 S:      Maintained
4747 F:      include/asm-generic/
4748 F:      include/uapi/asm-generic/
4749
4750 GENERIC PHY FRAMEWORK
4751 M:      Kishon Vijay Abraham I <kishon@ti.com>
4752 L:      linux-kernel@vger.kernel.org
4753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4754 S:      Supported
4755 F:      drivers/phy/
4756 F:      include/linux/phy/
4757
4758 GENERIC PM DOMAINS
4759 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4760 M:      Kevin Hilman <khilman@kernel.org>
4761 M:      Ulf Hansson <ulf.hansson@linaro.org>
4762 L:      linux-pm@vger.kernel.org
4763 S:      Supported
4764 F:      drivers/base/power/domain*.c
4765 F:      include/linux/pm_domain.h
4766
4767 GENERIC UIO DRIVER FOR PCI DEVICES
4768 M:      "Michael S. Tsirkin" <mst@redhat.com>
4769 L:      kvm@vger.kernel.org
4770 S:      Supported
4771 F:      drivers/uio/uio_pci_generic.c
4772
4773 GET_MAINTAINER SCRIPT
4774 M:      Joe Perches <joe@perches.com>
4775 S:      Maintained
4776 F:      scripts/get_maintainer.pl
4777
4778 GFS2 FILE SYSTEM
4779 M:      Steven Whitehouse <swhiteho@redhat.com>
4780 M:      Bob Peterson <rpeterso@redhat.com>
4781 L:      cluster-devel@redhat.com
4782 W:      http://sources.redhat.com/cluster/
4783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4784 S:      Supported
4785 F:      Documentation/filesystems/gfs2*.txt
4786 F:      fs/gfs2/
4787 F:      include/uapi/linux/gfs2_ondisk.h
4788
4789 GIGASET ISDN DRIVERS
4790 M:      Paul Bolle <pebolle@tiscali.nl>
4791 L:      gigaset307x-common@lists.sourceforge.net
4792 W:      http://gigaset307x.sourceforge.net/
4793 S:      Odd Fixes
4794 F:      Documentation/isdn/README.gigaset
4795 F:      drivers/isdn/gigaset/
4796 F:      include/uapi/linux/gigaset_dev.h
4797
4798 GO7007 MPEG CODEC
4799 M:      Hans Verkuil <hans.verkuil@cisco.com>
4800 L:      linux-media@vger.kernel.org
4801 S:      Maintained
4802 F:      drivers/media/usb/go7007/
4803
4804 GOODIX TOUCHSCREEN
4805 M:      Bastien Nocera <hadess@hadess.net>
4806 L:      linux-input@vger.kernel.org
4807 S:      Maintained
4808 F:      drivers/input/touchscreen/goodix.c
4809
4810 GPIO SUBSYSTEM
4811 M:      Linus Walleij <linus.walleij@linaro.org>
4812 M:      Alexandre Courbot <gnurou@gmail.com>
4813 L:      linux-gpio@vger.kernel.org
4814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4815 S:      Maintained
4816 F:      Documentation/gpio/
4817 F:      drivers/gpio/
4818 F:      include/linux/gpio/
4819 F:      include/linux/gpio.h
4820 F:      include/asm-generic/gpio.h
4821
4822 GRE DEMULTIPLEXER DRIVER
4823 M:      Dmitry Kozlov <xeb@mail.ru>
4824 L:      netdev@vger.kernel.org
4825 S:      Maintained
4826 F:      net/ipv4/gre_demux.c
4827 F:      net/ipv4/gre_offload.c
4828 F:      include/net/gre.h
4829
4830 GRETH 10/100/1G Ethernet MAC device driver
4831 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4832 L:      netdev@vger.kernel.org
4833 S:      Maintained
4834 F:      drivers/net/ethernet/aeroflex/
4835
4836 GSPCA FINEPIX SUBDRIVER
4837 M:      Frank Zago <frank@zago.net>
4838 L:      linux-media@vger.kernel.org
4839 T:      git git://linuxtv.org/media_tree.git
4840 S:      Maintained
4841 F:      drivers/media/usb/gspca/finepix.c
4842
4843 GSPCA GL860 SUBDRIVER
4844 M:      Olivier Lorin <o.lorin@laposte.net>
4845 L:      linux-media@vger.kernel.org
4846 T:      git git://linuxtv.org/media_tree.git
4847 S:      Maintained
4848 F:      drivers/media/usb/gspca/gl860/
4849
4850 GSPCA M5602 SUBDRIVER
4851 M:      Erik Andren <erik.andren@gmail.com>
4852 L:      linux-media@vger.kernel.org
4853 T:      git git://linuxtv.org/media_tree.git
4854 S:      Maintained
4855 F:      drivers/media/usb/gspca/m5602/
4856
4857 GSPCA PAC207 SONIXB SUBDRIVER
4858 M:      Hans de Goede <hdegoede@redhat.com>
4859 L:      linux-media@vger.kernel.org
4860 T:      git git://linuxtv.org/media_tree.git
4861 S:      Maintained
4862 F:      drivers/media/usb/gspca/pac207.c
4863
4864 GSPCA SN9C20X SUBDRIVER
4865 M:      Brian Johnson <brijohn@gmail.com>
4866 L:      linux-media@vger.kernel.org
4867 T:      git git://linuxtv.org/media_tree.git
4868 S:      Maintained
4869 F:      drivers/media/usb/gspca/sn9c20x.c
4870
4871 GSPCA T613 SUBDRIVER
4872 M:      Leandro Costantino <lcostantino@gmail.com>
4873 L:      linux-media@vger.kernel.org
4874 T:      git git://linuxtv.org/media_tree.git
4875 S:      Maintained
4876 F:      drivers/media/usb/gspca/t613.c
4877
4878 GSPCA USB WEBCAM DRIVER
4879 M:      Hans de Goede <hdegoede@redhat.com>
4880 L:      linux-media@vger.kernel.org
4881 T:      git git://linuxtv.org/media_tree.git
4882 S:      Maintained
4883 F:      drivers/media/usb/gspca/
4884
4885 GUID PARTITION TABLE (GPT)
4886 M:      Davidlohr Bueso <dave@stgolabs.net>
4887 L:      linux-efi@vger.kernel.org
4888 S:      Maintained
4889 F:      block/partitions/efi.*
4890
4891 STK1160 USB VIDEO CAPTURE DRIVER
4892 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4893 L:      linux-media@vger.kernel.org
4894 T:      git git://linuxtv.org/media_tree.git
4895 S:      Maintained
4896 F:      drivers/media/usb/stk1160/
4897
4898 H8/300 ARCHITECTURE
4899 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4900 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4901 W:      http://uclinux-h8.sourceforge.jp
4902 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4903 S:      Maintained
4904 F:      arch/h8300/
4905 F:      drivers/clocksource/h8300_*.c
4906 F:      drivers/clk/h8300/
4907 F:      drivers/irqchip/irq-renesas-h8*.c
4908
4909 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4910 M:      Frank Seidel <frank@f-seidel.de>
4911 L:      platform-driver-x86@vger.kernel.org
4912 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4913 S:      Maintained
4914 F:      drivers/platform/x86/hdaps.c
4915
4916 HDPVR USB VIDEO ENCODER DRIVER
4917 M:      Hans Verkuil <hverkuil@xs4all.nl>
4918 L:      linux-media@vger.kernel.org
4919 T:      git git://linuxtv.org/media_tree.git
4920 W:      https://linuxtv.org
4921 S:      Odd Fixes
4922 F:      drivers/media/usb/hdpvr/
4923
4924 HWPOISON MEMORY FAILURE HANDLING
4925 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4926 L:      linux-mm@kvack.org
4927 S:      Maintained
4928 F:      mm/memory-failure.c
4929 F:      mm/hwpoison-inject.c
4930
4931 HYPERVISOR VIRTUAL CONSOLE DRIVER
4932 L:      linuxppc-dev@lists.ozlabs.org
4933 S:      Odd Fixes
4934 F:      drivers/tty/hvc/
4935
4936 HACKRF MEDIA DRIVER
4937 M:      Antti Palosaari <crope@iki.fi>
4938 L:      linux-media@vger.kernel.org
4939 W:      https://linuxtv.org
4940 W:      http://palosaari.fi/linux/
4941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4942 T:      git git://linuxtv.org/anttip/media_tree.git
4943 S:      Maintained
4944 F:      drivers/media/usb/hackrf/
4945
4946 HARDWARE MONITORING
4947 M:      Jean Delvare <jdelvare@suse.com>
4948 M:      Guenter Roeck <linux@roeck-us.net>
4949 L:      lm-sensors@lm-sensors.org
4950 W:      http://www.lm-sensors.org/
4951 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4953 S:      Maintained
4954 F:      Documentation/hwmon/
4955 F:      drivers/hwmon/
4956 F:      include/linux/hwmon*.h
4957
4958 HARDWARE RANDOM NUMBER GENERATOR CORE
4959 M:      Matt Mackall <mpm@selenic.com>
4960 M:      Herbert Xu <herbert@gondor.apana.org.au>
4961 L:      linux-crypto@vger.kernel.org
4962 S:      Odd fixes
4963 F:      Documentation/hw_random.txt
4964 F:      drivers/char/hw_random/
4965 F:      include/linux/hw_random.h
4966
4967 HARDWARE SPINLOCK CORE
4968 M:      Ohad Ben-Cohen <ohad@wizery.com>
4969 S:      Maintained
4970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git
4971 F:      Documentation/hwspinlock.txt
4972 F:      drivers/hwspinlock/hwspinlock_*
4973 F:      include/linux/hwspinlock.h
4974
4975 HARMONY SOUND DRIVER
4976 L:      linux-parisc@vger.kernel.org
4977 S:      Maintained
4978 F:      sound/parisc/harmony.*
4979
4980 HD29L2 MEDIA DRIVER
4981 M:      Antti Palosaari <crope@iki.fi>
4982 L:      linux-media@vger.kernel.org
4983 W:      https://linuxtv.org
4984 W:      http://palosaari.fi/linux/
4985 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4986 T:      git git://linuxtv.org/anttip/media_tree.git
4987 S:      Maintained
4988 F:      drivers/media/dvb-frontends/hd29l2*
4989
4990 HEWLETT-PACKARD SMART2 RAID DRIVER
4991 L:      iss_storagedev@hp.com
4992 S:      Orphan
4993 F:      Documentation/blockdev/cpqarray.txt
4994 F:      drivers/block/cpqarray.*
4995
4996 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4997 M:      Don Brace <don.brace@pmcs.com>
4998 L:      iss_storagedev@hp.com
4999 L:      storagedev@pmcs.com
5000 L:      linux-scsi@vger.kernel.org
5001 S:      Supported
5002 F:      Documentation/scsi/hpsa.txt
5003 F:      drivers/scsi/hpsa*.[ch]
5004 F:      include/linux/cciss*.h
5005 F:      include/uapi/linux/cciss*.h
5006
5007 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
5008 M:      Don Brace <don.brace@pmcs.com>
5009 L:      iss_storagedev@hp.com
5010 L:      storagedev@pmcs.com
5011 L:      linux-scsi@vger.kernel.org
5012 S:      Supported
5013 F:      Documentation/blockdev/cciss.txt
5014 F:      drivers/block/cciss*
5015 F:      include/linux/cciss_ioctl.h
5016 F:      include/uapi/linux/cciss_ioctl.h
5017
5018 HFS FILESYSTEM
5019 L:      linux-fsdevel@vger.kernel.org
5020 S:      Orphan
5021 F:      Documentation/filesystems/hfs.txt
5022 F:      fs/hfs/
5023
5024 HFSPLUS FILESYSTEM
5025 L:      linux-fsdevel@vger.kernel.org
5026 S:      Orphan
5027 F:      Documentation/filesystems/hfsplus.txt
5028 F:      fs/hfsplus/
5029
5030 HGA FRAMEBUFFER DRIVER
5031 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
5032 L:      linux-nvidia@lists.surfsouth.com
5033 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
5034 S:      Maintained
5035 F:      drivers/video/fbdev/hgafb.c
5036
5037 HIBERNATION (aka Software Suspend, aka swsusp)
5038 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
5039 M:      Pavel Machek <pavel@ucw.cz>
5040 L:      linux-pm@vger.kernel.org
5041 S:      Supported
5042 F:      arch/x86/power/
5043 F:      drivers/base/power/
5044 F:      kernel/power/
5045 F:      include/linux/suspend.h
5046 F:      include/linux/freezer.h
5047 F:      include/linux/pm.h
5048 F:      arch/*/include/asm/suspend*.h
5049
5050 HID CORE LAYER
5051 M:      Jiri Kosina <jikos@kernel.org>
5052 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
5053 L:      linux-input@vger.kernel.org
5054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5055 S:      Maintained
5056 F:      drivers/hid/
5057 F:      include/linux/hid*
5058 F:      include/uapi/linux/hid*
5059
5060 HID SENSOR HUB DRIVERS
5061 M:      Jiri Kosina <jikos@kernel.org>
5062 M:      Jonathan Cameron <jic23@kernel.org>
5063 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5064 L:      linux-input@vger.kernel.org
5065 L:      linux-iio@vger.kernel.org
5066 S:      Maintained
5067 F:      Documentation/hid/hid-sensor*
5068 F:      drivers/hid/hid-sensor-*
5069 F:      drivers/iio/*/hid-*
5070 F:      include/linux/hid-sensor-*
5071
5072 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5073 M:      Thomas Gleixner <tglx@linutronix.de>
5074 L:      linux-kernel@vger.kernel.org
5075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5076 S:      Maintained
5077 F:      Documentation/timers/
5078 F:      kernel/time/hrtimer.c
5079 F:      kernel/time/clockevents.c
5080 F:      kernel/time/tick*.*
5081 F:      kernel/time/timer_*.c
5082 F:      include/linux/clockchips.h
5083 F:      include/linux/hrtimer.h
5084
5085 HIGH-SPEED SCC DRIVER FOR AX.25
5086 L:      linux-hams@vger.kernel.org
5087 S:      Orphan
5088 F:      drivers/net/hamradio/dmascc.c
5089 F:      drivers/net/hamradio/scc.c
5090
5091 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5092 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5093 W:      http://www.highpoint-tech.com
5094 S:      Supported
5095 F:      Documentation/scsi/hptiop.txt
5096 F:      drivers/scsi/hptiop.c
5097
5098 HIPPI
5099 M:      Jes Sorensen <jes@trained-monkey.org>
5100 L:      linux-hippi@sunsite.dk
5101 S:      Maintained
5102 F:      include/linux/hippidevice.h
5103 F:      include/uapi/linux/if_hippi.h
5104 F:      net/802/hippi.c
5105 F:      drivers/net/hippi/
5106
5107 HISILICON SAS Controller
5108 M:      John Garry <john.garry@huawei.com>
5109 W:      http://www.hisilicon.com
5110 S:      Supported
5111 F:      drivers/scsi/hisi_sas/
5112 F:      Documentation/devicetree/bindings/scsi/hisilicon-sas.txt
5113
5114 HOST AP DRIVER
5115 M:      Jouni Malinen <j@w1.fi>
5116 L:      hostap@shmoo.com (subscribers-only)
5117 L:      linux-wireless@vger.kernel.org
5118 W:      http://hostap.epitest.fi/
5119 S:      Maintained
5120 F:      drivers/net/wireless/intersil/hostap/
5121
5122 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5123 L:      platform-driver-x86@vger.kernel.org
5124 S:      Orphan
5125 F:      drivers/platform/x86/tc1100-wmi.c
5126
5127 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5128 M:      Jaroslav Kysela <perex@perex.cz>
5129 S:      Maintained
5130 F:      drivers/net/ethernet/hp/hp100.*
5131
5132 HPET:   High Precision Event Timers driver
5133 M:      Clemens Ladisch <clemens@ladisch.de>
5134 S:      Maintained
5135 F:      Documentation/timers/hpet.txt
5136 F:      drivers/char/hpet.c
5137 F:      include/linux/hpet.h
5138 F:      include/uapi/linux/hpet.h
5139
5140 HPET:   x86
5141 S:      Orphan
5142 F:      arch/x86/kernel/hpet.c
5143 F:      arch/x86/include/asm/hpet.h
5144
5145 HPFS FILESYSTEM
5146 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5147 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5148 S:      Maintained
5149 F:      fs/hpfs/
5150
5151 HSI SUBSYSTEM
5152 M:      Sebastian Reichel <sre@kernel.org>
5153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5154 S:      Maintained
5155 F:      Documentation/ABI/testing/sysfs-bus-hsi
5156 F:      Documentation/hsi.txt
5157 F:      drivers/hsi/
5158 F:      include/linux/hsi/
5159 F:      include/uapi/linux/hsi/
5160
5161 HSO 3G MODEM DRIVER
5162 M:      Jan Dumon <j.dumon@option.com>
5163 W:      http://www.pharscape.org
5164 S:      Maintained
5165 F:      drivers/net/usb/hso.c
5166
5167 HSR NETWORK PROTOCOL
5168 M:      Arvid Brodin <arvid.brodin@alten.se>
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      net/hsr/
5172
5173 HTCPEN TOUCHSCREEN DRIVER
5174 M:      Pau Oliva Fora <pof@eslack.org>
5175 L:      linux-input@vger.kernel.org
5176 S:      Maintained
5177 F:      drivers/input/touchscreen/htcpen.c
5178
5179 HUGETLB FILESYSTEM
5180 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5181 S:      Maintained
5182 F:      fs/hugetlbfs/
5183
5184 Hyper-V CORE AND DRIVERS
5185 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5186 M:      Haiyang Zhang <haiyangz@microsoft.com>
5187 L:      devel@linuxdriverproject.org
5188 S:      Maintained
5189 F:      arch/x86/include/asm/mshyperv.h
5190 F:      arch/x86/include/uapi/asm/hyperv.h
5191 F:      arch/x86/kernel/cpu/mshyperv.c
5192 F:      drivers/hid/hid-hyperv.c
5193 F:      drivers/hv/
5194 F:      drivers/input/serio/hyperv-keyboard.c
5195 F:      drivers/net/hyperv/
5196 F:      drivers/scsi/storvsc_drv.c
5197 F:      drivers/video/fbdev/hyperv_fb.c
5198 F:      include/linux/hyperv.h
5199 F:      tools/hv/
5200 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5201
5202 I2C OVER PARALLEL PORT
5203 M:      Jean Delvare <jdelvare@suse.com>
5204 L:      linux-i2c@vger.kernel.org
5205 S:      Maintained
5206 F:      Documentation/i2c/busses/i2c-parport
5207 F:      Documentation/i2c/busses/i2c-parport-light
5208 F:      drivers/i2c/busses/i2c-parport.c
5209 F:      drivers/i2c/busses/i2c-parport-light.c
5210
5211 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5212 M:      Jean Delvare <jdelvare@suse.com>
5213 L:      linux-i2c@vger.kernel.org
5214 S:      Maintained
5215 F:      Documentation/i2c/busses/i2c-ali1535
5216 F:      Documentation/i2c/busses/i2c-ali1563
5217 F:      Documentation/i2c/busses/i2c-ali15x3
5218 F:      Documentation/i2c/busses/i2c-amd756
5219 F:      Documentation/i2c/busses/i2c-amd8111
5220 F:      Documentation/i2c/busses/i2c-i801
5221 F:      Documentation/i2c/busses/i2c-nforce2
5222 F:      Documentation/i2c/busses/i2c-piix4
5223 F:      Documentation/i2c/busses/i2c-sis5595
5224 F:      Documentation/i2c/busses/i2c-sis630
5225 F:      Documentation/i2c/busses/i2c-sis96x
5226 F:      Documentation/i2c/busses/i2c-via
5227 F:      Documentation/i2c/busses/i2c-viapro
5228 F:      drivers/i2c/busses/i2c-ali1535.c
5229 F:      drivers/i2c/busses/i2c-ali1563.c
5230 F:      drivers/i2c/busses/i2c-ali15x3.c
5231 F:      drivers/i2c/busses/i2c-amd756.c
5232 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5233 F:      drivers/i2c/busses/i2c-amd8111.c
5234 F:      drivers/i2c/busses/i2c-i801.c
5235 F:      drivers/i2c/busses/i2c-isch.c
5236 F:      drivers/i2c/busses/i2c-nforce2.c
5237 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5238 F:      drivers/i2c/busses/i2c-piix4.c
5239 F:      drivers/i2c/busses/i2c-sis5595.c
5240 F:      drivers/i2c/busses/i2c-sis630.c
5241 F:      drivers/i2c/busses/i2c-sis96x.c
5242 F:      drivers/i2c/busses/i2c-via.c
5243 F:      drivers/i2c/busses/i2c-viapro.c
5244
5245 I2C/SMBUS ISMT DRIVER
5246 M:      Seth Heasley <seth.heasley@intel.com>
5247 M:      Neil Horman <nhorman@tuxdriver.com>
5248 L:      linux-i2c@vger.kernel.org
5249 F:      drivers/i2c/busses/i2c-ismt.c
5250 F:      Documentation/i2c/busses/i2c-ismt
5251
5252 I2C/SMBUS STUB DRIVER
5253 M:      Jean Delvare <jdelvare@suse.com>
5254 L:      linux-i2c@vger.kernel.org
5255 S:      Maintained
5256 F:      drivers/i2c/i2c-stub.c
5257
5258 I2C SUBSYSTEM
5259 M:      Wolfram Sang <wsa@the-dreams.de>
5260 L:      linux-i2c@vger.kernel.org
5261 W:      https://i2c.wiki.kernel.org/
5262 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5264 S:      Maintained
5265 F:      Documentation/devicetree/bindings/i2c/
5266 F:      Documentation/i2c/
5267 F:      drivers/i2c/
5268 F:      drivers/i2c/*/
5269 F:      include/linux/i2c.h
5270 F:      include/linux/i2c-*.h
5271 F:      include/uapi/linux/i2c.h
5272 F:      include/uapi/linux/i2c-*.h
5273
5274 I2C ACPI SUPPORT
5275 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5276 L:      linux-i2c@vger.kernel.org
5277 L:      linux-acpi@vger.kernel.org
5278 S:      Maintained
5279
5280 I2C-TAOS-EVM DRIVER
5281 M:      Jean Delvare <jdelvare@suse.com>
5282 L:      linux-i2c@vger.kernel.org
5283 S:      Maintained
5284 F:      Documentation/i2c/busses/i2c-taos-evm
5285 F:      drivers/i2c/busses/i2c-taos-evm.c
5286
5287 I2C-TINY-USB DRIVER
5288 M:      Till Harbaum <till@harbaum.org>
5289 L:      linux-i2c@vger.kernel.org
5290 W:      http://www.harbaum.org/till/i2c_tiny_usb
5291 S:      Maintained
5292 F:      drivers/i2c/busses/i2c-tiny-usb.c
5293
5294 i386 BOOT CODE
5295 M:      "H. Peter Anvin" <hpa@zytor.com>
5296 S:      Maintained
5297 F:      arch/x86/boot/
5298
5299 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5300 M:      "H. Peter Anvin" <hpa@zytor.com>
5301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5302 S:      Maintained
5303
5304 IA64 (Itanium) PLATFORM
5305 M:      Tony Luck <tony.luck@intel.com>
5306 M:      Fenghua Yu <fenghua.yu@intel.com>
5307 L:      linux-ia64@vger.kernel.org
5308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5309 S:      Maintained
5310 F:      arch/ia64/
5311
5312 IBM Power VMX Cryptographic instructions
5313 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5314 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5315 L:      linux-crypto@vger.kernel.org
5316 S:      Supported
5317 F:      drivers/crypto/vmx/Makefile
5318 F:      drivers/crypto/vmx/Kconfig
5319 F:      drivers/crypto/vmx/vmx.c
5320 F:      drivers/crypto/vmx/aes*
5321 F:      drivers/crypto/vmx/ghash*
5322 F:      drivers/crypto/vmx/ppc-xlate.pl
5323
5324 IBM Power in-Nest Crypto Acceleration
5325 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5326 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5327 L:      linux-crypto@vger.kernel.org
5328 S:      Supported
5329 F:      drivers/crypto/nx/Makefile
5330 F:      drivers/crypto/nx/Kconfig
5331 F:      drivers/crypto/nx/nx-aes*
5332 F:      drivers/crypto/nx/nx-sha*
5333 F:      drivers/crypto/nx/nx.*
5334 F:      drivers/crypto/nx/nx_csbcpb.h
5335 F:      drivers/crypto/nx/nx_debugfs.h
5336
5337 IBM Power 842 compression accelerator
5338 M:      Dan Streetman <ddstreet@ieee.org>
5339 S:      Supported
5340 F:      drivers/crypto/nx/Makefile
5341 F:      drivers/crypto/nx/Kconfig
5342 F:      drivers/crypto/nx/nx-842*
5343 F:      include/linux/sw842.h
5344 F:      crypto/842.c
5345 F:      lib/842/
5346
5347 IBM Power Linux RAID adapter
5348 M:      Brian King <brking@us.ibm.com>
5349 S:      Supported
5350 F:      drivers/scsi/ipr.*
5351
5352 IBM Power Virtual Ethernet Device Driver
5353 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5354 L:      netdev@vger.kernel.org
5355 S:      Supported
5356 F:      drivers/net/ethernet/ibm/ibmveth.*
5357
5358 IBM Power SRIOV Virtual NIC Device Driver
5359 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5360 M:      John Allen <jallen@linux.vnet.ibm.com>
5361 L:      netdev@vger.kernel.org
5362 S:      Supported
5363 F:      drivers/net/ethernet/ibm/ibmvnic.*
5364
5365 IBM Power Virtual SCSI Device Drivers
5366 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5367 L:      linux-scsi@vger.kernel.org
5368 S:      Supported
5369 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5370 F:      drivers/scsi/ibmvscsi/viosrp.h
5371
5372 IBM Power Virtual FC Device Drivers
5373 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5374 L:      linux-scsi@vger.kernel.org
5375 S:      Supported
5376 F:      drivers/scsi/ibmvscsi/ibmvfc*
5377
5378 IBM ServeRAID RAID DRIVER
5379 S:      Orphan
5380 F:      drivers/scsi/ips.*
5381
5382 ICH LPC AND GPIO DRIVER
5383 M:      Peter Tyser <ptyser@xes-inc.com>
5384 S:      Maintained
5385 F:      drivers/mfd/lpc_ich.c
5386 F:      drivers/gpio/gpio-ich.c
5387
5388 IDE SUBSYSTEM
5389 M:      "David S. Miller" <davem@davemloft.net>
5390 L:      linux-ide@vger.kernel.org
5391 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5393 S:      Maintained
5394 F:      Documentation/ide/
5395 F:      drivers/ide/
5396 F:      include/linux/ide.h
5397
5398 IDEAPAD LAPTOP EXTRAS DRIVER
5399 M:      Ike Panhc <ike.pan@canonical.com>
5400 L:      platform-driver-x86@vger.kernel.org
5401 W:      http://launchpad.net/ideapad-laptop
5402 S:      Maintained
5403 F:      drivers/platform/x86/ideapad-laptop.c
5404
5405 IDEAPAD LAPTOP SLIDEBAR DRIVER
5406 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5407 L:      linux-input@vger.kernel.org
5408 W:      https://github.com/o2genum/ideapad-slidebar
5409 S:      Maintained
5410 F:      drivers/input/misc/ideapad_slidebar.c
5411
5412 IDE/ATAPI DRIVERS
5413 M:      Borislav Petkov <bp@alien8.de>
5414 L:      linux-ide@vger.kernel.org
5415 S:      Maintained
5416 F:      Documentation/cdrom/ide-cd
5417 F:      drivers/ide/ide-cd*
5418
5419 IDLE-I7300
5420 M:      Andy Henroid <andrew.d.henroid@intel.com>
5421 L:      linux-pm@vger.kernel.org
5422 S:      Supported
5423 F:      drivers/idle/i7300_idle.c
5424
5425 IEEE 802.15.4 SUBSYSTEM
5426 M:      Alexander Aring <alex.aring@gmail.com>
5427 L:      linux-wpan@vger.kernel.org
5428 W:      https://github.com/linux-wpan
5429 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5430 S:      Maintained
5431 F:      net/ieee802154/
5432 F:      net/mac802154/
5433 F:      drivers/net/ieee802154/
5434 F:      include/linux/nl802154.h
5435 F:      include/linux/ieee802154.h
5436 F:      include/net/nl802154.h
5437 F:      include/net/mac802154.h
5438 F:      include/net/af_ieee802154.h
5439 F:      include/net/cfg802154.h
5440 F:      include/net/ieee802154_netdev.h
5441 F:      Documentation/networking/ieee802154.txt
5442
5443 IGORPLUG-USB IR RECEIVER
5444 M:      Sean Young <sean@mess.org>
5445 L:      linux-media@vger.kernel.org
5446 S:      Maintained
5447 F:      drivers/media/rc/igorplugusb.c
5448
5449 IGUANAWORKS USB IR TRANSCEIVER
5450 M:      Sean Young <sean@mess.org>
5451 L:      linux-media@vger.kernel.org
5452 S:      Maintained
5453 F:      drivers/media/rc/iguanair.c
5454
5455 IIO SUBSYSTEM AND DRIVERS
5456 M:      Jonathan Cameron <jic23@kernel.org>
5457 R:      Hartmut Knaack <knaack.h@gmx.de>
5458 R:      Lars-Peter Clausen <lars@metafoo.de>
5459 R:      Peter Meerwald <pmeerw@pmeerw.net>
5460 L:      linux-iio@vger.kernel.org
5461 S:      Maintained
5462 F:      drivers/iio/
5463 F:      drivers/staging/iio/
5464 F:      include/linux/iio/
5465 F:      tools/iio/
5466
5467 IKANOS/ADI EAGLE ADSL USB DRIVER
5468 M:      Matthieu Castet <castet.matthieu@free.fr>
5469 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5470 S:      Maintained
5471 F:      drivers/usb/atm/ueagle-atm.c
5472
5473 INA209 HARDWARE MONITOR DRIVER
5474 M:      Guenter Roeck <linux@roeck-us.net>
5475 L:      lm-sensors@lm-sensors.org
5476 S:      Maintained
5477 F:      Documentation/hwmon/ina209
5478 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5479 F:      drivers/hwmon/ina209.c
5480
5481 INA2XX HARDWARE MONITOR DRIVER
5482 M:      Guenter Roeck <linux@roeck-us.net>
5483 L:      lm-sensors@lm-sensors.org
5484 S:      Maintained
5485 F:      Documentation/hwmon/ina2xx
5486 F:      drivers/hwmon/ina2xx.c
5487 F:      include/linux/platform_data/ina2xx.h
5488
5489 INDUSTRY PACK SUBSYSTEM (IPACK)
5490 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5491 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5492 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5493 L:      industrypack-devel@lists.sourceforge.net
5494 W:      http://industrypack.sourceforge.net
5495 S:      Maintained
5496 F:      drivers/ipack/
5497
5498 INGENIC JZ4780 DMA Driver
5499 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5500 S:      Maintained
5501 F:      drivers/dma/dma-jz4780.c
5502
5503 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5504 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5505 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5506 L:      linux-ima-devel@lists.sourceforge.net
5507 L:      linux-ima-user@lists.sourceforge.net
5508 L:      linux-security-module@vger.kernel.org
5509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity.git
5510 S:      Supported
5511 F:      security/integrity/ima/
5512
5513 IMGTEC IR DECODER DRIVER
5514 M:      James Hogan <james.hogan@imgtec.com>
5515 S:      Maintained
5516 F:      drivers/media/rc/img-ir/
5517
5518 IMS TWINTURBO FRAMEBUFFER DRIVER
5519 L:      linux-fbdev@vger.kernel.org
5520 S:      Orphan
5521 F:      drivers/video/fbdev/imsttfb.c
5522
5523 INFINIBAND SUBSYSTEM
5524 M:      Doug Ledford <dledford@redhat.com>
5525 M:      Sean Hefty <sean.hefty@intel.com>
5526 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5527 L:      linux-rdma@vger.kernel.org
5528 W:      http://www.openfabrics.org/
5529 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5531 S:      Supported
5532 F:      Documentation/infiniband/
5533 F:      drivers/infiniband/
5534 F:      drivers/staging/rdma/
5535 F:      include/uapi/linux/if_infiniband.h
5536 F:      include/uapi/rdma/
5537 F:      include/rdma/
5538
5539 INOTIFY
5540 M:      John McCutchan <john@johnmccutchan.com>
5541 M:      Robert Love <rlove@rlove.org>
5542 M:      Eric Paris <eparis@parisplace.org>
5543 S:      Maintained
5544 F:      Documentation/filesystems/inotify.txt
5545 F:      fs/notify/inotify/
5546 F:      include/linux/inotify.h
5547 F:      include/uapi/linux/inotify.h
5548
5549 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5550 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5551 L:      linux-input@vger.kernel.org
5552 Q:      http://patchwork.kernel.org/project/linux-input/list/
5553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5554 S:      Maintained
5555 F:      drivers/input/
5556 F:      include/linux/input.h
5557 F:      include/uapi/linux/input.h
5558 F:      include/linux/input/
5559
5560 INPUT MULTITOUCH (MT) PROTOCOL
5561 M:      Henrik Rydberg <rydberg@bitmath.org>
5562 L:      linux-input@vger.kernel.org
5563 S:      Odd fixes
5564 F:      Documentation/input/multi-touch-protocol.txt
5565 F:      drivers/input/input-mt.c
5566 K:      \b(ABS|SYN)_MT_
5567
5568 INTEL ASoC BDW/HSW DRIVERS
5569 M:      Jie Yang <yang.jie@linux.intel.com>
5570 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5571 S:      Supported
5572 F:      sound/soc/intel/common/sst-dsp*
5573 F:      sound/soc/intel/common/sst-firmware.c
5574 F:      sound/soc/intel/boards/broadwell.c
5575 F:      sound/soc/intel/haswell/
5576
5577 INTEL C600 SERIES SAS CONTROLLER DRIVER
5578 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5579 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5580 L:      linux-scsi@vger.kernel.org
5581 T:      git git://git.code.sf.net/p/intel-sas/isci
5582 S:      Supported
5583 F:      drivers/scsi/isci/
5584
5585 INTEL HID EVENT DRIVER
5586 M:      Alex Hung <alex.hung@canonical.com>
5587 L:      platform-driver-x86@vger.kernel.org
5588 S:      Maintained
5589 F:      drivers/platform/x86/intel-hid.c
5590
5591 INTEL IDLE DRIVER
5592 M:      Len Brown <lenb@kernel.org>
5593 L:      linux-pm@vger.kernel.org
5594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5595 S:      Supported
5596 F:      drivers/idle/intel_idle.c
5597
5598 INTEL PSTATE DRIVER
5599 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5600 M:      Len Brown <lenb@kernel.org>
5601 L:      linux-pm@vger.kernel.org
5602 S:      Supported
5603 F:      drivers/cpufreq/intel_pstate.c
5604
5605 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5606 M:      Maik Broemme <mbroemme@plusserver.de>
5607 L:      linux-fbdev@vger.kernel.org
5608 S:      Maintained
5609 F:      Documentation/fb/intelfb.txt
5610 F:      drivers/video/fbdev/intelfb/
5611
5612 INTEL 810/815 FRAMEBUFFER DRIVER
5613 M:      Antonino Daplas <adaplas@gmail.com>
5614 L:      linux-fbdev@vger.kernel.org
5615 S:      Maintained
5616 F:      drivers/video/fbdev/i810/
5617
5618 INTEL MENLOW THERMAL DRIVER
5619 M:      Sujith Thomas <sujith.thomas@intel.com>
5620 L:      platform-driver-x86@vger.kernel.org
5621 W:      https://01.org/linux-acpi
5622 S:      Supported
5623 F:      drivers/platform/x86/intel_menlow.c
5624
5625 INTEL I/OAT DMA DRIVER
5626 M:      Dave Jiang <dave.jiang@intel.com>
5627 R:      Dan Williams <dan.j.williams@intel.com>
5628 L:      dmaengine@vger.kernel.org
5629 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5630 S:      Supported
5631 F:      drivers/dma/ioat*
5632
5633 INTEL IOMMU (VT-d)
5634 M:      David Woodhouse <dwmw2@infradead.org>
5635 L:      iommu@lists.linux-foundation.org
5636 T:      git git://git.infradead.org/iommu-2.6.git
5637 S:      Supported
5638 F:      drivers/iommu/intel-iommu.c
5639 F:      include/linux/intel-iommu.h
5640
5641 INTEL IOP-ADMA DMA DRIVER
5642 R:      Dan Williams <dan.j.williams@intel.com>
5643 S:      Odd fixes
5644 F:      drivers/dma/iop-adma.c
5645
5646 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5647 M:      Krzysztof Halasa <khalasa@piap.pl>
5648 S:      Maintained
5649 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5650 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5651 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5652 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5653 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5654 F:      drivers/net/wan/ixp4xx_hss.c
5655
5656 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5657 M:      Deepak Saxena <dsaxena@plexity.net>
5658 S:      Maintained
5659 F:      drivers/char/hw_random/ixp4xx-rng.c
5660
5661 INTEL ETHERNET DRIVERS
5662 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5663 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5664 R:      Shannon Nelson <shannon.nelson@intel.com>
5665 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5666 R:      Don Skidmore <donald.c.skidmore@intel.com>
5667 R:      Bruce Allan <bruce.w.allan@intel.com>
5668 R:      John Ronciak <john.ronciak@intel.com>
5669 R:      Mitch Williams <mitch.a.williams@intel.com>
5670 L:      intel-wired-lan@lists.osuosl.org
5671 W:      http://www.intel.com/support/feedback.htm
5672 W:      http://e1000.sourceforge.net/
5673 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5676 S:      Supported
5677 F:      Documentation/networking/e100.txt
5678 F:      Documentation/networking/e1000.txt
5679 F:      Documentation/networking/e1000e.txt
5680 F:      Documentation/networking/igb.txt
5681 F:      Documentation/networking/igbvf.txt
5682 F:      Documentation/networking/ixgb.txt
5683 F:      Documentation/networking/ixgbe.txt
5684 F:      Documentation/networking/ixgbevf.txt
5685 F:      Documentation/networking/i40e.txt
5686 F:      Documentation/networking/i40evf.txt
5687 F:      drivers/net/ethernet/intel/
5688 F:      drivers/net/ethernet/intel/*/
5689
5690 INTEL-MID GPIO DRIVER
5691 M:      David Cohen <david.a.cohen@linux.intel.com>
5692 L:      linux-gpio@vger.kernel.org
5693 S:      Maintained
5694 F:      drivers/gpio/gpio-intel-mid.c
5695
5696 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5697 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5698 L:      linux-wireless@vger.kernel.org
5699 S:      Maintained
5700 F:      Documentation/networking/README.ipw2100
5701 F:      Documentation/networking/README.ipw2200
5702 F:      drivers/net/wireless/intel/ipw2x00/
5703
5704 INTEL(R) TRACE HUB
5705 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5706 S:      Supported
5707 F:      Documentation/trace/intel_th.txt
5708 F:      drivers/hwtracing/intel_th/
5709
5710 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5711 M:      Ning Sun <ning.sun@intel.com>
5712 L:      tboot-devel@lists.sourceforge.net
5713 W:      http://tboot.sourceforge.net
5714 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5715 S:      Supported
5716 F:      Documentation/intel_txt.txt
5717 F:      include/linux/tboot.h
5718 F:      arch/x86/kernel/tboot.c
5719
5720 INTEL WIRELESS WIMAX CONNECTION 2400
5721 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5722 M:      linux-wimax@intel.com
5723 L:      wimax@linuxwimax.org (subscribers-only)
5724 S:      Supported
5725 W:      http://linuxwimax.org
5726 F:      Documentation/wimax/README.i2400m
5727 F:      drivers/net/wimax/i2400m/
5728 F:      include/uapi/linux/wimax/i2400m.h
5729
5730 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5731 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5732 L:      linux-wireless@vger.kernel.org
5733 S:      Supported
5734 F:      drivers/net/wireless/intel/iwlegacy/
5735
5736 INTEL WIRELESS WIFI LINK (iwlwifi)
5737 M:      Johannes Berg <johannes.berg@intel.com>
5738 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5739 M:      Intel Linux Wireless <linuxwifi@intel.com>
5740 L:      linux-wireless@vger.kernel.org
5741 W:      http://intellinuxwireless.org
5742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5743 S:      Supported
5744 F:      drivers/net/wireless/intel/iwlwifi/
5745
5746 INTEL MANAGEMENT ENGINE (mei)
5747 M:      Tomas Winkler <tomas.winkler@intel.com>
5748 L:      linux-kernel@vger.kernel.org
5749 S:      Supported
5750 F:      include/uapi/linux/mei.h
5751 F:      include/linux/mei_cl_bus.h
5752 F:      drivers/misc/mei/*
5753 F:      Documentation/misc-devices/mei/*
5754
5755 INTEL MIC DRIVERS (mic)
5756 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5757 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5758 S:      Supported
5759 W:      https://github.com/sudeepdutt/mic
5760 W:      http://software.intel.com/en-us/mic-developer
5761 F:      include/linux/mic_bus.h
5762 F:      include/linux/scif.h
5763 F:      include/uapi/linux/mic_common.h
5764 F:      include/uapi/linux/mic_ioctl.h
5765 F:      include/uapi/linux/scif_ioctl.h
5766 F:      drivers/misc/mic/
5767 F:      drivers/dma/mic_x100_dma.c
5768 F:      drivers/dma/mic_x100_dma.h
5769 F:      Documentation/mic/
5770
5771 INTEL PMC/P-Unit IPC DRIVER
5772 M:      Zha Qipeng<qipeng.zha@intel.com>
5773 L:      platform-driver-x86@vger.kernel.org
5774 S:      Maintained
5775 F:      drivers/platform/x86/intel_pmc_ipc.c
5776 F:      drivers/platform/x86/intel_punit_ipc.c
5777 F:      arch/x86/include/asm/intel_pmc_ipc.h
5778 F:      arch/x86/include/asm/intel_punit_ipc.h
5779
5780 INTEL TELEMETRY DRIVER
5781 M:      Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>
5782 L:      platform-driver-x86@vger.kernel.org
5783 S:      Maintained
5784 F:      arch/x86/include/asm/intel_telemetry.h
5785 F:      drivers/platform/x86/intel_telemetry*
5786
5787 IOC3 ETHERNET DRIVER
5788 M:      Ralf Baechle <ralf@linux-mips.org>
5789 L:      linux-mips@linux-mips.org
5790 S:      Maintained
5791 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5792
5793 IOC3 SERIAL DRIVER
5794 M:      Pat Gefre <pfg@sgi.com>
5795 L:      linux-serial@vger.kernel.org
5796 S:      Maintained
5797 F:      drivers/tty/serial/ioc3_serial.c
5798
5799 IOMMU DRIVERS
5800 M:      Joerg Roedel <joro@8bytes.org>
5801 L:      iommu@lists.linux-foundation.org
5802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5803 S:      Maintained
5804 F:      drivers/iommu/
5805
5806 IP MASQUERADING
5807 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5808 S:      Maintained
5809 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5810
5811 IPATH DRIVER
5812 M:      Mike Marciniszyn <infinipath@intel.com>
5813 L:      linux-rdma@vger.kernel.org
5814 S:      Maintained
5815 F:      drivers/staging/rdma/ipath/
5816
5817 IPMI SUBSYSTEM
5818 M:      Corey Minyard <minyard@acm.org>
5819 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5820 W:      http://openipmi.sourceforge.net/
5821 S:      Supported
5822 F:      Documentation/IPMI.txt
5823 F:      drivers/char/ipmi/
5824 F:      include/linux/ipmi*
5825 F:      include/uapi/linux/ipmi*
5826
5827 QCOM AUDIO (ASoC) DRIVERS
5828 M:      Patrick Lai <plai@codeaurora.org>
5829 M:      Banajit Goswami <bgoswami@codeaurora.org>
5830 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5831 S:      Supported
5832 F:      sound/soc/qcom/
5833
5834 IPS SCSI RAID DRIVER
5835 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5836 L:      linux-scsi@vger.kernel.org
5837 W:      http://www.adaptec.com/
5838 S:      Maintained
5839 F:      drivers/scsi/ips*
5840
5841 IPVS
5842 M:      Wensong Zhang <wensong@linux-vs.org>
5843 M:      Simon Horman <horms@verge.net.au>
5844 M:      Julian Anastasov <ja@ssi.bg>
5845 L:      netdev@vger.kernel.org
5846 L:      lvs-devel@vger.kernel.org
5847 S:      Maintained
5848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next.git
5849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs.git
5850 F:      Documentation/networking/ipvs-sysctl.txt
5851 F:      include/net/ip_vs.h
5852 F:      include/uapi/linux/ip_vs.h
5853 F:      net/netfilter/ipvs/
5854
5855 IPWIRELESS DRIVER
5856 M:      Jiri Kosina <jikos@kernel.org>
5857 M:      David Sterba <dsterba@suse.com>
5858 S:      Odd Fixes
5859 F:      drivers/tty/ipwireless/
5860
5861 IPX NETWORK LAYER
5862 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5863 L:      netdev@vger.kernel.org
5864 S:      Maintained
5865 F:      include/net/ipx.h
5866 F:      include/uapi/linux/ipx.h
5867 F:      net/ipx/
5868
5869 IRDA SUBSYSTEM
5870 M:      Samuel Ortiz <samuel@sortiz.org>
5871 L:      irda-users@lists.sourceforge.net (subscribers-only)
5872 L:      netdev@vger.kernel.org
5873 W:      http://irda.sourceforge.net/
5874 S:      Maintained
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5876 F:      Documentation/networking/irda.txt
5877 F:      drivers/net/irda/
5878 F:      include/net/irda/
5879 F:      net/irda/
5880
5881 IRQ SUBSYSTEM
5882 M:      Thomas Gleixner <tglx@linutronix.de>
5883 L:      linux-kernel@vger.kernel.org
5884 S:      Maintained
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5886 F:      kernel/irq/
5887
5888 IRQCHIP DRIVERS
5889 M:      Thomas Gleixner <tglx@linutronix.de>
5890 M:      Jason Cooper <jason@lakedaemon.net>
5891 M:      Marc Zyngier <marc.zyngier@arm.com>
5892 L:      linux-kernel@vger.kernel.org
5893 S:      Maintained
5894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5895 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5896 F:      Documentation/devicetree/bindings/interrupt-controller/
5897 F:      drivers/irqchip/
5898
5899 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5900 M:      Jiang Liu <jiang.liu@linux.intel.com>
5901 M:      Marc Zyngier <marc.zyngier@arm.com>
5902 S:      Maintained
5903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5904 F:      Documentation/IRQ-domain.txt
5905 F:      include/linux/irqdomain.h
5906 F:      kernel/irq/irqdomain.c
5907 F:      kernel/irq/msi.c
5908
5909 ISAPNP
5910 M:      Jaroslav Kysela <perex@perex.cz>
5911 S:      Maintained
5912 F:      Documentation/isapnp.txt
5913 F:      drivers/pnp/isapnp/
5914 F:      include/linux/isapnp.h
5915
5916 ISA RADIO MODULE
5917 M:      Hans Verkuil <hverkuil@xs4all.nl>
5918 L:      linux-media@vger.kernel.org
5919 T:      git git://linuxtv.org/media_tree.git
5920 W:      https://linuxtv.org
5921 S:      Maintained
5922 F:      drivers/media/radio/radio-isa*
5923
5924 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5925 M:      Peter Jones <pjones@redhat.com>
5926 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5927 S:      Maintained
5928 F:      drivers/firmware/iscsi_ibft*
5929
5930 ISCSI
5931 M:      Mike Christie <michaelc@cs.wisc.edu>
5932 L:      open-iscsi@googlegroups.com
5933 W:      www.open-iscsi.org
5934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5935 S:      Maintained
5936 F:      drivers/scsi/*iscsi*
5937 F:      include/scsi/*iscsi*
5938
5939 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5940 M:      Or Gerlitz <ogerlitz@mellanox.com>
5941 M:      Sagi Grimberg <sagig@mellanox.com>
5942 M:      Roi Dayan <roid@mellanox.com>
5943 L:      linux-rdma@vger.kernel.org
5944 S:      Supported
5945 W:      http://www.openfabrics.org
5946 W:      www.open-iscsi.org
5947 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5948 F:      drivers/infiniband/ulp/iser/
5949
5950 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5951 M:      Sagi Grimberg <sagig@mellanox.com>
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5953 L:      linux-rdma@vger.kernel.org
5954 L:      target-devel@vger.kernel.org
5955 S:      Supported
5956 W:      http://www.linux-iscsi.org
5957 F:      drivers/infiniband/ulp/isert
5958
5959 ISDN SUBSYSTEM
5960 M:      Karsten Keil <isdn@linux-pingi.de>
5961 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5962 L:      netdev@vger.kernel.org
5963 W:      http://www.isdn4linux.de
5964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5965 S:      Maintained
5966 F:      Documentation/isdn/
5967 F:      drivers/isdn/
5968 F:      include/linux/isdn.h
5969 F:      include/linux/isdn/
5970 F:      include/uapi/linux/isdn.h
5971 F:      include/uapi/linux/isdn/
5972
5973 ISDN SUBSYSTEM (Eicon active card driver)
5974 M:      Armin Schindler <mac@melware.de>
5975 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5976 W:      http://www.melware.de
5977 S:      Maintained
5978 F:      drivers/isdn/hardware/eicon/
5979
5980 IT87 HARDWARE MONITORING DRIVER
5981 M:      Jean Delvare <jdelvare@suse.com>
5982 L:      lm-sensors@lm-sensors.org
5983 S:      Maintained
5984 F:      Documentation/hwmon/it87
5985 F:      drivers/hwmon/it87.c
5986
5987 IT913X MEDIA DRIVER
5988 M:      Antti Palosaari <crope@iki.fi>
5989 L:      linux-media@vger.kernel.org
5990 W:      https://linuxtv.org
5991 W:      http://palosaari.fi/linux/
5992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5993 T:      git git://linuxtv.org/anttip/media_tree.git
5994 S:      Maintained
5995 F:      drivers/media/tuners/it913x*
5996
5997 IVTV VIDEO4LINUX DRIVER
5998 M:      Andy Walls <awalls@md.metrocast.net>
5999 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
6000 L:      linux-media@vger.kernel.org
6001 T:      git git://linuxtv.org/media_tree.git
6002 W:      http://www.ivtvdriver.org
6003 S:      Maintained
6004 F:      Documentation/video4linux/*.ivtv
6005 F:      drivers/media/pci/ivtv/
6006 F:      include/uapi/linux/ivtv*
6007
6008 IX2505V MEDIA DRIVER
6009 M:      Malcolm Priestley <tvboxspy@gmail.com>
6010 L:      linux-media@vger.kernel.org
6011 W:      https://linuxtv.org
6012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6013 S:      Maintained
6014 F:      drivers/media/dvb-frontends/ix2505v*
6015
6016 JC42.4 TEMPERATURE SENSOR DRIVER
6017 M:      Guenter Roeck <linux@roeck-us.net>
6018 L:      lm-sensors@lm-sensors.org
6019 S:      Maintained
6020 F:      drivers/hwmon/jc42.c
6021 F:      Documentation/hwmon/jc42
6022
6023 JFS FILESYSTEM
6024 M:      Dave Kleikamp <shaggy@kernel.org>
6025 L:      jfs-discussion@lists.sourceforge.net
6026 W:      http://jfs.sourceforge.net/
6027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
6028 S:      Maintained
6029 F:      Documentation/filesystems/jfs.txt
6030 F:      fs/jfs/
6031
6032 JME NETWORK DRIVER
6033 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
6034 L:      netdev@vger.kernel.org
6035 S:      Maintained
6036 F:      drivers/net/ethernet/jme.*
6037
6038 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
6039 M:      David Woodhouse <dwmw2@infradead.org>
6040 L:      linux-mtd@lists.infradead.org
6041 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
6042 S:      Maintained
6043 F:      fs/jffs2/
6044 F:      include/uapi/linux/jffs2.h
6045
6046 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
6047 M:      "Theodore Ts'o" <tytso@mit.edu>
6048 M:      Jan Kara <jack@suse.com>
6049 L:      linux-ext4@vger.kernel.org
6050 S:      Maintained
6051 F:      fs/jbd2/
6052 F:      include/linux/jbd2.h
6053
6054 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
6055 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
6056 L:      linux-media@vger.kernel.org
6057 S:      Maintained
6058 F:      drivers/media/platform/rcar_jpu.c
6059
6060 JSM Neo PCI based serial card
6061 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
6062 L:      linux-serial@vger.kernel.org
6063 S:      Maintained
6064 F:      drivers/tty/serial/jsm/
6065
6066 K10TEMP HARDWARE MONITORING DRIVER
6067 M:      Clemens Ladisch <clemens@ladisch.de>
6068 L:      lm-sensors@lm-sensors.org
6069 S:      Maintained
6070 F:      Documentation/hwmon/k10temp
6071 F:      drivers/hwmon/k10temp.c
6072
6073 K8TEMP HARDWARE MONITORING DRIVER
6074 M:      Rudolf Marek <r.marek@assembler.cz>
6075 L:      lm-sensors@lm-sensors.org
6076 S:      Maintained
6077 F:      Documentation/hwmon/k8temp
6078 F:      drivers/hwmon/k8temp.c
6079
6080 KCONFIG
6081 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6082 L:      linux-kbuild@vger.kernel.org
6083 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6084 S:      Maintained
6085 F:      Documentation/kbuild/kconfig-language.txt
6086 F:      scripts/kconfig/
6087
6088 KDUMP
6089 M:      Vivek Goyal <vgoyal@redhat.com>
6090 M:      Haren Myneni <hbabu@us.ibm.com>
6091 L:      kexec@lists.infradead.org
6092 W:      http://lse.sourceforge.net/kdump/
6093 S:      Maintained
6094 F:      Documentation/kdump/
6095
6096 KEENE FM RADIO TRANSMITTER DRIVER
6097 M:      Hans Verkuil <hverkuil@xs4all.nl>
6098 L:      linux-media@vger.kernel.org
6099 T:      git git://linuxtv.org/media_tree.git
6100 W:      https://linuxtv.org
6101 S:      Maintained
6102 F:      drivers/media/radio/radio-keene*
6103
6104 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6105 M:      Ian Kent <raven@themaw.net>
6106 L:      autofs@vger.kernel.org
6107 S:      Maintained
6108 F:      fs/autofs4/
6109
6110 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6111 M:      Michal Marek <mmarek@suse.com>
6112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6114 L:      linux-kbuild@vger.kernel.org
6115 S:      Maintained
6116 F:      Documentation/kbuild/
6117 F:      Makefile
6118 F:      scripts/Makefile.*
6119 F:      scripts/basic/
6120 F:      scripts/mk*
6121 F:      scripts/package/
6122
6123 KERNEL JANITORS
6124 L:      kernel-janitors@vger.kernel.org
6125 W:      http://kernelnewbies.org/KernelJanitors
6126 S:      Odd Fixes
6127
6128 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6129 M:      "J. Bruce Fields" <bfields@fieldses.org>
6130 M:      Jeff Layton <jlayton@poochiereds.net>
6131 L:      linux-nfs@vger.kernel.org
6132 W:      http://nfs.sourceforge.net/
6133 T:      git git://linux-nfs.org/~bfields/linux.git
6134 S:      Supported
6135 F:      fs/nfsd/
6136 F:      include/uapi/linux/nfsd/
6137 F:      fs/lockd/
6138 F:      fs/nfs_common/
6139 F:      net/sunrpc/
6140 F:      include/linux/lockd/
6141 F:      include/linux/sunrpc/
6142 F:      include/uapi/linux/sunrpc/
6143
6144 KERNEL SELFTEST FRAMEWORK
6145 M:      Shuah Khan <shuahkh@osg.samsung.com>
6146 L:      linux-api@vger.kernel.org
6147 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6148 S:      Maintained
6149 F:      tools/testing/selftests
6150
6151 KERNEL VIRTUAL MACHINE (KVM)
6152 M:      Gleb Natapov <gleb@kernel.org>
6153 M:      Paolo Bonzini <pbonzini@redhat.com>
6154 L:      kvm@vger.kernel.org
6155 W:      http://www.linux-kvm.org
6156 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6157 S:      Supported
6158 F:      Documentation/*/kvm*.txt
6159 F:      Documentation/virtual/kvm/
6160 F:      arch/*/kvm/
6161 F:      arch/x86/kernel/kvm.c
6162 F:      arch/x86/kernel/kvmclock.c
6163 F:      arch/*/include/asm/kvm*
6164 F:      include/linux/kvm*
6165 F:      include/uapi/linux/kvm*
6166 F:      virt/kvm/
6167
6168 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6169 M:      Joerg Roedel <joro@8bytes.org>
6170 L:      kvm@vger.kernel.org
6171 W:      http://www.linux-kvm.org/
6172 S:      Maintained
6173 F:      arch/x86/include/asm/svm.h
6174 F:      arch/x86/kvm/svm.c
6175
6176 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6177 M:      Alexander Graf <agraf@suse.com>
6178 L:      kvm-ppc@vger.kernel.org
6179 W:      http://www.linux-kvm.org/
6180 T:      git git://github.com/agraf/linux-2.6.git
6181 S:      Supported
6182 F:      arch/powerpc/include/asm/kvm*
6183 F:      arch/powerpc/kvm/
6184
6185 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6186 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6187 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6188 L:      linux-s390@vger.kernel.org
6189 W:      http://www.ibm.com/developerworks/linux/linux390/
6190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git
6191 S:      Supported
6192 F:      Documentation/s390/kvm.txt
6193 F:      arch/s390/include/asm/kvm*
6194 F:      arch/s390/kvm/
6195
6196 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6197 M:      Christoffer Dall <christoffer.dall@linaro.org>
6198 M:      Marc Zyngier <marc.zyngier@arm.com>
6199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6200 L:      kvmarm@lists.cs.columbia.edu
6201 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
6203 S:      Supported
6204 F:      arch/arm/include/uapi/asm/kvm*
6205 F:      arch/arm/include/asm/kvm*
6206 F:      arch/arm/kvm/
6207 F:      virt/kvm/arm/
6208 F:      include/kvm/arm_*
6209
6210 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6211 M:      Christoffer Dall <christoffer.dall@linaro.org>
6212 M:      Marc Zyngier <marc.zyngier@arm.com>
6213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6214 L:      kvmarm@lists.cs.columbia.edu
6215 S:      Maintained
6216 F:      arch/arm64/include/uapi/asm/kvm*
6217 F:      arch/arm64/include/asm/kvm*
6218 F:      arch/arm64/kvm/
6219
6220 KERNEL VIRTUAL MACHINE FOR MIPS (KVM/mips)
6221 M:      James Hogan <james.hogan@imgtec.com>
6222 L:      linux-mips@linux-mips.org
6223 S:      Supported
6224 F:      arch/mips/include/uapi/asm/kvm*
6225 F:      arch/mips/include/asm/kvm*
6226 F:      arch/mips/kvm/
6227
6228 KEXEC
6229 M:      Eric Biederman <ebiederm@xmission.com>
6230 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6231 L:      kexec@lists.infradead.org
6232 S:      Maintained
6233 F:      include/linux/kexec.h
6234 F:      include/uapi/linux/kexec.h
6235 F:      kernel/kexec.c
6236
6237 KEYS/KEYRINGS:
6238 M:      David Howells <dhowells@redhat.com>
6239 L:      keyrings@vger.kernel.org
6240 S:      Maintained
6241 F:      Documentation/security/keys.txt
6242 F:      include/linux/key.h
6243 F:      include/linux/key-type.h
6244 F:      include/keys/
6245 F:      security/keys/
6246
6247 KEYS-TRUSTED
6248 M:      David Safford <safford@us.ibm.com>
6249 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6250 L:      linux-security-module@vger.kernel.org
6251 L:      keyrings@vger.kernel.org
6252 S:      Supported
6253 F:      Documentation/security/keys-trusted-encrypted.txt
6254 F:      include/keys/trusted-type.h
6255 F:      security/keys/trusted.c
6256 F:      security/keys/trusted.h
6257
6258 KEYS-ENCRYPTED
6259 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6260 M:      David Safford <safford@us.ibm.com>
6261 L:      linux-security-module@vger.kernel.org
6262 L:      keyrings@vger.kernel.org
6263 S:      Supported
6264 F:      Documentation/security/keys-trusted-encrypted.txt
6265 F:      include/keys/encrypted-type.h
6266 F:      security/keys/encrypted-keys/
6267
6268 KGDB / KDB /debug_core
6269 M:      Jason Wessel <jason.wessel@windriver.com>
6270 W:      http://kgdb.wiki.kernel.org/
6271 L:      kgdb-bugreport@lists.sourceforge.net
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb.git
6273 S:      Maintained
6274 F:      Documentation/DocBook/kgdb.tmpl
6275 F:      drivers/misc/kgdbts.c
6276 F:      drivers/tty/serial/kgdboc.c
6277 F:      include/linux/kdb.h
6278 F:      include/linux/kgdb.h
6279 F:      kernel/debug/
6280
6281 KMEMCHECK
6282 M:      Vegard Nossum <vegardno@ifi.uio.no>
6283 M:      Pekka Enberg <penberg@kernel.org>
6284 S:      Maintained
6285 F:      Documentation/kmemcheck.txt
6286 F:      arch/x86/include/asm/kmemcheck.h
6287 F:      arch/x86/mm/kmemcheck/
6288 F:      include/linux/kmemcheck.h
6289 F:      mm/kmemcheck.c
6290
6291 KMEMLEAK
6292 M:      Catalin Marinas <catalin.marinas@arm.com>
6293 S:      Maintained
6294 F:      Documentation/kmemleak.txt
6295 F:      include/linux/kmemleak.h
6296 F:      mm/kmemleak.c
6297 F:      mm/kmemleak-test.c
6298
6299 KPROBES
6300 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6301 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6302 M:      "David S. Miller" <davem@davemloft.net>
6303 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6304 S:      Maintained
6305 F:      Documentation/kprobes.txt
6306 F:      include/linux/kprobes.h
6307 F:      kernel/kprobes.c
6308
6309 KS0108 LCD CONTROLLER DRIVER
6310 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6311 W:      http://miguelojeda.es/auxdisplay.htm
6312 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6313 S:      Maintained
6314 F:      Documentation/auxdisplay/ks0108
6315 F:      drivers/auxdisplay/ks0108.c
6316 F:      include/linux/ks0108.h
6317
6318 L3MDEV
6319 M:      David Ahern <dsa@cumulusnetworks.com>
6320 L:      netdev@vger.kernel.org
6321 S:      Maintained
6322 F:      net/l3mdev
6323 F:      include/net/l3mdev.h
6324
6325 LANTIQ MIPS ARCHITECTURE
6326 M:      John Crispin <blogic@openwrt.org>
6327 L:      linux-mips@linux-mips.org
6328 S:      Maintained
6329 F:      arch/mips/lantiq
6330
6331 LAPB module
6332 L:      linux-x25@vger.kernel.org
6333 S:      Orphan
6334 F:      Documentation/networking/lapb-module.txt
6335 F:      include/*/lapb.h
6336 F:      net/lapb/
6337
6338 LASI 53c700 driver for PARISC
6339 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6340 L:      linux-scsi@vger.kernel.org
6341 S:      Maintained
6342 F:      Documentation/scsi/53c700.txt
6343 F:      drivers/scsi/53c700*
6344
6345 LED SUBSYSTEM
6346 M:      Richard Purdie <rpurdie@rpsys.net>
6347 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6348 L:      linux-leds@vger.kernel.org
6349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6350 S:      Maintained
6351 F:      drivers/leds/
6352 F:      include/linux/leds.h
6353
6354 LEGACY EEPROM DRIVER
6355 M:      Jean Delvare <jdelvare@suse.com>
6356 S:      Maintained
6357 F:      Documentation/misc-devices/eeprom
6358 F:      drivers/misc/eeprom/eeprom.c
6359
6360 LEGO USB Tower driver
6361 M:      Juergen Stuber <starblue@users.sourceforge.net>
6362 L:      legousb-devel@lists.sourceforge.net
6363 W:      http://legousb.sourceforge.net/
6364 S:      Maintained
6365 F:      drivers/usb/misc/legousbtower.c
6366
6367 LG2160 MEDIA DRIVER
6368 M:      Michael Krufky <mkrufky@linuxtv.org>
6369 L:      linux-media@vger.kernel.org
6370 W:      https://linuxtv.org
6371 W:      http://github.com/mkrufky
6372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6373 T:      git git://linuxtv.org/mkrufky/tuners.git
6374 S:      Maintained
6375 F:      drivers/media/dvb-frontends/lg2160.*
6376
6377 LGDT3305 MEDIA DRIVER
6378 M:      Michael Krufky <mkrufky@linuxtv.org>
6379 L:      linux-media@vger.kernel.org
6380 W:      https://linuxtv.org
6381 W:      http://github.com/mkrufky
6382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6383 T:      git git://linuxtv.org/mkrufky/tuners.git
6384 S:      Maintained
6385 F:      drivers/media/dvb-frontends/lgdt3305.*
6386
6387 LGUEST
6388 M:      Rusty Russell <rusty@rustcorp.com.au>
6389 L:      lguest@lists.ozlabs.org
6390 W:      http://lguest.ozlabs.org/
6391 S:      Odd Fixes
6392 F:      arch/x86/include/asm/lguest*.h
6393 F:      arch/x86/lguest/
6394 F:      drivers/lguest/
6395 F:      include/linux/lguest*.h
6396 F:      tools/lguest/
6397
6398 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6399 M:      Tejun Heo <tj@kernel.org>
6400 L:      linux-ide@vger.kernel.org
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6402 S:      Maintained
6403 F:      drivers/ata/
6404 F:      include/linux/ata.h
6405 F:      include/linux/libata.h
6406
6407 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6408 M:      Viresh Kumar <vireshk@kernel.org>
6409 L:      linux-ide@vger.kernel.org
6410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6411 S:      Maintained
6412 F:      include/linux/pata_arasan_cf_data.h
6413 F:      drivers/ata/pata_arasan_cf.c
6414
6415 LIBATA PATA DRIVERS
6416 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6417 M:      Tejun Heo <tj@kernel.org>
6418 L:      linux-ide@vger.kernel.org
6419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6420 S:      Maintained
6421 F:      drivers/ata/pata_*.c
6422 F:      drivers/ata/ata_generic.c
6423
6424 LIBATA SATA AHCI PLATFORM devices support
6425 M:      Hans de Goede <hdegoede@redhat.com>
6426 M:      Tejun Heo <tj@kernel.org>
6427 L:      linux-ide@vger.kernel.org
6428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6429 S:      Maintained
6430 F:      drivers/ata/ahci_platform.c
6431 F:      drivers/ata/libahci_platform.c
6432 F:      include/linux/ahci_platform.h
6433
6434 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6435 M:      Mikael Pettersson <mikpelinux@gmail.com>
6436 L:      linux-ide@vger.kernel.org
6437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6438 S:      Maintained
6439 F:      drivers/ata/sata_promise.*
6440
6441 LIBLOCKDEP
6442 M:      Sasha Levin <sasha.levin@oracle.com>
6443 S:      Maintained
6444 F:      tools/lib/lockdep/
6445
6446 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6447 M:      Dan Williams <dan.j.williams@intel.com>
6448 L:      linux-nvdimm@lists.01.org
6449 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
6451 S:      Supported
6452 F:      drivers/nvdimm/*
6453 F:      include/linux/nd.h
6454 F:      include/linux/libnvdimm.h
6455 F:      include/uapi/linux/ndctl.h
6456
6457 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6458 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6459 L:      linux-nvdimm@lists.01.org
6460 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6461 S:      Supported
6462 F:      drivers/nvdimm/blk.c
6463 F:      drivers/nvdimm/region_devs.c
6464 F:      drivers/acpi/nfit*
6465
6466 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6467 M:      Vishal Verma <vishal.l.verma@intel.com>
6468 L:      linux-nvdimm@lists.01.org
6469 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6470 S:      Supported
6471 F:      drivers/nvdimm/btt*
6472
6473 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6474 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6475 L:      linux-nvdimm@lists.01.org
6476 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6477 S:      Supported
6478 F:      drivers/nvdimm/pmem.c
6479 F:      include/linux/pmem.h
6480 F:      arch/*/include/asm/pmem.h
6481
6482 LIGHTNVM PLATFORM SUPPORT
6483 M:      Matias Bjorling <mb@lightnvm.io>
6484 W:      http://github/OpenChannelSSD
6485 L:      linux-block@vger.kernel.org
6486 S:      Maintained
6487 F:      drivers/lightnvm/
6488 F:      include/linux/lightnvm.h
6489 F:      include/uapi/linux/lightnvm.h
6490
6491 LINUX FOR IBM pSERIES (RS/6000)
6492 M:      Paul Mackerras <paulus@au.ibm.com>
6493 W:      http://www.ibm.com/linux/ltc/projects/ppc
6494 S:      Supported
6495 F:      arch/powerpc/boot/rs6000.h
6496
6497 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6498 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6499 M:      Paul Mackerras <paulus@samba.org>
6500 M:      Michael Ellerman <mpe@ellerman.id.au>
6501 W:      http://www.penguinppc.org/
6502 L:      linuxppc-dev@lists.ozlabs.org
6503 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6505 S:      Supported
6506 F:      Documentation/powerpc/
6507 F:      arch/powerpc/
6508
6509 LINUX FOR POWER MACINTOSH
6510 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6511 W:      http://www.penguinppc.org/
6512 L:      linuxppc-dev@lists.ozlabs.org
6513 S:      Maintained
6514 F:      arch/powerpc/platforms/powermac/
6515 F:      drivers/macintosh/
6516
6517 LINUX FOR POWERPC EMBEDDED MPC5XXX
6518 M:      Anatolij Gustschin <agust@denx.de>
6519 L:      linuxppc-dev@lists.ozlabs.org
6520 T:      git git://git.denx.de/linux-denx-agust.git
6521 S:      Maintained
6522 F:      arch/powerpc/platforms/512x/
6523 F:      arch/powerpc/platforms/52xx/
6524
6525 LINUX FOR POWERPC EMBEDDED PPC4XX
6526 M:      Alistair Popple <alistair@popple.id.au>
6527 M:      Matt Porter <mporter@kernel.crashing.org>
6528 W:      http://www.penguinppc.org/
6529 L:      linuxppc-dev@lists.ozlabs.org
6530 S:      Maintained
6531 F:      arch/powerpc/platforms/40x/
6532 F:      arch/powerpc/platforms/44x/
6533
6534 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6535 L:      linuxppc-dev@lists.ozlabs.org
6536 S:      Orphan
6537 F:      arch/powerpc/*/*virtex*
6538 F:      arch/powerpc/*/*/*virtex*
6539
6540 LINUX FOR POWERPC EMBEDDED PPC8XX
6541 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6542 W:      http://www.penguinppc.org/
6543 L:      linuxppc-dev@lists.ozlabs.org
6544 S:      Maintained
6545 F:      arch/powerpc/platforms/8xx/
6546
6547 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6548 M:      Scott Wood <oss@buserror.net>
6549 M:      Kumar Gala <galak@kernel.crashing.org>
6550 W:      http://www.penguinppc.org/
6551 L:      linuxppc-dev@lists.ozlabs.org
6552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6553 S:      Maintained
6554 F:      arch/powerpc/platforms/83xx/
6555 F:      arch/powerpc/platforms/85xx/
6556
6557 LINUX FOR POWERPC PA SEMI PWRFICIENT
6558 M:      Olof Johansson <olof@lixom.net>
6559 L:      linuxppc-dev@lists.ozlabs.org
6560 S:      Maintained
6561 F:      arch/powerpc/platforms/pasemi/
6562 F:      drivers/*/*pasemi*
6563 F:      drivers/*/*/*pasemi*
6564
6565 LINUX SECURITY MODULE (LSM) FRAMEWORK
6566 M:      Chris Wright <chrisw@sous-sol.org>
6567 L:      linux-security-module@vger.kernel.org
6568 S:      Supported
6569
6570 LIS3LV02D ACCELEROMETER DRIVER
6571 M:      Eric Piel <eric.piel@tremplin-utc.net>
6572 S:      Maintained
6573 F:      Documentation/misc-devices/lis3lv02d
6574 F:      drivers/misc/lis3lv02d/
6575 F:      drivers/platform/x86/hp_accel.c
6576
6577 LIVE PATCHING
6578 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6579 M:      Seth Jennings <sjenning@redhat.com>
6580 M:      Jiri Kosina <jikos@kernel.org>
6581 M:      Vojtech Pavlik <vojtech@suse.com>
6582 S:      Maintained
6583 F:      kernel/livepatch/
6584 F:      include/linux/livepatch.h
6585 F:      arch/x86/include/asm/livepatch.h
6586 F:      arch/x86/kernel/livepatch.c
6587 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6588 F:      samples/livepatch/
6589 L:      live-patching@vger.kernel.org
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6591
6592 LLC (802.2)
6593 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6594 S:      Maintained
6595 F:      include/linux/llc.h
6596 F:      include/uapi/linux/llc.h
6597 F:      include/net/llc*
6598 F:      net/llc/
6599
6600 LM73 HARDWARE MONITOR DRIVER
6601 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6602 L:      lm-sensors@lm-sensors.org
6603 S:      Maintained
6604 F:      drivers/hwmon/lm73.c
6605
6606 LM78 HARDWARE MONITOR DRIVER
6607 M:      Jean Delvare <jdelvare@suse.com>
6608 L:      lm-sensors@lm-sensors.org
6609 S:      Maintained
6610 F:      Documentation/hwmon/lm78
6611 F:      drivers/hwmon/lm78.c
6612
6613 LM83 HARDWARE MONITOR DRIVER
6614 M:      Jean Delvare <jdelvare@suse.com>
6615 L:      lm-sensors@lm-sensors.org
6616 S:      Maintained
6617 F:      Documentation/hwmon/lm83
6618 F:      drivers/hwmon/lm83.c
6619
6620 LM90 HARDWARE MONITOR DRIVER
6621 M:      Jean Delvare <jdelvare@suse.com>
6622 L:      lm-sensors@lm-sensors.org
6623 S:      Maintained
6624 F:      Documentation/hwmon/lm90
6625 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6626 F:      drivers/hwmon/lm90.c
6627
6628 LM95234 HARDWARE MONITOR DRIVER
6629 M:      Guenter Roeck <linux@roeck-us.net>
6630 L:      lm-sensors@lm-sensors.org
6631 S:      Maintained
6632 F:      Documentation/hwmon/lm95234
6633 F:      drivers/hwmon/lm95234.c
6634
6635 LME2510 MEDIA DRIVER
6636 M:      Malcolm Priestley <tvboxspy@gmail.com>
6637 L:      linux-media@vger.kernel.org
6638 W:      https://linuxtv.org
6639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6640 S:      Maintained
6641 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6642
6643 LOCKDEP AND LOCKSTAT
6644 M:      Peter Zijlstra <peterz@infradead.org>
6645 M:      Ingo Molnar <mingo@redhat.com>
6646 L:      linux-kernel@vger.kernel.org
6647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6648 S:      Maintained
6649 F:      Documentation/locking/lockdep*.txt
6650 F:      Documentation/locking/lockstat.txt
6651 F:      include/linux/lockdep.h
6652 F:      kernel/locking/
6653
6654 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6655 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6656 L:      linux-ntfs-dev@lists.sourceforge.net
6657 W:      http://www.linux-ntfs.org/content/view/19/37/
6658 S:      Maintained
6659 F:      Documentation/ldm.txt
6660 F:      block/partitions/ldm.*
6661
6662 LogFS
6663 M:      Joern Engel <joern@logfs.org>
6664 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6665 L:      logfs@logfs.org
6666 W:      logfs.org
6667 S:      Maintained
6668 F:      fs/logfs/
6669
6670 LPC32XX MACHINE SUPPORT
6671 M:      Roland Stigge <stigge@antcom.de>
6672 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6673 S:      Maintained
6674 F:      arch/arm/mach-lpc32xx/
6675
6676 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6677 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6678 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6679 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6680 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6681 L:      MPT-FusionLinux.pdl@avagotech.com
6682 L:      linux-scsi@vger.kernel.org
6683 W:      http://www.lsilogic.com/support
6684 S:      Supported
6685 F:      drivers/message/fusion/
6686 F:      drivers/scsi/mpt2sas/
6687 F:      drivers/scsi/mpt3sas/
6688
6689 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6690 M:      Matthew Wilcox <matthew@wil.cx>
6691 L:      linux-scsi@vger.kernel.org
6692 S:      Maintained
6693 F:      drivers/scsi/sym53c8xx_2/
6694
6695 LTC4261 HARDWARE MONITOR DRIVER
6696 M:      Guenter Roeck <linux@roeck-us.net>
6697 L:      lm-sensors@lm-sensors.org
6698 S:      Maintained
6699 F:      Documentation/hwmon/ltc4261
6700 F:      drivers/hwmon/ltc4261.c
6701
6702 LTP (Linux Test Project)
6703 M:      Mike Frysinger <vapier@gentoo.org>
6704 M:      Cyril Hrubis <chrubis@suse.cz>
6705 M:      Wanlong Gao <wanlong.gao@gmail.com>
6706 M:      Jan Stancek <jstancek@redhat.com>
6707 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6708 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6709 L:      ltp@lists.linux.it (subscribers-only)
6710 W:      http://linux-test-project.github.io/
6711 T:      git git://github.com/linux-test-project/ltp.git
6712 S:      Maintained
6713
6714 M32R ARCHITECTURE
6715 W:      http://www.linux-m32r.org/
6716 S:      Orphan
6717 F:      arch/m32r/
6718
6719 M68K ARCHITECTURE
6720 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6721 L:      linux-m68k@lists.linux-m68k.org
6722 W:      http://www.linux-m68k.org/
6723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6724 S:      Maintained
6725 F:      arch/m68k/
6726 F:      drivers/zorro/
6727
6728 M68K ON APPLE MACINTOSH
6729 M:      Joshua Thompson <funaho@jurai.org>
6730 W:      http://www.mac.linux-m68k.org/
6731 L:      linux-m68k@lists.linux-m68k.org
6732 S:      Maintained
6733 F:      arch/m68k/mac/
6734
6735 M68K ON HP9000/300
6736 M:      Philip Blundell <philb@gnu.org>
6737 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6738 S:      Maintained
6739 F:      arch/m68k/hp300/
6740
6741 M88DS3103 MEDIA DRIVER
6742 M:      Antti Palosaari <crope@iki.fi>
6743 L:      linux-media@vger.kernel.org
6744 W:      https://linuxtv.org
6745 W:      http://palosaari.fi/linux/
6746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6747 T:      git git://linuxtv.org/anttip/media_tree.git
6748 S:      Maintained
6749 F:      drivers/media/dvb-frontends/m88ds3103*
6750
6751 M88RS2000 MEDIA DRIVER
6752 M:      Malcolm Priestley <tvboxspy@gmail.com>
6753 L:      linux-media@vger.kernel.org
6754 W:      https://linuxtv.org
6755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6756 S:      Maintained
6757 F:      drivers/media/dvb-frontends/m88rs2000*
6758
6759 MA901 MASTERKIT USB FM RADIO DRIVER
6760 M:      Alexey Klimov <klimov.linux@gmail.com>
6761 L:      linux-media@vger.kernel.org
6762 T:      git git://linuxtv.org/media_tree.git
6763 S:      Maintained
6764 F:      drivers/media/radio/radio-ma901.c
6765
6766 MAC80211
6767 M:      Johannes Berg <johannes@sipsolutions.net>
6768 L:      linux-wireless@vger.kernel.org
6769 W:      http://wireless.kernel.org/
6770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6772 S:      Maintained
6773 F:      Documentation/networking/mac80211-injection.txt
6774 F:      include/net/mac80211.h
6775 F:      net/mac80211/
6776
6777 MACVLAN DRIVER
6778 M:      Patrick McHardy <kaber@trash.net>
6779 L:      netdev@vger.kernel.org
6780 S:      Maintained
6781 F:      drivers/net/macvlan.c
6782 F:      include/linux/if_macvlan.h
6783
6784 MAILBOX API
6785 M:      Jassi Brar <jassisinghbrar@gmail.com>
6786 L:      linux-kernel@vger.kernel.org
6787 S:      Maintained
6788 F:      drivers/mailbox/
6789 F:      include/linux/mailbox_client.h
6790 F:      include/linux/mailbox_controller.h
6791
6792 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6793 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6794 W:      http://www.kernel.org/doc/man-pages
6795 L:      linux-man@vger.kernel.org
6796 S:      Maintained
6797
6798 MARVELL ARMADA DRM SUPPORT
6799 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6800 S:      Maintained
6801 F:      drivers/gpu/drm/armada/
6802
6803 MARVELL 88E6352 DSA support
6804 M:      Guenter Roeck <linux@roeck-us.net>
6805 S:      Maintained
6806 F:      drivers/net/dsa/mv88e6352.c
6807
6808 MARVELL CRYPTO DRIVER
6809 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6810 M:      Arnaud Ebalard <arno@natisbad.org>
6811 F:      drivers/crypto/marvell/
6812 S:      Maintained
6813 L:      linux-crypto@vger.kernel.org
6814
6815 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6816 M:      Mirko Lindner <mlindner@marvell.com>
6817 M:      Stephen Hemminger <stephen@networkplumber.org>
6818 L:      netdev@vger.kernel.org
6819 S:      Maintained
6820 F:      drivers/net/ethernet/marvell/sk*
6821
6822 MARVELL LIBERTAS WIRELESS DRIVER
6823 L:      libertas-dev@lists.infradead.org
6824 S:      Orphan
6825 F:      drivers/net/wireless/marvell/libertas/
6826
6827 MARVELL MV643XX ETHERNET DRIVER
6828 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6829 L:      netdev@vger.kernel.org
6830 S:      Maintained
6831 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6832 F:      include/linux/mv643xx.h
6833
6834 MARVELL MVNETA ETHERNET DRIVER
6835 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6836 L:      netdev@vger.kernel.org
6837 S:      Maintained
6838 F:      drivers/net/ethernet/marvell/mvneta.*
6839
6840 MARVELL MWIFIEX WIRELESS DRIVER
6841 M:      Amitkumar Karwar <akarwar@marvell.com>
6842 M:      Nishant Sarmukadam <nishants@marvell.com>
6843 L:      linux-wireless@vger.kernel.org
6844 S:      Maintained
6845 F:      drivers/net/wireless/marvell/mwifiex/
6846
6847 MARVELL MWL8K WIRELESS DRIVER
6848 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6849 L:      linux-wireless@vger.kernel.org
6850 S:      Odd Fixes
6851 F:      drivers/net/wireless/marvell/mwl8k.c
6852
6853 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6854 M:      Nicolas Pitre <nico@fluxnic.net>
6855 S:      Odd Fixes
6856 F:      drivers/mmc/host/mvsdio.*
6857
6858 MATROX FRAMEBUFFER DRIVER
6859 L:      linux-fbdev@vger.kernel.org
6860 S:      Orphan
6861 F:      drivers/video/fbdev/matrox/matroxfb_*
6862 F:      include/uapi/linux/matroxfb.h
6863
6864 MAX16065 HARDWARE MONITOR DRIVER
6865 M:      Guenter Roeck <linux@roeck-us.net>
6866 L:      lm-sensors@lm-sensors.org
6867 S:      Maintained
6868 F:      Documentation/hwmon/max16065
6869 F:      drivers/hwmon/max16065.c
6870
6871 MAX20751 HARDWARE MONITOR DRIVER
6872 M:      Guenter Roeck <linux@roeck-us.net>
6873 L:      lm-sensors@lm-sensors.org
6874 S:      Maintained
6875 F:      Documentation/hwmon/max20751
6876 F:      drivers/hwmon/max20751.c
6877
6878 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6879 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6880 L:      lm-sensors@lm-sensors.org
6881 S:      Maintained
6882 F:      Documentation/hwmon/max6650
6883 F:      drivers/hwmon/max6650.c
6884
6885 MAX6697 HARDWARE MONITOR DRIVER
6886 M:      Guenter Roeck <linux@roeck-us.net>
6887 L:      lm-sensors@lm-sensors.org
6888 S:      Maintained
6889 F:      Documentation/hwmon/max6697
6890 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6891 F:      drivers/hwmon/max6697.c
6892 F:      include/linux/platform_data/max6697.h
6893
6894 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6895 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6896 L:      linux-pm@vger.kernel.org
6897 S:      Supported
6898 F:      drivers/power/max14577_charger.c
6899 F:      drivers/power/max77693_charger.c
6900
6901 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6902 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6903 L:      linux-kernel@vger.kernel.org
6904 S:      Supported
6905 F:      drivers/*/*max77802.c
6906 F:      Documentation/devicetree/bindings/*/*max77802.txt
6907 F:      include/dt-bindings/*/*max77802.h
6908
6909 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6910 M:      Chanwoo Choi <cw00.choi@samsung.com>
6911 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6912 L:      linux-kernel@vger.kernel.org
6913 S:      Supported
6914 F:      drivers/*/max14577.c
6915 F:      drivers/*/max77686.c
6916 F:      drivers/*/max77693.c
6917 F:      drivers/extcon/extcon-max14577.c
6918 F:      drivers/extcon/extcon-max77693.c
6919 F:      drivers/rtc/rtc-max77686.c
6920 F:      drivers/clk/clk-max77686.c
6921 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6922 F:      Documentation/devicetree/bindings/*/max77686.txt
6923 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6924 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6925 F:      include/linux/mfd/max14577*.h
6926 F:      include/linux/mfd/max77686*.h
6927 F:      include/linux/mfd/max77693*.h
6928
6929 MAXIRADIO FM RADIO RECEIVER DRIVER
6930 M:      Hans Verkuil <hverkuil@xs4all.nl>
6931 L:      linux-media@vger.kernel.org
6932 T:      git git://linuxtv.org/media_tree.git
6933 W:      https://linuxtv.org
6934 S:      Maintained
6935 F:      drivers/media/radio/radio-maxiradio*
6936
6937 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6938 M:      Peter Rosin <peda@axentia.se>
6939 L:      linux-iio@vger.kernel.org
6940 S:      Maintained
6941 F:      drivers/iio/potentiometer/mcp4531.c
6942
6943 MEDIA DRIVERS FOR RENESAS - VSP1
6944 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6945 L:      linux-media@vger.kernel.org
6946 L:      linux-renesas-soc@vger.kernel.org
6947 T:      git git://linuxtv.org/media_tree.git
6948 S:      Supported
6949 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6950 F:      drivers/media/platform/vsp1/
6951
6952 MEDIA DRIVERS FOR ASCOT2E
6953 M:      Sergey Kozlov <serjk@netup.ru>
6954 L:      linux-media@vger.kernel.org
6955 W:      https://linuxtv.org
6956 W:      http://netup.tv/
6957 T:      git git://linuxtv.org/media_tree.git
6958 S:      Supported
6959 F:      drivers/media/dvb-frontends/ascot2e*
6960
6961 MEDIA DRIVERS FOR CXD2841ER
6962 M:      Sergey Kozlov <serjk@netup.ru>
6963 L:      linux-media@vger.kernel.org
6964 W:      https://linuxtv.org
6965 W:      http://netup.tv/
6966 T:      git git://linuxtv.org/media_tree.git
6967 S:      Supported
6968 F:      drivers/media/dvb-frontends/cxd2841er*
6969
6970 MEDIA DRIVERS FOR HORUS3A
6971 M:      Sergey Kozlov <serjk@netup.ru>
6972 L:      linux-media@vger.kernel.org
6973 W:      https://linuxtv.org
6974 W:      http://netup.tv/
6975 T:      git git://linuxtv.org/media_tree.git
6976 S:      Supported
6977 F:      drivers/media/dvb-frontends/horus3a*
6978
6979 MEDIA DRIVERS FOR LNBH25
6980 M:      Sergey Kozlov <serjk@netup.ru>
6981 L:      linux-media@vger.kernel.org
6982 W:      https://linuxtv.org
6983 W:      http://netup.tv/
6984 T:      git git://linuxtv.org/media_tree.git
6985 S:      Supported
6986 F:      drivers/media/dvb-frontends/lnbh25*
6987
6988 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6989 M:      Sergey Kozlov <serjk@netup.ru>
6990 L:      linux-media@vger.kernel.org
6991 W:      https://linuxtv.org
6992 W:      http://netup.tv/
6993 T:      git git://linuxtv.org/media_tree.git
6994 S:      Supported
6995 F:      drivers/media/pci/netup_unidvb/*
6996
6997 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6998 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6999 P:      LinuxTV.org Project
7000 L:      linux-media@vger.kernel.org
7001 W:      https://linuxtv.org
7002 Q:      http://patchwork.kernel.org/project/linux-media/list/
7003 T:      git git://linuxtv.org/media_tree.git
7004 S:      Maintained
7005 F:      Documentation/dvb/
7006 F:      Documentation/video4linux/
7007 F:      Documentation/DocBook/media/
7008 F:      drivers/media/
7009 F:      drivers/staging/media/
7010 F:      include/linux/platform_data/media/
7011 F:      include/media/
7012 F:      include/uapi/linux/dvb/
7013 F:      include/uapi/linux/videodev2.h
7014 F:      include/uapi/linux/media.h
7015 F:      include/uapi/linux/v4l2-*
7016 F:      include/uapi/linux/meye.h
7017 F:      include/uapi/linux/ivtv*
7018 F:      include/uapi/linux/uvcvideo.h
7019
7020 MEDIATEK MT7601U WIRELESS LAN DRIVER
7021 M:      Jakub Kicinski <kubakici@wp.pl>
7022 L:      linux-wireless@vger.kernel.org
7023 S:      Maintained
7024 F:      drivers/net/wireless/mediatek/mt7601u/
7025
7026 MEGARAID SCSI/SAS DRIVERS
7027 M:      Kashyap Desai <kashyap.desai@avagotech.com>
7028 M:      Sumit Saxena <sumit.saxena@avagotech.com>
7029 M:      Uday Lingala <uday.lingala@avagotech.com>
7030 L:      megaraidlinux.pdl@avagotech.com
7031 L:      linux-scsi@vger.kernel.org
7032 W:      http://www.lsi.com
7033 S:      Maintained
7034 F:      Documentation/scsi/megaraid.txt
7035 F:      drivers/scsi/megaraid.*
7036 F:      drivers/scsi/megaraid/
7037
7038 MELLANOX ETHERNET DRIVER (mlx4_en)
7039 M:      Eugenia Emantayev <eugenia@mellanox.com>
7040 L:      netdev@vger.kernel.org
7041 S:      Supported
7042 W:      http://www.mellanox.com
7043 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7044 F:      drivers/net/ethernet/mellanox/mlx4/en_*
7045
7046 MELLANOX ETHERNET DRIVER (mlx5e)
7047 M:      Saeed Mahameed <saeedm@mellanox.com>
7048 L:      netdev@vger.kernel.org
7049 S:      Supported
7050 W:      http://www.mellanox.com
7051 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7052 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
7053
7054 MELLANOX ETHERNET SWITCH DRIVERS
7055 M:      Jiri Pirko <jiri@mellanox.com>
7056 M:      Ido Schimmel <idosch@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/mlxsw/
7062
7063 MEMBARRIER SUPPORT
7064 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7065 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7066 L:      linux-kernel@vger.kernel.org
7067 S:      Supported
7068 F:      kernel/membarrier.c
7069 F:      include/uapi/linux/membarrier.h
7070
7071 MEMORY MANAGEMENT
7072 L:      linux-mm@kvack.org
7073 W:      http://www.linux-mm.org
7074 S:      Maintained
7075 F:      include/linux/mm.h
7076 F:      include/linux/gfp.h
7077 F:      include/linux/mmzone.h
7078 F:      include/linux/memory_hotplug.h
7079 F:      include/linux/vmalloc.h
7080 F:      mm/
7081
7082 MEMORY TECHNOLOGY DEVICES (MTD)
7083 M:      David Woodhouse <dwmw2@infradead.org>
7084 M:      Brian Norris <computersforpeace@gmail.com>
7085 L:      linux-mtd@lists.infradead.org
7086 W:      http://www.linux-mtd.infradead.org/
7087 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7088 T:      git git://git.infradead.org/linux-mtd.git
7089 T:      git git://git.infradead.org/l2-mtd.git
7090 S:      Maintained
7091 F:      drivers/mtd/
7092 F:      include/linux/mtd/
7093 F:      include/uapi/mtd/
7094
7095 MEN A21 WATCHDOG DRIVER
7096 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7097 L:      linux-watchdog@vger.kernel.org
7098 S:      Maintained
7099 F:      drivers/watchdog/mena21_wdt.c
7100
7101 MEN CHAMELEON BUS (mcb)
7102 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7103 S:      Maintained
7104 F:      drivers/mcb/
7105 F:      include/linux/mcb.h
7106 F:      Documentation/men-chameleon-bus.txt
7107
7108 MEN F21BMC (Board Management Controller)
7109 M:      Andreas Werner <andreas.werner@men.de>
7110 S:      Supported
7111 F:      drivers/mfd/menf21bmc.c
7112 F:      drivers/watchdog/menf21bmc_wdt.c
7113 F:      drivers/leds/leds-menf21bmc.c
7114 F:      drivers/hwmon/menf21bmc_hwmon.c
7115 F:      Documentation/hwmon/menf21bmc
7116
7117 METAG ARCHITECTURE
7118 M:      James Hogan <james.hogan@imgtec.com>
7119 L:      linux-metag@vger.kernel.org
7120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag.git
7121 S:      Odd Fixes
7122 F:      arch/metag/
7123 F:      Documentation/metag/
7124 F:      Documentation/devicetree/bindings/metag/
7125 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7126 F:      drivers/clocksource/metag_generic.c
7127 F:      drivers/irqchip/irq-metag.c
7128 F:      drivers/irqchip/irq-metag-ext.c
7129 F:      drivers/tty/metag_da.c
7130
7131 MICROBLAZE ARCHITECTURE
7132 M:      Michal Simek <monstr@monstr.eu>
7133 W:      http://www.monstr.eu/fdt/
7134 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7135 S:      Supported
7136 F:      arch/microblaze/
7137
7138 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7139 M:      Chen Yu <yu.c.chen@intel.com>
7140 L:      platform-driver-x86@vger.kernel.org
7141 S:      Supported
7142 F:      drivers/platform/x86/surfacepro3_button.c
7143
7144 MICROTEK X6 SCANNER
7145 M:      Oliver Neukum <oliver@neukum.org>
7146 S:      Maintained
7147 F:      drivers/usb/image/microtek.*
7148
7149 MIPS
7150 M:      Ralf Baechle <ralf@linux-mips.org>
7151 L:      linux-mips@linux-mips.org
7152 W:      http://www.linux-mips.org/
7153 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7154 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7155 S:      Supported
7156 F:      Documentation/mips/
7157 F:      arch/mips/
7158
7159 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7160 M:      Hans Verkuil <hverkuil@xs4all.nl>
7161 L:      linux-media@vger.kernel.org
7162 T:      git git://linuxtv.org/media_tree.git
7163 W:      https://linuxtv.org
7164 S:      Odd Fixes
7165 F:      drivers/media/radio/radio-miropcm20*
7166
7167 MELLANOX MLX4 core VPI driver
7168 M:      Yishai Hadas <yishaih@mellanox.com>
7169 L:      netdev@vger.kernel.org
7170 L:      linux-rdma@vger.kernel.org
7171 W:      http://www.mellanox.com
7172 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7173 S:      Supported
7174 F:      drivers/net/ethernet/mellanox/mlx4/
7175 F:      include/linux/mlx4/
7176
7177 MELLANOX MLX4 IB driver
7178 M:      Yishai Hadas <yishaih@mellanox.com>
7179 L:      linux-rdma@vger.kernel.org
7180 W:      http://www.mellanox.com
7181 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7182 S:      Supported
7183 F:      drivers/infiniband/hw/mlx4/
7184 F:      include/linux/mlx4/
7185
7186 MELLANOX MLX5 core VPI driver
7187 M:      Matan Barak <matanb@mellanox.com>
7188 M:      Leon Romanovsky <leonro@mellanox.com>
7189 L:      netdev@vger.kernel.org
7190 L:      linux-rdma@vger.kernel.org
7191 W:      http://www.mellanox.com
7192 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7193 S:      Supported
7194 F:      drivers/net/ethernet/mellanox/mlx5/core/
7195 F:      include/linux/mlx5/
7196
7197 MELLANOX MLX5 IB driver
7198 M:      Matan Barak <matanb@mellanox.com>
7199 M:      Leon Romanovsky <leonro@mellanox.com>
7200 L:      linux-rdma@vger.kernel.org
7201 W:      http://www.mellanox.com
7202 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7203 S:      Supported
7204 F:      drivers/infiniband/hw/mlx5/
7205 F:      include/linux/mlx5/
7206
7207 MELEXIS MLX90614 DRIVER
7208 M:      Crt Mori <cmo@melexis.com>
7209 L:      linux-iio@vger.kernel.org
7210 W:      http://www.melexis.com
7211 S:      Supported
7212 F:      drivers/iio/temperature/mlx90614.c
7213
7214 MN88472 MEDIA DRIVER
7215 M:      Antti Palosaari <crope@iki.fi>
7216 L:      linux-media@vger.kernel.org
7217 W:      https://linuxtv.org
7218 W:      http://palosaari.fi/linux/
7219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7220 T:      git git://linuxtv.org/anttip/media_tree.git
7221 S:      Maintained
7222 F:      drivers/staging/media/mn88472/
7223 F:      drivers/media/dvb-frontends/mn88472.h
7224
7225 MN88473 MEDIA DRIVER
7226 M:      Antti Palosaari <crope@iki.fi>
7227 L:      linux-media@vger.kernel.org
7228 W:      https://linuxtv.org
7229 W:      http://palosaari.fi/linux/
7230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7231 T:      git git://linuxtv.org/anttip/media_tree.git
7232 S:      Maintained
7233 F:      drivers/staging/media/mn88473/
7234 F:      drivers/media/dvb-frontends/mn88473.h
7235
7236 MODULE SUPPORT
7237 M:      Rusty Russell <rusty@rustcorp.com.au>
7238 S:      Maintained
7239 F:      include/linux/module.h
7240 F:      kernel/module.c
7241
7242 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7243 W:      http://popies.net/meye/
7244 S:      Orphan
7245 F:      Documentation/video4linux/meye.txt
7246 F:      drivers/media/pci/meye/
7247 F:      include/uapi/linux/meye.h
7248
7249 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7250 M:      Jiri Slaby <jirislaby@gmail.com>
7251 S:      Maintained
7252 F:      Documentation/serial/moxa-smartio
7253 F:      drivers/tty/mxser.*
7254
7255 MR800 AVERMEDIA USB FM RADIO DRIVER
7256 M:      Alexey Klimov <klimov.linux@gmail.com>
7257 L:      linux-media@vger.kernel.org
7258 T:      git git://linuxtv.org/media_tree.git
7259 S:      Maintained
7260 F:      drivers/media/radio/radio-mr800.c
7261
7262 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7263 M:      Alan Ott <alan@signal11.us>
7264 L:      linux-wpan@vger.kernel.org
7265 S:      Maintained
7266 F:      drivers/net/ieee802154/mrf24j40.c
7267 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7268
7269 MSI LAPTOP SUPPORT
7270 M:      "Lee, Chun-Yi" <jlee@suse.com>
7271 L:      platform-driver-x86@vger.kernel.org
7272 S:      Maintained
7273 F:      drivers/platform/x86/msi-laptop.c
7274
7275 MSI WMI SUPPORT
7276 L:      platform-driver-x86@vger.kernel.org
7277 S:      Orphan
7278 F:      drivers/platform/x86/msi-wmi.c
7279
7280 MSI001 MEDIA DRIVER
7281 M:      Antti Palosaari <crope@iki.fi>
7282 L:      linux-media@vger.kernel.org
7283 W:      https://linuxtv.org
7284 W:      http://palosaari.fi/linux/
7285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7286 T:      git git://linuxtv.org/anttip/media_tree.git
7287 S:      Maintained
7288 F:      drivers/media/tuners/msi001*
7289
7290 MSI2500 MEDIA DRIVER
7291 M:      Antti Palosaari <crope@iki.fi>
7292 L:      linux-media@vger.kernel.org
7293 W:      https://linuxtv.org
7294 W:      http://palosaari.fi/linux/
7295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7296 T:      git git://linuxtv.org/anttip/media_tree.git
7297 S:      Maintained
7298 F:      drivers/media/usb/msi2500/
7299
7300 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7302 L:      linux-mtd@lists.infradead.org
7303 S:      Maintained
7304 F:      drivers/mtd/devices/docg3*
7305
7306 MT9M032 APTINA SENSOR DRIVER
7307 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7308 L:      linux-media@vger.kernel.org
7309 T:      git git://linuxtv.org/media_tree.git
7310 S:      Maintained
7311 F:      drivers/media/i2c/mt9m032.c
7312 F:      include/media/i2c/mt9m032.h
7313
7314 MT9P031 APTINA CAMERA SENSOR
7315 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7316 L:      linux-media@vger.kernel.org
7317 T:      git git://linuxtv.org/media_tree.git
7318 S:      Maintained
7319 F:      drivers/media/i2c/mt9p031.c
7320 F:      include/media/i2c/mt9p031.h
7321
7322 MT9T001 APTINA CAMERA SENSOR
7323 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7324 L:      linux-media@vger.kernel.org
7325 T:      git git://linuxtv.org/media_tree.git
7326 S:      Maintained
7327 F:      drivers/media/i2c/mt9t001.c
7328 F:      include/media/i2c/mt9t001.h
7329
7330 MT9V032 APTINA CAMERA SENSOR
7331 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7332 L:      linux-media@vger.kernel.org
7333 T:      git git://linuxtv.org/media_tree.git
7334 S:      Maintained
7335 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7336 F:      drivers/media/i2c/mt9v032.c
7337 F:      include/media/i2c/mt9v032.h
7338
7339 MULTIFUNCTION DEVICES (MFD)
7340 M:      Lee Jones <lee.jones@linaro.org>
7341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7342 S:      Supported
7343 F:      drivers/mfd/
7344 F:      include/linux/mfd/
7345
7346 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7347 M:      Ulf Hansson <ulf.hansson@linaro.org>
7348 L:      linux-mmc@vger.kernel.org
7349 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7350 S:      Maintained
7351 F:      drivers/mmc/
7352 F:      include/linux/mmc/
7353 F:      include/uapi/linux/mmc/
7354
7355 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7356 S:      Orphan
7357 F:      drivers/mmc/host/mmc_spi.c
7358 F:      include/linux/spi/mmc_spi.h
7359
7360 MULTISOUND SOUND DRIVER
7361 M:      Andrew Veliath <andrewtv@usa.net>
7362 S:      Maintained
7363 F:      Documentation/sound/oss/MultiSound
7364 F:      sound/oss/msnd*
7365
7366 MULTITECH MULTIPORT CARD (ISICOM)
7367 S:      Orphan
7368 F:      drivers/tty/isicom.c
7369 F:      include/linux/isicom.h
7370
7371 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7372 M:      Felipe Balbi <balbi@ti.com>
7373 L:      linux-usb@vger.kernel.org
7374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7375 S:      Maintained
7376 F:      drivers/usb/musb/
7377
7378 MXL5007T MEDIA DRIVER
7379 M:      Michael Krufky <mkrufky@linuxtv.org>
7380 L:      linux-media@vger.kernel.org
7381 W:      https://linuxtv.org
7382 W:      http://github.com/mkrufky
7383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7384 T:      git git://linuxtv.org/mkrufky/tuners.git
7385 S:      Maintained
7386 F:      drivers/media/tuners/mxl5007t.*
7387
7388 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7389 M:      Hyong-Youb Kim <hykim@myri.com>
7390 L:      netdev@vger.kernel.org
7391 W:      https://www.myricom.com/support/downloads/myri10ge.html
7392 S:      Supported
7393 F:      drivers/net/ethernet/myricom/myri10ge/
7394
7395 NATSEMI ETHERNET DRIVER (DP8381x)
7396 S:      Orphan
7397 F:      drivers/net/ethernet/natsemi/natsemi.c
7398
7399 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7400 M:      Daniel Mack <zonque@gmail.com>
7401 S:      Maintained
7402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7403 W:      http://www.native-instruments.com
7404 F:      sound/usb/caiaq/
7405
7406 NCP FILESYSTEM
7407 M:      Petr Vandrovec <petr@vandrovec.name>
7408 S:      Odd Fixes
7409 F:      fs/ncpfs/
7410
7411 NCR 5380 SCSI DRIVERS
7412 M:      Finn Thain <fthain@telegraphics.com.au>
7413 M:      Michael Schmitz <schmitzmic@gmail.com>
7414 L:      linux-scsi@vger.kernel.org
7415 S:      Maintained
7416 F:      Documentation/scsi/g_NCR5380.txt
7417 F:      drivers/scsi/NCR5380.*
7418 F:      drivers/scsi/arm/cumana_1.c
7419 F:      drivers/scsi/arm/oak.c
7420 F:      drivers/scsi/atari_NCR5380.c
7421 F:      drivers/scsi/atari_scsi.*
7422 F:      drivers/scsi/dmx3191d.c
7423 F:      drivers/scsi/dtc.*
7424 F:      drivers/scsi/g_NCR5380.*
7425 F:      drivers/scsi/g_NCR5380_mmio.c
7426 F:      drivers/scsi/mac_scsi.*
7427 F:      drivers/scsi/pas16.*
7428 F:      drivers/scsi/sun3_scsi.*
7429 F:      drivers/scsi/sun3_scsi_vme.c
7430 F:      drivers/scsi/t128.*
7431
7432 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7433 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7434 L:      linux-scsi@vger.kernel.org
7435 S:      Maintained
7436 F:      drivers/scsi/NCR_D700.*
7437
7438 NCT6775 HARDWARE MONITOR DRIVER
7439 M:      Guenter Roeck <linux@roeck-us.net>
7440 L:      lm-sensors@lm-sensors.org
7441 S:      Maintained
7442 F:      Documentation/hwmon/nct6775
7443 F:      drivers/hwmon/nct6775.c
7444
7445 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7446 M:      Faisal Latif <faisal.latif@intel.com>
7447 L:      linux-rdma@vger.kernel.org
7448 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7449 S:      Supported
7450 F:      drivers/infiniband/hw/nes/
7451
7452 NETEM NETWORK EMULATOR
7453 M:      Stephen Hemminger <stephen@networkplumber.org>
7454 L:      netem@lists.linux-foundation.org
7455 S:      Maintained
7456 F:      net/sched/sch_netem.c
7457
7458 NETERION 10GbE DRIVERS (s2io/vxge)
7459 M:      Jon Mason <jdmason@kudzu.us>
7460 L:      netdev@vger.kernel.org
7461 S:      Supported
7462 F:      Documentation/networking/s2io.txt
7463 F:      Documentation/networking/vxge.txt
7464 F:      drivers/net/ethernet/neterion/
7465
7466 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7467 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7468 M:      Patrick McHardy <kaber@trash.net>
7469 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7470 L:      netfilter-devel@vger.kernel.org
7471 L:      coreteam@netfilter.org
7472 W:      http://www.netfilter.org/
7473 W:      http://www.iptables.org/
7474 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7477 S:      Supported
7478 F:      include/linux/netfilter*
7479 F:      include/linux/netfilter/
7480 F:      include/net/netfilter/
7481 F:      include/uapi/linux/netfilter*
7482 F:      include/uapi/linux/netfilter/
7483 F:      net/*/netfilter.c
7484 F:      net/*/netfilter/
7485 F:      net/netfilter/
7486 F:      net/bridge/br_netfilter*.c
7487
7488 NETLABEL
7489 M:      Paul Moore <paul@paul-moore.com>
7490 W:      http://netlabel.sf.net
7491 L:      netdev@vger.kernel.org
7492 S:      Maintained
7493 F:      Documentation/netlabel/
7494 F:      include/net/netlabel.h
7495 F:      net/netlabel/
7496
7497 NETROM NETWORK LAYER
7498 M:      Ralf Baechle <ralf@linux-mips.org>
7499 L:      linux-hams@vger.kernel.org
7500 W:      http://www.linux-ax25.org/
7501 S:      Maintained
7502 F:      include/net/netrom.h
7503 F:      include/uapi/linux/netrom.h
7504 F:      net/netrom/
7505
7506 NETRONOME ETHERNET DRIVERS
7507 M:      Jakub Kicinski <jakub.kicinski@netronome.com>
7508 M:      Rolf Neugebauer <rolf.neugebauer@netronome.com>
7509 L:      oss-drivers@netronome.com
7510 S:      Maintained
7511 F:      drivers/net/ethernet/netronome/
7512
7513 NETWORK BLOCK DEVICE (NBD)
7514 M:      Markus Pargmann <mpa@pengutronix.de>
7515 S:      Maintained
7516 L:      nbd-general@lists.sourceforge.net
7517 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7518 F:      Documentation/blockdev/nbd.txt
7519 F:      drivers/block/nbd.c
7520 F:      include/uapi/linux/nbd.h
7521
7522 NETWORK DROP MONITOR
7523 M:      Neil Horman <nhorman@tuxdriver.com>
7524 L:      netdev@vger.kernel.org
7525 S:      Maintained
7526 W:      https://fedorahosted.org/dropwatch/
7527 F:      net/core/drop_monitor.c
7528
7529 NETWORKING [GENERAL]
7530 M:      "David S. Miller" <davem@davemloft.net>
7531 L:      netdev@vger.kernel.org
7532 W:      http://www.linuxfoundation.org/en/Net
7533 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7536 S:      Maintained
7537 F:      net/
7538 F:      include/net/
7539 F:      include/linux/in.h
7540 F:      include/linux/net.h
7541 F:      include/linux/netdevice.h
7542 F:      include/uapi/linux/in.h
7543 F:      include/uapi/linux/net.h
7544 F:      include/uapi/linux/netdevice.h
7545 F:      include/uapi/linux/net_namespace.h
7546 F:      tools/net/
7547 F:      tools/testing/selftests/net/
7548 F:      lib/random32.c
7549 F:      lib/test_bpf.c
7550
7551 NETWORKING [IPv4/IPv6]
7552 M:      "David S. Miller" <davem@davemloft.net>
7553 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7554 M:      James Morris <jmorris@namei.org>
7555 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7556 M:      Patrick McHardy <kaber@trash.net>
7557 L:      netdev@vger.kernel.org
7558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7559 S:      Maintained
7560 F:      net/ipv4/
7561 F:      net/ipv6/
7562 F:      include/net/ip*
7563 F:      arch/x86/net/*
7564
7565 NETWORKING [IPSEC]
7566 M:      Steffen Klassert <steffen.klassert@secunet.com>
7567 M:      Herbert Xu <herbert@gondor.apana.org.au>
7568 M:      "David S. Miller" <davem@davemloft.net>
7569 L:      netdev@vger.kernel.org
7570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7572 S:      Maintained
7573 F:      net/core/flow.c
7574 F:      net/xfrm/
7575 F:      net/key/
7576 F:      net/ipv4/xfrm*
7577 F:      net/ipv4/esp4.c
7578 F:      net/ipv4/ah4.c
7579 F:      net/ipv4/ipcomp.c
7580 F:      net/ipv4/ip_vti.c
7581 F:      net/ipv6/xfrm*
7582 F:      net/ipv6/esp6.c
7583 F:      net/ipv6/ah6.c
7584 F:      net/ipv6/ipcomp6.c
7585 F:      net/ipv6/ip6_vti.c
7586 F:      include/uapi/linux/xfrm.h
7587 F:      include/net/xfrm.h
7588
7589 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7590 M:      Paul Moore <paul@paul-moore.com>
7591 L:      netdev@vger.kernel.org
7592 S:      Maintained
7593
7594 NETWORKING [WIRELESS]
7595 L:      linux-wireless@vger.kernel.org
7596 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7597
7598 NETWORKING DRIVERS
7599 L:      netdev@vger.kernel.org
7600 W:      http://www.linuxfoundation.org/en/Net
7601 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7604 S:      Odd Fixes
7605 F:      drivers/net/
7606 F:      include/linux/if_*
7607 F:      include/linux/netdevice.h
7608 F:      include/linux/etherdevice.h
7609 F:      include/linux/fcdevice.h
7610 F:      include/linux/fddidevice.h
7611 F:      include/linux/hippidevice.h
7612 F:      include/linux/inetdevice.h
7613 F:      include/uapi/linux/if_*
7614 F:      include/uapi/linux/netdevice.h
7615
7616 NETWORKING DRIVERS (WIRELESS)
7617 M:      Kalle Valo <kvalo@codeaurora.org>
7618 L:      linux-wireless@vger.kernel.org
7619 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
7621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git
7622 S:      Maintained
7623 F:      drivers/net/wireless/
7624
7625 NETXEN (1/10) GbE SUPPORT
7626 M:      Manish Chopra <manish.chopra@qlogic.com>
7627 M:      Sony Chacko <sony.chacko@qlogic.com>
7628 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7629 L:      netdev@vger.kernel.org
7630 W:      http://www.qlogic.com
7631 S:      Supported
7632 F:      drivers/net/ethernet/qlogic/netxen/
7633
7634 NFC SUBSYSTEM
7635 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7636 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7637 M:      Samuel Ortiz <sameo@linux.intel.com>
7638 L:      linux-wireless@vger.kernel.org
7639 L:      linux-nfc@lists.01.org (subscribers-only)
7640 S:      Supported
7641 F:      net/nfc/
7642 F:      include/net/nfc/
7643 F:      include/uapi/linux/nfc.h
7644 F:      drivers/nfc/
7645 F:      include/linux/platform_data/microread.h
7646 F:      include/linux/platform_data/nfcmrvl.h
7647 F:      include/linux/platform_data/nxp-nci.h
7648 F:      include/linux/platform_data/pn544.h
7649 F:      include/linux/platform_data/st21nfca.h
7650 F:      include/linux/platform_data/st-nci.h
7651 F:      Documentation/devicetree/bindings/net/nfc/
7652
7653 NFS, SUNRPC, AND LOCKD CLIENTS
7654 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7655 M:      Anna Schumaker <anna.schumaker@netapp.com>
7656 L:      linux-nfs@vger.kernel.org
7657 W:      http://client.linux-nfs.org
7658 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7659 S:      Maintained
7660 F:      fs/lockd/
7661 F:      fs/nfs/
7662 F:      fs/nfs_common/
7663 F:      net/sunrpc/
7664 F:      include/linux/lockd/
7665 F:      include/linux/nfs*
7666 F:      include/linux/sunrpc/
7667 F:      include/uapi/linux/nfs*
7668 F:      include/uapi/linux/sunrpc/
7669
7670 NILFS2 FILESYSTEM
7671 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7672 L:      linux-nilfs@vger.kernel.org
7673 W:      http://nilfs.sourceforge.net/
7674 T:      git git://github.com/konis/nilfs2.git
7675 S:      Supported
7676 F:      Documentation/filesystems/nilfs2.txt
7677 F:      fs/nilfs2/
7678 F:      include/linux/nilfs2_fs.h
7679 F:      include/trace/events/nilfs2.h
7680
7681 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7682 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7683 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7684 S:      Maintained
7685 F:      Documentation/scsi/NinjaSCSI.txt
7686 F:      drivers/scsi/pcmcia/nsp_*
7687
7688 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7689 M:      GOTO Masanori <gotom@debian.or.jp>
7690 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7691 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7692 S:      Maintained
7693 F:      Documentation/scsi/NinjaSCSI.txt
7694 F:      drivers/scsi/nsp32*
7695
7696 NIOS2 ARCHITECTURE
7697 M:      Ley Foon Tan <lftan@altera.com>
7698 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7700 S:      Maintained
7701 F:      arch/nios2/
7702
7703 NOKIA N900 POWER SUPPLY DRIVERS
7704 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7705 S:      Maintained
7706 F:      include/linux/power/bq2415x_charger.h
7707 F:      include/linux/power/bq27xxx_battery.h
7708 F:      include/linux/power/isp1704_charger.h
7709 F:      drivers/power/bq2415x_charger.c
7710 F:      drivers/power/bq27xxx_battery.c
7711 F:      drivers/power/isp1704_charger.c
7712 F:      drivers/power/rx51_battery.c
7713
7714 NTB DRIVER CORE
7715 M:      Jon Mason <jdmason@kudzu.us>
7716 M:      Dave Jiang <dave.jiang@intel.com>
7717 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7718 L:      linux-ntb@googlegroups.com
7719 S:      Supported
7720 W:      https://github.com/jonmason/ntb/wiki
7721 T:      git git://github.com/jonmason/ntb.git
7722 F:      drivers/ntb/
7723 F:      drivers/net/ntb_netdev.c
7724 F:      include/linux/ntb.h
7725 F:      include/linux/ntb_transport.h
7726
7727 NTB INTEL DRIVER
7728 M:      Jon Mason <jdmason@kudzu.us>
7729 M:      Dave Jiang <dave.jiang@intel.com>
7730 L:      linux-ntb@googlegroups.com
7731 S:      Supported
7732 W:      https://github.com/jonmason/ntb/wiki
7733 T:      git git://github.com/jonmason/ntb.git
7734 F:      drivers/ntb/hw/intel/
7735
7736 NTB AMD DRIVER
7737 M:      Xiangliang Yu <Xiangliang.Yu@amd.com>
7738 L:      linux-ntb@googlegroups.com
7739 S:      Supported
7740 F:      drivers/ntb/hw/amd/
7741
7742 NTFS FILESYSTEM
7743 M:      Anton Altaparmakov <anton@tuxera.com>
7744 L:      linux-ntfs-dev@lists.sourceforge.net
7745 W:      http://www.tuxera.com/
7746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7747 S:      Supported
7748 F:      Documentation/filesystems/ntfs.txt
7749 F:      fs/ntfs/
7750
7751 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7752 M:      Antonino Daplas <adaplas@gmail.com>
7753 L:      linux-fbdev@vger.kernel.org
7754 S:      Maintained
7755 F:      drivers/video/fbdev/riva/
7756 F:      drivers/video/fbdev/nvidia/
7757
7758 NVM EXPRESS DRIVER
7759 M:      Keith Busch <keith.busch@intel.com>
7760 M:      Jens Axboe <axboe@fb.com>
7761 L:      linux-nvme@lists.infradead.org
7762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7763 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7764 S:      Supported
7765 F:      drivers/nvme/host/
7766 F:      include/linux/nvme.h
7767
7768 NVMEM FRAMEWORK
7769 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7770 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7771 S:      Maintained
7772 F:      drivers/nvmem/
7773 F:      Documentation/devicetree/bindings/nvmem/
7774 F:      include/linux/nvmem-consumer.h
7775 F:      include/linux/nvmem-provider.h
7776
7777 NXP-NCI NFC DRIVER
7778 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7779 R:      Charles Gorand <charles.gorand@effinnov.com>
7780 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7781 S:      Supported
7782 F:      drivers/nfc/nxp-nci
7783
7784 NXP TDA998X DRM DRIVER
7785 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7786 S:      Supported
7787 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7788 F:      include/drm/i2c/tda998x.h
7789
7790 NXP TFA9879 DRIVER
7791 M:      Peter Rosin <peda@axentia.se>
7792 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7793 S:      Maintained
7794 F:      sound/soc/codecs/tfa9879*
7795
7796 OMAP SUPPORT
7797 M:      Tony Lindgren <tony@atomide.com>
7798 L:      linux-omap@vger.kernel.org
7799 W:      http://www.muru.com/linux/omap/
7800 W:      http://linux.omap.com/
7801 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7802 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7803 S:      Maintained
7804 F:      arch/arm/*omap*/
7805 F:      arch/arm/configs/omap1_defconfig
7806 F:      arch/arm/configs/omap2plus_defconfig
7807 F:      drivers/i2c/busses/i2c-omap.c
7808 F:      drivers/irqchip/irq-omap-intc.c
7809 F:      drivers/mfd/*omap*.c
7810 F:      drivers/mfd/menelaus.c
7811 F:      drivers/mfd/palmas.c
7812 F:      drivers/mfd/tps65217.c
7813 F:      drivers/mfd/tps65218.c
7814 F:      drivers/mfd/tps65910.c
7815 F:      drivers/mfd/twl-core.[ch]
7816 F:      drivers/mfd/twl4030*.c
7817 F:      drivers/mfd/twl6030*.c
7818 F:      drivers/mfd/twl6040*.c
7819 F:      drivers/regulator/palmas-regulator*.c
7820 F:      drivers/regulator/pbias-regulator.c
7821 F:      drivers/regulator/tps65217-regulator.c
7822 F:      drivers/regulator/tps65218-regulator.c
7823 F:      drivers/regulator/tps65910-regulator.c
7824 F:      drivers/regulator/twl-regulator.c
7825 F:      include/linux/i2c-omap.h
7826
7827 OMAP DEVICE TREE SUPPORT
7828 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7829 M:      Tony Lindgren <tony@atomide.com>
7830 L:      linux-omap@vger.kernel.org
7831 L:      devicetree@vger.kernel.org
7832 S:      Maintained
7833 F:      arch/arm/boot/dts/*omap*
7834 F:      arch/arm/boot/dts/*am3*
7835 F:      arch/arm/boot/dts/*am4*
7836 F:      arch/arm/boot/dts/*am5*
7837 F:      arch/arm/boot/dts/*dra7*
7838
7839 OMAP CLOCK FRAMEWORK SUPPORT
7840 M:      Paul Walmsley <paul@pwsan.com>
7841 L:      linux-omap@vger.kernel.org
7842 S:      Maintained
7843 F:      arch/arm/*omap*/*clock*
7844
7845 OMAP POWER MANAGEMENT SUPPORT
7846 M:      Kevin Hilman <khilman@deeprootsystems.com>
7847 L:      linux-omap@vger.kernel.org
7848 S:      Maintained
7849 F:      arch/arm/*omap*/*pm*
7850 F:      drivers/cpufreq/omap-cpufreq.c
7851
7852 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7853 M:      Rajendra Nayak <rnayak@ti.com>
7854 M:      Paul Walmsley <paul@pwsan.com>
7855 L:      linux-omap@vger.kernel.org
7856 S:      Maintained
7857 F:      arch/arm/mach-omap2/prm*
7858
7859 OMAP AUDIO SUPPORT
7860 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7861 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7862 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7863 L:      linux-omap@vger.kernel.org
7864 S:      Maintained
7865 F:      sound/soc/omap/
7866
7867 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7868 M:      Roger Quadros <rogerq@ti.com>
7869 M:      Tony Lindgren <tony@atomide.com>
7870 L:      linux-omap@vger.kernel.org
7871 S:      Maintained
7872 F:      drivers/memory/omap-gpmc.c
7873 F:      arch/arm/mach-omap2/*gpmc*
7874
7875 OMAP FRAMEBUFFER SUPPORT
7876 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7877 L:      linux-fbdev@vger.kernel.org
7878 L:      linux-omap@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/video/fbdev/omap/
7881
7882 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7883 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7884 L:      linux-omap@vger.kernel.org
7885 L:      linux-fbdev@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/video/fbdev/omap2/
7888 F:      Documentation/arm/OMAP/DSS
7889
7890 OMAP HARDWARE SPINLOCK SUPPORT
7891 M:      Ohad Ben-Cohen <ohad@wizery.com>
7892 L:      linux-omap@vger.kernel.org
7893 S:      Maintained
7894 F:      drivers/hwspinlock/omap_hwspinlock.c
7895
7896 OMAP MMC SUPPORT
7897 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7898 L:      linux-omap@vger.kernel.org
7899 S:      Maintained
7900 F:      drivers/mmc/host/omap.c
7901
7902 OMAP HS MMC SUPPORT
7903 L:      linux-mmc@vger.kernel.org
7904 L:      linux-omap@vger.kernel.org
7905 S:      Orphan
7906 F:      drivers/mmc/host/omap_hsmmc.c
7907
7908 OMAP RANDOM NUMBER GENERATOR SUPPORT
7909 M:      Deepak Saxena <dsaxena@plexity.net>
7910 S:      Maintained
7911 F:      drivers/char/hw_random/omap-rng.c
7912
7913 OMAP HWMOD SUPPORT
7914 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7915 M:      Paul Walmsley <paul@pwsan.com>
7916 L:      linux-omap@vger.kernel.org
7917 S:      Maintained
7918 F:      arch/arm/mach-omap2/omap_hwmod.*
7919
7920 OMAP HWMOD DATA
7921 M:      Paul Walmsley <paul@pwsan.com>
7922 L:      linux-omap@vger.kernel.org
7923 S:      Maintained
7924 F:      arch/arm/mach-omap2/omap_hwmod*data*
7925
7926 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7927 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7928 L:      linux-omap@vger.kernel.org
7929 S:      Maintained
7930 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7931
7932 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7933 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7934 L:      linux-media@vger.kernel.org
7935 S:      Maintained
7936 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7937 F:      drivers/media/platform/omap3isp/
7938 F:      drivers/staging/media/omap4iss/
7939
7940 OMAP USB SUPPORT
7941 M:      Felipe Balbi <balbi@ti.com>
7942 L:      linux-usb@vger.kernel.org
7943 L:      linux-omap@vger.kernel.org
7944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7945 S:      Maintained
7946 F:      drivers/usb/*/*omap*
7947 F:      arch/arm/*omap*/usb*
7948
7949 OMAP GPIO DRIVER
7950 M:      Grygorii Strashko <grygorii.strashko@ti.com>
7951 M:      Santosh Shilimkar <ssantosh@kernel.org>
7952 M:      Kevin Hilman <khilman@deeprootsystems.com>
7953 L:      linux-omap@vger.kernel.org
7954 S:      Maintained
7955 F:      Documentation/devicetree/bindings/gpio/gpio-omap.txt
7956 F:      drivers/gpio/gpio-omap.c
7957
7958 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7959 M:      Mark Jackson <mpfj@newflow.co.uk>
7960 L:      linux-omap@vger.kernel.org
7961 S:      Maintained
7962 F:      arch/arm/boot/dts/am335x-nano.dts
7963
7964 OMFS FILESYSTEM
7965 M:      Bob Copeland <me@bobcopeland.com>
7966 L:      linux-karma-devel@lists.sourceforge.net
7967 S:      Maintained
7968 F:      Documentation/filesystems/omfs.txt
7969 F:      fs/omfs/
7970
7971 OMNIKEY CARDMAN 4000 DRIVER
7972 M:      Harald Welte <laforge@gnumonks.org>
7973 S:      Maintained
7974 F:      drivers/char/pcmcia/cm4000_cs.c
7975 F:      include/linux/cm4000_cs.h
7976 F:      include/uapi/linux/cm4000_cs.h
7977
7978 OMNIKEY CARDMAN 4040 DRIVER
7979 M:      Harald Welte <laforge@gnumonks.org>
7980 S:      Maintained
7981 F:      drivers/char/pcmcia/cm4040_cs.*
7982
7983 OMNIVISION OV7670 SENSOR DRIVER
7984 M:      Jonathan Corbet <corbet@lwn.net>
7985 L:      linux-media@vger.kernel.org
7986 T:      git git://linuxtv.org/media_tree.git
7987 S:      Maintained
7988 F:      drivers/media/i2c/ov7670.c
7989
7990 ONENAND FLASH DRIVER
7991 M:      Kyungmin Park <kyungmin.park@samsung.com>
7992 L:      linux-mtd@lists.infradead.org
7993 S:      Maintained
7994 F:      drivers/mtd/onenand/
7995 F:      include/linux/mtd/onenand*.h
7996
7997 ONSTREAM SCSI TAPE DRIVER
7998 M:      Willem Riede <osst@riede.org>
7999 L:      osst-users@lists.sourceforge.net
8000 L:      linux-scsi@vger.kernel.org
8001 S:      Maintained
8002 F:      Documentation/scsi/osst.txt
8003 F:      drivers/scsi/osst.*
8004 F:      drivers/scsi/osst_*.h
8005 F:      drivers/scsi/st.h
8006
8007 OPENCORES I2C BUS DRIVER
8008 M:      Peter Korsgaard <jacmet@sunsite.dk>
8009 L:      linux-i2c@vger.kernel.org
8010 S:      Maintained
8011 F:      Documentation/i2c/busses/i2c-ocores
8012 F:      drivers/i2c/busses/i2c-ocores.c
8013
8014 OPEN FIRMWARE AND FLATTENED DEVICE TREE
8015 M:      Rob Herring <robh+dt@kernel.org>
8016 M:      Frank Rowand <frowand.list@gmail.com>
8017 M:      Grant Likely <grant.likely@linaro.org>
8018 L:      devicetree@vger.kernel.org
8019 W:      http://www.devicetree.org/
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
8021 S:      Maintained
8022 F:      drivers/of/
8023 F:      include/linux/of*.h
8024 F:      scripts/dtc/
8025
8026 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
8027 M:      Rob Herring <robh+dt@kernel.org>
8028 M:      Pawel Moll <pawel.moll@arm.com>
8029 M:      Mark Rutland <mark.rutland@arm.com>
8030 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
8031 M:      Kumar Gala <galak@codeaurora.org>
8032 L:      devicetree@vger.kernel.org
8033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git
8034 S:      Maintained
8035 F:      Documentation/devicetree/
8036 F:      arch/*/boot/dts/
8037 F:      include/dt-bindings/
8038
8039 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
8040 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
8041 L:      devicetree@vger.kernel.org
8042 S:      Maintained
8043 F:      Documentation/devicetree/dynamic-resolution-notes.txt
8044 F:      Documentation/devicetree/overlay-notes.txt
8045 F:      drivers/of/overlay.c
8046 F:      drivers/of/resolver.c
8047
8048 OPENRISC ARCHITECTURE
8049 M:      Jonas Bonn <jonas@southpole.se>
8050 W:      http://openrisc.net
8051 L:      linux@lists.openrisc.net (moderated for non-subscribers)
8052 S:      Maintained
8053 T:      git git://openrisc.net/~jonas/linux
8054 F:      arch/openrisc/
8055
8056 OPENVSWITCH
8057 M:      Pravin Shelar <pshelar@nicira.com>
8058 L:      netdev@vger.kernel.org
8059 L:      dev@openvswitch.org
8060 W:      http://openvswitch.org
8061 S:      Maintained
8062 F:      net/openvswitch/
8063 F:      include/uapi/linux/openvswitch.h
8064
8065 OPERATING PERFORMANCE POINTS (OPP)
8066 M:      Viresh Kumar <vireshk@kernel.org>
8067 M:      Nishanth Menon <nm@ti.com>
8068 M:      Stephen Boyd <sboyd@codeaurora.org>
8069 L:      linux-pm@vger.kernel.org
8070 S:      Maintained
8071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
8072 F:      drivers/base/power/opp/
8073 F:      include/linux/pm_opp.h
8074 F:      Documentation/power/opp.txt
8075 F:      Documentation/devicetree/bindings/opp/
8076
8077 OPL4 DRIVER
8078 M:      Clemens Ladisch <clemens@ladisch.de>
8079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8080 T:      git git://git.alsa-project.org/alsa-kernel.git
8081 S:      Maintained
8082 F:      sound/drivers/opl4/
8083
8084 OPROFILE
8085 M:      Robert Richter <rric@kernel.org>
8086 L:      oprofile-list@lists.sf.net
8087 S:      Maintained
8088 F:      arch/*/include/asm/oprofile*.h
8089 F:      arch/*/oprofile/
8090 F:      drivers/oprofile/
8091 F:      include/linux/oprofile.h
8092
8093 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8094 M:      Mark Fasheh <mfasheh@suse.com>
8095 M:      Joel Becker <jlbec@evilplan.org>
8096 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
8097 W:      http://ocfs2.wiki.kernel.org
8098 S:      Supported
8099 F:      Documentation/filesystems/ocfs2.txt
8100 F:      Documentation/filesystems/dlmfs.txt
8101 F:      fs/ocfs2/
8102
8103 ORINOCO DRIVER
8104 L:      linux-wireless@vger.kernel.org
8105 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8106 W:      http://www.nongnu.org/orinoco/
8107 S:      Orphan
8108 F:      drivers/net/wireless/intersil/orinoco/
8109
8110 OSD LIBRARY and FILESYSTEM
8111 M:      Boaz Harrosh <ooo@electrozaur.com>
8112 M:      Benny Halevy <bhalevy@primarydata.com>
8113 L:      osd-dev@open-osd.org
8114 W:      http://open-osd.org
8115 T:      git git://git.open-osd.org/open-osd.git
8116 S:      Maintained
8117 F:      drivers/scsi/osd/
8118 F:      include/scsi/osd_*
8119 F:      fs/exofs/
8120
8121 OVERLAY FILESYSTEM
8122 M:      Miklos Szeredi <miklos@szeredi.hu>
8123 L:      linux-unionfs@vger.kernel.org
8124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8125 S:      Supported
8126 F:      fs/overlayfs/
8127 F:      Documentation/filesystems/overlayfs.txt
8128
8129 P54 WIRELESS DRIVER
8130 M:      Christian Lamparter <chunkeey@googlemail.com>
8131 L:      linux-wireless@vger.kernel.org
8132 W:      http://wireless.kernel.org/en/users/Drivers/p54
8133 S:      Maintained
8134 F:      drivers/net/wireless/intersil/p54/
8135
8136 PA SEMI ETHERNET DRIVER
8137 M:      Olof Johansson <olof@lixom.net>
8138 L:      netdev@vger.kernel.org
8139 S:      Maintained
8140 F:      drivers/net/ethernet/pasemi/*
8141
8142 PA SEMI SMBUS DRIVER
8143 M:      Olof Johansson <olof@lixom.net>
8144 L:      linux-i2c@vger.kernel.org
8145 S:      Maintained
8146 F:      drivers/i2c/busses/i2c-pasemi.c
8147
8148 PADATA PARALLEL EXECUTION MECHANISM
8149 M:      Steffen Klassert <steffen.klassert@secunet.com>
8150 L:      linux-crypto@vger.kernel.org
8151 S:      Maintained
8152 F:      kernel/padata.c
8153 F:      include/linux/padata.h
8154 F:      Documentation/padata.txt
8155
8156 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8157 M:      Harald Welte <laforge@gnumonks.org>
8158 L:      platform-driver-x86@vger.kernel.org
8159 S:      Maintained
8160 F:      drivers/platform/x86/panasonic-laptop.c
8161
8162 PANASONIC MN10300/AM33/AM34 PORT
8163 M:      David Howells <dhowells@redhat.com>
8164 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8165 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8166 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8167 S:      Maintained
8168 F:      Documentation/mn10300/
8169 F:      arch/mn10300/
8170
8171 PARALLEL PORT SUBSYSTEM
8172 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8173 M:      Sudip Mukherjee <sudip@vectorindia.org>
8174 L:      linux-parport@lists.infradead.org (subscribers-only)
8175 S:      Maintained
8176 F:      drivers/parport/
8177 F:      include/linux/parport*.h
8178 F:      drivers/char/ppdev.c
8179 F:      include/uapi/linux/ppdev.h
8180 F:      Documentation/parport*.txt
8181
8182 PARAVIRT_OPS INTERFACE
8183 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8184 M:      Chris Wright <chrisw@sous-sol.org>
8185 M:      Alok Kataria <akataria@vmware.com>
8186 M:      Rusty Russell <rusty@rustcorp.com.au>
8187 L:      virtualization@lists.linux-foundation.org
8188 S:      Supported
8189 F:      Documentation/virtual/paravirt_ops.txt
8190 F:      arch/*/kernel/paravirt*
8191 F:      arch/*/include/asm/paravirt.h
8192
8193 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8194 M:      Tim Waugh <tim@cyberelk.net>
8195 L:      linux-parport@lists.infradead.org (subscribers-only)
8196 S:      Maintained
8197 F:      Documentation/blockdev/paride.txt
8198 F:      drivers/block/paride/
8199
8200 PARISC ARCHITECTURE
8201 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8202 M:      Helge Deller <deller@gmx.de>
8203 L:      linux-parisc@vger.kernel.org
8204 W:      http://www.parisc-linux.org/
8205 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8208 S:      Maintained
8209 F:      arch/parisc/
8210 F:      Documentation/parisc/
8211 F:      drivers/parisc/
8212 F:      drivers/char/agp/parisc-agp.c
8213 F:      drivers/input/serio/gscps2.c
8214 F:      drivers/parport/parport_gsc.*
8215 F:      drivers/tty/serial/8250/8250_gsc.c
8216 F:      drivers/video/fbdev/sti*
8217 F:      drivers/video/console/sti*
8218 F:      drivers/video/logo/logo_parisc*
8219
8220 PC87360 HARDWARE MONITORING DRIVER
8221 M:      Jim Cromie <jim.cromie@gmail.com>
8222 L:      lm-sensors@lm-sensors.org
8223 S:      Maintained
8224 F:      Documentation/hwmon/pc87360
8225 F:      drivers/hwmon/pc87360.c
8226
8227 PC8736x GPIO DRIVER
8228 M:      Jim Cromie <jim.cromie@gmail.com>
8229 S:      Maintained
8230 F:      drivers/char/pc8736x_gpio.c
8231
8232 PC87427 HARDWARE MONITORING DRIVER
8233 M:      Jean Delvare <jdelvare@suse.com>
8234 L:      lm-sensors@lm-sensors.org
8235 S:      Maintained
8236 F:      Documentation/hwmon/pc87427
8237 F:      drivers/hwmon/pc87427.c
8238
8239 PCA9532 LED DRIVER
8240 M:      Riku Voipio <riku.voipio@iki.fi>
8241 S:      Maintained
8242 F:      drivers/leds/leds-pca9532.c
8243 F:      include/linux/leds-pca9532.h
8244
8245 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8246 M:      Guenter Roeck <linux@roeck-us.net>
8247 L:      linux-i2c@vger.kernel.org
8248 S:      Maintained
8249 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8250
8251 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8252 M:      Khalid Aziz <khalid@gonehiking.org>
8253 S:      Maintained
8254 F:      drivers/firmware/pcdp.*
8255
8256 PCI ERROR RECOVERY
8257 M:      Linas Vepstas <linasvepstas@gmail.com>
8258 L:      linux-pci@vger.kernel.org
8259 S:      Supported
8260 F:      Documentation/PCI/pci-error-recovery.txt
8261
8262 PCI SUBSYSTEM
8263 M:      Bjorn Helgaas <bhelgaas@google.com>
8264 L:      linux-pci@vger.kernel.org
8265 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8267 S:      Supported
8268 F:      Documentation/PCI/
8269 F:      drivers/pci/
8270 F:      include/linux/pci*
8271 F:      arch/x86/pci/
8272 F:      arch/x86/kernel/quirks.c
8273
8274 PCI DRIVER FOR ALTERA PCIE IP
8275 M:      Ley Foon Tan <lftan@altera.com>
8276 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8277 L:      linux-pci@vger.kernel.org
8278 S:      Supported
8279 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8280 F:      drivers/pci/host/pcie-altera.c
8281
8282 PCI DRIVER FOR ARM VERSATILE PLATFORM
8283 M:      Rob Herring <robh@kernel.org>
8284 L:      linux-pci@vger.kernel.org
8285 L:      linux-arm-kernel@lists.infradead.org
8286 S:      Maintained
8287 F:      Documentation/devicetree/bindings/pci/versatile.txt
8288 F:      drivers/pci/host/pci-versatile.c
8289
8290 PCI DRIVER FOR APPLIEDMICRO XGENE
8291 M:      Tanmay Inamdar <tinamdar@apm.com>
8292 L:      linux-pci@vger.kernel.org
8293 L:      linux-arm-kernel@lists.infradead.org
8294 S:      Maintained
8295 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8296 F:      drivers/pci/host/pci-xgene.c
8297
8298 PCI DRIVER FOR FREESCALE LAYERSCAPE
8299 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8300 M:      Mingkai Hu <mingkai.hu@freescale.com>
8301 M:      Roy Zang <tie-fei.zang@freescale.com>
8302 L:      linuxppc-dev@lists.ozlabs.org
8303 L:      linux-pci@vger.kernel.org
8304 L:      linux-arm-kernel@lists.infradead.org
8305 S:      Maintained
8306 F:      drivers/pci/host/*layerscape*
8307
8308 PCI DRIVER FOR IMX6
8309 M:      Richard Zhu <Richard.Zhu@freescale.com>
8310 M:      Lucas Stach <l.stach@pengutronix.de>
8311 L:      linux-pci@vger.kernel.org
8312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8313 S:      Maintained
8314 F:      drivers/pci/host/*imx6*
8315
8316 PCI DRIVER FOR TI KEYSTONE
8317 M:      Murali Karicheri <m-karicheri2@ti.com>
8318 L:      linux-pci@vger.kernel.org
8319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8320 S:      Maintained
8321 F:      drivers/pci/host/*keystone*
8322
8323 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8324 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8325 M:      Jason Cooper <jason@lakedaemon.net>
8326 L:      linux-pci@vger.kernel.org
8327 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8328 S:      Maintained
8329 F:      drivers/pci/host/*mvebu*
8330
8331 PCI DRIVER FOR NVIDIA TEGRA
8332 M:      Thierry Reding <thierry.reding@gmail.com>
8333 L:      linux-tegra@vger.kernel.org
8334 L:      linux-pci@vger.kernel.org
8335 S:      Supported
8336 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8337 F:      drivers/pci/host/pci-tegra.c
8338
8339 PCI DRIVER FOR TI DRA7XX
8340 M:      Kishon Vijay Abraham I <kishon@ti.com>
8341 L:      linux-omap@vger.kernel.org
8342 L:      linux-pci@vger.kernel.org
8343 S:      Supported
8344 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8345 F:      drivers/pci/host/pci-dra7xx.c
8346
8347 PCI DRIVER FOR RENESAS R-CAR
8348 M:      Simon Horman <horms@verge.net.au>
8349 L:      linux-pci@vger.kernel.org
8350 L:      linux-renesas-soc@vger.kernel.org
8351 S:      Maintained
8352 F:      drivers/pci/host/*rcar*
8353
8354 PCI DRIVER FOR SAMSUNG EXYNOS
8355 M:      Jingoo Han <jingoohan1@gmail.com>
8356 L:      linux-pci@vger.kernel.org
8357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8358 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8359 S:      Maintained
8360 F:      drivers/pci/host/pci-exynos.c
8361
8362 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8363 M:      Jingoo Han <jingoohan1@gmail.com>
8364 M:      Pratyush Anand <pratyush.anand@gmail.com>
8365 L:      linux-pci@vger.kernel.org
8366 S:      Maintained
8367 F:      drivers/pci/host/*designware*
8368
8369 PCI DRIVER FOR GENERIC OF HOSTS
8370 M:      Will Deacon <will.deacon@arm.com>
8371 L:      linux-pci@vger.kernel.org
8372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8373 S:      Maintained
8374 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8375 F:      drivers/pci/host/pci-host-generic.c
8376
8377 PCI DRIVER FOR INTEL VOLUME MANAGEMENT DEVICE (VMD)
8378 M:      Keith Busch <keith.busch@intel.com>
8379 L:      linux-pci@vger.kernel.org
8380 S:      Supported
8381 F:      arch/x86/pci/vmd.c
8382
8383 PCIE DRIVER FOR ST SPEAR13XX
8384 M:      Pratyush Anand <pratyush.anand@gmail.com>
8385 L:      linux-pci@vger.kernel.org
8386 S:      Maintained
8387 F:      drivers/pci/host/*spear*
8388
8389 PCI MSI DRIVER FOR ALTERA MSI IP
8390 M:      Ley Foon Tan <lftan@altera.com>
8391 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8392 L:      linux-pci@vger.kernel.org
8393 S:      Supported
8394 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8395 F:      drivers/pci/host/pcie-altera-msi.c
8396
8397 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8398 M:      Duc Dang <dhdang@apm.com>
8399 L:      linux-pci@vger.kernel.org
8400 L:      linux-arm-kernel@lists.infradead.org
8401 S:      Maintained
8402 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8403 F:      drivers/pci/host/pci-xgene-msi.c
8404
8405 PCIE DRIVER FOR HISILICON
8406 M:      Zhou Wang <wangzhou1@hisilicon.com>
8407 M:      Gabriele Paoloni <gabriele.paoloni@huawei.com>
8408 L:      linux-pci@vger.kernel.org
8409 S:      Maintained
8410 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8411 F:      drivers/pci/host/pcie-hisi.c
8412
8413 PCIE DRIVER FOR QUALCOMM MSM
8414 M:     Stanimir Varbanov <svarbanov@mm-sol.com>
8415 L:     linux-pci@vger.kernel.org
8416 L:     linux-arm-msm@vger.kernel.org
8417 S:     Maintained
8418 F:     drivers/pci/host/*qcom*
8419
8420 PCMCIA SUBSYSTEM
8421 P:      Linux PCMCIA Team
8422 L:      linux-pcmcia@lists.infradead.org
8423 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia.git
8425 S:      Maintained
8426 F:      Documentation/pcmcia/
8427 F:      drivers/pcmcia/
8428 F:      include/pcmcia/
8429
8430 PCNET32 NETWORK DRIVER
8431 M:      Don Fry <pcnet32@frontier.com>
8432 L:      netdev@vger.kernel.org
8433 S:      Maintained
8434 F:      drivers/net/ethernet/amd/pcnet32.c
8435
8436 PCRYPT PARALLEL CRYPTO ENGINE
8437 M:      Steffen Klassert <steffen.klassert@secunet.com>
8438 L:      linux-crypto@vger.kernel.org
8439 S:      Maintained
8440 F:      crypto/pcrypt.c
8441 F:      include/crypto/pcrypt.h
8442
8443 PER-CPU MEMORY ALLOCATOR
8444 M:      Tejun Heo <tj@kernel.org>
8445 M:      Christoph Lameter <cl@linux-foundation.org>
8446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8447 S:      Maintained
8448 F:      include/linux/percpu*.h
8449 F:      mm/percpu*.c
8450 F:      arch/*/include/asm/percpu.h
8451
8452 PER-TASK DELAY ACCOUNTING
8453 M:      Balbir Singh <bsingharora@gmail.com>
8454 S:      Maintained
8455 F:      include/linux/delayacct.h
8456 F:      kernel/delayacct.c
8457
8458 PERFORMANCE EVENTS SUBSYSTEM
8459 M:      Peter Zijlstra <peterz@infradead.org>
8460 M:      Ingo Molnar <mingo@redhat.com>
8461 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8462 L:      linux-kernel@vger.kernel.org
8463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8464 S:      Supported
8465 F:      kernel/events/*
8466 F:      include/linux/perf_event.h
8467 F:      include/uapi/linux/perf_event.h
8468 F:      arch/*/kernel/perf_event*.c
8469 F:      arch/*/kernel/*/perf_event*.c
8470 F:      arch/*/kernel/*/*/perf_event*.c
8471 F:      arch/*/include/asm/perf_event.h
8472 F:      arch/*/kernel/perf_callchain.c
8473 F:      tools/perf/
8474
8475 PERSONALITY HANDLING
8476 M:      Christoph Hellwig <hch@infradead.org>
8477 L:      linux-abi-devel@lists.sourceforge.net
8478 S:      Maintained
8479 F:      include/linux/personality.h
8480 F:      include/uapi/linux/personality.h
8481
8482 PHONET PROTOCOL
8483 M:      Remi Denis-Courmont <courmisch@gmail.com>
8484 S:      Supported
8485 F:      Documentation/networking/phonet.txt
8486 F:      include/linux/phonet.h
8487 F:      include/net/phonet/
8488 F:      include/uapi/linux/phonet.h
8489 F:      net/phonet/
8490
8491 PHRAM MTD DRIVER
8492 M:      Joern Engel <joern@lazybastard.org>
8493 L:      linux-mtd@lists.infradead.org
8494 S:      Maintained
8495 F:      drivers/mtd/devices/phram.c
8496
8497 PICOLCD HID DRIVER
8498 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8499 L:      linux-input@vger.kernel.org
8500 S:      Maintained
8501 F:      drivers/hid/hid-picolcd*
8502
8503 PICOXCELL SUPPORT
8504 M:      Jamie Iles <jamie@jamieiles.com>
8505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8506 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8507 S:      Supported
8508 F:      arch/arm/boot/dts/picoxcell*
8509 F:      arch/arm/mach-picoxcell/
8510 F:      drivers/crypto/picoxcell*
8511
8512 PIN CONTROL SUBSYSTEM
8513 M:      Linus Walleij <linus.walleij@linaro.org>
8514 L:      linux-gpio@vger.kernel.org
8515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8516 S:      Maintained
8517 F:      drivers/pinctrl/
8518 F:      include/linux/pinctrl/
8519
8520 PIN CONTROLLER - ATMEL AT91
8521 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8523 S:      Maintained
8524 F:      drivers/pinctrl/pinctrl-at91.*
8525
8526 PIN CONTROLLER - ATMEL AT91 PIO4
8527 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8529 L:      linux-gpio@vger.kernel.org
8530 S:      Supported
8531 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8532
8533 PIN CONTROLLER - INTEL
8534 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8535 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8536 S:      Maintained
8537 F:      drivers/pinctrl/intel/
8538
8539 PIN CONTROLLER - RENESAS
8540 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8541 M:      Geert Uytterhoeven <geert+renesas@glider.be>
8542 L:      linux-renesas-soc@vger.kernel.org
8543 S:      Maintained
8544 F:      drivers/pinctrl/sh-pfc/
8545
8546 PIN CONTROLLER - SAMSUNG
8547 M:      Tomasz Figa <tomasz.figa@gmail.com>
8548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8549 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8550 S:      Maintained
8551 F:      drivers/pinctrl/samsung/
8552
8553 PIN CONTROLLER - SINGLE
8554 M:      Tony Lindgren <tony@atomide.com>
8555 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8557 L:      linux-omap@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/pinctrl/pinctrl-single.c
8560
8561 PIN CONTROLLER - ST SPEAR
8562 M:      Viresh Kumar <vireshk@kernel.org>
8563 L:      spear-devel@list.st.com
8564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8565 W:      http://www.st.com/spear
8566 S:      Maintained
8567 F:      drivers/pinctrl/spear/
8568
8569 PKTCDVD DRIVER
8570 M:      Jiri Kosina <jikos@kernel.org>
8571 S:      Maintained
8572 F:      drivers/block/pktcdvd.c
8573 F:      include/linux/pktcdvd.h
8574 F:      include/uapi/linux/pktcdvd.h
8575
8576 PKUNITY SOC DRIVERS
8577 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8578 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8579 S:      Maintained
8580 T:      git git://github.com/gxt/linux.git
8581 F:      drivers/input/serio/i8042-unicore32io.h
8582 F:      drivers/i2c/busses/i2c-puv3.c
8583 F:      drivers/video/fbdev/fb-puv3.c
8584 F:      drivers/rtc/rtc-puv3.c
8585
8586 PMBUS HARDWARE MONITORING DRIVERS
8587 M:      Guenter Roeck <linux@roeck-us.net>
8588 L:      lm-sensors@lm-sensors.org
8589 W:      http://www.lm-sensors.org/
8590 W:      http://www.roeck-us.net/linux/drivers/
8591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8592 S:      Maintained
8593 F:      Documentation/hwmon/pmbus
8594 F:      drivers/hwmon/pmbus/
8595 F:      include/linux/i2c/pmbus.h
8596
8597 PMC SIERRA MaxRAID DRIVER
8598 L:      linux-scsi@vger.kernel.org
8599 W:      http://www.pmc-sierra.com/
8600 S:      Orphan
8601 F:      drivers/scsi/pmcraid.*
8602
8603 PMC SIERRA PM8001 DRIVER
8604 M:      Jack Wang <jinpu.wang@profitbricks.com>
8605 M:      lindar_liu@usish.com
8606 L:      pmchba@pmcs.com
8607 L:      linux-scsi@vger.kernel.org
8608 S:      Supported
8609 F:      drivers/scsi/pm8001/
8610
8611 POSIX CLOCKS and TIMERS
8612 M:      Thomas Gleixner <tglx@linutronix.de>
8613 L:      linux-kernel@vger.kernel.org
8614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8615 S:      Maintained
8616 F:      fs/timerfd.c
8617 F:      include/linux/timer*
8618 F:      kernel/time/*timer*
8619
8620 POWER MANAGEMENT CORE
8621 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8622 L:      linux-pm@vger.kernel.org
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
8624 S:      Supported
8625 F:      drivers/base/power/
8626 F:      include/linux/pm.h
8627 F:      include/linux/pm_*
8628 F:      include/linux/powercap.h
8629 F:      drivers/powercap/
8630
8631 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8632 M:      Sebastian Reichel <sre@kernel.org>
8633 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8634 M:      David Woodhouse <dwmw2@infradead.org>
8635 L:      linux-pm@vger.kernel.org
8636 T:      git git://git.infradead.org/battery-2.6.git
8637 S:      Maintained
8638 F:      include/linux/power_supply.h
8639 F:      drivers/power/
8640 X:      drivers/power/avs/
8641
8642 POWER STATE COORDINATION INTERFACE (PSCI)
8643 M:      Mark Rutland <mark.rutland@arm.com>
8644 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8645 L:      linux-arm-kernel@lists.infradead.org
8646 S:      Maintained
8647 F:      drivers/firmware/psci.c
8648 F:      include/linux/psci.h
8649 F:      include/uapi/linux/psci.h
8650
8651 PNP SUPPORT
8652 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8653 S:      Maintained
8654 F:      drivers/pnp/
8655
8656 PPP PROTOCOL DRIVERS AND COMPRESSORS
8657 M:      Paul Mackerras <paulus@samba.org>
8658 L:      linux-ppp@vger.kernel.org
8659 S:      Maintained
8660 F:      drivers/net/ppp/ppp_*
8661
8662 PPP OVER ATM (RFC 2364)
8663 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8664 S:      Maintained
8665 F:      net/atm/pppoatm.c
8666 F:      include/uapi/linux/atmppp.h
8667
8668 PPP OVER ETHERNET
8669 M:      Michal Ostrowski <mostrows@earthlink.net>
8670 S:      Maintained
8671 F:      drivers/net/ppp/pppoe.c
8672 F:      drivers/net/ppp/pppox.c
8673
8674 PPP OVER L2TP
8675 M:      James Chapman <jchapman@katalix.com>
8676 S:      Maintained
8677 F:      net/l2tp/l2tp_ppp.c
8678 F:      include/linux/if_pppol2tp.h
8679 F:      include/uapi/linux/if_pppol2tp.h
8680
8681 PPS SUPPORT
8682 M:      Rodolfo Giometti <giometti@enneenne.com>
8683 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8684 L:      linuxpps@ml.enneenne.com (subscribers-only)
8685 S:      Maintained
8686 F:      Documentation/pps/
8687 F:      drivers/pps/
8688 F:      include/linux/pps*.h
8689
8690 PPTP DRIVER
8691 M:      Dmitry Kozlov <xeb@mail.ru>
8692 L:      netdev@vger.kernel.org
8693 S:      Maintained
8694 F:      drivers/net/ppp/pptp.c
8695 W:      http://sourceforge.net/projects/accel-pptp
8696
8697 PREEMPTIBLE KERNEL
8698 M:      Robert Love <rml@tech9.net>
8699 L:      kpreempt-tech@lists.sourceforge.net
8700 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8701 S:      Supported
8702 F:      Documentation/preempt-locking.txt
8703 F:      include/linux/preempt.h
8704
8705 PRISM54 WIRELESS DRIVER
8706 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8707 L:      linux-wireless@vger.kernel.org
8708 W:      http://wireless.kernel.org/en/users/Drivers/p54
8709 S:      Obsolete
8710 F:      drivers/net/wireless/intersil/prism54/
8711
8712 PS3 NETWORK SUPPORT
8713 M:      Geoff Levand <geoff@infradead.org>
8714 L:      netdev@vger.kernel.org
8715 L:      linuxppc-dev@lists.ozlabs.org
8716 S:      Maintained
8717 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8718
8719 PS3 PLATFORM SUPPORT
8720 M:      Geoff Levand <geoff@infradead.org>
8721 L:      linuxppc-dev@lists.ozlabs.org
8722 S:      Maintained
8723 F:      arch/powerpc/boot/ps3*
8724 F:      arch/powerpc/include/asm/lv1call.h
8725 F:      arch/powerpc/include/asm/ps3*.h
8726 F:      arch/powerpc/platforms/ps3/
8727 F:      drivers/*/ps3*
8728 F:      drivers/ps3/
8729 F:      drivers/rtc/rtc-ps3.c
8730 F:      drivers/usb/host/*ps3.c
8731 F:      sound/ppc/snd_ps3*
8732
8733 PS3VRAM DRIVER
8734 M:      Jim Paris <jim@jtan.com>
8735 M:      Geoff Levand <geoff@infradead.org>
8736 L:      linuxppc-dev@lists.ozlabs.org
8737 S:      Maintained
8738 F:      drivers/block/ps3vram.c
8739
8740 PSTORE FILESYSTEM
8741 M:      Anton Vorontsov <anton@enomsg.org>
8742 M:      Colin Cross <ccross@android.com>
8743 M:      Kees Cook <keescook@chromium.org>
8744 M:      Tony Luck <tony.luck@intel.com>
8745 S:      Maintained
8746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
8747 F:      fs/pstore/
8748 F:      include/linux/pstore*
8749 F:      drivers/firmware/efi/efi-pstore.c
8750 F:      drivers/acpi/apei/erst.c
8751
8752 PTP HARDWARE CLOCK SUPPORT
8753 M:      Richard Cochran <richardcochran@gmail.com>
8754 L:      netdev@vger.kernel.org
8755 S:      Maintained
8756 W:      http://linuxptp.sourceforge.net/
8757 F:      Documentation/ABI/testing/sysfs-ptp
8758 F:      Documentation/ptp/*
8759 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8760 F:      drivers/net/phy/dp83640*
8761 F:      drivers/ptp/*
8762 F:      include/linux/ptp_cl*
8763
8764 PTRACE SUPPORT
8765 M:      Roland McGrath <roland@hack.frob.com>
8766 M:      Oleg Nesterov <oleg@redhat.com>
8767 S:      Maintained
8768 F:      include/asm-generic/syscall.h
8769 F:      include/linux/ptrace.h
8770 F:      include/linux/regset.h
8771 F:      include/linux/tracehook.h
8772 F:      include/uapi/linux/ptrace.h
8773 F:      kernel/ptrace.c
8774
8775 PVRUSB2 VIDEO4LINUX DRIVER
8776 M:      Mike Isely <isely@pobox.com>
8777 L:      pvrusb2@isely.net       (subscribers-only)
8778 L:      linux-media@vger.kernel.org
8779 W:      http://www.isely.net/pvrusb2/
8780 T:      git git://linuxtv.org/media_tree.git
8781 S:      Maintained
8782 F:      Documentation/video4linux/README.pvrusb2
8783 F:      drivers/media/usb/pvrusb2/
8784
8785 PWC WEBCAM DRIVER
8786 M:      Hans de Goede <hdegoede@redhat.com>
8787 L:      linux-media@vger.kernel.org
8788 T:      git git://linuxtv.org/media_tree.git
8789 S:      Maintained
8790 F:      drivers/media/usb/pwc/*
8791
8792 PWM FAN DRIVER
8793 M:      Kamil Debski <k.debski@samsung.com>
8794 L:      lm-sensors@lm-sensors.org
8795 S:      Supported
8796 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8797 F:      Documentation/hwmon/pwm-fan
8798 F:      drivers/hwmon/pwm-fan.c
8799
8800 PWM SUBSYSTEM
8801 M:      Thierry Reding <thierry.reding@gmail.com>
8802 L:      linux-pwm@vger.kernel.org
8803 S:      Maintained
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8805 F:      Documentation/pwm.txt
8806 F:      Documentation/devicetree/bindings/pwm/
8807 F:      include/linux/pwm.h
8808 F:      drivers/pwm/
8809 F:      drivers/video/backlight/pwm_bl.c
8810 F:      include/linux/pwm_backlight.h
8811
8812 PXA2xx/PXA3xx SUPPORT
8813 M:      Daniel Mack <daniel@zonque.org>
8814 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8815 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8817 T:      git git://github.com/hzhuang1/linux.git
8818 T:      git git://github.com/rjarzmik/linux.git
8819 S:      Maintained
8820 F:      arch/arm/mach-pxa/
8821 F:      drivers/dma/pxa*
8822 F:      drivers/pcmcia/pxa2xx*
8823 F:      drivers/pinctrl/pxa/
8824 F:      drivers/spi/spi-pxa2xx*
8825 F:      drivers/usb/gadget/udc/pxa2*
8826 F:      include/sound/pxa2xx-lib.h
8827 F:      sound/arm/pxa*
8828 F:      sound/soc/pxa/
8829
8830 PXA GPIO DRIVER
8831 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8832 L:      linux-gpio@vger.kernel.org
8833 S:      Maintained
8834 F:      drivers/gpio/gpio-pxa.c
8835
8836 PXA3xx NAND FLASH DRIVER
8837 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8838 L:      linux-mtd@lists.infradead.org
8839 S:      Maintained
8840 F:      drivers/mtd/nand/pxa3xx_nand.c
8841
8842 MMP SUPPORT
8843 M:      Eric Miao <eric.y.miao@gmail.com>
8844 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8846 T:      git git://github.com/hzhuang1/linux.git
8847 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8848 S:      Maintained
8849 F:      arch/arm/mach-mmp/
8850
8851 PXA MMCI DRIVER
8852 S:      Orphan
8853
8854 PXA RTC DRIVER
8855 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8856 L:      rtc-linux@googlegroups.com
8857 S:      Maintained
8858
8859 QAT DRIVER
8860 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8861 L:      qat-linux@intel.com
8862 S:      Supported
8863 F:      drivers/crypto/qat/
8864
8865 QIB DRIVER
8866 M:      Mike Marciniszyn <infinipath@intel.com>
8867 L:      linux-rdma@vger.kernel.org
8868 S:      Supported
8869 F:      drivers/infiniband/hw/qib/
8870
8871 QLOGIC QLA1280 SCSI DRIVER
8872 M:      Michael Reed <mdr@sgi.com>
8873 L:      linux-scsi@vger.kernel.org
8874 S:      Maintained
8875 F:      drivers/scsi/qla1280.[ch]
8876
8877 QLOGIC QLA2XXX FC-SCSI DRIVER
8878 M:      qla2xxx-upstream@qlogic.com
8879 L:      linux-scsi@vger.kernel.org
8880 S:      Supported
8881 F:      Documentation/scsi/LICENSE.qla2xxx
8882 F:      drivers/scsi/qla2xxx/
8883
8884 QLOGIC QLA4XXX iSCSI DRIVER
8885 M:      QLogic-Storage-Upstream@qlogic.com
8886 L:      linux-scsi@vger.kernel.org
8887 S:      Supported
8888 F:      Documentation/scsi/LICENSE.qla4xxx
8889 F:      drivers/scsi/qla4xxx/
8890
8891 QLOGIC QLA3XXX NETWORK DRIVER
8892 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8893 M:      Ron Mercer <ron.mercer@qlogic.com>
8894 M:      linux-driver@qlogic.com
8895 L:      netdev@vger.kernel.org
8896 S:      Supported
8897 F:      Documentation/networking/LICENSE.qla3xxx
8898 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8899
8900 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8901 M:      Dept-GELinuxNICDev@qlogic.com
8902 L:      netdev@vger.kernel.org
8903 S:      Supported
8904 F:      drivers/net/ethernet/qlogic/qlcnic/
8905
8906 QLOGIC QLGE 10Gb ETHERNET DRIVER
8907 M:      Harish Patil <harish.patil@qlogic.com>
8908 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8909 M:      Dept-GELinuxNICDev@qlogic.com
8910 M:      linux-driver@qlogic.com
8911 L:      netdev@vger.kernel.org
8912 S:      Supported
8913 F:      drivers/net/ethernet/qlogic/qlge/
8914
8915 QLOGIC QL4xxx ETHERNET DRIVER
8916 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8917 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8918 M:      everest-linux-l2@qlogic.com
8919 L:      netdev@vger.kernel.org
8920 S:      Supported
8921 F:      drivers/net/ethernet/qlogic/qed/
8922 F:      include/linux/qed/
8923 F:      drivers/net/ethernet/qlogic/qede/
8924
8925 QNX4 FILESYSTEM
8926 M:      Anders Larsen <al@alarsen.net>
8927 W:      http://www.alarsen.net/linux/qnx4fs/
8928 S:      Maintained
8929 F:      fs/qnx4/
8930 F:      include/uapi/linux/qnx4_fs.h
8931 F:      include/uapi/linux/qnxtypes.h
8932
8933 QT1010 MEDIA DRIVER
8934 M:      Antti Palosaari <crope@iki.fi>
8935 L:      linux-media@vger.kernel.org
8936 W:      https://linuxtv.org
8937 W:      http://palosaari.fi/linux/
8938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8939 T:      git git://linuxtv.org/anttip/media_tree.git
8940 S:      Maintained
8941 F:      drivers/media/tuners/qt1010*
8942
8943 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8944 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8945 L:      linux-wireless@vger.kernel.org
8946 L:      ath9k-devel@lists.ath9k.org
8947 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8948 S:      Supported
8949 F:      drivers/net/wireless/ath/ath9k/
8950
8951 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8952 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8953 L:      ath10k@lists.infradead.org
8954 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
8956 S:      Supported
8957 F:      drivers/net/wireless/ath/ath10k/
8958
8959 QUALCOMM HEXAGON ARCHITECTURE
8960 M:      Richard Kuo <rkuo@codeaurora.org>
8961 L:      linux-hexagon@vger.kernel.org
8962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git
8963 S:      Supported
8964 F:      arch/hexagon/
8965
8966 QUALCOMM WCN36XX WIRELESS DRIVER
8967 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8968 L:      wcn36xx@lists.infradead.org
8969 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8970 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8971 S:      Supported
8972 F:      drivers/net/wireless/ath/wcn36xx/
8973
8974 RADOS BLOCK DEVICE (RBD)
8975 M:      Ilya Dryomov <idryomov@gmail.com>
8976 M:      Sage Weil <sage@redhat.com>
8977 M:      Alex Elder <elder@kernel.org>
8978 L:      ceph-devel@vger.kernel.org
8979 W:      http://ceph.com/
8980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8981 T:      git git://github.com/ceph/ceph-client.git
8982 S:      Supported
8983 F:      Documentation/ABI/testing/sysfs-bus-rbd
8984 F:      drivers/block/rbd.c
8985 F:      drivers/block/rbd_types.h
8986
8987 RADEON FRAMEBUFFER DISPLAY DRIVER
8988 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8989 L:      linux-fbdev@vger.kernel.org
8990 S:      Maintained
8991 F:      drivers/video/fbdev/aty/radeon*
8992 F:      include/uapi/linux/radeonfb.h
8993
8994 RADIOSHARK RADIO DRIVER
8995 M:      Hans de Goede <hdegoede@redhat.com>
8996 L:      linux-media@vger.kernel.org
8997 T:      git git://linuxtv.org/media_tree.git
8998 S:      Maintained
8999 F:      drivers/media/radio/radio-shark.c
9000
9001 RADIOSHARK2 RADIO DRIVER
9002 M:      Hans de Goede <hdegoede@redhat.com>
9003 L:      linux-media@vger.kernel.org
9004 T:      git git://linuxtv.org/media_tree.git
9005 S:      Maintained
9006 F:      drivers/media/radio/radio-shark2.c
9007 F:      drivers/media/radio/radio-tea5777.c
9008
9009 RAGE128 FRAMEBUFFER DISPLAY DRIVER
9010 M:      Paul Mackerras <paulus@samba.org>
9011 L:      linux-fbdev@vger.kernel.org
9012 S:      Maintained
9013 F:      drivers/video/fbdev/aty/aty128fb.c
9014
9015 RALINK MIPS ARCHITECTURE
9016 M:      John Crispin <blogic@openwrt.org>
9017 L:      linux-mips@linux-mips.org
9018 S:      Maintained
9019 F:      arch/mips/ralink
9020
9021 RALINK RT2X00 WIRELESS LAN DRIVER
9022 P:      rt2x00 project
9023 M:      Stanislaw Gruszka <sgruszka@redhat.com>
9024 M:      Helmut Schaa <helmut.schaa@googlemail.com>
9025 L:      linux-wireless@vger.kernel.org
9026 S:      Maintained
9027 F:      drivers/net/wireless/ralink/rt2x00/
9028
9029 RAMDISK RAM BLOCK DEVICE DRIVER
9030 M:      Jens Axboe <axboe@kernel.dk>
9031 S:      Maintained
9032 F:      Documentation/blockdev/ramdisk.txt
9033 F:      drivers/block/brd.c
9034
9035 RANDOM NUMBER DRIVER
9036 M:      "Theodore Ts'o" <tytso@mit.edu>
9037 S:      Maintained
9038 F:      drivers/char/random.c
9039
9040 RAPIDIO SUBSYSTEM
9041 M:      Matt Porter <mporter@kernel.crashing.org>
9042 M:      Alexandre Bounine <alexandre.bounine@idt.com>
9043 S:      Maintained
9044 F:      drivers/rapidio/
9045
9046 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
9047 L:      linux-wireless@vger.kernel.org
9048 S:      Orphan
9049 F:      drivers/net/wireless/ray*
9050
9051 RCUTORTURE MODULE
9052 M:      Josh Triplett <josh@joshtriplett.org>
9053 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9054 L:      linux-kernel@vger.kernel.org
9055 S:      Supported
9056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9057 F:      Documentation/RCU/torture.txt
9058 F:      kernel/rcu/rcutorture.c
9059
9060 RCUTORTURE TEST FRAMEWORK
9061 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9062 M:      Josh Triplett <josh@joshtriplett.org>
9063 R:      Steven Rostedt <rostedt@goodmis.org>
9064 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9065 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9066 L:      linux-kernel@vger.kernel.org
9067 S:      Supported
9068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9069 F:      tools/testing/selftests/rcutorture
9070
9071 RDC R-321X SoC
9072 M:      Florian Fainelli <florian@openwrt.org>
9073 S:      Maintained
9074
9075 RDC R6040 FAST ETHERNET DRIVER
9076 M:      Florian Fainelli <florian@openwrt.org>
9077 L:      netdev@vger.kernel.org
9078 S:      Maintained
9079 F:      drivers/net/ethernet/rdc/r6040.c
9080
9081 RDS - RELIABLE DATAGRAM SOCKETS
9082 M:      Chien Yen <chien.yen@oracle.com>
9083 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
9084 S:      Supported
9085 F:      net/rds/
9086
9087 READ-COPY UPDATE (RCU)
9088 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9089 M:      Josh Triplett <josh@joshtriplett.org>
9090 R:      Steven Rostedt <rostedt@goodmis.org>
9091 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9092 R:      Lai Jiangshan <jiangshanlai@gmail.com>
9093 L:      linux-kernel@vger.kernel.org
9094 W:      http://www.rdrop.com/users/paulmck/RCU/
9095 S:      Supported
9096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9097 F:      Documentation/RCU/
9098 X:      Documentation/RCU/torture.txt
9099 F:      include/linux/rcu*
9100 X:      include/linux/srcu.h
9101 F:      kernel/rcu/
9102 X:      kernel/torture.c
9103
9104 REAL TIME CLOCK (RTC) SUBSYSTEM
9105 M:      Alessandro Zummo <a.zummo@towertech.it>
9106 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
9107 L:      rtc-linux@googlegroups.com
9108 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
9109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
9110 S:      Maintained
9111 F:      Documentation/rtc.txt
9112 F:      drivers/rtc/
9113 F:      include/linux/rtc.h
9114 F:      include/uapi/linux/rtc.h
9115
9116 REALTEK AUDIO CODECS
9117 M:      Bard Liao <bardliao@realtek.com>
9118 M:      Oder Chiou <oder_chiou@realtek.com>
9119 S:      Maintained
9120 F:      sound/soc/codecs/rt*
9121 F:      include/sound/rt*.h
9122
9123 REISERFS FILE SYSTEM
9124 L:      reiserfs-devel@vger.kernel.org
9125 S:      Supported
9126 F:      fs/reiserfs/
9127
9128 REGISTER MAP ABSTRACTION
9129 M:      Mark Brown <broonie@kernel.org>
9130 L:      linux-kernel@vger.kernel.org
9131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
9132 S:      Supported
9133 F:      drivers/base/regmap/
9134 F:      include/linux/regmap.h
9135
9136 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
9137 M:      Ohad Ben-Cohen <ohad@wizery.com>
9138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9139 S:      Maintained
9140 F:      drivers/remoteproc/
9141 F:      Documentation/remoteproc.txt
9142 F:      include/linux/remoteproc.h
9143
9144 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9145 M:      Ohad Ben-Cohen <ohad@wizery.com>
9146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9147 S:      Maintained
9148 F:      drivers/rpmsg/
9149 F:      Documentation/rpmsg.txt
9150 F:      include/linux/rpmsg.h
9151
9152 RENESAS ETHERNET DRIVERS
9153 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9154 L:      netdev@vger.kernel.org
9155 L:      linux-renesas-soc@vger.kernel.org
9156 F:      drivers/net/ethernet/renesas/
9157 F:      include/linux/sh_eth.h
9158
9159 RENESAS USB2 PHY DRIVER
9160 M:      Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
9161 L:      linux-renesas-soc@vger.kernel.org
9162 S:      Maintained
9163 F:      drivers/phy/phy-rcar-gen3-usb2.c
9164
9165 RESET CONTROLLER FRAMEWORK
9166 M:      Philipp Zabel <p.zabel@pengutronix.de>
9167 T:      git git://git.pengutronix.de/git/pza/linux
9168 S:      Maintained
9169 F:      drivers/reset/
9170 F:      Documentation/devicetree/bindings/reset/
9171 F:      include/dt-bindings/reset/
9172 F:      include/linux/reset.h
9173 F:      include/linux/reset-controller.h
9174
9175 RFKILL
9176 M:      Johannes Berg <johannes@sipsolutions.net>
9177 L:      linux-wireless@vger.kernel.org
9178 W:      http://wireless.kernel.org/
9179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9181 S:      Maintained
9182 F:      Documentation/rfkill.txt
9183 F:      net/rfkill/
9184
9185 RHASHTABLE
9186 M:      Thomas Graf <tgraf@suug.ch>
9187 L:      netdev@vger.kernel.org
9188 S:      Maintained
9189 F:      lib/rhashtable.c
9190 F:      include/linux/rhashtable.h
9191
9192 RICOH SMARTMEDIA/XD DRIVER
9193 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9194 S:      Maintained
9195 F:      drivers/mtd/nand/r852.c
9196 F:      drivers/mtd/nand/r852.h
9197
9198 RICOH R5C592 MEMORYSTICK DRIVER
9199 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9200 S:      Maintained
9201 F:      drivers/memstick/host/r592.*
9202
9203 ROCCAT DRIVERS
9204 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9205 W:      http://sourceforge.net/projects/roccat/
9206 S:      Maintained
9207 F:      drivers/hid/hid-roccat*
9208 F:      include/linux/hid-roccat*
9209 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9210
9211 ROCKER DRIVER
9212 M:      Jiri Pirko <jiri@resnulli.us>
9213 M:      Scott Feldman <sfeldma@gmail.com>
9214 L:      netdev@vger.kernel.org
9215 S:      Supported
9216 F:      drivers/net/ethernet/rocker/
9217
9218 ROCKETPORT DRIVER
9219 P:      Comtrol Corp.
9220 W:      http://www.comtrol.com
9221 S:      Maintained
9222 F:      Documentation/serial/rocket.txt
9223 F:      drivers/tty/rocket*
9224
9225 ROCKETPORT EXPRESS/INFINITY DRIVER
9226 M:      Kevin Cernekee <cernekee@gmail.com>
9227 L:      linux-serial@vger.kernel.org
9228 S:      Odd Fixes
9229 F:      drivers/tty/serial/rp2.*
9230
9231 ROSE NETWORK LAYER
9232 M:      Ralf Baechle <ralf@linux-mips.org>
9233 L:      linux-hams@vger.kernel.org
9234 W:      http://www.linux-ax25.org/
9235 S:      Maintained
9236 F:      include/net/rose.h
9237 F:      include/uapi/linux/rose.h
9238 F:      net/rose/
9239
9240 RTL2830 MEDIA DRIVER
9241 M:      Antti Palosaari <crope@iki.fi>
9242 L:      linux-media@vger.kernel.org
9243 W:      https://linuxtv.org
9244 W:      http://palosaari.fi/linux/
9245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9246 T:      git git://linuxtv.org/anttip/media_tree.git
9247 S:      Maintained
9248 F:      drivers/media/dvb-frontends/rtl2830*
9249
9250 RTL2832 MEDIA DRIVER
9251 M:      Antti Palosaari <crope@iki.fi>
9252 L:      linux-media@vger.kernel.org
9253 W:      https://linuxtv.org
9254 W:      http://palosaari.fi/linux/
9255 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9256 T:      git git://linuxtv.org/anttip/media_tree.git
9257 S:      Maintained
9258 F:      drivers/media/dvb-frontends/rtl2832*
9259
9260 RTL2832_SDR MEDIA DRIVER
9261 M:      Antti Palosaari <crope@iki.fi>
9262 L:      linux-media@vger.kernel.org
9263 W:      https://linuxtv.org
9264 W:      http://palosaari.fi/linux/
9265 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9266 T:      git git://linuxtv.org/anttip/media_tree.git
9267 S:      Maintained
9268 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9269
9270 RTL8180 WIRELESS DRIVER
9271 L:      linux-wireless@vger.kernel.org
9272 W:      http://wireless.kernel.org/
9273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9274 S:      Orphan
9275 F:      drivers/net/wireless/realtek/rtl818x/rtl8180/
9276
9277 RTL8187 WIRELESS DRIVER
9278 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9279 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9280 M:      Larry Finger <Larry.Finger@lwfinger.net>
9281 L:      linux-wireless@vger.kernel.org
9282 W:      http://wireless.kernel.org/
9283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9284 S:      Maintained
9285 F:      drivers/net/wireless/realtek/rtl818x/rtl8187/
9286
9287 RTL8192CE WIRELESS DRIVER
9288 M:      Larry Finger <Larry.Finger@lwfinger.net>
9289 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9290 L:      linux-wireless@vger.kernel.org
9291 W:      http://wireless.kernel.org/
9292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9293 S:      Maintained
9294 F:      drivers/net/wireless/realtek/rtlwifi/
9295 F:      drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
9296
9297 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9298 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9299 L:      linux-wireless@vger.kernel.org
9300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9301 S:      Maintained
9302 F:      drivers/net/wireless/realtek/rtl8xxxu/
9303
9304 S3 SAVAGE FRAMEBUFFER DRIVER
9305 M:      Antonino Daplas <adaplas@gmail.com>
9306 L:      linux-fbdev@vger.kernel.org
9307 S:      Maintained
9308 F:      drivers/video/fbdev/savage/
9309
9310 S390
9311 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9312 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9313 L:      linux-s390@vger.kernel.org
9314 W:      http://www.ibm.com/developerworks/linux/linux390/
9315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git
9316 S:      Supported
9317 F:      arch/s390/
9318 F:      drivers/s390/
9319 F:      Documentation/s390/
9320 F:      Documentation/DocBook/s390*
9321
9322 S390 COMMON I/O LAYER
9323 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9324 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9325 L:      linux-s390@vger.kernel.org
9326 W:      http://www.ibm.com/developerworks/linux/linux390/
9327 S:      Supported
9328 F:      drivers/s390/cio/
9329
9330 S390 DASD DRIVER
9331 M:      Stefan Weinhuber <wein@de.ibm.com>
9332 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9333 L:      linux-s390@vger.kernel.org
9334 W:      http://www.ibm.com/developerworks/linux/linux390/
9335 S:      Supported
9336 F:      drivers/s390/block/dasd*
9337 F:      block/partitions/ibm.c
9338
9339 S390 NETWORK DRIVERS
9340 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9341 L:      linux-s390@vger.kernel.org
9342 W:      http://www.ibm.com/developerworks/linux/linux390/
9343 S:      Supported
9344 F:      drivers/s390/net/
9345
9346 S390 PCI SUBSYSTEM
9347 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9348 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9349 L:      linux-s390@vger.kernel.org
9350 W:      http://www.ibm.com/developerworks/linux/linux390/
9351 S:      Supported
9352 F:      arch/s390/pci/
9353 F:      drivers/pci/hotplug/s390_pci_hpc.c
9354
9355 S390 ZCRYPT DRIVER
9356 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9357 L:      linux-s390@vger.kernel.org
9358 W:      http://www.ibm.com/developerworks/linux/linux390/
9359 S:      Supported
9360 F:      drivers/s390/crypto/
9361
9362 S390 ZFCP DRIVER
9363 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9364 L:      linux-s390@vger.kernel.org
9365 W:      http://www.ibm.com/developerworks/linux/linux390/
9366 S:      Supported
9367 F:      drivers/s390/scsi/zfcp_*
9368
9369 S390 IUCV NETWORK LAYER
9370 M:      Ursula Braun <ubraun@linux.vnet.ibm.com>
9371 L:      linux-s390@vger.kernel.org
9372 W:      http://www.ibm.com/developerworks/linux/linux390/
9373 S:      Supported
9374 F:      drivers/s390/net/*iucv*
9375 F:      include/net/iucv/
9376 F:      net/iucv/
9377
9378 S390 IOMMU (PCI)
9379 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9380 L:      linux-s390@vger.kernel.org
9381 W:      http://www.ibm.com/developerworks/linux/linux390/
9382 S:      Supported
9383 F:      drivers/iommu/s390-iommu.c
9384
9385 S3C24XX SD/MMC Driver
9386 M:      Ben Dooks <ben-linux@fluff.org>
9387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9388 S:      Supported
9389 F:      drivers/mmc/host/s3cmci.*
9390
9391 SAA6588 RDS RECEIVER DRIVER
9392 M:      Hans Verkuil <hverkuil@xs4all.nl>
9393 L:      linux-media@vger.kernel.org
9394 T:      git git://linuxtv.org/media_tree.git
9395 W:      https://linuxtv.org
9396 S:      Odd Fixes
9397 F:      drivers/media/i2c/saa6588*
9398
9399 SAA7134 VIDEO4LINUX DRIVER
9400 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9401 L:      linux-media@vger.kernel.org
9402 W:      https://linuxtv.org
9403 T:      git git://linuxtv.org/media_tree.git
9404 S:      Odd fixes
9405 F:      Documentation/video4linux/*.saa7134
9406 F:      drivers/media/pci/saa7134/
9407
9408 SAA7146 VIDEO4LINUX-2 DRIVER
9409 M:      Hans Verkuil <hverkuil@xs4all.nl>
9410 L:      linux-media@vger.kernel.org
9411 T:      git git://linuxtv.org/media_tree.git
9412 S:      Maintained
9413 F:      drivers/media/common/saa7146/
9414 F:      drivers/media/pci/saa7146/
9415 F:      include/media/saa7146*
9416
9417 SAMSUNG LAPTOP DRIVER
9418 M:      Corentin Chary <corentin.chary@gmail.com>
9419 L:      platform-driver-x86@vger.kernel.org
9420 S:      Maintained
9421 F:      drivers/platform/x86/samsung-laptop.c
9422
9423 SAMSUNG AUDIO (ASoC) DRIVERS
9424 M:      Sangbeom Kim <sbkim73@samsung.com>
9425 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9426 S:      Supported
9427 F:      sound/soc/samsung/
9428
9429 SAMSUNG FRAMEBUFFER DRIVER
9430 M:      Jingoo Han <jingoohan1@gmail.com>
9431 L:      linux-fbdev@vger.kernel.org
9432 S:      Maintained
9433 F:      drivers/video/fbdev/s3c-fb.c
9434
9435 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9436 M:      Sangbeom Kim <sbkim73@samsung.com>
9437 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9438 L:      linux-kernel@vger.kernel.org
9439 L:      linux-samsung-soc@vger.kernel.org
9440 S:      Supported
9441 F:      drivers/mfd/sec*.c
9442 F:      drivers/regulator/s2m*.c
9443 F:      drivers/regulator/s5m*.c
9444 F:      drivers/clk/clk-s2mps11.c
9445 F:      drivers/rtc/rtc-s5m.c
9446 F:      include/linux/mfd/samsung/
9447 F:      Documentation/devicetree/bindings/mfd/samsung,sec-core.txt
9448 F:      Documentation/devicetree/bindings/regulator/samsung,s2m*.txt
9449 F:      Documentation/devicetree/bindings/regulator/samsung,s5m*.txt
9450 F:      Documentation/devicetree/bindings/clock/samsung,s2mps11.txt
9451
9452 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9453 M:      Kyungmin Park <kyungmin.park@samsung.com>
9454 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9455 L:      linux-media@vger.kernel.org
9456 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9457 S:      Supported
9458 F:      drivers/media/platform/exynos4-is/
9459
9460 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9461 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9462 L:      linux-media@vger.kernel.org
9463 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9464 S:      Maintained
9465 F:      drivers/media/platform/s3c-camif/
9466 F:      include/media/drv-intf/s3c_camif.h
9467
9468 SAMSUNG S5C73M3 CAMERA DRIVER
9469 M:      Kyungmin Park <kyungmin.park@samsung.com>
9470 M:      Andrzej Hajda <a.hajda@samsung.com>
9471 L:      linux-media@vger.kernel.org
9472 S:      Supported
9473 F:      drivers/media/i2c/s5c73m3/*
9474
9475 SAMSUNG S5K5BAF CAMERA DRIVER
9476 M:      Kyungmin Park <kyungmin.park@samsung.com>
9477 M:      Andrzej Hajda <a.hajda@samsung.com>
9478 L:      linux-media@vger.kernel.org
9479 S:      Supported
9480 F:      drivers/media/i2c/s5k5baf.c
9481
9482 SAMSUNG S3FWRN5 NFC DRIVER
9483 M:      Robert Baldyga <r.baldyga@samsung.com>
9484 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9485 S:      Supported
9486 F:      drivers/nfc/s3fwrn5
9487
9488 SAMSUNG SOC CLOCK DRIVERS
9489 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9490 M:      Tomasz Figa <tomasz.figa@gmail.com>
9491 S:      Supported
9492 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9493 F:      drivers/clk/samsung/
9494
9495 SAMSUNG SXGBE DRIVERS
9496 M:      Byungho An <bh74.an@samsung.com>
9497 M:      Girish K S <ks.giri@samsung.com>
9498 M:      Vipul Pandya <vipul.pandya@samsung.com>
9499 S:      Supported
9500 L:      netdev@vger.kernel.org
9501 F:      drivers/net/ethernet/samsung/sxgbe/
9502
9503 SAMSUNG THERMAL DRIVER
9504 M:      Lukasz Majewski <l.majewski@samsung.com>
9505 L:      linux-pm@vger.kernel.org
9506 L:      linux-samsung-soc@vger.kernel.org
9507 S:      Supported
9508 T:      git https://github.com/lmajewski/linux-samsung-thermal.git
9509 F:      drivers/thermal/samsung/
9510
9511 SAMSUNG USB2 PHY DRIVER
9512 M:      Kamil Debski <k.debski@samsung.com>
9513 L:      linux-kernel@vger.kernel.org
9514 S:      Supported
9515 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9516 F:      Documentation/phy/samsung-usb2.txt
9517 F:      drivers/phy/phy-exynos4210-usb2.c
9518 F:      drivers/phy/phy-exynos4x12-usb2.c
9519 F:      drivers/phy/phy-exynos5250-usb2.c
9520 F:      drivers/phy/phy-s5pv210-usb2.c
9521 F:      drivers/phy/phy-samsung-usb2.c
9522 F:      drivers/phy/phy-samsung-usb2.h
9523
9524 SERIAL DRIVERS
9525 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9526 L:      linux-serial@vger.kernel.org
9527 S:      Maintained
9528 F:      drivers/tty/serial/
9529
9530 SYNOPSYS DESIGNWARE DMAC DRIVER
9531 M:      Viresh Kumar <vireshk@kernel.org>
9532 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9533 S:      Maintained
9534 F:      include/linux/dma/dw.h
9535 F:      include/linux/platform_data/dma-dw.h
9536 F:      drivers/dma/dw/
9537
9538 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9539 M: Lars Persson <lars.persson@axis.com>
9540 L: netdev@vger.kernel.org
9541 S: Supported
9542 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9543 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9544
9545 SYNOPSYS DESIGNWARE I2C DRIVER
9546 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9547 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9548 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9549 L:      linux-i2c@vger.kernel.org
9550 S:      Maintained
9551 F:      drivers/i2c/busses/i2c-designware-*
9552 F:      include/linux/platform_data/i2c-designware.h
9553
9554 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9555 M:      Jaehoon Chung <jh80.chung@samsung.com>
9556 L:      linux-mmc@vger.kernel.org
9557 S:      Maintained
9558 F:      include/linux/mmc/dw_mmc.h
9559 F:      drivers/mmc/host/dw_mmc*
9560
9561 SYSTEM TRACE MODULE CLASS
9562 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9563 S:      Maintained
9564 F:      Documentation/trace/stm.txt
9565 F:      drivers/hwtracing/stm/
9566 F:      include/linux/stm.h
9567 F:      include/uapi/linux/stm.h
9568
9569 THUNDERBOLT DRIVER
9570 M:      Andreas Noever <andreas.noever@gmail.com>
9571 S:      Maintained
9572 F:      drivers/thunderbolt/
9573
9574 TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER
9575 M:      John Stultz <john.stultz@linaro.org>
9576 M:      Thomas Gleixner <tglx@linutronix.de>
9577 L:      linux-kernel@vger.kernel.org
9578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9579 S:      Supported
9580 F:      include/linux/clocksource.h
9581 F:      include/linux/time.h
9582 F:      include/linux/timex.h
9583 F:      include/uapi/linux/time.h
9584 F:      include/uapi/linux/timex.h
9585 F:      kernel/time/clocksource.c
9586 F:      kernel/time/time*.c
9587 F:      kernel/time/alarmtimer.c
9588 F:      kernel/time/ntp.c
9589 F:      tools/testing/selftests/timers/
9590
9591 SC1200 WDT DRIVER
9592 M:      Zwane Mwaikambo <zwanem@gmail.com>
9593 S:      Maintained
9594 F:      drivers/watchdog/sc1200wdt.c
9595
9596 SCHEDULER
9597 M:      Ingo Molnar <mingo@redhat.com>
9598 M:      Peter Zijlstra <peterz@infradead.org>
9599 L:      linux-kernel@vger.kernel.org
9600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9601 S:      Maintained
9602 F:      kernel/sched/
9603 F:      include/linux/sched.h
9604 F:      include/uapi/linux/sched.h
9605 F:      include/linux/wait.h
9606
9607 SCORE ARCHITECTURE
9608 M:      Chen Liqin <liqin.linux@gmail.com>
9609 M:      Lennox Wu <lennox.wu@gmail.com>
9610 W:      http://www.sunplus.com
9611 S:      Supported
9612 F:      arch/score/
9613
9614 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9615 M:      Sudeep Holla <sudeep.holla@arm.com>
9616 L:      linux-arm-kernel@lists.infradead.org
9617 S:      Maintained
9618 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9619 F:      drivers/clk/clk-scpi.c
9620 F:      drivers/cpufreq/scpi-cpufreq.c
9621 F:      drivers/firmware/arm_scpi.c
9622 F:      include/linux/scpi_protocol.h
9623
9624 SCSI CDROM DRIVER
9625 M:      Jens Axboe <axboe@kernel.dk>
9626 L:      linux-scsi@vger.kernel.org
9627 W:      http://www.kernel.dk
9628 S:      Maintained
9629 F:      drivers/scsi/sr*
9630
9631 SCSI RDMA PROTOCOL (SRP) INITIATOR
9632 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9633 L:      linux-rdma@vger.kernel.org
9634 S:      Supported
9635 W:      http://www.openfabrics.org
9636 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9638 F:      drivers/infiniband/ulp/srp/
9639 F:      include/scsi/srp.h
9640
9641 SCSI SG DRIVER
9642 M:      Doug Gilbert <dgilbert@interlog.com>
9643 L:      linux-scsi@vger.kernel.org
9644 W:      http://sg.danny.cz/sg
9645 S:      Maintained
9646 F:      Documentation/scsi/scsi-generic.txt
9647 F:      drivers/scsi/sg.c
9648 F:      include/scsi/sg.h
9649
9650 SCSI SUBSYSTEM
9651 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9653 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9655 L:      linux-scsi@vger.kernel.org
9656 S:      Maintained
9657 F:      drivers/scsi/
9658 F:      include/scsi/
9659
9660 SCSI TAPE DRIVER
9661 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9662 L:      linux-scsi@vger.kernel.org
9663 S:      Maintained
9664 F:      Documentation/scsi/st.txt
9665 F:      drivers/scsi/st.*
9666 F:      drivers/scsi/st_*.h
9667
9668 SCTP PROTOCOL
9669 M:      Vlad Yasevich <vyasevich@gmail.com>
9670 M:      Neil Horman <nhorman@tuxdriver.com>
9671 L:      linux-sctp@vger.kernel.org
9672 W:      http://lksctp.sourceforge.net
9673 S:      Maintained
9674 F:      Documentation/networking/sctp.txt
9675 F:      include/linux/sctp.h
9676 F:      include/uapi/linux/sctp.h
9677 F:      include/net/sctp/
9678 F:      net/sctp/
9679
9680 SCx200 CPU SUPPORT
9681 M:      Jim Cromie <jim.cromie@gmail.com>
9682 S:      Odd Fixes
9683 F:      Documentation/i2c/busses/scx200_acb
9684 F:      arch/x86/platform/scx200/
9685 F:      drivers/watchdog/scx200_wdt.c
9686 F:      drivers/i2c/busses/scx200*
9687 F:      drivers/mtd/maps/scx200_docflash.c
9688 F:      include/linux/scx200.h
9689
9690 SCx200 GPIO DRIVER
9691 M:      Jim Cromie <jim.cromie@gmail.com>
9692 S:      Maintained
9693 F:      drivers/char/scx200_gpio.c
9694 F:      include/linux/scx200_gpio.h
9695
9696 SCx200 HRT CLOCKSOURCE DRIVER
9697 M:      Jim Cromie <jim.cromie@gmail.com>
9698 S:      Maintained
9699 F:      drivers/clocksource/scx200_hrt.c
9700
9701 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9702 M:      Sascha Sommer <saschasommer@freenet.de>
9703 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9704 S:      Maintained
9705 F:      drivers/mmc/host/sdricoh_cs.c
9706
9707 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9708 L:      linux-mmc@vger.kernel.org
9709 S:      Orphan
9710 F:      drivers/mmc/host/sdhci.*
9711 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9712
9713 SECURE COMPUTING
9714 M:      Kees Cook <keescook@chromium.org>
9715 R:      Andy Lutomirski <luto@amacapital.net>
9716 R:      Will Drewry <wad@chromium.org>
9717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9718 S:      Supported
9719 F:      kernel/seccomp.c
9720 F:      include/uapi/linux/seccomp.h
9721 F:      include/linux/seccomp.h
9722 F:      tools/testing/selftests/seccomp/*
9723 K:      \bsecure_computing
9724 K:      \bTIF_SECCOMP\b
9725
9726 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9727 M:      Ben Dooks <ben-linux@fluff.org>
9728 M:      Jaehoon Chung <jh80.chung@samsung.com>
9729 L:      linux-mmc@vger.kernel.org
9730 S:      Maintained
9731 F:      drivers/mmc/host/sdhci-s3c*
9732
9733 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9734 M:      Viresh Kumar <vireshk@kernel.org>
9735 L:      spear-devel@list.st.com
9736 L:      linux-mmc@vger.kernel.org
9737 S:      Maintained
9738 F:      drivers/mmc/host/sdhci-spear.c
9739
9740 SECURITY SUBSYSTEM
9741 M:      James Morris <james.l.morris@oracle.com>
9742 M:      "Serge E. Hallyn" <serge@hallyn.com>
9743 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9744 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9745 W:      http://kernsec.org/
9746 S:      Supported
9747 F:      security/
9748
9749 SECURITY CONTACT
9750 M:      Security Officers <security@kernel.org>
9751 S:      Supported
9752
9753 SELINUX SECURITY MODULE
9754 M:      Paul Moore <paul@paul-moore.com>
9755 M:      Stephen Smalley <sds@tycho.nsa.gov>
9756 M:      Eric Paris <eparis@parisplace.org>
9757 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9758 W:      http://selinuxproject.org
9759 T:      git git://git.infradead.org/users/pcmoore/selinux
9760 S:      Supported
9761 F:      include/linux/selinux*
9762 F:      security/selinux/
9763 F:      scripts/selinux/
9764
9765 APPARMOR SECURITY MODULE
9766 M:      John Johansen <john.johansen@canonical.com>
9767 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9768 W:      apparmor.wiki.kernel.org
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9770 S:      Supported
9771 F:      security/apparmor/
9772
9773 YAMA SECURITY MODULE
9774 M:      Kees Cook <keescook@chromium.org>
9775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9776 S:      Supported
9777 F:      security/yama/
9778
9779 SENSABLE PHANTOM
9780 M:      Jiri Slaby <jirislaby@gmail.com>
9781 S:      Maintained
9782 F:      drivers/misc/phantom.c
9783 F:      include/uapi/linux/phantom.h
9784
9785 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9786 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9787 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9788 M:      John Soni Jose <sony.john@avagotech.com>
9789 L:      linux-scsi@vger.kernel.org
9790 W:      http://www.avagotech.com
9791 S:      Supported
9792 F:      drivers/scsi/be2iscsi/
9793
9794 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9795 M:      Sathya Perla <sathya.perla@avagotech.com>
9796 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9797 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9798 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9799 L:      netdev@vger.kernel.org
9800 W:      http://www.emulex.com
9801 S:      Supported
9802 F:      drivers/net/ethernet/emulex/benet/
9803
9804 EMULEX ONECONNECT ROCE DRIVER
9805 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9806 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9807 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9808 L:      linux-rdma@vger.kernel.org
9809 W:      http://www.emulex.com
9810 S:      Supported
9811 F:      drivers/infiniband/hw/ocrdma/
9812
9813 SFC NETWORK DRIVER
9814 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9815 M:      Shradha Shah <sshah@solarflare.com>
9816 L:      netdev@vger.kernel.org
9817 S:      Supported
9818 F:      drivers/net/ethernet/sfc/
9819
9820 SGI GRU DRIVER
9821 M:      Dimitri Sivanich <sivanich@sgi.com>
9822 S:      Maintained
9823 F:      drivers/misc/sgi-gru/
9824
9825 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9826 M:      Pat Gefre <pfg@sgi.com>
9827 L:      linux-ia64@vger.kernel.org
9828 S:      Supported
9829 F:      Documentation/ia64/serial.txt
9830 F:      drivers/tty/serial/ioc?_serial.c
9831 F:      include/linux/ioc?.h
9832
9833 SGI XP/XPC/XPNET DRIVER
9834 M:      Cliff Whickman <cpw@sgi.com>
9835 M:      Robin Holt <robinmholt@gmail.com>
9836 S:      Maintained
9837 F:      drivers/misc/sgi-xp/
9838
9839 SI2157 MEDIA DRIVER
9840 M:      Antti Palosaari <crope@iki.fi>
9841 L:      linux-media@vger.kernel.org
9842 W:      https://linuxtv.org
9843 W:      http://palosaari.fi/linux/
9844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9845 T:      git git://linuxtv.org/anttip/media_tree.git
9846 S:      Maintained
9847 F:      drivers/media/tuners/si2157*
9848
9849 SI2168 MEDIA DRIVER
9850 M:      Antti Palosaari <crope@iki.fi>
9851 L:      linux-media@vger.kernel.org
9852 W:      https://linuxtv.org
9853 W:      http://palosaari.fi/linux/
9854 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9855 T:      git git://linuxtv.org/anttip/media_tree.git
9856 S:      Maintained
9857 F:      drivers/media/dvb-frontends/si2168*
9858
9859 SI470X FM RADIO RECEIVER I2C DRIVER
9860 M:      Hans Verkuil <hverkuil@xs4all.nl>
9861 L:      linux-media@vger.kernel.org
9862 T:      git git://linuxtv.org/media_tree.git
9863 W:      https://linuxtv.org
9864 S:      Odd Fixes
9865 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9866
9867 SI470X FM RADIO RECEIVER USB DRIVER
9868 M:      Hans Verkuil <hverkuil@xs4all.nl>
9869 L:      linux-media@vger.kernel.org
9870 T:      git git://linuxtv.org/media_tree.git
9871 W:      https://linuxtv.org
9872 S:      Maintained
9873 F:      drivers/media/radio/si470x/radio-si470x-common.c
9874 F:      drivers/media/radio/si470x/radio-si470x.h
9875 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9876
9877 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9878 M:      Eduardo Valentin <edubezval@gmail.com>
9879 L:      linux-media@vger.kernel.org
9880 T:      git git://linuxtv.org/media_tree.git
9881 W:      https://linuxtv.org
9882 S:      Odd Fixes
9883 F:      drivers/media/radio/si4713/si4713.?
9884
9885 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9886 M:      Eduardo Valentin <edubezval@gmail.com>
9887 L:      linux-media@vger.kernel.org
9888 T:      git git://linuxtv.org/media_tree.git
9889 W:      https://linuxtv.org
9890 S:      Odd Fixes
9891 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9892
9893 SI4713 FM RADIO TRANSMITTER USB DRIVER
9894 M:      Hans Verkuil <hverkuil@xs4all.nl>
9895 L:      linux-media@vger.kernel.org
9896 T:      git git://linuxtv.org/media_tree.git
9897 W:      https://linuxtv.org
9898 S:      Maintained
9899 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9900
9901 SIANO DVB DRIVER
9902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9903 L:      linux-media@vger.kernel.org
9904 W:      https://linuxtv.org
9905 T:      git git://linuxtv.org/media_tree.git
9906 S:      Odd fixes
9907 F:      drivers/media/common/siano/
9908 F:      drivers/media/usb/siano/
9909 F:      drivers/media/usb/siano/
9910 F:      drivers/media/mmc/siano/
9911
9912 SIMPLEFB FB DRIVER
9913 M:      Hans de Goede <hdegoede@redhat.com>
9914 L:      linux-fbdev@vger.kernel.org
9915 S:      Maintained
9916 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9917 F:      drivers/video/fbdev/simplefb.c
9918 F:      include/linux/platform_data/simplefb.h
9919
9920 SH_VEU V4L2 MEM2MEM DRIVER
9921 L:      linux-media@vger.kernel.org
9922 S:      Orphan
9923 F:      drivers/media/platform/sh_veu.c
9924
9925 SH_VOU V4L2 OUTPUT DRIVER
9926 L:      linux-media@vger.kernel.org
9927 S:      Orphan
9928 F:      drivers/media/platform/sh_vou.c
9929 F:      include/media/drv-intf/sh_vou.h
9930
9931 SIMPLE FIRMWARE INTERFACE (SFI)
9932 M:      Len Brown <lenb@kernel.org>
9933 L:      sfi-devel@simplefirmware.org
9934 W:      http://simplefirmware.org/
9935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9936 S:      Supported
9937 F:      arch/x86/platform/sfi/
9938 F:      drivers/sfi/
9939 F:      include/linux/sfi*.h
9940
9941 SIMTEC EB110ATX (Chalice CATS)
9942 P:      Ben Dooks
9943 P:      Vincent Sanders <vince@simtec.co.uk>
9944 M:      Simtec Linux Team <linux@simtec.co.uk>
9945 W:      http://www.simtec.co.uk/products/EB110ATX/
9946 S:      Supported
9947
9948 SIMTEC EB2410ITX (BAST)
9949 P:      Ben Dooks
9950 P:      Vincent Sanders <vince@simtec.co.uk>
9951 M:      Simtec Linux Team <linux@simtec.co.uk>
9952 W:      http://www.simtec.co.uk/products/EB2410ITX/
9953 S:      Supported
9954 F:      arch/arm/mach-s3c24xx/mach-bast.c
9955 F:      arch/arm/mach-s3c24xx/bast-ide.c
9956 F:      arch/arm/mach-s3c24xx/bast-irq.c
9957
9958 TI DAVINCI MACHINE SUPPORT
9959 M:      Sekhar Nori <nsekhar@ti.com>
9960 M:      Kevin Hilman <khilman@deeprootsystems.com>
9961 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9962 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9963 S:      Supported
9964 F:      arch/arm/mach-davinci/
9965 F:      drivers/i2c/busses/i2c-davinci.c
9966
9967 TI DAVINCI SERIES MEDIA DRIVER
9968 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9969 L:      linux-media@vger.kernel.org
9970 W:      https://linuxtv.org
9971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9972 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9973 S:      Maintained
9974 F:      drivers/media/platform/davinci/
9975 F:      include/media/davinci/
9976
9977 TI AM437X VPFE DRIVER
9978 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9979 L:      linux-media@vger.kernel.org
9980 W:      https://linuxtv.org
9981 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9982 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9983 S:      Maintained
9984 F:      drivers/media/platform/am437x/
9985
9986 OV2659 OMNIVISION SENSOR DRIVER
9987 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9988 L:      linux-media@vger.kernel.org
9989 W:      https://linuxtv.org
9990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9991 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9992 S:      Maintained
9993 F:      drivers/media/i2c/ov2659.c
9994 F:      include/media/i2c/ov2659.h
9995
9996 SILICON MOTION SM712 FRAME BUFFER DRIVER
9997 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9998 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9999 M:      Sudip Mukherjee <sudip@vectorindia.org>
10000 L:      linux-fbdev@vger.kernel.org
10001 S:      Maintained
10002 F:      drivers/video/fbdev/sm712*
10003 F:      Documentation/fb/sm712fb.txt
10004
10005 SIS 190 ETHERNET DRIVER
10006 M:      Francois Romieu <romieu@fr.zoreil.com>
10007 L:      netdev@vger.kernel.org
10008 S:      Maintained
10009 F:      drivers/net/ethernet/sis/sis190.c
10010
10011 SIS 900/7016 FAST ETHERNET DRIVER
10012 M:      Daniele Venzano <venza@brownhat.org>
10013 W:      http://www.brownhat.org/sis900.html
10014 L:      netdev@vger.kernel.org
10015 S:      Maintained
10016 F:      drivers/net/ethernet/sis/sis900.*
10017
10018 SIS FRAMEBUFFER DRIVER
10019 M:      Thomas Winischhofer <thomas@winischhofer.net>
10020 W:      http://www.winischhofer.net/linuxsisvga.shtml
10021 S:      Maintained
10022 F:      Documentation/fb/sisfb.txt
10023 F:      drivers/video/fbdev/sis/
10024 F:      include/video/sisfb.h
10025
10026 SIS USB2VGA DRIVER
10027 M:      Thomas Winischhofer <thomas@winischhofer.net>
10028 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
10029 S:      Maintained
10030 F:      drivers/usb/misc/sisusbvga/
10031
10032 SLAB ALLOCATOR
10033 M:      Christoph Lameter <cl@linux.com>
10034 M:      Pekka Enberg <penberg@kernel.org>
10035 M:      David Rientjes <rientjes@google.com>
10036 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
10037 M:      Andrew Morton <akpm@linux-foundation.org>
10038 L:      linux-mm@kvack.org
10039 S:      Maintained
10040 F:      include/linux/sl?b*.h
10041 F:      mm/sl?b*
10042
10043 SLEEPABLE READ-COPY UPDATE (SRCU)
10044 M:      Lai Jiangshan <jiangshanlai@gmail.com>
10045 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
10046 M:      Josh Triplett <josh@joshtriplett.org>
10047 R:      Steven Rostedt <rostedt@goodmis.org>
10048 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
10049 L:      linux-kernel@vger.kernel.org
10050 W:      http://www.rdrop.com/users/paulmck/RCU/
10051 S:      Supported
10052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
10053 F:      include/linux/srcu.h
10054 F:      kernel/rcu/srcu.c
10055
10056 SMACK SECURITY MODULE
10057 M:      Casey Schaufler <casey@schaufler-ca.com>
10058 L:      linux-security-module@vger.kernel.org
10059 W:      http://schaufler-ca.com
10060 T:      git git://git.gitorious.org/smack-next/kernel.git
10061 S:      Maintained
10062 F:      Documentation/security/Smack.txt
10063 F:      security/smack/
10064
10065 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
10066 M:      Kevin Hilman <khilman@kernel.org>
10067 M:      Nishanth Menon <nm@ti.com>
10068 S:      Maintained
10069 F:      drivers/power/avs/
10070 F:      include/linux/power/smartreflex.h
10071 L:      linux-pm@vger.kernel.org
10072
10073 SMC91x ETHERNET DRIVER
10074 M:      Nicolas Pitre <nico@fluxnic.net>
10075 S:      Odd Fixes
10076 F:      drivers/net/ethernet/smsc/smc91x.*
10077
10078 SMIA AND SMIA++ IMAGE SENSOR DRIVER
10079 M:      Sakari Ailus <sakari.ailus@iki.fi>
10080 L:      linux-media@vger.kernel.org
10081 S:      Maintained
10082 F:      drivers/media/i2c/smiapp/
10083 F:      include/media/i2c/smiapp.h
10084 F:      drivers/media/i2c/smiapp-pll.c
10085 F:      drivers/media/i2c/smiapp-pll.h
10086 F:      include/uapi/linux/smiapp.h
10087 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
10088
10089 SMM665 HARDWARE MONITOR DRIVER
10090 M:      Guenter Roeck <linux@roeck-us.net>
10091 L:      lm-sensors@lm-sensors.org
10092 S:      Maintained
10093 F:      Documentation/hwmon/smm665
10094 F:      drivers/hwmon/smm665.c
10095
10096 SMSC EMC2103 HARDWARE MONITOR DRIVER
10097 M:      Steve Glendinning <steve.glendinning@shawell.net>
10098 L:      lm-sensors@lm-sensors.org
10099 S:      Maintained
10100 F:      Documentation/hwmon/emc2103
10101 F:      drivers/hwmon/emc2103.c
10102
10103 SMSC SCH5627 HARDWARE MONITOR DRIVER
10104 M:      Hans de Goede <hdegoede@redhat.com>
10105 L:      lm-sensors@lm-sensors.org
10106 S:      Supported
10107 F:      Documentation/hwmon/sch5627
10108 F:      drivers/hwmon/sch5627.c
10109
10110 SMSC47B397 HARDWARE MONITOR DRIVER
10111 M:      Jean Delvare <jdelvare@suse.com>
10112 L:      lm-sensors@lm-sensors.org
10113 S:      Maintained
10114 F:      Documentation/hwmon/smsc47b397
10115 F:      drivers/hwmon/smsc47b397.c
10116
10117 SMSC911x ETHERNET DRIVER
10118 M:      Steve Glendinning <steve.glendinning@shawell.net>
10119 L:      netdev@vger.kernel.org
10120 S:      Maintained
10121 F:      include/linux/smsc911x.h
10122 F:      drivers/net/ethernet/smsc/smsc911x.*
10123
10124 SMSC9420 PCI ETHERNET DRIVER
10125 M:      Steve Glendinning <steve.glendinning@shawell.net>
10126 L:      netdev@vger.kernel.org
10127 S:      Maintained
10128 F:      drivers/net/ethernet/smsc/smsc9420.*
10129
10130 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
10131 M:      Steve Glendinning <steve.glendinning@shawell.net>
10132 L:      linux-fbdev@vger.kernel.org
10133 S:      Maintained
10134 F:      drivers/video/fbdev/smscufx.c
10135
10136 SOC-CAMERA V4L2 SUBSYSTEM
10137 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
10138 L:      linux-media@vger.kernel.org
10139 T:      git git://linuxtv.org/media_tree.git
10140 S:      Maintained
10141 F:      include/media/soc*
10142 F:      drivers/media/i2c/soc_camera/
10143 F:      drivers/media/platform/soc_camera/
10144
10145 SOEKRIS NET48XX LED SUPPORT
10146 M:      Chris Boot <bootc@bootc.net>
10147 S:      Maintained
10148 F:      drivers/leds/leds-net48xx.c
10149
10150 SOFTLOGIC 6x10 MPEG CODEC
10151 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10152 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10153 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10154 M:      Ismael Luceno <ismael@iodev.co.uk>
10155 L:      linux-media@vger.kernel.org
10156 S:      Supported
10157 F:      drivers/media/pci/solo6x10/
10158
10159 SOFTWARE RAID (Multiple Disks) SUPPORT
10160 L:      linux-raid@vger.kernel.org
10161 T:      git git://neil.brown.name/md
10162 S:      Supported
10163 F:      drivers/md/
10164 F:      include/linux/raid/
10165 F:      include/uapi/linux/raid/
10166
10167 SONIC NETWORK DRIVER
10168 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10169 L:      netdev@vger.kernel.org
10170 S:      Maintained
10171 F:      drivers/net/ethernet/natsemi/sonic.*
10172
10173 SONICS SILICON BACKPLANE DRIVER (SSB)
10174 M:      Michael Buesch <m@bues.ch>
10175 L:      netdev@vger.kernel.org
10176 S:      Maintained
10177 F:      drivers/ssb/
10178 F:      include/linux/ssb/
10179
10180 SONY VAIO CONTROL DEVICE DRIVER
10181 M:      Mattia Dongili <malattia@linux.it>
10182 L:      platform-driver-x86@vger.kernel.org
10183 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10184 S:      Maintained
10185 F:      Documentation/laptops/sony-laptop.txt
10186 F:      drivers/char/sonypi.c
10187 F:      drivers/platform/x86/sony-laptop.c
10188 F:      include/linux/sony-laptop.h
10189
10190 SONY MEMORYSTICK CARD SUPPORT
10191 M:      Alex Dubov <oakad@yahoo.com>
10192 W:      http://tifmxx.berlios.de/
10193 S:      Maintained
10194 F:      drivers/memstick/host/tifm_ms.c
10195
10196 SONY MEMORYSTICK STANDARD SUPPORT
10197 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10198 S:      Maintained
10199 F:      drivers/memstick/core/ms_block.*
10200
10201 SOUND
10202 M:      Jaroslav Kysela <perex@perex.cz>
10203 M:      Takashi Iwai <tiwai@suse.com>
10204 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10205 W:      http://www.alsa-project.org/
10206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10207 T:      git git://git.alsa-project.org/alsa-kernel.git
10208 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10209 S:      Maintained
10210 F:      Documentation/sound/
10211 F:      include/sound/
10212 F:      include/uapi/sound/
10213 F:      sound/
10214
10215 SOUND - COMPRESSED AUDIO
10216 M:      Vinod Koul <vinod.koul@intel.com>
10217 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10219 S:      Supported
10220 F:      Documentation/sound/alsa/compress_offload.txt
10221 F:      include/sound/compress_driver.h
10222 F:      include/uapi/sound/compress_*
10223 F:      sound/core/compress_offload.c
10224 F:      sound/soc/soc-compress.c
10225
10226 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10227 M:      Liam Girdwood <lgirdwood@gmail.com>
10228 M:      Mark Brown <broonie@kernel.org>
10229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10230 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10231 W:      http://alsa-project.org/main/index.php/ASoC
10232 S:      Supported
10233 F:      Documentation/sound/alsa/soc/
10234 F:      sound/soc/
10235 F:      include/sound/soc*
10236
10237 SOUND - DMAENGINE HELPERS
10238 M:      Lars-Peter Clausen <lars@metafoo.de>
10239 S:      Supported
10240 F:      include/sound/dmaengine_pcm.h
10241 F:      sound/core/pcm_dmaengine.c
10242 F:      sound/soc/soc-generic-dmaengine-pcm.c
10243
10244 SP2 MEDIA DRIVER
10245 M:      Olli Salonen <olli.salonen@iki.fi>
10246 L:      linux-media@vger.kernel.org
10247 W:      https://linuxtv.org
10248 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10249 S:      Maintained
10250 F:      drivers/media/dvb-frontends/sp2*
10251
10252 SPARC + UltraSPARC (sparc/sparc64)
10253 M:      "David S. Miller" <davem@davemloft.net>
10254 L:      sparclinux@vger.kernel.org
10255 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10258 S:      Maintained
10259 F:      arch/sparc/
10260 F:      drivers/sbus/
10261
10262 SPARC SERIAL DRIVERS
10263 M:      "David S. Miller" <davem@davemloft.net>
10264 L:      sparclinux@vger.kernel.org
10265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10267 S:      Maintained
10268 F:      include/linux/sunserialcore.h
10269 F:      drivers/tty/serial/suncore.c
10270 F:      drivers/tty/serial/sunhv.c
10271 F:      drivers/tty/serial/sunsab.c
10272 F:      drivers/tty/serial/sunsab.h
10273 F:      drivers/tty/serial/sunsu.c
10274 F:      drivers/tty/serial/sunzilog.c
10275 F:      drivers/tty/serial/sunzilog.h
10276
10277 SPARSE CHECKER
10278 M:      "Christopher Li" <sparse@chrisli.org>
10279 L:      linux-sparse@vger.kernel.org
10280 W:      https://sparse.wiki.kernel.org/
10281 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10282 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10283 S:      Maintained
10284 F:      include/linux/compiler.h
10285
10286 SPEAR PLATFORM SUPPORT
10287 M:      Viresh Kumar <vireshk@kernel.org>
10288 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10289 L:      spear-devel@list.st.com
10290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10291 W:      http://www.st.com/spear
10292 S:      Maintained
10293 F:      arch/arm/mach-spear/
10294
10295 SPEAR CLOCK FRAMEWORK SUPPORT
10296 M:      Viresh Kumar <vireshk@kernel.org>
10297 L:      spear-devel@list.st.com
10298 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10299 W:      http://www.st.com/spear
10300 S:      Maintained
10301 F:      drivers/clk/spear/
10302
10303 SPI SUBSYSTEM
10304 M:      Mark Brown <broonie@kernel.org>
10305 L:      linux-spi@vger.kernel.org
10306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10307 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10308 S:      Maintained
10309 F:      Documentation/spi/
10310 F:      drivers/spi/
10311 F:      include/linux/spi/
10312 F:      include/uapi/linux/spi/
10313
10314 SPIDERNET NETWORK DRIVER for CELL
10315 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10316 L:      netdev@vger.kernel.org
10317 S:      Supported
10318 F:      Documentation/networking/spider_net.txt
10319 F:      drivers/net/ethernet/toshiba/spider_net*
10320
10321 SPU FILE SYSTEM
10322 M:      Jeremy Kerr <jk@ozlabs.org>
10323 L:      linuxppc-dev@lists.ozlabs.org
10324 W:      http://www.ibm.com/developerworks/power/cell/
10325 S:      Supported
10326 F:      Documentation/filesystems/spufs.txt
10327 F:      arch/powerpc/platforms/cell/spufs/
10328
10329 SQUASHFS FILE SYSTEM
10330 M:      Phillip Lougher <phillip@squashfs.org.uk>
10331 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10332 W:      http://squashfs.org.uk
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-next.git
10334 S:      Maintained
10335 F:      Documentation/filesystems/squashfs.txt
10336 F:      fs/squashfs/
10337
10338 SRM (Alpha) environment access
10339 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10340 S:      Maintained
10341 F:      arch/alpha/kernel/srm_env.c
10342
10343 STABLE BRANCH
10344 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10345 L:      stable@vger.kernel.org
10346 S:      Supported
10347 F:      Documentation/stable_kernel_rules.txt
10348
10349 STAGING SUBSYSTEM
10350 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10352 L:      devel@driverdev.osuosl.org
10353 S:      Supported
10354 F:      drivers/staging/
10355
10356 STAGING - COMEDI
10357 M:      Ian Abbott <abbotti@mev.co.uk>
10358 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10359 S:      Odd Fixes
10360 F:      drivers/staging/comedi/
10361
10362 STAGING - FLARION FT1000 DRIVERS
10363 M:      Marek Belisko <marek.belisko@gmail.com>
10364 S:      Odd Fixes
10365 F:      drivers/staging/ft1000/
10366
10367 STAGING - INDUSTRIAL IO
10368 M:      Jonathan Cameron <jic23@kernel.org>
10369 L:      linux-iio@vger.kernel.org
10370 S:      Odd Fixes
10371 F:      drivers/staging/iio/
10372
10373 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10374 M:      Jarod Wilson <jarod@wilsonet.com>
10375 W:      http://www.lirc.org/
10376 S:      Odd Fixes
10377 F:      drivers/staging/media/lirc/
10378
10379 STAGING - LUSTRE PARALLEL FILESYSTEM
10380 M:      Oleg Drokin <oleg.drokin@intel.com>
10381 M:      Andreas Dilger <andreas.dilger@intel.com>
10382 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10383 W:      http://wiki.lustre.org/
10384 S:      Maintained
10385 F:      drivers/staging/lustre
10386
10387 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10388 M:      Marc Dietrich <marvin24@gmx.de>
10389 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10390 L:      linux-tegra@vger.kernel.org
10391 S:      Maintained
10392 F:      drivers/staging/nvec/
10393
10394 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10395 M:      Willy Tarreau <willy@haproxy.com>
10396 S:      Odd Fixes
10397 F:      drivers/staging/panel/
10398
10399 STAGING - REALTEK RTL8712U DRIVERS
10400 M:      Larry Finger <Larry.Finger@lwfinger.net>
10401 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10402 S:      Odd Fixes
10403 F:      drivers/staging/rtl8712/
10404
10405 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10406 M:      Larry Finger <Larry.Finger@lwfinger.net>
10407 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10408 L:      linux-wireless@vger.kernel.org
10409 S:      Maintained
10410 F:      drivers/staging/rtl8723au/
10411
10412 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10413 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10414 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10415 M:      Sudip Mukherjee <sudip@vectorindia.org>
10416 L:      linux-fbdev@vger.kernel.org
10417 S:      Maintained
10418 F:      drivers/staging/sm750fb/
10419
10420 STAGING - SLICOSS
10421 M:      Lior Dotan <liodot@gmail.com>
10422 M:      Christopher Harrer <charrer@alacritech.com>
10423 S:      Odd Fixes
10424 F:      drivers/staging/slicoss/
10425
10426 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10427 M:      William Hubbs <w.d.hubbs@gmail.com>
10428 M:      Chris Brannon <chris@the-brannons.com>
10429 M:      Kirk Reiser <kirk@reisers.ca>
10430 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10431 L:      speakup@linux-speakup.org
10432 W:      http://www.linux-speakup.org/
10433 S:      Odd Fixes
10434 F:      drivers/staging/speakup/
10435
10436 STAGING - VIA VT665X DRIVERS
10437 M:      Forest Bond <forest@alittletooquiet.net>
10438 S:      Odd Fixes
10439 F:      drivers/staging/vt665?/
10440
10441 STAGING - WILC1000 WIFI DRIVER
10442 M:      Johnny Kim <johnny.kim@atmel.com>
10443 M:      Austin Shin <austin.shin@atmel.com>
10444 M:      Chris Park <chris.park@atmel.com>
10445 M:      Tony Cho <tony.cho@atmel.com>
10446 M:      Glen Lee <glen.lee@atmel.com>
10447 M:      Leo Kim <leo.kim@atmel.com>
10448 L:      linux-wireless@vger.kernel.org
10449 S:      Supported
10450 F:      drivers/staging/wilc1000/
10451
10452 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10453 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10454 S:      Odd Fixes
10455 F:      drivers/staging/xgifb/
10456
10457 HFI1 DRIVER
10458 M:      Mike Marciniszyn <infinipath@intel.com>
10459 L:      linux-rdma@vger.kernel.org
10460 S:      Supported
10461 F:      drivers/staging/rdma/hfi1
10462
10463 STARFIRE/DURALAN NETWORK DRIVER
10464 M:      Ion Badulescu <ionut@badula.org>
10465 S:      Odd Fixes
10466 F:      drivers/net/ethernet/adaptec/starfire*
10467
10468 SUN3/3X
10469 M:      Sam Creasey <sammy@sammy.net>
10470 W:      http://sammy.net/sun3/
10471 S:      Maintained
10472 F:      arch/m68k/kernel/*sun3*
10473 F:      arch/m68k/sun3*/
10474 F:      arch/m68k/include/asm/sun3*
10475 F:      drivers/net/ethernet/i825xx/sun3*
10476
10477 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10478 M:      Hans de Goede <hdegoede@redhat.com>
10479 L:      linux-input@vger.kernel.org
10480 S:      Maintained
10481 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10482 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10483
10484 SUNDANCE NETWORK DRIVER
10485 M:      Denis Kirjanov <kda@linux-powerpc.org>
10486 L:      netdev@vger.kernel.org
10487 S:      Maintained
10488 F:      drivers/net/ethernet/dlink/sundance.c
10489
10490 SUPERH
10491 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10492 M:      Rich Felker <dalias@libc.org>
10493 L:      linux-sh@vger.kernel.org
10494 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10495 S:      Maintained
10496 F:      Documentation/sh/
10497 F:      arch/sh/
10498 F:      drivers/sh/
10499
10500 SUSPEND TO RAM
10501 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10502 M:      Len Brown <len.brown@intel.com>
10503 M:      Pavel Machek <pavel@ucw.cz>
10504 L:      linux-pm@vger.kernel.org
10505 S:      Supported
10506 F:      Documentation/power/
10507 F:      arch/x86/kernel/acpi/
10508 F:      drivers/base/power/
10509 F:      kernel/power/
10510 F:      include/linux/suspend.h
10511 F:      include/linux/freezer.h
10512 F:      include/linux/pm.h
10513
10514 SVGA HANDLING
10515 M:      Martin Mares <mj@ucw.cz>
10516 L:      linux-video@atrey.karlin.mff.cuni.cz
10517 S:      Maintained
10518 F:      Documentation/svga.txt
10519 F:      arch/x86/boot/video*
10520
10521 SWIOTLB SUBSYSTEM
10522 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10523 L:      linux-kernel@vger.kernel.org
10524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb.git
10525 S:      Supported
10526 F:      lib/swiotlb.c
10527 F:      arch/*/kernel/pci-swiotlb.c
10528 F:      include/linux/swiotlb.h
10529
10530 SWITCHDEV
10531 M:      Jiri Pirko <jiri@resnulli.us>
10532 L:      netdev@vger.kernel.org
10533 S:      Supported
10534 F:      net/switchdev/
10535 F:      include/net/switchdev.h
10536
10537 SYNOPSYS ARC ARCHITECTURE
10538 M:      Vineet Gupta <vgupta@synopsys.com>
10539 L:      linux-snps-arc@lists.infradead.org
10540 S:      Supported
10541 F:      arch/arc/
10542 F:      Documentation/devicetree/bindings/arc/*
10543 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10544 F:      drivers/tty/serial/arc_uart.c
10545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10546
10547 SYNOPSYS ARC SDP platform support
10548 M:      Alexey Brodkin <abrodkin@synopsys.com>
10549 S:      Supported
10550 F:      arch/arc/plat-axs10x
10551 F:      arch/arc/boot/dts/ax*
10552 F:      Documentation/devicetree/bindings/arc/axs10*
10553
10554 SYSTEM CONFIGURATION (SYSCON)
10555 M:      Lee Jones <lee.jones@linaro.org>
10556 M:      Arnd Bergmann <arnd@arndb.de>
10557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10558 S:      Supported
10559 F:      drivers/mfd/syscon.c
10560
10561 SYSV FILESYSTEM
10562 M:      Christoph Hellwig <hch@infradead.org>
10563 S:      Maintained
10564 F:      Documentation/filesystems/sysv-fs.txt
10565 F:      fs/sysv/
10566 F:      include/linux/sysv_fs.h
10567
10568 TARGET SUBSYSTEM
10569 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10570 L:      linux-scsi@vger.kernel.org
10571 L:      target-devel@vger.kernel.org
10572 W:      http://www.linux-iscsi.org
10573 W:      http://groups.google.com/group/linux-iscsi-target-dev
10574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10575 S:      Supported
10576 F:      drivers/target/
10577 F:      include/target/
10578 F:      Documentation/target/
10579
10580 TASKSTATS STATISTICS INTERFACE
10581 M:      Balbir Singh <bsingharora@gmail.com>
10582 S:      Maintained
10583 F:      Documentation/accounting/taskstats*
10584 F:      include/linux/taskstats*
10585 F:      kernel/taskstats.c
10586
10587 TC CLASSIFIER
10588 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10589 L:      netdev@vger.kernel.org
10590 S:      Maintained
10591 F:      include/net/pkt_cls.h
10592 F:      include/uapi/linux/pkt_cls.h
10593 F:      net/sched/
10594
10595 TCP LOW PRIORITY MODULE
10596 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10597 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10598 W:      http://tcp-lp-mod.sourceforge.net/
10599 S:      Maintained
10600 F:      net/ipv4/tcp_lp.c
10601
10602 TDA10071 MEDIA DRIVER
10603 M:      Antti Palosaari <crope@iki.fi>
10604 L:      linux-media@vger.kernel.org
10605 W:      https://linuxtv.org
10606 W:      http://palosaari.fi/linux/
10607 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10608 T:      git git://linuxtv.org/anttip/media_tree.git
10609 S:      Maintained
10610 F:      drivers/media/dvb-frontends/tda10071*
10611
10612 TDA18212 MEDIA DRIVER
10613 M:      Antti Palosaari <crope@iki.fi>
10614 L:      linux-media@vger.kernel.org
10615 W:      https://linuxtv.org
10616 W:      http://palosaari.fi/linux/
10617 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10618 T:      git git://linuxtv.org/anttip/media_tree.git
10619 S:      Maintained
10620 F:      drivers/media/tuners/tda18212*
10621
10622 TDA18218 MEDIA DRIVER
10623 M:      Antti Palosaari <crope@iki.fi>
10624 L:      linux-media@vger.kernel.org
10625 W:      https://linuxtv.org
10626 W:      http://palosaari.fi/linux/
10627 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10628 T:      git git://linuxtv.org/anttip/media_tree.git
10629 S:      Maintained
10630 F:      drivers/media/tuners/tda18218*
10631
10632 TDA18271 MEDIA DRIVER
10633 M:      Michael Krufky <mkrufky@linuxtv.org>
10634 L:      linux-media@vger.kernel.org
10635 W:      https://linuxtv.org
10636 W:      http://github.com/mkrufky
10637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10638 T:      git git://linuxtv.org/mkrufky/tuners.git
10639 S:      Maintained
10640 F:      drivers/media/tuners/tda18271*
10641
10642 TDA827x MEDIA DRIVER
10643 M:      Michael Krufky <mkrufky@linuxtv.org>
10644 L:      linux-media@vger.kernel.org
10645 W:      https://linuxtv.org
10646 W:      http://github.com/mkrufky
10647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10648 T:      git git://linuxtv.org/mkrufky/tuners.git
10649 S:      Maintained
10650 F:      drivers/media/tuners/tda8290.*
10651
10652 TDA8290 MEDIA DRIVER
10653 M:      Michael Krufky <mkrufky@linuxtv.org>
10654 L:      linux-media@vger.kernel.org
10655 W:      https://linuxtv.org
10656 W:      http://github.com/mkrufky
10657 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10658 T:      git git://linuxtv.org/mkrufky/tuners.git
10659 S:      Maintained
10660 F:      drivers/media/tuners/tda8290.*
10661
10662 TDA9840 MEDIA DRIVER
10663 M:      Hans Verkuil <hverkuil@xs4all.nl>
10664 L:      linux-media@vger.kernel.org
10665 T:      git git://linuxtv.org/media_tree.git
10666 W:      https://linuxtv.org
10667 S:      Maintained
10668 F:      drivers/media/i2c/tda9840*
10669
10670 TEA5761 TUNER DRIVER
10671 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10672 L:      linux-media@vger.kernel.org
10673 W:      https://linuxtv.org
10674 T:      git git://linuxtv.org/media_tree.git
10675 S:      Odd fixes
10676 F:      drivers/media/tuners/tea5761.*
10677
10678 TEA5767 TUNER DRIVER
10679 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10680 L:      linux-media@vger.kernel.org
10681 W:      https://linuxtv.org
10682 T:      git git://linuxtv.org/media_tree.git
10683 S:      Maintained
10684 F:      drivers/media/tuners/tea5767.*
10685
10686 TEA6415C MEDIA DRIVER
10687 M:      Hans Verkuil <hverkuil@xs4all.nl>
10688 L:      linux-media@vger.kernel.org
10689 T:      git git://linuxtv.org/media_tree.git
10690 W:      https://linuxtv.org
10691 S:      Maintained
10692 F:      drivers/media/i2c/tea6415c*
10693
10694 TEA6420 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/tea6420*
10701
10702 TEAM DRIVER
10703 M:      Jiri Pirko <jiri@resnulli.us>
10704 L:      netdev@vger.kernel.org
10705 S:      Supported
10706 F:      drivers/net/team/
10707 F:      include/linux/if_team.h
10708 F:      include/uapi/linux/if_team.h
10709
10710 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10711 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10712 S:      Maintained
10713 F:      arch/x86/platform/ts5500/
10714
10715 TECHNOTREND USB IR RECEIVER
10716 M:      Sean Young <sean@mess.org>
10717 L:      linux-media@vger.kernel.org
10718 S:      Maintained
10719 F:      drivers/media/rc/ttusbir.c
10720
10721 TEGRA ARCHITECTURE SUPPORT
10722 M:      Stephen Warren <swarren@wwwdotorg.org>
10723 M:      Thierry Reding <thierry.reding@gmail.com>
10724 M:      Alexandre Courbot <gnurou@gmail.com>
10725 L:      linux-tegra@vger.kernel.org
10726 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10728 S:      Supported
10729 N:      [^a-z]tegra
10730
10731 TEGRA CLOCK DRIVER
10732 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10733 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10734 S:      Supported
10735 F:      drivers/clk/tegra/
10736
10737 TEGRA DMA DRIVER
10738 M:      Laxman Dewangan <ldewangan@nvidia.com>
10739 S:      Supported
10740 F:      drivers/dma/tegra20-apb-dma.c
10741
10742 TEGRA I2C DRIVER
10743 M:      Laxman Dewangan <ldewangan@nvidia.com>
10744 S:      Supported
10745 F:      drivers/i2c/busses/i2c-tegra.c
10746
10747 TEGRA IOMMU DRIVERS
10748 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10749 S:      Supported
10750 F:      drivers/iommu/tegra*
10751
10752 TEGRA KBC DRIVER
10753 M:      Rakesh Iyer <riyer@nvidia.com>
10754 M:      Laxman Dewangan <ldewangan@nvidia.com>
10755 S:      Supported
10756 F:      drivers/input/keyboard/tegra-kbc.c
10757
10758 TEGRA PWM DRIVER
10759 M:      Thierry Reding <thierry.reding@gmail.com>
10760 S:      Supported
10761 F:      drivers/pwm/pwm-tegra.c
10762
10763 TEGRA SERIAL DRIVER
10764 M:      Laxman Dewangan <ldewangan@nvidia.com>
10765 S:      Supported
10766 F:      drivers/tty/serial/serial-tegra.c
10767
10768 TEGRA SPI DRIVER
10769 M:      Laxman Dewangan <ldewangan@nvidia.com>
10770 S:      Supported
10771 F:      drivers/spi/spi-tegra*
10772
10773 TEHUTI ETHERNET DRIVER
10774 M:      Andy Gospodarek <andy@greyhouse.net>
10775 L:      netdev@vger.kernel.org
10776 S:      Supported
10777 F:      drivers/net/ethernet/tehuti/*
10778
10779 Telecom Clock Driver for MCPL0010
10780 M:      Mark Gross <mark.gross@intel.com>
10781 S:      Supported
10782 F:      drivers/char/tlclk.c
10783
10784 TENSILICA XTENSA PORT (xtensa)
10785 M:      Chris Zankel <chris@zankel.net>
10786 M:      Max Filippov <jcmvbkbc@gmail.com>
10787 L:      linux-xtensa@linux-xtensa.org
10788 T:      git git://github.com/czankel/xtensa-linux.git
10789 S:      Maintained
10790 F:      arch/xtensa/
10791 F:      drivers/irqchip/irq-xtensa-*
10792
10793 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10794 M:      Hans Verkuil <hverkuil@xs4all.nl>
10795 L:      linux-media@vger.kernel.org
10796 T:      git git://linuxtv.org/media_tree.git
10797 W:      https://linuxtv.org
10798 S:      Maintained
10799 F:      drivers/media/radio/radio-raremono.c
10800
10801 THERMAL
10802 M:      Zhang Rui <rui.zhang@intel.com>
10803 M:      Eduardo Valentin <edubezval@gmail.com>
10804 L:      linux-pm@vger.kernel.org
10805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10807 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10808 S:      Supported
10809 F:      drivers/thermal/
10810 F:      include/linux/thermal.h
10811 F:      include/uapi/linux/thermal.h
10812 F:      include/linux/cpu_cooling.h
10813 F:      Documentation/devicetree/bindings/thermal/
10814
10815 THERMAL/CPU_COOLING
10816 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10817 M:      Viresh Kumar <viresh.kumar@linaro.org>
10818 M:      Javi Merino <javi.merino@arm.com>
10819 L:      linux-pm@vger.kernel.org
10820 S:      Supported
10821 F:      Documentation/thermal/cpu-cooling-api.txt
10822 F:      drivers/thermal/cpu_cooling.c
10823 F:      include/linux/cpu_cooling.h
10824
10825 THINGM BLINK(1) USB RGB LED DRIVER
10826 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10827 S:      Maintained
10828 F:      drivers/hid/hid-thingm.c
10829
10830 THINKPAD ACPI EXTRAS DRIVER
10831 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10832 L:      ibm-acpi-devel@lists.sourceforge.net
10833 L:      platform-driver-x86@vger.kernel.org
10834 W:      http://ibm-acpi.sourceforge.net
10835 W:      http://thinkwiki.org/wiki/Ibm-acpi
10836 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10837 S:      Maintained
10838 F:      drivers/platform/x86/thinkpad_acpi.c
10839
10840 TI BANDGAP AND THERMAL DRIVER
10841 M:      Eduardo Valentin <edubezval@gmail.com>
10842 L:      linux-pm@vger.kernel.org
10843 L:      linux-omap@vger.kernel.org
10844 S:      Maintained
10845 F:      drivers/thermal/ti-soc-thermal/
10846
10847 TI CDCE706 CLOCK DRIVER
10848 M:      Max Filippov <jcmvbkbc@gmail.com>
10849 S:      Maintained
10850 F:      drivers/clk/clk-cdce706.c
10851
10852 TI CLOCK DRIVER
10853 M:      Tero Kristo <t-kristo@ti.com>
10854 L:      linux-omap@vger.kernel.org
10855 S:      Maintained
10856 F:      drivers/clk/ti/
10857 F:      include/linux/clk/ti.h
10858
10859 TI FLASH MEDIA INTERFACE DRIVER
10860 M:      Alex Dubov <oakad@yahoo.com>
10861 S:      Maintained
10862 F:      drivers/misc/tifm*
10863 F:      drivers/mmc/host/tifm_sd.c
10864 F:      include/linux/tifm.h
10865
10866 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10867 M:      Santosh Shilimkar <ssantosh@kernel.org>
10868 L:      linux-kernel@vger.kernel.org
10869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10870 S:      Maintained
10871 F:      drivers/soc/ti/*
10872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10873
10874
10875 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10876 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10877 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10879 S:      Maintained
10880 F:      sound/soc/codecs/lm49453*
10881 F:      sound/soc/codecs/isabelle*
10882
10883 TI LP855x BACKLIGHT DRIVER
10884 M:      Milo Kim <milo.kim@ti.com>
10885 S:      Maintained
10886 F:      Documentation/backlight/lp855x-driver.txt
10887 F:      drivers/video/backlight/lp855x_bl.c
10888 F:      include/linux/platform_data/lp855x.h
10889
10890 TI LP8727 CHARGER DRIVER
10891 M:      Milo Kim <milo.kim@ti.com>
10892 S:      Maintained
10893 F:      drivers/power/lp8727_charger.c
10894 F:      include/linux/platform_data/lp8727.h
10895
10896 TI LP8788 MFD DRIVER
10897 M:      Milo Kim <milo.kim@ti.com>
10898 S:      Maintained
10899 F:      drivers/iio/adc/lp8788_adc.c
10900 F:      drivers/leds/leds-lp8788.c
10901 F:      drivers/mfd/lp8788*.c
10902 F:      drivers/power/lp8788-charger.c
10903 F:      drivers/regulator/lp8788-*.c
10904 F:      include/linux/mfd/lp8788*.h
10905
10906 TI NETCP ETHERNET DRIVER
10907 M:      Wingman Kwok <w-kwok2@ti.com>
10908 M:      Murali Karicheri <m-karicheri2@ti.com>
10909 L:      netdev@vger.kernel.org
10910 S:      Maintained
10911 F:      drivers/net/ethernet/ti/netcp*
10912
10913 TI TAS571X FAMILY ASoC CODEC DRIVER
10914 M:      Kevin Cernekee <cernekee@chromium.org>
10915 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10916 S:      Odd Fixes
10917 F:      sound/soc/codecs/tas571x*
10918
10919 TI TWL4030 SERIES SOC CODEC DRIVER
10920 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10921 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10922 S:      Maintained
10923 F:      sound/soc/codecs/twl4030*
10924
10925 TI WILINK WIRELESS DRIVERS
10926 L:      linux-wireless@vger.kernel.org
10927 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10928 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10930 S:      Orphan
10931 F:      drivers/net/wireless/ti/
10932 F:      include/linux/wl12xx.h
10933
10934 TIPC NETWORK LAYER
10935 M:      Jon Maloy <jon.maloy@ericsson.com>
10936 M:      Ying Xue <ying.xue@windriver.com>
10937 L:      netdev@vger.kernel.org (core kernel code)
10938 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10939 W:      http://tipc.sourceforge.net/
10940 S:      Maintained
10941 F:      include/uapi/linux/tipc*.h
10942 F:      net/tipc/
10943
10944 TILE ARCHITECTURE
10945 M:      Chris Metcalf <cmetcalf@ezchip.com>
10946 W:      http://www.ezchip.com/scm/
10947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git
10948 S:      Supported
10949 F:      arch/tile/
10950 F:      drivers/char/tile-srom.c
10951 F:      drivers/edac/tile_edac.c
10952 F:      drivers/net/ethernet/tile/
10953 F:      drivers/rtc/rtc-tile.c
10954 F:      drivers/tty/hvc/hvc_tile.c
10955 F:      drivers/tty/serial/tilegx.c
10956 F:      drivers/usb/host/*-tilegx.c
10957 F:      include/linux/usb/tilegx.h
10958
10959 TLAN NETWORK DRIVER
10960 M:      Samuel Chessman <chessman@tux.org>
10961 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10962 W:      http://sourceforge.net/projects/tlan/
10963 S:      Maintained
10964 F:      Documentation/networking/tlan.txt
10965 F:      drivers/net/ethernet/ti/tlan.*
10966
10967 TOMOYO SECURITY MODULE
10968 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10969 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10970 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10971 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10972 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10973 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10974 W:      http://tomoyo.sourceforge.jp/
10975 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10976 S:      Maintained
10977 F:      security/tomoyo/
10978
10979 TOPSTAR LAPTOP EXTRAS DRIVER
10980 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10981 L:      platform-driver-x86@vger.kernel.org
10982 S:      Maintained
10983 F:      drivers/platform/x86/topstar-laptop.c
10984
10985 TOSHIBA ACPI EXTRAS DRIVER
10986 M:      Azael Avalos <coproscefalo@gmail.com>
10987 L:      platform-driver-x86@vger.kernel.org
10988 S:      Maintained
10989 F:      drivers/platform/x86/toshiba_acpi.c
10990
10991 TOSHIBA BLUETOOTH DRIVER
10992 M:      Azael Avalos <coproscefalo@gmail.com>
10993 L:      platform-driver-x86@vger.kernel.org
10994 S:      Maintained
10995 F:      drivers/platform/x86/toshiba_bluetooth.c
10996
10997 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10998 M:      Azael Avalos <coproscefalo@gmail.com>
10999 L:      platform-driver-x86@vger.kernel.org
11000 S:      Maintained
11001 F:      drivers/platform/x86/toshiba_haps.c
11002
11003 TOSHIBA WMI HOTKEYS DRIVER
11004 M:      Azael Avalos <coproscefalo@gmail.com>
11005 L:      platform-driver-x86@vger.kernel.org
11006 S:      Maintained
11007 F:      drivers/platform/x86/toshiba-wmi.c
11008
11009 TOSHIBA SMM DRIVER
11010 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
11011 W:      http://www.buzzard.org.uk/toshiba/
11012 S:      Maintained
11013 F:      drivers/char/toshiba.c
11014 F:      include/linux/toshiba.h
11015 F:      include/uapi/linux/toshiba.h
11016
11017 TOSHIBA TC358743 DRIVER
11018 M:      Mats Randgaard <matrandg@cisco.com>
11019 L:      linux-media@vger.kernel.org
11020 S:      Maintained
11021 F:      drivers/media/i2c/tc358743*
11022 F:      include/media/i2c/tc358743.h
11023
11024 TMIO MMC DRIVER
11025 M:      Ian Molton <ian@mnementh.co.uk>
11026 L:      linux-mmc@vger.kernel.org
11027 S:      Maintained
11028 F:      drivers/mmc/host/tmio_mmc*
11029 F:      drivers/mmc/host/sh_mobile_sdhi.c
11030 F:      include/linux/mmc/tmio.h
11031 F:      include/linux/mmc/sh_mobile_sdhi.h
11032
11033 TMP401 HARDWARE MONITOR DRIVER
11034 M:      Guenter Roeck <linux@roeck-us.net>
11035 L:      lm-sensors@lm-sensors.org
11036 S:      Maintained
11037 F:      Documentation/hwmon/tmp401
11038 F:      drivers/hwmon/tmp401.c
11039
11040 TMPFS (SHMEM FILESYSTEM)
11041 M:      Hugh Dickins <hughd@google.com>
11042 L:      linux-mm@kvack.org
11043 S:      Maintained
11044 F:      include/linux/shmem_fs.h
11045 F:      mm/shmem.c
11046
11047 TM6000 VIDEO4LINUX DRIVER
11048 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11049 L:      linux-media@vger.kernel.org
11050 W:      https://linuxtv.org
11051 T:      git git://linuxtv.org/media_tree.git
11052 S:      Odd fixes
11053 F:      drivers/media/usb/tm6000/
11054
11055 TW68 VIDEO4LINUX DRIVER
11056 M:      Hans Verkuil <hverkuil@xs4all.nl>
11057 L:      linux-media@vger.kernel.org
11058 T:      git git://linuxtv.org/media_tree.git
11059 W:      https://linuxtv.org
11060 S:      Odd Fixes
11061 F:      drivers/media/pci/tw68/
11062
11063 TPM DEVICE DRIVER
11064 M:      Peter Huewe <peterhuewe@gmx.de>
11065 M:      Marcel Selhorst <tpmdd@selhorst.net>
11066 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
11067 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
11068 W:      http://tpmdd.sourceforge.net
11069 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11070 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
11071 T:      git https://github.com/PeterHuewe/linux-tpmdd
11072 S:      Maintained
11073 F:      drivers/char/tpm/
11074
11075 TPM IBM_VTPM DEVICE DRIVER
11076 M:      Ashley Lai <ashleydlai@gmail.com>
11077 W:      http://tpmdd.sourceforge.net
11078 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
11079 S:      Maintained
11080 F:      drivers/char/tpm/tpm_ibmvtpm*
11081
11082 TRACING
11083 M:      Steven Rostedt <rostedt@goodmis.org>
11084 M:      Ingo Molnar <mingo@redhat.com>
11085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
11086 S:      Maintained
11087 F:      Documentation/trace/ftrace.txt
11088 F:      arch/*/*/*/ftrace.h
11089 F:      arch/*/kernel/ftrace.c
11090 F:      include/*/ftrace.h
11091 F:      include/linux/trace*.h
11092 F:      include/trace/
11093 F:      kernel/trace/
11094 F:      tools/testing/selftests/ftrace/
11095
11096 TRIVIAL PATCHES
11097 M:      Jiri Kosina <trivial@kernel.org>
11098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
11099 S:      Maintained
11100 K:      ^Subject:.*(?i)trivial
11101
11102 TTY LAYER
11103 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11104 M:      Jiri Slaby <jslaby@suse.com>
11105 S:      Supported
11106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
11107 F:      Documentation/serial/
11108 F:      drivers/tty/
11109 F:      drivers/tty/serial/serial_core.c
11110 F:      include/linux/serial_core.h
11111 F:      include/linux/serial.h
11112 F:      include/linux/tty.h
11113 F:      include/uapi/linux/serial_core.h
11114 F:      include/uapi/linux/serial.h
11115 F:      include/uapi/linux/tty.h
11116
11117 TUA9001 MEDIA DRIVER
11118 M:      Antti Palosaari <crope@iki.fi>
11119 L:      linux-media@vger.kernel.org
11120 W:      https://linuxtv.org
11121 W:      http://palosaari.fi/linux/
11122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
11123 T:      git git://linuxtv.org/anttip/media_tree.git
11124 S:      Maintained
11125 F:      drivers/media/tuners/tua9001*
11126
11127 TULIP NETWORK DRIVERS
11128 L:      netdev@vger.kernel.org
11129 L:      linux-parisc@vger.kernel.org
11130 S:      Orphan
11131 F:      drivers/net/ethernet/dec/tulip/
11132
11133 TUN/TAP driver
11134 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
11135 W:      http://vtun.sourceforge.net/tun
11136 S:      Maintained
11137 F:      Documentation/networking/tuntap.txt
11138 F:      arch/um/os-Linux/drivers/
11139
11140 TURBOCHANNEL SUBSYSTEM
11141 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11142 M:      Ralf Baechle <ralf@linux-mips.org>
11143 L:      linux-mips@linux-mips.org
11144 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11145 S:      Maintained
11146 F:      drivers/tc/
11147 F:      include/linux/tc.h
11148
11149 U14-34F SCSI DRIVER
11150 M:      Dario Ballabio <ballabio_dario@emc.com>
11151 L:      linux-scsi@vger.kernel.org
11152 S:      Maintained
11153 F:      drivers/scsi/u14-34f.c
11154
11155 UBI FILE SYSTEM (UBIFS)
11156 M:      Artem Bityutskiy <dedekind1@gmail.com>
11157 M:      Adrian Hunter <adrian.hunter@intel.com>
11158 L:      linux-mtd@lists.infradead.org
11159 T:      git git://git.infradead.org/ubifs-2.6.git
11160 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11161 S:      Maintained
11162 F:      Documentation/filesystems/ubifs.txt
11163 F:      fs/ubifs/
11164
11165 UCLINUX (M68KNOMMU AND COLDFIRE)
11166 M:      Greg Ungerer <gerg@uclinux.org>
11167 W:      http://www.uclinux.org/
11168 L:      linux-m68k@lists.linux-m68k.org
11169 L:      uclinux-dev@uclinux.org  (subscribers-only)
11170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11171 S:      Maintained
11172 F:      arch/m68k/coldfire/
11173 F:      arch/m68k/68*/
11174 F:      arch/m68k/*/*_no.*
11175 F:      arch/m68k/include/asm/*_no.*
11176
11177 UDF FILESYSTEM
11178 M:      Jan Kara <jack@suse.com>
11179 S:      Maintained
11180 F:      Documentation/filesystems/udf.txt
11181 F:      fs/udf/
11182
11183 UFS FILESYSTEM
11184 M:      Evgeniy Dushistov <dushistov@mail.ru>
11185 S:      Maintained
11186 F:      Documentation/filesystems/ufs.txt
11187 F:      fs/ufs/
11188
11189 UHID USERSPACE HID IO DRIVER:
11190 M:      David Herrmann <dh.herrmann@googlemail.com>
11191 L:      linux-input@vger.kernel.org
11192 S:      Maintained
11193 F:      drivers/hid/uhid.c
11194 F:      include/uapi/linux/uhid.h
11195
11196 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11197 L:      linux-usb@vger.kernel.org
11198 S:      Orphan
11199 F:      drivers/uwb/
11200 F:      include/linux/uwb.h
11201 F:      include/linux/uwb/
11202
11203 UNICORE32 ARCHITECTURE:
11204 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11205 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11206 S:      Maintained
11207 T:      git git://github.com/gxt/linux.git
11208 F:      arch/unicore32/
11209
11210 UNIFDEF
11211 M:      Tony Finch <dot@dotat.at>
11212 W:      http://dotat.at/prog/unifdef
11213 S:      Maintained
11214 F:      scripts/unifdef.c
11215
11216 UNIFORM CDROM DRIVER
11217 M:      Jens Axboe <axboe@kernel.dk>
11218 W:      http://www.kernel.dk
11219 S:      Maintained
11220 F:      Documentation/cdrom/
11221 F:      drivers/cdrom/cdrom.c
11222 F:      include/linux/cdrom.h
11223 F:      include/uapi/linux/cdrom.h
11224
11225 UNISYS S-PAR DRIVERS
11226 M:      Benjamin Romer <benjamin.romer@unisys.com>
11227 M:      David Kershner <david.kershner@unisys.com>
11228 L:      sparmaintainer@unisys.com (Unisys internal)
11229 S:      Supported
11230 F:      drivers/staging/unisys/
11231
11232 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11233 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11234 L:      linux-scsi@vger.kernel.org
11235 S:      Supported
11236 F:      Documentation/scsi/ufs.txt
11237 F:      drivers/scsi/ufs/
11238
11239 UNSORTED BLOCK IMAGES (UBI)
11240 M:      Artem Bityutskiy <dedekind1@gmail.com>
11241 M:      Richard Weinberger <richard@nod.at>
11242 W:      http://www.linux-mtd.infradead.org/
11243 L:      linux-mtd@lists.infradead.org
11244 T:      git git://git.infradead.org/ubifs-2.6.git
11245 S:      Supported
11246 F:      drivers/mtd/ubi/
11247 F:      include/linux/mtd/ubi.h
11248 F:      include/uapi/mtd/ubi-user.h
11249
11250 USB ACM DRIVER
11251 M:      Oliver Neukum <oliver@neukum.org>
11252 L:      linux-usb@vger.kernel.org
11253 S:      Maintained
11254 F:      Documentation/usb/acm.txt
11255 F:      drivers/usb/class/cdc-acm.*
11256
11257 USB AR5523 WIRELESS DRIVER
11258 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11259 L:      linux-wireless@vger.kernel.org
11260 S:      Maintained
11261 F:      drivers/net/wireless/ath/ar5523/
11262
11263 USB ATTACHED SCSI
11264 M:      Hans de Goede <hdegoede@redhat.com>
11265 M:      Gerd Hoffmann <kraxel@redhat.com>
11266 L:      linux-usb@vger.kernel.org
11267 L:      linux-scsi@vger.kernel.org
11268 S:      Maintained
11269 F:      drivers/usb/storage/uas.c
11270
11271 USB CDC ETHERNET DRIVER
11272 M:      Oliver Neukum <oliver@neukum.org>
11273 L:      linux-usb@vger.kernel.org
11274 S:      Maintained
11275 F:      drivers/net/usb/cdc_*.c
11276 F:      include/uapi/linux/usb/cdc.h
11277
11278 USB CHAOSKEY DRIVER
11279 M:      Keith Packard <keithp@keithp.com>
11280 L:      linux-usb@vger.kernel.org
11281 S:      Maintained
11282 F:      drivers/usb/misc/chaoskey.c
11283
11284 USB CYPRESS C67X00 DRIVER
11285 M:      Peter Korsgaard <jacmet@sunsite.dk>
11286 L:      linux-usb@vger.kernel.org
11287 S:      Maintained
11288 F:      drivers/usb/c67x00/
11289
11290 USB DAVICOM DM9601 DRIVER
11291 M:      Peter Korsgaard <jacmet@sunsite.dk>
11292 L:      netdev@vger.kernel.org
11293 W:      http://www.linux-usb.org/usbnet
11294 S:      Maintained
11295 F:      drivers/net/usb/dm9601.c
11296
11297 USB DIAMOND RIO500 DRIVER
11298 M:      Cesar Miquel <miquel@df.uba.ar>
11299 L:      rio500-users@lists.sourceforge.net
11300 W:      http://rio500.sourceforge.net
11301 S:      Maintained
11302 F:      drivers/usb/misc/rio500*
11303
11304 USB EHCI DRIVER
11305 M:      Alan Stern <stern@rowland.harvard.edu>
11306 L:      linux-usb@vger.kernel.org
11307 S:      Maintained
11308 F:      Documentation/usb/ehci.txt
11309 F:      drivers/usb/host/ehci*
11310
11311 USB GADGET/PERIPHERAL SUBSYSTEM
11312 M:      Felipe Balbi <balbi@ti.com>
11313 L:      linux-usb@vger.kernel.org
11314 W:      http://www.linux-usb.org/gadget
11315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11316 S:      Maintained
11317 F:      drivers/usb/gadget/
11318 F:      include/linux/usb/gadget*
11319
11320 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11321 M:      Jiri Kosina <jikos@kernel.org>
11322 R:      Benjamin Tissoires <benjamin.tissoires@redhat.com>
11323 L:      linux-usb@vger.kernel.org
11324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11325 S:      Maintained
11326 F:      Documentation/hid/hiddev.txt
11327 F:      drivers/hid/usbhid/
11328
11329 USB ISP116X DRIVER
11330 M:      Olav Kongas <ok@artecdesign.ee>
11331 L:      linux-usb@vger.kernel.org
11332 S:      Maintained
11333 F:      drivers/usb/host/isp116x*
11334 F:      include/linux/usb/isp116x.h
11335
11336 USB MASS STORAGE DRIVER
11337 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11338 L:      linux-usb@vger.kernel.org
11339 L:      usb-storage@lists.one-eyed-alien.net
11340 S:      Maintained
11341 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11342 F:      drivers/usb/storage/
11343
11344 USB MIDI DRIVER
11345 M:      Clemens Ladisch <clemens@ladisch.de>
11346 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11347 T:      git git://git.alsa-project.org/alsa-kernel.git
11348 S:      Maintained
11349 F:      sound/usb/midi.*
11350
11351 USB NETWORKING DRIVERS
11352 L:      linux-usb@vger.kernel.org
11353 S:      Odd Fixes
11354 F:      drivers/net/usb/
11355
11356 USB OHCI DRIVER
11357 M:      Alan Stern <stern@rowland.harvard.edu>
11358 L:      linux-usb@vger.kernel.org
11359 S:      Maintained
11360 F:      Documentation/usb/ohci.txt
11361 F:      drivers/usb/host/ohci*
11362
11363 USB OTG FSM (Finite State Machine)
11364 M:      Peter Chen <Peter.Chen@nxp.com>
11365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11366 L:      linux-usb@vger.kernel.org
11367 S:      Maintained
11368 F:      drivers/usb/common/usb-otg-fsm.c
11369
11370 USB OVER IP DRIVER
11371 M:      Valentina Manea <valentina.manea.m@gmail.com>
11372 M:      Shuah Khan <shuah.kh@samsung.com>
11373 L:      linux-usb@vger.kernel.org
11374 S:      Maintained
11375 F:      drivers/usb/usbip/
11376 F:      tools/usb/usbip/
11377
11378 USB PEGASUS DRIVER
11379 M:      Petko Manolov <petkan@nucleusys.com>
11380 L:      linux-usb@vger.kernel.org
11381 L:      netdev@vger.kernel.org
11382 T:      git git://github.com/petkan/pegasus.git
11383 W:      https://github.com/petkan/pegasus
11384 S:      Maintained
11385 F:      drivers/net/usb/pegasus.*
11386
11387 USB PHY LAYER
11388 M:      Felipe Balbi <balbi@ti.com>
11389 L:      linux-usb@vger.kernel.org
11390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11391 S:      Maintained
11392 F:      drivers/usb/phy/
11393
11394 USB PRINTER DRIVER (usblp)
11395 M:      Pete Zaitcev <zaitcev@redhat.com>
11396 L:      linux-usb@vger.kernel.org
11397 S:      Supported
11398 F:      drivers/usb/class/usblp.c
11399
11400 USB QMI WWAN NETWORK DRIVER
11401 M:      Bjørn Mork <bjorn@mork.no>
11402 L:      netdev@vger.kernel.org
11403 S:      Maintained
11404 F:      Documentation/ABI/testing/sysfs-class-net-qmi
11405 F:      drivers/net/usb/qmi_wwan.c
11406
11407 USB RTL8150 DRIVER
11408 M:      Petko Manolov <petkan@nucleusys.com>
11409 L:      linux-usb@vger.kernel.org
11410 L:      netdev@vger.kernel.org
11411 T:      git git://github.com/petkan/rtl8150.git
11412 W:      https://github.com/petkan/rtl8150
11413 S:      Maintained
11414 F:      drivers/net/usb/rtl8150.c
11415
11416 USB SERIAL SUBSYSTEM
11417 M:      Johan Hovold <johan@kernel.org>
11418 L:      linux-usb@vger.kernel.org
11419 S:      Maintained
11420 F:      Documentation/usb/usb-serial.txt
11421 F:      drivers/usb/serial/
11422 F:      include/linux/usb/serial.h
11423
11424 USB SMSC75XX ETHERNET DRIVER
11425 M:      Steve Glendinning <steve.glendinning@shawell.net>
11426 L:      netdev@vger.kernel.org
11427 S:      Maintained
11428 F:      drivers/net/usb/smsc75xx.*
11429
11430 USB SMSC95XX ETHERNET DRIVER
11431 M:      Steve Glendinning <steve.glendinning@shawell.net>
11432 L:      netdev@vger.kernel.org
11433 S:      Maintained
11434 F:      drivers/net/usb/smsc95xx.*
11435
11436 USB SUBSYSTEM
11437 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11438 L:      linux-usb@vger.kernel.org
11439 W:      http://www.linux-usb.org
11440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11441 S:      Supported
11442 F:      Documentation/usb/
11443 F:      drivers/usb/
11444 F:      include/linux/usb.h
11445 F:      include/linux/usb/
11446
11447 USB UHCI DRIVER
11448 M:      Alan Stern <stern@rowland.harvard.edu>
11449 L:      linux-usb@vger.kernel.org
11450 S:      Maintained
11451 F:      drivers/usb/host/uhci*
11452
11453 USB "USBNET" DRIVER FRAMEWORK
11454 M:      Oliver Neukum <oneukum@suse.com>
11455 L:      netdev@vger.kernel.org
11456 W:      http://www.linux-usb.org/usbnet
11457 S:      Maintained
11458 F:      drivers/net/usb/usbnet.c
11459 F:      include/linux/usb/usbnet.h
11460
11461 USB VIDEO CLASS
11462 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11463 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11464 L:      linux-media@vger.kernel.org
11465 T:      git git://linuxtv.org/media_tree.git
11466 W:      http://www.ideasonboard.org/uvc/
11467 S:      Maintained
11468 F:      drivers/media/usb/uvc/
11469 F:      include/uapi/linux/uvcvideo.h
11470
11471 USB VISION DRIVER
11472 M:      Hans Verkuil <hverkuil@xs4all.nl>
11473 L:      linux-media@vger.kernel.org
11474 T:      git git://linuxtv.org/media_tree.git
11475 W:      https://linuxtv.org
11476 S:      Odd Fixes
11477 F:      drivers/media/usb/usbvision/
11478
11479 USB WEBCAM GADGET
11480 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11481 L:      linux-usb@vger.kernel.org
11482 S:      Maintained
11483 F:      drivers/usb/gadget/function/*uvc*
11484 F:      drivers/usb/gadget/legacy/webcam.c
11485
11486 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11487 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11488 L:      linux-wireless@vger.kernel.org
11489 S:      Maintained
11490 F:      drivers/net/wireless/rndis_wlan.c
11491
11492 USB XHCI DRIVER
11493 M:      Mathias Nyman <mathias.nyman@intel.com>
11494 L:      linux-usb@vger.kernel.org
11495 S:      Supported
11496 F:      drivers/usb/host/xhci*
11497 F:      drivers/usb/host/pci-quirks*
11498
11499 USB ZD1201 DRIVER
11500 L:      linux-wireless@vger.kernel.org
11501 W:      http://linux-lc100020.sourceforge.net
11502 S:      Orphan
11503 F:      drivers/net/wireless/zydas/zd1201.*
11504
11505 USB ZR364XX DRIVER
11506 M:      Antoine Jacquet <royale@zerezo.com>
11507 L:      linux-usb@vger.kernel.org
11508 L:      linux-media@vger.kernel.org
11509 T:      git git://linuxtv.org/media_tree.git
11510 W:      http://royale.zerezo.com/zr364xx/
11511 S:      Maintained
11512 F:      Documentation/video4linux/zr364xx.txt
11513 F:      drivers/media/usb/zr364xx/
11514
11515 ULPI BUS
11516 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11517 L:      linux-usb@vger.kernel.org
11518 S:      Maintained
11519 F:      drivers/usb/common/ulpi.c
11520 F:      include/linux/ulpi/
11521
11522 USER-MODE LINUX (UML)
11523 M:      Jeff Dike <jdike@addtoit.com>
11524 M:      Richard Weinberger <richard@nod.at>
11525 L:      user-mode-linux-devel@lists.sourceforge.net
11526 L:      user-mode-linux-user@lists.sourceforge.net
11527 W:      http://user-mode-linux.sourceforge.net
11528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git
11529 S:      Maintained
11530 F:      Documentation/virtual/uml/
11531 F:      arch/um/
11532 F:      arch/x86/um/
11533 F:      fs/hostfs/
11534 F:      fs/hppfs/
11535
11536 USERSPACE I/O (UIO)
11537 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11538 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11539 S:      Maintained
11540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11541 F:      Documentation/DocBook/uio-howto.tmpl
11542 F:      drivers/uio/
11543 F:      include/linux/uio*.h
11544
11545 UTIL-LINUX PACKAGE
11546 M:      Karel Zak <kzak@redhat.com>
11547 L:      util-linux@vger.kernel.org
11548 W:      http://en.wikipedia.org/wiki/Util-linux
11549 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11550 S:      Maintained
11551
11552 UVESAFB DRIVER
11553 M:      Michal Januszewski <spock@gentoo.org>
11554 L:      linux-fbdev@vger.kernel.org
11555 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11556 S:      Maintained
11557 F:      Documentation/fb/uvesafb.txt
11558 F:      drivers/video/fbdev/uvesafb.*
11559
11560 VF610 NAND DRIVER
11561 M:      Stefan Agner <stefan@agner.ch>
11562 L:      linux-mtd@lists.infradead.org
11563 S:      Supported
11564 F:      drivers/mtd/nand/vf610_nfc.c
11565
11566 VFAT/FAT/MSDOS FILESYSTEM
11567 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11568 S:      Maintained
11569 F:      Documentation/filesystems/vfat.txt
11570 F:      fs/fat/
11571
11572 VFIO DRIVER
11573 M:      Alex Williamson <alex.williamson@redhat.com>
11574 L:      kvm@vger.kernel.org
11575 T:      git git://github.com/awilliam/linux-vfio.git
11576 S:      Maintained
11577 F:      Documentation/vfio.txt
11578 F:      drivers/vfio/
11579 F:      include/linux/vfio.h
11580 F:      include/uapi/linux/vfio.h
11581
11582 VFIO PLATFORM DRIVER
11583 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11584 L:      kvm@vger.kernel.org
11585 S:      Maintained
11586 F:      drivers/vfio/platform/
11587
11588 VIDEOBUF2 FRAMEWORK
11589 M:      Pawel Osciak <pawel@osciak.com>
11590 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11591 M:      Kyungmin Park <kyungmin.park@samsung.com>
11592 L:      linux-media@vger.kernel.org
11593 S:      Maintained
11594 F:      drivers/media/v4l2-core/videobuf2-*
11595 F:      include/media/videobuf2-*
11596
11597 VIRTUAL SERIO DEVICE DRIVER
11598 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11599 S:      Maintained
11600 F:      drivers/input/serio/userio.c
11601 F:      include/uapi/linux/userio.h
11602
11603 VIRTIO CONSOLE DRIVER
11604 M:      Amit Shah <amit.shah@redhat.com>
11605 L:      virtualization@lists.linux-foundation.org
11606 S:      Maintained
11607 F:      drivers/char/virtio_console.c
11608 F:      include/linux/virtio_console.h
11609 F:      include/uapi/linux/virtio_console.h
11610
11611 VIRTIO CORE, NET AND BLOCK DRIVERS
11612 M:      "Michael S. Tsirkin" <mst@redhat.com>
11613 L:      virtualization@lists.linux-foundation.org
11614 S:      Maintained
11615 F:      drivers/virtio/
11616 F:      tools/virtio/
11617 F:      drivers/net/virtio_net.c
11618 F:      drivers/block/virtio_blk.c
11619 F:      include/linux/virtio_*.h
11620 F:      include/uapi/linux/virtio_*.h
11621
11622 VIRTIO DRIVERS FOR S390
11623 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11624 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11625 L:      linux-s390@vger.kernel.org
11626 L:      virtualization@lists.linux-foundation.org
11627 L:      kvm@vger.kernel.org
11628 S:      Supported
11629 F:      drivers/s390/virtio/
11630
11631 VIRTIO GPU DRIVER
11632 M:      David Airlie <airlied@linux.ie>
11633 M:      Gerd Hoffmann <kraxel@redhat.com>
11634 L:      dri-devel@lists.freedesktop.org
11635 L:      virtualization@lists.linux-foundation.org
11636 S:      Maintained
11637 F:      drivers/gpu/drm/virtio/
11638 F:      include/uapi/linux/virtio_gpu.h
11639
11640 VIRTIO HOST (VHOST)
11641 M:      "Michael S. Tsirkin" <mst@redhat.com>
11642 L:      kvm@vger.kernel.org
11643 L:      virtualization@lists.linux-foundation.org
11644 L:      netdev@vger.kernel.org
11645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git
11646 S:      Maintained
11647 F:      drivers/vhost/
11648 F:      include/uapi/linux/vhost.h
11649
11650 VIRTIO INPUT DRIVER
11651 M:      Gerd Hoffmann <kraxel@redhat.com>
11652 S:      Maintained
11653 F:      drivers/virtio/virtio_input.c
11654 F:      include/uapi/linux/virtio_input.h
11655
11656 VIA RHINE NETWORK DRIVER
11657 S:      Orphan
11658 F:      drivers/net/ethernet/via/via-rhine.c
11659
11660 VIA SD/MMC CARD CONTROLLER DRIVER
11661 M:      Bruce Chang <brucechang@via.com.tw>
11662 M:      Harald Welte <HaraldWelte@viatech.com>
11663 S:      Maintained
11664 F:      drivers/mmc/host/via-sdmmc.c
11665
11666 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11667 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11668 L:      linux-fbdev@vger.kernel.org
11669 S:      Maintained
11670 F:      include/linux/via-core.h
11671 F:      include/linux/via-gpio.h
11672 F:      include/linux/via_i2c.h
11673 F:      drivers/video/fbdev/via/
11674
11675 VIA VELOCITY NETWORK DRIVER
11676 M:      Francois Romieu <romieu@fr.zoreil.com>
11677 L:      netdev@vger.kernel.org
11678 S:      Maintained
11679 F:      drivers/net/ethernet/via/via-velocity.*
11680
11681 VIRT LIB
11682 M:      Alex Williamson <alex.williamson@redhat.com>
11683 M:      Paolo Bonzini <pbonzini@redhat.com>
11684 L:      kvm@vger.kernel.org
11685 S:      Supported
11686 F:      virt/lib/
11687
11688 VIVID VIRTUAL VIDEO DRIVER
11689 M:      Hans Verkuil <hverkuil@xs4all.nl>
11690 L:      linux-media@vger.kernel.org
11691 T:      git git://linuxtv.org/media_tree.git
11692 W:      https://linuxtv.org
11693 S:      Maintained
11694 F:      drivers/media/platform/vivid/*
11695
11696 VLAN (802.1Q)
11697 M:      Patrick McHardy <kaber@trash.net>
11698 L:      netdev@vger.kernel.org
11699 S:      Maintained
11700 F:      drivers/net/macvlan.c
11701 F:      include/linux/if_*vlan.h
11702 F:      net/8021q/
11703
11704 VLYNQ BUS
11705 M:      Florian Fainelli <florian@openwrt.org>
11706 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11707 S:      Maintained
11708 F:      drivers/vlynq/vlynq.c
11709 F:      include/linux/vlynq.h
11710
11711 VME SUBSYSTEM
11712 M:      Martyn Welch <martyn@welchs.me.uk>
11713 M:      Manohar Vanga <manohar.vanga@gmail.com>
11714 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11715 L:      devel@driverdev.osuosl.org
11716 S:      Maintained
11717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11718 F:      Documentation/vme_api.txt
11719 F:      drivers/staging/vme/
11720 F:      drivers/vme/
11721 F:      include/linux/vme*
11722
11723 VMWARE HYPERVISOR INTERFACE
11724 M:      Alok Kataria <akataria@vmware.com>
11725 L:      virtualization@lists.linux-foundation.org
11726 S:      Supported
11727 F:      arch/x86/kernel/cpu/vmware.c
11728
11729 VMWARE BALLOON DRIVER
11730 M:      Xavier Deguillard <xdeguillard@vmware.com>
11731 M:      Philip Moltmann <moltmann@vmware.com>
11732 M:      "VMware, Inc." <pv-drivers@vmware.com>
11733 L:      linux-kernel@vger.kernel.org
11734 S:      Maintained
11735 F:      drivers/misc/vmw_balloon.c
11736
11737 VMWARE VMMOUSE SUBDRIVER
11738 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11739 M:      "VMware, Inc." <pv-drivers@vmware.com>
11740 L:      linux-input@vger.kernel.org
11741 S:      Maintained
11742 F:      drivers/input/mouse/vmmouse.c
11743 F:      drivers/input/mouse/vmmouse.h
11744
11745 VMWARE VMXNET3 ETHERNET DRIVER
11746 M:      Shrikrishna Khare <skhare@vmware.com>
11747 M:      "VMware, Inc." <pv-drivers@vmware.com>
11748 L:      netdev@vger.kernel.org
11749 S:      Maintained
11750 F:      drivers/net/vmxnet3/
11751
11752 VMware PVSCSI driver
11753 M:      Arvind Kumar <arvindkumar@vmware.com>
11754 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11755 L:      linux-scsi@vger.kernel.org
11756 S:      Maintained
11757 F:      drivers/scsi/vmw_pvscsi.c
11758 F:      drivers/scsi/vmw_pvscsi.h
11759
11760 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11761 M:      Liam Girdwood <lgirdwood@gmail.com>
11762 M:      Mark Brown <broonie@kernel.org>
11763 L:      linux-kernel@vger.kernel.org
11764 W:      http://www.slimlogic.co.uk/?p=48
11765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11766 S:      Supported
11767 F:      drivers/regulator/
11768 F:      include/linux/regulator/
11769
11770 VRF
11771 M:      David Ahern <dsa@cumulusnetworks.com>
11772 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11773 L:      netdev@vger.kernel.org
11774 S:      Maintained
11775 F:      drivers/net/vrf.c
11776 F:      Documentation/networking/vrf.txt
11777
11778 VT1211 HARDWARE MONITOR DRIVER
11779 M:      Juerg Haefliger <juergh@gmail.com>
11780 L:      lm-sensors@lm-sensors.org
11781 S:      Maintained
11782 F:      Documentation/hwmon/vt1211
11783 F:      drivers/hwmon/vt1211.c
11784
11785 VT8231 HARDWARE MONITOR DRIVER
11786 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11787 L:      lm-sensors@lm-sensors.org
11788 S:      Maintained
11789 F:      drivers/hwmon/vt8231.c
11790
11791 VUB300 USB to SDIO/SD/MMC bridge chip
11792 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11793 L:      linux-mmc@vger.kernel.org
11794 L:      linux-usb@vger.kernel.org
11795 S:      Supported
11796 F:      drivers/mmc/host/vub300.c
11797
11798 W1 DALLAS'S 1-WIRE BUS
11799 M:      Evgeniy Polyakov <zbr@ioremap.net>
11800 S:      Maintained
11801 F:      Documentation/w1/
11802 F:      drivers/w1/
11803
11804 W83791D HARDWARE MONITORING DRIVER
11805 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11806 L:      lm-sensors@lm-sensors.org
11807 S:      Maintained
11808 F:      Documentation/hwmon/w83791d
11809 F:      drivers/hwmon/w83791d.c
11810
11811 W83793 HARDWARE MONITORING DRIVER
11812 M:      Rudolf Marek <r.marek@assembler.cz>
11813 L:      lm-sensors@lm-sensors.org
11814 S:      Maintained
11815 F:      Documentation/hwmon/w83793
11816 F:      drivers/hwmon/w83793.c
11817
11818 W83795 HARDWARE MONITORING DRIVER
11819 M:      Jean Delvare <jdelvare@suse.com>
11820 L:      lm-sensors@lm-sensors.org
11821 S:      Maintained
11822 F:      drivers/hwmon/w83795.c
11823
11824 W83L51xD SD/MMC CARD INTERFACE DRIVER
11825 M:      Pierre Ossman <pierre@ossman.eu>
11826 S:      Maintained
11827 F:      drivers/mmc/host/wbsd.*
11828
11829 WACOM PROTOCOL 4 SERIAL TABLETS
11830 M:      Julian Squires <julian@cipht.net>
11831 M:      Hans de Goede <hdegoede@redhat.com>
11832 L:      linux-input@vger.kernel.org
11833 S:      Maintained
11834 F:      drivers/input/tablet/wacom_serial4.c
11835
11836 WATCHDOG DEVICE DRIVERS
11837 M:      Wim Van Sebroeck <wim@iguana.be>
11838 R:      Guenter Roeck <linux@roeck-us.net>
11839 L:      linux-watchdog@vger.kernel.org
11840 W:      http://www.linux-watchdog.org/
11841 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11842 S:      Maintained
11843 F:      Documentation/watchdog/
11844 F:      drivers/watchdog/
11845 F:      include/linux/watchdog.h
11846 F:      include/uapi/linux/watchdog.h
11847
11848 WD7000 SCSI DRIVER
11849 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11850 L:      linux-scsi@vger.kernel.org
11851 S:      Maintained
11852 F:      drivers/scsi/wd7000.c
11853
11854 WIIMOTE HID DRIVER
11855 M:      David Herrmann <dh.herrmann@googlemail.com>
11856 L:      linux-input@vger.kernel.org
11857 S:      Maintained
11858 F:      drivers/hid/hid-wiimote*
11859
11860 WINBOND CIR DRIVER
11861 M:      David Härdeman <david@hardeman.nu>
11862 S:      Maintained
11863 F:      drivers/media/rc/winbond-cir.c
11864
11865 WIMAX STACK
11866 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11867 M:      linux-wimax@intel.com
11868 L:      wimax@linuxwimax.org (subscribers-only)
11869 S:      Supported
11870 W:      http://linuxwimax.org
11871 F:      Documentation/wimax/README.wimax
11872 F:      include/linux/wimax/debug.h
11873 F:      include/net/wimax.h
11874 F:      include/uapi/linux/wimax.h
11875 F:      net/wimax/
11876
11877 WISTRON LAPTOP BUTTON DRIVER
11878 M:      Miloslav Trmac <mitr@volny.cz>
11879 S:      Maintained
11880 F:      drivers/input/misc/wistron_btns.c
11881
11882 WL3501 WIRELESS PCMCIA CARD DRIVER
11883 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11884 L:      linux-wireless@vger.kernel.org
11885 W:      http://oops.ghostprotocols.net:81/blog
11886 S:      Maintained
11887 F:      drivers/net/wireless/wl3501*
11888
11889 WOLFSON MICROELECTRONICS DRIVERS
11890 L:      patches@opensource.wolfsonmicro.com
11891 T:      git https://github.com/CirrusLogic/linux-drivers.git
11892 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11893 S:      Supported
11894 F:      Documentation/hwmon/wm83??
11895 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11896 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11897 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11898 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11899 F:      drivers/clk/clk-wm83*.c
11900 F:      drivers/extcon/extcon-arizona.c
11901 F:      drivers/leds/leds-wm83*.c
11902 F:      drivers/gpio/gpio-*wm*.c
11903 F:      drivers/gpio/gpio-arizona.c
11904 F:      drivers/hwmon/wm83??-hwmon.c
11905 F:      drivers/input/misc/wm831x-on.c
11906 F:      drivers/input/touchscreen/wm831x-ts.c
11907 F:      drivers/input/touchscreen/wm97*.c
11908 F:      drivers/mfd/arizona*
11909 F:      drivers/mfd/wm*.c
11910 F:      drivers/mfd/cs47l24*
11911 F:      drivers/power/wm83*.c
11912 F:      drivers/rtc/rtc-wm83*.c
11913 F:      drivers/regulator/wm8*.c
11914 F:      drivers/video/backlight/wm83*_bl.c
11915 F:      drivers/watchdog/wm83*_wdt.c
11916 F:      include/linux/mfd/arizona/
11917 F:      include/linux/mfd/wm831x/
11918 F:      include/linux/mfd/wm8350/
11919 F:      include/linux/mfd/wm8400*
11920 F:      include/linux/wm97xx.h
11921 F:      include/sound/wm????.h
11922 F:      sound/soc/codecs/arizona.?
11923 F:      sound/soc/codecs/wm*
11924 F:      sound/soc/codecs/cs47l24*
11925
11926 WORKQUEUE
11927 M:      Tejun Heo <tj@kernel.org>
11928 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11930 S:      Maintained
11931 F:      include/linux/workqueue.h
11932 F:      kernel/workqueue.c
11933 F:      Documentation/workqueue.txt
11934
11935 X.25 NETWORK LAYER
11936 M:      Andrew Hendry <andrew.hendry@gmail.com>
11937 L:      linux-x25@vger.kernel.org
11938 S:      Odd Fixes
11939 F:      Documentation/networking/x25*
11940 F:      include/net/x25*
11941 F:      net/x25/
11942
11943 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11944 M:      Thomas Gleixner <tglx@linutronix.de>
11945 M:      Ingo Molnar <mingo@redhat.com>
11946 M:      "H. Peter Anvin" <hpa@zytor.com>
11947 M:      x86@kernel.org
11948 L:      linux-kernel@vger.kernel.org
11949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11950 S:      Maintained
11951 F:      Documentation/x86/
11952 F:      arch/x86/
11953
11954 X86 PLATFORM DRIVERS
11955 M:      Darren Hart <dvhart@infradead.org>
11956 L:      platform-driver-x86@vger.kernel.org
11957 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11958 S:      Maintained
11959 F:      drivers/platform/x86/
11960 F:      drivers/platform/olpc/
11961
11962 X86 MCE INFRASTRUCTURE
11963 M:      Tony Luck <tony.luck@intel.com>
11964 M:      Borislav Petkov <bp@alien8.de>
11965 L:      linux-edac@vger.kernel.org
11966 S:      Maintained
11967 F:      arch/x86/kernel/cpu/mcheck/*
11968
11969 X86 MICROCODE UPDATE SUPPORT
11970 M:      Borislav Petkov <bp@alien8.de>
11971 S:      Maintained
11972 F:      arch/x86/kernel/cpu/microcode/*
11973
11974 X86 VDSO
11975 M:      Andy Lutomirski <luto@amacapital.net>
11976 L:      linux-kernel@vger.kernel.org
11977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11978 S:      Maintained
11979 F:      arch/x86/entry/vdso/
11980
11981 XC2028/3028 TUNER DRIVER
11982 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11983 L:      linux-media@vger.kernel.org
11984 W:      https://linuxtv.org
11985 T:      git git://linuxtv.org/media_tree.git
11986 S:      Maintained
11987 F:      drivers/media/tuners/tuner-xc2028.*
11988
11989 XEN HYPERVISOR INTERFACE
11990 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11991 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11992 M:      David Vrabel <david.vrabel@citrix.com>
11993 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11995 S:      Supported
11996 F:      arch/x86/xen/
11997 F:      drivers/*/xen-*front.c
11998 F:      drivers/xen/
11999 F:      arch/x86/include/asm/xen/
12000 F:      include/xen/
12001 F:      include/uapi/xen/
12002
12003 XEN HYPERVISOR ARM
12004 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12005 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12006 S:      Supported
12007 F:      arch/arm/xen/
12008 F:      arch/arm/include/asm/xen/
12009
12010 XEN HYPERVISOR ARM64
12011 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
12012 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12013 S:      Supported
12014 F:      arch/arm64/xen/
12015 F:      arch/arm64/include/asm/xen/
12016
12017 XEN NETWORK BACKEND DRIVER
12018 M:      Ian Campbell <ian.campbell@citrix.com>
12019 M:      Wei Liu <wei.liu2@citrix.com>
12020 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12021 L:      netdev@vger.kernel.org
12022 S:      Supported
12023 F:      drivers/net/xen-netback/*
12024
12025 XEN PCI SUBSYSTEM
12026 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12027 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12028 S:      Supported
12029 F:      arch/x86/pci/*xen*
12030 F:      drivers/pci/*xen*
12031
12032 XEN BLOCK SUBSYSTEM
12033 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12034 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
12035 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12036 S:      Supported
12037 F:      drivers/block/xen-blkback/*
12038 F:      drivers/block/xen*
12039
12040 XEN PVSCSI DRIVERS
12041 M:      Juergen Gross <jgross@suse.com>
12042 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12043 L:      linux-scsi@vger.kernel.org
12044 S:      Supported
12045 F:      drivers/scsi/xen-scsifront.c
12046 F:      drivers/xen/xen-scsiback.c
12047 F:      include/xen/interface/io/vscsiif.h
12048
12049 XEN SWIOTLB SUBSYSTEM
12050 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
12051 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
12052 S:      Supported
12053 F:      arch/x86/xen/*swiotlb*
12054 F:      drivers/xen/*swiotlb*
12055
12056 XFS FILESYSTEM
12057 P:      Silicon Graphics Inc
12058 M:      Dave Chinner <david@fromorbit.com>
12059 M:      xfs@oss.sgi.com
12060 L:      xfs@oss.sgi.com
12061 W:      http://oss.sgi.com/projects/xfs
12062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs.git
12063 S:      Supported
12064 F:      Documentation/filesystems/xfs.txt
12065 F:      fs/xfs/
12066
12067 XILINX AXI ETHERNET DRIVER
12068 M:      Anirudha Sarangi <anirudh@xilinx.com>
12069 M:      John Linn <John.Linn@xilinx.com>
12070 S:      Maintained
12071 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
12072
12073 XILINX UARTLITE SERIAL DRIVER
12074 M:      Peter Korsgaard <jacmet@sunsite.dk>
12075 L:      linux-serial@vger.kernel.org
12076 S:      Maintained
12077 F:      drivers/tty/serial/uartlite.c
12078
12079 XILINX VIDEO IP CORES
12080 M:      Hyun Kwon <hyun.kwon@xilinx.com>
12081 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
12082 L:      linux-media@vger.kernel.org
12083 T:      git git://linuxtv.org/media_tree.git
12084 S:      Supported
12085 F:      Documentation/devicetree/bindings/media/xilinx/
12086 F:      drivers/media/platform/xilinx/
12087 F:      include/uapi/linux/xilinx-v4l2-controls.h
12088
12089 XILLYBUS DRIVER
12090 M:      Eli Billauer <eli.billauer@gmail.com>
12091 L:      linux-kernel@vger.kernel.org
12092 S:      Supported
12093 F:      drivers/char/xillybus/
12094
12095 XTENSA XTFPGA PLATFORM SUPPORT
12096 M:      Max Filippov <jcmvbkbc@gmail.com>
12097 L:      linux-xtensa@linux-xtensa.org
12098 S:      Maintained
12099 F:      drivers/spi/spi-xtensa-xtfpga.c
12100 F:      sound/soc/xtensa/xtfpga-i2s.c
12101
12102 YAM DRIVER FOR AX.25
12103 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
12104 L:      linux-hams@vger.kernel.org
12105 S:      Maintained
12106 F:      drivers/net/hamradio/yam*
12107 F:      include/linux/yam.h
12108
12109 YEALINK PHONE DRIVER
12110 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
12111 L:      usbb2k-api-dev@nongnu.org
12112 S:      Maintained
12113 F:      Documentation/input/yealink.txt
12114 F:      drivers/input/misc/yealink.*
12115
12116 Z8530 DRIVER FOR AX.25
12117 M:      Joerg Reuter <jreuter@yaina.de>
12118 W:      http://yaina.de/jreuter/
12119 W:      http://www.qsl.net/dl1bke/
12120 L:      linux-hams@vger.kernel.org
12121 S:      Maintained
12122 F:      Documentation/networking/z8530drv.txt
12123 F:      drivers/net/hamradio/*scc.c
12124 F:      drivers/net/hamradio/z8530.h
12125
12126 ZBUD COMPRESSED PAGE ALLOCATOR
12127 M:      Seth Jennings <sjennings@variantweb.net>
12128 L:      linux-mm@kvack.org
12129 S:      Maintained
12130 F:      mm/zbud.c
12131 F:      include/linux/zbud.h
12132
12133 ZD1211RW WIRELESS DRIVER
12134 M:      Daniel Drake <dsd@gentoo.org>
12135 M:      Ulrich Kunitz <kune@deine-taler.de>
12136 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12137 L:      linux-wireless@vger.kernel.org
12138 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12139 S:      Maintained
12140 F:      drivers/net/wireless/zydas/zd1211rw/
12141
12142 ZPOOL COMPRESSED PAGE STORAGE API
12143 M:      Dan Streetman <ddstreet@ieee.org>
12144 L:      linux-mm@kvack.org
12145 S:      Maintained
12146 F:      mm/zpool.c
12147 F:      include/linux/zpool.h
12148
12149 ZR36067 VIDEO FOR LINUX DRIVER
12150 L:      mjpeg-users@lists.sourceforge.net
12151 L:      linux-media@vger.kernel.org
12152 W:      http://mjpeg.sourceforge.net/driver-zoran/
12153 T:      hg https://linuxtv.org/hg/v4l-dvb
12154 S:      Odd Fixes
12155 F:      drivers/media/pci/zoran/
12156
12157 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12158 M:      Minchan Kim <minchan@kernel.org>
12159 M:      Nitin Gupta <ngupta@vflare.org>
12160 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12161 L:      linux-kernel@vger.kernel.org
12162 S:      Maintained
12163 F:      drivers/block/zram/
12164 F:      Documentation/blockdev/zram.txt
12165
12166 ZS DECSTATION Z85C30 SERIAL DRIVER
12167 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12168 S:      Maintained
12169 F:      drivers/tty/serial/zs.*
12170
12171 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12172 M:      Minchan Kim <minchan@kernel.org>
12173 M:      Nitin Gupta <ngupta@vflare.org>
12174 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12175 L:      linux-mm@kvack.org
12176 S:      Maintained
12177 F:      mm/zsmalloc.c
12178 F:      include/linux/zsmalloc.h
12179 F:      Documentation/vm/zsmalloc.txt
12180
12181 ZSWAP COMPRESSED SWAP CACHING
12182 M:      Seth Jennings <sjennings@variantweb.net>
12183 L:      linux-mm@kvack.org
12184 S:      Maintained
12185 F:      mm/zswap.c
12186
12187 THE REST
12188 M:      Linus Torvalds <torvalds@linux-foundation.org>
12189 L:      linux-kernel@vger.kernel.org
12190 Q:      http://patchwork.kernel.org/project/LKML/list/
12191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12192 S:      Buried alive in reporters
12193 F:      *
12194 F:      */