OSDN Git Service

3ae7b57b5f1adcd584a7c2503fb2c49c99dbbba5
[sagit-ice-cold/kernel_xiaomi_msm8998.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:      http://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:      linux-hwmon@vger.kernel.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:      linux-hwmon@vger.kernel.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-IDIO-16 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-idio-16.c
248
249 ACENIC DRIVER
250 M:      Jes Sorensen <jes@trained-monkey.org>
251 L:      linux-acenic@sunsite.dk
252 S:      Maintained
253 F:      drivers/net/ethernet/alteon/acenic*
254
255 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
256 M:      Peter Feuerer <peter@piie.net>
257 L:      platform-driver-x86@vger.kernel.org
258 W:      http://piie.net/?section=acerhdf
259 S:      Maintained
260 F:      drivers/platform/x86/acerhdf.c
261
262 ACER WMI LAPTOP EXTRAS
263 M:      "Lee, Chun-Yi" <jlee@suse.com>
264 L:      platform-driver-x86@vger.kernel.org
265 S:      Maintained
266 F:      drivers/platform/x86/acer-wmi.c
267
268 ACPI
269 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
270 M:      Len Brown <lenb@kernel.org>
271 L:      linux-acpi@vger.kernel.org
272 W:      https://01.org/linux-acpi
273 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
275 S:      Supported
276 F:      drivers/acpi/
277 F:      drivers/pnp/pnpacpi/
278 F:      include/linux/acpi.h
279 F:      include/acpi/
280 F:      Documentation/acpi/
281 F:      Documentation/ABI/testing/sysfs-bus-acpi
282 F:      drivers/pci/*acpi*
283 F:      drivers/pci/*/*acpi*
284 F:      drivers/pci/*/*/*acpi*
285 F:      tools/power/acpi/
286
287 ACPI COMPONENT ARCHITECTURE (ACPICA)
288 M:      Robert Moore <robert.moore@intel.com>
289 M:      Lv Zheng <lv.zheng@intel.com>
290 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
291 L:      linux-acpi@vger.kernel.org
292 L:      devel@acpica.org
293 W:      https://acpica.org/
294 W:      https://github.com/acpica/acpica/
295 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
297 S:      Supported
298 F:      drivers/acpi/acpica/
299 F:      include/acpi/
300 F:      tools/power/acpi/
301
302 ACPI FAN DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/fan.c
308
309 ACPI THERMAL DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/*thermal*
315
316 ACPI VIDEO DRIVER
317 M:      Zhang Rui <rui.zhang@intel.com>
318 L:      linux-acpi@vger.kernel.org
319 W:      https://01.org/linux-acpi
320 S:      Supported
321 F:      drivers/acpi/acpi_video.c
322
323 ACPI WMI DRIVER
324 L:      platform-driver-x86@vger.kernel.org
325 S:      Orphan
326 F:      drivers/platform/x86/wmi.c
327
328 AD1889 ALSA SOUND DRIVER
329 M:      Thibaut Varene <T-Bone@parisc-linux.org>
330 W:      http://wiki.parisc-linux.org/AD1889
331 L:      linux-parisc@vger.kernel.org
332 S:      Maintained
333 F:      sound/pci/ad1889.*
334
335 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5254
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/misc/ad525x_dpot.c
341
342 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD5398
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/regulator/ad5398.c
348
349 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7142
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/misc/ad714x.c
355
356 AD7877 TOUCHSCREEN DRIVER
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7877
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7877.c
362
363 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
364 M:      Michael Hennerich <michael.hennerich@analog.com>
365 W:      http://wiki.analog.com/AD7879
366 W:      http://ez.analog.com/community/linux-device-drivers
367 S:      Supported
368 F:      drivers/input/touchscreen/ad7879.c
369
370 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
371 M:      Jiri Kosina <jikos@kernel.org>
372 S:      Maintained
373
374 ADM1025 HARDWARE MONITOR DRIVER
375 M:      Jean Delvare <jdelvare@suse.com>
376 L:      linux-hwmon@vger.kernel.org
377 S:      Maintained
378 F:      Documentation/hwmon/adm1025
379 F:      drivers/hwmon/adm1025.c
380
381 ADM1029 HARDWARE MONITOR DRIVER
382 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
383 L:      linux-hwmon@vger.kernel.org
384 S:      Maintained
385 F:      drivers/hwmon/adm1029.c
386
387 ADM8211 WIRELESS DRIVER
388 L:      linux-wireless@vger.kernel.org
389 W:      http://wireless.kernel.org/
390 S:      Orphan
391 F:      drivers/net/wireless/adm8211.*
392
393 ADP1653 FLASH CONTROLLER DRIVER
394 M:      Sakari Ailus <sakari.ailus@iki.fi>
395 L:      linux-media@vger.kernel.org
396 S:      Maintained
397 F:      drivers/media/i2c/adp1653.c
398 F:      include/media/adp1653.h
399
400 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
401 M:      Michael Hennerich <michael.hennerich@analog.com>
402 W:      http://wiki.analog.com/ADP5520
403 W:      http://ez.analog.com/community/linux-device-drivers
404 S:      Supported
405 F:      drivers/mfd/adp5520.c
406 F:      drivers/video/backlight/adp5520_bl.c
407 F:      drivers/leds/leds-adp5520.c
408 F:      drivers/gpio/gpio-adp5520.c
409 F:      drivers/input/keyboard/adp5520-keys.c
410
411 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
412 M:      Michael Hennerich <michael.hennerich@analog.com>
413 W:      http://wiki.analog.com/ADP5588
414 W:      http://ez.analog.com/community/linux-device-drivers
415 S:      Supported
416 F:      drivers/input/keyboard/adp5588-keys.c
417 F:      drivers/gpio/gpio-adp5588.c
418
419 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
420 M:      Michael Hennerich <michael.hennerich@analog.com>
421 W:      http://wiki.analog.com/ADP8860
422 W:      http://ez.analog.com/community/linux-device-drivers
423 S:      Supported
424 F:      drivers/video/backlight/adp8860_bl.c
425
426 ADS1015 HARDWARE MONITOR DRIVER
427 M:      Dirk Eibach <eibach@gdsys.de>
428 L:      linux-hwmon@vger.kernel.org
429 S:      Maintained
430 F:      Documentation/hwmon/ads1015
431 F:      drivers/hwmon/ads1015.c
432 F:      include/linux/i2c/ads1015.h
433
434 ADT746X FAN DRIVER
435 M:      Colin Leroy <colin@colino.net>
436 S:      Maintained
437 F:      drivers/macintosh/therm_adt746x.c
438
439 ADT7475 HARDWARE MONITOR DRIVER
440 M:      Jean Delvare <jdelvare@suse.com>
441 L:      linux-hwmon@vger.kernel.org
442 S:      Maintained
443 F:      Documentation/hwmon/adt7475
444 F:      drivers/hwmon/adt7475.c
445
446 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
447 M:      Michael Hennerich <michael.hennerich@analog.com>
448 W:      http://wiki.analog.com/ADXL345
449 W:      http://ez.analog.com/community/linux-device-drivers
450 S:      Supported
451 F:      drivers/input/misc/adxl34x.c
452
453 ADVANSYS SCSI DRIVER
454 M:      Matthew Wilcox <matthew@wil.cx>
455 M:      Hannes Reinecke <hare@suse.com>
456 L:      linux-scsi@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/scsi/advansys.txt
459 F:      drivers/scsi/advansys.c
460
461 AEDSP16 DRIVER
462 M:      Riccardo Facchetti <fizban@tin.it>
463 S:      Maintained
464 F:      sound/oss/aedsp16.c
465
466 AF9013 MEDIA DRIVER
467 M:      Antti Palosaari <crope@iki.fi>
468 L:      linux-media@vger.kernel.org
469 W:      http://linuxtv.org/
470 W:      http://palosaari.fi/linux/
471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
472 T:      git git://linuxtv.org/anttip/media_tree.git
473 S:      Maintained
474 F:      drivers/media/dvb-frontends/af9013*
475
476 AF9033 MEDIA DRIVER
477 M:      Antti Palosaari <crope@iki.fi>
478 L:      linux-media@vger.kernel.org
479 W:      http://linuxtv.org/
480 W:      http://palosaari.fi/linux/
481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
482 T:      git git://linuxtv.org/anttip/media_tree.git
483 S:      Maintained
484 F:      drivers/media/dvb-frontends/af9033*
485
486 AFFS FILE SYSTEM
487 L:      linux-fsdevel@vger.kernel.org
488 S:      Orphan
489 F:      Documentation/filesystems/affs.txt
490 F:      fs/affs/
491
492 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
493 M:      David Howells <dhowells@redhat.com>
494 L:      linux-afs@lists.infradead.org
495 S:      Supported
496 F:      fs/afs/
497 F:      include/net/af_rxrpc.h
498 F:      net/rxrpc/af_rxrpc.c
499
500 AGPGART DRIVER
501 M:      David Airlie <airlied@linux.ie>
502 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
503 S:      Maintained
504 F:      drivers/char/agp/
505 F:      include/linux/agp*
506 F:      include/uapi/linux/agp*
507
508 AHA152X SCSI DRIVER
509 M:      "Juergen E. Fischer" <fischer@norbit.de>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aha152x*
513 F:      drivers/scsi/pcmcia/aha152x*
514
515 AIC7XXX / AIC79XX SCSI DRIVER
516 M:      Hannes Reinecke <hare@suse.com>
517 L:      linux-scsi@vger.kernel.org
518 S:      Maintained
519 F:      drivers/scsi/aic7xxx/
520
521 AIMSLAB FM RADIO RECEIVER DRIVER
522 M:      Hans Verkuil <hverkuil@xs4all.nl>
523 L:      linux-media@vger.kernel.org
524 T:      git git://linuxtv.org/media_tree.git
525 W:      http://linuxtv.org
526 S:      Maintained
527 F:      drivers/media/radio/radio-aimslab*
528
529 AIO
530 M:      Benjamin LaHaise <bcrl@kvack.org>
531 L:      linux-aio@kvack.org
532 S:      Supported
533 F:      fs/aio.c
534 F:      include/linux/*aio*.h
535
536 AIRSPY MEDIA DRIVER
537 M:      Antti Palosaari <crope@iki.fi>
538 L:      linux-media@vger.kernel.org
539 W:      http://linuxtv.org/
540 W:      http://palosaari.fi/linux/
541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
542 T:      git git://linuxtv.org/anttip/media_tree.git
543 S:      Maintained
544 F:      drivers/media/usb/airspy/
545
546 ALCATEL SPEEDTOUCH USB DRIVER
547 M:      Duncan Sands <duncan.sands@free.fr>
548 L:      linux-usb@vger.kernel.org
549 W:      http://www.linux-usb.org/SpeedTouch/
550 S:      Maintained
551 F:      drivers/usb/atm/speedtch.c
552 F:      drivers/usb/atm/usbatm.c
553
554 ALCHEMY AU1XX0 MMC DRIVER
555 M:      Manuel Lauss <manuel.lauss@gmail.com>
556 S:      Maintained
557 F:      drivers/mmc/host/au1xmmc.c
558
559 ALI1563 I2C DRIVER
560 M:      Rudolf Marek <r.marek@assembler.cz>
561 L:      linux-i2c@vger.kernel.org
562 S:      Maintained
563 F:      Documentation/i2c/busses/i2c-ali1563
564 F:      drivers/i2c/busses/i2c-ali1563.c
565
566 ALLWINNER SECURITY SYSTEM
567 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
568 L:      linux-crypto@vger.kernel.org
569 S:      Maintained
570 F:      drivers/crypto/sunxi-ss/
571
572 ALPHA PORT
573 M:      Richard Henderson <rth@twiddle.net>
574 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
575 M:      Matt Turner <mattst88@gmail.com>
576 S:      Odd Fixes
577 L:      linux-alpha@vger.kernel.org
578 F:      arch/alpha/
579
580 ALTERA MAILBOX DRIVER
581 M:      Ley Foon Tan <lftan@altera.com>
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/mailbox/mailbox-altera.c
585
586 ALTERA PIO DRIVER
587 M:      Tien Hock Loh <thloh@altera.com>
588 L:      linux-gpio@vger.kernel.org
589 S:      Maintained
590 F:      drivers/gpio/gpio-altera.c
591
592 ALTERA TRIPLE SPEED ETHERNET DRIVER
593 M:      Vince Bridgers <vbridger@opensource.altera.com>
594 L:      netdev@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/net/ethernet/altera/
598
599 ALTERA UART/JTAG UART SERIAL DRIVERS
600 M:      Tobias Klauser <tklauser@distanz.ch>
601 L:      linux-serial@vger.kernel.org
602 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
603 S:      Maintained
604 F:      drivers/tty/serial/altera_uart.c
605 F:      drivers/tty/serial/altera_jtaguart.c
606 F:      include/linux/altera_uart.h
607 F:      include/linux/altera_jtaguart.h
608
609 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
610 M:      Tom Lendacky <thomas.lendacky@amd.com>
611 L:      linux-crypto@vger.kernel.org
612 S:      Supported
613 F:      drivers/crypto/ccp/
614 F:      include/linux/ccp.h
615
616 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
617 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
618 L:      linux-hwmon@vger.kernel.org
619 S:      Maintained
620 F:      Documentation/hwmon/fam15h_power
621 F:      drivers/hwmon/fam15h_power.c
622
623 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 S:      Orphan
626 F:      drivers/usb/gadget/udc/amd5536udc.*
627
628 AMD GEODE PROCESSOR/CHIPSET SUPPORT
629 P:      Andres Salomon <dilinger@queued.net>
630 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
632 S:      Supported
633 F:      drivers/char/hw_random/geode-rng.c
634 F:      drivers/crypto/geode*
635 F:      drivers/video/fbdev/geode/
636 F:      arch/x86/include/asm/geode.h
637
638 AMD IOMMU (AMD-VI)
639 M:      Joerg Roedel <joro@8bytes.org>
640 L:      iommu@lists.linux-foundation.org
641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
642 S:      Maintained
643 F:      drivers/iommu/amd_iommu*.[ch]
644 F:      include/linux/amd-iommu.h
645
646 AMD KFD
647 M:      Oded Gabbay <oded.gabbay@gmail.com>
648 L:      dri-devel@lists.freedesktop.org
649 T:      git git://people.freedesktop.org/~gabbayo/linux.git
650 S:      Supported
651 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
652 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
653 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
654 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
655 F:      drivers/gpu/drm/amd/amdkfd/
656 F:      drivers/gpu/drm/amd/include/cik_structs.h
657 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
658 F:      drivers/gpu/drm/amd/include/vi_structs.h
659 F:      drivers/gpu/drm/radeon/radeon_kfd.c
660 F:      drivers/gpu/drm/radeon/radeon_kfd.h
661 F:      include/uapi/linux/kfd_ioctl.h
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID CONFIG FRAGMENTS
750 M:      Rob Herring <robh@kernel.org>
751 S:      Supported
752 F:      kernel/configs/android*
753
754 ANDROID DRIVERS
755 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
756 M:      Arve HjønnevĂ¥g <arve@android.com>
757 M:      Riley Andrews <riandrews@android.com>
758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
759 L:      devel@driverdev.osuosl.org
760 S:      Supported
761 F:      drivers/android/
762 F:      drivers/staging/android/
763
764 ANDROID GOLDFISH PIC DRIVER
765 M:      Miodrag Dinic <miodrag.dinic@mips.com>
766 S:      Supported
767 F:      Documentation/devicetree/bindings/interrupt-controller/google,goldfish-pic.txt
768 F:      drivers/irqchip/irq-goldfish-pic.c
769
770 ANDROID GOLDFISH RTC DRIVER
771 M:      Miodrag Dinic <miodrag.dinic@mips.com>
772 S:      Supported
773 F:      Documentation/devicetree/bindings/rtc/google,goldfish-rtc.txt
774 F:      drivers/rtc/rtc-goldfish.c
775
776 AOA (Apple Onboard Audio) ALSA DRIVER
777 M:      Johannes Berg <johannes@sipsolutions.net>
778 L:      linuxppc-dev@lists.ozlabs.org
779 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
780 S:      Maintained
781 F:      sound/aoa/
782
783 APM DRIVER
784 M:      Jiri Kosina <jikos@kernel.org>
785 S:      Odd fixes
786 F:      arch/x86/kernel/apm_32.c
787 F:      include/linux/apm_bios.h
788 F:      include/uapi/linux/apm_bios.h
789 F:      drivers/char/apm-emulation.c
790
791 APPLE BCM5974 MULTITOUCH DRIVER
792 M:      Henrik Rydberg <rydberg@bitmath.org>
793 L:      linux-input@vger.kernel.org
794 S:      Odd fixes
795 F:      drivers/input/mouse/bcm5974.c
796
797 APPLE SMC DRIVER
798 M:      Henrik Rydberg <rydberg@bitmath.org>
799 L:      linux-hwmon@vger.kernel.org
800 S:      Odd fixes
801 F:      drivers/hwmon/applesmc.c
802
803 APPLETALK NETWORK LAYER
804 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
805 S:      Maintained
806 F:      drivers/net/appletalk/
807 F:      net/appletalk/
808
809 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
810 M:      Duc Dang <dhdang@apm.com>
811 S:      Supported
812 F:      arch/arm64/boot/dts/apm/
813
814 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
815 M:      Iyappan Subramanian <isubramanian@apm.com>
816 M:      Keyur Chudgar <kchudgar@apm.com>
817 S:      Supported
818 F:      drivers/net/ethernet/apm/xgene/
819 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
820
821 APTINA CAMERA SENSOR PLL
822 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
823 L:      linux-media@vger.kernel.org
824 S:      Maintained
825 F:      drivers/media/i2c/aptina-pll.*
826
827 ARC FRAMEBUFFER DRIVER
828 M:      Jaya Kumar <jayalk@intworks.biz>
829 S:      Maintained
830 F:      drivers/video/fbdev/arcfb.c
831 F:      drivers/video/fbdev/core/fb_defio.c
832
833 ARCNET NETWORK LAYER
834 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
835 L:      netdev@vger.kernel.org
836 S:      Maintained
837 F:      drivers/net/arcnet/
838 F:      include/uapi/linux/if_arcnet.h
839
840 ARM MFM AND FLOPPY DRIVERS
841 M:      Ian Molton <spyro@f2s.com>
842 S:      Maintained
843 F:      arch/arm/lib/floppydma.S
844 F:      arch/arm/include/asm/floppy.h
845
846 ARM PMU PROFILING AND DEBUGGING
847 M:      Will Deacon <will.deacon@arm.com>
848 R:      Mark Rutland <mark.rutland@arm.com>
849 S:      Maintained
850 F:      arch/arm*/kernel/perf_*
851 F:      arch/arm/oprofile/common.c
852 F:      arch/arm*/kernel/hw_breakpoint.c
853 F:      arch/arm*/include/asm/hw_breakpoint.h
854 F:      arch/arm*/include/asm/perf_event.h
855 F:      drivers/perf/arm_pmu.c
856 F:      include/linux/perf/arm_pmu.h
857
858 ARM PORT
859 M:      Russell King <linux@arm.linux.org.uk>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 W:      http://www.arm.linux.org.uk/
862 S:      Maintained
863 F:      arch/arm/
864
865 ARM SUB-ARCHITECTURES
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 F:      arch/arm/mach-*/
869 F:      arch/arm/plat-*/
870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
871
872 ARM PRIMECELL AACI PL041 DRIVER
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      sound/arm/aaci.*
876
877 ARM PRIMECELL CLCD PL110 DRIVER
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/video/fbdev/amba-clcd.*
881
882 ARM PRIMECELL KMI PL050 DRIVER
883 M:      Russell King <linux@arm.linux.org.uk>
884 S:      Maintained
885 F:      drivers/input/serio/ambakmi.*
886 F:      include/linux/amba/kmi.h
887
888 ARM PRIMECELL MMCI PL180/1 DRIVER
889 M:      Russell King <linux@arm.linux.org.uk>
890 S:      Maintained
891 F:      drivers/mmc/host/mmci.*
892 F:      include/linux/amba/mmci.h
893
894 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
895 M:      Russell King <linux@arm.linux.org.uk>
896 S:      Maintained
897 F:      drivers/tty/serial/amba-pl01*.c
898 F:      include/linux/amba/serial.h
899
900 ARM PRIMECELL BUS SUPPORT
901 M:      Russell King <linux@arm.linux.org.uk>
902 S:      Maintained
903 F:      drivers/amba/
904 F:      include/linux/amba/bus.h
905
906 ARM/ADS SPHERE MACHINE SUPPORT
907 M:      Lennert Buytenhek <kernel@wantstofly.org>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910
911 ARM/AFEB9260 MACHINE SUPPORT
912 M:      Sergey Lapin <slapin@ossfans.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915
916 ARM/AJECO 1ARM MACHINE SUPPORT
917 M:      Lennert Buytenhek <kernel@wantstofly.org>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920
921 ARM/Allwinner sunXi SoC support
922 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
923 M:      Chen-Yu Tsai <wens@csie.org>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 N:      sun[x456789]i
927
928 ARM/Allwinner SoC Clock Support
929 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
930 S:      Maintained
931 F:      drivers/clk/sunxi/
932
933 ARM/Amlogic MesonX SoC support
934 M:      Carlo Caione <carlo@caione.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      drivers/media/rc/meson-ir.c
938 N:      meson[x68]
939
940 ARM/Annapurna Labs ALPINE ARCHITECTURE
941 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
942 S:      Maintained
943 F:      arch/arm/mach-alpine/
944
945 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
946 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
947 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
948 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 W:      http://www.linux4sam.org
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:      Kumar Gala <galak@codeaurora.org>
1421 M:      Andy Gross <agross@codeaurora.org>
1422 M:      David Brown <davidb@codeaurora.org>
1423 L:      linux-arm-msm@vger.kernel.org
1424 L:      linux-soc@vger.kernel.org
1425 S:      Maintained
1426 F:      arch/arm/mach-qcom/
1427 F:      drivers/soc/qcom/
1428 F:      drivers/tty/serial/msm_serial.h
1429 F:      drivers/tty/serial/msm_serial.c
1430 F:      drivers/*/pm8???-*
1431 F:      drivers/mfd/ssbi.c
1432 F:      drivers/firmware/qcom_scm.c
1433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1434
1435 ARM/RADISYS ENP2611 MACHINE SUPPORT
1436 M:      Lennert Buytenhek <kernel@wantstofly.org>
1437 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1438 S:      Maintained
1439
1440 ARM/RISCPC ARCHITECTURE
1441 M:      Russell King <linux@arm.linux.org.uk>
1442 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1443 W:      http://www.arm.linux.org.uk/
1444 S:      Maintained
1445 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1446 F:      arch/arm/include/asm/hardware/ioc.h
1447 F:      arch/arm/include/asm/hardware/iomd.h
1448 F:      arch/arm/include/asm/hardware/memc.h
1449 F:      arch/arm/mach-rpc/
1450 F:      drivers/net/ethernet/8390/etherh.c
1451 F:      drivers/net/ethernet/i825xx/ether1*
1452 F:      drivers/net/ethernet/seeq/ether3*
1453 F:      drivers/scsi/arm/
1454
1455 ARM/Rockchip SoC support
1456 M:      Heiko Stuebner <heiko@sntech.de>
1457 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1458 L:      linux-rockchip@lists.infradead.org
1459 S:      Maintained
1460 F:      arch/arm/boot/dts/rk3*
1461 F:      arch/arm/mach-rockchip/
1462 F:      drivers/clk/rockchip/
1463 F:      drivers/i2c/busses/i2c-rk3x.c
1464 F:      drivers/*/*rockchip*
1465 F:      drivers/*/*/*rockchip*
1466 F:      sound/soc/rockchip/
1467 N:      rockchip
1468
1469 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1470 M:      Kukjin Kim <kgene@kernel.org>
1471 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1474 S:      Maintained
1475 F:      arch/arm/boot/dts/s3c*
1476 F:      arch/arm/boot/dts/exynos*
1477 F:      arch/arm64/boot/dts/exynos/
1478 F:      arch/arm/plat-samsung/
1479 F:      arch/arm/mach-s3c24*/
1480 F:      arch/arm/mach-s3c64xx/
1481 F:      arch/arm/mach-s5p*/
1482 F:      arch/arm/mach-exynos*/
1483 F:      drivers/*/*s3c2410*
1484 F:      drivers/*/*/*s3c2410*
1485 F:      drivers/spi/spi-s3c*
1486 F:      sound/soc/samsung/*
1487 F:      Documentation/arm/Samsung/
1488 F:      Documentation/devicetree/bindings/arm/samsung/
1489 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1490 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1491 N:      exynos
1492
1493 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1494 M:      Kyungmin Park <kyungmin.park@samsung.com>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 S:      Maintained
1497 F:      arch/arm/mach-s5pv210/
1498
1499 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1500 M:      Kyungmin Park <kyungmin.park@samsung.com>
1501 M:      Kamil Debski <k.debski@samsung.com>
1502 L:      linux-arm-kernel@lists.infradead.org
1503 L:      linux-media@vger.kernel.org
1504 S:      Maintained
1505 F:      drivers/media/platform/s5p-g2d/
1506
1507 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1508 M:      Kyungmin Park <kyungmin.park@samsung.com>
1509 M:      Kamil Debski <k.debski@samsung.com>
1510 M:      Jeongtae Park <jtp.park@samsung.com>
1511 L:      linux-arm-kernel@lists.infradead.org
1512 L:      linux-media@vger.kernel.org
1513 S:      Maintained
1514 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1515 F:      drivers/media/platform/s5p-mfc/
1516
1517 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1518 M:      Kyungmin Park <kyungmin.park@samsung.com>
1519 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1520 L:      linux-arm-kernel@lists.infradead.org
1521 L:      linux-media@vger.kernel.org
1522 S:      Maintained
1523 F:      drivers/media/platform/s5p-tv/
1524
1525 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1526 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1527 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1528 L:      linux-arm-kernel@lists.infradead.org
1529 L:      linux-media@vger.kernel.org
1530 S:      Maintained
1531 F:      drivers/media/platform/s5p-jpeg/
1532
1533 ARM/SHMOBILE ARM ARCHITECTURE
1534 M:      Simon Horman <horms@verge.net.au>
1535 M:      Magnus Damm <magnus.damm@gmail.com>
1536 L:      linux-sh@vger.kernel.org
1537 W:      http://oss.renesas.com
1538 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1540 S:      Supported
1541 F:      arch/arm/boot/dts/emev2*
1542 F:      arch/arm/boot/dts/r7s*
1543 F:      arch/arm/boot/dts/r8a*
1544 F:      arch/arm/boot/dts/sh*
1545 F:      arch/arm/configs/shmobile_defconfig
1546 F:      arch/arm/include/debug/renesas-scif.S
1547 F:      arch/arm/mach-shmobile/
1548 F:      drivers/sh/
1549
1550 ARM/SOCFPGA ARCHITECTURE
1551 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1552 S:      Maintained
1553 F:      arch/arm/mach-socfpga/
1554 F:      arch/arm/boot/dts/socfpga*
1555 F:      arch/arm/configs/socfpga_defconfig
1556 W:      http://www.rocketboards.org
1557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1558
1559 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1560 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1561 S:      Maintained
1562 F:      drivers/clk/socfpga/
1563
1564 ARM/SOCFPGA EDAC SUPPORT
1565 M:      Thor Thayer <tthayer@opensource.altera.com>
1566 S:      Maintained
1567 F:      drivers/edac/altera_edac.
1568
1569 ARM/STI ARCHITECTURE
1570 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1571 M:      Maxime Coquelin <maxime.coquelin@st.com>
1572 M:      Patrice Chotard <patrice.chotard@st.com>
1573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1574 L:      kernel@stlinux.com
1575 W:      http://www.stlinux.com
1576 S:      Maintained
1577 F:      arch/arm/mach-sti/
1578 F:      arch/arm/boot/dts/sti*
1579 F:      drivers/char/hw_random/st-rng.c
1580 F:      drivers/clocksource/arm_global_timer.c
1581 F:      drivers/clocksource/clksrc_st_lpc.c
1582 F:      drivers/i2c/busses/i2c-st.c
1583 F:      drivers/media/rc/st_rc.c
1584 F:      drivers/media/platform/sti/c8sectpfe/
1585 F:      drivers/mmc/host/sdhci-st.c
1586 F:      drivers/phy/phy-miphy28lp.c
1587 F:      drivers/phy/phy-miphy365x.c
1588 F:      drivers/phy/phy-stih407-usb.c
1589 F:      drivers/phy/phy-stih41x-usb.c
1590 F:      drivers/pinctrl/pinctrl-st.c
1591 F:      drivers/reset/sti/
1592 F:      drivers/rtc/rtc-st-lpc.c
1593 F:      drivers/tty/serial/st-asc.c
1594 F:      drivers/usb/dwc3/dwc3-st.c
1595 F:      drivers/usb/host/ehci-st.c
1596 F:      drivers/usb/host/ohci-st.c
1597 F:      drivers/watchdog/st_lpc_wdt.c
1598 F:      drivers/ata/ahci_st.c
1599
1600 ARM/STM32 ARCHITECTURE
1601 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 S:      Maintained
1604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1605 N:      stm32
1606 F:      drivers/clocksource/armv7m_systick.c
1607
1608 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1609 M:      Lennert Buytenhek <kernel@wantstofly.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Maintained
1612
1613 ARM/TETON BGA MACHINE SUPPORT
1614 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S:      Maintained
1617
1618 ARM/THECUS N2100 MACHINE SUPPORT
1619 M:      Lennert Buytenhek <kernel@wantstofly.org>
1620 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1621 S:      Maintained
1622
1623 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1624 M:      Wan ZongShun <mcuos.com@gmail.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 W:      http://www.mcuos.com
1627 S:      Maintained
1628 F:      arch/arm/mach-w90x900/
1629 F:      drivers/input/keyboard/w90p910_keypad.c
1630 F:      drivers/input/touchscreen/w90p910_ts.c
1631 F:      drivers/watchdog/nuc900_wdt.c
1632 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1633 F:      drivers/mtd/nand/nuc900_nand.c
1634 F:      drivers/rtc/rtc-nuc900.c
1635 F:      drivers/spi/spi-nuc900.c
1636 F:      drivers/usb/host/ehci-w90x900.c
1637 F:      drivers/video/fbdev/nuc900fb.c
1638
1639 ARM/U300 MACHINE SUPPORT
1640 M:      Linus Walleij <linus.walleij@linaro.org>
1641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1642 S:      Supported
1643 F:      arch/arm/mach-u300/
1644 F:      drivers/clocksource/timer-u300.c
1645 F:      drivers/i2c/busses/i2c-stu300.c
1646 F:      drivers/rtc/rtc-coh901331.c
1647 F:      drivers/watchdog/coh901327_wdt.c
1648 F:      drivers/dma/coh901318*
1649 F:      drivers/mfd/ab3100*
1650 F:      drivers/rtc/rtc-ab3100.c
1651 F:      drivers/rtc/rtc-coh901331.c
1652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1653
1654 ARM/UNIPHIER ARCHITECTURE
1655 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1657 S:      Maintained
1658 F:      arch/arm/boot/dts/uniphier*
1659 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1660 F:      arch/arm/mach-uniphier/
1661 F:      arch/arm/mm/cache-uniphier.c
1662 F:      drivers/i2c/busses/i2c-uniphier*
1663 F:      drivers/pinctrl/uniphier/
1664 F:      drivers/tty/serial/8250/8250_uniphier.c
1665 N:      uniphier
1666
1667 ARM/Ux500 ARM ARCHITECTURE
1668 M:      Linus Walleij <linus.walleij@linaro.org>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 S:      Maintained
1671 F:      arch/arm/mach-ux500/
1672 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1673 F:      drivers/dma/ste_dma40*
1674 F:      drivers/hwspinlock/u8500_hsem.c
1675 F:      drivers/mfd/abx500*
1676 F:      drivers/mfd/ab8500*
1677 F:      drivers/mfd/dbx500*
1678 F:      drivers/mfd/db8500*
1679 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1680 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1681 F:      drivers/rtc/rtc-ab8500.c
1682 F:      drivers/rtc/rtc-pl031.c
1683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1684
1685 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1686 M:      Ulf Hansson <ulf.hansson@linaro.org>
1687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1688 T:      git git://git.linaro.org/people/ulfh/clk.git
1689 S:      Maintained
1690 F:      drivers/clk/ux500/
1691 F:      include/linux/platform_data/clk-ux500.h
1692
1693 ARM/VERSATILE EXPRESS PLATFORM
1694 M:      Liviu Dudau <liviu.dudau@arm.com>
1695 M:      Sudeep Holla <sudeep.holla@arm.com>
1696 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 S:      Maintained
1699 F:      arch/arm/boot/dts/vexpress*
1700 F:      arch/arm64/boot/dts/arm/vexpress*
1701 F:      arch/arm/mach-vexpress/
1702 F:      */*/vexpress*
1703 F:      */*/*/vexpress*
1704 F:      drivers/clk/versatile/clk-vexpress-osc.c
1705 F:      drivers/clocksource/versatile.c
1706
1707 ARM/VFP SUPPORT
1708 M:      Russell King <linux@arm.linux.org.uk>
1709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1710 W:      http://www.arm.linux.org.uk/
1711 S:      Maintained
1712 F:      arch/arm/vfp/
1713
1714 ARM/VOIPAC PXA270 SUPPORT
1715 M:      Marek Vasut <marek.vasut@gmail.com>
1716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1717 S:      Maintained
1718 F:      arch/arm/mach-pxa/vpac270.c
1719 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1720
1721 ARM/VT8500 ARM ARCHITECTURE
1722 M:      Tony Prisk <linux@prisktech.co.nz>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 S:      Maintained
1725 F:      arch/arm/mach-vt8500/
1726 F:      drivers/clocksource/vt8500_timer.c
1727 F:      drivers/i2c/busses/i2c-wmt.c
1728 F:      drivers/mmc/host/wmt-sdmmc.c
1729 F:      drivers/pwm/pwm-vt8500.c
1730 F:      drivers/rtc/rtc-vt8500.c
1731 F:      drivers/tty/serial/vt8500_serial.c
1732 F:      drivers/usb/host/ehci-platform.c
1733 F:      drivers/usb/host/uhci-platform.c
1734 F:      drivers/video/fbdev/vt8500lcdfb.*
1735 F:      drivers/video/fbdev/wm8505fb*
1736 F:      drivers/video/fbdev/wmt_ge_rops.*
1737
1738 ARM/ZIPIT Z2 SUPPORT
1739 M:      Marek Vasut <marek.vasut@gmail.com>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S:      Maintained
1742 F:      arch/arm/mach-pxa/z2.c
1743 F:      arch/arm/mach-pxa/include/mach/z2.h
1744
1745 ARM/ZTE ARCHITECTURE
1746 M:      Jun Nie <jun.nie@linaro.org>
1747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 S:      Maintained
1749 F:      arch/arm/mach-zx/
1750 F:      drivers/clk/zte/
1751 F:      Documentation/devicetree/bindings/arm/zte.txt
1752 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1753
1754 ARM/ZYNQ ARCHITECTURE
1755 M:      Michal Simek <michal.simek@xilinx.com>
1756 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1757 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1758 W:      http://wiki.xilinx.com
1759 T:      git https://github.com/Xilinx/linux-xlnx.git
1760 S:      Supported
1761 F:      arch/arm/mach-zynq/
1762 F:      drivers/cpuidle/cpuidle-zynq.c
1763 F:      drivers/block/xsysace.c
1764 N:      zynq
1765 N:      xilinx
1766 F:      drivers/clocksource/cadence_ttc_timer.c
1767 F:      drivers/i2c/busses/i2c-cadence.c
1768 F:      drivers/mmc/host/sdhci-of-arasan.c
1769 F:      drivers/edac/synopsys_edac.c
1770
1771 ARM SMMU DRIVERS
1772 M:      Will Deacon <will.deacon@arm.com>
1773 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1774 S:      Maintained
1775 F:      drivers/iommu/arm-smmu.c
1776 F:      drivers/iommu/arm-smmu-v3.c
1777 F:      drivers/iommu/io-pgtable-arm.c
1778
1779 ARM64 PORT (AARCH64 ARCHITECTURE)
1780 M:      Catalin Marinas <catalin.marinas@arm.com>
1781 M:      Will Deacon <will.deacon@arm.com>
1782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1783 S:      Maintained
1784 F:      arch/arm64/
1785 F:      Documentation/arm64/
1786
1787 AS3645A LED FLASH CONTROLLER DRIVER
1788 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1789 L:      linux-media@vger.kernel.org
1790 T:      git git://linuxtv.org/media_tree.git
1791 S:      Maintained
1792 F:      drivers/media/i2c/as3645a.c
1793 F:      include/media/as3645a.h
1794
1795 ASC7621 HARDWARE MONITOR DRIVER
1796 M:      George Joseph <george.joseph@fairview5.com>
1797 L:      linux-hwmon@vger.kernel.org
1798 S:      Maintained
1799 F:      Documentation/hwmon/asc7621
1800 F:      drivers/hwmon/asc7621.c
1801
1802 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1803 M:      Corentin Chary <corentin.chary@gmail.com>
1804 L:      acpi4asus-user@lists.sourceforge.net
1805 L:      platform-driver-x86@vger.kernel.org
1806 W:      http://acpi4asus.sf.net
1807 S:      Maintained
1808 F:      drivers/platform/x86/asus*.c
1809 F:      drivers/platform/x86/eeepc*.c
1810
1811 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1812 R:      Dan Williams <dan.j.williams@intel.com>
1813 W:      http://sourceforge.net/projects/xscaleiop
1814 S:      Odd fixes
1815 F:      Documentation/crypto/async-tx-api.txt
1816 F:      crypto/async_tx/
1817 F:      drivers/dma/
1818 F:      include/linux/dmaengine.h
1819 F:      include/linux/async_tx.h
1820
1821 AT24 EEPROM DRIVER
1822 M:      Wolfram Sang <wsa@the-dreams.de>
1823 L:      linux-i2c@vger.kernel.org
1824 S:      Maintained
1825 F:      drivers/misc/eeprom/at24.c
1826 F:      include/linux/platform_data/at24.h
1827
1828 ATA OVER ETHERNET (AOE) DRIVER
1829 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1830 W:      http://www.openaoe.org/
1831 S:      Supported
1832 F:      Documentation/aoe/
1833 F:      drivers/block/aoe/
1834
1835 ATHEROS 71XX/9XXX GPIO DRIVER
1836 M:      Alban Bedel <albeu@free.fr>
1837 W:      https://github.com/AlbanBedel/linux
1838 T:      git git://github.com/AlbanBedel/linux
1839 S:      Maintained
1840 F:      drivers/gpio/gpio-ath79.c
1841 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1842
1843 ATHEROS ATH GENERIC UTILITIES
1844 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1845 L:      linux-wireless@vger.kernel.org
1846 S:      Supported
1847 F:      drivers/net/wireless/ath/*
1848
1849 ATHEROS ATH5K WIRELESS DRIVER
1850 M:      Jiri Slaby <jirislaby@gmail.com>
1851 M:      Nick Kossifidis <mickflemm@gmail.com>
1852 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1853 L:      linux-wireless@vger.kernel.org
1854 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1855 S:      Maintained
1856 F:      drivers/net/wireless/ath/ath5k/
1857
1858 ATHEROS ATH6KL WIRELESS DRIVER
1859 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1860 L:      linux-wireless@vger.kernel.org
1861 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1862 T:      git git://github.com/kvalo/ath.git
1863 S:      Supported
1864 F:      drivers/net/wireless/ath/ath6kl/
1865
1866 WILOCITY WIL6210 WIRELESS DRIVER
1867 M:      Maya Erez <qca_merez@qca.qualcomm.com>
1868 L:      linux-wireless@vger.kernel.org
1869 L:      wil6210@qca.qualcomm.com
1870 S:      Supported
1871 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1872 F:      drivers/net/wireless/ath/wil6210/
1873 F:      include/uapi/linux/wil6210_uapi.h
1874
1875 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1876 M:      Christian Lamparter <chunkeey@googlemail.com>
1877 L:      linux-wireless@vger.kernel.org
1878 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1879 S:      Maintained
1880 F:      drivers/net/wireless/ath/carl9170/
1881
1882 ATK0110 HWMON DRIVER
1883 M:      Luca Tettamanti <kronos.it@gmail.com>
1884 L:      linux-hwmon@vger.kernel.org
1885 S:      Maintained
1886 F:      drivers/hwmon/asus_atk0110.c
1887
1888 ATI_REMOTE2 DRIVER
1889 M:      Ville Syrjala <syrjala@sci.fi>
1890 S:      Maintained
1891 F:      drivers/input/misc/ati_remote2.c
1892
1893 ATLX ETHERNET DRIVERS
1894 M:      Jay Cliburn <jcliburn@gmail.com>
1895 M:      Chris Snook <chris.snook@gmail.com>
1896 L:      netdev@vger.kernel.org
1897 W:      http://sourceforge.net/projects/atl1
1898 W:      http://atl1.sourceforge.net
1899 S:      Maintained
1900 F:      drivers/net/ethernet/atheros/
1901
1902 ATM
1903 M:      Chas Williams <3chas3@gmail.com>
1904 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1905 L:      netdev@vger.kernel.org
1906 W:      http://linux-atm.sourceforge.net
1907 S:      Maintained
1908 F:      drivers/atm/
1909 F:      include/linux/atm*
1910 F:      include/uapi/linux/atm*
1911
1912 ATMEL AT91 / AT32 MCI DRIVER
1913 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1914 S:      Maintained
1915 F:      drivers/mmc/host/atmel-mci.c
1916 F:      drivers/mmc/host/atmel-mci-regs.h
1917
1918 ATMEL AT91 / AT32 SERIAL DRIVER
1919 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1920 S:      Supported
1921 F:      drivers/tty/serial/atmel_serial.c
1922
1923 ATMEL Audio ALSA driver
1924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1925 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1926 S:      Supported
1927 F:      sound/soc/atmel
1928
1929 ATMEL DMA DRIVER
1930 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1932 S:      Supported
1933 F:      drivers/dma/at_hdmac.c
1934 F:      drivers/dma/at_hdmac_regs.h
1935 F:      include/linux/platform_data/dma-atmel.h
1936
1937 ATMEL XDMA DRIVER
1938 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1939 L:      linux-arm-kernel@lists.infradead.org
1940 L:      dmaengine@vger.kernel.org
1941 S:      Supported
1942 F:      drivers/dma/at_xdmac.c
1943
1944 ATMEL I2C DRIVER
1945 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1946 L:      linux-i2c@vger.kernel.org
1947 S:      Supported
1948 F:      drivers/i2c/busses/i2c-at91.c
1949
1950 ATMEL ISI DRIVER
1951 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1952 L:      linux-media@vger.kernel.org
1953 S:      Supported
1954 F:      drivers/media/platform/soc_camera/atmel-isi.c
1955 F:      include/media/atmel-isi.h
1956
1957 ATMEL LCDFB DRIVER
1958 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1959 L:      linux-fbdev@vger.kernel.org
1960 S:      Maintained
1961 F:      drivers/video/fbdev/atmel_lcdfb.c
1962 F:      include/video/atmel_lcdc.h
1963
1964 ATMEL MACB ETHERNET DRIVER
1965 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1966 S:      Supported
1967 F:      drivers/net/ethernet/cadence/
1968
1969 ATMEL NAND DRIVER
1970 M:      Wenyou Yang <wenyou.yang@atmel.com>
1971 M:      Josh Wu <rainyfeeling@outlook.com>
1972 L:      linux-mtd@lists.infradead.org
1973 S:      Supported
1974 F:      drivers/mtd/nand/atmel_nand*
1975
1976 ATMEL SDMMC DRIVER
1977 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1978 L:      linux-mmc@vger.kernel.org
1979 S:      Supported
1980 F:      drivers/mmc/host/sdhci-of-at91.c
1981
1982 ATMEL SPI DRIVER
1983 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1984 S:      Supported
1985 F:      drivers/spi/spi-atmel.*
1986
1987 ATMEL SSC DRIVER
1988 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1990 S:      Supported
1991 F:      drivers/misc/atmel-ssc.c
1992 F:      include/linux/atmel-ssc.h
1993
1994 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1995 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1997 S:      Supported
1998 F:      drivers/misc/atmel_tclib.c
1999 F:      drivers/clocksource/tcb_clksrc.c
2000
2001 ATMEL USBA UDC DRIVER
2002 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
2003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2004 S:      Supported
2005 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
2006
2007 ATMEL WIRELESS DRIVER
2008 M:      Simon Kelley <simon@thekelleys.org.uk>
2009 L:      linux-wireless@vger.kernel.org
2010 W:      http://www.thekelleys.org.uk/atmel
2011 W:      http://atmelwlandriver.sourceforge.net/
2012 S:      Maintained
2013 F:      drivers/net/wireless/atmel*
2014
2015 ATMEL MAXTOUCH DRIVER
2016 M:      Nick Dyer <nick.dyer@itdev.co.uk>
2017 T:      git git://github.com/atmel-maxtouch/linux.git
2018 S:      Supported
2019 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
2020 F:      drivers/input/touchscreen/atmel_mxt_ts.c
2021 F:      include/linux/platform_data/atmel_mxt_ts.h
2022
2023 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
2024 M:      Bradley Grove <linuxdrivers@attotech.com>
2025 L:      linux-scsi@vger.kernel.org
2026 W:      http://www.attotech.com
2027 S:      Supported
2028 F:      drivers/scsi/esas2r
2029
2030 ATUSB IEEE 802.15.4 RADIO DRIVER
2031 M:      Stefan Schmidt <stefan@osg.samsung.com>
2032 L:      linux-wpan@vger.kernel.org
2033 S:      Maintained
2034 F:      drivers/net/ieee802154/atusb.c
2035 F:      drivers/net/ieee802154/atusb.h
2036 F:      drivers/net/ieee802154/at86rf230.h
2037
2038 AUDIT SUBSYSTEM
2039 M:      Paul Moore <paul@paul-moore.com>
2040 M:      Eric Paris <eparis@redhat.com>
2041 L:      linux-audit@redhat.com (moderated for non-subscribers)
2042 W:      http://people.redhat.com/sgrubb/audit/
2043 T:      git git://git.infradead.org/users/pcmoore/audit
2044 S:      Maintained
2045 F:      include/linux/audit.h
2046 F:      include/uapi/linux/audit.h
2047 F:      kernel/audit*
2048
2049 AUXILIARY DISPLAY DRIVERS
2050 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2051 W:      http://miguelojeda.es/auxdisplay.htm
2052 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2053 S:      Maintained
2054 F:      drivers/auxdisplay/
2055 F:      include/linux/cfag12864b.h
2056
2057 AVR32 ARCHITECTURE
2058 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2059 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2060 W:      http://www.atmel.com/products/AVR32/
2061 W:      http://mirror.egtvedt.no/avr32linux.org/
2062 W:      http://avrfreaks.net/
2063 S:      Maintained
2064 F:      arch/avr32/
2065
2066 AVR32/AT32AP MACHINE SUPPORT
2067 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2068 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2069 S:      Maintained
2070 F:      arch/avr32/mach-at32ap/
2071
2072 AX.25 NETWORK LAYER
2073 M:      Ralf Baechle <ralf@linux-mips.org>
2074 L:      linux-hams@vger.kernel.org
2075 W:      http://www.linux-ax25.org/
2076 S:      Maintained
2077 F:      include/uapi/linux/ax25.h
2078 F:      include/net/ax25.h
2079 F:      net/ax25/
2080
2081 AZ6007 DVB DRIVER
2082 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2083 L:      linux-media@vger.kernel.org
2084 W:      http://linuxtv.org
2085 T:      git git://linuxtv.org/media_tree.git
2086 S:      Maintained
2087 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2088
2089 AZTECH FM RADIO RECEIVER DRIVER
2090 M:      Hans Verkuil <hverkuil@xs4all.nl>
2091 L:      linux-media@vger.kernel.org
2092 T:      git git://linuxtv.org/media_tree.git
2093 W:      http://linuxtv.org
2094 S:      Maintained
2095 F:      drivers/media/radio/radio-aztech*
2096
2097 B43 WIRELESS DRIVER
2098 L:      linux-wireless@vger.kernel.org
2099 L:      b43-dev@lists.infradead.org
2100 W:      http://wireless.kernel.org/en/users/Drivers/b43
2101 S:      Odd Fixes
2102 F:      drivers/net/wireless/b43/
2103
2104 B43LEGACY WIRELESS DRIVER
2105 M:      Larry Finger <Larry.Finger@lwfinger.net>
2106 L:      linux-wireless@vger.kernel.org
2107 L:      b43-dev@lists.infradead.org
2108 W:      http://wireless.kernel.org/en/users/Drivers/b43
2109 S:      Maintained
2110 F:      drivers/net/wireless/b43legacy/
2111
2112 BACKLIGHT CLASS/SUBSYSTEM
2113 M:      Jingoo Han <jingoohan1@gmail.com>
2114 M:      Lee Jones <lee.jones@linaro.org>
2115 S:      Maintained
2116 F:      drivers/video/backlight/
2117 F:      include/linux/backlight.h
2118
2119 BATMAN ADVANCED
2120 M:      Marek Lindner <mareklindner@neomailbox.ch>
2121 M:      Simon Wunderlich <sw@simonwunderlich.de>
2122 M:      Antonio Quartulli <antonio@meshcoding.com>
2123 L:      b.a.t.m.a.n@lists.open-mesh.org
2124 W:      http://www.open-mesh.org/
2125 S:      Maintained
2126 F:      net/batman-adv/
2127
2128 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2129 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2130 L:      linux-hams@vger.kernel.org
2131 W:      http://www.baycom.org/~tom/ham/ham.html
2132 S:      Maintained
2133 F:      drivers/net/hamradio/baycom*
2134
2135 BCACHE (BLOCK LAYER CACHE)
2136 M:      Kent Overstreet <kent.overstreet@gmail.com>
2137 L:      linux-bcache@vger.kernel.org
2138 W:      http://bcache.evilpiepirate.org
2139 S:      Maintained
2140 F:      drivers/md/bcache/
2141
2142 BDISP ST MEDIA DRIVER
2143 M:      Fabien Dessenne <fabien.dessenne@st.com>
2144 L:      linux-media@vger.kernel.org
2145 T:      git git://linuxtv.org/media_tree.git
2146 W:      http://linuxtv.org
2147 S:      Supported
2148 F:      drivers/media/platform/sti/bdisp
2149
2150 BEFS FILE SYSTEM
2151 S:      Orphan
2152 F:      Documentation/filesystems/befs.txt
2153 F:      fs/befs/
2154
2155 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2156 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2157 L:      netdev@vger.kernel.org
2158 S:      Maintained
2159 F:      drivers/net/ethernet/ec_bhf.c
2160
2161 BFS FILE SYSTEM
2162 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2163 S:      Maintained
2164 F:      Documentation/filesystems/bfs.txt
2165 F:      fs/bfs/
2166 F:      include/uapi/linux/bfs_fs.h
2167
2168 BLACKFIN ARCHITECTURE
2169 M:      Steven Miao <realmz6@gmail.com>
2170 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2171 T:      git git://git.code.sf.net/p/adi-linux/code
2172 W:      http://blackfin.uclinux.org
2173 S:      Supported
2174 F:      arch/blackfin/
2175
2176 BLACKFIN EMAC DRIVER
2177 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2178 W:      http://blackfin.uclinux.org
2179 S:      Supported
2180 F:      drivers/net/ethernet/adi/
2181
2182 BLACKFIN RTC DRIVER
2183 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2184 W:      http://blackfin.uclinux.org
2185 S:      Supported
2186 F:      drivers/rtc/rtc-bfin.c
2187
2188 BLACKFIN SDH DRIVER
2189 M:      Sonic Zhang <sonic.zhang@analog.com>
2190 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2191 W:      http://blackfin.uclinux.org
2192 S:      Supported
2193 F:      drivers/mmc/host/bfin_sdh.c
2194
2195 BLACKFIN SERIAL DRIVER
2196 M:      Sonic Zhang <sonic.zhang@analog.com>
2197 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2198 W:      http://blackfin.uclinux.org
2199 S:      Supported
2200 F:      drivers/tty/serial/bfin_uart.c
2201
2202 BLACKFIN WATCHDOG DRIVER
2203 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2204 W:      http://blackfin.uclinux.org
2205 S:      Supported
2206 F:      drivers/watchdog/bfin_wdt.c
2207
2208 BLACKFIN I2C TWI DRIVER
2209 M:      Sonic Zhang <sonic.zhang@analog.com>
2210 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2211 W:      http://blackfin.uclinux.org/
2212 S:      Supported
2213 F:      drivers/i2c/busses/i2c-bfin-twi.c
2214
2215 BLACKFIN MEDIA DRIVER
2216 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2217 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2218 W:      http://blackfin.uclinux.org/
2219 S:      Supported
2220 F:      drivers/media/platform/blackfin/
2221 F:      drivers/media/i2c/adv7183*
2222 F:      drivers/media/i2c/vs6624*
2223
2224 BLINKM RGB LED DRIVER
2225 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2226 S:      Maintained
2227 F:      drivers/leds/leds-blinkm.c
2228
2229 BLOCK LAYER
2230 M:      Jens Axboe <axboe@kernel.dk>
2231 L:      linux-block@vger.kernel.org
2232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2233 S:      Maintained
2234 F:      block/
2235 F:      kernel/trace/blktrace.c
2236
2237 BLOCK2MTD DRIVER
2238 M:      Joern Engel <joern@lazybastard.org>
2239 L:      linux-mtd@lists.infradead.org
2240 S:      Maintained
2241 F:      drivers/mtd/devices/block2mtd.c
2242
2243 BLUETOOTH DRIVERS
2244 M:      Marcel Holtmann <marcel@holtmann.org>
2245 M:      Gustavo Padovan <gustavo@padovan.org>
2246 M:      Johan Hedberg <johan.hedberg@gmail.com>
2247 L:      linux-bluetooth@vger.kernel.org
2248 W:      http://www.bluez.org/
2249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2251 S:      Maintained
2252 F:      drivers/bluetooth/
2253
2254 BLUETOOTH SUBSYSTEM
2255 M:      Marcel Holtmann <marcel@holtmann.org>
2256 M:      Gustavo Padovan <gustavo@padovan.org>
2257 M:      Johan Hedberg <johan.hedberg@gmail.com>
2258 L:      linux-bluetooth@vger.kernel.org
2259 W:      http://www.bluez.org/
2260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2262 S:      Maintained
2263 F:      net/bluetooth/
2264 F:      include/net/bluetooth/
2265
2266 BONDING DRIVER
2267 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2268 M:      Veaceslav Falico <vfalico@gmail.com>
2269 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2270 L:      netdev@vger.kernel.org
2271 W:      http://sourceforge.net/projects/bonding/
2272 S:      Supported
2273 F:      drivers/net/bonding/
2274 F:      include/uapi/linux/if_bonding.h
2275
2276 BPF (Safe dynamic programs and tools)
2277 M:      Alexei Starovoitov <ast@kernel.org>
2278 L:      netdev@vger.kernel.org
2279 L:      linux-kernel@vger.kernel.org
2280 S:      Supported
2281 F:      kernel/bpf/
2282
2283 BROADCOM B44 10/100 ETHERNET DRIVER
2284 M:      Gary Zambrano <zambrano@broadcom.com>
2285 L:      netdev@vger.kernel.org
2286 S:      Supported
2287 F:      drivers/net/ethernet/broadcom/b44.*
2288
2289 BROADCOM GENET ETHERNET DRIVER
2290 M:      Florian Fainelli <f.fainelli@gmail.com>
2291 L:      netdev@vger.kernel.org
2292 S:      Supported
2293 F:      drivers/net/ethernet/broadcom/genet/
2294
2295 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2296 M:      Sony Chacko <sony.chacko@qlogic.com>
2297 M:      Dept-HSGLinuxNICDev@qlogic.com
2298 L:      netdev@vger.kernel.org
2299 S:      Supported
2300 F:      drivers/net/ethernet/broadcom/bnx2.*
2301 F:      drivers/net/ethernet/broadcom/bnx2_*
2302
2303 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2304 M:      Ariel Elior <ariel.elior@qlogic.com>
2305 L:      netdev@vger.kernel.org
2306 S:      Supported
2307 F:      drivers/net/ethernet/broadcom/bnx2x/
2308
2309 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2310 M:      Florian Fainelli <f.fainelli@gmail.com>
2311 M:      Ray Jui <rjui@broadcom.com>
2312 M:      Scott Branden <sbranden@broadcom.com>
2313 L:      bcm-kernel-feedback-list@broadcom.com
2314 T:      git git://github.com/broadcom/mach-bcm
2315 S:      Maintained
2316 F:      arch/arm/mach-bcm/
2317 F:      arch/arm/boot/dts/bcm113*
2318 F:      arch/arm/boot/dts/bcm216*
2319 F:      arch/arm/boot/dts/bcm281*
2320 F:      arch/arm/configs/bcm_defconfig
2321 F:      drivers/mmc/host/sdhci-bcm-kona.c
2322 F:      drivers/clocksource/bcm_kona_timer.c
2323
2324 BROADCOM BCM2835 ARM ARCHITECTURE
2325 M:      Stephen Warren <swarren@wwwdotorg.org>
2326 M:      Lee Jones <lee@kernel.org>
2327 M:      Eric Anholt <eric@anholt.net>
2328 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2331 S:      Maintained
2332 N:      bcm2835
2333
2334 BROADCOM BCM33XX MIPS ARCHITECTURE
2335 M:      Kevin Cernekee <cernekee@gmail.com>
2336 L:      linux-mips@linux-mips.org
2337 S:      Maintained
2338 F:      arch/mips/bcm3384/*
2339 F:      arch/mips/include/asm/mach-bcm3384/*
2340 F:      arch/mips/kernel/*bmips*
2341
2342 BROADCOM BCM47XX MIPS ARCHITECTURE
2343 M:      Hauke Mehrtens <hauke@hauke-m.de>
2344 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2345 L:      linux-mips@linux-mips.org
2346 S:      Maintained
2347 F:      arch/mips/bcm47xx/*
2348 F:      arch/mips/include/asm/mach-bcm47xx/*
2349
2350 BROADCOM BCM5301X ARM ARCHITECTURE
2351 M:      Hauke Mehrtens <hauke@hauke-m.de>
2352 L:      linux-arm-kernel@lists.infradead.org
2353 S:      Maintained
2354 F:      arch/arm/mach-bcm/bcm_5301x.c
2355 F:      arch/arm/boot/dts/bcm5301x.dtsi
2356 F:      arch/arm/boot/dts/bcm470*
2357
2358 BROADCOM BCM63XX ARM ARCHITECTURE
2359 M:      Florian Fainelli <f.fainelli@gmail.com>
2360 L:      linux-arm-kernel@lists.infradead.org
2361 T:      git git://github.com/broadcom/arm-bcm63xx.git
2362 S:      Maintained
2363 F:      arch/arm/mach-bcm/bcm63xx.c
2364 F:      arch/arm/include/debug/bcm63xx.S
2365
2366 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2367 M:      Kevin Cernekee <cernekee@gmail.com>
2368 L:      linux-usb@vger.kernel.org
2369 S:      Maintained
2370 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2371
2372 BROADCOM BCM7XXX ARM ARCHITECTURE
2373 M:      Brian Norris <computersforpeace@gmail.com>
2374 M:      Gregory Fong <gregory.0xf0@gmail.com>
2375 M:      Florian Fainelli <f.fainelli@gmail.com>
2376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2377 T:      git git://github.com/broadcom/stblinux.git
2378 S:      Maintained
2379 F:      arch/arm/mach-bcm/*brcmstb*
2380 F:      arch/arm/boot/dts/bcm7*.dts*
2381 F:      drivers/bus/brcmstb_gisb.c
2382 N:      brcmstb
2383
2384 BROADCOM BMIPS MIPS ARCHITECTURE
2385 M:      Kevin Cernekee <cernekee@gmail.com>
2386 M:      Florian Fainelli <f.fainelli@gmail.com>
2387 L:      linux-mips@linux-mips.org
2388 T:      git git://github.com/broadcom/stblinux.git
2389 S:      Maintained
2390 F:      arch/mips/bmips/*
2391 F:      arch/mips/include/asm/mach-bmips/*
2392 F:      arch/mips/kernel/*bmips*
2393 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2394 F:      drivers/irqchip/irq-bcm7*
2395 F:      drivers/irqchip/irq-brcmstb*
2396
2397 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2398 M:      Prashant Sreedharan <prashant@broadcom.com>
2399 M:      Michael Chan <mchan@broadcom.com>
2400 L:      netdev@vger.kernel.org
2401 S:      Supported
2402 F:      drivers/net/ethernet/broadcom/tg3.*
2403
2404 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2405 M:      Brett Rudley <brudley@broadcom.com>
2406 M:      Arend van Spriel <arend@broadcom.com>
2407 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2408 M:      Hante Meuleman <meuleman@broadcom.com>
2409 L:      linux-wireless@vger.kernel.org
2410 L:      brcm80211-dev-list@broadcom.com
2411 S:      Supported
2412 F:      drivers/net/wireless/brcm80211/
2413
2414 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2415 M:      QLogic-Storage-Upstream@qlogic.com
2416 L:      linux-scsi@vger.kernel.org
2417 S:      Supported
2418 F:      drivers/scsi/bnx2fc/
2419
2420 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2421 M:      QLogic-Storage-Upstream@qlogic.com
2422 L:      linux-scsi@vger.kernel.org
2423 S:      Supported
2424 F:      drivers/scsi/bnx2i/
2425
2426 BROADCOM IPROC ARM ARCHITECTURE
2427 M:      Ray Jui <rjui@broadcom.com>
2428 M:      Scott Branden <sbranden@broadcom.com>
2429 M:      Jon Mason <jonmason@broadcom.com>
2430 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2431 L:      bcm-kernel-feedback-list@broadcom.com
2432 T:      git git://github.com/broadcom/cygnus-linux.git
2433 S:      Maintained
2434 N:      iproc
2435 N:      cygnus
2436 N:      nsp
2437 N:      bcm9113*
2438 N:      bcm9583*
2439 N:      bcm9585*
2440 N:      bcm9586*
2441 N:      bcm988312
2442 N:      bcm113*
2443 N:      bcm583*
2444 N:      bcm585*
2445 N:      bcm586*
2446 N:      bcm88312
2447
2448 BROADCOM BRCMSTB GPIO DRIVER
2449 M:      Gregory Fong <gregory.0xf0@gmail.com>
2450 L:      bcm-kernel-feedback-list@broadcom.com>
2451 S:      Supported
2452 F:      drivers/gpio/gpio-brcmstb.c
2453 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2454
2455 BROADCOM KONA GPIO DRIVER
2456 M:      Ray Jui <rjui@broadcom.com>
2457 L:      bcm-kernel-feedback-list@broadcom.com
2458 S:      Supported
2459 F:      drivers/gpio/gpio-bcm-kona.c
2460 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2461
2462 BROADCOM NVRAM DRIVER
2463 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2464 L:      linux-mips@linux-mips.org
2465 S:      Maintained
2466 F:      drivers/firmware/broadcom/*
2467
2468 BROADCOM STB NAND FLASH DRIVER
2469 M:      Brian Norris <computersforpeace@gmail.com>
2470 M:      Kamal Dasu <kdasu.kdev@gmail.com>
2471 L:      linux-mtd@lists.infradead.org
2472 L:      bcm-kernel-feedback-list@broadcom.com
2473 S:      Maintained
2474 F:      drivers/mtd/nand/brcmnand/
2475
2476 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2477 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2478 L:      linux-wireless@vger.kernel.org
2479 S:      Maintained
2480 F:      drivers/bcma/
2481 F:      include/linux/bcma/
2482
2483 BROADCOM SYSTEMPORT ETHERNET DRIVER
2484 M:      Florian Fainelli <f.fainelli@gmail.com>
2485 L:      netdev@vger.kernel.org
2486 S:      Supported
2487 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2488
2489 BROCADE BFA FC SCSI DRIVER
2490 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2491 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2492 L:      linux-scsi@vger.kernel.org
2493 S:      Supported
2494 F:      drivers/scsi/bfa/
2495
2496 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2497 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2498 L:      netdev@vger.kernel.org
2499 S:      Supported
2500 F:      drivers/net/ethernet/brocade/bna/
2501
2502 BSG (block layer generic sg v4 driver)
2503 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2504 L:      linux-scsi@vger.kernel.org
2505 S:      Supported
2506 F:      block/bsg.c
2507 F:      include/linux/bsg.h
2508 F:      include/uapi/linux/bsg.h
2509
2510 BT87X AUDIO DRIVER
2511 M:      Clemens Ladisch <clemens@ladisch.de>
2512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2513 T:      git git://git.alsa-project.org/alsa-kernel.git
2514 S:      Maintained
2515 F:      Documentation/sound/alsa/Bt87x.txt
2516 F:      sound/pci/bt87x.c
2517
2518 BT8XXGPIO DRIVER
2519 M:      Michael Buesch <m@bues.ch>
2520 W:      http://bu3sch.de/btgpio.php
2521 S:      Maintained
2522 F:      drivers/gpio/gpio-bt8xx.c
2523
2524 BTRFS FILE SYSTEM
2525 M:      Chris Mason <clm@fb.com>
2526 M:      Josef Bacik <jbacik@fb.com>
2527 M:      David Sterba <dsterba@suse.com>
2528 L:      linux-btrfs@vger.kernel.org
2529 W:      http://btrfs.wiki.kernel.org/
2530 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2532 S:      Maintained
2533 F:      Documentation/filesystems/btrfs.txt
2534 F:      fs/btrfs/
2535
2536 BTTV VIDEO4LINUX DRIVER
2537 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2538 L:      linux-media@vger.kernel.org
2539 W:      http://linuxtv.org
2540 T:      git git://linuxtv.org/media_tree.git
2541 S:      Odd fixes
2542 F:      Documentation/video4linux/bttv/
2543 F:      drivers/media/pci/bt8xx/bttv*
2544
2545 BUSLOGIC SCSI DRIVER
2546 M:      Khalid Aziz <khalid@gonehiking.org>
2547 L:      linux-scsi@vger.kernel.org
2548 S:      Maintained
2549 F:      drivers/scsi/BusLogic.*
2550 F:      drivers/scsi/FlashPoint.*
2551
2552 C-MEDIA CMI8788 DRIVER
2553 M:      Clemens Ladisch <clemens@ladisch.de>
2554 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2555 T:      git git://git.alsa-project.org/alsa-kernel.git
2556 S:      Maintained
2557 F:      sound/pci/oxygen/
2558
2559 C6X ARCHITECTURE
2560 M:      Mark Salter <msalter@redhat.com>
2561 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2562 L:      linux-c6x-dev@linux-c6x.org
2563 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2564 S:      Maintained
2565 F:      arch/c6x/
2566
2567 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2568 M:      David Howells <dhowells@redhat.com>
2569 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
2570 S:      Supported
2571 F:      Documentation/filesystems/caching/cachefiles.txt
2572 F:      fs/cachefiles/
2573
2574 CADET FM/AM RADIO RECEIVER DRIVER
2575 M:      Hans Verkuil <hverkuil@xs4all.nl>
2576 L:      linux-media@vger.kernel.org
2577 T:      git git://linuxtv.org/media_tree.git
2578 W:      http://linuxtv.org
2579 S:      Maintained
2580 F:      drivers/media/radio/radio-cadet*
2581
2582 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2583 M:      Jonathan Corbet <corbet@lwn.net>
2584 L:      linux-media@vger.kernel.org
2585 T:      git git://linuxtv.org/media_tree.git
2586 S:      Maintained
2587 F:      Documentation/video4linux/cafe_ccic
2588 F:      drivers/media/platform/marvell-ccic/
2589
2590 CAIF NETWORK LAYER
2591 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2592 L:      netdev@vger.kernel.org
2593 S:      Supported
2594 F:      Documentation/networking/caif/
2595 F:      drivers/net/caif/
2596 F:      include/uapi/linux/caif/
2597 F:      include/net/caif/
2598 F:      net/caif/
2599
2600 CALGARY x86-64 IOMMU
2601 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2602 M:      "Jon D. Mason" <jdmason@kudzu.us>
2603 L:      discuss@x86-64.org
2604 S:      Maintained
2605 F:      arch/x86/kernel/pci-calgary_64.c
2606 F:      arch/x86/kernel/tce_64.c
2607 F:      arch/x86/include/asm/calgary.h
2608 F:      arch/x86/include/asm/tce.h
2609
2610 CAN NETWORK LAYER
2611 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2612 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2613 L:      linux-can@vger.kernel.org
2614 W:      https://github.com/linux-can
2615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2617 S:      Maintained
2618 F:      Documentation/networking/can.txt
2619 F:      net/can/
2620 F:      include/linux/can/core.h
2621 F:      include/uapi/linux/can.h
2622 F:      include/uapi/linux/can/bcm.h
2623 F:      include/uapi/linux/can/raw.h
2624 F:      include/uapi/linux/can/gw.h
2625
2626 CAN NETWORK DRIVERS
2627 M:      Wolfgang Grandegger <wg@grandegger.com>
2628 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2629 L:      linux-can@vger.kernel.org
2630 W:      https://github.com/linux-can
2631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2633 S:      Maintained
2634 F:      drivers/net/can/
2635 F:      include/linux/can/dev.h
2636 F:      include/linux/can/platform/
2637 F:      include/uapi/linux/can/error.h
2638 F:      include/uapi/linux/can/netlink.h
2639
2640 CAPABILITIES
2641 M:      Serge Hallyn <serge.hallyn@canonical.com>
2642 L:      linux-security-module@vger.kernel.org
2643 S:      Supported
2644 F:      include/linux/capability.h
2645 F:      include/uapi/linux/capability.h
2646 F:      security/commoncap.c
2647 F:      kernel/capability.c
2648
2649 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2650 M:      Kevin Tsai <ktsai@capellamicro.com>
2651 S:      Maintained
2652 F:      drivers/iio/light/cm*
2653 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2654
2655 CAVIUM LIQUIDIO NETWORK DRIVER
2656 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2657 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2658 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2659 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2660 L:     netdev@vger.kernel.org
2661 W:     http://www.cavium.com
2662 S:     Supported
2663 F:     drivers/net/ethernet/cavium/liquidio/
2664
2665 CC2520 IEEE-802.15.4 RADIO DRIVER
2666 M:      Varka Bhadram <varkabhadram@gmail.com>
2667 L:      linux-wpan@vger.kernel.org
2668 S:      Maintained
2669 F:      drivers/net/ieee802154/cc2520.c
2670 F:      include/linux/spi/cc2520.h
2671 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2672
2673 CELL BROADBAND ENGINE ARCHITECTURE
2674 M:      Arnd Bergmann <arnd@arndb.de>
2675 L:      linuxppc-dev@lists.ozlabs.org
2676 W:      http://www.ibm.com/developerworks/power/cell/
2677 S:      Supported
2678 F:      arch/powerpc/include/asm/cell*.h
2679 F:      arch/powerpc/include/asm/spu*.h
2680 F:      arch/powerpc/include/uapi/asm/spu*.h
2681 F:      arch/powerpc/oprofile/*cell*
2682 F:      arch/powerpc/platforms/cell/
2683
2684 CEPH COMMON CODE (LIBCEPH)
2685 M:      Ilya Dryomov <idryomov@gmail.com>
2686 M:      "Yan, Zheng" <zyan@redhat.com>
2687 M:      Sage Weil <sage@redhat.com>
2688 L:      ceph-devel@vger.kernel.org
2689 W:      http://ceph.com/
2690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2691 T:      git git://github.com/ceph/ceph-client.git
2692 S:      Supported
2693 F:      net/ceph/
2694 F:      include/linux/ceph/
2695 F:      include/linux/crush/
2696
2697 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2698 M:      "Yan, Zheng" <zyan@redhat.com>
2699 M:      Sage Weil <sage@redhat.com>
2700 M:      Ilya Dryomov <idryomov@gmail.com>
2701 L:      ceph-devel@vger.kernel.org
2702 W:      http://ceph.com/
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2704 T:      git git://github.com/ceph/ceph-client.git
2705 S:      Supported
2706 F:      Documentation/filesystems/ceph.txt
2707 F:      fs/ceph/
2708
2709 CERTIFICATE HANDLING:
2710 M:      David Howells <dhowells@redhat.com>
2711 M:      David Woodhouse <dwmw2@infradead.org>
2712 L:      keyrings@linux-nfs.org
2713 S:      Maintained
2714 F:      Documentation/module-signing.txt
2715 F:      certs/
2716 F:      scripts/extract-cert.c
2717
2718 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2719 L:      linux-usb@vger.kernel.org
2720 S:      Orphan
2721 F:      Documentation/usb/WUSB-Design-overview.txt
2722 F:      Documentation/usb/wusb-cbaf
2723 F:      drivers/usb/host/hwa-hc.c
2724 F:      drivers/usb/host/whci/
2725 F:      drivers/usb/wusbcore/
2726 F:      include/linux/usb/wusb*
2727
2728 CFAG12864B LCD DRIVER
2729 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2730 W:      http://miguelojeda.es/auxdisplay.htm
2731 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2732 S:      Maintained
2733 F:      drivers/auxdisplay/cfag12864b.c
2734 F:      include/linux/cfag12864b.h
2735
2736 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2737 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2738 W:      http://miguelojeda.es/auxdisplay.htm
2739 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2740 S:      Maintained
2741 F:      drivers/auxdisplay/cfag12864bfb.c
2742 F:      include/linux/cfag12864b.h
2743
2744 CFG80211 and NL80211
2745 M:      Johannes Berg <johannes@sipsolutions.net>
2746 L:      linux-wireless@vger.kernel.org
2747 W:      http://wireless.kernel.org/
2748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2750 S:      Maintained
2751 F:      include/uapi/linux/nl80211.h
2752 F:      include/net/cfg80211.h
2753 F:      net/wireless/*
2754 X:      net/wireless/wext*
2755
2756 CHAR and MISC DRIVERS
2757 M:      Arnd Bergmann <arnd@arndb.de>
2758 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2760 S:      Supported
2761 F:      drivers/char/*
2762 F:      drivers/misc/*
2763 F:      include/linux/miscdevice.h
2764
2765 CHECKPATCH
2766 M:      Andy Whitcroft <apw@canonical.com>
2767 M:      Joe Perches <joe@perches.com>
2768 S:      Maintained
2769 F:      scripts/checkpatch.pl
2770
2771 CHINESE DOCUMENTATION
2772 M:      Harry Wei <harryxiyou@gmail.com>
2773 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2774 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2775 S:      Maintained
2776 F:      Documentation/zh_CN/
2777
2778 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2779 M:      Peter Chen <Peter.Chen@freescale.com>
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2781 L:      linux-usb@vger.kernel.org
2782 S:      Maintained
2783 F:      drivers/usb/chipidea/
2784
2785 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2786 M:      Hans de Goede <hdegoede@redhat.com>
2787 L:      linux-input@vger.kernel.org
2788 S:      Maintained
2789 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2790 F:      drivers/input/touchscreen/chipone_icn8318.c
2791
2792 CHROME HARDWARE PLATFORM SUPPORT
2793 M:      Olof Johansson <olof@lixom.net>
2794 S:      Maintained
2795 F:      drivers/platform/chrome/
2796
2797 CISCO VIC ETHERNET NIC DRIVER
2798 M:      Christian Benvenuti <benve@cisco.com>
2799 M:      Sujith Sankar <ssujith@cisco.com>
2800 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2801 M:      Neel Patel <neepatel@cisco.com>
2802 S:      Supported
2803 F:      drivers/net/ethernet/cisco/enic/
2804
2805 CISCO VIC LOW LATENCY NIC DRIVER
2806 M:      Christian Benvenuti <benve@cisco.com>
2807 M:      Dave Goodell <dgoodell@cisco.com>
2808 S:      Supported
2809 F:      drivers/infiniband/hw/usnic/
2810
2811 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2812 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2813 L:      netdev@vger.kernel.org
2814 S:      Maintained
2815 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2816
2817 CIRRUS LOGIC AUDIO CODEC DRIVERS
2818 M:      Brian Austin <brian.austin@cirrus.com>
2819 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2820 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2821 S:      Maintained
2822 F:      sound/soc/codecs/cs*
2823
2824 CLEANCACHE API
2825 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2826 L:      linux-kernel@vger.kernel.org
2827 S:      Maintained
2828 F:      mm/cleancache.c
2829 F:      include/linux/cleancache.h
2830
2831 CLK API
2832 M:      Russell King <linux@arm.linux.org.uk>
2833 L:      linux-clk@vger.kernel.org
2834 S:      Maintained
2835 F:      include/linux/clk.h
2836
2837 CLOCKSOURCE, CLOCKEVENT DRIVERS
2838 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2839 M:      Thomas Gleixner <tglx@linutronix.de>
2840 L:      linux-kernel@vger.kernel.org
2841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2842 S:      Supported
2843 F:      drivers/clocksource
2844
2845 CISCO FCOE HBA DRIVER
2846 M:      Hiral Patel <hiralpat@cisco.com>
2847 M:      Suma Ramars <sramars@cisco.com>
2848 M:      Brian Uchino <buchino@cisco.com>
2849 L:      linux-scsi@vger.kernel.org
2850 S:      Supported
2851 F:      drivers/scsi/fnic/
2852
2853 CISCO SCSI HBA DRIVER
2854 M:      Narsimhulu Musini <nmusini@cisco.com>
2855 M:      Sesidhar Baddela <sebaddel@cisco.com>
2856 L:      linux-scsi@vger.kernel.org
2857 S:      Supported
2858 F:      drivers/scsi/snic/
2859
2860 CMPC ACPI DRIVER
2861 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2862 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2863 L:      platform-driver-x86@vger.kernel.org
2864 S:      Supported
2865 F:      drivers/platform/x86/classmate-laptop.c
2866
2867 COBALT MEDIA DRIVER
2868 M:      Hans Verkuil <hans.verkuil@cisco.com>
2869 L:      linux-media@vger.kernel.org
2870 T:      git git://linuxtv.org/media_tree.git
2871 W:      http://linuxtv.org
2872 S:      Supported
2873 F:      drivers/media/pci/cobalt/
2874
2875 COCCINELLE/Semantic Patches (SmPL)
2876 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2877 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2878 M:      Nicolas Palix <nicolas.palix@imag.fr>
2879 M:      Michal Marek <mmarek@suse.com>
2880 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2882 W:      http://coccinelle.lip6.fr/
2883 S:      Supported
2884 F:      Documentation/coccinelle.txt
2885 F:      scripts/coccinelle/
2886 F:      scripts/coccicheck
2887
2888 CODA FILE SYSTEM
2889 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2890 M:      coda@cs.cmu.edu
2891 L:      codalist@coda.cs.cmu.edu
2892 W:      http://www.coda.cs.cmu.edu/
2893 S:      Maintained
2894 F:      Documentation/filesystems/coda.txt
2895 F:      fs/coda/
2896 F:      include/linux/coda*.h
2897 F:      include/uapi/linux/coda*.h
2898
2899 CODA V4L2 MEM2MEM DRIVER
2900 M:      Philipp Zabel <p.zabel@pengutronix.de>
2901 L:      linux-media@vger.kernel.org
2902 S:      Maintained
2903 F:      Documentation/devicetree/bindings/media/coda.txt
2904 F:      drivers/media/platform/coda/
2905
2906 COMMON CLK FRAMEWORK
2907 M:      Michael Turquette <mturquette@baylibre.com>
2908 M:      Stephen Boyd <sboyd@codeaurora.org>
2909 L:      linux-clk@vger.kernel.org
2910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2911 S:      Maintained
2912 F:      drivers/clk/
2913 X:      drivers/clk/clkdev.c
2914 F:      include/linux/clk-pr*
2915 F:      include/linux/clk/
2916
2917 COMMON INTERNET FILE SYSTEM (CIFS)
2918 M:      Steve French <sfrench@samba.org>
2919 L:      linux-cifs@vger.kernel.org
2920 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2921 W:      http://linux-cifs.samba.org/
2922 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2923 S:      Supported
2924 F:      Documentation/filesystems/cifs/
2925 F:      fs/cifs/
2926
2927 COMPACTPCI HOTPLUG CORE
2928 M:      Scott Murray <scott@spiteful.org>
2929 L:      linux-pci@vger.kernel.org
2930 S:      Maintained
2931 F:      drivers/pci/hotplug/cpci_hotplug*
2932
2933 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2934 M:      Scott Murray <scott@spiteful.org>
2935 L:      linux-pci@vger.kernel.org
2936 S:      Maintained
2937 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2938
2939 COMPACTPCI HOTPLUG GENERIC DRIVER
2940 M:      Scott Murray <scott@spiteful.org>
2941 L:      linux-pci@vger.kernel.org
2942 S:      Maintained
2943 F:      drivers/pci/hotplug/cpcihp_generic.c
2944
2945 COMPAL LAPTOP SUPPORT
2946 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2947 L:      platform-driver-x86@vger.kernel.org
2948 S:      Maintained
2949 F:      drivers/platform/x86/compal-laptop.c
2950
2951 CONEXANT ACCESSRUNNER USB DRIVER
2952 L:      accessrunner-general@lists.sourceforge.net
2953 W:      http://accessrunner.sourceforge.net/
2954 S:      Orphan
2955 F:      drivers/usb/atm/cxacru.c
2956
2957 CONFIGFS
2958 M:      Joel Becker <jlbec@evilplan.org>
2959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2960 S:      Supported
2961 F:      fs/configfs/
2962 F:      include/linux/configfs.h
2963
2964 CONNECTOR
2965 M:      Evgeniy Polyakov <zbr@ioremap.net>
2966 L:      netdev@vger.kernel.org
2967 S:      Maintained
2968 F:      drivers/connector/
2969
2970 CONTROL GROUP (CGROUP)
2971 M:      Tejun Heo <tj@kernel.org>
2972 M:      Li Zefan <lizefan@huawei.com>
2973 M:      Johannes Weiner <hannes@cmpxchg.org>
2974 L:      cgroups@vger.kernel.org
2975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2976 S:      Maintained
2977 F:      Documentation/cgroups/
2978 F:      include/linux/cgroup*
2979 F:      kernel/cgroup*
2980
2981 CONTROL GROUP - CPUSET
2982 M:      Li Zefan <lizefan@huawei.com>
2983 L:      cgroups@vger.kernel.org
2984 W:      http://www.bullopensource.org/cpuset/
2985 W:      http://oss.sgi.com/projects/cpusets/
2986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2987 S:      Maintained
2988 F:      Documentation/cgroups/cpusets.txt
2989 F:      include/linux/cpuset.h
2990 F:      kernel/cpuset.c
2991
2992 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2993 M:      Johannes Weiner <hannes@cmpxchg.org>
2994 M:      Michal Hocko <mhocko@kernel.org>
2995 M:      Vladimir Davydov <vdavydov@virtuozzo.com>
2996 L:      cgroups@vger.kernel.org
2997 L:      linux-mm@kvack.org
2998 S:      Maintained
2999 F:      mm/memcontrol.c
3000 F:      mm/swap_cgroup.c
3001
3002 CORETEMP HARDWARE MONITORING DRIVER
3003 M:      Fenghua Yu <fenghua.yu@intel.com>
3004 L:      linux-hwmon@vger.kernel.org
3005 S:      Maintained
3006 F:      Documentation/hwmon/coretemp
3007 F:      drivers/hwmon/coretemp.c
3008
3009 COSA/SRP SYNC SERIAL DRIVER
3010 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
3011 W:      http://www.fi.muni.cz/~kas/cosa/
3012 S:      Maintained
3013 F:      drivers/net/wan/cosa*
3014
3015 CPMAC ETHERNET DRIVER
3016 M:      Florian Fainelli <florian@openwrt.org>
3017 L:      netdev@vger.kernel.org
3018 S:      Maintained
3019 F:      drivers/net/ethernet/ti/cpmac.c
3020
3021 CPU FREQUENCY DRIVERS
3022 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3023 M:      Viresh Kumar <viresh.kumar@linaro.org>
3024 L:      linux-pm@vger.kernel.org
3025 S:      Maintained
3026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3027 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
3028 F:      drivers/cpufreq/
3029 F:      include/linux/cpufreq.h
3030
3031 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
3032 M:      Viresh Kumar <viresh.kumar@linaro.org>
3033 M:      Sudeep Holla <sudeep.holla@arm.com>
3034 L:      linux-pm@vger.kernel.org
3035 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
3036 S:      Maintained
3037 F:      drivers/cpufreq/arm_big_little.h
3038 F:      drivers/cpufreq/arm_big_little.c
3039 F:      drivers/cpufreq/arm_big_little_dt.c
3040
3041 CPUIDLE DRIVER - ARM BIG LITTLE
3042 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
3043 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3044 L:      linux-pm@vger.kernel.org
3045 L:      linux-arm-kernel@lists.infradead.org
3046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3047 S:      Maintained
3048 F:      drivers/cpuidle/cpuidle-big_little.c
3049
3050 CPUIDLE DRIVER - ARM EXYNOS
3051 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3052 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3053 M:      Kukjin Kim <kgene@kernel.org>
3054 L:      linux-pm@vger.kernel.org
3055 L:      linux-samsung-soc@vger.kernel.org
3056 S:      Supported
3057 F:      drivers/cpuidle/cpuidle-exynos.c
3058 F:      arch/arm/mach-exynos/pm.c
3059
3060 CPUIDLE DRIVERS
3061 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3062 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3063 L:      linux-pm@vger.kernel.org
3064 S:      Maintained
3065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3066 F:      drivers/cpuidle/*
3067 F:      include/linux/cpuidle.h
3068
3069 CPUID/MSR DRIVER
3070 M:      "H. Peter Anvin" <hpa@zytor.com>
3071 S:      Maintained
3072 F:      arch/x86/kernel/cpuid.c
3073 F:      arch/x86/kernel/msr.c
3074
3075 CPU POWER MONITORING SUBSYSTEM
3076 M:      Thomas Renninger <trenn@suse.com>
3077 L:      linux-pm@vger.kernel.org
3078 S:      Maintained
3079 F:      tools/power/cpupower/
3080
3081 CRAMFS FILESYSTEM
3082 W:      http://sourceforge.net/projects/cramfs/
3083 S:      Orphan / Obsolete
3084 F:      Documentation/filesystems/cramfs.txt
3085 F:      fs/cramfs/
3086
3087 CRIS PORT
3088 M:      Mikael Starvik <starvik@axis.com>
3089 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3090 L:      linux-cris-kernel@axis.com
3091 W:      http://developer.axis.com
3092 S:      Maintained
3093 F:      arch/cris/
3094 F:      drivers/tty/serial/crisv10.*
3095
3096 CRYPTO API
3097 M:      Herbert Xu <herbert@gondor.apana.org.au>
3098 M:      "David S. Miller" <davem@davemloft.net>
3099 L:      linux-crypto@vger.kernel.org
3100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3101 S:      Maintained
3102 F:      Documentation/crypto/
3103 F:      Documentation/DocBook/crypto-API.tmpl
3104 F:      arch/*/crypto/
3105 F:      crypto/
3106 F:      drivers/crypto/
3107 F:      include/crypto/
3108
3109 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3110 M:      Neil Horman <nhorman@tuxdriver.com>
3111 L:      linux-crypto@vger.kernel.org
3112 S:      Maintained
3113 F:      crypto/ansi_cprng.c
3114 F:      crypto/rng.c
3115
3116 CS5535 Audio ALSA driver
3117 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3118 S:      Maintained
3119 F:      sound/pci/cs5535audio/
3120
3121 CW1200 WLAN driver
3122 M:      Solomon Peachy <pizza@shaftnet.org>
3123 S:      Maintained
3124 F:      drivers/net/wireless/cw1200/
3125
3126 CX18 VIDEO4LINUX DRIVER
3127 M:      Andy Walls <awalls@md.metrocast.net>
3128 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3129 L:      linux-media@vger.kernel.org
3130 T:      git git://linuxtv.org/media_tree.git
3131 W:      http://linuxtv.org
3132 W:      http://www.ivtvdriver.org/index.php/Cx18
3133 S:      Maintained
3134 F:      Documentation/video4linux/cx18.txt
3135 F:      drivers/media/pci/cx18/
3136 F:      include/uapi/linux/ivtv*
3137
3138 CX2341X MPEG ENCODER HELPER MODULE
3139 M:      Hans Verkuil <hverkuil@xs4all.nl>
3140 L:      linux-media@vger.kernel.org
3141 T:      git git://linuxtv.org/media_tree.git
3142 W:      http://linuxtv.org
3143 S:      Maintained
3144 F:      drivers/media/common/cx2341x*
3145 F:      include/media/cx2341x*
3146
3147 CX24120 MEDIA DRIVER
3148 M:      Jemma Denson <jdenson@gmail.com>
3149 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3150 L:      linux-media@vger.kernel.org
3151 W:      http://linuxtv.org/
3152 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3153 S:      Maintained
3154 F:      drivers/media/dvb-frontends/cx24120*
3155
3156 CX88 VIDEO4LINUX DRIVER
3157 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3158 L:      linux-media@vger.kernel.org
3159 W:      http://linuxtv.org
3160 T:      git git://linuxtv.org/media_tree.git
3161 S:      Odd fixes
3162 F:      Documentation/video4linux/cx88/
3163 F:      drivers/media/pci/cx88/
3164
3165 CXD2820R MEDIA DRIVER
3166 M:      Antti Palosaari <crope@iki.fi>
3167 L:      linux-media@vger.kernel.org
3168 W:      http://linuxtv.org/
3169 W:      http://palosaari.fi/linux/
3170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3171 T:      git git://linuxtv.org/anttip/media_tree.git
3172 S:      Maintained
3173 F:      drivers/media/dvb-frontends/cxd2820r*
3174
3175 CXGB3 ETHERNET DRIVER (CXGB3)
3176 M:      Santosh Raspatur <santosh@chelsio.com>
3177 L:      netdev@vger.kernel.org
3178 W:      http://www.chelsio.com
3179 S:      Supported
3180 F:      drivers/net/ethernet/chelsio/cxgb3/
3181
3182 CXGB3 ISCSI DRIVER (CXGB3I)
3183 M:      Karen Xie <kxie@chelsio.com>
3184 L:      linux-scsi@vger.kernel.org
3185 W:      http://www.chelsio.com
3186 S:      Supported
3187 F:      drivers/scsi/cxgbi/cxgb3i
3188
3189 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3190 M:      Steve Wise <swise@chelsio.com>
3191 L:      linux-rdma@vger.kernel.org
3192 W:      http://www.openfabrics.org
3193 S:      Supported
3194 F:      drivers/infiniband/hw/cxgb3/
3195
3196 CXGB4 ETHERNET DRIVER (CXGB4)
3197 M:      Hariprasad S <hariprasad@chelsio.com>
3198 L:      netdev@vger.kernel.org
3199 W:      http://www.chelsio.com
3200 S:      Supported
3201 F:      drivers/net/ethernet/chelsio/cxgb4/
3202
3203 CXGB4 ISCSI DRIVER (CXGB4I)
3204 M:      Karen Xie <kxie@chelsio.com>
3205 L:      linux-scsi@vger.kernel.org
3206 W:      http://www.chelsio.com
3207 S:      Supported
3208 F:      drivers/scsi/cxgbi/cxgb4i
3209
3210 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3211 M:      Steve Wise <swise@chelsio.com>
3212 L:      linux-rdma@vger.kernel.org
3213 W:      http://www.openfabrics.org
3214 S:      Supported
3215 F:      drivers/infiniband/hw/cxgb4/
3216
3217 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3218 M:      Casey Leedom <leedom@chelsio.com>
3219 L:      netdev@vger.kernel.org
3220 W:      http://www.chelsio.com
3221 S:      Supported
3222 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3223
3224 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3225 M:      Ian Munsie <imunsie@au1.ibm.com>
3226 M:      Michael Neuling <mikey@neuling.org>
3227 L:      linuxppc-dev@lists.ozlabs.org
3228 S:      Supported
3229 F:      drivers/misc/cxl/
3230 F:      include/misc/cxl*
3231 F:      include/uapi/misc/cxl.h
3232 F:      Documentation/powerpc/cxl.txt
3233 F:      Documentation/powerpc/cxl.txt
3234 F:      Documentation/ABI/testing/sysfs-class-cxl
3235
3236 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3237 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3238 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3239 L:      linux-scsi@vger.kernel.org
3240 S:      Supported
3241 F:      drivers/scsi/cxlflash/
3242 F:      include/uapi/scsi/cxlflash_ioctls.h
3243 F:      Documentation/powerpc/cxlflash.txt
3244
3245 STMMAC ETHERNET DRIVER
3246 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3247 L:      netdev@vger.kernel.org
3248 W:      http://www.stlinux.com
3249 S:      Supported
3250 F:      drivers/net/ethernet/stmicro/stmmac/
3251
3252 CYBERPRO FB DRIVER
3253 M:      Russell King <linux@arm.linux.org.uk>
3254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3255 W:      http://www.arm.linux.org.uk/
3256 S:      Maintained
3257 F:      drivers/video/fbdev/cyber2000fb.*
3258
3259 CYCLADES ASYNC MUX DRIVER
3260 W:      http://www.cyclades.com/
3261 S:      Orphan
3262 F:      drivers/tty/cyclades.c
3263 F:      include/linux/cyclades.h
3264 F:      include/uapi/linux/cyclades.h
3265
3266 CYCLADES PC300 DRIVER
3267 W:      http://www.cyclades.com/
3268 S:      Orphan
3269 F:      drivers/net/wan/pc300*
3270
3271 CYPRESS_FIRMWARE MEDIA DRIVER
3272 M:      Antti Palosaari <crope@iki.fi>
3273 L:      linux-media@vger.kernel.org
3274 W:      http://linuxtv.org/
3275 W:      http://palosaari.fi/linux/
3276 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3277 T:      git git://linuxtv.org/anttip/media_tree.git
3278 S:      Maintained
3279 F:      drivers/media/common/cypress_firmware*
3280
3281 CYTTSP TOUCHSCREEN DRIVER
3282 M:      Ferruh Yigit <fery@cypress.com>
3283 L:      linux-input@vger.kernel.org
3284 S:      Supported
3285 F:      drivers/input/touchscreen/cyttsp*
3286 F:      include/linux/input/cyttsp.h
3287
3288 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3289 M:      Joshua Kinard <kumba@gentoo.org>
3290 S:      Maintained
3291 F:      drivers/rtc/rtc-ds1685.c
3292 F:      include/linux/rtc/ds1685.h
3293
3294 DAMA SLAVE for AX.25
3295 M:      Joerg Reuter <jreuter@yaina.de>
3296 W:      http://yaina.de/jreuter/
3297 W:      http://www.qsl.net/dl1bke/
3298 L:      linux-hams@vger.kernel.org
3299 S:      Maintained
3300 F:      net/ax25/af_ax25.c
3301 F:      net/ax25/ax25_dev.c
3302 F:      net/ax25/ax25_ds_*
3303 F:      net/ax25/ax25_in.c
3304 F:      net/ax25/ax25_out.c
3305 F:      net/ax25/ax25_timer.c
3306 F:      net/ax25/sysctl_net_ax25.c
3307
3308 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3309 L:      netdev@vger.kernel.org
3310 S:      Orphan
3311 F:      Documentation/networking/dmfe.txt
3312 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3313
3314 DC390/AM53C974 SCSI driver
3315 M:      Hannes Reinecke <hare@suse.com>
3316 L:      linux-scsi@vger.kernel.org
3317 S:      Maintained
3318 F:      drivers/scsi/am53c974.c
3319
3320 DC395x SCSI driver
3321 M:      Oliver Neukum <oliver@neukum.org>
3322 M:      Ali Akcaagac <aliakc@web.de>
3323 M:      Jamie Lenehan <lenehan@twibble.org>
3324 L:      dc395x@twibble.org
3325 W:      http://twibble.org/dist/dc395x/
3326 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3327 S:      Maintained
3328 F:      Documentation/scsi/dc395x.txt
3329 F:      drivers/scsi/dc395x.*
3330
3331 DCCP PROTOCOL
3332 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3333 L:      dccp@vger.kernel.org
3334 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3335 S:      Maintained
3336 F:      include/linux/dccp.h
3337 F:      include/uapi/linux/dccp.h
3338 F:      include/linux/tfrc.h
3339 F:      net/dccp/
3340
3341 DECnet NETWORK LAYER
3342 W:      http://linux-decnet.sourceforge.net
3343 L:      linux-decnet-user@lists.sourceforge.net
3344 S:      Orphan
3345 F:      Documentation/networking/decnet.txt
3346 F:      net/decnet/
3347
3348 DECSTATION PLATFORM SUPPORT
3349 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3350 L:      linux-mips@linux-mips.org
3351 W:      http://www.linux-mips.org/wiki/DECstation
3352 S:      Maintained
3353 F:      arch/mips/dec/
3354 F:      arch/mips/include/asm/dec/
3355 F:      arch/mips/include/asm/mach-dec/
3356
3357 DEFXX FDDI NETWORK DRIVER
3358 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3359 S:      Maintained
3360 F:      drivers/net/fddi/defxx.*
3361
3362 DELL LAPTOP DRIVER
3363 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3364 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3365 L:      platform-driver-x86@vger.kernel.org
3366 S:      Maintained
3367 F:      drivers/platform/x86/dell-laptop.c
3368
3369 DELL LAPTOP RBTN DRIVER
3370 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3371 S:      Maintained
3372 F:      drivers/platform/x86/dell-rbtn.*
3373
3374 DELL LAPTOP FREEFALL DRIVER
3375 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3376 S:      Maintained
3377 F:      drivers/platform/x86/dell-smo8800.c
3378
3379 DELL LAPTOP SMM DRIVER
3380 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3381 S:      Maintained
3382 F:      drivers/hwmon/dell-smm-hwmon.c
3383 F:      include/uapi/linux/i8k.h
3384
3385 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3386 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3387 S:      Maintained
3388 F:      Documentation/dcdbas.txt
3389 F:      drivers/firmware/dcdbas.*
3390
3391 DELL WMI EXTRAS DRIVER
3392 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3393 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3394 S:      Maintained
3395 F:      drivers/platform/x86/dell-wmi.c
3396
3397 DESIGNWARE USB2 DRD IP DRIVER
3398 M:      John Youn <johnyoun@synopsys.com>
3399 L:      linux-usb@vger.kernel.org
3400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3401 S:      Maintained
3402 F:      drivers/usb/dwc2/
3403
3404 DESIGNWARE USB3 DRD IP DRIVER
3405 M:      Felipe Balbi <balbi@ti.com>
3406 L:      linux-usb@vger.kernel.org
3407 L:      linux-omap@vger.kernel.org
3408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3409 S:      Maintained
3410 F:      drivers/usb/dwc3/
3411
3412 DEVICE COREDUMP (DEV_COREDUMP)
3413 M:      Johannes Berg <johannes@sipsolutions.net>
3414 L:      linux-kernel@vger.kernel.org
3415 S:      Maintained
3416 F:      drivers/base/devcoredump.c
3417 F:      include/linux/devcoredump.h
3418
3419 DEVICE FREQUENCY (DEVFREQ)
3420 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3421 M:      Kyungmin Park <kyungmin.park@samsung.com>
3422 L:      linux-pm@vger.kernel.org
3423 S:      Maintained
3424 F:      drivers/devfreq/
3425
3426 DEVICE NUMBER REGISTRY
3427 M:      Torben Mathiasen <device@lanana.org>
3428 W:      http://lanana.org/docs/device-list/index.html
3429 S:      Maintained
3430
3431 DEVICE-MAPPER  (LVM)
3432 M:      Alasdair Kergon <agk@redhat.com>
3433 M:      Mike Snitzer <snitzer@redhat.com>
3434 M:      dm-devel@redhat.com
3435 L:      dm-devel@redhat.com
3436 W:      http://sources.redhat.com/dm
3437 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3439 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3440 S:      Maintained
3441 F:      Documentation/device-mapper/
3442 F:      drivers/md/dm*
3443 F:      drivers/md/persistent-data/
3444 F:      include/linux/device-mapper.h
3445 F:      include/linux/dm-*.h
3446 F:      include/uapi/linux/dm-*.h
3447
3448 DIALOG SEMICONDUCTOR DRIVERS
3449 M:      Support Opensource <support.opensource@diasemi.com>
3450 W:      http://www.dialog-semiconductor.com/products
3451 S:      Supported
3452 F:      Documentation/hwmon/da90??
3453 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3454 F:      drivers/gpio/gpio-da90??.c
3455 F:      drivers/hwmon/da90??-hwmon.c
3456 F:      drivers/iio/adc/da91??-*.c
3457 F:      drivers/input/misc/da90??_onkey.c
3458 F:      drivers/input/touchscreen/da9052_tsi.c
3459 F:      drivers/leds/leds-da90??.c
3460 F:      drivers/mfd/da903x.c
3461 F:      drivers/mfd/da90??-*.c
3462 F:      drivers/mfd/da91??-*.c
3463 F:      drivers/power/da9052-battery.c
3464 F:      drivers/power/da91??-*.c
3465 F:      drivers/regulator/da903x.c
3466 F:      drivers/regulator/da9???-regulator.[ch]
3467 F:      drivers/rtc/rtc-da90??.c
3468 F:      drivers/video/backlight/da90??_bl.c
3469 F:      drivers/watchdog/da90??_wdt.c
3470 F:      include/linux/mfd/da903x.h
3471 F:      include/linux/mfd/da9052/
3472 F:      include/linux/mfd/da9055/
3473 F:      include/linux/mfd/da9063/
3474 F:      include/linux/mfd/da9150/
3475 F:      include/sound/da[79]*.h
3476 F:      sound/soc/codecs/da[79]*.[ch]
3477
3478 DIGI NEO AND CLASSIC PCI PRODUCTS
3479 M:      Lidza Louina <lidza.louina@gmail.com>
3480 M:      Mark Hounschell <markh@compro.net>
3481 L:      driverdev-devel@linuxdriverproject.org
3482 S:      Maintained
3483 F:      drivers/staging/dgnc/
3484
3485 DIGI EPCA PCI PRODUCTS
3486 M:      Lidza Louina <lidza.louina@gmail.com>
3487 M:      Daeseok Youn <daeseok.youn@gmail.com>
3488 L:      driverdev-devel@linuxdriverproject.org
3489 S:      Maintained
3490 F:      drivers/staging/dgap/
3491
3492 DIOLAN U2C-12 I2C DRIVER
3493 M:      Guenter Roeck <linux@roeck-us.net>
3494 L:      linux-i2c@vger.kernel.org
3495 S:      Maintained
3496 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3497
3498 DIRECT ACCESS (DAX)
3499 M:      Matthew Wilcox <willy@linux.intel.com>
3500 L:      linux-fsdevel@vger.kernel.org
3501 S:      Supported
3502 F:      fs/dax.c
3503
3504 DIRECTORY NOTIFICATION (DNOTIFY)
3505 M:      Eric Paris <eparis@parisplace.org>
3506 S:      Maintained
3507 F:      Documentation/filesystems/dnotify.txt
3508 F:      fs/notify/dnotify/
3509 F:      include/linux/dnotify.h
3510
3511 DISK GEOMETRY AND PARTITION HANDLING
3512 M:      Andries Brouwer <aeb@cwi.nl>
3513 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3514 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3515 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3516 S:      Maintained
3517
3518 DISKQUOTA
3519 M:      Jan Kara <jack@suse.com>
3520 S:      Maintained
3521 F:      Documentation/filesystems/quota.txt
3522 F:      fs/quota/
3523 F:      include/linux/quota*.h
3524 F:      include/uapi/linux/quota*.h
3525
3526 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3527 M:      Bernie Thompson <bernie@plugable.com>
3528 L:      linux-fbdev@vger.kernel.org
3529 S:      Maintained
3530 W:      http://plugable.com/category/projects/udlfb/
3531 F:      drivers/video/fbdev/udlfb.c
3532 F:      include/video/udlfb.h
3533 F:      Documentation/fb/udlfb.txt
3534
3535 DISTRIBUTED LOCK MANAGER (DLM)
3536 M:      Christine Caulfield <ccaulfie@redhat.com>
3537 M:      David Teigland <teigland@redhat.com>
3538 L:      cluster-devel@redhat.com
3539 W:      http://sources.redhat.com/cluster/
3540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3541 S:      Supported
3542 F:      fs/dlm/
3543
3544 DMA BUFFER SHARING FRAMEWORK
3545 M:      Sumit Semwal <sumit.semwal@linaro.org>
3546 S:      Maintained
3547 L:      linux-media@vger.kernel.org
3548 L:      dri-devel@lists.freedesktop.org
3549 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3550 F:      drivers/dma-buf/
3551 F:      include/linux/dma-buf*
3552 F:      include/linux/reservation.h
3553 F:      include/linux/*fence.h
3554 F:      Documentation/dma-buf-sharing.txt
3555 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3556
3557 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3558 M:      Vinod Koul <vinod.koul@intel.com>
3559 L:      dmaengine@vger.kernel.org
3560 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3561 S:      Maintained
3562 F:      drivers/dma/
3563 F:      include/linux/dmaengine.h
3564 F:      Documentation/dmaengine/
3565 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3566
3567 DME1737 HARDWARE MONITOR DRIVER
3568 M:      Juerg Haefliger <juergh@gmail.com>
3569 L:      linux-hwmon@vger.kernel.org
3570 S:      Maintained
3571 F:      Documentation/hwmon/dme1737
3572 F:      drivers/hwmon/dme1737.c
3573
3574 DMI/SMBIOS SUPPORT
3575 M:      Jean Delvare <jdelvare@suse.com>
3576 S:      Maintained
3577 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3578 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3579 F:      drivers/firmware/dmi-id.c
3580 F:      drivers/firmware/dmi_scan.c
3581 F:      include/linux/dmi.h
3582
3583 DOCUMENTATION
3584 M:      Jonathan Corbet <corbet@lwn.net>
3585 L:      linux-doc@vger.kernel.org
3586 S:      Maintained
3587 F:      Documentation/
3588 F:      scripts/docproc.c
3589 F:      scripts/kernel-doc*
3590 X:      Documentation/ABI/
3591 X:      Documentation/devicetree/
3592 X:      Documentation/acpi
3593 X:      Documentation/power
3594 X:      Documentation/spi
3595 X:      Documentation/DocBook/media
3596 T:      git git://git.lwn.net/linux.git docs-next
3597
3598 DOUBLETALK DRIVER
3599 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3600 L:      blinux-list@redhat.com
3601 S:      Maintained
3602 F:      drivers/char/dtlk.c
3603 F:      include/linux/dtlk.h
3604
3605 DPT_I2O SCSI RAID DRIVER
3606 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3607 L:      linux-scsi@vger.kernel.org
3608 W:      http://www.adaptec.com/
3609 S:      Maintained
3610 F:      drivers/scsi/dpt*
3611 F:      drivers/scsi/dpt/
3612
3613 DRBD DRIVER
3614 P:      Philipp Reisner
3615 P:      Lars Ellenberg
3616 M:      drbd-dev@lists.linbit.com
3617 L:      drbd-user@lists.linbit.com
3618 W:      http://www.drbd.org
3619 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3620 T:      git git://git.drbd.org/drbd-8.3.git
3621 S:      Supported
3622 F:      drivers/block/drbd/
3623 F:      lib/lru_cache.c
3624 F:      Documentation/blockdev/drbd/
3625
3626 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3627 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3629 S:      Supported
3630 F:      Documentation/kobject.txt
3631 F:      drivers/base/
3632 F:      fs/debugfs/
3633 F:      fs/kernfs/
3634 F:      fs/sysfs/
3635 F:      include/linux/debugfs.h
3636 F:      include/linux/kobj*
3637 F:      lib/kobj*
3638
3639 DRM DRIVERS
3640 M:      David Airlie <airlied@linux.ie>
3641 L:      dri-devel@lists.freedesktop.org
3642 T:      git git://people.freedesktop.org/~airlied/linux
3643 S:      Maintained
3644 F:      drivers/gpu/drm/
3645 F:      drivers/gpu/vga/
3646 F:      include/drm/
3647 F:      include/uapi/drm/
3648
3649 RADEON DRM DRIVERS
3650 M:      Alex Deucher <alexander.deucher@amd.com>
3651 M:      Christian König <christian.koenig@amd.com>
3652 L:      dri-devel@lists.freedesktop.org
3653 T:      git git://people.freedesktop.org/~agd5f/linux
3654 S:      Supported
3655 F:      drivers/gpu/drm/radeon/
3656 F:      include/uapi/drm/radeon*
3657
3658 DRM PANEL DRIVERS
3659 M:      Thierry Reding <thierry.reding@gmail.com>
3660 L:      dri-devel@lists.freedesktop.org
3661 T:      git git://anongit.freedesktop.org/tegra/linux.git
3662 S:      Maintained
3663 F:      drivers/gpu/drm/drm_panel.c
3664 F:      drivers/gpu/drm/panel/
3665 F:      include/drm/drm_panel.h
3666 F:      Documentation/devicetree/bindings/display/panel/
3667
3668 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3669 M:      Daniel Vetter <daniel.vetter@intel.com>
3670 M:      Jani Nikula <jani.nikula@linux.intel.com>
3671 L:      intel-gfx@lists.freedesktop.org
3672 L:      dri-devel@lists.freedesktop.org
3673 W:      https://01.org/linuxgraphics/
3674 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3675 T:      git git://anongit.freedesktop.org/drm-intel
3676 S:      Supported
3677 F:      drivers/gpu/drm/i915/
3678 F:      include/drm/i915*
3679 F:      include/uapi/drm/i915*
3680
3681 DRM DRIVERS FOR ATMEL HLCDC
3682 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3683 L:      dri-devel@lists.freedesktop.org
3684 S:      Supported
3685 F:      drivers/gpu/drm/atmel-hlcdc/
3686 F:      Documentation/devicetree/bindings/drm/atmel/
3687
3688 DRM DRIVERS FOR EXYNOS
3689 M:      Inki Dae <inki.dae@samsung.com>
3690 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3691 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3692 M:      Kyungmin Park <kyungmin.park@samsung.com>
3693 L:      dri-devel@lists.freedesktop.org
3694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3695 S:      Supported
3696 F:      drivers/gpu/drm/exynos/
3697 F:      include/drm/exynos*
3698 F:      include/uapi/drm/exynos*
3699
3700 DRM DRIVERS FOR FREESCALE DCU
3701 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3702 M:      Alison Wang <alison.wang@freescale.com>
3703 L:      dri-devel@lists.freedesktop.org
3704 S:      Supported
3705 F:      drivers/gpu/drm/fsl-dcu/
3706 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3707 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3708
3709 DRM DRIVERS FOR FREESCALE IMX
3710 M:      Philipp Zabel <p.zabel@pengutronix.de>
3711 L:      dri-devel@lists.freedesktop.org
3712 S:      Maintained
3713 F:      drivers/gpu/drm/imx/
3714 F:      drivers/gpu/ipu-v3/
3715 F:      Documentation/devicetree/bindings/display/imx/
3716
3717 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3718 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3719 L:      dri-devel@lists.freedesktop.org
3720 T:      git git://github.com/patjak/drm-gma500
3721 S:      Maintained
3722 F:      drivers/gpu/drm/gma500
3723 F:      include/drm/gma500*
3724
3725 DRM DRIVERS FOR NVIDIA TEGRA
3726 M:      Thierry Reding <thierry.reding@gmail.com>
3727 M:      Terje Bergström <tbergstrom@nvidia.com>
3728 L:      dri-devel@lists.freedesktop.org
3729 L:      linux-tegra@vger.kernel.org
3730 T:      git git://anongit.freedesktop.org/tegra/linux.git
3731 S:      Supported
3732 F:      drivers/gpu/drm/tegra/
3733 F:      drivers/gpu/host1x/
3734 F:      include/linux/host1x.h
3735 F:      include/uapi/drm/tegra_drm.h
3736 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3737
3738 DRM DRIVERS FOR RENESAS
3739 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3740 L:      dri-devel@lists.freedesktop.org
3741 L:      linux-sh@vger.kernel.org
3742 T:      git git://people.freedesktop.org/~airlied/linux
3743 S:      Supported
3744 F:      drivers/gpu/drm/rcar-du/
3745 F:      drivers/gpu/drm/shmobile/
3746 F:      include/linux/platform_data/shmob_drm.h
3747
3748 DRM DRIVERS FOR ROCKCHIP
3749 M:      Mark Yao <mark.yao@rock-chips.com>
3750 L:      dri-devel@lists.freedesktop.org
3751 S:      Maintained
3752 F:      drivers/gpu/drm/rockchip/
3753 F:      Documentation/devicetree/bindings/display/rockchip*
3754
3755 DRM DRIVERS FOR STI
3756 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3757 M:      Vincent Abriou <vincent.abriou@st.com>
3758 L:      dri-devel@lists.freedesktop.org
3759 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3760 S:      Maintained
3761 F:      drivers/gpu/drm/sti
3762 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3763
3764 DSBR100 USB FM RADIO DRIVER
3765 M:      Alexey Klimov <klimov.linux@gmail.com>
3766 L:      linux-media@vger.kernel.org
3767 T:      git git://linuxtv.org/media_tree.git
3768 S:      Maintained
3769 F:      drivers/media/radio/dsbr100.c
3770
3771 DSCC4 DRIVER
3772 M:      Francois Romieu <romieu@fr.zoreil.com>
3773 L:      netdev@vger.kernel.org
3774 S:      Maintained
3775 F:      drivers/net/wan/dscc4.c
3776
3777 DT3155 MEDIA DRIVER
3778 M:      Hans Verkuil <hverkuil@xs4all.nl>
3779 L:      linux-media@vger.kernel.org
3780 T:      git git://linuxtv.org/media_tree.git
3781 W:      http://linuxtv.org
3782 S:      Odd Fixes
3783 F:      drivers/media/pci/dt3155/
3784
3785 DVB_USB_AF9015 MEDIA DRIVER
3786 M:      Antti Palosaari <crope@iki.fi>
3787 L:      linux-media@vger.kernel.org
3788 W:      http://linuxtv.org/
3789 W:      http://palosaari.fi/linux/
3790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3791 T:      git git://linuxtv.org/anttip/media_tree.git
3792 S:      Maintained
3793 F:      drivers/media/usb/dvb-usb-v2/af9015*
3794
3795 DVB_USB_AF9035 MEDIA DRIVER
3796 M:      Antti Palosaari <crope@iki.fi>
3797 L:      linux-media@vger.kernel.org
3798 W:      http://linuxtv.org/
3799 W:      http://palosaari.fi/linux/
3800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3801 T:      git git://linuxtv.org/anttip/media_tree.git
3802 S:      Maintained
3803 F:      drivers/media/usb/dvb-usb-v2/af9035*
3804
3805 DVB_USB_ANYSEE MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 W:      http://palosaari.fi/linux/
3810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3811 T:      git git://linuxtv.org/anttip/media_tree.git
3812 S:      Maintained
3813 F:      drivers/media/usb/dvb-usb-v2/anysee*
3814
3815 DVB_USB_AU6610 MEDIA DRIVER
3816 M:      Antti Palosaari <crope@iki.fi>
3817 L:      linux-media@vger.kernel.org
3818 W:      http://linuxtv.org/
3819 W:      http://palosaari.fi/linux/
3820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3821 T:      git git://linuxtv.org/anttip/media_tree.git
3822 S:      Maintained
3823 F:      drivers/media/usb/dvb-usb-v2/au6610*
3824
3825 DVB_USB_CE6230 MEDIA DRIVER
3826 M:      Antti Palosaari <crope@iki.fi>
3827 L:      linux-media@vger.kernel.org
3828 W:      http://linuxtv.org/
3829 W:      http://palosaari.fi/linux/
3830 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3831 T:      git git://linuxtv.org/anttip/media_tree.git
3832 S:      Maintained
3833 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3834
3835 DVB_USB_CXUSB MEDIA DRIVER
3836 M:      Michael Krufky <mkrufky@linuxtv.org>
3837 L:      linux-media@vger.kernel.org
3838 W:      http://linuxtv.org/
3839 W:      http://github.com/mkrufky
3840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3841 T:      git git://linuxtv.org/media_tree.git
3842 S:      Maintained
3843 F:      drivers/media/usb/dvb-usb/cxusb*
3844
3845 DVB_USB_EC168 MEDIA DRIVER
3846 M:      Antti Palosaari <crope@iki.fi>
3847 L:      linux-media@vger.kernel.org
3848 W:      http://linuxtv.org/
3849 W:      http://palosaari.fi/linux/
3850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3851 T:      git git://linuxtv.org/anttip/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/usb/dvb-usb-v2/ec168*
3854
3855 DVB_USB_GL861 MEDIA DRIVER
3856 M:      Antti Palosaari <crope@iki.fi>
3857 L:      linux-media@vger.kernel.org
3858 W:      http://linuxtv.org/
3859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3860 T:      git git://linuxtv.org/anttip/media_tree.git
3861 S:      Maintained
3862 F:      drivers/media/usb/dvb-usb-v2/gl861*
3863
3864 DVB_USB_MXL111SF MEDIA DRIVER
3865 M:      Michael Krufky <mkrufky@linuxtv.org>
3866 L:      linux-media@vger.kernel.org
3867 W:      http://linuxtv.org/
3868 W:      http://github.com/mkrufky
3869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3870 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3871 S:      Maintained
3872 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3873
3874 DVB_USB_RTL28XXU MEDIA DRIVER
3875 M:      Antti Palosaari <crope@iki.fi>
3876 L:      linux-media@vger.kernel.org
3877 W:      http://linuxtv.org/
3878 W:      http://palosaari.fi/linux/
3879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3880 T:      git git://linuxtv.org/anttip/media_tree.git
3881 S:      Maintained
3882 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3883
3884 DVB_USB_V2 MEDIA DRIVER
3885 M:      Antti Palosaari <crope@iki.fi>
3886 L:      linux-media@vger.kernel.org
3887 W:      http://linuxtv.org/
3888 W:      http://palosaari.fi/linux/
3889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3890 T:      git git://linuxtv.org/anttip/media_tree.git
3891 S:      Maintained
3892 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3893 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3894
3895 DYNAMIC DEBUG
3896 M:      Jason Baron <jbaron@akamai.com>
3897 S:      Maintained
3898 F:      lib/dynamic_debug.c
3899 F:      include/linux/dynamic_debug.h
3900
3901 DZ DECSTATION DZ11 SERIAL DRIVER
3902 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3903 S:      Maintained
3904 F:      drivers/tty/serial/dz.*
3905
3906 E3X0 POWER BUTTON DRIVER
3907 M:      Moritz Fischer <moritz.fischer@ettus.com>
3908 L:      usrp-users@lists.ettus.com
3909 W:      http://www.ettus.com
3910 S:      Supported
3911 F:      drivers/input/misc/e3x0-button.c
3912 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3913
3914 E4000 MEDIA DRIVER
3915 M:      Antti Palosaari <crope@iki.fi>
3916 L:      linux-media@vger.kernel.org
3917 W:      http://linuxtv.org/
3918 W:      http://palosaari.fi/linux/
3919 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3920 T:      git git://linuxtv.org/anttip/media_tree.git
3921 S:      Maintained
3922 F:      drivers/media/tuners/e4000*
3923
3924 EATA ISA/EISA/PCI SCSI DRIVER
3925 M:      Dario Ballabio <ballabio_dario@emc.com>
3926 L:      linux-scsi@vger.kernel.org
3927 S:      Maintained
3928 F:      drivers/scsi/eata.c
3929
3930 EC100 MEDIA DRIVER
3931 M:      Antti Palosaari <crope@iki.fi>
3932 L:      linux-media@vger.kernel.org
3933 W:      http://linuxtv.org/
3934 W:      http://palosaari.fi/linux/
3935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3936 T:      git git://linuxtv.org/anttip/media_tree.git
3937 S:      Maintained
3938 F:      drivers/media/dvb-frontends/ec100*
3939
3940 ECRYPT FILE SYSTEM
3941 M:      Tyler Hicks <tyhicks@canonical.com>
3942 L:      ecryptfs@vger.kernel.org
3943 W:      http://ecryptfs.org
3944 W:      https://launchpad.net/ecryptfs
3945 S:      Supported
3946 F:      Documentation/filesystems/ecryptfs.txt
3947 F:      fs/ecryptfs/
3948
3949 EDAC-CORE
3950 M:      Doug Thompson <dougthompson@xmission.com>
3951 M:      Borislav Petkov <bp@alien8.de>
3952 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3953 L:      linux-edac@vger.kernel.org
3954 W:      bluesmoke.sourceforge.net
3955 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3956 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3957 S:      Supported
3958 F:      Documentation/edac.txt
3959 F:      drivers/edac/
3960 F:      include/linux/edac.h
3961
3962 EDAC-AMD64
3963 M:      Doug Thompson <dougthompson@xmission.com>
3964 M:      Borislav Petkov <bp@alien8.de>
3965 L:      linux-edac@vger.kernel.org
3966 W:      bluesmoke.sourceforge.net
3967 S:      Maintained
3968 F:      drivers/edac/amd64_edac*
3969
3970 EDAC-CALXEDA
3971 M:      Doug Thompson <dougthompson@xmission.com>
3972 M:      Robert Richter <rric@kernel.org>
3973 L:      linux-edac@vger.kernel.org
3974 W:      bluesmoke.sourceforge.net
3975 S:      Maintained
3976 F:      drivers/edac/highbank*
3977
3978 EDAC-CAVIUM
3979 M:      Ralf Baechle <ralf@linux-mips.org>
3980 M:      David Daney <david.daney@cavium.com>
3981 L:      linux-edac@vger.kernel.org
3982 L:      linux-mips@linux-mips.org
3983 W:      bluesmoke.sourceforge.net
3984 S:      Supported
3985 F:      drivers/edac/octeon_edac*
3986
3987 EDAC-E752X
3988 M:      Mark Gross <mark.gross@intel.com>
3989 M:      Doug Thompson <dougthompson@xmission.com>
3990 L:      linux-edac@vger.kernel.org
3991 W:      bluesmoke.sourceforge.net
3992 S:      Maintained
3993 F:      drivers/edac/e752x_edac.c
3994
3995 EDAC-E7XXX
3996 M:      Doug Thompson <dougthompson@xmission.com>
3997 L:      linux-edac@vger.kernel.org
3998 W:      bluesmoke.sourceforge.net
3999 S:      Maintained
4000 F:      drivers/edac/e7xxx_edac.c
4001
4002 EDAC-GHES
4003 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4004 L:      linux-edac@vger.kernel.org
4005 W:      bluesmoke.sourceforge.net
4006 S:      Maintained
4007 F:      drivers/edac/ghes_edac.c
4008
4009 EDAC-I82443BXGX
4010 M:      Tim Small <tim@buttersideup.com>
4011 L:      linux-edac@vger.kernel.org
4012 W:      bluesmoke.sourceforge.net
4013 S:      Maintained
4014 F:      drivers/edac/i82443bxgx_edac.c
4015
4016 EDAC-I3000
4017 M:      Jason Uhlenkott <juhlenko@akamai.com>
4018 L:      linux-edac@vger.kernel.org
4019 W:      bluesmoke.sourceforge.net
4020 S:      Maintained
4021 F:      drivers/edac/i3000_edac.c
4022
4023 EDAC-I5000
4024 M:      Doug Thompson <dougthompson@xmission.com>
4025 L:      linux-edac@vger.kernel.org
4026 W:      bluesmoke.sourceforge.net
4027 S:      Maintained
4028 F:      drivers/edac/i5000_edac.c
4029
4030 EDAC-I5400
4031 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4032 L:      linux-edac@vger.kernel.org
4033 W:      bluesmoke.sourceforge.net
4034 S:      Maintained
4035 F:      drivers/edac/i5400_edac.c
4036
4037 EDAC-I7300
4038 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4039 L:      linux-edac@vger.kernel.org
4040 W:      bluesmoke.sourceforge.net
4041 S:      Maintained
4042 F:      drivers/edac/i7300_edac.c
4043
4044 EDAC-I7CORE
4045 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4046 L:      linux-edac@vger.kernel.org
4047 W:      bluesmoke.sourceforge.net
4048 S:      Maintained
4049 F:      drivers/edac/i7core_edac.c
4050
4051 EDAC-I82975X
4052 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4053 M:      "Arvind R." <arvino55@gmail.com>
4054 L:      linux-edac@vger.kernel.org
4055 W:      bluesmoke.sourceforge.net
4056 S:      Maintained
4057 F:      drivers/edac/i82975x_edac.c
4058
4059 EDAC-IE31200
4060 M:      Jason Baron <jbaron@akamai.com>
4061 L:      linux-edac@vger.kernel.org
4062 W:      bluesmoke.sourceforge.net
4063 S:      Maintained
4064 F:      drivers/edac/ie31200_edac.c
4065
4066 EDAC-MPC85XX
4067 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4068 L:      linux-edac@vger.kernel.org
4069 W:      bluesmoke.sourceforge.net
4070 S:      Maintained
4071 F:      drivers/edac/mpc85xx_edac.[ch]
4072
4073 EDAC-PASEMI
4074 M:      Egor Martovetsky <egor@pasemi.com>
4075 L:      linux-edac@vger.kernel.org
4076 W:      bluesmoke.sourceforge.net
4077 S:      Maintained
4078 F:      drivers/edac/pasemi_edac.c
4079
4080 EDAC-R82600
4081 M:      Tim Small <tim@buttersideup.com>
4082 L:      linux-edac@vger.kernel.org
4083 W:      bluesmoke.sourceforge.net
4084 S:      Maintained
4085 F:      drivers/edac/r82600_edac.c
4086
4087 EDAC-SBRIDGE
4088 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4089 L:      linux-edac@vger.kernel.org
4090 W:      bluesmoke.sourceforge.net
4091 S:      Maintained
4092 F:      drivers/edac/sb_edac.c
4093
4094 EDAC-XGENE
4095 APPLIED MICRO (APM) X-GENE SOC EDAC
4096 M:     Loc Ho <lho@apm.com>
4097 S:     Supported
4098 F:     drivers/edac/xgene_edac.c
4099 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4100
4101 EDIROL UA-101/UA-1000 DRIVER
4102 M:      Clemens Ladisch <clemens@ladisch.de>
4103 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4104 T:      git git://git.alsa-project.org/alsa-kernel.git
4105 S:      Maintained
4106 F:      sound/usb/misc/ua101.c
4107
4108 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4109 M:      Matt Fleming <matt@codeblueprint.co.uk>
4110 L:      linux-efi@vger.kernel.org
4111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4112 S:      Maintained
4113 F:      Documentation/efi-stub.txt
4114 F:      arch/ia64/kernel/efi.c
4115 F:      arch/x86/boot/compressed/eboot.[ch]
4116 F:      arch/x86/include/asm/efi.h
4117 F:      arch/x86/platform/efi/
4118 F:      drivers/firmware/efi/
4119 F:      include/linux/efi*.h
4120
4121 EFI VARIABLE FILESYSTEM
4122 M:      Matthew Garrett <matthew.garrett@nebula.com>
4123 M:      Jeremy Kerr <jk@ozlabs.org>
4124 M:      Matt Fleming <matt@codeblueprint.co.uk>
4125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4126 L:      linux-efi@vger.kernel.org
4127 S:      Maintained
4128 F:      fs/efivarfs/
4129
4130 EFIFB FRAMEBUFFER DRIVER
4131 L:      linux-fbdev@vger.kernel.org
4132 M:      Peter Jones <pjones@redhat.com>
4133 S:      Maintained
4134 F:      drivers/video/fbdev/efifb.c
4135
4136 EFS FILESYSTEM
4137 W:      http://aeschi.ch.eu.org/efs/
4138 S:      Orphan
4139 F:      fs/efs/
4140
4141 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4142 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4143 M:      Christoph Raisch <raisch@de.ibm.com>
4144 L:      linux-rdma@vger.kernel.org
4145 S:      Supported
4146 F:      drivers/infiniband/hw/ehca/
4147
4148 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4149 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4150 L:      netdev@vger.kernel.org
4151 S:      Maintained
4152 F:      drivers/net/ethernet/ibm/ehea/
4153
4154 EM28XX VIDEO4LINUX DRIVER
4155 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4156 L:      linux-media@vger.kernel.org
4157 W:      http://linuxtv.org
4158 T:      git git://linuxtv.org/media_tree.git
4159 S:      Maintained
4160 F:      drivers/media/usb/em28xx/
4161
4162 EMBEDDED LINUX
4163 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4164 M:      Matt Mackall <mpm@selenic.com>
4165 M:      David Woodhouse <dwmw2@infradead.org>
4166 L:      linux-embedded@vger.kernel.org
4167 S:      Maintained
4168
4169 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4170 M:      James Smart <james.smart@avagotech.com>
4171 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4172 L:      linux-scsi@vger.kernel.org
4173 W:      http://www.avagotech.com
4174 S:      Supported
4175 F:      drivers/scsi/lpfc/
4176
4177 ENE CB710 FLASH CARD READER DRIVER
4178 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4179 S:      Maintained
4180 F:      drivers/misc/cb710/
4181 F:      drivers/mmc/host/cb710-mmc.*
4182 F:      include/linux/cb710.h
4183
4184 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4185 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4186 S:      Maintained
4187 F:      drivers/media/rc/ene_ir.*
4188
4189 ENHANCED ERROR HANDLING (EEH)
4190 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4191 L:      linuxppc-dev@lists.ozlabs.org
4192 S:      Supported
4193 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4194 F:      arch/powerpc/kernel/eeh*.c
4195
4196 EPSON S1D13XXX FRAMEBUFFER DRIVER
4197 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4198 S:      Maintained
4199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4200 F:      drivers/video/fbdev/s1d13xxxfb.c
4201 F:      include/video/s1d13xxxfb.h
4202
4203 ET131X NETWORK DRIVER
4204 M:      Mark Einon <mark.einon@gmail.com>
4205 S:      Odd Fixes
4206 F:      drivers/net/ethernet/agere/
4207
4208 ETHERNET BRIDGE
4209 M:      Stephen Hemminger <stephen@networkplumber.org>
4210 L:      bridge@lists.linux-foundation.org
4211 L:      netdev@vger.kernel.org
4212 W:      http://www.linuxfoundation.org/en/Net:Bridge
4213 S:      Maintained
4214 F:      include/linux/netfilter_bridge/
4215 F:      net/bridge/
4216
4217 ETHERNET PHY LIBRARY
4218 M:      Florian Fainelli <f.fainelli@gmail.com>
4219 L:      netdev@vger.kernel.org
4220 S:      Maintained
4221 F:      include/linux/phy.h
4222 F:      include/linux/phy_fixed.h
4223 F:      drivers/net/phy/
4224 F:      Documentation/networking/phy.txt
4225 F:      drivers/of/of_mdio.c
4226 F:      drivers/of/of_net.c
4227
4228 EXT2 FILE SYSTEM
4229 M:      Jan Kara <jack@suse.com>
4230 L:      linux-ext4@vger.kernel.org
4231 S:      Maintained
4232 F:      Documentation/filesystems/ext2.txt
4233 F:      fs/ext2/
4234 F:      include/linux/ext2*
4235
4236 EXT4 FILE SYSTEM
4237 M:      "Theodore Ts'o" <tytso@mit.edu>
4238 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4239 L:      linux-ext4@vger.kernel.org
4240 W:      http://ext4.wiki.kernel.org
4241 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4242 S:      Maintained
4243 F:      Documentation/filesystems/ext4.txt
4244 F:      fs/ext4/
4245
4246 Extended Verification Module (EVM)
4247 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4248 L:      linux-ima-devel@lists.sourceforge.net
4249 L:      linux-security-module@vger.kernel.org
4250 S:      Supported
4251 F:      security/integrity/evm/
4252
4253 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4254 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4255 M:      Chanwoo Choi <cw00.choi@samsung.com>
4256 L:      linux-kernel@vger.kernel.org
4257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4258 S:      Maintained
4259 F:      drivers/extcon/
4260 F:      include/linux/extcon/
4261 F:      include/linux/extcon.h
4262 F:      Documentation/extcon/
4263 F:      Documentation/devicetree/bindings/extcon/
4264
4265 EXYNOS DP DRIVER
4266 M:      Jingoo Han <jingoohan1@gmail.com>
4267 L:      dri-devel@lists.freedesktop.org
4268 S:      Maintained
4269 F:      drivers/gpu/drm/exynos/exynos_dp*
4270
4271 EXYNOS MIPI DISPLAY DRIVERS
4272 M:      Inki Dae <inki.dae@samsung.com>
4273 M:      Donghwa Lee <dh09.lee@samsung.com>
4274 M:      Kyungmin Park <kyungmin.park@samsung.com>
4275 L:      linux-fbdev@vger.kernel.org
4276 S:      Maintained
4277 F:      drivers/video/fbdev/exynos/exynos_mipi*
4278 F:      include/video/exynos_mipi*
4279
4280 F71805F HARDWARE MONITORING DRIVER
4281 M:      Jean Delvare <jdelvare@suse.com>
4282 L:      linux-hwmon@vger.kernel.org
4283 S:      Maintained
4284 F:      Documentation/hwmon/f71805f
4285 F:      drivers/hwmon/f71805f.c
4286
4287 FC0011 TUNER DRIVER
4288 M:      Michael Buesch <m@bues.ch>
4289 L:      linux-media@vger.kernel.org
4290 S:      Maintained
4291 F:      drivers/media/tuners/fc0011.h
4292 F:      drivers/media/tuners/fc0011.c
4293
4294 FC2580 MEDIA DRIVER
4295 M:      Antti Palosaari <crope@iki.fi>
4296 L:      linux-media@vger.kernel.org
4297 W:      http://linuxtv.org/
4298 W:      http://palosaari.fi/linux/
4299 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4300 T:      git git://linuxtv.org/anttip/media_tree.git
4301 S:      Maintained
4302 F:      drivers/media/tuners/fc2580*
4303
4304 FANOTIFY
4305 M:      Eric Paris <eparis@redhat.com>
4306 S:      Maintained
4307 F:      fs/notify/fanotify/
4308 F:      include/linux/fanotify.h
4309 F:      include/uapi/linux/fanotify.h
4310
4311 FARSYNC SYNCHRONOUS DRIVER
4312 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4313 W:      http://www.farsite.co.uk/
4314 S:      Supported
4315 F:      drivers/net/wan/farsync.*
4316
4317 FAULT INJECTION SUPPORT
4318 M:      Akinobu Mita <akinobu.mita@gmail.com>
4319 S:      Supported
4320 F:      Documentation/fault-injection/
4321 F:      lib/fault-inject.c
4322
4323 FBTFT Framebuffer drivers
4324 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4325 M:      Noralf Trønnes <noralf@tronnes.org>
4326 S:      Maintained
4327 F:      drivers/staging/fbtft/
4328
4329 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4330 M:      Vasu Dev <vasu.dev@intel.com>
4331 L:      fcoe-devel@open-fcoe.org
4332 W:      www.Open-FCoE.org
4333 S:      Supported
4334 F:      drivers/scsi/libfc/
4335 F:      drivers/scsi/fcoe/
4336 F:      include/scsi/fc/
4337 F:      include/scsi/libfc.h
4338 F:      include/scsi/libfcoe.h
4339 F:      include/uapi/scsi/fc/
4340
4341 FILE LOCKING (flock() and fcntl()/lockf())
4342 M:      Jeff Layton <jlayton@poochiereds.net>
4343 M:      "J. Bruce Fields" <bfields@fieldses.org>
4344 L:      linux-fsdevel@vger.kernel.org
4345 S:      Maintained
4346 F:      include/linux/fcntl.h
4347 F:      include/linux/fs.h
4348 F:      include/uapi/linux/fcntl.h
4349 F:      include/uapi/linux/fs.h
4350 F:      fs/fcntl.c
4351 F:      fs/locks.c
4352
4353 FILESYSTEMS (VFS and infrastructure)
4354 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4355 L:      linux-fsdevel@vger.kernel.org
4356 S:      Maintained
4357 F:      fs/*
4358
4359 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4360 M:      Riku Voipio <riku.voipio@iki.fi>
4361 L:      linux-hwmon@vger.kernel.org
4362 S:      Maintained
4363 F:      drivers/hwmon/f75375s.c
4364 F:      include/linux/f75375s.h
4365
4366 FIREWIRE AUDIO DRIVERS
4367 M:      Clemens Ladisch <clemens@ladisch.de>
4368 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4369 T:      git git://git.alsa-project.org/alsa-kernel.git
4370 S:      Maintained
4371 F:      sound/firewire/
4372
4373 FIREWIRE MEDIA DRIVERS (firedtv)
4374 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4375 L:      linux-media@vger.kernel.org
4376 L:      linux1394-devel@lists.sourceforge.net
4377 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4378 S:      Maintained
4379 F:      drivers/media/firewire/
4380
4381 FIREWIRE SBP-2 TARGET
4382 M:      Chris Boot <bootc@bootc.net>
4383 L:      linux-scsi@vger.kernel.org
4384 L:      target-devel@vger.kernel.org
4385 L:      linux1394-devel@lists.sourceforge.net
4386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4387 S:      Maintained
4388 F:      drivers/target/sbp/
4389
4390 FIREWIRE SUBSYSTEM
4391 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4392 L:      linux1394-devel@lists.sourceforge.net
4393 W:      http://ieee1394.wiki.kernel.org/
4394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4395 S:      Maintained
4396 F:      drivers/firewire/
4397 F:      include/linux/firewire.h
4398 F:      include/uapi/linux/firewire*.h
4399 F:      tools/firewire/
4400
4401 FIRMWARE LOADER (request_firmware)
4402 M:      Ming Lei <ming.lei@canonical.com>
4403 L:      linux-kernel@vger.kernel.org
4404 S:      Maintained
4405 F:      Documentation/firmware_class/
4406 F:      drivers/base/firmware*.c
4407 F:      include/linux/firmware.h
4408
4409 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4410 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4411 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4412 S:      Maintained
4413 F:      drivers/block/rsxx/
4414
4415 FLOPPY DRIVER
4416 M:      Jiri Kosina <jikos@kernel.org>
4417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4418 S:      Odd fixes
4419 F:      drivers/block/floppy.c
4420
4421 FMC SUBSYSTEM
4422 M:      Alessandro Rubini <rubini@gnudd.com>
4423 W:      http://www.ohwr.org/projects/fmc-bus
4424 S:      Supported
4425 F:      drivers/fmc/
4426 F:      include/linux/fmc*.h
4427 F:      include/linux/ipmi-fru.h
4428 K:      fmc_d.*register
4429
4430 FPGA MANAGER FRAMEWORK
4431 M:      Alan Tull <atull@opensource.altera.com>
4432 R:      Moritz Fischer <moritz.fischer@ettus.com>
4433 S:      Maintained
4434 F:      drivers/fpga/
4435 F:      include/linux/fpga/fpga-mgr.h
4436 W:      http://www.rocketboards.org
4437
4438 FPU EMULATOR
4439 M:      Bill Metzenthen <billm@melbpc.org.au>
4440 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4441 S:      Maintained
4442 F:      arch/x86/math-emu/
4443
4444 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4445 L:      netdev@vger.kernel.org
4446 S:      Orphan
4447 F:      drivers/net/wan/dlci.c
4448 F:      drivers/net/wan/sdla.c
4449
4450 FRAMEBUFFER LAYER
4451 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4452 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4453 L:      linux-fbdev@vger.kernel.org
4454 W:      http://linux-fbdev.sourceforge.net/
4455 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4457 S:      Maintained
4458 F:      Documentation/fb/
4459 F:      drivers/video/
4460 F:      include/video/
4461 F:      include/linux/fb.h
4462 F:      include/uapi/video/
4463 F:      include/uapi/linux/fb.h
4464
4465 FREESCALE DIU FRAMEBUFFER DRIVER
4466 M:      Timur Tabi <timur@tabi.org>
4467 L:      linux-fbdev@vger.kernel.org
4468 S:      Maintained
4469 F:      drivers/video/fbdev/fsl-diu-fb.*
4470
4471 FREESCALE DMA DRIVER
4472 M:      Li Yang <leoli@freescale.com>
4473 M:      Zhang Wei <zw@zh-kernel.org>
4474 L:      linuxppc-dev@lists.ozlabs.org
4475 S:      Maintained
4476 F:      drivers/dma/fsldma.*
4477
4478 FREESCALE I2C CPM DRIVER
4479 M:      Jochen Friedrich <jochen@scram.de>
4480 L:      linuxppc-dev@lists.ozlabs.org
4481 L:      linux-i2c@vger.kernel.org
4482 S:      Maintained
4483 F:      drivers/i2c/busses/i2c-cpm.c
4484
4485 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4486 M:      Sascha Hauer <kernel@pengutronix.de>
4487 L:      linux-fbdev@vger.kernel.org
4488 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4489 S:      Maintained
4490 F:      include/linux/platform_data/video-imxfb.h
4491 F:      drivers/video/fbdev/imxfb.c
4492
4493 FREESCALE QUAD SPI DRIVER
4494 M:      Han Xu <han.xu@freescale.com>
4495 L:      linux-mtd@lists.infradead.org
4496 S:      Maintained
4497 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4498
4499 FREESCALE SOC FS_ENET DRIVER
4500 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4501 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4502 L:      linuxppc-dev@lists.ozlabs.org
4503 L:      netdev@vger.kernel.org
4504 S:      Maintained
4505 F:      drivers/net/ethernet/freescale/fs_enet/
4506 F:      include/linux/fs_enet_pd.h
4507
4508 FREESCALE QUICC ENGINE LIBRARY
4509 L:      linuxppc-dev@lists.ozlabs.org
4510 S:      Orphan
4511 F:      arch/powerpc/sysdev/qe_lib/
4512 F:      arch/powerpc/include/asm/*qe.h
4513
4514 FREESCALE USB PERIPHERAL DRIVERS
4515 M:      Li Yang <leoli@freescale.com>
4516 L:      linux-usb@vger.kernel.org
4517 L:      linuxppc-dev@lists.ozlabs.org
4518 S:      Maintained
4519 F:      drivers/usb/gadget/udc/fsl*
4520
4521 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4522 M:      Li Yang <leoli@freescale.com>
4523 L:      netdev@vger.kernel.org
4524 L:      linuxppc-dev@lists.ozlabs.org
4525 S:      Maintained
4526 F:      drivers/net/ethernet/freescale/ucc_geth*
4527
4528 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4529 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4530 L:      netdev@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/net/ethernet/freescale/gianfar*
4533 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4534 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4535
4536 FREESCALE QUICC ENGINE UCC UART DRIVER
4537 M:      Timur Tabi <timur@tabi.org>
4538 L:      linuxppc-dev@lists.ozlabs.org
4539 S:      Maintained
4540 F:      drivers/tty/serial/ucc_uart.c
4541
4542 FREESCALE SOC SOUND DRIVERS
4543 M:      Timur Tabi <timur@tabi.org>
4544 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4545 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4546 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4547 L:      linuxppc-dev@lists.ozlabs.org
4548 S:      Maintained
4549 F:      sound/soc/fsl/fsl*
4550 F:      sound/soc/fsl/imx*
4551 F:      sound/soc/fsl/mpc8610_hpcd.c
4552
4553 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4554 M:      "J. German Rivera" <German.Rivera@freescale.com>
4555 L:      linux-kernel@vger.kernel.org
4556 S:      Maintained
4557 F:      drivers/staging/fsl-mc/
4558
4559 FREEVXFS FILESYSTEM
4560 M:      Christoph Hellwig <hch@infradead.org>
4561 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4562 S:      Maintained
4563 F:      fs/freevxfs/
4564
4565 FREEZER
4566 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4567 M:      Pavel Machek <pavel@ucw.cz>
4568 L:      linux-pm@vger.kernel.org
4569 S:      Supported
4570 F:      Documentation/power/freezing-of-tasks.txt
4571 F:      include/linux/freezer.h
4572 F:      kernel/freezer.c
4573
4574 FRONTSWAP API
4575 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4576 L:      linux-kernel@vger.kernel.org
4577 S:      Maintained
4578 F:      mm/frontswap.c
4579 F:      include/linux/frontswap.h
4580
4581 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4582 M:      David Howells <dhowells@redhat.com>
4583 L:      linux-cachefs@redhat.com (moderated for non-subscribers)
4584 S:      Supported
4585 F:      Documentation/filesystems/caching/
4586 F:      fs/fscache/
4587 F:      include/linux/fscache*.h
4588
4589 F2FS FILE SYSTEM
4590 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4591 M:      Changman Lee <cm224.lee@samsung.com>
4592 R:      Chao Yu <chao2.yu@samsung.com>
4593 L:      linux-f2fs-devel@lists.sourceforge.net
4594 W:      http://en.wikipedia.org/wiki/F2FS
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4596 S:      Maintained
4597 F:      Documentation/filesystems/f2fs.txt
4598 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4599 F:      fs/f2fs/
4600 F:      include/linux/f2fs_fs.h
4601 F:      include/trace/events/f2fs.h
4602
4603 FUJITSU FR-V (FRV) PORT
4604 M:      David Howells <dhowells@redhat.com>
4605 S:      Maintained
4606 F:      arch/frv/
4607
4608 FUJITSU LAPTOP EXTRAS
4609 M:      Jonathan Woithe <jwoithe@just42.net>
4610 L:      platform-driver-x86@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/platform/x86/fujitsu-laptop.c
4613
4614 FUJITSU M-5MO LS CAMERA ISP DRIVER
4615 M:      Kyungmin Park <kyungmin.park@samsung.com>
4616 M:      Heungjun Kim <riverful.kim@samsung.com>
4617 L:      linux-media@vger.kernel.org
4618 S:      Maintained
4619 F:      drivers/media/i2c/m5mols/
4620 F:      include/media/m5mols.h
4621
4622 FUJITSU TABLET EXTRAS
4623 M:      Robert Gerlach <khnz@gmx.de>
4624 L:      platform-driver-x86@vger.kernel.org
4625 S:      Maintained
4626 F:      drivers/platform/x86/fujitsu-tablet.c
4627
4628 FUSE: FILESYSTEM IN USERSPACE
4629 M:      Miklos Szeredi <miklos@szeredi.hu>
4630 L:      fuse-devel@lists.sourceforge.net
4631 W:      http://fuse.sourceforge.net/
4632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4633 S:      Maintained
4634 F:      fs/fuse/
4635 F:      include/uapi/linux/fuse.h
4636 F:      Documentation/filesystems/fuse.txt
4637
4638 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4639 M:      Rik Faith <faith@cs.unc.edu>
4640 L:      linux-scsi@vger.kernel.org
4641 S:      Odd Fixes (e.g., new signatures)
4642 F:      drivers/scsi/fdomain.*
4643
4644 GCOV BASED KERNEL PROFILING
4645 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4646 S:      Maintained
4647 F:      kernel/gcov/
4648 F:      Documentation/gcov.txt
4649
4650 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4651 M:      Achim Leubner <achim_leubner@adaptec.com>
4652 L:      linux-scsi@vger.kernel.org
4653 W:      http://www.icp-vortex.com/
4654 S:      Supported
4655 F:      drivers/scsi/gdt*
4656
4657 GDB KERNEL DEBUGGING HELPER SCRIPTS
4658 M:      Jan Kiszka <jan.kiszka@siemens.com>
4659 S:      Supported
4660 F:      scripts/gdb/
4661
4662 GEMTEK FM RADIO RECEIVER DRIVER
4663 M:      Hans Verkuil <hverkuil@xs4all.nl>
4664 L:      linux-media@vger.kernel.org
4665 T:      git git://linuxtv.org/media_tree.git
4666 W:      http://linuxtv.org
4667 S:      Maintained
4668 F:      drivers/media/radio/radio-gemtek*
4669
4670 GENERIC GPIO I2C DRIVER
4671 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4672 S:      Supported
4673 F:      drivers/i2c/busses/i2c-gpio.c
4674 F:      include/linux/i2c-gpio.h
4675
4676 GENERIC GPIO I2C MULTIPLEXER DRIVER
4677 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4678 L:      linux-i2c@vger.kernel.org
4679 S:      Supported
4680 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4681 F:      include/linux/i2c-mux-gpio.h
4682 F:      Documentation/i2c/muxes/i2c-mux-gpio
4683
4684 GENERIC HDLC (WAN) DRIVERS
4685 M:      Krzysztof Halasa <khc@pm.waw.pl>
4686 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4687 S:      Maintained
4688 F:      drivers/net/wan/c101.c
4689 F:      drivers/net/wan/hd6457*
4690 F:      drivers/net/wan/hdlc*
4691 F:      drivers/net/wan/n2.c
4692 F:      drivers/net/wan/pc300too.c
4693 F:      drivers/net/wan/pci200syn.c
4694 F:      drivers/net/wan/wanxl*
4695
4696 GENERIC INCLUDE/ASM HEADER FILES
4697 M:      Arnd Bergmann <arnd@arndb.de>
4698 L:      linux-arch@vger.kernel.org
4699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4700 S:      Maintained
4701 F:      include/asm-generic/
4702 F:      include/uapi/asm-generic/
4703
4704 GENERIC PHY FRAMEWORK
4705 M:      Kishon Vijay Abraham I <kishon@ti.com>
4706 L:      linux-kernel@vger.kernel.org
4707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4708 S:      Supported
4709 F:      drivers/phy/
4710 F:      include/linux/phy/
4711
4712 GENERIC PM DOMAINS
4713 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4714 M:      Kevin Hilman <khilman@kernel.org>
4715 M:      Ulf Hansson <ulf.hansson@linaro.org>
4716 L:      linux-pm@vger.kernel.org
4717 S:      Supported
4718 F:      drivers/base/power/domain*.c
4719 F:      include/linux/pm_domain.h
4720
4721 GENERIC UIO DRIVER FOR PCI DEVICES
4722 M:      "Michael S. Tsirkin" <mst@redhat.com>
4723 L:      kvm@vger.kernel.org
4724 S:      Supported
4725 F:      drivers/uio/uio_pci_generic.c
4726
4727 GET_MAINTAINER SCRIPT
4728 M:      Joe Perches <joe@perches.com>
4729 S:      Maintained
4730 F:      scripts/get_maintainer.pl
4731
4732 GFS2 FILE SYSTEM
4733 M:      Steven Whitehouse <swhiteho@redhat.com>
4734 M:      Bob Peterson <rpeterso@redhat.com>
4735 L:      cluster-devel@redhat.com
4736 W:      http://sources.redhat.com/cluster/
4737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4738 S:      Supported
4739 F:      Documentation/filesystems/gfs2*.txt
4740 F:      fs/gfs2/
4741 F:      include/uapi/linux/gfs2_ondisk.h
4742
4743 GIGASET ISDN DRIVERS
4744 M:      Paul Bolle <pebolle@tiscali.nl>
4745 L:      gigaset307x-common@lists.sourceforge.net
4746 W:      http://gigaset307x.sourceforge.net/
4747 S:      Odd Fixes
4748 F:      Documentation/isdn/README.gigaset
4749 F:      drivers/isdn/gigaset/
4750 F:      include/uapi/linux/gigaset_dev.h
4751
4752 GO7007 MPEG CODEC
4753 M:      Hans Verkuil <hans.verkuil@cisco.com>
4754 L:      linux-media@vger.kernel.org
4755 S:      Maintained
4756 F:      drivers/media/usb/go7007/
4757
4758 GOODIX TOUCHSCREEN
4759 M:      Bastien Nocera <hadess@hadess.net>
4760 L:      linux-input@vger.kernel.org
4761 S:      Maintained
4762 F:      drivers/input/touchscreen/goodix.c
4763
4764 GPIO SUBSYSTEM
4765 M:      Linus Walleij <linus.walleij@linaro.org>
4766 M:      Alexandre Courbot <gnurou@gmail.com>
4767 L:      linux-gpio@vger.kernel.org
4768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4769 S:      Maintained
4770 F:      Documentation/gpio/
4771 F:      drivers/gpio/
4772 F:      include/linux/gpio/
4773 F:      include/linux/gpio.h
4774 F:      include/asm-generic/gpio.h
4775
4776 GRE DEMULTIPLEXER DRIVER
4777 M:      Dmitry Kozlov <xeb@mail.ru>
4778 L:      netdev@vger.kernel.org
4779 S:      Maintained
4780 F:      net/ipv4/gre_demux.c
4781 F:      net/ipv4/gre_offload.c
4782 F:      include/net/gre.h
4783
4784 GRETH 10/100/1G Ethernet MAC device driver
4785 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4786 L:      netdev@vger.kernel.org
4787 S:      Maintained
4788 F:      drivers/net/ethernet/aeroflex/
4789
4790 GSPCA FINEPIX SUBDRIVER
4791 M:      Frank Zago <frank@zago.net>
4792 L:      linux-media@vger.kernel.org
4793 T:      git git://linuxtv.org/media_tree.git
4794 S:      Maintained
4795 F:      drivers/media/usb/gspca/finepix.c
4796
4797 GSPCA GL860 SUBDRIVER
4798 M:      Olivier Lorin <o.lorin@laposte.net>
4799 L:      linux-media@vger.kernel.org
4800 T:      git git://linuxtv.org/media_tree.git
4801 S:      Maintained
4802 F:      drivers/media/usb/gspca/gl860/
4803
4804 GSPCA M5602 SUBDRIVER
4805 M:      Erik Andren <erik.andren@gmail.com>
4806 L:      linux-media@vger.kernel.org
4807 T:      git git://linuxtv.org/media_tree.git
4808 S:      Maintained
4809 F:      drivers/media/usb/gspca/m5602/
4810
4811 GSPCA PAC207 SONIXB SUBDRIVER
4812 M:      Hans de Goede <hdegoede@redhat.com>
4813 L:      linux-media@vger.kernel.org
4814 T:      git git://linuxtv.org/media_tree.git
4815 S:      Maintained
4816 F:      drivers/media/usb/gspca/pac207.c
4817
4818 GSPCA SN9C20X SUBDRIVER
4819 M:      Brian Johnson <brijohn@gmail.com>
4820 L:      linux-media@vger.kernel.org
4821 T:      git git://linuxtv.org/media_tree.git
4822 S:      Maintained
4823 F:      drivers/media/usb/gspca/sn9c20x.c
4824
4825 GSPCA T613 SUBDRIVER
4826 M:      Leandro Costantino <lcostantino@gmail.com>
4827 L:      linux-media@vger.kernel.org
4828 T:      git git://linuxtv.org/media_tree.git
4829 S:      Maintained
4830 F:      drivers/media/usb/gspca/t613.c
4831
4832 GSPCA USB WEBCAM DRIVER
4833 M:      Hans de Goede <hdegoede@redhat.com>
4834 L:      linux-media@vger.kernel.org
4835 T:      git git://linuxtv.org/media_tree.git
4836 S:      Maintained
4837 F:      drivers/media/usb/gspca/
4838
4839 GUID PARTITION TABLE (GPT)
4840 M:      Davidlohr Bueso <dave@stgolabs.net>
4841 L:      linux-efi@vger.kernel.org
4842 S:      Maintained
4843 F:      block/partitions/efi.*
4844
4845 STK1160 USB VIDEO CAPTURE DRIVER
4846 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4847 L:      linux-media@vger.kernel.org
4848 T:      git git://linuxtv.org/media_tree.git
4849 S:      Maintained
4850 F:      drivers/media/usb/stk1160/
4851
4852 H8/300 ARCHITECTURE
4853 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4854 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4855 W:      http://uclinux-h8.sourceforge.jp
4856 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4857 S:      Maintained
4858 F:      arch/h8300/
4859 F:      drivers/clocksource/h8300_*.c
4860 F:      drivers/clk/h8300/
4861 F:      drivers/irqchip/irq-renesas-h8*.c
4862
4863 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4864 M:      Frank Seidel <frank@f-seidel.de>
4865 L:      platform-driver-x86@vger.kernel.org
4866 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4867 S:      Maintained
4868 F:      drivers/platform/x86/hdaps.c
4869
4870 HDPVR USB VIDEO ENCODER DRIVER
4871 M:      Hans Verkuil <hverkuil@xs4all.nl>
4872 L:      linux-media@vger.kernel.org
4873 T:      git git://linuxtv.org/media_tree.git
4874 W:      http://linuxtv.org
4875 S:      Odd Fixes
4876 F:      drivers/media/usb/hdpvr/
4877
4878 HWPOISON MEMORY FAILURE HANDLING
4879 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4880 L:      linux-mm@kvack.org
4881 S:      Maintained
4882 F:      mm/memory-failure.c
4883 F:      mm/hwpoison-inject.c
4884
4885 HYPERVISOR VIRTUAL CONSOLE DRIVER
4886 L:      linuxppc-dev@lists.ozlabs.org
4887 S:      Odd Fixes
4888 F:      drivers/tty/hvc/
4889
4890 HACKRF MEDIA DRIVER
4891 M:      Antti Palosaari <crope@iki.fi>
4892 L:      linux-media@vger.kernel.org
4893 W:      http://linuxtv.org/
4894 W:      http://palosaari.fi/linux/
4895 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4896 T:      git git://linuxtv.org/anttip/media_tree.git
4897 S:      Maintained
4898 F:      drivers/media/usb/hackrf/
4899
4900 HARDWARE MONITORING
4901 M:      Jean Delvare <jdelvare@suse.com>
4902 M:      Guenter Roeck <linux@roeck-us.net>
4903 L:      linux-hwmon@vger.kernel.org
4904 W:      http://hwmon.wiki.kernel.org/
4905 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4907 S:      Maintained
4908 F:      Documentation/hwmon/
4909 F:      drivers/hwmon/
4910 F:      include/linux/hwmon*.h
4911
4912 HARDWARE RANDOM NUMBER GENERATOR CORE
4913 M:      Matt Mackall <mpm@selenic.com>
4914 M:      Herbert Xu <herbert@gondor.apana.org.au>
4915 L:      linux-crypto@vger.kernel.org
4916 S:      Odd fixes
4917 F:      Documentation/hw_random.txt
4918 F:      drivers/char/hw_random/
4919 F:      include/linux/hw_random.h
4920
4921 HARDWARE SPINLOCK CORE
4922 M:      Ohad Ben-Cohen <ohad@wizery.com>
4923 S:      Maintained
4924 F:      Documentation/hwspinlock.txt
4925 F:      drivers/hwspinlock/hwspinlock_*
4926 F:      include/linux/hwspinlock.h
4927
4928 HARMONY SOUND DRIVER
4929 L:      linux-parisc@vger.kernel.org
4930 S:      Maintained
4931 F:      sound/parisc/harmony.*
4932
4933 HD29L2 MEDIA DRIVER
4934 M:      Antti Palosaari <crope@iki.fi>
4935 L:      linux-media@vger.kernel.org
4936 W:      http://linuxtv.org/
4937 W:      http://palosaari.fi/linux/
4938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4939 T:      git git://linuxtv.org/anttip/media_tree.git
4940 S:      Maintained
4941 F:      drivers/media/dvb-frontends/hd29l2*
4942
4943 HEWLETT-PACKARD SMART2 RAID DRIVER
4944 L:      iss_storagedev@hp.com
4945 S:      Orphan
4946 F:      Documentation/blockdev/cpqarray.txt
4947 F:      drivers/block/cpqarray.*
4948
4949 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4950 M:      Don Brace <don.brace@pmcs.com>
4951 L:      iss_storagedev@hp.com
4952 L:      storagedev@pmcs.com
4953 L:      linux-scsi@vger.kernel.org
4954 S:      Supported
4955 F:      Documentation/scsi/hpsa.txt
4956 F:      drivers/scsi/hpsa*.[ch]
4957 F:      include/linux/cciss*.h
4958 F:      include/uapi/linux/cciss*.h
4959
4960 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4961 M:      Don Brace <don.brace@pmcs.com>
4962 L:      iss_storagedev@hp.com
4963 L:      storagedev@pmcs.com
4964 L:      linux-scsi@vger.kernel.org
4965 S:      Supported
4966 F:      Documentation/blockdev/cciss.txt
4967 F:      drivers/block/cciss*
4968 F:      include/linux/cciss_ioctl.h
4969 F:      include/uapi/linux/cciss_ioctl.h
4970
4971 HFS FILESYSTEM
4972 L:      linux-fsdevel@vger.kernel.org
4973 S:      Orphan
4974 F:      Documentation/filesystems/hfs.txt
4975 F:      fs/hfs/
4976
4977 HFSPLUS FILESYSTEM
4978 L:      linux-fsdevel@vger.kernel.org
4979 S:      Orphan
4980 F:      Documentation/filesystems/hfsplus.txt
4981 F:      fs/hfsplus/
4982
4983 HGA FRAMEBUFFER DRIVER
4984 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4985 L:      linux-nvidia@lists.surfsouth.com
4986 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4987 S:      Maintained
4988 F:      drivers/video/fbdev/hgafb.c
4989
4990 HIBERNATION (aka Software Suspend, aka swsusp)
4991 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4992 M:      Pavel Machek <pavel@ucw.cz>
4993 L:      linux-pm@vger.kernel.org
4994 S:      Supported
4995 F:      arch/x86/power/
4996 F:      drivers/base/power/
4997 F:      kernel/power/
4998 F:      include/linux/suspend.h
4999 F:      include/linux/freezer.h
5000 F:      include/linux/pm.h
5001 F:      arch/*/include/asm/suspend*.h
5002
5003 HID CORE LAYER
5004 M:      Jiri Kosina <jikos@kernel.org>
5005 L:      linux-input@vger.kernel.org
5006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5007 S:      Maintained
5008 F:      drivers/hid/
5009 F:      include/linux/hid*
5010 F:      include/uapi/linux/hid*
5011
5012 HID SENSOR HUB DRIVERS
5013 M:      Jiri Kosina <jikos@kernel.org>
5014 M:      Jonathan Cameron <jic23@kernel.org>
5015 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5016 L:      linux-input@vger.kernel.org
5017 L:      linux-iio@vger.kernel.org
5018 S:      Maintained
5019 F:      Documentation/hid/hid-sensor*
5020 F:      drivers/hid/hid-sensor-*
5021 F:      drivers/iio/*/hid-*
5022 F:      include/linux/hid-sensor-*
5023
5024 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
5025 M:      Thomas Gleixner <tglx@linutronix.de>
5026 L:      linux-kernel@vger.kernel.org
5027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5028 S:      Maintained
5029 F:      Documentation/timers/
5030 F:      kernel/time/hrtimer.c
5031 F:      kernel/time/clockevents.c
5032 F:      kernel/time/tick*.*
5033 F:      kernel/time/timer_*.c
5034 F:      include/linux/clockchips.h
5035 F:      include/linux/hrtimer.h
5036
5037 HIGH-SPEED SCC DRIVER FOR AX.25
5038 L:      linux-hams@vger.kernel.org
5039 S:      Orphan
5040 F:      drivers/net/hamradio/dmascc.c
5041 F:      drivers/net/hamradio/scc.c
5042
5043 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
5044 M:      HighPoint Linux Team <linux@highpoint-tech.com>
5045 W:      http://www.highpoint-tech.com
5046 S:      Supported
5047 F:      Documentation/scsi/hptiop.txt
5048 F:      drivers/scsi/hptiop.c
5049
5050 HIPPI
5051 M:      Jes Sorensen <jes@trained-monkey.org>
5052 L:      linux-hippi@sunsite.dk
5053 S:      Maintained
5054 F:      include/linux/hippidevice.h
5055 F:      include/uapi/linux/if_hippi.h
5056 F:      net/802/hippi.c
5057 F:      drivers/net/hippi/
5058
5059 HOST AP DRIVER
5060 M:      Jouni Malinen <j@w1.fi>
5061 L:      hostap@shmoo.com (subscribers-only)
5062 L:      linux-wireless@vger.kernel.org
5063 W:      http://hostap.epitest.fi/
5064 S:      Maintained
5065 F:      drivers/net/wireless/hostap/
5066
5067 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5068 L:      platform-driver-x86@vger.kernel.org
5069 S:      Orphan
5070 F:      drivers/platform/x86/tc1100-wmi.c
5071
5072 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5073 M:      Jaroslav Kysela <perex@perex.cz>
5074 S:      Maintained
5075 F:      drivers/net/ethernet/hp/hp100.*
5076
5077 HPET:   High Precision Event Timers driver
5078 M:      Clemens Ladisch <clemens@ladisch.de>
5079 S:      Maintained
5080 F:      Documentation/timers/hpet.txt
5081 F:      drivers/char/hpet.c
5082 F:      include/linux/hpet.h
5083 F:      include/uapi/linux/hpet.h
5084
5085 HPET:   x86
5086 S:      Orphan
5087 F:      arch/x86/kernel/hpet.c
5088 F:      arch/x86/include/asm/hpet.h
5089
5090 HPFS FILESYSTEM
5091 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5092 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5093 S:      Maintained
5094 F:      fs/hpfs/
5095
5096 HSI SUBSYSTEM
5097 M:      Sebastian Reichel <sre@kernel.org>
5098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5099 S:      Maintained
5100 F:      Documentation/ABI/testing/sysfs-bus-hsi
5101 F:      Documentation/hsi.txt
5102 F:      drivers/hsi/
5103 F:      include/linux/hsi/
5104 F:      include/uapi/linux/hsi/
5105
5106 HSO 3G MODEM DRIVER
5107 M:      Jan Dumon <j.dumon@option.com>
5108 W:      http://www.pharscape.org
5109 S:      Maintained
5110 F:      drivers/net/usb/hso.c
5111
5112 HSR NETWORK PROTOCOL
5113 M:      Arvid Brodin <arvid.brodin@alten.se>
5114 L:      netdev@vger.kernel.org
5115 S:      Maintained
5116 F:      net/hsr/
5117
5118 HTCPEN TOUCHSCREEN DRIVER
5119 M:      Pau Oliva Fora <pof@eslack.org>
5120 L:      linux-input@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/input/touchscreen/htcpen.c
5123
5124 HUGETLB FILESYSTEM
5125 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5126 S:      Maintained
5127 F:      fs/hugetlbfs/
5128
5129 Hyper-V CORE AND DRIVERS
5130 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5131 M:      Haiyang Zhang <haiyangz@microsoft.com>
5132 L:      devel@linuxdriverproject.org
5133 S:      Maintained
5134 F:      arch/x86/include/asm/mshyperv.h
5135 F:      arch/x86/include/uapi/asm/hyperv.h
5136 F:      arch/x86/kernel/cpu/mshyperv.c
5137 F:      drivers/hid/hid-hyperv.c
5138 F:      drivers/hv/
5139 F:      drivers/input/serio/hyperv-keyboard.c
5140 F:      drivers/net/hyperv/
5141 F:      drivers/scsi/storvsc_drv.c
5142 F:      drivers/video/fbdev/hyperv_fb.c
5143 F:      include/linux/hyperv.h
5144 F:      tools/hv/
5145 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5146
5147 I2C OVER PARALLEL PORT
5148 M:      Jean Delvare <jdelvare@suse.com>
5149 L:      linux-i2c@vger.kernel.org
5150 S:      Maintained
5151 F:      Documentation/i2c/busses/i2c-parport
5152 F:      Documentation/i2c/busses/i2c-parport-light
5153 F:      drivers/i2c/busses/i2c-parport.c
5154 F:      drivers/i2c/busses/i2c-parport-light.c
5155
5156 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5157 M:      Jean Delvare <jdelvare@suse.com>
5158 L:      linux-i2c@vger.kernel.org
5159 S:      Maintained
5160 F:      Documentation/i2c/busses/i2c-ali1535
5161 F:      Documentation/i2c/busses/i2c-ali1563
5162 F:      Documentation/i2c/busses/i2c-ali15x3
5163 F:      Documentation/i2c/busses/i2c-amd756
5164 F:      Documentation/i2c/busses/i2c-amd8111
5165 F:      Documentation/i2c/busses/i2c-i801
5166 F:      Documentation/i2c/busses/i2c-nforce2
5167 F:      Documentation/i2c/busses/i2c-piix4
5168 F:      Documentation/i2c/busses/i2c-sis5595
5169 F:      Documentation/i2c/busses/i2c-sis630
5170 F:      Documentation/i2c/busses/i2c-sis96x
5171 F:      Documentation/i2c/busses/i2c-via
5172 F:      Documentation/i2c/busses/i2c-viapro
5173 F:      drivers/i2c/busses/i2c-ali1535.c
5174 F:      drivers/i2c/busses/i2c-ali1563.c
5175 F:      drivers/i2c/busses/i2c-ali15x3.c
5176 F:      drivers/i2c/busses/i2c-amd756.c
5177 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5178 F:      drivers/i2c/busses/i2c-amd8111.c
5179 F:      drivers/i2c/busses/i2c-i801.c
5180 F:      drivers/i2c/busses/i2c-isch.c
5181 F:      drivers/i2c/busses/i2c-nforce2.c
5182 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5183 F:      drivers/i2c/busses/i2c-piix4.c
5184 F:      drivers/i2c/busses/i2c-sis5595.c
5185 F:      drivers/i2c/busses/i2c-sis630.c
5186 F:      drivers/i2c/busses/i2c-sis96x.c
5187 F:      drivers/i2c/busses/i2c-via.c
5188 F:      drivers/i2c/busses/i2c-viapro.c
5189
5190 I2C/SMBUS ISMT DRIVER
5191 M:      Seth Heasley <seth.heasley@intel.com>
5192 M:      Neil Horman <nhorman@tuxdriver.com>
5193 L:      linux-i2c@vger.kernel.org
5194 F:      drivers/i2c/busses/i2c-ismt.c
5195 F:      Documentation/i2c/busses/i2c-ismt
5196
5197 I2C/SMBUS STUB DRIVER
5198 M:      Jean Delvare <jdelvare@suse.com>
5199 L:      linux-i2c@vger.kernel.org
5200 S:      Maintained
5201 F:      drivers/i2c/i2c-stub.c
5202
5203 I2C SUBSYSTEM
5204 M:      Wolfram Sang <wsa@the-dreams.de>
5205 L:      linux-i2c@vger.kernel.org
5206 W:      https://i2c.wiki.kernel.org/
5207 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5209 S:      Maintained
5210 F:      Documentation/devicetree/bindings/i2c/
5211 F:      Documentation/i2c/
5212 F:      drivers/i2c/
5213 F:      drivers/i2c/*/
5214 F:      include/linux/i2c.h
5215 F:      include/linux/i2c-*.h
5216 F:      include/uapi/linux/i2c.h
5217 F:      include/uapi/linux/i2c-*.h
5218
5219 I2C ACPI SUPPORT
5220 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5221 L:      linux-i2c@vger.kernel.org
5222 L:      linux-acpi@vger.kernel.org
5223 S:      Maintained
5224
5225 I2C-TAOS-EVM DRIVER
5226 M:      Jean Delvare <jdelvare@suse.com>
5227 L:      linux-i2c@vger.kernel.org
5228 S:      Maintained
5229 F:      Documentation/i2c/busses/i2c-taos-evm
5230 F:      drivers/i2c/busses/i2c-taos-evm.c
5231
5232 I2C-TINY-USB DRIVER
5233 M:      Till Harbaum <till@harbaum.org>
5234 L:      linux-i2c@vger.kernel.org
5235 W:      http://www.harbaum.org/till/i2c_tiny_usb
5236 S:      Maintained
5237 F:      drivers/i2c/busses/i2c-tiny-usb.c
5238
5239 i386 BOOT CODE
5240 M:      "H. Peter Anvin" <hpa@zytor.com>
5241 S:      Maintained
5242 F:      arch/x86/boot/
5243
5244 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5245 M:      "H. Peter Anvin" <hpa@zytor.com>
5246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5247 S:      Maintained
5248
5249 IA64 (Itanium) PLATFORM
5250 M:      Tony Luck <tony.luck@intel.com>
5251 M:      Fenghua Yu <fenghua.yu@intel.com>
5252 L:      linux-ia64@vger.kernel.org
5253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5254 S:      Maintained
5255 F:      arch/ia64/
5256
5257 IBM Power VMX Cryptographic instructions
5258 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5259 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5260 L:      linux-crypto@vger.kernel.org
5261 S:      Supported
5262 F:      drivers/crypto/vmx/Makefile
5263 F:      drivers/crypto/vmx/Kconfig
5264 F:      drivers/crypto/vmx/vmx.c
5265 F:      drivers/crypto/vmx/aes*
5266 F:      drivers/crypto/vmx/ghash*
5267 F:      drivers/crypto/vmx/ppc-xlate.pl
5268
5269 IBM Power in-Nest Crypto Acceleration
5270 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5271 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5272 L:      linux-crypto@vger.kernel.org
5273 S:      Supported
5274 F:      drivers/crypto/nx/Makefile
5275 F:      drivers/crypto/nx/Kconfig
5276 F:      drivers/crypto/nx/nx-aes*
5277 F:      drivers/crypto/nx/nx-sha*
5278 F:      drivers/crypto/nx/nx.*
5279 F:      drivers/crypto/nx/nx_csbcpb.h
5280 F:      drivers/crypto/nx/nx_debugfs.h
5281
5282 IBM Power 842 compression accelerator
5283 M:      Dan Streetman <ddstreet@ieee.org>
5284 S:      Supported
5285 F:      drivers/crypto/nx/Makefile
5286 F:      drivers/crypto/nx/Kconfig
5287 F:      drivers/crypto/nx/nx-842*
5288 F:      include/linux/sw842.h
5289 F:      crypto/842.c
5290 F:      lib/842/
5291
5292 IBM Power Linux RAID adapter
5293 M:      Brian King <brking@us.ibm.com>
5294 S:      Supported
5295 F:      drivers/scsi/ipr.*
5296
5297 IBM Power Virtual Ethernet Device Driver
5298 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5299 L:      netdev@vger.kernel.org
5300 S:      Supported
5301 F:      drivers/net/ethernet/ibm/ibmveth.*
5302
5303 IBM Power Virtual SCSI Device Drivers
5304 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5305 L:      linux-scsi@vger.kernel.org
5306 S:      Supported
5307 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5308 F:      drivers/scsi/ibmvscsi/viosrp.h
5309
5310 IBM Power Virtual FC Device Drivers
5311 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5312 L:      linux-scsi@vger.kernel.org
5313 S:      Supported
5314 F:      drivers/scsi/ibmvscsi/ibmvfc*
5315
5316 IBM ServeRAID RAID DRIVER
5317 S:      Orphan
5318 F:      drivers/scsi/ips.*
5319
5320 ICH LPC AND GPIO DRIVER
5321 M:      Peter Tyser <ptyser@xes-inc.com>
5322 S:      Maintained
5323 F:      drivers/mfd/lpc_ich.c
5324 F:      drivers/gpio/gpio-ich.c
5325
5326 IDE SUBSYSTEM
5327 M:      "David S. Miller" <davem@davemloft.net>
5328 L:      linux-ide@vger.kernel.org
5329 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5331 S:      Maintained
5332 F:      Documentation/ide/
5333 F:      drivers/ide/
5334 F:      include/linux/ide.h
5335
5336 IDEAPAD LAPTOP EXTRAS DRIVER
5337 M:      Ike Panhc <ike.pan@canonical.com>
5338 L:      platform-driver-x86@vger.kernel.org
5339 W:      http://launchpad.net/ideapad-laptop
5340 S:      Maintained
5341 F:      drivers/platform/x86/ideapad-laptop.c
5342
5343 IDEAPAD LAPTOP SLIDEBAR DRIVER
5344 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5345 L:      linux-input@vger.kernel.org
5346 W:      https://github.com/o2genum/ideapad-slidebar
5347 S:      Maintained
5348 F:      drivers/input/misc/ideapad_slidebar.c
5349
5350 IDE/ATAPI DRIVERS
5351 M:      Borislav Petkov <bp@alien8.de>
5352 L:      linux-ide@vger.kernel.org
5353 S:      Maintained
5354 F:      Documentation/cdrom/ide-cd
5355 F:      drivers/ide/ide-cd*
5356
5357 IDLE-I7300
5358 M:      Andy Henroid <andrew.d.henroid@intel.com>
5359 L:      linux-pm@vger.kernel.org
5360 S:      Supported
5361 F:      drivers/idle/i7300_idle.c
5362
5363 IEEE 802.15.4 SUBSYSTEM
5364 M:      Alexander Aring <alex.aring@gmail.com>
5365 L:      linux-wpan@vger.kernel.org
5366 W:      https://github.com/linux-wpan
5367 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5368 S:      Maintained
5369 F:      net/ieee802154/
5370 F:      net/mac802154/
5371 F:      drivers/net/ieee802154/
5372 F:      include/linux/nl802154.h
5373 F:      include/linux/ieee802154.h
5374 F:      include/net/nl802154.h
5375 F:      include/net/mac802154.h
5376 F:      include/net/af_ieee802154.h
5377 F:      include/net/cfg802154.h
5378 F:      include/net/ieee802154_netdev.h
5379 F:      Documentation/networking/ieee802154.txt
5380
5381 IGORPLUG-USB IR RECEIVER
5382 M:      Sean Young <sean@mess.org>
5383 L:      linux-media@vger.kernel.org
5384 S:      Maintained
5385 F:      drivers/media/rc/igorplugusb.c
5386
5387 IGUANAWORKS USB IR TRANSCEIVER
5388 M:      Sean Young <sean@mess.org>
5389 L:      linux-media@vger.kernel.org
5390 S:      Maintained
5391 F:      drivers/media/rc/iguanair.c
5392
5393 IIO SUBSYSTEM AND DRIVERS
5394 M:      Jonathan Cameron <jic23@kernel.org>
5395 R:      Hartmut Knaack <knaack.h@gmx.de>
5396 R:      Lars-Peter Clausen <lars@metafoo.de>
5397 R:      Peter Meerwald <pmeerw@pmeerw.net>
5398 L:      linux-iio@vger.kernel.org
5399 S:      Maintained
5400 F:      drivers/iio/
5401 F:      drivers/staging/iio/
5402 F:      include/linux/iio/
5403 F:      tools/iio/
5404
5405 IKANOS/ADI EAGLE ADSL USB DRIVER
5406 M:      Matthieu Castet <castet.matthieu@free.fr>
5407 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5408 S:      Maintained
5409 F:      drivers/usb/atm/ueagle-atm.c
5410
5411 INA209 HARDWARE MONITOR DRIVER
5412 M:      Guenter Roeck <linux@roeck-us.net>
5413 L:      linux-hwmon@vger.kernel.org
5414 S:      Maintained
5415 F:      Documentation/hwmon/ina209
5416 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5417 F:      drivers/hwmon/ina209.c
5418
5419 INA2XX HARDWARE MONITOR DRIVER
5420 M:      Guenter Roeck <linux@roeck-us.net>
5421 L:      linux-hwmon@vger.kernel.org
5422 S:      Maintained
5423 F:      Documentation/hwmon/ina2xx
5424 F:      drivers/hwmon/ina2xx.c
5425 F:      include/linux/platform_data/ina2xx.h
5426
5427 INDUSTRY PACK SUBSYSTEM (IPACK)
5428 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5429 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5430 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5431 L:      industrypack-devel@lists.sourceforge.net
5432 W:      http://industrypack.sourceforge.net
5433 S:      Maintained
5434 F:      drivers/ipack/
5435
5436 INGENIC JZ4780 DMA Driver
5437 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5438 S:      Maintained
5439 F:      drivers/dma/dma-jz4780.c
5440
5441 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5442 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5443 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5444 L:      linux-ima-devel@lists.sourceforge.net
5445 L:      linux-ima-user@lists.sourceforge.net
5446 L:      linux-security-module@vger.kernel.org
5447 S:      Supported
5448 F:      security/integrity/ima/
5449
5450 IMGTEC IR DECODER DRIVER
5451 M:      James Hogan <james.hogan@imgtec.com>
5452 S:      Maintained
5453 F:      drivers/media/rc/img-ir/
5454
5455 IMS TWINTURBO FRAMEBUFFER DRIVER
5456 L:      linux-fbdev@vger.kernel.org
5457 S:      Orphan
5458 F:      drivers/video/fbdev/imsttfb.c
5459
5460 INFINIBAND SUBSYSTEM
5461 M:      Doug Ledford <dledford@redhat.com>
5462 M:      Sean Hefty <sean.hefty@intel.com>
5463 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5464 L:      linux-rdma@vger.kernel.org
5465 W:      http://www.openfabrics.org/
5466 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5468 S:      Supported
5469 F:      Documentation/infiniband/
5470 F:      drivers/infiniband/
5471 F:      drivers/staging/rdma/
5472 F:      include/uapi/linux/if_infiniband.h
5473 F:      include/uapi/rdma/
5474 F:      include/rdma/
5475
5476 INOTIFY
5477 M:      John McCutchan <john@johnmccutchan.com>
5478 M:      Robert Love <rlove@rlove.org>
5479 M:      Eric Paris <eparis@parisplace.org>
5480 S:      Maintained
5481 F:      Documentation/filesystems/inotify.txt
5482 F:      fs/notify/inotify/
5483 F:      include/linux/inotify.h
5484 F:      include/uapi/linux/inotify.h
5485
5486 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5487 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5488 L:      linux-input@vger.kernel.org
5489 Q:      http://patchwork.kernel.org/project/linux-input/list/
5490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5491 S:      Maintained
5492 F:      drivers/input/
5493 F:      include/linux/input.h
5494 F:      include/uapi/linux/input.h
5495 F:      include/linux/input/
5496
5497 INPUT MULTITOUCH (MT) PROTOCOL
5498 M:      Henrik Rydberg <rydberg@bitmath.org>
5499 L:      linux-input@vger.kernel.org
5500 S:      Odd fixes
5501 F:      Documentation/input/multi-touch-protocol.txt
5502 F:      drivers/input/input-mt.c
5503 K:      \b(ABS|SYN)_MT_
5504
5505 INTEL ASoC BDW/HSW DRIVERS
5506 M:      Jie Yang <yang.jie@linux.intel.com>
5507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5508 S:      Supported
5509 F:      sound/soc/intel/common/sst-dsp*
5510 F:      sound/soc/intel/common/sst-firmware.c
5511 F:      sound/soc/intel/boards/broadwell.c
5512 F:      sound/soc/intel/haswell/
5513
5514 INTEL C600 SERIES SAS CONTROLLER DRIVER
5515 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5516 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5517 L:      linux-scsi@vger.kernel.org
5518 T:      git git://git.code.sf.net/p/intel-sas/isci
5519 S:      Supported
5520 F:      drivers/scsi/isci/
5521
5522 INTEL IDLE DRIVER
5523 M:      Len Brown <lenb@kernel.org>
5524 L:      linux-pm@vger.kernel.org
5525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5526 S:      Supported
5527 F:      drivers/idle/intel_idle.c
5528
5529 INTEL PSTATE DRIVER
5530 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
5531 M:      Len Brown <lenb@kernel.org>
5532 L:      linux-pm@vger.kernel.org
5533 S:      Supported
5534 F:      drivers/cpufreq/intel_pstate.c
5535
5536 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5537 M:      Maik Broemme <mbroemme@plusserver.de>
5538 L:      linux-fbdev@vger.kernel.org
5539 S:      Maintained
5540 F:      Documentation/fb/intelfb.txt
5541 F:      drivers/video/fbdev/intelfb/
5542
5543 INTEL 810/815 FRAMEBUFFER DRIVER
5544 M:      Antonino Daplas <adaplas@gmail.com>
5545 L:      linux-fbdev@vger.kernel.org
5546 S:      Maintained
5547 F:      drivers/video/fbdev/i810/
5548
5549 INTEL MENLOW THERMAL DRIVER
5550 M:      Sujith Thomas <sujith.thomas@intel.com>
5551 L:      platform-driver-x86@vger.kernel.org
5552 W:      https://01.org/linux-acpi
5553 S:      Supported
5554 F:      drivers/platform/x86/intel_menlow.c
5555
5556 INTEL I/OAT DMA DRIVER
5557 M:      Dave Jiang <dave.jiang@intel.com>
5558 R:      Dan Williams <dan.j.williams@intel.com>
5559 L:      dmaengine@vger.kernel.org
5560 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5561 S:      Supported
5562 F:      drivers/dma/ioat*
5563
5564 INTEL IOMMU (VT-d)
5565 M:      David Woodhouse <dwmw2@infradead.org>
5566 L:      iommu@lists.linux-foundation.org
5567 T:      git git://git.infradead.org/iommu-2.6.git
5568 S:      Supported
5569 F:      drivers/iommu/intel-iommu.c
5570 F:      include/linux/intel-iommu.h
5571
5572 INTEL IOP-ADMA DMA DRIVER
5573 R:      Dan Williams <dan.j.williams@intel.com>
5574 S:      Odd fixes
5575 F:      drivers/dma/iop-adma.c
5576
5577 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5578 M:      Krzysztof Halasa <khalasa@piap.pl>
5579 S:      Maintained
5580 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5581 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5582 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5583 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5584 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5585 F:      drivers/net/wan/ixp4xx_hss.c
5586
5587 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5588 M:      Deepak Saxena <dsaxena@plexity.net>
5589 S:      Maintained
5590 F:      drivers/char/hw_random/ixp4xx-rng.c
5591
5592 INTEL ETHERNET DRIVERS
5593 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5594 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5595 R:      Shannon Nelson <shannon.nelson@intel.com>
5596 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5597 R:      Don Skidmore <donald.c.skidmore@intel.com>
5598 R:      Bruce Allan <bruce.w.allan@intel.com>
5599 R:      John Ronciak <john.ronciak@intel.com>
5600 R:      Mitch Williams <mitch.a.williams@intel.com>
5601 L:      intel-wired-lan@lists.osuosl.org
5602 W:      http://www.intel.com/support/feedback.htm
5603 W:      http://e1000.sourceforge.net/
5604 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5607 S:      Supported
5608 F:      Documentation/networking/e100.txt
5609 F:      Documentation/networking/e1000.txt
5610 F:      Documentation/networking/e1000e.txt
5611 F:      Documentation/networking/igb.txt
5612 F:      Documentation/networking/igbvf.txt
5613 F:      Documentation/networking/ixgb.txt
5614 F:      Documentation/networking/ixgbe.txt
5615 F:      Documentation/networking/ixgbevf.txt
5616 F:      Documentation/networking/i40e.txt
5617 F:      Documentation/networking/i40evf.txt
5618 F:      drivers/net/ethernet/intel/
5619 F:      drivers/net/ethernet/intel/*/
5620
5621 INTEL-MID GPIO DRIVER
5622 M:      David Cohen <david.a.cohen@linux.intel.com>
5623 L:      linux-gpio@vger.kernel.org
5624 S:      Maintained
5625 F:      drivers/gpio/gpio-intel-mid.c
5626
5627 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5628 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5629 L:      linux-wireless@vger.kernel.org
5630 S:      Maintained
5631 F:      Documentation/networking/README.ipw2100
5632 F:      Documentation/networking/README.ipw2200
5633 F:      drivers/net/wireless/ipw2x00/
5634
5635 INTEL(R) TRACE HUB
5636 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5637 S:      Supported
5638 F:      Documentation/trace/intel_th.txt
5639 F:      drivers/hwtracing/intel_th/
5640
5641 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5642 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5643 M:      Gang Wei <gang.wei@intel.com>
5644 M:      Shane Wang <shane.wang@intel.com>
5645 L:      tboot-devel@lists.sourceforge.net
5646 W:      http://tboot.sourceforge.net
5647 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5648 S:      Supported
5649 F:      Documentation/intel_txt.txt
5650 F:      include/linux/tboot.h
5651 F:      arch/x86/kernel/tboot.c
5652
5653 INTEL WIRELESS WIMAX CONNECTION 2400
5654 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5655 M:      linux-wimax@intel.com
5656 L:      wimax@linuxwimax.org (subscribers-only)
5657 S:      Supported
5658 W:      http://linuxwimax.org
5659 F:      Documentation/wimax/README.i2400m
5660 F:      drivers/net/wimax/i2400m/
5661 F:      include/uapi/linux/wimax/i2400m.h
5662
5663 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5664 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5665 L:      linux-wireless@vger.kernel.org
5666 S:      Supported
5667 F:      drivers/net/wireless/iwlegacy/
5668
5669 INTEL WIRELESS WIFI LINK (iwlwifi)
5670 M:      Johannes Berg <johannes.berg@intel.com>
5671 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5672 M:      Intel Linux Wireless <linuxwifi@intel.com>
5673 L:      linux-wireless@vger.kernel.org
5674 W:      http://intellinuxwireless.org
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5676 S:      Supported
5677 F:      drivers/net/wireless/iwlwifi/
5678
5679 INTEL MANAGEMENT ENGINE (mei)
5680 M:      Tomas Winkler <tomas.winkler@intel.com>
5681 L:      linux-kernel@vger.kernel.org
5682 S:      Supported
5683 F:      include/uapi/linux/mei.h
5684 F:      include/linux/mei_cl_bus.h
5685 F:      drivers/misc/mei/*
5686 F:      Documentation/misc-devices/mei/*
5687
5688 INTEL MIC DRIVERS (mic)
5689 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5690 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5691 S:      Supported
5692 W:      https://github.com/sudeepdutt/mic
5693 W:      http://software.intel.com/en-us/mic-developer
5694 F:      include/linux/mic_bus.h
5695 F:      include/linux/scif.h
5696 F:      include/uapi/linux/mic_common.h
5697 F:      include/uapi/linux/mic_ioctl.h
5698 F       include/uapi/linux/scif_ioctl.h
5699 F:      drivers/misc/mic/
5700 F:      drivers/dma/mic_x100_dma.c
5701 F:      drivers/dma/mic_x100_dma.h
5702 F       Documentation/mic/
5703
5704 INTEL PMC IPC DRIVER
5705 M:      Zha Qipeng<qipeng.zha@intel.com>
5706 L:      platform-driver-x86@vger.kernel.org
5707 S:      Maintained
5708 F:      drivers/platform/x86/intel_pmc_ipc.c
5709 F:      arch/x86/include/asm/intel_pmc_ipc.h
5710
5711 IOC3 ETHERNET DRIVER
5712 M:      Ralf Baechle <ralf@linux-mips.org>
5713 L:      linux-mips@linux-mips.org
5714 S:      Maintained
5715 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5716
5717 IOC3 SERIAL DRIVER
5718 M:      Pat Gefre <pfg@sgi.com>
5719 L:      linux-serial@vger.kernel.org
5720 S:      Maintained
5721 F:      drivers/tty/serial/ioc3_serial.c
5722
5723 IOMMU DRIVERS
5724 M:      Joerg Roedel <joro@8bytes.org>
5725 L:      iommu@lists.linux-foundation.org
5726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5727 S:      Maintained
5728 F:      drivers/iommu/
5729
5730 IP MASQUERADING
5731 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5732 S:      Maintained
5733 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5734
5735 IPATH DRIVER
5736 M:      Mike Marciniszyn <infinipath@intel.com>
5737 L:      linux-rdma@vger.kernel.org
5738 S:      Maintained
5739 F:      drivers/staging/rdma/ipath/
5740
5741 IPMI SUBSYSTEM
5742 M:      Corey Minyard <minyard@acm.org>
5743 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5744 W:      http://openipmi.sourceforge.net/
5745 S:      Supported
5746 F:      Documentation/IPMI.txt
5747 F:      drivers/char/ipmi/
5748 F:      include/linux/ipmi*
5749 F:      include/uapi/linux/ipmi*
5750
5751 QCOM AUDIO (ASoC) DRIVERS
5752 M:      Patrick Lai <plai@codeaurora.org>
5753 M:      Banajit Goswami <bgoswami@codeaurora.org>
5754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5755 S:      Supported
5756 F:      sound/soc/qcom/
5757
5758 IPS SCSI RAID DRIVER
5759 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5760 L:      linux-scsi@vger.kernel.org
5761 W:      http://www.adaptec.com/
5762 S:      Maintained
5763 F:      drivers/scsi/ips*
5764
5765 IPVS
5766 M:      Wensong Zhang <wensong@linux-vs.org>
5767 M:      Simon Horman <horms@verge.net.au>
5768 M:      Julian Anastasov <ja@ssi.bg>
5769 L:      netdev@vger.kernel.org
5770 L:      lvs-devel@vger.kernel.org
5771 S:      Maintained
5772 F:      Documentation/networking/ipvs-sysctl.txt
5773 F:      include/net/ip_vs.h
5774 F:      include/uapi/linux/ip_vs.h
5775 F:      net/netfilter/ipvs/
5776
5777 IPWIRELESS DRIVER
5778 M:      Jiri Kosina <jikos@kernel.org>
5779 M:      David Sterba <dsterba@suse.com>
5780 S:      Odd Fixes
5781 F:      drivers/tty/ipwireless/
5782
5783 IPX NETWORK LAYER
5784 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5785 L:      netdev@vger.kernel.org
5786 S:      Maintained
5787 F:      include/net/ipx.h
5788 F:      include/uapi/linux/ipx.h
5789 F:      net/ipx/
5790
5791 IRDA SUBSYSTEM
5792 M:      Samuel Ortiz <samuel@sortiz.org>
5793 L:      irda-users@lists.sourceforge.net (subscribers-only)
5794 L:      netdev@vger.kernel.org
5795 W:      http://irda.sourceforge.net/
5796 S:      Maintained
5797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5798 F:      Documentation/networking/irda.txt
5799 F:      drivers/net/irda/
5800 F:      include/net/irda/
5801 F:      net/irda/
5802
5803 IRQ SUBSYSTEM
5804 M:      Thomas Gleixner <tglx@linutronix.de>
5805 L:      linux-kernel@vger.kernel.org
5806 S:      Maintained
5807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5808 F:      kernel/irq/
5809
5810 IRQCHIP DRIVERS
5811 M:      Thomas Gleixner <tglx@linutronix.de>
5812 M:      Jason Cooper <jason@lakedaemon.net>
5813 M:      Marc Zyngier <marc.zyngier@arm.com>
5814 L:      linux-kernel@vger.kernel.org
5815 S:      Maintained
5816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5817 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5818 F:      Documentation/devicetree/bindings/interrupt-controller/
5819 F:      drivers/irqchip/
5820
5821 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5822 M:      Jiang Liu <jiang.liu@linux.intel.com>
5823 M:      Marc Zyngier <marc.zyngier@arm.com>
5824 S:      Maintained
5825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5826 F:      Documentation/IRQ-domain.txt
5827 F:      include/linux/irqdomain.h
5828 F:      kernel/irq/irqdomain.c
5829 F:      kernel/irq/msi.c
5830
5831 ISAPNP
5832 M:      Jaroslav Kysela <perex@perex.cz>
5833 S:      Maintained
5834 F:      Documentation/isapnp.txt
5835 F:      drivers/pnp/isapnp/
5836 F:      include/linux/isapnp.h
5837
5838 ISA RADIO MODULE
5839 M:      Hans Verkuil <hverkuil@xs4all.nl>
5840 L:      linux-media@vger.kernel.org
5841 T:      git git://linuxtv.org/media_tree.git
5842 W:      http://linuxtv.org
5843 S:      Maintained
5844 F:      drivers/media/radio/radio-isa*
5845
5846 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5847 M:      Peter Jones <pjones@redhat.com>
5848 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5849 S:      Maintained
5850 F:      drivers/firmware/iscsi_ibft*
5851
5852 ISCSI
5853 M:      Mike Christie <michaelc@cs.wisc.edu>
5854 L:      open-iscsi@googlegroups.com
5855 W:      www.open-iscsi.org
5856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5857 S:      Maintained
5858 F:      drivers/scsi/*iscsi*
5859 F:      include/scsi/*iscsi*
5860
5861 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5862 M:      Or Gerlitz <ogerlitz@mellanox.com>
5863 M:      Sagi Grimberg <sagig@mellanox.com>
5864 M:      Roi Dayan <roid@mellanox.com>
5865 L:      linux-rdma@vger.kernel.org
5866 S:      Supported
5867 W:      http://www.openfabrics.org
5868 W:      www.open-iscsi.org
5869 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5870 F:      drivers/infiniband/ulp/iser/
5871
5872 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5873 M:      Sagi Grimberg <sagig@mellanox.com>
5874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5875 L:      linux-rdma@vger.kernel.org
5876 L:      target-devel@vger.kernel.org
5877 S:      Supported
5878 W:      http://www.linux-iscsi.org
5879 F:      drivers/infiniband/ulp/isert
5880
5881 ISDN SUBSYSTEM
5882 M:      Karsten Keil <isdn@linux-pingi.de>
5883 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5884 L:      netdev@vger.kernel.org
5885 W:      http://www.isdn4linux.de
5886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5887 S:      Maintained
5888 F:      Documentation/isdn/
5889 F:      drivers/isdn/
5890 F:      include/linux/isdn.h
5891 F:      include/linux/isdn/
5892 F:      include/uapi/linux/isdn.h
5893 F:      include/uapi/linux/isdn/
5894
5895 ISDN SUBSYSTEM (Eicon active card driver)
5896 M:      Armin Schindler <mac@melware.de>
5897 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5898 W:      http://www.melware.de
5899 S:      Maintained
5900 F:      drivers/isdn/hardware/eicon/
5901
5902 IT87 HARDWARE MONITORING DRIVER
5903 M:      Jean Delvare <jdelvare@suse.com>
5904 L:      linux-hwmon@vger.kernel.org
5905 S:      Maintained
5906 F:      Documentation/hwmon/it87
5907 F:      drivers/hwmon/it87.c
5908
5909 IT913X MEDIA DRIVER
5910 M:      Antti Palosaari <crope@iki.fi>
5911 L:      linux-media@vger.kernel.org
5912 W:      http://linuxtv.org/
5913 W:      http://palosaari.fi/linux/
5914 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5915 T:      git git://linuxtv.org/anttip/media_tree.git
5916 S:      Maintained
5917 F:      drivers/media/tuners/it913x*
5918
5919 IVTV VIDEO4LINUX DRIVER
5920 M:      Andy Walls <awalls@md.metrocast.net>
5921 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5922 L:      linux-media@vger.kernel.org
5923 T:      git git://linuxtv.org/media_tree.git
5924 W:      http://www.ivtvdriver.org
5925 S:      Maintained
5926 F:      Documentation/video4linux/*.ivtv
5927 F:      drivers/media/pci/ivtv/
5928 F:      include/uapi/linux/ivtv*
5929
5930 IX2505V MEDIA DRIVER
5931 M:      Malcolm Priestley <tvboxspy@gmail.com>
5932 L:      linux-media@vger.kernel.org
5933 W:      http://linuxtv.org/
5934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5935 S:      Maintained
5936 F:      drivers/media/dvb-frontends/ix2505v*
5937
5938 JC42.4 TEMPERATURE SENSOR DRIVER
5939 M:      Guenter Roeck <linux@roeck-us.net>
5940 L:      linux-hwmon@vger.kernel.org
5941 S:      Maintained
5942 F:      drivers/hwmon/jc42.c
5943 F:      Documentation/hwmon/jc42
5944
5945 JFS FILESYSTEM
5946 M:      Dave Kleikamp <shaggy@kernel.org>
5947 L:      jfs-discussion@lists.sourceforge.net
5948 W:      http://jfs.sourceforge.net/
5949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5950 S:      Maintained
5951 F:      Documentation/filesystems/jfs.txt
5952 F:      fs/jfs/
5953
5954 JME NETWORK DRIVER
5955 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5956 L:      netdev@vger.kernel.org
5957 S:      Maintained
5958 F:      drivers/net/ethernet/jme.*
5959
5960 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5961 M:      David Woodhouse <dwmw2@infradead.org>
5962 L:      linux-mtd@lists.infradead.org
5963 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5964 S:      Maintained
5965 F:      fs/jffs2/
5966 F:      include/uapi/linux/jffs2.h
5967
5968 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5969 M:      "Theodore Ts'o" <tytso@mit.edu>
5970 M:      Jan Kara <jack@suse.com>
5971 L:      linux-ext4@vger.kernel.org
5972 S:      Maintained
5973 F:      fs/jbd2/
5974 F:      include/linux/jbd2.h
5975
5976 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5977 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5978 L:      linux-media@vger.kernel.org
5979 S:      Maintained
5980 F:      drivers/media/platform/rcar_jpu.c
5981
5982 JSM Neo PCI based serial card
5983 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5984 L:      linux-serial@vger.kernel.org
5985 S:      Maintained
5986 F:      drivers/tty/serial/jsm/
5987
5988 K10TEMP HARDWARE MONITORING DRIVER
5989 M:      Clemens Ladisch <clemens@ladisch.de>
5990 L:      linux-hwmon@vger.kernel.org
5991 S:      Maintained
5992 F:      Documentation/hwmon/k10temp
5993 F:      drivers/hwmon/k10temp.c
5994
5995 K8TEMP HARDWARE MONITORING DRIVER
5996 M:      Rudolf Marek <r.marek@assembler.cz>
5997 L:      linux-hwmon@vger.kernel.org
5998 S:      Maintained
5999 F:      Documentation/hwmon/k8temp
6000 F:      drivers/hwmon/k8temp.c
6001
6002 KASAN
6003 M:      Andrey Ryabinin <aryabinin@virtuozzo.com>
6004 R:      Alexander Potapenko <glider@google.com>
6005 R:      Dmitry Vyukov <dvyukov@google.com>
6006 L:      kasan-dev@googlegroups.com
6007 S:      Maintained
6008 F:      arch/*/include/asm/kasan.h
6009 F:      arch/*/mm/kasan_init*
6010 F:      Documentation/kasan.txt
6011 F:      include/linux/kasan*.h
6012 F:      lib/test_kasan.c
6013 F:      mm/kasan/
6014 F:      scripts/Makefile.kasan
6015
6016 KCONFIG
6017 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
6018 L:      linux-kbuild@vger.kernel.org
6019 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
6020 S:      Maintained
6021 F:      Documentation/kbuild/kconfig-language.txt
6022 F:      scripts/kconfig/
6023
6024 KDUMP
6025 M:      Vivek Goyal <vgoyal@redhat.com>
6026 M:      Haren Myneni <hbabu@us.ibm.com>
6027 L:      kexec@lists.infradead.org
6028 W:      http://lse.sourceforge.net/kdump/
6029 S:      Maintained
6030 F:      Documentation/kdump/
6031
6032 KEENE FM RADIO TRANSMITTER DRIVER
6033 M:      Hans Verkuil <hverkuil@xs4all.nl>
6034 L:      linux-media@vger.kernel.org
6035 T:      git git://linuxtv.org/media_tree.git
6036 W:      http://linuxtv.org
6037 S:      Maintained
6038 F:      drivers/media/radio/radio-keene*
6039
6040 KERNEL AUTOMOUNTER v4 (AUTOFS4)
6041 M:      Ian Kent <raven@themaw.net>
6042 L:      autofs@vger.kernel.org
6043 S:      Maintained
6044 F:      fs/autofs4/
6045
6046 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
6047 M:      Michal Marek <mmarek@suse.com>
6048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
6049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
6050 L:      linux-kbuild@vger.kernel.org
6051 S:      Maintained
6052 F:      Documentation/kbuild/
6053 F:      Makefile
6054 F:      scripts/Makefile.*
6055 F:      scripts/basic/
6056 F:      scripts/mk*
6057 F:      scripts/package/
6058
6059 KERNEL JANITORS
6060 L:      kernel-janitors@vger.kernel.org
6061 W:      http://kernelnewbies.org/KernelJanitors
6062 S:      Odd Fixes
6063
6064 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6065 M:      "J. Bruce Fields" <bfields@fieldses.org>
6066 M:      Jeff Layton <jlayton@poochiereds.net>
6067 L:      linux-nfs@vger.kernel.org
6068 W:      http://nfs.sourceforge.net/
6069 S:      Supported
6070 F:      fs/nfsd/
6071 F:      include/uapi/linux/nfsd/
6072 F:      fs/lockd/
6073 F:      fs/nfs_common/
6074 F:      net/sunrpc/
6075 F:      include/linux/lockd/
6076 F:      include/linux/sunrpc/
6077 F:      include/uapi/linux/sunrpc/
6078
6079 KERNEL SELFTEST FRAMEWORK
6080 M:      Shuah Khan <shuahkh@osg.samsung.com>
6081 L:      linux-api@vger.kernel.org
6082 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6083 S:      Maintained
6084 F:      tools/testing/selftests
6085
6086 KERNEL VIRTUAL MACHINE (KVM)
6087 M:      Gleb Natapov <gleb@kernel.org>
6088 M:      Paolo Bonzini <pbonzini@redhat.com>
6089 L:      kvm@vger.kernel.org
6090 W:      http://www.linux-kvm.org
6091 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6092 S:      Supported
6093 F:      Documentation/*/kvm*.txt
6094 F:      Documentation/virtual/kvm/
6095 F:      arch/*/kvm/
6096 F:      arch/x86/kernel/kvm.c
6097 F:      arch/x86/kernel/kvmclock.c
6098 F:      arch/*/include/asm/kvm*
6099 F:      include/linux/kvm*
6100 F:      include/uapi/linux/kvm*
6101 F:      virt/kvm/
6102
6103 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6104 M:      Joerg Roedel <joro@8bytes.org>
6105 L:      kvm@vger.kernel.org
6106 W:      http://www.linux-kvm.org/
6107 S:      Maintained
6108 F:      arch/x86/include/asm/svm.h
6109 F:      arch/x86/kvm/svm.c
6110
6111 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6112 M:      Alexander Graf <agraf@suse.com>
6113 L:      kvm-ppc@vger.kernel.org
6114 W:      http://www.linux-kvm.org/
6115 T:      git git://github.com/agraf/linux-2.6.git
6116 S:      Supported
6117 F:      arch/powerpc/include/asm/kvm*
6118 F:      arch/powerpc/kvm/
6119
6120 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6121 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6122 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6123 L:      linux-s390@vger.kernel.org
6124 W:      http://www.ibm.com/developerworks/linux/linux390/
6125 S:      Supported
6126 F:      Documentation/s390/kvm.txt
6127 F:      arch/s390/include/asm/kvm*
6128 F:      arch/s390/kvm/
6129
6130 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6131 M:      Christoffer Dall <christoffer.dall@linaro.org>
6132 M:      Marc Zyngier <marc.zyngier@arm.com>
6133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6134 L:      kvmarm@lists.cs.columbia.edu
6135 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6136 S:      Supported
6137 F:      arch/arm/include/uapi/asm/kvm*
6138 F:      arch/arm/include/asm/kvm*
6139 F:      arch/arm/kvm/
6140 F:      virt/kvm/arm/
6141 F:      include/kvm/arm_*
6142
6143 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6144 M:      Christoffer Dall <christoffer.dall@linaro.org>
6145 M:      Marc Zyngier <marc.zyngier@arm.com>
6146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6147 L:      kvmarm@lists.cs.columbia.edu
6148 S:      Maintained
6149 F:      arch/arm64/include/uapi/asm/kvm*
6150 F:      arch/arm64/include/asm/kvm*
6151 F:      arch/arm64/kvm/
6152
6153 KEXEC
6154 M:      Eric Biederman <ebiederm@xmission.com>
6155 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6156 L:      kexec@lists.infradead.org
6157 S:      Maintained
6158 F:      include/linux/kexec.h
6159 F:      include/uapi/linux/kexec.h
6160 F:      kernel/kexec.c
6161
6162 KEYS/KEYRINGS:
6163 M:      David Howells <dhowells@redhat.com>
6164 L:      keyrings@vger.kernel.org
6165 S:      Maintained
6166 F:      Documentation/security/keys.txt
6167 F:      include/linux/key.h
6168 F:      include/linux/key-type.h
6169 F:      include/keys/
6170 F:      security/keys/
6171
6172 KEYS-TRUSTED
6173 M:      David Safford <safford@us.ibm.com>
6174 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6175 L:      linux-security-module@vger.kernel.org
6176 L:      keyrings@vger.kernel.org
6177 S:      Supported
6178 F:      Documentation/security/keys-trusted-encrypted.txt
6179 F:      include/keys/trusted-type.h
6180 F:      security/keys/trusted.c
6181 F:      security/keys/trusted.h
6182
6183 KEYS-ENCRYPTED
6184 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6185 M:      David Safford <safford@us.ibm.com>
6186 L:      linux-security-module@vger.kernel.org
6187 L:      keyrings@vger.kernel.org
6188 S:      Supported
6189 F:      Documentation/security/keys-trusted-encrypted.txt
6190 F:      include/keys/encrypted-type.h
6191 F:      security/keys/encrypted-keys/
6192
6193 KGDB / KDB /debug_core
6194 M:      Jason Wessel <jason.wessel@windriver.com>
6195 W:      http://kgdb.wiki.kernel.org/
6196 L:      kgdb-bugreport@lists.sourceforge.net
6197 S:      Maintained
6198 F:      Documentation/DocBook/kgdb.tmpl
6199 F:      drivers/misc/kgdbts.c
6200 F:      drivers/tty/serial/kgdboc.c
6201 F:      include/linux/kdb.h
6202 F:      include/linux/kgdb.h
6203 F:      kernel/debug/
6204
6205 KMEMCHECK
6206 M:      Vegard Nossum <vegardno@ifi.uio.no>
6207 M:      Pekka Enberg <penberg@kernel.org>
6208 S:      Maintained
6209 F:      Documentation/kmemcheck.txt
6210 F:      arch/x86/include/asm/kmemcheck.h
6211 F:      arch/x86/mm/kmemcheck/
6212 F:      include/linux/kmemcheck.h
6213 F:      mm/kmemcheck.c
6214
6215 KMEMLEAK
6216 M:      Catalin Marinas <catalin.marinas@arm.com>
6217 S:      Maintained
6218 F:      Documentation/kmemleak.txt
6219 F:      include/linux/kmemleak.h
6220 F:      mm/kmemleak.c
6221 F:      mm/kmemleak-test.c
6222
6223 KPROBES
6224 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6225 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6226 M:      "David S. Miller" <davem@davemloft.net>
6227 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6228 S:      Maintained
6229 F:      Documentation/kprobes.txt
6230 F:      include/linux/kprobes.h
6231 F:      kernel/kprobes.c
6232
6233 KS0108 LCD CONTROLLER DRIVER
6234 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6235 W:      http://miguelojeda.es/auxdisplay.htm
6236 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6237 S:      Maintained
6238 F:      Documentation/auxdisplay/ks0108
6239 F:      drivers/auxdisplay/ks0108.c
6240 F:      include/linux/ks0108.h
6241
6242 L3MDEV
6243 M:      David Ahern <dsa@cumulusnetworks.com>
6244 L:      netdev@vger.kernel.org
6245 S:      Maintained
6246 F:      net/l3mdev
6247 F:      include/net/l3mdev.h
6248
6249 LAPB module
6250 L:      linux-x25@vger.kernel.org
6251 S:      Orphan
6252 F:      Documentation/networking/lapb-module.txt
6253 F:      include/*/lapb.h
6254 F:      net/lapb/
6255
6256 LASI 53c700 driver for PARISC
6257 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6258 L:      linux-scsi@vger.kernel.org
6259 S:      Maintained
6260 F:      Documentation/scsi/53c700.txt
6261 F:      drivers/scsi/53c700*
6262
6263 LED SUBSYSTEM
6264 M:      Richard Purdie <rpurdie@rpsys.net>
6265 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6266 L:      linux-leds@vger.kernel.org
6267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6268 S:      Maintained
6269 F:      drivers/leds/
6270 F:      include/linux/leds.h
6271
6272 LEGACY EEPROM DRIVER
6273 M:      Jean Delvare <jdelvare@suse.com>
6274 S:      Maintained
6275 F:      Documentation/misc-devices/eeprom
6276 F:      drivers/misc/eeprom/eeprom.c
6277
6278 LEGO USB Tower driver
6279 M:      Juergen Stuber <starblue@users.sourceforge.net>
6280 L:      legousb-devel@lists.sourceforge.net
6281 W:      http://legousb.sourceforge.net/
6282 S:      Maintained
6283 F:      drivers/usb/misc/legousbtower.c
6284
6285 LG2160 MEDIA DRIVER
6286 M:      Michael Krufky <mkrufky@linuxtv.org>
6287 L:      linux-media@vger.kernel.org
6288 W:      http://linuxtv.org/
6289 W:      http://github.com/mkrufky
6290 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6291 T:      git git://linuxtv.org/mkrufky/tuners.git
6292 S:      Maintained
6293 F:      drivers/media/dvb-frontends/lg2160.*
6294
6295 LGDT3305 MEDIA DRIVER
6296 M:      Michael Krufky <mkrufky@linuxtv.org>
6297 L:      linux-media@vger.kernel.org
6298 W:      http://linuxtv.org/
6299 W:      http://github.com/mkrufky
6300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6301 T:      git git://linuxtv.org/mkrufky/tuners.git
6302 S:      Maintained
6303 F:      drivers/media/dvb-frontends/lgdt3305.*
6304
6305 LGUEST
6306 M:      Rusty Russell <rusty@rustcorp.com.au>
6307 L:      lguest@lists.ozlabs.org
6308 W:      http://lguest.ozlabs.org/
6309 S:      Odd Fixes
6310 F:      arch/x86/include/asm/lguest*.h
6311 F:      arch/x86/lguest/
6312 F:      drivers/lguest/
6313 F:      include/linux/lguest*.h
6314 F:      tools/lguest/
6315
6316 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6317 M:      Tejun Heo <tj@kernel.org>
6318 L:      linux-ide@vger.kernel.org
6319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6320 S:      Maintained
6321 F:      drivers/ata/
6322 F:      include/linux/ata.h
6323 F:      include/linux/libata.h
6324
6325 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6326 M:      Viresh Kumar <vireshk@kernel.org>
6327 L:      linux-ide@vger.kernel.org
6328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6329 S:      Maintained
6330 F:      include/linux/pata_arasan_cf_data.h
6331 F:      drivers/ata/pata_arasan_cf.c
6332
6333 LIBATA PATA DRIVERS
6334 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6335 M:      Tejun Heo <tj@kernel.org>
6336 L:      linux-ide@vger.kernel.org
6337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6338 S:      Maintained
6339 F:      drivers/ata/pata_*.c
6340 F:      drivers/ata/ata_generic.c
6341
6342 LIBATA SATA AHCI PLATFORM devices support
6343 M:      Hans de Goede <hdegoede@redhat.com>
6344 M:      Tejun Heo <tj@kernel.org>
6345 L:      linux-ide@vger.kernel.org
6346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6347 S:      Maintained
6348 F:      drivers/ata/ahci_platform.c
6349 F:      drivers/ata/libahci_platform.c
6350 F:      include/linux/ahci_platform.h
6351
6352 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6353 M:      Mikael Pettersson <mikpelinux@gmail.com>
6354 L:      linux-ide@vger.kernel.org
6355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6356 S:      Maintained
6357 F:      drivers/ata/sata_promise.*
6358
6359 LIBLOCKDEP
6360 M:      Sasha Levin <sasha.levin@oracle.com>
6361 S:      Maintained
6362 F:      tools/lib/lockdep/
6363
6364 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6365 M:      Dan Williams <dan.j.williams@intel.com>
6366 L:      linux-nvdimm@lists.01.org
6367 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6368 S:      Supported
6369 F:      drivers/nvdimm/*
6370 F:      include/linux/nd.h
6371 F:      include/linux/libnvdimm.h
6372 F:      include/uapi/linux/ndctl.h
6373
6374 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6375 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6376 L:      linux-nvdimm@lists.01.org
6377 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6378 S:      Supported
6379 F:      drivers/nvdimm/blk.c
6380 F:      drivers/nvdimm/region_devs.c
6381 F:      drivers/acpi/nfit*
6382
6383 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6384 M:      Vishal Verma <vishal.l.verma@intel.com>
6385 L:      linux-nvdimm@lists.01.org
6386 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6387 S:      Supported
6388 F:      drivers/nvdimm/btt*
6389
6390 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6391 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6392 L:      linux-nvdimm@lists.01.org
6393 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6394 S:      Supported
6395 F:      drivers/nvdimm/pmem.c
6396 F:      include/linux/pmem.h
6397 F:      arch/*/include/asm/pmem.h
6398
6399 LIGHTNVM PLATFORM SUPPORT
6400 M:      Matias Bjorling <mb@lightnvm.io>
6401 W:      http://github/OpenChannelSSD
6402 L:      linux-block@vger.kernel.org
6403 S:      Maintained
6404 F:      drivers/lightnvm/
6405 F:      include/linux/lightnvm.h
6406 F:      include/uapi/linux/lightnvm.h
6407
6408 LINUX FOR IBM pSERIES (RS/6000)
6409 M:      Paul Mackerras <paulus@au.ibm.com>
6410 W:      http://www.ibm.com/linux/ltc/projects/ppc
6411 S:      Supported
6412 F:      arch/powerpc/boot/rs6000.h
6413
6414 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6415 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6416 M:      Paul Mackerras <paulus@samba.org>
6417 M:      Michael Ellerman <mpe@ellerman.id.au>
6418 W:      http://www.penguinppc.org/
6419 L:      linuxppc-dev@lists.ozlabs.org
6420 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6422 S:      Supported
6423 F:      Documentation/powerpc/
6424 F:      arch/powerpc/
6425
6426 LINUX FOR POWER MACINTOSH
6427 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6428 W:      http://www.penguinppc.org/
6429 L:      linuxppc-dev@lists.ozlabs.org
6430 S:      Maintained
6431 F:      arch/powerpc/platforms/powermac/
6432 F:      drivers/macintosh/
6433
6434 LINUX FOR POWERPC EMBEDDED MPC5XXX
6435 M:      Anatolij Gustschin <agust@denx.de>
6436 L:      linuxppc-dev@lists.ozlabs.org
6437 T:      git git://git.denx.de/linux-denx-agust.git
6438 S:      Maintained
6439 F:      arch/powerpc/platforms/512x/
6440 F:      arch/powerpc/platforms/52xx/
6441
6442 LINUX FOR POWERPC EMBEDDED PPC4XX
6443 M:      Alistair Popple <alistair@popple.id.au>
6444 M:      Matt Porter <mporter@kernel.crashing.org>
6445 W:      http://www.penguinppc.org/
6446 L:      linuxppc-dev@lists.ozlabs.org
6447 S:      Maintained
6448 F:      arch/powerpc/platforms/40x/
6449 F:      arch/powerpc/platforms/44x/
6450
6451 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6452 L:      linuxppc-dev@lists.ozlabs.org
6453 S:      Orphan
6454 F:      arch/powerpc/*/*virtex*
6455 F:      arch/powerpc/*/*/*virtex*
6456
6457 LINUX FOR POWERPC EMBEDDED PPC8XX
6458 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6459 W:      http://www.penguinppc.org/
6460 L:      linuxppc-dev@lists.ozlabs.org
6461 S:      Maintained
6462 F:      arch/powerpc/platforms/8xx/
6463
6464 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6465 M:      Scott Wood <scottwood@freescale.com>
6466 M:      Kumar Gala <galak@kernel.crashing.org>
6467 W:      http://www.penguinppc.org/
6468 L:      linuxppc-dev@lists.ozlabs.org
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6470 S:      Maintained
6471 F:      arch/powerpc/platforms/83xx/
6472 F:      arch/powerpc/platforms/85xx/
6473
6474 LINUX FOR POWERPC PA SEMI PWRFICIENT
6475 M:      Olof Johansson <olof@lixom.net>
6476 L:      linuxppc-dev@lists.ozlabs.org
6477 S:      Maintained
6478 F:      arch/powerpc/platforms/pasemi/
6479 F:      drivers/*/*pasemi*
6480 F:      drivers/*/*/*pasemi*
6481
6482 LINUX SECURITY MODULE (LSM) FRAMEWORK
6483 M:      Chris Wright <chrisw@sous-sol.org>
6484 L:      linux-security-module@vger.kernel.org
6485 S:      Supported
6486
6487 LIS3LV02D ACCELEROMETER DRIVER
6488 M:      Eric Piel <eric.piel@tremplin-utc.net>
6489 S:      Maintained
6490 F:      Documentation/misc-devices/lis3lv02d
6491 F:      drivers/misc/lis3lv02d/
6492 F:      drivers/platform/x86/hp_accel.c
6493
6494 LIVE PATCHING
6495 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6496 M:      Seth Jennings <sjenning@redhat.com>
6497 M:      Jiri Kosina <jikos@kernel.org>
6498 M:      Vojtech Pavlik <vojtech@suse.com>
6499 S:      Maintained
6500 F:      kernel/livepatch/
6501 F:      include/linux/livepatch.h
6502 F:      arch/x86/include/asm/livepatch.h
6503 F:      arch/x86/kernel/livepatch.c
6504 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6505 F:      samples/livepatch/
6506 L:      live-patching@vger.kernel.org
6507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6508
6509 LLC (802.2)
6510 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6511 S:      Maintained
6512 F:      include/linux/llc.h
6513 F:      include/uapi/linux/llc.h
6514 F:      include/net/llc*
6515 F:      net/llc/
6516
6517 LM73 HARDWARE MONITOR DRIVER
6518 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6519 L:      linux-hwmon@vger.kernel.org
6520 S:      Maintained
6521 F:      drivers/hwmon/lm73.c
6522
6523 LM78 HARDWARE MONITOR DRIVER
6524 M:      Jean Delvare <jdelvare@suse.com>
6525 L:      linux-hwmon@vger.kernel.org
6526 S:      Maintained
6527 F:      Documentation/hwmon/lm78
6528 F:      drivers/hwmon/lm78.c
6529
6530 LM83 HARDWARE MONITOR DRIVER
6531 M:      Jean Delvare <jdelvare@suse.com>
6532 L:      linux-hwmon@vger.kernel.org
6533 S:      Maintained
6534 F:      Documentation/hwmon/lm83
6535 F:      drivers/hwmon/lm83.c
6536
6537 LM90 HARDWARE MONITOR DRIVER
6538 M:      Jean Delvare <jdelvare@suse.com>
6539 L:      linux-hwmon@vger.kernel.org
6540 S:      Maintained
6541 F:      Documentation/hwmon/lm90
6542 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6543 F:      drivers/hwmon/lm90.c
6544
6545 LM95234 HARDWARE MONITOR DRIVER
6546 M:      Guenter Roeck <linux@roeck-us.net>
6547 L:      linux-hwmon@vger.kernel.org
6548 S:      Maintained
6549 F:      Documentation/hwmon/lm95234
6550 F:      drivers/hwmon/lm95234.c
6551
6552 LME2510 MEDIA DRIVER
6553 M:      Malcolm Priestley <tvboxspy@gmail.com>
6554 L:      linux-media@vger.kernel.org
6555 W:      http://linuxtv.org/
6556 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6557 S:      Maintained
6558 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6559
6560 LOCKDEP AND LOCKSTAT
6561 M:      Peter Zijlstra <peterz@infradead.org>
6562 M:      Ingo Molnar <mingo@redhat.com>
6563 L:      linux-kernel@vger.kernel.org
6564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6565 S:      Maintained
6566 F:      Documentation/locking/lockdep*.txt
6567 F:      Documentation/locking/lockstat.txt
6568 F:      include/linux/lockdep.h
6569 F:      kernel/locking/
6570
6571 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6572 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6573 L:      linux-ntfs-dev@lists.sourceforge.net
6574 W:      http://www.linux-ntfs.org/content/view/19/37/
6575 S:      Maintained
6576 F:      Documentation/ldm.txt
6577 F:      block/partitions/ldm.*
6578
6579 LogFS
6580 M:      Joern Engel <joern@logfs.org>
6581 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6582 L:      logfs@logfs.org
6583 W:      logfs.org
6584 S:      Maintained
6585 F:      fs/logfs/
6586
6587 LPC32XX MACHINE SUPPORT
6588 M:      Roland Stigge <stigge@antcom.de>
6589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6590 S:      Maintained
6591 F:      arch/arm/mach-lpc32xx/
6592
6593 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6594 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6595 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6596 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6597 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6598 L:      MPT-FusionLinux.pdl@avagotech.com
6599 L:      linux-scsi@vger.kernel.org
6600 W:      http://www.lsilogic.com/support
6601 S:      Supported
6602 F:      drivers/message/fusion/
6603 F:      drivers/scsi/mpt2sas/
6604 F:      drivers/scsi/mpt3sas/
6605
6606 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6607 M:      Matthew Wilcox <matthew@wil.cx>
6608 L:      linux-scsi@vger.kernel.org
6609 S:      Maintained
6610 F:      drivers/scsi/sym53c8xx_2/
6611
6612 LTC4261 HARDWARE MONITOR DRIVER
6613 M:      Guenter Roeck <linux@roeck-us.net>
6614 L:      linux-hwmon@vger.kernel.org
6615 S:      Maintained
6616 F:      Documentation/hwmon/ltc4261
6617 F:      drivers/hwmon/ltc4261.c
6618
6619 LTP (Linux Test Project)
6620 M:      Mike Frysinger <vapier@gentoo.org>
6621 M:      Cyril Hrubis <chrubis@suse.cz>
6622 M:      Wanlong Gao <wanlong.gao@gmail.com>
6623 M:      Jan Stancek <jstancek@redhat.com>
6624 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6625 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6626 L:      ltp@lists.linux.it (subscribers-only)
6627 W:      http://linux-test-project.github.io/
6628 T:      git git://github.com/linux-test-project/ltp.git
6629 S:      Maintained
6630
6631 M32R ARCHITECTURE
6632 W:      http://www.linux-m32r.org/
6633 S:      Orphan
6634 F:      arch/m32r/
6635
6636 M68K ARCHITECTURE
6637 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6638 L:      linux-m68k@lists.linux-m68k.org
6639 W:      http://www.linux-m68k.org/
6640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6641 S:      Maintained
6642 F:      arch/m68k/
6643 F:      drivers/zorro/
6644
6645 M68K ON APPLE MACINTOSH
6646 M:      Joshua Thompson <funaho@jurai.org>
6647 W:      http://www.mac.linux-m68k.org/
6648 L:      linux-m68k@lists.linux-m68k.org
6649 S:      Maintained
6650 F:      arch/m68k/mac/
6651
6652 M68K ON HP9000/300
6653 M:      Philip Blundell <philb@gnu.org>
6654 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6655 S:      Maintained
6656 F:      arch/m68k/hp300/
6657
6658 M88DS3103 MEDIA DRIVER
6659 M:      Antti Palosaari <crope@iki.fi>
6660 L:      linux-media@vger.kernel.org
6661 W:      http://linuxtv.org/
6662 W:      http://palosaari.fi/linux/
6663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6664 T:      git git://linuxtv.org/anttip/media_tree.git
6665 S:      Maintained
6666 F:      drivers/media/dvb-frontends/m88ds3103*
6667
6668 M88RS2000 MEDIA DRIVER
6669 M:      Malcolm Priestley <tvboxspy@gmail.com>
6670 L:      linux-media@vger.kernel.org
6671 W:      http://linuxtv.org/
6672 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6673 S:      Maintained
6674 F:      drivers/media/dvb-frontends/m88rs2000*
6675
6676 MA901 MASTERKIT USB FM RADIO DRIVER
6677 M:      Alexey Klimov <klimov.linux@gmail.com>
6678 L:      linux-media@vger.kernel.org
6679 T:      git git://linuxtv.org/media_tree.git
6680 S:      Maintained
6681 F:      drivers/media/radio/radio-ma901.c
6682
6683 MAC80211
6684 M:      Johannes Berg <johannes@sipsolutions.net>
6685 L:      linux-wireless@vger.kernel.org
6686 W:      http://wireless.kernel.org/
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6689 S:      Maintained
6690 F:      Documentation/networking/mac80211-injection.txt
6691 F:      include/net/mac80211.h
6692 F:      net/mac80211/
6693
6694 MACVLAN DRIVER
6695 M:      Patrick McHardy <kaber@trash.net>
6696 L:      netdev@vger.kernel.org
6697 S:      Maintained
6698 F:      drivers/net/macvlan.c
6699 F:      include/linux/if_macvlan.h
6700
6701 MAILBOX API
6702 M:      Jassi Brar <jassisinghbrar@gmail.com>
6703 L:      linux-kernel@vger.kernel.org
6704 S:      Maintained
6705 F:      drivers/mailbox/
6706 F:      include/linux/mailbox_client.h
6707 F:      include/linux/mailbox_controller.h
6708
6709 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6710 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6711 W:      http://www.kernel.org/doc/man-pages
6712 L:      linux-man@vger.kernel.org
6713 S:      Maintained
6714
6715 MARVELL ARMADA DRM SUPPORT
6716 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6717 S:      Maintained
6718 F:      drivers/gpu/drm/armada/
6719
6720 MARVELL 88E6352 DSA support
6721 M:      Guenter Roeck <linux@roeck-us.net>
6722 S:      Maintained
6723 F:      drivers/net/dsa/mv88e6352.c
6724
6725 MARVELL CRYPTO DRIVER
6726 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6727 M:      Arnaud Ebalard <arno@natisbad.org>
6728 F:      drivers/crypto/marvell/
6729 S:      Maintained
6730 L:      linux-crypto@vger.kernel.org
6731
6732 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6733 M:      Mirko Lindner <mlindner@marvell.com>
6734 M:      Stephen Hemminger <stephen@networkplumber.org>
6735 L:      netdev@vger.kernel.org
6736 S:      Maintained
6737 F:      drivers/net/ethernet/marvell/sk*
6738
6739 MARVELL LIBERTAS WIRELESS DRIVER
6740 L:      libertas-dev@lists.infradead.org
6741 S:      Orphan
6742 F:      drivers/net/wireless/libertas/
6743
6744 MARVELL MV643XX ETHERNET DRIVER
6745 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6746 L:      netdev@vger.kernel.org
6747 S:      Maintained
6748 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6749 F:      include/linux/mv643xx.h
6750
6751 MARVELL MVNETA ETHERNET DRIVER
6752 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6753 L:      netdev@vger.kernel.org
6754 S:      Maintained
6755 F:      drivers/net/ethernet/marvell/mvneta.*
6756
6757 MARVELL MWIFIEX WIRELESS DRIVER
6758 M:      Amitkumar Karwar <akarwar@marvell.com>
6759 M:      Nishant Sarmukadam <nishants@marvell.com>
6760 L:      linux-wireless@vger.kernel.org
6761 S:      Maintained
6762 F:      drivers/net/wireless/mwifiex/
6763
6764 MARVELL MWL8K WIRELESS DRIVER
6765 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6766 L:      linux-wireless@vger.kernel.org
6767 S:      Odd Fixes
6768 F:      drivers/net/wireless/mwl8k.c
6769
6770 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6771 M:      Nicolas Pitre <nico@fluxnic.net>
6772 S:      Odd Fixes
6773 F:      drivers/mmc/host/mvsdio.*
6774
6775 MATROX FRAMEBUFFER DRIVER
6776 L:      linux-fbdev@vger.kernel.org
6777 S:      Orphan
6778 F:      drivers/video/fbdev/matrox/matroxfb_*
6779 F:      include/uapi/linux/matroxfb.h
6780
6781 MAX16065 HARDWARE MONITOR DRIVER
6782 M:      Guenter Roeck <linux@roeck-us.net>
6783 L:      linux-hwmon@vger.kernel.org
6784 S:      Maintained
6785 F:      Documentation/hwmon/max16065
6786 F:      drivers/hwmon/max16065.c
6787
6788 MAX20751 HARDWARE MONITOR DRIVER
6789 M:      Guenter Roeck <linux@roeck-us.net>
6790 L:      linux-hwmon@vger.kernel.org
6791 S:      Maintained
6792 F:      Documentation/hwmon/max20751
6793 F:      drivers/hwmon/max20751.c
6794
6795 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6796 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6797 L:      linux-hwmon@vger.kernel.org
6798 S:      Maintained
6799 F:      Documentation/hwmon/max6650
6800 F:      drivers/hwmon/max6650.c
6801
6802 MAX6697 HARDWARE MONITOR DRIVER
6803 M:      Guenter Roeck <linux@roeck-us.net>
6804 L:      linux-hwmon@vger.kernel.org
6805 S:      Maintained
6806 F:      Documentation/hwmon/max6697
6807 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6808 F:      drivers/hwmon/max6697.c
6809 F:      include/linux/platform_data/max6697.h
6810
6811 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6812 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6813 L:      linux-pm@vger.kernel.org
6814 S:      Supported
6815 F:      drivers/power/max14577_charger.c
6816 F:      drivers/power/max77693_charger.c
6817
6818 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6819 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6820 L:      linux-kernel@vger.kernel.org
6821 S:      Supported
6822 F:      drivers/*/*max77802.c
6823 F:      Documentation/devicetree/bindings/*/*max77802.txt
6824 F:      include/dt-bindings/*/*max77802.h
6825
6826 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6827 M:      Chanwoo Choi <cw00.choi@samsung.com>
6828 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6829 L:      linux-kernel@vger.kernel.org
6830 S:      Supported
6831 F:      drivers/*/max14577.c
6832 F:      drivers/*/max77686.c
6833 F:      drivers/*/max77693.c
6834 F:      drivers/extcon/extcon-max14577.c
6835 F:      drivers/extcon/extcon-max77693.c
6836 F:      drivers/rtc/rtc-max77686.c
6837 F:      drivers/clk/clk-max77686.c
6838 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6839 F:      Documentation/devicetree/bindings/*/max77686.txt
6840 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6841 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6842 F:      include/linux/mfd/max14577*.h
6843 F:      include/linux/mfd/max77686*.h
6844 F:      include/linux/mfd/max77693*.h
6845
6846 MAXIRADIO FM RADIO RECEIVER DRIVER
6847 M:      Hans Verkuil <hverkuil@xs4all.nl>
6848 L:      linux-media@vger.kernel.org
6849 T:      git git://linuxtv.org/media_tree.git
6850 W:      http://linuxtv.org
6851 S:      Maintained
6852 F:      drivers/media/radio/radio-maxiradio*
6853
6854 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6855 M:      Peter Rosin <peda@axentia.se>
6856 L:      linux-iio@vger.kernel.org
6857 S:      Maintained
6858 F:      drivers/iio/potentiometer/mcp4531.c
6859
6860 MEDIA DRIVERS FOR RENESAS - VSP1
6861 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6862 L:      linux-media@vger.kernel.org
6863 L:      linux-sh@vger.kernel.org
6864 T:      git git://linuxtv.org/media_tree.git
6865 S:      Supported
6866 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6867 F:      drivers/media/platform/vsp1/
6868
6869 MEDIA DRIVERS FOR ASCOT2E
6870 M:      Sergey Kozlov <serjk@netup.ru>
6871 L:      linux-media@vger.kernel.org
6872 W:      http://linuxtv.org
6873 W:      http://netup.tv/
6874 T:      git git://linuxtv.org/media_tree.git
6875 S:      Supported
6876 F:      drivers/media/dvb-frontends/ascot2e*
6877
6878 MEDIA DRIVERS FOR CXD2841ER
6879 M:      Sergey Kozlov <serjk@netup.ru>
6880 L:      linux-media@vger.kernel.org
6881 W:      http://linuxtv.org/
6882 W:      http://netup.tv/
6883 T:      git git://linuxtv.org/media_tree.git
6884 S:      Supported
6885 F:      drivers/media/dvb-frontends/cxd2841er*
6886
6887 MEDIA DRIVERS FOR HORUS3A
6888 M:      Sergey Kozlov <serjk@netup.ru>
6889 L:      linux-media@vger.kernel.org
6890 W:      http://linuxtv.org/
6891 W:      http://netup.tv/
6892 T:      git git://linuxtv.org/media_tree.git
6893 S:      Supported
6894 F:      drivers/media/dvb-frontends/horus3a*
6895
6896 MEDIA DRIVERS FOR LNBH25
6897 M:      Sergey Kozlov <serjk@netup.ru>
6898 L:      linux-media@vger.kernel.org
6899 W:      http://linuxtv.org/
6900 W:      http://netup.tv/
6901 T:      git git://linuxtv.org/media_tree.git
6902 S:      Supported
6903 F:      drivers/media/dvb-frontends/lnbh25*
6904
6905 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6906 M:      Sergey Kozlov <serjk@netup.ru>
6907 L:      linux-media@vger.kernel.org
6908 W:      http://linuxtv.org/
6909 W:      http://netup.tv/
6910 T:      git git://linuxtv.org/media_tree.git
6911 S:      Supported
6912 F:      drivers/media/pci/netup_unidvb/*
6913
6914 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6915 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6916 P:      LinuxTV.org Project
6917 L:      linux-media@vger.kernel.org
6918 W:      http://linuxtv.org
6919 Q:      http://patchwork.kernel.org/project/linux-media/list/
6920 T:      git git://linuxtv.org/media_tree.git
6921 S:      Maintained
6922 F:      Documentation/dvb/
6923 F:      Documentation/video4linux/
6924 F:      Documentation/DocBook/media/
6925 F:      drivers/media/
6926 F:      drivers/staging/media/
6927 F:      include/media/
6928 F:      include/uapi/linux/dvb/
6929 F:      include/uapi/linux/videodev2.h
6930 F:      include/uapi/linux/media.h
6931 F:      include/uapi/linux/v4l2-*
6932 F:      include/uapi/linux/meye.h
6933 F:      include/uapi/linux/ivtv*
6934 F:      include/uapi/linux/uvcvideo.h
6935
6936 MEDIATEK MT7601U WIRELESS LAN DRIVER
6937 M:      Jakub Kicinski <kubakici@wp.pl>
6938 L:      linux-wireless@vger.kernel.org
6939 S:      Maintained
6940 F:      drivers/net/wireless/mediatek/mt7601u/
6941
6942 MEGARAID SCSI/SAS DRIVERS
6943 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6944 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6945 M:      Uday Lingala <uday.lingala@avagotech.com>
6946 L:      megaraidlinux.pdl@avagotech.com
6947 L:      linux-scsi@vger.kernel.org
6948 W:      http://www.lsi.com
6949 S:      Maintained
6950 F:      Documentation/scsi/megaraid.txt
6951 F:      drivers/scsi/megaraid.*
6952 F:      drivers/scsi/megaraid/
6953
6954 MELLANOX ETHERNET DRIVER (mlx4_en)
6955 M:      Eugenia Emantayev <eugenia@mellanox.com>
6956 L:      netdev@vger.kernel.org
6957 S:      Supported
6958 W:      http://www.mellanox.com
6959 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6960 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6961
6962 MELLANOX ETHERNET DRIVER (mlx5e)
6963 M:      Saeed Mahameed <saeedm@mellanox.com>
6964 L:      netdev@vger.kernel.org
6965 S:      Supported
6966 W:      http://www.mellanox.com
6967 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6968 F:      drivers/net/ethernet/mellanox/mlx5/core/en_*
6969
6970 MELLANOX ETHERNET SWITCH DRIVERS
6971 M:      Jiri Pirko <jiri@mellanox.com>
6972 M:      Ido Schimmel <idosch@mellanox.com>
6973 L:      netdev@vger.kernel.org
6974 S:      Supported
6975 W:      http://www.mellanox.com
6976 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6977 F:      drivers/net/ethernet/mellanox/mlxsw/
6978
6979 MEMBARRIER SUPPORT
6980 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6981 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6982 L:      linux-kernel@vger.kernel.org
6983 S:      Supported
6984 F:      kernel/membarrier.c
6985 F:      include/uapi/linux/membarrier.h
6986
6987 MEMORY MANAGEMENT
6988 L:      linux-mm@kvack.org
6989 W:      http://www.linux-mm.org
6990 S:      Maintained
6991 F:      include/linux/mm.h
6992 F:      include/linux/gfp.h
6993 F:      include/linux/mmzone.h
6994 F:      include/linux/memory_hotplug.h
6995 F:      include/linux/vmalloc.h
6996 F:      mm/
6997
6998 MEMORY TECHNOLOGY DEVICES (MTD)
6999 M:      David Woodhouse <dwmw2@infradead.org>
7000 M:      Brian Norris <computersforpeace@gmail.com>
7001 L:      linux-mtd@lists.infradead.org
7002 W:      http://www.linux-mtd.infradead.org/
7003 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
7004 T:      git git://git.infradead.org/linux-mtd.git
7005 T:      git git://git.infradead.org/l2-mtd.git
7006 S:      Maintained
7007 F:      drivers/mtd/
7008 F:      include/linux/mtd/
7009 F:      include/uapi/mtd/
7010
7011 MEN A21 WATCHDOG DRIVER
7012 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7013 L:      linux-watchdog@vger.kernel.org
7014 S:      Maintained
7015 F:      drivers/watchdog/mena21_wdt.c
7016
7017 MEN CHAMELEON BUS (mcb)
7018 M:      Johannes Thumshirn <morbidrsa@gmail.com>
7019 S:      Maintained
7020 F:      drivers/mcb/
7021 F:      include/linux/mcb.h
7022 F:      Documentation/men-chameleon-bus.txt
7023
7024 MEN F21BMC (Board Management Controller)
7025 M:      Andreas Werner <andreas.werner@men.de>
7026 S:      Supported
7027 F:      drivers/mfd/menf21bmc.c
7028 F:      drivers/watchdog/menf21bmc_wdt.c
7029 F:      drivers/leds/leds-menf21bmc.c
7030 F:      drivers/hwmon/menf21bmc_hwmon.c
7031 F:      Documentation/hwmon/menf21bmc
7032
7033 METAG ARCHITECTURE
7034 M:      James Hogan <james.hogan@imgtec.com>
7035 L:      linux-metag@vger.kernel.org
7036 S:      Odd Fixes
7037 F:      arch/metag/
7038 F:      Documentation/metag/
7039 F:      Documentation/devicetree/bindings/metag/
7040 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
7041 F:      drivers/clocksource/metag_generic.c
7042 F:      drivers/irqchip/irq-metag.c
7043 F:      drivers/irqchip/irq-metag-ext.c
7044 F:      drivers/tty/metag_da.c
7045
7046 MICROBLAZE ARCHITECTURE
7047 M:      Michal Simek <monstr@monstr.eu>
7048 W:      http://www.monstr.eu/fdt/
7049 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
7050 S:      Supported
7051 F:      arch/microblaze/
7052
7053 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
7054 M:      Chen Yu <yu.c.chen@intel.com>
7055 L:      platform-driver-x86@vger.kernel.org
7056 S:      Supported
7057 F:      drivers/platform/x86/surfacepro3_button.c
7058
7059 MICROTEK X6 SCANNER
7060 M:      Oliver Neukum <oliver@neukum.org>
7061 S:      Maintained
7062 F:      drivers/usb/image/microtek.*
7063
7064 MIPS
7065 M:      Ralf Baechle <ralf@linux-mips.org>
7066 L:      linux-mips@linux-mips.org
7067 W:      http://www.linux-mips.org/
7068 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7069 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7070 S:      Supported
7071 F:      Documentation/mips/
7072 F:      arch/mips/
7073
7074 MIPS GENERIC PLATFORM
7075 M:      Paul Burton <paul.burton@imgtec.com>
7076 L:      linux-mips@linux-mips.org
7077 S:      Supported
7078 F:      Documentation/devicetree/bindings/power/mti,mips-cpc.txt
7079 F:      arch/mips/generic/
7080
7081 MIPS RINT INSTRUCTION EMULATION
7082 M:      Aleksandar Markovic <aleksandar.markovic@mips.com>
7083 L:      linux-mips@linux-mips.org
7084 S:      Supported
7085 F:      arch/mips/math-emu/sp_rint.c
7086 F:      arch/mips/math-emu/dp_rint.c
7087
7088 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7089 M:      Hans Verkuil <hverkuil@xs4all.nl>
7090 L:      linux-media@vger.kernel.org
7091 T:      git git://linuxtv.org/media_tree.git
7092 W:      http://linuxtv.org
7093 S:      Odd Fixes
7094 F:      drivers/media/radio/radio-miropcm20*
7095
7096 Mellanox MLX5 core VPI driver
7097 M:      Eli Cohen <eli@mellanox.com>
7098 L:      netdev@vger.kernel.org
7099 L:      linux-rdma@vger.kernel.org
7100 W:      http://www.mellanox.com
7101 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7102 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7103 T:      git git://openfabrics.org/~eli/connect-ib.git
7104 S:      Supported
7105 F:      drivers/net/ethernet/mellanox/mlx5/core/
7106 F:      include/linux/mlx5/
7107
7108 Mellanox MLX5 IB driver
7109 M:      Eli Cohen <eli@mellanox.com>
7110 L:      linux-rdma@vger.kernel.org
7111 W:      http://www.mellanox.com
7112 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7113 T:      git git://openfabrics.org/~eli/connect-ib.git
7114 S:      Supported
7115 F:      include/linux/mlx5/
7116 F:      drivers/infiniband/hw/mlx5/
7117
7118 MELEXIS MLX90614 DRIVER
7119 M:      Crt Mori <cmo@melexis.com>
7120 L:      linux-iio@vger.kernel.org
7121 W:      http://www.melexis.com
7122 S:      Supported
7123 F:      drivers/iio/temperature/mlx90614.c
7124
7125 MN88472 MEDIA DRIVER
7126 M:      Antti Palosaari <crope@iki.fi>
7127 L:      linux-media@vger.kernel.org
7128 W:      http://linuxtv.org/
7129 W:      http://palosaari.fi/linux/
7130 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7131 T:      git git://linuxtv.org/anttip/media_tree.git
7132 S:      Maintained
7133 F:      drivers/staging/media/mn88472/
7134 F:      drivers/media/dvb-frontends/mn88472.h
7135
7136 MN88473 MEDIA DRIVER
7137 M:      Antti Palosaari <crope@iki.fi>
7138 L:      linux-media@vger.kernel.org
7139 W:      http://linuxtv.org/
7140 W:      http://palosaari.fi/linux/
7141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7142 T:      git git://linuxtv.org/anttip/media_tree.git
7143 S:      Maintained
7144 F:      drivers/staging/media/mn88473/
7145 F:      drivers/media/dvb-frontends/mn88473.h
7146
7147 MODULE SUPPORT
7148 M:      Rusty Russell <rusty@rustcorp.com.au>
7149 S:      Maintained
7150 F:      include/linux/module.h
7151 F:      kernel/module.c
7152
7153 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7154 W:      http://popies.net/meye/
7155 S:      Orphan
7156 F:      Documentation/video4linux/meye.txt
7157 F:      drivers/media/pci/meye/
7158 F:      include/uapi/linux/meye.h
7159
7160 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7161 M:      Jiri Slaby <jirislaby@gmail.com>
7162 S:      Maintained
7163 F:      Documentation/serial/moxa-smartio
7164 F:      drivers/tty/mxser.*
7165
7166 MR800 AVERMEDIA USB FM RADIO DRIVER
7167 M:      Alexey Klimov <klimov.linux@gmail.com>
7168 L:      linux-media@vger.kernel.org
7169 T:      git git://linuxtv.org/media_tree.git
7170 S:      Maintained
7171 F:      drivers/media/radio/radio-mr800.c
7172
7173 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7174 M:      Alan Ott <alan@signal11.us>
7175 L:      linux-wpan@vger.kernel.org
7176 S:      Maintained
7177 F:      drivers/net/ieee802154/mrf24j40.c
7178 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7179
7180 MSI LAPTOP SUPPORT
7181 M:      "Lee, Chun-Yi" <jlee@suse.com>
7182 L:      platform-driver-x86@vger.kernel.org
7183 S:      Maintained
7184 F:      drivers/platform/x86/msi-laptop.c
7185
7186 MSI WMI SUPPORT
7187 L:      platform-driver-x86@vger.kernel.org
7188 S:      Orphan
7189 F:      drivers/platform/x86/msi-wmi.c
7190
7191 MSI001 MEDIA DRIVER
7192 M:      Antti Palosaari <crope@iki.fi>
7193 L:      linux-media@vger.kernel.org
7194 W:      http://linuxtv.org/
7195 W:      http://palosaari.fi/linux/
7196 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7197 T:      git git://linuxtv.org/anttip/media_tree.git
7198 S:      Maintained
7199 F:      drivers/media/tuners/msi001*
7200
7201 MSI2500 MEDIA DRIVER
7202 M:      Antti Palosaari <crope@iki.fi>
7203 L:      linux-media@vger.kernel.org
7204 W:      http://linuxtv.org/
7205 W:      http://palosaari.fi/linux/
7206 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7207 T:      git git://linuxtv.org/anttip/media_tree.git
7208 S:      Maintained
7209 F:      drivers/media/usb/msi2500/
7210
7211 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7212 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7213 L:      linux-mtd@lists.infradead.org
7214 S:      Maintained
7215 F:      drivers/mtd/devices/docg3*
7216
7217 MT9M032 APTINA SENSOR DRIVER
7218 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7219 L:      linux-media@vger.kernel.org
7220 T:      git git://linuxtv.org/media_tree.git
7221 S:      Maintained
7222 F:      drivers/media/i2c/mt9m032.c
7223 F:      include/media/mt9m032.h
7224
7225 MT9P031 APTINA CAMERA SENSOR
7226 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7227 L:      linux-media@vger.kernel.org
7228 T:      git git://linuxtv.org/media_tree.git
7229 S:      Maintained
7230 F:      drivers/media/i2c/mt9p031.c
7231 F:      include/media/mt9p031.h
7232
7233 MT9T001 APTINA CAMERA SENSOR
7234 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7235 L:      linux-media@vger.kernel.org
7236 T:      git git://linuxtv.org/media_tree.git
7237 S:      Maintained
7238 F:      drivers/media/i2c/mt9t001.c
7239 F:      include/media/mt9t001.h
7240
7241 MT9V032 APTINA CAMERA SENSOR
7242 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7243 L:      linux-media@vger.kernel.org
7244 T:      git git://linuxtv.org/media_tree.git
7245 S:      Maintained
7246 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7247 F:      drivers/media/i2c/mt9v032.c
7248 F:      include/media/mt9v032.h
7249
7250 MULTIFUNCTION DEVICES (MFD)
7251 M:      Lee Jones <lee.jones@linaro.org>
7252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7253 S:      Supported
7254 F:      drivers/mfd/
7255 F:      include/linux/mfd/
7256
7257 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7258 M:      Ulf Hansson <ulf.hansson@linaro.org>
7259 L:      linux-mmc@vger.kernel.org
7260 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7261 S:      Maintained
7262 F:      drivers/mmc/
7263 F:      include/linux/mmc/
7264 F:      include/uapi/linux/mmc/
7265
7266 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7267 S:      Orphan
7268 F:      drivers/mmc/host/mmc_spi.c
7269 F:      include/linux/spi/mmc_spi.h
7270
7271 MULTISOUND SOUND DRIVER
7272 M:      Andrew Veliath <andrewtv@usa.net>
7273 S:      Maintained
7274 F:      Documentation/sound/oss/MultiSound
7275 F:      sound/oss/msnd*
7276
7277 MULTITECH MULTIPORT CARD (ISICOM)
7278 S:      Orphan
7279 F:      drivers/tty/isicom.c
7280 F:      include/linux/isicom.h
7281
7282 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7283 M:      Felipe Balbi <balbi@ti.com>
7284 L:      linux-usb@vger.kernel.org
7285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7286 S:      Maintained
7287 F:      drivers/usb/musb/
7288
7289 MXL5007T MEDIA DRIVER
7290 M:      Michael Krufky <mkrufky@linuxtv.org>
7291 L:      linux-media@vger.kernel.org
7292 W:      http://linuxtv.org/
7293 W:      http://github.com/mkrufky
7294 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7295 T:      git git://linuxtv.org/mkrufky/tuners.git
7296 S:      Maintained
7297 F:      drivers/media/tuners/mxl5007t.*
7298
7299 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7300 M:      Hyong-Youb Kim <hykim@myri.com>
7301 L:      netdev@vger.kernel.org
7302 W:      https://www.myricom.com/support/downloads/myri10ge.html
7303 S:      Supported
7304 F:      drivers/net/ethernet/myricom/myri10ge/
7305
7306 NATSEMI ETHERNET DRIVER (DP8381x)
7307 S:      Orphan
7308 F:      drivers/net/ethernet/natsemi/natsemi.c
7309
7310 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7311 M:      Daniel Mack <zonque@gmail.com>
7312 S:      Maintained
7313 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7314 W:      http://www.native-instruments.com
7315 F:      sound/usb/caiaq/
7316
7317 NCP FILESYSTEM
7318 M:      Petr Vandrovec <petr@vandrovec.name>
7319 S:      Odd Fixes
7320 F:      fs/ncpfs/
7321
7322 NCR 5380 SCSI DRIVERS
7323 M:      Finn Thain <fthain@telegraphics.com.au>
7324 M:      Michael Schmitz <schmitzmic@gmail.com>
7325 L:      linux-scsi@vger.kernel.org
7326 S:      Maintained
7327 F:      Documentation/scsi/g_NCR5380.txt
7328 F:      drivers/scsi/NCR5380.*
7329 F:      drivers/scsi/arm/cumana_1.c
7330 F:      drivers/scsi/arm/oak.c
7331 F:      drivers/scsi/atari_NCR5380.c
7332 F:      drivers/scsi/atari_scsi.*
7333 F:      drivers/scsi/dmx3191d.c
7334 F:      drivers/scsi/dtc.*
7335 F:      drivers/scsi/g_NCR5380.*
7336 F:      drivers/scsi/g_NCR5380_mmio.c
7337 F:      drivers/scsi/mac_scsi.*
7338 F:      drivers/scsi/pas16.*
7339 F:      drivers/scsi/sun3_scsi.*
7340 F:      drivers/scsi/sun3_scsi_vme.c
7341 F:      drivers/scsi/t128.*
7342
7343 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7344 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7345 L:      linux-scsi@vger.kernel.org
7346 S:      Maintained
7347 F:      drivers/scsi/NCR_D700.*
7348
7349 NCT6775 HARDWARE MONITOR DRIVER
7350 M:      Guenter Roeck <linux@roeck-us.net>
7351 L:      linux-hwmon@vger.kernel.org
7352 S:      Maintained
7353 F:      Documentation/hwmon/nct6775
7354 F:      drivers/hwmon/nct6775.c
7355
7356 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7357 M:      Faisal Latif <faisal.latif@intel.com>
7358 L:      linux-rdma@vger.kernel.org
7359 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7360 S:      Supported
7361 F:      drivers/infiniband/hw/nes/
7362
7363 NETEM NETWORK EMULATOR
7364 M:      Stephen Hemminger <stephen@networkplumber.org>
7365 L:      netem@lists.linux-foundation.org
7366 S:      Maintained
7367 F:      net/sched/sch_netem.c
7368
7369 NETERION 10GbE DRIVERS (s2io/vxge)
7370 M:      Jon Mason <jdmason@kudzu.us>
7371 L:      netdev@vger.kernel.org
7372 S:      Supported
7373 F:      Documentation/networking/s2io.txt
7374 F:      Documentation/networking/vxge.txt
7375 F:      drivers/net/ethernet/neterion/
7376
7377 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7378 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7379 M:      Patrick McHardy <kaber@trash.net>
7380 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7381 L:      netfilter-devel@vger.kernel.org
7382 L:      coreteam@netfilter.org
7383 W:      http://www.netfilter.org/
7384 W:      http://www.iptables.org/
7385 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7386 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7388 S:      Supported
7389 F:      include/linux/netfilter*
7390 F:      include/linux/netfilter/
7391 F:      include/net/netfilter/
7392 F:      include/uapi/linux/netfilter*
7393 F:      include/uapi/linux/netfilter/
7394 F:      net/*/netfilter.c
7395 F:      net/*/netfilter/
7396 F:      net/netfilter/
7397 F:      net/bridge/br_netfilter*.c
7398
7399 NETLABEL
7400 M:      Paul Moore <paul@paul-moore.com>
7401 W:      http://netlabel.sf.net
7402 L:      netdev@vger.kernel.org
7403 S:      Maintained
7404 F:      Documentation/netlabel/
7405 F:      include/net/netlabel.h
7406 F:      net/netlabel/
7407
7408 NETROM NETWORK LAYER
7409 M:      Ralf Baechle <ralf@linux-mips.org>
7410 L:      linux-hams@vger.kernel.org
7411 W:      http://www.linux-ax25.org/
7412 S:      Maintained
7413 F:      include/net/netrom.h
7414 F:      include/uapi/linux/netrom.h
7415 F:      net/netrom/
7416
7417 NETWORK BLOCK DEVICE (NBD)
7418 M:      Markus Pargmann <mpa@pengutronix.de>
7419 S:      Maintained
7420 L:      nbd-general@lists.sourceforge.net
7421 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7422 F:      Documentation/blockdev/nbd.txt
7423 F:      drivers/block/nbd.c
7424 F:      include/uapi/linux/nbd.h
7425
7426 NETWORK DROP MONITOR
7427 M:      Neil Horman <nhorman@tuxdriver.com>
7428 L:      netdev@vger.kernel.org
7429 S:      Maintained
7430 W:      https://fedorahosted.org/dropwatch/
7431 F:      net/core/drop_monitor.c
7432
7433 NETWORKING [GENERAL]
7434 M:      "David S. Miller" <davem@davemloft.net>
7435 L:      netdev@vger.kernel.org
7436 W:      http://www.linuxfoundation.org/en/Net
7437 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7440 S:      Maintained
7441 F:      net/
7442 F:      include/net/
7443 F:      include/linux/in.h
7444 F:      include/linux/net.h
7445 F:      include/linux/netdevice.h
7446 F:      include/uapi/linux/in.h
7447 F:      include/uapi/linux/net.h
7448 F:      include/uapi/linux/netdevice.h
7449 F:      include/uapi/linux/net_namespace.h
7450 F:      tools/net/
7451 F:      tools/testing/selftests/net/
7452 F:      lib/random32.c
7453 F:      lib/test_bpf.c
7454
7455 NETWORKING [IPv4/IPv6]
7456 M:      "David S. Miller" <davem@davemloft.net>
7457 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7458 M:      James Morris <jmorris@namei.org>
7459 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7460 M:      Patrick McHardy <kaber@trash.net>
7461 L:      netdev@vger.kernel.org
7462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7463 S:      Maintained
7464 F:      net/ipv4/
7465 F:      net/ipv6/
7466 F:      include/net/ip*
7467 F:      arch/x86/net/*
7468
7469 NETWORKING [IPSEC]
7470 M:      Steffen Klassert <steffen.klassert@secunet.com>
7471 M:      Herbert Xu <herbert@gondor.apana.org.au>
7472 M:      "David S. Miller" <davem@davemloft.net>
7473 L:      netdev@vger.kernel.org
7474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7476 S:      Maintained
7477 F:      net/core/flow.c
7478 F:      net/xfrm/
7479 F:      net/key/
7480 F:      net/ipv4/xfrm*
7481 F:      net/ipv4/esp4.c
7482 F:      net/ipv4/ah4.c
7483 F:      net/ipv4/ipcomp.c
7484 F:      net/ipv4/ip_vti.c
7485 F:      net/ipv6/xfrm*
7486 F:      net/ipv6/esp6.c
7487 F:      net/ipv6/ah6.c
7488 F:      net/ipv6/ipcomp6.c
7489 F:      net/ipv6/ip6_vti.c
7490 F:      include/uapi/linux/xfrm.h
7491 F:      include/net/xfrm.h
7492
7493 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7494 M:      Paul Moore <paul@paul-moore.com>
7495 L:      netdev@vger.kernel.org
7496 S:      Maintained
7497
7498 NETWORKING [WIRELESS]
7499 L:      linux-wireless@vger.kernel.org
7500 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7501
7502 NETWORKING DRIVERS
7503 L:      netdev@vger.kernel.org
7504 W:      http://www.linuxfoundation.org/en/Net
7505 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7508 S:      Odd Fixes
7509 F:      drivers/net/
7510 F:      include/linux/if_*
7511 F:      include/linux/netdevice.h
7512 F:      include/linux/etherdevice.h
7513 F:      include/linux/fcdevice.h
7514 F:      include/linux/fddidevice.h
7515 F:      include/linux/hippidevice.h
7516 F:      include/linux/inetdevice.h
7517 F:      include/uapi/linux/if_*
7518 F:      include/uapi/linux/netdevice.h
7519
7520 NETWORKING DRIVERS (WIRELESS)
7521 M:      Kalle Valo <kvalo@codeaurora.org>
7522 L:      linux-wireless@vger.kernel.org
7523 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7525 S:      Maintained
7526 F:      drivers/net/wireless/
7527
7528 NETXEN (1/10) GbE SUPPORT
7529 M:      Manish Chopra <manish.chopra@qlogic.com>
7530 M:      Sony Chacko <sony.chacko@qlogic.com>
7531 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7532 L:      netdev@vger.kernel.org
7533 W:      http://www.qlogic.com
7534 S:      Supported
7535 F:      drivers/net/ethernet/qlogic/netxen/
7536
7537 NFC SUBSYSTEM
7538 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7539 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7540 M:      Samuel Ortiz <sameo@linux.intel.com>
7541 L:      linux-wireless@vger.kernel.org
7542 L:      linux-nfc@lists.01.org (subscribers-only)
7543 S:      Supported
7544 F:      net/nfc/
7545 F:      include/net/nfc/
7546 F:      include/uapi/linux/nfc.h
7547 F:      drivers/nfc/
7548 F:      include/linux/platform_data/pn544.h
7549 F:      Documentation/devicetree/bindings/net/nfc/
7550
7551 NFS, SUNRPC, AND LOCKD CLIENTS
7552 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7553 M:      Anna Schumaker <anna.schumaker@netapp.com>
7554 L:      linux-nfs@vger.kernel.org
7555 W:      http://client.linux-nfs.org
7556 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7557 S:      Maintained
7558 F:      fs/lockd/
7559 F:      fs/nfs/
7560 F:      fs/nfs_common/
7561 F:      net/sunrpc/
7562 F:      include/linux/lockd/
7563 F:      include/linux/nfs*
7564 F:      include/linux/sunrpc/
7565 F:      include/uapi/linux/nfs*
7566 F:      include/uapi/linux/sunrpc/
7567
7568 NILFS2 FILESYSTEM
7569 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7570 L:      linux-nilfs@vger.kernel.org
7571 W:      http://nilfs.sourceforge.net/
7572 T:      git git://github.com/konis/nilfs2.git
7573 S:      Supported
7574 F:      Documentation/filesystems/nilfs2.txt
7575 F:      fs/nilfs2/
7576 F:      include/linux/nilfs2_fs.h
7577 F:      include/trace/events/nilfs2.h
7578
7579 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7580 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7581 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7582 S:      Maintained
7583 F:      Documentation/scsi/NinjaSCSI.txt
7584 F:      drivers/scsi/pcmcia/nsp_*
7585
7586 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7587 M:      GOTO Masanori <gotom@debian.or.jp>
7588 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7589 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7590 S:      Maintained
7591 F:      Documentation/scsi/NinjaSCSI.txt
7592 F:      drivers/scsi/nsp32*
7593
7594 NIOS2 ARCHITECTURE
7595 M:      Ley Foon Tan <lftan@altera.com>
7596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7598 S:      Maintained
7599 F:      arch/nios2/
7600
7601 NOKIA N900 POWER SUPPLY DRIVERS
7602 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7603 S:      Maintained
7604 F:      include/linux/power/bq2415x_charger.h
7605 F:      include/linux/power/bq27xxx_battery.h
7606 F:      include/linux/power/isp1704_charger.h
7607 F:      drivers/power/bq2415x_charger.c
7608 F:      drivers/power/bq27xxx_battery.c
7609 F:      drivers/power/isp1704_charger.c
7610 F:      drivers/power/rx51_battery.c
7611
7612 NTB DRIVER CORE
7613 M:      Jon Mason <jdmason@kudzu.us>
7614 M:      Dave Jiang <dave.jiang@intel.com>
7615 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7616 L:      linux-ntb@googlegroups.com
7617 S:      Supported
7618 W:      https://github.com/jonmason/ntb/wiki
7619 T:      git git://github.com/jonmason/ntb.git
7620 F:      drivers/ntb/
7621 F:      drivers/net/ntb_netdev.c
7622 F:      include/linux/ntb.h
7623 F:      include/linux/ntb_transport.h
7624
7625 NTB INTEL DRIVER
7626 M:      Jon Mason <jdmason@kudzu.us>
7627 M:      Dave Jiang <dave.jiang@intel.com>
7628 L:      linux-ntb@googlegroups.com
7629 S:      Supported
7630 W:      https://github.com/jonmason/ntb/wiki
7631 T:      git git://github.com/jonmason/ntb.git
7632 F:      drivers/ntb/hw/intel/
7633
7634 NTFS FILESYSTEM
7635 M:      Anton Altaparmakov <anton@tuxera.com>
7636 L:      linux-ntfs-dev@lists.sourceforge.net
7637 W:      http://www.tuxera.com/
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7639 S:      Supported
7640 F:      Documentation/filesystems/ntfs.txt
7641 F:      fs/ntfs/
7642
7643 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7644 M:      Antonino Daplas <adaplas@gmail.com>
7645 L:      linux-fbdev@vger.kernel.org
7646 S:      Maintained
7647 F:      drivers/video/fbdev/riva/
7648 F:      drivers/video/fbdev/nvidia/
7649
7650 NVM EXPRESS DRIVER
7651 M:      Keith Busch <keith.busch@intel.com>
7652 M:      Jens Axboe <axboe@fb.com>
7653 L:      linux-nvme@lists.infradead.org
7654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7655 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7656 S:      Supported
7657 F:      drivers/nvme/host/
7658 F:      include/linux/nvme.h
7659
7660 NVMEM FRAMEWORK
7661 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7662 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7663 S:      Maintained
7664 F:      drivers/nvmem/
7665 F:      Documentation/devicetree/bindings/nvmem/
7666 F:      include/linux/nvmem-consumer.h
7667 F:      include/linux/nvmem-provider.h
7668
7669 NXP-NCI NFC DRIVER
7670 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7671 R:      Charles Gorand <charles.gorand@effinnov.com>
7672 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7673 S:      Supported
7674 F:      drivers/nfc/nxp-nci
7675
7676 NXP TDA998X DRM DRIVER
7677 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7678 S:      Supported
7679 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7680 F:      include/drm/i2c/tda998x.h
7681
7682 NXP TFA9879 DRIVER
7683 M:      Peter Rosin <peda@axentia.se>
7684 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7685 S:      Maintained
7686 F:      sound/soc/codecs/tfa9879*
7687
7688 OMAP SUPPORT
7689 M:      Tony Lindgren <tony@atomide.com>
7690 L:      linux-omap@vger.kernel.org
7691 W:      http://www.muru.com/linux/omap/
7692 W:      http://linux.omap.com/
7693 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7695 S:      Maintained
7696 F:      arch/arm/*omap*/
7697 F:      arch/arm/configs/omap1_defconfig
7698 F:      arch/arm/configs/omap2plus_defconfig
7699 F:      drivers/i2c/busses/i2c-omap.c
7700 F:      drivers/irqchip/irq-omap-intc.c
7701 F:      drivers/mfd/*omap*.c
7702 F:      drivers/mfd/menelaus.c
7703 F:      drivers/mfd/palmas.c
7704 F:      drivers/mfd/tps65217.c
7705 F:      drivers/mfd/tps65218.c
7706 F:      drivers/mfd/tps65910.c
7707 F:      drivers/mfd/twl-core.[ch]
7708 F:      drivers/mfd/twl4030*.c
7709 F:      drivers/mfd/twl6030*.c
7710 F:      drivers/mfd/twl6040*.c
7711 F:      drivers/regulator/palmas-regulator*.c
7712 F:      drivers/regulator/pbias-regulator.c
7713 F:      drivers/regulator/tps65217-regulator.c
7714 F:      drivers/regulator/tps65218-regulator.c
7715 F:      drivers/regulator/tps65910-regulator.c
7716 F:      drivers/regulator/twl-regulator.c
7717 F:      include/linux/i2c-omap.h
7718
7719 OMAP DEVICE TREE SUPPORT
7720 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7721 M:      Tony Lindgren <tony@atomide.com>
7722 L:      linux-omap@vger.kernel.org
7723 L:      devicetree@vger.kernel.org
7724 S:      Maintained
7725 F:      arch/arm/boot/dts/*omap*
7726 F:      arch/arm/boot/dts/*am3*
7727 F:      arch/arm/boot/dts/*am4*
7728 F:      arch/arm/boot/dts/*am5*
7729 F:      arch/arm/boot/dts/*dra7*
7730
7731 OMAP CLOCK FRAMEWORK SUPPORT
7732 M:      Paul Walmsley <paul@pwsan.com>
7733 L:      linux-omap@vger.kernel.org
7734 S:      Maintained
7735 F:      arch/arm/*omap*/*clock*
7736
7737 OMAP POWER MANAGEMENT SUPPORT
7738 M:      Kevin Hilman <khilman@deeprootsystems.com>
7739 L:      linux-omap@vger.kernel.org
7740 S:      Maintained
7741 F:      arch/arm/*omap*/*pm*
7742 F:      drivers/cpufreq/omap-cpufreq.c
7743
7744 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7745 M:      Rajendra Nayak <rnayak@ti.com>
7746 M:      Paul Walmsley <paul@pwsan.com>
7747 L:      linux-omap@vger.kernel.org
7748 S:      Maintained
7749 F:      arch/arm/mach-omap2/prm*
7750
7751 OMAP AUDIO SUPPORT
7752 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7753 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7754 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7755 L:      linux-omap@vger.kernel.org
7756 S:      Maintained
7757 F:      sound/soc/omap/
7758
7759 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7760 M:      Roger Quadros <rogerq@ti.com>
7761 M:      Tony Lindgren <tony@atomide.com>
7762 L:      linux-omap@vger.kernel.org
7763 S:      Maintained
7764 F:      drivers/memory/omap-gpmc.c
7765 F:      arch/arm/mach-omap2/*gpmc*
7766
7767 OMAP FRAMEBUFFER SUPPORT
7768 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7769 L:      linux-fbdev@vger.kernel.org
7770 L:      linux-omap@vger.kernel.org
7771 S:      Maintained
7772 F:      drivers/video/fbdev/omap/
7773
7774 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7775 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7776 L:      linux-omap@vger.kernel.org
7777 L:      linux-fbdev@vger.kernel.org
7778 S:      Maintained
7779 F:      drivers/video/fbdev/omap2/
7780 F:      Documentation/arm/OMAP/DSS
7781
7782 OMAP HARDWARE SPINLOCK SUPPORT
7783 M:      Ohad Ben-Cohen <ohad@wizery.com>
7784 L:      linux-omap@vger.kernel.org
7785 S:      Maintained
7786 F:      drivers/hwspinlock/omap_hwspinlock.c
7787
7788 OMAP MMC SUPPORT
7789 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7790 L:      linux-omap@vger.kernel.org
7791 S:      Maintained
7792 F:      drivers/mmc/host/omap.c
7793
7794 OMAP HS MMC SUPPORT
7795 L:      linux-mmc@vger.kernel.org
7796 L:      linux-omap@vger.kernel.org
7797 S:      Orphan
7798 F:      drivers/mmc/host/omap_hsmmc.c
7799
7800 OMAP RANDOM NUMBER GENERATOR SUPPORT
7801 M:      Deepak Saxena <dsaxena@plexity.net>
7802 S:      Maintained
7803 F:      drivers/char/hw_random/omap-rng.c
7804
7805 OMAP HWMOD SUPPORT
7806 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7807 M:      Paul Walmsley <paul@pwsan.com>
7808 L:      linux-omap@vger.kernel.org
7809 S:      Maintained
7810 F:      arch/arm/mach-omap2/omap_hwmod.*
7811
7812 OMAP HWMOD DATA
7813 M:      Paul Walmsley <paul@pwsan.com>
7814 L:      linux-omap@vger.kernel.org
7815 S:      Maintained
7816 F:      arch/arm/mach-omap2/omap_hwmod*data*
7817
7818 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7819 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7820 L:      linux-omap@vger.kernel.org
7821 S:      Maintained
7822 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7823
7824 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7825 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7826 L:      linux-media@vger.kernel.org
7827 S:      Maintained
7828 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7829 F:      drivers/media/platform/omap3isp/
7830 F:      drivers/staging/media/omap4iss/
7831
7832 OMAP USB SUPPORT
7833 M:      Felipe Balbi <balbi@ti.com>
7834 L:      linux-usb@vger.kernel.org
7835 L:      linux-omap@vger.kernel.org
7836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7837 S:      Maintained
7838 F:      drivers/usb/*/*omap*
7839 F:      arch/arm/*omap*/usb*
7840
7841 OMAP GPIO DRIVER
7842 M:      Javier Martinez Canillas <javier@dowhile0.org>
7843 M:      Santosh Shilimkar <ssantosh@kernel.org>
7844 M:      Kevin Hilman <khilman@deeprootsystems.com>
7845 L:      linux-omap@vger.kernel.org
7846 S:      Maintained
7847 F:      drivers/gpio/gpio-omap.c
7848
7849 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7850 M:      Mark Jackson <mpfj@newflow.co.uk>
7851 L:      linux-omap@vger.kernel.org
7852 S:      Maintained
7853 F:      arch/arm/boot/dts/am335x-nano.dts
7854
7855 OMFS FILESYSTEM
7856 M:      Bob Copeland <me@bobcopeland.com>
7857 L:      linux-karma-devel@lists.sourceforge.net
7858 S:      Maintained
7859 F:      Documentation/filesystems/omfs.txt
7860 F:      fs/omfs/
7861
7862 OMNIKEY CARDMAN 4000 DRIVER
7863 M:      Harald Welte <laforge@gnumonks.org>
7864 S:      Maintained
7865 F:      drivers/char/pcmcia/cm4000_cs.c
7866 F:      include/linux/cm4000_cs.h
7867 F:      include/uapi/linux/cm4000_cs.h
7868
7869 OMNIKEY CARDMAN 4040 DRIVER
7870 M:      Harald Welte <laforge@gnumonks.org>
7871 S:      Maintained
7872 F:      drivers/char/pcmcia/cm4040_cs.*
7873
7874 OMNIVISION OV7670 SENSOR DRIVER
7875 M:      Jonathan Corbet <corbet@lwn.net>
7876 L:      linux-media@vger.kernel.org
7877 T:      git git://linuxtv.org/media_tree.git
7878 S:      Maintained
7879 F:      drivers/media/i2c/ov7670.c
7880
7881 ONENAND FLASH DRIVER
7882 M:      Kyungmin Park <kyungmin.park@samsung.com>
7883 L:      linux-mtd@lists.infradead.org
7884 S:      Maintained
7885 F:      drivers/mtd/onenand/
7886 F:      include/linux/mtd/onenand*.h
7887
7888 ONSTREAM SCSI TAPE DRIVER
7889 M:      Willem Riede <osst@riede.org>
7890 L:      osst-users@lists.sourceforge.net
7891 L:      linux-scsi@vger.kernel.org
7892 S:      Maintained
7893 F:      Documentation/scsi/osst.txt
7894 F:      drivers/scsi/osst.*
7895 F:      drivers/scsi/osst_*.h
7896 F:      drivers/scsi/st.h
7897
7898 OPENCORES I2C BUS DRIVER
7899 M:      Peter Korsgaard <jacmet@sunsite.dk>
7900 L:      linux-i2c@vger.kernel.org
7901 S:      Maintained
7902 F:      Documentation/i2c/busses/i2c-ocores
7903 F:      drivers/i2c/busses/i2c-ocores.c
7904
7905 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7906 M:      Rob Herring <robh+dt@kernel.org>
7907 M:      Frank Rowand <frowand.list@gmail.com>
7908 M:      Grant Likely <grant.likely@linaro.org>
7909 L:      devicetree@vger.kernel.org
7910 W:      http://www.devicetree.org/
7911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7912 S:      Maintained
7913 F:      drivers/of/
7914 F:      include/linux/of*.h
7915 F:      scripts/dtc/
7916
7917 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7918 M:      Rob Herring <robh+dt@kernel.org>
7919 M:      Pawel Moll <pawel.moll@arm.com>
7920 M:      Mark Rutland <mark.rutland@arm.com>
7921 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7922 M:      Kumar Gala <galak@codeaurora.org>
7923 L:      devicetree@vger.kernel.org
7924 S:      Maintained
7925 F:      Documentation/devicetree/
7926 F:      arch/*/boot/dts/
7927 F:      include/dt-bindings/
7928
7929 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7930 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7931 L:      devicetree@vger.kernel.org
7932 S:      Maintained
7933 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7934 F:      Documentation/devicetree/overlay-notes.txt
7935 F:      drivers/of/overlay.c
7936 F:      drivers/of/resolver.c
7937
7938 OPENRISC ARCHITECTURE
7939 M:      Jonas Bonn <jonas@southpole.se>
7940 W:      http://openrisc.net
7941 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7942 S:      Maintained
7943 T:      git git://openrisc.net/~jonas/linux
7944 F:      arch/openrisc/
7945
7946 OPENVSWITCH
7947 M:      Pravin Shelar <pshelar@nicira.com>
7948 L:      netdev@vger.kernel.org
7949 L:      dev@openvswitch.org
7950 W:      http://openvswitch.org
7951 S:      Maintained
7952 F:      net/openvswitch/
7953 F:      include/uapi/linux/openvswitch.h
7954
7955 OPERATING PERFORMANCE POINTS (OPP)
7956 M:      Viresh Kumar <vireshk@kernel.org>
7957 M:      Nishanth Menon <nm@ti.com>
7958 M:      Stephen Boyd <sboyd@codeaurora.org>
7959 L:      linux-pm@vger.kernel.org
7960 S:      Maintained
7961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git
7962 F:      drivers/base/power/opp/
7963 F:      include/linux/pm_opp.h
7964 F:      Documentation/power/opp.txt
7965 F:      Documentation/devicetree/bindings/opp/
7966
7967 OPL4 DRIVER
7968 M:      Clemens Ladisch <clemens@ladisch.de>
7969 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7970 T:      git git://git.alsa-project.org/alsa-kernel.git
7971 S:      Maintained
7972 F:      sound/drivers/opl4/
7973
7974 OPROFILE
7975 M:      Robert Richter <rric@kernel.org>
7976 L:      oprofile-list@lists.sf.net
7977 S:      Maintained
7978 F:      arch/*/include/asm/oprofile*.h
7979 F:      arch/*/oprofile/
7980 F:      drivers/oprofile/
7981 F:      include/linux/oprofile.h
7982
7983 OP-TEE DRIVER
7984 M:      Jens Wiklander <jens.wiklander@linaro.org>
7985 S:      Maintained
7986 F:      drivers/tee/optee/
7987
7988 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7989 M:      Mark Fasheh <mfasheh@suse.com>
7990 M:      Joel Becker <jlbec@evilplan.org>
7991 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7992 W:      http://ocfs2.wiki.kernel.org
7993 S:      Supported
7994 F:      Documentation/filesystems/ocfs2.txt
7995 F:      Documentation/filesystems/dlmfs.txt
7996 F:      fs/ocfs2/
7997
7998 ORINOCO DRIVER
7999 L:      linux-wireless@vger.kernel.org
8000 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
8001 W:      http://www.nongnu.org/orinoco/
8002 S:      Orphan
8003 F:      drivers/net/wireless/orinoco/
8004
8005 OSD LIBRARY and FILESYSTEM
8006 M:      Boaz Harrosh <ooo@electrozaur.com>
8007 M:      Benny Halevy <bhalevy@primarydata.com>
8008 L:      osd-dev@open-osd.org
8009 W:      http://open-osd.org
8010 T:      git git://git.open-osd.org/open-osd.git
8011 S:      Maintained
8012 F:      drivers/scsi/osd/
8013 F:      include/scsi/osd_*
8014 F:      fs/exofs/
8015
8016 OVERLAY FILESYSTEM
8017 M:      Miklos Szeredi <miklos@szeredi.hu>
8018 L:      linux-unionfs@vger.kernel.org
8019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
8020 S:      Supported
8021 F:      fs/overlayfs/
8022 F:      Documentation/filesystems/overlayfs.txt
8023
8024 P54 WIRELESS DRIVER
8025 M:      Christian Lamparter <chunkeey@googlemail.com>
8026 L:      linux-wireless@vger.kernel.org
8027 W:      http://wireless.kernel.org/en/users/Drivers/p54
8028 S:      Maintained
8029 F:      drivers/net/wireless/p54/
8030
8031 PA SEMI ETHERNET DRIVER
8032 M:      Olof Johansson <olof@lixom.net>
8033 L:      netdev@vger.kernel.org
8034 S:      Maintained
8035 F:      drivers/net/ethernet/pasemi/*
8036
8037 PA SEMI SMBUS DRIVER
8038 M:      Olof Johansson <olof@lixom.net>
8039 L:      linux-i2c@vger.kernel.org
8040 S:      Maintained
8041 F:      drivers/i2c/busses/i2c-pasemi.c
8042
8043 PADATA PARALLEL EXECUTION MECHANISM
8044 M:      Steffen Klassert <steffen.klassert@secunet.com>
8045 L:      linux-crypto@vger.kernel.org
8046 S:      Maintained
8047 F:      kernel/padata.c
8048 F:      include/linux/padata.h
8049 F:      Documentation/padata.txt
8050
8051 PANASONIC LAPTOP ACPI EXTRAS DRIVER
8052 M:      Harald Welte <laforge@gnumonks.org>
8053 L:      platform-driver-x86@vger.kernel.org
8054 S:      Maintained
8055 F:      drivers/platform/x86/panasonic-laptop.c
8056
8057 PANASONIC MN10300/AM33/AM34 PORT
8058 M:      David Howells <dhowells@redhat.com>
8059 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
8060 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
8061 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
8062 S:      Maintained
8063 F:      Documentation/mn10300/
8064 F:      arch/mn10300/
8065
8066 PARALLEL PORT SUBSYSTEM
8067 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
8068 M:      Sudip Mukherjee <sudip@vectorindia.org>
8069 L:      linux-parport@lists.infradead.org (subscribers-only)
8070 S:      Maintained
8071 F:      drivers/parport/
8072 F:      include/linux/parport*.h
8073 F:      drivers/char/ppdev.c
8074 F:      include/uapi/linux/ppdev.h
8075 F:      Documentation/parport*.txt
8076
8077 PARAVIRT_OPS INTERFACE
8078 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8079 M:      Chris Wright <chrisw@sous-sol.org>
8080 M:      Alok Kataria <akataria@vmware.com>
8081 M:      Rusty Russell <rusty@rustcorp.com.au>
8082 L:      virtualization@lists.linux-foundation.org
8083 S:      Supported
8084 F:      Documentation/virtual/paravirt_ops.txt
8085 F:      arch/*/kernel/paravirt*
8086 F:      arch/*/include/asm/paravirt.h
8087
8088 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8089 M:      Tim Waugh <tim@cyberelk.net>
8090 L:      linux-parport@lists.infradead.org (subscribers-only)
8091 S:      Maintained
8092 F:      Documentation/blockdev/paride.txt
8093 F:      drivers/block/paride/
8094
8095 PARISC ARCHITECTURE
8096 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8097 M:      Helge Deller <deller@gmx.de>
8098 L:      linux-parisc@vger.kernel.org
8099 W:      http://www.parisc-linux.org/
8100 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8103 S:      Maintained
8104 F:      arch/parisc/
8105 F:      Documentation/parisc/
8106 F:      drivers/parisc/
8107 F:      drivers/char/agp/parisc-agp.c
8108 F:      drivers/input/serio/gscps2.c
8109 F:      drivers/parport/parport_gsc.*
8110 F:      drivers/tty/serial/8250/8250_gsc.c
8111 F:      drivers/video/fbdev/sti*
8112 F:      drivers/video/console/sti*
8113 F:      drivers/video/logo/logo_parisc*
8114
8115 PC87360 HARDWARE MONITORING DRIVER
8116 M:      Jim Cromie <jim.cromie@gmail.com>
8117 L:      linux-hwmon@vger.kernel.org
8118 S:      Maintained
8119 F:      Documentation/hwmon/pc87360
8120 F:      drivers/hwmon/pc87360.c
8121
8122 PC8736x GPIO DRIVER
8123 M:      Jim Cromie <jim.cromie@gmail.com>
8124 S:      Maintained
8125 F:      drivers/char/pc8736x_gpio.c
8126
8127 PC87427 HARDWARE MONITORING DRIVER
8128 M:      Jean Delvare <jdelvare@suse.com>
8129 L:      linux-hwmon@vger.kernel.org
8130 S:      Maintained
8131 F:      Documentation/hwmon/pc87427
8132 F:      drivers/hwmon/pc87427.c
8133
8134 PCA9532 LED DRIVER
8135 M:      Riku Voipio <riku.voipio@iki.fi>
8136 S:      Maintained
8137 F:      drivers/leds/leds-pca9532.c
8138 F:      include/linux/leds-pca9532.h
8139
8140 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8141 M:      Guenter Roeck <linux@roeck-us.net>
8142 L:      linux-i2c@vger.kernel.org
8143 S:      Maintained
8144 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8145
8146 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8147 M:      Khalid Aziz <khalid@gonehiking.org>
8148 S:      Maintained
8149 F:      drivers/firmware/pcdp.*
8150
8151 PCI ERROR RECOVERY
8152 M:      Linas Vepstas <linasvepstas@gmail.com>
8153 L:      linux-pci@vger.kernel.org
8154 S:      Supported
8155 F:      Documentation/PCI/pci-error-recovery.txt
8156
8157 PCI SUBSYSTEM
8158 M:      Bjorn Helgaas <bhelgaas@google.com>
8159 L:      linux-pci@vger.kernel.org
8160 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8162 S:      Supported
8163 F:      Documentation/PCI/
8164 F:      drivers/pci/
8165 F:      include/linux/pci*
8166 F:      arch/x86/pci/
8167 F:      arch/x86/kernel/quirks.c
8168
8169 PCI DRIVER FOR ALTERA PCIE IP
8170 M:      Ley Foon Tan <lftan@altera.com>
8171 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8172 L:      linux-pci@vger.kernel.org
8173 S:      Supported
8174 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8175 F:      drivers/pci/host/pcie-altera.c
8176
8177 PCI DRIVER FOR ARM VERSATILE PLATFORM
8178 M:      Rob Herring <robh@kernel.org>
8179 L:      linux-pci@vger.kernel.org
8180 L:      linux-arm-kernel@lists.infradead.org
8181 S:      Maintained
8182 F:      Documentation/devicetree/bindings/pci/versatile.txt
8183 F:      drivers/pci/host/pci-versatile.c
8184
8185 PCI DRIVER FOR APPLIEDMICRO XGENE
8186 M:      Tanmay Inamdar <tinamdar@apm.com>
8187 L:      linux-pci@vger.kernel.org
8188 L:      linux-arm-kernel@lists.infradead.org
8189 S:      Maintained
8190 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8191 F:      drivers/pci/host/pci-xgene.c
8192
8193 PCI DRIVER FOR FREESCALE LAYERSCAPE
8194 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8195 M:      Mingkai Hu <mingkai.hu@freescale.com>
8196 M:      Roy Zang <tie-fei.zang@freescale.com>
8197 L:      linuxppc-dev@lists.ozlabs.org
8198 L:      linux-pci@vger.kernel.org
8199 L:      linux-arm-kernel@lists.infradead.org
8200 S:      Maintained
8201 F:      drivers/pci/host/*layerscape*
8202
8203 PCI DRIVER FOR IMX6
8204 M:      Richard Zhu <Richard.Zhu@freescale.com>
8205 M:      Lucas Stach <l.stach@pengutronix.de>
8206 L:      linux-pci@vger.kernel.org
8207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8208 S:      Maintained
8209 F:      drivers/pci/host/*imx6*
8210
8211 PCI DRIVER FOR TI KEYSTONE
8212 M:      Murali Karicheri <m-karicheri2@ti.com>
8213 L:      linux-pci@vger.kernel.org
8214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8215 S:      Maintained
8216 F:      drivers/pci/host/*keystone*
8217
8218 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8219 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8220 M:      Jason Cooper <jason@lakedaemon.net>
8221 L:      linux-pci@vger.kernel.org
8222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8223 S:      Maintained
8224 F:      drivers/pci/host/*mvebu*
8225
8226 PCI DRIVER FOR NVIDIA TEGRA
8227 M:      Thierry Reding <thierry.reding@gmail.com>
8228 L:      linux-tegra@vger.kernel.org
8229 L:      linux-pci@vger.kernel.org
8230 S:      Supported
8231 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8232 F:      drivers/pci/host/pci-tegra.c
8233
8234 PCI DRIVER FOR TI DRA7XX
8235 M:      Kishon Vijay Abraham I <kishon@ti.com>
8236 L:      linux-omap@vger.kernel.org
8237 L:      linux-pci@vger.kernel.org
8238 S:      Supported
8239 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8240 F:      drivers/pci/host/pci-dra7xx.c
8241
8242 PCI DRIVER FOR RENESAS R-CAR
8243 M:      Simon Horman <horms@verge.net.au>
8244 L:      linux-pci@vger.kernel.org
8245 L:      linux-sh@vger.kernel.org
8246 S:      Maintained
8247 F:      drivers/pci/host/*rcar*
8248
8249 PCI DRIVER FOR SAMSUNG EXYNOS
8250 M:      Jingoo Han <jingoohan1@gmail.com>
8251 L:      linux-pci@vger.kernel.org
8252 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8253 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8254 S:      Maintained
8255 F:      drivers/pci/host/pci-exynos.c
8256
8257 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8258 M:      Jingoo Han <jingoohan1@gmail.com>
8259 M:      Pratyush Anand <pratyush.anand@gmail.com>
8260 L:      linux-pci@vger.kernel.org
8261 S:      Maintained
8262 F:      drivers/pci/host/*designware*
8263
8264 PCI DRIVER FOR GENERIC OF HOSTS
8265 M:      Will Deacon <will.deacon@arm.com>
8266 L:      linux-pci@vger.kernel.org
8267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8268 S:      Maintained
8269 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8270 F:      drivers/pci/host/pci-host-generic.c
8271
8272 PCIE DRIVER FOR ST SPEAR13XX
8273 M:      Pratyush Anand <pratyush.anand@gmail.com>
8274 L:      linux-pci@vger.kernel.org
8275 S:      Maintained
8276 F:      drivers/pci/host/*spear*
8277
8278 PCI MSI DRIVER FOR ALTERA MSI IP
8279 M:      Ley Foon Tan <lftan@altera.com>
8280 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8281 L:      linux-pci@vger.kernel.org
8282 S:      Supported
8283 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8284 F:      drivers/pci/host/pcie-altera-msi.c
8285
8286 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8287 M:      Duc Dang <dhdang@apm.com>
8288 L:      linux-pci@vger.kernel.org
8289 L:      linux-arm-kernel@lists.infradead.org
8290 S:      Maintained
8291 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8292 F:      drivers/pci/host/pci-xgene-msi.c
8293
8294 PCIE DRIVER FOR HISILICON
8295 M:      Zhou Wang <wangzhou1@hisilicon.com>
8296 L:      linux-pci@vger.kernel.org
8297 S:      Maintained
8298 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8299 F:      drivers/pci/host/pcie-hisi.c
8300
8301 PCMCIA SUBSYSTEM
8302 P:      Linux PCMCIA Team
8303 L:      linux-pcmcia@lists.infradead.org
8304 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8306 S:      Maintained
8307 F:      Documentation/pcmcia/
8308 F:      drivers/pcmcia/
8309 F:      include/pcmcia/
8310
8311 PCNET32 NETWORK DRIVER
8312 M:      Don Fry <pcnet32@frontier.com>
8313 L:      netdev@vger.kernel.org
8314 S:      Maintained
8315 F:      drivers/net/ethernet/amd/pcnet32.c
8316
8317 PCRYPT PARALLEL CRYPTO ENGINE
8318 M:      Steffen Klassert <steffen.klassert@secunet.com>
8319 L:      linux-crypto@vger.kernel.org
8320 S:      Maintained
8321 F:      crypto/pcrypt.c
8322 F:      include/crypto/pcrypt.h
8323
8324 PER-CPU MEMORY ALLOCATOR
8325 M:      Tejun Heo <tj@kernel.org>
8326 M:      Christoph Lameter <cl@linux-foundation.org>
8327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8328 S:      Maintained
8329 F:      include/linux/percpu*.h
8330 F:      mm/percpu*.c
8331 F:      arch/*/include/asm/percpu.h
8332
8333 PER-TASK DELAY ACCOUNTING
8334 M:      Balbir Singh <bsingharora@gmail.com>
8335 S:      Maintained
8336 F:      include/linux/delayacct.h
8337 F:      kernel/delayacct.c
8338
8339 PERFORMANCE EVENTS SUBSYSTEM
8340 M:      Peter Zijlstra <peterz@infradead.org>
8341 M:      Ingo Molnar <mingo@redhat.com>
8342 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8343 L:      linux-kernel@vger.kernel.org
8344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8345 S:      Supported
8346 F:      kernel/events/*
8347 F:      include/linux/perf_event.h
8348 F:      include/uapi/linux/perf_event.h
8349 F:      arch/*/kernel/perf_event*.c
8350 F:      arch/*/kernel/*/perf_event*.c
8351 F:      arch/*/kernel/*/*/perf_event*.c
8352 F:      arch/*/include/asm/perf_event.h
8353 F:      arch/*/kernel/perf_callchain.c
8354 F:      tools/perf/
8355
8356 PERSONALITY HANDLING
8357 M:      Christoph Hellwig <hch@infradead.org>
8358 L:      linux-abi-devel@lists.sourceforge.net
8359 S:      Maintained
8360 F:      include/linux/personality.h
8361 F:      include/uapi/linux/personality.h
8362
8363 PHONET PROTOCOL
8364 M:      Remi Denis-Courmont <courmisch@gmail.com>
8365 S:      Supported
8366 F:      Documentation/networking/phonet.txt
8367 F:      include/linux/phonet.h
8368 F:      include/net/phonet/
8369 F:      include/uapi/linux/phonet.h
8370 F:      net/phonet/
8371
8372 PHRAM MTD DRIVER
8373 M:      Joern Engel <joern@lazybastard.org>
8374 L:      linux-mtd@lists.infradead.org
8375 S:      Maintained
8376 F:      drivers/mtd/devices/phram.c
8377
8378 PICOLCD HID DRIVER
8379 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8380 L:      linux-input@vger.kernel.org
8381 S:      Maintained
8382 F:      drivers/hid/hid-picolcd*
8383
8384 PICOXCELL SUPPORT
8385 M:      Jamie Iles <jamie@jamieiles.com>
8386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8387 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8388 S:      Supported
8389 F:      arch/arm/boot/dts/picoxcell*
8390 F:      arch/arm/mach-picoxcell/
8391 F:      drivers/crypto/picoxcell*
8392
8393 PIN CONTROL SUBSYSTEM
8394 M:      Linus Walleij <linus.walleij@linaro.org>
8395 L:      linux-gpio@vger.kernel.org
8396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8397 S:      Maintained
8398 F:      drivers/pinctrl/
8399 F:      include/linux/pinctrl/
8400
8401 PIN CONTROLLER - ATMEL AT91
8402 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8403 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8404 S:      Maintained
8405 F:      drivers/pinctrl/pinctrl-at91.*
8406
8407 PIN CONTROLLER - ATMEL AT91 PIO4
8408 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8410 L:      linux-gpio@vger.kernel.org
8411 S:      Supported
8412 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8413
8414 PIN CONTROLLER - INTEL
8415 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8416 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8417 S:      Maintained
8418 F:      drivers/pinctrl/intel/
8419
8420 PIN CONTROLLER - RENESAS
8421 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8422 L:      linux-sh@vger.kernel.org
8423 S:      Maintained
8424 F:      drivers/pinctrl/sh-pfc/
8425
8426 PIN CONTROLLER - SAMSUNG
8427 M:      Tomasz Figa <tomasz.figa@gmail.com>
8428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8429 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8430 S:      Maintained
8431 F:      drivers/pinctrl/samsung/
8432
8433 PIN CONTROLLER - SINGLE
8434 M:      Tony Lindgren <tony@atomide.com>
8435 M:      Haojian Zhuang <haojian.zhuang@linaro.org>
8436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8437 L:      linux-omap@vger.kernel.org
8438 S:      Maintained
8439 F:      drivers/pinctrl/pinctrl-single.c
8440
8441 PIN CONTROLLER - ST SPEAR
8442 M:      Viresh Kumar <vireshk@kernel.org>
8443 L:      spear-devel@list.st.com
8444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8445 W:      http://www.st.com/spear
8446 S:      Maintained
8447 F:      drivers/pinctrl/spear/
8448
8449 PKTCDVD DRIVER
8450 M:      Jiri Kosina <jikos@kernel.org>
8451 S:      Maintained
8452 F:      drivers/block/pktcdvd.c
8453 F:      include/linux/pktcdvd.h
8454 F:      include/uapi/linux/pktcdvd.h
8455
8456 PKUNITY SOC DRIVERS
8457 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8458 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8459 S:      Maintained
8460 T:      git git://github.com/gxt/linux.git
8461 F:      drivers/input/serio/i8042-unicore32io.h
8462 F:      drivers/i2c/busses/i2c-puv3.c
8463 F:      drivers/video/fbdev/fb-puv3.c
8464 F:      drivers/rtc/rtc-puv3.c
8465
8466 PMBUS HARDWARE MONITORING DRIVERS
8467 M:      Guenter Roeck <linux@roeck-us.net>
8468 L:      linux-hwmon@vger.kernel.org
8469 W:      http://hwmon.wiki.kernel.org/
8470 W:      http://www.roeck-us.net/linux/drivers/
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8472 S:      Maintained
8473 F:      Documentation/hwmon/pmbus
8474 F:      drivers/hwmon/pmbus/
8475 F:      include/linux/i2c/pmbus.h
8476
8477 PMC SIERRA MaxRAID DRIVER
8478 L:      linux-scsi@vger.kernel.org
8479 W:      http://www.pmc-sierra.com/
8480 S:      Orphan
8481 F:      drivers/scsi/pmcraid.*
8482
8483 PMC SIERRA PM8001 DRIVER
8484 M:      Jack Wang <jinpu.wang@profitbricks.com>
8485 M:      lindar_liu@usish.com
8486 L:      pmchba@pmcs.com
8487 L:      linux-scsi@vger.kernel.org
8488 S:      Supported
8489 F:      drivers/scsi/pm8001/
8490
8491 POSIX CLOCKS and TIMERS
8492 M:      Thomas Gleixner <tglx@linutronix.de>
8493 L:      linux-kernel@vger.kernel.org
8494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8495 S:      Maintained
8496 F:      fs/timerfd.c
8497 F:      include/linux/timer*
8498 F:      kernel/time/*timer*
8499
8500 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8501 M:      Sebastian Reichel <sre@kernel.org>
8502 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8503 M:      David Woodhouse <dwmw2@infradead.org>
8504 L:      linux-pm@vger.kernel.org
8505 T:      git git://git.infradead.org/battery-2.6.git
8506 S:      Maintained
8507 F:      include/linux/power_supply.h
8508 F:      drivers/power/
8509 X:      drivers/power/avs/
8510
8511 POWER STATE COORDINATION INTERFACE (PSCI)
8512 M:      Mark Rutland <mark.rutland@arm.com>
8513 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8514 L:      linux-arm-kernel@lists.infradead.org
8515 S:      Maintained
8516 F:      drivers/firmware/psci.c
8517 F:      include/linux/psci.h
8518 F:      include/uapi/linux/psci.h
8519
8520 PNP SUPPORT
8521 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8522 S:      Maintained
8523 F:      drivers/pnp/
8524
8525 PPP PROTOCOL DRIVERS AND COMPRESSORS
8526 M:      Paul Mackerras <paulus@samba.org>
8527 L:      linux-ppp@vger.kernel.org
8528 S:      Maintained
8529 F:      drivers/net/ppp/ppp_*
8530
8531 PPP OVER ATM (RFC 2364)
8532 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8533 S:      Maintained
8534 F:      net/atm/pppoatm.c
8535 F:      include/uapi/linux/atmppp.h
8536
8537 PPP OVER ETHERNET
8538 M:      Michal Ostrowski <mostrows@earthlink.net>
8539 S:      Maintained
8540 F:      drivers/net/ppp/pppoe.c
8541 F:      drivers/net/ppp/pppox.c
8542
8543 PPP OVER L2TP
8544 M:      James Chapman <jchapman@katalix.com>
8545 S:      Maintained
8546 F:      net/l2tp/l2tp_ppp.c
8547 F:      include/linux/if_pppol2tp.h
8548 F:      include/uapi/linux/if_pppol2tp.h
8549
8550 PPS SUPPORT
8551 M:      Rodolfo Giometti <giometti@enneenne.com>
8552 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8553 L:      linuxpps@ml.enneenne.com (subscribers-only)
8554 S:      Maintained
8555 F:      Documentation/pps/
8556 F:      drivers/pps/
8557 F:      include/linux/pps*.h
8558
8559 PPTP DRIVER
8560 M:      Dmitry Kozlov <xeb@mail.ru>
8561 L:      netdev@vger.kernel.org
8562 S:      Maintained
8563 F:      drivers/net/ppp/pptp.c
8564 W:      http://sourceforge.net/projects/accel-pptp
8565
8566 PREEMPTIBLE KERNEL
8567 M:      Robert Love <rml@tech9.net>
8568 L:      kpreempt-tech@lists.sourceforge.net
8569 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8570 S:      Supported
8571 F:      Documentation/preempt-locking.txt
8572 F:      include/linux/preempt.h
8573
8574 PRISM54 WIRELESS DRIVER
8575 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8576 L:      linux-wireless@vger.kernel.org
8577 W:      http://wireless.kernel.org/en/users/Drivers/p54
8578 S:      Obsolete
8579 F:      drivers/net/wireless/prism54/
8580
8581 PS3 NETWORK SUPPORT
8582 M:      Geoff Levand <geoff@infradead.org>
8583 L:      netdev@vger.kernel.org
8584 L:      linuxppc-dev@lists.ozlabs.org
8585 S:      Maintained
8586 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8587
8588 PS3 PLATFORM SUPPORT
8589 M:      Geoff Levand <geoff@infradead.org>
8590 L:      linuxppc-dev@lists.ozlabs.org
8591 S:      Maintained
8592 F:      arch/powerpc/boot/ps3*
8593 F:      arch/powerpc/include/asm/lv1call.h
8594 F:      arch/powerpc/include/asm/ps3*.h
8595 F:      arch/powerpc/platforms/ps3/
8596 F:      drivers/*/ps3*
8597 F:      drivers/ps3/
8598 F:      drivers/rtc/rtc-ps3.c
8599 F:      drivers/usb/host/*ps3.c
8600 F:      sound/ppc/snd_ps3*
8601
8602 PS3VRAM DRIVER
8603 M:      Jim Paris <jim@jtan.com>
8604 M:      Geoff Levand <geoff@infradead.org>
8605 L:      linuxppc-dev@lists.ozlabs.org
8606 S:      Maintained
8607 F:      drivers/block/ps3vram.c
8608
8609 PSTORE FILESYSTEM
8610 M:      Anton Vorontsov <anton@enomsg.org>
8611 M:      Colin Cross <ccross@android.com>
8612 M:      Kees Cook <keescook@chromium.org>
8613 M:      Tony Luck <tony.luck@intel.com>
8614 S:      Maintained
8615 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8616 F:      fs/pstore/
8617 F:      include/linux/pstore*
8618 F:      drivers/firmware/efi/efi-pstore.c
8619 F:      drivers/acpi/apei/erst.c
8620
8621 PTP HARDWARE CLOCK SUPPORT
8622 M:      Richard Cochran <richardcochran@gmail.com>
8623 L:      netdev@vger.kernel.org
8624 S:      Maintained
8625 W:      http://linuxptp.sourceforge.net/
8626 F:      Documentation/ABI/testing/sysfs-ptp
8627 F:      Documentation/ptp/*
8628 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8629 F:      drivers/net/phy/dp83640*
8630 F:      drivers/ptp/*
8631 F:      include/linux/ptp_cl*
8632
8633 PTRACE SUPPORT
8634 M:      Roland McGrath <roland@hack.frob.com>
8635 M:      Oleg Nesterov <oleg@redhat.com>
8636 S:      Maintained
8637 F:      include/asm-generic/syscall.h
8638 F:      include/linux/ptrace.h
8639 F:      include/linux/regset.h
8640 F:      include/linux/tracehook.h
8641 F:      include/uapi/linux/ptrace.h
8642 F:      kernel/ptrace.c
8643
8644 PVRUSB2 VIDEO4LINUX DRIVER
8645 M:      Mike Isely <isely@pobox.com>
8646 L:      pvrusb2@isely.net       (subscribers-only)
8647 L:      linux-media@vger.kernel.org
8648 W:      http://www.isely.net/pvrusb2/
8649 T:      git git://linuxtv.org/media_tree.git
8650 S:      Maintained
8651 F:      Documentation/video4linux/README.pvrusb2
8652 F:      drivers/media/usb/pvrusb2/
8653
8654 PWC WEBCAM DRIVER
8655 M:      Hans de Goede <hdegoede@redhat.com>
8656 L:      linux-media@vger.kernel.org
8657 T:      git git://linuxtv.org/media_tree.git
8658 S:      Maintained
8659 F:      drivers/media/usb/pwc/*
8660
8661 PWM FAN DRIVER
8662 M:      Kamil Debski <k.debski@samsung.com>
8663 L:      linux-hwmon@vger.kernel.org
8664 S:      Supported
8665 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8666 F:      Documentation/hwmon/pwm-fan
8667 F:      drivers/hwmon/pwm-fan.c
8668
8669 PWM SUBSYSTEM
8670 M:      Thierry Reding <thierry.reding@gmail.com>
8671 L:      linux-pwm@vger.kernel.org
8672 S:      Maintained
8673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8674 F:      Documentation/pwm.txt
8675 F:      Documentation/devicetree/bindings/pwm/
8676 F:      include/linux/pwm.h
8677 F:      drivers/pwm/
8678 F:      drivers/video/backlight/pwm_bl.c
8679 F:      include/linux/pwm_backlight.h
8680
8681 PXA2xx/PXA3xx SUPPORT
8682 M:      Daniel Mack <daniel@zonque.org>
8683 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8684 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8686 T:      git git://github.com/hzhuang1/linux.git
8687 T:      git git://github.com/rjarzmik/linux.git
8688 S:      Maintained
8689 F:      arch/arm/mach-pxa/
8690 F:      drivers/dma/pxa*
8691 F:      drivers/pcmcia/pxa2xx*
8692 F:      drivers/spi/spi-pxa2xx*
8693 F:      drivers/usb/gadget/udc/pxa2*
8694 F:      include/sound/pxa2xx-lib.h
8695 F:      sound/arm/pxa*
8696 F:      sound/soc/pxa/
8697
8698 PXA3xx NAND FLASH DRIVER
8699 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8700 L:      linux-mtd@lists.infradead.org
8701 S:      Maintained
8702 F:      drivers/mtd/nand/pxa3xx_nand.c
8703
8704 MMP SUPPORT
8705 M:      Eric Miao <eric.y.miao@gmail.com>
8706 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8707 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8708 T:      git git://github.com/hzhuang1/linux.git
8709 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8710 S:      Maintained
8711 F:      arch/arm/mach-mmp/
8712
8713 PXA MMCI DRIVER
8714 S:      Orphan
8715
8716 PXA RTC DRIVER
8717 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8718 L:      rtc-linux@googlegroups.com
8719 S:      Maintained
8720
8721 QAT DRIVER
8722 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8723 L:      qat-linux@intel.com
8724 S:      Supported
8725 F:      drivers/crypto/qat/
8726
8727 QIB DRIVER
8728 M:      Mike Marciniszyn <infinipath@intel.com>
8729 L:      linux-rdma@vger.kernel.org
8730 S:      Supported
8731 F:      drivers/infiniband/hw/qib/
8732
8733 QLOGIC QLA1280 SCSI DRIVER
8734 M:      Michael Reed <mdr@sgi.com>
8735 L:      linux-scsi@vger.kernel.org
8736 S:      Maintained
8737 F:      drivers/scsi/qla1280.[ch]
8738
8739 QLOGIC QLA2XXX FC-SCSI DRIVER
8740 M:      qla2xxx-upstream@qlogic.com
8741 L:      linux-scsi@vger.kernel.org
8742 S:      Supported
8743 F:      Documentation/scsi/LICENSE.qla2xxx
8744 F:      drivers/scsi/qla2xxx/
8745
8746 QLOGIC QLA4XXX iSCSI DRIVER
8747 M:      QLogic-Storage-Upstream@qlogic.com
8748 L:      linux-scsi@vger.kernel.org
8749 S:      Supported
8750 F:      Documentation/scsi/LICENSE.qla4xxx
8751 F:      drivers/scsi/qla4xxx/
8752
8753 QLOGIC QLA3XXX NETWORK DRIVER
8754 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8755 M:      Ron Mercer <ron.mercer@qlogic.com>
8756 M:      linux-driver@qlogic.com
8757 L:      netdev@vger.kernel.org
8758 S:      Supported
8759 F:      Documentation/networking/LICENSE.qla3xxx
8760 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8761
8762 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8763 M:      Dept-GELinuxNICDev@qlogic.com
8764 L:      netdev@vger.kernel.org
8765 S:      Supported
8766 F:      drivers/net/ethernet/qlogic/qlcnic/
8767
8768 QLOGIC QLGE 10Gb ETHERNET DRIVER
8769 M:      Harish Patil <harish.patil@qlogic.com>
8770 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8771 M:      Dept-GELinuxNICDev@qlogic.com
8772 M:      linux-driver@qlogic.com
8773 L:      netdev@vger.kernel.org
8774 S:      Supported
8775 F:      drivers/net/ethernet/qlogic/qlge/
8776
8777 QLOGIC QL4xxx ETHERNET DRIVER
8778 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8779 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8780 M:      everest-linux-l2@qlogic.com
8781 L:      netdev@vger.kernel.org
8782 S:      Supported
8783 F:      drivers/net/ethernet/qlogic/qed/
8784 F:      include/linux/qed/
8785 F:      drivers/net/ethernet/qlogic/qede/
8786
8787 QNX4 FILESYSTEM
8788 M:      Anders Larsen <al@alarsen.net>
8789 W:      http://www.alarsen.net/linux/qnx4fs/
8790 S:      Maintained
8791 F:      fs/qnx4/
8792 F:      include/uapi/linux/qnx4_fs.h
8793 F:      include/uapi/linux/qnxtypes.h
8794
8795 QT1010 MEDIA DRIVER
8796 M:      Antti Palosaari <crope@iki.fi>
8797 L:      linux-media@vger.kernel.org
8798 W:      http://linuxtv.org/
8799 W:      http://palosaari.fi/linux/
8800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8801 T:      git git://linuxtv.org/anttip/media_tree.git
8802 S:      Maintained
8803 F:      drivers/media/tuners/qt1010*
8804
8805 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8806 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8807 L:      linux-wireless@vger.kernel.org
8808 L:      ath9k-devel@lists.ath9k.org
8809 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8810 S:      Supported
8811 F:      drivers/net/wireless/ath/ath9k/
8812
8813 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8814 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8815 L:      ath10k@lists.infradead.org
8816 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8817 T:      git git://github.com/kvalo/ath.git
8818 S:      Supported
8819 F:      drivers/net/wireless/ath/ath10k/
8820
8821 QUALCOMM HEXAGON ARCHITECTURE
8822 M:      Richard Kuo <rkuo@codeaurora.org>
8823 L:      linux-hexagon@vger.kernel.org
8824 S:      Supported
8825 F:      arch/hexagon/
8826
8827 QUALCOMM WCN36XX WIRELESS DRIVER
8828 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8829 L:      wcn36xx@lists.infradead.org
8830 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8831 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8832 S:      Supported
8833 F:      drivers/net/wireless/ath/wcn36xx/
8834
8835 RADOS BLOCK DEVICE (RBD)
8836 M:      Ilya Dryomov <idryomov@gmail.com>
8837 M:      Sage Weil <sage@redhat.com>
8838 M:      Alex Elder <elder@kernel.org>
8839 L:      ceph-devel@vger.kernel.org
8840 W:      http://ceph.com/
8841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8842 T:      git git://github.com/ceph/ceph-client.git
8843 S:      Supported
8844 F:      Documentation/ABI/testing/sysfs-bus-rbd
8845 F:      drivers/block/rbd.c
8846 F:      drivers/block/rbd_types.h
8847
8848 RADEON FRAMEBUFFER DISPLAY DRIVER
8849 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8850 L:      linux-fbdev@vger.kernel.org
8851 S:      Maintained
8852 F:      drivers/video/fbdev/aty/radeon*
8853 F:      include/uapi/linux/radeonfb.h
8854
8855 RADIOSHARK RADIO DRIVER
8856 M:      Hans de Goede <hdegoede@redhat.com>
8857 L:      linux-media@vger.kernel.org
8858 T:      git git://linuxtv.org/media_tree.git
8859 S:      Maintained
8860 F:      drivers/media/radio/radio-shark.c
8861
8862 RADIOSHARK2 RADIO DRIVER
8863 M:      Hans de Goede <hdegoede@redhat.com>
8864 L:      linux-media@vger.kernel.org
8865 T:      git git://linuxtv.org/media_tree.git
8866 S:      Maintained
8867 F:      drivers/media/radio/radio-shark2.c
8868 F:      drivers/media/radio/radio-tea5777.c
8869
8870 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8871 M:      Paul Mackerras <paulus@samba.org>
8872 L:      linux-fbdev@vger.kernel.org
8873 S:      Maintained
8874 F:      drivers/video/fbdev/aty/aty128fb.c
8875
8876 RALINK RT2X00 WIRELESS LAN DRIVER
8877 P:      rt2x00 project
8878 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8879 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8880 L:      linux-wireless@vger.kernel.org
8881 S:      Maintained
8882 F:      drivers/net/wireless/rt2x00/
8883
8884 RAMDISK RAM BLOCK DEVICE DRIVER
8885 M:      Jens Axboe <axboe@kernel.dk>
8886 S:      Maintained
8887 F:      Documentation/blockdev/ramdisk.txt
8888 F:      drivers/block/brd.c
8889
8890 RANCHU VIRTUAL BOARD FOR MIPS
8891 M:      Miodrag Dinic <miodrag.dinic@mips.com>
8892 L:      linux-mips@linux-mips.org
8893 S:      Supported
8894 F:      arch/mips/generic/board-ranchu.c
8895 F:      arch/mips/configs/generic/board-ranchu.config
8896
8897 RANDOM NUMBER DRIVER
8898 M:      "Theodore Ts'o" <tytso@mit.edu>
8899 S:      Maintained
8900 F:      drivers/char/random.c
8901
8902 RAPIDIO SUBSYSTEM
8903 M:      Matt Porter <mporter@kernel.crashing.org>
8904 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8905 S:      Maintained
8906 F:      drivers/rapidio/
8907
8908 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8909 L:      linux-wireless@vger.kernel.org
8910 S:      Orphan
8911 F:      drivers/net/wireless/ray*
8912
8913 RCUTORTURE MODULE
8914 M:      Josh Triplett <josh@joshtriplett.org>
8915 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8916 L:      linux-kernel@vger.kernel.org
8917 S:      Supported
8918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8919 F:      Documentation/RCU/torture.txt
8920 F:      kernel/rcu/rcutorture.c
8921
8922 RCUTORTURE TEST FRAMEWORK
8923 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8924 M:      Josh Triplett <josh@joshtriplett.org>
8925 R:      Steven Rostedt <rostedt@goodmis.org>
8926 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8927 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8928 L:      linux-kernel@vger.kernel.org
8929 S:      Supported
8930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8931 F:      tools/testing/selftests/rcutorture
8932
8933 RDC R-321X SoC
8934 M:      Florian Fainelli <florian@openwrt.org>
8935 S:      Maintained
8936
8937 RDC R6040 FAST ETHERNET DRIVER
8938 M:      Florian Fainelli <florian@openwrt.org>
8939 L:      netdev@vger.kernel.org
8940 S:      Maintained
8941 F:      drivers/net/ethernet/rdc/r6040.c
8942
8943 RDS - RELIABLE DATAGRAM SOCKETS
8944 M:      Chien Yen <chien.yen@oracle.com>
8945 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8946 S:      Supported
8947 F:      net/rds/
8948
8949 READ-COPY UPDATE (RCU)
8950 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8951 M:      Josh Triplett <josh@joshtriplett.org>
8952 R:      Steven Rostedt <rostedt@goodmis.org>
8953 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8954 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8955 L:      linux-kernel@vger.kernel.org
8956 W:      http://www.rdrop.com/users/paulmck/RCU/
8957 S:      Supported
8958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8959 F:      Documentation/RCU/
8960 X:      Documentation/RCU/torture.txt
8961 F:      include/linux/rcu*
8962 X:      include/linux/srcu.h
8963 F:      kernel/rcu/
8964 X:      kernel/torture.c
8965
8966 REAL TIME CLOCK (RTC) SUBSYSTEM
8967 M:      Alessandro Zummo <a.zummo@towertech.it>
8968 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8969 L:      rtc-linux@googlegroups.com
8970 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8972 S:      Maintained
8973 F:      Documentation/rtc.txt
8974 F:      drivers/rtc/
8975 F:      include/linux/rtc.h
8976 F:      include/uapi/linux/rtc.h
8977
8978 REALTEK AUDIO CODECS
8979 M:      Bard Liao <bardliao@realtek.com>
8980 M:      Oder Chiou <oder_chiou@realtek.com>
8981 S:      Maintained
8982 F:      sound/soc/codecs/rt*
8983 F:      include/sound/rt*.h
8984
8985 REISERFS FILE SYSTEM
8986 L:      reiserfs-devel@vger.kernel.org
8987 S:      Supported
8988 F:      fs/reiserfs/
8989
8990 REGISTER MAP ABSTRACTION
8991 M:      Mark Brown <broonie@kernel.org>
8992 L:      linux-kernel@vger.kernel.org
8993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8994 S:      Supported
8995 F:      drivers/base/regmap/
8996 F:      include/linux/regmap.h
8997
8998 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8999 M:      Ohad Ben-Cohen <ohad@wizery.com>
9000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
9001 S:      Maintained
9002 F:      drivers/remoteproc/
9003 F:      Documentation/remoteproc.txt
9004 F:      include/linux/remoteproc.h
9005
9006 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
9007 M:      Ohad Ben-Cohen <ohad@wizery.com>
9008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
9009 S:      Maintained
9010 F:      drivers/rpmsg/
9011 F:      Documentation/rpmsg.txt
9012 F:      include/linux/rpmsg.h
9013
9014 RENESAS ETHERNET DRIVERS
9015 R:      Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
9016 L:      netdev@vger.kernel.org
9017 L:      linux-sh@vger.kernel.org
9018 F:      drivers/net/ethernet/renesas/
9019 F:      include/linux/sh_eth.h
9020
9021 RESET CONTROLLER FRAMEWORK
9022 M:      Philipp Zabel <p.zabel@pengutronix.de>
9023 S:      Maintained
9024 F:      drivers/reset/
9025 F:      Documentation/devicetree/bindings/reset/
9026 F:      include/dt-bindings/reset/
9027 F:      include/linux/reset.h
9028 F:      include/linux/reset-controller.h
9029
9030 RFKILL
9031 M:      Johannes Berg <johannes@sipsolutions.net>
9032 L:      linux-wireless@vger.kernel.org
9033 W:      http://wireless.kernel.org/
9034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
9035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
9036 S:      Maintained
9037 F:      Documentation/rfkill.txt
9038 F:      net/rfkill/
9039
9040 RHASHTABLE
9041 M:      Thomas Graf <tgraf@suug.ch>
9042 L:      netdev@vger.kernel.org
9043 S:      Maintained
9044 F:      lib/rhashtable.c
9045 F:      include/linux/rhashtable.h
9046
9047 RICOH SMARTMEDIA/XD DRIVER
9048 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9049 S:      Maintained
9050 F:      drivers/mtd/nand/r852.c
9051 F:      drivers/mtd/nand/r852.h
9052
9053 RICOH R5C592 MEMORYSTICK DRIVER
9054 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9055 S:      Maintained
9056 F:      drivers/memstick/host/r592.*
9057
9058 ROCCAT DRIVERS
9059 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
9060 W:      http://sourceforge.net/projects/roccat/
9061 S:      Maintained
9062 F:      drivers/hid/hid-roccat*
9063 F:      include/linux/hid-roccat*
9064 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
9065
9066 ROCKER DRIVER
9067 M:      Jiri Pirko <jiri@resnulli.us>
9068 M:      Scott Feldman <sfeldma@gmail.com>
9069 L:      netdev@vger.kernel.org
9070 S:      Supported
9071 F:      drivers/net/ethernet/rocker/
9072
9073 ROCKETPORT DRIVER
9074 P:      Comtrol Corp.
9075 W:      http://www.comtrol.com
9076 S:      Maintained
9077 F:      Documentation/serial/rocket.txt
9078 F:      drivers/tty/rocket*
9079
9080 ROCKETPORT EXPRESS/INFINITY DRIVER
9081 M:      Kevin Cernekee <cernekee@gmail.com>
9082 L:      linux-serial@vger.kernel.org
9083 S:      Odd Fixes
9084 F:      drivers/tty/serial/rp2.*
9085
9086 ROSE NETWORK LAYER
9087 M:      Ralf Baechle <ralf@linux-mips.org>
9088 L:      linux-hams@vger.kernel.org
9089 W:      http://www.linux-ax25.org/
9090 S:      Maintained
9091 F:      include/net/rose.h
9092 F:      include/uapi/linux/rose.h
9093 F:      net/rose/
9094
9095 RTL2830 MEDIA DRIVER
9096 M:      Antti Palosaari <crope@iki.fi>
9097 L:      linux-media@vger.kernel.org
9098 W:      http://linuxtv.org/
9099 W:      http://palosaari.fi/linux/
9100 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9101 T:      git git://linuxtv.org/anttip/media_tree.git
9102 S:      Maintained
9103 F:      drivers/media/dvb-frontends/rtl2830*
9104
9105 RTL2832 MEDIA DRIVER
9106 M:      Antti Palosaari <crope@iki.fi>
9107 L:      linux-media@vger.kernel.org
9108 W:      http://linuxtv.org/
9109 W:      http://palosaari.fi/linux/
9110 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9111 T:      git git://linuxtv.org/anttip/media_tree.git
9112 S:      Maintained
9113 F:      drivers/media/dvb-frontends/rtl2832*
9114
9115 RTL2832_SDR MEDIA DRIVER
9116 M:      Antti Palosaari <crope@iki.fi>
9117 L:      linux-media@vger.kernel.org
9118 W:      http://linuxtv.org/
9119 W:      http://palosaari.fi/linux/
9120 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9121 T:      git git://linuxtv.org/anttip/media_tree.git
9122 S:      Maintained
9123 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9124
9125 RTL8180 WIRELESS DRIVER
9126 L:      linux-wireless@vger.kernel.org
9127 W:      http://wireless.kernel.org/
9128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9129 S:      Orphan
9130 F:      drivers/net/wireless/rtl818x/rtl8180/
9131
9132 RTL8187 WIRELESS DRIVER
9133 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9134 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9135 M:      Larry Finger <Larry.Finger@lwfinger.net>
9136 L:      linux-wireless@vger.kernel.org
9137 W:      http://wireless.kernel.org/
9138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9139 S:      Maintained
9140 F:      drivers/net/wireless/rtl818x/rtl8187/
9141
9142 RTL8192CE WIRELESS DRIVER
9143 M:      Larry Finger <Larry.Finger@lwfinger.net>
9144 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9145 L:      linux-wireless@vger.kernel.org
9146 W:      http://wireless.kernel.org/
9147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9148 S:      Maintained
9149 F:      drivers/net/wireless/rtlwifi/
9150 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9151
9152 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9153 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9154 L:      linux-wireless@vger.kernel.org
9155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9156 S:      Maintained
9157 F:      drivers/net/wireless/realtek/rtl8xxxu/
9158
9159 S3 SAVAGE FRAMEBUFFER DRIVER
9160 M:      Antonino Daplas <adaplas@gmail.com>
9161 L:      linux-fbdev@vger.kernel.org
9162 S:      Maintained
9163 F:      drivers/video/fbdev/savage/
9164
9165 S390
9166 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9167 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9168 L:      linux-s390@vger.kernel.org
9169 W:      http://www.ibm.com/developerworks/linux/linux390/
9170 S:      Supported
9171 F:      arch/s390/
9172 F:      drivers/s390/
9173 F:      Documentation/s390/
9174 F:      Documentation/DocBook/s390*
9175
9176 S390 COMMON I/O LAYER
9177 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9178 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9179 L:      linux-s390@vger.kernel.org
9180 W:      http://www.ibm.com/developerworks/linux/linux390/
9181 S:      Supported
9182 F:      drivers/s390/cio/
9183
9184 S390 DASD DRIVER
9185 M:      Stefan Weinhuber <wein@de.ibm.com>
9186 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9187 L:      linux-s390@vger.kernel.org
9188 W:      http://www.ibm.com/developerworks/linux/linux390/
9189 S:      Supported
9190 F:      drivers/s390/block/dasd*
9191 F:      block/partitions/ibm.c
9192
9193 S390 NETWORK DRIVERS
9194 M:      Ursula Braun <ursula.braun@de.ibm.com>
9195 L:      linux-s390@vger.kernel.org
9196 W:      http://www.ibm.com/developerworks/linux/linux390/
9197 S:      Supported
9198 F:      drivers/s390/net/
9199
9200 S390 PCI SUBSYSTEM
9201 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9202 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9203 L:      linux-s390@vger.kernel.org
9204 W:      http://www.ibm.com/developerworks/linux/linux390/
9205 S:      Supported
9206 F:      arch/s390/pci/
9207 F:      drivers/pci/hotplug/s390_pci_hpc.c
9208
9209 S390 ZCRYPT DRIVER
9210 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9211 L:      linux-s390@vger.kernel.org
9212 W:      http://www.ibm.com/developerworks/linux/linux390/
9213 S:      Supported
9214 F:      drivers/s390/crypto/
9215
9216 S390 ZFCP DRIVER
9217 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9218 L:      linux-s390@vger.kernel.org
9219 W:      http://www.ibm.com/developerworks/linux/linux390/
9220 S:      Supported
9221 F:      drivers/s390/scsi/zfcp_*
9222
9223 S390 IUCV NETWORK LAYER
9224 M:      Ursula Braun <ursula.braun@de.ibm.com>
9225 L:      linux-s390@vger.kernel.org
9226 W:      http://www.ibm.com/developerworks/linux/linux390/
9227 S:      Supported
9228 F:      drivers/s390/net/*iucv*
9229 F:      include/net/iucv/
9230 F:      net/iucv/
9231
9232 S390 IOMMU (PCI)
9233 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9234 L:      linux-s390@vger.kernel.org
9235 W:      http://www.ibm.com/developerworks/linux/linux390/
9236 S:      Supported
9237 F:      drivers/iommu/s390-iommu.c
9238
9239 S3C24XX SD/MMC Driver
9240 M:      Ben Dooks <ben-linux@fluff.org>
9241 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9242 S:      Supported
9243 F:      drivers/mmc/host/s3cmci.*
9244
9245 SAA6588 RDS RECEIVER DRIVER
9246 M:      Hans Verkuil <hverkuil@xs4all.nl>
9247 L:      linux-media@vger.kernel.org
9248 T:      git git://linuxtv.org/media_tree.git
9249 W:      http://linuxtv.org
9250 S:      Odd Fixes
9251 F:      drivers/media/i2c/saa6588*
9252
9253 SAA7134 VIDEO4LINUX DRIVER
9254 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9255 L:      linux-media@vger.kernel.org
9256 W:      http://linuxtv.org
9257 T:      git git://linuxtv.org/media_tree.git
9258 S:      Odd fixes
9259 F:      Documentation/video4linux/*.saa7134
9260 F:      drivers/media/pci/saa7134/
9261
9262 SAA7146 VIDEO4LINUX-2 DRIVER
9263 M:      Hans Verkuil <hverkuil@xs4all.nl>
9264 L:      linux-media@vger.kernel.org
9265 T:      git git://linuxtv.org/media_tree.git
9266 S:      Maintained
9267 F:      drivers/media/common/saa7146/
9268 F:      drivers/media/pci/saa7146/
9269 F:      include/media/saa7146*
9270
9271 SAMSUNG LAPTOP DRIVER
9272 M:      Corentin Chary <corentin.chary@gmail.com>
9273 L:      platform-driver-x86@vger.kernel.org
9274 S:      Maintained
9275 F:      drivers/platform/x86/samsung-laptop.c
9276
9277 SAMSUNG AUDIO (ASoC) DRIVERS
9278 M:      Sangbeom Kim <sbkim73@samsung.com>
9279 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9280 S:      Supported
9281 F:      sound/soc/samsung/
9282
9283 SAMSUNG FRAMEBUFFER DRIVER
9284 M:      Jingoo Han <jingoohan1@gmail.com>
9285 L:      linux-fbdev@vger.kernel.org
9286 S:      Maintained
9287 F:      drivers/video/fbdev/s3c-fb.c
9288
9289 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9290 M:      Sangbeom Kim <sbkim73@samsung.com>
9291 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9292 L:      linux-kernel@vger.kernel.org
9293 L:      linux-samsung-soc@vger.kernel.org
9294 S:      Supported
9295 F:      drivers/mfd/sec*.c
9296 F:      drivers/regulator/s2m*.c
9297 F:      drivers/regulator/s5m*.c
9298 F:      drivers/clk/clk-s2mps11.c
9299 F:      drivers/rtc/rtc-s5m.c
9300 F:      include/linux/mfd/samsung/
9301 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9302 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9303
9304 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9305 M:      Kyungmin Park <kyungmin.park@samsung.com>
9306 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9307 L:      linux-media@vger.kernel.org
9308 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9309 S:      Supported
9310 F:      drivers/media/platform/exynos4-is/
9311
9312 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9313 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9314 L:      linux-media@vger.kernel.org
9315 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9316 S:      Maintained
9317 F:      drivers/media/platform/s3c-camif/
9318 F:      include/media/s3c_camif.h
9319
9320 SAMSUNG S5C73M3 CAMERA DRIVER
9321 M:      Kyungmin Park <kyungmin.park@samsung.com>
9322 M:      Andrzej Hajda <a.hajda@samsung.com>
9323 L:      linux-media@vger.kernel.org
9324 S:      Supported
9325 F:      drivers/media/i2c/s5c73m3/*
9326
9327 SAMSUNG S5K5BAF CAMERA DRIVER
9328 M:      Kyungmin Park <kyungmin.park@samsung.com>
9329 M:      Andrzej Hajda <a.hajda@samsung.com>
9330 L:      linux-media@vger.kernel.org
9331 S:      Supported
9332 F:      drivers/media/i2c/s5k5baf.c
9333
9334 SAMSUNG S3FWRN5 NFC DRIVER
9335 M:      Robert Baldyga <r.baldyga@samsung.com>
9336 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9337 S:      Supported
9338 F:      drivers/nfc/s3fwrn5
9339
9340 SAMSUNG SOC CLOCK DRIVERS
9341 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9342 M:      Tomasz Figa <tomasz.figa@gmail.com>
9343 S:      Supported
9344 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9345 F:      drivers/clk/samsung/
9346
9347 SAMSUNG SXGBE DRIVERS
9348 M:      Byungho An <bh74.an@samsung.com>
9349 M:      Girish K S <ks.giri@samsung.com>
9350 M:      Vipul Pandya <vipul.pandya@samsung.com>
9351 S:      Supported
9352 L:      netdev@vger.kernel.org
9353 F:      drivers/net/ethernet/samsung/sxgbe/
9354
9355 SAMSUNG THERMAL DRIVER
9356 M:      Lukasz Majewski <l.majewski@samsung.com>
9357 L:      linux-pm@vger.kernel.org
9358 L:      linux-samsung-soc@vger.kernel.org
9359 S:      Supported
9360 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9361 F:      drivers/thermal/samsung/
9362
9363 SAMSUNG USB2 PHY DRIVER
9364 M:      Kamil Debski <k.debski@samsung.com>
9365 L:      linux-kernel@vger.kernel.org
9366 S:      Supported
9367 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9368 F:      Documentation/phy/samsung-usb2.txt
9369 F:      drivers/phy/phy-exynos4210-usb2.c
9370 F:      drivers/phy/phy-exynos4x12-usb2.c
9371 F:      drivers/phy/phy-exynos5250-usb2.c
9372 F:      drivers/phy/phy-s5pv210-usb2.c
9373 F:      drivers/phy/phy-samsung-usb2.c
9374 F:      drivers/phy/phy-samsung-usb2.h
9375
9376 SERIAL DRIVERS
9377 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9378 L:      linux-serial@vger.kernel.org
9379 S:      Maintained
9380 F:      drivers/tty/serial/
9381
9382 SYNOPSYS DESIGNWARE DMAC DRIVER
9383 M:      Viresh Kumar <vireshk@kernel.org>
9384 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9385 S:      Maintained
9386 F:      include/linux/dma/dw.h
9387 F:      include/linux/platform_data/dma-dw.h
9388 F:      drivers/dma/dw/
9389
9390 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9391 M: Lars Persson <lars.persson@axis.com>
9392 L: netdev@vger.kernel.org
9393 S: Supported
9394 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9395 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9396
9397 SYNOPSYS DESIGNWARE I2C DRIVER
9398 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9399 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9400 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9401 L:      linux-i2c@vger.kernel.org
9402 S:      Maintained
9403 F:      drivers/i2c/busses/i2c-designware-*
9404 F:      include/linux/platform_data/i2c-designware.h
9405
9406 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9407 M:      Jaehoon Chung <jh80.chung@samsung.com>
9408 L:      linux-mmc@vger.kernel.org
9409 S:      Maintained
9410 F:      include/linux/mmc/dw_mmc.h
9411 F:      drivers/mmc/host/dw_mmc*
9412
9413 SYSTEM TRACE MODULE CLASS
9414 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9415 S:      Maintained
9416 F:      Documentation/trace/stm.txt
9417 F:      drivers/hwtracing/stm/
9418 F:      include/linux/stm.h
9419 F:      include/uapi/linux/stm.h
9420
9421 TEE SUBSYSTEM
9422 M:      Jens Wiklander <jens.wiklander@linaro.org>
9423 S:      Maintained
9424 F:      include/linux/tee_drv.h
9425 F:      include/uapi/linux/tee.h
9426 F:      drivers/tee/
9427 F:      Documentation/tee.txt
9428
9429 THUNDERBOLT DRIVER
9430 M:      Andreas Noever <andreas.noever@gmail.com>
9431 S:      Maintained
9432 F:      drivers/thunderbolt/
9433
9434 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9435 M:      John Stultz <john.stultz@linaro.org>
9436 M:      Thomas Gleixner <tglx@linutronix.de>
9437 L:      linux-kernel@vger.kernel.org
9438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9439 S:      Supported
9440 F:      include/linux/clocksource.h
9441 F:      include/linux/time.h
9442 F:      include/linux/timex.h
9443 F:      include/uapi/linux/time.h
9444 F:      include/uapi/linux/timex.h
9445 F:      kernel/time/clocksource.c
9446 F:      kernel/time/time*.c
9447 F:      kernel/time/ntp.c
9448 F:      tools/testing/selftests/timers/
9449
9450 SC1200 WDT DRIVER
9451 M:      Zwane Mwaikambo <zwanem@gmail.com>
9452 S:      Maintained
9453 F:      drivers/watchdog/sc1200wdt.c
9454
9455 SCHEDULER
9456 M:      Ingo Molnar <mingo@redhat.com>
9457 M:      Peter Zijlstra <peterz@infradead.org>
9458 L:      linux-kernel@vger.kernel.org
9459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9460 S:      Maintained
9461 F:      kernel/sched/
9462 F:      include/linux/sched.h
9463 F:      include/uapi/linux/sched.h
9464 F:      include/linux/wait.h
9465
9466 SCORE ARCHITECTURE
9467 M:      Chen Liqin <liqin.linux@gmail.com>
9468 M:      Lennox Wu <lennox.wu@gmail.com>
9469 W:      http://www.sunplus.com
9470 S:      Supported
9471 F:      arch/score/
9472
9473 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9474 M:      Sudeep Holla <sudeep.holla@arm.com>
9475 L:      linux-arm-kernel@lists.infradead.org
9476 S:      Maintained
9477 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9478 F:      drivers/clk/clk-scpi.c
9479 F:      drivers/cpufreq/scpi-cpufreq.c
9480 F:      drivers/firmware/arm_scpi.c
9481 F:      include/linux/scpi_protocol.h
9482
9483 SCSI CDROM DRIVER
9484 M:      Jens Axboe <axboe@kernel.dk>
9485 L:      linux-scsi@vger.kernel.org
9486 W:      http://www.kernel.dk
9487 S:      Maintained
9488 F:      drivers/scsi/sr*
9489
9490 SCSI RDMA PROTOCOL (SRP) INITIATOR
9491 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9492 L:      linux-rdma@vger.kernel.org
9493 S:      Supported
9494 W:      http://www.openfabrics.org
9495 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9497 F:      drivers/infiniband/ulp/srp/
9498 F:      include/scsi/srp.h
9499
9500 SCSI SG DRIVER
9501 M:      Doug Gilbert <dgilbert@interlog.com>
9502 L:      linux-scsi@vger.kernel.org
9503 W:      http://sg.danny.cz/sg
9504 S:      Maintained
9505 F:      Documentation/scsi/scsi-generic.txt
9506 F:      drivers/scsi/sg.c
9507 F:      include/scsi/sg.h
9508
9509 SCSI SUBSYSTEM
9510 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9512 M:      "Martin K. Petersen" <martin.petersen@oracle.com>
9513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git
9514 L:      linux-scsi@vger.kernel.org
9515 S:      Maintained
9516 F:      drivers/scsi/
9517 F:      include/scsi/
9518
9519 SCSI TAPE DRIVER
9520 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9521 L:      linux-scsi@vger.kernel.org
9522 S:      Maintained
9523 F:      Documentation/scsi/st.txt
9524 F:      drivers/scsi/st.*
9525 F:      drivers/scsi/st_*.h
9526
9527 SCTP PROTOCOL
9528 M:      Vlad Yasevich <vyasevich@gmail.com>
9529 M:      Neil Horman <nhorman@tuxdriver.com>
9530 L:      linux-sctp@vger.kernel.org
9531 W:      http://lksctp.sourceforge.net
9532 S:      Maintained
9533 F:      Documentation/networking/sctp.txt
9534 F:      include/linux/sctp.h
9535 F:      include/uapi/linux/sctp.h
9536 F:      include/net/sctp/
9537 F:      net/sctp/
9538
9539 SCx200 CPU SUPPORT
9540 M:      Jim Cromie <jim.cromie@gmail.com>
9541 S:      Odd Fixes
9542 F:      Documentation/i2c/busses/scx200_acb
9543 F:      arch/x86/platform/scx200/
9544 F:      drivers/watchdog/scx200_wdt.c
9545 F:      drivers/i2c/busses/scx200*
9546 F:      drivers/mtd/maps/scx200_docflash.c
9547 F:      include/linux/scx200.h
9548
9549 SCx200 GPIO DRIVER
9550 M:      Jim Cromie <jim.cromie@gmail.com>
9551 S:      Maintained
9552 F:      drivers/char/scx200_gpio.c
9553 F:      include/linux/scx200_gpio.h
9554
9555 SCx200 HRT CLOCKSOURCE DRIVER
9556 M:      Jim Cromie <jim.cromie@gmail.com>
9557 S:      Maintained
9558 F:      drivers/clocksource/scx200_hrt.c
9559
9560 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9561 M:      Sascha Sommer <saschasommer@freenet.de>
9562 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9563 S:      Maintained
9564 F:      drivers/mmc/host/sdricoh_cs.c
9565
9566 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9567 L:      linux-mmc@vger.kernel.org
9568 S:      Orphan
9569 F:      drivers/mmc/host/sdhci.*
9570 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9571
9572 SECURE COMPUTING
9573 M:      Kees Cook <keescook@chromium.org>
9574 R:      Andy Lutomirski <luto@amacapital.net>
9575 R:      Will Drewry <wad@chromium.org>
9576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9577 S:      Supported
9578 F:      kernel/seccomp.c
9579 F:      include/uapi/linux/seccomp.h
9580 F:      include/linux/seccomp.h
9581 F:      tools/testing/selftests/seccomp/*
9582 K:      \bsecure_computing
9583 K:      \bTIF_SECCOMP\b
9584
9585 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9586 M:      Ben Dooks <ben-linux@fluff.org>
9587 M:      Jaehoon Chung <jh80.chung@samsung.com>
9588 L:      linux-mmc@vger.kernel.org
9589 S:      Maintained
9590 F:      drivers/mmc/host/sdhci-s3c*
9591
9592 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9593 M:      Viresh Kumar <vireshk@kernel.org>
9594 L:      spear-devel@list.st.com
9595 L:      linux-mmc@vger.kernel.org
9596 S:      Maintained
9597 F:      drivers/mmc/host/sdhci-spear.c
9598
9599 SECURITY SUBSYSTEM
9600 M:      James Morris <james.l.morris@oracle.com>
9601 M:      "Serge E. Hallyn" <serge@hallyn.com>
9602 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9604 W:      http://kernsec.org/
9605 S:      Supported
9606 F:      security/
9607
9608 SECURITY CONTACT
9609 M:      Security Officers <security@kernel.org>
9610 S:      Supported
9611
9612 SELINUX SECURITY MODULE
9613 M:      Paul Moore <paul@paul-moore.com>
9614 M:      Stephen Smalley <sds@tycho.nsa.gov>
9615 M:      Eric Paris <eparis@parisplace.org>
9616 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9617 W:      http://selinuxproject.org
9618 T:      git git://git.infradead.org/users/pcmoore/selinux
9619 S:      Supported
9620 F:      include/linux/selinux*
9621 F:      security/selinux/
9622 F:      scripts/selinux/
9623
9624 APPARMOR SECURITY MODULE
9625 M:      John Johansen <john.johansen@canonical.com>
9626 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9627 W:      apparmor.wiki.kernel.org
9628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9629 S:      Supported
9630 F:      security/apparmor/
9631
9632 YAMA SECURITY MODULE
9633 M:      Kees Cook <keescook@chromium.org>
9634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9635 S:      Supported
9636 F:      security/yama/
9637
9638 SENSABLE PHANTOM
9639 M:      Jiri Slaby <jirislaby@gmail.com>
9640 S:      Maintained
9641 F:      drivers/misc/phantom.c
9642 F:      include/uapi/linux/phantom.h
9643
9644 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9645 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9646 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9647 M:      John Soni Jose <sony.john@avagotech.com>
9648 L:      linux-scsi@vger.kernel.org
9649 W:      http://www.avagotech.com
9650 S:      Supported
9651 F:      drivers/scsi/be2iscsi/
9652
9653 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9654 M:      Sathya Perla <sathya.perla@avagotech.com>
9655 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9656 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9657 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9658 L:      netdev@vger.kernel.org
9659 W:      http://www.emulex.com
9660 S:      Supported
9661 F:      drivers/net/ethernet/emulex/benet/
9662
9663 EMULEX ONECONNECT ROCE DRIVER
9664 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9665 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9666 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9667 L:      linux-rdma@vger.kernel.org
9668 W:      http://www.emulex.com
9669 S:      Supported
9670 F:      drivers/infiniband/hw/ocrdma/
9671
9672 SFC NETWORK DRIVER
9673 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9674 M:      Shradha Shah <sshah@solarflare.com>
9675 L:      netdev@vger.kernel.org
9676 S:      Supported
9677 F:      drivers/net/ethernet/sfc/
9678
9679 SGI GRU DRIVER
9680 M:      Dimitri Sivanich <sivanich@sgi.com>
9681 S:      Maintained
9682 F:      drivers/misc/sgi-gru/
9683
9684 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9685 M:      Pat Gefre <pfg@sgi.com>
9686 L:      linux-ia64@vger.kernel.org
9687 S:      Supported
9688 F:      Documentation/ia64/serial.txt
9689 F:      drivers/tty/serial/ioc?_serial.c
9690 F:      include/linux/ioc?.h
9691
9692 SGI XP/XPC/XPNET DRIVER
9693 M:      Cliff Whickman <cpw@sgi.com>
9694 M:      Robin Holt <robinmholt@gmail.com>
9695 S:      Maintained
9696 F:      drivers/misc/sgi-xp/
9697
9698 SI2157 MEDIA DRIVER
9699 M:      Antti Palosaari <crope@iki.fi>
9700 L:      linux-media@vger.kernel.org
9701 W:      http://linuxtv.org/
9702 W:      http://palosaari.fi/linux/
9703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9704 T:      git git://linuxtv.org/anttip/media_tree.git
9705 S:      Maintained
9706 F:      drivers/media/tuners/si2157*
9707
9708 SI2168 MEDIA DRIVER
9709 M:      Antti Palosaari <crope@iki.fi>
9710 L:      linux-media@vger.kernel.org
9711 W:      http://linuxtv.org/
9712 W:      http://palosaari.fi/linux/
9713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9714 T:      git git://linuxtv.org/anttip/media_tree.git
9715 S:      Maintained
9716 F:      drivers/media/dvb-frontends/si2168*
9717
9718 SI470X FM RADIO RECEIVER I2C DRIVER
9719 M:      Hans Verkuil <hverkuil@xs4all.nl>
9720 L:      linux-media@vger.kernel.org
9721 T:      git git://linuxtv.org/media_tree.git
9722 W:      http://linuxtv.org
9723 S:      Odd Fixes
9724 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9725
9726 SI470X FM RADIO RECEIVER USB DRIVER
9727 M:      Hans Verkuil <hverkuil@xs4all.nl>
9728 L:      linux-media@vger.kernel.org
9729 T:      git git://linuxtv.org/media_tree.git
9730 W:      http://linuxtv.org
9731 S:      Maintained
9732 F:      drivers/media/radio/si470x/radio-si470x-common.c
9733 F:      drivers/media/radio/si470x/radio-si470x.h
9734 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9735
9736 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9737 M:      Eduardo Valentin <edubezval@gmail.com>
9738 L:      linux-media@vger.kernel.org
9739 T:      git git://linuxtv.org/media_tree.git
9740 W:      http://linuxtv.org
9741 S:      Odd Fixes
9742 F:      drivers/media/radio/si4713/si4713.?
9743
9744 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9745 M:      Eduardo Valentin <edubezval@gmail.com>
9746 L:      linux-media@vger.kernel.org
9747 T:      git git://linuxtv.org/media_tree.git
9748 W:      http://linuxtv.org
9749 S:      Odd Fixes
9750 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9751
9752 SI4713 FM RADIO TRANSMITTER USB DRIVER
9753 M:      Hans Verkuil <hverkuil@xs4all.nl>
9754 L:      linux-media@vger.kernel.org
9755 T:      git git://linuxtv.org/media_tree.git
9756 W:      http://linuxtv.org
9757 S:      Maintained
9758 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9759
9760 SIANO DVB DRIVER
9761 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9762 L:      linux-media@vger.kernel.org
9763 W:      http://linuxtv.org
9764 T:      git git://linuxtv.org/media_tree.git
9765 S:      Odd fixes
9766 F:      drivers/media/common/siano/
9767 F:      drivers/media/usb/siano/
9768 F:      drivers/media/usb/siano/
9769 F:      drivers/media/mmc/siano/
9770
9771 SIMPLEFB FB DRIVER
9772 M:      Hans de Goede <hdegoede@redhat.com>
9773 L:      linux-fbdev@vger.kernel.org
9774 S:      Maintained
9775 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9776 F:      drivers/video/fbdev/simplefb.c
9777 F:      include/linux/platform_data/simplefb.h
9778
9779 SH_VEU V4L2 MEM2MEM DRIVER
9780 L:      linux-media@vger.kernel.org
9781 S:      Orphan
9782 F:      drivers/media/platform/sh_veu.c
9783
9784 SH_VOU V4L2 OUTPUT DRIVER
9785 L:      linux-media@vger.kernel.org
9786 S:      Orphan
9787 F:      drivers/media/platform/sh_vou.c
9788 F:      include/media/sh_vou.h
9789
9790 SIMPLE FIRMWARE INTERFACE (SFI)
9791 M:      Len Brown <lenb@kernel.org>
9792 L:      sfi-devel@simplefirmware.org
9793 W:      http://simplefirmware.org/
9794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9795 S:      Supported
9796 F:      arch/x86/platform/sfi/
9797 F:      drivers/sfi/
9798 F:      include/linux/sfi*.h
9799
9800 SIMTEC EB110ATX (Chalice CATS)
9801 P:      Ben Dooks
9802 P:      Vincent Sanders <vince@simtec.co.uk>
9803 M:      Simtec Linux Team <linux@simtec.co.uk>
9804 W:      http://www.simtec.co.uk/products/EB110ATX/
9805 S:      Supported
9806
9807 SIMTEC EB2410ITX (BAST)
9808 P:      Ben Dooks
9809 P:      Vincent Sanders <vince@simtec.co.uk>
9810 M:      Simtec Linux Team <linux@simtec.co.uk>
9811 W:      http://www.simtec.co.uk/products/EB2410ITX/
9812 S:      Supported
9813 F:      arch/arm/mach-s3c24xx/mach-bast.c
9814 F:      arch/arm/mach-s3c24xx/bast-ide.c
9815 F:      arch/arm/mach-s3c24xx/bast-irq.c
9816
9817 TI DAVINCI MACHINE SUPPORT
9818 M:      Sekhar Nori <nsekhar@ti.com>
9819 M:      Kevin Hilman <khilman@deeprootsystems.com>
9820 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9821 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9822 S:      Supported
9823 F:      arch/arm/mach-davinci/
9824 F:      drivers/i2c/busses/i2c-davinci.c
9825
9826 TI DAVINCI SERIES MEDIA DRIVER
9827 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9828 L:      linux-media@vger.kernel.org
9829 W:      http://linuxtv.org/
9830 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9831 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9832 S:      Maintained
9833 F:      drivers/media/platform/davinci/
9834 F:      include/media/davinci/
9835
9836 TI AM437X VPFE DRIVER
9837 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9838 L:      linux-media@vger.kernel.org
9839 W:      http://linuxtv.org/
9840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9841 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9842 S:      Maintained
9843 F:      drivers/media/platform/am437x/
9844
9845 OV2659 OMNIVISION SENSOR DRIVER
9846 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9847 L:      linux-media@vger.kernel.org
9848 W:      http://linuxtv.org/
9849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9850 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9851 S:      Maintained
9852 F:      drivers/media/i2c/ov2659.c
9853 F:      include/media/ov2659.h
9854
9855 SILICON MOTION SM712 FRAME BUFFER DRIVER
9856 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9857 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9858 M:      Sudip Mukherjee <sudip@vectorindia.org>
9859 L:      linux-fbdev@vger.kernel.org
9860 S:      Maintained
9861 F:      drivers/video/fbdev/sm712*
9862 F:      Documentation/fb/sm712fb.txt
9863
9864 SIS 190 ETHERNET DRIVER
9865 M:      Francois Romieu <romieu@fr.zoreil.com>
9866 L:      netdev@vger.kernel.org
9867 S:      Maintained
9868 F:      drivers/net/ethernet/sis/sis190.c
9869
9870 SIS 900/7016 FAST ETHERNET DRIVER
9871 M:      Daniele Venzano <venza@brownhat.org>
9872 W:      http://www.brownhat.org/sis900.html
9873 L:      netdev@vger.kernel.org
9874 S:      Maintained
9875 F:      drivers/net/ethernet/sis/sis900.*
9876
9877 SIS FRAMEBUFFER DRIVER
9878 M:      Thomas Winischhofer <thomas@winischhofer.net>
9879 W:      http://www.winischhofer.net/linuxsisvga.shtml
9880 S:      Maintained
9881 F:      Documentation/fb/sisfb.txt
9882 F:      drivers/video/fbdev/sis/
9883 F:      include/video/sisfb.h
9884
9885 SIS USB2VGA DRIVER
9886 M:      Thomas Winischhofer <thomas@winischhofer.net>
9887 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9888 S:      Maintained
9889 F:      drivers/usb/misc/sisusbvga/
9890
9891 SLAB ALLOCATOR
9892 M:      Christoph Lameter <cl@linux.com>
9893 M:      Pekka Enberg <penberg@kernel.org>
9894 M:      David Rientjes <rientjes@google.com>
9895 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9896 M:      Andrew Morton <akpm@linux-foundation.org>
9897 L:      linux-mm@kvack.org
9898 S:      Maintained
9899 F:      include/linux/sl?b*.h
9900 F:      mm/sl?b*
9901
9902 SLEEPABLE READ-COPY UPDATE (SRCU)
9903 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9904 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9905 M:      Josh Triplett <josh@joshtriplett.org>
9906 R:      Steven Rostedt <rostedt@goodmis.org>
9907 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9908 L:      linux-kernel@vger.kernel.org
9909 W:      http://www.rdrop.com/users/paulmck/RCU/
9910 S:      Supported
9911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9912 F:      include/linux/srcu.h
9913 F:      kernel/rcu/srcu.c
9914
9915 SMACK SECURITY MODULE
9916 M:      Casey Schaufler <casey@schaufler-ca.com>
9917 L:      linux-security-module@vger.kernel.org
9918 W:      http://schaufler-ca.com
9919 T:      git git://git.gitorious.org/smack-next/kernel.git
9920 S:      Maintained
9921 F:      Documentation/security/Smack.txt
9922 F:      security/smack/
9923
9924 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9925 M:      Kevin Hilman <khilman@kernel.org>
9926 M:      Nishanth Menon <nm@ti.com>
9927 S:      Maintained
9928 F:      drivers/power/avs/
9929 F:      include/linux/power/smartreflex.h
9930 L:      linux-pm@vger.kernel.org
9931
9932 SMC91x ETHERNET DRIVER
9933 M:      Nicolas Pitre <nico@fluxnic.net>
9934 S:      Odd Fixes
9935 F:      drivers/net/ethernet/smsc/smc91x.*
9936
9937 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9938 M:      Sakari Ailus <sakari.ailus@iki.fi>
9939 L:      linux-media@vger.kernel.org
9940 S:      Maintained
9941 F:      drivers/media/i2c/smiapp/
9942 F:      include/media/smiapp.h
9943 F:      drivers/media/i2c/smiapp-pll.c
9944 F:      drivers/media/i2c/smiapp-pll.h
9945 F:      include/uapi/linux/smiapp.h
9946 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9947
9948 SMM665 HARDWARE MONITOR DRIVER
9949 M:      Guenter Roeck <linux@roeck-us.net>
9950 L:      linux-hwmon@vger.kernel.org
9951 S:      Maintained
9952 F:      Documentation/hwmon/smm665
9953 F:      drivers/hwmon/smm665.c
9954
9955 SMSC EMC2103 HARDWARE MONITOR DRIVER
9956 M:      Steve Glendinning <steve.glendinning@shawell.net>
9957 L:      linux-hwmon@vger.kernel.org
9958 S:      Maintained
9959 F:      Documentation/hwmon/emc2103
9960 F:      drivers/hwmon/emc2103.c
9961
9962 SMSC SCH5627 HARDWARE MONITOR DRIVER
9963 M:      Hans de Goede <hdegoede@redhat.com>
9964 L:      linux-hwmon@vger.kernel.org
9965 S:      Supported
9966 F:      Documentation/hwmon/sch5627
9967 F:      drivers/hwmon/sch5627.c
9968
9969 SMSC47B397 HARDWARE MONITOR DRIVER
9970 M:      Jean Delvare <jdelvare@suse.com>
9971 L:      linux-hwmon@vger.kernel.org
9972 S:      Maintained
9973 F:      Documentation/hwmon/smsc47b397
9974 F:      drivers/hwmon/smsc47b397.c
9975
9976 SMSC911x ETHERNET DRIVER
9977 M:      Steve Glendinning <steve.glendinning@shawell.net>
9978 L:      netdev@vger.kernel.org
9979 S:      Maintained
9980 F:      include/linux/smsc911x.h
9981 F:      drivers/net/ethernet/smsc/smsc911x.*
9982
9983 SMSC9420 PCI ETHERNET DRIVER
9984 M:      Steve Glendinning <steve.glendinning@shawell.net>
9985 L:      netdev@vger.kernel.org
9986 S:      Maintained
9987 F:      drivers/net/ethernet/smsc/smsc9420.*
9988
9989 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9990 M:      Steve Glendinning <steve.glendinning@shawell.net>
9991 L:      linux-fbdev@vger.kernel.org
9992 S:      Maintained
9993 F:      drivers/video/fbdev/smscufx.c
9994
9995 SOC-CAMERA V4L2 SUBSYSTEM
9996 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9997 L:      linux-media@vger.kernel.org
9998 T:      git git://linuxtv.org/media_tree.git
9999 S:      Maintained
10000 F:      include/media/soc*
10001 F:      drivers/media/i2c/soc_camera/
10002 F:      drivers/media/platform/soc_camera/
10003
10004 SOEKRIS NET48XX LED SUPPORT
10005 M:      Chris Boot <bootc@bootc.net>
10006 S:      Maintained
10007 F:      drivers/leds/leds-net48xx.c
10008
10009 SOFTLOGIC 6x10 MPEG CODEC
10010 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
10011 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
10012 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
10013 M:      Ismael Luceno <ismael@iodev.co.uk>
10014 L:      linux-media@vger.kernel.org
10015 S:      Supported
10016 F:      drivers/media/pci/solo6x10/
10017
10018 SOFTWARE RAID (Multiple Disks) SUPPORT
10019 M:      Neil Brown <neilb@suse.com>
10020 L:      linux-raid@vger.kernel.org
10021 S:      Supported
10022 F:      drivers/md/
10023 F:      include/linux/raid/
10024 F:      include/uapi/linux/raid/
10025
10026 SONIC NETWORK DRIVER
10027 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10028 L:      netdev@vger.kernel.org
10029 S:      Maintained
10030 F:      drivers/net/ethernet/natsemi/sonic.*
10031
10032 SONICS SILICON BACKPLANE DRIVER (SSB)
10033 M:      Michael Buesch <m@bues.ch>
10034 L:      netdev@vger.kernel.org
10035 S:      Maintained
10036 F:      drivers/ssb/
10037 F:      include/linux/ssb/
10038
10039 SONY VAIO CONTROL DEVICE DRIVER
10040 M:      Mattia Dongili <malattia@linux.it>
10041 L:      platform-driver-x86@vger.kernel.org
10042 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
10043 S:      Maintained
10044 F:      Documentation/laptops/sony-laptop.txt
10045 F:      drivers/char/sonypi.c
10046 F:      drivers/platform/x86/sony-laptop.c
10047 F:      include/linux/sony-laptop.h
10048
10049 SONY MEMORYSTICK CARD SUPPORT
10050 M:      Alex Dubov <oakad@yahoo.com>
10051 W:      http://tifmxx.berlios.de/
10052 S:      Maintained
10053 F:      drivers/memstick/host/tifm_ms.c
10054
10055 SONY MEMORYSTICK STANDARD SUPPORT
10056 M:      Maxim Levitsky <maximlevitsky@gmail.com>
10057 S:      Maintained
10058 F:      drivers/memstick/core/ms_block.*
10059
10060 SOUND
10061 M:      Jaroslav Kysela <perex@perex.cz>
10062 M:      Takashi Iwai <tiwai@suse.com>
10063 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10064 W:      http://www.alsa-project.org/
10065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10066 T:      git git://git.alsa-project.org/alsa-kernel.git
10067 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
10068 S:      Maintained
10069 F:      Documentation/sound/
10070 F:      include/sound/
10071 F:      include/uapi/sound/
10072 F:      sound/
10073
10074 SOUND - COMPRESSED AUDIO
10075 M:      Vinod Koul <vinod.koul@intel.com>
10076 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
10078 S:      Supported
10079 F:      Documentation/sound/alsa/compress_offload.txt
10080 F:      include/sound/compress_driver.h
10081 F:      include/uapi/sound/compress_*
10082 F:      sound/core/compress_offload.c
10083 F:      sound/soc/soc-compress.c
10084
10085 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
10086 M:      Liam Girdwood <lgirdwood@gmail.com>
10087 M:      Mark Brown <broonie@kernel.org>
10088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
10089 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10090 W:      http://alsa-project.org/main/index.php/ASoC
10091 S:      Supported
10092 F:      Documentation/sound/alsa/soc/
10093 F:      sound/soc/
10094 F:      include/sound/soc*
10095
10096 SOUND - DMAENGINE HELPERS
10097 M:      Lars-Peter Clausen <lars@metafoo.de>
10098 S:      Supported
10099 F:      include/sound/dmaengine_pcm.h
10100 F:      sound/core/pcm_dmaengine.c
10101 F:      sound/soc/soc-generic-dmaengine-pcm.c
10102
10103 SP2 MEDIA DRIVER
10104 M:      Olli Salonen <olli.salonen@iki.fi>
10105 L:      linux-media@vger.kernel.org
10106 W:      http://linuxtv.org/
10107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10108 S:      Maintained
10109 F:      drivers/media/dvb-frontends/sp2*
10110
10111 SPARC + UltraSPARC (sparc/sparc64)
10112 M:      "David S. Miller" <davem@davemloft.net>
10113 L:      sparclinux@vger.kernel.org
10114 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
10115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10117 S:      Maintained
10118 F:      arch/sparc/
10119 F:      drivers/sbus/
10120
10121 SPARC SERIAL DRIVERS
10122 M:      "David S. Miller" <davem@davemloft.net>
10123 L:      sparclinux@vger.kernel.org
10124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
10125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
10126 S:      Maintained
10127 F:      include/linux/sunserialcore.h
10128 F:      drivers/tty/serial/suncore.c
10129 F:      drivers/tty/serial/sunhv.c
10130 F:      drivers/tty/serial/sunsab.c
10131 F:      drivers/tty/serial/sunsab.h
10132 F:      drivers/tty/serial/sunsu.c
10133 F:      drivers/tty/serial/sunzilog.c
10134 F:      drivers/tty/serial/sunzilog.h
10135
10136 SPARSE CHECKER
10137 M:      "Christopher Li" <sparse@chrisli.org>
10138 L:      linux-sparse@vger.kernel.org
10139 W:      https://sparse.wiki.kernel.org/
10140 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10141 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10142 S:      Maintained
10143 F:      include/linux/compiler.h
10144
10145 SPEAR PLATFORM SUPPORT
10146 M:      Viresh Kumar <vireshk@kernel.org>
10147 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10148 L:      spear-devel@list.st.com
10149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10150 W:      http://www.st.com/spear
10151 S:      Maintained
10152 F:      arch/arm/mach-spear/
10153
10154 SPEAR CLOCK FRAMEWORK SUPPORT
10155 M:      Viresh Kumar <vireshk@kernel.org>
10156 L:      spear-devel@list.st.com
10157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10158 W:      http://www.st.com/spear
10159 S:      Maintained
10160 F:      drivers/clk/spear/
10161
10162 SPI SUBSYSTEM
10163 M:      Mark Brown <broonie@kernel.org>
10164 L:      linux-spi@vger.kernel.org
10165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10166 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10167 S:      Maintained
10168 F:      Documentation/spi/
10169 F:      drivers/spi/
10170 F:      include/linux/spi/
10171 F:      include/uapi/linux/spi/
10172
10173 SPIDERNET NETWORK DRIVER for CELL
10174 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10175 L:      netdev@vger.kernel.org
10176 S:      Supported
10177 F:      Documentation/networking/spider_net.txt
10178 F:      drivers/net/ethernet/toshiba/spider_net*
10179
10180 SPU FILE SYSTEM
10181 M:      Jeremy Kerr <jk@ozlabs.org>
10182 L:      linuxppc-dev@lists.ozlabs.org
10183 W:      http://www.ibm.com/developerworks/power/cell/
10184 S:      Supported
10185 F:      Documentation/filesystems/spufs.txt
10186 F:      arch/powerpc/platforms/cell/spufs/
10187
10188 SQUASHFS FILE SYSTEM
10189 M:      Phillip Lougher <phillip@squashfs.org.uk>
10190 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10191 W:      http://squashfs.org.uk
10192 S:      Maintained
10193 F:      Documentation/filesystems/squashfs.txt
10194 F:      fs/squashfs/
10195
10196 SRM (Alpha) environment access
10197 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10198 S:      Maintained
10199 F:      arch/alpha/kernel/srm_env.c
10200
10201 STABLE BRANCH
10202 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10203 M:      Sasha Levin <sashal@kernel.org>
10204 L:      stable@vger.kernel.org
10205 S:      Supported
10206 F:      Documentation/stable_kernel_rules.txt
10207
10208 STAGING SUBSYSTEM
10209 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10211 L:      devel@driverdev.osuosl.org
10212 S:      Supported
10213 F:      drivers/staging/
10214
10215 STAGING - COMEDI
10216 M:      Ian Abbott <abbotti@mev.co.uk>
10217 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10218 S:      Odd Fixes
10219 F:      drivers/staging/comedi/
10220
10221 STAGING - FLARION FT1000 DRIVERS
10222 M:      Marek Belisko <marek.belisko@gmail.com>
10223 S:      Odd Fixes
10224 F:      drivers/staging/ft1000/
10225
10226 STAGING - INDUSTRIAL IO
10227 M:      Jonathan Cameron <jic23@kernel.org>
10228 L:      linux-iio@vger.kernel.org
10229 S:      Odd Fixes
10230 F:      drivers/staging/iio/
10231
10232 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10233 M:      Jarod Wilson <jarod@wilsonet.com>
10234 W:      http://www.lirc.org/
10235 S:      Odd Fixes
10236 F:      drivers/staging/media/lirc/
10237
10238 STAGING - LUSTRE PARALLEL FILESYSTEM
10239 M:      Oleg Drokin <oleg.drokin@intel.com>
10240 M:      Andreas Dilger <andreas.dilger@intel.com>
10241 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10242 W:      http://wiki.lustre.org/
10243 S:      Maintained
10244 F:      drivers/staging/lustre
10245
10246 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10247 M:      Marc Dietrich <marvin24@gmx.de>
10248 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10249 L:      linux-tegra@vger.kernel.org
10250 S:      Maintained
10251 F:      drivers/staging/nvec/
10252
10253 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10254 M:      Jens Frederich <jfrederich@gmail.com>
10255 M:      Daniel Drake <dsd@laptop.org>
10256 M:      Jon Nettleton <jon.nettleton@gmail.com>
10257 W:      http://wiki.laptop.org/go/DCON
10258 S:      Maintained
10259 F:      drivers/staging/olpc_dcon/
10260
10261 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10262 M:      Willy Tarreau <willy@meta-x.org>
10263 S:      Odd Fixes
10264 F:      drivers/staging/panel/
10265
10266 STAGING - REALTEK RTL8712U DRIVERS
10267 M:      Larry Finger <Larry.Finger@lwfinger.net>
10268 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10269 S:      Odd Fixes
10270 F:      drivers/staging/rtl8712/
10271
10272 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10273 M:      Larry Finger <Larry.Finger@lwfinger.net>
10274 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10275 L:      linux-wireless@vger.kernel.org
10276 S:      Maintained
10277 F:      drivers/staging/rtl8723au/
10278
10279 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10280 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10281 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10282 M:      Sudip Mukherjee <sudip@vectorindia.org>
10283 L:      linux-fbdev@vger.kernel.org
10284 S:      Maintained
10285 F:      drivers/staging/sm750fb/
10286
10287 STAGING - SLICOSS
10288 M:      Lior Dotan <liodot@gmail.com>
10289 M:      Christopher Harrer <charrer@alacritech.com>
10290 S:      Odd Fixes
10291 F:      drivers/staging/slicoss/
10292
10293 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10294 M:      William Hubbs <w.d.hubbs@gmail.com>
10295 M:      Chris Brannon <chris@the-brannons.com>
10296 M:      Kirk Reiser <kirk@reisers.ca>
10297 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10298 L:      speakup@linux-speakup.org
10299 W:      http://www.linux-speakup.org/
10300 S:      Odd Fixes
10301 F:      drivers/staging/speakup/
10302
10303 STAGING - VIA VT665X DRIVERS
10304 M:      Forest Bond <forest@alittletooquiet.net>
10305 S:      Odd Fixes
10306 F:      drivers/staging/vt665?/
10307
10308 STAGING - WILC1000 WIFI DRIVER
10309 M:      Johnny Kim <johnny.kim@atmel.com>
10310 M:      Austin Shin <austin.shin@atmel.com>
10311 M:      Chris Park <chris.park@atmel.com>
10312 M:      Tony Cho <tony.cho@atmel.com>
10313 M:      Glen Lee <glen.lee@atmel.com>
10314 M:      Leo Kim <leo.kim@atmel.com>
10315 L:      linux-wireless@vger.kernel.org
10316 S:      Supported
10317 F:      drivers/staging/wilc1000/
10318
10319 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10320 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10321 S:      Odd Fixes
10322 F:      drivers/staging/xgifb/
10323
10324 HFI1 DRIVER
10325 M:      Mike Marciniszyn <infinipath@intel.com>
10326 L:      linux-rdma@vger.kernel.org
10327 S:      Supported
10328 F:      drivers/staging/rdma/hfi1
10329
10330 STARFIRE/DURALAN NETWORK DRIVER
10331 M:      Ion Badulescu <ionut@badula.org>
10332 S:      Odd Fixes
10333 F:      drivers/net/ethernet/adaptec/starfire*
10334
10335 SUN3/3X
10336 M:      Sam Creasey <sammy@sammy.net>
10337 W:      http://sammy.net/sun3/
10338 S:      Maintained
10339 F:      arch/m68k/kernel/*sun3*
10340 F:      arch/m68k/sun3*/
10341 F:      arch/m68k/include/asm/sun3*
10342 F:      drivers/net/ethernet/i825xx/sun3*
10343
10344 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10345 M:      Hans de Goede <hdegoede@redhat.com>
10346 L:      linux-input@vger.kernel.org
10347 S:      Maintained
10348 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10349 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10350
10351 SUNDANCE NETWORK DRIVER
10352 M:      Denis Kirjanov <kda@linux-powerpc.org>
10353 L:      netdev@vger.kernel.org
10354 S:      Maintained
10355 F:      drivers/net/ethernet/dlink/sundance.c
10356
10357 SUPERH
10358 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
10359 M:      Rich Felker <dalias@libc.org>
10360 L:      linux-sh@vger.kernel.org
10361 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10362 S:      Maintained
10363 F:      Documentation/sh/
10364 F:      arch/sh/
10365 F:      drivers/sh/
10366
10367 SUSPEND TO RAM
10368 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10369 M:      Len Brown <len.brown@intel.com>
10370 M:      Pavel Machek <pavel@ucw.cz>
10371 L:      linux-pm@vger.kernel.org
10372 S:      Supported
10373 F:      Documentation/power/
10374 F:      arch/x86/kernel/acpi/
10375 F:      drivers/base/power/
10376 F:      kernel/power/
10377 F:      include/linux/suspend.h
10378 F:      include/linux/freezer.h
10379 F:      include/linux/pm.h
10380
10381 SVGA HANDLING
10382 M:      Martin Mares <mj@ucw.cz>
10383 L:      linux-video@atrey.karlin.mff.cuni.cz
10384 S:      Maintained
10385 F:      Documentation/svga.txt
10386 F:      arch/x86/boot/video*
10387
10388 SWIOTLB SUBSYSTEM
10389 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10390 L:      linux-kernel@vger.kernel.org
10391 S:      Supported
10392 F:      lib/swiotlb.c
10393 F:      arch/*/kernel/pci-swiotlb.c
10394 F:      include/linux/swiotlb.h
10395
10396 SWITCHDEV
10397 M:      Jiri Pirko <jiri@resnulli.us>
10398 L:      netdev@vger.kernel.org
10399 S:      Supported
10400 F:      net/switchdev/
10401 F:      include/net/switchdev.h
10402
10403 SYNOPSYS ARC ARCHITECTURE
10404 M:      Vineet Gupta <vgupta@synopsys.com>
10405 L:      linux-snps-arc@lists.infradead.org
10406 S:      Supported
10407 F:      arch/arc/
10408 F:      Documentation/devicetree/bindings/arc/*
10409 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10410 F:      drivers/tty/serial/arc_uart.c
10411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10412
10413 SYNOPSYS ARC SDP platform support
10414 M:      Alexey Brodkin <abrodkin@synopsys.com>
10415 S:      Supported
10416 F:      arch/arc/plat-axs10x
10417 F:      arch/arc/boot/dts/ax*
10418 F:      Documentation/devicetree/bindings/arc/axs10*
10419
10420 SYSTEM CONFIGURATION (SYSCON)
10421 M:      Lee Jones <lee.jones@linaro.org>
10422 M:      Arnd Bergmann <arnd@arndb.de>
10423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10424 S:      Supported
10425 F:      drivers/mfd/syscon.c
10426
10427 SYSV FILESYSTEM
10428 M:      Christoph Hellwig <hch@infradead.org>
10429 S:      Maintained
10430 F:      Documentation/filesystems/sysv-fs.txt
10431 F:      fs/sysv/
10432 F:      include/linux/sysv_fs.h
10433
10434 TARGET SUBSYSTEM
10435 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10436 L:      linux-scsi@vger.kernel.org
10437 L:      target-devel@vger.kernel.org
10438 W:      http://www.linux-iscsi.org
10439 W:      http://groups.google.com/group/linux-iscsi-target-dev
10440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10441 S:      Supported
10442 F:      drivers/target/
10443 F:      include/target/
10444 F:      Documentation/target/
10445
10446 TASKSTATS STATISTICS INTERFACE
10447 M:      Balbir Singh <bsingharora@gmail.com>
10448 S:      Maintained
10449 F:      Documentation/accounting/taskstats*
10450 F:      include/linux/taskstats*
10451 F:      kernel/taskstats.c
10452
10453 TC CLASSIFIER
10454 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10455 L:      netdev@vger.kernel.org
10456 S:      Maintained
10457 F:      include/net/pkt_cls.h
10458 F:      include/uapi/linux/pkt_cls.h
10459 F:      net/sched/
10460
10461 TCP LOW PRIORITY MODULE
10462 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10463 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10464 W:      http://tcp-lp-mod.sourceforge.net/
10465 S:      Maintained
10466 F:      net/ipv4/tcp_lp.c
10467
10468 TDA10071 MEDIA DRIVER
10469 M:      Antti Palosaari <crope@iki.fi>
10470 L:      linux-media@vger.kernel.org
10471 W:      http://linuxtv.org/
10472 W:      http://palosaari.fi/linux/
10473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10474 T:      git git://linuxtv.org/anttip/media_tree.git
10475 S:      Maintained
10476 F:      drivers/media/dvb-frontends/tda10071*
10477
10478 TDA18212 MEDIA DRIVER
10479 M:      Antti Palosaari <crope@iki.fi>
10480 L:      linux-media@vger.kernel.org
10481 W:      http://linuxtv.org/
10482 W:      http://palosaari.fi/linux/
10483 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10484 T:      git git://linuxtv.org/anttip/media_tree.git
10485 S:      Maintained
10486 F:      drivers/media/tuners/tda18212*
10487
10488 TDA18218 MEDIA DRIVER
10489 M:      Antti Palosaari <crope@iki.fi>
10490 L:      linux-media@vger.kernel.org
10491 W:      http://linuxtv.org/
10492 W:      http://palosaari.fi/linux/
10493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10494 T:      git git://linuxtv.org/anttip/media_tree.git
10495 S:      Maintained
10496 F:      drivers/media/tuners/tda18218*
10497
10498 TDA18271 MEDIA DRIVER
10499 M:      Michael Krufky <mkrufky@linuxtv.org>
10500 L:      linux-media@vger.kernel.org
10501 W:      http://linuxtv.org/
10502 W:      http://github.com/mkrufky
10503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10504 T:      git git://linuxtv.org/mkrufky/tuners.git
10505 S:      Maintained
10506 F:      drivers/media/tuners/tda18271*
10507
10508 TDA827x MEDIA DRIVER
10509 M:      Michael Krufky <mkrufky@linuxtv.org>
10510 L:      linux-media@vger.kernel.org
10511 W:      http://linuxtv.org/
10512 W:      http://github.com/mkrufky
10513 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10514 T:      git git://linuxtv.org/mkrufky/tuners.git
10515 S:      Maintained
10516 F:      drivers/media/tuners/tda8290.*
10517
10518 TDA8290 MEDIA DRIVER
10519 M:      Michael Krufky <mkrufky@linuxtv.org>
10520 L:      linux-media@vger.kernel.org
10521 W:      http://linuxtv.org/
10522 W:      http://github.com/mkrufky
10523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10524 T:      git git://linuxtv.org/mkrufky/tuners.git
10525 S:      Maintained
10526 F:      drivers/media/tuners/tda8290.*
10527
10528 TDA9840 MEDIA DRIVER
10529 M:      Hans Verkuil <hverkuil@xs4all.nl>
10530 L:      linux-media@vger.kernel.org
10531 T:      git git://linuxtv.org/media_tree.git
10532 W:      http://linuxtv.org
10533 S:      Maintained
10534 F:      drivers/media/i2c/tda9840*
10535
10536 TEA5761 TUNER DRIVER
10537 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10538 L:      linux-media@vger.kernel.org
10539 W:      http://linuxtv.org
10540 T:      git git://linuxtv.org/media_tree.git
10541 S:      Odd fixes
10542 F:      drivers/media/tuners/tea5761.*
10543
10544 TEA5767 TUNER DRIVER
10545 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10546 L:      linux-media@vger.kernel.org
10547 W:      http://linuxtv.org
10548 T:      git git://linuxtv.org/media_tree.git
10549 S:      Maintained
10550 F:      drivers/media/tuners/tea5767.*
10551
10552 TEA6415C MEDIA DRIVER
10553 M:      Hans Verkuil <hverkuil@xs4all.nl>
10554 L:      linux-media@vger.kernel.org
10555 T:      git git://linuxtv.org/media_tree.git
10556 W:      http://linuxtv.org
10557 S:      Maintained
10558 F:      drivers/media/i2c/tea6415c*
10559
10560 TEA6420 MEDIA DRIVER
10561 M:      Hans Verkuil <hverkuil@xs4all.nl>
10562 L:      linux-media@vger.kernel.org
10563 T:      git git://linuxtv.org/media_tree.git
10564 W:      http://linuxtv.org
10565 S:      Maintained
10566 F:      drivers/media/i2c/tea6420*
10567
10568 TEAM DRIVER
10569 M:      Jiri Pirko <jiri@resnulli.us>
10570 L:      netdev@vger.kernel.org
10571 S:      Supported
10572 F:      drivers/net/team/
10573 F:      include/linux/if_team.h
10574 F:      include/uapi/linux/if_team.h
10575
10576 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10577 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10578 S:      Maintained
10579 F:      arch/x86/platform/ts5500/
10580
10581 TECHNOTREND USB IR RECEIVER
10582 M:      Sean Young <sean@mess.org>
10583 L:      linux-media@vger.kernel.org
10584 S:      Maintained
10585 F:      drivers/media/rc/ttusbir.c
10586
10587 TEGRA ARCHITECTURE SUPPORT
10588 M:      Stephen Warren <swarren@wwwdotorg.org>
10589 M:      Thierry Reding <thierry.reding@gmail.com>
10590 M:      Alexandre Courbot <gnurou@gmail.com>
10591 L:      linux-tegra@vger.kernel.org
10592 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10594 S:      Supported
10595 N:      [^a-z]tegra
10596
10597 TEGRA CLOCK DRIVER
10598 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10599 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10600 S:      Supported
10601 F:      drivers/clk/tegra/
10602
10603 TEGRA DMA DRIVER
10604 M:      Laxman Dewangan <ldewangan@nvidia.com>
10605 S:      Supported
10606 F:      drivers/dma/tegra20-apb-dma.c
10607
10608 TEGRA I2C DRIVER
10609 M:      Laxman Dewangan <ldewangan@nvidia.com>
10610 S:      Supported
10611 F:      drivers/i2c/busses/i2c-tegra.c
10612
10613 TEGRA IOMMU DRIVERS
10614 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10615 S:      Supported
10616 F:      drivers/iommu/tegra*
10617
10618 TEGRA KBC DRIVER
10619 M:      Rakesh Iyer <riyer@nvidia.com>
10620 M:      Laxman Dewangan <ldewangan@nvidia.com>
10621 S:      Supported
10622 F:      drivers/input/keyboard/tegra-kbc.c
10623
10624 TEGRA PWM DRIVER
10625 M:      Thierry Reding <thierry.reding@gmail.com>
10626 S:      Supported
10627 F:      drivers/pwm/pwm-tegra.c
10628
10629 TEGRA SERIAL DRIVER
10630 M:      Laxman Dewangan <ldewangan@nvidia.com>
10631 S:      Supported
10632 F:      drivers/tty/serial/serial-tegra.c
10633
10634 TEGRA SPI DRIVER
10635 M:      Laxman Dewangan <ldewangan@nvidia.com>
10636 S:      Supported
10637 F:      drivers/spi/spi-tegra*
10638
10639 TEHUTI ETHERNET DRIVER
10640 M:      Andy Gospodarek <andy@greyhouse.net>
10641 L:      netdev@vger.kernel.org
10642 S:      Supported
10643 F:      drivers/net/ethernet/tehuti/*
10644
10645 Telecom Clock Driver for MCPL0010
10646 M:      Mark Gross <mark.gross@intel.com>
10647 S:      Supported
10648 F:      drivers/char/tlclk.c
10649
10650 TENSILICA XTENSA PORT (xtensa)
10651 M:      Chris Zankel <chris@zankel.net>
10652 M:      Max Filippov <jcmvbkbc@gmail.com>
10653 L:      linux-xtensa@linux-xtensa.org
10654 S:      Maintained
10655 F:      arch/xtensa/
10656 F:      drivers/irqchip/irq-xtensa-*
10657
10658 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10659 M:      Hans Verkuil <hverkuil@xs4all.nl>
10660 L:      linux-media@vger.kernel.org
10661 T:      git git://linuxtv.org/media_tree.git
10662 W:      http://linuxtv.org
10663 S:      Maintained
10664 F:      drivers/media/radio/radio-raremono.c
10665
10666 THERMAL
10667 M:      Zhang Rui <rui.zhang@intel.com>
10668 M:      Eduardo Valentin <edubezval@gmail.com>
10669 L:      linux-pm@vger.kernel.org
10670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10672 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10673 S:      Supported
10674 F:      drivers/thermal/
10675 F:      include/linux/thermal.h
10676 F:      include/uapi/linux/thermal.h
10677 F:      include/linux/cpu_cooling.h
10678 F:      Documentation/devicetree/bindings/thermal/
10679
10680 THERMAL/CPU_COOLING
10681 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10682 M:      Viresh Kumar <viresh.kumar@linaro.org>
10683 M:      Javi Merino <javi.merino@arm.com>
10684 L:      linux-pm@vger.kernel.org
10685 S:      Supported
10686 F:      Documentation/thermal/cpu-cooling-api.txt
10687 F:      drivers/thermal/cpu_cooling.c
10688 F:      include/linux/cpu_cooling.h
10689
10690 THINGM BLINK(1) USB RGB LED DRIVER
10691 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10692 S:      Maintained
10693 F:      drivers/hid/hid-thingm.c
10694
10695 THINKPAD ACPI EXTRAS DRIVER
10696 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10697 L:      ibm-acpi-devel@lists.sourceforge.net
10698 L:      platform-driver-x86@vger.kernel.org
10699 W:      http://ibm-acpi.sourceforge.net
10700 W:      http://thinkwiki.org/wiki/Ibm-acpi
10701 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10702 S:      Maintained
10703 F:      drivers/platform/x86/thinkpad_acpi.c
10704
10705 TI BANDGAP AND THERMAL DRIVER
10706 M:      Eduardo Valentin <edubezval@gmail.com>
10707 L:      linux-pm@vger.kernel.org
10708 L:      linux-omap@vger.kernel.org
10709 S:      Maintained
10710 F:      drivers/thermal/ti-soc-thermal/
10711
10712 TI CDCE706 CLOCK DRIVER
10713 M:      Max Filippov <jcmvbkbc@gmail.com>
10714 S:      Maintained
10715 F:      drivers/clk/clk-cdce706.c
10716
10717 TI CLOCK DRIVER
10718 M:      Tero Kristo <t-kristo@ti.com>
10719 L:      linux-omap@vger.kernel.org
10720 S:      Maintained
10721 F:      drivers/clk/ti/
10722 F:      include/linux/clk/ti.h
10723
10724 TI FLASH MEDIA INTERFACE DRIVER
10725 M:      Alex Dubov <oakad@yahoo.com>
10726 S:      Maintained
10727 F:      drivers/misc/tifm*
10728 F:      drivers/mmc/host/tifm_sd.c
10729 F:      include/linux/tifm.h
10730
10731 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10732 M:      Santosh Shilimkar <ssantosh@kernel.org>
10733 L:      linux-kernel@vger.kernel.org
10734 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10735 S:      Maintained
10736 F:      drivers/soc/ti/*
10737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10738
10739
10740 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10741 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10742 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10744 S:      Maintained
10745 F:      sound/soc/codecs/lm49453*
10746 F:      sound/soc/codecs/isabelle*
10747
10748 TI LP855x BACKLIGHT DRIVER
10749 M:      Milo Kim <milo.kim@ti.com>
10750 S:      Maintained
10751 F:      Documentation/backlight/lp855x-driver.txt
10752 F:      drivers/video/backlight/lp855x_bl.c
10753 F:      include/linux/platform_data/lp855x.h
10754
10755 TI LP8727 CHARGER DRIVER
10756 M:      Milo Kim <milo.kim@ti.com>
10757 S:      Maintained
10758 F:      drivers/power/lp8727_charger.c
10759 F:      include/linux/platform_data/lp8727.h
10760
10761 TI LP8788 MFD DRIVER
10762 M:      Milo Kim <milo.kim@ti.com>
10763 S:      Maintained
10764 F:      drivers/iio/adc/lp8788_adc.c
10765 F:      drivers/leds/leds-lp8788.c
10766 F:      drivers/mfd/lp8788*.c
10767 F:      drivers/power/lp8788-charger.c
10768 F:      drivers/regulator/lp8788-*.c
10769 F:      include/linux/mfd/lp8788*.h
10770
10771 TI NETCP ETHERNET DRIVER
10772 M:      Wingman Kwok <w-kwok2@ti.com>
10773 M:      Murali Karicheri <m-karicheri2@ti.com>
10774 L:      netdev@vger.kernel.org
10775 S:      Maintained
10776 F:      drivers/net/ethernet/ti/netcp*
10777
10778 TI TAS571X FAMILY ASoC CODEC DRIVER
10779 M:      Kevin Cernekee <cernekee@chromium.org>
10780 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10781 S:      Odd Fixes
10782 F:      sound/soc/codecs/tas571x*
10783
10784 TI TWL4030 SERIES SOC CODEC DRIVER
10785 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10786 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10787 S:      Maintained
10788 F:      sound/soc/codecs/twl4030*
10789
10790 TI WILINK WIRELESS DRIVERS
10791 L:      linux-wireless@vger.kernel.org
10792 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10793 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10795 S:      Orphan
10796 F:      drivers/net/wireless/ti/
10797 F:      include/linux/wl12xx.h
10798
10799 TIPC NETWORK LAYER
10800 M:      Jon Maloy <jon.maloy@ericsson.com>
10801 M:      Ying Xue <ying.xue@windriver.com>
10802 L:      netdev@vger.kernel.org (core kernel code)
10803 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10804 W:      http://tipc.sourceforge.net/
10805 S:      Maintained
10806 F:      include/uapi/linux/tipc*.h
10807 F:      net/tipc/
10808
10809 TILE ARCHITECTURE
10810 M:      Chris Metcalf <cmetcalf@ezchip.com>
10811 W:      http://www.ezchip.com/scm/
10812 S:      Supported
10813 F:      arch/tile/
10814 F:      drivers/char/tile-srom.c
10815 F:      drivers/edac/tile_edac.c
10816 F:      drivers/net/ethernet/tile/
10817 F:      drivers/rtc/rtc-tile.c
10818 F:      drivers/tty/hvc/hvc_tile.c
10819 F:      drivers/tty/serial/tilegx.c
10820 F:      drivers/usb/host/*-tilegx.c
10821 F:      include/linux/usb/tilegx.h
10822
10823 TLAN NETWORK DRIVER
10824 M:      Samuel Chessman <chessman@tux.org>
10825 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10826 W:      http://sourceforge.net/projects/tlan/
10827 S:      Maintained
10828 F:      Documentation/networking/tlan.txt
10829 F:      drivers/net/ethernet/ti/tlan.*
10830
10831 TOMOYO SECURITY MODULE
10832 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10833 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10834 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10835 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10836 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10837 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10838 W:      http://tomoyo.sourceforge.jp/
10839 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10840 S:      Maintained
10841 F:      security/tomoyo/
10842
10843 TOPSTAR LAPTOP EXTRAS DRIVER
10844 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10845 L:      platform-driver-x86@vger.kernel.org
10846 S:      Maintained
10847 F:      drivers/platform/x86/topstar-laptop.c
10848
10849 TOSHIBA ACPI EXTRAS DRIVER
10850 M:      Azael Avalos <coproscefalo@gmail.com>
10851 L:      platform-driver-x86@vger.kernel.org
10852 S:      Maintained
10853 F:      drivers/platform/x86/toshiba_acpi.c
10854
10855 TOSHIBA BLUETOOTH DRIVER
10856 M:      Azael Avalos <coproscefalo@gmail.com>
10857 L:      platform-driver-x86@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/platform/x86/toshiba_bluetooth.c
10860
10861 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10862 M:      Azael Avalos <coproscefalo@gmail.com>
10863 L:      platform-driver-x86@vger.kernel.org
10864 S:      Maintained
10865 F:      drivers/platform/x86/toshiba_haps.c
10866
10867 TOSHIBA WMI HOTKEYS DRIVER
10868 M:      Azael Avalos <coproscefalo@gmail.com>
10869 L:      platform-driver-x86@vger.kernel.org
10870 S:      Maintained
10871 F:      drivers/platform/x86/toshiba-wmi.c
10872
10873 TOSHIBA SMM DRIVER
10874 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10875 W:      http://www.buzzard.org.uk/toshiba/
10876 S:      Maintained
10877 F:      drivers/char/toshiba.c
10878 F:      include/linux/toshiba.h
10879 F:      include/uapi/linux/toshiba.h
10880
10881 TOSHIBA TC358743 DRIVER
10882 M:      Mats Randgaard <matrandg@cisco.com>
10883 L:      linux-media@vger.kernel.org
10884 S:      Maintained
10885 F:      drivers/media/i2c/tc358743*
10886 F:      include/media/tc358743.h
10887
10888 TMIO MMC DRIVER
10889 M:      Ian Molton <ian@mnementh.co.uk>
10890 L:      linux-mmc@vger.kernel.org
10891 S:      Maintained
10892 F:      drivers/mmc/host/tmio_mmc*
10893 F:      drivers/mmc/host/sh_mobile_sdhi.c
10894 F:      include/linux/mmc/tmio.h
10895 F:      include/linux/mmc/sh_mobile_sdhi.h
10896
10897 TMP401 HARDWARE MONITOR DRIVER
10898 M:      Guenter Roeck <linux@roeck-us.net>
10899 L:      linux-hwmon@vger.kernel.org
10900 S:      Maintained
10901 F:      Documentation/hwmon/tmp401
10902 F:      drivers/hwmon/tmp401.c
10903
10904 TMPFS (SHMEM FILESYSTEM)
10905 M:      Hugh Dickins <hughd@google.com>
10906 L:      linux-mm@kvack.org
10907 S:      Maintained
10908 F:      include/linux/shmem_fs.h
10909 F:      mm/shmem.c
10910
10911 TM6000 VIDEO4LINUX DRIVER
10912 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10913 L:      linux-media@vger.kernel.org
10914 W:      http://linuxtv.org
10915 T:      git git://linuxtv.org/media_tree.git
10916 S:      Odd fixes
10917 F:      drivers/media/usb/tm6000/
10918
10919 TW68 VIDEO4LINUX DRIVER
10920 M:      Hans Verkuil <hverkuil@xs4all.nl>
10921 L:      linux-media@vger.kernel.org
10922 T:      git git://linuxtv.org/media_tree.git
10923 W:      http://linuxtv.org
10924 S:      Odd Fixes
10925 F:      drivers/media/pci/tw68/
10926
10927 TPM DEVICE DRIVER
10928 M:      Peter Huewe <peterhuewe@gmx.de>
10929 M:      Marcel Selhorst <tpmdd@selhorst.net>
10930 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10931 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10932 W:      http://tpmdd.sourceforge.net
10933 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10934 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10935 T:      https://github.com/PeterHuewe/linux-tpmdd
10936 S:      Maintained
10937 F:      drivers/char/tpm/
10938
10939 TPM IBM_VTPM DEVICE DRIVER
10940 M:      Ashley Lai <ashleydlai@gmail.com>
10941 W:      http://tpmdd.sourceforge.net
10942 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10943 S:      Maintained
10944 F:      drivers/char/tpm/tpm_ibmvtpm*
10945
10946 TRACING
10947 M:      Steven Rostedt <rostedt@goodmis.org>
10948 M:      Ingo Molnar <mingo@redhat.com>
10949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10950 S:      Maintained
10951 F:      Documentation/trace/ftrace.txt
10952 F:      arch/*/*/*/ftrace.h
10953 F:      arch/*/kernel/ftrace.c
10954 F:      include/*/ftrace.h
10955 F:      include/linux/trace*.h
10956 F:      include/trace/
10957 F:      kernel/trace/
10958 F:      tools/testing/selftests/ftrace/
10959
10960 TRIVIAL PATCHES
10961 M:      Jiri Kosina <trivial@kernel.org>
10962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10963 S:      Maintained
10964 K:      ^Subject:.*(?i)trivial
10965
10966 TTY LAYER
10967 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10968 M:      Jiri Slaby <jslaby@suse.com>
10969 S:      Supported
10970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10971 F:      Documentation/serial/
10972 F:      drivers/tty/
10973 F:      drivers/tty/serial/serial_core.c
10974 F:      include/linux/serial_core.h
10975 F:      include/linux/serial.h
10976 F:      include/linux/tty.h
10977 F:      include/uapi/linux/serial_core.h
10978 F:      include/uapi/linux/serial.h
10979 F:      include/uapi/linux/tty.h
10980
10981 TUA9001 MEDIA DRIVER
10982 M:      Antti Palosaari <crope@iki.fi>
10983 L:      linux-media@vger.kernel.org
10984 W:      http://linuxtv.org/
10985 W:      http://palosaari.fi/linux/
10986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10987 T:      git git://linuxtv.org/anttip/media_tree.git
10988 S:      Maintained
10989 F:      drivers/media/tuners/tua9001*
10990
10991 TULIP NETWORK DRIVERS
10992 L:      netdev@vger.kernel.org
10993 L:      linux-parisc@vger.kernel.org
10994 S:      Orphan
10995 F:      drivers/net/ethernet/dec/tulip/
10996
10997 TUN/TAP driver
10998 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10999 W:      http://vtun.sourceforge.net/tun
11000 S:      Maintained
11001 F:      Documentation/networking/tuntap.txt
11002 F:      arch/um/os-Linux/drivers/
11003
11004 TURBOCHANNEL SUBSYSTEM
11005 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11006 M:      Ralf Baechle <ralf@linux-mips.org>
11007 L:      linux-mips@linux-mips.org
11008 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
11009 S:      Maintained
11010 F:      drivers/tc/
11011 F:      include/linux/tc.h
11012
11013 U14-34F SCSI DRIVER
11014 M:      Dario Ballabio <ballabio_dario@emc.com>
11015 L:      linux-scsi@vger.kernel.org
11016 S:      Maintained
11017 F:      drivers/scsi/u14-34f.c
11018
11019 UBI FILE SYSTEM (UBIFS)
11020 M:      Artem Bityutskiy <dedekind1@gmail.com>
11021 M:      Adrian Hunter <adrian.hunter@intel.com>
11022 L:      linux-mtd@lists.infradead.org
11023 T:      git git://git.infradead.org/ubifs-2.6.git
11024 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
11025 S:      Maintained
11026 F:      Documentation/filesystems/ubifs.txt
11027 F:      fs/ubifs/
11028
11029 UCLINUX (M68KNOMMU AND COLDFIRE)
11030 M:      Greg Ungerer <gerg@uclinux.org>
11031 W:      http://www.uclinux.org/
11032 L:      linux-m68k@lists.linux-m68k.org
11033 L:      uclinux-dev@uclinux.org  (subscribers-only)
11034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
11035 S:      Maintained
11036 F:      arch/m68k/coldfire/
11037 F:      arch/m68k/68*/
11038 F:      arch/m68k/*/*_no.*
11039 F:      arch/m68k/include/asm/*_no.*
11040
11041 UDF FILESYSTEM
11042 M:      Jan Kara <jack@suse.com>
11043 S:      Maintained
11044 F:      Documentation/filesystems/udf.txt
11045 F:      fs/udf/
11046
11047 UFS FILESYSTEM
11048 M:      Evgeniy Dushistov <dushistov@mail.ru>
11049 S:      Maintained
11050 F:      Documentation/filesystems/ufs.txt
11051 F:      fs/ufs/
11052
11053 UHID USERSPACE HID IO DRIVER:
11054 M:      David Herrmann <dh.herrmann@googlemail.com>
11055 L:      linux-input@vger.kernel.org
11056 S:      Maintained
11057 F:      drivers/hid/uhid.c
11058 F:      include/uapi/linux/uhid.h
11059
11060 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
11061 L:      linux-usb@vger.kernel.org
11062 S:      Orphan
11063 F:      drivers/uwb/
11064 F:      include/linux/uwb.h
11065 F:      include/linux/uwb/
11066
11067 UNICORE32 ARCHITECTURE:
11068 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
11069 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
11070 S:      Maintained
11071 T:      git git://github.com/gxt/linux.git
11072 F:      arch/unicore32/
11073
11074 UNIFDEF
11075 M:      Tony Finch <dot@dotat.at>
11076 W:      http://dotat.at/prog/unifdef
11077 S:      Maintained
11078 F:      scripts/unifdef.c
11079
11080 UNIFORM CDROM DRIVER
11081 M:      Jens Axboe <axboe@kernel.dk>
11082 W:      http://www.kernel.dk
11083 S:      Maintained
11084 F:      Documentation/cdrom/
11085 F:      drivers/cdrom/cdrom.c
11086 F:      include/linux/cdrom.h
11087 F:      include/uapi/linux/cdrom.h
11088
11089 UNISYS S-PAR DRIVERS
11090 M:      Benjamin Romer <benjamin.romer@unisys.com>
11091 M:      David Kershner <david.kershner@unisys.com>
11092 L:      sparmaintainer@unisys.com (Unisys internal)
11093 S:      Supported
11094 F:      drivers/staging/unisys/
11095
11096 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
11097 M:      Vinayak Holikatti <vinholikatti@gmail.com>
11098 L:      linux-scsi@vger.kernel.org
11099 S:      Supported
11100 F:      Documentation/scsi/ufs.txt
11101 F:      drivers/scsi/ufs/
11102
11103 UNSORTED BLOCK IMAGES (UBI)
11104 M:      Artem Bityutskiy <dedekind1@gmail.com>
11105 M:      Richard Weinberger <richard@nod.at>
11106 W:      http://www.linux-mtd.infradead.org/
11107 L:      linux-mtd@lists.infradead.org
11108 T:      git git://git.infradead.org/ubifs-2.6.git
11109 S:      Supported
11110 F:      drivers/mtd/ubi/
11111 F:      include/linux/mtd/ubi.h
11112 F:      include/uapi/mtd/ubi-user.h
11113
11114 USB ACM DRIVER
11115 M:      Oliver Neukum <oliver@neukum.org>
11116 L:      linux-usb@vger.kernel.org
11117 S:      Maintained
11118 F:      Documentation/usb/acm.txt
11119 F:      drivers/usb/class/cdc-acm.*
11120
11121 USB AR5523 WIRELESS DRIVER
11122 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
11123 L:      linux-wireless@vger.kernel.org
11124 S:      Maintained
11125 F:      drivers/net/wireless/ath/ar5523/
11126
11127 USB ATTACHED SCSI
11128 M:      Hans de Goede <hdegoede@redhat.com>
11129 M:      Gerd Hoffmann <kraxel@redhat.com>
11130 L:      linux-usb@vger.kernel.org
11131 L:      linux-scsi@vger.kernel.org
11132 S:      Maintained
11133 F:      drivers/usb/storage/uas.c
11134
11135 USB CDC ETHERNET DRIVER
11136 M:      Oliver Neukum <oliver@neukum.org>
11137 L:      linux-usb@vger.kernel.org
11138 S:      Maintained
11139 F:      drivers/net/usb/cdc_*.c
11140 F:      include/uapi/linux/usb/cdc.h
11141
11142 USB CHAOSKEY DRIVER
11143 M:      Keith Packard <keithp@keithp.com>
11144 L:      linux-usb@vger.kernel.org
11145 S:      Maintained
11146 F:      drivers/usb/misc/chaoskey.c
11147
11148 USB CYPRESS C67X00 DRIVER
11149 M:      Peter Korsgaard <jacmet@sunsite.dk>
11150 L:      linux-usb@vger.kernel.org
11151 S:      Maintained
11152 F:      drivers/usb/c67x00/
11153
11154 USB DAVICOM DM9601 DRIVER
11155 M:      Peter Korsgaard <jacmet@sunsite.dk>
11156 L:      netdev@vger.kernel.org
11157 W:      http://www.linux-usb.org/usbnet
11158 S:      Maintained
11159 F:      drivers/net/usb/dm9601.c
11160
11161 USB DIAMOND RIO500 DRIVER
11162 M:      Cesar Miquel <miquel@df.uba.ar>
11163 L:      rio500-users@lists.sourceforge.net
11164 W:      http://rio500.sourceforge.net
11165 S:      Maintained
11166 F:      drivers/usb/misc/rio500*
11167
11168 USB EHCI DRIVER
11169 M:      Alan Stern <stern@rowland.harvard.edu>
11170 L:      linux-usb@vger.kernel.org
11171 S:      Maintained
11172 F:      Documentation/usb/ehci.txt
11173 F:      drivers/usb/host/ehci*
11174
11175 USB GADGET/PERIPHERAL SUBSYSTEM
11176 M:      Felipe Balbi <balbi@ti.com>
11177 L:      linux-usb@vger.kernel.org
11178 W:      http://www.linux-usb.org/gadget
11179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11180 S:      Maintained
11181 F:      drivers/usb/gadget/
11182 F:      include/linux/usb/gadget*
11183
11184 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11185 M:      Jiri Kosina <jikos@kernel.org>
11186 L:      linux-usb@vger.kernel.org
11187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11188 S:      Maintained
11189 F:      Documentation/hid/hiddev.txt
11190 F:      drivers/hid/usbhid/
11191
11192 USB ISP116X DRIVER
11193 M:      Olav Kongas <ok@artecdesign.ee>
11194 L:      linux-usb@vger.kernel.org
11195 S:      Maintained
11196 F:      drivers/usb/host/isp116x*
11197 F:      include/linux/usb/isp116x.h
11198
11199 USB MASS STORAGE DRIVER
11200 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11201 L:      linux-usb@vger.kernel.org
11202 L:      usb-storage@lists.one-eyed-alien.net
11203 S:      Maintained
11204 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11205 F:      drivers/usb/storage/
11206
11207 USB MIDI DRIVER
11208 M:      Clemens Ladisch <clemens@ladisch.de>
11209 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11210 T:      git git://git.alsa-project.org/alsa-kernel.git
11211 S:      Maintained
11212 F:      sound/usb/midi.*
11213
11214 USB NETWORKING DRIVERS
11215 L:      linux-usb@vger.kernel.org
11216 S:      Odd Fixes
11217 F:      drivers/net/usb/
11218
11219 USB OHCI DRIVER
11220 M:      Alan Stern <stern@rowland.harvard.edu>
11221 L:      linux-usb@vger.kernel.org
11222 S:      Maintained
11223 F:      Documentation/usb/ohci.txt
11224 F:      drivers/usb/host/ohci*
11225
11226 USB OTG FSM (Finite State Machine)
11227 M:      Peter Chen <Peter.Chen@freescale.com>
11228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11229 L:      linux-usb@vger.kernel.org
11230 S:      Maintained
11231 F:      drivers/usb/common/usb-otg-fsm.c
11232
11233 USB OVER IP DRIVER
11234 M:      Valentina Manea <valentina.manea.m@gmail.com>
11235 M:      Shuah Khan <shuah.kh@samsung.com>
11236 L:      linux-usb@vger.kernel.org
11237 S:      Maintained
11238 F:      drivers/usb/usbip/
11239 F:      tools/usb/usbip/
11240
11241 USB PEGASUS DRIVER
11242 M:      Petko Manolov <petkan@nucleusys.com>
11243 L:      linux-usb@vger.kernel.org
11244 L:      netdev@vger.kernel.org
11245 T:      git git://github.com/petkan/pegasus.git
11246 W:      https://github.com/petkan/pegasus
11247 S:      Maintained
11248 F:      drivers/net/usb/pegasus.*
11249
11250 USB PHY LAYER
11251 M:      Felipe Balbi <balbi@ti.com>
11252 L:      linux-usb@vger.kernel.org
11253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11254 S:      Maintained
11255 F:      drivers/usb/phy/
11256
11257 USB PRINTER DRIVER (usblp)
11258 M:      Pete Zaitcev <zaitcev@redhat.com>
11259 L:      linux-usb@vger.kernel.org
11260 S:      Supported
11261 F:      drivers/usb/class/usblp.c
11262
11263 USB RTL8150 DRIVER
11264 M:      Petko Manolov <petkan@nucleusys.com>
11265 L:      linux-usb@vger.kernel.org
11266 L:      netdev@vger.kernel.org
11267 T:      git git://github.com/petkan/rtl8150.git
11268 W:      https://github.com/petkan/rtl8150
11269 S:      Maintained
11270 F:      drivers/net/usb/rtl8150.c
11271
11272 USB SERIAL SUBSYSTEM
11273 M:      Johan Hovold <johan@kernel.org>
11274 L:      linux-usb@vger.kernel.org
11275 S:      Maintained
11276 F:      Documentation/usb/usb-serial.txt
11277 F:      drivers/usb/serial/
11278 F:      include/linux/usb/serial.h
11279
11280 USB SMSC75XX ETHERNET DRIVER
11281 M:      Steve Glendinning <steve.glendinning@shawell.net>
11282 L:      netdev@vger.kernel.org
11283 S:      Maintained
11284 F:      drivers/net/usb/smsc75xx.*
11285
11286 USB SMSC95XX ETHERNET DRIVER
11287 M:      Steve Glendinning <steve.glendinning@shawell.net>
11288 L:      netdev@vger.kernel.org
11289 S:      Maintained
11290 F:      drivers/net/usb/smsc95xx.*
11291
11292 USB SUBSYSTEM
11293 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11294 L:      linux-usb@vger.kernel.org
11295 W:      http://www.linux-usb.org
11296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11297 S:      Supported
11298 F:      Documentation/usb/
11299 F:      drivers/usb/
11300 F:      include/linux/usb.h
11301 F:      include/linux/usb/
11302
11303 USB UHCI DRIVER
11304 M:      Alan Stern <stern@rowland.harvard.edu>
11305 L:      linux-usb@vger.kernel.org
11306 S:      Maintained
11307 F:      drivers/usb/host/uhci*
11308
11309 USB "USBNET" DRIVER FRAMEWORK
11310 M:      Oliver Neukum <oneukum@suse.com>
11311 L:      netdev@vger.kernel.org
11312 W:      http://www.linux-usb.org/usbnet
11313 S:      Maintained
11314 F:      drivers/net/usb/usbnet.c
11315 F:      include/linux/usb/usbnet.h
11316
11317 USB VIDEO CLASS
11318 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11319 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11320 L:      linux-media@vger.kernel.org
11321 T:      git git://linuxtv.org/media_tree.git
11322 W:      http://www.ideasonboard.org/uvc/
11323 S:      Maintained
11324 F:      drivers/media/usb/uvc/
11325 F:      include/uapi/linux/uvcvideo.h
11326
11327 USB VISION DRIVER
11328 M:      Hans Verkuil <hverkuil@xs4all.nl>
11329 L:      linux-media@vger.kernel.org
11330 T:      git git://linuxtv.org/media_tree.git
11331 W:      http://linuxtv.org
11332 S:      Odd Fixes
11333 F:      drivers/media/usb/usbvision/
11334
11335 USB WEBCAM GADGET
11336 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11337 L:      linux-usb@vger.kernel.org
11338 S:      Maintained
11339 F:      drivers/usb/gadget/function/*uvc*
11340 F:      drivers/usb/gadget/legacy/webcam.c
11341
11342 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11343 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11344 L:      linux-wireless@vger.kernel.org
11345 S:      Maintained
11346 F:      drivers/net/wireless/rndis_wlan.c
11347
11348 USB XHCI DRIVER
11349 M:      Mathias Nyman <mathias.nyman@intel.com>
11350 L:      linux-usb@vger.kernel.org
11351 S:      Supported
11352 F:      drivers/usb/host/xhci*
11353 F:      drivers/usb/host/pci-quirks*
11354
11355 USB ZD1201 DRIVER
11356 L:      linux-wireless@vger.kernel.org
11357 W:      http://linux-lc100020.sourceforge.net
11358 S:      Orphan
11359 F:      drivers/net/wireless/zd1201.*
11360
11361 USB ZR364XX DRIVER
11362 M:      Antoine Jacquet <royale@zerezo.com>
11363 L:      linux-usb@vger.kernel.org
11364 L:      linux-media@vger.kernel.org
11365 T:      git git://linuxtv.org/media_tree.git
11366 W:      http://royale.zerezo.com/zr364xx/
11367 S:      Maintained
11368 F:      Documentation/video4linux/zr364xx.txt
11369 F:      drivers/media/usb/zr364xx/
11370
11371 ULPI BUS
11372 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11373 L:      linux-usb@vger.kernel.org
11374 S:      Maintained
11375 F:      drivers/usb/common/ulpi.c
11376 F:      include/linux/ulpi/
11377
11378 USER-MODE LINUX (UML)
11379 M:      Jeff Dike <jdike@addtoit.com>
11380 M:      Richard Weinberger <richard@nod.at>
11381 L:      user-mode-linux-devel@lists.sourceforge.net
11382 L:      user-mode-linux-user@lists.sourceforge.net
11383 W:      http://user-mode-linux.sourceforge.net
11384 S:      Maintained
11385 F:      Documentation/virtual/uml/
11386 F:      arch/um/
11387 F:      arch/x86/um/
11388 F:      fs/hostfs/
11389 F:      fs/hppfs/
11390
11391 USERSPACE I/O (UIO)
11392 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11393 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11394 S:      Maintained
11395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11396 F:      Documentation/DocBook/uio-howto.tmpl
11397 F:      drivers/uio/
11398 F:      include/linux/uio*.h
11399
11400 UTIL-LINUX PACKAGE
11401 M:      Karel Zak <kzak@redhat.com>
11402 L:      util-linux@vger.kernel.org
11403 W:      http://en.wikipedia.org/wiki/Util-linux
11404 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11405 S:      Maintained
11406
11407 UVESAFB DRIVER
11408 M:      Michal Januszewski <spock@gentoo.org>
11409 L:      linux-fbdev@vger.kernel.org
11410 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11411 S:      Maintained
11412 F:      Documentation/fb/uvesafb.txt
11413 F:      drivers/video/fbdev/uvesafb.*
11414
11415 VF610 NAND DRIVER
11416 M:      Stefan Agner <stefan@agner.ch>
11417 L:      linux-mtd@lists.infradead.org
11418 S:      Supported
11419 F:      drivers/mtd/nand/vf610_nfc.c
11420
11421 VFAT/FAT/MSDOS FILESYSTEM
11422 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11423 S:      Maintained
11424 F:      Documentation/filesystems/vfat.txt
11425 F:      fs/fat/
11426
11427 VFIO DRIVER
11428 M:      Alex Williamson <alex.williamson@redhat.com>
11429 L:      kvm@vger.kernel.org
11430 S:      Maintained
11431 F:      Documentation/vfio.txt
11432 F:      drivers/vfio/
11433 F:      include/linux/vfio.h
11434 F:      include/uapi/linux/vfio.h
11435
11436 VFIO PLATFORM DRIVER
11437 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11438 L:      kvm@vger.kernel.org
11439 S:      Maintained
11440 F:      drivers/vfio/platform/
11441
11442 VIDEOBUF2 FRAMEWORK
11443 M:      Pawel Osciak <pawel@osciak.com>
11444 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11445 M:      Kyungmin Park <kyungmin.park@samsung.com>
11446 L:      linux-media@vger.kernel.org
11447 S:      Maintained
11448 F:      drivers/media/v4l2-core/videobuf2-*
11449 F:      include/media/videobuf2-*
11450
11451 VIRTIO AND VHOST VSOCK DRIVER
11452 M:      Stefan Hajnoczi <stefanha@redhat.com>
11453 L:      kvm@vger.kernel.org
11454 L:      virtualization@lists.linux-foundation.org
11455 L:      netdev@vger.kernel.org
11456 S:      Maintained
11457 F:      include/linux/virtio_vsock.h
11458 F:      include/uapi/linux/virtio_vsock.h
11459 F:      net/vmw_vsock/virtio_transport_common.c
11460 F:      net/vmw_vsock/virtio_transport.c
11461 F:      drivers/vhost/vsock.c
11462 F:      drivers/vhost/vsock.h
11463
11464 VIRTUAL SERIO DEVICE DRIVER
11465 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11466 S:      Maintained
11467 F:      drivers/input/serio/userio.c
11468 F:      include/uapi/linux/userio.h
11469
11470 VIRTIO CONSOLE DRIVER
11471 M:      Amit Shah <amit.shah@redhat.com>
11472 L:      virtualization@lists.linux-foundation.org
11473 S:      Maintained
11474 F:      drivers/char/virtio_console.c
11475 F:      include/linux/virtio_console.h
11476 F:      include/uapi/linux/virtio_console.h
11477
11478 VIRTIO CORE, NET AND BLOCK DRIVERS
11479 M:      "Michael S. Tsirkin" <mst@redhat.com>
11480 L:      virtualization@lists.linux-foundation.org
11481 S:      Maintained
11482 F:      drivers/virtio/
11483 F:      tools/virtio/
11484 F:      drivers/net/virtio_net.c
11485 F:      drivers/block/virtio_blk.c
11486 F:      include/linux/virtio_*.h
11487 F:      include/uapi/linux/virtio_*.h
11488
11489 VIRTIO DRIVERS FOR S390
11490 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11491 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11492 L:      linux-s390@vger.kernel.org
11493 L:      virtualization@lists.linux-foundation.org
11494 L:      kvm@vger.kernel.org
11495 S:      Supported
11496 F:      drivers/s390/virtio/
11497
11498 VIRTIO GPU DRIVER
11499 M:      David Airlie <airlied@linux.ie>
11500 M:      Gerd Hoffmann <kraxel@redhat.com>
11501 L:      dri-devel@lists.freedesktop.org
11502 L:      virtualization@lists.linux-foundation.org
11503 S:      Maintained
11504 F:      drivers/gpu/drm/virtio/
11505 F:      include/uapi/linux/virtio_gpu.h
11506
11507 VIRTIO HOST (VHOST)
11508 M:      "Michael S. Tsirkin" <mst@redhat.com>
11509 L:      kvm@vger.kernel.org
11510 L:      virtualization@lists.linux-foundation.org
11511 L:      netdev@vger.kernel.org
11512 S:      Maintained
11513 F:      drivers/vhost/
11514 F:      include/uapi/linux/vhost.h
11515
11516 VIRTIO INPUT DRIVER
11517 M:      Gerd Hoffmann <kraxel@redhat.com>
11518 S:      Maintained
11519 F:      drivers/virtio/virtio_input.c
11520 F:      include/uapi/linux/virtio_input.h
11521
11522 VIA RHINE NETWORK DRIVER
11523 S:      Orphan
11524 F:      drivers/net/ethernet/via/via-rhine.c
11525
11526 VIA SD/MMC CARD CONTROLLER DRIVER
11527 M:      Bruce Chang <brucechang@via.com.tw>
11528 M:      Harald Welte <HaraldWelte@viatech.com>
11529 S:      Maintained
11530 F:      drivers/mmc/host/via-sdmmc.c
11531
11532 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11533 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11534 L:      linux-fbdev@vger.kernel.org
11535 S:      Maintained
11536 F:      include/linux/via-core.h
11537 F:      include/linux/via-gpio.h
11538 F:      include/linux/via_i2c.h
11539 F:      drivers/video/fbdev/via/
11540
11541 VIA VELOCITY NETWORK DRIVER
11542 M:      Francois Romieu <romieu@fr.zoreil.com>
11543 L:      netdev@vger.kernel.org
11544 S:      Maintained
11545 F:      drivers/net/ethernet/via/via-velocity.*
11546
11547 VIRT LIB
11548 M:      Alex Williamson <alex.williamson@redhat.com>
11549 M:      Paolo Bonzini <pbonzini@redhat.com>
11550 L:      kvm@vger.kernel.org
11551 S:      Supported
11552 F:      virt/lib/
11553
11554 VIVID VIRTUAL VIDEO DRIVER
11555 M:      Hans Verkuil <hverkuil@xs4all.nl>
11556 L:      linux-media@vger.kernel.org
11557 T:      git git://linuxtv.org/media_tree.git
11558 W:      http://linuxtv.org
11559 S:      Maintained
11560 F:      drivers/media/platform/vivid/*
11561
11562 VLAN (802.1Q)
11563 M:      Patrick McHardy <kaber@trash.net>
11564 L:      netdev@vger.kernel.org
11565 S:      Maintained
11566 F:      drivers/net/macvlan.c
11567 F:      include/linux/if_*vlan.h
11568 F:      net/8021q/
11569
11570 VLYNQ BUS
11571 M:      Florian Fainelli <florian@openwrt.org>
11572 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11573 S:      Maintained
11574 F:      drivers/vlynq/vlynq.c
11575 F:      include/linux/vlynq.h
11576
11577 VME SUBSYSTEM
11578 M:      Martyn Welch <martyn@welchs.me.uk>
11579 M:      Manohar Vanga <manohar.vanga@gmail.com>
11580 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11581 L:      devel@driverdev.osuosl.org
11582 S:      Maintained
11583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11584 F:      Documentation/vme_api.txt
11585 F:      drivers/staging/vme/
11586 F:      drivers/vme/
11587 F:      include/linux/vme*
11588
11589 VMWARE HYPERVISOR INTERFACE
11590 M:      Alok Kataria <akataria@vmware.com>
11591 L:      virtualization@lists.linux-foundation.org
11592 S:      Supported
11593 F:      arch/x86/kernel/cpu/vmware.c
11594
11595 VMWARE BALLOON DRIVER
11596 M:      Xavier Deguillard <xdeguillard@vmware.com>
11597 M:      Philip Moltmann <moltmann@vmware.com>
11598 M:      "VMware, Inc." <pv-drivers@vmware.com>
11599 L:      linux-kernel@vger.kernel.org
11600 S:      Maintained
11601 F:      drivers/misc/vmw_balloon.c
11602
11603 VMWARE VMMOUSE SUBDRIVER
11604 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11605 M:      "VMware, Inc." <pv-drivers@vmware.com>
11606 L:      linux-input@vger.kernel.org
11607 S:      Maintained
11608 F:      drivers/input/mouse/vmmouse.c
11609 F:      drivers/input/mouse/vmmouse.h
11610
11611 VMWARE VMXNET3 ETHERNET DRIVER
11612 M:      Shrikrishna Khare <skhare@vmware.com>
11613 M:      "VMware, Inc." <pv-drivers@vmware.com>
11614 L:      netdev@vger.kernel.org
11615 S:      Maintained
11616 F:      drivers/net/vmxnet3/
11617
11618 VMware PVSCSI driver
11619 M:      Arvind Kumar <arvindkumar@vmware.com>
11620 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11621 L:      linux-scsi@vger.kernel.org
11622 S:      Maintained
11623 F:      drivers/scsi/vmw_pvscsi.c
11624 F:      drivers/scsi/vmw_pvscsi.h
11625
11626 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11627 M:      Liam Girdwood <lgirdwood@gmail.com>
11628 M:      Mark Brown <broonie@kernel.org>
11629 L:      linux-kernel@vger.kernel.org
11630 W:      http://www.slimlogic.co.uk/?p=48
11631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11632 S:      Supported
11633 F:      drivers/regulator/
11634 F:      include/linux/regulator/
11635
11636 VRF
11637 M:      David Ahern <dsa@cumulusnetworks.com>
11638 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11639 L:      netdev@vger.kernel.org
11640 S:      Maintained
11641 F:      drivers/net/vrf.c
11642 F:      Documentation/networking/vrf.txt
11643
11644 VT1211 HARDWARE MONITOR DRIVER
11645 M:      Juerg Haefliger <juergh@gmail.com>
11646 L:      linux-hwmon@vger.kernel.org
11647 S:      Maintained
11648 F:      Documentation/hwmon/vt1211
11649 F:      drivers/hwmon/vt1211.c
11650
11651 VT8231 HARDWARE MONITOR DRIVER
11652 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11653 L:      linux-hwmon@vger.kernel.org
11654 S:      Maintained
11655 F:      drivers/hwmon/vt8231.c
11656
11657 VUB300 USB to SDIO/SD/MMC bridge chip
11658 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11659 L:      linux-mmc@vger.kernel.org
11660 L:      linux-usb@vger.kernel.org
11661 S:      Supported
11662 F:      drivers/mmc/host/vub300.c
11663
11664 W1 DALLAS'S 1-WIRE BUS
11665 M:      Evgeniy Polyakov <zbr@ioremap.net>
11666 S:      Maintained
11667 F:      Documentation/w1/
11668 F:      drivers/w1/
11669
11670 W83791D HARDWARE MONITORING DRIVER
11671 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11672 L:      linux-hwmon@vger.kernel.org
11673 S:      Maintained
11674 F:      Documentation/hwmon/w83791d
11675 F:      drivers/hwmon/w83791d.c
11676
11677 W83793 HARDWARE MONITORING DRIVER
11678 M:      Rudolf Marek <r.marek@assembler.cz>
11679 L:      linux-hwmon@vger.kernel.org
11680 S:      Maintained
11681 F:      Documentation/hwmon/w83793
11682 F:      drivers/hwmon/w83793.c
11683
11684 W83795 HARDWARE MONITORING DRIVER
11685 M:      Jean Delvare <jdelvare@suse.com>
11686 L:      linux-hwmon@vger.kernel.org
11687 S:      Maintained
11688 F:      drivers/hwmon/w83795.c
11689
11690 W83L51xD SD/MMC CARD INTERFACE DRIVER
11691 M:      Pierre Ossman <pierre@ossman.eu>
11692 S:      Maintained
11693 F:      drivers/mmc/host/wbsd.*
11694
11695 WACOM PROTOCOL 4 SERIAL TABLETS
11696 M:      Julian Squires <julian@cipht.net>
11697 M:      Hans de Goede <hdegoede@redhat.com>
11698 L:      linux-input@vger.kernel.org
11699 S:      Maintained
11700 F:      drivers/input/tablet/wacom_serial4.c
11701
11702 WATCHDOG DEVICE DRIVERS
11703 M:      Wim Van Sebroeck <wim@iguana.be>
11704 L:      linux-watchdog@vger.kernel.org
11705 W:      http://www.linux-watchdog.org/
11706 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11707 S:      Maintained
11708 F:      Documentation/watchdog/
11709 F:      drivers/watchdog/
11710 F:      include/linux/watchdog.h
11711 F:      include/uapi/linux/watchdog.h
11712
11713 WD7000 SCSI DRIVER
11714 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11715 L:      linux-scsi@vger.kernel.org
11716 S:      Maintained
11717 F:      drivers/scsi/wd7000.c
11718
11719 WIIMOTE HID DRIVER
11720 M:      David Herrmann <dh.herrmann@googlemail.com>
11721 L:      linux-input@vger.kernel.org
11722 S:      Maintained
11723 F:      drivers/hid/hid-wiimote*
11724
11725 WINBOND CIR DRIVER
11726 M:      David Härdeman <david@hardeman.nu>
11727 S:      Maintained
11728 F:      drivers/media/rc/winbond-cir.c
11729
11730 WIMAX STACK
11731 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11732 M:      linux-wimax@intel.com
11733 L:      wimax@linuxwimax.org (subscribers-only)
11734 S:      Supported
11735 W:      http://linuxwimax.org
11736 F:      Documentation/wimax/README.wimax
11737 F:      include/linux/wimax/debug.h
11738 F:      include/net/wimax.h
11739 F:      include/uapi/linux/wimax.h
11740 F:      net/wimax/
11741
11742 WISTRON LAPTOP BUTTON DRIVER
11743 M:      Miloslav Trmac <mitr@volny.cz>
11744 S:      Maintained
11745 F:      drivers/input/misc/wistron_btns.c
11746
11747 WL3501 WIRELESS PCMCIA CARD DRIVER
11748 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11749 L:      linux-wireless@vger.kernel.org
11750 W:      http://oops.ghostprotocols.net:81/blog
11751 S:      Maintained
11752 F:      drivers/net/wireless/wl3501*
11753
11754 WOLFSON MICROELECTRONICS DRIVERS
11755 L:      patches@opensource.wolfsonmicro.com
11756 T:      git https://github.com/CirrusLogic/linux-drivers.git
11757 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11758 S:      Supported
11759 F:      Documentation/hwmon/wm83??
11760 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11761 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11762 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11763 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11764 F:      drivers/clk/clk-wm83*.c
11765 F:      drivers/extcon/extcon-arizona.c
11766 F:      drivers/leds/leds-wm83*.c
11767 F:      drivers/gpio/gpio-*wm*.c
11768 F:      drivers/gpio/gpio-arizona.c
11769 F:      drivers/hwmon/wm83??-hwmon.c
11770 F:      drivers/input/misc/wm831x-on.c
11771 F:      drivers/input/touchscreen/wm831x-ts.c
11772 F:      drivers/input/touchscreen/wm97*.c
11773 F:      drivers/mfd/arizona*
11774 F:      drivers/mfd/wm*.c
11775 F:      drivers/power/wm83*.c
11776 F:      drivers/rtc/rtc-wm83*.c
11777 F:      drivers/regulator/wm8*.c
11778 F:      drivers/video/backlight/wm83*_bl.c
11779 F:      drivers/watchdog/wm83*_wdt.c
11780 F:      include/linux/mfd/arizona/
11781 F:      include/linux/mfd/wm831x/
11782 F:      include/linux/mfd/wm8350/
11783 F:      include/linux/mfd/wm8400*
11784 F:      include/linux/wm97xx.h
11785 F:      include/sound/wm????.h
11786 F:      sound/soc/codecs/arizona.?
11787 F:      sound/soc/codecs/wm*
11788
11789 WORKQUEUE
11790 M:      Tejun Heo <tj@kernel.org>
11791 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11793 S:      Maintained
11794 F:      include/linux/workqueue.h
11795 F:      kernel/workqueue.c
11796 F:      Documentation/workqueue.txt
11797
11798 X.25 NETWORK LAYER
11799 M:      Andrew Hendry <andrew.hendry@gmail.com>
11800 L:      linux-x25@vger.kernel.org
11801 S:      Odd Fixes
11802 F:      Documentation/networking/x25*
11803 F:      include/net/x25*
11804 F:      net/x25/
11805
11806 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11807 M:      Thomas Gleixner <tglx@linutronix.de>
11808 M:      Ingo Molnar <mingo@redhat.com>
11809 M:      "H. Peter Anvin" <hpa@zytor.com>
11810 M:      x86@kernel.org
11811 L:      linux-kernel@vger.kernel.org
11812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11813 S:      Maintained
11814 F:      Documentation/x86/
11815 F:      arch/x86/
11816
11817 X86 PLATFORM DRIVERS
11818 M:      Darren Hart <dvhart@infradead.org>
11819 L:      platform-driver-x86@vger.kernel.org
11820 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11821 S:      Maintained
11822 F:      drivers/platform/x86/
11823 F:      drivers/platform/olpc/
11824
11825 X86 MCE INFRASTRUCTURE
11826 M:      Tony Luck <tony.luck@intel.com>
11827 M:      Borislav Petkov <bp@alien8.de>
11828 L:      linux-edac@vger.kernel.org
11829 S:      Maintained
11830 F:      arch/x86/kernel/cpu/mcheck/*
11831
11832 X86 MICROCODE UPDATE SUPPORT
11833 M:      Borislav Petkov <bp@alien8.de>
11834 S:      Maintained
11835 F:      arch/x86/kernel/cpu/microcode/*
11836
11837 X86 VDSO
11838 M:      Andy Lutomirski <luto@amacapital.net>
11839 L:      linux-kernel@vger.kernel.org
11840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11841 S:      Maintained
11842 F:      arch/x86/entry/vdso/
11843
11844 XC2028/3028 TUNER DRIVER
11845 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11846 L:      linux-media@vger.kernel.org
11847 W:      http://linuxtv.org
11848 T:      git git://linuxtv.org/media_tree.git
11849 S:      Maintained
11850 F:      drivers/media/tuners/tuner-xc2028.*
11851
11852 XEN HYPERVISOR INTERFACE
11853 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11854 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11855 M:      David Vrabel <david.vrabel@citrix.com>
11856 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11858 S:      Supported
11859 F:      arch/x86/xen/
11860 F:      drivers/*/xen-*front.c
11861 F:      drivers/xen/
11862 F:      arch/x86/include/asm/xen/
11863 F:      include/xen/
11864 F:      include/uapi/xen/
11865
11866 XEN HYPERVISOR ARM
11867 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11868 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11869 S:      Supported
11870 F:      arch/arm/xen/
11871 F:      arch/arm/include/asm/xen/
11872
11873 XEN HYPERVISOR ARM64
11874 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11875 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11876 S:      Supported
11877 F:      arch/arm64/xen/
11878 F:      arch/arm64/include/asm/xen/
11879
11880 XEN NETWORK BACKEND DRIVER
11881 M:      Ian Campbell <ian.campbell@citrix.com>
11882 M:      Wei Liu <wei.liu2@citrix.com>
11883 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11884 L:      netdev@vger.kernel.org
11885 S:      Supported
11886 F:      drivers/net/xen-netback/*
11887
11888 XEN PCI SUBSYSTEM
11889 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11890 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11891 S:      Supported
11892 F:      arch/x86/pci/*xen*
11893 F:      drivers/pci/*xen*
11894
11895 XEN BLOCK SUBSYSTEM
11896 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11897 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11898 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11899 S:      Supported
11900 F:      drivers/block/xen-blkback/*
11901 F:      drivers/block/xen*
11902
11903 XEN PVSCSI DRIVERS
11904 M:      Juergen Gross <jgross@suse.com>
11905 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11906 L:      linux-scsi@vger.kernel.org
11907 S:      Supported
11908 F:      drivers/scsi/xen-scsifront.c
11909 F:      drivers/xen/xen-scsiback.c
11910 F:      include/xen/interface/io/vscsiif.h
11911
11912 XEN SWIOTLB SUBSYSTEM
11913 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11914 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11915 S:      Supported
11916 F:      arch/x86/xen/*swiotlb*
11917 F:      drivers/xen/*swiotlb*
11918
11919 XFS FILESYSTEM
11920 P:      Silicon Graphics Inc
11921 M:      Dave Chinner <david@fromorbit.com>
11922 M:      xfs@oss.sgi.com
11923 L:      xfs@oss.sgi.com
11924 W:      http://oss.sgi.com/projects/xfs
11925 T:      git git://oss.sgi.com/xfs/xfs.git
11926 S:      Supported
11927 F:      Documentation/filesystems/xfs.txt
11928 F:      fs/xfs/
11929
11930 XILINX AXI ETHERNET DRIVER
11931 M:      Anirudha Sarangi <anirudh@xilinx.com>
11932 M:      John Linn <John.Linn@xilinx.com>
11933 S:      Maintained
11934 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11935
11936 XILINX UARTLITE SERIAL DRIVER
11937 M:      Peter Korsgaard <jacmet@sunsite.dk>
11938 L:      linux-serial@vger.kernel.org
11939 S:      Maintained
11940 F:      drivers/tty/serial/uartlite.c
11941
11942 XILINX VIDEO IP CORES
11943 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11944 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11945 L:      linux-media@vger.kernel.org
11946 T:      git git://linuxtv.org/media_tree.git
11947 S:      Supported
11948 F:      Documentation/devicetree/bindings/media/xilinx/
11949 F:      drivers/media/platform/xilinx/
11950 F:      include/uapi/linux/xilinx-v4l2-controls.h
11951
11952 XILLYBUS DRIVER
11953 M:      Eli Billauer <eli.billauer@gmail.com>
11954 L:      linux-kernel@vger.kernel.org
11955 S:      Supported
11956 F:      drivers/char/xillybus/
11957
11958 XTENSA XTFPGA PLATFORM SUPPORT
11959 M:      Max Filippov <jcmvbkbc@gmail.com>
11960 L:      linux-xtensa@linux-xtensa.org
11961 S:      Maintained
11962 F:      drivers/spi/spi-xtensa-xtfpga.c
11963 F:      sound/soc/xtensa/xtfpga-i2s.c
11964
11965 YAM DRIVER FOR AX.25
11966 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11967 L:      linux-hams@vger.kernel.org
11968 S:      Maintained
11969 F:      drivers/net/hamradio/yam*
11970 F:      include/linux/yam.h
11971
11972 YEALINK PHONE DRIVER
11973 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11974 L:      usbb2k-api-dev@nongnu.org
11975 S:      Maintained
11976 F:      Documentation/input/yealink.txt
11977 F:      drivers/input/misc/yealink.*
11978
11979 Z8530 DRIVER FOR AX.25
11980 M:      Joerg Reuter <jreuter@yaina.de>
11981 W:      http://yaina.de/jreuter/
11982 W:      http://www.qsl.net/dl1bke/
11983 L:      linux-hams@vger.kernel.org
11984 S:      Maintained
11985 F:      Documentation/networking/z8530drv.txt
11986 F:      drivers/net/hamradio/*scc.c
11987 F:      drivers/net/hamradio/z8530.h
11988
11989 ZBUD COMPRESSED PAGE ALLOCATOR
11990 M:      Seth Jennings <sjennings@variantweb.net>
11991 L:      linux-mm@kvack.org
11992 S:      Maintained
11993 F:      mm/zbud.c
11994 F:      include/linux/zbud.h
11995
11996 ZD1211RW WIRELESS DRIVER
11997 M:      Daniel Drake <dsd@gentoo.org>
11998 M:      Ulrich Kunitz <kune@deine-taler.de>
11999 W:      http://zd1211.ath.cx/wiki/DriverRewrite
12000 L:      linux-wireless@vger.kernel.org
12001 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
12002 S:      Maintained
12003 F:      drivers/net/wireless/zd1211rw/
12004
12005 ZPOOL COMPRESSED PAGE STORAGE API
12006 M:      Dan Streetman <ddstreet@ieee.org>
12007 L:      linux-mm@kvack.org
12008 S:      Maintained
12009 F:      mm/zpool.c
12010 F:      include/linux/zpool.h
12011
12012 ZR36067 VIDEO FOR LINUX DRIVER
12013 L:      mjpeg-users@lists.sourceforge.net
12014 L:      linux-media@vger.kernel.org
12015 W:      http://mjpeg.sourceforge.net/driver-zoran/
12016 T:      hg http://linuxtv.org/hg/v4l-dvb
12017 S:      Odd Fixes
12018 F:      drivers/media/pci/zoran/
12019
12020 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
12021 M:      Minchan Kim <minchan@kernel.org>
12022 M:      Nitin Gupta <ngupta@vflare.org>
12023 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12024 L:      linux-kernel@vger.kernel.org
12025 S:      Maintained
12026 F:      drivers/block/zram/
12027 F:      Documentation/blockdev/zram.txt
12028
12029 ZS DECSTATION Z85C30 SERIAL DRIVER
12030 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
12031 S:      Maintained
12032 F:      drivers/tty/serial/zs.*
12033
12034 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
12035 M:      Minchan Kim <minchan@kernel.org>
12036 M:      Nitin Gupta <ngupta@vflare.org>
12037 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
12038 L:      linux-mm@kvack.org
12039 S:      Maintained
12040 F:      mm/zsmalloc.c
12041 F:      include/linux/zsmalloc.h
12042 F:      Documentation/vm/zsmalloc.txt
12043
12044 ZSWAP COMPRESSED SWAP CACHING
12045 M:      Seth Jennings <sjennings@variantweb.net>
12046 L:      linux-mm@kvack.org
12047 S:      Maintained
12048 F:      mm/zswap.c
12049
12050 THE REST
12051 M:      Linus Torvalds <torvalds@linux-foundation.org>
12052 L:      linux-kernel@vger.kernel.org
12053 Q:      http://patchwork.kernel.org/project/LKML/list/
12054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
12055 S:      Buried alive in reporters
12056 F:      *
12057 F:      */