Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linux
[linux-drm-fsl-dcu.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:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
236
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
242
243 ACCES 104-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/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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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:      lm-sensors@lm-sensors.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 DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 R:      Mark Rutland <mark.rutland@arm.com>
827 S:      Maintained
828 F:      arch/arm*/kernel/perf_*
829 F:      arch/arm/oprofile/common.c
830 F:      arch/arm*/kernel/hw_breakpoint.c
831 F:      arch/arm*/include/asm/hw_breakpoint.h
832 F:      arch/arm*/include/asm/perf_event.h
833 F:      drivers/perf/arm_pmu.c
834 F:      include/linux/perf/arm_pmu.h
835
836 ARM PORT
837 M:      Russell King <linux@arm.linux.org.uk>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 W:      http://www.arm.linux.org.uk/
840 S:      Maintained
841 F:      arch/arm/
842
843 ARM SUB-ARCHITECTURES
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Maintained
846 F:      arch/arm/mach-*/
847 F:      arch/arm/plat-*/
848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
849
850 ARM PRIMECELL AACI PL041 DRIVER
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      sound/arm/aaci.*
854
855 ARM PRIMECELL CLCD PL110 DRIVER
856 M:      Russell King <linux@arm.linux.org.uk>
857 S:      Maintained
858 F:      drivers/video/fbdev/amba-clcd.*
859
860 ARM PRIMECELL KMI PL050 DRIVER
861 M:      Russell King <linux@arm.linux.org.uk>
862 S:      Maintained
863 F:      drivers/input/serio/ambakmi.*
864 F:      include/linux/amba/kmi.h
865
866 ARM PRIMECELL MMCI PL180/1 DRIVER
867 M:      Russell King <linux@arm.linux.org.uk>
868 S:      Maintained
869 F:      drivers/mmc/host/mmci.*
870 F:      include/linux/amba/mmci.h
871
872 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
873 M:      Russell King <linux@arm.linux.org.uk>
874 S:      Maintained
875 F:      drivers/tty/serial/amba-pl01*.c
876 F:      include/linux/amba/serial.h
877
878 ARM PRIMECELL BUS SUPPORT
879 M:      Russell King <linux@arm.linux.org.uk>
880 S:      Maintained
881 F:      drivers/amba/
882 F:      include/linux/amba/bus.h
883
884 ARM/ADS SPHERE MACHINE SUPPORT
885 M:      Lennert Buytenhek <kernel@wantstofly.org>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888
889 ARM/AFEB9260 MACHINE SUPPORT
890 M:      Sergey Lapin <slapin@ossfans.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893
894 ARM/AJECO 1ARM MACHINE SUPPORT
895 M:      Lennert Buytenhek <kernel@wantstofly.org>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898
899 ARM/Allwinner sunXi SoC support
900 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
901 M:      Chen-Yu Tsai <wens@csie.org>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Maintained
904 N:      sun[x456789]i
905
906 ARM/Allwinner SoC Clock Support
907 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
908 S:      Maintained
909 F:      drivers/clk/sunxi/
910
911 ARM/Amlogic MesonX SoC support
912 M:      Carlo Caione <carlo@caione.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      drivers/media/rc/meson-ir.c
916 N:      meson[x68]
917
918 ARM/Annapurna Labs ALPINE ARCHITECTURE
919 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
920 S:      Maintained
921 F:      arch/arm/mach-alpine/
922
923 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
925 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
926 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 W:      http://www.linux4sam.org
929 S:      Supported
930 F:      arch/arm/mach-at91/
931 F:      include/soc/at91/
932 F:      arch/arm/boot/dts/at91*.dts
933 F:      arch/arm/boot/dts/at91*.dtsi
934 F:      arch/arm/boot/dts/sama*.dts
935 F:      arch/arm/boot/dts/sama*.dtsi
936 F:      arch/arm/include/debug/at91.S
937
938 ARM/ATMEL AT91 Clock Support
939 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
940 S:      Maintained
941 F:      drivers/clk/at91
942
943 ARM/CALXEDA HIGHBANK ARCHITECTURE
944 M:      Rob Herring <robh@kernel.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      arch/arm/mach-highbank/
948
949 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
950 M:      Krzysztof Halasa <khalasa@piap.pl>
951 S:      Maintained
952 F:      arch/arm/mach-cns3xxx/
953
954 ARM/CAVIUM THUNDER NETWORK DRIVER
955 M:      Sunil Goutham <sgoutham@cavium.com>
956 M:      Robert Richter <rric@kernel.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Supported
959 F:      drivers/net/ethernet/cavium/thunder/
960
961 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
962 M:      Alexander Shiyan <shc_work@mail.ru>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Odd Fixes
965 N:      clps711x
966
967 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
968 M:      Hartley Sweeten <hsweeten@visionengravers.com>
969 M:      Ryan Mallon <rmallon@gmail.com>
970 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/
973 F:      arch/arm/mach-ep93xx/include/mach/
974
975 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
976 M:      Lennert Buytenhek <kernel@wantstofly.org>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979
980 ARM/CLKDEV SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 S:      Maintained
984 F:      arch/arm/include/asm/clkdev.h
985 F:      drivers/clk/clkdev.c
986
987 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
988 M:      Mike Rapoport <mike@compulab.co.il>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 S:      Maintained
991
992 ARM/CONTEC MICRO9 MACHINE SUPPORT
993 M:      Hubert Feurstein <hubert.feurstein@contec.at>
994 S:      Maintained
995 F:      arch/arm/mach-ep93xx/micro9.c
996
997 ARM/CORESIGHT FRAMEWORK AND DRIVERS
998 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1000 S:      Maintained
1001 F:      drivers/hwtracing/coresight/*
1002 F:      Documentation/trace/coresight.txt
1003 F:      Documentation/devicetree/bindings/arm/coresight.txt
1004 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1005
1006 ARM/CORGI MACHINE SUPPORT
1007 M:      Richard Purdie <rpurdie@rpsys.net>
1008 S:      Maintained
1009
1010 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1011 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1012 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1013 T:      git git://github.com/ulli-kroll/linux.git
1014 S:      Maintained
1015 F:      arch/arm/mach-gemini/
1016 F:      drivers/rtc/rtc-gemini.c
1017
1018 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1019 M:      Barry Song <baohua@kernel.org>
1020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1022 S:      Maintained
1023 F:      arch/arm/mach-prima2/
1024 F:      drivers/clk/sirf/
1025 F:      drivers/clocksource/timer-prima2.c
1026 F:      drivers/clocksource/timer-atlas7.c
1027 N:      [^a-z]sirf
1028
1029 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1030 M:      Baruch Siach <baruch@tkos.co.il>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033 F:      arch/arm/boot/dts/cx92755*
1034 N:      digicolor
1035
1036 ARM/EBSA110 MACHINE SUPPORT
1037 M:      Russell King <linux@arm.linux.org.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.arm.linux.org.uk/
1040 S:      Maintained
1041 F:      arch/arm/mach-ebsa110/
1042 F:      drivers/net/ethernet/amd/am79c961a.*
1043
1044 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1045 M:      Uwe Kleine-König <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 N:      efm32
1049
1050 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1051 M:      Daniel Ribeiro <drwyrm@gmail.com>
1052 M:      Stefan Schmidt <stefan@openezx.org>
1053 M:      Harald Welte <laforge@openezx.org>
1054 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1055 W:      http://www.openezx.org/
1056 S:      Maintained
1057 T:      topgit git://git.openezx.org/openezx.git
1058 F:      arch/arm/mach-pxa/ezx.c
1059
1060 ARM/FARADAY FA526 PORT
1061 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 T:      git git://git.berlios.de/gemini-board
1065 F:      arch/arm/mm/*-fa*
1066
1067 ARM/FOOTBRIDGE ARCHITECTURE
1068 M:      Russell King <linux@arm.linux.org.uk>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 W:      http://www.arm.linux.org.uk/
1071 S:      Maintained
1072 F:      arch/arm/include/asm/hardware/dec21285.h
1073 F:      arch/arm/mach-footbridge/
1074
1075 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1076 M:      Shawn Guo <shawnguo@kernel.org>
1077 M:      Sascha Hauer <kernel@pengutronix.de>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/
1082 F:      arch/arm/mach-mxs/
1083 F:      arch/arm/boot/dts/imx*
1084 F:      arch/arm/configs/imx*_defconfig
1085 F:      drivers/clk/imx/
1086 F:      include/soc/imx/
1087
1088 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1089 M:      Shawn Guo <shawnguo@kernel.org>
1090 M:      Sascha Hauer <kernel@pengutronix.de>
1091 R:      Stefan Agner <stefan@agner.ch>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1095 F:      arch/arm/mach-imx/*vf610*
1096 F:      arch/arm/boot/dts/vf*
1097
1098 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/GUMSTIX MACHINE SUPPORT
1104 M:      Steve Sakoman <sakoman@gmail.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 S:      Maintained
1107
1108 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1109 M:      Philipp Zabel <philipp.zabel@gmail.com>
1110 M:      Paul Parsons <lost.distance@yahoo.com>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113 F:      arch/arm/mach-pxa/hx4700.c
1114 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1115 F:      sound/soc/pxa/hx4700.c
1116
1117 ARM/HISILICON SOC SUPPORT
1118 M:      Wei Xu <xuwei5@hisilicon.com>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.hisilicon.com
1121 S:      Supported
1122 T:      git git://github.com/hisilicon/linux-hisi.git
1123 F:      arch/arm/mach-hisi/
1124
1125 ARM/HP JORNADA 7XX MACHINE SUPPORT
1126 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1127 W:      www.jlime.com
1128 S:      Maintained
1129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1130 F:      arch/arm/mach-sa1100/jornada720.c
1131 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1132
1133 ARM/IGEP MACHINE SUPPORT
1134 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1135 M:      Javier Martinez Canillas <javier@dowhile0.org>
1136 L:      linux-omap@vger.kernel.org
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 S:      Maintained
1139 F:      arch/arm/boot/dts/omap3-igep*
1140
1141 ARM/INCOME PXA270 SUPPORT
1142 M:      Marek Vasut <marek.vasut@gmail.com>
1143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1144 S:      Maintained
1145 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1146
1147 ARM/INTEL IOP32X ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IOP33X ARM ARCHITECTURE
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Orphan
1155
1156 ARM/INTEL IOP13XX ARM ARCHITECTURE
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160
1161 ARM/INTEL IQ81342EX MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/INTEL IXDP2850 MACHINE SUPPORT
1167 M:      Lennert Buytenhek <kernel@wantstofly.org>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170
1171 ARM/INTEL IXP4XX ARM ARCHITECTURE
1172 M:      Imre Kaloz <kaloz@openwrt.org>
1173 M:      Krzysztof Halasa <khalasa@piap.pl>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-ixp4xx/
1177
1178 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1179 M:      Jonathan Cameron <jic23@cam.ac.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-pxa/stargate2.c
1183 F:      drivers/pcmcia/pxa2xx_stargate2.c
1184
1185 ARM/INTEL XSC3 (MANZANO) ARM CORE
1186 M:      Lennert Buytenhek <kernel@wantstofly.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189
1190 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1191 M:      Lennert Buytenhek <kernel@wantstofly.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 S:      Maintained
1194
1195 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1196 M:      Santosh Shilimkar <ssantosh@kernel.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/mach-keystone/
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1201
1202 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1203 M:      Santosh Shilimkar <ssantosh@kernel.org>
1204 L:      linux-kernel@vger.kernel.org
1205 S:      Maintained
1206 F:      drivers/clk/keystone/
1207
1208 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1209 M:      Santosh Shilimkar <ssantosh@kernel.org>
1210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1211 L:      linux-kernel@vger.kernel.org
1212 S:      Maintained
1213 F:      drivers/clocksource/timer-keystone.c
1214
1215 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1216 M:      Santosh Shilimkar <ssantosh@kernel.org>
1217 L:      linux-kernel@vger.kernel.org
1218 S:      Maintained
1219 F:      drivers/power/reset/keystone-reset.c
1220
1221 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1222 M:      Santosh Shilimkar <ssantosh@kernel.org>
1223 L:      linux-kernel@vger.kernel.org
1224 S:      Maintained
1225 F:      drivers/memory/*emif*
1226
1227 ARM/LOGICPD PXA270 MACHINE SUPPORT
1228 M:      Lennert Buytenhek <kernel@wantstofly.org>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231
1232 ARM/LPC18XX ARCHITECTURE
1233 M:      Joachim Eastwood <manabian@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 N:      lpc18xx
1237
1238 ARM/MAGICIAN MACHINE SUPPORT
1239 M:      Philipp Zabel <philipp.zabel@gmail.com>
1240 S:      Maintained
1241
1242 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1243 M:      Jason Cooper <jason@lakedaemon.net>
1244 M:      Andrew Lunn <andrew@lunn.ch>
1245 M:      Gregory Clement <gregory.clement@free-electrons.com>
1246 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm/mach-mvebu/
1250 F:      drivers/rtc/rtc-armada38x.c
1251 F:      arch/arm/boot/dts/armada*
1252 F:      arch/arm/boot/dts/kirkwood*
1253
1254
1255 ARM/Marvell Berlin SoC support
1256 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 S:      Maintained
1259 F:      arch/arm/mach-berlin/
1260 F:      arch/arm/boot/dts/berlin*
1261
1262
1263 ARM/Marvell Dove/MV78xx0/Orion SOC support
1264 M:      Jason Cooper <jason@lakedaemon.net>
1265 M:      Andrew Lunn <andrew@lunn.ch>
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 M:      Gregory Clement <gregory.clement@free-electrons.com>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 S:      Maintained
1270 F:      arch/arm/mach-dove/
1271 F:      arch/arm/mach-mv78xx0/
1272 F:      arch/arm/mach-orion5x/
1273 F:      arch/arm/plat-orion/
1274 F:      arch/arm/boot/dts/dove*
1275 F:      arch/arm/boot/dts/orion5x*
1276
1277
1278 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1279 M:      Alexander Clouter <alex@digriz.org.uk>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 W:      http://www.digriz.org.uk/ts78xx/kernel
1282 S:      Maintained
1283 F:      arch/arm/mach-orion5x/ts78xx-*
1284
1285 ARM/Mediatek RTC DRIVER
1286 M:      Eddie Huang <eddie.huang@mediatek.com>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      drivers/rtc/rtc-mt6397.c
1291
1292 ARM/Mediatek SoC support
1293 M:      Matthias Brugger <matthias.bgg@gmail.com>
1294 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1295 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1296 S:      Maintained
1297 F:      arch/arm/boot/dts/mt6*
1298 F:      arch/arm/boot/dts/mt8*
1299 F:      arch/arm/mach-mediatek/
1300 N:      mtk
1301 K:      mediatek
1302
1303 ARM/Mediatek USB3 PHY DRIVER
1304 M:      Chunfeng Yun <chunfeng.yun@mediatek.com>
1305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1306 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1307 S:      Maintained
1308 F:      drivers/phy/phy-mt65xx-usb3.c
1309
1310 ARM/MICREL KS8695 ARCHITECTURE
1311 M:      Greg Ungerer <gerg@uclinux.org>
1312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1313 F:      arch/arm/mach-ks8695/
1314 S:      Odd Fixes
1315
1316 ARM/MIOA701 MACHINE SUPPORT
1317 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 F:      arch/arm/mach-pxa/mioa701.c
1320 S:      Maintained
1321
1322 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1323 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1324 S:      Maintained
1325
1326 ARM/NOMADIK ARCHITECTURE
1327 M:      Alessandro Rubini <rubini@unipv.it>
1328 M:      Linus Walleij <linus.walleij@linaro.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 S:      Maintained
1331 F:      arch/arm/mach-nomadik/
1332 F:      drivers/pinctrl/nomadik/
1333 F:      drivers/i2c/busses/i2c-nomadik.c
1334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1335
1336 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1337 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1338 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1339 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1340 S:      Supported
1341
1342 ARM/TOSA MACHINE SUPPORT
1343 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1344 M:      Dirk Opfer <dirk@opfer-online.de>
1345 S:      Maintained
1346
1347 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1348 M:      Marek Vasut <marek.vasut@gmail.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1353 F:      arch/arm/mach-pxa/palmtx.c
1354 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1355 F:      arch/arm/mach-pxa/palmt5.c
1356 F:      arch/arm/mach-pxa/include/mach/palmld.h
1357 F:      arch/arm/mach-pxa/palmld.c
1358 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1359 F:      arch/arm/mach-pxa/palmte2.c
1360 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1361 F:      arch/arm/mach-pxa/palmtc.c
1362
1363 ARM/PALM TREO SUPPORT
1364 M:      Tomas Cech <sleep_walker@suse.com>
1365 L:      linux-arm-kernel@lists.infradead.org
1366 W:      http://hackndev.com
1367 S:      Maintained
1368 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1369 F:      arch/arm/mach-pxa/palmtreo.c
1370
1371 ARM/PALMZ72 SUPPORT
1372 M:      Sergey Lapin <slapin@ossfans.org>
1373 L:      linux-arm-kernel@lists.infradead.org
1374 W:      http://hackndev.com
1375 S:      Maintained
1376 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1377 F:      arch/arm/mach-pxa/palmz72.c
1378
1379 ARM/PLEB SUPPORT
1380 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1381 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1382 S:      Maintained
1383
1384 ARM/PT DIGITAL BOARD PORT
1385 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1387 W:      http://www.arm.linux.org.uk/
1388 S:      Maintained
1389
1390 ARM/QUALCOMM SUPPORT
1391 M:      Kumar Gala <galak@codeaurora.org>
1392 M:      Andy Gross <agross@codeaurora.org>
1393 M:      David Brown <davidb@codeaurora.org>
1394 L:      linux-arm-msm@vger.kernel.org
1395 L:      linux-soc@vger.kernel.org
1396 S:      Maintained
1397 F:      arch/arm/mach-qcom/
1398 F:      drivers/soc/qcom/
1399 F:      drivers/tty/serial/msm_serial.h
1400 F:      drivers/tty/serial/msm_serial.c
1401 F:      drivers/*/pm8???-*
1402 F:      drivers/mfd/ssbi.c
1403 F:      drivers/firmware/qcom_scm.c
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1405
1406 ARM/RADISYS ENP2611 MACHINE SUPPORT
1407 M:      Lennert Buytenhek <kernel@wantstofly.org>
1408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1409 S:      Maintained
1410
1411 ARM/RISCPC ARCHITECTURE
1412 M:      Russell King <linux@arm.linux.org.uk>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 W:      http://www.arm.linux.org.uk/
1415 S:      Maintained
1416 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1417 F:      arch/arm/include/asm/hardware/ioc.h
1418 F:      arch/arm/include/asm/hardware/iomd.h
1419 F:      arch/arm/include/asm/hardware/memc.h
1420 F:      arch/arm/mach-rpc/
1421 F:      drivers/net/ethernet/8390/etherh.c
1422 F:      drivers/net/ethernet/i825xx/ether1*
1423 F:      drivers/net/ethernet/seeq/ether3*
1424 F:      drivers/scsi/arm/
1425
1426 ARM/Rockchip SoC support
1427 M:      Heiko Stuebner <heiko@sntech.de>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      linux-rockchip@lists.infradead.org
1430 S:      Maintained
1431 F:      arch/arm/boot/dts/rk3*
1432 F:      arch/arm/mach-rockchip/
1433 F:      drivers/clk/rockchip/
1434 F:      drivers/i2c/busses/i2c-rk3x.c
1435 F:      drivers/*/*rockchip*
1436 F:      drivers/*/*/*rockchip*
1437 F:      sound/soc/rockchip/
1438 N:      rockchip
1439
1440 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1441 M:      Kukjin Kim <kgene@kernel.org>
1442 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1445 S:      Maintained
1446 F:      arch/arm/boot/dts/s3c*
1447 F:      arch/arm/boot/dts/exynos*
1448 F:      arch/arm64/boot/dts/exynos/
1449 F:      arch/arm/plat-samsung/
1450 F:      arch/arm/mach-s3c24*/
1451 F:      arch/arm/mach-s3c64xx/
1452 F:      arch/arm/mach-s5p*/
1453 F:      arch/arm/mach-exynos*/
1454 F:      drivers/*/*s3c2410*
1455 F:      drivers/*/*/*s3c2410*
1456 F:      drivers/spi/spi-s3c*
1457 F:      sound/soc/samsung/*
1458 N:      exynos
1459
1460 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1461 M:      Kyungmin Park <kyungmin.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Maintained
1464 F:      arch/arm/mach-s5pv210/
1465
1466 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1467 M:      Kyungmin Park <kyungmin.park@samsung.com>
1468 M:      Kamil Debski <k.debski@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      drivers/media/platform/s5p-g2d/
1473
1474 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Kamil Debski <k.debski@samsung.com>
1477 M:      Jeongtae Park <jtp.park@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1482 F:      drivers/media/platform/s5p-mfc/
1483
1484 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1485 M:      Kyungmin Park <kyungmin.park@samsung.com>
1486 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1487 L:      linux-arm-kernel@lists.infradead.org
1488 L:      linux-media@vger.kernel.org
1489 S:      Maintained
1490 F:      drivers/media/platform/s5p-tv/
1491
1492 ARM/SAMSUNG S5P SERIES JPEG CODEC SUPPORT
1493 M:      Andrzej Pietrasiewicz <andrzej.p@samsung.com>
1494 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
1495 L:      linux-arm-kernel@lists.infradead.org
1496 L:      linux-media@vger.kernel.org
1497 S:      Maintained
1498 F:      drivers/media/platform/s5p-jpeg/
1499
1500 ARM/SHMOBILE ARM ARCHITECTURE
1501 M:      Simon Horman <horms@verge.net.au>
1502 M:      Magnus Damm <magnus.damm@gmail.com>
1503 L:      linux-sh@vger.kernel.org
1504 W:      http://oss.renesas.com
1505 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1507 S:      Supported
1508 F:      arch/arm/boot/dts/emev2*
1509 F:      arch/arm/boot/dts/r7s*
1510 F:      arch/arm/boot/dts/r8a*
1511 F:      arch/arm/boot/dts/sh*
1512 F:      arch/arm/configs/bockw_defconfig
1513 F:      arch/arm/configs/marzen_defconfig
1514 F:      arch/arm/configs/shmobile_defconfig
1515 F:      arch/arm/include/debug/renesas-scif.S
1516 F:      arch/arm/mach-shmobile/
1517 F:      drivers/sh/
1518
1519 ARM/SOCFPGA ARCHITECTURE
1520 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1521 S:      Maintained
1522 F:      arch/arm/mach-socfpga/
1523 F:      arch/arm/boot/dts/socfpga*
1524 F:      arch/arm/configs/socfpga_defconfig
1525 W:      http://www.rocketboards.org
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1527
1528 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1529 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1530 S:      Maintained
1531 F:      drivers/clk/socfpga/
1532
1533 ARM/SOCFPGA EDAC SUPPORT
1534 M:      Thor Thayer <tthayer@opensource.altera.com>
1535 S:      Maintained
1536 F:      drivers/edac/altera_edac.
1537
1538 ARM/STI ARCHITECTURE
1539 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1540 M:      Maxime Coquelin <maxime.coquelin@st.com>
1541 M:      Patrice Chotard <patrice.chotard@st.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 L:      kernel@stlinux.com
1544 W:      http://www.stlinux.com
1545 S:      Maintained
1546 F:      arch/arm/mach-sti/
1547 F:      arch/arm/boot/dts/sti*
1548 F:      drivers/char/hw_random/st-rng.c
1549 F:      drivers/clocksource/arm_global_timer.c
1550 F:      drivers/clocksource/clksrc_st_lpc.c
1551 F:      drivers/i2c/busses/i2c-st.c
1552 F:      drivers/media/rc/st_rc.c
1553 F:      drivers/media/platform/sti/c8sectpfe/
1554 F:      drivers/mmc/host/sdhci-st.c
1555 F:      drivers/phy/phy-miphy28lp.c
1556 F:      drivers/phy/phy-miphy365x.c
1557 F:      drivers/phy/phy-stih407-usb.c
1558 F:      drivers/phy/phy-stih41x-usb.c
1559 F:      drivers/pinctrl/pinctrl-st.c
1560 F:      drivers/reset/sti/
1561 F:      drivers/rtc/rtc-st-lpc.c
1562 F:      drivers/tty/serial/st-asc.c
1563 F:      drivers/usb/dwc3/dwc3-st.c
1564 F:      drivers/usb/host/ehci-st.c
1565 F:      drivers/usb/host/ohci-st.c
1566 F:      drivers/watchdog/st_lpc_wdt.c
1567 F:      drivers/ata/ahci_st.c
1568
1569 ARM/STM32 ARCHITECTURE
1570 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1574 N:      stm32
1575 F:      drivers/clocksource/armv7m_systick.c
1576
1577 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1578 M:      Lennert Buytenhek <kernel@wantstofly.org>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581
1582 ARM/TETON BGA MACHINE SUPPORT
1583 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Maintained
1586
1587 ARM/THECUS N2100 MACHINE SUPPORT
1588 M:      Lennert Buytenhek <kernel@wantstofly.org>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591
1592 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1593 M:      Wan ZongShun <mcuos.com@gmail.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 W:      http://www.mcuos.com
1596 S:      Maintained
1597 F:      arch/arm/mach-w90x900/
1598 F:      drivers/input/keyboard/w90p910_keypad.c
1599 F:      drivers/input/touchscreen/w90p910_ts.c
1600 F:      drivers/watchdog/nuc900_wdt.c
1601 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1602 F:      drivers/mtd/nand/nuc900_nand.c
1603 F:      drivers/rtc/rtc-nuc900.c
1604 F:      drivers/spi/spi-nuc900.c
1605 F:      drivers/usb/host/ehci-w90x900.c
1606 F:      drivers/video/fbdev/nuc900fb.c
1607
1608 ARM/U300 MACHINE SUPPORT
1609 M:      Linus Walleij <linus.walleij@linaro.org>
1610 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1611 S:      Supported
1612 F:      arch/arm/mach-u300/
1613 F:      drivers/clocksource/timer-u300.c
1614 F:      drivers/i2c/busses/i2c-stu300.c
1615 F:      drivers/rtc/rtc-coh901331.c
1616 F:      drivers/watchdog/coh901327_wdt.c
1617 F:      drivers/dma/coh901318*
1618 F:      drivers/mfd/ab3100*
1619 F:      drivers/rtc/rtc-ab3100.c
1620 F:      drivers/rtc/rtc-coh901331.c
1621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1622
1623 ARM/UNIPHIER ARCHITECTURE
1624 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1625 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1626 S:      Maintained
1627 F:      arch/arm/boot/dts/uniphier*
1628 F:      arch/arm/mach-uniphier/
1629 F:      drivers/pinctrl/uniphier/
1630 F:      drivers/tty/serial/8250/8250_uniphier.c
1631 N:      uniphier
1632
1633 ARM/Ux500 ARM ARCHITECTURE
1634 M:      Linus Walleij <linus.walleij@linaro.org>
1635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1636 S:      Maintained
1637 F:      arch/arm/mach-ux500/
1638 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1639 F:      drivers/dma/ste_dma40*
1640 F:      drivers/hwspinlock/u8500_hsem.c
1641 F:      drivers/mfd/abx500*
1642 F:      drivers/mfd/ab8500*
1643 F:      drivers/mfd/dbx500*
1644 F:      drivers/mfd/db8500*
1645 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1646 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1647 F:      drivers/rtc/rtc-ab8500.c
1648 F:      drivers/rtc/rtc-pl031.c
1649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1650
1651 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1652 M:      Ulf Hansson <ulf.hansson@linaro.org>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 T:      git git://git.linaro.org/people/ulfh/clk.git
1655 S:      Maintained
1656 F:      drivers/clk/ux500/
1657 F:      include/linux/platform_data/clk-ux500.h
1658
1659 ARM/VERSATILE EXPRESS PLATFORM
1660 M:      Liviu Dudau <liviu.dudau@arm.com>
1661 M:      Sudeep Holla <sudeep.holla@arm.com>
1662 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/boot/dts/vexpress*
1666 F:      arch/arm64/boot/dts/arm/vexpress*
1667 F:      arch/arm/mach-vexpress/
1668 F:      */*/vexpress*
1669 F:      */*/*/vexpress*
1670 F:      drivers/clk/versatile/clk-vexpress-osc.c
1671 F:      drivers/clocksource/versatile.c
1672
1673 ARM/VFP SUPPORT
1674 M:      Russell King <linux@arm.linux.org.uk>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 W:      http://www.arm.linux.org.uk/
1677 S:      Maintained
1678 F:      arch/arm/vfp/
1679
1680 ARM/VOIPAC PXA270 SUPPORT
1681 M:      Marek Vasut <marek.vasut@gmail.com>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-pxa/vpac270.c
1685 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1686
1687 ARM/VT8500 ARM ARCHITECTURE
1688 M:      Tony Prisk <linux@prisktech.co.nz>
1689 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1690 S:      Maintained
1691 F:      arch/arm/mach-vt8500/
1692 F:      drivers/clocksource/vt8500_timer.c
1693 F:      drivers/i2c/busses/i2c-wmt.c
1694 F:      drivers/mmc/host/wmt-sdmmc.c
1695 F:      drivers/pwm/pwm-vt8500.c
1696 F:      drivers/rtc/rtc-vt8500.c
1697 F:      drivers/tty/serial/vt8500_serial.c
1698 F:      drivers/usb/host/ehci-platform.c
1699 F:      drivers/usb/host/uhci-platform.c
1700 F:      drivers/video/fbdev/vt8500lcdfb.*
1701 F:      drivers/video/fbdev/wm8505fb*
1702 F:      drivers/video/fbdev/wmt_ge_rops.*
1703
1704 ARM/ZIPIT Z2 SUPPORT
1705 M:      Marek Vasut <marek.vasut@gmail.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      arch/arm/mach-pxa/z2.c
1709 F:      arch/arm/mach-pxa/include/mach/z2.h
1710
1711 ARM/ZTE ARCHITECTURE
1712 M:      Jun Nie <jun.nie@linaro.org>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      arch/arm/mach-zx/
1716 F:      drivers/clk/zte/
1717 F:      Documentation/devicetree/bindings/arm/zte.txt
1718 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1719
1720 ARM/ZYNQ ARCHITECTURE
1721 M:      Michal Simek <michal.simek@xilinx.com>
1722 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1724 W:      http://wiki.xilinx.com
1725 T:      git https://github.com/Xilinx/linux-xlnx.git
1726 S:      Supported
1727 F:      arch/arm/mach-zynq/
1728 F:      drivers/cpuidle/cpuidle-zynq.c
1729 F:      drivers/block/xsysace.c
1730 N:      zynq
1731 N:      xilinx
1732 F:      drivers/clocksource/cadence_ttc_timer.c
1733 F:      drivers/i2c/busses/i2c-cadence.c
1734 F:      drivers/mmc/host/sdhci-of-arasan.c
1735 F:      drivers/edac/synopsys_edac.c
1736
1737 ARM SMMU DRIVERS
1738 M:      Will Deacon <will.deacon@arm.com>
1739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1740 S:      Maintained
1741 F:      drivers/iommu/arm-smmu.c
1742 F:      drivers/iommu/arm-smmu-v3.c
1743 F:      drivers/iommu/io-pgtable-arm.c
1744
1745 ARM64 PORT (AARCH64 ARCHITECTURE)
1746 M:      Catalin Marinas <catalin.marinas@arm.com>
1747 M:      Will Deacon <will.deacon@arm.com>
1748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S:      Maintained
1750 F:      arch/arm64/
1751 F:      Documentation/arm64/
1752
1753 AS3645A LED FLASH CONTROLLER DRIVER
1754 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1755 L:      linux-media@vger.kernel.org
1756 T:      git git://linuxtv.org/media_tree.git
1757 S:      Maintained
1758 F:      drivers/media/i2c/as3645a.c
1759 F:      include/media/as3645a.h
1760
1761 ASC7621 HARDWARE MONITOR DRIVER
1762 M:      George Joseph <george.joseph@fairview5.com>
1763 L:      lm-sensors@lm-sensors.org
1764 S:      Maintained
1765 F:      Documentation/hwmon/asc7621
1766 F:      drivers/hwmon/asc7621.c
1767
1768 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1769 M:      Corentin Chary <corentin.chary@gmail.com>
1770 L:      acpi4asus-user@lists.sourceforge.net
1771 L:      platform-driver-x86@vger.kernel.org
1772 W:      http://acpi4asus.sf.net
1773 S:      Maintained
1774 F:      drivers/platform/x86/asus*.c
1775 F:      drivers/platform/x86/eeepc*.c
1776
1777 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1778 R:      Dan Williams <dan.j.williams@intel.com>
1779 W:      http://sourceforge.net/projects/xscaleiop
1780 S:      Odd fixes
1781 F:      Documentation/crypto/async-tx-api.txt
1782 F:      crypto/async_tx/
1783 F:      drivers/dma/
1784 F:      include/linux/dmaengine.h
1785 F:      include/linux/async_tx.h
1786
1787 AT24 EEPROM DRIVER
1788 M:      Wolfram Sang <wsa@the-dreams.de>
1789 L:      linux-i2c@vger.kernel.org
1790 S:      Maintained
1791 F:      drivers/misc/eeprom/at24.c
1792 F:      include/linux/platform_data/at24.h
1793
1794 ATA OVER ETHERNET (AOE) DRIVER
1795 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1796 W:      http://www.openaoe.org/
1797 S:      Supported
1798 F:      Documentation/aoe/
1799 F:      drivers/block/aoe/
1800
1801 ATHEROS 71XX/9XXX GPIO DRIVER
1802 M:      Alban Bedel <albeu@free.fr>
1803 W:      https://github.com/AlbanBedel/linux
1804 T:      git git://github.com/AlbanBedel/linux
1805 S:      Maintained
1806 F:      drivers/gpio/gpio-ath79.c
1807 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1808
1809 ATHEROS ATH GENERIC UTILITIES
1810 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L:      linux-wireless@vger.kernel.org
1812 S:      Supported
1813 F:      drivers/net/wireless/ath/*
1814
1815 ATHEROS ATH5K WIRELESS DRIVER
1816 M:      Jiri Slaby <jirislaby@gmail.com>
1817 M:      Nick Kossifidis <mickflemm@gmail.com>
1818 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1821 S:      Maintained
1822 F:      drivers/net/wireless/ath/ath5k/
1823
1824 ATHEROS ATH6KL WIRELESS DRIVER
1825 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1826 L:      linux-wireless@vger.kernel.org
1827 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1828 T:      git git://github.com/kvalo/ath.git
1829 S:      Supported
1830 F:      drivers/net/wireless/ath/ath6kl/
1831
1832 WILOCITY WIL6210 WIRELESS DRIVER
1833 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1834 L:      linux-wireless@vger.kernel.org
1835 L:      wil6210@qca.qualcomm.com
1836 S:      Supported
1837 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1838 F:      drivers/net/wireless/ath/wil6210/
1839 F:      include/uapi/linux/wil6210_uapi.h
1840
1841 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1842 M:      Christian Lamparter <chunkeey@googlemail.com>
1843 L:      linux-wireless@vger.kernel.org
1844 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1845 S:      Maintained
1846 F:      drivers/net/wireless/ath/carl9170/
1847
1848 ATK0110 HWMON DRIVER
1849 M:      Luca Tettamanti <kronos.it@gmail.com>
1850 L:      lm-sensors@lm-sensors.org
1851 S:      Maintained
1852 F:      drivers/hwmon/asus_atk0110.c
1853
1854 ATI_REMOTE2 DRIVER
1855 M:      Ville Syrjala <syrjala@sci.fi>
1856 S:      Maintained
1857 F:      drivers/input/misc/ati_remote2.c
1858
1859 ATLX ETHERNET DRIVERS
1860 M:      Jay Cliburn <jcliburn@gmail.com>
1861 M:      Chris Snook <chris.snook@gmail.com>
1862 L:      netdev@vger.kernel.org
1863 W:      http://sourceforge.net/projects/atl1
1864 W:      http://atl1.sourceforge.net
1865 S:      Maintained
1866 F:      drivers/net/ethernet/atheros/
1867
1868 ATM
1869 M:      Chas Williams <3chas3@gmail.com>
1870 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1871 L:      netdev@vger.kernel.org
1872 W:      http://linux-atm.sourceforge.net
1873 S:      Maintained
1874 F:      drivers/atm/
1875 F:      include/linux/atm*
1876 F:      include/uapi/linux/atm*
1877
1878 ATMEL AT91 / AT32 MCI DRIVER
1879 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1880 S:      Maintained
1881 F:      drivers/mmc/host/atmel-mci.c
1882 F:      drivers/mmc/host/atmel-mci-regs.h
1883
1884 ATMEL AT91 / AT32 SERIAL DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 S:      Supported
1887 F:      drivers/tty/serial/atmel_serial.c
1888
1889 ATMEL Audio ALSA driver
1890 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1891 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1892 S:      Supported
1893 F:      sound/soc/atmel
1894
1895 ATMEL DMA DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1898 S:      Supported
1899 F:      drivers/dma/at_hdmac.c
1900 F:      drivers/dma/at_hdmac_regs.h
1901 F:      include/linux/platform_data/dma-atmel.h
1902
1903 ATMEL XDMA DRIVER
1904 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1905 L:      linux-arm-kernel@lists.infradead.org
1906 L:      dmaengine@vger.kernel.org
1907 S:      Supported
1908 F:      drivers/dma/at_xdmac.c
1909
1910 ATMEL I2C DRIVER
1911 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1912 L:      linux-i2c@vger.kernel.org
1913 S:      Supported
1914 F:      drivers/i2c/busses/i2c-at91.c
1915
1916 ATMEL ISI DRIVER
1917 M:      Josh Wu <josh.wu@atmel.com>
1918 L:      linux-media@vger.kernel.org
1919 S:      Supported
1920 F:      drivers/media/platform/soc_camera/atmel-isi.c
1921 F:      include/media/atmel-isi.h
1922
1923 ATMEL LCDFB DRIVER
1924 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1925 L:      linux-fbdev@vger.kernel.org
1926 S:      Maintained
1927 F:      drivers/video/fbdev/atmel_lcdfb.c
1928 F:      include/video/atmel_lcdc.h
1929
1930 ATMEL MACB ETHERNET DRIVER
1931 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1932 S:      Supported
1933 F:      drivers/net/ethernet/cadence/
1934
1935 ATMEL NAND DRIVER
1936 M:      Josh Wu <josh.wu@atmel.com>
1937 L:      linux-mtd@lists.infradead.org
1938 S:      Supported
1939 F:      drivers/mtd/nand/atmel_nand*
1940
1941 ATMEL SDMMC DRIVER
1942 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1943 L:      linux-mmc@vger.kernel.org
1944 S:      Supported
1945 F:      drivers/mmc/host/sdhci-of-at91.c
1946
1947 ATMEL SPI DRIVER
1948 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1949 S:      Supported
1950 F:      drivers/spi/spi-atmel.*
1951
1952 ATMEL SSC DRIVER
1953 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1955 S:      Supported
1956 F:      drivers/misc/atmel-ssc.c
1957 F:      include/linux/atmel-ssc.h
1958
1959 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1960 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1962 S:      Supported
1963 F:      drivers/misc/atmel_tclib.c
1964 F:      drivers/clocksource/tcb_clksrc.c
1965
1966 ATMEL USBA UDC DRIVER
1967 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1969 S:      Supported
1970 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1971
1972 ATMEL WIRELESS DRIVER
1973 M:      Simon Kelley <simon@thekelleys.org.uk>
1974 L:      linux-wireless@vger.kernel.org
1975 W:      http://www.thekelleys.org.uk/atmel
1976 W:      http://atmelwlandriver.sourceforge.net/
1977 S:      Maintained
1978 F:      drivers/net/wireless/atmel*
1979
1980 ATMEL MAXTOUCH DRIVER
1981 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1982 T:      git git://github.com/atmel-maxtouch/linux.git
1983 S:      Supported
1984 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1985 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1986 F:      include/linux/platform_data/atmel_mxt_ts.h
1987
1988 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1989 M:      Bradley Grove <linuxdrivers@attotech.com>
1990 L:      linux-scsi@vger.kernel.org
1991 W:      http://www.attotech.com
1992 S:      Supported
1993 F:      drivers/scsi/esas2r
1994
1995 ATUSB IEEE 802.15.4 RADIO DRIVER
1996 M:      Stefan Schmidt <stefan@osg.samsung.com>
1997 L:      linux-wpan@vger.kernel.org
1998 S:      Maintained
1999 F:      drivers/net/ieee802154/atusb.c
2000 F:      drivers/net/ieee802154/atusb.h
2001 F:      drivers/net/ieee802154/at86rf230.h
2002
2003 AUDIT SUBSYSTEM
2004 M:      Paul Moore <paul@paul-moore.com>
2005 M:      Eric Paris <eparis@redhat.com>
2006 L:      linux-audit@redhat.com (moderated for non-subscribers)
2007 W:      http://people.redhat.com/sgrubb/audit/
2008 T:      git git://git.infradead.org/users/pcmoore/audit
2009 S:      Maintained
2010 F:      include/linux/audit.h
2011 F:      include/uapi/linux/audit.h
2012 F:      kernel/audit*
2013
2014 AUXILIARY DISPLAY DRIVERS
2015 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2016 W:      http://miguelojeda.es/auxdisplay.htm
2017 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2018 S:      Maintained
2019 F:      drivers/auxdisplay/
2020 F:      include/linux/cfag12864b.h
2021
2022 AVR32 ARCHITECTURE
2023 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2024 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2025 W:      http://www.atmel.com/products/AVR32/
2026 W:      http://mirror.egtvedt.no/avr32linux.org/
2027 W:      http://avrfreaks.net/
2028 S:      Maintained
2029 F:      arch/avr32/
2030
2031 AVR32/AT32AP MACHINE SUPPORT
2032 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2033 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2034 S:      Maintained
2035 F:      arch/avr32/mach-at32ap/
2036
2037 AX.25 NETWORK LAYER
2038 M:      Ralf Baechle <ralf@linux-mips.org>
2039 L:      linux-hams@vger.kernel.org
2040 W:      http://www.linux-ax25.org/
2041 S:      Maintained
2042 F:      include/uapi/linux/ax25.h
2043 F:      include/net/ax25.h
2044 F:      net/ax25/
2045
2046 AZ6007 DVB DRIVER
2047 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2048 L:      linux-media@vger.kernel.org
2049 W:      http://linuxtv.org
2050 T:      git git://linuxtv.org/media_tree.git
2051 S:      Maintained
2052 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2053
2054 AZTECH FM RADIO RECEIVER DRIVER
2055 M:      Hans Verkuil <hverkuil@xs4all.nl>
2056 L:      linux-media@vger.kernel.org
2057 T:      git git://linuxtv.org/media_tree.git
2058 W:      http://linuxtv.org
2059 S:      Maintained
2060 F:      drivers/media/radio/radio-aztech*
2061
2062 B43 WIRELESS DRIVER
2063 L:      linux-wireless@vger.kernel.org
2064 L:      b43-dev@lists.infradead.org
2065 W:      http://wireless.kernel.org/en/users/Drivers/b43
2066 S:      Odd Fixes
2067 F:      drivers/net/wireless/b43/
2068
2069 B43LEGACY WIRELESS DRIVER
2070 M:      Larry Finger <Larry.Finger@lwfinger.net>
2071 L:      linux-wireless@vger.kernel.org
2072 L:      b43-dev@lists.infradead.org
2073 W:      http://wireless.kernel.org/en/users/Drivers/b43
2074 S:      Maintained
2075 F:      drivers/net/wireless/b43legacy/
2076
2077 BACKLIGHT CLASS/SUBSYSTEM
2078 M:      Jingoo Han <jingoohan1@gmail.com>
2079 M:      Lee Jones <lee.jones@linaro.org>
2080 S:      Maintained
2081 F:      drivers/video/backlight/
2082 F:      include/linux/backlight.h
2083
2084 BATMAN ADVANCED
2085 M:      Marek Lindner <mareklindner@neomailbox.ch>
2086 M:      Simon Wunderlich <sw@simonwunderlich.de>
2087 M:      Antonio Quartulli <antonio@meshcoding.com>
2088 L:      b.a.t.m.a.n@lists.open-mesh.org
2089 W:      http://www.open-mesh.org/
2090 S:      Maintained
2091 F:      net/batman-adv/
2092
2093 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2094 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2095 L:      linux-hams@vger.kernel.org
2096 W:      http://www.baycom.org/~tom/ham/ham.html
2097 S:      Maintained
2098 F:      drivers/net/hamradio/baycom*
2099
2100 BCACHE (BLOCK LAYER CACHE)
2101 M:      Kent Overstreet <kent.overstreet@gmail.com>
2102 L:      linux-bcache@vger.kernel.org
2103 W:      http://bcache.evilpiepirate.org
2104 S:      Maintained
2105 F:      drivers/md/bcache/
2106
2107 BDISP ST MEDIA DRIVER
2108 M:      Fabien Dessenne <fabien.dessenne@st.com>
2109 L:      linux-media@vger.kernel.org
2110 T:      git git://linuxtv.org/media_tree.git
2111 W:      http://linuxtv.org
2112 S:      Supported
2113 F:      drivers/media/platform/sti/bdisp
2114
2115 BEFS FILE SYSTEM
2116 S:      Orphan
2117 F:      Documentation/filesystems/befs.txt
2118 F:      fs/befs/
2119
2120 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2121 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2122 L:      netdev@vger.kernel.org
2123 S:      Maintained
2124 F:      drivers/net/ethernet/ec_bhf.c
2125
2126 BFS FILE SYSTEM
2127 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2128 S:      Maintained
2129 F:      Documentation/filesystems/bfs.txt
2130 F:      fs/bfs/
2131 F:      include/uapi/linux/bfs_fs.h
2132
2133 BLACKFIN ARCHITECTURE
2134 M:      Steven Miao <realmz6@gmail.com>
2135 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2136 T:      git git://git.code.sf.net/p/adi-linux/code
2137 W:      http://blackfin.uclinux.org
2138 S:      Supported
2139 F:      arch/blackfin/
2140
2141 BLACKFIN EMAC DRIVER
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org
2144 S:      Supported
2145 F:      drivers/net/ethernet/adi/
2146
2147 BLACKFIN RTC DRIVER
2148 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2149 W:      http://blackfin.uclinux.org
2150 S:      Supported
2151 F:      drivers/rtc/rtc-bfin.c
2152
2153 BLACKFIN SDH DRIVER
2154 M:      Sonic Zhang <sonic.zhang@analog.com>
2155 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2156 W:      http://blackfin.uclinux.org
2157 S:      Supported
2158 F:      drivers/mmc/host/bfin_sdh.c
2159
2160 BLACKFIN SERIAL DRIVER
2161 M:      Sonic Zhang <sonic.zhang@analog.com>
2162 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2163 W:      http://blackfin.uclinux.org
2164 S:      Supported
2165 F:      drivers/tty/serial/bfin_uart.c
2166
2167 BLACKFIN WATCHDOG DRIVER
2168 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2169 W:      http://blackfin.uclinux.org
2170 S:      Supported
2171 F:      drivers/watchdog/bfin_wdt.c
2172
2173 BLACKFIN I2C TWI DRIVER
2174 M:      Sonic Zhang <sonic.zhang@analog.com>
2175 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2176 W:      http://blackfin.uclinux.org/
2177 S:      Supported
2178 F:      drivers/i2c/busses/i2c-bfin-twi.c
2179
2180 BLACKFIN MEDIA DRIVER
2181 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2182 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2183 W:      http://blackfin.uclinux.org/
2184 S:      Supported
2185 F:      drivers/media/platform/blackfin/
2186 F:      drivers/media/i2c/adv7183*
2187 F:      drivers/media/i2c/vs6624*
2188
2189 BLINKM RGB LED DRIVER
2190 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2191 S:      Maintained
2192 F:      drivers/leds/leds-blinkm.c
2193
2194 BLOCK LAYER
2195 M:      Jens Axboe <axboe@kernel.dk>
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2197 S:      Maintained
2198 F:      block/
2199 F:      kernel/trace/blktrace.c
2200
2201 BLOCK2MTD DRIVER
2202 M:      Joern Engel <joern@lazybastard.org>
2203 L:      linux-mtd@lists.infradead.org
2204 S:      Maintained
2205 F:      drivers/mtd/devices/block2mtd.c
2206
2207 BLUETOOTH DRIVERS
2208 M:      Marcel Holtmann <marcel@holtmann.org>
2209 M:      Gustavo Padovan <gustavo@padovan.org>
2210 M:      Johan Hedberg <johan.hedberg@gmail.com>
2211 L:      linux-bluetooth@vger.kernel.org
2212 W:      http://www.bluez.org/
2213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2215 S:      Maintained
2216 F:      drivers/bluetooth/
2217
2218 BLUETOOTH SUBSYSTEM
2219 M:      Marcel Holtmann <marcel@holtmann.org>
2220 M:      Gustavo Padovan <gustavo@padovan.org>
2221 M:      Johan Hedberg <johan.hedberg@gmail.com>
2222 L:      linux-bluetooth@vger.kernel.org
2223 W:      http://www.bluez.org/
2224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2226 S:      Maintained
2227 F:      net/bluetooth/
2228 F:      include/net/bluetooth/
2229
2230 BONDING DRIVER
2231 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2232 M:      Veaceslav Falico <vfalico@gmail.com>
2233 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2234 L:      netdev@vger.kernel.org
2235 W:      http://sourceforge.net/projects/bonding/
2236 S:      Supported
2237 F:      drivers/net/bonding/
2238 F:      include/uapi/linux/if_bonding.h
2239
2240 BPF (Safe dynamic programs and tools)
2241 M:      Alexei Starovoitov <ast@kernel.org>
2242 L:      netdev@vger.kernel.org
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Supported
2245 F:      kernel/bpf/
2246
2247 BROADCOM B44 10/100 ETHERNET DRIVER
2248 M:      Gary Zambrano <zambrano@broadcom.com>
2249 L:      netdev@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/net/ethernet/broadcom/b44.*
2252
2253 BROADCOM GENET ETHERNET DRIVER
2254 M:      Florian Fainelli <f.fainelli@gmail.com>
2255 L:      netdev@vger.kernel.org
2256 S:      Supported
2257 F:      drivers/net/ethernet/broadcom/genet/
2258
2259 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2260 M:      Sony Chacko <sony.chacko@qlogic.com>
2261 M:      Dept-HSGLinuxNICDev@qlogic.com
2262 L:      netdev@vger.kernel.org
2263 S:      Supported
2264 F:      drivers/net/ethernet/broadcom/bnx2.*
2265 F:      drivers/net/ethernet/broadcom/bnx2_*
2266
2267 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2268 M:      Ariel Elior <ariel.elior@qlogic.com>
2269 L:      netdev@vger.kernel.org
2270 S:      Supported
2271 F:      drivers/net/ethernet/broadcom/bnx2x/
2272
2273 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2274 M:      Florian Fainelli <f.fainelli@gmail.com>
2275 M:      Ray Jui <rjui@broadcom.com>
2276 M:      Scott Branden <sbranden@broadcom.com>
2277 L:      bcm-kernel-feedback-list@broadcom.com
2278 T:      git git://github.com/broadcom/mach-bcm
2279 S:      Maintained
2280 F:      arch/arm/mach-bcm/
2281 F:      arch/arm/boot/dts/bcm113*
2282 F:      arch/arm/boot/dts/bcm216*
2283 F:      arch/arm/boot/dts/bcm281*
2284 F:      arch/arm/configs/bcm_defconfig
2285 F:      drivers/mmc/host/sdhci-bcm-kona.c
2286 F:      drivers/clocksource/bcm_kona_timer.c
2287
2288 BROADCOM BCM2835 ARM ARCHITECTURE
2289 M:      Stephen Warren <swarren@wwwdotorg.org>
2290 M:      Lee Jones <lee@kernel.org>
2291 M:      Eric Anholt <eric@anholt.net>
2292 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2295 S:      Maintained
2296 N:      bcm2835
2297
2298 BROADCOM BCM33XX MIPS ARCHITECTURE
2299 M:      Kevin Cernekee <cernekee@gmail.com>
2300 L:      linux-mips@linux-mips.org
2301 S:      Maintained
2302 F:      arch/mips/bcm3384/*
2303 F:      arch/mips/include/asm/mach-bcm3384/*
2304 F:      arch/mips/kernel/*bmips*
2305
2306 BROADCOM BCM47XX MIPS ARCHITECTURE
2307 M:      Hauke Mehrtens <hauke@hauke-m.de>
2308 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2309 L:      linux-mips@linux-mips.org
2310 S:      Maintained
2311 F:      arch/mips/bcm47xx/*
2312 F:      arch/mips/include/asm/mach-bcm47xx/*
2313
2314 BROADCOM BCM5301X ARM ARCHITECTURE
2315 M:      Hauke Mehrtens <hauke@hauke-m.de>
2316 L:      linux-arm-kernel@lists.infradead.org
2317 S:      Maintained
2318 F:      arch/arm/mach-bcm/bcm_5301x.c
2319 F:      arch/arm/boot/dts/bcm5301x.dtsi
2320 F:      arch/arm/boot/dts/bcm470*
2321
2322 BROADCOM BCM63XX ARM ARCHITECTURE
2323 M:      Florian Fainelli <f.fainelli@gmail.com>
2324 L:      linux-arm-kernel@lists.infradead.org
2325 T:      git git://github.com/broadcom/arm-bcm63xx.git
2326 S:      Maintained
2327 F:      arch/arm/mach-bcm/bcm63xx.c
2328 F:      arch/arm/include/debug/bcm63xx.S
2329
2330 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2331 M:      Kevin Cernekee <cernekee@gmail.com>
2332 L:      linux-usb@vger.kernel.org
2333 S:      Maintained
2334 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2335
2336 BROADCOM BCM7XXX ARM ARCHITECTURE
2337 M:      Brian Norris <computersforpeace@gmail.com>
2338 M:      Gregory Fong <gregory.0xf0@gmail.com>
2339 M:      Florian Fainelli <f.fainelli@gmail.com>
2340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2341 T:      git git://github.com/broadcom/stblinux.git
2342 S:      Maintained
2343 F:      arch/arm/mach-bcm/*brcmstb*
2344 F:      arch/arm/boot/dts/bcm7*.dts*
2345 F:      drivers/bus/brcmstb_gisb.c
2346 N:      brcmstb
2347
2348 BROADCOM BMIPS MIPS ARCHITECTURE
2349 M:      Kevin Cernekee <cernekee@gmail.com>
2350 M:      Florian Fainelli <f.fainelli@gmail.com>
2351 L:      linux-mips@linux-mips.org
2352 T:      git git://github.com/broadcom/stblinux.git
2353 S:      Maintained
2354 F:      arch/mips/bmips/*
2355 F:      arch/mips/include/asm/mach-bmips/*
2356 F:      arch/mips/kernel/*bmips*
2357 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2358 F:      drivers/irqchip/irq-bcm7*
2359 F:      drivers/irqchip/irq-brcmstb*
2360
2361 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2362 M:      Prashant Sreedharan <prashant@broadcom.com>
2363 M:      Michael Chan <mchan@broadcom.com>
2364 L:      netdev@vger.kernel.org
2365 S:      Supported
2366 F:      drivers/net/ethernet/broadcom/tg3.*
2367
2368 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2369 M:      Brett Rudley <brudley@broadcom.com>
2370 M:      Arend van Spriel <arend@broadcom.com>
2371 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2372 M:      Hante Meuleman <meuleman@broadcom.com>
2373 L:      linux-wireless@vger.kernel.org
2374 L:      brcm80211-dev-list@broadcom.com
2375 S:      Supported
2376 F:      drivers/net/wireless/brcm80211/
2377
2378 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2379 M:      QLogic-Storage-Upstream@qlogic.com
2380 L:      linux-scsi@vger.kernel.org
2381 S:      Supported
2382 F:      drivers/scsi/bnx2fc/
2383
2384 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2385 M:      QLogic-Storage-Upstream@qlogic.com
2386 L:      linux-scsi@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/scsi/bnx2i/
2389
2390 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2391 M:      Ray Jui <rjui@broadcom.com>
2392 M:      Scott Branden <sbranden@broadcom.com>
2393 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2394 L:      bcm-kernel-feedback-list@broadcom.com
2395 T:      git git://github.com/broadcom/cygnus-linux.git
2396 S:      Maintained
2397 N:      iproc
2398 N:      cygnus
2399 N:      bcm9113*
2400 N:      bcm9583*
2401 N:      bcm583*
2402 N:      bcm113*
2403
2404 BROADCOM BRCMSTB GPIO DRIVER
2405 M:      Gregory Fong <gregory.0xf0@gmail.com>
2406 L:      bcm-kernel-feedback-list@broadcom.com>
2407 S:      Supported
2408 F:      drivers/gpio/gpio-brcmstb.c
2409 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2410
2411 BROADCOM KONA GPIO DRIVER
2412 M:      Ray Jui <rjui@broadcom.com>
2413 L:      bcm-kernel-feedback-list@broadcom.com
2414 S:      Supported
2415 F:      drivers/gpio/gpio-bcm-kona.c
2416 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2417
2418 BROADCOM NVRAM DRIVER
2419 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2420 L:      linux-mips@linux-mips.org
2421 S:      Maintained
2422 F:      drivers/firmware/broadcom/*
2423
2424 BROADCOM STB NAND FLASH DRIVER
2425 M:      Brian Norris <computersforpeace@gmail.com>
2426 L:      linux-mtd@lists.infradead.org
2427 S:      Maintained
2428 F:      drivers/mtd/nand/brcmnand/
2429
2430 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2431 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2432 L:      linux-wireless@vger.kernel.org
2433 S:      Maintained
2434 F:      drivers/bcma/
2435 F:      include/linux/bcma/
2436
2437 BROADCOM SYSTEMPORT ETHERNET DRIVER
2438 M:      Florian Fainelli <f.fainelli@gmail.com>
2439 L:      netdev@vger.kernel.org
2440 S:      Supported
2441 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2442
2443 BROCADE BFA FC SCSI DRIVER
2444 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2445 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2446 L:      linux-scsi@vger.kernel.org
2447 S:      Supported
2448 F:      drivers/scsi/bfa/
2449
2450 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2451 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2452 L:      netdev@vger.kernel.org
2453 S:      Supported
2454 F:      drivers/net/ethernet/brocade/bna/
2455
2456 BSG (block layer generic sg v4 driver)
2457 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2458 L:      linux-scsi@vger.kernel.org
2459 S:      Supported
2460 F:      block/bsg.c
2461 F:      include/linux/bsg.h
2462 F:      include/uapi/linux/bsg.h
2463
2464 BT87X AUDIO DRIVER
2465 M:      Clemens Ladisch <clemens@ladisch.de>
2466 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2467 T:      git git://git.alsa-project.org/alsa-kernel.git
2468 S:      Maintained
2469 F:      Documentation/sound/alsa/Bt87x.txt
2470 F:      sound/pci/bt87x.c
2471
2472 BT8XXGPIO DRIVER
2473 M:      Michael Buesch <m@bues.ch>
2474 W:      http://bu3sch.de/btgpio.php
2475 S:      Maintained
2476 F:      drivers/gpio/gpio-bt8xx.c
2477
2478 BTRFS FILE SYSTEM
2479 M:      Chris Mason <clm@fb.com>
2480 M:      Josef Bacik <jbacik@fb.com>
2481 M:      David Sterba <dsterba@suse.com>
2482 L:      linux-btrfs@vger.kernel.org
2483 W:      http://btrfs.wiki.kernel.org/
2484 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2486 S:      Maintained
2487 F:      Documentation/filesystems/btrfs.txt
2488 F:      fs/btrfs/
2489
2490 BTTV VIDEO4LINUX DRIVER
2491 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2492 L:      linux-media@vger.kernel.org
2493 W:      http://linuxtv.org
2494 T:      git git://linuxtv.org/media_tree.git
2495 S:      Odd fixes
2496 F:      Documentation/video4linux/bttv/
2497 F:      drivers/media/pci/bt8xx/bttv*
2498
2499 BUSLOGIC SCSI DRIVER
2500 M:      Khalid Aziz <khalid@gonehiking.org>
2501 L:      linux-scsi@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/scsi/BusLogic.*
2504 F:      drivers/scsi/FlashPoint.*
2505
2506 C-MEDIA CMI8788 DRIVER
2507 M:      Clemens Ladisch <clemens@ladisch.de>
2508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2509 T:      git git://git.alsa-project.org/alsa-kernel.git
2510 S:      Maintained
2511 F:      sound/pci/oxygen/
2512
2513 C6X ARCHITECTURE
2514 M:      Mark Salter <msalter@redhat.com>
2515 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2516 L:      linux-c6x-dev@linux-c6x.org
2517 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2518 S:      Maintained
2519 F:      arch/c6x/
2520
2521 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2522 M:      David Howells <dhowells@redhat.com>
2523 L:      linux-cachefs@redhat.com
2524 S:      Supported
2525 F:      Documentation/filesystems/caching/cachefiles.txt
2526 F:      fs/cachefiles/
2527
2528 CADET FM/AM RADIO RECEIVER DRIVER
2529 M:      Hans Verkuil <hverkuil@xs4all.nl>
2530 L:      linux-media@vger.kernel.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 W:      http://linuxtv.org
2533 S:      Maintained
2534 F:      drivers/media/radio/radio-cadet*
2535
2536 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2537 M:      Jonathan Corbet <corbet@lwn.net>
2538 L:      linux-media@vger.kernel.org
2539 T:      git git://linuxtv.org/media_tree.git
2540 S:      Maintained
2541 F:      Documentation/video4linux/cafe_ccic
2542 F:      drivers/media/platform/marvell-ccic/
2543
2544 CAIF NETWORK LAYER
2545 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2546 L:      netdev@vger.kernel.org
2547 S:      Supported
2548 F:      Documentation/networking/caif/
2549 F:      drivers/net/caif/
2550 F:      include/uapi/linux/caif/
2551 F:      include/net/caif/
2552 F:      net/caif/
2553
2554 CALGARY x86-64 IOMMU
2555 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2556 M:      "Jon D. Mason" <jdmason@kudzu.us>
2557 L:      discuss@x86-64.org
2558 S:      Maintained
2559 F:      arch/x86/kernel/pci-calgary_64.c
2560 F:      arch/x86/kernel/tce_64.c
2561 F:      arch/x86/include/asm/calgary.h
2562 F:      arch/x86/include/asm/tce.h
2563
2564 CAN NETWORK LAYER
2565 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2566 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2567 L:      linux-can@vger.kernel.org
2568 W:      https://github.com/linux-can
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2571 S:      Maintained
2572 F:      Documentation/networking/can.txt
2573 F:      net/can/
2574 F:      include/linux/can/core.h
2575 F:      include/uapi/linux/can.h
2576 F:      include/uapi/linux/can/bcm.h
2577 F:      include/uapi/linux/can/raw.h
2578 F:      include/uapi/linux/can/gw.h
2579
2580 CAN NETWORK DRIVERS
2581 M:      Wolfgang Grandegger <wg@grandegger.com>
2582 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2583 L:      linux-can@vger.kernel.org
2584 W:      https://github.com/linux-can
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2587 S:      Maintained
2588 F:      drivers/net/can/
2589 F:      include/linux/can/dev.h
2590 F:      include/linux/can/platform/
2591 F:      include/uapi/linux/can/error.h
2592 F:      include/uapi/linux/can/netlink.h
2593
2594 CAPABILITIES
2595 M:      Serge Hallyn <serge.hallyn@canonical.com>
2596 L:      linux-security-module@vger.kernel.org
2597 S:      Supported
2598 F:      include/linux/capability.h
2599 F:      include/uapi/linux/capability.h
2600 F:      security/commoncap.c
2601 F:      kernel/capability.c
2602
2603 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2604 M:      Kevin Tsai <ktsai@capellamicro.com>
2605 S:      Maintained
2606 F:      drivers/iio/light/cm*
2607 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2608
2609 CAVIUM LIQUIDIO NETWORK DRIVER
2610 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2611 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2612 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2613 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2614 L:     netdev@vger.kernel.org
2615 W:     http://www.cavium.com
2616 S:     Supported
2617 F:     drivers/net/ethernet/cavium/liquidio/
2618
2619 CC2520 IEEE-802.15.4 RADIO DRIVER
2620 M:      Varka Bhadram <varkabhadram@gmail.com>
2621 L:      linux-wpan@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/net/ieee802154/cc2520.c
2624 F:      include/linux/spi/cc2520.h
2625 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2626
2627 CELL BROADBAND ENGINE ARCHITECTURE
2628 M:      Arnd Bergmann <arnd@arndb.de>
2629 L:      linuxppc-dev@lists.ozlabs.org
2630 W:      http://www.ibm.com/developerworks/power/cell/
2631 S:      Supported
2632 F:      arch/powerpc/include/asm/cell*.h
2633 F:      arch/powerpc/include/asm/spu*.h
2634 F:      arch/powerpc/include/uapi/asm/spu*.h
2635 F:      arch/powerpc/oprofile/*cell*
2636 F:      arch/powerpc/platforms/cell/
2637
2638 CEPH COMMON CODE (LIBCEPH)
2639 M:      Ilya Dryomov <idryomov@gmail.com>
2640 M:      "Yan, Zheng" <zyan@redhat.com>
2641 M:      Sage Weil <sage@redhat.com>
2642 L:      ceph-devel@vger.kernel.org
2643 W:      http://ceph.com/
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2645 T:      git git://github.com/ceph/ceph-client.git
2646 S:      Supported
2647 F:      net/ceph/
2648 F:      include/linux/ceph/
2649 F:      include/linux/crush/
2650
2651 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2652 M:      "Yan, Zheng" <zyan@redhat.com>
2653 M:      Sage Weil <sage@redhat.com>
2654 M:      Ilya Dryomov <idryomov@gmail.com>
2655 L:      ceph-devel@vger.kernel.org
2656 W:      http://ceph.com/
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2658 T:      git git://github.com/ceph/ceph-client.git
2659 S:      Supported
2660 F:      Documentation/filesystems/ceph.txt
2661 F:      fs/ceph/
2662
2663 CERTIFICATE HANDLING:
2664 M:      David Howells <dhowells@redhat.com>
2665 M:      David Woodhouse <dwmw2@infradead.org>
2666 L:      keyrings@linux-nfs.org
2667 S:      Maintained
2668 F:      Documentation/module-signing.txt
2669 F:      certs/
2670 F:      scripts/extract-cert.c
2671
2672 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2673 L:      linux-usb@vger.kernel.org
2674 S:      Orphan
2675 F:      Documentation/usb/WUSB-Design-overview.txt
2676 F:      Documentation/usb/wusb-cbaf
2677 F:      drivers/usb/host/hwa-hc.c
2678 F:      drivers/usb/host/whci/
2679 F:      drivers/usb/wusbcore/
2680 F:      include/linux/usb/wusb*
2681
2682 CFAG12864B LCD DRIVER
2683 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2684 W:      http://miguelojeda.es/auxdisplay.htm
2685 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2686 S:      Maintained
2687 F:      drivers/auxdisplay/cfag12864b.c
2688 F:      include/linux/cfag12864b.h
2689
2690 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2691 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2692 W:      http://miguelojeda.es/auxdisplay.htm
2693 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2694 S:      Maintained
2695 F:      drivers/auxdisplay/cfag12864bfb.c
2696 F:      include/linux/cfag12864b.h
2697
2698 CFG80211 and NL80211
2699 M:      Johannes Berg <johannes@sipsolutions.net>
2700 L:      linux-wireless@vger.kernel.org
2701 W:      http://wireless.kernel.org/
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2704 S:      Maintained
2705 F:      include/uapi/linux/nl80211.h
2706 F:      include/net/cfg80211.h
2707 F:      net/wireless/*
2708 X:      net/wireless/wext*
2709
2710 CHAR and MISC DRIVERS
2711 M:      Arnd Bergmann <arnd@arndb.de>
2712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2714 S:      Supported
2715 F:      drivers/char/*
2716 F:      drivers/misc/*
2717 F:      include/linux/miscdevice.h
2718
2719 CHECKPATCH
2720 M:      Andy Whitcroft <apw@canonical.com>
2721 M:      Joe Perches <joe@perches.com>
2722 S:      Maintained
2723 F:      scripts/checkpatch.pl
2724
2725 CHINESE DOCUMENTATION
2726 M:      Harry Wei <harryxiyou@gmail.com>
2727 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2728 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2729 S:      Maintained
2730 F:      Documentation/zh_CN/
2731
2732 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2733 M:      Peter Chen <Peter.Chen@freescale.com>
2734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2735 L:      linux-usb@vger.kernel.org
2736 S:      Maintained
2737 F:      drivers/usb/chipidea/
2738
2739 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2740 M:      Hans de Goede <hdegoede@redhat.com>
2741 L:      linux-input@vger.kernel.org
2742 S:      Maintained
2743 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2744 F:      drivers/input/touchscreen/chipone_icn8318.c
2745
2746 CHROME HARDWARE PLATFORM SUPPORT
2747 M:      Olof Johansson <olof@lixom.net>
2748 S:      Maintained
2749 F:      drivers/platform/chrome/
2750
2751 CISCO VIC ETHERNET NIC DRIVER
2752 M:      Christian Benvenuti <benve@cisco.com>
2753 M:      Sujith Sankar <ssujith@cisco.com>
2754 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2755 M:      Neel Patel <neepatel@cisco.com>
2756 S:      Supported
2757 F:      drivers/net/ethernet/cisco/enic/
2758
2759 CISCO VIC LOW LATENCY NIC DRIVER
2760 M:      Christian Benvenuti <benve@cisco.com>
2761 M:      Dave Goodell <dgoodell@cisco.com>
2762 S:      Supported
2763 F:      drivers/infiniband/hw/usnic/
2764
2765 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2766 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2767 L:      netdev@vger.kernel.org
2768 S:      Maintained
2769 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2770
2771 CIRRUS LOGIC AUDIO CODEC DRIVERS
2772 M:      Brian Austin <brian.austin@cirrus.com>
2773 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2775 S:      Maintained
2776 F:      sound/soc/codecs/cs*
2777
2778 CLEANCACHE API
2779 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2780 L:      linux-kernel@vger.kernel.org
2781 S:      Maintained
2782 F:      mm/cleancache.c
2783 F:      include/linux/cleancache.h
2784
2785 CLK API
2786 M:      Russell King <linux@arm.linux.org.uk>
2787 L:      linux-clk@vger.kernel.org
2788 S:      Maintained
2789 F:      include/linux/clk.h
2790
2791 CLOCKSOURCE, CLOCKEVENT DRIVERS
2792 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2793 M:      Thomas Gleixner <tglx@linutronix.de>
2794 L:      linux-kernel@vger.kernel.org
2795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2796 S:      Supported
2797 F:      drivers/clocksource
2798
2799 CISCO FCOE HBA DRIVER
2800 M:      Hiral Patel <hiralpat@cisco.com>
2801 M:      Suma Ramars <sramars@cisco.com>
2802 M:      Brian Uchino <buchino@cisco.com>
2803 L:      linux-scsi@vger.kernel.org
2804 S:      Supported
2805 F:      drivers/scsi/fnic/
2806
2807 CISCO SCSI HBA DRIVER
2808 M:      Narsimhulu Musini <nmusini@cisco.com>
2809 M:      Sesidhar Baddela <sebaddel@cisco.com>
2810 L:      linux-scsi@vger.kernel.org
2811 S:      Supported
2812 F:      drivers/scsi/snic/
2813
2814 CMPC ACPI DRIVER
2815 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2816 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2817 L:      platform-driver-x86@vger.kernel.org
2818 S:      Supported
2819 F:      drivers/platform/x86/classmate-laptop.c
2820
2821 COBALT MEDIA DRIVER
2822 M:      Hans Verkuil <hans.verkuil@cisco.com>
2823 L:      linux-media@vger.kernel.org
2824 T:      git git://linuxtv.org/media_tree.git
2825 W:      http://linuxtv.org
2826 S:      Supported
2827 F:      drivers/media/pci/cobalt/
2828
2829 COCCINELLE/Semantic Patches (SmPL)
2830 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2831 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2832 M:      Nicolas Palix <nicolas.palix@imag.fr>
2833 M:      Michal Marek <mmarek@suse.com>
2834 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2836 W:      http://coccinelle.lip6.fr/
2837 S:      Supported
2838 F:      Documentation/coccinelle.txt
2839 F:      scripts/coccinelle/
2840 F:      scripts/coccicheck
2841
2842 CODA FILE SYSTEM
2843 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2844 M:      coda@cs.cmu.edu
2845 L:      codalist@coda.cs.cmu.edu
2846 W:      http://www.coda.cs.cmu.edu/
2847 S:      Maintained
2848 F:      Documentation/filesystems/coda.txt
2849 F:      fs/coda/
2850 F:      include/linux/coda*.h
2851 F:      include/uapi/linux/coda*.h
2852
2853 CODA V4L2 MEM2MEM DRIVER
2854 M:      Philipp Zabel <p.zabel@pengutronix.de>
2855 L:      linux-media@vger.kernel.org
2856 S:      Maintained
2857 F:      Documentation/devicetree/bindings/media/coda.txt
2858 F:      drivers/media/platform/coda/
2859
2860 COMMON CLK FRAMEWORK
2861 M:      Michael Turquette <mturquette@baylibre.com>
2862 M:      Stephen Boyd <sboyd@codeaurora.org>
2863 L:      linux-clk@vger.kernel.org
2864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2865 S:      Maintained
2866 F:      drivers/clk/
2867 X:      drivers/clk/clkdev.c
2868 F:      include/linux/clk-pr*
2869 F:      include/linux/clk/
2870
2871 COMMON INTERNET FILE SYSTEM (CIFS)
2872 M:      Steve French <sfrench@samba.org>
2873 L:      linux-cifs@vger.kernel.org
2874 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2875 W:      http://linux-cifs.samba.org/
2876 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2877 S:      Supported
2878 F:      Documentation/filesystems/cifs/
2879 F:      fs/cifs/
2880
2881 COMPACTPCI HOTPLUG CORE
2882 M:      Scott Murray <scott@spiteful.org>
2883 L:      linux-pci@vger.kernel.org
2884 S:      Maintained
2885 F:      drivers/pci/hotplug/cpci_hotplug*
2886
2887 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2888 M:      Scott Murray <scott@spiteful.org>
2889 L:      linux-pci@vger.kernel.org
2890 S:      Maintained
2891 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2892
2893 COMPACTPCI HOTPLUG GENERIC DRIVER
2894 M:      Scott Murray <scott@spiteful.org>
2895 L:      linux-pci@vger.kernel.org
2896 S:      Maintained
2897 F:      drivers/pci/hotplug/cpcihp_generic.c
2898
2899 COMPAL LAPTOP SUPPORT
2900 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2901 L:      platform-driver-x86@vger.kernel.org
2902 S:      Maintained
2903 F:      drivers/platform/x86/compal-laptop.c
2904
2905 CONEXANT ACCESSRUNNER USB DRIVER
2906 M:      Simon Arlott <cxacru@fire.lp0.eu>
2907 L:      accessrunner-general@lists.sourceforge.net
2908 W:      http://accessrunner.sourceforge.net/
2909 S:      Maintained
2910 F:      drivers/usb/atm/cxacru.c
2911
2912 CONFIGFS
2913 M:      Joel Becker <jlbec@evilplan.org>
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2915 S:      Supported
2916 F:      fs/configfs/
2917 F:      include/linux/configfs.h
2918
2919 CONNECTOR
2920 M:      Evgeniy Polyakov <zbr@ioremap.net>
2921 L:      netdev@vger.kernel.org
2922 S:      Maintained
2923 F:      drivers/connector/
2924
2925 CONTROL GROUP (CGROUP)
2926 M:      Tejun Heo <tj@kernel.org>
2927 M:      Li Zefan <lizefan@huawei.com>
2928 M:      Johannes Weiner <hannes@cmpxchg.org>
2929 L:      cgroups@vger.kernel.org
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2931 S:      Maintained
2932 F:      Documentation/cgroups/
2933 F:      include/linux/cgroup*
2934 F:      kernel/cgroup*
2935
2936 CONTROL GROUP - CPUSET
2937 M:      Li Zefan <lizefan@huawei.com>
2938 L:      cgroups@vger.kernel.org
2939 W:      http://www.bullopensource.org/cpuset/
2940 W:      http://oss.sgi.com/projects/cpusets/
2941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2942 S:      Maintained
2943 F:      Documentation/cgroups/cpusets.txt
2944 F:      include/linux/cpuset.h
2945 F:      kernel/cpuset.c
2946
2947 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2948 M:      Johannes Weiner <hannes@cmpxchg.org>
2949 M:      Michal Hocko <mhocko@kernel.org>
2950 L:      cgroups@vger.kernel.org
2951 L:      linux-mm@kvack.org
2952 S:      Maintained
2953 F:      mm/memcontrol.c
2954 F:      mm/swap_cgroup.c
2955
2956 CORETEMP HARDWARE MONITORING DRIVER
2957 M:      Fenghua Yu <fenghua.yu@intel.com>
2958 L:      lm-sensors@lm-sensors.org
2959 S:      Maintained
2960 F:      Documentation/hwmon/coretemp
2961 F:      drivers/hwmon/coretemp.c
2962
2963 COSA/SRP SYNC SERIAL DRIVER
2964 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2965 W:      http://www.fi.muni.cz/~kas/cosa/
2966 S:      Maintained
2967 F:      drivers/net/wan/cosa*
2968
2969 CPMAC ETHERNET DRIVER
2970 M:      Florian Fainelli <florian@openwrt.org>
2971 L:      netdev@vger.kernel.org
2972 S:      Maintained
2973 F:      drivers/net/ethernet/ti/cpmac.c
2974
2975 CPU FREQUENCY DRIVERS
2976 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2977 M:      Viresh Kumar <viresh.kumar@linaro.org>
2978 L:      linux-pm@vger.kernel.org
2979 S:      Maintained
2980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2981 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2982 F:      drivers/cpufreq/
2983 F:      include/linux/cpufreq.h
2984
2985 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2986 M:      Viresh Kumar <viresh.kumar@linaro.org>
2987 M:      Sudeep Holla <sudeep.holla@arm.com>
2988 L:      linux-pm@vger.kernel.org
2989 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2990 S:      Maintained
2991 F:      drivers/cpufreq/arm_big_little.h
2992 F:      drivers/cpufreq/arm_big_little.c
2993 F:      drivers/cpufreq/arm_big_little_dt.c
2994
2995 CPUIDLE DRIVER - ARM BIG LITTLE
2996 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2997 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2998 L:      linux-pm@vger.kernel.org
2999 L:      linux-arm-kernel@lists.infradead.org
3000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3001 S:      Maintained
3002 F:      drivers/cpuidle/cpuidle-big_little.c
3003
3004 CPUIDLE DRIVER - ARM EXYNOS
3005 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3006 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3007 M:      Kukjin Kim <kgene@kernel.org>
3008 L:      linux-pm@vger.kernel.org
3009 L:      linux-samsung-soc@vger.kernel.org
3010 S:      Supported
3011 F:      drivers/cpuidle/cpuidle-exynos.c
3012 F:      arch/arm/mach-exynos/pm.c
3013
3014 CPUIDLE DRIVERS
3015 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3016 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3017 L:      linux-pm@vger.kernel.org
3018 S:      Maintained
3019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3020 F:      drivers/cpuidle/*
3021 F:      include/linux/cpuidle.h
3022
3023 CPUID/MSR DRIVER
3024 M:      "H. Peter Anvin" <hpa@zytor.com>
3025 S:      Maintained
3026 F:      arch/x86/kernel/cpuid.c
3027 F:      arch/x86/kernel/msr.c
3028
3029 CPU POWER MONITORING SUBSYSTEM
3030 M:      Thomas Renninger <trenn@suse.com>
3031 L:      linux-pm@vger.kernel.org
3032 S:      Maintained
3033 F:      tools/power/cpupower/
3034
3035 CRAMFS FILESYSTEM
3036 W:      http://sourceforge.net/projects/cramfs/
3037 S:      Orphan / Obsolete
3038 F:      Documentation/filesystems/cramfs.txt
3039 F:      fs/cramfs/
3040
3041 CRIS PORT
3042 M:      Mikael Starvik <starvik@axis.com>
3043 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3044 L:      linux-cris-kernel@axis.com
3045 W:      http://developer.axis.com
3046 S:      Maintained
3047 F:      arch/cris/
3048 F:      drivers/tty/serial/crisv10.*
3049
3050 CRYPTO API
3051 M:      Herbert Xu <herbert@gondor.apana.org.au>
3052 M:      "David S. Miller" <davem@davemloft.net>
3053 L:      linux-crypto@vger.kernel.org
3054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3055 S:      Maintained
3056 F:      Documentation/crypto/
3057 F:      Documentation/DocBook/crypto-API.tmpl
3058 F:      arch/*/crypto/
3059 F:      crypto/
3060 F:      drivers/crypto/
3061 F:      include/crypto/
3062
3063 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3064 M:      Neil Horman <nhorman@tuxdriver.com>
3065 L:      linux-crypto@vger.kernel.org
3066 S:      Maintained
3067 F:      crypto/ansi_cprng.c
3068 F:      crypto/rng.c
3069
3070 CS5535 Audio ALSA driver
3071 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3072 S:      Maintained
3073 F:      sound/pci/cs5535audio/
3074
3075 CW1200 WLAN driver
3076 M:      Solomon Peachy <pizza@shaftnet.org>
3077 S:      Maintained
3078 F:      drivers/net/wireless/cw1200/
3079
3080 CX18 VIDEO4LINUX DRIVER
3081 M:      Andy Walls <awalls@md.metrocast.net>
3082 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3083 L:      linux-media@vger.kernel.org
3084 T:      git git://linuxtv.org/media_tree.git
3085 W:      http://linuxtv.org
3086 W:      http://www.ivtvdriver.org/index.php/Cx18
3087 S:      Maintained
3088 F:      Documentation/video4linux/cx18.txt
3089 F:      drivers/media/pci/cx18/
3090 F:      include/uapi/linux/ivtv*
3091
3092 CX2341X MPEG ENCODER HELPER MODULE
3093 M:      Hans Verkuil <hverkuil@xs4all.nl>
3094 L:      linux-media@vger.kernel.org
3095 T:      git git://linuxtv.org/media_tree.git
3096 W:      http://linuxtv.org
3097 S:      Maintained
3098 F:      drivers/media/common/cx2341x*
3099 F:      include/media/cx2341x*
3100
3101 CX24120 MEDIA DRIVER
3102 M:      Jemma Denson <jdenson@gmail.com>
3103 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3104 L:      linux-media@vger.kernel.org
3105 W:      http://linuxtv.org/
3106 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3107 S:      Maintained
3108 F:      drivers/media/dvb-frontends/cx24120*
3109
3110 CX88 VIDEO4LINUX DRIVER
3111 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3112 L:      linux-media@vger.kernel.org
3113 W:      http://linuxtv.org
3114 T:      git git://linuxtv.org/media_tree.git
3115 S:      Odd fixes
3116 F:      Documentation/video4linux/cx88/
3117 F:      drivers/media/pci/cx88/
3118
3119 CXD2820R MEDIA DRIVER
3120 M:      Antti Palosaari <crope@iki.fi>
3121 L:      linux-media@vger.kernel.org
3122 W:      http://linuxtv.org/
3123 W:      http://palosaari.fi/linux/
3124 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3125 T:      git git://linuxtv.org/anttip/media_tree.git
3126 S:      Maintained
3127 F:      drivers/media/dvb-frontends/cxd2820r*
3128
3129 CXGB3 ETHERNET DRIVER (CXGB3)
3130 M:      Santosh Raspatur <santosh@chelsio.com>
3131 L:      netdev@vger.kernel.org
3132 W:      http://www.chelsio.com
3133 S:      Supported
3134 F:      drivers/net/ethernet/chelsio/cxgb3/
3135
3136 CXGB3 ISCSI DRIVER (CXGB3I)
3137 M:      Karen Xie <kxie@chelsio.com>
3138 L:      linux-scsi@vger.kernel.org
3139 W:      http://www.chelsio.com
3140 S:      Supported
3141 F:      drivers/scsi/cxgbi/cxgb3i
3142
3143 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3144 M:      Steve Wise <swise@chelsio.com>
3145 L:      linux-rdma@vger.kernel.org
3146 W:      http://www.openfabrics.org
3147 S:      Supported
3148 F:      drivers/infiniband/hw/cxgb3/
3149
3150 CXGB4 ETHERNET DRIVER (CXGB4)
3151 M:      Hariprasad S <hariprasad@chelsio.com>
3152 L:      netdev@vger.kernel.org
3153 W:      http://www.chelsio.com
3154 S:      Supported
3155 F:      drivers/net/ethernet/chelsio/cxgb4/
3156
3157 CXGB4 ISCSI DRIVER (CXGB4I)
3158 M:      Karen Xie <kxie@chelsio.com>
3159 L:      linux-scsi@vger.kernel.org
3160 W:      http://www.chelsio.com
3161 S:      Supported
3162 F:      drivers/scsi/cxgbi/cxgb4i
3163
3164 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3165 M:      Steve Wise <swise@chelsio.com>
3166 L:      linux-rdma@vger.kernel.org
3167 W:      http://www.openfabrics.org
3168 S:      Supported
3169 F:      drivers/infiniband/hw/cxgb4/
3170
3171 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3172 M:      Casey Leedom <leedom@chelsio.com>
3173 L:      netdev@vger.kernel.org
3174 W:      http://www.chelsio.com
3175 S:      Supported
3176 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3177
3178 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3179 M:      Ian Munsie <imunsie@au1.ibm.com>
3180 M:      Michael Neuling <mikey@neuling.org>
3181 L:      linuxppc-dev@lists.ozlabs.org
3182 S:      Supported
3183 F:      drivers/misc/cxl/
3184 F:      include/misc/cxl*
3185 F:      include/uapi/misc/cxl.h
3186 F:      Documentation/powerpc/cxl.txt
3187 F:      Documentation/powerpc/cxl.txt
3188 F:      Documentation/ABI/testing/sysfs-class-cxl
3189
3190 CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER
3191 M:      Manoj N. Kumar <manoj@linux.vnet.ibm.com>
3192 M:      Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
3193 L:      linux-scsi@vger.kernel.org
3194 S:      Supported
3195 F:      drivers/scsi/cxlflash/
3196 F:      include/uapi/scsi/cxlflash_ioctls.h
3197 F:      Documentation/powerpc/cxlflash.txt
3198
3199 STMMAC ETHERNET DRIVER
3200 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3201 L:      netdev@vger.kernel.org
3202 W:      http://www.stlinux.com
3203 S:      Supported
3204 F:      drivers/net/ethernet/stmicro/stmmac/
3205
3206 CYBERPRO FB DRIVER
3207 M:      Russell King <linux@arm.linux.org.uk>
3208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3209 W:      http://www.arm.linux.org.uk/
3210 S:      Maintained
3211 F:      drivers/video/fbdev/cyber2000fb.*
3212
3213 CYCLADES ASYNC MUX DRIVER
3214 W:      http://www.cyclades.com/
3215 S:      Orphan
3216 F:      drivers/tty/cyclades.c
3217 F:      include/linux/cyclades.h
3218 F:      include/uapi/linux/cyclades.h
3219
3220 CYCLADES PC300 DRIVER
3221 W:      http://www.cyclades.com/
3222 S:      Orphan
3223 F:      drivers/net/wan/pc300*
3224
3225 CYPRESS_FIRMWARE MEDIA DRIVER
3226 M:      Antti Palosaari <crope@iki.fi>
3227 L:      linux-media@vger.kernel.org
3228 W:      http://linuxtv.org/
3229 W:      http://palosaari.fi/linux/
3230 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3231 T:      git git://linuxtv.org/anttip/media_tree.git
3232 S:      Maintained
3233 F:      drivers/media/common/cypress_firmware*
3234
3235 CYTTSP TOUCHSCREEN DRIVER
3236 M:      Ferruh Yigit <fery@cypress.com>
3237 L:      linux-input@vger.kernel.org
3238 S:      Supported
3239 F:      drivers/input/touchscreen/cyttsp*
3240 F:      include/linux/input/cyttsp.h
3241
3242 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3243 M:      Joshua Kinard <kumba@gentoo.org>
3244 S:      Maintained
3245 F:      drivers/rtc/rtc-ds1685.c
3246 F:      include/linux/rtc/ds1685.h
3247
3248 DAMA SLAVE for AX.25
3249 M:      Joerg Reuter <jreuter@yaina.de>
3250 W:      http://yaina.de/jreuter/
3251 W:      http://www.qsl.net/dl1bke/
3252 L:      linux-hams@vger.kernel.org
3253 S:      Maintained
3254 F:      net/ax25/af_ax25.c
3255 F:      net/ax25/ax25_dev.c
3256 F:      net/ax25/ax25_ds_*
3257 F:      net/ax25/ax25_in.c
3258 F:      net/ax25/ax25_out.c
3259 F:      net/ax25/ax25_timer.c
3260 F:      net/ax25/sysctl_net_ax25.c
3261
3262 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3263 L:      netdev@vger.kernel.org
3264 S:      Orphan
3265 F:      Documentation/networking/dmfe.txt
3266 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3267
3268 DC390/AM53C974 SCSI driver
3269 M:      Hannes Reinecke <hare@suse.com>
3270 L:      linux-scsi@vger.kernel.org
3271 S:      Maintained
3272 F:      drivers/scsi/am53c974.c
3273
3274 DC395x SCSI driver
3275 M:      Oliver Neukum <oliver@neukum.org>
3276 M:      Ali Akcaagac <aliakc@web.de>
3277 M:      Jamie Lenehan <lenehan@twibble.org>
3278 L:      dc395x@twibble.org
3279 W:      http://twibble.org/dist/dc395x/
3280 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3281 S:      Maintained
3282 F:      Documentation/scsi/dc395x.txt
3283 F:      drivers/scsi/dc395x.*
3284
3285 DCCP PROTOCOL
3286 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3287 L:      dccp@vger.kernel.org
3288 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3289 S:      Maintained
3290 F:      include/linux/dccp.h
3291 F:      include/uapi/linux/dccp.h
3292 F:      include/linux/tfrc.h
3293 F:      net/dccp/
3294
3295 DECnet NETWORK LAYER
3296 W:      http://linux-decnet.sourceforge.net
3297 L:      linux-decnet-user@lists.sourceforge.net
3298 S:      Orphan
3299 F:      Documentation/networking/decnet.txt
3300 F:      net/decnet/
3301
3302 DECSTATION PLATFORM SUPPORT
3303 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3304 L:      linux-mips@linux-mips.org
3305 W:      http://www.linux-mips.org/wiki/DECstation
3306 S:      Maintained
3307 F:      arch/mips/dec/
3308 F:      arch/mips/include/asm/dec/
3309 F:      arch/mips/include/asm/mach-dec/
3310
3311 DEFXX FDDI NETWORK DRIVER
3312 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3313 S:      Maintained
3314 F:      drivers/net/fddi/defxx.*
3315
3316 DELL LAPTOP DRIVER
3317 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3318 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3319 L:      platform-driver-x86@vger.kernel.org
3320 S:      Maintained
3321 F:      drivers/platform/x86/dell-laptop.c
3322
3323 DELL LAPTOP RBTN DRIVER
3324 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3325 S:      Maintained
3326 F:      drivers/platform/x86/dell-rbtn.*
3327
3328 DELL LAPTOP FREEFALL DRIVER
3329 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3330 S:      Maintained
3331 F:      drivers/platform/x86/dell-smo8800.c
3332
3333 DELL LAPTOP SMM DRIVER
3334 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3335 S:      Maintained
3336 F:      drivers/hwmon/dell-smm-hwmon.c
3337 F:      include/uapi/linux/i8k.h
3338
3339 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3340 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3341 S:      Maintained
3342 F:      Documentation/dcdbas.txt
3343 F:      drivers/firmware/dcdbas.*
3344
3345 DELL WMI EXTRAS DRIVER
3346 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3347 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3348 S:      Maintained
3349 F:      drivers/platform/x86/dell-wmi.c
3350
3351 DESIGNWARE USB2 DRD IP DRIVER
3352 M:      John Youn <johnyoun@synopsys.com>
3353 L:      linux-usb@vger.kernel.org
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3355 S:      Maintained
3356 F:      drivers/usb/dwc2/
3357
3358 DESIGNWARE USB3 DRD IP DRIVER
3359 M:      Felipe Balbi <balbi@ti.com>
3360 L:      linux-usb@vger.kernel.org
3361 L:      linux-omap@vger.kernel.org
3362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3363 S:      Maintained
3364 F:      drivers/usb/dwc3/
3365
3366 DEVICE COREDUMP (DEV_COREDUMP)
3367 M:      Johannes Berg <johannes@sipsolutions.net>
3368 L:      linux-kernel@vger.kernel.org
3369 S:      Maintained
3370 F:      drivers/base/devcoredump.c
3371 F:      include/linux/devcoredump.h
3372
3373 DEVICE FREQUENCY (DEVFREQ)
3374 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3375 M:      Kyungmin Park <kyungmin.park@samsung.com>
3376 L:      linux-pm@vger.kernel.org
3377 S:      Maintained
3378 F:      drivers/devfreq/
3379
3380 DEVICE NUMBER REGISTRY
3381 M:      Torben Mathiasen <device@lanana.org>
3382 W:      http://lanana.org/docs/device-list/index.html
3383 S:      Maintained
3384
3385 DEVICE-MAPPER  (LVM)
3386 M:      Alasdair Kergon <agk@redhat.com>
3387 M:      Mike Snitzer <snitzer@redhat.com>
3388 M:      dm-devel@redhat.com
3389 L:      dm-devel@redhat.com
3390 W:      http://sources.redhat.com/dm
3391 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3393 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3394 S:      Maintained
3395 F:      Documentation/device-mapper/
3396 F:      drivers/md/dm*
3397 F:      drivers/md/persistent-data/
3398 F:      include/linux/device-mapper.h
3399 F:      include/linux/dm-*.h
3400 F:      include/uapi/linux/dm-*.h
3401
3402 DIALOG SEMICONDUCTOR DRIVERS
3403 M:      Support Opensource <support.opensource@diasemi.com>
3404 W:      http://www.dialog-semiconductor.com/products
3405 S:      Supported
3406 F:      Documentation/hwmon/da90??
3407 F:      Documentation/devicetree/bindings/sound/da[79]*.txt
3408 F:      drivers/gpio/gpio-da90??.c
3409 F:      drivers/hwmon/da90??-hwmon.c
3410 F:      drivers/iio/adc/da91??-*.c
3411 F:      drivers/input/misc/da90??_onkey.c
3412 F:      drivers/input/touchscreen/da9052_tsi.c
3413 F:      drivers/leds/leds-da90??.c
3414 F:      drivers/mfd/da903x.c
3415 F:      drivers/mfd/da90??-*.c
3416 F:      drivers/mfd/da91??-*.c
3417 F:      drivers/power/da9052-battery.c
3418 F:      drivers/power/da91??-*.c
3419 F:      drivers/regulator/da903x.c
3420 F:      drivers/regulator/da9???-regulator.[ch]
3421 F:      drivers/rtc/rtc-da90??.c
3422 F:      drivers/video/backlight/da90??_bl.c
3423 F:      drivers/watchdog/da90??_wdt.c
3424 F:      include/linux/mfd/da903x.h
3425 F:      include/linux/mfd/da9052/
3426 F:      include/linux/mfd/da9055/
3427 F:      include/linux/mfd/da9063/
3428 F:      include/linux/mfd/da9150/
3429 F:      include/sound/da[79]*.h
3430 F:      sound/soc/codecs/da[79]*.[ch]
3431
3432 DIGI NEO AND CLASSIC PCI PRODUCTS
3433 M:      Lidza Louina <lidza.louina@gmail.com>
3434 M:      Mark Hounschell <markh@compro.net>
3435 L:      driverdev-devel@linuxdriverproject.org
3436 S:      Maintained
3437 F:      drivers/staging/dgnc/
3438
3439 DIGI EPCA PCI PRODUCTS
3440 M:      Lidza Louina <lidza.louina@gmail.com>
3441 M:      Daeseok Youn <daeseok.youn@gmail.com>
3442 L:      driverdev-devel@linuxdriverproject.org
3443 S:      Maintained
3444 F:      drivers/staging/dgap/
3445
3446 DIOLAN U2C-12 I2C DRIVER
3447 M:      Guenter Roeck <linux@roeck-us.net>
3448 L:      linux-i2c@vger.kernel.org
3449 S:      Maintained
3450 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3451
3452 DIRECT ACCESS (DAX)
3453 M:      Matthew Wilcox <willy@linux.intel.com>
3454 L:      linux-fsdevel@vger.kernel.org
3455 S:      Supported
3456 F:      fs/dax.c
3457
3458 DIRECTORY NOTIFICATION (DNOTIFY)
3459 M:      Eric Paris <eparis@parisplace.org>
3460 S:      Maintained
3461 F:      Documentation/filesystems/dnotify.txt
3462 F:      fs/notify/dnotify/
3463 F:      include/linux/dnotify.h
3464
3465 DISK GEOMETRY AND PARTITION HANDLING
3466 M:      Andries Brouwer <aeb@cwi.nl>
3467 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3468 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3469 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3470 S:      Maintained
3471
3472 DISKQUOTA
3473 M:      Jan Kara <jack@suse.com>
3474 S:      Maintained
3475 F:      Documentation/filesystems/quota.txt
3476 F:      fs/quota/
3477 F:      include/linux/quota*.h
3478 F:      include/uapi/linux/quota*.h
3479
3480 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3481 M:      Bernie Thompson <bernie@plugable.com>
3482 L:      linux-fbdev@vger.kernel.org
3483 S:      Maintained
3484 W:      http://plugable.com/category/projects/udlfb/
3485 F:      drivers/video/fbdev/udlfb.c
3486 F:      include/video/udlfb.h
3487 F:      Documentation/fb/udlfb.txt
3488
3489 DISTRIBUTED LOCK MANAGER (DLM)
3490 M:      Christine Caulfield <ccaulfie@redhat.com>
3491 M:      David Teigland <teigland@redhat.com>
3492 L:      cluster-devel@redhat.com
3493 W:      http://sources.redhat.com/cluster/
3494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3495 S:      Supported
3496 F:      fs/dlm/
3497
3498 DMA BUFFER SHARING FRAMEWORK
3499 M:      Sumit Semwal <sumit.semwal@linaro.org>
3500 S:      Maintained
3501 L:      linux-media@vger.kernel.org
3502 L:      dri-devel@lists.freedesktop.org
3503 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3504 F:      drivers/dma-buf/
3505 F:      include/linux/dma-buf*
3506 F:      include/linux/reservation.h
3507 F:      include/linux/*fence.h
3508 F:      Documentation/dma-buf-sharing.txt
3509 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3510
3511 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3512 M:      Vinod Koul <vinod.koul@intel.com>
3513 L:      dmaengine@vger.kernel.org
3514 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3515 S:      Maintained
3516 F:      drivers/dma/
3517 F:      include/linux/dmaengine.h
3518 F:      Documentation/dmaengine/
3519 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3520
3521 DME1737 HARDWARE MONITOR DRIVER
3522 M:      Juerg Haefliger <juergh@gmail.com>
3523 L:      lm-sensors@lm-sensors.org
3524 S:      Maintained
3525 F:      Documentation/hwmon/dme1737
3526 F:      drivers/hwmon/dme1737.c
3527
3528 DMI/SMBIOS SUPPORT
3529 M:      Jean Delvare <jdelvare@suse.com>
3530 S:      Maintained
3531 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3532 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3533 F:      drivers/firmware/dmi-id.c
3534 F:      drivers/firmware/dmi_scan.c
3535 F:      include/linux/dmi.h
3536
3537 DOCUMENTATION
3538 M:      Jonathan Corbet <corbet@lwn.net>
3539 L:      linux-doc@vger.kernel.org
3540 S:      Maintained
3541 F:      Documentation/
3542 F:      scripts/docproc.c
3543 F:      scripts/kernel-doc*
3544 X:      Documentation/ABI/
3545 X:      Documentation/devicetree/
3546 X:      Documentation/acpi
3547 X:      Documentation/power
3548 X:      Documentation/spi
3549 X:      Documentation/DocBook/media
3550 T:      git git://git.lwn.net/linux.git docs-next
3551
3552 DOUBLETALK DRIVER
3553 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3554 L:      blinux-list@redhat.com
3555 S:      Maintained
3556 F:      drivers/char/dtlk.c
3557 F:      include/linux/dtlk.h
3558
3559 DPT_I2O SCSI RAID DRIVER
3560 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3561 L:      linux-scsi@vger.kernel.org
3562 W:      http://www.adaptec.com/
3563 S:      Maintained
3564 F:      drivers/scsi/dpt*
3565 F:      drivers/scsi/dpt/
3566
3567 DRBD DRIVER
3568 P:      Philipp Reisner
3569 P:      Lars Ellenberg
3570 M:      drbd-dev@lists.linbit.com
3571 L:      drbd-user@lists.linbit.com
3572 W:      http://www.drbd.org
3573 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3574 T:      git git://git.drbd.org/drbd-8.3.git
3575 S:      Supported
3576 F:      drivers/block/drbd/
3577 F:      lib/lru_cache.c
3578 F:      Documentation/blockdev/drbd/
3579
3580 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3581 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3583 S:      Supported
3584 F:      Documentation/kobject.txt
3585 F:      drivers/base/
3586 F:      fs/debugfs/
3587 F:      fs/kernfs/
3588 F:      fs/sysfs/
3589 F:      include/linux/debugfs.h
3590 F:      include/linux/kobj*
3591 F:      lib/kobj*
3592
3593 DRM DRIVERS
3594 M:      David Airlie <airlied@linux.ie>
3595 L:      dri-devel@lists.freedesktop.org
3596 T:      git git://people.freedesktop.org/~airlied/linux
3597 S:      Maintained
3598 F:      drivers/gpu/drm/
3599 F:      drivers/gpu/vga/
3600 F:      include/drm/
3601 F:      include/uapi/drm/
3602
3603 RADEON DRM DRIVERS
3604 M:      Alex Deucher <alexander.deucher@amd.com>
3605 M:      Christian König <christian.koenig@amd.com>
3606 L:      dri-devel@lists.freedesktop.org
3607 T:      git git://people.freedesktop.org/~agd5f/linux
3608 S:      Supported
3609 F:      drivers/gpu/drm/radeon/
3610 F:      include/uapi/drm/radeon*
3611
3612 DRM PANEL DRIVERS
3613 M:      Thierry Reding <thierry.reding@gmail.com>
3614 L:      dri-devel@lists.freedesktop.org
3615 T:      git git://anongit.freedesktop.org/tegra/linux.git
3616 S:      Maintained
3617 F:      drivers/gpu/drm/drm_panel.c
3618 F:      drivers/gpu/drm/panel/
3619 F:      include/drm/drm_panel.h
3620 F:      Documentation/devicetree/bindings/display/panel/
3621
3622 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3623 M:      Daniel Vetter <daniel.vetter@intel.com>
3624 M:      Jani Nikula <jani.nikula@linux.intel.com>
3625 L:      intel-gfx@lists.freedesktop.org
3626 L:      dri-devel@lists.freedesktop.org
3627 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3628 T:      git git://anongit.freedesktop.org/drm-intel
3629 S:      Supported
3630 F:      drivers/gpu/drm/i915/
3631 F:      include/drm/i915*
3632 F:      include/uapi/drm/i915*
3633
3634 DRM DRIVERS FOR ATMEL HLCDC
3635 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3636 L:      dri-devel@lists.freedesktop.org
3637 S:      Supported
3638 F:      drivers/gpu/drm/atmel-hlcdc/
3639 F:      Documentation/devicetree/bindings/drm/atmel/
3640
3641 DRM DRIVERS FOR EXYNOS
3642 M:      Inki Dae <inki.dae@samsung.com>
3643 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3644 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3645 M:      Kyungmin Park <kyungmin.park@samsung.com>
3646 L:      dri-devel@lists.freedesktop.org
3647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3648 S:      Supported
3649 F:      drivers/gpu/drm/exynos/
3650 F:      include/drm/exynos*
3651 F:      include/uapi/drm/exynos*
3652
3653 DRM DRIVERS FOR FREESCALE DCU
3654 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3655 M:      Alison Wang <alison.wang@freescale.com>
3656 L:      dri-devel@lists.freedesktop.org
3657 S:      Supported
3658 F:      drivers/gpu/drm/fsl-dcu/
3659 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3660 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3661
3662 DRM DRIVERS FOR FREESCALE IMX
3663 M:      Philipp Zabel <p.zabel@pengutronix.de>
3664 L:      dri-devel@lists.freedesktop.org
3665 S:      Maintained
3666 F:      drivers/gpu/drm/imx/
3667 F:      Documentation/devicetree/bindings/display/imx/
3668
3669 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3670 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3671 L:      dri-devel@lists.freedesktop.org
3672 T:      git git://github.com/patjak/drm-gma500
3673 S:      Maintained
3674 F:      drivers/gpu/drm/gma500
3675 F:      include/drm/gma500*
3676
3677 DRM DRIVERS FOR NVIDIA TEGRA
3678 M:      Thierry Reding <thierry.reding@gmail.com>
3679 M:      Terje Bergström <tbergstrom@nvidia.com>
3680 L:      dri-devel@lists.freedesktop.org
3681 L:      linux-tegra@vger.kernel.org
3682 T:      git git://anongit.freedesktop.org/tegra/linux.git
3683 S:      Supported
3684 F:      drivers/gpu/drm/tegra/
3685 F:      drivers/gpu/host1x/
3686 F:      include/linux/host1x.h
3687 F:      include/uapi/drm/tegra_drm.h
3688 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3689
3690 DRM DRIVERS FOR RENESAS
3691 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3692 L:      dri-devel@lists.freedesktop.org
3693 L:      linux-sh@vger.kernel.org
3694 T:      git git://people.freedesktop.org/~airlied/linux
3695 S:      Supported
3696 F:      drivers/gpu/drm/rcar-du/
3697 F:      drivers/gpu/drm/shmobile/
3698 F:      include/linux/platform_data/shmob_drm.h
3699
3700 DRM DRIVERS FOR ROCKCHIP
3701 M:      Mark Yao <mark.yao@rock-chips.com>
3702 L:      dri-devel@lists.freedesktop.org
3703 S:      Maintained
3704 F:      drivers/gpu/drm/rockchip/
3705 F:      Documentation/devicetree/bindings/display/rockchip*
3706
3707 DRM DRIVERS FOR STI
3708 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3709 M:      Vincent Abriou <vincent.abriou@st.com>
3710 L:      dri-devel@lists.freedesktop.org
3711 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3712 S:      Maintained
3713 F:      drivers/gpu/drm/sti
3714 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3715
3716 DSBR100 USB FM RADIO DRIVER
3717 M:      Alexey Klimov <klimov.linux@gmail.com>
3718 L:      linux-media@vger.kernel.org
3719 T:      git git://linuxtv.org/media_tree.git
3720 S:      Maintained
3721 F:      drivers/media/radio/dsbr100.c
3722
3723 DSCC4 DRIVER
3724 M:      Francois Romieu <romieu@fr.zoreil.com>
3725 L:      netdev@vger.kernel.org
3726 S:      Maintained
3727 F:      drivers/net/wan/dscc4.c
3728
3729 DT3155 MEDIA DRIVER
3730 M:      Hans Verkuil <hverkuil@xs4all.nl>
3731 L:      linux-media@vger.kernel.org
3732 T:      git git://linuxtv.org/media_tree.git
3733 W:      http://linuxtv.org
3734 S:      Odd Fixes
3735 F:      drivers/media/pci/dt3155/
3736
3737 DVB_USB_AF9015 MEDIA DRIVER
3738 M:      Antti Palosaari <crope@iki.fi>
3739 L:      linux-media@vger.kernel.org
3740 W:      http://linuxtv.org/
3741 W:      http://palosaari.fi/linux/
3742 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3743 T:      git git://linuxtv.org/anttip/media_tree.git
3744 S:      Maintained
3745 F:      drivers/media/usb/dvb-usb-v2/af9015*
3746
3747 DVB_USB_AF9035 MEDIA DRIVER
3748 M:      Antti Palosaari <crope@iki.fi>
3749 L:      linux-media@vger.kernel.org
3750 W:      http://linuxtv.org/
3751 W:      http://palosaari.fi/linux/
3752 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3753 T:      git git://linuxtv.org/anttip/media_tree.git
3754 S:      Maintained
3755 F:      drivers/media/usb/dvb-usb-v2/af9035*
3756
3757 DVB_USB_ANYSEE MEDIA DRIVER
3758 M:      Antti Palosaari <crope@iki.fi>
3759 L:      linux-media@vger.kernel.org
3760 W:      http://linuxtv.org/
3761 W:      http://palosaari.fi/linux/
3762 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3763 T:      git git://linuxtv.org/anttip/media_tree.git
3764 S:      Maintained
3765 F:      drivers/media/usb/dvb-usb-v2/anysee*
3766
3767 DVB_USB_AU6610 MEDIA DRIVER
3768 M:      Antti Palosaari <crope@iki.fi>
3769 L:      linux-media@vger.kernel.org
3770 W:      http://linuxtv.org/
3771 W:      http://palosaari.fi/linux/
3772 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3773 T:      git git://linuxtv.org/anttip/media_tree.git
3774 S:      Maintained
3775 F:      drivers/media/usb/dvb-usb-v2/au6610*
3776
3777 DVB_USB_CE6230 MEDIA DRIVER
3778 M:      Antti Palosaari <crope@iki.fi>
3779 L:      linux-media@vger.kernel.org
3780 W:      http://linuxtv.org/
3781 W:      http://palosaari.fi/linux/
3782 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3783 T:      git git://linuxtv.org/anttip/media_tree.git
3784 S:      Maintained
3785 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3786
3787 DVB_USB_CXUSB MEDIA DRIVER
3788 M:      Michael Krufky <mkrufky@linuxtv.org>
3789 L:      linux-media@vger.kernel.org
3790 W:      http://linuxtv.org/
3791 W:      http://github.com/mkrufky
3792 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3793 T:      git git://linuxtv.org/media_tree.git
3794 S:      Maintained
3795 F:      drivers/media/usb/dvb-usb/cxusb*
3796
3797 DVB_USB_EC168 MEDIA DRIVER
3798 M:      Antti Palosaari <crope@iki.fi>
3799 L:      linux-media@vger.kernel.org
3800 W:      http://linuxtv.org/
3801 W:      http://palosaari.fi/linux/
3802 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3803 T:      git git://linuxtv.org/anttip/media_tree.git
3804 S:      Maintained
3805 F:      drivers/media/usb/dvb-usb-v2/ec168*
3806
3807 DVB_USB_GL861 MEDIA DRIVER
3808 M:      Antti Palosaari <crope@iki.fi>
3809 L:      linux-media@vger.kernel.org
3810 W:      http://linuxtv.org/
3811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3812 T:      git git://linuxtv.org/anttip/media_tree.git
3813 S:      Maintained
3814 F:      drivers/media/usb/dvb-usb-v2/gl861*
3815
3816 DVB_USB_MXL111SF MEDIA DRIVER
3817 M:      Michael Krufky <mkrufky@linuxtv.org>
3818 L:      linux-media@vger.kernel.org
3819 W:      http://linuxtv.org/
3820 W:      http://github.com/mkrufky
3821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3822 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3823 S:      Maintained
3824 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3825
3826 DVB_USB_RTL28XXU MEDIA DRIVER
3827 M:      Antti Palosaari <crope@iki.fi>
3828 L:      linux-media@vger.kernel.org
3829 W:      http://linuxtv.org/
3830 W:      http://palosaari.fi/linux/
3831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3832 T:      git git://linuxtv.org/anttip/media_tree.git
3833 S:      Maintained
3834 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3835
3836 DVB_USB_V2 MEDIA DRIVER
3837 M:      Antti Palosaari <crope@iki.fi>
3838 L:      linux-media@vger.kernel.org
3839 W:      http://linuxtv.org/
3840 W:      http://palosaari.fi/linux/
3841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3842 T:      git git://linuxtv.org/anttip/media_tree.git
3843 S:      Maintained
3844 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3845 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3846
3847 DYNAMIC DEBUG
3848 M:      Jason Baron <jbaron@akamai.com>
3849 S:      Maintained
3850 F:      lib/dynamic_debug.c
3851 F:      include/linux/dynamic_debug.h
3852
3853 DZ DECSTATION DZ11 SERIAL DRIVER
3854 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3855 S:      Maintained
3856 F:      drivers/tty/serial/dz.*
3857
3858 E3X0 POWER BUTTON DRIVER
3859 M:      Moritz Fischer <moritz.fischer@ettus.com>
3860 L:      usrp-users@lists.ettus.com
3861 W:      http://www.ettus.com
3862 S:      Supported
3863 F:      drivers/input/misc/e3x0-button.c
3864 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3865
3866 E4000 MEDIA DRIVER
3867 M:      Antti Palosaari <crope@iki.fi>
3868 L:      linux-media@vger.kernel.org
3869 W:      http://linuxtv.org/
3870 W:      http://palosaari.fi/linux/
3871 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3872 T:      git git://linuxtv.org/anttip/media_tree.git
3873 S:      Maintained
3874 F:      drivers/media/tuners/e4000*
3875
3876 EATA ISA/EISA/PCI SCSI DRIVER
3877 M:      Dario Ballabio <ballabio_dario@emc.com>
3878 L:      linux-scsi@vger.kernel.org
3879 S:      Maintained
3880 F:      drivers/scsi/eata.c
3881
3882 EC100 MEDIA DRIVER
3883 M:      Antti Palosaari <crope@iki.fi>
3884 L:      linux-media@vger.kernel.org
3885 W:      http://linuxtv.org/
3886 W:      http://palosaari.fi/linux/
3887 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3888 T:      git git://linuxtv.org/anttip/media_tree.git
3889 S:      Maintained
3890 F:      drivers/media/dvb-frontends/ec100*
3891
3892 ECRYPT FILE SYSTEM
3893 M:      Tyler Hicks <tyhicks@canonical.com>
3894 L:      ecryptfs@vger.kernel.org
3895 W:      http://ecryptfs.org
3896 W:      https://launchpad.net/ecryptfs
3897 S:      Supported
3898 F:      Documentation/filesystems/ecryptfs.txt
3899 F:      fs/ecryptfs/
3900
3901 EDAC-CORE
3902 M:      Doug Thompson <dougthompson@xmission.com>
3903 M:      Borislav Petkov <bp@alien8.de>
3904 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3905 L:      linux-edac@vger.kernel.org
3906 W:      bluesmoke.sourceforge.net
3907 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3908 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3909 S:      Supported
3910 F:      Documentation/edac.txt
3911 F:      drivers/edac/
3912 F:      include/linux/edac.h
3913
3914 EDAC-AMD64
3915 M:      Doug Thompson <dougthompson@xmission.com>
3916 M:      Borislav Petkov <bp@alien8.de>
3917 L:      linux-edac@vger.kernel.org
3918 W:      bluesmoke.sourceforge.net
3919 S:      Maintained
3920 F:      drivers/edac/amd64_edac*
3921
3922 EDAC-CALXEDA
3923 M:      Doug Thompson <dougthompson@xmission.com>
3924 M:      Robert Richter <rric@kernel.org>
3925 L:      linux-edac@vger.kernel.org
3926 W:      bluesmoke.sourceforge.net
3927 S:      Maintained
3928 F:      drivers/edac/highbank*
3929
3930 EDAC-CAVIUM
3931 M:      Ralf Baechle <ralf@linux-mips.org>
3932 M:      David Daney <david.daney@cavium.com>
3933 L:      linux-edac@vger.kernel.org
3934 L:      linux-mips@linux-mips.org
3935 W:      bluesmoke.sourceforge.net
3936 S:      Supported
3937 F:      drivers/edac/octeon_edac*
3938
3939 EDAC-E752X
3940 M:      Mark Gross <mark.gross@intel.com>
3941 M:      Doug Thompson <dougthompson@xmission.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/e752x_edac.c
3946
3947 EDAC-E7XXX
3948 M:      Doug Thompson <dougthompson@xmission.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/e7xxx_edac.c
3953
3954 EDAC-GHES
3955 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/ghes_edac.c
3960
3961 EDAC-I82443BXGX
3962 M:      Tim Small <tim@buttersideup.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/i82443bxgx_edac.c
3967
3968 EDAC-I3000
3969 M:      Jason Uhlenkott <juhlenko@akamai.com>
3970 L:      linux-edac@vger.kernel.org
3971 W:      bluesmoke.sourceforge.net
3972 S:      Maintained
3973 F:      drivers/edac/i3000_edac.c
3974
3975 EDAC-I5000
3976 M:      Doug Thompson <dougthompson@xmission.com>
3977 L:      linux-edac@vger.kernel.org
3978 W:      bluesmoke.sourceforge.net
3979 S:      Maintained
3980 F:      drivers/edac/i5000_edac.c
3981
3982 EDAC-I5400
3983 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3984 L:      linux-edac@vger.kernel.org
3985 W:      bluesmoke.sourceforge.net
3986 S:      Maintained
3987 F:      drivers/edac/i5400_edac.c
3988
3989 EDAC-I7300
3990 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3991 L:      linux-edac@vger.kernel.org
3992 W:      bluesmoke.sourceforge.net
3993 S:      Maintained
3994 F:      drivers/edac/i7300_edac.c
3995
3996 EDAC-I7CORE
3997 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3998 L:      linux-edac@vger.kernel.org
3999 W:      bluesmoke.sourceforge.net
4000 S:      Maintained
4001 F:      drivers/edac/i7core_edac.c
4002
4003 EDAC-I82975X
4004 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4005 M:      "Arvind R." <arvino55@gmail.com>
4006 L:      linux-edac@vger.kernel.org
4007 W:      bluesmoke.sourceforge.net
4008 S:      Maintained
4009 F:      drivers/edac/i82975x_edac.c
4010
4011 EDAC-IE31200
4012 M:      Jason Baron <jbaron@akamai.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/ie31200_edac.c
4017
4018 EDAC-MPC85XX
4019 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4020 L:      linux-edac@vger.kernel.org
4021 W:      bluesmoke.sourceforge.net
4022 S:      Maintained
4023 F:      drivers/edac/mpc85xx_edac.[ch]
4024
4025 EDAC-PASEMI
4026 M:      Egor Martovetsky <egor@pasemi.com>
4027 L:      linux-edac@vger.kernel.org
4028 W:      bluesmoke.sourceforge.net
4029 S:      Maintained
4030 F:      drivers/edac/pasemi_edac.c
4031
4032 EDAC-R82600
4033 M:      Tim Small <tim@buttersideup.com>
4034 L:      linux-edac@vger.kernel.org
4035 W:      bluesmoke.sourceforge.net
4036 S:      Maintained
4037 F:      drivers/edac/r82600_edac.c
4038
4039 EDAC-SBRIDGE
4040 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4041 L:      linux-edac@vger.kernel.org
4042 W:      bluesmoke.sourceforge.net
4043 S:      Maintained
4044 F:      drivers/edac/sb_edac.c
4045
4046 EDAC-XGENE
4047 APPLIED MICRO (APM) X-GENE SOC EDAC
4048 M:     Loc Ho <lho@apm.com>
4049 S:     Supported
4050 F:     drivers/edac/xgene_edac.c
4051 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4052
4053 EDIROL UA-101/UA-1000 DRIVER
4054 M:      Clemens Ladisch <clemens@ladisch.de>
4055 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4056 T:      git git://git.alsa-project.org/alsa-kernel.git
4057 S:      Maintained
4058 F:      sound/usb/misc/ua101.c
4059
4060 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4061 M:      Matt Fleming <matt@codeblueprint.co.uk>
4062 L:      linux-efi@vger.kernel.org
4063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4064 S:      Maintained
4065 F:      Documentation/efi-stub.txt
4066 F:      arch/ia64/kernel/efi.c
4067 F:      arch/x86/boot/compressed/eboot.[ch]
4068 F:      arch/x86/include/asm/efi.h
4069 F:      arch/x86/platform/efi/*
4070 F:      drivers/firmware/efi/*
4071 F:      include/linux/efi*.h
4072
4073 EFI VARIABLE FILESYSTEM
4074 M:      Matthew Garrett <matthew.garrett@nebula.com>
4075 M:      Jeremy Kerr <jk@ozlabs.org>
4076 M:      Matt Fleming <matt@codeblueprint.co.uk>
4077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4078 L:      linux-efi@vger.kernel.org
4079 S:      Maintained
4080 F:      fs/efivarfs/
4081
4082 EFIFB FRAMEBUFFER DRIVER
4083 L:      linux-fbdev@vger.kernel.org
4084 M:      Peter Jones <pjones@redhat.com>
4085 S:      Maintained
4086 F:      drivers/video/fbdev/efifb.c
4087
4088 EFS FILESYSTEM
4089 W:      http://aeschi.ch.eu.org/efs/
4090 S:      Orphan
4091 F:      fs/efs/
4092
4093 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4094 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4095 M:      Christoph Raisch <raisch@de.ibm.com>
4096 L:      linux-rdma@vger.kernel.org
4097 S:      Supported
4098 F:      drivers/infiniband/hw/ehca/
4099
4100 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4101 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4102 L:      netdev@vger.kernel.org
4103 S:      Maintained
4104 F:      drivers/net/ethernet/ibm/ehea/
4105
4106 EM28XX VIDEO4LINUX DRIVER
4107 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4108 L:      linux-media@vger.kernel.org
4109 W:      http://linuxtv.org
4110 T:      git git://linuxtv.org/media_tree.git
4111 S:      Maintained
4112 F:      drivers/media/usb/em28xx/
4113
4114 EMBEDDED LINUX
4115 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4116 M:      Matt Mackall <mpm@selenic.com>
4117 M:      David Woodhouse <dwmw2@infradead.org>
4118 L:      linux-embedded@vger.kernel.org
4119 S:      Maintained
4120
4121 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4122 M:      James Smart <james.smart@avagotech.com>
4123 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4124 L:      linux-scsi@vger.kernel.org
4125 W:      http://www.avagotech.com
4126 S:      Supported
4127 F:      drivers/scsi/lpfc/
4128
4129 ENE CB710 FLASH CARD READER DRIVER
4130 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4131 S:      Maintained
4132 F:      drivers/misc/cb710/
4133 F:      drivers/mmc/host/cb710-mmc.*
4134 F:      include/linux/cb710.h
4135
4136 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4137 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4138 S:      Maintained
4139 F:      drivers/media/rc/ene_ir.*
4140
4141 ENHANCED ERROR HANDLING (EEH)
4142 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4143 L:      linuxppc-dev@lists.ozlabs.org
4144 S:      Supported
4145 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4146 F:      arch/powerpc/kernel/eeh*.c
4147
4148 EPSON S1D13XXX FRAMEBUFFER DRIVER
4149 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4150 S:      Maintained
4151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4152 F:      drivers/video/fbdev/s1d13xxxfb.c
4153 F:      include/video/s1d13xxxfb.h
4154
4155 ET131X NETWORK DRIVER
4156 M:      Mark Einon <mark.einon@gmail.com>
4157 S:      Odd Fixes
4158 F:      drivers/net/ethernet/agere/
4159
4160 ETHERNET BRIDGE
4161 M:      Stephen Hemminger <stephen@networkplumber.org>
4162 L:      bridge@lists.linux-foundation.org
4163 L:      netdev@vger.kernel.org
4164 W:      http://www.linuxfoundation.org/en/Net:Bridge
4165 S:      Maintained
4166 F:      include/linux/netfilter_bridge/
4167 F:      net/bridge/
4168
4169 ETHERNET PHY LIBRARY
4170 M:      Florian Fainelli <f.fainelli@gmail.com>
4171 L:      netdev@vger.kernel.org
4172 S:      Maintained
4173 F:      include/linux/phy.h
4174 F:      include/linux/phy_fixed.h
4175 F:      drivers/net/phy/
4176 F:      Documentation/networking/phy.txt
4177 F:      drivers/of/of_mdio.c
4178 F:      drivers/of/of_net.c
4179
4180 EXT2 FILE SYSTEM
4181 M:      Jan Kara <jack@suse.com>
4182 L:      linux-ext4@vger.kernel.org
4183 S:      Maintained
4184 F:      Documentation/filesystems/ext2.txt
4185 F:      fs/ext2/
4186 F:      include/linux/ext2*
4187
4188 EXT4 FILE SYSTEM
4189 M:      "Theodore Ts'o" <tytso@mit.edu>
4190 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4191 L:      linux-ext4@vger.kernel.org
4192 W:      http://ext4.wiki.kernel.org
4193 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4194 S:      Maintained
4195 F:      Documentation/filesystems/ext4.txt
4196 F:      fs/ext4/
4197
4198 Extended Verification Module (EVM)
4199 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4200 L:      linux-ima-devel@lists.sourceforge.net
4201 L:      linux-security-module@vger.kernel.org
4202 S:      Supported
4203 F:      security/integrity/evm/
4204
4205 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4206 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4207 M:      Chanwoo Choi <cw00.choi@samsung.com>
4208 L:      linux-kernel@vger.kernel.org
4209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4210 S:      Maintained
4211 F:      drivers/extcon/
4212 F:      include/linux/extcon/
4213 F:      include/linux/extcon.h
4214 F:      Documentation/extcon/
4215 F:      Documentation/devicetree/bindings/extcon/
4216
4217 EXYNOS DP DRIVER
4218 M:      Jingoo Han <jingoohan1@gmail.com>
4219 L:      dri-devel@lists.freedesktop.org
4220 S:      Maintained
4221 F:      drivers/gpu/drm/exynos/exynos_dp*
4222
4223 EXYNOS MIPI DISPLAY DRIVERS
4224 M:      Inki Dae <inki.dae@samsung.com>
4225 M:      Donghwa Lee <dh09.lee@samsung.com>
4226 M:      Kyungmin Park <kyungmin.park@samsung.com>
4227 L:      linux-fbdev@vger.kernel.org
4228 S:      Maintained
4229 F:      drivers/video/fbdev/exynos/exynos_mipi*
4230 F:      include/video/exynos_mipi*
4231
4232 F71805F HARDWARE MONITORING DRIVER
4233 M:      Jean Delvare <jdelvare@suse.com>
4234 L:      lm-sensors@lm-sensors.org
4235 S:      Maintained
4236 F:      Documentation/hwmon/f71805f
4237 F:      drivers/hwmon/f71805f.c
4238
4239 FC0011 TUNER DRIVER
4240 M:      Michael Buesch <m@bues.ch>
4241 L:      linux-media@vger.kernel.org
4242 S:      Maintained
4243 F:      drivers/media/tuners/fc0011.h
4244 F:      drivers/media/tuners/fc0011.c
4245
4246 FC2580 MEDIA DRIVER
4247 M:      Antti Palosaari <crope@iki.fi>
4248 L:      linux-media@vger.kernel.org
4249 W:      http://linuxtv.org/
4250 W:      http://palosaari.fi/linux/
4251 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4252 T:      git git://linuxtv.org/anttip/media_tree.git
4253 S:      Maintained
4254 F:      drivers/media/tuners/fc2580*
4255
4256 FANOTIFY
4257 M:      Eric Paris <eparis@redhat.com>
4258 S:      Maintained
4259 F:      fs/notify/fanotify/
4260 F:      include/linux/fanotify.h
4261 F:      include/uapi/linux/fanotify.h
4262
4263 FARSYNC SYNCHRONOUS DRIVER
4264 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4265 W:      http://www.farsite.co.uk/
4266 S:      Supported
4267 F:      drivers/net/wan/farsync.*
4268
4269 FAULT INJECTION SUPPORT
4270 M:      Akinobu Mita <akinobu.mita@gmail.com>
4271 S:      Supported
4272 F:      Documentation/fault-injection/
4273 F:      lib/fault-inject.c
4274
4275 FBTFT Framebuffer drivers
4276 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4277 M:      Noralf Trønnes <noralf@tronnes.org>
4278 S:      Maintained
4279 F:      drivers/staging/fbtft/
4280
4281 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4282 M:      Vasu Dev <vasu.dev@intel.com>
4283 L:      fcoe-devel@open-fcoe.org
4284 W:      www.Open-FCoE.org
4285 S:      Supported
4286 F:      drivers/scsi/libfc/
4287 F:      drivers/scsi/fcoe/
4288 F:      include/scsi/fc/
4289 F:      include/scsi/libfc.h
4290 F:      include/scsi/libfcoe.h
4291 F:      include/uapi/scsi/fc/
4292
4293 FILE LOCKING (flock() and fcntl()/lockf())
4294 M:      Jeff Layton <jlayton@poochiereds.net>
4295 M:      "J. Bruce Fields" <bfields@fieldses.org>
4296 L:      linux-fsdevel@vger.kernel.org
4297 S:      Maintained
4298 F:      include/linux/fcntl.h
4299 F:      include/linux/fs.h
4300 F:      include/uapi/linux/fcntl.h
4301 F:      include/uapi/linux/fs.h
4302 F:      fs/fcntl.c
4303 F:      fs/locks.c
4304
4305 FILESYSTEMS (VFS and infrastructure)
4306 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4307 L:      linux-fsdevel@vger.kernel.org
4308 S:      Maintained
4309 F:      fs/*
4310
4311 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4312 M:      Riku Voipio <riku.voipio@iki.fi>
4313 L:      lm-sensors@lm-sensors.org
4314 S:      Maintained
4315 F:      drivers/hwmon/f75375s.c
4316 F:      include/linux/f75375s.h
4317
4318 FIREWIRE AUDIO DRIVERS
4319 M:      Clemens Ladisch <clemens@ladisch.de>
4320 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4321 T:      git git://git.alsa-project.org/alsa-kernel.git
4322 S:      Maintained
4323 F:      sound/firewire/
4324
4325 FIREWIRE MEDIA DRIVERS (firedtv)
4326 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4327 L:      linux-media@vger.kernel.org
4328 L:      linux1394-devel@lists.sourceforge.net
4329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4330 S:      Maintained
4331 F:      drivers/media/firewire/
4332
4333 FIREWIRE SBP-2 TARGET
4334 M:      Chris Boot <bootc@bootc.net>
4335 L:      linux-scsi@vger.kernel.org
4336 L:      target-devel@vger.kernel.org
4337 L:      linux1394-devel@lists.sourceforge.net
4338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4339 S:      Maintained
4340 F:      drivers/target/sbp/
4341
4342 FIREWIRE SUBSYSTEM
4343 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4344 L:      linux1394-devel@lists.sourceforge.net
4345 W:      http://ieee1394.wiki.kernel.org/
4346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4347 S:      Maintained
4348 F:      drivers/firewire/
4349 F:      include/linux/firewire.h
4350 F:      include/uapi/linux/firewire*.h
4351 F:      tools/firewire/
4352
4353 FIRMWARE LOADER (request_firmware)
4354 M:      Ming Lei <ming.lei@canonical.com>
4355 L:      linux-kernel@vger.kernel.org
4356 S:      Maintained
4357 F:      Documentation/firmware_class/
4358 F:      drivers/base/firmware*.c
4359 F:      include/linux/firmware.h
4360
4361 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4362 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4363 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4364 S:      Maintained
4365 F:      drivers/block/rsxx/
4366
4367 FLOPPY DRIVER
4368 M:      Jiri Kosina <jikos@kernel.org>
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4370 S:      Odd fixes
4371 F:      drivers/block/floppy.c
4372
4373 FMC SUBSYSTEM
4374 M:      Alessandro Rubini <rubini@gnudd.com>
4375 W:      http://www.ohwr.org/projects/fmc-bus
4376 S:      Supported
4377 F:      drivers/fmc/
4378 F:      include/linux/fmc*.h
4379 F:      include/linux/ipmi-fru.h
4380 K:      fmc_d.*register
4381
4382 FPGA MANAGER FRAMEWORK
4383 M:      Alan Tull <atull@opensource.altera.com>
4384 S:      Maintained
4385 F:      drivers/fpga/
4386 F:      include/linux/fpga/fpga-mgr.h
4387 W:      http://www.rocketboards.org
4388
4389 FPU EMULATOR
4390 M:      Bill Metzenthen <billm@melbpc.org.au>
4391 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4392 S:      Maintained
4393 F:      arch/x86/math-emu/
4394
4395 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4396 L:      netdev@vger.kernel.org
4397 S:      Orphan
4398 F:      drivers/net/wan/dlci.c
4399 F:      drivers/net/wan/sdla.c
4400
4401 FRAMEBUFFER LAYER
4402 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4403 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4404 L:      linux-fbdev@vger.kernel.org
4405 W:      http://linux-fbdev.sourceforge.net/
4406 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4408 S:      Maintained
4409 F:      Documentation/fb/
4410 F:      drivers/video/
4411 F:      include/video/
4412 F:      include/linux/fb.h
4413 F:      include/uapi/video/
4414 F:      include/uapi/linux/fb.h
4415
4416 FREESCALE DIU FRAMEBUFFER DRIVER
4417 M:      Timur Tabi <timur@tabi.org>
4418 L:      linux-fbdev@vger.kernel.org
4419 S:      Maintained
4420 F:      drivers/video/fbdev/fsl-diu-fb.*
4421
4422 FREESCALE DMA DRIVER
4423 M:      Li Yang <leoli@freescale.com>
4424 M:      Zhang Wei <zw@zh-kernel.org>
4425 L:      linuxppc-dev@lists.ozlabs.org
4426 S:      Maintained
4427 F:      drivers/dma/fsldma.*
4428
4429 FREESCALE I2C CPM DRIVER
4430 M:      Jochen Friedrich <jochen@scram.de>
4431 L:      linuxppc-dev@lists.ozlabs.org
4432 L:      linux-i2c@vger.kernel.org
4433 S:      Maintained
4434 F:      drivers/i2c/busses/i2c-cpm.c
4435
4436 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4437 M:      Sascha Hauer <kernel@pengutronix.de>
4438 L:      linux-fbdev@vger.kernel.org
4439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4440 S:      Maintained
4441 F:      include/linux/platform_data/video-imxfb.h
4442 F:      drivers/video/fbdev/imxfb.c
4443
4444 FREESCALE QUAD SPI DRIVER
4445 M:      Han Xu <han.xu@freescale.com>
4446 L:      linux-mtd@lists.infradead.org
4447 S:      Maintained
4448 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4449
4450 FREESCALE SOC FS_ENET DRIVER
4451 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4452 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4453 L:      linuxppc-dev@lists.ozlabs.org
4454 L:      netdev@vger.kernel.org
4455 S:      Maintained
4456 F:      drivers/net/ethernet/freescale/fs_enet/
4457 F:      include/linux/fs_enet_pd.h
4458
4459 FREESCALE QUICC ENGINE LIBRARY
4460 L:      linuxppc-dev@lists.ozlabs.org
4461 S:      Orphan
4462 F:      arch/powerpc/sysdev/qe_lib/
4463 F:      arch/powerpc/include/asm/*qe.h
4464
4465 FREESCALE USB PERIPHERAL DRIVERS
4466 M:      Li Yang <leoli@freescale.com>
4467 L:      linux-usb@vger.kernel.org
4468 L:      linuxppc-dev@lists.ozlabs.org
4469 S:      Maintained
4470 F:      drivers/usb/gadget/udc/fsl*
4471
4472 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4473 M:      Li Yang <leoli@freescale.com>
4474 L:      netdev@vger.kernel.org
4475 L:      linuxppc-dev@lists.ozlabs.org
4476 S:      Maintained
4477 F:      drivers/net/ethernet/freescale/ucc_geth*
4478
4479 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4480 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4481 L:      netdev@vger.kernel.org
4482 S:      Maintained
4483 F:      drivers/net/ethernet/freescale/gianfar*
4484 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4485 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4486
4487 FREESCALE QUICC ENGINE UCC UART DRIVER
4488 M:      Timur Tabi <timur@tabi.org>
4489 L:      linuxppc-dev@lists.ozlabs.org
4490 S:      Maintained
4491 F:      drivers/tty/serial/ucc_uart.c
4492
4493 FREESCALE SOC SOUND DRIVERS
4494 M:      Timur Tabi <timur@tabi.org>
4495 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4496 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4497 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4498 L:      linuxppc-dev@lists.ozlabs.org
4499 S:      Maintained
4500 F:      sound/soc/fsl/fsl*
4501 F:      sound/soc/fsl/imx*
4502 F:      sound/soc/fsl/mpc8610_hpcd.c
4503
4504 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4505 M:      "J. German Rivera" <German.Rivera@freescale.com>
4506 L:      linux-kernel@vger.kernel.org
4507 S:      Maintained
4508 F:      drivers/staging/fsl-mc/
4509
4510 FREEVXFS FILESYSTEM
4511 M:      Christoph Hellwig <hch@infradead.org>
4512 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4513 S:      Maintained
4514 F:      fs/freevxfs/
4515
4516 FREEZER
4517 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4518 M:      Pavel Machek <pavel@ucw.cz>
4519 L:      linux-pm@vger.kernel.org
4520 S:      Supported
4521 F:      Documentation/power/freezing-of-tasks.txt
4522 F:      include/linux/freezer.h
4523 F:      kernel/freezer.c
4524
4525 FRONTSWAP API
4526 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4527 L:      linux-kernel@vger.kernel.org
4528 S:      Maintained
4529 F:      mm/frontswap.c
4530 F:      include/linux/frontswap.h
4531
4532 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4533 M:      David Howells <dhowells@redhat.com>
4534 L:      linux-cachefs@redhat.com
4535 S:      Supported
4536 F:      Documentation/filesystems/caching/
4537 F:      fs/fscache/
4538 F:      include/linux/fscache*.h
4539
4540 F2FS FILE SYSTEM
4541 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4542 M:      Changman Lee <cm224.lee@samsung.com>
4543 R:      Chao Yu <chao2.yu@samsung.com>
4544 L:      linux-f2fs-devel@lists.sourceforge.net
4545 W:      http://en.wikipedia.org/wiki/F2FS
4546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4547 S:      Maintained
4548 F:      Documentation/filesystems/f2fs.txt
4549 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4550 F:      fs/f2fs/
4551 F:      include/linux/f2fs_fs.h
4552 F:      include/trace/events/f2fs.h
4553
4554 FUJITSU FR-V (FRV) PORT
4555 M:      David Howells <dhowells@redhat.com>
4556 S:      Maintained
4557 F:      arch/frv/
4558
4559 FUJITSU LAPTOP EXTRAS
4560 M:      Jonathan Woithe <jwoithe@just42.net>
4561 L:      platform-driver-x86@vger.kernel.org
4562 S:      Maintained
4563 F:      drivers/platform/x86/fujitsu-laptop.c
4564
4565 FUJITSU M-5MO LS CAMERA ISP DRIVER
4566 M:      Kyungmin Park <kyungmin.park@samsung.com>
4567 M:      Heungjun Kim <riverful.kim@samsung.com>
4568 L:      linux-media@vger.kernel.org
4569 S:      Maintained
4570 F:      drivers/media/i2c/m5mols/
4571 F:      include/media/m5mols.h
4572
4573 FUJITSU TABLET EXTRAS
4574 M:      Robert Gerlach <khnz@gmx.de>
4575 L:      platform-driver-x86@vger.kernel.org
4576 S:      Maintained
4577 F:      drivers/platform/x86/fujitsu-tablet.c
4578
4579 FUSE: FILESYSTEM IN USERSPACE
4580 M:      Miklos Szeredi <miklos@szeredi.hu>
4581 L:      fuse-devel@lists.sourceforge.net
4582 W:      http://fuse.sourceforge.net/
4583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4584 S:      Maintained
4585 F:      fs/fuse/
4586 F:      include/uapi/linux/fuse.h
4587 F:      Documentation/filesystems/fuse.txt
4588
4589 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4590 M:      Rik Faith <faith@cs.unc.edu>
4591 L:      linux-scsi@vger.kernel.org
4592 S:      Odd Fixes (e.g., new signatures)
4593 F:      drivers/scsi/fdomain.*
4594
4595 GCOV BASED KERNEL PROFILING
4596 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4597 S:      Maintained
4598 F:      kernel/gcov/
4599 F:      Documentation/gcov.txt
4600
4601 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4602 M:      Achim Leubner <achim_leubner@adaptec.com>
4603 L:      linux-scsi@vger.kernel.org
4604 W:      http://www.icp-vortex.com/
4605 S:      Supported
4606 F:      drivers/scsi/gdt*
4607
4608 GDB KERNEL DEBUGGING HELPER SCRIPTS
4609 M:      Jan Kiszka <jan.kiszka@siemens.com>
4610 S:      Supported
4611 F:      scripts/gdb/
4612
4613 GEMTEK FM RADIO RECEIVER DRIVER
4614 M:      Hans Verkuil <hverkuil@xs4all.nl>
4615 L:      linux-media@vger.kernel.org
4616 T:      git git://linuxtv.org/media_tree.git
4617 W:      http://linuxtv.org
4618 S:      Maintained
4619 F:      drivers/media/radio/radio-gemtek*
4620
4621 GENERIC GPIO I2C DRIVER
4622 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4623 S:      Supported
4624 F:      drivers/i2c/busses/i2c-gpio.c
4625 F:      include/linux/i2c-gpio.h
4626
4627 GENERIC GPIO I2C MULTIPLEXER DRIVER
4628 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4629 L:      linux-i2c@vger.kernel.org
4630 S:      Supported
4631 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4632 F:      include/linux/i2c-mux-gpio.h
4633 F:      Documentation/i2c/muxes/i2c-mux-gpio
4634
4635 GENERIC HDLC (WAN) DRIVERS
4636 M:      Krzysztof Halasa <khc@pm.waw.pl>
4637 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4638 S:      Maintained
4639 F:      drivers/net/wan/c101.c
4640 F:      drivers/net/wan/hd6457*
4641 F:      drivers/net/wan/hdlc*
4642 F:      drivers/net/wan/n2.c
4643 F:      drivers/net/wan/pc300too.c
4644 F:      drivers/net/wan/pci200syn.c
4645 F:      drivers/net/wan/wanxl*
4646
4647 GENERIC INCLUDE/ASM HEADER FILES
4648 M:      Arnd Bergmann <arnd@arndb.de>
4649 L:      linux-arch@vger.kernel.org
4650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4651 S:      Maintained
4652 F:      include/asm-generic/
4653 F:      include/uapi/asm-generic/
4654
4655 GENERIC PHY FRAMEWORK
4656 M:      Kishon Vijay Abraham I <kishon@ti.com>
4657 L:      linux-kernel@vger.kernel.org
4658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4659 S:      Supported
4660 F:      drivers/phy/
4661 F:      include/linux/phy/
4662
4663 GENERIC PM DOMAINS
4664 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4665 M:      Kevin Hilman <khilman@kernel.org>
4666 M:      Ulf Hansson <ulf.hansson@linaro.org>
4667 L:      linux-pm@vger.kernel.org
4668 S:      Supported
4669 F:      drivers/base/power/domain*.c
4670 F:      include/linux/pm_domain.h
4671
4672 GENERIC UIO DRIVER FOR PCI DEVICES
4673 M:      "Michael S. Tsirkin" <mst@redhat.com>
4674 L:      kvm@vger.kernel.org
4675 S:      Supported
4676 F:      drivers/uio/uio_pci_generic.c
4677
4678 GET_MAINTAINER SCRIPT
4679 M:      Joe Perches <joe@perches.com>
4680 S:      Maintained
4681 F:      scripts/get_maintainer.pl
4682
4683 GFS2 FILE SYSTEM
4684 M:      Steven Whitehouse <swhiteho@redhat.com>
4685 M:      Bob Peterson <rpeterso@redhat.com>
4686 L:      cluster-devel@redhat.com
4687 W:      http://sources.redhat.com/cluster/
4688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4689 S:      Supported
4690 F:      Documentation/filesystems/gfs2*.txt
4691 F:      fs/gfs2/
4692 F:      include/uapi/linux/gfs2_ondisk.h
4693
4694 GIGASET ISDN DRIVERS
4695 M:      Paul Bolle <pebolle@tiscali.nl>
4696 L:      gigaset307x-common@lists.sourceforge.net
4697 W:      http://gigaset307x.sourceforge.net/
4698 S:      Odd Fixes
4699 F:      Documentation/isdn/README.gigaset
4700 F:      drivers/isdn/gigaset/
4701 F:      include/uapi/linux/gigaset_dev.h
4702
4703 GO7007 MPEG CODEC
4704 M:      Hans Verkuil <hans.verkuil@cisco.com>
4705 L:      linux-media@vger.kernel.org
4706 S:      Maintained
4707 F:      drivers/media/usb/go7007/
4708
4709 GOODIX TOUCHSCREEN
4710 M:      Bastien Nocera <hadess@hadess.net>
4711 L:      linux-input@vger.kernel.org
4712 S:      Maintained
4713 F:      drivers/input/touchscreen/goodix.c
4714
4715 GPIO SUBSYSTEM
4716 M:      Linus Walleij <linus.walleij@linaro.org>
4717 M:      Alexandre Courbot <gnurou@gmail.com>
4718 L:      linux-gpio@vger.kernel.org
4719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4720 S:      Maintained
4721 F:      Documentation/gpio/
4722 F:      drivers/gpio/
4723 F:      include/linux/gpio/
4724 F:      include/linux/gpio.h
4725 F:      include/asm-generic/gpio.h
4726
4727 GRE DEMULTIPLEXER DRIVER
4728 M:      Dmitry Kozlov <xeb@mail.ru>
4729 L:      netdev@vger.kernel.org
4730 S:      Maintained
4731 F:      net/ipv4/gre_demux.c
4732 F:      net/ipv4/gre_offload.c
4733 F:      include/net/gre.h
4734
4735 GRETH 10/100/1G Ethernet MAC device driver
4736 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4737 L:      netdev@vger.kernel.org
4738 S:      Maintained
4739 F:      drivers/net/ethernet/aeroflex/
4740
4741 GSPCA FINEPIX SUBDRIVER
4742 M:      Frank Zago <frank@zago.net>
4743 L:      linux-media@vger.kernel.org
4744 T:      git git://linuxtv.org/media_tree.git
4745 S:      Maintained
4746 F:      drivers/media/usb/gspca/finepix.c
4747
4748 GSPCA GL860 SUBDRIVER
4749 M:      Olivier Lorin <o.lorin@laposte.net>
4750 L:      linux-media@vger.kernel.org
4751 T:      git git://linuxtv.org/media_tree.git
4752 S:      Maintained
4753 F:      drivers/media/usb/gspca/gl860/
4754
4755 GSPCA M5602 SUBDRIVER
4756 M:      Erik Andren <erik.andren@gmail.com>
4757 L:      linux-media@vger.kernel.org
4758 T:      git git://linuxtv.org/media_tree.git
4759 S:      Maintained
4760 F:      drivers/media/usb/gspca/m5602/
4761
4762 GSPCA PAC207 SONIXB SUBDRIVER
4763 M:      Hans de Goede <hdegoede@redhat.com>
4764 L:      linux-media@vger.kernel.org
4765 T:      git git://linuxtv.org/media_tree.git
4766 S:      Maintained
4767 F:      drivers/media/usb/gspca/pac207.c
4768
4769 GSPCA SN9C20X SUBDRIVER
4770 M:      Brian Johnson <brijohn@gmail.com>
4771 L:      linux-media@vger.kernel.org
4772 T:      git git://linuxtv.org/media_tree.git
4773 S:      Maintained
4774 F:      drivers/media/usb/gspca/sn9c20x.c
4775
4776 GSPCA T613 SUBDRIVER
4777 M:      Leandro Costantino <lcostantino@gmail.com>
4778 L:      linux-media@vger.kernel.org
4779 T:      git git://linuxtv.org/media_tree.git
4780 S:      Maintained
4781 F:      drivers/media/usb/gspca/t613.c
4782
4783 GSPCA USB WEBCAM DRIVER
4784 M:      Hans de Goede <hdegoede@redhat.com>
4785 L:      linux-media@vger.kernel.org
4786 T:      git git://linuxtv.org/media_tree.git
4787 S:      Maintained
4788 F:      drivers/media/usb/gspca/
4789
4790 GUID PARTITION TABLE (GPT)
4791 M:      Davidlohr Bueso <dave@stgolabs.net>
4792 L:      linux-efi@vger.kernel.org
4793 S:      Maintained
4794 F:      block/partitions/efi.*
4795
4796 STK1160 USB VIDEO CAPTURE DRIVER
4797 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4798 L:      linux-media@vger.kernel.org
4799 T:      git git://linuxtv.org/media_tree.git
4800 S:      Maintained
4801 F:      drivers/media/usb/stk1160/
4802
4803 H8/300 ARCHITECTURE
4804 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4805 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4806 W:      http://uclinux-h8.sourceforge.jp
4807 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4808 S:      Maintained
4809 F:      arch/h8300/
4810 F:      drivers/clocksource/h8300_*.c
4811 F:      drivers/clk/h8300/
4812 F:      drivers/irqchip/irq-renesas-h8*.c
4813
4814 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4815 M:      Frank Seidel <frank@f-seidel.de>
4816 L:      platform-driver-x86@vger.kernel.org
4817 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4818 S:      Maintained
4819 F:      drivers/platform/x86/hdaps.c
4820
4821 HDPVR USB VIDEO ENCODER DRIVER
4822 M:      Hans Verkuil <hverkuil@xs4all.nl>
4823 L:      linux-media@vger.kernel.org
4824 T:      git git://linuxtv.org/media_tree.git
4825 W:      http://linuxtv.org
4826 S:      Odd Fixes
4827 F:      drivers/media/usb/hdpvr/
4828
4829 HWPOISON MEMORY FAILURE HANDLING
4830 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4831 L:      linux-mm@kvack.org
4832 S:      Maintained
4833 F:      mm/memory-failure.c
4834 F:      mm/hwpoison-inject.c
4835
4836 HYPERVISOR VIRTUAL CONSOLE DRIVER
4837 L:      linuxppc-dev@lists.ozlabs.org
4838 S:      Odd Fixes
4839 F:      drivers/tty/hvc/
4840
4841 HACKRF MEDIA DRIVER
4842 M:      Antti Palosaari <crope@iki.fi>
4843 L:      linux-media@vger.kernel.org
4844 W:      http://linuxtv.org/
4845 W:      http://palosaari.fi/linux/
4846 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4847 T:      git git://linuxtv.org/anttip/media_tree.git
4848 S:      Maintained
4849 F:      drivers/media/usb/hackrf/
4850
4851 HARDWARE MONITORING
4852 M:      Jean Delvare <jdelvare@suse.com>
4853 M:      Guenter Roeck <linux@roeck-us.net>
4854 L:      lm-sensors@lm-sensors.org
4855 W:      http://www.lm-sensors.org/
4856 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4858 S:      Maintained
4859 F:      Documentation/hwmon/
4860 F:      drivers/hwmon/
4861 F:      include/linux/hwmon*.h
4862
4863 HARDWARE RANDOM NUMBER GENERATOR CORE
4864 M:      Matt Mackall <mpm@selenic.com>
4865 M:      Herbert Xu <herbert@gondor.apana.org.au>
4866 L:      linux-crypto@vger.kernel.org
4867 S:      Odd fixes
4868 F:      Documentation/hw_random.txt
4869 F:      drivers/char/hw_random/
4870 F:      include/linux/hw_random.h
4871
4872 HARDWARE SPINLOCK CORE
4873 M:      Ohad Ben-Cohen <ohad@wizery.com>
4874 S:      Maintained
4875 F:      Documentation/hwspinlock.txt
4876 F:      drivers/hwspinlock/hwspinlock_*
4877 F:      include/linux/hwspinlock.h
4878
4879 HARMONY SOUND DRIVER
4880 L:      linux-parisc@vger.kernel.org
4881 S:      Maintained
4882 F:      sound/parisc/harmony.*
4883
4884 HD29L2 MEDIA DRIVER
4885 M:      Antti Palosaari <crope@iki.fi>
4886 L:      linux-media@vger.kernel.org
4887 W:      http://linuxtv.org/
4888 W:      http://palosaari.fi/linux/
4889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4890 T:      git git://linuxtv.org/anttip/media_tree.git
4891 S:      Maintained
4892 F:      drivers/media/dvb-frontends/hd29l2*
4893
4894 HEWLETT-PACKARD SMART2 RAID DRIVER
4895 L:      iss_storagedev@hp.com
4896 S:      Orphan
4897 F:      Documentation/blockdev/cpqarray.txt
4898 F:      drivers/block/cpqarray.*
4899
4900 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4901 M:      Don Brace <don.brace@pmcs.com>
4902 L:      iss_storagedev@hp.com
4903 L:      storagedev@pmcs.com
4904 L:      linux-scsi@vger.kernel.org
4905 S:      Supported
4906 F:      Documentation/scsi/hpsa.txt
4907 F:      drivers/scsi/hpsa*.[ch]
4908 F:      include/linux/cciss*.h
4909 F:      include/uapi/linux/cciss*.h
4910
4911 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4912 M:      Don Brace <don.brace@pmcs.com>
4913 L:      iss_storagedev@hp.com
4914 L:      storagedev@pmcs.com
4915 L:      linux-scsi@vger.kernel.org
4916 S:      Supported
4917 F:      Documentation/blockdev/cciss.txt
4918 F:      drivers/block/cciss*
4919 F:      include/linux/cciss_ioctl.h
4920 F:      include/uapi/linux/cciss_ioctl.h
4921
4922 HFS FILESYSTEM
4923 L:      linux-fsdevel@vger.kernel.org
4924 S:      Orphan
4925 F:      Documentation/filesystems/hfs.txt
4926 F:      fs/hfs/
4927
4928 HFSPLUS FILESYSTEM
4929 L:      linux-fsdevel@vger.kernel.org
4930 S:      Orphan
4931 F:      Documentation/filesystems/hfsplus.txt
4932 F:      fs/hfsplus/
4933
4934 HGA FRAMEBUFFER DRIVER
4935 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4936 L:      linux-nvidia@lists.surfsouth.com
4937 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4938 S:      Maintained
4939 F:      drivers/video/fbdev/hgafb.c
4940
4941 HIBERNATION (aka Software Suspend, aka swsusp)
4942 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4943 M:      Pavel Machek <pavel@ucw.cz>
4944 L:      linux-pm@vger.kernel.org
4945 S:      Supported
4946 F:      arch/x86/power/
4947 F:      drivers/base/power/
4948 F:      kernel/power/
4949 F:      include/linux/suspend.h
4950 F:      include/linux/freezer.h
4951 F:      include/linux/pm.h
4952 F:      arch/*/include/asm/suspend*.h
4953
4954 HID CORE LAYER
4955 M:      Jiri Kosina <jikos@kernel.org>
4956 L:      linux-input@vger.kernel.org
4957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4958 S:      Maintained
4959 F:      drivers/hid/
4960 F:      include/linux/hid*
4961 F:      include/uapi/linux/hid*
4962
4963 HID SENSOR HUB DRIVERS
4964 M:      Jiri Kosina <jikos@kernel.org>
4965 M:      Jonathan Cameron <jic23@kernel.org>
4966 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4967 L:      linux-input@vger.kernel.org
4968 L:      linux-iio@vger.kernel.org
4969 S:      Maintained
4970 F:      Documentation/hid/hid-sensor*
4971 F:      drivers/hid/hid-sensor-*
4972 F:      drivers/iio/*/hid-*
4973 F:      include/linux/hid-sensor-*
4974
4975 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4976 M:      Thomas Gleixner <tglx@linutronix.de>
4977 L:      linux-kernel@vger.kernel.org
4978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4979 S:      Maintained
4980 F:      Documentation/timers/
4981 F:      kernel/time/hrtimer.c
4982 F:      kernel/time/clockevents.c
4983 F:      kernel/time/tick*.*
4984 F:      kernel/time/timer_*.c
4985 F:      include/linux/clockchips.h
4986 F:      include/linux/hrtimer.h
4987
4988 HIGH-SPEED SCC DRIVER FOR AX.25
4989 L:      linux-hams@vger.kernel.org
4990 S:      Orphan
4991 F:      drivers/net/hamradio/dmascc.c
4992 F:      drivers/net/hamradio/scc.c
4993
4994 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4995 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4996 W:      http://www.highpoint-tech.com
4997 S:      Supported
4998 F:      Documentation/scsi/hptiop.txt
4999 F:      drivers/scsi/hptiop.c
5000
5001 HIPPI
5002 M:      Jes Sorensen <jes@trained-monkey.org>
5003 L:      linux-hippi@sunsite.dk
5004 S:      Maintained
5005 F:      include/linux/hippidevice.h
5006 F:      include/uapi/linux/if_hippi.h
5007 F:      net/802/hippi.c
5008 F:      drivers/net/hippi/
5009
5010 HOST AP DRIVER
5011 M:      Jouni Malinen <j@w1.fi>
5012 L:      hostap@shmoo.com (subscribers-only)
5013 L:      linux-wireless@vger.kernel.org
5014 W:      http://hostap.epitest.fi/
5015 S:      Maintained
5016 F:      drivers/net/wireless/hostap/
5017
5018 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5019 L:      platform-driver-x86@vger.kernel.org
5020 S:      Orphan
5021 F:      drivers/platform/x86/tc1100-wmi.c
5022
5023 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5024 M:      Jaroslav Kysela <perex@perex.cz>
5025 S:      Maintained
5026 F:      drivers/net/ethernet/hp/hp100.*
5027
5028 HPET:   High Precision Event Timers driver
5029 M:      Clemens Ladisch <clemens@ladisch.de>
5030 S:      Maintained
5031 F:      Documentation/timers/hpet.txt
5032 F:      drivers/char/hpet.c
5033 F:      include/linux/hpet.h
5034 F:      include/uapi/linux/hpet.h
5035
5036 HPET:   x86
5037 S:      Orphan
5038 F:      arch/x86/kernel/hpet.c
5039 F:      arch/x86/include/asm/hpet.h
5040
5041 HPFS FILESYSTEM
5042 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5043 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5044 S:      Maintained
5045 F:      fs/hpfs/
5046
5047 HSI SUBSYSTEM
5048 M:      Sebastian Reichel <sre@kernel.org>
5049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5050 S:      Maintained
5051 F:      Documentation/ABI/testing/sysfs-bus-hsi
5052 F:      Documentation/hsi.txt
5053 F:      drivers/hsi/
5054 F:      include/linux/hsi/
5055 F:      include/uapi/linux/hsi/
5056
5057 HSO 3G MODEM DRIVER
5058 M:      Jan Dumon <j.dumon@option.com>
5059 W:      http://www.pharscape.org
5060 S:      Maintained
5061 F:      drivers/net/usb/hso.c
5062
5063 HSR NETWORK PROTOCOL
5064 M:      Arvid Brodin <arvid.brodin@alten.se>
5065 L:      netdev@vger.kernel.org
5066 S:      Maintained
5067 F:      net/hsr/
5068
5069 HTCPEN TOUCHSCREEN DRIVER
5070 M:      Pau Oliva Fora <pof@eslack.org>
5071 L:      linux-input@vger.kernel.org
5072 S:      Maintained
5073 F:      drivers/input/touchscreen/htcpen.c
5074
5075 HUGETLB FILESYSTEM
5076 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5077 S:      Maintained
5078 F:      fs/hugetlbfs/
5079
5080 Hyper-V CORE AND DRIVERS
5081 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5082 M:      Haiyang Zhang <haiyangz@microsoft.com>
5083 L:      devel@linuxdriverproject.org
5084 S:      Maintained
5085 F:      arch/x86/include/asm/mshyperv.h
5086 F:      arch/x86/include/uapi/asm/hyperv.h
5087 F:      arch/x86/kernel/cpu/mshyperv.c
5088 F:      drivers/hid/hid-hyperv.c
5089 F:      drivers/hv/
5090 F:      drivers/input/serio/hyperv-keyboard.c
5091 F:      drivers/net/hyperv/
5092 F:      drivers/scsi/storvsc_drv.c
5093 F:      drivers/video/fbdev/hyperv_fb.c
5094 F:      include/linux/hyperv.h
5095 F:      tools/hv/
5096 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5097
5098 I2C OVER PARALLEL PORT
5099 M:      Jean Delvare <jdelvare@suse.com>
5100 L:      linux-i2c@vger.kernel.org
5101 S:      Maintained
5102 F:      Documentation/i2c/busses/i2c-parport
5103 F:      Documentation/i2c/busses/i2c-parport-light
5104 F:      drivers/i2c/busses/i2c-parport.c
5105 F:      drivers/i2c/busses/i2c-parport-light.c
5106
5107 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5108 M:      Jean Delvare <jdelvare@suse.com>
5109 L:      linux-i2c@vger.kernel.org
5110 S:      Maintained
5111 F:      Documentation/i2c/busses/i2c-ali1535
5112 F:      Documentation/i2c/busses/i2c-ali1563
5113 F:      Documentation/i2c/busses/i2c-ali15x3
5114 F:      Documentation/i2c/busses/i2c-amd756
5115 F:      Documentation/i2c/busses/i2c-amd8111
5116 F:      Documentation/i2c/busses/i2c-i801
5117 F:      Documentation/i2c/busses/i2c-nforce2
5118 F:      Documentation/i2c/busses/i2c-piix4
5119 F:      Documentation/i2c/busses/i2c-sis5595
5120 F:      Documentation/i2c/busses/i2c-sis630
5121 F:      Documentation/i2c/busses/i2c-sis96x
5122 F:      Documentation/i2c/busses/i2c-via
5123 F:      Documentation/i2c/busses/i2c-viapro
5124 F:      drivers/i2c/busses/i2c-ali1535.c
5125 F:      drivers/i2c/busses/i2c-ali1563.c
5126 F:      drivers/i2c/busses/i2c-ali15x3.c
5127 F:      drivers/i2c/busses/i2c-amd756.c
5128 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5129 F:      drivers/i2c/busses/i2c-amd8111.c
5130 F:      drivers/i2c/busses/i2c-i801.c
5131 F:      drivers/i2c/busses/i2c-isch.c
5132 F:      drivers/i2c/busses/i2c-nforce2.c
5133 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5134 F:      drivers/i2c/busses/i2c-piix4.c
5135 F:      drivers/i2c/busses/i2c-sis5595.c
5136 F:      drivers/i2c/busses/i2c-sis630.c
5137 F:      drivers/i2c/busses/i2c-sis96x.c
5138 F:      drivers/i2c/busses/i2c-via.c
5139 F:      drivers/i2c/busses/i2c-viapro.c
5140
5141 I2C/SMBUS ISMT DRIVER
5142 M:      Seth Heasley <seth.heasley@intel.com>
5143 M:      Neil Horman <nhorman@tuxdriver.com>
5144 L:      linux-i2c@vger.kernel.org
5145 F:      drivers/i2c/busses/i2c-ismt.c
5146 F:      Documentation/i2c/busses/i2c-ismt
5147
5148 I2C/SMBUS STUB DRIVER
5149 M:      Jean Delvare <jdelvare@suse.com>
5150 L:      linux-i2c@vger.kernel.org
5151 S:      Maintained
5152 F:      drivers/i2c/i2c-stub.c
5153
5154 I2C SUBSYSTEM
5155 M:      Wolfram Sang <wsa@the-dreams.de>
5156 L:      linux-i2c@vger.kernel.org
5157 W:      https://i2c.wiki.kernel.org/
5158 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5160 S:      Maintained
5161 F:      Documentation/devicetree/bindings/i2c/
5162 F:      Documentation/i2c/
5163 F:      drivers/i2c/
5164 F:      include/linux/i2c.h
5165 F:      include/linux/i2c-*.h
5166 F:      include/uapi/linux/i2c.h
5167 F:      include/uapi/linux/i2c-*.h
5168
5169 I2C ACPI SUPPORT
5170 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5171 L:      linux-i2c@vger.kernel.org
5172 L:      linux-acpi@vger.kernel.org
5173 S:      Maintained
5174
5175 I2C-TAOS-EVM DRIVER
5176 M:      Jean Delvare <jdelvare@suse.com>
5177 L:      linux-i2c@vger.kernel.org
5178 S:      Maintained
5179 F:      Documentation/i2c/busses/i2c-taos-evm
5180 F:      drivers/i2c/busses/i2c-taos-evm.c
5181
5182 I2C-TINY-USB DRIVER
5183 M:      Till Harbaum <till@harbaum.org>
5184 L:      linux-i2c@vger.kernel.org
5185 W:      http://www.harbaum.org/till/i2c_tiny_usb
5186 S:      Maintained
5187 F:      drivers/i2c/busses/i2c-tiny-usb.c
5188
5189 i386 BOOT CODE
5190 M:      "H. Peter Anvin" <hpa@zytor.com>
5191 S:      Maintained
5192 F:      arch/x86/boot/
5193
5194 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5195 M:      "H. Peter Anvin" <hpa@zytor.com>
5196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5197 S:      Maintained
5198
5199 IA64 (Itanium) PLATFORM
5200 M:      Tony Luck <tony.luck@intel.com>
5201 M:      Fenghua Yu <fenghua.yu@intel.com>
5202 L:      linux-ia64@vger.kernel.org
5203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5204 S:      Maintained
5205 F:      arch/ia64/
5206
5207 IBM Power VMX Cryptographic instructions
5208 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5209 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5210 L:      linux-crypto@vger.kernel.org
5211 S:      Supported
5212 F:      drivers/crypto/vmx/Makefile
5213 F:      drivers/crypto/vmx/Kconfig
5214 F:      drivers/crypto/vmx/vmx.c
5215 F:      drivers/crypto/vmx/aes*
5216 F:      drivers/crypto/vmx/ghash*
5217 F:      drivers/crypto/vmx/ppc-xlate.pl
5218
5219 IBM Power in-Nest Crypto Acceleration
5220 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5221 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5222 L:      linux-crypto@vger.kernel.org
5223 S:      Supported
5224 F:      drivers/crypto/nx/Makefile
5225 F:      drivers/crypto/nx/Kconfig
5226 F:      drivers/crypto/nx/nx-aes*
5227 F:      drivers/crypto/nx/nx-sha*
5228 F:      drivers/crypto/nx/nx.*
5229 F:      drivers/crypto/nx/nx_csbcpb.h
5230 F:      drivers/crypto/nx/nx_debugfs.h
5231
5232 IBM Power 842 compression accelerator
5233 M:      Dan Streetman <ddstreet@ieee.org>
5234 S:      Supported
5235 F:      drivers/crypto/nx/Makefile
5236 F:      drivers/crypto/nx/Kconfig
5237 F:      drivers/crypto/nx/nx-842*
5238 F:      include/linux/sw842.h
5239 F:      crypto/842.c
5240 F:      lib/842/
5241
5242 IBM Power Linux RAID adapter
5243 M:      Brian King <brking@us.ibm.com>
5244 S:      Supported
5245 F:      drivers/scsi/ipr.*
5246
5247 IBM Power Virtual Ethernet Device Driver
5248 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5249 L:      netdev@vger.kernel.org
5250 S:      Supported
5251 F:      drivers/net/ethernet/ibm/ibmveth.*
5252
5253 IBM Power Virtual SCSI Device Drivers
5254 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5255 L:      linux-scsi@vger.kernel.org
5256 S:      Supported
5257 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5258 F:      drivers/scsi/ibmvscsi/viosrp.h
5259
5260 IBM Power Virtual FC Device Drivers
5261 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5262 L:      linux-scsi@vger.kernel.org
5263 S:      Supported
5264 F:      drivers/scsi/ibmvscsi/ibmvfc*
5265
5266 IBM ServeRAID RAID DRIVER
5267 S:      Orphan
5268 F:      drivers/scsi/ips.*
5269
5270 ICH LPC AND GPIO DRIVER
5271 M:      Peter Tyser <ptyser@xes-inc.com>
5272 S:      Maintained
5273 F:      drivers/mfd/lpc_ich.c
5274 F:      drivers/gpio/gpio-ich.c
5275
5276 IDE SUBSYSTEM
5277 M:      "David S. Miller" <davem@davemloft.net>
5278 L:      linux-ide@vger.kernel.org
5279 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5281 S:      Maintained
5282 F:      Documentation/ide/
5283 F:      drivers/ide/
5284 F:      include/linux/ide.h
5285
5286 IDEAPAD LAPTOP EXTRAS DRIVER
5287 M:      Ike Panhc <ike.pan@canonical.com>
5288 L:      platform-driver-x86@vger.kernel.org
5289 W:      http://launchpad.net/ideapad-laptop
5290 S:      Maintained
5291 F:      drivers/platform/x86/ideapad-laptop.c
5292
5293 IDEAPAD LAPTOP SLIDEBAR DRIVER
5294 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5295 L:      linux-input@vger.kernel.org
5296 W:      https://github.com/o2genum/ideapad-slidebar
5297 S:      Maintained
5298 F:      drivers/input/misc/ideapad_slidebar.c
5299
5300 IDE/ATAPI DRIVERS
5301 M:      Borislav Petkov <bp@alien8.de>
5302 L:      linux-ide@vger.kernel.org
5303 S:      Maintained
5304 F:      Documentation/cdrom/ide-cd
5305 F:      drivers/ide/ide-cd*
5306
5307 IDLE-I7300
5308 M:      Andy Henroid <andrew.d.henroid@intel.com>
5309 L:      linux-pm@vger.kernel.org
5310 S:      Supported
5311 F:      drivers/idle/i7300_idle.c
5312
5313 IEEE 802.15.4 SUBSYSTEM
5314 M:      Alexander Aring <alex.aring@gmail.com>
5315 L:      linux-wpan@vger.kernel.org
5316 W:      https://github.com/linux-wpan
5317 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5318 S:      Maintained
5319 F:      net/ieee802154/
5320 F:      net/mac802154/
5321 F:      drivers/net/ieee802154/
5322 F:      include/linux/nl802154.h
5323 F:      include/linux/ieee802154.h
5324 F:      include/net/nl802154.h
5325 F:      include/net/mac802154.h
5326 F:      include/net/af_ieee802154.h
5327 F:      include/net/cfg802154.h
5328 F:      include/net/ieee802154_netdev.h
5329 F:      Documentation/networking/ieee802154.txt
5330
5331 IGORPLUG-USB IR RECEIVER
5332 M:      Sean Young <sean@mess.org>
5333 L:      linux-media@vger.kernel.org
5334 S:      Maintained
5335 F:      drivers/media/rc/igorplugusb.c
5336
5337 IGUANAWORKS USB IR TRANSCEIVER
5338 M:      Sean Young <sean@mess.org>
5339 L:      linux-media@vger.kernel.org
5340 S:      Maintained
5341 F:      drivers/media/rc/iguanair.c
5342
5343 IIO SUBSYSTEM AND DRIVERS
5344 M:      Jonathan Cameron <jic23@kernel.org>
5345 R:      Hartmut Knaack <knaack.h@gmx.de>
5346 R:      Lars-Peter Clausen <lars@metafoo.de>
5347 R:      Peter Meerwald <pmeerw@pmeerw.net>
5348 L:      linux-iio@vger.kernel.org
5349 S:      Maintained
5350 F:      drivers/iio/
5351 F:      drivers/staging/iio/
5352 F:      include/linux/iio/
5353 F:      tools/iio/
5354
5355 IKANOS/ADI EAGLE ADSL USB DRIVER
5356 M:      Matthieu Castet <castet.matthieu@free.fr>
5357 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5358 S:      Maintained
5359 F:      drivers/usb/atm/ueagle-atm.c
5360
5361 INA209 HARDWARE MONITOR DRIVER
5362 M:      Guenter Roeck <linux@roeck-us.net>
5363 L:      lm-sensors@lm-sensors.org
5364 S:      Maintained
5365 F:      Documentation/hwmon/ina209
5366 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5367 F:      drivers/hwmon/ina209.c
5368
5369 INA2XX HARDWARE MONITOR DRIVER
5370 M:      Guenter Roeck <linux@roeck-us.net>
5371 L:      lm-sensors@lm-sensors.org
5372 S:      Maintained
5373 F:      Documentation/hwmon/ina2xx
5374 F:      drivers/hwmon/ina2xx.c
5375 F:      include/linux/platform_data/ina2xx.h
5376
5377 INDUSTRY PACK SUBSYSTEM (IPACK)
5378 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5379 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5380 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5381 L:      industrypack-devel@lists.sourceforge.net
5382 W:      http://industrypack.sourceforge.net
5383 S:      Maintained
5384 F:      drivers/ipack/
5385
5386 INGENIC JZ4780 DMA Driver
5387 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5388 S:      Maintained
5389 F:      drivers/dma/dma-jz4780.c
5390
5391 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5392 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5393 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5394 L:      linux-ima-devel@lists.sourceforge.net
5395 L:      linux-ima-user@lists.sourceforge.net
5396 L:      linux-security-module@vger.kernel.org
5397 S:      Supported
5398 F:      security/integrity/ima/
5399
5400 IMGTEC IR DECODER DRIVER
5401 M:      James Hogan <james.hogan@imgtec.com>
5402 S:      Maintained
5403 F:      drivers/media/rc/img-ir/
5404
5405 IMS TWINTURBO FRAMEBUFFER DRIVER
5406 L:      linux-fbdev@vger.kernel.org
5407 S:      Orphan
5408 F:      drivers/video/fbdev/imsttfb.c
5409
5410 INFINIBAND SUBSYSTEM
5411 M:      Doug Ledford <dledford@redhat.com>
5412 M:      Sean Hefty <sean.hefty@intel.com>
5413 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5414 L:      linux-rdma@vger.kernel.org
5415 W:      http://www.openfabrics.org/
5416 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5418 S:      Supported
5419 F:      Documentation/infiniband/
5420 F:      drivers/infiniband/
5421 F:      drivers/staging/rdma/
5422 F:      include/uapi/linux/if_infiniband.h
5423 F:      include/uapi/rdma/
5424 F:      include/rdma/
5425
5426 INOTIFY
5427 M:      John McCutchan <john@johnmccutchan.com>
5428 M:      Robert Love <rlove@rlove.org>
5429 M:      Eric Paris <eparis@parisplace.org>
5430 S:      Maintained
5431 F:      Documentation/filesystems/inotify.txt
5432 F:      fs/notify/inotify/
5433 F:      include/linux/inotify.h
5434 F:      include/uapi/linux/inotify.h
5435
5436 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5437 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5438 L:      linux-input@vger.kernel.org
5439 Q:      http://patchwork.kernel.org/project/linux-input/list/
5440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5441 S:      Maintained
5442 F:      drivers/input/
5443 F:      include/linux/input.h
5444 F:      include/uapi/linux/input.h
5445 F:      include/linux/input/
5446
5447 INPUT MULTITOUCH (MT) PROTOCOL
5448 M:      Henrik Rydberg <rydberg@bitmath.org>
5449 L:      linux-input@vger.kernel.org
5450 S:      Odd fixes
5451 F:      Documentation/input/multi-touch-protocol.txt
5452 F:      drivers/input/input-mt.c
5453 K:      \b(ABS|SYN)_MT_
5454
5455 INTEL ASoC BDW/HSW DRIVERS
5456 M:      Jie Yang <yang.jie@linux.intel.com>
5457 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5458 S:      Supported
5459 F:      sound/soc/intel/common/sst-dsp*
5460 F:      sound/soc/intel/common/sst-firmware.c
5461 F:      sound/soc/intel/boards/broadwell.c
5462 F:      sound/soc/intel/haswell/
5463
5464 INTEL C600 SERIES SAS CONTROLLER DRIVER
5465 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5466 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5467 L:      linux-scsi@vger.kernel.org
5468 T:      git git://git.code.sf.net/p/intel-sas/isci
5469 S:      Supported
5470 F:      drivers/scsi/isci/
5471
5472 INTEL IDLE DRIVER
5473 M:      Len Brown <lenb@kernel.org>
5474 L:      linux-pm@vger.kernel.org
5475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5476 S:      Supported
5477 F:      drivers/idle/intel_idle.c
5478
5479 INTEL PSTATE DRIVER
5480 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5481 L:      linux-pm@vger.kernel.org
5482 S:      Supported
5483 F:      drivers/cpufreq/intel_pstate.c
5484
5485 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5486 M:      Maik Broemme <mbroemme@plusserver.de>
5487 L:      linux-fbdev@vger.kernel.org
5488 S:      Maintained
5489 F:      Documentation/fb/intelfb.txt
5490 F:      drivers/video/fbdev/intelfb/
5491
5492 INTEL 810/815 FRAMEBUFFER DRIVER
5493 M:      Antonino Daplas <adaplas@gmail.com>
5494 L:      linux-fbdev@vger.kernel.org
5495 S:      Maintained
5496 F:      drivers/video/fbdev/i810/
5497
5498 INTEL MENLOW THERMAL DRIVER
5499 M:      Sujith Thomas <sujith.thomas@intel.com>
5500 L:      platform-driver-x86@vger.kernel.org
5501 W:      https://01.org/linux-acpi
5502 S:      Supported
5503 F:      drivers/platform/x86/intel_menlow.c
5504
5505 INTEL I/OAT DMA DRIVER
5506 M:      Dave Jiang <dave.jiang@intel.com>
5507 R:      Dan Williams <dan.j.williams@intel.com>
5508 L:      dmaengine@vger.kernel.org
5509 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5510 S:      Supported
5511 F:      drivers/dma/ioat*
5512
5513 INTEL IOMMU (VT-d)
5514 M:      David Woodhouse <dwmw2@infradead.org>
5515 L:      iommu@lists.linux-foundation.org
5516 T:      git git://git.infradead.org/iommu-2.6.git
5517 S:      Supported
5518 F:      drivers/iommu/intel-iommu.c
5519 F:      include/linux/intel-iommu.h
5520
5521 INTEL IOP-ADMA DMA DRIVER
5522 R:      Dan Williams <dan.j.williams@intel.com>
5523 S:      Odd fixes
5524 F:      drivers/dma/iop-adma.c
5525
5526 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5527 M:      Krzysztof Halasa <khalasa@piap.pl>
5528 S:      Maintained
5529 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5530 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5531 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5532 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5533 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5534 F:      drivers/net/wan/ixp4xx_hss.c
5535
5536 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5537 M:      Deepak Saxena <dsaxena@plexity.net>
5538 S:      Maintained
5539 F:      drivers/char/hw_random/ixp4xx-rng.c
5540
5541 INTEL ETHERNET DRIVERS
5542 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5543 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5544 R:      Shannon Nelson <shannon.nelson@intel.com>
5545 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5546 R:      Don Skidmore <donald.c.skidmore@intel.com>
5547 R:      Matthew Vick <matthew.vick@intel.com>
5548 R:      John Ronciak <john.ronciak@intel.com>
5549 R:      Mitch Williams <mitch.a.williams@intel.com>
5550 L:      intel-wired-lan@lists.osuosl.org
5551 W:      http://www.intel.com/support/feedback.htm
5552 W:      http://e1000.sourceforge.net/
5553 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5556 S:      Supported
5557 F:      Documentation/networking/e100.txt
5558 F:      Documentation/networking/e1000.txt
5559 F:      Documentation/networking/e1000e.txt
5560 F:      Documentation/networking/igb.txt
5561 F:      Documentation/networking/igbvf.txt
5562 F:      Documentation/networking/ixgb.txt
5563 F:      Documentation/networking/ixgbe.txt
5564 F:      Documentation/networking/ixgbevf.txt
5565 F:      Documentation/networking/i40e.txt
5566 F:      Documentation/networking/i40evf.txt
5567 F:      drivers/net/ethernet/intel/
5568 F:      drivers/net/ethernet/intel/*/
5569
5570 INTEL-MID GPIO DRIVER
5571 M:      David Cohen <david.a.cohen@linux.intel.com>
5572 L:      linux-gpio@vger.kernel.org
5573 S:      Maintained
5574 F:      drivers/gpio/gpio-intel-mid.c
5575
5576 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5577 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5578 L:      linux-wireless@vger.kernel.org
5579 S:      Maintained
5580 F:      Documentation/networking/README.ipw2100
5581 F:      Documentation/networking/README.ipw2200
5582 F:      drivers/net/wireless/ipw2x00/
5583
5584 INTEL(R) TRACE HUB
5585 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5586 S:      Supported
5587 F:      Documentation/trace/intel_th.txt
5588 F:      drivers/hwtracing/intel_th/
5589
5590 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5591 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5592 M:      Gang Wei <gang.wei@intel.com>
5593 M:      Shane Wang <shane.wang@intel.com>
5594 L:      tboot-devel@lists.sourceforge.net
5595 W:      http://tboot.sourceforge.net
5596 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5597 S:      Supported
5598 F:      Documentation/intel_txt.txt
5599 F:      include/linux/tboot.h
5600 F:      arch/x86/kernel/tboot.c
5601
5602 INTEL WIRELESS WIMAX CONNECTION 2400
5603 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5604 M:      linux-wimax@intel.com
5605 L:      wimax@linuxwimax.org (subscribers-only)
5606 S:      Supported
5607 W:      http://linuxwimax.org
5608 F:      Documentation/wimax/README.i2400m
5609 F:      drivers/net/wimax/i2400m/
5610 F:      include/uapi/linux/wimax/i2400m.h
5611
5612 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5613 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5614 L:      linux-wireless@vger.kernel.org
5615 S:      Supported
5616 F:      drivers/net/wireless/iwlegacy/
5617
5618 INTEL WIRELESS WIFI LINK (iwlwifi)
5619 M:      Johannes Berg <johannes.berg@intel.com>
5620 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5621 M:      Intel Linux Wireless <linuxwifi@intel.com>
5622 L:      linux-wireless@vger.kernel.org
5623 W:      http://intellinuxwireless.org
5624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5625 S:      Supported
5626 F:      drivers/net/wireless/iwlwifi/
5627
5628 INTEL MANAGEMENT ENGINE (mei)
5629 M:      Tomas Winkler <tomas.winkler@intel.com>
5630 L:      linux-kernel@vger.kernel.org
5631 S:      Supported
5632 F:      include/uapi/linux/mei.h
5633 F:      include/linux/mei_cl_bus.h
5634 F:      drivers/misc/mei/*
5635 F:      Documentation/misc-devices/mei/*
5636
5637 INTEL MIC DRIVERS (mic)
5638 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5639 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5640 S:      Supported
5641 W:      https://github.com/sudeepdutt/mic
5642 W:      http://software.intel.com/en-us/mic-developer
5643 F:      include/linux/mic_bus.h
5644 F:      include/linux/scif.h
5645 F:      include/uapi/linux/mic_common.h
5646 F:      include/uapi/linux/mic_ioctl.h
5647 F       include/uapi/linux/scif_ioctl.h
5648 F:      drivers/misc/mic/
5649 F:      drivers/dma/mic_x100_dma.c
5650 F:      drivers/dma/mic_x100_dma.h
5651 F       Documentation/mic/
5652
5653 INTEL PMC IPC DRIVER
5654 M:      Zha Qipeng<qipeng.zha@intel.com>
5655 L:      platform-driver-x86@vger.kernel.org
5656 S:      Maintained
5657 F:      drivers/platform/x86/intel_pmc_ipc.c
5658 F:      arch/x86/include/asm/intel_pmc_ipc.h
5659
5660 IOC3 ETHERNET DRIVER
5661 M:      Ralf Baechle <ralf@linux-mips.org>
5662 L:      linux-mips@linux-mips.org
5663 S:      Maintained
5664 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5665
5666 IOC3 SERIAL DRIVER
5667 M:      Pat Gefre <pfg@sgi.com>
5668 L:      linux-serial@vger.kernel.org
5669 S:      Maintained
5670 F:      drivers/tty/serial/ioc3_serial.c
5671
5672 IOMMU DRIVERS
5673 M:      Joerg Roedel <joro@8bytes.org>
5674 L:      iommu@lists.linux-foundation.org
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5676 S:      Maintained
5677 F:      drivers/iommu/
5678
5679 IP MASQUERADING
5680 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5681 S:      Maintained
5682 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5683
5684 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5685 M:      Francois Romieu <romieu@fr.zoreil.com>
5686 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5687 L:      netdev@vger.kernel.org
5688 S:      Maintained
5689 F:      drivers/net/ethernet/icplus/ipg.*
5690
5691 IPATH DRIVER
5692 M:      Mike Marciniszyn <infinipath@intel.com>
5693 L:      linux-rdma@vger.kernel.org
5694 S:      Maintained
5695 F:      drivers/staging/rdma/ipath/
5696
5697 IPMI SUBSYSTEM
5698 M:      Corey Minyard <minyard@acm.org>
5699 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5700 W:      http://openipmi.sourceforge.net/
5701 S:      Supported
5702 F:      Documentation/IPMI.txt
5703 F:      drivers/char/ipmi/
5704 F:      include/linux/ipmi*
5705 F:      include/uapi/linux/ipmi*
5706
5707 QCOM AUDIO (ASoC) DRIVERS
5708 M:      Patrick Lai <plai@codeaurora.org>
5709 M:      Banajit Goswami <bgoswami@codeaurora.org>
5710 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5711 S:      Supported
5712 F:      sound/soc/qcom/
5713
5714 IPS SCSI RAID DRIVER
5715 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5716 L:      linux-scsi@vger.kernel.org
5717 W:      http://www.adaptec.com/
5718 S:      Maintained
5719 F:      drivers/scsi/ips*
5720
5721 IPVS
5722 M:      Wensong Zhang <wensong@linux-vs.org>
5723 M:      Simon Horman <horms@verge.net.au>
5724 M:      Julian Anastasov <ja@ssi.bg>
5725 L:      netdev@vger.kernel.org
5726 L:      lvs-devel@vger.kernel.org
5727 S:      Maintained
5728 F:      Documentation/networking/ipvs-sysctl.txt
5729 F:      include/net/ip_vs.h
5730 F:      include/uapi/linux/ip_vs.h
5731 F:      net/netfilter/ipvs/
5732
5733 IPWIRELESS DRIVER
5734 M:      Jiri Kosina <jikos@kernel.org>
5735 M:      David Sterba <dsterba@suse.com>
5736 S:      Odd Fixes
5737 F:      drivers/tty/ipwireless/
5738
5739 IPX NETWORK LAYER
5740 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5741 L:      netdev@vger.kernel.org
5742 S:      Maintained
5743 F:      include/net/ipx.h
5744 F:      include/uapi/linux/ipx.h
5745 F:      net/ipx/
5746
5747 IRDA SUBSYSTEM
5748 M:      Samuel Ortiz <samuel@sortiz.org>
5749 L:      irda-users@lists.sourceforge.net (subscribers-only)
5750 L:      netdev@vger.kernel.org
5751 W:      http://irda.sourceforge.net/
5752 S:      Maintained
5753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5754 F:      Documentation/networking/irda.txt
5755 F:      drivers/net/irda/
5756 F:      include/net/irda/
5757 F:      net/irda/
5758
5759 IRQ SUBSYSTEM
5760 M:      Thomas Gleixner <tglx@linutronix.de>
5761 L:      linux-kernel@vger.kernel.org
5762 S:      Maintained
5763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5764 F:      kernel/irq/
5765
5766 IRQCHIP DRIVERS
5767 M:      Thomas Gleixner <tglx@linutronix.de>
5768 M:      Jason Cooper <jason@lakedaemon.net>
5769 M:      Marc Zyngier <marc.zyngier@arm.com>
5770 L:      linux-kernel@vger.kernel.org
5771 S:      Maintained
5772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5773 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5774 F:      Documentation/devicetree/bindings/interrupt-controller/
5775 F:      drivers/irqchip/
5776
5777 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5778 M:      Jiang Liu <jiang.liu@linux.intel.com>
5779 M:      Marc Zyngier <marc.zyngier@arm.com>
5780 S:      Maintained
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5782 F:      Documentation/IRQ-domain.txt
5783 F:      include/linux/irqdomain.h
5784 F:      kernel/irq/irqdomain.c
5785 F:      kernel/irq/msi.c
5786
5787 ISAPNP
5788 M:      Jaroslav Kysela <perex@perex.cz>
5789 S:      Maintained
5790 F:      Documentation/isapnp.txt
5791 F:      drivers/pnp/isapnp/
5792 F:      include/linux/isapnp.h
5793
5794 ISA RADIO MODULE
5795 M:      Hans Verkuil <hverkuil@xs4all.nl>
5796 L:      linux-media@vger.kernel.org
5797 T:      git git://linuxtv.org/media_tree.git
5798 W:      http://linuxtv.org
5799 S:      Maintained
5800 F:      drivers/media/radio/radio-isa*
5801
5802 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5803 M:      Peter Jones <pjones@redhat.com>
5804 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5805 S:      Maintained
5806 F:      drivers/firmware/iscsi_ibft*
5807
5808 ISCSI
5809 M:      Mike Christie <michaelc@cs.wisc.edu>
5810 L:      open-iscsi@googlegroups.com
5811 W:      www.open-iscsi.org
5812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5813 S:      Maintained
5814 F:      drivers/scsi/*iscsi*
5815 F:      include/scsi/*iscsi*
5816
5817 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5818 M:      Or Gerlitz <ogerlitz@mellanox.com>
5819 M:      Sagi Grimberg <sagig@mellanox.com>
5820 M:      Roi Dayan <roid@mellanox.com>
5821 L:      linux-rdma@vger.kernel.org
5822 S:      Supported
5823 W:      http://www.openfabrics.org
5824 W:      www.open-iscsi.org
5825 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5826 F:      drivers/infiniband/ulp/iser/
5827
5828 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5829 M:      Sagi Grimberg <sagig@mellanox.com>
5830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5831 L:      linux-rdma@vger.kernel.org
5832 L:      target-devel@vger.kernel.org
5833 S:      Supported
5834 W:      http://www.linux-iscsi.org
5835 F:      drivers/infiniband/ulp/isert
5836
5837 ISDN SUBSYSTEM
5838 M:      Karsten Keil <isdn@linux-pingi.de>
5839 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5840 L:      netdev@vger.kernel.org
5841 W:      http://www.isdn4linux.de
5842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5843 S:      Maintained
5844 F:      Documentation/isdn/
5845 F:      drivers/isdn/
5846 F:      include/linux/isdn.h
5847 F:      include/linux/isdn/
5848 F:      include/uapi/linux/isdn.h
5849 F:      include/uapi/linux/isdn/
5850
5851 ISDN SUBSYSTEM (Eicon active card driver)
5852 M:      Armin Schindler <mac@melware.de>
5853 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5854 W:      http://www.melware.de
5855 S:      Maintained
5856 F:      drivers/isdn/hardware/eicon/
5857
5858 IT87 HARDWARE MONITORING DRIVER
5859 M:      Jean Delvare <jdelvare@suse.com>
5860 L:      lm-sensors@lm-sensors.org
5861 S:      Maintained
5862 F:      Documentation/hwmon/it87
5863 F:      drivers/hwmon/it87.c
5864
5865 IT913X MEDIA DRIVER
5866 M:      Antti Palosaari <crope@iki.fi>
5867 L:      linux-media@vger.kernel.org
5868 W:      http://linuxtv.org/
5869 W:      http://palosaari.fi/linux/
5870 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5871 T:      git git://linuxtv.org/anttip/media_tree.git
5872 S:      Maintained
5873 F:      drivers/media/tuners/it913x*
5874
5875 IVTV VIDEO4LINUX DRIVER
5876 M:      Andy Walls <awalls@md.metrocast.net>
5877 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5878 L:      linux-media@vger.kernel.org
5879 T:      git git://linuxtv.org/media_tree.git
5880 W:      http://www.ivtvdriver.org
5881 S:      Maintained
5882 F:      Documentation/video4linux/*.ivtv
5883 F:      drivers/media/pci/ivtv/
5884 F:      include/uapi/linux/ivtv*
5885
5886 IX2505V MEDIA DRIVER
5887 M:      Malcolm Priestley <tvboxspy@gmail.com>
5888 L:      linux-media@vger.kernel.org
5889 W:      http://linuxtv.org/
5890 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5891 S:      Maintained
5892 F:      drivers/media/dvb-frontends/ix2505v*
5893
5894 JC42.4 TEMPERATURE SENSOR DRIVER
5895 M:      Guenter Roeck <linux@roeck-us.net>
5896 L:      lm-sensors@lm-sensors.org
5897 S:      Maintained
5898 F:      drivers/hwmon/jc42.c
5899 F:      Documentation/hwmon/jc42
5900
5901 JFS FILESYSTEM
5902 M:      Dave Kleikamp <shaggy@kernel.org>
5903 L:      jfs-discussion@lists.sourceforge.net
5904 W:      http://jfs.sourceforge.net/
5905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5906 S:      Maintained
5907 F:      Documentation/filesystems/jfs.txt
5908 F:      fs/jfs/
5909
5910 JME NETWORK DRIVER
5911 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5912 L:      netdev@vger.kernel.org
5913 S:      Maintained
5914 F:      drivers/net/ethernet/jme.*
5915
5916 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5917 M:      David Woodhouse <dwmw2@infradead.org>
5918 L:      linux-mtd@lists.infradead.org
5919 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5920 S:      Maintained
5921 F:      fs/jffs2/
5922 F:      include/uapi/linux/jffs2.h
5923
5924 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5925 M:      "Theodore Ts'o" <tytso@mit.edu>
5926 M:      Jan Kara <jack@suse.com>
5927 L:      linux-ext4@vger.kernel.org
5928 S:      Maintained
5929 F:      fs/jbd2/
5930 F:      include/linux/jbd2.h
5931
5932 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5933 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5934 L:      linux-media@vger.kernel.org
5935 S:      Maintained
5936 F:      drivers/media/platform/rcar_jpu.c
5937
5938 JSM Neo PCI based serial card
5939 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5940 L:      linux-serial@vger.kernel.org
5941 S:      Maintained
5942 F:      drivers/tty/serial/jsm/
5943
5944 K10TEMP HARDWARE MONITORING DRIVER
5945 M:      Clemens Ladisch <clemens@ladisch.de>
5946 L:      lm-sensors@lm-sensors.org
5947 S:      Maintained
5948 F:      Documentation/hwmon/k10temp
5949 F:      drivers/hwmon/k10temp.c
5950
5951 K8TEMP HARDWARE MONITORING DRIVER
5952 M:      Rudolf Marek <r.marek@assembler.cz>
5953 L:      lm-sensors@lm-sensors.org
5954 S:      Maintained
5955 F:      Documentation/hwmon/k8temp
5956 F:      drivers/hwmon/k8temp.c
5957
5958 KCONFIG
5959 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5960 L:      linux-kbuild@vger.kernel.org
5961 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5962 S:      Maintained
5963 F:      Documentation/kbuild/kconfig-language.txt
5964 F:      scripts/kconfig/
5965
5966 KDUMP
5967 M:      Vivek Goyal <vgoyal@redhat.com>
5968 M:      Haren Myneni <hbabu@us.ibm.com>
5969 L:      kexec@lists.infradead.org
5970 W:      http://lse.sourceforge.net/kdump/
5971 S:      Maintained
5972 F:      Documentation/kdump/
5973
5974 KEENE FM RADIO TRANSMITTER DRIVER
5975 M:      Hans Verkuil <hverkuil@xs4all.nl>
5976 L:      linux-media@vger.kernel.org
5977 T:      git git://linuxtv.org/media_tree.git
5978 W:      http://linuxtv.org
5979 S:      Maintained
5980 F:      drivers/media/radio/radio-keene*
5981
5982 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5983 M:      Ian Kent <raven@themaw.net>
5984 L:      autofs@vger.kernel.org
5985 S:      Maintained
5986 F:      fs/autofs4/
5987
5988 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5989 M:      Michal Marek <mmarek@suse.com>
5990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5992 L:      linux-kbuild@vger.kernel.org
5993 S:      Maintained
5994 F:      Documentation/kbuild/
5995 F:      Makefile
5996 F:      scripts/Makefile.*
5997 F:      scripts/basic/
5998 F:      scripts/mk*
5999 F:      scripts/package/
6000
6001 KERNEL JANITORS
6002 L:      kernel-janitors@vger.kernel.org
6003 W:      http://kernelnewbies.org/KernelJanitors
6004 S:      Odd Fixes
6005
6006 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6007 M:      "J. Bruce Fields" <bfields@fieldses.org>
6008 M:      Jeff Layton <jlayton@poochiereds.net>
6009 L:      linux-nfs@vger.kernel.org
6010 W:      http://nfs.sourceforge.net/
6011 S:      Supported
6012 F:      fs/nfsd/
6013 F:      include/uapi/linux/nfsd/
6014 F:      fs/lockd/
6015 F:      fs/nfs_common/
6016 F:      net/sunrpc/
6017 F:      include/linux/lockd/
6018 F:      include/linux/sunrpc/
6019 F:      include/uapi/linux/sunrpc/
6020
6021 KERNEL SELFTEST FRAMEWORK
6022 M:      Shuah Khan <shuahkh@osg.samsung.com>
6023 L:      linux-api@vger.kernel.org
6024 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6025 S:      Maintained
6026 F:      tools/testing/selftests
6027
6028 KERNEL VIRTUAL MACHINE (KVM)
6029 M:      Gleb Natapov <gleb@kernel.org>
6030 M:      Paolo Bonzini <pbonzini@redhat.com>
6031 L:      kvm@vger.kernel.org
6032 W:      http://www.linux-kvm.org
6033 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6034 S:      Supported
6035 F:      Documentation/*/kvm*.txt
6036 F:      Documentation/virtual/kvm/
6037 F:      arch/*/kvm/
6038 F:      arch/x86/kernel/kvm.c
6039 F:      arch/x86/kernel/kvmclock.c
6040 F:      arch/*/include/asm/kvm*
6041 F:      include/linux/kvm*
6042 F:      include/uapi/linux/kvm*
6043 F:      virt/kvm/
6044
6045 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6046 M:      Joerg Roedel <joro@8bytes.org>
6047 L:      kvm@vger.kernel.org
6048 W:      http://www.linux-kvm.org/
6049 S:      Maintained
6050 F:      arch/x86/include/asm/svm.h
6051 F:      arch/x86/kvm/svm.c
6052
6053 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6054 M:      Alexander Graf <agraf@suse.com>
6055 L:      kvm-ppc@vger.kernel.org
6056 W:      http://www.linux-kvm.org/
6057 T:      git git://github.com/agraf/linux-2.6.git
6058 S:      Supported
6059 F:      arch/powerpc/include/asm/kvm*
6060 F:      arch/powerpc/kvm/
6061
6062 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6063 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6064 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6065 L:      linux-s390@vger.kernel.org
6066 W:      http://www.ibm.com/developerworks/linux/linux390/
6067 S:      Supported
6068 F:      Documentation/s390/kvm.txt
6069 F:      arch/s390/include/asm/kvm*
6070 F:      arch/s390/kvm/
6071
6072 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6073 M:      Christoffer Dall <christoffer.dall@linaro.org>
6074 M:      Marc Zyngier <marc.zyngier@arm.com>
6075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6076 L:      kvmarm@lists.cs.columbia.edu
6077 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6078 S:      Supported
6079 F:      arch/arm/include/uapi/asm/kvm*
6080 F:      arch/arm/include/asm/kvm*
6081 F:      arch/arm/kvm/
6082 F:      virt/kvm/arm/
6083 F:      include/kvm/arm_*
6084
6085 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6086 M:      Christoffer Dall <christoffer.dall@linaro.org>
6087 M:      Marc Zyngier <marc.zyngier@arm.com>
6088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6089 L:      kvmarm@lists.cs.columbia.edu
6090 S:      Maintained
6091 F:      arch/arm64/include/uapi/asm/kvm*
6092 F:      arch/arm64/include/asm/kvm*
6093 F:      arch/arm64/kvm/
6094
6095 KEXEC
6096 M:      Eric Biederman <ebiederm@xmission.com>
6097 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6098 L:      kexec@lists.infradead.org
6099 S:      Maintained
6100 F:      include/linux/kexec.h
6101 F:      include/uapi/linux/kexec.h
6102 F:      kernel/kexec.c
6103
6104 KEYS/KEYRINGS:
6105 M:      David Howells <dhowells@redhat.com>
6106 L:      keyrings@vger.kernel.org
6107 S:      Maintained
6108 F:      Documentation/security/keys.txt
6109 F:      include/linux/key.h
6110 F:      include/linux/key-type.h
6111 F:      include/keys/
6112 F:      security/keys/
6113
6114 KEYS-TRUSTED
6115 M:      David Safford <safford@us.ibm.com>
6116 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6117 L:      linux-security-module@vger.kernel.org
6118 L:      keyrings@vger.kernel.org
6119 S:      Supported
6120 F:      Documentation/security/keys-trusted-encrypted.txt
6121 F:      include/keys/trusted-type.h
6122 F:      security/keys/trusted.c
6123 F:      security/keys/trusted.h
6124
6125 KEYS-ENCRYPTED
6126 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6127 M:      David Safford <safford@us.ibm.com>
6128 L:      linux-security-module@vger.kernel.org
6129 L:      keyrings@vger.kernel.org
6130 S:      Supported
6131 F:      Documentation/security/keys-trusted-encrypted.txt
6132 F:      include/keys/encrypted-type.h
6133 F:      security/keys/encrypted-keys/
6134
6135 KGDB / KDB /debug_core
6136 M:      Jason Wessel <jason.wessel@windriver.com>
6137 W:      http://kgdb.wiki.kernel.org/
6138 L:      kgdb-bugreport@lists.sourceforge.net
6139 S:      Maintained
6140 F:      Documentation/DocBook/kgdb.tmpl
6141 F:      drivers/misc/kgdbts.c
6142 F:      drivers/tty/serial/kgdboc.c
6143 F:      include/linux/kdb.h
6144 F:      include/linux/kgdb.h
6145 F:      kernel/debug/
6146
6147 KMEMCHECK
6148 M:      Vegard Nossum <vegardno@ifi.uio.no>
6149 M:      Pekka Enberg <penberg@kernel.org>
6150 S:      Maintained
6151 F:      Documentation/kmemcheck.txt
6152 F:      arch/x86/include/asm/kmemcheck.h
6153 F:      arch/x86/mm/kmemcheck/
6154 F:      include/linux/kmemcheck.h
6155 F:      mm/kmemcheck.c
6156
6157 KMEMLEAK
6158 M:      Catalin Marinas <catalin.marinas@arm.com>
6159 S:      Maintained
6160 F:      Documentation/kmemleak.txt
6161 F:      include/linux/kmemleak.h
6162 F:      mm/kmemleak.c
6163 F:      mm/kmemleak-test.c
6164
6165 KPROBES
6166 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6167 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6168 M:      "David S. Miller" <davem@davemloft.net>
6169 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6170 S:      Maintained
6171 F:      Documentation/kprobes.txt
6172 F:      include/linux/kprobes.h
6173 F:      kernel/kprobes.c
6174
6175 KS0108 LCD CONTROLLER DRIVER
6176 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6177 W:      http://miguelojeda.es/auxdisplay.htm
6178 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6179 S:      Maintained
6180 F:      Documentation/auxdisplay/ks0108
6181 F:      drivers/auxdisplay/ks0108.c
6182 F:      include/linux/ks0108.h
6183
6184 L3MDEV
6185 M:      David Ahern <dsa@cumulusnetworks.com>
6186 L:      netdev@vger.kernel.org
6187 S:      Maintained
6188 F:      net/l3mdev
6189 F:      include/net/l3mdev.h
6190
6191 LAPB module
6192 L:      linux-x25@vger.kernel.org
6193 S:      Orphan
6194 F:      Documentation/networking/lapb-module.txt
6195 F:      include/*/lapb.h
6196 F:      net/lapb/
6197
6198 LASI 53c700 driver for PARISC
6199 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6200 L:      linux-scsi@vger.kernel.org
6201 S:      Maintained
6202 F:      Documentation/scsi/53c700.txt
6203 F:      drivers/scsi/53c700*
6204
6205 LED SUBSYSTEM
6206 M:      Richard Purdie <rpurdie@rpsys.net>
6207 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6208 L:      linux-leds@vger.kernel.org
6209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6210 S:      Maintained
6211 F:      drivers/leds/
6212 F:      include/linux/leds.h
6213
6214 LEGACY EEPROM DRIVER
6215 M:      Jean Delvare <jdelvare@suse.com>
6216 S:      Maintained
6217 F:      Documentation/misc-devices/eeprom
6218 F:      drivers/misc/eeprom/eeprom.c
6219
6220 LEGO USB Tower driver
6221 M:      Juergen Stuber <starblue@users.sourceforge.net>
6222 L:      legousb-devel@lists.sourceforge.net
6223 W:      http://legousb.sourceforge.net/
6224 S:      Maintained
6225 F:      drivers/usb/misc/legousbtower.c
6226
6227 LG2160 MEDIA DRIVER
6228 M:      Michael Krufky <mkrufky@linuxtv.org>
6229 L:      linux-media@vger.kernel.org
6230 W:      http://linuxtv.org/
6231 W:      http://github.com/mkrufky
6232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6233 T:      git git://linuxtv.org/mkrufky/tuners.git
6234 S:      Maintained
6235 F:      drivers/media/dvb-frontends/lg2160.*
6236
6237 LGDT3305 MEDIA DRIVER
6238 M:      Michael Krufky <mkrufky@linuxtv.org>
6239 L:      linux-media@vger.kernel.org
6240 W:      http://linuxtv.org/
6241 W:      http://github.com/mkrufky
6242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6243 T:      git git://linuxtv.org/mkrufky/tuners.git
6244 S:      Maintained
6245 F:      drivers/media/dvb-frontends/lgdt3305.*
6246
6247 LGUEST
6248 M:      Rusty Russell <rusty@rustcorp.com.au>
6249 L:      lguest@lists.ozlabs.org
6250 W:      http://lguest.ozlabs.org/
6251 S:      Odd Fixes
6252 F:      arch/x86/include/asm/lguest*.h
6253 F:      arch/x86/lguest/
6254 F:      drivers/lguest/
6255 F:      include/linux/lguest*.h
6256 F:      tools/lguest/
6257
6258 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6259 M:      Tejun Heo <tj@kernel.org>
6260 L:      linux-ide@vger.kernel.org
6261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6262 S:      Maintained
6263 F:      drivers/ata/
6264 F:      include/linux/ata.h
6265 F:      include/linux/libata.h
6266
6267 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6268 M:      Viresh Kumar <vireshk@kernel.org>
6269 L:      linux-ide@vger.kernel.org
6270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6271 S:      Maintained
6272 F:      include/linux/pata_arasan_cf_data.h
6273 F:      drivers/ata/pata_arasan_cf.c
6274
6275 LIBATA PATA DRIVERS
6276 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6277 M:      Tejun Heo <tj@kernel.org>
6278 L:      linux-ide@vger.kernel.org
6279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6280 S:      Maintained
6281 F:      drivers/ata/pata_*.c
6282 F:      drivers/ata/ata_generic.c
6283
6284 LIBATA SATA AHCI PLATFORM devices support
6285 M:      Hans de Goede <hdegoede@redhat.com>
6286 M:      Tejun Heo <tj@kernel.org>
6287 L:      linux-ide@vger.kernel.org
6288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6289 S:      Maintained
6290 F:      drivers/ata/ahci_platform.c
6291 F:      drivers/ata/libahci_platform.c
6292 F:      include/linux/ahci_platform.h
6293
6294 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6295 M:      Mikael Pettersson <mikpelinux@gmail.com>
6296 L:      linux-ide@vger.kernel.org
6297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6298 S:      Maintained
6299 F:      drivers/ata/sata_promise.*
6300
6301 LIBLOCKDEP
6302 M:      Sasha Levin <sasha.levin@oracle.com>
6303 S:      Maintained
6304 F:      tools/lib/lockdep/
6305
6306 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6307 M:      Dan Williams <dan.j.williams@intel.com>
6308 L:      linux-nvdimm@lists.01.org
6309 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6310 S:      Supported
6311 F:      drivers/nvdimm/*
6312 F:      include/linux/nd.h
6313 F:      include/linux/libnvdimm.h
6314 F:      include/uapi/linux/ndctl.h
6315
6316 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6317 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6318 L:      linux-nvdimm@lists.01.org
6319 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6320 S:      Supported
6321 F:      drivers/nvdimm/blk.c
6322 F:      drivers/nvdimm/region_devs.c
6323 F:      drivers/acpi/nfit*
6324
6325 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6326 M:      Vishal Verma <vishal.l.verma@intel.com>
6327 L:      linux-nvdimm@lists.01.org
6328 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6329 S:      Supported
6330 F:      drivers/nvdimm/btt*
6331
6332 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6333 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6334 L:      linux-nvdimm@lists.01.org
6335 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6336 S:      Supported
6337 F:      drivers/nvdimm/pmem.c
6338 F:      include/linux/pmem.h
6339 F:      arch/*/include/asm/pmem.h
6340
6341 LIGHTNVM PLATFORM SUPPORT
6342 M:      Matias Bjorling <mb@lightnvm.io>
6343 W:      http://github/OpenChannelSSD
6344 S:      Maintained
6345 F:      drivers/lightnvm/
6346 F:      include/linux/lightnvm.h
6347 F:      include/uapi/linux/lightnvm.h
6348
6349 LINUX FOR IBM pSERIES (RS/6000)
6350 M:      Paul Mackerras <paulus@au.ibm.com>
6351 W:      http://www.ibm.com/linux/ltc/projects/ppc
6352 S:      Supported
6353 F:      arch/powerpc/boot/rs6000.h
6354
6355 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6356 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6357 M:      Paul Mackerras <paulus@samba.org>
6358 M:      Michael Ellerman <mpe@ellerman.id.au>
6359 W:      http://www.penguinppc.org/
6360 L:      linuxppc-dev@lists.ozlabs.org
6361 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6363 S:      Supported
6364 F:      Documentation/powerpc/
6365 F:      arch/powerpc/
6366
6367 LINUX FOR POWER MACINTOSH
6368 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6369 W:      http://www.penguinppc.org/
6370 L:      linuxppc-dev@lists.ozlabs.org
6371 S:      Maintained
6372 F:      arch/powerpc/platforms/powermac/
6373 F:      drivers/macintosh/
6374
6375 LINUX FOR POWERPC EMBEDDED MPC5XXX
6376 M:      Anatolij Gustschin <agust@denx.de>
6377 L:      linuxppc-dev@lists.ozlabs.org
6378 T:      git git://git.denx.de/linux-denx-agust.git
6379 S:      Maintained
6380 F:      arch/powerpc/platforms/512x/
6381 F:      arch/powerpc/platforms/52xx/
6382
6383 LINUX FOR POWERPC EMBEDDED PPC4XX
6384 M:      Alistair Popple <alistair@popple.id.au>
6385 M:      Matt Porter <mporter@kernel.crashing.org>
6386 W:      http://www.penguinppc.org/
6387 L:      linuxppc-dev@lists.ozlabs.org
6388 S:      Maintained
6389 F:      arch/powerpc/platforms/40x/
6390 F:      arch/powerpc/platforms/44x/
6391
6392 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6393 L:      linuxppc-dev@lists.ozlabs.org
6394 S:      Orphan
6395 F:      arch/powerpc/*/*virtex*
6396 F:      arch/powerpc/*/*/*virtex*
6397
6398 LINUX FOR POWERPC EMBEDDED PPC8XX
6399 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6400 W:      http://www.penguinppc.org/
6401 L:      linuxppc-dev@lists.ozlabs.org
6402 S:      Maintained
6403 F:      arch/powerpc/platforms/8xx/
6404
6405 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6406 M:      Scott Wood <scottwood@freescale.com>
6407 M:      Kumar Gala <galak@kernel.crashing.org>
6408 W:      http://www.penguinppc.org/
6409 L:      linuxppc-dev@lists.ozlabs.org
6410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6411 S:      Maintained
6412 F:      arch/powerpc/platforms/83xx/
6413 F:      arch/powerpc/platforms/85xx/
6414
6415 LINUX FOR POWERPC PA SEMI PWRFICIENT
6416 M:      Olof Johansson <olof@lixom.net>
6417 L:      linuxppc-dev@lists.ozlabs.org
6418 S:      Maintained
6419 F:      arch/powerpc/platforms/pasemi/
6420 F:      drivers/*/*pasemi*
6421 F:      drivers/*/*/*pasemi*
6422
6423 LINUX SECURITY MODULE (LSM) FRAMEWORK
6424 M:      Chris Wright <chrisw@sous-sol.org>
6425 L:      linux-security-module@vger.kernel.org
6426 S:      Supported
6427
6428 LIS3LV02D ACCELEROMETER DRIVER
6429 M:      Eric Piel <eric.piel@tremplin-utc.net>
6430 S:      Maintained
6431 F:      Documentation/misc-devices/lis3lv02d
6432 F:      drivers/misc/lis3lv02d/
6433 F:      drivers/platform/x86/hp_accel.c
6434
6435 LIVE PATCHING
6436 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6437 M:      Seth Jennings <sjenning@redhat.com>
6438 M:      Jiri Kosina <jikos@kernel.org>
6439 M:      Vojtech Pavlik <vojtech@suse.com>
6440 S:      Maintained
6441 F:      kernel/livepatch/
6442 F:      include/linux/livepatch.h
6443 F:      arch/x86/include/asm/livepatch.h
6444 F:      arch/x86/kernel/livepatch.c
6445 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6446 F:      samples/livepatch/
6447 L:      live-patching@vger.kernel.org
6448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6449
6450 LLC (802.2)
6451 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6452 S:      Maintained
6453 F:      include/linux/llc.h
6454 F:      include/uapi/linux/llc.h
6455 F:      include/net/llc*
6456 F:      net/llc/
6457
6458 LM73 HARDWARE MONITOR DRIVER
6459 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6460 L:      lm-sensors@lm-sensors.org
6461 S:      Maintained
6462 F:      drivers/hwmon/lm73.c
6463
6464 LM78 HARDWARE MONITOR DRIVER
6465 M:      Jean Delvare <jdelvare@suse.com>
6466 L:      lm-sensors@lm-sensors.org
6467 S:      Maintained
6468 F:      Documentation/hwmon/lm78
6469 F:      drivers/hwmon/lm78.c
6470
6471 LM83 HARDWARE MONITOR DRIVER
6472 M:      Jean Delvare <jdelvare@suse.com>
6473 L:      lm-sensors@lm-sensors.org
6474 S:      Maintained
6475 F:      Documentation/hwmon/lm83
6476 F:      drivers/hwmon/lm83.c
6477
6478 LM90 HARDWARE MONITOR DRIVER
6479 M:      Jean Delvare <jdelvare@suse.com>
6480 L:      lm-sensors@lm-sensors.org
6481 S:      Maintained
6482 F:      Documentation/hwmon/lm90
6483 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6484 F:      drivers/hwmon/lm90.c
6485
6486 LM95234 HARDWARE MONITOR DRIVER
6487 M:      Guenter Roeck <linux@roeck-us.net>
6488 L:      lm-sensors@lm-sensors.org
6489 S:      Maintained
6490 F:      Documentation/hwmon/lm95234
6491 F:      drivers/hwmon/lm95234.c
6492
6493 LME2510 MEDIA DRIVER
6494 M:      Malcolm Priestley <tvboxspy@gmail.com>
6495 L:      linux-media@vger.kernel.org
6496 W:      http://linuxtv.org/
6497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6498 S:      Maintained
6499 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6500
6501 LOCKDEP AND LOCKSTAT
6502 M:      Peter Zijlstra <peterz@infradead.org>
6503 M:      Ingo Molnar <mingo@redhat.com>
6504 L:      linux-kernel@vger.kernel.org
6505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6506 S:      Maintained
6507 F:      Documentation/locking/lockdep*.txt
6508 F:      Documentation/locking/lockstat.txt
6509 F:      include/linux/lockdep.h
6510 F:      kernel/locking/
6511
6512 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6513 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6514 L:      linux-ntfs-dev@lists.sourceforge.net
6515 W:      http://www.linux-ntfs.org/content/view/19/37/
6516 S:      Maintained
6517 F:      Documentation/ldm.txt
6518 F:      block/partitions/ldm.*
6519
6520 LogFS
6521 M:      Joern Engel <joern@logfs.org>
6522 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6523 L:      logfs@logfs.org
6524 W:      logfs.org
6525 S:      Maintained
6526 F:      fs/logfs/
6527
6528 LPC32XX MACHINE SUPPORT
6529 M:      Roland Stigge <stigge@antcom.de>
6530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6531 S:      Maintained
6532 F:      arch/arm/mach-lpc32xx/
6533
6534 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6535 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6536 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6537 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6538 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6539 L:      MPT-FusionLinux.pdl@avagotech.com
6540 L:      linux-scsi@vger.kernel.org
6541 W:      http://www.lsilogic.com/support
6542 S:      Supported
6543 F:      drivers/message/fusion/
6544 F:      drivers/scsi/mpt2sas/
6545 F:      drivers/scsi/mpt3sas/
6546
6547 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6548 M:      Matthew Wilcox <matthew@wil.cx>
6549 L:      linux-scsi@vger.kernel.org
6550 S:      Maintained
6551 F:      drivers/scsi/sym53c8xx_2/
6552
6553 LTC4261 HARDWARE MONITOR DRIVER
6554 M:      Guenter Roeck <linux@roeck-us.net>
6555 L:      lm-sensors@lm-sensors.org
6556 S:      Maintained
6557 F:      Documentation/hwmon/ltc4261
6558 F:      drivers/hwmon/ltc4261.c
6559
6560 LTP (Linux Test Project)
6561 M:      Mike Frysinger <vapier@gentoo.org>
6562 M:      Cyril Hrubis <chrubis@suse.cz>
6563 M:      Wanlong Gao <wanlong.gao@gmail.com>
6564 M:      Jan Stancek <jstancek@redhat.com>
6565 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6566 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6567 L:      ltp@lists.linux.it (subscribers-only)
6568 W:      http://linux-test-project.github.io/
6569 T:      git git://github.com/linux-test-project/ltp.git
6570 S:      Maintained
6571
6572 M32R ARCHITECTURE
6573 W:      http://www.linux-m32r.org/
6574 S:      Orphan
6575 F:      arch/m32r/
6576
6577 M68K ARCHITECTURE
6578 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6579 L:      linux-m68k@lists.linux-m68k.org
6580 W:      http://www.linux-m68k.org/
6581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6582 S:      Maintained
6583 F:      arch/m68k/
6584 F:      drivers/zorro/
6585
6586 M68K ON APPLE MACINTOSH
6587 M:      Joshua Thompson <funaho@jurai.org>
6588 W:      http://www.mac.linux-m68k.org/
6589 L:      linux-m68k@lists.linux-m68k.org
6590 S:      Maintained
6591 F:      arch/m68k/mac/
6592
6593 M68K ON HP9000/300
6594 M:      Philip Blundell <philb@gnu.org>
6595 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6596 S:      Maintained
6597 F:      arch/m68k/hp300/
6598
6599 M88DS3103 MEDIA DRIVER
6600 M:      Antti Palosaari <crope@iki.fi>
6601 L:      linux-media@vger.kernel.org
6602 W:      http://linuxtv.org/
6603 W:      http://palosaari.fi/linux/
6604 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6605 T:      git git://linuxtv.org/anttip/media_tree.git
6606 S:      Maintained
6607 F:      drivers/media/dvb-frontends/m88ds3103*
6608
6609 M88RS2000 MEDIA DRIVER
6610 M:      Malcolm Priestley <tvboxspy@gmail.com>
6611 L:      linux-media@vger.kernel.org
6612 W:      http://linuxtv.org/
6613 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6614 S:      Maintained
6615 F:      drivers/media/dvb-frontends/m88rs2000*
6616
6617 MA901 MASTERKIT USB FM RADIO DRIVER
6618 M:      Alexey Klimov <klimov.linux@gmail.com>
6619 L:      linux-media@vger.kernel.org
6620 T:      git git://linuxtv.org/media_tree.git
6621 S:      Maintained
6622 F:      drivers/media/radio/radio-ma901.c
6623
6624 MAC80211
6625 M:      Johannes Berg <johannes@sipsolutions.net>
6626 L:      linux-wireless@vger.kernel.org
6627 W:      http://wireless.kernel.org/
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6630 S:      Maintained
6631 F:      Documentation/networking/mac80211-injection.txt
6632 F:      include/net/mac80211.h
6633 F:      net/mac80211/
6634
6635 MACVLAN DRIVER
6636 M:      Patrick McHardy <kaber@trash.net>
6637 L:      netdev@vger.kernel.org
6638 S:      Maintained
6639 F:      drivers/net/macvlan.c
6640 F:      include/linux/if_macvlan.h
6641
6642 MAILBOX API
6643 M:      Jassi Brar <jassisinghbrar@gmail.com>
6644 L:      linux-kernel@vger.kernel.org
6645 S:      Maintained
6646 F:      drivers/mailbox/
6647 F:      include/linux/mailbox_client.h
6648 F:      include/linux/mailbox_controller.h
6649
6650 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6651 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6652 W:      http://www.kernel.org/doc/man-pages
6653 L:      linux-man@vger.kernel.org
6654 S:      Maintained
6655
6656 MARVELL ARMADA DRM SUPPORT
6657 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6658 S:      Maintained
6659 F:      drivers/gpu/drm/armada/
6660
6661 MARVELL 88E6352 DSA support
6662 M:      Guenter Roeck <linux@roeck-us.net>
6663 S:      Maintained
6664 F:      drivers/net/dsa/mv88e6352.c
6665
6666 MARVELL CRYPTO DRIVER
6667 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6668 M:      Arnaud Ebalard <arno@natisbad.org>
6669 F:      drivers/crypto/marvell/
6670 S:      Maintained
6671 L:      linux-crypto@vger.kernel.org
6672
6673 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6674 M:      Mirko Lindner <mlindner@marvell.com>
6675 M:      Stephen Hemminger <stephen@networkplumber.org>
6676 L:      netdev@vger.kernel.org
6677 S:      Maintained
6678 F:      drivers/net/ethernet/marvell/sk*
6679
6680 MARVELL LIBERTAS WIRELESS DRIVER
6681 L:      libertas-dev@lists.infradead.org
6682 S:      Orphan
6683 F:      drivers/net/wireless/libertas/
6684
6685 MARVELL MV643XX ETHERNET DRIVER
6686 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6687 L:      netdev@vger.kernel.org
6688 S:      Maintained
6689 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6690 F:      include/linux/mv643xx.h
6691
6692 MARVELL MVNETA ETHERNET DRIVER
6693 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6694 L:      netdev@vger.kernel.org
6695 S:      Maintained
6696 F:      drivers/net/ethernet/marvell/mvneta.*
6697
6698 MARVELL MWIFIEX WIRELESS DRIVER
6699 M:      Amitkumar Karwar <akarwar@marvell.com>
6700 M:      Nishant Sarmukadam <nishants@marvell.com>
6701 L:      linux-wireless@vger.kernel.org
6702 S:      Maintained
6703 F:      drivers/net/wireless/mwifiex/
6704
6705 MARVELL MWL8K WIRELESS DRIVER
6706 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6707 L:      linux-wireless@vger.kernel.org
6708 S:      Odd Fixes
6709 F:      drivers/net/wireless/mwl8k.c
6710
6711 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6712 M:      Nicolas Pitre <nico@fluxnic.net>
6713 S:      Odd Fixes
6714 F:      drivers/mmc/host/mvsdio.*
6715
6716 MATROX FRAMEBUFFER DRIVER
6717 L:      linux-fbdev@vger.kernel.org
6718 S:      Orphan
6719 F:      drivers/video/fbdev/matrox/matroxfb_*
6720 F:      include/uapi/linux/matroxfb.h
6721
6722 MAX16065 HARDWARE MONITOR DRIVER
6723 M:      Guenter Roeck <linux@roeck-us.net>
6724 L:      lm-sensors@lm-sensors.org
6725 S:      Maintained
6726 F:      Documentation/hwmon/max16065
6727 F:      drivers/hwmon/max16065.c
6728
6729 MAX20751 HARDWARE MONITOR DRIVER
6730 M:      Guenter Roeck <linux@roeck-us.net>
6731 L:      lm-sensors@lm-sensors.org
6732 S:      Maintained
6733 F:      Documentation/hwmon/max20751
6734 F:      drivers/hwmon/max20751.c
6735
6736 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6737 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6738 L:      lm-sensors@lm-sensors.org
6739 S:      Maintained
6740 F:      Documentation/hwmon/max6650
6741 F:      drivers/hwmon/max6650.c
6742
6743 MAX6697 HARDWARE MONITOR DRIVER
6744 M:      Guenter Roeck <linux@roeck-us.net>
6745 L:      lm-sensors@lm-sensors.org
6746 S:      Maintained
6747 F:      Documentation/hwmon/max6697
6748 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6749 F:      drivers/hwmon/max6697.c
6750 F:      include/linux/platform_data/max6697.h
6751
6752 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6753 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6754 L:      linux-pm@vger.kernel.org
6755 S:      Supported
6756 F:      drivers/power/max14577_charger.c
6757 F:      drivers/power/max77693_charger.c
6758
6759 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6760 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6761 L:      linux-kernel@vger.kernel.org
6762 S:      Supported
6763 F:      drivers/*/*max77802.c
6764 F:      Documentation/devicetree/bindings/*/*max77802.txt
6765 F:      include/dt-bindings/*/*max77802.h
6766
6767 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6768 M:      Chanwoo Choi <cw00.choi@samsung.com>
6769 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6770 L:      linux-kernel@vger.kernel.org
6771 S:      Supported
6772 F:      drivers/*/max14577.c
6773 F:      drivers/*/max77686.c
6774 F:      drivers/*/max77693.c
6775 F:      drivers/extcon/extcon-max14577.c
6776 F:      drivers/extcon/extcon-max77693.c
6777 F:      drivers/rtc/rtc-max77686.c
6778 F:      drivers/clk/clk-max77686.c
6779 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6780 F:      Documentation/devicetree/bindings/*/max77686.txt
6781 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6782 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6783 F:      include/linux/mfd/max14577*.h
6784 F:      include/linux/mfd/max77686*.h
6785 F:      include/linux/mfd/max77693*.h
6786
6787 MAXIRADIO FM RADIO RECEIVER DRIVER
6788 M:      Hans Verkuil <hverkuil@xs4all.nl>
6789 L:      linux-media@vger.kernel.org
6790 T:      git git://linuxtv.org/media_tree.git
6791 W:      http://linuxtv.org
6792 S:      Maintained
6793 F:      drivers/media/radio/radio-maxiradio*
6794
6795 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6796 M:      Peter Rosin <peda@axentia.se>
6797 L:      linux-iio@vger.kernel.org
6798 S:      Maintained
6799 F:      drivers/iio/potentiometer/mcp4531.c
6800
6801 MEDIA DRIVERS FOR RENESAS - VSP1
6802 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6803 L:      linux-media@vger.kernel.org
6804 L:      linux-sh@vger.kernel.org
6805 T:      git git://linuxtv.org/media_tree.git
6806 S:      Supported
6807 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6808 F:      drivers/media/platform/vsp1/
6809
6810 MEDIA DRIVERS FOR ASCOT2E
6811 M:      Sergey Kozlov <serjk@netup.ru>
6812 L:      linux-media@vger.kernel.org
6813 W:      http://linuxtv.org
6814 W:      http://netup.tv/
6815 T:      git git://linuxtv.org/media_tree.git
6816 S:      Supported
6817 F:      drivers/media/dvb-frontends/ascot2e*
6818
6819 MEDIA DRIVERS FOR CXD2841ER
6820 M:      Sergey Kozlov <serjk@netup.ru>
6821 L:      linux-media@vger.kernel.org
6822 W:      http://linuxtv.org/
6823 W:      http://netup.tv/
6824 T:      git git://linuxtv.org/media_tree.git
6825 S:      Supported
6826 F:      drivers/media/dvb-frontends/cxd2841er*
6827
6828 MEDIA DRIVERS FOR HORUS3A
6829 M:      Sergey Kozlov <serjk@netup.ru>
6830 L:      linux-media@vger.kernel.org
6831 W:      http://linuxtv.org/
6832 W:      http://netup.tv/
6833 T:      git git://linuxtv.org/media_tree.git
6834 S:      Supported
6835 F:      drivers/media/dvb-frontends/horus3a*
6836
6837 MEDIA DRIVERS FOR LNBH25
6838 M:      Sergey Kozlov <serjk@netup.ru>
6839 L:      linux-media@vger.kernel.org
6840 W:      http://linuxtv.org/
6841 W:      http://netup.tv/
6842 T:      git git://linuxtv.org/media_tree.git
6843 S:      Supported
6844 F:      drivers/media/dvb-frontends/lnbh25*
6845
6846 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6847 M:      Sergey Kozlov <serjk@netup.ru>
6848 L:      linux-media@vger.kernel.org
6849 W:      http://linuxtv.org/
6850 W:      http://netup.tv/
6851 T:      git git://linuxtv.org/media_tree.git
6852 S:      Supported
6853 F:      drivers/media/pci/netup_unidvb/*
6854
6855 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6856 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6857 P:      LinuxTV.org Project
6858 L:      linux-media@vger.kernel.org
6859 W:      http://linuxtv.org
6860 Q:      http://patchwork.kernel.org/project/linux-media/list/
6861 T:      git git://linuxtv.org/media_tree.git
6862 S:      Maintained
6863 F:      Documentation/dvb/
6864 F:      Documentation/video4linux/
6865 F:      Documentation/DocBook/media/
6866 F:      drivers/media/
6867 F:      drivers/staging/media/
6868 F:      include/media/
6869 F:      include/uapi/linux/dvb/
6870 F:      include/uapi/linux/videodev2.h
6871 F:      include/uapi/linux/media.h
6872 F:      include/uapi/linux/v4l2-*
6873 F:      include/uapi/linux/meye.h
6874 F:      include/uapi/linux/ivtv*
6875 F:      include/uapi/linux/uvcvideo.h
6876
6877 MEDIATEK MT7601U WIRELESS LAN DRIVER
6878 M:      Jakub Kicinski <kubakici@wp.pl>
6879 L:      linux-wireless@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/net/wireless/mediatek/mt7601u/
6882
6883 MEGARAID SCSI/SAS DRIVERS
6884 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6885 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6886 M:      Uday Lingala <uday.lingala@avagotech.com>
6887 L:      megaraidlinux.pdl@avagotech.com
6888 L:      linux-scsi@vger.kernel.org
6889 W:      http://www.lsi.com
6890 S:      Maintained
6891 F:      Documentation/scsi/megaraid.txt
6892 F:      drivers/scsi/megaraid.*
6893 F:      drivers/scsi/megaraid/
6894
6895 MELLANOX ETHERNET DRIVER (mlx4_en)
6896 M:      Amir Vadai <amirv@mellanox.com>
6897 L:      netdev@vger.kernel.org
6898 S:      Supported
6899 W:      http://www.mellanox.com
6900 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6901 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6902
6903 MELLANOX ETHERNET SWITCH DRIVERS
6904 M:      Jiri Pirko <jiri@mellanox.com>
6905 M:      Ido Schimmel <idosch@mellanox.com>
6906 L:      netdev@vger.kernel.org
6907 S:      Supported
6908 W:      http://www.mellanox.com
6909 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6910 F:      drivers/net/ethernet/mellanox/mlxsw/
6911
6912 MEMBARRIER SUPPORT
6913 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6914 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6915 L:      linux-kernel@vger.kernel.org
6916 S:      Supported
6917 F:      kernel/membarrier.c
6918 F:      include/uapi/linux/membarrier.h
6919
6920 MEMORY MANAGEMENT
6921 L:      linux-mm@kvack.org
6922 W:      http://www.linux-mm.org
6923 S:      Maintained
6924 F:      include/linux/mm.h
6925 F:      include/linux/gfp.h
6926 F:      include/linux/mmzone.h
6927 F:      include/linux/memory_hotplug.h
6928 F:      include/linux/vmalloc.h
6929 F:      mm/
6930
6931 MEMORY TECHNOLOGY DEVICES (MTD)
6932 M:      David Woodhouse <dwmw2@infradead.org>
6933 M:      Brian Norris <computersforpeace@gmail.com>
6934 L:      linux-mtd@lists.infradead.org
6935 W:      http://www.linux-mtd.infradead.org/
6936 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6937 T:      git git://git.infradead.org/linux-mtd.git
6938 T:      git git://git.infradead.org/l2-mtd.git
6939 S:      Maintained
6940 F:      drivers/mtd/
6941 F:      include/linux/mtd/
6942 F:      include/uapi/mtd/
6943
6944 MEN A21 WATCHDOG DRIVER
6945 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6946 L:      linux-watchdog@vger.kernel.org
6947 S:      Maintained
6948 F:      drivers/watchdog/mena21_wdt.c
6949
6950 MEN CHAMELEON BUS (mcb)
6951 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6952 S:      Maintained
6953 F:      drivers/mcb/
6954 F:      include/linux/mcb.h
6955 F:      Documentation/men-chameleon-bus.txt
6956
6957 MEN F21BMC (Board Management Controller)
6958 M:      Andreas Werner <andreas.werner@men.de>
6959 S:      Supported
6960 F:      drivers/mfd/menf21bmc.c
6961 F:      drivers/watchdog/menf21bmc_wdt.c
6962 F:      drivers/leds/leds-menf21bmc.c
6963 F:      drivers/hwmon/menf21bmc_hwmon.c
6964 F:      Documentation/hwmon/menf21bmc
6965
6966 METAG ARCHITECTURE
6967 M:      James Hogan <james.hogan@imgtec.com>
6968 L:      linux-metag@vger.kernel.org
6969 S:      Supported
6970 F:      arch/metag/
6971 F:      Documentation/metag/
6972 F:      Documentation/devicetree/bindings/metag/
6973 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
6974 F:      drivers/clocksource/metag_generic.c
6975 F:      drivers/irqchip/irq-metag.c
6976 F:      drivers/irqchip/irq-metag-ext.c
6977 F:      drivers/tty/metag_da.c
6978
6979 MICROBLAZE ARCHITECTURE
6980 M:      Michal Simek <monstr@monstr.eu>
6981 W:      http://www.monstr.eu/fdt/
6982 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6983 S:      Supported
6984 F:      arch/microblaze/
6985
6986 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6987 M:      Chen Yu <yu.c.chen@intel.com>
6988 L:      platform-driver-x86@vger.kernel.org
6989 S:      Supported
6990 F:      drivers/platform/x86/surfacepro3_button.c
6991
6992 MICROTEK X6 SCANNER
6993 M:      Oliver Neukum <oliver@neukum.org>
6994 S:      Maintained
6995 F:      drivers/usb/image/microtek.*
6996
6997 MIPS
6998 M:      Ralf Baechle <ralf@linux-mips.org>
6999 L:      linux-mips@linux-mips.org
7000 W:      http://www.linux-mips.org/
7001 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7002 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7003 S:      Supported
7004 F:      Documentation/mips/
7005 F:      arch/mips/
7006
7007 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7008 M:      Hans Verkuil <hverkuil@xs4all.nl>
7009 L:      linux-media@vger.kernel.org
7010 T:      git git://linuxtv.org/media_tree.git
7011 W:      http://linuxtv.org
7012 S:      Odd Fixes
7013 F:      drivers/media/radio/radio-miropcm20*
7014
7015 Mellanox MLX5 core VPI driver
7016 M:      Eli Cohen <eli@mellanox.com>
7017 L:      netdev@vger.kernel.org
7018 L:      linux-rdma@vger.kernel.org
7019 W:      http://www.mellanox.com
7020 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7021 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7022 T:      git git://openfabrics.org/~eli/connect-ib.git
7023 S:      Supported
7024 F:      drivers/net/ethernet/mellanox/mlx5/core/
7025 F:      include/linux/mlx5/
7026
7027 Mellanox MLX5 IB driver
7028 M:      Eli Cohen <eli@mellanox.com>
7029 L:      linux-rdma@vger.kernel.org
7030 W:      http://www.mellanox.com
7031 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7032 T:      git git://openfabrics.org/~eli/connect-ib.git
7033 S:      Supported
7034 F:      include/linux/mlx5/
7035 F:      drivers/infiniband/hw/mlx5/
7036
7037 MELEXIS MLX90614 DRIVER
7038 M:      Crt Mori <cmo@melexis.com>
7039 L:      linux-iio@vger.kernel.org
7040 W:      http://www.melexis.com
7041 S:      Supported
7042 F:      drivers/iio/temperature/mlx90614.c
7043
7044 MN88472 MEDIA DRIVER
7045 M:      Antti Palosaari <crope@iki.fi>
7046 L:      linux-media@vger.kernel.org
7047 W:      http://linuxtv.org/
7048 W:      http://palosaari.fi/linux/
7049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7050 T:      git git://linuxtv.org/anttip/media_tree.git
7051 S:      Maintained
7052 F:      drivers/staging/media/mn88472/
7053 F:      drivers/media/dvb-frontends/mn88472.h
7054
7055 MN88473 MEDIA DRIVER
7056 M:      Antti Palosaari <crope@iki.fi>
7057 L:      linux-media@vger.kernel.org
7058 W:      http://linuxtv.org/
7059 W:      http://palosaari.fi/linux/
7060 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7061 T:      git git://linuxtv.org/anttip/media_tree.git
7062 S:      Maintained
7063 F:      drivers/staging/media/mn88473/
7064 F:      drivers/media/dvb-frontends/mn88473.h
7065
7066 MODULE SUPPORT
7067 M:      Rusty Russell <rusty@rustcorp.com.au>
7068 S:      Maintained
7069 F:      include/linux/module.h
7070 F:      kernel/module.c
7071
7072 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7073 W:      http://popies.net/meye/
7074 S:      Orphan
7075 F:      Documentation/video4linux/meye.txt
7076 F:      drivers/media/pci/meye/
7077 F:      include/uapi/linux/meye.h
7078
7079 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7080 M:      Jiri Slaby <jirislaby@gmail.com>
7081 S:      Maintained
7082 F:      Documentation/serial/moxa-smartio
7083 F:      drivers/tty/mxser.*
7084
7085 MR800 AVERMEDIA USB FM RADIO DRIVER
7086 M:      Alexey Klimov <klimov.linux@gmail.com>
7087 L:      linux-media@vger.kernel.org
7088 T:      git git://linuxtv.org/media_tree.git
7089 S:      Maintained
7090 F:      drivers/media/radio/radio-mr800.c
7091
7092 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7093 M:      Alan Ott <alan@signal11.us>
7094 L:      linux-wpan@vger.kernel.org
7095 S:      Maintained
7096 F:      drivers/net/ieee802154/mrf24j40.c
7097 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7098
7099 MSI LAPTOP SUPPORT
7100 M:      "Lee, Chun-Yi" <jlee@suse.com>
7101 L:      platform-driver-x86@vger.kernel.org
7102 S:      Maintained
7103 F:      drivers/platform/x86/msi-laptop.c
7104
7105 MSI WMI SUPPORT
7106 L:      platform-driver-x86@vger.kernel.org
7107 S:      Orphan
7108 F:      drivers/platform/x86/msi-wmi.c
7109
7110 MSI001 MEDIA DRIVER
7111 M:      Antti Palosaari <crope@iki.fi>
7112 L:      linux-media@vger.kernel.org
7113 W:      http://linuxtv.org/
7114 W:      http://palosaari.fi/linux/
7115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7116 T:      git git://linuxtv.org/anttip/media_tree.git
7117 S:      Maintained
7118 F:      drivers/media/tuners/msi001*
7119
7120 MSI2500 MEDIA DRIVER
7121 M:      Antti Palosaari <crope@iki.fi>
7122 L:      linux-media@vger.kernel.org
7123 W:      http://linuxtv.org/
7124 W:      http://palosaari.fi/linux/
7125 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7126 T:      git git://linuxtv.org/anttip/media_tree.git
7127 S:      Maintained
7128 F:      drivers/media/usb/msi2500/
7129
7130 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7131 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7132 L:      linux-mtd@lists.infradead.org
7133 S:      Maintained
7134 F:      drivers/mtd/devices/docg3*
7135
7136 MT9M032 APTINA SENSOR DRIVER
7137 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7138 L:      linux-media@vger.kernel.org
7139 T:      git git://linuxtv.org/media_tree.git
7140 S:      Maintained
7141 F:      drivers/media/i2c/mt9m032.c
7142 F:      include/media/mt9m032.h
7143
7144 MT9P031 APTINA CAMERA SENSOR
7145 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7146 L:      linux-media@vger.kernel.org
7147 T:      git git://linuxtv.org/media_tree.git
7148 S:      Maintained
7149 F:      drivers/media/i2c/mt9p031.c
7150 F:      include/media/mt9p031.h
7151
7152 MT9T001 APTINA CAMERA SENSOR
7153 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7154 L:      linux-media@vger.kernel.org
7155 T:      git git://linuxtv.org/media_tree.git
7156 S:      Maintained
7157 F:      drivers/media/i2c/mt9t001.c
7158 F:      include/media/mt9t001.h
7159
7160 MT9V032 APTINA CAMERA SENSOR
7161 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7162 L:      linux-media@vger.kernel.org
7163 T:      git git://linuxtv.org/media_tree.git
7164 S:      Maintained
7165 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7166 F:      drivers/media/i2c/mt9v032.c
7167 F:      include/media/mt9v032.h
7168
7169 MULTIFUNCTION DEVICES (MFD)
7170 M:      Lee Jones <lee.jones@linaro.org>
7171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7172 S:      Supported
7173 F:      drivers/mfd/
7174 F:      include/linux/mfd/
7175
7176 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7177 M:      Ulf Hansson <ulf.hansson@linaro.org>
7178 L:      linux-mmc@vger.kernel.org
7179 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7180 S:      Maintained
7181 F:      drivers/mmc/
7182 F:      include/linux/mmc/
7183 F:      include/uapi/linux/mmc/
7184
7185 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7186 S:      Orphan
7187 F:      drivers/mmc/host/mmc_spi.c
7188 F:      include/linux/spi/mmc_spi.h
7189
7190 MULTISOUND SOUND DRIVER
7191 M:      Andrew Veliath <andrewtv@usa.net>
7192 S:      Maintained
7193 F:      Documentation/sound/oss/MultiSound
7194 F:      sound/oss/msnd*
7195
7196 MULTITECH MULTIPORT CARD (ISICOM)
7197 S:      Orphan
7198 F:      drivers/tty/isicom.c
7199 F:      include/linux/isicom.h
7200
7201 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7202 M:      Felipe Balbi <balbi@ti.com>
7203 L:      linux-usb@vger.kernel.org
7204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7205 S:      Maintained
7206 F:      drivers/usb/musb/
7207
7208 MXL5007T MEDIA DRIVER
7209 M:      Michael Krufky <mkrufky@linuxtv.org>
7210 L:      linux-media@vger.kernel.org
7211 W:      http://linuxtv.org/
7212 W:      http://github.com/mkrufky
7213 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7214 T:      git git://linuxtv.org/mkrufky/tuners.git
7215 S:      Maintained
7216 F:      drivers/media/tuners/mxl5007t.*
7217
7218 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7219 M:      Hyong-Youb Kim <hykim@myri.com>
7220 L:      netdev@vger.kernel.org
7221 W:      https://www.myricom.com/support/downloads/myri10ge.html
7222 S:      Supported
7223 F:      drivers/net/ethernet/myricom/myri10ge/
7224
7225 NATSEMI ETHERNET DRIVER (DP8381x)
7226 S:      Orphan
7227 F:      drivers/net/ethernet/natsemi/natsemi.c
7228
7229 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7230 M:      Daniel Mack <zonque@gmail.com>
7231 S:      Maintained
7232 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7233 W:      http://www.native-instruments.com
7234 F:      sound/usb/caiaq/
7235
7236 NCP FILESYSTEM
7237 M:      Petr Vandrovec <petr@vandrovec.name>
7238 S:      Odd Fixes
7239 F:      fs/ncpfs/
7240
7241 NCR 5380 SCSI DRIVERS
7242 M:      Finn Thain <fthain@telegraphics.com.au>
7243 M:      Michael Schmitz <schmitzmic@gmail.com>
7244 L:      linux-scsi@vger.kernel.org
7245 S:      Maintained
7246 F:      Documentation/scsi/g_NCR5380.txt
7247 F:      drivers/scsi/NCR5380.*
7248 F:      drivers/scsi/arm/cumana_1.c
7249 F:      drivers/scsi/arm/oak.c
7250 F:      drivers/scsi/atari_NCR5380.c
7251 F:      drivers/scsi/atari_scsi.*
7252 F:      drivers/scsi/dmx3191d.c
7253 F:      drivers/scsi/dtc.*
7254 F:      drivers/scsi/g_NCR5380.*
7255 F:      drivers/scsi/g_NCR5380_mmio.c
7256 F:      drivers/scsi/mac_scsi.*
7257 F:      drivers/scsi/pas16.*
7258 F:      drivers/scsi/sun3_scsi.*
7259 F:      drivers/scsi/sun3_scsi_vme.c
7260 F:      drivers/scsi/t128.*
7261
7262 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7263 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7264 L:      linux-scsi@vger.kernel.org
7265 S:      Maintained
7266 F:      drivers/scsi/NCR_D700.*
7267
7268 NCT6775 HARDWARE MONITOR DRIVER
7269 M:      Guenter Roeck <linux@roeck-us.net>
7270 L:      lm-sensors@lm-sensors.org
7271 S:      Maintained
7272 F:      Documentation/hwmon/nct6775
7273 F:      drivers/hwmon/nct6775.c
7274
7275 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7276 M:      Faisal Latif <faisal.latif@intel.com>
7277 L:      linux-rdma@vger.kernel.org
7278 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7279 S:      Supported
7280 F:      drivers/infiniband/hw/nes/
7281
7282 NETEM NETWORK EMULATOR
7283 M:      Stephen Hemminger <stephen@networkplumber.org>
7284 L:      netem@lists.linux-foundation.org
7285 S:      Maintained
7286 F:      net/sched/sch_netem.c
7287
7288 NETERION 10GbE DRIVERS (s2io/vxge)
7289 M:      Jon Mason <jdmason@kudzu.us>
7290 L:      netdev@vger.kernel.org
7291 S:      Supported
7292 F:      Documentation/networking/s2io.txt
7293 F:      Documentation/networking/vxge.txt
7294 F:      drivers/net/ethernet/neterion/
7295
7296 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7297 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7298 M:      Patrick McHardy <kaber@trash.net>
7299 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7300 L:      netfilter-devel@vger.kernel.org
7301 L:      coreteam@netfilter.org
7302 W:      http://www.netfilter.org/
7303 W:      http://www.iptables.org/
7304 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7307 S:      Supported
7308 F:      include/linux/netfilter*
7309 F:      include/linux/netfilter/
7310 F:      include/net/netfilter/
7311 F:      include/uapi/linux/netfilter*
7312 F:      include/uapi/linux/netfilter/
7313 F:      net/*/netfilter.c
7314 F:      net/*/netfilter/
7315 F:      net/netfilter/
7316 F:      net/bridge/br_netfilter*.c
7317
7318 NETLABEL
7319 M:      Paul Moore <paul@paul-moore.com>
7320 W:      http://netlabel.sf.net
7321 L:      netdev@vger.kernel.org
7322 S:      Maintained
7323 F:      Documentation/netlabel/
7324 F:      include/net/netlabel.h
7325 F:      net/netlabel/
7326
7327 NETROM NETWORK LAYER
7328 M:      Ralf Baechle <ralf@linux-mips.org>
7329 L:      linux-hams@vger.kernel.org
7330 W:      http://www.linux-ax25.org/
7331 S:      Maintained
7332 F:      include/net/netrom.h
7333 F:      include/uapi/linux/netrom.h
7334 F:      net/netrom/
7335
7336 NETWORK BLOCK DEVICE (NBD)
7337 M:      Markus Pargmann <mpa@pengutronix.de>
7338 S:      Maintained
7339 L:      nbd-general@lists.sourceforge.net
7340 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7341 F:      Documentation/blockdev/nbd.txt
7342 F:      drivers/block/nbd.c
7343 F:      include/uapi/linux/nbd.h
7344
7345 NETWORK DROP MONITOR
7346 M:      Neil Horman <nhorman@tuxdriver.com>
7347 L:      netdev@vger.kernel.org
7348 S:      Maintained
7349 W:      https://fedorahosted.org/dropwatch/
7350 F:      net/core/drop_monitor.c
7351
7352 NETWORKING [GENERAL]
7353 M:      "David S. Miller" <davem@davemloft.net>
7354 L:      netdev@vger.kernel.org
7355 W:      http://www.linuxfoundation.org/en/Net
7356 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7359 S:      Maintained
7360 F:      net/
7361 F:      include/net/
7362 F:      include/linux/in.h
7363 F:      include/linux/net.h
7364 F:      include/linux/netdevice.h
7365 F:      include/uapi/linux/in.h
7366 F:      include/uapi/linux/net.h
7367 F:      include/uapi/linux/netdevice.h
7368 F:      include/uapi/linux/net_namespace.h
7369 F:      tools/net/
7370 F:      tools/testing/selftests/net/
7371 F:      lib/random32.c
7372 F:      lib/test_bpf.c
7373
7374 NETWORKING [IPv4/IPv6]
7375 M:      "David S. Miller" <davem@davemloft.net>
7376 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7377 M:      James Morris <jmorris@namei.org>
7378 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7379 M:      Patrick McHardy <kaber@trash.net>
7380 L:      netdev@vger.kernel.org
7381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7382 S:      Maintained
7383 F:      net/ipv4/
7384 F:      net/ipv6/
7385 F:      include/net/ip*
7386 F:      arch/x86/net/*
7387
7388 NETWORKING [IPSEC]
7389 M:      Steffen Klassert <steffen.klassert@secunet.com>
7390 M:      Herbert Xu <herbert@gondor.apana.org.au>
7391 M:      "David S. Miller" <davem@davemloft.net>
7392 L:      netdev@vger.kernel.org
7393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7395 S:      Maintained
7396 F:      net/core/flow.c
7397 F:      net/xfrm/
7398 F:      net/key/
7399 F:      net/ipv4/xfrm*
7400 F:      net/ipv4/esp4.c
7401 F:      net/ipv4/ah4.c
7402 F:      net/ipv4/ipcomp.c
7403 F:      net/ipv4/ip_vti.c
7404 F:      net/ipv6/xfrm*
7405 F:      net/ipv6/esp6.c
7406 F:      net/ipv6/ah6.c
7407 F:      net/ipv6/ipcomp6.c
7408 F:      net/ipv6/ip6_vti.c
7409 F:      include/uapi/linux/xfrm.h
7410 F:      include/net/xfrm.h
7411
7412 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7413 M:      Paul Moore <paul@paul-moore.com>
7414 L:      netdev@vger.kernel.org
7415 S:      Maintained
7416
7417 NETWORKING [WIRELESS]
7418 L:      linux-wireless@vger.kernel.org
7419 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7420
7421 NETWORKING DRIVERS
7422 L:      netdev@vger.kernel.org
7423 W:      http://www.linuxfoundation.org/en/Net
7424 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7426 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7427 S:      Odd Fixes
7428 F:      drivers/net/
7429 F:      include/linux/if_*
7430 F:      include/linux/netdevice.h
7431 F:      include/linux/etherdevice.h
7432 F:      include/linux/fcdevice.h
7433 F:      include/linux/fddidevice.h
7434 F:      include/linux/hippidevice.h
7435 F:      include/linux/inetdevice.h
7436 F:      include/uapi/linux/if_*
7437 F:      include/uapi/linux/netdevice.h
7438
7439 NETWORKING DRIVERS (WIRELESS)
7440 M:      Kalle Valo <kvalo@codeaurora.org>
7441 L:      linux-wireless@vger.kernel.org
7442 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7444 S:      Maintained
7445 F:      drivers/net/wireless/
7446
7447 NETXEN (1/10) GbE SUPPORT
7448 M:      Manish Chopra <manish.chopra@qlogic.com>
7449 M:      Sony Chacko <sony.chacko@qlogic.com>
7450 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7451 L:      netdev@vger.kernel.org
7452 W:      http://www.qlogic.com
7453 S:      Supported
7454 F:      drivers/net/ethernet/qlogic/netxen/
7455
7456 NFC SUBSYSTEM
7457 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7458 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7459 M:      Samuel Ortiz <sameo@linux.intel.com>
7460 L:      linux-wireless@vger.kernel.org
7461 L:      linux-nfc@lists.01.org (subscribers-only)
7462 S:      Supported
7463 F:      net/nfc/
7464 F:      include/net/nfc/
7465 F:      include/uapi/linux/nfc.h
7466 F:      drivers/nfc/
7467 F:      include/linux/platform_data/pn544.h
7468 F:      Documentation/devicetree/bindings/net/nfc/
7469
7470 NFS, SUNRPC, AND LOCKD CLIENTS
7471 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7472 M:      Anna Schumaker <anna.schumaker@netapp.com>
7473 L:      linux-nfs@vger.kernel.org
7474 W:      http://client.linux-nfs.org
7475 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7476 S:      Maintained
7477 F:      fs/lockd/
7478 F:      fs/nfs/
7479 F:      fs/nfs_common/
7480 F:      net/sunrpc/
7481 F:      include/linux/lockd/
7482 F:      include/linux/nfs*
7483 F:      include/linux/sunrpc/
7484 F:      include/uapi/linux/nfs*
7485 F:      include/uapi/linux/sunrpc/
7486
7487 NILFS2 FILESYSTEM
7488 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7489 L:      linux-nilfs@vger.kernel.org
7490 W:      http://nilfs.sourceforge.net/
7491 T:      git git://github.com/konis/nilfs2.git
7492 S:      Supported
7493 F:      Documentation/filesystems/nilfs2.txt
7494 F:      fs/nilfs2/
7495 F:      include/linux/nilfs2_fs.h
7496 F:      include/trace/events/nilfs2.h
7497
7498 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7499 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7500 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7501 S:      Maintained
7502 F:      Documentation/scsi/NinjaSCSI.txt
7503 F:      drivers/scsi/pcmcia/nsp_*
7504
7505 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7506 M:      GOTO Masanori <gotom@debian.or.jp>
7507 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7508 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7509 S:      Maintained
7510 F:      Documentation/scsi/NinjaSCSI.txt
7511 F:      drivers/scsi/nsp32*
7512
7513 NIOS2 ARCHITECTURE
7514 M:      Ley Foon Tan <lftan@altera.com>
7515 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7517 S:      Maintained
7518 F:      arch/nios2/
7519
7520 NOKIA N900 POWER SUPPLY DRIVERS
7521 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7522 S:      Maintained
7523 F:      include/linux/power/bq2415x_charger.h
7524 F:      include/linux/power/bq27xxx_battery.h
7525 F:      include/linux/power/isp1704_charger.h
7526 F:      drivers/power/bq2415x_charger.c
7527 F:      drivers/power/bq27xxx_battery.c
7528 F:      drivers/power/isp1704_charger.c
7529 F:      drivers/power/rx51_battery.c
7530
7531 NTB DRIVER CORE
7532 M:      Jon Mason <jdmason@kudzu.us>
7533 M:      Dave Jiang <dave.jiang@intel.com>
7534 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7535 L:      linux-ntb@googlegroups.com
7536 S:      Supported
7537 W:      https://github.com/jonmason/ntb/wiki
7538 T:      git git://github.com/jonmason/ntb.git
7539 F:      drivers/ntb/
7540 F:      drivers/net/ntb_netdev.c
7541 F:      include/linux/ntb.h
7542 F:      include/linux/ntb_transport.h
7543
7544 NTB INTEL DRIVER
7545 M:      Jon Mason <jdmason@kudzu.us>
7546 M:      Dave Jiang <dave.jiang@intel.com>
7547 L:      linux-ntb@googlegroups.com
7548 S:      Supported
7549 W:      https://github.com/jonmason/ntb/wiki
7550 T:      git git://github.com/jonmason/ntb.git
7551 F:      drivers/ntb/hw/intel/
7552
7553 NTFS FILESYSTEM
7554 M:      Anton Altaparmakov <anton@tuxera.com>
7555 L:      linux-ntfs-dev@lists.sourceforge.net
7556 W:      http://www.tuxera.com/
7557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7558 S:      Supported
7559 F:      Documentation/filesystems/ntfs.txt
7560 F:      fs/ntfs/
7561
7562 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7563 M:      Antonino Daplas <adaplas@gmail.com>
7564 L:      linux-fbdev@vger.kernel.org
7565 S:      Maintained
7566 F:      drivers/video/fbdev/riva/
7567 F:      drivers/video/fbdev/nvidia/
7568
7569 NVM EXPRESS DRIVER
7570 M:      Keith Busch <keith.busch@intel.com>
7571 M:      Jens Axboe <axboe@fb.com>
7572 L:      linux-nvme@lists.infradead.org
7573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7574 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7575 S:      Supported
7576 F:      drivers/nvme/host/
7577 F:      include/linux/nvme.h
7578
7579 NVMEM FRAMEWORK
7580 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7581 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7582 S:      Maintained
7583 F:      drivers/nvmem/
7584 F:      Documentation/devicetree/bindings/nvmem/
7585 F:      include/linux/nvmem-consumer.h
7586 F:      include/linux/nvmem-provider.h
7587
7588 NXP-NCI NFC DRIVER
7589 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7590 R:      Charles Gorand <charles.gorand@effinnov.com>
7591 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7592 S:      Supported
7593 F:      drivers/nfc/nxp-nci
7594
7595 NXP TDA998X DRM DRIVER
7596 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7597 S:      Supported
7598 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7599 F:      include/drm/i2c/tda998x.h
7600
7601 NXP TFA9879 DRIVER
7602 M:      Peter Rosin <peda@axentia.se>
7603 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7604 S:      Maintained
7605 F:      sound/soc/codecs/tfa9879*
7606
7607 OMAP SUPPORT
7608 M:      Tony Lindgren <tony@atomide.com>
7609 L:      linux-omap@vger.kernel.org
7610 W:      http://www.muru.com/linux/omap/
7611 W:      http://linux.omap.com/
7612 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7614 S:      Maintained
7615 F:      arch/arm/*omap*/
7616 F:      arch/arm/configs/omap1_defconfig
7617 F:      arch/arm/configs/omap2plus_defconfig
7618 F:      drivers/i2c/busses/i2c-omap.c
7619 F:      drivers/irqchip/irq-omap-intc.c
7620 F:      drivers/mfd/*omap*.c
7621 F:      drivers/mfd/menelaus.c
7622 F:      drivers/mfd/palmas.c
7623 F:      drivers/mfd/tps65217.c
7624 F:      drivers/mfd/tps65218.c
7625 F:      drivers/mfd/tps65910.c
7626 F:      drivers/mfd/twl-core.[ch]
7627 F:      drivers/mfd/twl4030*.c
7628 F:      drivers/mfd/twl6030*.c
7629 F:      drivers/mfd/twl6040*.c
7630 F:      drivers/regulator/palmas-regulator*.c
7631 F:      drivers/regulator/pbias-regulator.c
7632 F:      drivers/regulator/tps65217-regulator.c
7633 F:      drivers/regulator/tps65218-regulator.c
7634 F:      drivers/regulator/tps65910-regulator.c
7635 F:      drivers/regulator/twl-regulator.c
7636 F:      include/linux/i2c-omap.h
7637
7638 OMAP DEVICE TREE SUPPORT
7639 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7640 M:      Tony Lindgren <tony@atomide.com>
7641 L:      linux-omap@vger.kernel.org
7642 L:      devicetree@vger.kernel.org
7643 S:      Maintained
7644 F:      arch/arm/boot/dts/*omap*
7645 F:      arch/arm/boot/dts/*am3*
7646 F:      arch/arm/boot/dts/*am4*
7647 F:      arch/arm/boot/dts/*am5*
7648 F:      arch/arm/boot/dts/*dra7*
7649
7650 OMAP CLOCK FRAMEWORK SUPPORT
7651 M:      Paul Walmsley <paul@pwsan.com>
7652 L:      linux-omap@vger.kernel.org
7653 S:      Maintained
7654 F:      arch/arm/*omap*/*clock*
7655
7656 OMAP POWER MANAGEMENT SUPPORT
7657 M:      Kevin Hilman <khilman@deeprootsystems.com>
7658 L:      linux-omap@vger.kernel.org
7659 S:      Maintained
7660 F:      arch/arm/*omap*/*pm*
7661 F:      drivers/cpufreq/omap-cpufreq.c
7662
7663 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7664 M:      Rajendra Nayak <rnayak@ti.com>
7665 M:      Paul Walmsley <paul@pwsan.com>
7666 L:      linux-omap@vger.kernel.org
7667 S:      Maintained
7668 F:      arch/arm/mach-omap2/prm*
7669
7670 OMAP AUDIO SUPPORT
7671 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7672 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7673 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7674 L:      linux-omap@vger.kernel.org
7675 S:      Maintained
7676 F:      sound/soc/omap/
7677
7678 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7679 M:      Roger Quadros <rogerq@ti.com>
7680 M:      Tony Lindgren <tony@atomide.com>
7681 L:      linux-omap@vger.kernel.org
7682 S:      Maintained
7683 F:      drivers/memory/omap-gpmc.c
7684 F:      arch/arm/mach-omap2/*gpmc*
7685
7686 OMAP FRAMEBUFFER SUPPORT
7687 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7688 L:      linux-fbdev@vger.kernel.org
7689 L:      linux-omap@vger.kernel.org
7690 S:      Maintained
7691 F:      drivers/video/fbdev/omap/
7692
7693 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7694 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7695 L:      linux-omap@vger.kernel.org
7696 L:      linux-fbdev@vger.kernel.org
7697 S:      Maintained
7698 F:      drivers/video/fbdev/omap2/
7699 F:      Documentation/arm/OMAP/DSS
7700
7701 OMAP HARDWARE SPINLOCK SUPPORT
7702 M:      Ohad Ben-Cohen <ohad@wizery.com>
7703 L:      linux-omap@vger.kernel.org
7704 S:      Maintained
7705 F:      drivers/hwspinlock/omap_hwspinlock.c
7706
7707 OMAP MMC SUPPORT
7708 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7709 L:      linux-omap@vger.kernel.org
7710 S:      Maintained
7711 F:      drivers/mmc/host/omap.c
7712
7713 OMAP HS MMC SUPPORT
7714 L:      linux-mmc@vger.kernel.org
7715 L:      linux-omap@vger.kernel.org
7716 S:      Orphan
7717 F:      drivers/mmc/host/omap_hsmmc.c
7718
7719 OMAP RANDOM NUMBER GENERATOR SUPPORT
7720 M:      Deepak Saxena <dsaxena@plexity.net>
7721 S:      Maintained
7722 F:      drivers/char/hw_random/omap-rng.c
7723
7724 OMAP HWMOD SUPPORT
7725 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7726 M:      Paul Walmsley <paul@pwsan.com>
7727 L:      linux-omap@vger.kernel.org
7728 S:      Maintained
7729 F:      arch/arm/mach-omap2/omap_hwmod.*
7730
7731 OMAP HWMOD DATA
7732 M:      Paul Walmsley <paul@pwsan.com>
7733 L:      linux-omap@vger.kernel.org
7734 S:      Maintained
7735 F:      arch/arm/mach-omap2/omap_hwmod*data*
7736
7737 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7738 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7739 L:      linux-omap@vger.kernel.org
7740 S:      Maintained
7741 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7742
7743 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7744 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7745 L:      linux-media@vger.kernel.org
7746 S:      Maintained
7747 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7748 F:      drivers/media/platform/omap3isp/
7749 F:      drivers/staging/media/omap4iss/
7750
7751 OMAP USB SUPPORT
7752 M:      Felipe Balbi <balbi@ti.com>
7753 L:      linux-usb@vger.kernel.org
7754 L:      linux-omap@vger.kernel.org
7755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7756 S:      Maintained
7757 F:      drivers/usb/*/*omap*
7758 F:      arch/arm/*omap*/usb*
7759
7760 OMAP GPIO DRIVER
7761 M:      Javier Martinez Canillas <javier@dowhile0.org>
7762 M:      Santosh Shilimkar <ssantosh@kernel.org>
7763 M:      Kevin Hilman <khilman@deeprootsystems.com>
7764 L:      linux-omap@vger.kernel.org
7765 S:      Maintained
7766 F:      drivers/gpio/gpio-omap.c
7767
7768 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7769 M:      Mark Jackson <mpfj@newflow.co.uk>
7770 L:      linux-omap@vger.kernel.org
7771 S:      Maintained
7772 F:      arch/arm/boot/dts/am335x-nano.dts
7773
7774 OMFS FILESYSTEM
7775 M:      Bob Copeland <me@bobcopeland.com>
7776 L:      linux-karma-devel@lists.sourceforge.net
7777 S:      Maintained
7778 F:      Documentation/filesystems/omfs.txt
7779 F:      fs/omfs/
7780
7781 OMNIKEY CARDMAN 4000 DRIVER
7782 M:      Harald Welte <laforge@gnumonks.org>
7783 S:      Maintained
7784 F:      drivers/char/pcmcia/cm4000_cs.c
7785 F:      include/linux/cm4000_cs.h
7786 F:      include/uapi/linux/cm4000_cs.h
7787
7788 OMNIKEY CARDMAN 4040 DRIVER
7789 M:      Harald Welte <laforge@gnumonks.org>
7790 S:      Maintained
7791 F:      drivers/char/pcmcia/cm4040_cs.*
7792
7793 OMNIVISION OV7670 SENSOR DRIVER
7794 M:      Jonathan Corbet <corbet@lwn.net>
7795 L:      linux-media@vger.kernel.org
7796 T:      git git://linuxtv.org/media_tree.git
7797 S:      Maintained
7798 F:      drivers/media/i2c/ov7670.c
7799
7800 ONENAND FLASH DRIVER
7801 M:      Kyungmin Park <kyungmin.park@samsung.com>
7802 L:      linux-mtd@lists.infradead.org
7803 S:      Maintained
7804 F:      drivers/mtd/onenand/
7805 F:      include/linux/mtd/onenand*.h
7806
7807 ONSTREAM SCSI TAPE DRIVER
7808 M:      Willem Riede <osst@riede.org>
7809 L:      osst-users@lists.sourceforge.net
7810 L:      linux-scsi@vger.kernel.org
7811 S:      Maintained
7812 F:      Documentation/scsi/osst.txt
7813 F:      drivers/scsi/osst.*
7814 F:      drivers/scsi/osst_*.h
7815 F:      drivers/scsi/st.h
7816
7817 OPENCORES I2C BUS DRIVER
7818 M:      Peter Korsgaard <jacmet@sunsite.dk>
7819 L:      linux-i2c@vger.kernel.org
7820 S:      Maintained
7821 F:      Documentation/i2c/busses/i2c-ocores
7822 F:      drivers/i2c/busses/i2c-ocores.c
7823
7824 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7825 M:      Rob Herring <robh+dt@kernel.org>
7826 M:      Frank Rowand <frowand.list@gmail.com>
7827 M:      Grant Likely <grant.likely@linaro.org>
7828 L:      devicetree@vger.kernel.org
7829 W:      http://www.devicetree.org/
7830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7831 S:      Maintained
7832 F:      drivers/of/
7833 F:      include/linux/of*.h
7834 F:      scripts/dtc/
7835
7836 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7837 M:      Rob Herring <robh+dt@kernel.org>
7838 M:      Pawel Moll <pawel.moll@arm.com>
7839 M:      Mark Rutland <mark.rutland@arm.com>
7840 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7841 M:      Kumar Gala <galak@codeaurora.org>
7842 L:      devicetree@vger.kernel.org
7843 S:      Maintained
7844 F:      Documentation/devicetree/
7845 F:      arch/*/boot/dts/
7846 F:      include/dt-bindings/
7847
7848 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7849 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7850 L:      devicetree@vger.kernel.org
7851 S:      Maintained
7852 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7853 F:      Documentation/devicetree/overlay-notes.txt
7854 F:      drivers/of/overlay.c
7855 F:      drivers/of/resolver.c
7856
7857 OPENRISC ARCHITECTURE
7858 M:      Jonas Bonn <jonas@southpole.se>
7859 W:      http://openrisc.net
7860 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7861 S:      Maintained
7862 T:      git git://openrisc.net/~jonas/linux
7863 F:      arch/openrisc/
7864
7865 OPENVSWITCH
7866 M:      Pravin Shelar <pshelar@nicira.com>
7867 L:      netdev@vger.kernel.org
7868 L:      dev@openvswitch.org
7869 W:      http://openvswitch.org
7870 S:      Maintained
7871 F:      net/openvswitch/
7872 F:      include/uapi/linux/openvswitch.h
7873
7874 OPL4 DRIVER
7875 M:      Clemens Ladisch <clemens@ladisch.de>
7876 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7877 T:      git git://git.alsa-project.org/alsa-kernel.git
7878 S:      Maintained
7879 F:      sound/drivers/opl4/
7880
7881 OPROFILE
7882 M:      Robert Richter <rric@kernel.org>
7883 L:      oprofile-list@lists.sf.net
7884 S:      Maintained
7885 F:      arch/*/include/asm/oprofile*.h
7886 F:      arch/*/oprofile/
7887 F:      drivers/oprofile/
7888 F:      include/linux/oprofile.h
7889
7890 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7891 M:      Mark Fasheh <mfasheh@suse.com>
7892 M:      Joel Becker <jlbec@evilplan.org>
7893 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7894 W:      http://ocfs2.wiki.kernel.org
7895 S:      Supported
7896 F:      Documentation/filesystems/ocfs2.txt
7897 F:      Documentation/filesystems/dlmfs.txt
7898 F:      fs/ocfs2/
7899
7900 ORINOCO DRIVER
7901 L:      linux-wireless@vger.kernel.org
7902 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7903 W:      http://www.nongnu.org/orinoco/
7904 S:      Orphan
7905 F:      drivers/net/wireless/orinoco/
7906
7907 OSD LIBRARY and FILESYSTEM
7908 M:      Boaz Harrosh <ooo@electrozaur.com>
7909 M:      Benny Halevy <bhalevy@primarydata.com>
7910 L:      osd-dev@open-osd.org
7911 W:      http://open-osd.org
7912 T:      git git://git.open-osd.org/open-osd.git
7913 S:      Maintained
7914 F:      drivers/scsi/osd/
7915 F:      include/scsi/osd_*
7916 F:      fs/exofs/
7917
7918 OVERLAY FILESYSTEM
7919 M:      Miklos Szeredi <miklos@szeredi.hu>
7920 L:      linux-unionfs@vger.kernel.org
7921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7922 S:      Supported
7923 F:      fs/overlayfs/
7924 F:      Documentation/filesystems/overlayfs.txt
7925
7926 P54 WIRELESS DRIVER
7927 M:      Christian Lamparter <chunkeey@googlemail.com>
7928 L:      linux-wireless@vger.kernel.org
7929 W:      http://wireless.kernel.org/en/users/Drivers/p54
7930 S:      Maintained
7931 F:      drivers/net/wireless/p54/
7932
7933 PA SEMI ETHERNET DRIVER
7934 M:      Olof Johansson <olof@lixom.net>
7935 L:      netdev@vger.kernel.org
7936 S:      Maintained
7937 F:      drivers/net/ethernet/pasemi/*
7938
7939 PA SEMI SMBUS DRIVER
7940 M:      Olof Johansson <olof@lixom.net>
7941 L:      linux-i2c@vger.kernel.org
7942 S:      Maintained
7943 F:      drivers/i2c/busses/i2c-pasemi.c
7944
7945 PADATA PARALLEL EXECUTION MECHANISM
7946 M:      Steffen Klassert <steffen.klassert@secunet.com>
7947 L:      linux-crypto@vger.kernel.org
7948 S:      Maintained
7949 F:      kernel/padata.c
7950 F:      include/linux/padata.h
7951 F:      Documentation/padata.txt
7952
7953 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7954 M:      Harald Welte <laforge@gnumonks.org>
7955 L:      platform-driver-x86@vger.kernel.org
7956 S:      Maintained
7957 F:      drivers/platform/x86/panasonic-laptop.c
7958
7959 PANASONIC MN10300/AM33/AM34 PORT
7960 M:      David Howells <dhowells@redhat.com>
7961 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7962 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7963 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7964 S:      Maintained
7965 F:      Documentation/mn10300/
7966 F:      arch/mn10300/
7967
7968 PARALLEL PORT SUBSYSTEM
7969 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7970 M:      Sudip Mukherjee <sudip@vectorindia.org>
7971 L:      linux-parport@lists.infradead.org (subscribers-only)
7972 S:      Maintained
7973 F:      drivers/parport/
7974 F:      include/linux/parport*.h
7975 F:      drivers/char/ppdev.c
7976 F:      include/uapi/linux/ppdev.h
7977 F:      Documentation/parport*.txt
7978
7979 PARAVIRT_OPS INTERFACE
7980 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7981 M:      Chris Wright <chrisw@sous-sol.org>
7982 M:      Alok Kataria <akataria@vmware.com>
7983 M:      Rusty Russell <rusty@rustcorp.com.au>
7984 L:      virtualization@lists.linux-foundation.org
7985 S:      Supported
7986 F:      Documentation/virtual/paravirt_ops.txt
7987 F:      arch/*/kernel/paravirt*
7988 F:      arch/*/include/asm/paravirt.h
7989
7990 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7991 M:      Tim Waugh <tim@cyberelk.net>
7992 L:      linux-parport@lists.infradead.org (subscribers-only)
7993 S:      Maintained
7994 F:      Documentation/blockdev/paride.txt
7995 F:      drivers/block/paride/
7996
7997 PARISC ARCHITECTURE
7998 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7999 M:      Helge Deller <deller@gmx.de>
8000 L:      linux-parisc@vger.kernel.org
8001 W:      http://www.parisc-linux.org/
8002 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8005 S:      Maintained
8006 F:      arch/parisc/
8007 F:      Documentation/parisc/
8008 F:      drivers/parisc/
8009 F:      drivers/char/agp/parisc-agp.c
8010 F:      drivers/input/serio/gscps2.c
8011 F:      drivers/parport/parport_gsc.*
8012 F:      drivers/tty/serial/8250/8250_gsc.c
8013 F:      drivers/video/fbdev/sti*
8014 F:      drivers/video/console/sti*
8015 F:      drivers/video/logo/logo_parisc*
8016
8017 PC87360 HARDWARE MONITORING DRIVER
8018 M:      Jim Cromie <jim.cromie@gmail.com>
8019 L:      lm-sensors@lm-sensors.org
8020 S:      Maintained
8021 F:      Documentation/hwmon/pc87360
8022 F:      drivers/hwmon/pc87360.c
8023
8024 PC8736x GPIO DRIVER
8025 M:      Jim Cromie <jim.cromie@gmail.com>
8026 S:      Maintained
8027 F:      drivers/char/pc8736x_gpio.c
8028
8029 PC87427 HARDWARE MONITORING DRIVER
8030 M:      Jean Delvare <jdelvare@suse.com>
8031 L:      lm-sensors@lm-sensors.org
8032 S:      Maintained
8033 F:      Documentation/hwmon/pc87427
8034 F:      drivers/hwmon/pc87427.c
8035
8036 PCA9532 LED DRIVER
8037 M:      Riku Voipio <riku.voipio@iki.fi>
8038 S:      Maintained
8039 F:      drivers/leds/leds-pca9532.c
8040 F:      include/linux/leds-pca9532.h
8041
8042 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8043 M:      Guenter Roeck <linux@roeck-us.net>
8044 L:      linux-i2c@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8047
8048 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8049 M:      Khalid Aziz <khalid@gonehiking.org>
8050 S:      Maintained
8051 F:      drivers/firmware/pcdp.*
8052
8053 PCI ERROR RECOVERY
8054 M:      Linas Vepstas <linasvepstas@gmail.com>
8055 L:      linux-pci@vger.kernel.org
8056 S:      Supported
8057 F:      Documentation/PCI/pci-error-recovery.txt
8058
8059 PCI SUBSYSTEM
8060 M:      Bjorn Helgaas <bhelgaas@google.com>
8061 L:      linux-pci@vger.kernel.org
8062 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8064 S:      Supported
8065 F:      Documentation/PCI/
8066 F:      drivers/pci/
8067 F:      include/linux/pci*
8068 F:      arch/x86/pci/
8069 F:      arch/x86/kernel/quirks.c
8070
8071 PCI DRIVER FOR ALTERA PCIE IP
8072 M:      Ley Foon Tan <lftan@altera.com>
8073 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8074 L:      linux-pci@vger.kernel.org
8075 S:      Supported
8076 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8077 F:      drivers/pci/host/pcie-altera.c
8078
8079 PCI DRIVER FOR ARM VERSATILE PLATFORM
8080 M:      Rob Herring <robh@kernel.org>
8081 L:      linux-pci@vger.kernel.org
8082 L:      linux-arm-kernel@lists.infradead.org
8083 S:      Maintained
8084 F:      Documentation/devicetree/bindings/pci/versatile.txt
8085 F:      drivers/pci/host/pci-versatile.c
8086
8087 PCI DRIVER FOR APPLIEDMICRO XGENE
8088 M:      Tanmay Inamdar <tinamdar@apm.com>
8089 L:      linux-pci@vger.kernel.org
8090 L:      linux-arm-kernel@lists.infradead.org
8091 S:      Maintained
8092 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8093 F:      drivers/pci/host/pci-xgene.c
8094
8095 PCI DRIVER FOR FREESCALE LAYERSCAPE
8096 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8097 M:      Mingkai Hu <mingkai.hu@freescale.com>
8098 M:      Roy Zang <tie-fei.zang@freescale.com>
8099 L:      linuxppc-dev@lists.ozlabs.org
8100 L:      linux-pci@vger.kernel.org
8101 L:      linux-arm-kernel@lists.infradead.org
8102 S:      Maintained
8103 F:      drivers/pci/host/*layerscape*
8104
8105 PCI DRIVER FOR IMX6
8106 M:      Richard Zhu <Richard.Zhu@freescale.com>
8107 M:      Lucas Stach <l.stach@pengutronix.de>
8108 L:      linux-pci@vger.kernel.org
8109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8110 S:      Maintained
8111 F:      drivers/pci/host/*imx6*
8112
8113 PCI DRIVER FOR TI KEYSTONE
8114 M:      Murali Karicheri <m-karicheri2@ti.com>
8115 L:      linux-pci@vger.kernel.org
8116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8117 S:      Maintained
8118 F:      drivers/pci/host/*keystone*
8119
8120 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8121 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8122 M:      Jason Cooper <jason@lakedaemon.net>
8123 L:      linux-pci@vger.kernel.org
8124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8125 S:      Maintained
8126 F:      drivers/pci/host/*mvebu*
8127
8128 PCI DRIVER FOR NVIDIA TEGRA
8129 M:      Thierry Reding <thierry.reding@gmail.com>
8130 L:      linux-tegra@vger.kernel.org
8131 L:      linux-pci@vger.kernel.org
8132 S:      Supported
8133 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8134 F:      drivers/pci/host/pci-tegra.c
8135
8136 PCI DRIVER FOR TI DRA7XX
8137 M:      Kishon Vijay Abraham I <kishon@ti.com>
8138 L:      linux-omap@vger.kernel.org
8139 L:      linux-pci@vger.kernel.org
8140 S:      Supported
8141 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8142 F:      drivers/pci/host/pci-dra7xx.c
8143
8144 PCI DRIVER FOR RENESAS R-CAR
8145 M:      Simon Horman <horms@verge.net.au>
8146 L:      linux-pci@vger.kernel.org
8147 L:      linux-sh@vger.kernel.org
8148 S:      Maintained
8149 F:      drivers/pci/host/*rcar*
8150
8151 PCI DRIVER FOR SAMSUNG EXYNOS
8152 M:      Jingoo Han <jingoohan1@gmail.com>
8153 L:      linux-pci@vger.kernel.org
8154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8155 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8156 S:      Maintained
8157 F:      drivers/pci/host/pci-exynos.c
8158
8159 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8160 M:      Jingoo Han <jingoohan1@gmail.com>
8161 M:      Pratyush Anand <pratyush.anand@gmail.com>
8162 L:      linux-pci@vger.kernel.org
8163 S:      Maintained
8164 F:      drivers/pci/host/*designware*
8165
8166 PCI DRIVER FOR GENERIC OF HOSTS
8167 M:      Will Deacon <will.deacon@arm.com>
8168 L:      linux-pci@vger.kernel.org
8169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8170 S:      Maintained
8171 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8172 F:      drivers/pci/host/pci-host-generic.c
8173
8174 PCIE DRIVER FOR ST SPEAR13XX
8175 M:      Pratyush Anand <pratyush.anand@gmail.com>
8176 L:      linux-pci@vger.kernel.org
8177 S:      Maintained
8178 F:      drivers/pci/host/*spear*
8179
8180 PCI MSI DRIVER FOR ALTERA MSI IP
8181 M:      Ley Foon Tan <lftan@altera.com>
8182 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8183 L:      linux-pci@vger.kernel.org
8184 S:      Supported
8185 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8186 F:      drivers/pci/host/pcie-altera-msi.c
8187
8188 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8189 M:      Duc Dang <dhdang@apm.com>
8190 L:      linux-pci@vger.kernel.org
8191 L:      linux-arm-kernel@lists.infradead.org
8192 S:      Maintained
8193 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8194 F:      drivers/pci/host/pci-xgene-msi.c
8195
8196 PCIE DRIVER FOR HISILICON
8197 M:      Zhou Wang <wangzhou1@hisilicon.com>
8198 L:      linux-pci@vger.kernel.org
8199 S:      Maintained
8200 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8201 F:      drivers/pci/host/pcie-hisi.c
8202
8203 PCMCIA SUBSYSTEM
8204 P:      Linux PCMCIA Team
8205 L:      linux-pcmcia@lists.infradead.org
8206 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8208 S:      Maintained
8209 F:      Documentation/pcmcia/
8210 F:      drivers/pcmcia/
8211 F:      include/pcmcia/
8212
8213 PCNET32 NETWORK DRIVER
8214 M:      Don Fry <pcnet32@frontier.com>
8215 L:      netdev@vger.kernel.org
8216 S:      Maintained
8217 F:      drivers/net/ethernet/amd/pcnet32.c
8218
8219 PCRYPT PARALLEL CRYPTO ENGINE
8220 M:      Steffen Klassert <steffen.klassert@secunet.com>
8221 L:      linux-crypto@vger.kernel.org
8222 S:      Maintained
8223 F:      crypto/pcrypt.c
8224 F:      include/crypto/pcrypt.h
8225
8226 PER-CPU MEMORY ALLOCATOR
8227 M:      Tejun Heo <tj@kernel.org>
8228 M:      Christoph Lameter <cl@linux-foundation.org>
8229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8230 S:      Maintained
8231 F:      include/linux/percpu*.h
8232 F:      mm/percpu*.c
8233 F:      arch/*/include/asm/percpu.h
8234
8235 PER-TASK DELAY ACCOUNTING
8236 M:      Balbir Singh <bsingharora@gmail.com>
8237 S:      Maintained
8238 F:      include/linux/delayacct.h
8239 F:      kernel/delayacct.c
8240
8241 PERFORMANCE EVENTS SUBSYSTEM
8242 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8243 M:      Ingo Molnar <mingo@redhat.com>
8244 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8245 L:      linux-kernel@vger.kernel.org
8246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8247 S:      Supported
8248 F:      kernel/events/*
8249 F:      include/linux/perf_event.h
8250 F:      include/uapi/linux/perf_event.h
8251 F:      arch/*/kernel/perf_event*.c
8252 F:      arch/*/kernel/*/perf_event*.c
8253 F:      arch/*/kernel/*/*/perf_event*.c
8254 F:      arch/*/include/asm/perf_event.h
8255 F:      arch/*/kernel/perf_callchain.c
8256 F:      tools/perf/
8257
8258 PERSONALITY HANDLING
8259 M:      Christoph Hellwig <hch@infradead.org>
8260 L:      linux-abi-devel@lists.sourceforge.net
8261 S:      Maintained
8262 F:      include/linux/personality.h
8263 F:      include/uapi/linux/personality.h
8264
8265 PHONET PROTOCOL
8266 M:      Remi Denis-Courmont <courmisch@gmail.com>
8267 S:      Supported
8268 F:      Documentation/networking/phonet.txt
8269 F:      include/linux/phonet.h
8270 F:      include/net/phonet/
8271 F:      include/uapi/linux/phonet.h
8272 F:      net/phonet/
8273
8274 PHRAM MTD DRIVER
8275 M:      Joern Engel <joern@lazybastard.org>
8276 L:      linux-mtd@lists.infradead.org
8277 S:      Maintained
8278 F:      drivers/mtd/devices/phram.c
8279
8280 PICOLCD HID DRIVER
8281 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8282 L:      linux-input@vger.kernel.org
8283 S:      Maintained
8284 F:      drivers/hid/hid-picolcd*
8285
8286 PICOXCELL SUPPORT
8287 M:      Jamie Iles <jamie@jamieiles.com>
8288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8289 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8290 S:      Supported
8291 F:      arch/arm/boot/dts/picoxcell*
8292 F:      arch/arm/mach-picoxcell/
8293 F:      drivers/crypto/picoxcell*
8294
8295 PIN CONTROL SUBSYSTEM
8296 M:      Linus Walleij <linus.walleij@linaro.org>
8297 L:      linux-gpio@vger.kernel.org
8298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8299 S:      Maintained
8300 F:      drivers/pinctrl/
8301 F:      include/linux/pinctrl/
8302
8303 PIN CONTROLLER - ATMEL AT91
8304 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8305 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8306 S:      Maintained
8307 F:      drivers/pinctrl/pinctrl-at91.*
8308
8309 PIN CONTROLLER - ATMEL AT91 PIO4
8310 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8312 L:      linux-gpio@vger.kernel.org
8313 S:      Supported
8314 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8315
8316 PIN CONTROLLER - INTEL
8317 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8318 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8319 S:      Maintained
8320 F:      drivers/pinctrl/intel/
8321
8322 PIN CONTROLLER - RENESAS
8323 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8324 L:      linux-sh@vger.kernel.org
8325 S:      Maintained
8326 F:      drivers/pinctrl/sh-pfc/
8327
8328 PIN CONTROLLER - SAMSUNG
8329 M:      Tomasz Figa <tomasz.figa@gmail.com>
8330 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8331 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8332 S:      Maintained
8333 F:      drivers/pinctrl/samsung/
8334
8335 PIN CONTROLLER - ST SPEAR
8336 M:      Viresh Kumar <vireshk@kernel.org>
8337 L:      spear-devel@list.st.com
8338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8339 W:      http://www.st.com/spear
8340 S:      Maintained
8341 F:      drivers/pinctrl/spear/
8342
8343 PKTCDVD DRIVER
8344 M:      Jiri Kosina <jikos@kernel.org>
8345 S:      Maintained
8346 F:      drivers/block/pktcdvd.c
8347 F:      include/linux/pktcdvd.h
8348 F:      include/uapi/linux/pktcdvd.h
8349
8350 PKUNITY SOC DRIVERS
8351 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8352 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8353 S:      Maintained
8354 T:      git git://github.com/gxt/linux.git
8355 F:      drivers/input/serio/i8042-unicore32io.h
8356 F:      drivers/i2c/busses/i2c-puv3.c
8357 F:      drivers/video/fbdev/fb-puv3.c
8358 F:      drivers/rtc/rtc-puv3.c
8359
8360 PMBUS HARDWARE MONITORING DRIVERS
8361 M:      Guenter Roeck <linux@roeck-us.net>
8362 L:      lm-sensors@lm-sensors.org
8363 W:      http://www.lm-sensors.org/
8364 W:      http://www.roeck-us.net/linux/drivers/
8365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8366 S:      Maintained
8367 F:      Documentation/hwmon/pmbus
8368 F:      drivers/hwmon/pmbus/
8369 F:      include/linux/i2c/pmbus.h
8370
8371 PMC SIERRA MaxRAID DRIVER
8372 L:      linux-scsi@vger.kernel.org
8373 W:      http://www.pmc-sierra.com/
8374 S:      Orphan
8375 F:      drivers/scsi/pmcraid.*
8376
8377 PMC SIERRA PM8001 DRIVER
8378 M:      Jack Wang <jinpu.wang@profitbricks.com>
8379 M:      lindar_liu@usish.com
8380 L:      pmchba@pmcs.com
8381 L:      linux-scsi@vger.kernel.org
8382 S:      Supported
8383 F:      drivers/scsi/pm8001/
8384
8385 POSIX CLOCKS and TIMERS
8386 M:      Thomas Gleixner <tglx@linutronix.de>
8387 L:      linux-kernel@vger.kernel.org
8388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8389 S:      Maintained
8390 F:      fs/timerfd.c
8391 F:      include/linux/timer*
8392 F:      kernel/time/*timer*
8393
8394 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8395 M:      Sebastian Reichel <sre@kernel.org>
8396 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8397 M:      David Woodhouse <dwmw2@infradead.org>
8398 L:      linux-pm@vger.kernel.org
8399 T:      git git://git.infradead.org/battery-2.6.git
8400 S:      Maintained
8401 F:      include/linux/power_supply.h
8402 F:      drivers/power/
8403 X:      drivers/power/avs/
8404
8405 POWER STATE COORDINATION INTERFACE (PSCI)
8406 M:      Mark Rutland <mark.rutland@arm.com>
8407 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8408 L:      linux-arm-kernel@lists.infradead.org
8409 S:      Maintained
8410 F:      drivers/firmware/psci.c
8411 F:      include/linux/psci.h
8412 F:      include/uapi/linux/psci.h
8413
8414 PNP SUPPORT
8415 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8416 S:      Maintained
8417 F:      drivers/pnp/
8418
8419 PNXxxxx I2C DRIVER
8420 M:      Vitaly Wool <vitalywool@gmail.com>
8421 L:      linux-i2c@vger.kernel.org
8422 S:      Maintained
8423 F:      drivers/i2c/busses/i2c-pnx.c
8424
8425 PPP PROTOCOL DRIVERS AND COMPRESSORS
8426 M:      Paul Mackerras <paulus@samba.org>
8427 L:      linux-ppp@vger.kernel.org
8428 S:      Maintained
8429 F:      drivers/net/ppp/ppp_*
8430
8431 PPP OVER ATM (RFC 2364)
8432 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8433 S:      Maintained
8434 F:      net/atm/pppoatm.c
8435 F:      include/uapi/linux/atmppp.h
8436
8437 PPP OVER ETHERNET
8438 M:      Michal Ostrowski <mostrows@earthlink.net>
8439 S:      Maintained
8440 F:      drivers/net/ppp/pppoe.c
8441 F:      drivers/net/ppp/pppox.c
8442
8443 PPP OVER L2TP
8444 M:      James Chapman <jchapman@katalix.com>
8445 S:      Maintained
8446 F:      net/l2tp/l2tp_ppp.c
8447 F:      include/linux/if_pppol2tp.h
8448 F:      include/uapi/linux/if_pppol2tp.h
8449
8450 PPS SUPPORT
8451 M:      Rodolfo Giometti <giometti@enneenne.com>
8452 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8453 L:      linuxpps@ml.enneenne.com (subscribers-only)
8454 S:      Maintained
8455 F:      Documentation/pps/
8456 F:      drivers/pps/
8457 F:      include/linux/pps*.h
8458
8459 PPTP DRIVER
8460 M:      Dmitry Kozlov <xeb@mail.ru>
8461 L:      netdev@vger.kernel.org
8462 S:      Maintained
8463 F:      drivers/net/ppp/pptp.c
8464 W:      http://sourceforge.net/projects/accel-pptp
8465
8466 PREEMPTIBLE KERNEL
8467 M:      Robert Love <rml@tech9.net>
8468 L:      kpreempt-tech@lists.sourceforge.net
8469 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8470 S:      Supported
8471 F:      Documentation/preempt-locking.txt
8472 F:      include/linux/preempt.h
8473
8474 PRISM54 WIRELESS DRIVER
8475 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8476 L:      linux-wireless@vger.kernel.org
8477 W:      http://wireless.kernel.org/en/users/Drivers/p54
8478 S:      Obsolete
8479 F:      drivers/net/wireless/prism54/
8480
8481 PS3 NETWORK SUPPORT
8482 M:      Geoff Levand <geoff@infradead.org>
8483 L:      netdev@vger.kernel.org
8484 L:      linuxppc-dev@lists.ozlabs.org
8485 S:      Maintained
8486 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8487
8488 PS3 PLATFORM SUPPORT
8489 M:      Geoff Levand <geoff@infradead.org>
8490 L:      linuxppc-dev@lists.ozlabs.org
8491 S:      Maintained
8492 F:      arch/powerpc/boot/ps3*
8493 F:      arch/powerpc/include/asm/lv1call.h
8494 F:      arch/powerpc/include/asm/ps3*.h
8495 F:      arch/powerpc/platforms/ps3/
8496 F:      drivers/*/ps3*
8497 F:      drivers/ps3/
8498 F:      drivers/rtc/rtc-ps3.c
8499 F:      drivers/usb/host/*ps3.c
8500 F:      sound/ppc/snd_ps3*
8501
8502 PS3VRAM DRIVER
8503 M:      Jim Paris <jim@jtan.com>
8504 M:      Geoff Levand <geoff@infradead.org>
8505 L:      linuxppc-dev@lists.ozlabs.org
8506 S:      Maintained
8507 F:      drivers/block/ps3vram.c
8508
8509 PSTORE FILESYSTEM
8510 M:      Anton Vorontsov <anton@enomsg.org>
8511 M:      Colin Cross <ccross@android.com>
8512 M:      Kees Cook <keescook@chromium.org>
8513 M:      Tony Luck <tony.luck@intel.com>
8514 S:      Maintained
8515 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8516 F:      fs/pstore/
8517 F:      include/linux/pstore*
8518 F:      drivers/firmware/efi/efi-pstore.c
8519 F:      drivers/acpi/apei/erst.c
8520
8521 PTP HARDWARE CLOCK SUPPORT
8522 M:      Richard Cochran <richardcochran@gmail.com>
8523 L:      netdev@vger.kernel.org
8524 S:      Maintained
8525 W:      http://linuxptp.sourceforge.net/
8526 F:      Documentation/ABI/testing/sysfs-ptp
8527 F:      Documentation/ptp/*
8528 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8529 F:      drivers/net/phy/dp83640*
8530 F:      drivers/ptp/*
8531 F:      include/linux/ptp_cl*
8532
8533 PTRACE SUPPORT
8534 M:      Roland McGrath <roland@hack.frob.com>
8535 M:      Oleg Nesterov <oleg@redhat.com>
8536 S:      Maintained
8537 F:      include/asm-generic/syscall.h
8538 F:      include/linux/ptrace.h
8539 F:      include/linux/regset.h
8540 F:      include/linux/tracehook.h
8541 F:      include/uapi/linux/ptrace.h
8542 F:      kernel/ptrace.c
8543
8544 PVRUSB2 VIDEO4LINUX DRIVER
8545 M:      Mike Isely <isely@pobox.com>
8546 L:      pvrusb2@isely.net       (subscribers-only)
8547 L:      linux-media@vger.kernel.org
8548 W:      http://www.isely.net/pvrusb2/
8549 T:      git git://linuxtv.org/media_tree.git
8550 S:      Maintained
8551 F:      Documentation/video4linux/README.pvrusb2
8552 F:      drivers/media/usb/pvrusb2/
8553
8554 PWC WEBCAM DRIVER
8555 M:      Hans de Goede <hdegoede@redhat.com>
8556 L:      linux-media@vger.kernel.org
8557 T:      git git://linuxtv.org/media_tree.git
8558 S:      Maintained
8559 F:      drivers/media/usb/pwc/*
8560
8561 PWM FAN DRIVER
8562 M:      Kamil Debski <k.debski@samsung.com>
8563 L:      lm-sensors@lm-sensors.org
8564 S:      Supported
8565 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8566 F:      Documentation/hwmon/pwm-fan
8567 F:      drivers/hwmon/pwm-fan.c
8568
8569 PWM SUBSYSTEM
8570 M:      Thierry Reding <thierry.reding@gmail.com>
8571 L:      linux-pwm@vger.kernel.org
8572 S:      Maintained
8573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8574 F:      Documentation/pwm.txt
8575 F:      Documentation/devicetree/bindings/pwm/
8576 F:      include/linux/pwm.h
8577 F:      drivers/pwm/
8578 F:      drivers/video/backlight/pwm_bl.c
8579 F:      include/linux/pwm_backlight.h
8580
8581 PXA2xx/PXA3xx SUPPORT
8582 M:      Daniel Mack <daniel@zonque.org>
8583 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8584 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8586 T:      git git://github.com/hzhuang1/linux.git
8587 T:      git git://github.com/rjarzmik/linux.git
8588 S:      Maintained
8589 F:      arch/arm/mach-pxa/
8590 F:      drivers/dma/pxa*
8591 F:      drivers/pcmcia/pxa2xx*
8592 F:      drivers/spi/spi-pxa2xx*
8593 F:      drivers/usb/gadget/udc/pxa2*
8594 F:      include/sound/pxa2xx-lib.h
8595 F:      sound/arm/pxa*
8596 F:      sound/soc/pxa/
8597
8598 PXA3xx NAND FLASH DRIVER
8599 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8600 L:      linux-mtd@lists.infradead.org
8601 S:      Maintained
8602 F:      drivers/mtd/nand/pxa3xx_nand.c
8603
8604 MMP SUPPORT
8605 M:      Eric Miao <eric.y.miao@gmail.com>
8606 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8608 T:      git git://github.com/hzhuang1/linux.git
8609 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8610 S:      Maintained
8611 F:      arch/arm/mach-mmp/
8612
8613 PXA MMCI DRIVER
8614 S:      Orphan
8615
8616 PXA RTC DRIVER
8617 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8618 L:      rtc-linux@googlegroups.com
8619 S:      Maintained
8620
8621 QAT DRIVER
8622 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8623 L:      qat-linux@intel.com
8624 S:      Supported
8625 F:      drivers/crypto/qat/
8626
8627 QIB DRIVER
8628 M:      Mike Marciniszyn <infinipath@intel.com>
8629 L:      linux-rdma@vger.kernel.org
8630 S:      Supported
8631 F:      drivers/infiniband/hw/qib/
8632
8633 QLOGIC QLA1280 SCSI DRIVER
8634 M:      Michael Reed <mdr@sgi.com>
8635 L:      linux-scsi@vger.kernel.org
8636 S:      Maintained
8637 F:      drivers/scsi/qla1280.[ch]
8638
8639 QLOGIC QLA2XXX FC-SCSI DRIVER
8640 M:      qla2xxx-upstream@qlogic.com
8641 L:      linux-scsi@vger.kernel.org
8642 S:      Supported
8643 F:      Documentation/scsi/LICENSE.qla2xxx
8644 F:      drivers/scsi/qla2xxx/
8645
8646 QLOGIC QLA4XXX iSCSI DRIVER
8647 M:      QLogic-Storage-Upstream@qlogic.com
8648 L:      linux-scsi@vger.kernel.org
8649 S:      Supported
8650 F:      Documentation/scsi/LICENSE.qla4xxx
8651 F:      drivers/scsi/qla4xxx/
8652
8653 QLOGIC QLA3XXX NETWORK DRIVER
8654 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8655 M:      Ron Mercer <ron.mercer@qlogic.com>
8656 M:      linux-driver@qlogic.com
8657 L:      netdev@vger.kernel.org
8658 S:      Supported
8659 F:      Documentation/networking/LICENSE.qla3xxx
8660 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8661
8662 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8663 M:      Dept-GELinuxNICDev@qlogic.com
8664 L:      netdev@vger.kernel.org
8665 S:      Supported
8666 F:      drivers/net/ethernet/qlogic/qlcnic/
8667
8668 QLOGIC QLGE 10Gb ETHERNET DRIVER
8669 M:      Harish Patil <harish.patil@qlogic.com>
8670 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8671 M:      Dept-GELinuxNICDev@qlogic.com
8672 M:      linux-driver@qlogic.com
8673 L:      netdev@vger.kernel.org
8674 S:      Supported
8675 F:      drivers/net/ethernet/qlogic/qlge/
8676
8677 QLOGIC QL4xxx ETHERNET DRIVER
8678 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8679 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8680 M:      everest-linux-l2@qlogic.com
8681 L:      netdev@vger.kernel.org
8682 S:      Supported
8683 F:      drivers/net/ethernet/qlogic/qed/
8684 F:      include/linux/qed/
8685 F:      drivers/net/ethernet/qlogic/qede/
8686
8687 QNX4 FILESYSTEM
8688 M:      Anders Larsen <al@alarsen.net>
8689 W:      http://www.alarsen.net/linux/qnx4fs/
8690 S:      Maintained
8691 F:      fs/qnx4/
8692 F:      include/uapi/linux/qnx4_fs.h
8693 F:      include/uapi/linux/qnxtypes.h
8694
8695 QT1010 MEDIA DRIVER
8696 M:      Antti Palosaari <crope@iki.fi>
8697 L:      linux-media@vger.kernel.org
8698 W:      http://linuxtv.org/
8699 W:      http://palosaari.fi/linux/
8700 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8701 T:      git git://linuxtv.org/anttip/media_tree.git
8702 S:      Maintained
8703 F:      drivers/media/tuners/qt1010*
8704
8705 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8706 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8707 L:      linux-wireless@vger.kernel.org
8708 L:      ath9k-devel@lists.ath9k.org
8709 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8710 S:      Supported
8711 F:      drivers/net/wireless/ath/ath9k/
8712
8713 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8714 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8715 L:      ath10k@lists.infradead.org
8716 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8717 T:      git git://github.com/kvalo/ath.git
8718 S:      Supported
8719 F:      drivers/net/wireless/ath/ath10k/
8720
8721 QUALCOMM HEXAGON ARCHITECTURE
8722 M:      Richard Kuo <rkuo@codeaurora.org>
8723 L:      linux-hexagon@vger.kernel.org
8724 S:      Supported
8725 F:      arch/hexagon/
8726
8727 QUALCOMM WCN36XX WIRELESS DRIVER
8728 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8729 L:      wcn36xx@lists.infradead.org
8730 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8731 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8732 S:      Supported
8733 F:      drivers/net/wireless/ath/wcn36xx/
8734
8735 RADOS BLOCK DEVICE (RBD)
8736 M:      Ilya Dryomov <idryomov@gmail.com>
8737 M:      Sage Weil <sage@redhat.com>
8738 M:      Alex Elder <elder@kernel.org>
8739 L:      ceph-devel@vger.kernel.org
8740 W:      http://ceph.com/
8741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8742 T:      git git://github.com/ceph/ceph-client.git
8743 S:      Supported
8744 F:      Documentation/ABI/testing/sysfs-bus-rbd
8745 F:      drivers/block/rbd.c
8746 F:      drivers/block/rbd_types.h
8747
8748 RADEON FRAMEBUFFER DISPLAY DRIVER
8749 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8750 L:      linux-fbdev@vger.kernel.org
8751 S:      Maintained
8752 F:      drivers/video/fbdev/aty/radeon*
8753 F:      include/uapi/linux/radeonfb.h
8754
8755 RADIOSHARK RADIO DRIVER
8756 M:      Hans de Goede <hdegoede@redhat.com>
8757 L:      linux-media@vger.kernel.org
8758 T:      git git://linuxtv.org/media_tree.git
8759 S:      Maintained
8760 F:      drivers/media/radio/radio-shark.c
8761
8762 RADIOSHARK2 RADIO DRIVER
8763 M:      Hans de Goede <hdegoede@redhat.com>
8764 L:      linux-media@vger.kernel.org
8765 T:      git git://linuxtv.org/media_tree.git
8766 S:      Maintained
8767 F:      drivers/media/radio/radio-shark2.c
8768 F:      drivers/media/radio/radio-tea5777.c
8769
8770 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8771 M:      Paul Mackerras <paulus@samba.org>
8772 L:      linux-fbdev@vger.kernel.org
8773 S:      Maintained
8774 F:      drivers/video/fbdev/aty/aty128fb.c
8775
8776 RALINK RT2X00 WIRELESS LAN DRIVER
8777 P:      rt2x00 project
8778 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8779 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8780 L:      linux-wireless@vger.kernel.org
8781 S:      Maintained
8782 F:      drivers/net/wireless/rt2x00/
8783
8784 RAMDISK RAM BLOCK DEVICE DRIVER
8785 M:      Jens Axboe <axboe@kernel.dk>
8786 S:      Maintained
8787 F:      Documentation/blockdev/ramdisk.txt
8788 F:      drivers/block/brd.c
8789
8790 RANDOM NUMBER DRIVER
8791 M:      "Theodore Ts'o" <tytso@mit.edu>
8792 S:      Maintained
8793 F:      drivers/char/random.c
8794
8795 RAPIDIO SUBSYSTEM
8796 M:      Matt Porter <mporter@kernel.crashing.org>
8797 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8798 S:      Maintained
8799 F:      drivers/rapidio/
8800
8801 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8802 L:      linux-wireless@vger.kernel.org
8803 S:      Orphan
8804 F:      drivers/net/wireless/ray*
8805
8806 RCUTORTURE MODULE
8807 M:      Josh Triplett <josh@joshtriplett.org>
8808 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8809 L:      linux-kernel@vger.kernel.org
8810 S:      Supported
8811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8812 F:      Documentation/RCU/torture.txt
8813 F:      kernel/rcu/rcutorture.c
8814
8815 RCUTORTURE TEST FRAMEWORK
8816 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8817 M:      Josh Triplett <josh@joshtriplett.org>
8818 R:      Steven Rostedt <rostedt@goodmis.org>
8819 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8820 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8821 L:      linux-kernel@vger.kernel.org
8822 S:      Supported
8823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8824 F:      tools/testing/selftests/rcutorture
8825
8826 RDC R-321X SoC
8827 M:      Florian Fainelli <florian@openwrt.org>
8828 S:      Maintained
8829
8830 RDC R6040 FAST ETHERNET DRIVER
8831 M:      Florian Fainelli <florian@openwrt.org>
8832 L:      netdev@vger.kernel.org
8833 S:      Maintained
8834 F:      drivers/net/ethernet/rdc/r6040.c
8835
8836 RDS - RELIABLE DATAGRAM SOCKETS
8837 M:      Chien Yen <chien.yen@oracle.com>
8838 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8839 S:      Supported
8840 F:      net/rds/
8841
8842 READ-COPY UPDATE (RCU)
8843 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8844 M:      Josh Triplett <josh@joshtriplett.org>
8845 R:      Steven Rostedt <rostedt@goodmis.org>
8846 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8847 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8848 L:      linux-kernel@vger.kernel.org
8849 W:      http://www.rdrop.com/users/paulmck/RCU/
8850 S:      Supported
8851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8852 F:      Documentation/RCU/
8853 X:      Documentation/RCU/torture.txt
8854 F:      include/linux/rcu*
8855 X:      include/linux/srcu.h
8856 F:      kernel/rcu/
8857 X:      kernel/torture.c
8858
8859 REAL TIME CLOCK (RTC) SUBSYSTEM
8860 M:      Alessandro Zummo <a.zummo@towertech.it>
8861 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8862 L:      rtc-linux@googlegroups.com
8863 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8865 S:      Maintained
8866 F:      Documentation/rtc.txt
8867 F:      drivers/rtc/
8868 F:      include/linux/rtc.h
8869 F:      include/uapi/linux/rtc.h
8870
8871 REALTEK AUDIO CODECS
8872 M:      Bard Liao <bardliao@realtek.com>
8873 M:      Oder Chiou <oder_chiou@realtek.com>
8874 S:      Maintained
8875 F:      sound/soc/codecs/rt*
8876 F:      include/sound/rt*.h
8877
8878 REISERFS FILE SYSTEM
8879 L:      reiserfs-devel@vger.kernel.org
8880 S:      Supported
8881 F:      fs/reiserfs/
8882
8883 REGISTER MAP ABSTRACTION
8884 M:      Mark Brown <broonie@kernel.org>
8885 L:      linux-kernel@vger.kernel.org
8886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8887 S:      Supported
8888 F:      drivers/base/regmap/
8889 F:      include/linux/regmap.h
8890
8891 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8892 M:      Ohad Ben-Cohen <ohad@wizery.com>
8893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8894 S:      Maintained
8895 F:      drivers/remoteproc/
8896 F:      Documentation/remoteproc.txt
8897 F:      include/linux/remoteproc.h
8898
8899 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8900 M:      Ohad Ben-Cohen <ohad@wizery.com>
8901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8902 S:      Maintained
8903 F:      drivers/rpmsg/
8904 F:      Documentation/rpmsg.txt
8905 F:      include/linux/rpmsg.h
8906
8907 RESET CONTROLLER FRAMEWORK
8908 M:      Philipp Zabel <p.zabel@pengutronix.de>
8909 S:      Maintained
8910 F:      drivers/reset/
8911 F:      Documentation/devicetree/bindings/reset/
8912 F:      include/dt-bindings/reset/
8913 F:      include/linux/reset.h
8914 F:      include/linux/reset-controller.h
8915
8916 RFKILL
8917 M:      Johannes Berg <johannes@sipsolutions.net>
8918 L:      linux-wireless@vger.kernel.org
8919 W:      http://wireless.kernel.org/
8920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8922 S:      Maintained
8923 F:      Documentation/rfkill.txt
8924 F:      net/rfkill/
8925
8926 RHASHTABLE
8927 M:      Thomas Graf <tgraf@suug.ch>
8928 L:      netdev@vger.kernel.org
8929 S:      Maintained
8930 F:      lib/rhashtable.c
8931 F:      include/linux/rhashtable.h
8932
8933 RICOH SMARTMEDIA/XD DRIVER
8934 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8935 S:      Maintained
8936 F:      drivers/mtd/nand/r852.c
8937 F:      drivers/mtd/nand/r852.h
8938
8939 RICOH R5C592 MEMORYSTICK DRIVER
8940 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8941 S:      Maintained
8942 F:      drivers/memstick/host/r592.*
8943
8944 ROCCAT DRIVERS
8945 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8946 W:      http://sourceforge.net/projects/roccat/
8947 S:      Maintained
8948 F:      drivers/hid/hid-roccat*
8949 F:      include/linux/hid-roccat*
8950 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8951
8952 ROCKER DRIVER
8953 M:      Jiri Pirko <jiri@resnulli.us>
8954 M:      Scott Feldman <sfeldma@gmail.com>
8955 L:      netdev@vger.kernel.org
8956 S:      Supported
8957 F:      drivers/net/ethernet/rocker/
8958
8959 ROCKETPORT DRIVER
8960 P:      Comtrol Corp.
8961 W:      http://www.comtrol.com
8962 S:      Maintained
8963 F:      Documentation/serial/rocket.txt
8964 F:      drivers/tty/rocket*
8965
8966 ROCKETPORT EXPRESS/INFINITY DRIVER
8967 M:      Kevin Cernekee <cernekee@gmail.com>
8968 L:      linux-serial@vger.kernel.org
8969 S:      Odd Fixes
8970 F:      drivers/tty/serial/rp2.*
8971
8972 ROSE NETWORK LAYER
8973 M:      Ralf Baechle <ralf@linux-mips.org>
8974 L:      linux-hams@vger.kernel.org
8975 W:      http://www.linux-ax25.org/
8976 S:      Maintained
8977 F:      include/net/rose.h
8978 F:      include/uapi/linux/rose.h
8979 F:      net/rose/
8980
8981 RTL2830 MEDIA DRIVER
8982 M:      Antti Palosaari <crope@iki.fi>
8983 L:      linux-media@vger.kernel.org
8984 W:      http://linuxtv.org/
8985 W:      http://palosaari.fi/linux/
8986 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8987 T:      git git://linuxtv.org/anttip/media_tree.git
8988 S:      Maintained
8989 F:      drivers/media/dvb-frontends/rtl2830*
8990
8991 RTL2832 MEDIA DRIVER
8992 M:      Antti Palosaari <crope@iki.fi>
8993 L:      linux-media@vger.kernel.org
8994 W:      http://linuxtv.org/
8995 W:      http://palosaari.fi/linux/
8996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8997 T:      git git://linuxtv.org/anttip/media_tree.git
8998 S:      Maintained
8999 F:      drivers/media/dvb-frontends/rtl2832*
9000
9001 RTL2832_SDR MEDIA DRIVER
9002 M:      Antti Palosaari <crope@iki.fi>
9003 L:      linux-media@vger.kernel.org
9004 W:      http://linuxtv.org/
9005 W:      http://palosaari.fi/linux/
9006 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9007 T:      git git://linuxtv.org/anttip/media_tree.git
9008 S:      Maintained
9009 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9010
9011 RTL8180 WIRELESS DRIVER
9012 L:      linux-wireless@vger.kernel.org
9013 W:      http://wireless.kernel.org/
9014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9015 S:      Orphan
9016 F:      drivers/net/wireless/rtl818x/rtl8180/
9017
9018 RTL8187 WIRELESS DRIVER
9019 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9020 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9021 M:      Larry Finger <Larry.Finger@lwfinger.net>
9022 L:      linux-wireless@vger.kernel.org
9023 W:      http://wireless.kernel.org/
9024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9025 S:      Maintained
9026 F:      drivers/net/wireless/rtl818x/rtl8187/
9027
9028 RTL8192CE WIRELESS DRIVER
9029 M:      Larry Finger <Larry.Finger@lwfinger.net>
9030 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9031 L:      linux-wireless@vger.kernel.org
9032 W:      http://wireless.kernel.org/
9033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9034 S:      Maintained
9035 F:      drivers/net/wireless/rtlwifi/
9036 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9037
9038 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9039 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9040 L:      linux-wireless@vger.kernel.org
9041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9042 S:      Maintained
9043 F:      drivers/net/wireless/realtek/rtl8xxxu/
9044
9045 S3 SAVAGE FRAMEBUFFER DRIVER
9046 M:      Antonino Daplas <adaplas@gmail.com>
9047 L:      linux-fbdev@vger.kernel.org
9048 S:      Maintained
9049 F:      drivers/video/fbdev/savage/
9050
9051 S390
9052 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9053 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9054 L:      linux-s390@vger.kernel.org
9055 W:      http://www.ibm.com/developerworks/linux/linux390/
9056 S:      Supported
9057 F:      arch/s390/
9058 F:      drivers/s390/
9059 F:      Documentation/s390/
9060 F:      Documentation/DocBook/s390*
9061
9062 S390 COMMON I/O LAYER
9063 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9064 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9065 L:      linux-s390@vger.kernel.org
9066 W:      http://www.ibm.com/developerworks/linux/linux390/
9067 S:      Supported
9068 F:      drivers/s390/cio/
9069
9070 S390 DASD DRIVER
9071 M:      Stefan Weinhuber <wein@de.ibm.com>
9072 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9073 L:      linux-s390@vger.kernel.org
9074 W:      http://www.ibm.com/developerworks/linux/linux390/
9075 S:      Supported
9076 F:      drivers/s390/block/dasd*
9077 F:      block/partitions/ibm.c
9078
9079 S390 NETWORK DRIVERS
9080 M:      Ursula Braun <ursula.braun@de.ibm.com>
9081 L:      linux-s390@vger.kernel.org
9082 W:      http://www.ibm.com/developerworks/linux/linux390/
9083 S:      Supported
9084 F:      drivers/s390/net/
9085
9086 S390 PCI SUBSYSTEM
9087 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9088 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9089 L:      linux-s390@vger.kernel.org
9090 W:      http://www.ibm.com/developerworks/linux/linux390/
9091 S:      Supported
9092 F:      arch/s390/pci/
9093 F:      drivers/pci/hotplug/s390_pci_hpc.c
9094
9095 S390 ZCRYPT DRIVER
9096 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9097 L:      linux-s390@vger.kernel.org
9098 W:      http://www.ibm.com/developerworks/linux/linux390/
9099 S:      Supported
9100 F:      drivers/s390/crypto/
9101
9102 S390 ZFCP DRIVER
9103 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9104 L:      linux-s390@vger.kernel.org
9105 W:      http://www.ibm.com/developerworks/linux/linux390/
9106 S:      Supported
9107 F:      drivers/s390/scsi/zfcp_*
9108
9109 S390 IUCV NETWORK LAYER
9110 M:      Ursula Braun <ursula.braun@de.ibm.com>
9111 L:      linux-s390@vger.kernel.org
9112 W:      http://www.ibm.com/developerworks/linux/linux390/
9113 S:      Supported
9114 F:      drivers/s390/net/*iucv*
9115 F:      include/net/iucv/
9116 F:      net/iucv/
9117
9118 S390 IOMMU (PCI)
9119 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9120 L:      linux-s390@vger.kernel.org
9121 W:      http://www.ibm.com/developerworks/linux/linux390/
9122 S:      Supported
9123 F:      drivers/iommu/s390-iommu.c
9124
9125 S3C24XX SD/MMC Driver
9126 M:      Ben Dooks <ben-linux@fluff.org>
9127 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9128 S:      Supported
9129 F:      drivers/mmc/host/s3cmci.*
9130
9131 SAA6588 RDS RECEIVER DRIVER
9132 M:      Hans Verkuil <hverkuil@xs4all.nl>
9133 L:      linux-media@vger.kernel.org
9134 T:      git git://linuxtv.org/media_tree.git
9135 W:      http://linuxtv.org
9136 S:      Odd Fixes
9137 F:      drivers/media/i2c/saa6588*
9138
9139 SAA7134 VIDEO4LINUX DRIVER
9140 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9141 L:      linux-media@vger.kernel.org
9142 W:      http://linuxtv.org
9143 T:      git git://linuxtv.org/media_tree.git
9144 S:      Odd fixes
9145 F:      Documentation/video4linux/*.saa7134
9146 F:      drivers/media/pci/saa7134/
9147
9148 SAA7146 VIDEO4LINUX-2 DRIVER
9149 M:      Hans Verkuil <hverkuil@xs4all.nl>
9150 L:      linux-media@vger.kernel.org
9151 T:      git git://linuxtv.org/media_tree.git
9152 S:      Maintained
9153 F:      drivers/media/common/saa7146/
9154 F:      drivers/media/pci/saa7146/
9155 F:      include/media/saa7146*
9156
9157 SAMSUNG LAPTOP DRIVER
9158 M:      Corentin Chary <corentin.chary@gmail.com>
9159 L:      platform-driver-x86@vger.kernel.org
9160 S:      Maintained
9161 F:      drivers/platform/x86/samsung-laptop.c
9162
9163 SAMSUNG AUDIO (ASoC) DRIVERS
9164 M:      Sangbeom Kim <sbkim73@samsung.com>
9165 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9166 S:      Supported
9167 F:      sound/soc/samsung/
9168
9169 SAMSUNG FRAMEBUFFER DRIVER
9170 M:      Jingoo Han <jingoohan1@gmail.com>
9171 L:      linux-fbdev@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/video/fbdev/s3c-fb.c
9174
9175 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9176 M:      Sangbeom Kim <sbkim73@samsung.com>
9177 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9178 L:      linux-kernel@vger.kernel.org
9179 L:      linux-samsung-soc@vger.kernel.org
9180 S:      Supported
9181 F:      drivers/mfd/sec*.c
9182 F:      drivers/regulator/s2m*.c
9183 F:      drivers/regulator/s5m*.c
9184 F:      drivers/clk/clk-s2mps11.c
9185 F:      drivers/rtc/rtc-s5m.c
9186 F:      include/linux/mfd/samsung/
9187 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9188 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9189
9190 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9191 M:      Kyungmin Park <kyungmin.park@samsung.com>
9192 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9193 L:      linux-media@vger.kernel.org
9194 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9195 S:      Supported
9196 F:      drivers/media/platform/exynos4-is/
9197
9198 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9199 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9200 L:      linux-media@vger.kernel.org
9201 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9202 S:      Maintained
9203 F:      drivers/media/platform/s3c-camif/
9204 F:      include/media/s3c_camif.h
9205
9206 SAMSUNG S5C73M3 CAMERA DRIVER
9207 M:      Kyungmin Park <kyungmin.park@samsung.com>
9208 M:      Andrzej Hajda <a.hajda@samsung.com>
9209 L:      linux-media@vger.kernel.org
9210 S:      Supported
9211 F:      drivers/media/i2c/s5c73m3/*
9212
9213 SAMSUNG S5K5BAF CAMERA DRIVER
9214 M:      Kyungmin Park <kyungmin.park@samsung.com>
9215 M:      Andrzej Hajda <a.hajda@samsung.com>
9216 L:      linux-media@vger.kernel.org
9217 S:      Supported
9218 F:      drivers/media/i2c/s5k5baf.c
9219
9220 SAMSUNG S3FWRN5 NFC DRIVER
9221 M:      Robert Baldyga <r.baldyga@samsung.com>
9222 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9223 S:      Supported
9224 F:      drivers/nfc/s3fwrn5
9225
9226 SAMSUNG SOC CLOCK DRIVERS
9227 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9228 M:      Tomasz Figa <tomasz.figa@gmail.com>
9229 S:      Supported
9230 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9231 F:      drivers/clk/samsung/
9232
9233 SAMSUNG SXGBE DRIVERS
9234 M:      Byungho An <bh74.an@samsung.com>
9235 M:      Girish K S <ks.giri@samsung.com>
9236 M:      Vipul Pandya <vipul.pandya@samsung.com>
9237 S:      Supported
9238 L:      netdev@vger.kernel.org
9239 F:      drivers/net/ethernet/samsung/sxgbe/
9240
9241 SAMSUNG THERMAL DRIVER
9242 M:      Lukasz Majewski <l.majewski@samsung.com>
9243 L:      linux-pm@vger.kernel.org
9244 L:      linux-samsung-soc@vger.kernel.org
9245 S:      Supported
9246 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9247 F:      drivers/thermal/samsung/
9248
9249 SAMSUNG USB2 PHY DRIVER
9250 M:      Kamil Debski <k.debski@samsung.com>
9251 L:      linux-kernel@vger.kernel.org
9252 S:      Supported
9253 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9254 F:      Documentation/phy/samsung-usb2.txt
9255 F:      drivers/phy/phy-exynos4210-usb2.c
9256 F:      drivers/phy/phy-exynos4x12-usb2.c
9257 F:      drivers/phy/phy-exynos5250-usb2.c
9258 F:      drivers/phy/phy-s5pv210-usb2.c
9259 F:      drivers/phy/phy-samsung-usb2.c
9260 F:      drivers/phy/phy-samsung-usb2.h
9261
9262 SERIAL DRIVERS
9263 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9264 L:      linux-serial@vger.kernel.org
9265 S:      Maintained
9266 F:      drivers/tty/serial/
9267
9268 SYNOPSYS DESIGNWARE DMAC DRIVER
9269 M:      Viresh Kumar <vireshk@kernel.org>
9270 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9271 S:      Maintained
9272 F:      include/linux/dma/dw.h
9273 F:      include/linux/platform_data/dma-dw.h
9274 F:      drivers/dma/dw/
9275
9276 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9277 M: Lars Persson <lars.persson@axis.com>
9278 L: netdev@vger.kernel.org
9279 S: Supported
9280 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9281 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9282
9283 SYNOPSYS DESIGNWARE I2C DRIVER
9284 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9285 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9286 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9287 L:      linux-i2c@vger.kernel.org
9288 S:      Maintained
9289 F:      drivers/i2c/busses/i2c-designware-*
9290 F:      include/linux/platform_data/i2c-designware.h
9291
9292 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9293 M:      Seungwon Jeon <tgih.jun@samsung.com>
9294 M:      Jaehoon Chung <jh80.chung@samsung.com>
9295 L:      linux-mmc@vger.kernel.org
9296 S:      Maintained
9297 F:      include/linux/mmc/dw_mmc.h
9298 F:      drivers/mmc/host/dw_mmc*
9299
9300 SYSTEM TRACE MODULE CLASS
9301 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9302 S:      Maintained
9303 F:      Documentation/trace/stm.txt
9304 F:      drivers/hwtracing/stm/
9305 F:      include/linux/stm.h
9306 F:      include/uapi/linux/stm.h
9307
9308 THUNDERBOLT DRIVER
9309 M:      Andreas Noever <andreas.noever@gmail.com>
9310 S:      Maintained
9311 F:      drivers/thunderbolt/
9312
9313 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9314 M:      John Stultz <john.stultz@linaro.org>
9315 M:      Thomas Gleixner <tglx@linutronix.de>
9316 L:      linux-kernel@vger.kernel.org
9317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9318 S:      Supported
9319 F:      include/linux/clocksource.h
9320 F:      include/linux/time.h
9321 F:      include/linux/timex.h
9322 F:      include/uapi/linux/time.h
9323 F:      include/uapi/linux/timex.h
9324 F:      kernel/time/clocksource.c
9325 F:      kernel/time/time*.c
9326 F:      kernel/time/ntp.c
9327 F:      tools/testing/selftests/timers/
9328
9329 SC1200 WDT DRIVER
9330 M:      Zwane Mwaikambo <zwanem@gmail.com>
9331 S:      Maintained
9332 F:      drivers/watchdog/sc1200wdt.c
9333
9334 SCHEDULER
9335 M:      Ingo Molnar <mingo@redhat.com>
9336 M:      Peter Zijlstra <peterz@infradead.org>
9337 L:      linux-kernel@vger.kernel.org
9338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9339 S:      Maintained
9340 F:      kernel/sched/
9341 F:      include/linux/sched.h
9342 F:      include/uapi/linux/sched.h
9343 F:      include/linux/wait.h
9344
9345 SCORE ARCHITECTURE
9346 M:      Chen Liqin <liqin.linux@gmail.com>
9347 M:      Lennox Wu <lennox.wu@gmail.com>
9348 W:      http://www.sunplus.com
9349 S:      Supported
9350 F:      arch/score/
9351
9352 SCSI CDROM DRIVER
9353 M:      Jens Axboe <axboe@kernel.dk>
9354 L:      linux-scsi@vger.kernel.org
9355 W:      http://www.kernel.dk
9356 S:      Maintained
9357 F:      drivers/scsi/sr*
9358
9359 SCSI RDMA PROTOCOL (SRP) INITIATOR
9360 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9361 L:      linux-rdma@vger.kernel.org
9362 S:      Supported
9363 W:      http://www.openfabrics.org
9364 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9366 F:      drivers/infiniband/ulp/srp/
9367 F:      include/scsi/srp.h
9368
9369 SCSI SG DRIVER
9370 M:      Doug Gilbert <dgilbert@interlog.com>
9371 L:      linux-scsi@vger.kernel.org
9372 W:      http://sg.danny.cz/sg
9373 S:      Maintained
9374 F:      Documentation/scsi/scsi-generic.txt
9375 F:      drivers/scsi/sg.c
9376 F:      include/scsi/sg.h
9377
9378 SCSI SUBSYSTEM
9379 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9380 L:      linux-scsi@vger.kernel.org
9381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9382 S:      Maintained
9383 F:      drivers/scsi/
9384 F:      include/scsi/
9385
9386 SCSI TAPE DRIVER
9387 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9388 L:      linux-scsi@vger.kernel.org
9389 S:      Maintained
9390 F:      Documentation/scsi/st.txt
9391 F:      drivers/scsi/st.*
9392 F:      drivers/scsi/st_*.h
9393
9394 SCTP PROTOCOL
9395 M:      Vlad Yasevich <vyasevich@gmail.com>
9396 M:      Neil Horman <nhorman@tuxdriver.com>
9397 L:      linux-sctp@vger.kernel.org
9398 W:      http://lksctp.sourceforge.net
9399 S:      Maintained
9400 F:      Documentation/networking/sctp.txt
9401 F:      include/linux/sctp.h
9402 F:      include/uapi/linux/sctp.h
9403 F:      include/net/sctp/
9404 F:      net/sctp/
9405
9406 SCx200 CPU SUPPORT
9407 M:      Jim Cromie <jim.cromie@gmail.com>
9408 S:      Odd Fixes
9409 F:      Documentation/i2c/busses/scx200_acb
9410 F:      arch/x86/platform/scx200/
9411 F:      drivers/watchdog/scx200_wdt.c
9412 F:      drivers/i2c/busses/scx200*
9413 F:      drivers/mtd/maps/scx200_docflash.c
9414 F:      include/linux/scx200.h
9415
9416 SCx200 GPIO DRIVER
9417 M:      Jim Cromie <jim.cromie@gmail.com>
9418 S:      Maintained
9419 F:      drivers/char/scx200_gpio.c
9420 F:      include/linux/scx200_gpio.h
9421
9422 SCx200 HRT CLOCKSOURCE DRIVER
9423 M:      Jim Cromie <jim.cromie@gmail.com>
9424 S:      Maintained
9425 F:      drivers/clocksource/scx200_hrt.c
9426
9427 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9428 M:      Sascha Sommer <saschasommer@freenet.de>
9429 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9430 S:      Maintained
9431 F:      drivers/mmc/host/sdricoh_cs.c
9432
9433 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9434 L:      linux-mmc@vger.kernel.org
9435 S:      Orphan
9436 F:      drivers/mmc/host/sdhci.*
9437 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9438
9439 SECURE COMPUTING
9440 M:      Kees Cook <keescook@chromium.org>
9441 R:      Andy Lutomirski <luto@amacapital.net>
9442 R:      Will Drewry <wad@chromium.org>
9443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9444 S:      Supported
9445 F:      kernel/seccomp.c
9446 F:      include/uapi/linux/seccomp.h
9447 F:      include/linux/seccomp.h
9448 F:      tools/testing/selftests/seccomp/*
9449 K:      \bsecure_computing
9450 K:      \bTIF_SECCOMP\b
9451
9452 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9453 M:      Ben Dooks <ben-linux@fluff.org>
9454 M:      Jaehoon Chung <jh80.chung@samsung.com>
9455 L:      linux-mmc@vger.kernel.org
9456 S:      Maintained
9457 F:      drivers/mmc/host/sdhci-s3c*
9458
9459 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9460 M:      Viresh Kumar <vireshk@kernel.org>
9461 L:      spear-devel@list.st.com
9462 L:      linux-mmc@vger.kernel.org
9463 S:      Maintained
9464 F:      drivers/mmc/host/sdhci-spear.c
9465
9466 SECURITY SUBSYSTEM
9467 M:      James Morris <james.l.morris@oracle.com>
9468 M:      "Serge E. Hallyn" <serge@hallyn.com>
9469 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9471 W:      http://kernsec.org/
9472 S:      Supported
9473 F:      security/
9474
9475 SECURITY CONTACT
9476 M:      Security Officers <security@kernel.org>
9477 S:      Supported
9478
9479 SELINUX SECURITY MODULE
9480 M:      Paul Moore <paul@paul-moore.com>
9481 M:      Stephen Smalley <sds@tycho.nsa.gov>
9482 M:      Eric Paris <eparis@parisplace.org>
9483 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9484 W:      http://selinuxproject.org
9485 T:      git git://git.infradead.org/users/pcmoore/selinux
9486 S:      Supported
9487 F:      include/linux/selinux*
9488 F:      security/selinux/
9489 F:      scripts/selinux/
9490
9491 APPARMOR SECURITY MODULE
9492 M:      John Johansen <john.johansen@canonical.com>
9493 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9494 W:      apparmor.wiki.kernel.org
9495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9496 S:      Supported
9497 F:      security/apparmor/
9498
9499 YAMA SECURITY MODULE
9500 M:      Kees Cook <keescook@chromium.org>
9501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9502 S:      Supported
9503 F:      security/yama/
9504
9505 SENSABLE PHANTOM
9506 M:      Jiri Slaby <jirislaby@gmail.com>
9507 S:      Maintained
9508 F:      drivers/misc/phantom.c
9509 F:      include/uapi/linux/phantom.h
9510
9511 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9512 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9513 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9514 M:      John Soni Jose <sony.john@avagotech.com>
9515 L:      linux-scsi@vger.kernel.org
9516 W:      http://www.avagotech.com
9517 S:      Supported
9518 F:      drivers/scsi/be2iscsi/
9519
9520 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9521 M:      Sathya Perla <sathya.perla@avagotech.com>
9522 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9523 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9524 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9525 L:      netdev@vger.kernel.org
9526 W:      http://www.emulex.com
9527 S:      Supported
9528 F:      drivers/net/ethernet/emulex/benet/
9529
9530 EMULEX ONECONNECT ROCE DRIVER
9531 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9532 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9533 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9534 L:      linux-rdma@vger.kernel.org
9535 W:      http://www.emulex.com
9536 S:      Supported
9537 F:      drivers/infiniband/hw/ocrdma/
9538
9539 SFC NETWORK DRIVER
9540 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9541 M:      Shradha Shah <sshah@solarflare.com>
9542 L:      netdev@vger.kernel.org
9543 S:      Supported
9544 F:      drivers/net/ethernet/sfc/
9545
9546 SGI GRU DRIVER
9547 M:      Dimitri Sivanich <sivanich@sgi.com>
9548 S:      Maintained
9549 F:      drivers/misc/sgi-gru/
9550
9551 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9552 M:      Pat Gefre <pfg@sgi.com>
9553 L:      linux-ia64@vger.kernel.org
9554 S:      Supported
9555 F:      Documentation/ia64/serial.txt
9556 F:      drivers/tty/serial/ioc?_serial.c
9557 F:      include/linux/ioc?.h
9558
9559 SGI XP/XPC/XPNET DRIVER
9560 M:      Cliff Whickman <cpw@sgi.com>
9561 M:      Robin Holt <robinmholt@gmail.com>
9562 S:      Maintained
9563 F:      drivers/misc/sgi-xp/
9564
9565 SI2157 MEDIA DRIVER
9566 M:      Antti Palosaari <crope@iki.fi>
9567 L:      linux-media@vger.kernel.org
9568 W:      http://linuxtv.org/
9569 W:      http://palosaari.fi/linux/
9570 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9571 T:      git git://linuxtv.org/anttip/media_tree.git
9572 S:      Maintained
9573 F:      drivers/media/tuners/si2157*
9574
9575 SI2168 MEDIA DRIVER
9576 M:      Antti Palosaari <crope@iki.fi>
9577 L:      linux-media@vger.kernel.org
9578 W:      http://linuxtv.org/
9579 W:      http://palosaari.fi/linux/
9580 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9581 T:      git git://linuxtv.org/anttip/media_tree.git
9582 S:      Maintained
9583 F:      drivers/media/dvb-frontends/si2168*
9584
9585 SI470X FM RADIO RECEIVER I2C DRIVER
9586 M:      Hans Verkuil <hverkuil@xs4all.nl>
9587 L:      linux-media@vger.kernel.org
9588 T:      git git://linuxtv.org/media_tree.git
9589 W:      http://linuxtv.org
9590 S:      Odd Fixes
9591 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9592
9593 SI470X FM RADIO RECEIVER USB DRIVER
9594 M:      Hans Verkuil <hverkuil@xs4all.nl>
9595 L:      linux-media@vger.kernel.org
9596 T:      git git://linuxtv.org/media_tree.git
9597 W:      http://linuxtv.org
9598 S:      Maintained
9599 F:      drivers/media/radio/si470x/radio-si470x-common.c
9600 F:      drivers/media/radio/si470x/radio-si470x.h
9601 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9602
9603 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9604 M:      Eduardo Valentin <edubezval@gmail.com>
9605 L:      linux-media@vger.kernel.org
9606 T:      git git://linuxtv.org/media_tree.git
9607 W:      http://linuxtv.org
9608 S:      Odd Fixes
9609 F:      drivers/media/radio/si4713/si4713.?
9610
9611 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9612 M:      Eduardo Valentin <edubezval@gmail.com>
9613 L:      linux-media@vger.kernel.org
9614 T:      git git://linuxtv.org/media_tree.git
9615 W:      http://linuxtv.org
9616 S:      Odd Fixes
9617 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9618
9619 SI4713 FM RADIO TRANSMITTER USB DRIVER
9620 M:      Hans Verkuil <hverkuil@xs4all.nl>
9621 L:      linux-media@vger.kernel.org
9622 T:      git git://linuxtv.org/media_tree.git
9623 W:      http://linuxtv.org
9624 S:      Maintained
9625 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9626
9627 SIANO DVB DRIVER
9628 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9629 L:      linux-media@vger.kernel.org
9630 W:      http://linuxtv.org
9631 T:      git git://linuxtv.org/media_tree.git
9632 S:      Odd fixes
9633 F:      drivers/media/common/siano/
9634 F:      drivers/media/usb/siano/
9635 F:      drivers/media/usb/siano/
9636 F:      drivers/media/mmc/siano/
9637
9638 SIMPLEFB FB DRIVER
9639 M:      Hans de Goede <hdegoede@redhat.com>
9640 L:      linux-fbdev@vger.kernel.org
9641 S:      Maintained
9642 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9643 F:      drivers/video/fbdev/simplefb.c
9644 F:      include/linux/platform_data/simplefb.h
9645
9646 SH_VEU V4L2 MEM2MEM DRIVER
9647 L:      linux-media@vger.kernel.org
9648 S:      Orphan
9649 F:      drivers/media/platform/sh_veu.c
9650
9651 SH_VOU V4L2 OUTPUT DRIVER
9652 L:      linux-media@vger.kernel.org
9653 S:      Orphan
9654 F:      drivers/media/platform/sh_vou.c
9655 F:      include/media/sh_vou.h
9656
9657 SIMPLE FIRMWARE INTERFACE (SFI)
9658 M:      Len Brown <lenb@kernel.org>
9659 L:      sfi-devel@simplefirmware.org
9660 W:      http://simplefirmware.org/
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9662 S:      Supported
9663 F:      arch/x86/platform/sfi/
9664 F:      drivers/sfi/
9665 F:      include/linux/sfi*.h
9666
9667 SIMTEC EB110ATX (Chalice CATS)
9668 P:      Ben Dooks
9669 P:      Vincent Sanders <vince@simtec.co.uk>
9670 M:      Simtec Linux Team <linux@simtec.co.uk>
9671 W:      http://www.simtec.co.uk/products/EB110ATX/
9672 S:      Supported
9673
9674 SIMTEC EB2410ITX (BAST)
9675 P:      Ben Dooks
9676 P:      Vincent Sanders <vince@simtec.co.uk>
9677 M:      Simtec Linux Team <linux@simtec.co.uk>
9678 W:      http://www.simtec.co.uk/products/EB2410ITX/
9679 S:      Supported
9680 F:      arch/arm/mach-s3c24xx/mach-bast.c
9681 F:      arch/arm/mach-s3c24xx/bast-ide.c
9682 F:      arch/arm/mach-s3c24xx/bast-irq.c
9683
9684 TI DAVINCI MACHINE SUPPORT
9685 M:      Sekhar Nori <nsekhar@ti.com>
9686 M:      Kevin Hilman <khilman@deeprootsystems.com>
9687 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9688 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9689 S:      Supported
9690 F:      arch/arm/mach-davinci/
9691 F:      drivers/i2c/busses/i2c-davinci.c
9692
9693 TI DAVINCI SERIES MEDIA DRIVER
9694 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9695 L:      linux-media@vger.kernel.org
9696 W:      http://linuxtv.org/
9697 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9698 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9699 S:      Maintained
9700 F:      drivers/media/platform/davinci/
9701 F:      include/media/davinci/
9702
9703 TI AM437X VPFE DRIVER
9704 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9705 L:      linux-media@vger.kernel.org
9706 W:      http://linuxtv.org/
9707 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9708 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9709 S:      Maintained
9710 F:      drivers/media/platform/am437x/
9711
9712 OV2659 OMNIVISION SENSOR DRIVER
9713 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9714 L:      linux-media@vger.kernel.org
9715 W:      http://linuxtv.org/
9716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9717 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9718 S:      Maintained
9719 F:      drivers/media/i2c/ov2659.c
9720 F:      include/media/ov2659.h
9721
9722 SILICON MOTION SM712 FRAME BUFFER DRIVER
9723 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9724 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9725 M:      Sudip Mukherjee <sudip@vectorindia.org>
9726 L:      linux-fbdev@vger.kernel.org
9727 S:      Maintained
9728 F:      drivers/video/fbdev/sm712*
9729 F:      Documentation/fb/sm712fb.txt
9730
9731 SIS 190 ETHERNET DRIVER
9732 M:      Francois Romieu <romieu@fr.zoreil.com>
9733 L:      netdev@vger.kernel.org
9734 S:      Maintained
9735 F:      drivers/net/ethernet/sis/sis190.c
9736
9737 SIS 900/7016 FAST ETHERNET DRIVER
9738 M:      Daniele Venzano <venza@brownhat.org>
9739 W:      http://www.brownhat.org/sis900.html
9740 L:      netdev@vger.kernel.org
9741 S:      Maintained
9742 F:      drivers/net/ethernet/sis/sis900.*
9743
9744 SIS FRAMEBUFFER DRIVER
9745 M:      Thomas Winischhofer <thomas@winischhofer.net>
9746 W:      http://www.winischhofer.net/linuxsisvga.shtml
9747 S:      Maintained
9748 F:      Documentation/fb/sisfb.txt
9749 F:      drivers/video/fbdev/sis/
9750 F:      include/video/sisfb.h
9751
9752 SIS USB2VGA DRIVER
9753 M:      Thomas Winischhofer <thomas@winischhofer.net>
9754 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9755 S:      Maintained
9756 F:      drivers/usb/misc/sisusbvga/
9757
9758 SLAB ALLOCATOR
9759 M:      Christoph Lameter <cl@linux.com>
9760 M:      Pekka Enberg <penberg@kernel.org>
9761 M:      David Rientjes <rientjes@google.com>
9762 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9763 M:      Andrew Morton <akpm@linux-foundation.org>
9764 L:      linux-mm@kvack.org
9765 S:      Maintained
9766 F:      include/linux/sl?b*.h
9767 F:      mm/sl?b*
9768
9769 SLEEPABLE READ-COPY UPDATE (SRCU)
9770 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9771 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9772 M:      Josh Triplett <josh@joshtriplett.org>
9773 R:      Steven Rostedt <rostedt@goodmis.org>
9774 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9775 L:      linux-kernel@vger.kernel.org
9776 W:      http://www.rdrop.com/users/paulmck/RCU/
9777 S:      Supported
9778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9779 F:      include/linux/srcu.h
9780 F:      kernel/rcu/srcu.c
9781
9782 SMACK SECURITY MODULE
9783 M:      Casey Schaufler <casey@schaufler-ca.com>
9784 L:      linux-security-module@vger.kernel.org
9785 W:      http://schaufler-ca.com
9786 T:      git git://git.gitorious.org/smack-next/kernel.git
9787 S:      Maintained
9788 F:      Documentation/security/Smack.txt
9789 F:      security/smack/
9790
9791 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9792 M:      Kevin Hilman <khilman@kernel.org>
9793 M:      Nishanth Menon <nm@ti.com>
9794 S:      Maintained
9795 F:      drivers/power/avs/
9796 F:      include/linux/power/smartreflex.h
9797 L:      linux-pm@vger.kernel.org
9798
9799 SMC91x ETHERNET DRIVER
9800 M:      Nicolas Pitre <nico@fluxnic.net>
9801 S:      Odd Fixes
9802 F:      drivers/net/ethernet/smsc/smc91x.*
9803
9804 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9805 M:      Sakari Ailus <sakari.ailus@iki.fi>
9806 L:      linux-media@vger.kernel.org
9807 S:      Maintained
9808 F:      drivers/media/i2c/smiapp/
9809 F:      include/media/smiapp.h
9810 F:      drivers/media/i2c/smiapp-pll.c
9811 F:      drivers/media/i2c/smiapp-pll.h
9812 F:      include/uapi/linux/smiapp.h
9813 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9814
9815 SMM665 HARDWARE MONITOR DRIVER
9816 M:      Guenter Roeck <linux@roeck-us.net>
9817 L:      lm-sensors@lm-sensors.org
9818 S:      Maintained
9819 F:      Documentation/hwmon/smm665
9820 F:      drivers/hwmon/smm665.c
9821
9822 SMSC EMC2103 HARDWARE MONITOR DRIVER
9823 M:      Steve Glendinning <steve.glendinning@shawell.net>
9824 L:      lm-sensors@lm-sensors.org
9825 S:      Maintained
9826 F:      Documentation/hwmon/emc2103
9827 F:      drivers/hwmon/emc2103.c
9828
9829 SMSC SCH5627 HARDWARE MONITOR DRIVER
9830 M:      Hans de Goede <hdegoede@redhat.com>
9831 L:      lm-sensors@lm-sensors.org
9832 S:      Supported
9833 F:      Documentation/hwmon/sch5627
9834 F:      drivers/hwmon/sch5627.c
9835
9836 SMSC47B397 HARDWARE MONITOR DRIVER
9837 M:      Jean Delvare <jdelvare@suse.com>
9838 L:      lm-sensors@lm-sensors.org
9839 S:      Maintained
9840 F:      Documentation/hwmon/smsc47b397
9841 F:      drivers/hwmon/smsc47b397.c
9842
9843 SMSC911x ETHERNET DRIVER
9844 M:      Steve Glendinning <steve.glendinning@shawell.net>
9845 L:      netdev@vger.kernel.org
9846 S:      Maintained
9847 F:      include/linux/smsc911x.h
9848 F:      drivers/net/ethernet/smsc/smsc911x.*
9849
9850 SMSC9420 PCI ETHERNET DRIVER
9851 M:      Steve Glendinning <steve.glendinning@shawell.net>
9852 L:      netdev@vger.kernel.org
9853 S:      Maintained
9854 F:      drivers/net/ethernet/smsc/smsc9420.*
9855
9856 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9857 M:      Steve Glendinning <steve.glendinning@shawell.net>
9858 L:      linux-fbdev@vger.kernel.org
9859 S:      Maintained
9860 F:      drivers/video/fbdev/smscufx.c
9861
9862 SOC-CAMERA V4L2 SUBSYSTEM
9863 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9864 L:      linux-media@vger.kernel.org
9865 T:      git git://linuxtv.org/media_tree.git
9866 S:      Maintained
9867 F:      include/media/soc*
9868 F:      drivers/media/i2c/soc_camera/
9869 F:      drivers/media/platform/soc_camera/
9870
9871 SOEKRIS NET48XX LED SUPPORT
9872 M:      Chris Boot <bootc@bootc.net>
9873 S:      Maintained
9874 F:      drivers/leds/leds-net48xx.c
9875
9876 SOFTLOGIC 6x10 MPEG CODEC
9877 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9878 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9879 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9880 M:      Ismael Luceno <ismael@iodev.co.uk>
9881 L:      linux-media@vger.kernel.org
9882 S:      Supported
9883 F:      drivers/media/pci/solo6x10/
9884
9885 SOFTWARE RAID (Multiple Disks) SUPPORT
9886 M:      Neil Brown <neilb@suse.com>
9887 L:      linux-raid@vger.kernel.org
9888 S:      Supported
9889 F:      drivers/md/
9890 F:      include/linux/raid/
9891 F:      include/uapi/linux/raid/
9892
9893 SONIC NETWORK DRIVER
9894 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9895 L:      netdev@vger.kernel.org
9896 S:      Maintained
9897 F:      drivers/net/ethernet/natsemi/sonic.*
9898
9899 SONICS SILICON BACKPLANE DRIVER (SSB)
9900 M:      Michael Buesch <m@bues.ch>
9901 L:      netdev@vger.kernel.org
9902 S:      Maintained
9903 F:      drivers/ssb/
9904 F:      include/linux/ssb/
9905
9906 SONY VAIO CONTROL DEVICE DRIVER
9907 M:      Mattia Dongili <malattia@linux.it>
9908 L:      platform-driver-x86@vger.kernel.org
9909 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9910 S:      Maintained
9911 F:      Documentation/laptops/sony-laptop.txt
9912 F:      drivers/char/sonypi.c
9913 F:      drivers/platform/x86/sony-laptop.c
9914 F:      include/linux/sony-laptop.h
9915
9916 SONY MEMORYSTICK CARD SUPPORT
9917 M:      Alex Dubov <oakad@yahoo.com>
9918 W:      http://tifmxx.berlios.de/
9919 S:      Maintained
9920 F:      drivers/memstick/host/tifm_ms.c
9921
9922 SONY MEMORYSTICK STANDARD SUPPORT
9923 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9924 S:      Maintained
9925 F:      drivers/memstick/core/ms_block.*
9926
9927 SOUND
9928 M:      Jaroslav Kysela <perex@perex.cz>
9929 M:      Takashi Iwai <tiwai@suse.com>
9930 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9931 W:      http://www.alsa-project.org/
9932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9933 T:      git git://git.alsa-project.org/alsa-kernel.git
9934 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9935 S:      Maintained
9936 F:      Documentation/sound/
9937 F:      include/sound/
9938 F:      include/uapi/sound/
9939 F:      sound/
9940
9941 SOUND - COMPRESSED AUDIO
9942 M:      Vinod Koul <vinod.koul@intel.com>
9943 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9945 S:      Supported
9946 F:      Documentation/sound/alsa/compress_offload.txt
9947 F:      include/sound/compress_driver.h
9948 F:      include/uapi/sound/compress_*
9949 F:      sound/core/compress_offload.c
9950 F:      sound/soc/soc-compress.c
9951
9952 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9953 M:      Liam Girdwood <lgirdwood@gmail.com>
9954 M:      Mark Brown <broonie@kernel.org>
9955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9956 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9957 W:      http://alsa-project.org/main/index.php/ASoC
9958 S:      Supported
9959 F:      Documentation/sound/alsa/soc/
9960 F:      sound/soc/
9961 F:      include/sound/soc*
9962
9963 SOUND - DMAENGINE HELPERS
9964 M:      Lars-Peter Clausen <lars@metafoo.de>
9965 S:      Supported
9966 F:      include/sound/dmaengine_pcm.h
9967 F:      sound/core/pcm_dmaengine.c
9968 F:      sound/soc/soc-generic-dmaengine-pcm.c
9969
9970 SP2 MEDIA DRIVER
9971 M:      Olli Salonen <olli.salonen@iki.fi>
9972 L:      linux-media@vger.kernel.org
9973 W:      http://linuxtv.org/
9974 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9975 S:      Maintained
9976 F:      drivers/media/dvb-frontends/sp2*
9977
9978 SPARC + UltraSPARC (sparc/sparc64)
9979 M:      "David S. Miller" <davem@davemloft.net>
9980 L:      sparclinux@vger.kernel.org
9981 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9984 S:      Maintained
9985 F:      arch/sparc/
9986 F:      drivers/sbus/
9987
9988 SPARC SERIAL DRIVERS
9989 M:      "David S. Miller" <davem@davemloft.net>
9990 L:      sparclinux@vger.kernel.org
9991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9993 S:      Maintained
9994 F:      include/linux/sunserialcore.h
9995 F:      drivers/tty/serial/suncore.c
9996 F:      drivers/tty/serial/sunhv.c
9997 F:      drivers/tty/serial/sunsab.c
9998 F:      drivers/tty/serial/sunsab.h
9999 F:      drivers/tty/serial/sunsu.c
10000 F:      drivers/tty/serial/sunzilog.c
10001 F:      drivers/tty/serial/sunzilog.h
10002
10003 SPARSE CHECKER
10004 M:      "Christopher Li" <sparse@chrisli.org>
10005 L:      linux-sparse@vger.kernel.org
10006 W:      https://sparse.wiki.kernel.org/
10007 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10008 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10009 S:      Maintained
10010 F:      include/linux/compiler.h
10011
10012 SPEAR PLATFORM SUPPORT
10013 M:      Viresh Kumar <vireshk@kernel.org>
10014 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10015 L:      spear-devel@list.st.com
10016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10017 W:      http://www.st.com/spear
10018 S:      Maintained
10019 F:      arch/arm/mach-spear/
10020
10021 SPEAR CLOCK FRAMEWORK SUPPORT
10022 M:      Viresh Kumar <vireshk@kernel.org>
10023 L:      spear-devel@list.st.com
10024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10025 W:      http://www.st.com/spear
10026 S:      Maintained
10027 F:      drivers/clk/spear/
10028
10029 SPI SUBSYSTEM
10030 M:      Mark Brown <broonie@kernel.org>
10031 L:      linux-spi@vger.kernel.org
10032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10033 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10034 S:      Maintained
10035 F:      Documentation/spi/
10036 F:      drivers/spi/
10037 F:      include/linux/spi/
10038 F:      include/uapi/linux/spi/
10039
10040 SPIDERNET NETWORK DRIVER for CELL
10041 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10042 L:      netdev@vger.kernel.org
10043 S:      Supported
10044 F:      Documentation/networking/spider_net.txt
10045 F:      drivers/net/ethernet/toshiba/spider_net*
10046
10047 SPU FILE SYSTEM
10048 M:      Jeremy Kerr <jk@ozlabs.org>
10049 L:      linuxppc-dev@lists.ozlabs.org
10050 W:      http://www.ibm.com/developerworks/power/cell/
10051 S:      Supported
10052 F:      Documentation/filesystems/spufs.txt
10053 F:      arch/powerpc/platforms/cell/spufs/
10054
10055 SQUASHFS FILE SYSTEM
10056 M:      Phillip Lougher <phillip@squashfs.org.uk>
10057 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10058 W:      http://squashfs.org.uk
10059 S:      Maintained
10060 F:      Documentation/filesystems/squashfs.txt
10061 F:      fs/squashfs/
10062
10063 SRM (Alpha) environment access
10064 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10065 S:      Maintained
10066 F:      arch/alpha/kernel/srm_env.c
10067
10068 STABLE BRANCH
10069 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10070 L:      stable@vger.kernel.org
10071 S:      Supported
10072 F:      Documentation/stable_kernel_rules.txt
10073
10074 STAGING SUBSYSTEM
10075 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10077 L:      devel@driverdev.osuosl.org
10078 S:      Supported
10079 F:      drivers/staging/
10080
10081 STAGING - COMEDI
10082 M:      Ian Abbott <abbotti@mev.co.uk>
10083 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10084 S:      Odd Fixes
10085 F:      drivers/staging/comedi/
10086
10087 STAGING - FLARION FT1000 DRIVERS
10088 M:      Marek Belisko <marek.belisko@gmail.com>
10089 S:      Odd Fixes
10090 F:      drivers/staging/ft1000/
10091
10092 STAGING - INDUSTRIAL IO
10093 M:      Jonathan Cameron <jic23@kernel.org>
10094 L:      linux-iio@vger.kernel.org
10095 S:      Odd Fixes
10096 F:      drivers/staging/iio/
10097
10098 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10099 M:      Jarod Wilson <jarod@wilsonet.com>
10100 W:      http://www.lirc.org/
10101 S:      Odd Fixes
10102 F:      drivers/staging/media/lirc/
10103
10104 STAGING - LUSTRE PARALLEL FILESYSTEM
10105 M:      Oleg Drokin <oleg.drokin@intel.com>
10106 M:      Andreas Dilger <andreas.dilger@intel.com>
10107 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10108 W:      http://wiki.lustre.org/
10109 S:      Maintained
10110 F:      drivers/staging/lustre
10111
10112 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10113 M:      Marc Dietrich <marvin24@gmx.de>
10114 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10115 L:      linux-tegra@vger.kernel.org
10116 S:      Maintained
10117 F:      drivers/staging/nvec/
10118
10119 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10120 M:      Jens Frederich <jfrederich@gmail.com>
10121 M:      Daniel Drake <dsd@laptop.org>
10122 M:      Jon Nettleton <jon.nettleton@gmail.com>
10123 W:      http://wiki.laptop.org/go/DCON
10124 S:      Maintained
10125 F:      drivers/staging/olpc_dcon/
10126
10127 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10128 M:      Willy Tarreau <willy@meta-x.org>
10129 S:      Odd Fixes
10130 F:      drivers/staging/panel/
10131
10132 STAGING - REALTEK RTL8712U DRIVERS
10133 M:      Larry Finger <Larry.Finger@lwfinger.net>
10134 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10135 S:      Odd Fixes
10136 F:      drivers/staging/rtl8712/
10137
10138 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10139 M:      Larry Finger <Larry.Finger@lwfinger.net>
10140 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10141 L:      linux-wireless@vger.kernel.org
10142 S:      Maintained
10143 F:      drivers/staging/rtl8723au/
10144
10145 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10146 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10147 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10148 M:      Sudip Mukherjee <sudip@vectorindia.org>
10149 L:      linux-fbdev@vger.kernel.org
10150 S:      Maintained
10151 F:      drivers/staging/sm750fb/
10152
10153 STAGING - SLICOSS
10154 M:      Lior Dotan <liodot@gmail.com>
10155 M:      Christopher Harrer <charrer@alacritech.com>
10156 S:      Odd Fixes
10157 F:      drivers/staging/slicoss/
10158
10159 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10160 M:      William Hubbs <w.d.hubbs@gmail.com>
10161 M:      Chris Brannon <chris@the-brannons.com>
10162 M:      Kirk Reiser <kirk@reisers.ca>
10163 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10164 L:      speakup@linux-speakup.org
10165 W:      http://www.linux-speakup.org/
10166 S:      Odd Fixes
10167 F:      drivers/staging/speakup/
10168
10169 STAGING - VIA VT665X DRIVERS
10170 M:      Forest Bond <forest@alittletooquiet.net>
10171 S:      Odd Fixes
10172 F:      drivers/staging/vt665?/
10173
10174 STAGING - WILC1000 WIFI DRIVER
10175 M:      Johnny Kim <johnny.kim@atmel.com>
10176 M:      Austin Shin <austin.shin@atmel.com>
10177 M:      Chris Park <chris.park@atmel.com>
10178 M:      Tony Cho <tony.cho@atmel.com>
10179 M:      Glen Lee <glen.lee@atmel.com>
10180 M:      Leo Kim <leo.kim@atmel.com>
10181 L:      linux-wireless@vger.kernel.org
10182 S:      Supported
10183 F:      drivers/staging/wilc1000/
10184
10185 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10186 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10187 S:      Odd Fixes
10188 F:      drivers/staging/xgifb/
10189
10190 HFI1 DRIVER
10191 M:      Mike Marciniszyn <infinipath@intel.com>
10192 L:      linux-rdma@vger.kernel.org
10193 S:      Supported
10194 F:      drivers/staging/rdma/hfi1
10195
10196 STARFIRE/DURALAN NETWORK DRIVER
10197 M:      Ion Badulescu <ionut@badula.org>
10198 S:      Odd Fixes
10199 F:      drivers/net/ethernet/adaptec/starfire*
10200
10201 SUN3/3X
10202 M:      Sam Creasey <sammy@sammy.net>
10203 W:      http://sammy.net/sun3/
10204 S:      Maintained
10205 F:      arch/m68k/kernel/*sun3*
10206 F:      arch/m68k/sun3*/
10207 F:      arch/m68k/include/asm/sun3*
10208 F:      drivers/net/ethernet/i825xx/sun3*
10209
10210 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10211 M:      Hans de Goede <hdegoede@redhat.com>
10212 L:      linux-input@vger.kernel.org
10213 S:      Maintained
10214 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10215 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10216
10217 SUNDANCE NETWORK DRIVER
10218 M:      Denis Kirjanov <kda@linux-powerpc.org>
10219 L:      netdev@vger.kernel.org
10220 S:      Maintained
10221 F:      drivers/net/ethernet/dlink/sundance.c
10222
10223 SUPERH
10224 L:      linux-sh@vger.kernel.org
10225 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10226 S:      Orphan
10227 F:      Documentation/sh/
10228 F:      arch/sh/
10229 F:      drivers/sh/
10230
10231 SUSPEND TO RAM
10232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10233 M:      Len Brown <len.brown@intel.com>
10234 M:      Pavel Machek <pavel@ucw.cz>
10235 L:      linux-pm@vger.kernel.org
10236 S:      Supported
10237 F:      Documentation/power/
10238 F:      arch/x86/kernel/acpi/
10239 F:      drivers/base/power/
10240 F:      kernel/power/
10241 F:      include/linux/suspend.h
10242 F:      include/linux/freezer.h
10243 F:      include/linux/pm.h
10244
10245 SVGA HANDLING
10246 M:      Martin Mares <mj@ucw.cz>
10247 L:      linux-video@atrey.karlin.mff.cuni.cz
10248 S:      Maintained
10249 F:      Documentation/svga.txt
10250 F:      arch/x86/boot/video*
10251
10252 SWIOTLB SUBSYSTEM
10253 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10254 L:      linux-kernel@vger.kernel.org
10255 S:      Supported
10256 F:      lib/swiotlb.c
10257 F:      arch/*/kernel/pci-swiotlb.c
10258 F:      include/linux/swiotlb.h
10259
10260 SWITCHDEV
10261 M:      Jiri Pirko <jiri@resnulli.us>
10262 L:      netdev@vger.kernel.org
10263 S:      Supported
10264 F:      net/switchdev/
10265 F:      include/net/switchdev.h
10266
10267 SYNOPSYS ARC ARCHITECTURE
10268 M:      Vineet Gupta <vgupta@synopsys.com>
10269 L:      linux-snps-arc@lists.infraded.org
10270 S:      Supported
10271 F:      arch/arc/
10272 F:      Documentation/devicetree/bindings/arc/*
10273 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10274 F:      drivers/tty/serial/arc_uart.c
10275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10276
10277 SYNOPSYS ARC SDP platform support
10278 M:      Alexey Brodkin <abrodkin@synopsys.com>
10279 S:      Supported
10280 F:      arch/arc/plat-axs10x
10281 F:      arch/arc/boot/dts/ax*
10282 F:      Documentation/devicetree/bindings/arc/axs10*
10283
10284 SYSTEM CONFIGURATION (SYSCON)
10285 M:      Lee Jones <lee.jones@linaro.org>
10286 M:      Arnd Bergmann <arnd@arndb.de>
10287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10288 S:      Supported
10289 F:      drivers/mfd/syscon.c
10290
10291 SYSV FILESYSTEM
10292 M:      Christoph Hellwig <hch@infradead.org>
10293 S:      Maintained
10294 F:      Documentation/filesystems/sysv-fs.txt
10295 F:      fs/sysv/
10296 F:      include/linux/sysv_fs.h
10297
10298 TARGET SUBSYSTEM
10299 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10300 L:      linux-scsi@vger.kernel.org
10301 L:      target-devel@vger.kernel.org
10302 W:      http://www.linux-iscsi.org
10303 W:      http://groups.google.com/group/linux-iscsi-target-dev
10304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10305 S:      Supported
10306 F:      drivers/target/
10307 F:      include/target/
10308 F:      Documentation/target/
10309
10310 TASKSTATS STATISTICS INTERFACE
10311 M:      Balbir Singh <bsingharora@gmail.com>
10312 S:      Maintained
10313 F:      Documentation/accounting/taskstats*
10314 F:      include/linux/taskstats*
10315 F:      kernel/taskstats.c
10316
10317 TC CLASSIFIER
10318 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10319 L:      netdev@vger.kernel.org
10320 S:      Maintained
10321 F:      include/net/pkt_cls.h
10322 F:      include/uapi/linux/pkt_cls.h
10323 F:      net/sched/
10324
10325 TCP LOW PRIORITY MODULE
10326 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10327 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10328 W:      http://tcp-lp-mod.sourceforge.net/
10329 S:      Maintained
10330 F:      net/ipv4/tcp_lp.c
10331
10332 TDA10071 MEDIA DRIVER
10333 M:      Antti Palosaari <crope@iki.fi>
10334 L:      linux-media@vger.kernel.org
10335 W:      http://linuxtv.org/
10336 W:      http://palosaari.fi/linux/
10337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10338 T:      git git://linuxtv.org/anttip/media_tree.git
10339 S:      Maintained
10340 F:      drivers/media/dvb-frontends/tda10071*
10341
10342 TDA18212 MEDIA DRIVER
10343 M:      Antti Palosaari <crope@iki.fi>
10344 L:      linux-media@vger.kernel.org
10345 W:      http://linuxtv.org/
10346 W:      http://palosaari.fi/linux/
10347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10348 T:      git git://linuxtv.org/anttip/media_tree.git
10349 S:      Maintained
10350 F:      drivers/media/tuners/tda18212*
10351
10352 TDA18218 MEDIA DRIVER
10353 M:      Antti Palosaari <crope@iki.fi>
10354 L:      linux-media@vger.kernel.org
10355 W:      http://linuxtv.org/
10356 W:      http://palosaari.fi/linux/
10357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10358 T:      git git://linuxtv.org/anttip/media_tree.git
10359 S:      Maintained
10360 F:      drivers/media/tuners/tda18218*
10361
10362 TDA18271 MEDIA DRIVER
10363 M:      Michael Krufky <mkrufky@linuxtv.org>
10364 L:      linux-media@vger.kernel.org
10365 W:      http://linuxtv.org/
10366 W:      http://github.com/mkrufky
10367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10368 T:      git git://linuxtv.org/mkrufky/tuners.git
10369 S:      Maintained
10370 F:      drivers/media/tuners/tda18271*
10371
10372 TDA827x MEDIA DRIVER
10373 M:      Michael Krufky <mkrufky@linuxtv.org>
10374 L:      linux-media@vger.kernel.org
10375 W:      http://linuxtv.org/
10376 W:      http://github.com/mkrufky
10377 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10378 T:      git git://linuxtv.org/mkrufky/tuners.git
10379 S:      Maintained
10380 F:      drivers/media/tuners/tda8290.*
10381
10382 TDA8290 MEDIA DRIVER
10383 M:      Michael Krufky <mkrufky@linuxtv.org>
10384 L:      linux-media@vger.kernel.org
10385 W:      http://linuxtv.org/
10386 W:      http://github.com/mkrufky
10387 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10388 T:      git git://linuxtv.org/mkrufky/tuners.git
10389 S:      Maintained
10390 F:      drivers/media/tuners/tda8290.*
10391
10392 TDA9840 MEDIA DRIVER
10393 M:      Hans Verkuil <hverkuil@xs4all.nl>
10394 L:      linux-media@vger.kernel.org
10395 T:      git git://linuxtv.org/media_tree.git
10396 W:      http://linuxtv.org
10397 S:      Maintained
10398 F:      drivers/media/i2c/tda9840*
10399
10400 TEA5761 TUNER DRIVER
10401 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10402 L:      linux-media@vger.kernel.org
10403 W:      http://linuxtv.org
10404 T:      git git://linuxtv.org/media_tree.git
10405 S:      Odd fixes
10406 F:      drivers/media/tuners/tea5761.*
10407
10408 TEA5767 TUNER DRIVER
10409 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10410 L:      linux-media@vger.kernel.org
10411 W:      http://linuxtv.org
10412 T:      git git://linuxtv.org/media_tree.git
10413 S:      Maintained
10414 F:      drivers/media/tuners/tea5767.*
10415
10416 TEA6415C MEDIA DRIVER
10417 M:      Hans Verkuil <hverkuil@xs4all.nl>
10418 L:      linux-media@vger.kernel.org
10419 T:      git git://linuxtv.org/media_tree.git
10420 W:      http://linuxtv.org
10421 S:      Maintained
10422 F:      drivers/media/i2c/tea6415c*
10423
10424 TEA6420 MEDIA DRIVER
10425 M:      Hans Verkuil <hverkuil@xs4all.nl>
10426 L:      linux-media@vger.kernel.org
10427 T:      git git://linuxtv.org/media_tree.git
10428 W:      http://linuxtv.org
10429 S:      Maintained
10430 F:      drivers/media/i2c/tea6420*
10431
10432 TEAM DRIVER
10433 M:      Jiri Pirko <jiri@resnulli.us>
10434 L:      netdev@vger.kernel.org
10435 S:      Supported
10436 F:      drivers/net/team/
10437 F:      include/linux/if_team.h
10438 F:      include/uapi/linux/if_team.h
10439
10440 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10441 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10442 S:      Maintained
10443 F:      arch/x86/platform/ts5500/
10444
10445 TECHNOTREND USB IR RECEIVER
10446 M:      Sean Young <sean@mess.org>
10447 L:      linux-media@vger.kernel.org
10448 S:      Maintained
10449 F:      drivers/media/rc/ttusbir.c
10450
10451 TEGRA ARCHITECTURE SUPPORT
10452 M:      Stephen Warren <swarren@wwwdotorg.org>
10453 M:      Thierry Reding <thierry.reding@gmail.com>
10454 M:      Alexandre Courbot <gnurou@gmail.com>
10455 L:      linux-tegra@vger.kernel.org
10456 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10458 S:      Supported
10459 N:      [^a-z]tegra
10460
10461 TEGRA CLOCK DRIVER
10462 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10463 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10464 S:      Supported
10465 F:      drivers/clk/tegra/
10466
10467 TEGRA DMA DRIVER
10468 M:      Laxman Dewangan <ldewangan@nvidia.com>
10469 S:      Supported
10470 F:      drivers/dma/tegra20-apb-dma.c
10471
10472 TEGRA I2C DRIVER
10473 M:      Laxman Dewangan <ldewangan@nvidia.com>
10474 S:      Supported
10475 F:      drivers/i2c/busses/i2c-tegra.c
10476
10477 TEGRA IOMMU DRIVERS
10478 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10479 S:      Supported
10480 F:      drivers/iommu/tegra*
10481
10482 TEGRA KBC DRIVER
10483 M:      Rakesh Iyer <riyer@nvidia.com>
10484 M:      Laxman Dewangan <ldewangan@nvidia.com>
10485 S:      Supported
10486 F:      drivers/input/keyboard/tegra-kbc.c
10487
10488 TEGRA PWM DRIVER
10489 M:      Thierry Reding <thierry.reding@gmail.com>
10490 S:      Supported
10491 F:      drivers/pwm/pwm-tegra.c
10492
10493 TEGRA SERIAL DRIVER
10494 M:      Laxman Dewangan <ldewangan@nvidia.com>
10495 S:      Supported
10496 F:      drivers/tty/serial/serial-tegra.c
10497
10498 TEGRA SPI DRIVER
10499 M:      Laxman Dewangan <ldewangan@nvidia.com>
10500 S:      Supported
10501 F:      drivers/spi/spi-tegra*
10502
10503 TEHUTI ETHERNET DRIVER
10504 M:      Andy Gospodarek <andy@greyhouse.net>
10505 L:      netdev@vger.kernel.org
10506 S:      Supported
10507 F:      drivers/net/ethernet/tehuti/*
10508
10509 Telecom Clock Driver for MCPL0010
10510 M:      Mark Gross <mark.gross@intel.com>
10511 S:      Supported
10512 F:      drivers/char/tlclk.c
10513
10514 TENSILICA XTENSA PORT (xtensa)
10515 M:      Chris Zankel <chris@zankel.net>
10516 M:      Max Filippov <jcmvbkbc@gmail.com>
10517 L:      linux-xtensa@linux-xtensa.org
10518 S:      Maintained
10519 F:      arch/xtensa/
10520 F:      drivers/irqchip/irq-xtensa-*
10521
10522 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10523 M:      Hans Verkuil <hverkuil@xs4all.nl>
10524 L:      linux-media@vger.kernel.org
10525 T:      git git://linuxtv.org/media_tree.git
10526 W:      http://linuxtv.org
10527 S:      Maintained
10528 F:      drivers/media/radio/radio-raremono.c
10529
10530 THERMAL
10531 M:      Zhang Rui <rui.zhang@intel.com>
10532 M:      Eduardo Valentin <edubezval@gmail.com>
10533 L:      linux-pm@vger.kernel.org
10534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10536 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10537 S:      Supported
10538 F:      drivers/thermal/
10539 F:      include/linux/thermal.h
10540 F:      include/uapi/linux/thermal.h
10541 F:      include/linux/cpu_cooling.h
10542 F:      Documentation/devicetree/bindings/thermal/
10543
10544 THERMAL/CPU_COOLING
10545 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10546 M:      Viresh Kumar <viresh.kumar@linaro.org>
10547 M:      Javi Merino <javi.merino@arm.com>
10548 L:      linux-pm@vger.kernel.org
10549 S:      Supported
10550 F:      Documentation/thermal/cpu-cooling-api.txt
10551 F:      drivers/thermal/cpu_cooling.c
10552 F:      include/linux/cpu_cooling.h
10553
10554 THINGM BLINK(1) USB RGB LED DRIVER
10555 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10556 S:      Maintained
10557 F:      drivers/hid/hid-thingm.c
10558
10559 THINKPAD ACPI EXTRAS DRIVER
10560 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10561 L:      ibm-acpi-devel@lists.sourceforge.net
10562 L:      platform-driver-x86@vger.kernel.org
10563 W:      http://ibm-acpi.sourceforge.net
10564 W:      http://thinkwiki.org/wiki/Ibm-acpi
10565 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10566 S:      Maintained
10567 F:      drivers/platform/x86/thinkpad_acpi.c
10568
10569 TI BANDGAP AND THERMAL DRIVER
10570 M:      Eduardo Valentin <edubezval@gmail.com>
10571 L:      linux-pm@vger.kernel.org
10572 L:      linux-omap@vger.kernel.org
10573 S:      Maintained
10574 F:      drivers/thermal/ti-soc-thermal/
10575
10576 TI CDCE706 CLOCK DRIVER
10577 M:      Max Filippov <jcmvbkbc@gmail.com>
10578 S:      Maintained
10579 F:      drivers/clk/clk-cdce706.c
10580
10581 TI CLOCK DRIVER
10582 M:      Tero Kristo <t-kristo@ti.com>
10583 L:      linux-omap@vger.kernel.org
10584 S:      Maintained
10585 F:      drivers/clk/ti/
10586 F:      include/linux/clk/ti.h
10587
10588 TI FLASH MEDIA INTERFACE DRIVER
10589 M:      Alex Dubov <oakad@yahoo.com>
10590 S:      Maintained
10591 F:      drivers/misc/tifm*
10592 F:      drivers/mmc/host/tifm_sd.c
10593 F:      include/linux/tifm.h
10594
10595 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10596 M:      Santosh Shilimkar <ssantosh@kernel.org>
10597 L:      linux-kernel@vger.kernel.org
10598 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10599 S:      Maintained
10600 F:      drivers/soc/ti/*
10601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10602
10603
10604 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10605 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10606 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10607 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10608 S:      Maintained
10609 F:      sound/soc/codecs/lm49453*
10610 F:      sound/soc/codecs/isabelle*
10611
10612 TI LP855x BACKLIGHT DRIVER
10613 M:      Milo Kim <milo.kim@ti.com>
10614 S:      Maintained
10615 F:      Documentation/backlight/lp855x-driver.txt
10616 F:      drivers/video/backlight/lp855x_bl.c
10617 F:      include/linux/platform_data/lp855x.h
10618
10619 TI LP8727 CHARGER DRIVER
10620 M:      Milo Kim <milo.kim@ti.com>
10621 S:      Maintained
10622 F:      drivers/power/lp8727_charger.c
10623 F:      include/linux/platform_data/lp8727.h
10624
10625 TI LP8788 MFD DRIVER
10626 M:      Milo Kim <milo.kim@ti.com>
10627 S:      Maintained
10628 F:      drivers/iio/adc/lp8788_adc.c
10629 F:      drivers/leds/leds-lp8788.c
10630 F:      drivers/mfd/lp8788*.c
10631 F:      drivers/power/lp8788-charger.c
10632 F:      drivers/regulator/lp8788-*.c
10633 F:      include/linux/mfd/lp8788*.h
10634
10635 TI NETCP ETHERNET DRIVER
10636 M:      Wingman Kwok <w-kwok2@ti.com>
10637 M:      Murali Karicheri <m-karicheri2@ti.com>
10638 L:      netdev@vger.kernel.org
10639 S:      Maintained
10640 F:      drivers/net/ethernet/ti/netcp*
10641
10642 TI TAS571X FAMILY ASoC CODEC DRIVER
10643 M:      Kevin Cernekee <cernekee@chromium.org>
10644 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10645 S:      Odd Fixes
10646 F:      sound/soc/codecs/tas571x*
10647
10648 TI TWL4030 SERIES SOC CODEC DRIVER
10649 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10650 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10651 S:      Maintained
10652 F:      sound/soc/codecs/twl4030*
10653
10654 TI WILINK WIRELESS DRIVERS
10655 L:      linux-wireless@vger.kernel.org
10656 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10657 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10659 S:      Orphan
10660 F:      drivers/net/wireless/ti/
10661 F:      include/linux/wl12xx.h
10662
10663 TIPC NETWORK LAYER
10664 M:      Jon Maloy <jon.maloy@ericsson.com>
10665 M:      Ying Xue <ying.xue@windriver.com>
10666 L:      netdev@vger.kernel.org (core kernel code)
10667 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10668 W:      http://tipc.sourceforge.net/
10669 S:      Maintained
10670 F:      include/uapi/linux/tipc*.h
10671 F:      net/tipc/
10672
10673 TILE ARCHITECTURE
10674 M:      Chris Metcalf <cmetcalf@ezchip.com>
10675 W:      http://www.ezchip.com/scm/
10676 S:      Supported
10677 F:      arch/tile/
10678 F:      drivers/char/tile-srom.c
10679 F:      drivers/edac/tile_edac.c
10680 F:      drivers/net/ethernet/tile/
10681 F:      drivers/rtc/rtc-tile.c
10682 F:      drivers/tty/hvc/hvc_tile.c
10683 F:      drivers/tty/serial/tilegx.c
10684 F:      drivers/usb/host/*-tilegx.c
10685 F:      include/linux/usb/tilegx.h
10686
10687 TLAN NETWORK DRIVER
10688 M:      Samuel Chessman <chessman@tux.org>
10689 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10690 W:      http://sourceforge.net/projects/tlan/
10691 S:      Maintained
10692 F:      Documentation/networking/tlan.txt
10693 F:      drivers/net/ethernet/ti/tlan.*
10694
10695 TOMOYO SECURITY MODULE
10696 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10697 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10698 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10699 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10700 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10701 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10702 W:      http://tomoyo.sourceforge.jp/
10703 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10704 S:      Maintained
10705 F:      security/tomoyo/
10706
10707 TOPSTAR LAPTOP EXTRAS DRIVER
10708 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10709 L:      platform-driver-x86@vger.kernel.org
10710 S:      Maintained
10711 F:      drivers/platform/x86/topstar-laptop.c
10712
10713 TOSHIBA ACPI EXTRAS DRIVER
10714 M:      Azael Avalos <coproscefalo@gmail.com>
10715 L:      platform-driver-x86@vger.kernel.org
10716 S:      Maintained
10717 F:      drivers/platform/x86/toshiba_acpi.c
10718
10719 TOSHIBA BLUETOOTH DRIVER
10720 M:      Azael Avalos <coproscefalo@gmail.com>
10721 L:      platform-driver-x86@vger.kernel.org
10722 S:      Maintained
10723 F:      drivers/platform/x86/toshiba_bluetooth.c
10724
10725 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10726 M:      Azael Avalos <coproscefalo@gmail.com>
10727 L:      platform-driver-x86@vger.kernel.org
10728 S:      Maintained
10729 F:      drivers/platform/x86/toshiba_haps.c
10730
10731 TOSHIBA WMI HOTKEYS DRIVER
10732 M:      Azael Avalos <coproscefalo@gmail.com>
10733 L:      platform-driver-x86@vger.kernel.org
10734 S:      Maintained
10735 F:      drivers/platform/x86/toshiba-wmi.c
10736
10737 TOSHIBA SMM DRIVER
10738 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10739 W:      http://www.buzzard.org.uk/toshiba/
10740 S:      Maintained
10741 F:      drivers/char/toshiba.c
10742 F:      include/linux/toshiba.h
10743 F:      include/uapi/linux/toshiba.h
10744
10745 TOSHIBA TC358743 DRIVER
10746 M:      Mats Randgaard <matrandg@cisco.com>
10747 L:      linux-media@vger.kernel.org
10748 S:      Maintained
10749 F:      drivers/media/i2c/tc358743*
10750 F:      include/media/tc358743.h
10751
10752 TMIO MMC DRIVER
10753 M:      Ian Molton <ian@mnementh.co.uk>
10754 L:      linux-mmc@vger.kernel.org
10755 S:      Maintained
10756 F:      drivers/mmc/host/tmio_mmc*
10757 F:      drivers/mmc/host/sh_mobile_sdhi.c
10758 F:      include/linux/mmc/tmio.h
10759 F:      include/linux/mmc/sh_mobile_sdhi.h
10760
10761 TMP401 HARDWARE MONITOR DRIVER
10762 M:      Guenter Roeck <linux@roeck-us.net>
10763 L:      lm-sensors@lm-sensors.org
10764 S:      Maintained
10765 F:      Documentation/hwmon/tmp401
10766 F:      drivers/hwmon/tmp401.c
10767
10768 TMPFS (SHMEM FILESYSTEM)
10769 M:      Hugh Dickins <hughd@google.com>
10770 L:      linux-mm@kvack.org
10771 S:      Maintained
10772 F:      include/linux/shmem_fs.h
10773 F:      mm/shmem.c
10774
10775 TM6000 VIDEO4LINUX DRIVER
10776 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10777 L:      linux-media@vger.kernel.org
10778 W:      http://linuxtv.org
10779 T:      git git://linuxtv.org/media_tree.git
10780 S:      Odd fixes
10781 F:      drivers/media/usb/tm6000/
10782
10783 TW68 VIDEO4LINUX DRIVER
10784 M:      Hans Verkuil <hverkuil@xs4all.nl>
10785 L:      linux-media@vger.kernel.org
10786 T:      git git://linuxtv.org/media_tree.git
10787 W:      http://linuxtv.org
10788 S:      Odd Fixes
10789 F:      drivers/media/pci/tw68/
10790
10791 TPM DEVICE DRIVER
10792 M:      Peter Huewe <peterhuewe@gmx.de>
10793 M:      Marcel Selhorst <tpmdd@selhorst.net>
10794 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10795 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10796 W:      http://tpmdd.sourceforge.net
10797 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10798 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10799 T:      https://github.com/PeterHuewe/linux-tpmdd
10800 S:      Maintained
10801 F:      drivers/char/tpm/
10802
10803 TPM IBM_VTPM DEVICE DRIVER
10804 M:      Ashley Lai <ashleydlai@gmail.com>
10805 W:      http://tpmdd.sourceforge.net
10806 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10807 S:      Maintained
10808 F:      drivers/char/tpm/tpm_ibmvtpm*
10809
10810 TRACING
10811 M:      Steven Rostedt <rostedt@goodmis.org>
10812 M:      Ingo Molnar <mingo@redhat.com>
10813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10814 S:      Maintained
10815 F:      Documentation/trace/ftrace.txt
10816 F:      arch/*/*/*/ftrace.h
10817 F:      arch/*/kernel/ftrace.c
10818 F:      include/*/ftrace.h
10819 F:      include/linux/trace*.h
10820 F:      include/trace/
10821 F:      kernel/trace/
10822 F:      tools/testing/selftests/ftrace/
10823
10824 TRIVIAL PATCHES
10825 M:      Jiri Kosina <trivial@kernel.org>
10826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10827 S:      Maintained
10828 K:      ^Subject:.*(?i)trivial
10829
10830 TTY LAYER
10831 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10832 M:      Jiri Slaby <jslaby@suse.com>
10833 S:      Supported
10834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10835 F:      Documentation/serial/
10836 F:      drivers/tty/
10837 F:      drivers/tty/serial/serial_core.c
10838 F:      include/linux/serial_core.h
10839 F:      include/linux/serial.h
10840 F:      include/linux/tty.h
10841 F:      include/uapi/linux/serial_core.h
10842 F:      include/uapi/linux/serial.h
10843 F:      include/uapi/linux/tty.h
10844
10845 TUA9001 MEDIA DRIVER
10846 M:      Antti Palosaari <crope@iki.fi>
10847 L:      linux-media@vger.kernel.org
10848 W:      http://linuxtv.org/
10849 W:      http://palosaari.fi/linux/
10850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10851 T:      git git://linuxtv.org/anttip/media_tree.git
10852 S:      Maintained
10853 F:      drivers/media/tuners/tua9001*
10854
10855 TULIP NETWORK DRIVERS
10856 M:      Grant Grundler <grundler@parisc-linux.org>
10857 L:      netdev@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/net/ethernet/dec/tulip/
10860
10861 TUN/TAP driver
10862 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10863 W:      http://vtun.sourceforge.net/tun
10864 S:      Maintained
10865 F:      Documentation/networking/tuntap.txt
10866 F:      arch/um/os-Linux/drivers/
10867
10868 TURBOCHANNEL SUBSYSTEM
10869 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10870 M:      Ralf Baechle <ralf@linux-mips.org>
10871 L:      linux-mips@linux-mips.org
10872 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10873 S:      Maintained
10874 F:      drivers/tc/
10875 F:      include/linux/tc.h
10876
10877 U14-34F SCSI DRIVER
10878 M:      Dario Ballabio <ballabio_dario@emc.com>
10879 L:      linux-scsi@vger.kernel.org
10880 S:      Maintained
10881 F:      drivers/scsi/u14-34f.c
10882
10883 UBI FILE SYSTEM (UBIFS)
10884 M:      Artem Bityutskiy <dedekind1@gmail.com>
10885 M:      Adrian Hunter <adrian.hunter@intel.com>
10886 L:      linux-mtd@lists.infradead.org
10887 T:      git git://git.infradead.org/ubifs-2.6.git
10888 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10889 S:      Maintained
10890 F:      Documentation/filesystems/ubifs.txt
10891 F:      fs/ubifs/
10892
10893 UCLINUX (M68KNOMMU AND COLDFIRE)
10894 M:      Greg Ungerer <gerg@uclinux.org>
10895 W:      http://www.uclinux.org/
10896 L:      linux-m68k@lists.linux-m68k.org
10897 L:      uclinux-dev@uclinux.org  (subscribers-only)
10898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10899 S:      Maintained
10900 F:      arch/m68k/coldfire/
10901 F:      arch/m68k/68*/
10902 F:      arch/m68k/*/*_no.*
10903 F:      arch/m68k/include/asm/*_no.*
10904
10905 UDF FILESYSTEM
10906 M:      Jan Kara <jack@suse.com>
10907 S:      Maintained
10908 F:      Documentation/filesystems/udf.txt
10909 F:      fs/udf/
10910
10911 UFS FILESYSTEM
10912 M:      Evgeniy Dushistov <dushistov@mail.ru>
10913 S:      Maintained
10914 F:      Documentation/filesystems/ufs.txt
10915 F:      fs/ufs/
10916
10917 UHID USERSPACE HID IO DRIVER:
10918 M:      David Herrmann <dh.herrmann@googlemail.com>
10919 L:      linux-input@vger.kernel.org
10920 S:      Maintained
10921 F:      drivers/hid/uhid.c
10922 F:      include/uapi/linux/uhid.h
10923
10924 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10925 L:      linux-usb@vger.kernel.org
10926 S:      Orphan
10927 F:      drivers/uwb/
10928 F:      include/linux/uwb.h
10929 F:      include/linux/uwb/
10930
10931 UNICORE32 ARCHITECTURE:
10932 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10933 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10934 S:      Maintained
10935 T:      git git://github.com/gxt/linux.git
10936 F:      arch/unicore32/
10937
10938 UNIFDEF
10939 M:      Tony Finch <dot@dotat.at>
10940 W:      http://dotat.at/prog/unifdef
10941 S:      Maintained
10942 F:      scripts/unifdef.c
10943
10944 UNIFORM CDROM DRIVER
10945 M:      Jens Axboe <axboe@kernel.dk>
10946 W:      http://www.kernel.dk
10947 S:      Maintained
10948 F:      Documentation/cdrom/
10949 F:      drivers/cdrom/cdrom.c
10950 F:      include/linux/cdrom.h
10951 F:      include/uapi/linux/cdrom.h
10952
10953 UNISYS S-PAR DRIVERS
10954 M:      Benjamin Romer <benjamin.romer@unisys.com>
10955 M:      David Kershner <david.kershner@unisys.com>
10956 L:      sparmaintainer@unisys.com (Unisys internal)
10957 S:      Supported
10958 F:      drivers/staging/unisys/
10959
10960 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10961 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10962 L:      linux-scsi@vger.kernel.org
10963 S:      Supported
10964 F:      Documentation/scsi/ufs.txt
10965 F:      drivers/scsi/ufs/
10966
10967 UNSORTED BLOCK IMAGES (UBI)
10968 M:      Artem Bityutskiy <dedekind1@gmail.com>
10969 M:      Richard Weinberger <richard@nod.at>
10970 W:      http://www.linux-mtd.infradead.org/
10971 L:      linux-mtd@lists.infradead.org
10972 T:      git git://git.infradead.org/ubifs-2.6.git
10973 S:      Supported
10974 F:      drivers/mtd/ubi/
10975 F:      include/linux/mtd/ubi.h
10976 F:      include/uapi/mtd/ubi-user.h
10977
10978 USB ACM DRIVER
10979 M:      Oliver Neukum <oliver@neukum.org>
10980 L:      linux-usb@vger.kernel.org
10981 S:      Maintained
10982 F:      Documentation/usb/acm.txt
10983 F:      drivers/usb/class/cdc-acm.*
10984
10985 USB AR5523 WIRELESS DRIVER
10986 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10987 L:      linux-wireless@vger.kernel.org
10988 S:      Maintained
10989 F:      drivers/net/wireless/ath/ar5523/
10990
10991 USB ATTACHED SCSI
10992 M:      Hans de Goede <hdegoede@redhat.com>
10993 M:      Gerd Hoffmann <kraxel@redhat.com>
10994 L:      linux-usb@vger.kernel.org
10995 L:      linux-scsi@vger.kernel.org
10996 S:      Maintained
10997 F:      drivers/usb/storage/uas.c
10998
10999 USB CDC ETHERNET DRIVER
11000 M:      Oliver Neukum <oliver@neukum.org>
11001 L:      linux-usb@vger.kernel.org
11002 S:      Maintained
11003 F:      drivers/net/usb/cdc_*.c
11004 F:      include/uapi/linux/usb/cdc.h
11005
11006 USB CHAOSKEY DRIVER
11007 M:      Keith Packard <keithp@keithp.com>
11008 L:      linux-usb@vger.kernel.org
11009 S:      Maintained
11010 F:      drivers/usb/misc/chaoskey.c
11011
11012 USB CYPRESS C67X00 DRIVER
11013 M:      Peter Korsgaard <jacmet@sunsite.dk>
11014 L:      linux-usb@vger.kernel.org
11015 S:      Maintained
11016 F:      drivers/usb/c67x00/
11017
11018 USB DAVICOM DM9601 DRIVER
11019 M:      Peter Korsgaard <jacmet@sunsite.dk>
11020 L:      netdev@vger.kernel.org
11021 W:      http://www.linux-usb.org/usbnet
11022 S:      Maintained
11023 F:      drivers/net/usb/dm9601.c
11024
11025 USB DIAMOND RIO500 DRIVER
11026 M:      Cesar Miquel <miquel@df.uba.ar>
11027 L:      rio500-users@lists.sourceforge.net
11028 W:      http://rio500.sourceforge.net
11029 S:      Maintained
11030 F:      drivers/usb/misc/rio500*
11031
11032 USB EHCI DRIVER
11033 M:      Alan Stern <stern@rowland.harvard.edu>
11034 L:      linux-usb@vger.kernel.org
11035 S:      Maintained
11036 F:      Documentation/usb/ehci.txt
11037 F:      drivers/usb/host/ehci*
11038
11039 USB GADGET/PERIPHERAL SUBSYSTEM
11040 M:      Felipe Balbi <balbi@ti.com>
11041 L:      linux-usb@vger.kernel.org
11042 W:      http://www.linux-usb.org/gadget
11043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11044 S:      Maintained
11045 F:      drivers/usb/gadget/
11046 F:      include/linux/usb/gadget*
11047
11048 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11049 M:      Jiri Kosina <jikos@kernel.org>
11050 L:      linux-usb@vger.kernel.org
11051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11052 S:      Maintained
11053 F:      Documentation/hid/hiddev.txt
11054 F:      drivers/hid/usbhid/
11055
11056 USB ISP116X DRIVER
11057 M:      Olav Kongas <ok@artecdesign.ee>
11058 L:      linux-usb@vger.kernel.org
11059 S:      Maintained
11060 F:      drivers/usb/host/isp116x*
11061 F:      include/linux/usb/isp116x.h
11062
11063 USB MASS STORAGE DRIVER
11064 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11065 L:      linux-usb@vger.kernel.org
11066 L:      usb-storage@lists.one-eyed-alien.net
11067 S:      Maintained
11068 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11069 F:      drivers/usb/storage/
11070
11071 USB MIDI DRIVER
11072 M:      Clemens Ladisch <clemens@ladisch.de>
11073 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11074 T:      git git://git.alsa-project.org/alsa-kernel.git
11075 S:      Maintained
11076 F:      sound/usb/midi.*
11077
11078 USB NETWORKING DRIVERS
11079 L:      linux-usb@vger.kernel.org
11080 S:      Odd Fixes
11081 F:      drivers/net/usb/
11082
11083 USB OHCI DRIVER
11084 M:      Alan Stern <stern@rowland.harvard.edu>
11085 L:      linux-usb@vger.kernel.org
11086 S:      Maintained
11087 F:      Documentation/usb/ohci.txt
11088 F:      drivers/usb/host/ohci*
11089
11090 USB OTG FSM (Finite State Machine)
11091 M:      Peter Chen <Peter.Chen@freescale.com>
11092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11093 L:      linux-usb@vger.kernel.org
11094 S:      Maintained
11095 F:      drivers/usb/common/usb-otg-fsm.c
11096
11097 USB OVER IP DRIVER
11098 M:      Valentina Manea <valentina.manea.m@gmail.com>
11099 M:      Shuah Khan <shuah.kh@samsung.com>
11100 L:      linux-usb@vger.kernel.org
11101 S:      Maintained
11102 F:      drivers/usb/usbip/
11103 F:      tools/usb/usbip/
11104
11105 USB PEGASUS DRIVER
11106 M:      Petko Manolov <petkan@nucleusys.com>
11107 L:      linux-usb@vger.kernel.org
11108 L:      netdev@vger.kernel.org
11109 T:      git git://github.com/petkan/pegasus.git
11110 W:      https://github.com/petkan/pegasus
11111 S:      Maintained
11112 F:      drivers/net/usb/pegasus.*
11113
11114 USB PHY LAYER
11115 M:      Felipe Balbi <balbi@ti.com>
11116 L:      linux-usb@vger.kernel.org
11117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11118 S:      Maintained
11119 F:      drivers/usb/phy/
11120
11121 USB PRINTER DRIVER (usblp)
11122 M:      Pete Zaitcev <zaitcev@redhat.com>
11123 L:      linux-usb@vger.kernel.org
11124 S:      Supported
11125 F:      drivers/usb/class/usblp.c
11126
11127 USB RTL8150 DRIVER
11128 M:      Petko Manolov <petkan@nucleusys.com>
11129 L:      linux-usb@vger.kernel.org
11130 L:      netdev@vger.kernel.org
11131 T:      git git://github.com/petkan/rtl8150.git
11132 W:      https://github.com/petkan/rtl8150
11133 S:      Maintained
11134 F:      drivers/net/usb/rtl8150.c
11135
11136 USB SERIAL SUBSYSTEM
11137 M:      Johan Hovold <johan@kernel.org>
11138 L:      linux-usb@vger.kernel.org
11139 S:      Maintained
11140 F:      Documentation/usb/usb-serial.txt
11141 F:      drivers/usb/serial/
11142 F:      include/linux/usb/serial.h
11143
11144 USB SMSC75XX ETHERNET DRIVER
11145 M:      Steve Glendinning <steve.glendinning@shawell.net>
11146 L:      netdev@vger.kernel.org
11147 S:      Maintained
11148 F:      drivers/net/usb/smsc75xx.*
11149
11150 USB SMSC95XX ETHERNET DRIVER
11151 M:      Steve Glendinning <steve.glendinning@shawell.net>
11152 L:      netdev@vger.kernel.org
11153 S:      Maintained
11154 F:      drivers/net/usb/smsc95xx.*
11155
11156 USB SUBSYSTEM
11157 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11158 L:      linux-usb@vger.kernel.org
11159 W:      http://www.linux-usb.org
11160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11161 S:      Supported
11162 F:      Documentation/usb/
11163 F:      drivers/usb/
11164 F:      include/linux/usb.h
11165 F:      include/linux/usb/
11166
11167 USB UHCI DRIVER
11168 M:      Alan Stern <stern@rowland.harvard.edu>
11169 L:      linux-usb@vger.kernel.org
11170 S:      Maintained
11171 F:      drivers/usb/host/uhci*
11172
11173 USB "USBNET" DRIVER FRAMEWORK
11174 M:      Oliver Neukum <oneukum@suse.com>
11175 L:      netdev@vger.kernel.org
11176 W:      http://www.linux-usb.org/usbnet
11177 S:      Maintained
11178 F:      drivers/net/usb/usbnet.c
11179 F:      include/linux/usb/usbnet.h
11180
11181 USB VIDEO CLASS
11182 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11183 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11184 L:      linux-media@vger.kernel.org
11185 T:      git git://linuxtv.org/media_tree.git
11186 W:      http://www.ideasonboard.org/uvc/
11187 S:      Maintained
11188 F:      drivers/media/usb/uvc/
11189 F:      include/uapi/linux/uvcvideo.h
11190
11191 USB VISION DRIVER
11192 M:      Hans Verkuil <hverkuil@xs4all.nl>
11193 L:      linux-media@vger.kernel.org
11194 T:      git git://linuxtv.org/media_tree.git
11195 W:      http://linuxtv.org
11196 S:      Odd Fixes
11197 F:      drivers/media/usb/usbvision/
11198
11199 USB WEBCAM GADGET
11200 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11201 L:      linux-usb@vger.kernel.org
11202 S:      Maintained
11203 F:      drivers/usb/gadget/function/*uvc*
11204 F:      drivers/usb/gadget/legacy/webcam.c
11205
11206 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11207 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11208 L:      linux-wireless@vger.kernel.org
11209 S:      Maintained
11210 F:      drivers/net/wireless/rndis_wlan.c
11211
11212 USB XHCI DRIVER
11213 M:      Mathias Nyman <mathias.nyman@intel.com>
11214 L:      linux-usb@vger.kernel.org
11215 S:      Supported
11216 F:      drivers/usb/host/xhci*
11217 F:      drivers/usb/host/pci-quirks*
11218
11219 USB ZD1201 DRIVER
11220 L:      linux-wireless@vger.kernel.org
11221 W:      http://linux-lc100020.sourceforge.net
11222 S:      Orphan
11223 F:      drivers/net/wireless/zd1201.*
11224
11225 USB ZR364XX DRIVER
11226 M:      Antoine Jacquet <royale@zerezo.com>
11227 L:      linux-usb@vger.kernel.org
11228 L:      linux-media@vger.kernel.org
11229 T:      git git://linuxtv.org/media_tree.git
11230 W:      http://royale.zerezo.com/zr364xx/
11231 S:      Maintained
11232 F:      Documentation/video4linux/zr364xx.txt
11233 F:      drivers/media/usb/zr364xx/
11234
11235 ULPI BUS
11236 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11237 L:      linux-usb@vger.kernel.org
11238 S:      Maintained
11239 F:      drivers/usb/common/ulpi.c
11240 F:      include/linux/ulpi/
11241
11242 USER-MODE LINUX (UML)
11243 M:      Jeff Dike <jdike@addtoit.com>
11244 M:      Richard Weinberger <richard@nod.at>
11245 L:      user-mode-linux-devel@lists.sourceforge.net
11246 L:      user-mode-linux-user@lists.sourceforge.net
11247 W:      http://user-mode-linux.sourceforge.net
11248 S:      Maintained
11249 F:      Documentation/virtual/uml/
11250 F:      arch/um/
11251 F:      arch/x86/um/
11252 F:      fs/hostfs/
11253 F:      fs/hppfs/
11254
11255 USERSPACE I/O (UIO)
11256 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11257 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11258 S:      Maintained
11259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11260 F:      Documentation/DocBook/uio-howto.tmpl
11261 F:      drivers/uio/
11262 F:      include/linux/uio*.h
11263
11264 UTIL-LINUX PACKAGE
11265 M:      Karel Zak <kzak@redhat.com>
11266 L:      util-linux@vger.kernel.org
11267 W:      http://en.wikipedia.org/wiki/Util-linux
11268 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11269 S:      Maintained
11270
11271 UVESAFB DRIVER
11272 M:      Michal Januszewski <spock@gentoo.org>
11273 L:      linux-fbdev@vger.kernel.org
11274 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11275 S:      Maintained
11276 F:      Documentation/fb/uvesafb.txt
11277 F:      drivers/video/fbdev/uvesafb.*
11278
11279 VF610 NAND DRIVER
11280 M:      Stefan Agner <stefan@agner.ch>
11281 L:      linux-mtd@lists.infradead.org
11282 S:      Supported
11283 F:      drivers/mtd/nand/vf610_nfc.c
11284
11285 VFAT/FAT/MSDOS FILESYSTEM
11286 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11287 S:      Maintained
11288 F:      Documentation/filesystems/vfat.txt
11289 F:      fs/fat/
11290
11291 VFIO DRIVER
11292 M:      Alex Williamson <alex.williamson@redhat.com>
11293 L:      kvm@vger.kernel.org
11294 S:      Maintained
11295 F:      Documentation/vfio.txt
11296 F:      drivers/vfio/
11297 F:      include/linux/vfio.h
11298 F:      include/uapi/linux/vfio.h
11299
11300 VFIO PLATFORM DRIVER
11301 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11302 L:      kvm@vger.kernel.org
11303 S:      Maintained
11304 F:      drivers/vfio/platform/
11305
11306 VIDEOBUF2 FRAMEWORK
11307 M:      Pawel Osciak <pawel@osciak.com>
11308 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11309 M:      Kyungmin Park <kyungmin.park@samsung.com>
11310 L:      linux-media@vger.kernel.org
11311 S:      Maintained
11312 F:      drivers/media/v4l2-core/videobuf2-*
11313 F:      include/media/videobuf2-*
11314
11315 VIRTUAL SERIO DEVICE DRIVER
11316 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11317 S:      Maintained
11318 F:      drivers/input/serio/userio.c
11319 F:      include/uapi/linux/userio.h
11320
11321 VIRTIO CONSOLE DRIVER
11322 M:      Amit Shah <amit.shah@redhat.com>
11323 L:      virtualization@lists.linux-foundation.org
11324 S:      Maintained
11325 F:      drivers/char/virtio_console.c
11326 F:      include/linux/virtio_console.h
11327 F:      include/uapi/linux/virtio_console.h
11328
11329 VIRTIO CORE, NET AND BLOCK DRIVERS
11330 M:      "Michael S. Tsirkin" <mst@redhat.com>
11331 L:      virtualization@lists.linux-foundation.org
11332 S:      Maintained
11333 F:      drivers/virtio/
11334 F:      tools/virtio/
11335 F:      drivers/net/virtio_net.c
11336 F:      drivers/block/virtio_blk.c
11337 F:      include/linux/virtio_*.h
11338 F:      include/uapi/linux/virtio_*.h
11339
11340 VIRTIO DRIVERS FOR S390
11341 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11342 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11343 L:      linux-s390@vger.kernel.org
11344 L:      virtualization@lists.linux-foundation.org
11345 L:      kvm@vger.kernel.org
11346 S:      Supported
11347 F:      drivers/s390/virtio/
11348
11349 VIRTIO GPU DRIVER
11350 M:      David Airlie <airlied@linux.ie>
11351 M:      Gerd Hoffmann <kraxel@redhat.com>
11352 L:      dri-devel@lists.freedesktop.org
11353 L:      virtualization@lists.linux-foundation.org
11354 S:      Maintained
11355 F:      drivers/gpu/drm/virtio/
11356 F:      include/uapi/linux/virtio_gpu.h
11357
11358 VIRTIO HOST (VHOST)
11359 M:      "Michael S. Tsirkin" <mst@redhat.com>
11360 L:      kvm@vger.kernel.org
11361 L:      virtualization@lists.linux-foundation.org
11362 L:      netdev@vger.kernel.org
11363 S:      Maintained
11364 F:      drivers/vhost/
11365 F:      include/uapi/linux/vhost.h
11366
11367 VIRTIO INPUT DRIVER
11368 M:      Gerd Hoffmann <kraxel@redhat.com>
11369 S:      Maintained
11370 F:      drivers/virtio/virtio_input.c
11371 F:      include/uapi/linux/virtio_input.h
11372
11373 VIA RHINE NETWORK DRIVER
11374 S:      Orphan
11375 F:      drivers/net/ethernet/via/via-rhine.c
11376
11377 VIA SD/MMC CARD CONTROLLER DRIVER
11378 M:      Bruce Chang <brucechang@via.com.tw>
11379 M:      Harald Welte <HaraldWelte@viatech.com>
11380 S:      Maintained
11381 F:      drivers/mmc/host/via-sdmmc.c
11382
11383 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11384 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11385 L:      linux-fbdev@vger.kernel.org
11386 S:      Maintained
11387 F:      include/linux/via-core.h
11388 F:      include/linux/via-gpio.h
11389 F:      include/linux/via_i2c.h
11390 F:      drivers/video/fbdev/via/
11391
11392 VIA VELOCITY NETWORK DRIVER
11393 M:      Francois Romieu <romieu@fr.zoreil.com>
11394 L:      netdev@vger.kernel.org
11395 S:      Maintained
11396 F:      drivers/net/ethernet/via/via-velocity.*
11397
11398 VIRT LIB
11399 M:      Alex Williamson <alex.williamson@redhat.com>
11400 M:      Paolo Bonzini <pbonzini@redhat.com>
11401 L:      kvm@vger.kernel.org
11402 S:      Supported
11403 F:      virt/lib/
11404
11405 VIVID VIRTUAL VIDEO DRIVER
11406 M:      Hans Verkuil <hverkuil@xs4all.nl>
11407 L:      linux-media@vger.kernel.org
11408 T:      git git://linuxtv.org/media_tree.git
11409 W:      http://linuxtv.org
11410 S:      Maintained
11411 F:      drivers/media/platform/vivid/*
11412
11413 VLAN (802.1Q)
11414 M:      Patrick McHardy <kaber@trash.net>
11415 L:      netdev@vger.kernel.org
11416 S:      Maintained
11417 F:      drivers/net/macvlan.c
11418 F:      include/linux/if_*vlan.h
11419 F:      net/8021q/
11420
11421 VLYNQ BUS
11422 M:      Florian Fainelli <florian@openwrt.org>
11423 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11424 S:      Maintained
11425 F:      drivers/vlynq/vlynq.c
11426 F:      include/linux/vlynq.h
11427
11428 VME SUBSYSTEM
11429 M:      Martyn Welch <martyn@welchs.me.uk>
11430 M:      Manohar Vanga <manohar.vanga@gmail.com>
11431 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11432 L:      devel@driverdev.osuosl.org
11433 S:      Maintained
11434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11435 F:      Documentation/vme_api.txt
11436 F:      drivers/staging/vme/
11437 F:      drivers/vme/
11438 F:      include/linux/vme*
11439
11440 VMWARE HYPERVISOR INTERFACE
11441 M:      Alok Kataria <akataria@vmware.com>
11442 L:      virtualization@lists.linux-foundation.org
11443 S:      Supported
11444 F:      arch/x86/kernel/cpu/vmware.c
11445
11446 VMWARE BALLOON DRIVER
11447 M:      Xavier Deguillard <xdeguillard@vmware.com>
11448 M:      Philip Moltmann <moltmann@vmware.com>
11449 M:      "VMware, Inc." <pv-drivers@vmware.com>
11450 L:      linux-kernel@vger.kernel.org
11451 S:      Maintained
11452 F:      drivers/misc/vmw_balloon.c
11453
11454 VMWARE VMMOUSE SUBDRIVER
11455 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11456 M:      "VMware, Inc." <pv-drivers@vmware.com>
11457 L:      linux-input@vger.kernel.org
11458 S:      Maintained
11459 F:      drivers/input/mouse/vmmouse.c
11460 F:      drivers/input/mouse/vmmouse.h
11461
11462 VMWARE VMXNET3 ETHERNET DRIVER
11463 M:      Shrikrishna Khare <skhare@vmware.com>
11464 M:      "VMware, Inc." <pv-drivers@vmware.com>
11465 L:      netdev@vger.kernel.org
11466 S:      Maintained
11467 F:      drivers/net/vmxnet3/
11468
11469 VMware PVSCSI driver
11470 M:      Arvind Kumar <arvindkumar@vmware.com>
11471 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11472 L:      linux-scsi@vger.kernel.org
11473 S:      Maintained
11474 F:      drivers/scsi/vmw_pvscsi.c
11475 F:      drivers/scsi/vmw_pvscsi.h
11476
11477 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11478 M:      Liam Girdwood <lgirdwood@gmail.com>
11479 M:      Mark Brown <broonie@kernel.org>
11480 L:      linux-kernel@vger.kernel.org
11481 W:      http://www.slimlogic.co.uk/?p=48
11482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11483 S:      Supported
11484 F:      drivers/regulator/
11485 F:      include/linux/regulator/
11486
11487 VRF
11488 M:      David Ahern <dsa@cumulusnetworks.com>
11489 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11490 L:      netdev@vger.kernel.org
11491 S:      Maintained
11492 F:      drivers/net/vrf.c
11493 F:      Documentation/networking/vrf.txt
11494
11495 VT1211 HARDWARE MONITOR DRIVER
11496 M:      Juerg Haefliger <juergh@gmail.com>
11497 L:      lm-sensors@lm-sensors.org
11498 S:      Maintained
11499 F:      Documentation/hwmon/vt1211
11500 F:      drivers/hwmon/vt1211.c
11501
11502 VT8231 HARDWARE MONITOR DRIVER
11503 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11504 L:      lm-sensors@lm-sensors.org
11505 S:      Maintained
11506 F:      drivers/hwmon/vt8231.c
11507
11508 VUB300 USB to SDIO/SD/MMC bridge chip
11509 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11510 L:      linux-mmc@vger.kernel.org
11511 L:      linux-usb@vger.kernel.org
11512 S:      Supported
11513 F:      drivers/mmc/host/vub300.c
11514
11515 W1 DALLAS'S 1-WIRE BUS
11516 M:      Evgeniy Polyakov <zbr@ioremap.net>
11517 S:      Maintained
11518 F:      Documentation/w1/
11519 F:      drivers/w1/
11520
11521 W83791D HARDWARE MONITORING DRIVER
11522 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11523 L:      lm-sensors@lm-sensors.org
11524 S:      Maintained
11525 F:      Documentation/hwmon/w83791d
11526 F:      drivers/hwmon/w83791d.c
11527
11528 W83793 HARDWARE MONITORING DRIVER
11529 M:      Rudolf Marek <r.marek@assembler.cz>
11530 L:      lm-sensors@lm-sensors.org
11531 S:      Maintained
11532 F:      Documentation/hwmon/w83793
11533 F:      drivers/hwmon/w83793.c
11534
11535 W83795 HARDWARE MONITORING DRIVER
11536 M:      Jean Delvare <jdelvare@suse.com>
11537 L:      lm-sensors@lm-sensors.org
11538 S:      Maintained
11539 F:      drivers/hwmon/w83795.c
11540
11541 W83L51xD SD/MMC CARD INTERFACE DRIVER
11542 M:      Pierre Ossman <pierre@ossman.eu>
11543 S:      Maintained
11544 F:      drivers/mmc/host/wbsd.*
11545
11546 WACOM PROTOCOL 4 SERIAL TABLETS
11547 M:      Julian Squires <julian@cipht.net>
11548 M:      Hans de Goede <hdegoede@redhat.com>
11549 L:      linux-input@vger.kernel.org
11550 S:      Maintained
11551 F:      drivers/input/tablet/wacom_serial4.c
11552
11553 WATCHDOG DEVICE DRIVERS
11554 M:      Wim Van Sebroeck <wim@iguana.be>
11555 L:      linux-watchdog@vger.kernel.org
11556 W:      http://www.linux-watchdog.org/
11557 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11558 S:      Maintained
11559 F:      Documentation/watchdog/
11560 F:      drivers/watchdog/
11561 F:      include/linux/watchdog.h
11562 F:      include/uapi/linux/watchdog.h
11563
11564 WD7000 SCSI DRIVER
11565 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11566 L:      linux-scsi@vger.kernel.org
11567 S:      Maintained
11568 F:      drivers/scsi/wd7000.c
11569
11570 WIIMOTE HID DRIVER
11571 M:      David Herrmann <dh.herrmann@googlemail.com>
11572 L:      linux-input@vger.kernel.org
11573 S:      Maintained
11574 F:      drivers/hid/hid-wiimote*
11575
11576 WINBOND CIR DRIVER
11577 M:      David Härdeman <david@hardeman.nu>
11578 S:      Maintained
11579 F:      drivers/media/rc/winbond-cir.c
11580
11581 WIMAX STACK
11582 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11583 M:      linux-wimax@intel.com
11584 L:      wimax@linuxwimax.org (subscribers-only)
11585 S:      Supported
11586 W:      http://linuxwimax.org
11587 F:      Documentation/wimax/README.wimax
11588 F:      include/linux/wimax/debug.h
11589 F:      include/net/wimax.h
11590 F:      include/uapi/linux/wimax.h
11591 F:      net/wimax/
11592
11593 WISTRON LAPTOP BUTTON DRIVER
11594 M:      Miloslav Trmac <mitr@volny.cz>
11595 S:      Maintained
11596 F:      drivers/input/misc/wistron_btns.c
11597
11598 WL3501 WIRELESS PCMCIA CARD DRIVER
11599 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11600 L:      linux-wireless@vger.kernel.org
11601 W:      http://oops.ghostprotocols.net:81/blog
11602 S:      Maintained
11603 F:      drivers/net/wireless/wl3501*
11604
11605 WOLFSON MICROELECTRONICS DRIVERS
11606 L:      patches@opensource.wolfsonmicro.com
11607 T:      git https://github.com/CirrusLogic/linux-drivers.git
11608 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11609 S:      Supported
11610 F:      Documentation/hwmon/wm83??
11611 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11612 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11613 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11614 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11615 F:      drivers/clk/clk-wm83*.c
11616 F:      drivers/extcon/extcon-arizona.c
11617 F:      drivers/leds/leds-wm83*.c
11618 F:      drivers/gpio/gpio-*wm*.c
11619 F:      drivers/gpio/gpio-arizona.c
11620 F:      drivers/hwmon/wm83??-hwmon.c
11621 F:      drivers/input/misc/wm831x-on.c
11622 F:      drivers/input/touchscreen/wm831x-ts.c
11623 F:      drivers/input/touchscreen/wm97*.c
11624 F:      drivers/mfd/arizona*
11625 F:      drivers/mfd/wm*.c
11626 F:      drivers/power/wm83*.c
11627 F:      drivers/rtc/rtc-wm83*.c
11628 F:      drivers/regulator/wm8*.c
11629 F:      drivers/video/backlight/wm83*_bl.c
11630 F:      drivers/watchdog/wm83*_wdt.c
11631 F:      include/linux/mfd/arizona/
11632 F:      include/linux/mfd/wm831x/
11633 F:      include/linux/mfd/wm8350/
11634 F:      include/linux/mfd/wm8400*
11635 F:      include/linux/wm97xx.h
11636 F:      include/sound/wm????.h
11637 F:      sound/soc/codecs/arizona.?
11638 F:      sound/soc/codecs/wm*
11639
11640 WORKQUEUE
11641 M:      Tejun Heo <tj@kernel.org>
11642 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11644 S:      Maintained
11645 F:      include/linux/workqueue.h
11646 F:      kernel/workqueue.c
11647 F:      Documentation/workqueue.txt
11648
11649 X.25 NETWORK LAYER
11650 M:      Andrew Hendry <andrew.hendry@gmail.com>
11651 L:      linux-x25@vger.kernel.org
11652 S:      Odd Fixes
11653 F:      Documentation/networking/x25*
11654 F:      include/net/x25*
11655 F:      net/x25/
11656
11657 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11658 M:      Thomas Gleixner <tglx@linutronix.de>
11659 M:      Ingo Molnar <mingo@redhat.com>
11660 M:      "H. Peter Anvin" <hpa@zytor.com>
11661 M:      x86@kernel.org
11662 L:      linux-kernel@vger.kernel.org
11663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11664 S:      Maintained
11665 F:      Documentation/x86/
11666 F:      arch/x86/
11667
11668 X86 PLATFORM DRIVERS
11669 M:      Darren Hart <dvhart@infradead.org>
11670 L:      platform-driver-x86@vger.kernel.org
11671 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11672 S:      Maintained
11673 F:      drivers/platform/x86/
11674 F:      drivers/platform/olpc/
11675
11676 X86 MCE INFRASTRUCTURE
11677 M:      Tony Luck <tony.luck@intel.com>
11678 M:      Borislav Petkov <bp@alien8.de>
11679 L:      linux-edac@vger.kernel.org
11680 S:      Maintained
11681 F:      arch/x86/kernel/cpu/mcheck/*
11682
11683 X86 MICROCODE UPDATE SUPPORT
11684 M:      Borislav Petkov <bp@alien8.de>
11685 S:      Maintained
11686 F:      arch/x86/kernel/cpu/microcode/*
11687
11688 X86 VDSO
11689 M:      Andy Lutomirski <luto@amacapital.net>
11690 L:      linux-kernel@vger.kernel.org
11691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11692 S:      Maintained
11693 F:      arch/x86/entry/vdso/
11694
11695 XC2028/3028 TUNER DRIVER
11696 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11697 L:      linux-media@vger.kernel.org
11698 W:      http://linuxtv.org
11699 T:      git git://linuxtv.org/media_tree.git
11700 S:      Maintained
11701 F:      drivers/media/tuners/tuner-xc2028.*
11702
11703 XEN HYPERVISOR INTERFACE
11704 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11705 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11706 M:      David Vrabel <david.vrabel@citrix.com>
11707 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11709 S:      Supported
11710 F:      arch/x86/xen/
11711 F:      drivers/*/xen-*front.c
11712 F:      drivers/xen/
11713 F:      arch/x86/include/asm/xen/
11714 F:      include/xen/
11715 F:      include/uapi/xen/
11716
11717 XEN HYPERVISOR ARM
11718 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11719 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11720 S:      Supported
11721 F:      arch/arm/xen/
11722 F:      arch/arm/include/asm/xen/
11723
11724 XEN HYPERVISOR ARM64
11725 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11726 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11727 S:      Supported
11728 F:      arch/arm64/xen/
11729 F:      arch/arm64/include/asm/xen/
11730
11731 XEN NETWORK BACKEND DRIVER
11732 M:      Ian Campbell <ian.campbell@citrix.com>
11733 M:      Wei Liu <wei.liu2@citrix.com>
11734 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11735 L:      netdev@vger.kernel.org
11736 S:      Supported
11737 F:      drivers/net/xen-netback/*
11738
11739 XEN PCI SUBSYSTEM
11740 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11741 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11742 S:      Supported
11743 F:      arch/x86/pci/*xen*
11744 F:      drivers/pci/*xen*
11745
11746 XEN BLOCK SUBSYSTEM
11747 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11748 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11749 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11750 S:      Supported
11751 F:      drivers/block/xen-blkback/*
11752 F:      drivers/block/xen*
11753
11754 XEN PVSCSI DRIVERS
11755 M:      Juergen Gross <jgross@suse.com>
11756 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11757 L:      linux-scsi@vger.kernel.org
11758 S:      Supported
11759 F:      drivers/scsi/xen-scsifront.c
11760 F:      drivers/xen/xen-scsiback.c
11761 F:      include/xen/interface/io/vscsiif.h
11762
11763 XEN SWIOTLB SUBSYSTEM
11764 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11765 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11766 S:      Supported
11767 F:      arch/x86/xen/*swiotlb*
11768 F:      drivers/xen/*swiotlb*
11769
11770 XFS FILESYSTEM
11771 P:      Silicon Graphics Inc
11772 M:      Dave Chinner <david@fromorbit.com>
11773 M:      xfs@oss.sgi.com
11774 L:      xfs@oss.sgi.com
11775 W:      http://oss.sgi.com/projects/xfs
11776 T:      git git://oss.sgi.com/xfs/xfs.git
11777 S:      Supported
11778 F:      Documentation/filesystems/xfs.txt
11779 F:      fs/xfs/
11780
11781 XILINX AXI ETHERNET DRIVER
11782 M:      Anirudha Sarangi <anirudh@xilinx.com>
11783 M:      John Linn <John.Linn@xilinx.com>
11784 S:      Maintained
11785 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11786
11787 XILINX UARTLITE SERIAL DRIVER
11788 M:      Peter Korsgaard <jacmet@sunsite.dk>
11789 L:      linux-serial@vger.kernel.org
11790 S:      Maintained
11791 F:      drivers/tty/serial/uartlite.c
11792
11793 XILINX VIDEO IP CORES
11794 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11795 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11796 L:      linux-media@vger.kernel.org
11797 T:      git git://linuxtv.org/media_tree.git
11798 S:      Supported
11799 F:      Documentation/devicetree/bindings/media/xilinx/
11800 F:      drivers/media/platform/xilinx/
11801 F:      include/uapi/linux/xilinx-v4l2-controls.h
11802
11803 XILLYBUS DRIVER
11804 M:      Eli Billauer <eli.billauer@gmail.com>
11805 L:      linux-kernel@vger.kernel.org
11806 S:      Supported
11807 F:      drivers/char/xillybus/
11808
11809 XTENSA XTFPGA PLATFORM SUPPORT
11810 M:      Max Filippov <jcmvbkbc@gmail.com>
11811 L:      linux-xtensa@linux-xtensa.org
11812 S:      Maintained
11813 F:      drivers/spi/spi-xtensa-xtfpga.c
11814 F:      sound/soc/xtensa/xtfpga-i2s.c
11815
11816 YAM DRIVER FOR AX.25
11817 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11818 L:      linux-hams@vger.kernel.org
11819 S:      Maintained
11820 F:      drivers/net/hamradio/yam*
11821 F:      include/linux/yam.h
11822
11823 YEALINK PHONE DRIVER
11824 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11825 L:      usbb2k-api-dev@nongnu.org
11826 S:      Maintained
11827 F:      Documentation/input/yealink.txt
11828 F:      drivers/input/misc/yealink.*
11829
11830 Z8530 DRIVER FOR AX.25
11831 M:      Joerg Reuter <jreuter@yaina.de>
11832 W:      http://yaina.de/jreuter/
11833 W:      http://www.qsl.net/dl1bke/
11834 L:      linux-hams@vger.kernel.org
11835 S:      Maintained
11836 F:      Documentation/networking/z8530drv.txt
11837 F:      drivers/net/hamradio/*scc.c
11838 F:      drivers/net/hamradio/z8530.h
11839
11840 ZBUD COMPRESSED PAGE ALLOCATOR
11841 M:      Seth Jennings <sjennings@variantweb.net>
11842 L:      linux-mm@kvack.org
11843 S:      Maintained
11844 F:      mm/zbud.c
11845 F:      include/linux/zbud.h
11846
11847 ZD1211RW WIRELESS DRIVER
11848 M:      Daniel Drake <dsd@gentoo.org>
11849 M:      Ulrich Kunitz <kune@deine-taler.de>
11850 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11851 L:      linux-wireless@vger.kernel.org
11852 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11853 S:      Maintained
11854 F:      drivers/net/wireless/zd1211rw/
11855
11856 ZPOOL COMPRESSED PAGE STORAGE API
11857 M:      Dan Streetman <ddstreet@ieee.org>
11858 L:      linux-mm@kvack.org
11859 S:      Maintained
11860 F:      mm/zpool.c
11861 F:      include/linux/zpool.h
11862
11863 ZR36067 VIDEO FOR LINUX DRIVER
11864 L:      mjpeg-users@lists.sourceforge.net
11865 L:      linux-media@vger.kernel.org
11866 W:      http://mjpeg.sourceforge.net/driver-zoran/
11867 T:      hg http://linuxtv.org/hg/v4l-dvb
11868 S:      Odd Fixes
11869 F:      drivers/media/pci/zoran/
11870
11871 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11872 M:      Minchan Kim <minchan@kernel.org>
11873 M:      Nitin Gupta <ngupta@vflare.org>
11874 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11875 L:      linux-kernel@vger.kernel.org
11876 S:      Maintained
11877 F:      drivers/block/zram/
11878 F:      Documentation/blockdev/zram.txt
11879
11880 ZS DECSTATION Z85C30 SERIAL DRIVER
11881 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11882 S:      Maintained
11883 F:      drivers/tty/serial/zs.*
11884
11885 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11886 M:      Minchan Kim <minchan@kernel.org>
11887 M:      Nitin Gupta <ngupta@vflare.org>
11888 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11889 L:      linux-mm@kvack.org
11890 S:      Maintained
11891 F:      mm/zsmalloc.c
11892 F:      include/linux/zsmalloc.h
11893 F:      Documentation/vm/zsmalloc.txt
11894
11895 ZSWAP COMPRESSED SWAP CACHING
11896 M:      Seth Jennings <sjennings@variantweb.net>
11897 L:      linux-mm@kvack.org
11898 S:      Maintained
11899 F:      mm/zswap.c
11900
11901 THE REST
11902 M:      Linus Torvalds <torvalds@linux-foundation.org>
11903 L:      linux-kernel@vger.kernel.org
11904 Q:      http://patchwork.kernel.org/project/LKML/list/
11905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11906 S:      Buried alive in reporters
11907 F:      *
11908 F:      */