Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux-2.6-block.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 W:      https://01.org/linuxgraphics/
3628 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3629 T:      git git://anongit.freedesktop.org/drm-intel
3630 S:      Supported
3631 F:      drivers/gpu/drm/i915/
3632 F:      include/drm/i915*
3633 F:      include/uapi/drm/i915*
3634
3635 DRM DRIVERS FOR ATMEL HLCDC
3636 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3637 L:      dri-devel@lists.freedesktop.org
3638 S:      Supported
3639 F:      drivers/gpu/drm/atmel-hlcdc/
3640 F:      Documentation/devicetree/bindings/drm/atmel/
3641
3642 DRM DRIVERS FOR EXYNOS
3643 M:      Inki Dae <inki.dae@samsung.com>
3644 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3645 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3646 M:      Kyungmin Park <kyungmin.park@samsung.com>
3647 L:      dri-devel@lists.freedesktop.org
3648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3649 S:      Supported
3650 F:      drivers/gpu/drm/exynos/
3651 F:      include/drm/exynos*
3652 F:      include/uapi/drm/exynos*
3653
3654 DRM DRIVERS FOR FREESCALE DCU
3655 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3656 M:      Alison Wang <alison.wang@freescale.com>
3657 L:      dri-devel@lists.freedesktop.org
3658 S:      Supported
3659 F:      drivers/gpu/drm/fsl-dcu/
3660 F:      Documentation/devicetree/bindings/display/fsl,dcu.txt
3661 F:      Documentation/devicetree/bindings/display/panel/nec,nl4827hc19_05b.txt
3662
3663 DRM DRIVERS FOR FREESCALE IMX
3664 M:      Philipp Zabel <p.zabel@pengutronix.de>
3665 L:      dri-devel@lists.freedesktop.org
3666 S:      Maintained
3667 F:      drivers/gpu/drm/imx/
3668 F:      drivers/gpu/ipu-v3/
3669 F:      Documentation/devicetree/bindings/display/imx/
3670
3671 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3672 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3673 L:      dri-devel@lists.freedesktop.org
3674 T:      git git://github.com/patjak/drm-gma500
3675 S:      Maintained
3676 F:      drivers/gpu/drm/gma500
3677 F:      include/drm/gma500*
3678
3679 DRM DRIVERS FOR NVIDIA TEGRA
3680 M:      Thierry Reding <thierry.reding@gmail.com>
3681 M:      Terje Bergström <tbergstrom@nvidia.com>
3682 L:      dri-devel@lists.freedesktop.org
3683 L:      linux-tegra@vger.kernel.org
3684 T:      git git://anongit.freedesktop.org/tegra/linux.git
3685 S:      Supported
3686 F:      drivers/gpu/drm/tegra/
3687 F:      drivers/gpu/host1x/
3688 F:      include/linux/host1x.h
3689 F:      include/uapi/drm/tegra_drm.h
3690 F:      Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
3691
3692 DRM DRIVERS FOR RENESAS
3693 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3694 L:      dri-devel@lists.freedesktop.org
3695 L:      linux-sh@vger.kernel.org
3696 T:      git git://people.freedesktop.org/~airlied/linux
3697 S:      Supported
3698 F:      drivers/gpu/drm/rcar-du/
3699 F:      drivers/gpu/drm/shmobile/
3700 F:      include/linux/platform_data/shmob_drm.h
3701
3702 DRM DRIVERS FOR ROCKCHIP
3703 M:      Mark Yao <mark.yao@rock-chips.com>
3704 L:      dri-devel@lists.freedesktop.org
3705 S:      Maintained
3706 F:      drivers/gpu/drm/rockchip/
3707 F:      Documentation/devicetree/bindings/display/rockchip*
3708
3709 DRM DRIVERS FOR STI
3710 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3711 M:      Vincent Abriou <vincent.abriou@st.com>
3712 L:      dri-devel@lists.freedesktop.org
3713 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3714 S:      Maintained
3715 F:      drivers/gpu/drm/sti
3716 F:      Documentation/devicetree/bindings/display/st,stih4xx.txt
3717
3718 DSBR100 USB FM RADIO DRIVER
3719 M:      Alexey Klimov <klimov.linux@gmail.com>
3720 L:      linux-media@vger.kernel.org
3721 T:      git git://linuxtv.org/media_tree.git
3722 S:      Maintained
3723 F:      drivers/media/radio/dsbr100.c
3724
3725 DSCC4 DRIVER
3726 M:      Francois Romieu <romieu@fr.zoreil.com>
3727 L:      netdev@vger.kernel.org
3728 S:      Maintained
3729 F:      drivers/net/wan/dscc4.c
3730
3731 DT3155 MEDIA DRIVER
3732 M:      Hans Verkuil <hverkuil@xs4all.nl>
3733 L:      linux-media@vger.kernel.org
3734 T:      git git://linuxtv.org/media_tree.git
3735 W:      http://linuxtv.org
3736 S:      Odd Fixes
3737 F:      drivers/media/pci/dt3155/
3738
3739 DVB_USB_AF9015 MEDIA DRIVER
3740 M:      Antti Palosaari <crope@iki.fi>
3741 L:      linux-media@vger.kernel.org
3742 W:      http://linuxtv.org/
3743 W:      http://palosaari.fi/linux/
3744 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3745 T:      git git://linuxtv.org/anttip/media_tree.git
3746 S:      Maintained
3747 F:      drivers/media/usb/dvb-usb-v2/af9015*
3748
3749 DVB_USB_AF9035 MEDIA DRIVER
3750 M:      Antti Palosaari <crope@iki.fi>
3751 L:      linux-media@vger.kernel.org
3752 W:      http://linuxtv.org/
3753 W:      http://palosaari.fi/linux/
3754 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3755 T:      git git://linuxtv.org/anttip/media_tree.git
3756 S:      Maintained
3757 F:      drivers/media/usb/dvb-usb-v2/af9035*
3758
3759 DVB_USB_ANYSEE MEDIA DRIVER
3760 M:      Antti Palosaari <crope@iki.fi>
3761 L:      linux-media@vger.kernel.org
3762 W:      http://linuxtv.org/
3763 W:      http://palosaari.fi/linux/
3764 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3765 T:      git git://linuxtv.org/anttip/media_tree.git
3766 S:      Maintained
3767 F:      drivers/media/usb/dvb-usb-v2/anysee*
3768
3769 DVB_USB_AU6610 MEDIA DRIVER
3770 M:      Antti Palosaari <crope@iki.fi>
3771 L:      linux-media@vger.kernel.org
3772 W:      http://linuxtv.org/
3773 W:      http://palosaari.fi/linux/
3774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3775 T:      git git://linuxtv.org/anttip/media_tree.git
3776 S:      Maintained
3777 F:      drivers/media/usb/dvb-usb-v2/au6610*
3778
3779 DVB_USB_CE6230 MEDIA DRIVER
3780 M:      Antti Palosaari <crope@iki.fi>
3781 L:      linux-media@vger.kernel.org
3782 W:      http://linuxtv.org/
3783 W:      http://palosaari.fi/linux/
3784 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3785 T:      git git://linuxtv.org/anttip/media_tree.git
3786 S:      Maintained
3787 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3788
3789 DVB_USB_CXUSB MEDIA DRIVER
3790 M:      Michael Krufky <mkrufky@linuxtv.org>
3791 L:      linux-media@vger.kernel.org
3792 W:      http://linuxtv.org/
3793 W:      http://github.com/mkrufky
3794 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3795 T:      git git://linuxtv.org/media_tree.git
3796 S:      Maintained
3797 F:      drivers/media/usb/dvb-usb/cxusb*
3798
3799 DVB_USB_EC168 MEDIA DRIVER
3800 M:      Antti Palosaari <crope@iki.fi>
3801 L:      linux-media@vger.kernel.org
3802 W:      http://linuxtv.org/
3803 W:      http://palosaari.fi/linux/
3804 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3805 T:      git git://linuxtv.org/anttip/media_tree.git
3806 S:      Maintained
3807 F:      drivers/media/usb/dvb-usb-v2/ec168*
3808
3809 DVB_USB_GL861 MEDIA DRIVER
3810 M:      Antti Palosaari <crope@iki.fi>
3811 L:      linux-media@vger.kernel.org
3812 W:      http://linuxtv.org/
3813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3814 T:      git git://linuxtv.org/anttip/media_tree.git
3815 S:      Maintained
3816 F:      drivers/media/usb/dvb-usb-v2/gl861*
3817
3818 DVB_USB_MXL111SF MEDIA DRIVER
3819 M:      Michael Krufky <mkrufky@linuxtv.org>
3820 L:      linux-media@vger.kernel.org
3821 W:      http://linuxtv.org/
3822 W:      http://github.com/mkrufky
3823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3824 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3825 S:      Maintained
3826 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3827
3828 DVB_USB_RTL28XXU MEDIA DRIVER
3829 M:      Antti Palosaari <crope@iki.fi>
3830 L:      linux-media@vger.kernel.org
3831 W:      http://linuxtv.org/
3832 W:      http://palosaari.fi/linux/
3833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3834 T:      git git://linuxtv.org/anttip/media_tree.git
3835 S:      Maintained
3836 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3837
3838 DVB_USB_V2 MEDIA DRIVER
3839 M:      Antti Palosaari <crope@iki.fi>
3840 L:      linux-media@vger.kernel.org
3841 W:      http://linuxtv.org/
3842 W:      http://palosaari.fi/linux/
3843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3844 T:      git git://linuxtv.org/anttip/media_tree.git
3845 S:      Maintained
3846 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3847 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3848
3849 DYNAMIC DEBUG
3850 M:      Jason Baron <jbaron@akamai.com>
3851 S:      Maintained
3852 F:      lib/dynamic_debug.c
3853 F:      include/linux/dynamic_debug.h
3854
3855 DZ DECSTATION DZ11 SERIAL DRIVER
3856 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3857 S:      Maintained
3858 F:      drivers/tty/serial/dz.*
3859
3860 E3X0 POWER BUTTON DRIVER
3861 M:      Moritz Fischer <moritz.fischer@ettus.com>
3862 L:      usrp-users@lists.ettus.com
3863 W:      http://www.ettus.com
3864 S:      Supported
3865 F:      drivers/input/misc/e3x0-button.c
3866 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3867
3868 E4000 MEDIA DRIVER
3869 M:      Antti Palosaari <crope@iki.fi>
3870 L:      linux-media@vger.kernel.org
3871 W:      http://linuxtv.org/
3872 W:      http://palosaari.fi/linux/
3873 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3874 T:      git git://linuxtv.org/anttip/media_tree.git
3875 S:      Maintained
3876 F:      drivers/media/tuners/e4000*
3877
3878 EATA ISA/EISA/PCI SCSI DRIVER
3879 M:      Dario Ballabio <ballabio_dario@emc.com>
3880 L:      linux-scsi@vger.kernel.org
3881 S:      Maintained
3882 F:      drivers/scsi/eata.c
3883
3884 EC100 MEDIA DRIVER
3885 M:      Antti Palosaari <crope@iki.fi>
3886 L:      linux-media@vger.kernel.org
3887 W:      http://linuxtv.org/
3888 W:      http://palosaari.fi/linux/
3889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3890 T:      git git://linuxtv.org/anttip/media_tree.git
3891 S:      Maintained
3892 F:      drivers/media/dvb-frontends/ec100*
3893
3894 ECRYPT FILE SYSTEM
3895 M:      Tyler Hicks <tyhicks@canonical.com>
3896 L:      ecryptfs@vger.kernel.org
3897 W:      http://ecryptfs.org
3898 W:      https://launchpad.net/ecryptfs
3899 S:      Supported
3900 F:      Documentation/filesystems/ecryptfs.txt
3901 F:      fs/ecryptfs/
3902
3903 EDAC-CORE
3904 M:      Doug Thompson <dougthompson@xmission.com>
3905 M:      Borislav Petkov <bp@alien8.de>
3906 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3907 L:      linux-edac@vger.kernel.org
3908 W:      bluesmoke.sourceforge.net
3909 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3910 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3911 S:      Supported
3912 F:      Documentation/edac.txt
3913 F:      drivers/edac/
3914 F:      include/linux/edac.h
3915
3916 EDAC-AMD64
3917 M:      Doug Thompson <dougthompson@xmission.com>
3918 M:      Borislav Petkov <bp@alien8.de>
3919 L:      linux-edac@vger.kernel.org
3920 W:      bluesmoke.sourceforge.net
3921 S:      Maintained
3922 F:      drivers/edac/amd64_edac*
3923
3924 EDAC-CALXEDA
3925 M:      Doug Thompson <dougthompson@xmission.com>
3926 M:      Robert Richter <rric@kernel.org>
3927 L:      linux-edac@vger.kernel.org
3928 W:      bluesmoke.sourceforge.net
3929 S:      Maintained
3930 F:      drivers/edac/highbank*
3931
3932 EDAC-CAVIUM
3933 M:      Ralf Baechle <ralf@linux-mips.org>
3934 M:      David Daney <david.daney@cavium.com>
3935 L:      linux-edac@vger.kernel.org
3936 L:      linux-mips@linux-mips.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Supported
3939 F:      drivers/edac/octeon_edac*
3940
3941 EDAC-E752X
3942 M:      Mark Gross <mark.gross@intel.com>
3943 M:      Doug Thompson <dougthompson@xmission.com>
3944 L:      linux-edac@vger.kernel.org
3945 W:      bluesmoke.sourceforge.net
3946 S:      Maintained
3947 F:      drivers/edac/e752x_edac.c
3948
3949 EDAC-E7XXX
3950 M:      Doug Thompson <dougthompson@xmission.com>
3951 L:      linux-edac@vger.kernel.org
3952 W:      bluesmoke.sourceforge.net
3953 S:      Maintained
3954 F:      drivers/edac/e7xxx_edac.c
3955
3956 EDAC-GHES
3957 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3958 L:      linux-edac@vger.kernel.org
3959 W:      bluesmoke.sourceforge.net
3960 S:      Maintained
3961 F:      drivers/edac/ghes_edac.c
3962
3963 EDAC-I82443BXGX
3964 M:      Tim Small <tim@buttersideup.com>
3965 L:      linux-edac@vger.kernel.org
3966 W:      bluesmoke.sourceforge.net
3967 S:      Maintained
3968 F:      drivers/edac/i82443bxgx_edac.c
3969
3970 EDAC-I3000
3971 M:      Jason Uhlenkott <juhlenko@akamai.com>
3972 L:      linux-edac@vger.kernel.org
3973 W:      bluesmoke.sourceforge.net
3974 S:      Maintained
3975 F:      drivers/edac/i3000_edac.c
3976
3977 EDAC-I5000
3978 M:      Doug Thompson <dougthompson@xmission.com>
3979 L:      linux-edac@vger.kernel.org
3980 W:      bluesmoke.sourceforge.net
3981 S:      Maintained
3982 F:      drivers/edac/i5000_edac.c
3983
3984 EDAC-I5400
3985 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3986 L:      linux-edac@vger.kernel.org
3987 W:      bluesmoke.sourceforge.net
3988 S:      Maintained
3989 F:      drivers/edac/i5400_edac.c
3990
3991 EDAC-I7300
3992 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3993 L:      linux-edac@vger.kernel.org
3994 W:      bluesmoke.sourceforge.net
3995 S:      Maintained
3996 F:      drivers/edac/i7300_edac.c
3997
3998 EDAC-I7CORE
3999 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4000 L:      linux-edac@vger.kernel.org
4001 W:      bluesmoke.sourceforge.net
4002 S:      Maintained
4003 F:      drivers/edac/i7core_edac.c
4004
4005 EDAC-I82975X
4006 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
4007 M:      "Arvind R." <arvino55@gmail.com>
4008 L:      linux-edac@vger.kernel.org
4009 W:      bluesmoke.sourceforge.net
4010 S:      Maintained
4011 F:      drivers/edac/i82975x_edac.c
4012
4013 EDAC-IE31200
4014 M:      Jason Baron <jbaron@akamai.com>
4015 L:      linux-edac@vger.kernel.org
4016 W:      bluesmoke.sourceforge.net
4017 S:      Maintained
4018 F:      drivers/edac/ie31200_edac.c
4019
4020 EDAC-MPC85XX
4021 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4022 L:      linux-edac@vger.kernel.org
4023 W:      bluesmoke.sourceforge.net
4024 S:      Maintained
4025 F:      drivers/edac/mpc85xx_edac.[ch]
4026
4027 EDAC-PASEMI
4028 M:      Egor Martovetsky <egor@pasemi.com>
4029 L:      linux-edac@vger.kernel.org
4030 W:      bluesmoke.sourceforge.net
4031 S:      Maintained
4032 F:      drivers/edac/pasemi_edac.c
4033
4034 EDAC-R82600
4035 M:      Tim Small <tim@buttersideup.com>
4036 L:      linux-edac@vger.kernel.org
4037 W:      bluesmoke.sourceforge.net
4038 S:      Maintained
4039 F:      drivers/edac/r82600_edac.c
4040
4041 EDAC-SBRIDGE
4042 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4043 L:      linux-edac@vger.kernel.org
4044 W:      bluesmoke.sourceforge.net
4045 S:      Maintained
4046 F:      drivers/edac/sb_edac.c
4047
4048 EDAC-XGENE
4049 APPLIED MICRO (APM) X-GENE SOC EDAC
4050 M:     Loc Ho <lho@apm.com>
4051 S:     Supported
4052 F:     drivers/edac/xgene_edac.c
4053 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4054
4055 EDIROL UA-101/UA-1000 DRIVER
4056 M:      Clemens Ladisch <clemens@ladisch.de>
4057 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4058 T:      git git://git.alsa-project.org/alsa-kernel.git
4059 S:      Maintained
4060 F:      sound/usb/misc/ua101.c
4061
4062 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4063 M:      Matt Fleming <matt@codeblueprint.co.uk>
4064 L:      linux-efi@vger.kernel.org
4065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4066 S:      Maintained
4067 F:      Documentation/efi-stub.txt
4068 F:      arch/ia64/kernel/efi.c
4069 F:      arch/x86/boot/compressed/eboot.[ch]
4070 F:      arch/x86/include/asm/efi.h
4071 F:      arch/x86/platform/efi/*
4072 F:      drivers/firmware/efi/*
4073 F:      include/linux/efi*.h
4074
4075 EFI VARIABLE FILESYSTEM
4076 M:      Matthew Garrett <matthew.garrett@nebula.com>
4077 M:      Jeremy Kerr <jk@ozlabs.org>
4078 M:      Matt Fleming <matt@codeblueprint.co.uk>
4079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4080 L:      linux-efi@vger.kernel.org
4081 S:      Maintained
4082 F:      fs/efivarfs/
4083
4084 EFIFB FRAMEBUFFER DRIVER
4085 L:      linux-fbdev@vger.kernel.org
4086 M:      Peter Jones <pjones@redhat.com>
4087 S:      Maintained
4088 F:      drivers/video/fbdev/efifb.c
4089
4090 EFS FILESYSTEM
4091 W:      http://aeschi.ch.eu.org/efs/
4092 S:      Orphan
4093 F:      fs/efs/
4094
4095 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4096 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4097 M:      Christoph Raisch <raisch@de.ibm.com>
4098 L:      linux-rdma@vger.kernel.org
4099 S:      Supported
4100 F:      drivers/infiniband/hw/ehca/
4101
4102 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4103 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4104 L:      netdev@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/net/ethernet/ibm/ehea/
4107
4108 EM28XX VIDEO4LINUX DRIVER
4109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4110 L:      linux-media@vger.kernel.org
4111 W:      http://linuxtv.org
4112 T:      git git://linuxtv.org/media_tree.git
4113 S:      Maintained
4114 F:      drivers/media/usb/em28xx/
4115
4116 EMBEDDED LINUX
4117 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4118 M:      Matt Mackall <mpm@selenic.com>
4119 M:      David Woodhouse <dwmw2@infradead.org>
4120 L:      linux-embedded@vger.kernel.org
4121 S:      Maintained
4122
4123 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4124 M:      James Smart <james.smart@avagotech.com>
4125 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4126 L:      linux-scsi@vger.kernel.org
4127 W:      http://www.avagotech.com
4128 S:      Supported
4129 F:      drivers/scsi/lpfc/
4130
4131 ENE CB710 FLASH CARD READER DRIVER
4132 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4133 S:      Maintained
4134 F:      drivers/misc/cb710/
4135 F:      drivers/mmc/host/cb710-mmc.*
4136 F:      include/linux/cb710.h
4137
4138 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4139 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4140 S:      Maintained
4141 F:      drivers/media/rc/ene_ir.*
4142
4143 ENHANCED ERROR HANDLING (EEH)
4144 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4145 L:      linuxppc-dev@lists.ozlabs.org
4146 S:      Supported
4147 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4148 F:      arch/powerpc/kernel/eeh*.c
4149
4150 EPSON S1D13XXX FRAMEBUFFER DRIVER
4151 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4152 S:      Maintained
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4154 F:      drivers/video/fbdev/s1d13xxxfb.c
4155 F:      include/video/s1d13xxxfb.h
4156
4157 ET131X NETWORK DRIVER
4158 M:      Mark Einon <mark.einon@gmail.com>
4159 S:      Odd Fixes
4160 F:      drivers/net/ethernet/agere/
4161
4162 ETHERNET BRIDGE
4163 M:      Stephen Hemminger <stephen@networkplumber.org>
4164 L:      bridge@lists.linux-foundation.org
4165 L:      netdev@vger.kernel.org
4166 W:      http://www.linuxfoundation.org/en/Net:Bridge
4167 S:      Maintained
4168 F:      include/linux/netfilter_bridge/
4169 F:      net/bridge/
4170
4171 ETHERNET PHY LIBRARY
4172 M:      Florian Fainelli <f.fainelli@gmail.com>
4173 L:      netdev@vger.kernel.org
4174 S:      Maintained
4175 F:      include/linux/phy.h
4176 F:      include/linux/phy_fixed.h
4177 F:      drivers/net/phy/
4178 F:      Documentation/networking/phy.txt
4179 F:      drivers/of/of_mdio.c
4180 F:      drivers/of/of_net.c
4181
4182 EXT2 FILE SYSTEM
4183 M:      Jan Kara <jack@suse.com>
4184 L:      linux-ext4@vger.kernel.org
4185 S:      Maintained
4186 F:      Documentation/filesystems/ext2.txt
4187 F:      fs/ext2/
4188 F:      include/linux/ext2*
4189
4190 EXT4 FILE SYSTEM
4191 M:      "Theodore Ts'o" <tytso@mit.edu>
4192 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4193 L:      linux-ext4@vger.kernel.org
4194 W:      http://ext4.wiki.kernel.org
4195 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4196 S:      Maintained
4197 F:      Documentation/filesystems/ext4.txt
4198 F:      fs/ext4/
4199
4200 Extended Verification Module (EVM)
4201 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4202 L:      linux-ima-devel@lists.sourceforge.net
4203 L:      linux-security-module@vger.kernel.org
4204 S:      Supported
4205 F:      security/integrity/evm/
4206
4207 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4208 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4209 M:      Chanwoo Choi <cw00.choi@samsung.com>
4210 L:      linux-kernel@vger.kernel.org
4211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4212 S:      Maintained
4213 F:      drivers/extcon/
4214 F:      include/linux/extcon/
4215 F:      include/linux/extcon.h
4216 F:      Documentation/extcon/
4217 F:      Documentation/devicetree/bindings/extcon/
4218
4219 EXYNOS DP DRIVER
4220 M:      Jingoo Han <jingoohan1@gmail.com>
4221 L:      dri-devel@lists.freedesktop.org
4222 S:      Maintained
4223 F:      drivers/gpu/drm/exynos/exynos_dp*
4224
4225 EXYNOS MIPI DISPLAY DRIVERS
4226 M:      Inki Dae <inki.dae@samsung.com>
4227 M:      Donghwa Lee <dh09.lee@samsung.com>
4228 M:      Kyungmin Park <kyungmin.park@samsung.com>
4229 L:      linux-fbdev@vger.kernel.org
4230 S:      Maintained
4231 F:      drivers/video/fbdev/exynos/exynos_mipi*
4232 F:      include/video/exynos_mipi*
4233
4234 F71805F HARDWARE MONITORING DRIVER
4235 M:      Jean Delvare <jdelvare@suse.com>
4236 L:      lm-sensors@lm-sensors.org
4237 S:      Maintained
4238 F:      Documentation/hwmon/f71805f
4239 F:      drivers/hwmon/f71805f.c
4240
4241 FC0011 TUNER DRIVER
4242 M:      Michael Buesch <m@bues.ch>
4243 L:      linux-media@vger.kernel.org
4244 S:      Maintained
4245 F:      drivers/media/tuners/fc0011.h
4246 F:      drivers/media/tuners/fc0011.c
4247
4248 FC2580 MEDIA DRIVER
4249 M:      Antti Palosaari <crope@iki.fi>
4250 L:      linux-media@vger.kernel.org
4251 W:      http://linuxtv.org/
4252 W:      http://palosaari.fi/linux/
4253 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4254 T:      git git://linuxtv.org/anttip/media_tree.git
4255 S:      Maintained
4256 F:      drivers/media/tuners/fc2580*
4257
4258 FANOTIFY
4259 M:      Eric Paris <eparis@redhat.com>
4260 S:      Maintained
4261 F:      fs/notify/fanotify/
4262 F:      include/linux/fanotify.h
4263 F:      include/uapi/linux/fanotify.h
4264
4265 FARSYNC SYNCHRONOUS DRIVER
4266 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4267 W:      http://www.farsite.co.uk/
4268 S:      Supported
4269 F:      drivers/net/wan/farsync.*
4270
4271 FAULT INJECTION SUPPORT
4272 M:      Akinobu Mita <akinobu.mita@gmail.com>
4273 S:      Supported
4274 F:      Documentation/fault-injection/
4275 F:      lib/fault-inject.c
4276
4277 FBTFT Framebuffer drivers
4278 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4279 M:      Noralf Trønnes <noralf@tronnes.org>
4280 S:      Maintained
4281 F:      drivers/staging/fbtft/
4282
4283 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4284 M:      Vasu Dev <vasu.dev@intel.com>
4285 L:      fcoe-devel@open-fcoe.org
4286 W:      www.Open-FCoE.org
4287 S:      Supported
4288 F:      drivers/scsi/libfc/
4289 F:      drivers/scsi/fcoe/
4290 F:      include/scsi/fc/
4291 F:      include/scsi/libfc.h
4292 F:      include/scsi/libfcoe.h
4293 F:      include/uapi/scsi/fc/
4294
4295 FILE LOCKING (flock() and fcntl()/lockf())
4296 M:      Jeff Layton <jlayton@poochiereds.net>
4297 M:      "J. Bruce Fields" <bfields@fieldses.org>
4298 L:      linux-fsdevel@vger.kernel.org
4299 S:      Maintained
4300 F:      include/linux/fcntl.h
4301 F:      include/linux/fs.h
4302 F:      include/uapi/linux/fcntl.h
4303 F:      include/uapi/linux/fs.h
4304 F:      fs/fcntl.c
4305 F:      fs/locks.c
4306
4307 FILESYSTEMS (VFS and infrastructure)
4308 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4309 L:      linux-fsdevel@vger.kernel.org
4310 S:      Maintained
4311 F:      fs/*
4312
4313 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4314 M:      Riku Voipio <riku.voipio@iki.fi>
4315 L:      lm-sensors@lm-sensors.org
4316 S:      Maintained
4317 F:      drivers/hwmon/f75375s.c
4318 F:      include/linux/f75375s.h
4319
4320 FIREWIRE AUDIO DRIVERS
4321 M:      Clemens Ladisch <clemens@ladisch.de>
4322 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4323 T:      git git://git.alsa-project.org/alsa-kernel.git
4324 S:      Maintained
4325 F:      sound/firewire/
4326
4327 FIREWIRE MEDIA DRIVERS (firedtv)
4328 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4329 L:      linux-media@vger.kernel.org
4330 L:      linux1394-devel@lists.sourceforge.net
4331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4332 S:      Maintained
4333 F:      drivers/media/firewire/
4334
4335 FIREWIRE SBP-2 TARGET
4336 M:      Chris Boot <bootc@bootc.net>
4337 L:      linux-scsi@vger.kernel.org
4338 L:      target-devel@vger.kernel.org
4339 L:      linux1394-devel@lists.sourceforge.net
4340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4341 S:      Maintained
4342 F:      drivers/target/sbp/
4343
4344 FIREWIRE SUBSYSTEM
4345 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4346 L:      linux1394-devel@lists.sourceforge.net
4347 W:      http://ieee1394.wiki.kernel.org/
4348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4349 S:      Maintained
4350 F:      drivers/firewire/
4351 F:      include/linux/firewire.h
4352 F:      include/uapi/linux/firewire*.h
4353 F:      tools/firewire/
4354
4355 FIRMWARE LOADER (request_firmware)
4356 M:      Ming Lei <ming.lei@canonical.com>
4357 L:      linux-kernel@vger.kernel.org
4358 S:      Maintained
4359 F:      Documentation/firmware_class/
4360 F:      drivers/base/firmware*.c
4361 F:      include/linux/firmware.h
4362
4363 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4364 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4365 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4366 S:      Maintained
4367 F:      drivers/block/rsxx/
4368
4369 FLOPPY DRIVER
4370 M:      Jiri Kosina <jikos@kernel.org>
4371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4372 S:      Odd fixes
4373 F:      drivers/block/floppy.c
4374
4375 FMC SUBSYSTEM
4376 M:      Alessandro Rubini <rubini@gnudd.com>
4377 W:      http://www.ohwr.org/projects/fmc-bus
4378 S:      Supported
4379 F:      drivers/fmc/
4380 F:      include/linux/fmc*.h
4381 F:      include/linux/ipmi-fru.h
4382 K:      fmc_d.*register
4383
4384 FPGA MANAGER FRAMEWORK
4385 M:      Alan Tull <atull@opensource.altera.com>
4386 S:      Maintained
4387 F:      drivers/fpga/
4388 F:      include/linux/fpga/fpga-mgr.h
4389 W:      http://www.rocketboards.org
4390
4391 FPU EMULATOR
4392 M:      Bill Metzenthen <billm@melbpc.org.au>
4393 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4394 S:      Maintained
4395 F:      arch/x86/math-emu/
4396
4397 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4398 L:      netdev@vger.kernel.org
4399 S:      Orphan
4400 F:      drivers/net/wan/dlci.c
4401 F:      drivers/net/wan/sdla.c
4402
4403 FRAMEBUFFER LAYER
4404 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4405 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4406 L:      linux-fbdev@vger.kernel.org
4407 W:      http://linux-fbdev.sourceforge.net/
4408 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4410 S:      Maintained
4411 F:      Documentation/fb/
4412 F:      drivers/video/
4413 F:      include/video/
4414 F:      include/linux/fb.h
4415 F:      include/uapi/video/
4416 F:      include/uapi/linux/fb.h
4417
4418 FREESCALE DIU FRAMEBUFFER DRIVER
4419 M:      Timur Tabi <timur@tabi.org>
4420 L:      linux-fbdev@vger.kernel.org
4421 S:      Maintained
4422 F:      drivers/video/fbdev/fsl-diu-fb.*
4423
4424 FREESCALE DMA DRIVER
4425 M:      Li Yang <leoli@freescale.com>
4426 M:      Zhang Wei <zw@zh-kernel.org>
4427 L:      linuxppc-dev@lists.ozlabs.org
4428 S:      Maintained
4429 F:      drivers/dma/fsldma.*
4430
4431 FREESCALE I2C CPM DRIVER
4432 M:      Jochen Friedrich <jochen@scram.de>
4433 L:      linuxppc-dev@lists.ozlabs.org
4434 L:      linux-i2c@vger.kernel.org
4435 S:      Maintained
4436 F:      drivers/i2c/busses/i2c-cpm.c
4437
4438 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4439 M:      Sascha Hauer <kernel@pengutronix.de>
4440 L:      linux-fbdev@vger.kernel.org
4441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4442 S:      Maintained
4443 F:      include/linux/platform_data/video-imxfb.h
4444 F:      drivers/video/fbdev/imxfb.c
4445
4446 FREESCALE QUAD SPI DRIVER
4447 M:      Han Xu <han.xu@freescale.com>
4448 L:      linux-mtd@lists.infradead.org
4449 S:      Maintained
4450 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4451
4452 FREESCALE SOC FS_ENET DRIVER
4453 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4454 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4455 L:      linuxppc-dev@lists.ozlabs.org
4456 L:      netdev@vger.kernel.org
4457 S:      Maintained
4458 F:      drivers/net/ethernet/freescale/fs_enet/
4459 F:      include/linux/fs_enet_pd.h
4460
4461 FREESCALE QUICC ENGINE LIBRARY
4462 L:      linuxppc-dev@lists.ozlabs.org
4463 S:      Orphan
4464 F:      arch/powerpc/sysdev/qe_lib/
4465 F:      arch/powerpc/include/asm/*qe.h
4466
4467 FREESCALE USB PERIPHERAL DRIVERS
4468 M:      Li Yang <leoli@freescale.com>
4469 L:      linux-usb@vger.kernel.org
4470 L:      linuxppc-dev@lists.ozlabs.org
4471 S:      Maintained
4472 F:      drivers/usb/gadget/udc/fsl*
4473
4474 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4475 M:      Li Yang <leoli@freescale.com>
4476 L:      netdev@vger.kernel.org
4477 L:      linuxppc-dev@lists.ozlabs.org
4478 S:      Maintained
4479 F:      drivers/net/ethernet/freescale/ucc_geth*
4480
4481 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4482 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4483 L:      netdev@vger.kernel.org
4484 S:      Maintained
4485 F:      drivers/net/ethernet/freescale/gianfar*
4486 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4487 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4488
4489 FREESCALE QUICC ENGINE UCC UART DRIVER
4490 M:      Timur Tabi <timur@tabi.org>
4491 L:      linuxppc-dev@lists.ozlabs.org
4492 S:      Maintained
4493 F:      drivers/tty/serial/ucc_uart.c
4494
4495 FREESCALE SOC SOUND DRIVERS
4496 M:      Timur Tabi <timur@tabi.org>
4497 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4498 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4499 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4500 L:      linuxppc-dev@lists.ozlabs.org
4501 S:      Maintained
4502 F:      sound/soc/fsl/fsl*
4503 F:      sound/soc/fsl/imx*
4504 F:      sound/soc/fsl/mpc8610_hpcd.c
4505
4506 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4507 M:      "J. German Rivera" <German.Rivera@freescale.com>
4508 L:      linux-kernel@vger.kernel.org
4509 S:      Maintained
4510 F:      drivers/staging/fsl-mc/
4511
4512 FREEVXFS FILESYSTEM
4513 M:      Christoph Hellwig <hch@infradead.org>
4514 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4515 S:      Maintained
4516 F:      fs/freevxfs/
4517
4518 FREEZER
4519 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4520 M:      Pavel Machek <pavel@ucw.cz>
4521 L:      linux-pm@vger.kernel.org
4522 S:      Supported
4523 F:      Documentation/power/freezing-of-tasks.txt
4524 F:      include/linux/freezer.h
4525 F:      kernel/freezer.c
4526
4527 FRONTSWAP API
4528 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4529 L:      linux-kernel@vger.kernel.org
4530 S:      Maintained
4531 F:      mm/frontswap.c
4532 F:      include/linux/frontswap.h
4533
4534 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4535 M:      David Howells <dhowells@redhat.com>
4536 L:      linux-cachefs@redhat.com
4537 S:      Supported
4538 F:      Documentation/filesystems/caching/
4539 F:      fs/fscache/
4540 F:      include/linux/fscache*.h
4541
4542 F2FS FILE SYSTEM
4543 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4544 M:      Changman Lee <cm224.lee@samsung.com>
4545 R:      Chao Yu <chao2.yu@samsung.com>
4546 L:      linux-f2fs-devel@lists.sourceforge.net
4547 W:      http://en.wikipedia.org/wiki/F2FS
4548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4549 S:      Maintained
4550 F:      Documentation/filesystems/f2fs.txt
4551 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4552 F:      fs/f2fs/
4553 F:      include/linux/f2fs_fs.h
4554 F:      include/trace/events/f2fs.h
4555
4556 FUJITSU FR-V (FRV) PORT
4557 M:      David Howells <dhowells@redhat.com>
4558 S:      Maintained
4559 F:      arch/frv/
4560
4561 FUJITSU LAPTOP EXTRAS
4562 M:      Jonathan Woithe <jwoithe@just42.net>
4563 L:      platform-driver-x86@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/platform/x86/fujitsu-laptop.c
4566
4567 FUJITSU M-5MO LS CAMERA ISP DRIVER
4568 M:      Kyungmin Park <kyungmin.park@samsung.com>
4569 M:      Heungjun Kim <riverful.kim@samsung.com>
4570 L:      linux-media@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/media/i2c/m5mols/
4573 F:      include/media/m5mols.h
4574
4575 FUJITSU TABLET EXTRAS
4576 M:      Robert Gerlach <khnz@gmx.de>
4577 L:      platform-driver-x86@vger.kernel.org
4578 S:      Maintained
4579 F:      drivers/platform/x86/fujitsu-tablet.c
4580
4581 FUSE: FILESYSTEM IN USERSPACE
4582 M:      Miklos Szeredi <miklos@szeredi.hu>
4583 L:      fuse-devel@lists.sourceforge.net
4584 W:      http://fuse.sourceforge.net/
4585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4586 S:      Maintained
4587 F:      fs/fuse/
4588 F:      include/uapi/linux/fuse.h
4589 F:      Documentation/filesystems/fuse.txt
4590
4591 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4592 M:      Rik Faith <faith@cs.unc.edu>
4593 L:      linux-scsi@vger.kernel.org
4594 S:      Odd Fixes (e.g., new signatures)
4595 F:      drivers/scsi/fdomain.*
4596
4597 GCOV BASED KERNEL PROFILING
4598 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4599 S:      Maintained
4600 F:      kernel/gcov/
4601 F:      Documentation/gcov.txt
4602
4603 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4604 M:      Achim Leubner <achim_leubner@adaptec.com>
4605 L:      linux-scsi@vger.kernel.org
4606 W:      http://www.icp-vortex.com/
4607 S:      Supported
4608 F:      drivers/scsi/gdt*
4609
4610 GDB KERNEL DEBUGGING HELPER SCRIPTS
4611 M:      Jan Kiszka <jan.kiszka@siemens.com>
4612 S:      Supported
4613 F:      scripts/gdb/
4614
4615 GEMTEK FM RADIO RECEIVER DRIVER
4616 M:      Hans Verkuil <hverkuil@xs4all.nl>
4617 L:      linux-media@vger.kernel.org
4618 T:      git git://linuxtv.org/media_tree.git
4619 W:      http://linuxtv.org
4620 S:      Maintained
4621 F:      drivers/media/radio/radio-gemtek*
4622
4623 GENERIC GPIO I2C DRIVER
4624 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4625 S:      Supported
4626 F:      drivers/i2c/busses/i2c-gpio.c
4627 F:      include/linux/i2c-gpio.h
4628
4629 GENERIC GPIO I2C MULTIPLEXER DRIVER
4630 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4631 L:      linux-i2c@vger.kernel.org
4632 S:      Supported
4633 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4634 F:      include/linux/i2c-mux-gpio.h
4635 F:      Documentation/i2c/muxes/i2c-mux-gpio
4636
4637 GENERIC HDLC (WAN) DRIVERS
4638 M:      Krzysztof Halasa <khc@pm.waw.pl>
4639 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4640 S:      Maintained
4641 F:      drivers/net/wan/c101.c
4642 F:      drivers/net/wan/hd6457*
4643 F:      drivers/net/wan/hdlc*
4644 F:      drivers/net/wan/n2.c
4645 F:      drivers/net/wan/pc300too.c
4646 F:      drivers/net/wan/pci200syn.c
4647 F:      drivers/net/wan/wanxl*
4648
4649 GENERIC INCLUDE/ASM HEADER FILES
4650 M:      Arnd Bergmann <arnd@arndb.de>
4651 L:      linux-arch@vger.kernel.org
4652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4653 S:      Maintained
4654 F:      include/asm-generic/
4655 F:      include/uapi/asm-generic/
4656
4657 GENERIC PHY FRAMEWORK
4658 M:      Kishon Vijay Abraham I <kishon@ti.com>
4659 L:      linux-kernel@vger.kernel.org
4660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4661 S:      Supported
4662 F:      drivers/phy/
4663 F:      include/linux/phy/
4664
4665 GENERIC PM DOMAINS
4666 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4667 M:      Kevin Hilman <khilman@kernel.org>
4668 M:      Ulf Hansson <ulf.hansson@linaro.org>
4669 L:      linux-pm@vger.kernel.org
4670 S:      Supported
4671 F:      drivers/base/power/domain*.c
4672 F:      include/linux/pm_domain.h
4673
4674 GENERIC UIO DRIVER FOR PCI DEVICES
4675 M:      "Michael S. Tsirkin" <mst@redhat.com>
4676 L:      kvm@vger.kernel.org
4677 S:      Supported
4678 F:      drivers/uio/uio_pci_generic.c
4679
4680 GET_MAINTAINER SCRIPT
4681 M:      Joe Perches <joe@perches.com>
4682 S:      Maintained
4683 F:      scripts/get_maintainer.pl
4684
4685 GFS2 FILE SYSTEM
4686 M:      Steven Whitehouse <swhiteho@redhat.com>
4687 M:      Bob Peterson <rpeterso@redhat.com>
4688 L:      cluster-devel@redhat.com
4689 W:      http://sources.redhat.com/cluster/
4690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4691 S:      Supported
4692 F:      Documentation/filesystems/gfs2*.txt
4693 F:      fs/gfs2/
4694 F:      include/uapi/linux/gfs2_ondisk.h
4695
4696 GIGASET ISDN DRIVERS
4697 M:      Paul Bolle <pebolle@tiscali.nl>
4698 L:      gigaset307x-common@lists.sourceforge.net
4699 W:      http://gigaset307x.sourceforge.net/
4700 S:      Odd Fixes
4701 F:      Documentation/isdn/README.gigaset
4702 F:      drivers/isdn/gigaset/
4703 F:      include/uapi/linux/gigaset_dev.h
4704
4705 GO7007 MPEG CODEC
4706 M:      Hans Verkuil <hans.verkuil@cisco.com>
4707 L:      linux-media@vger.kernel.org
4708 S:      Maintained
4709 F:      drivers/media/usb/go7007/
4710
4711 GOODIX TOUCHSCREEN
4712 M:      Bastien Nocera <hadess@hadess.net>
4713 L:      linux-input@vger.kernel.org
4714 S:      Maintained
4715 F:      drivers/input/touchscreen/goodix.c
4716
4717 GPIO SUBSYSTEM
4718 M:      Linus Walleij <linus.walleij@linaro.org>
4719 M:      Alexandre Courbot <gnurou@gmail.com>
4720 L:      linux-gpio@vger.kernel.org
4721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4722 S:      Maintained
4723 F:      Documentation/gpio/
4724 F:      drivers/gpio/
4725 F:      include/linux/gpio/
4726 F:      include/linux/gpio.h
4727 F:      include/asm-generic/gpio.h
4728
4729 GRE DEMULTIPLEXER DRIVER
4730 M:      Dmitry Kozlov <xeb@mail.ru>
4731 L:      netdev@vger.kernel.org
4732 S:      Maintained
4733 F:      net/ipv4/gre_demux.c
4734 F:      net/ipv4/gre_offload.c
4735 F:      include/net/gre.h
4736
4737 GRETH 10/100/1G Ethernet MAC device driver
4738 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4739 L:      netdev@vger.kernel.org
4740 S:      Maintained
4741 F:      drivers/net/ethernet/aeroflex/
4742
4743 GSPCA FINEPIX SUBDRIVER
4744 M:      Frank Zago <frank@zago.net>
4745 L:      linux-media@vger.kernel.org
4746 T:      git git://linuxtv.org/media_tree.git
4747 S:      Maintained
4748 F:      drivers/media/usb/gspca/finepix.c
4749
4750 GSPCA GL860 SUBDRIVER
4751 M:      Olivier Lorin <o.lorin@laposte.net>
4752 L:      linux-media@vger.kernel.org
4753 T:      git git://linuxtv.org/media_tree.git
4754 S:      Maintained
4755 F:      drivers/media/usb/gspca/gl860/
4756
4757 GSPCA M5602 SUBDRIVER
4758 M:      Erik Andren <erik.andren@gmail.com>
4759 L:      linux-media@vger.kernel.org
4760 T:      git git://linuxtv.org/media_tree.git
4761 S:      Maintained
4762 F:      drivers/media/usb/gspca/m5602/
4763
4764 GSPCA PAC207 SONIXB SUBDRIVER
4765 M:      Hans de Goede <hdegoede@redhat.com>
4766 L:      linux-media@vger.kernel.org
4767 T:      git git://linuxtv.org/media_tree.git
4768 S:      Maintained
4769 F:      drivers/media/usb/gspca/pac207.c
4770
4771 GSPCA SN9C20X SUBDRIVER
4772 M:      Brian Johnson <brijohn@gmail.com>
4773 L:      linux-media@vger.kernel.org
4774 T:      git git://linuxtv.org/media_tree.git
4775 S:      Maintained
4776 F:      drivers/media/usb/gspca/sn9c20x.c
4777
4778 GSPCA T613 SUBDRIVER
4779 M:      Leandro Costantino <lcostantino@gmail.com>
4780 L:      linux-media@vger.kernel.org
4781 T:      git git://linuxtv.org/media_tree.git
4782 S:      Maintained
4783 F:      drivers/media/usb/gspca/t613.c
4784
4785 GSPCA USB WEBCAM DRIVER
4786 M:      Hans de Goede <hdegoede@redhat.com>
4787 L:      linux-media@vger.kernel.org
4788 T:      git git://linuxtv.org/media_tree.git
4789 S:      Maintained
4790 F:      drivers/media/usb/gspca/
4791
4792 GUID PARTITION TABLE (GPT)
4793 M:      Davidlohr Bueso <dave@stgolabs.net>
4794 L:      linux-efi@vger.kernel.org
4795 S:      Maintained
4796 F:      block/partitions/efi.*
4797
4798 STK1160 USB VIDEO CAPTURE DRIVER
4799 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4800 L:      linux-media@vger.kernel.org
4801 T:      git git://linuxtv.org/media_tree.git
4802 S:      Maintained
4803 F:      drivers/media/usb/stk1160/
4804
4805 H8/300 ARCHITECTURE
4806 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4807 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4808 W:      http://uclinux-h8.sourceforge.jp
4809 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4810 S:      Maintained
4811 F:      arch/h8300/
4812 F:      drivers/clocksource/h8300_*.c
4813 F:      drivers/clk/h8300/
4814 F:      drivers/irqchip/irq-renesas-h8*.c
4815
4816 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4817 M:      Frank Seidel <frank@f-seidel.de>
4818 L:      platform-driver-x86@vger.kernel.org
4819 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4820 S:      Maintained
4821 F:      drivers/platform/x86/hdaps.c
4822
4823 HDPVR USB VIDEO ENCODER DRIVER
4824 M:      Hans Verkuil <hverkuil@xs4all.nl>
4825 L:      linux-media@vger.kernel.org
4826 T:      git git://linuxtv.org/media_tree.git
4827 W:      http://linuxtv.org
4828 S:      Odd Fixes
4829 F:      drivers/media/usb/hdpvr/
4830
4831 HWPOISON MEMORY FAILURE HANDLING
4832 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4833 L:      linux-mm@kvack.org
4834 S:      Maintained
4835 F:      mm/memory-failure.c
4836 F:      mm/hwpoison-inject.c
4837
4838 HYPERVISOR VIRTUAL CONSOLE DRIVER
4839 L:      linuxppc-dev@lists.ozlabs.org
4840 S:      Odd Fixes
4841 F:      drivers/tty/hvc/
4842
4843 HACKRF MEDIA DRIVER
4844 M:      Antti Palosaari <crope@iki.fi>
4845 L:      linux-media@vger.kernel.org
4846 W:      http://linuxtv.org/
4847 W:      http://palosaari.fi/linux/
4848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4849 T:      git git://linuxtv.org/anttip/media_tree.git
4850 S:      Maintained
4851 F:      drivers/media/usb/hackrf/
4852
4853 HARDWARE MONITORING
4854 M:      Jean Delvare <jdelvare@suse.com>
4855 M:      Guenter Roeck <linux@roeck-us.net>
4856 L:      lm-sensors@lm-sensors.org
4857 W:      http://www.lm-sensors.org/
4858 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4860 S:      Maintained
4861 F:      Documentation/hwmon/
4862 F:      drivers/hwmon/
4863 F:      include/linux/hwmon*.h
4864
4865 HARDWARE RANDOM NUMBER GENERATOR CORE
4866 M:      Matt Mackall <mpm@selenic.com>
4867 M:      Herbert Xu <herbert@gondor.apana.org.au>
4868 L:      linux-crypto@vger.kernel.org
4869 S:      Odd fixes
4870 F:      Documentation/hw_random.txt
4871 F:      drivers/char/hw_random/
4872 F:      include/linux/hw_random.h
4873
4874 HARDWARE SPINLOCK CORE
4875 M:      Ohad Ben-Cohen <ohad@wizery.com>
4876 S:      Maintained
4877 F:      Documentation/hwspinlock.txt
4878 F:      drivers/hwspinlock/hwspinlock_*
4879 F:      include/linux/hwspinlock.h
4880
4881 HARMONY SOUND DRIVER
4882 L:      linux-parisc@vger.kernel.org
4883 S:      Maintained
4884 F:      sound/parisc/harmony.*
4885
4886 HD29L2 MEDIA DRIVER
4887 M:      Antti Palosaari <crope@iki.fi>
4888 L:      linux-media@vger.kernel.org
4889 W:      http://linuxtv.org/
4890 W:      http://palosaari.fi/linux/
4891 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4892 T:      git git://linuxtv.org/anttip/media_tree.git
4893 S:      Maintained
4894 F:      drivers/media/dvb-frontends/hd29l2*
4895
4896 HEWLETT-PACKARD SMART2 RAID DRIVER
4897 L:      iss_storagedev@hp.com
4898 S:      Orphan
4899 F:      Documentation/blockdev/cpqarray.txt
4900 F:      drivers/block/cpqarray.*
4901
4902 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4903 M:      Don Brace <don.brace@pmcs.com>
4904 L:      iss_storagedev@hp.com
4905 L:      storagedev@pmcs.com
4906 L:      linux-scsi@vger.kernel.org
4907 S:      Supported
4908 F:      Documentation/scsi/hpsa.txt
4909 F:      drivers/scsi/hpsa*.[ch]
4910 F:      include/linux/cciss*.h
4911 F:      include/uapi/linux/cciss*.h
4912
4913 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4914 M:      Don Brace <don.brace@pmcs.com>
4915 L:      iss_storagedev@hp.com
4916 L:      storagedev@pmcs.com
4917 L:      linux-scsi@vger.kernel.org
4918 S:      Supported
4919 F:      Documentation/blockdev/cciss.txt
4920 F:      drivers/block/cciss*
4921 F:      include/linux/cciss_ioctl.h
4922 F:      include/uapi/linux/cciss_ioctl.h
4923
4924 HFS FILESYSTEM
4925 L:      linux-fsdevel@vger.kernel.org
4926 S:      Orphan
4927 F:      Documentation/filesystems/hfs.txt
4928 F:      fs/hfs/
4929
4930 HFSPLUS FILESYSTEM
4931 L:      linux-fsdevel@vger.kernel.org
4932 S:      Orphan
4933 F:      Documentation/filesystems/hfsplus.txt
4934 F:      fs/hfsplus/
4935
4936 HGA FRAMEBUFFER DRIVER
4937 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4938 L:      linux-nvidia@lists.surfsouth.com
4939 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4940 S:      Maintained
4941 F:      drivers/video/fbdev/hgafb.c
4942
4943 HIBERNATION (aka Software Suspend, aka swsusp)
4944 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4945 M:      Pavel Machek <pavel@ucw.cz>
4946 L:      linux-pm@vger.kernel.org
4947 S:      Supported
4948 F:      arch/x86/power/
4949 F:      drivers/base/power/
4950 F:      kernel/power/
4951 F:      include/linux/suspend.h
4952 F:      include/linux/freezer.h
4953 F:      include/linux/pm.h
4954 F:      arch/*/include/asm/suspend*.h
4955
4956 HID CORE LAYER
4957 M:      Jiri Kosina <jikos@kernel.org>
4958 L:      linux-input@vger.kernel.org
4959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4960 S:      Maintained
4961 F:      drivers/hid/
4962 F:      include/linux/hid*
4963 F:      include/uapi/linux/hid*
4964
4965 HID SENSOR HUB DRIVERS
4966 M:      Jiri Kosina <jikos@kernel.org>
4967 M:      Jonathan Cameron <jic23@kernel.org>
4968 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4969 L:      linux-input@vger.kernel.org
4970 L:      linux-iio@vger.kernel.org
4971 S:      Maintained
4972 F:      Documentation/hid/hid-sensor*
4973 F:      drivers/hid/hid-sensor-*
4974 F:      drivers/iio/*/hid-*
4975 F:      include/linux/hid-sensor-*
4976
4977 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4978 M:      Thomas Gleixner <tglx@linutronix.de>
4979 L:      linux-kernel@vger.kernel.org
4980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4981 S:      Maintained
4982 F:      Documentation/timers/
4983 F:      kernel/time/hrtimer.c
4984 F:      kernel/time/clockevents.c
4985 F:      kernel/time/tick*.*
4986 F:      kernel/time/timer_*.c
4987 F:      include/linux/clockchips.h
4988 F:      include/linux/hrtimer.h
4989
4990 HIGH-SPEED SCC DRIVER FOR AX.25
4991 L:      linux-hams@vger.kernel.org
4992 S:      Orphan
4993 F:      drivers/net/hamradio/dmascc.c
4994 F:      drivers/net/hamradio/scc.c
4995
4996 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4997 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4998 W:      http://www.highpoint-tech.com
4999 S:      Supported
5000 F:      Documentation/scsi/hptiop.txt
5001 F:      drivers/scsi/hptiop.c
5002
5003 HIPPI
5004 M:      Jes Sorensen <jes@trained-monkey.org>
5005 L:      linux-hippi@sunsite.dk
5006 S:      Maintained
5007 F:      include/linux/hippidevice.h
5008 F:      include/uapi/linux/if_hippi.h
5009 F:      net/802/hippi.c
5010 F:      drivers/net/hippi/
5011
5012 HOST AP DRIVER
5013 M:      Jouni Malinen <j@w1.fi>
5014 L:      hostap@shmoo.com (subscribers-only)
5015 L:      linux-wireless@vger.kernel.org
5016 W:      http://hostap.epitest.fi/
5017 S:      Maintained
5018 F:      drivers/net/wireless/hostap/
5019
5020 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
5021 L:      platform-driver-x86@vger.kernel.org
5022 S:      Orphan
5023 F:      drivers/platform/x86/tc1100-wmi.c
5024
5025 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5026 M:      Jaroslav Kysela <perex@perex.cz>
5027 S:      Maintained
5028 F:      drivers/net/ethernet/hp/hp100.*
5029
5030 HPET:   High Precision Event Timers driver
5031 M:      Clemens Ladisch <clemens@ladisch.de>
5032 S:      Maintained
5033 F:      Documentation/timers/hpet.txt
5034 F:      drivers/char/hpet.c
5035 F:      include/linux/hpet.h
5036 F:      include/uapi/linux/hpet.h
5037
5038 HPET:   x86
5039 S:      Orphan
5040 F:      arch/x86/kernel/hpet.c
5041 F:      arch/x86/include/asm/hpet.h
5042
5043 HPFS FILESYSTEM
5044 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5045 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5046 S:      Maintained
5047 F:      fs/hpfs/
5048
5049 HSI SUBSYSTEM
5050 M:      Sebastian Reichel <sre@kernel.org>
5051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5052 S:      Maintained
5053 F:      Documentation/ABI/testing/sysfs-bus-hsi
5054 F:      Documentation/hsi.txt
5055 F:      drivers/hsi/
5056 F:      include/linux/hsi/
5057 F:      include/uapi/linux/hsi/
5058
5059 HSO 3G MODEM DRIVER
5060 M:      Jan Dumon <j.dumon@option.com>
5061 W:      http://www.pharscape.org
5062 S:      Maintained
5063 F:      drivers/net/usb/hso.c
5064
5065 HSR NETWORK PROTOCOL
5066 M:      Arvid Brodin <arvid.brodin@alten.se>
5067 L:      netdev@vger.kernel.org
5068 S:      Maintained
5069 F:      net/hsr/
5070
5071 HTCPEN TOUCHSCREEN DRIVER
5072 M:      Pau Oliva Fora <pof@eslack.org>
5073 L:      linux-input@vger.kernel.org
5074 S:      Maintained
5075 F:      drivers/input/touchscreen/htcpen.c
5076
5077 HUGETLB FILESYSTEM
5078 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5079 S:      Maintained
5080 F:      fs/hugetlbfs/
5081
5082 Hyper-V CORE AND DRIVERS
5083 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5084 M:      Haiyang Zhang <haiyangz@microsoft.com>
5085 L:      devel@linuxdriverproject.org
5086 S:      Maintained
5087 F:      arch/x86/include/asm/mshyperv.h
5088 F:      arch/x86/include/uapi/asm/hyperv.h
5089 F:      arch/x86/kernel/cpu/mshyperv.c
5090 F:      drivers/hid/hid-hyperv.c
5091 F:      drivers/hv/
5092 F:      drivers/input/serio/hyperv-keyboard.c
5093 F:      drivers/net/hyperv/
5094 F:      drivers/scsi/storvsc_drv.c
5095 F:      drivers/video/fbdev/hyperv_fb.c
5096 F:      include/linux/hyperv.h
5097 F:      tools/hv/
5098 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5099
5100 I2C OVER PARALLEL PORT
5101 M:      Jean Delvare <jdelvare@suse.com>
5102 L:      linux-i2c@vger.kernel.org
5103 S:      Maintained
5104 F:      Documentation/i2c/busses/i2c-parport
5105 F:      Documentation/i2c/busses/i2c-parport-light
5106 F:      drivers/i2c/busses/i2c-parport.c
5107 F:      drivers/i2c/busses/i2c-parport-light.c
5108
5109 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5110 M:      Jean Delvare <jdelvare@suse.com>
5111 L:      linux-i2c@vger.kernel.org
5112 S:      Maintained
5113 F:      Documentation/i2c/busses/i2c-ali1535
5114 F:      Documentation/i2c/busses/i2c-ali1563
5115 F:      Documentation/i2c/busses/i2c-ali15x3
5116 F:      Documentation/i2c/busses/i2c-amd756
5117 F:      Documentation/i2c/busses/i2c-amd8111
5118 F:      Documentation/i2c/busses/i2c-i801
5119 F:      Documentation/i2c/busses/i2c-nforce2
5120 F:      Documentation/i2c/busses/i2c-piix4
5121 F:      Documentation/i2c/busses/i2c-sis5595
5122 F:      Documentation/i2c/busses/i2c-sis630
5123 F:      Documentation/i2c/busses/i2c-sis96x
5124 F:      Documentation/i2c/busses/i2c-via
5125 F:      Documentation/i2c/busses/i2c-viapro
5126 F:      drivers/i2c/busses/i2c-ali1535.c
5127 F:      drivers/i2c/busses/i2c-ali1563.c
5128 F:      drivers/i2c/busses/i2c-ali15x3.c
5129 F:      drivers/i2c/busses/i2c-amd756.c
5130 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5131 F:      drivers/i2c/busses/i2c-amd8111.c
5132 F:      drivers/i2c/busses/i2c-i801.c
5133 F:      drivers/i2c/busses/i2c-isch.c
5134 F:      drivers/i2c/busses/i2c-nforce2.c
5135 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5136 F:      drivers/i2c/busses/i2c-piix4.c
5137 F:      drivers/i2c/busses/i2c-sis5595.c
5138 F:      drivers/i2c/busses/i2c-sis630.c
5139 F:      drivers/i2c/busses/i2c-sis96x.c
5140 F:      drivers/i2c/busses/i2c-via.c
5141 F:      drivers/i2c/busses/i2c-viapro.c
5142
5143 I2C/SMBUS ISMT DRIVER
5144 M:      Seth Heasley <seth.heasley@intel.com>
5145 M:      Neil Horman <nhorman@tuxdriver.com>
5146 L:      linux-i2c@vger.kernel.org
5147 F:      drivers/i2c/busses/i2c-ismt.c
5148 F:      Documentation/i2c/busses/i2c-ismt
5149
5150 I2C/SMBUS STUB DRIVER
5151 M:      Jean Delvare <jdelvare@suse.com>
5152 L:      linux-i2c@vger.kernel.org
5153 S:      Maintained
5154 F:      drivers/i2c/i2c-stub.c
5155
5156 I2C SUBSYSTEM
5157 M:      Wolfram Sang <wsa@the-dreams.de>
5158 L:      linux-i2c@vger.kernel.org
5159 W:      https://i2c.wiki.kernel.org/
5160 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5162 S:      Maintained
5163 F:      Documentation/devicetree/bindings/i2c/
5164 F:      Documentation/i2c/
5165 F:      drivers/i2c/
5166 F:      include/linux/i2c.h
5167 F:      include/linux/i2c-*.h
5168 F:      include/uapi/linux/i2c.h
5169 F:      include/uapi/linux/i2c-*.h
5170
5171 I2C ACPI SUPPORT
5172 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5173 L:      linux-i2c@vger.kernel.org
5174 L:      linux-acpi@vger.kernel.org
5175 S:      Maintained
5176
5177 I2C-TAOS-EVM DRIVER
5178 M:      Jean Delvare <jdelvare@suse.com>
5179 L:      linux-i2c@vger.kernel.org
5180 S:      Maintained
5181 F:      Documentation/i2c/busses/i2c-taos-evm
5182 F:      drivers/i2c/busses/i2c-taos-evm.c
5183
5184 I2C-TINY-USB DRIVER
5185 M:      Till Harbaum <till@harbaum.org>
5186 L:      linux-i2c@vger.kernel.org
5187 W:      http://www.harbaum.org/till/i2c_tiny_usb
5188 S:      Maintained
5189 F:      drivers/i2c/busses/i2c-tiny-usb.c
5190
5191 i386 BOOT CODE
5192 M:      "H. Peter Anvin" <hpa@zytor.com>
5193 S:      Maintained
5194 F:      arch/x86/boot/
5195
5196 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5197 M:      "H. Peter Anvin" <hpa@zytor.com>
5198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5199 S:      Maintained
5200
5201 IA64 (Itanium) PLATFORM
5202 M:      Tony Luck <tony.luck@intel.com>
5203 M:      Fenghua Yu <fenghua.yu@intel.com>
5204 L:      linux-ia64@vger.kernel.org
5205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5206 S:      Maintained
5207 F:      arch/ia64/
5208
5209 IBM Power VMX Cryptographic instructions
5210 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5211 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5212 L:      linux-crypto@vger.kernel.org
5213 S:      Supported
5214 F:      drivers/crypto/vmx/Makefile
5215 F:      drivers/crypto/vmx/Kconfig
5216 F:      drivers/crypto/vmx/vmx.c
5217 F:      drivers/crypto/vmx/aes*
5218 F:      drivers/crypto/vmx/ghash*
5219 F:      drivers/crypto/vmx/ppc-xlate.pl
5220
5221 IBM Power in-Nest Crypto Acceleration
5222 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5223 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5224 L:      linux-crypto@vger.kernel.org
5225 S:      Supported
5226 F:      drivers/crypto/nx/Makefile
5227 F:      drivers/crypto/nx/Kconfig
5228 F:      drivers/crypto/nx/nx-aes*
5229 F:      drivers/crypto/nx/nx-sha*
5230 F:      drivers/crypto/nx/nx.*
5231 F:      drivers/crypto/nx/nx_csbcpb.h
5232 F:      drivers/crypto/nx/nx_debugfs.h
5233
5234 IBM Power 842 compression accelerator
5235 M:      Dan Streetman <ddstreet@ieee.org>
5236 S:      Supported
5237 F:      drivers/crypto/nx/Makefile
5238 F:      drivers/crypto/nx/Kconfig
5239 F:      drivers/crypto/nx/nx-842*
5240 F:      include/linux/sw842.h
5241 F:      crypto/842.c
5242 F:      lib/842/
5243
5244 IBM Power Linux RAID adapter
5245 M:      Brian King <brking@us.ibm.com>
5246 S:      Supported
5247 F:      drivers/scsi/ipr.*
5248
5249 IBM Power Virtual Ethernet Device Driver
5250 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5251 L:      netdev@vger.kernel.org
5252 S:      Supported
5253 F:      drivers/net/ethernet/ibm/ibmveth.*
5254
5255 IBM Power Virtual SCSI Device Drivers
5256 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5257 L:      linux-scsi@vger.kernel.org
5258 S:      Supported
5259 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5260 F:      drivers/scsi/ibmvscsi/viosrp.h
5261
5262 IBM Power Virtual FC Device Drivers
5263 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5264 L:      linux-scsi@vger.kernel.org
5265 S:      Supported
5266 F:      drivers/scsi/ibmvscsi/ibmvfc*
5267
5268 IBM ServeRAID RAID DRIVER
5269 S:      Orphan
5270 F:      drivers/scsi/ips.*
5271
5272 ICH LPC AND GPIO DRIVER
5273 M:      Peter Tyser <ptyser@xes-inc.com>
5274 S:      Maintained
5275 F:      drivers/mfd/lpc_ich.c
5276 F:      drivers/gpio/gpio-ich.c
5277
5278 IDE SUBSYSTEM
5279 M:      "David S. Miller" <davem@davemloft.net>
5280 L:      linux-ide@vger.kernel.org
5281 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5283 S:      Maintained
5284 F:      Documentation/ide/
5285 F:      drivers/ide/
5286 F:      include/linux/ide.h
5287
5288 IDEAPAD LAPTOP EXTRAS DRIVER
5289 M:      Ike Panhc <ike.pan@canonical.com>
5290 L:      platform-driver-x86@vger.kernel.org
5291 W:      http://launchpad.net/ideapad-laptop
5292 S:      Maintained
5293 F:      drivers/platform/x86/ideapad-laptop.c
5294
5295 IDEAPAD LAPTOP SLIDEBAR DRIVER
5296 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5297 L:      linux-input@vger.kernel.org
5298 W:      https://github.com/o2genum/ideapad-slidebar
5299 S:      Maintained
5300 F:      drivers/input/misc/ideapad_slidebar.c
5301
5302 IDE/ATAPI DRIVERS
5303 M:      Borislav Petkov <bp@alien8.de>
5304 L:      linux-ide@vger.kernel.org
5305 S:      Maintained
5306 F:      Documentation/cdrom/ide-cd
5307 F:      drivers/ide/ide-cd*
5308
5309 IDLE-I7300
5310 M:      Andy Henroid <andrew.d.henroid@intel.com>
5311 L:      linux-pm@vger.kernel.org
5312 S:      Supported
5313 F:      drivers/idle/i7300_idle.c
5314
5315 IEEE 802.15.4 SUBSYSTEM
5316 M:      Alexander Aring <alex.aring@gmail.com>
5317 L:      linux-wpan@vger.kernel.org
5318 W:      https://github.com/linux-wpan
5319 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5320 S:      Maintained
5321 F:      net/ieee802154/
5322 F:      net/mac802154/
5323 F:      drivers/net/ieee802154/
5324 F:      include/linux/nl802154.h
5325 F:      include/linux/ieee802154.h
5326 F:      include/net/nl802154.h
5327 F:      include/net/mac802154.h
5328 F:      include/net/af_ieee802154.h
5329 F:      include/net/cfg802154.h
5330 F:      include/net/ieee802154_netdev.h
5331 F:      Documentation/networking/ieee802154.txt
5332
5333 IGORPLUG-USB IR RECEIVER
5334 M:      Sean Young <sean@mess.org>
5335 L:      linux-media@vger.kernel.org
5336 S:      Maintained
5337 F:      drivers/media/rc/igorplugusb.c
5338
5339 IGUANAWORKS USB IR TRANSCEIVER
5340 M:      Sean Young <sean@mess.org>
5341 L:      linux-media@vger.kernel.org
5342 S:      Maintained
5343 F:      drivers/media/rc/iguanair.c
5344
5345 IIO SUBSYSTEM AND DRIVERS
5346 M:      Jonathan Cameron <jic23@kernel.org>
5347 R:      Hartmut Knaack <knaack.h@gmx.de>
5348 R:      Lars-Peter Clausen <lars@metafoo.de>
5349 R:      Peter Meerwald <pmeerw@pmeerw.net>
5350 L:      linux-iio@vger.kernel.org
5351 S:      Maintained
5352 F:      drivers/iio/
5353 F:      drivers/staging/iio/
5354 F:      include/linux/iio/
5355 F:      tools/iio/
5356
5357 IKANOS/ADI EAGLE ADSL USB DRIVER
5358 M:      Matthieu Castet <castet.matthieu@free.fr>
5359 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5360 S:      Maintained
5361 F:      drivers/usb/atm/ueagle-atm.c
5362
5363 INA209 HARDWARE MONITOR DRIVER
5364 M:      Guenter Roeck <linux@roeck-us.net>
5365 L:      lm-sensors@lm-sensors.org
5366 S:      Maintained
5367 F:      Documentation/hwmon/ina209
5368 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5369 F:      drivers/hwmon/ina209.c
5370
5371 INA2XX HARDWARE MONITOR DRIVER
5372 M:      Guenter Roeck <linux@roeck-us.net>
5373 L:      lm-sensors@lm-sensors.org
5374 S:      Maintained
5375 F:      Documentation/hwmon/ina2xx
5376 F:      drivers/hwmon/ina2xx.c
5377 F:      include/linux/platform_data/ina2xx.h
5378
5379 INDUSTRY PACK SUBSYSTEM (IPACK)
5380 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5381 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5382 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5383 L:      industrypack-devel@lists.sourceforge.net
5384 W:      http://industrypack.sourceforge.net
5385 S:      Maintained
5386 F:      drivers/ipack/
5387
5388 INGENIC JZ4780 DMA Driver
5389 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5390 S:      Maintained
5391 F:      drivers/dma/dma-jz4780.c
5392
5393 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5394 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5395 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5396 L:      linux-ima-devel@lists.sourceforge.net
5397 L:      linux-ima-user@lists.sourceforge.net
5398 L:      linux-security-module@vger.kernel.org
5399 S:      Supported
5400 F:      security/integrity/ima/
5401
5402 IMGTEC IR DECODER DRIVER
5403 M:      James Hogan <james.hogan@imgtec.com>
5404 S:      Maintained
5405 F:      drivers/media/rc/img-ir/
5406
5407 IMS TWINTURBO FRAMEBUFFER DRIVER
5408 L:      linux-fbdev@vger.kernel.org
5409 S:      Orphan
5410 F:      drivers/video/fbdev/imsttfb.c
5411
5412 INFINIBAND SUBSYSTEM
5413 M:      Doug Ledford <dledford@redhat.com>
5414 M:      Sean Hefty <sean.hefty@intel.com>
5415 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5416 L:      linux-rdma@vger.kernel.org
5417 W:      http://www.openfabrics.org/
5418 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5420 S:      Supported
5421 F:      Documentation/infiniband/
5422 F:      drivers/infiniband/
5423 F:      drivers/staging/rdma/
5424 F:      include/uapi/linux/if_infiniband.h
5425 F:      include/uapi/rdma/
5426 F:      include/rdma/
5427
5428 INOTIFY
5429 M:      John McCutchan <john@johnmccutchan.com>
5430 M:      Robert Love <rlove@rlove.org>
5431 M:      Eric Paris <eparis@parisplace.org>
5432 S:      Maintained
5433 F:      Documentation/filesystems/inotify.txt
5434 F:      fs/notify/inotify/
5435 F:      include/linux/inotify.h
5436 F:      include/uapi/linux/inotify.h
5437
5438 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5439 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5440 L:      linux-input@vger.kernel.org
5441 Q:      http://patchwork.kernel.org/project/linux-input/list/
5442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5443 S:      Maintained
5444 F:      drivers/input/
5445 F:      include/linux/input.h
5446 F:      include/uapi/linux/input.h
5447 F:      include/linux/input/
5448
5449 INPUT MULTITOUCH (MT) PROTOCOL
5450 M:      Henrik Rydberg <rydberg@bitmath.org>
5451 L:      linux-input@vger.kernel.org
5452 S:      Odd fixes
5453 F:      Documentation/input/multi-touch-protocol.txt
5454 F:      drivers/input/input-mt.c
5455 K:      \b(ABS|SYN)_MT_
5456
5457 INTEL ASoC BDW/HSW DRIVERS
5458 M:      Jie Yang <yang.jie@linux.intel.com>
5459 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5460 S:      Supported
5461 F:      sound/soc/intel/common/sst-dsp*
5462 F:      sound/soc/intel/common/sst-firmware.c
5463 F:      sound/soc/intel/boards/broadwell.c
5464 F:      sound/soc/intel/haswell/
5465
5466 INTEL C600 SERIES SAS CONTROLLER DRIVER
5467 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5468 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5469 L:      linux-scsi@vger.kernel.org
5470 T:      git git://git.code.sf.net/p/intel-sas/isci
5471 S:      Supported
5472 F:      drivers/scsi/isci/
5473
5474 INTEL IDLE DRIVER
5475 M:      Len Brown <lenb@kernel.org>
5476 L:      linux-pm@vger.kernel.org
5477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5478 S:      Supported
5479 F:      drivers/idle/intel_idle.c
5480
5481 INTEL PSTATE DRIVER
5482 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5483 L:      linux-pm@vger.kernel.org
5484 S:      Supported
5485 F:      drivers/cpufreq/intel_pstate.c
5486
5487 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5488 M:      Maik Broemme <mbroemme@plusserver.de>
5489 L:      linux-fbdev@vger.kernel.org
5490 S:      Maintained
5491 F:      Documentation/fb/intelfb.txt
5492 F:      drivers/video/fbdev/intelfb/
5493
5494 INTEL 810/815 FRAMEBUFFER DRIVER
5495 M:      Antonino Daplas <adaplas@gmail.com>
5496 L:      linux-fbdev@vger.kernel.org
5497 S:      Maintained
5498 F:      drivers/video/fbdev/i810/
5499
5500 INTEL MENLOW THERMAL DRIVER
5501 M:      Sujith Thomas <sujith.thomas@intel.com>
5502 L:      platform-driver-x86@vger.kernel.org
5503 W:      https://01.org/linux-acpi
5504 S:      Supported
5505 F:      drivers/platform/x86/intel_menlow.c
5506
5507 INTEL I/OAT DMA DRIVER
5508 M:      Dave Jiang <dave.jiang@intel.com>
5509 R:      Dan Williams <dan.j.williams@intel.com>
5510 L:      dmaengine@vger.kernel.org
5511 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5512 S:      Supported
5513 F:      drivers/dma/ioat*
5514
5515 INTEL IOMMU (VT-d)
5516 M:      David Woodhouse <dwmw2@infradead.org>
5517 L:      iommu@lists.linux-foundation.org
5518 T:      git git://git.infradead.org/iommu-2.6.git
5519 S:      Supported
5520 F:      drivers/iommu/intel-iommu.c
5521 F:      include/linux/intel-iommu.h
5522
5523 INTEL IOP-ADMA DMA DRIVER
5524 R:      Dan Williams <dan.j.williams@intel.com>
5525 S:      Odd fixes
5526 F:      drivers/dma/iop-adma.c
5527
5528 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5529 M:      Krzysztof Halasa <khalasa@piap.pl>
5530 S:      Maintained
5531 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5532 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5533 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5534 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5535 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5536 F:      drivers/net/wan/ixp4xx_hss.c
5537
5538 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5539 M:      Deepak Saxena <dsaxena@plexity.net>
5540 S:      Maintained
5541 F:      drivers/char/hw_random/ixp4xx-rng.c
5542
5543 INTEL ETHERNET DRIVERS
5544 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5545 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5546 R:      Shannon Nelson <shannon.nelson@intel.com>
5547 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5548 R:      Don Skidmore <donald.c.skidmore@intel.com>
5549 R:      Matthew Vick <matthew.vick@intel.com>
5550 R:      John Ronciak <john.ronciak@intel.com>
5551 R:      Mitch Williams <mitch.a.williams@intel.com>
5552 L:      intel-wired-lan@lists.osuosl.org
5553 W:      http://www.intel.com/support/feedback.htm
5554 W:      http://e1000.sourceforge.net/
5555 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5558 S:      Supported
5559 F:      Documentation/networking/e100.txt
5560 F:      Documentation/networking/e1000.txt
5561 F:      Documentation/networking/e1000e.txt
5562 F:      Documentation/networking/igb.txt
5563 F:      Documentation/networking/igbvf.txt
5564 F:      Documentation/networking/ixgb.txt
5565 F:      Documentation/networking/ixgbe.txt
5566 F:      Documentation/networking/ixgbevf.txt
5567 F:      Documentation/networking/i40e.txt
5568 F:      Documentation/networking/i40evf.txt
5569 F:      drivers/net/ethernet/intel/
5570 F:      drivers/net/ethernet/intel/*/
5571
5572 INTEL-MID GPIO DRIVER
5573 M:      David Cohen <david.a.cohen@linux.intel.com>
5574 L:      linux-gpio@vger.kernel.org
5575 S:      Maintained
5576 F:      drivers/gpio/gpio-intel-mid.c
5577
5578 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5579 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5580 L:      linux-wireless@vger.kernel.org
5581 S:      Maintained
5582 F:      Documentation/networking/README.ipw2100
5583 F:      Documentation/networking/README.ipw2200
5584 F:      drivers/net/wireless/ipw2x00/
5585
5586 INTEL(R) TRACE HUB
5587 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
5588 S:      Supported
5589 F:      Documentation/trace/intel_th.txt
5590 F:      drivers/hwtracing/intel_th/
5591
5592 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5593 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5594 M:      Gang Wei <gang.wei@intel.com>
5595 M:      Shane Wang <shane.wang@intel.com>
5596 L:      tboot-devel@lists.sourceforge.net
5597 W:      http://tboot.sourceforge.net
5598 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5599 S:      Supported
5600 F:      Documentation/intel_txt.txt
5601 F:      include/linux/tboot.h
5602 F:      arch/x86/kernel/tboot.c
5603
5604 INTEL WIRELESS WIMAX CONNECTION 2400
5605 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5606 M:      linux-wimax@intel.com
5607 L:      wimax@linuxwimax.org (subscribers-only)
5608 S:      Supported
5609 W:      http://linuxwimax.org
5610 F:      Documentation/wimax/README.i2400m
5611 F:      drivers/net/wimax/i2400m/
5612 F:      include/uapi/linux/wimax/i2400m.h
5613
5614 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5615 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5616 L:      linux-wireless@vger.kernel.org
5617 S:      Supported
5618 F:      drivers/net/wireless/iwlegacy/
5619
5620 INTEL WIRELESS WIFI LINK (iwlwifi)
5621 M:      Johannes Berg <johannes.berg@intel.com>
5622 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5623 M:      Intel Linux Wireless <linuxwifi@intel.com>
5624 L:      linux-wireless@vger.kernel.org
5625 W:      http://intellinuxwireless.org
5626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5627 S:      Supported
5628 F:      drivers/net/wireless/iwlwifi/
5629
5630 INTEL MANAGEMENT ENGINE (mei)
5631 M:      Tomas Winkler <tomas.winkler@intel.com>
5632 L:      linux-kernel@vger.kernel.org
5633 S:      Supported
5634 F:      include/uapi/linux/mei.h
5635 F:      include/linux/mei_cl_bus.h
5636 F:      drivers/misc/mei/*
5637 F:      Documentation/misc-devices/mei/*
5638
5639 INTEL MIC DRIVERS (mic)
5640 M:      Sudeep Dutt <sudeep.dutt@intel.com>
5641 M:      Ashutosh Dixit <ashutosh.dixit@intel.com>
5642 S:      Supported
5643 W:      https://github.com/sudeepdutt/mic
5644 W:      http://software.intel.com/en-us/mic-developer
5645 F:      include/linux/mic_bus.h
5646 F:      include/linux/scif.h
5647 F:      include/uapi/linux/mic_common.h
5648 F:      include/uapi/linux/mic_ioctl.h
5649 F       include/uapi/linux/scif_ioctl.h
5650 F:      drivers/misc/mic/
5651 F:      drivers/dma/mic_x100_dma.c
5652 F:      drivers/dma/mic_x100_dma.h
5653 F       Documentation/mic/
5654
5655 INTEL PMC IPC DRIVER
5656 M:      Zha Qipeng<qipeng.zha@intel.com>
5657 L:      platform-driver-x86@vger.kernel.org
5658 S:      Maintained
5659 F:      drivers/platform/x86/intel_pmc_ipc.c
5660 F:      arch/x86/include/asm/intel_pmc_ipc.h
5661
5662 IOC3 ETHERNET DRIVER
5663 M:      Ralf Baechle <ralf@linux-mips.org>
5664 L:      linux-mips@linux-mips.org
5665 S:      Maintained
5666 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5667
5668 IOC3 SERIAL DRIVER
5669 M:      Pat Gefre <pfg@sgi.com>
5670 L:      linux-serial@vger.kernel.org
5671 S:      Maintained
5672 F:      drivers/tty/serial/ioc3_serial.c
5673
5674 IOMMU DRIVERS
5675 M:      Joerg Roedel <joro@8bytes.org>
5676 L:      iommu@lists.linux-foundation.org
5677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5678 S:      Maintained
5679 F:      drivers/iommu/
5680
5681 IP MASQUERADING
5682 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5683 S:      Maintained
5684 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5685
5686 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5687 M:      Francois Romieu <romieu@fr.zoreil.com>
5688 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5689 L:      netdev@vger.kernel.org
5690 S:      Maintained
5691 F:      drivers/net/ethernet/icplus/ipg.*
5692
5693 IPATH DRIVER
5694 M:      Mike Marciniszyn <infinipath@intel.com>
5695 L:      linux-rdma@vger.kernel.org
5696 S:      Maintained
5697 F:      drivers/staging/rdma/ipath/
5698
5699 IPMI SUBSYSTEM
5700 M:      Corey Minyard <minyard@acm.org>
5701 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5702 W:      http://openipmi.sourceforge.net/
5703 S:      Supported
5704 F:      Documentation/IPMI.txt
5705 F:      drivers/char/ipmi/
5706 F:      include/linux/ipmi*
5707 F:      include/uapi/linux/ipmi*
5708
5709 QCOM AUDIO (ASoC) DRIVERS
5710 M:      Patrick Lai <plai@codeaurora.org>
5711 M:      Banajit Goswami <bgoswami@codeaurora.org>
5712 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5713 S:      Supported
5714 F:      sound/soc/qcom/
5715
5716 IPS SCSI RAID DRIVER
5717 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5718 L:      linux-scsi@vger.kernel.org
5719 W:      http://www.adaptec.com/
5720 S:      Maintained
5721 F:      drivers/scsi/ips*
5722
5723 IPVS
5724 M:      Wensong Zhang <wensong@linux-vs.org>
5725 M:      Simon Horman <horms@verge.net.au>
5726 M:      Julian Anastasov <ja@ssi.bg>
5727 L:      netdev@vger.kernel.org
5728 L:      lvs-devel@vger.kernel.org
5729 S:      Maintained
5730 F:      Documentation/networking/ipvs-sysctl.txt
5731 F:      include/net/ip_vs.h
5732 F:      include/uapi/linux/ip_vs.h
5733 F:      net/netfilter/ipvs/
5734
5735 IPWIRELESS DRIVER
5736 M:      Jiri Kosina <jikos@kernel.org>
5737 M:      David Sterba <dsterba@suse.com>
5738 S:      Odd Fixes
5739 F:      drivers/tty/ipwireless/
5740
5741 IPX NETWORK LAYER
5742 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5743 L:      netdev@vger.kernel.org
5744 S:      Maintained
5745 F:      include/net/ipx.h
5746 F:      include/uapi/linux/ipx.h
5747 F:      net/ipx/
5748
5749 IRDA SUBSYSTEM
5750 M:      Samuel Ortiz <samuel@sortiz.org>
5751 L:      irda-users@lists.sourceforge.net (subscribers-only)
5752 L:      netdev@vger.kernel.org
5753 W:      http://irda.sourceforge.net/
5754 S:      Maintained
5755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5756 F:      Documentation/networking/irda.txt
5757 F:      drivers/net/irda/
5758 F:      include/net/irda/
5759 F:      net/irda/
5760
5761 IRQ SUBSYSTEM
5762 M:      Thomas Gleixner <tglx@linutronix.de>
5763 L:      linux-kernel@vger.kernel.org
5764 S:      Maintained
5765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5766 F:      kernel/irq/
5767
5768 IRQCHIP DRIVERS
5769 M:      Thomas Gleixner <tglx@linutronix.de>
5770 M:      Jason Cooper <jason@lakedaemon.net>
5771 M:      Marc Zyngier <marc.zyngier@arm.com>
5772 L:      linux-kernel@vger.kernel.org
5773 S:      Maintained
5774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5775 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5776 F:      Documentation/devicetree/bindings/interrupt-controller/
5777 F:      drivers/irqchip/
5778
5779 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5780 M:      Jiang Liu <jiang.liu@linux.intel.com>
5781 M:      Marc Zyngier <marc.zyngier@arm.com>
5782 S:      Maintained
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5784 F:      Documentation/IRQ-domain.txt
5785 F:      include/linux/irqdomain.h
5786 F:      kernel/irq/irqdomain.c
5787 F:      kernel/irq/msi.c
5788
5789 ISAPNP
5790 M:      Jaroslav Kysela <perex@perex.cz>
5791 S:      Maintained
5792 F:      Documentation/isapnp.txt
5793 F:      drivers/pnp/isapnp/
5794 F:      include/linux/isapnp.h
5795
5796 ISA RADIO MODULE
5797 M:      Hans Verkuil <hverkuil@xs4all.nl>
5798 L:      linux-media@vger.kernel.org
5799 T:      git git://linuxtv.org/media_tree.git
5800 W:      http://linuxtv.org
5801 S:      Maintained
5802 F:      drivers/media/radio/radio-isa*
5803
5804 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5805 M:      Peter Jones <pjones@redhat.com>
5806 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5807 S:      Maintained
5808 F:      drivers/firmware/iscsi_ibft*
5809
5810 ISCSI
5811 M:      Mike Christie <michaelc@cs.wisc.edu>
5812 L:      open-iscsi@googlegroups.com
5813 W:      www.open-iscsi.org
5814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5815 S:      Maintained
5816 F:      drivers/scsi/*iscsi*
5817 F:      include/scsi/*iscsi*
5818
5819 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5820 M:      Or Gerlitz <ogerlitz@mellanox.com>
5821 M:      Sagi Grimberg <sagig@mellanox.com>
5822 M:      Roi Dayan <roid@mellanox.com>
5823 L:      linux-rdma@vger.kernel.org
5824 S:      Supported
5825 W:      http://www.openfabrics.org
5826 W:      www.open-iscsi.org
5827 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5828 F:      drivers/infiniband/ulp/iser/
5829
5830 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5831 M:      Sagi Grimberg <sagig@mellanox.com>
5832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5833 L:      linux-rdma@vger.kernel.org
5834 L:      target-devel@vger.kernel.org
5835 S:      Supported
5836 W:      http://www.linux-iscsi.org
5837 F:      drivers/infiniband/ulp/isert
5838
5839 ISDN SUBSYSTEM
5840 M:      Karsten Keil <isdn@linux-pingi.de>
5841 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5842 L:      netdev@vger.kernel.org
5843 W:      http://www.isdn4linux.de
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5845 S:      Maintained
5846 F:      Documentation/isdn/
5847 F:      drivers/isdn/
5848 F:      include/linux/isdn.h
5849 F:      include/linux/isdn/
5850 F:      include/uapi/linux/isdn.h
5851 F:      include/uapi/linux/isdn/
5852
5853 ISDN SUBSYSTEM (Eicon active card driver)
5854 M:      Armin Schindler <mac@melware.de>
5855 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5856 W:      http://www.melware.de
5857 S:      Maintained
5858 F:      drivers/isdn/hardware/eicon/
5859
5860 IT87 HARDWARE MONITORING DRIVER
5861 M:      Jean Delvare <jdelvare@suse.com>
5862 L:      lm-sensors@lm-sensors.org
5863 S:      Maintained
5864 F:      Documentation/hwmon/it87
5865 F:      drivers/hwmon/it87.c
5866
5867 IT913X MEDIA DRIVER
5868 M:      Antti Palosaari <crope@iki.fi>
5869 L:      linux-media@vger.kernel.org
5870 W:      http://linuxtv.org/
5871 W:      http://palosaari.fi/linux/
5872 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5873 T:      git git://linuxtv.org/anttip/media_tree.git
5874 S:      Maintained
5875 F:      drivers/media/tuners/it913x*
5876
5877 IVTV VIDEO4LINUX DRIVER
5878 M:      Andy Walls <awalls@md.metrocast.net>
5879 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5880 L:      linux-media@vger.kernel.org
5881 T:      git git://linuxtv.org/media_tree.git
5882 W:      http://www.ivtvdriver.org
5883 S:      Maintained
5884 F:      Documentation/video4linux/*.ivtv
5885 F:      drivers/media/pci/ivtv/
5886 F:      include/uapi/linux/ivtv*
5887
5888 IX2505V MEDIA DRIVER
5889 M:      Malcolm Priestley <tvboxspy@gmail.com>
5890 L:      linux-media@vger.kernel.org
5891 W:      http://linuxtv.org/
5892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5893 S:      Maintained
5894 F:      drivers/media/dvb-frontends/ix2505v*
5895
5896 JC42.4 TEMPERATURE SENSOR DRIVER
5897 M:      Guenter Roeck <linux@roeck-us.net>
5898 L:      lm-sensors@lm-sensors.org
5899 S:      Maintained
5900 F:      drivers/hwmon/jc42.c
5901 F:      Documentation/hwmon/jc42
5902
5903 JFS FILESYSTEM
5904 M:      Dave Kleikamp <shaggy@kernel.org>
5905 L:      jfs-discussion@lists.sourceforge.net
5906 W:      http://jfs.sourceforge.net/
5907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5908 S:      Maintained
5909 F:      Documentation/filesystems/jfs.txt
5910 F:      fs/jfs/
5911
5912 JME NETWORK DRIVER
5913 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5914 L:      netdev@vger.kernel.org
5915 S:      Maintained
5916 F:      drivers/net/ethernet/jme.*
5917
5918 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5919 M:      David Woodhouse <dwmw2@infradead.org>
5920 L:      linux-mtd@lists.infradead.org
5921 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5922 S:      Maintained
5923 F:      fs/jffs2/
5924 F:      include/uapi/linux/jffs2.h
5925
5926 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5927 M:      "Theodore Ts'o" <tytso@mit.edu>
5928 M:      Jan Kara <jack@suse.com>
5929 L:      linux-ext4@vger.kernel.org
5930 S:      Maintained
5931 F:      fs/jbd2/
5932 F:      include/linux/jbd2.h
5933
5934 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5935 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5936 L:      linux-media@vger.kernel.org
5937 S:      Maintained
5938 F:      drivers/media/platform/rcar_jpu.c
5939
5940 JSM Neo PCI based serial card
5941 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5942 L:      linux-serial@vger.kernel.org
5943 S:      Maintained
5944 F:      drivers/tty/serial/jsm/
5945
5946 K10TEMP HARDWARE MONITORING DRIVER
5947 M:      Clemens Ladisch <clemens@ladisch.de>
5948 L:      lm-sensors@lm-sensors.org
5949 S:      Maintained
5950 F:      Documentation/hwmon/k10temp
5951 F:      drivers/hwmon/k10temp.c
5952
5953 K8TEMP HARDWARE MONITORING DRIVER
5954 M:      Rudolf Marek <r.marek@assembler.cz>
5955 L:      lm-sensors@lm-sensors.org
5956 S:      Maintained
5957 F:      Documentation/hwmon/k8temp
5958 F:      drivers/hwmon/k8temp.c
5959
5960 KCONFIG
5961 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5962 L:      linux-kbuild@vger.kernel.org
5963 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5964 S:      Maintained
5965 F:      Documentation/kbuild/kconfig-language.txt
5966 F:      scripts/kconfig/
5967
5968 KDUMP
5969 M:      Vivek Goyal <vgoyal@redhat.com>
5970 M:      Haren Myneni <hbabu@us.ibm.com>
5971 L:      kexec@lists.infradead.org
5972 W:      http://lse.sourceforge.net/kdump/
5973 S:      Maintained
5974 F:      Documentation/kdump/
5975
5976 KEENE FM RADIO TRANSMITTER DRIVER
5977 M:      Hans Verkuil <hverkuil@xs4all.nl>
5978 L:      linux-media@vger.kernel.org
5979 T:      git git://linuxtv.org/media_tree.git
5980 W:      http://linuxtv.org
5981 S:      Maintained
5982 F:      drivers/media/radio/radio-keene*
5983
5984 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5985 M:      Ian Kent <raven@themaw.net>
5986 L:      autofs@vger.kernel.org
5987 S:      Maintained
5988 F:      fs/autofs4/
5989
5990 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5991 M:      Michal Marek <mmarek@suse.com>
5992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5994 L:      linux-kbuild@vger.kernel.org
5995 S:      Maintained
5996 F:      Documentation/kbuild/
5997 F:      Makefile
5998 F:      scripts/Makefile.*
5999 F:      scripts/basic/
6000 F:      scripts/mk*
6001 F:      scripts/package/
6002
6003 KERNEL JANITORS
6004 L:      kernel-janitors@vger.kernel.org
6005 W:      http://kernelnewbies.org/KernelJanitors
6006 S:      Odd Fixes
6007
6008 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
6009 M:      "J. Bruce Fields" <bfields@fieldses.org>
6010 M:      Jeff Layton <jlayton@poochiereds.net>
6011 L:      linux-nfs@vger.kernel.org
6012 W:      http://nfs.sourceforge.net/
6013 S:      Supported
6014 F:      fs/nfsd/
6015 F:      include/uapi/linux/nfsd/
6016 F:      fs/lockd/
6017 F:      fs/nfs_common/
6018 F:      net/sunrpc/
6019 F:      include/linux/lockd/
6020 F:      include/linux/sunrpc/
6021 F:      include/uapi/linux/sunrpc/
6022
6023 KERNEL SELFTEST FRAMEWORK
6024 M:      Shuah Khan <shuahkh@osg.samsung.com>
6025 L:      linux-api@vger.kernel.org
6026 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
6027 S:      Maintained
6028 F:      tools/testing/selftests
6029
6030 KERNEL VIRTUAL MACHINE (KVM)
6031 M:      Gleb Natapov <gleb@kernel.org>
6032 M:      Paolo Bonzini <pbonzini@redhat.com>
6033 L:      kvm@vger.kernel.org
6034 W:      http://www.linux-kvm.org
6035 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
6036 S:      Supported
6037 F:      Documentation/*/kvm*.txt
6038 F:      Documentation/virtual/kvm/
6039 F:      arch/*/kvm/
6040 F:      arch/x86/kernel/kvm.c
6041 F:      arch/x86/kernel/kvmclock.c
6042 F:      arch/*/include/asm/kvm*
6043 F:      include/linux/kvm*
6044 F:      include/uapi/linux/kvm*
6045 F:      virt/kvm/
6046
6047 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6048 M:      Joerg Roedel <joro@8bytes.org>
6049 L:      kvm@vger.kernel.org
6050 W:      http://www.linux-kvm.org/
6051 S:      Maintained
6052 F:      arch/x86/include/asm/svm.h
6053 F:      arch/x86/kvm/svm.c
6054
6055 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6056 M:      Alexander Graf <agraf@suse.com>
6057 L:      kvm-ppc@vger.kernel.org
6058 W:      http://www.linux-kvm.org/
6059 T:      git git://github.com/agraf/linux-2.6.git
6060 S:      Supported
6061 F:      arch/powerpc/include/asm/kvm*
6062 F:      arch/powerpc/kvm/
6063
6064 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6065 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6066 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6067 L:      linux-s390@vger.kernel.org
6068 W:      http://www.ibm.com/developerworks/linux/linux390/
6069 S:      Supported
6070 F:      Documentation/s390/kvm.txt
6071 F:      arch/s390/include/asm/kvm*
6072 F:      arch/s390/kvm/
6073
6074 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6075 M:      Christoffer Dall <christoffer.dall@linaro.org>
6076 M:      Marc Zyngier <marc.zyngier@arm.com>
6077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6078 L:      kvmarm@lists.cs.columbia.edu
6079 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6080 S:      Supported
6081 F:      arch/arm/include/uapi/asm/kvm*
6082 F:      arch/arm/include/asm/kvm*
6083 F:      arch/arm/kvm/
6084 F:      virt/kvm/arm/
6085 F:      include/kvm/arm_*
6086
6087 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6088 M:      Christoffer Dall <christoffer.dall@linaro.org>
6089 M:      Marc Zyngier <marc.zyngier@arm.com>
6090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6091 L:      kvmarm@lists.cs.columbia.edu
6092 S:      Maintained
6093 F:      arch/arm64/include/uapi/asm/kvm*
6094 F:      arch/arm64/include/asm/kvm*
6095 F:      arch/arm64/kvm/
6096
6097 KEXEC
6098 M:      Eric Biederman <ebiederm@xmission.com>
6099 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6100 L:      kexec@lists.infradead.org
6101 S:      Maintained
6102 F:      include/linux/kexec.h
6103 F:      include/uapi/linux/kexec.h
6104 F:      kernel/kexec.c
6105
6106 KEYS/KEYRINGS:
6107 M:      David Howells <dhowells@redhat.com>
6108 L:      keyrings@vger.kernel.org
6109 S:      Maintained
6110 F:      Documentation/security/keys.txt
6111 F:      include/linux/key.h
6112 F:      include/linux/key-type.h
6113 F:      include/keys/
6114 F:      security/keys/
6115
6116 KEYS-TRUSTED
6117 M:      David Safford <safford@us.ibm.com>
6118 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6119 L:      linux-security-module@vger.kernel.org
6120 L:      keyrings@vger.kernel.org
6121 S:      Supported
6122 F:      Documentation/security/keys-trusted-encrypted.txt
6123 F:      include/keys/trusted-type.h
6124 F:      security/keys/trusted.c
6125 F:      security/keys/trusted.h
6126
6127 KEYS-ENCRYPTED
6128 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6129 M:      David Safford <safford@us.ibm.com>
6130 L:      linux-security-module@vger.kernel.org
6131 L:      keyrings@vger.kernel.org
6132 S:      Supported
6133 F:      Documentation/security/keys-trusted-encrypted.txt
6134 F:      include/keys/encrypted-type.h
6135 F:      security/keys/encrypted-keys/
6136
6137 KGDB / KDB /debug_core
6138 M:      Jason Wessel <jason.wessel@windriver.com>
6139 W:      http://kgdb.wiki.kernel.org/
6140 L:      kgdb-bugreport@lists.sourceforge.net
6141 S:      Maintained
6142 F:      Documentation/DocBook/kgdb.tmpl
6143 F:      drivers/misc/kgdbts.c
6144 F:      drivers/tty/serial/kgdboc.c
6145 F:      include/linux/kdb.h
6146 F:      include/linux/kgdb.h
6147 F:      kernel/debug/
6148
6149 KMEMCHECK
6150 M:      Vegard Nossum <vegardno@ifi.uio.no>
6151 M:      Pekka Enberg <penberg@kernel.org>
6152 S:      Maintained
6153 F:      Documentation/kmemcheck.txt
6154 F:      arch/x86/include/asm/kmemcheck.h
6155 F:      arch/x86/mm/kmemcheck/
6156 F:      include/linux/kmemcheck.h
6157 F:      mm/kmemcheck.c
6158
6159 KMEMLEAK
6160 M:      Catalin Marinas <catalin.marinas@arm.com>
6161 S:      Maintained
6162 F:      Documentation/kmemleak.txt
6163 F:      include/linux/kmemleak.h
6164 F:      mm/kmemleak.c
6165 F:      mm/kmemleak-test.c
6166
6167 KPROBES
6168 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6169 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6170 M:      "David S. Miller" <davem@davemloft.net>
6171 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6172 S:      Maintained
6173 F:      Documentation/kprobes.txt
6174 F:      include/linux/kprobes.h
6175 F:      kernel/kprobes.c
6176
6177 KS0108 LCD CONTROLLER DRIVER
6178 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6179 W:      http://miguelojeda.es/auxdisplay.htm
6180 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6181 S:      Maintained
6182 F:      Documentation/auxdisplay/ks0108
6183 F:      drivers/auxdisplay/ks0108.c
6184 F:      include/linux/ks0108.h
6185
6186 L3MDEV
6187 M:      David Ahern <dsa@cumulusnetworks.com>
6188 L:      netdev@vger.kernel.org
6189 S:      Maintained
6190 F:      net/l3mdev
6191 F:      include/net/l3mdev.h
6192
6193 LAPB module
6194 L:      linux-x25@vger.kernel.org
6195 S:      Orphan
6196 F:      Documentation/networking/lapb-module.txt
6197 F:      include/*/lapb.h
6198 F:      net/lapb/
6199
6200 LASI 53c700 driver for PARISC
6201 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6202 L:      linux-scsi@vger.kernel.org
6203 S:      Maintained
6204 F:      Documentation/scsi/53c700.txt
6205 F:      drivers/scsi/53c700*
6206
6207 LED SUBSYSTEM
6208 M:      Richard Purdie <rpurdie@rpsys.net>
6209 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6210 L:      linux-leds@vger.kernel.org
6211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6212 S:      Maintained
6213 F:      drivers/leds/
6214 F:      include/linux/leds.h
6215
6216 LEGACY EEPROM DRIVER
6217 M:      Jean Delvare <jdelvare@suse.com>
6218 S:      Maintained
6219 F:      Documentation/misc-devices/eeprom
6220 F:      drivers/misc/eeprom/eeprom.c
6221
6222 LEGO USB Tower driver
6223 M:      Juergen Stuber <starblue@users.sourceforge.net>
6224 L:      legousb-devel@lists.sourceforge.net
6225 W:      http://legousb.sourceforge.net/
6226 S:      Maintained
6227 F:      drivers/usb/misc/legousbtower.c
6228
6229 LG2160 MEDIA DRIVER
6230 M:      Michael Krufky <mkrufky@linuxtv.org>
6231 L:      linux-media@vger.kernel.org
6232 W:      http://linuxtv.org/
6233 W:      http://github.com/mkrufky
6234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6235 T:      git git://linuxtv.org/mkrufky/tuners.git
6236 S:      Maintained
6237 F:      drivers/media/dvb-frontends/lg2160.*
6238
6239 LGDT3305 MEDIA DRIVER
6240 M:      Michael Krufky <mkrufky@linuxtv.org>
6241 L:      linux-media@vger.kernel.org
6242 W:      http://linuxtv.org/
6243 W:      http://github.com/mkrufky
6244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6245 T:      git git://linuxtv.org/mkrufky/tuners.git
6246 S:      Maintained
6247 F:      drivers/media/dvb-frontends/lgdt3305.*
6248
6249 LGUEST
6250 M:      Rusty Russell <rusty@rustcorp.com.au>
6251 L:      lguest@lists.ozlabs.org
6252 W:      http://lguest.ozlabs.org/
6253 S:      Odd Fixes
6254 F:      arch/x86/include/asm/lguest*.h
6255 F:      arch/x86/lguest/
6256 F:      drivers/lguest/
6257 F:      include/linux/lguest*.h
6258 F:      tools/lguest/
6259
6260 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6261 M:      Tejun Heo <tj@kernel.org>
6262 L:      linux-ide@vger.kernel.org
6263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6264 S:      Maintained
6265 F:      drivers/ata/
6266 F:      include/linux/ata.h
6267 F:      include/linux/libata.h
6268
6269 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6270 M:      Viresh Kumar <vireshk@kernel.org>
6271 L:      linux-ide@vger.kernel.org
6272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6273 S:      Maintained
6274 F:      include/linux/pata_arasan_cf_data.h
6275 F:      drivers/ata/pata_arasan_cf.c
6276
6277 LIBATA PATA DRIVERS
6278 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6279 M:      Tejun Heo <tj@kernel.org>
6280 L:      linux-ide@vger.kernel.org
6281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6282 S:      Maintained
6283 F:      drivers/ata/pata_*.c
6284 F:      drivers/ata/ata_generic.c
6285
6286 LIBATA SATA AHCI PLATFORM devices support
6287 M:      Hans de Goede <hdegoede@redhat.com>
6288 M:      Tejun Heo <tj@kernel.org>
6289 L:      linux-ide@vger.kernel.org
6290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6291 S:      Maintained
6292 F:      drivers/ata/ahci_platform.c
6293 F:      drivers/ata/libahci_platform.c
6294 F:      include/linux/ahci_platform.h
6295
6296 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6297 M:      Mikael Pettersson <mikpelinux@gmail.com>
6298 L:      linux-ide@vger.kernel.org
6299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6300 S:      Maintained
6301 F:      drivers/ata/sata_promise.*
6302
6303 LIBLOCKDEP
6304 M:      Sasha Levin <sasha.levin@oracle.com>
6305 S:      Maintained
6306 F:      tools/lib/lockdep/
6307
6308 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6309 M:      Dan Williams <dan.j.williams@intel.com>
6310 L:      linux-nvdimm@lists.01.org
6311 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6312 S:      Supported
6313 F:      drivers/nvdimm/*
6314 F:      include/linux/nd.h
6315 F:      include/linux/libnvdimm.h
6316 F:      include/uapi/linux/ndctl.h
6317
6318 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6319 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6320 L:      linux-nvdimm@lists.01.org
6321 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6322 S:      Supported
6323 F:      drivers/nvdimm/blk.c
6324 F:      drivers/nvdimm/region_devs.c
6325 F:      drivers/acpi/nfit*
6326
6327 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6328 M:      Vishal Verma <vishal.l.verma@intel.com>
6329 L:      linux-nvdimm@lists.01.org
6330 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6331 S:      Supported
6332 F:      drivers/nvdimm/btt*
6333
6334 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6335 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6336 L:      linux-nvdimm@lists.01.org
6337 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6338 S:      Supported
6339 F:      drivers/nvdimm/pmem.c
6340 F:      include/linux/pmem.h
6341 F:      arch/*/include/asm/pmem.h
6342
6343 LIGHTNVM PLATFORM SUPPORT
6344 M:      Matias Bjorling <mb@lightnvm.io>
6345 W:      http://github/OpenChannelSSD
6346 S:      Maintained
6347 F:      drivers/lightnvm/
6348 F:      include/linux/lightnvm.h
6349 F:      include/uapi/linux/lightnvm.h
6350
6351 LINUX FOR IBM pSERIES (RS/6000)
6352 M:      Paul Mackerras <paulus@au.ibm.com>
6353 W:      http://www.ibm.com/linux/ltc/projects/ppc
6354 S:      Supported
6355 F:      arch/powerpc/boot/rs6000.h
6356
6357 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6358 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6359 M:      Paul Mackerras <paulus@samba.org>
6360 M:      Michael Ellerman <mpe@ellerman.id.au>
6361 W:      http://www.penguinppc.org/
6362 L:      linuxppc-dev@lists.ozlabs.org
6363 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6365 S:      Supported
6366 F:      Documentation/powerpc/
6367 F:      arch/powerpc/
6368
6369 LINUX FOR POWER MACINTOSH
6370 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6371 W:      http://www.penguinppc.org/
6372 L:      linuxppc-dev@lists.ozlabs.org
6373 S:      Maintained
6374 F:      arch/powerpc/platforms/powermac/
6375 F:      drivers/macintosh/
6376
6377 LINUX FOR POWERPC EMBEDDED MPC5XXX
6378 M:      Anatolij Gustschin <agust@denx.de>
6379 L:      linuxppc-dev@lists.ozlabs.org
6380 T:      git git://git.denx.de/linux-denx-agust.git
6381 S:      Maintained
6382 F:      arch/powerpc/platforms/512x/
6383 F:      arch/powerpc/platforms/52xx/
6384
6385 LINUX FOR POWERPC EMBEDDED PPC4XX
6386 M:      Alistair Popple <alistair@popple.id.au>
6387 M:      Matt Porter <mporter@kernel.crashing.org>
6388 W:      http://www.penguinppc.org/
6389 L:      linuxppc-dev@lists.ozlabs.org
6390 S:      Maintained
6391 F:      arch/powerpc/platforms/40x/
6392 F:      arch/powerpc/platforms/44x/
6393
6394 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6395 L:      linuxppc-dev@lists.ozlabs.org
6396 S:      Orphan
6397 F:      arch/powerpc/*/*virtex*
6398 F:      arch/powerpc/*/*/*virtex*
6399
6400 LINUX FOR POWERPC EMBEDDED PPC8XX
6401 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6402 W:      http://www.penguinppc.org/
6403 L:      linuxppc-dev@lists.ozlabs.org
6404 S:      Maintained
6405 F:      arch/powerpc/platforms/8xx/
6406
6407 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6408 M:      Scott Wood <scottwood@freescale.com>
6409 M:      Kumar Gala <galak@kernel.crashing.org>
6410 W:      http://www.penguinppc.org/
6411 L:      linuxppc-dev@lists.ozlabs.org
6412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6413 S:      Maintained
6414 F:      arch/powerpc/platforms/83xx/
6415 F:      arch/powerpc/platforms/85xx/
6416
6417 LINUX FOR POWERPC PA SEMI PWRFICIENT
6418 M:      Olof Johansson <olof@lixom.net>
6419 L:      linuxppc-dev@lists.ozlabs.org
6420 S:      Maintained
6421 F:      arch/powerpc/platforms/pasemi/
6422 F:      drivers/*/*pasemi*
6423 F:      drivers/*/*/*pasemi*
6424
6425 LINUX SECURITY MODULE (LSM) FRAMEWORK
6426 M:      Chris Wright <chrisw@sous-sol.org>
6427 L:      linux-security-module@vger.kernel.org
6428 S:      Supported
6429
6430 LIS3LV02D ACCELEROMETER DRIVER
6431 M:      Eric Piel <eric.piel@tremplin-utc.net>
6432 S:      Maintained
6433 F:      Documentation/misc-devices/lis3lv02d
6434 F:      drivers/misc/lis3lv02d/
6435 F:      drivers/platform/x86/hp_accel.c
6436
6437 LIVE PATCHING
6438 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6439 M:      Seth Jennings <sjenning@redhat.com>
6440 M:      Jiri Kosina <jikos@kernel.org>
6441 M:      Vojtech Pavlik <vojtech@suse.com>
6442 S:      Maintained
6443 F:      kernel/livepatch/
6444 F:      include/linux/livepatch.h
6445 F:      arch/x86/include/asm/livepatch.h
6446 F:      arch/x86/kernel/livepatch.c
6447 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6448 F:      samples/livepatch/
6449 L:      live-patching@vger.kernel.org
6450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6451
6452 LLC (802.2)
6453 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6454 S:      Maintained
6455 F:      include/linux/llc.h
6456 F:      include/uapi/linux/llc.h
6457 F:      include/net/llc*
6458 F:      net/llc/
6459
6460 LM73 HARDWARE MONITOR DRIVER
6461 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6462 L:      lm-sensors@lm-sensors.org
6463 S:      Maintained
6464 F:      drivers/hwmon/lm73.c
6465
6466 LM78 HARDWARE MONITOR DRIVER
6467 M:      Jean Delvare <jdelvare@suse.com>
6468 L:      lm-sensors@lm-sensors.org
6469 S:      Maintained
6470 F:      Documentation/hwmon/lm78
6471 F:      drivers/hwmon/lm78.c
6472
6473 LM83 HARDWARE MONITOR DRIVER
6474 M:      Jean Delvare <jdelvare@suse.com>
6475 L:      lm-sensors@lm-sensors.org
6476 S:      Maintained
6477 F:      Documentation/hwmon/lm83
6478 F:      drivers/hwmon/lm83.c
6479
6480 LM90 HARDWARE MONITOR DRIVER
6481 M:      Jean Delvare <jdelvare@suse.com>
6482 L:      lm-sensors@lm-sensors.org
6483 S:      Maintained
6484 F:      Documentation/hwmon/lm90
6485 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6486 F:      drivers/hwmon/lm90.c
6487
6488 LM95234 HARDWARE MONITOR DRIVER
6489 M:      Guenter Roeck <linux@roeck-us.net>
6490 L:      lm-sensors@lm-sensors.org
6491 S:      Maintained
6492 F:      Documentation/hwmon/lm95234
6493 F:      drivers/hwmon/lm95234.c
6494
6495 LME2510 MEDIA DRIVER
6496 M:      Malcolm Priestley <tvboxspy@gmail.com>
6497 L:      linux-media@vger.kernel.org
6498 W:      http://linuxtv.org/
6499 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6500 S:      Maintained
6501 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6502
6503 LOCKDEP AND LOCKSTAT
6504 M:      Peter Zijlstra <peterz@infradead.org>
6505 M:      Ingo Molnar <mingo@redhat.com>
6506 L:      linux-kernel@vger.kernel.org
6507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6508 S:      Maintained
6509 F:      Documentation/locking/lockdep*.txt
6510 F:      Documentation/locking/lockstat.txt
6511 F:      include/linux/lockdep.h
6512 F:      kernel/locking/
6513
6514 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6515 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6516 L:      linux-ntfs-dev@lists.sourceforge.net
6517 W:      http://www.linux-ntfs.org/content/view/19/37/
6518 S:      Maintained
6519 F:      Documentation/ldm.txt
6520 F:      block/partitions/ldm.*
6521
6522 LogFS
6523 M:      Joern Engel <joern@logfs.org>
6524 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6525 L:      logfs@logfs.org
6526 W:      logfs.org
6527 S:      Maintained
6528 F:      fs/logfs/
6529
6530 LPC32XX MACHINE SUPPORT
6531 M:      Roland Stigge <stigge@antcom.de>
6532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6533 S:      Maintained
6534 F:      arch/arm/mach-lpc32xx/
6535
6536 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6537 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6538 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6539 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6540 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6541 L:      MPT-FusionLinux.pdl@avagotech.com
6542 L:      linux-scsi@vger.kernel.org
6543 W:      http://www.lsilogic.com/support
6544 S:      Supported
6545 F:      drivers/message/fusion/
6546 F:      drivers/scsi/mpt2sas/
6547 F:      drivers/scsi/mpt3sas/
6548
6549 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6550 M:      Matthew Wilcox <matthew@wil.cx>
6551 L:      linux-scsi@vger.kernel.org
6552 S:      Maintained
6553 F:      drivers/scsi/sym53c8xx_2/
6554
6555 LTC4261 HARDWARE MONITOR DRIVER
6556 M:      Guenter Roeck <linux@roeck-us.net>
6557 L:      lm-sensors@lm-sensors.org
6558 S:      Maintained
6559 F:      Documentation/hwmon/ltc4261
6560 F:      drivers/hwmon/ltc4261.c
6561
6562 LTP (Linux Test Project)
6563 M:      Mike Frysinger <vapier@gentoo.org>
6564 M:      Cyril Hrubis <chrubis@suse.cz>
6565 M:      Wanlong Gao <wanlong.gao@gmail.com>
6566 M:      Jan Stancek <jstancek@redhat.com>
6567 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6568 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6569 L:      ltp@lists.linux.it (subscribers-only)
6570 W:      http://linux-test-project.github.io/
6571 T:      git git://github.com/linux-test-project/ltp.git
6572 S:      Maintained
6573
6574 M32R ARCHITECTURE
6575 W:      http://www.linux-m32r.org/
6576 S:      Orphan
6577 F:      arch/m32r/
6578
6579 M68K ARCHITECTURE
6580 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6581 L:      linux-m68k@lists.linux-m68k.org
6582 W:      http://www.linux-m68k.org/
6583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6584 S:      Maintained
6585 F:      arch/m68k/
6586 F:      drivers/zorro/
6587
6588 M68K ON APPLE MACINTOSH
6589 M:      Joshua Thompson <funaho@jurai.org>
6590 W:      http://www.mac.linux-m68k.org/
6591 L:      linux-m68k@lists.linux-m68k.org
6592 S:      Maintained
6593 F:      arch/m68k/mac/
6594
6595 M68K ON HP9000/300
6596 M:      Philip Blundell <philb@gnu.org>
6597 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6598 S:      Maintained
6599 F:      arch/m68k/hp300/
6600
6601 M88DS3103 MEDIA DRIVER
6602 M:      Antti Palosaari <crope@iki.fi>
6603 L:      linux-media@vger.kernel.org
6604 W:      http://linuxtv.org/
6605 W:      http://palosaari.fi/linux/
6606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6607 T:      git git://linuxtv.org/anttip/media_tree.git
6608 S:      Maintained
6609 F:      drivers/media/dvb-frontends/m88ds3103*
6610
6611 M88RS2000 MEDIA DRIVER
6612 M:      Malcolm Priestley <tvboxspy@gmail.com>
6613 L:      linux-media@vger.kernel.org
6614 W:      http://linuxtv.org/
6615 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6616 S:      Maintained
6617 F:      drivers/media/dvb-frontends/m88rs2000*
6618
6619 MA901 MASTERKIT USB FM RADIO DRIVER
6620 M:      Alexey Klimov <klimov.linux@gmail.com>
6621 L:      linux-media@vger.kernel.org
6622 T:      git git://linuxtv.org/media_tree.git
6623 S:      Maintained
6624 F:      drivers/media/radio/radio-ma901.c
6625
6626 MAC80211
6627 M:      Johannes Berg <johannes@sipsolutions.net>
6628 L:      linux-wireless@vger.kernel.org
6629 W:      http://wireless.kernel.org/
6630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6632 S:      Maintained
6633 F:      Documentation/networking/mac80211-injection.txt
6634 F:      include/net/mac80211.h
6635 F:      net/mac80211/
6636
6637 MACVLAN DRIVER
6638 M:      Patrick McHardy <kaber@trash.net>
6639 L:      netdev@vger.kernel.org
6640 S:      Maintained
6641 F:      drivers/net/macvlan.c
6642 F:      include/linux/if_macvlan.h
6643
6644 MAILBOX API
6645 M:      Jassi Brar <jassisinghbrar@gmail.com>
6646 L:      linux-kernel@vger.kernel.org
6647 S:      Maintained
6648 F:      drivers/mailbox/
6649 F:      include/linux/mailbox_client.h
6650 F:      include/linux/mailbox_controller.h
6651
6652 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6653 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6654 W:      http://www.kernel.org/doc/man-pages
6655 L:      linux-man@vger.kernel.org
6656 S:      Maintained
6657
6658 MARVELL ARMADA DRM SUPPORT
6659 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6660 S:      Maintained
6661 F:      drivers/gpu/drm/armada/
6662
6663 MARVELL 88E6352 DSA support
6664 M:      Guenter Roeck <linux@roeck-us.net>
6665 S:      Maintained
6666 F:      drivers/net/dsa/mv88e6352.c
6667
6668 MARVELL CRYPTO DRIVER
6669 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6670 M:      Arnaud Ebalard <arno@natisbad.org>
6671 F:      drivers/crypto/marvell/
6672 S:      Maintained
6673 L:      linux-crypto@vger.kernel.org
6674
6675 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6676 M:      Mirko Lindner <mlindner@marvell.com>
6677 M:      Stephen Hemminger <stephen@networkplumber.org>
6678 L:      netdev@vger.kernel.org
6679 S:      Maintained
6680 F:      drivers/net/ethernet/marvell/sk*
6681
6682 MARVELL LIBERTAS WIRELESS DRIVER
6683 L:      libertas-dev@lists.infradead.org
6684 S:      Orphan
6685 F:      drivers/net/wireless/libertas/
6686
6687 MARVELL MV643XX ETHERNET DRIVER
6688 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6689 L:      netdev@vger.kernel.org
6690 S:      Maintained
6691 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6692 F:      include/linux/mv643xx.h
6693
6694 MARVELL MVNETA ETHERNET DRIVER
6695 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6696 L:      netdev@vger.kernel.org
6697 S:      Maintained
6698 F:      drivers/net/ethernet/marvell/mvneta.*
6699
6700 MARVELL MWIFIEX WIRELESS DRIVER
6701 M:      Amitkumar Karwar <akarwar@marvell.com>
6702 M:      Nishant Sarmukadam <nishants@marvell.com>
6703 L:      linux-wireless@vger.kernel.org
6704 S:      Maintained
6705 F:      drivers/net/wireless/mwifiex/
6706
6707 MARVELL MWL8K WIRELESS DRIVER
6708 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6709 L:      linux-wireless@vger.kernel.org
6710 S:      Odd Fixes
6711 F:      drivers/net/wireless/mwl8k.c
6712
6713 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6714 M:      Nicolas Pitre <nico@fluxnic.net>
6715 S:      Odd Fixes
6716 F:      drivers/mmc/host/mvsdio.*
6717
6718 MATROX FRAMEBUFFER DRIVER
6719 L:      linux-fbdev@vger.kernel.org
6720 S:      Orphan
6721 F:      drivers/video/fbdev/matrox/matroxfb_*
6722 F:      include/uapi/linux/matroxfb.h
6723
6724 MAX16065 HARDWARE MONITOR DRIVER
6725 M:      Guenter Roeck <linux@roeck-us.net>
6726 L:      lm-sensors@lm-sensors.org
6727 S:      Maintained
6728 F:      Documentation/hwmon/max16065
6729 F:      drivers/hwmon/max16065.c
6730
6731 MAX20751 HARDWARE MONITOR DRIVER
6732 M:      Guenter Roeck <linux@roeck-us.net>
6733 L:      lm-sensors@lm-sensors.org
6734 S:      Maintained
6735 F:      Documentation/hwmon/max20751
6736 F:      drivers/hwmon/max20751.c
6737
6738 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6739 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6740 L:      lm-sensors@lm-sensors.org
6741 S:      Maintained
6742 F:      Documentation/hwmon/max6650
6743 F:      drivers/hwmon/max6650.c
6744
6745 MAX6697 HARDWARE MONITOR DRIVER
6746 M:      Guenter Roeck <linux@roeck-us.net>
6747 L:      lm-sensors@lm-sensors.org
6748 S:      Maintained
6749 F:      Documentation/hwmon/max6697
6750 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6751 F:      drivers/hwmon/max6697.c
6752 F:      include/linux/platform_data/max6697.h
6753
6754 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6755 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6756 L:      linux-pm@vger.kernel.org
6757 S:      Supported
6758 F:      drivers/power/max14577_charger.c
6759 F:      drivers/power/max77693_charger.c
6760
6761 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6762 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6763 L:      linux-kernel@vger.kernel.org
6764 S:      Supported
6765 F:      drivers/*/*max77802.c
6766 F:      Documentation/devicetree/bindings/*/*max77802.txt
6767 F:      include/dt-bindings/*/*max77802.h
6768
6769 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6770 M:      Chanwoo Choi <cw00.choi@samsung.com>
6771 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6772 L:      linux-kernel@vger.kernel.org
6773 S:      Supported
6774 F:      drivers/*/max14577.c
6775 F:      drivers/*/max77686.c
6776 F:      drivers/*/max77693.c
6777 F:      drivers/extcon/extcon-max14577.c
6778 F:      drivers/extcon/extcon-max77693.c
6779 F:      drivers/rtc/rtc-max77686.c
6780 F:      drivers/clk/clk-max77686.c
6781 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6782 F:      Documentation/devicetree/bindings/*/max77686.txt
6783 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6784 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6785 F:      include/linux/mfd/max14577*.h
6786 F:      include/linux/mfd/max77686*.h
6787 F:      include/linux/mfd/max77693*.h
6788
6789 MAXIRADIO FM RADIO RECEIVER DRIVER
6790 M:      Hans Verkuil <hverkuil@xs4all.nl>
6791 L:      linux-media@vger.kernel.org
6792 T:      git git://linuxtv.org/media_tree.git
6793 W:      http://linuxtv.org
6794 S:      Maintained
6795 F:      drivers/media/radio/radio-maxiradio*
6796
6797 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6798 M:      Peter Rosin <peda@axentia.se>
6799 L:      linux-iio@vger.kernel.org
6800 S:      Maintained
6801 F:      drivers/iio/potentiometer/mcp4531.c
6802
6803 MEDIA DRIVERS FOR RENESAS - VSP1
6804 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6805 L:      linux-media@vger.kernel.org
6806 L:      linux-sh@vger.kernel.org
6807 T:      git git://linuxtv.org/media_tree.git
6808 S:      Supported
6809 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6810 F:      drivers/media/platform/vsp1/
6811
6812 MEDIA DRIVERS FOR ASCOT2E
6813 M:      Sergey Kozlov <serjk@netup.ru>
6814 L:      linux-media@vger.kernel.org
6815 W:      http://linuxtv.org
6816 W:      http://netup.tv/
6817 T:      git git://linuxtv.org/media_tree.git
6818 S:      Supported
6819 F:      drivers/media/dvb-frontends/ascot2e*
6820
6821 MEDIA DRIVERS FOR CXD2841ER
6822 M:      Sergey Kozlov <serjk@netup.ru>
6823 L:      linux-media@vger.kernel.org
6824 W:      http://linuxtv.org/
6825 W:      http://netup.tv/
6826 T:      git git://linuxtv.org/media_tree.git
6827 S:      Supported
6828 F:      drivers/media/dvb-frontends/cxd2841er*
6829
6830 MEDIA DRIVERS FOR HORUS3A
6831 M:      Sergey Kozlov <serjk@netup.ru>
6832 L:      linux-media@vger.kernel.org
6833 W:      http://linuxtv.org/
6834 W:      http://netup.tv/
6835 T:      git git://linuxtv.org/media_tree.git
6836 S:      Supported
6837 F:      drivers/media/dvb-frontends/horus3a*
6838
6839 MEDIA DRIVERS FOR LNBH25
6840 M:      Sergey Kozlov <serjk@netup.ru>
6841 L:      linux-media@vger.kernel.org
6842 W:      http://linuxtv.org/
6843 W:      http://netup.tv/
6844 T:      git git://linuxtv.org/media_tree.git
6845 S:      Supported
6846 F:      drivers/media/dvb-frontends/lnbh25*
6847
6848 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6849 M:      Sergey Kozlov <serjk@netup.ru>
6850 L:      linux-media@vger.kernel.org
6851 W:      http://linuxtv.org/
6852 W:      http://netup.tv/
6853 T:      git git://linuxtv.org/media_tree.git
6854 S:      Supported
6855 F:      drivers/media/pci/netup_unidvb/*
6856
6857 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6858 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6859 P:      LinuxTV.org Project
6860 L:      linux-media@vger.kernel.org
6861 W:      http://linuxtv.org
6862 Q:      http://patchwork.kernel.org/project/linux-media/list/
6863 T:      git git://linuxtv.org/media_tree.git
6864 S:      Maintained
6865 F:      Documentation/dvb/
6866 F:      Documentation/video4linux/
6867 F:      Documentation/DocBook/media/
6868 F:      drivers/media/
6869 F:      drivers/staging/media/
6870 F:      include/media/
6871 F:      include/uapi/linux/dvb/
6872 F:      include/uapi/linux/videodev2.h
6873 F:      include/uapi/linux/media.h
6874 F:      include/uapi/linux/v4l2-*
6875 F:      include/uapi/linux/meye.h
6876 F:      include/uapi/linux/ivtv*
6877 F:      include/uapi/linux/uvcvideo.h
6878
6879 MEDIATEK MT7601U WIRELESS LAN DRIVER
6880 M:      Jakub Kicinski <kubakici@wp.pl>
6881 L:      linux-wireless@vger.kernel.org
6882 S:      Maintained
6883 F:      drivers/net/wireless/mediatek/mt7601u/
6884
6885 MEGARAID SCSI/SAS DRIVERS
6886 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6887 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6888 M:      Uday Lingala <uday.lingala@avagotech.com>
6889 L:      megaraidlinux.pdl@avagotech.com
6890 L:      linux-scsi@vger.kernel.org
6891 W:      http://www.lsi.com
6892 S:      Maintained
6893 F:      Documentation/scsi/megaraid.txt
6894 F:      drivers/scsi/megaraid.*
6895 F:      drivers/scsi/megaraid/
6896
6897 MELLANOX ETHERNET DRIVER (mlx4_en)
6898 M:      Amir Vadai <amirv@mellanox.com>
6899 L:      netdev@vger.kernel.org
6900 S:      Supported
6901 W:      http://www.mellanox.com
6902 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6903 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6904
6905 MELLANOX ETHERNET SWITCH DRIVERS
6906 M:      Jiri Pirko <jiri@mellanox.com>
6907 M:      Ido Schimmel <idosch@mellanox.com>
6908 L:      netdev@vger.kernel.org
6909 S:      Supported
6910 W:      http://www.mellanox.com
6911 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6912 F:      drivers/net/ethernet/mellanox/mlxsw/
6913
6914 MEMBARRIER SUPPORT
6915 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6916 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6917 L:      linux-kernel@vger.kernel.org
6918 S:      Supported
6919 F:      kernel/membarrier.c
6920 F:      include/uapi/linux/membarrier.h
6921
6922 MEMORY MANAGEMENT
6923 L:      linux-mm@kvack.org
6924 W:      http://www.linux-mm.org
6925 S:      Maintained
6926 F:      include/linux/mm.h
6927 F:      include/linux/gfp.h
6928 F:      include/linux/mmzone.h
6929 F:      include/linux/memory_hotplug.h
6930 F:      include/linux/vmalloc.h
6931 F:      mm/
6932
6933 MEMORY TECHNOLOGY DEVICES (MTD)
6934 M:      David Woodhouse <dwmw2@infradead.org>
6935 M:      Brian Norris <computersforpeace@gmail.com>
6936 L:      linux-mtd@lists.infradead.org
6937 W:      http://www.linux-mtd.infradead.org/
6938 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6939 T:      git git://git.infradead.org/linux-mtd.git
6940 T:      git git://git.infradead.org/l2-mtd.git
6941 S:      Maintained
6942 F:      drivers/mtd/
6943 F:      include/linux/mtd/
6944 F:      include/uapi/mtd/
6945
6946 MEN A21 WATCHDOG DRIVER
6947 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6948 L:      linux-watchdog@vger.kernel.org
6949 S:      Maintained
6950 F:      drivers/watchdog/mena21_wdt.c
6951
6952 MEN CHAMELEON BUS (mcb)
6953 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6954 S:      Maintained
6955 F:      drivers/mcb/
6956 F:      include/linux/mcb.h
6957 F:      Documentation/men-chameleon-bus.txt
6958
6959 MEN F21BMC (Board Management Controller)
6960 M:      Andreas Werner <andreas.werner@men.de>
6961 S:      Supported
6962 F:      drivers/mfd/menf21bmc.c
6963 F:      drivers/watchdog/menf21bmc_wdt.c
6964 F:      drivers/leds/leds-menf21bmc.c
6965 F:      drivers/hwmon/menf21bmc_hwmon.c
6966 F:      Documentation/hwmon/menf21bmc
6967
6968 METAG ARCHITECTURE
6969 M:      James Hogan <james.hogan@imgtec.com>
6970 L:      linux-metag@vger.kernel.org
6971 S:      Supported
6972 F:      arch/metag/
6973 F:      Documentation/metag/
6974 F:      Documentation/devicetree/bindings/metag/
6975 F:      Documentation/devicetree/bindings/interrupt-controller/img,*
6976 F:      drivers/clocksource/metag_generic.c
6977 F:      drivers/irqchip/irq-metag.c
6978 F:      drivers/irqchip/irq-metag-ext.c
6979 F:      drivers/tty/metag_da.c
6980
6981 MICROBLAZE ARCHITECTURE
6982 M:      Michal Simek <monstr@monstr.eu>
6983 W:      http://www.monstr.eu/fdt/
6984 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6985 S:      Supported
6986 F:      arch/microblaze/
6987
6988 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6989 M:      Chen Yu <yu.c.chen@intel.com>
6990 L:      platform-driver-x86@vger.kernel.org
6991 S:      Supported
6992 F:      drivers/platform/x86/surfacepro3_button.c
6993
6994 MICROTEK X6 SCANNER
6995 M:      Oliver Neukum <oliver@neukum.org>
6996 S:      Maintained
6997 F:      drivers/usb/image/microtek.*
6998
6999 MIPS
7000 M:      Ralf Baechle <ralf@linux-mips.org>
7001 L:      linux-mips@linux-mips.org
7002 W:      http://www.linux-mips.org/
7003 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
7004 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
7005 S:      Supported
7006 F:      Documentation/mips/
7007 F:      arch/mips/
7008
7009 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
7010 M:      Hans Verkuil <hverkuil@xs4all.nl>
7011 L:      linux-media@vger.kernel.org
7012 T:      git git://linuxtv.org/media_tree.git
7013 W:      http://linuxtv.org
7014 S:      Odd Fixes
7015 F:      drivers/media/radio/radio-miropcm20*
7016
7017 Mellanox MLX5 core VPI driver
7018 M:      Eli Cohen <eli@mellanox.com>
7019 L:      netdev@vger.kernel.org
7020 L:      linux-rdma@vger.kernel.org
7021 W:      http://www.mellanox.com
7022 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7023 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7024 T:      git git://openfabrics.org/~eli/connect-ib.git
7025 S:      Supported
7026 F:      drivers/net/ethernet/mellanox/mlx5/core/
7027 F:      include/linux/mlx5/
7028
7029 Mellanox MLX5 IB driver
7030 M:      Eli Cohen <eli@mellanox.com>
7031 L:      linux-rdma@vger.kernel.org
7032 W:      http://www.mellanox.com
7033 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7034 T:      git git://openfabrics.org/~eli/connect-ib.git
7035 S:      Supported
7036 F:      include/linux/mlx5/
7037 F:      drivers/infiniband/hw/mlx5/
7038
7039 MELEXIS MLX90614 DRIVER
7040 M:      Crt Mori <cmo@melexis.com>
7041 L:      linux-iio@vger.kernel.org
7042 W:      http://www.melexis.com
7043 S:      Supported
7044 F:      drivers/iio/temperature/mlx90614.c
7045
7046 MN88472 MEDIA DRIVER
7047 M:      Antti Palosaari <crope@iki.fi>
7048 L:      linux-media@vger.kernel.org
7049 W:      http://linuxtv.org/
7050 W:      http://palosaari.fi/linux/
7051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7052 T:      git git://linuxtv.org/anttip/media_tree.git
7053 S:      Maintained
7054 F:      drivers/staging/media/mn88472/
7055 F:      drivers/media/dvb-frontends/mn88472.h
7056
7057 MN88473 MEDIA DRIVER
7058 M:      Antti Palosaari <crope@iki.fi>
7059 L:      linux-media@vger.kernel.org
7060 W:      http://linuxtv.org/
7061 W:      http://palosaari.fi/linux/
7062 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7063 T:      git git://linuxtv.org/anttip/media_tree.git
7064 S:      Maintained
7065 F:      drivers/staging/media/mn88473/
7066 F:      drivers/media/dvb-frontends/mn88473.h
7067
7068 MODULE SUPPORT
7069 M:      Rusty Russell <rusty@rustcorp.com.au>
7070 S:      Maintained
7071 F:      include/linux/module.h
7072 F:      kernel/module.c
7073
7074 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7075 W:      http://popies.net/meye/
7076 S:      Orphan
7077 F:      Documentation/video4linux/meye.txt
7078 F:      drivers/media/pci/meye/
7079 F:      include/uapi/linux/meye.h
7080
7081 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7082 M:      Jiri Slaby <jirislaby@gmail.com>
7083 S:      Maintained
7084 F:      Documentation/serial/moxa-smartio
7085 F:      drivers/tty/mxser.*
7086
7087 MR800 AVERMEDIA USB FM RADIO DRIVER
7088 M:      Alexey Klimov <klimov.linux@gmail.com>
7089 L:      linux-media@vger.kernel.org
7090 T:      git git://linuxtv.org/media_tree.git
7091 S:      Maintained
7092 F:      drivers/media/radio/radio-mr800.c
7093
7094 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7095 M:      Alan Ott <alan@signal11.us>
7096 L:      linux-wpan@vger.kernel.org
7097 S:      Maintained
7098 F:      drivers/net/ieee802154/mrf24j40.c
7099 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7100
7101 MSI LAPTOP SUPPORT
7102 M:      "Lee, Chun-Yi" <jlee@suse.com>
7103 L:      platform-driver-x86@vger.kernel.org
7104 S:      Maintained
7105 F:      drivers/platform/x86/msi-laptop.c
7106
7107 MSI WMI SUPPORT
7108 L:      platform-driver-x86@vger.kernel.org
7109 S:      Orphan
7110 F:      drivers/platform/x86/msi-wmi.c
7111
7112 MSI001 MEDIA DRIVER
7113 M:      Antti Palosaari <crope@iki.fi>
7114 L:      linux-media@vger.kernel.org
7115 W:      http://linuxtv.org/
7116 W:      http://palosaari.fi/linux/
7117 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7118 T:      git git://linuxtv.org/anttip/media_tree.git
7119 S:      Maintained
7120 F:      drivers/media/tuners/msi001*
7121
7122 MSI2500 MEDIA DRIVER
7123 M:      Antti Palosaari <crope@iki.fi>
7124 L:      linux-media@vger.kernel.org
7125 W:      http://linuxtv.org/
7126 W:      http://palosaari.fi/linux/
7127 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7128 T:      git git://linuxtv.org/anttip/media_tree.git
7129 S:      Maintained
7130 F:      drivers/media/usb/msi2500/
7131
7132 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7133 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7134 L:      linux-mtd@lists.infradead.org
7135 S:      Maintained
7136 F:      drivers/mtd/devices/docg3*
7137
7138 MT9M032 APTINA SENSOR DRIVER
7139 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7140 L:      linux-media@vger.kernel.org
7141 T:      git git://linuxtv.org/media_tree.git
7142 S:      Maintained
7143 F:      drivers/media/i2c/mt9m032.c
7144 F:      include/media/mt9m032.h
7145
7146 MT9P031 APTINA CAMERA SENSOR
7147 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7148 L:      linux-media@vger.kernel.org
7149 T:      git git://linuxtv.org/media_tree.git
7150 S:      Maintained
7151 F:      drivers/media/i2c/mt9p031.c
7152 F:      include/media/mt9p031.h
7153
7154 MT9T001 APTINA CAMERA SENSOR
7155 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7156 L:      linux-media@vger.kernel.org
7157 T:      git git://linuxtv.org/media_tree.git
7158 S:      Maintained
7159 F:      drivers/media/i2c/mt9t001.c
7160 F:      include/media/mt9t001.h
7161
7162 MT9V032 APTINA CAMERA SENSOR
7163 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7164 L:      linux-media@vger.kernel.org
7165 T:      git git://linuxtv.org/media_tree.git
7166 S:      Maintained
7167 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7168 F:      drivers/media/i2c/mt9v032.c
7169 F:      include/media/mt9v032.h
7170
7171 MULTIFUNCTION DEVICES (MFD)
7172 M:      Lee Jones <lee.jones@linaro.org>
7173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7174 S:      Supported
7175 F:      drivers/mfd/
7176 F:      include/linux/mfd/
7177
7178 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7179 M:      Ulf Hansson <ulf.hansson@linaro.org>
7180 L:      linux-mmc@vger.kernel.org
7181 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7182 S:      Maintained
7183 F:      drivers/mmc/
7184 F:      include/linux/mmc/
7185 F:      include/uapi/linux/mmc/
7186
7187 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7188 S:      Orphan
7189 F:      drivers/mmc/host/mmc_spi.c
7190 F:      include/linux/spi/mmc_spi.h
7191
7192 MULTISOUND SOUND DRIVER
7193 M:      Andrew Veliath <andrewtv@usa.net>
7194 S:      Maintained
7195 F:      Documentation/sound/oss/MultiSound
7196 F:      sound/oss/msnd*
7197
7198 MULTITECH MULTIPORT CARD (ISICOM)
7199 S:      Orphan
7200 F:      drivers/tty/isicom.c
7201 F:      include/linux/isicom.h
7202
7203 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7204 M:      Felipe Balbi <balbi@ti.com>
7205 L:      linux-usb@vger.kernel.org
7206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7207 S:      Maintained
7208 F:      drivers/usb/musb/
7209
7210 MXL5007T MEDIA DRIVER
7211 M:      Michael Krufky <mkrufky@linuxtv.org>
7212 L:      linux-media@vger.kernel.org
7213 W:      http://linuxtv.org/
7214 W:      http://github.com/mkrufky
7215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7216 T:      git git://linuxtv.org/mkrufky/tuners.git
7217 S:      Maintained
7218 F:      drivers/media/tuners/mxl5007t.*
7219
7220 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7221 M:      Hyong-Youb Kim <hykim@myri.com>
7222 L:      netdev@vger.kernel.org
7223 W:      https://www.myricom.com/support/downloads/myri10ge.html
7224 S:      Supported
7225 F:      drivers/net/ethernet/myricom/myri10ge/
7226
7227 NATSEMI ETHERNET DRIVER (DP8381x)
7228 S:      Orphan
7229 F:      drivers/net/ethernet/natsemi/natsemi.c
7230
7231 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7232 M:      Daniel Mack <zonque@gmail.com>
7233 S:      Maintained
7234 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7235 W:      http://www.native-instruments.com
7236 F:      sound/usb/caiaq/
7237
7238 NCP FILESYSTEM
7239 M:      Petr Vandrovec <petr@vandrovec.name>
7240 S:      Odd Fixes
7241 F:      fs/ncpfs/
7242
7243 NCR 5380 SCSI DRIVERS
7244 M:      Finn Thain <fthain@telegraphics.com.au>
7245 M:      Michael Schmitz <schmitzmic@gmail.com>
7246 L:      linux-scsi@vger.kernel.org
7247 S:      Maintained
7248 F:      Documentation/scsi/g_NCR5380.txt
7249 F:      drivers/scsi/NCR5380.*
7250 F:      drivers/scsi/arm/cumana_1.c
7251 F:      drivers/scsi/arm/oak.c
7252 F:      drivers/scsi/atari_NCR5380.c
7253 F:      drivers/scsi/atari_scsi.*
7254 F:      drivers/scsi/dmx3191d.c
7255 F:      drivers/scsi/dtc.*
7256 F:      drivers/scsi/g_NCR5380.*
7257 F:      drivers/scsi/g_NCR5380_mmio.c
7258 F:      drivers/scsi/mac_scsi.*
7259 F:      drivers/scsi/pas16.*
7260 F:      drivers/scsi/sun3_scsi.*
7261 F:      drivers/scsi/sun3_scsi_vme.c
7262 F:      drivers/scsi/t128.*
7263
7264 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7265 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7266 L:      linux-scsi@vger.kernel.org
7267 S:      Maintained
7268 F:      drivers/scsi/NCR_D700.*
7269
7270 NCT6775 HARDWARE MONITOR DRIVER
7271 M:      Guenter Roeck <linux@roeck-us.net>
7272 L:      lm-sensors@lm-sensors.org
7273 S:      Maintained
7274 F:      Documentation/hwmon/nct6775
7275 F:      drivers/hwmon/nct6775.c
7276
7277 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7278 M:      Faisal Latif <faisal.latif@intel.com>
7279 L:      linux-rdma@vger.kernel.org
7280 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7281 S:      Supported
7282 F:      drivers/infiniband/hw/nes/
7283
7284 NETEM NETWORK EMULATOR
7285 M:      Stephen Hemminger <stephen@networkplumber.org>
7286 L:      netem@lists.linux-foundation.org
7287 S:      Maintained
7288 F:      net/sched/sch_netem.c
7289
7290 NETERION 10GbE DRIVERS (s2io/vxge)
7291 M:      Jon Mason <jdmason@kudzu.us>
7292 L:      netdev@vger.kernel.org
7293 S:      Supported
7294 F:      Documentation/networking/s2io.txt
7295 F:      Documentation/networking/vxge.txt
7296 F:      drivers/net/ethernet/neterion/
7297
7298 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7299 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7300 M:      Patrick McHardy <kaber@trash.net>
7301 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7302 L:      netfilter-devel@vger.kernel.org
7303 L:      coreteam@netfilter.org
7304 W:      http://www.netfilter.org/
7305 W:      http://www.iptables.org/
7306 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7309 S:      Supported
7310 F:      include/linux/netfilter*
7311 F:      include/linux/netfilter/
7312 F:      include/net/netfilter/
7313 F:      include/uapi/linux/netfilter*
7314 F:      include/uapi/linux/netfilter/
7315 F:      net/*/netfilter.c
7316 F:      net/*/netfilter/
7317 F:      net/netfilter/
7318 F:      net/bridge/br_netfilter*.c
7319
7320 NETLABEL
7321 M:      Paul Moore <paul@paul-moore.com>
7322 W:      http://netlabel.sf.net
7323 L:      netdev@vger.kernel.org
7324 S:      Maintained
7325 F:      Documentation/netlabel/
7326 F:      include/net/netlabel.h
7327 F:      net/netlabel/
7328
7329 NETROM NETWORK LAYER
7330 M:      Ralf Baechle <ralf@linux-mips.org>
7331 L:      linux-hams@vger.kernel.org
7332 W:      http://www.linux-ax25.org/
7333 S:      Maintained
7334 F:      include/net/netrom.h
7335 F:      include/uapi/linux/netrom.h
7336 F:      net/netrom/
7337
7338 NETWORK BLOCK DEVICE (NBD)
7339 M:      Markus Pargmann <mpa@pengutronix.de>
7340 S:      Maintained
7341 L:      nbd-general@lists.sourceforge.net
7342 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7343 F:      Documentation/blockdev/nbd.txt
7344 F:      drivers/block/nbd.c
7345 F:      include/uapi/linux/nbd.h
7346
7347 NETWORK DROP MONITOR
7348 M:      Neil Horman <nhorman@tuxdriver.com>
7349 L:      netdev@vger.kernel.org
7350 S:      Maintained
7351 W:      https://fedorahosted.org/dropwatch/
7352 F:      net/core/drop_monitor.c
7353
7354 NETWORKING [GENERAL]
7355 M:      "David S. Miller" <davem@davemloft.net>
7356 L:      netdev@vger.kernel.org
7357 W:      http://www.linuxfoundation.org/en/Net
7358 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7361 S:      Maintained
7362 F:      net/
7363 F:      include/net/
7364 F:      include/linux/in.h
7365 F:      include/linux/net.h
7366 F:      include/linux/netdevice.h
7367 F:      include/uapi/linux/in.h
7368 F:      include/uapi/linux/net.h
7369 F:      include/uapi/linux/netdevice.h
7370 F:      include/uapi/linux/net_namespace.h
7371 F:      tools/net/
7372 F:      tools/testing/selftests/net/
7373 F:      lib/random32.c
7374 F:      lib/test_bpf.c
7375
7376 NETWORKING [IPv4/IPv6]
7377 M:      "David S. Miller" <davem@davemloft.net>
7378 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7379 M:      James Morris <jmorris@namei.org>
7380 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7381 M:      Patrick McHardy <kaber@trash.net>
7382 L:      netdev@vger.kernel.org
7383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7384 S:      Maintained
7385 F:      net/ipv4/
7386 F:      net/ipv6/
7387 F:      include/net/ip*
7388 F:      arch/x86/net/*
7389
7390 NETWORKING [IPSEC]
7391 M:      Steffen Klassert <steffen.klassert@secunet.com>
7392 M:      Herbert Xu <herbert@gondor.apana.org.au>
7393 M:      "David S. Miller" <davem@davemloft.net>
7394 L:      netdev@vger.kernel.org
7395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7397 S:      Maintained
7398 F:      net/core/flow.c
7399 F:      net/xfrm/
7400 F:      net/key/
7401 F:      net/ipv4/xfrm*
7402 F:      net/ipv4/esp4.c
7403 F:      net/ipv4/ah4.c
7404 F:      net/ipv4/ipcomp.c
7405 F:      net/ipv4/ip_vti.c
7406 F:      net/ipv6/xfrm*
7407 F:      net/ipv6/esp6.c
7408 F:      net/ipv6/ah6.c
7409 F:      net/ipv6/ipcomp6.c
7410 F:      net/ipv6/ip6_vti.c
7411 F:      include/uapi/linux/xfrm.h
7412 F:      include/net/xfrm.h
7413
7414 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7415 M:      Paul Moore <paul@paul-moore.com>
7416 L:      netdev@vger.kernel.org
7417 S:      Maintained
7418
7419 NETWORKING [WIRELESS]
7420 L:      linux-wireless@vger.kernel.org
7421 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7422
7423 NETWORKING DRIVERS
7424 L:      netdev@vger.kernel.org
7425 W:      http://www.linuxfoundation.org/en/Net
7426 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7429 S:      Odd Fixes
7430 F:      drivers/net/
7431 F:      include/linux/if_*
7432 F:      include/linux/netdevice.h
7433 F:      include/linux/etherdevice.h
7434 F:      include/linux/fcdevice.h
7435 F:      include/linux/fddidevice.h
7436 F:      include/linux/hippidevice.h
7437 F:      include/linux/inetdevice.h
7438 F:      include/uapi/linux/if_*
7439 F:      include/uapi/linux/netdevice.h
7440
7441 NETWORKING DRIVERS (WIRELESS)
7442 M:      Kalle Valo <kvalo@codeaurora.org>
7443 L:      linux-wireless@vger.kernel.org
7444 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7446 S:      Maintained
7447 F:      drivers/net/wireless/
7448
7449 NETXEN (1/10) GbE SUPPORT
7450 M:      Manish Chopra <manish.chopra@qlogic.com>
7451 M:      Sony Chacko <sony.chacko@qlogic.com>
7452 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7453 L:      netdev@vger.kernel.org
7454 W:      http://www.qlogic.com
7455 S:      Supported
7456 F:      drivers/net/ethernet/qlogic/netxen/
7457
7458 NFC SUBSYSTEM
7459 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7460 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7461 M:      Samuel Ortiz <sameo@linux.intel.com>
7462 L:      linux-wireless@vger.kernel.org
7463 L:      linux-nfc@lists.01.org (subscribers-only)
7464 S:      Supported
7465 F:      net/nfc/
7466 F:      include/net/nfc/
7467 F:      include/uapi/linux/nfc.h
7468 F:      drivers/nfc/
7469 F:      include/linux/platform_data/pn544.h
7470 F:      Documentation/devicetree/bindings/net/nfc/
7471
7472 NFS, SUNRPC, AND LOCKD CLIENTS
7473 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7474 M:      Anna Schumaker <anna.schumaker@netapp.com>
7475 L:      linux-nfs@vger.kernel.org
7476 W:      http://client.linux-nfs.org
7477 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7478 S:      Maintained
7479 F:      fs/lockd/
7480 F:      fs/nfs/
7481 F:      fs/nfs_common/
7482 F:      net/sunrpc/
7483 F:      include/linux/lockd/
7484 F:      include/linux/nfs*
7485 F:      include/linux/sunrpc/
7486 F:      include/uapi/linux/nfs*
7487 F:      include/uapi/linux/sunrpc/
7488
7489 NILFS2 FILESYSTEM
7490 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7491 L:      linux-nilfs@vger.kernel.org
7492 W:      http://nilfs.sourceforge.net/
7493 T:      git git://github.com/konis/nilfs2.git
7494 S:      Supported
7495 F:      Documentation/filesystems/nilfs2.txt
7496 F:      fs/nilfs2/
7497 F:      include/linux/nilfs2_fs.h
7498 F:      include/trace/events/nilfs2.h
7499
7500 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7501 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7502 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7503 S:      Maintained
7504 F:      Documentation/scsi/NinjaSCSI.txt
7505 F:      drivers/scsi/pcmcia/nsp_*
7506
7507 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7508 M:      GOTO Masanori <gotom@debian.or.jp>
7509 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7510 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7511 S:      Maintained
7512 F:      Documentation/scsi/NinjaSCSI.txt
7513 F:      drivers/scsi/nsp32*
7514
7515 NIOS2 ARCHITECTURE
7516 M:      Ley Foon Tan <lftan@altera.com>
7517 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7519 S:      Maintained
7520 F:      arch/nios2/
7521
7522 NOKIA N900 POWER SUPPLY DRIVERS
7523 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7524 S:      Maintained
7525 F:      include/linux/power/bq2415x_charger.h
7526 F:      include/linux/power/bq27xxx_battery.h
7527 F:      include/linux/power/isp1704_charger.h
7528 F:      drivers/power/bq2415x_charger.c
7529 F:      drivers/power/bq27xxx_battery.c
7530 F:      drivers/power/isp1704_charger.c
7531 F:      drivers/power/rx51_battery.c
7532
7533 NTB DRIVER CORE
7534 M:      Jon Mason <jdmason@kudzu.us>
7535 M:      Dave Jiang <dave.jiang@intel.com>
7536 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7537 L:      linux-ntb@googlegroups.com
7538 S:      Supported
7539 W:      https://github.com/jonmason/ntb/wiki
7540 T:      git git://github.com/jonmason/ntb.git
7541 F:      drivers/ntb/
7542 F:      drivers/net/ntb_netdev.c
7543 F:      include/linux/ntb.h
7544 F:      include/linux/ntb_transport.h
7545
7546 NTB INTEL DRIVER
7547 M:      Jon Mason <jdmason@kudzu.us>
7548 M:      Dave Jiang <dave.jiang@intel.com>
7549 L:      linux-ntb@googlegroups.com
7550 S:      Supported
7551 W:      https://github.com/jonmason/ntb/wiki
7552 T:      git git://github.com/jonmason/ntb.git
7553 F:      drivers/ntb/hw/intel/
7554
7555 NTFS FILESYSTEM
7556 M:      Anton Altaparmakov <anton@tuxera.com>
7557 L:      linux-ntfs-dev@lists.sourceforge.net
7558 W:      http://www.tuxera.com/
7559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7560 S:      Supported
7561 F:      Documentation/filesystems/ntfs.txt
7562 F:      fs/ntfs/
7563
7564 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7565 M:      Antonino Daplas <adaplas@gmail.com>
7566 L:      linux-fbdev@vger.kernel.org
7567 S:      Maintained
7568 F:      drivers/video/fbdev/riva/
7569 F:      drivers/video/fbdev/nvidia/
7570
7571 NVM EXPRESS DRIVER
7572 M:      Keith Busch <keith.busch@intel.com>
7573 M:      Jens Axboe <axboe@fb.com>
7574 L:      linux-nvme@lists.infradead.org
7575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7576 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7577 S:      Supported
7578 F:      drivers/nvme/host/
7579 F:      include/linux/nvme.h
7580
7581 NVMEM FRAMEWORK
7582 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7583 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7584 S:      Maintained
7585 F:      drivers/nvmem/
7586 F:      Documentation/devicetree/bindings/nvmem/
7587 F:      include/linux/nvmem-consumer.h
7588 F:      include/linux/nvmem-provider.h
7589
7590 NXP-NCI NFC DRIVER
7591 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7592 R:      Charles Gorand <charles.gorand@effinnov.com>
7593 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7594 S:      Supported
7595 F:      drivers/nfc/nxp-nci
7596
7597 NXP TDA998X DRM DRIVER
7598 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7599 S:      Supported
7600 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7601 F:      include/drm/i2c/tda998x.h
7602
7603 NXP TFA9879 DRIVER
7604 M:      Peter Rosin <peda@axentia.se>
7605 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7606 S:      Maintained
7607 F:      sound/soc/codecs/tfa9879*
7608
7609 OMAP SUPPORT
7610 M:      Tony Lindgren <tony@atomide.com>
7611 L:      linux-omap@vger.kernel.org
7612 W:      http://www.muru.com/linux/omap/
7613 W:      http://linux.omap.com/
7614 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7616 S:      Maintained
7617 F:      arch/arm/*omap*/
7618 F:      arch/arm/configs/omap1_defconfig
7619 F:      arch/arm/configs/omap2plus_defconfig
7620 F:      drivers/i2c/busses/i2c-omap.c
7621 F:      drivers/irqchip/irq-omap-intc.c
7622 F:      drivers/mfd/*omap*.c
7623 F:      drivers/mfd/menelaus.c
7624 F:      drivers/mfd/palmas.c
7625 F:      drivers/mfd/tps65217.c
7626 F:      drivers/mfd/tps65218.c
7627 F:      drivers/mfd/tps65910.c
7628 F:      drivers/mfd/twl-core.[ch]
7629 F:      drivers/mfd/twl4030*.c
7630 F:      drivers/mfd/twl6030*.c
7631 F:      drivers/mfd/twl6040*.c
7632 F:      drivers/regulator/palmas-regulator*.c
7633 F:      drivers/regulator/pbias-regulator.c
7634 F:      drivers/regulator/tps65217-regulator.c
7635 F:      drivers/regulator/tps65218-regulator.c
7636 F:      drivers/regulator/tps65910-regulator.c
7637 F:      drivers/regulator/twl-regulator.c
7638 F:      include/linux/i2c-omap.h
7639
7640 OMAP DEVICE TREE SUPPORT
7641 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7642 M:      Tony Lindgren <tony@atomide.com>
7643 L:      linux-omap@vger.kernel.org
7644 L:      devicetree@vger.kernel.org
7645 S:      Maintained
7646 F:      arch/arm/boot/dts/*omap*
7647 F:      arch/arm/boot/dts/*am3*
7648 F:      arch/arm/boot/dts/*am4*
7649 F:      arch/arm/boot/dts/*am5*
7650 F:      arch/arm/boot/dts/*dra7*
7651
7652 OMAP CLOCK FRAMEWORK SUPPORT
7653 M:      Paul Walmsley <paul@pwsan.com>
7654 L:      linux-omap@vger.kernel.org
7655 S:      Maintained
7656 F:      arch/arm/*omap*/*clock*
7657
7658 OMAP POWER MANAGEMENT SUPPORT
7659 M:      Kevin Hilman <khilman@deeprootsystems.com>
7660 L:      linux-omap@vger.kernel.org
7661 S:      Maintained
7662 F:      arch/arm/*omap*/*pm*
7663 F:      drivers/cpufreq/omap-cpufreq.c
7664
7665 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7666 M:      Rajendra Nayak <rnayak@ti.com>
7667 M:      Paul Walmsley <paul@pwsan.com>
7668 L:      linux-omap@vger.kernel.org
7669 S:      Maintained
7670 F:      arch/arm/mach-omap2/prm*
7671
7672 OMAP AUDIO SUPPORT
7673 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7674 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7675 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7676 L:      linux-omap@vger.kernel.org
7677 S:      Maintained
7678 F:      sound/soc/omap/
7679
7680 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7681 M:      Roger Quadros <rogerq@ti.com>
7682 M:      Tony Lindgren <tony@atomide.com>
7683 L:      linux-omap@vger.kernel.org
7684 S:      Maintained
7685 F:      drivers/memory/omap-gpmc.c
7686 F:      arch/arm/mach-omap2/*gpmc*
7687
7688 OMAP FRAMEBUFFER SUPPORT
7689 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7690 L:      linux-fbdev@vger.kernel.org
7691 L:      linux-omap@vger.kernel.org
7692 S:      Maintained
7693 F:      drivers/video/fbdev/omap/
7694
7695 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7696 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7697 L:      linux-omap@vger.kernel.org
7698 L:      linux-fbdev@vger.kernel.org
7699 S:      Maintained
7700 F:      drivers/video/fbdev/omap2/
7701 F:      Documentation/arm/OMAP/DSS
7702
7703 OMAP HARDWARE SPINLOCK SUPPORT
7704 M:      Ohad Ben-Cohen <ohad@wizery.com>
7705 L:      linux-omap@vger.kernel.org
7706 S:      Maintained
7707 F:      drivers/hwspinlock/omap_hwspinlock.c
7708
7709 OMAP MMC SUPPORT
7710 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7711 L:      linux-omap@vger.kernel.org
7712 S:      Maintained
7713 F:      drivers/mmc/host/omap.c
7714
7715 OMAP HS MMC SUPPORT
7716 L:      linux-mmc@vger.kernel.org
7717 L:      linux-omap@vger.kernel.org
7718 S:      Orphan
7719 F:      drivers/mmc/host/omap_hsmmc.c
7720
7721 OMAP RANDOM NUMBER GENERATOR SUPPORT
7722 M:      Deepak Saxena <dsaxena@plexity.net>
7723 S:      Maintained
7724 F:      drivers/char/hw_random/omap-rng.c
7725
7726 OMAP HWMOD SUPPORT
7727 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7728 M:      Paul Walmsley <paul@pwsan.com>
7729 L:      linux-omap@vger.kernel.org
7730 S:      Maintained
7731 F:      arch/arm/mach-omap2/omap_hwmod.*
7732
7733 OMAP HWMOD DATA
7734 M:      Paul Walmsley <paul@pwsan.com>
7735 L:      linux-omap@vger.kernel.org
7736 S:      Maintained
7737 F:      arch/arm/mach-omap2/omap_hwmod*data*
7738
7739 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7740 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7741 L:      linux-omap@vger.kernel.org
7742 S:      Maintained
7743 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7744
7745 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7746 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7747 L:      linux-media@vger.kernel.org
7748 S:      Maintained
7749 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7750 F:      drivers/media/platform/omap3isp/
7751 F:      drivers/staging/media/omap4iss/
7752
7753 OMAP USB SUPPORT
7754 M:      Felipe Balbi <balbi@ti.com>
7755 L:      linux-usb@vger.kernel.org
7756 L:      linux-omap@vger.kernel.org
7757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7758 S:      Maintained
7759 F:      drivers/usb/*/*omap*
7760 F:      arch/arm/*omap*/usb*
7761
7762 OMAP GPIO DRIVER
7763 M:      Javier Martinez Canillas <javier@dowhile0.org>
7764 M:      Santosh Shilimkar <ssantosh@kernel.org>
7765 M:      Kevin Hilman <khilman@deeprootsystems.com>
7766 L:      linux-omap@vger.kernel.org
7767 S:      Maintained
7768 F:      drivers/gpio/gpio-omap.c
7769
7770 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7771 M:      Mark Jackson <mpfj@newflow.co.uk>
7772 L:      linux-omap@vger.kernel.org
7773 S:      Maintained
7774 F:      arch/arm/boot/dts/am335x-nano.dts
7775
7776 OMFS FILESYSTEM
7777 M:      Bob Copeland <me@bobcopeland.com>
7778 L:      linux-karma-devel@lists.sourceforge.net
7779 S:      Maintained
7780 F:      Documentation/filesystems/omfs.txt
7781 F:      fs/omfs/
7782
7783 OMNIKEY CARDMAN 4000 DRIVER
7784 M:      Harald Welte <laforge@gnumonks.org>
7785 S:      Maintained
7786 F:      drivers/char/pcmcia/cm4000_cs.c
7787 F:      include/linux/cm4000_cs.h
7788 F:      include/uapi/linux/cm4000_cs.h
7789
7790 OMNIKEY CARDMAN 4040 DRIVER
7791 M:      Harald Welte <laforge@gnumonks.org>
7792 S:      Maintained
7793 F:      drivers/char/pcmcia/cm4040_cs.*
7794
7795 OMNIVISION OV7670 SENSOR DRIVER
7796 M:      Jonathan Corbet <corbet@lwn.net>
7797 L:      linux-media@vger.kernel.org
7798 T:      git git://linuxtv.org/media_tree.git
7799 S:      Maintained
7800 F:      drivers/media/i2c/ov7670.c
7801
7802 ONENAND FLASH DRIVER
7803 M:      Kyungmin Park <kyungmin.park@samsung.com>
7804 L:      linux-mtd@lists.infradead.org
7805 S:      Maintained
7806 F:      drivers/mtd/onenand/
7807 F:      include/linux/mtd/onenand*.h
7808
7809 ONSTREAM SCSI TAPE DRIVER
7810 M:      Willem Riede <osst@riede.org>
7811 L:      osst-users@lists.sourceforge.net
7812 L:      linux-scsi@vger.kernel.org
7813 S:      Maintained
7814 F:      Documentation/scsi/osst.txt
7815 F:      drivers/scsi/osst.*
7816 F:      drivers/scsi/osst_*.h
7817 F:      drivers/scsi/st.h
7818
7819 OPENCORES I2C BUS DRIVER
7820 M:      Peter Korsgaard <jacmet@sunsite.dk>
7821 L:      linux-i2c@vger.kernel.org
7822 S:      Maintained
7823 F:      Documentation/i2c/busses/i2c-ocores
7824 F:      drivers/i2c/busses/i2c-ocores.c
7825
7826 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7827 M:      Rob Herring <robh+dt@kernel.org>
7828 M:      Frank Rowand <frowand.list@gmail.com>
7829 M:      Grant Likely <grant.likely@linaro.org>
7830 L:      devicetree@vger.kernel.org
7831 W:      http://www.devicetree.org/
7832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7833 S:      Maintained
7834 F:      drivers/of/
7835 F:      include/linux/of*.h
7836 F:      scripts/dtc/
7837
7838 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7839 M:      Rob Herring <robh+dt@kernel.org>
7840 M:      Pawel Moll <pawel.moll@arm.com>
7841 M:      Mark Rutland <mark.rutland@arm.com>
7842 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7843 M:      Kumar Gala <galak@codeaurora.org>
7844 L:      devicetree@vger.kernel.org
7845 S:      Maintained
7846 F:      Documentation/devicetree/
7847 F:      arch/*/boot/dts/
7848 F:      include/dt-bindings/
7849
7850 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7851 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7852 L:      devicetree@vger.kernel.org
7853 S:      Maintained
7854 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7855 F:      Documentation/devicetree/overlay-notes.txt
7856 F:      drivers/of/overlay.c
7857 F:      drivers/of/resolver.c
7858
7859 OPENRISC ARCHITECTURE
7860 M:      Jonas Bonn <jonas@southpole.se>
7861 W:      http://openrisc.net
7862 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7863 S:      Maintained
7864 T:      git git://openrisc.net/~jonas/linux
7865 F:      arch/openrisc/
7866
7867 OPENVSWITCH
7868 M:      Pravin Shelar <pshelar@nicira.com>
7869 L:      netdev@vger.kernel.org
7870 L:      dev@openvswitch.org
7871 W:      http://openvswitch.org
7872 S:      Maintained
7873 F:      net/openvswitch/
7874 F:      include/uapi/linux/openvswitch.h
7875
7876 OPL4 DRIVER
7877 M:      Clemens Ladisch <clemens@ladisch.de>
7878 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7879 T:      git git://git.alsa-project.org/alsa-kernel.git
7880 S:      Maintained
7881 F:      sound/drivers/opl4/
7882
7883 OPROFILE
7884 M:      Robert Richter <rric@kernel.org>
7885 L:      oprofile-list@lists.sf.net
7886 S:      Maintained
7887 F:      arch/*/include/asm/oprofile*.h
7888 F:      arch/*/oprofile/
7889 F:      drivers/oprofile/
7890 F:      include/linux/oprofile.h
7891
7892 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7893 M:      Mark Fasheh <mfasheh@suse.com>
7894 M:      Joel Becker <jlbec@evilplan.org>
7895 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7896 W:      http://ocfs2.wiki.kernel.org
7897 S:      Supported
7898 F:      Documentation/filesystems/ocfs2.txt
7899 F:      Documentation/filesystems/dlmfs.txt
7900 F:      fs/ocfs2/
7901
7902 ORINOCO DRIVER
7903 L:      linux-wireless@vger.kernel.org
7904 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7905 W:      http://www.nongnu.org/orinoco/
7906 S:      Orphan
7907 F:      drivers/net/wireless/orinoco/
7908
7909 OSD LIBRARY and FILESYSTEM
7910 M:      Boaz Harrosh <ooo@electrozaur.com>
7911 M:      Benny Halevy <bhalevy@primarydata.com>
7912 L:      osd-dev@open-osd.org
7913 W:      http://open-osd.org
7914 T:      git git://git.open-osd.org/open-osd.git
7915 S:      Maintained
7916 F:      drivers/scsi/osd/
7917 F:      include/scsi/osd_*
7918 F:      fs/exofs/
7919
7920 OVERLAY FILESYSTEM
7921 M:      Miklos Szeredi <miklos@szeredi.hu>
7922 L:      linux-unionfs@vger.kernel.org
7923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7924 S:      Supported
7925 F:      fs/overlayfs/
7926 F:      Documentation/filesystems/overlayfs.txt
7927
7928 P54 WIRELESS DRIVER
7929 M:      Christian Lamparter <chunkeey@googlemail.com>
7930 L:      linux-wireless@vger.kernel.org
7931 W:      http://wireless.kernel.org/en/users/Drivers/p54
7932 S:      Maintained
7933 F:      drivers/net/wireless/p54/
7934
7935 PA SEMI ETHERNET DRIVER
7936 M:      Olof Johansson <olof@lixom.net>
7937 L:      netdev@vger.kernel.org
7938 S:      Maintained
7939 F:      drivers/net/ethernet/pasemi/*
7940
7941 PA SEMI SMBUS DRIVER
7942 M:      Olof Johansson <olof@lixom.net>
7943 L:      linux-i2c@vger.kernel.org
7944 S:      Maintained
7945 F:      drivers/i2c/busses/i2c-pasemi.c
7946
7947 PADATA PARALLEL EXECUTION MECHANISM
7948 M:      Steffen Klassert <steffen.klassert@secunet.com>
7949 L:      linux-crypto@vger.kernel.org
7950 S:      Maintained
7951 F:      kernel/padata.c
7952 F:      include/linux/padata.h
7953 F:      Documentation/padata.txt
7954
7955 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7956 M:      Harald Welte <laforge@gnumonks.org>
7957 L:      platform-driver-x86@vger.kernel.org
7958 S:      Maintained
7959 F:      drivers/platform/x86/panasonic-laptop.c
7960
7961 PANASONIC MN10300/AM33/AM34 PORT
7962 M:      David Howells <dhowells@redhat.com>
7963 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7964 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7965 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7966 S:      Maintained
7967 F:      Documentation/mn10300/
7968 F:      arch/mn10300/
7969
7970 PARALLEL PORT SUBSYSTEM
7971 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7972 M:      Sudip Mukherjee <sudip@vectorindia.org>
7973 L:      linux-parport@lists.infradead.org (subscribers-only)
7974 S:      Maintained
7975 F:      drivers/parport/
7976 F:      include/linux/parport*.h
7977 F:      drivers/char/ppdev.c
7978 F:      include/uapi/linux/ppdev.h
7979 F:      Documentation/parport*.txt
7980
7981 PARAVIRT_OPS INTERFACE
7982 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7983 M:      Chris Wright <chrisw@sous-sol.org>
7984 M:      Alok Kataria <akataria@vmware.com>
7985 M:      Rusty Russell <rusty@rustcorp.com.au>
7986 L:      virtualization@lists.linux-foundation.org
7987 S:      Supported
7988 F:      Documentation/virtual/paravirt_ops.txt
7989 F:      arch/*/kernel/paravirt*
7990 F:      arch/*/include/asm/paravirt.h
7991
7992 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7993 M:      Tim Waugh <tim@cyberelk.net>
7994 L:      linux-parport@lists.infradead.org (subscribers-only)
7995 S:      Maintained
7996 F:      Documentation/blockdev/paride.txt
7997 F:      drivers/block/paride/
7998
7999 PARISC ARCHITECTURE
8000 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
8001 M:      Helge Deller <deller@gmx.de>
8002 L:      linux-parisc@vger.kernel.org
8003 W:      http://www.parisc-linux.org/
8004 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
8005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
8006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
8007 S:      Maintained
8008 F:      arch/parisc/
8009 F:      Documentation/parisc/
8010 F:      drivers/parisc/
8011 F:      drivers/char/agp/parisc-agp.c
8012 F:      drivers/input/serio/gscps2.c
8013 F:      drivers/parport/parport_gsc.*
8014 F:      drivers/tty/serial/8250/8250_gsc.c
8015 F:      drivers/video/fbdev/sti*
8016 F:      drivers/video/console/sti*
8017 F:      drivers/video/logo/logo_parisc*
8018
8019 PC87360 HARDWARE MONITORING DRIVER
8020 M:      Jim Cromie <jim.cromie@gmail.com>
8021 L:      lm-sensors@lm-sensors.org
8022 S:      Maintained
8023 F:      Documentation/hwmon/pc87360
8024 F:      drivers/hwmon/pc87360.c
8025
8026 PC8736x GPIO DRIVER
8027 M:      Jim Cromie <jim.cromie@gmail.com>
8028 S:      Maintained
8029 F:      drivers/char/pc8736x_gpio.c
8030
8031 PC87427 HARDWARE MONITORING DRIVER
8032 M:      Jean Delvare <jdelvare@suse.com>
8033 L:      lm-sensors@lm-sensors.org
8034 S:      Maintained
8035 F:      Documentation/hwmon/pc87427
8036 F:      drivers/hwmon/pc87427.c
8037
8038 PCA9532 LED DRIVER
8039 M:      Riku Voipio <riku.voipio@iki.fi>
8040 S:      Maintained
8041 F:      drivers/leds/leds-pca9532.c
8042 F:      include/linux/leds-pca9532.h
8043
8044 PCA9541 I2C BUS MASTER SELECTOR DRIVER
8045 M:      Guenter Roeck <linux@roeck-us.net>
8046 L:      linux-i2c@vger.kernel.org
8047 S:      Maintained
8048 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
8049
8050 PCDP - PRIMARY CONSOLE AND DEBUG PORT
8051 M:      Khalid Aziz <khalid@gonehiking.org>
8052 S:      Maintained
8053 F:      drivers/firmware/pcdp.*
8054
8055 PCI ERROR RECOVERY
8056 M:      Linas Vepstas <linasvepstas@gmail.com>
8057 L:      linux-pci@vger.kernel.org
8058 S:      Supported
8059 F:      Documentation/PCI/pci-error-recovery.txt
8060
8061 PCI SUBSYSTEM
8062 M:      Bjorn Helgaas <bhelgaas@google.com>
8063 L:      linux-pci@vger.kernel.org
8064 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8066 S:      Supported
8067 F:      Documentation/PCI/
8068 F:      drivers/pci/
8069 F:      include/linux/pci*
8070 F:      arch/x86/pci/
8071 F:      arch/x86/kernel/quirks.c
8072
8073 PCI DRIVER FOR ALTERA PCIE IP
8074 M:      Ley Foon Tan <lftan@altera.com>
8075 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8076 L:      linux-pci@vger.kernel.org
8077 S:      Supported
8078 F:      Documentation/devicetree/bindings/pci/altera-pcie.txt
8079 F:      drivers/pci/host/pcie-altera.c
8080
8081 PCI DRIVER FOR ARM VERSATILE PLATFORM
8082 M:      Rob Herring <robh@kernel.org>
8083 L:      linux-pci@vger.kernel.org
8084 L:      linux-arm-kernel@lists.infradead.org
8085 S:      Maintained
8086 F:      Documentation/devicetree/bindings/pci/versatile.txt
8087 F:      drivers/pci/host/pci-versatile.c
8088
8089 PCI DRIVER FOR APPLIEDMICRO XGENE
8090 M:      Tanmay Inamdar <tinamdar@apm.com>
8091 L:      linux-pci@vger.kernel.org
8092 L:      linux-arm-kernel@lists.infradead.org
8093 S:      Maintained
8094 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8095 F:      drivers/pci/host/pci-xgene.c
8096
8097 PCI DRIVER FOR FREESCALE LAYERSCAPE
8098 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8099 M:      Mingkai Hu <mingkai.hu@freescale.com>
8100 M:      Roy Zang <tie-fei.zang@freescale.com>
8101 L:      linuxppc-dev@lists.ozlabs.org
8102 L:      linux-pci@vger.kernel.org
8103 L:      linux-arm-kernel@lists.infradead.org
8104 S:      Maintained
8105 F:      drivers/pci/host/*layerscape*
8106
8107 PCI DRIVER FOR IMX6
8108 M:      Richard Zhu <Richard.Zhu@freescale.com>
8109 M:      Lucas Stach <l.stach@pengutronix.de>
8110 L:      linux-pci@vger.kernel.org
8111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8112 S:      Maintained
8113 F:      drivers/pci/host/*imx6*
8114
8115 PCI DRIVER FOR TI KEYSTONE
8116 M:      Murali Karicheri <m-karicheri2@ti.com>
8117 L:      linux-pci@vger.kernel.org
8118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8119 S:      Maintained
8120 F:      drivers/pci/host/*keystone*
8121
8122 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8123 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8124 M:      Jason Cooper <jason@lakedaemon.net>
8125 L:      linux-pci@vger.kernel.org
8126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8127 S:      Maintained
8128 F:      drivers/pci/host/*mvebu*
8129
8130 PCI DRIVER FOR NVIDIA TEGRA
8131 M:      Thierry Reding <thierry.reding@gmail.com>
8132 L:      linux-tegra@vger.kernel.org
8133 L:      linux-pci@vger.kernel.org
8134 S:      Supported
8135 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8136 F:      drivers/pci/host/pci-tegra.c
8137
8138 PCI DRIVER FOR TI DRA7XX
8139 M:      Kishon Vijay Abraham I <kishon@ti.com>
8140 L:      linux-omap@vger.kernel.org
8141 L:      linux-pci@vger.kernel.org
8142 S:      Supported
8143 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8144 F:      drivers/pci/host/pci-dra7xx.c
8145
8146 PCI DRIVER FOR RENESAS R-CAR
8147 M:      Simon Horman <horms@verge.net.au>
8148 L:      linux-pci@vger.kernel.org
8149 L:      linux-sh@vger.kernel.org
8150 S:      Maintained
8151 F:      drivers/pci/host/*rcar*
8152
8153 PCI DRIVER FOR SAMSUNG EXYNOS
8154 M:      Jingoo Han <jingoohan1@gmail.com>
8155 L:      linux-pci@vger.kernel.org
8156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8157 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8158 S:      Maintained
8159 F:      drivers/pci/host/pci-exynos.c
8160
8161 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8162 M:      Jingoo Han <jingoohan1@gmail.com>
8163 M:      Pratyush Anand <pratyush.anand@gmail.com>
8164 L:      linux-pci@vger.kernel.org
8165 S:      Maintained
8166 F:      drivers/pci/host/*designware*
8167
8168 PCI DRIVER FOR GENERIC OF HOSTS
8169 M:      Will Deacon <will.deacon@arm.com>
8170 L:      linux-pci@vger.kernel.org
8171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8172 S:      Maintained
8173 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8174 F:      drivers/pci/host/pci-host-generic.c
8175
8176 PCIE DRIVER FOR ST SPEAR13XX
8177 M:      Pratyush Anand <pratyush.anand@gmail.com>
8178 L:      linux-pci@vger.kernel.org
8179 S:      Maintained
8180 F:      drivers/pci/host/*spear*
8181
8182 PCI MSI DRIVER FOR ALTERA MSI IP
8183 M:      Ley Foon Tan <lftan@altera.com>
8184 L:      rfi@lists.rocketboards.org (moderated for non-subscribers)
8185 L:      linux-pci@vger.kernel.org
8186 S:      Supported
8187 F:      Documentation/devicetree/bindings/pci/altera-pcie-msi.txt
8188 F:      drivers/pci/host/pcie-altera-msi.c
8189
8190 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8191 M:      Duc Dang <dhdang@apm.com>
8192 L:      linux-pci@vger.kernel.org
8193 L:      linux-arm-kernel@lists.infradead.org
8194 S:      Maintained
8195 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8196 F:      drivers/pci/host/pci-xgene-msi.c
8197
8198 PCIE DRIVER FOR HISILICON
8199 M:      Zhou Wang <wangzhou1@hisilicon.com>
8200 L:      linux-pci@vger.kernel.org
8201 S:      Maintained
8202 F:      Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
8203 F:      drivers/pci/host/pcie-hisi.c
8204
8205 PCMCIA SUBSYSTEM
8206 P:      Linux PCMCIA Team
8207 L:      linux-pcmcia@lists.infradead.org
8208 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8210 S:      Maintained
8211 F:      Documentation/pcmcia/
8212 F:      drivers/pcmcia/
8213 F:      include/pcmcia/
8214
8215 PCNET32 NETWORK DRIVER
8216 M:      Don Fry <pcnet32@frontier.com>
8217 L:      netdev@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/net/ethernet/amd/pcnet32.c
8220
8221 PCRYPT PARALLEL CRYPTO ENGINE
8222 M:      Steffen Klassert <steffen.klassert@secunet.com>
8223 L:      linux-crypto@vger.kernel.org
8224 S:      Maintained
8225 F:      crypto/pcrypt.c
8226 F:      include/crypto/pcrypt.h
8227
8228 PER-CPU MEMORY ALLOCATOR
8229 M:      Tejun Heo <tj@kernel.org>
8230 M:      Christoph Lameter <cl@linux-foundation.org>
8231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8232 S:      Maintained
8233 F:      include/linux/percpu*.h
8234 F:      mm/percpu*.c
8235 F:      arch/*/include/asm/percpu.h
8236
8237 PER-TASK DELAY ACCOUNTING
8238 M:      Balbir Singh <bsingharora@gmail.com>
8239 S:      Maintained
8240 F:      include/linux/delayacct.h
8241 F:      kernel/delayacct.c
8242
8243 PERFORMANCE EVENTS SUBSYSTEM
8244 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8245 M:      Ingo Molnar <mingo@redhat.com>
8246 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8247 L:      linux-kernel@vger.kernel.org
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8249 S:      Supported
8250 F:      kernel/events/*
8251 F:      include/linux/perf_event.h
8252 F:      include/uapi/linux/perf_event.h
8253 F:      arch/*/kernel/perf_event*.c
8254 F:      arch/*/kernel/*/perf_event*.c
8255 F:      arch/*/kernel/*/*/perf_event*.c
8256 F:      arch/*/include/asm/perf_event.h
8257 F:      arch/*/kernel/perf_callchain.c
8258 F:      tools/perf/
8259
8260 PERSONALITY HANDLING
8261 M:      Christoph Hellwig <hch@infradead.org>
8262 L:      linux-abi-devel@lists.sourceforge.net
8263 S:      Maintained
8264 F:      include/linux/personality.h
8265 F:      include/uapi/linux/personality.h
8266
8267 PHONET PROTOCOL
8268 M:      Remi Denis-Courmont <courmisch@gmail.com>
8269 S:      Supported
8270 F:      Documentation/networking/phonet.txt
8271 F:      include/linux/phonet.h
8272 F:      include/net/phonet/
8273 F:      include/uapi/linux/phonet.h
8274 F:      net/phonet/
8275
8276 PHRAM MTD DRIVER
8277 M:      Joern Engel <joern@lazybastard.org>
8278 L:      linux-mtd@lists.infradead.org
8279 S:      Maintained
8280 F:      drivers/mtd/devices/phram.c
8281
8282 PICOLCD HID DRIVER
8283 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8284 L:      linux-input@vger.kernel.org
8285 S:      Maintained
8286 F:      drivers/hid/hid-picolcd*
8287
8288 PICOXCELL SUPPORT
8289 M:      Jamie Iles <jamie@jamieiles.com>
8290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8291 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8292 S:      Supported
8293 F:      arch/arm/boot/dts/picoxcell*
8294 F:      arch/arm/mach-picoxcell/
8295 F:      drivers/crypto/picoxcell*
8296
8297 PIN CONTROL SUBSYSTEM
8298 M:      Linus Walleij <linus.walleij@linaro.org>
8299 L:      linux-gpio@vger.kernel.org
8300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8301 S:      Maintained
8302 F:      drivers/pinctrl/
8303 F:      include/linux/pinctrl/
8304
8305 PIN CONTROLLER - ATMEL AT91
8306 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8308 S:      Maintained
8309 F:      drivers/pinctrl/pinctrl-at91.*
8310
8311 PIN CONTROLLER - ATMEL AT91 PIO4
8312 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8314 L:      linux-gpio@vger.kernel.org
8315 S:      Supported
8316 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8317
8318 PIN CONTROLLER - INTEL
8319 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8320 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8321 S:      Maintained
8322 F:      drivers/pinctrl/intel/
8323
8324 PIN CONTROLLER - RENESAS
8325 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8326 L:      linux-sh@vger.kernel.org
8327 S:      Maintained
8328 F:      drivers/pinctrl/sh-pfc/
8329
8330 PIN CONTROLLER - SAMSUNG
8331 M:      Tomasz Figa <tomasz.figa@gmail.com>
8332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8333 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8334 S:      Maintained
8335 F:      drivers/pinctrl/samsung/
8336
8337 PIN CONTROLLER - ST SPEAR
8338 M:      Viresh Kumar <vireshk@kernel.org>
8339 L:      spear-devel@list.st.com
8340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8341 W:      http://www.st.com/spear
8342 S:      Maintained
8343 F:      drivers/pinctrl/spear/
8344
8345 PKTCDVD DRIVER
8346 M:      Jiri Kosina <jikos@kernel.org>
8347 S:      Maintained
8348 F:      drivers/block/pktcdvd.c
8349 F:      include/linux/pktcdvd.h
8350 F:      include/uapi/linux/pktcdvd.h
8351
8352 PKUNITY SOC DRIVERS
8353 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8354 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8355 S:      Maintained
8356 T:      git git://github.com/gxt/linux.git
8357 F:      drivers/input/serio/i8042-unicore32io.h
8358 F:      drivers/i2c/busses/i2c-puv3.c
8359 F:      drivers/video/fbdev/fb-puv3.c
8360 F:      drivers/rtc/rtc-puv3.c
8361
8362 PMBUS HARDWARE MONITORING DRIVERS
8363 M:      Guenter Roeck <linux@roeck-us.net>
8364 L:      lm-sensors@lm-sensors.org
8365 W:      http://www.lm-sensors.org/
8366 W:      http://www.roeck-us.net/linux/drivers/
8367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8368 S:      Maintained
8369 F:      Documentation/hwmon/pmbus
8370 F:      drivers/hwmon/pmbus/
8371 F:      include/linux/i2c/pmbus.h
8372
8373 PMC SIERRA MaxRAID DRIVER
8374 L:      linux-scsi@vger.kernel.org
8375 W:      http://www.pmc-sierra.com/
8376 S:      Orphan
8377 F:      drivers/scsi/pmcraid.*
8378
8379 PMC SIERRA PM8001 DRIVER
8380 M:      Jack Wang <jinpu.wang@profitbricks.com>
8381 M:      lindar_liu@usish.com
8382 L:      pmchba@pmcs.com
8383 L:      linux-scsi@vger.kernel.org
8384 S:      Supported
8385 F:      drivers/scsi/pm8001/
8386
8387 POSIX CLOCKS and TIMERS
8388 M:      Thomas Gleixner <tglx@linutronix.de>
8389 L:      linux-kernel@vger.kernel.org
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8391 S:      Maintained
8392 F:      fs/timerfd.c
8393 F:      include/linux/timer*
8394 F:      kernel/time/*timer*
8395
8396 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8397 M:      Sebastian Reichel <sre@kernel.org>
8398 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8399 M:      David Woodhouse <dwmw2@infradead.org>
8400 L:      linux-pm@vger.kernel.org
8401 T:      git git://git.infradead.org/battery-2.6.git
8402 S:      Maintained
8403 F:      include/linux/power_supply.h
8404 F:      drivers/power/
8405 X:      drivers/power/avs/
8406
8407 POWER STATE COORDINATION INTERFACE (PSCI)
8408 M:      Mark Rutland <mark.rutland@arm.com>
8409 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8410 L:      linux-arm-kernel@lists.infradead.org
8411 S:      Maintained
8412 F:      drivers/firmware/psci.c
8413 F:      include/linux/psci.h
8414 F:      include/uapi/linux/psci.h
8415
8416 PNP SUPPORT
8417 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8418 S:      Maintained
8419 F:      drivers/pnp/
8420
8421 PNXxxxx I2C DRIVER
8422 M:      Vitaly Wool <vitalywool@gmail.com>
8423 L:      linux-i2c@vger.kernel.org
8424 S:      Maintained
8425 F:      drivers/i2c/busses/i2c-pnx.c
8426
8427 PPP PROTOCOL DRIVERS AND COMPRESSORS
8428 M:      Paul Mackerras <paulus@samba.org>
8429 L:      linux-ppp@vger.kernel.org
8430 S:      Maintained
8431 F:      drivers/net/ppp/ppp_*
8432
8433 PPP OVER ATM (RFC 2364)
8434 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8435 S:      Maintained
8436 F:      net/atm/pppoatm.c
8437 F:      include/uapi/linux/atmppp.h
8438
8439 PPP OVER ETHERNET
8440 M:      Michal Ostrowski <mostrows@earthlink.net>
8441 S:      Maintained
8442 F:      drivers/net/ppp/pppoe.c
8443 F:      drivers/net/ppp/pppox.c
8444
8445 PPP OVER L2TP
8446 M:      James Chapman <jchapman@katalix.com>
8447 S:      Maintained
8448 F:      net/l2tp/l2tp_ppp.c
8449 F:      include/linux/if_pppol2tp.h
8450 F:      include/uapi/linux/if_pppol2tp.h
8451
8452 PPS SUPPORT
8453 M:      Rodolfo Giometti <giometti@enneenne.com>
8454 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8455 L:      linuxpps@ml.enneenne.com (subscribers-only)
8456 S:      Maintained
8457 F:      Documentation/pps/
8458 F:      drivers/pps/
8459 F:      include/linux/pps*.h
8460
8461 PPTP DRIVER
8462 M:      Dmitry Kozlov <xeb@mail.ru>
8463 L:      netdev@vger.kernel.org
8464 S:      Maintained
8465 F:      drivers/net/ppp/pptp.c
8466 W:      http://sourceforge.net/projects/accel-pptp
8467
8468 PREEMPTIBLE KERNEL
8469 M:      Robert Love <rml@tech9.net>
8470 L:      kpreempt-tech@lists.sourceforge.net
8471 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8472 S:      Supported
8473 F:      Documentation/preempt-locking.txt
8474 F:      include/linux/preempt.h
8475
8476 PRISM54 WIRELESS DRIVER
8477 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8478 L:      linux-wireless@vger.kernel.org
8479 W:      http://wireless.kernel.org/en/users/Drivers/p54
8480 S:      Obsolete
8481 F:      drivers/net/wireless/prism54/
8482
8483 PS3 NETWORK SUPPORT
8484 M:      Geoff Levand <geoff@infradead.org>
8485 L:      netdev@vger.kernel.org
8486 L:      linuxppc-dev@lists.ozlabs.org
8487 S:      Maintained
8488 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8489
8490 PS3 PLATFORM SUPPORT
8491 M:      Geoff Levand <geoff@infradead.org>
8492 L:      linuxppc-dev@lists.ozlabs.org
8493 S:      Maintained
8494 F:      arch/powerpc/boot/ps3*
8495 F:      arch/powerpc/include/asm/lv1call.h
8496 F:      arch/powerpc/include/asm/ps3*.h
8497 F:      arch/powerpc/platforms/ps3/
8498 F:      drivers/*/ps3*
8499 F:      drivers/ps3/
8500 F:      drivers/rtc/rtc-ps3.c
8501 F:      drivers/usb/host/*ps3.c
8502 F:      sound/ppc/snd_ps3*
8503
8504 PS3VRAM DRIVER
8505 M:      Jim Paris <jim@jtan.com>
8506 M:      Geoff Levand <geoff@infradead.org>
8507 L:      linuxppc-dev@lists.ozlabs.org
8508 S:      Maintained
8509 F:      drivers/block/ps3vram.c
8510
8511 PSTORE FILESYSTEM
8512 M:      Anton Vorontsov <anton@enomsg.org>
8513 M:      Colin Cross <ccross@android.com>
8514 M:      Kees Cook <keescook@chromium.org>
8515 M:      Tony Luck <tony.luck@intel.com>
8516 S:      Maintained
8517 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8518 F:      fs/pstore/
8519 F:      include/linux/pstore*
8520 F:      drivers/firmware/efi/efi-pstore.c
8521 F:      drivers/acpi/apei/erst.c
8522
8523 PTP HARDWARE CLOCK SUPPORT
8524 M:      Richard Cochran <richardcochran@gmail.com>
8525 L:      netdev@vger.kernel.org
8526 S:      Maintained
8527 W:      http://linuxptp.sourceforge.net/
8528 F:      Documentation/ABI/testing/sysfs-ptp
8529 F:      Documentation/ptp/*
8530 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8531 F:      drivers/net/phy/dp83640*
8532 F:      drivers/ptp/*
8533 F:      include/linux/ptp_cl*
8534
8535 PTRACE SUPPORT
8536 M:      Roland McGrath <roland@hack.frob.com>
8537 M:      Oleg Nesterov <oleg@redhat.com>
8538 S:      Maintained
8539 F:      include/asm-generic/syscall.h
8540 F:      include/linux/ptrace.h
8541 F:      include/linux/regset.h
8542 F:      include/linux/tracehook.h
8543 F:      include/uapi/linux/ptrace.h
8544 F:      kernel/ptrace.c
8545
8546 PVRUSB2 VIDEO4LINUX DRIVER
8547 M:      Mike Isely <isely@pobox.com>
8548 L:      pvrusb2@isely.net       (subscribers-only)
8549 L:      linux-media@vger.kernel.org
8550 W:      http://www.isely.net/pvrusb2/
8551 T:      git git://linuxtv.org/media_tree.git
8552 S:      Maintained
8553 F:      Documentation/video4linux/README.pvrusb2
8554 F:      drivers/media/usb/pvrusb2/
8555
8556 PWC WEBCAM DRIVER
8557 M:      Hans de Goede <hdegoede@redhat.com>
8558 L:      linux-media@vger.kernel.org
8559 T:      git git://linuxtv.org/media_tree.git
8560 S:      Maintained
8561 F:      drivers/media/usb/pwc/*
8562
8563 PWM FAN DRIVER
8564 M:      Kamil Debski <k.debski@samsung.com>
8565 L:      lm-sensors@lm-sensors.org
8566 S:      Supported
8567 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8568 F:      Documentation/hwmon/pwm-fan
8569 F:      drivers/hwmon/pwm-fan.c
8570
8571 PWM SUBSYSTEM
8572 M:      Thierry Reding <thierry.reding@gmail.com>
8573 L:      linux-pwm@vger.kernel.org
8574 S:      Maintained
8575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8576 F:      Documentation/pwm.txt
8577 F:      Documentation/devicetree/bindings/pwm/
8578 F:      include/linux/pwm.h
8579 F:      drivers/pwm/
8580 F:      drivers/video/backlight/pwm_bl.c
8581 F:      include/linux/pwm_backlight.h
8582
8583 PXA2xx/PXA3xx SUPPORT
8584 M:      Daniel Mack <daniel@zonque.org>
8585 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8586 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8587 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8588 T:      git git://github.com/hzhuang1/linux.git
8589 T:      git git://github.com/rjarzmik/linux.git
8590 S:      Maintained
8591 F:      arch/arm/mach-pxa/
8592 F:      drivers/dma/pxa*
8593 F:      drivers/pcmcia/pxa2xx*
8594 F:      drivers/spi/spi-pxa2xx*
8595 F:      drivers/usb/gadget/udc/pxa2*
8596 F:      include/sound/pxa2xx-lib.h
8597 F:      sound/arm/pxa*
8598 F:      sound/soc/pxa/
8599
8600 PXA3xx NAND FLASH DRIVER
8601 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8602 L:      linux-mtd@lists.infradead.org
8603 S:      Maintained
8604 F:      drivers/mtd/nand/pxa3xx_nand.c
8605
8606 MMP SUPPORT
8607 M:      Eric Miao <eric.y.miao@gmail.com>
8608 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8610 T:      git git://github.com/hzhuang1/linux.git
8611 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8612 S:      Maintained
8613 F:      arch/arm/mach-mmp/
8614
8615 PXA MMCI DRIVER
8616 S:      Orphan
8617
8618 PXA RTC DRIVER
8619 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8620 L:      rtc-linux@googlegroups.com
8621 S:      Maintained
8622
8623 QAT DRIVER
8624 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8625 L:      qat-linux@intel.com
8626 S:      Supported
8627 F:      drivers/crypto/qat/
8628
8629 QIB DRIVER
8630 M:      Mike Marciniszyn <infinipath@intel.com>
8631 L:      linux-rdma@vger.kernel.org
8632 S:      Supported
8633 F:      drivers/infiniband/hw/qib/
8634
8635 QLOGIC QLA1280 SCSI DRIVER
8636 M:      Michael Reed <mdr@sgi.com>
8637 L:      linux-scsi@vger.kernel.org
8638 S:      Maintained
8639 F:      drivers/scsi/qla1280.[ch]
8640
8641 QLOGIC QLA2XXX FC-SCSI DRIVER
8642 M:      qla2xxx-upstream@qlogic.com
8643 L:      linux-scsi@vger.kernel.org
8644 S:      Supported
8645 F:      Documentation/scsi/LICENSE.qla2xxx
8646 F:      drivers/scsi/qla2xxx/
8647
8648 QLOGIC QLA4XXX iSCSI DRIVER
8649 M:      QLogic-Storage-Upstream@qlogic.com
8650 L:      linux-scsi@vger.kernel.org
8651 S:      Supported
8652 F:      Documentation/scsi/LICENSE.qla4xxx
8653 F:      drivers/scsi/qla4xxx/
8654
8655 QLOGIC QLA3XXX NETWORK DRIVER
8656 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8657 M:      Ron Mercer <ron.mercer@qlogic.com>
8658 M:      linux-driver@qlogic.com
8659 L:      netdev@vger.kernel.org
8660 S:      Supported
8661 F:      Documentation/networking/LICENSE.qla3xxx
8662 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8663
8664 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8665 M:      Dept-GELinuxNICDev@qlogic.com
8666 L:      netdev@vger.kernel.org
8667 S:      Supported
8668 F:      drivers/net/ethernet/qlogic/qlcnic/
8669
8670 QLOGIC QLGE 10Gb ETHERNET DRIVER
8671 M:      Harish Patil <harish.patil@qlogic.com>
8672 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8673 M:      Dept-GELinuxNICDev@qlogic.com
8674 M:      linux-driver@qlogic.com
8675 L:      netdev@vger.kernel.org
8676 S:      Supported
8677 F:      drivers/net/ethernet/qlogic/qlge/
8678
8679 QLOGIC QL4xxx ETHERNET DRIVER
8680 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8681 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8682 M:      everest-linux-l2@qlogic.com
8683 L:      netdev@vger.kernel.org
8684 S:      Supported
8685 F:      drivers/net/ethernet/qlogic/qed/
8686 F:      include/linux/qed/
8687 F:      drivers/net/ethernet/qlogic/qede/
8688
8689 QNX4 FILESYSTEM
8690 M:      Anders Larsen <al@alarsen.net>
8691 W:      http://www.alarsen.net/linux/qnx4fs/
8692 S:      Maintained
8693 F:      fs/qnx4/
8694 F:      include/uapi/linux/qnx4_fs.h
8695 F:      include/uapi/linux/qnxtypes.h
8696
8697 QT1010 MEDIA DRIVER
8698 M:      Antti Palosaari <crope@iki.fi>
8699 L:      linux-media@vger.kernel.org
8700 W:      http://linuxtv.org/
8701 W:      http://palosaari.fi/linux/
8702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8703 T:      git git://linuxtv.org/anttip/media_tree.git
8704 S:      Maintained
8705 F:      drivers/media/tuners/qt1010*
8706
8707 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8708 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8709 L:      linux-wireless@vger.kernel.org
8710 L:      ath9k-devel@lists.ath9k.org
8711 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8712 S:      Supported
8713 F:      drivers/net/wireless/ath/ath9k/
8714
8715 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8716 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8717 L:      ath10k@lists.infradead.org
8718 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8719 T:      git git://github.com/kvalo/ath.git
8720 S:      Supported
8721 F:      drivers/net/wireless/ath/ath10k/
8722
8723 QUALCOMM HEXAGON ARCHITECTURE
8724 M:      Richard Kuo <rkuo@codeaurora.org>
8725 L:      linux-hexagon@vger.kernel.org
8726 S:      Supported
8727 F:      arch/hexagon/
8728
8729 QUALCOMM WCN36XX WIRELESS DRIVER
8730 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8731 L:      wcn36xx@lists.infradead.org
8732 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8733 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8734 S:      Supported
8735 F:      drivers/net/wireless/ath/wcn36xx/
8736
8737 RADOS BLOCK DEVICE (RBD)
8738 M:      Ilya Dryomov <idryomov@gmail.com>
8739 M:      Sage Weil <sage@redhat.com>
8740 M:      Alex Elder <elder@kernel.org>
8741 L:      ceph-devel@vger.kernel.org
8742 W:      http://ceph.com/
8743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8744 T:      git git://github.com/ceph/ceph-client.git
8745 S:      Supported
8746 F:      Documentation/ABI/testing/sysfs-bus-rbd
8747 F:      drivers/block/rbd.c
8748 F:      drivers/block/rbd_types.h
8749
8750 RADEON FRAMEBUFFER DISPLAY DRIVER
8751 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8752 L:      linux-fbdev@vger.kernel.org
8753 S:      Maintained
8754 F:      drivers/video/fbdev/aty/radeon*
8755 F:      include/uapi/linux/radeonfb.h
8756
8757 RADIOSHARK RADIO DRIVER
8758 M:      Hans de Goede <hdegoede@redhat.com>
8759 L:      linux-media@vger.kernel.org
8760 T:      git git://linuxtv.org/media_tree.git
8761 S:      Maintained
8762 F:      drivers/media/radio/radio-shark.c
8763
8764 RADIOSHARK2 RADIO DRIVER
8765 M:      Hans de Goede <hdegoede@redhat.com>
8766 L:      linux-media@vger.kernel.org
8767 T:      git git://linuxtv.org/media_tree.git
8768 S:      Maintained
8769 F:      drivers/media/radio/radio-shark2.c
8770 F:      drivers/media/radio/radio-tea5777.c
8771
8772 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8773 M:      Paul Mackerras <paulus@samba.org>
8774 L:      linux-fbdev@vger.kernel.org
8775 S:      Maintained
8776 F:      drivers/video/fbdev/aty/aty128fb.c
8777
8778 RALINK RT2X00 WIRELESS LAN DRIVER
8779 P:      rt2x00 project
8780 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8781 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8782 L:      linux-wireless@vger.kernel.org
8783 S:      Maintained
8784 F:      drivers/net/wireless/rt2x00/
8785
8786 RAMDISK RAM BLOCK DEVICE DRIVER
8787 M:      Jens Axboe <axboe@kernel.dk>
8788 S:      Maintained
8789 F:      Documentation/blockdev/ramdisk.txt
8790 F:      drivers/block/brd.c
8791
8792 RANDOM NUMBER DRIVER
8793 M:      "Theodore Ts'o" <tytso@mit.edu>
8794 S:      Maintained
8795 F:      drivers/char/random.c
8796
8797 RAPIDIO SUBSYSTEM
8798 M:      Matt Porter <mporter@kernel.crashing.org>
8799 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8800 S:      Maintained
8801 F:      drivers/rapidio/
8802
8803 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8804 L:      linux-wireless@vger.kernel.org
8805 S:      Orphan
8806 F:      drivers/net/wireless/ray*
8807
8808 RCUTORTURE MODULE
8809 M:      Josh Triplett <josh@joshtriplett.org>
8810 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8811 L:      linux-kernel@vger.kernel.org
8812 S:      Supported
8813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8814 F:      Documentation/RCU/torture.txt
8815 F:      kernel/rcu/rcutorture.c
8816
8817 RCUTORTURE TEST FRAMEWORK
8818 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8819 M:      Josh Triplett <josh@joshtriplett.org>
8820 R:      Steven Rostedt <rostedt@goodmis.org>
8821 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8822 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8823 L:      linux-kernel@vger.kernel.org
8824 S:      Supported
8825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8826 F:      tools/testing/selftests/rcutorture
8827
8828 RDC R-321X SoC
8829 M:      Florian Fainelli <florian@openwrt.org>
8830 S:      Maintained
8831
8832 RDC R6040 FAST ETHERNET DRIVER
8833 M:      Florian Fainelli <florian@openwrt.org>
8834 L:      netdev@vger.kernel.org
8835 S:      Maintained
8836 F:      drivers/net/ethernet/rdc/r6040.c
8837
8838 RDS - RELIABLE DATAGRAM SOCKETS
8839 M:      Chien Yen <chien.yen@oracle.com>
8840 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8841 S:      Supported
8842 F:      net/rds/
8843
8844 READ-COPY UPDATE (RCU)
8845 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8846 M:      Josh Triplett <josh@joshtriplett.org>
8847 R:      Steven Rostedt <rostedt@goodmis.org>
8848 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8849 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8850 L:      linux-kernel@vger.kernel.org
8851 W:      http://www.rdrop.com/users/paulmck/RCU/
8852 S:      Supported
8853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8854 F:      Documentation/RCU/
8855 X:      Documentation/RCU/torture.txt
8856 F:      include/linux/rcu*
8857 X:      include/linux/srcu.h
8858 F:      kernel/rcu/
8859 X:      kernel/torture.c
8860
8861 REAL TIME CLOCK (RTC) SUBSYSTEM
8862 M:      Alessandro Zummo <a.zummo@towertech.it>
8863 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8864 L:      rtc-linux@googlegroups.com
8865 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8867 S:      Maintained
8868 F:      Documentation/rtc.txt
8869 F:      drivers/rtc/
8870 F:      include/linux/rtc.h
8871 F:      include/uapi/linux/rtc.h
8872
8873 REALTEK AUDIO CODECS
8874 M:      Bard Liao <bardliao@realtek.com>
8875 M:      Oder Chiou <oder_chiou@realtek.com>
8876 S:      Maintained
8877 F:      sound/soc/codecs/rt*
8878 F:      include/sound/rt*.h
8879
8880 REISERFS FILE SYSTEM
8881 L:      reiserfs-devel@vger.kernel.org
8882 S:      Supported
8883 F:      fs/reiserfs/
8884
8885 REGISTER MAP ABSTRACTION
8886 M:      Mark Brown <broonie@kernel.org>
8887 L:      linux-kernel@vger.kernel.org
8888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8889 S:      Supported
8890 F:      drivers/base/regmap/
8891 F:      include/linux/regmap.h
8892
8893 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8894 M:      Ohad Ben-Cohen <ohad@wizery.com>
8895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8896 S:      Maintained
8897 F:      drivers/remoteproc/
8898 F:      Documentation/remoteproc.txt
8899 F:      include/linux/remoteproc.h
8900
8901 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8902 M:      Ohad Ben-Cohen <ohad@wizery.com>
8903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8904 S:      Maintained
8905 F:      drivers/rpmsg/
8906 F:      Documentation/rpmsg.txt
8907 F:      include/linux/rpmsg.h
8908
8909 RESET CONTROLLER FRAMEWORK
8910 M:      Philipp Zabel <p.zabel@pengutronix.de>
8911 S:      Maintained
8912 F:      drivers/reset/
8913 F:      Documentation/devicetree/bindings/reset/
8914 F:      include/dt-bindings/reset/
8915 F:      include/linux/reset.h
8916 F:      include/linux/reset-controller.h
8917
8918 RFKILL
8919 M:      Johannes Berg <johannes@sipsolutions.net>
8920 L:      linux-wireless@vger.kernel.org
8921 W:      http://wireless.kernel.org/
8922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8924 S:      Maintained
8925 F:      Documentation/rfkill.txt
8926 F:      net/rfkill/
8927
8928 RHASHTABLE
8929 M:      Thomas Graf <tgraf@suug.ch>
8930 L:      netdev@vger.kernel.org
8931 S:      Maintained
8932 F:      lib/rhashtable.c
8933 F:      include/linux/rhashtable.h
8934
8935 RICOH SMARTMEDIA/XD DRIVER
8936 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8937 S:      Maintained
8938 F:      drivers/mtd/nand/r852.c
8939 F:      drivers/mtd/nand/r852.h
8940
8941 RICOH R5C592 MEMORYSTICK DRIVER
8942 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8943 S:      Maintained
8944 F:      drivers/memstick/host/r592.*
8945
8946 ROCCAT DRIVERS
8947 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8948 W:      http://sourceforge.net/projects/roccat/
8949 S:      Maintained
8950 F:      drivers/hid/hid-roccat*
8951 F:      include/linux/hid-roccat*
8952 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8953
8954 ROCKER DRIVER
8955 M:      Jiri Pirko <jiri@resnulli.us>
8956 M:      Scott Feldman <sfeldma@gmail.com>
8957 L:      netdev@vger.kernel.org
8958 S:      Supported
8959 F:      drivers/net/ethernet/rocker/
8960
8961 ROCKETPORT DRIVER
8962 P:      Comtrol Corp.
8963 W:      http://www.comtrol.com
8964 S:      Maintained
8965 F:      Documentation/serial/rocket.txt
8966 F:      drivers/tty/rocket*
8967
8968 ROCKETPORT EXPRESS/INFINITY DRIVER
8969 M:      Kevin Cernekee <cernekee@gmail.com>
8970 L:      linux-serial@vger.kernel.org
8971 S:      Odd Fixes
8972 F:      drivers/tty/serial/rp2.*
8973
8974 ROSE NETWORK LAYER
8975 M:      Ralf Baechle <ralf@linux-mips.org>
8976 L:      linux-hams@vger.kernel.org
8977 W:      http://www.linux-ax25.org/
8978 S:      Maintained
8979 F:      include/net/rose.h
8980 F:      include/uapi/linux/rose.h
8981 F:      net/rose/
8982
8983 RTL2830 MEDIA DRIVER
8984 M:      Antti Palosaari <crope@iki.fi>
8985 L:      linux-media@vger.kernel.org
8986 W:      http://linuxtv.org/
8987 W:      http://palosaari.fi/linux/
8988 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8989 T:      git git://linuxtv.org/anttip/media_tree.git
8990 S:      Maintained
8991 F:      drivers/media/dvb-frontends/rtl2830*
8992
8993 RTL2832 MEDIA DRIVER
8994 M:      Antti Palosaari <crope@iki.fi>
8995 L:      linux-media@vger.kernel.org
8996 W:      http://linuxtv.org/
8997 W:      http://palosaari.fi/linux/
8998 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8999 T:      git git://linuxtv.org/anttip/media_tree.git
9000 S:      Maintained
9001 F:      drivers/media/dvb-frontends/rtl2832*
9002
9003 RTL2832_SDR MEDIA DRIVER
9004 M:      Antti Palosaari <crope@iki.fi>
9005 L:      linux-media@vger.kernel.org
9006 W:      http://linuxtv.org/
9007 W:      http://palosaari.fi/linux/
9008 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9009 T:      git git://linuxtv.org/anttip/media_tree.git
9010 S:      Maintained
9011 F:      drivers/media/dvb-frontends/rtl2832_sdr*
9012
9013 RTL8180 WIRELESS DRIVER
9014 L:      linux-wireless@vger.kernel.org
9015 W:      http://wireless.kernel.org/
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9017 S:      Orphan
9018 F:      drivers/net/wireless/rtl818x/rtl8180/
9019
9020 RTL8187 WIRELESS DRIVER
9021 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9022 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
9023 M:      Larry Finger <Larry.Finger@lwfinger.net>
9024 L:      linux-wireless@vger.kernel.org
9025 W:      http://wireless.kernel.org/
9026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9027 S:      Maintained
9028 F:      drivers/net/wireless/rtl818x/rtl8187/
9029
9030 RTL8192CE WIRELESS DRIVER
9031 M:      Larry Finger <Larry.Finger@lwfinger.net>
9032 M:      Chaoming Li <chaoming_li@realsil.com.cn>
9033 L:      linux-wireless@vger.kernel.org
9034 W:      http://wireless.kernel.org/
9035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
9036 S:      Maintained
9037 F:      drivers/net/wireless/rtlwifi/
9038 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
9039
9040 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
9041 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9042 L:      linux-wireless@vger.kernel.org
9043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
9044 S:      Maintained
9045 F:      drivers/net/wireless/realtek/rtl8xxxu/
9046
9047 S3 SAVAGE FRAMEBUFFER DRIVER
9048 M:      Antonino Daplas <adaplas@gmail.com>
9049 L:      linux-fbdev@vger.kernel.org
9050 S:      Maintained
9051 F:      drivers/video/fbdev/savage/
9052
9053 S390
9054 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
9055 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
9056 L:      linux-s390@vger.kernel.org
9057 W:      http://www.ibm.com/developerworks/linux/linux390/
9058 S:      Supported
9059 F:      arch/s390/
9060 F:      drivers/s390/
9061 F:      Documentation/s390/
9062 F:      Documentation/DocBook/s390*
9063
9064 S390 COMMON I/O LAYER
9065 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9066 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
9067 L:      linux-s390@vger.kernel.org
9068 W:      http://www.ibm.com/developerworks/linux/linux390/
9069 S:      Supported
9070 F:      drivers/s390/cio/
9071
9072 S390 DASD DRIVER
9073 M:      Stefan Weinhuber <wein@de.ibm.com>
9074 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
9075 L:      linux-s390@vger.kernel.org
9076 W:      http://www.ibm.com/developerworks/linux/linux390/
9077 S:      Supported
9078 F:      drivers/s390/block/dasd*
9079 F:      block/partitions/ibm.c
9080
9081 S390 NETWORK DRIVERS
9082 M:      Ursula Braun <ursula.braun@de.ibm.com>
9083 L:      linux-s390@vger.kernel.org
9084 W:      http://www.ibm.com/developerworks/linux/linux390/
9085 S:      Supported
9086 F:      drivers/s390/net/
9087
9088 S390 PCI SUBSYSTEM
9089 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9090 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9091 L:      linux-s390@vger.kernel.org
9092 W:      http://www.ibm.com/developerworks/linux/linux390/
9093 S:      Supported
9094 F:      arch/s390/pci/
9095 F:      drivers/pci/hotplug/s390_pci_hpc.c
9096
9097 S390 ZCRYPT DRIVER
9098 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9099 L:      linux-s390@vger.kernel.org
9100 W:      http://www.ibm.com/developerworks/linux/linux390/
9101 S:      Supported
9102 F:      drivers/s390/crypto/
9103
9104 S390 ZFCP DRIVER
9105 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9106 L:      linux-s390@vger.kernel.org
9107 W:      http://www.ibm.com/developerworks/linux/linux390/
9108 S:      Supported
9109 F:      drivers/s390/scsi/zfcp_*
9110
9111 S390 IUCV NETWORK LAYER
9112 M:      Ursula Braun <ursula.braun@de.ibm.com>
9113 L:      linux-s390@vger.kernel.org
9114 W:      http://www.ibm.com/developerworks/linux/linux390/
9115 S:      Supported
9116 F:      drivers/s390/net/*iucv*
9117 F:      include/net/iucv/
9118 F:      net/iucv/
9119
9120 S390 IOMMU (PCI)
9121 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9122 L:      linux-s390@vger.kernel.org
9123 W:      http://www.ibm.com/developerworks/linux/linux390/
9124 S:      Supported
9125 F:      drivers/iommu/s390-iommu.c
9126
9127 S3C24XX SD/MMC Driver
9128 M:      Ben Dooks <ben-linux@fluff.org>
9129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9130 S:      Supported
9131 F:      drivers/mmc/host/s3cmci.*
9132
9133 SAA6588 RDS RECEIVER DRIVER
9134 M:      Hans Verkuil <hverkuil@xs4all.nl>
9135 L:      linux-media@vger.kernel.org
9136 T:      git git://linuxtv.org/media_tree.git
9137 W:      http://linuxtv.org
9138 S:      Odd Fixes
9139 F:      drivers/media/i2c/saa6588*
9140
9141 SAA7134 VIDEO4LINUX DRIVER
9142 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9143 L:      linux-media@vger.kernel.org
9144 W:      http://linuxtv.org
9145 T:      git git://linuxtv.org/media_tree.git
9146 S:      Odd fixes
9147 F:      Documentation/video4linux/*.saa7134
9148 F:      drivers/media/pci/saa7134/
9149
9150 SAA7146 VIDEO4LINUX-2 DRIVER
9151 M:      Hans Verkuil <hverkuil@xs4all.nl>
9152 L:      linux-media@vger.kernel.org
9153 T:      git git://linuxtv.org/media_tree.git
9154 S:      Maintained
9155 F:      drivers/media/common/saa7146/
9156 F:      drivers/media/pci/saa7146/
9157 F:      include/media/saa7146*
9158
9159 SAMSUNG LAPTOP DRIVER
9160 M:      Corentin Chary <corentin.chary@gmail.com>
9161 L:      platform-driver-x86@vger.kernel.org
9162 S:      Maintained
9163 F:      drivers/platform/x86/samsung-laptop.c
9164
9165 SAMSUNG AUDIO (ASoC) DRIVERS
9166 M:      Sangbeom Kim <sbkim73@samsung.com>
9167 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9168 S:      Supported
9169 F:      sound/soc/samsung/
9170
9171 SAMSUNG FRAMEBUFFER DRIVER
9172 M:      Jingoo Han <jingoohan1@gmail.com>
9173 L:      linux-fbdev@vger.kernel.org
9174 S:      Maintained
9175 F:      drivers/video/fbdev/s3c-fb.c
9176
9177 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9178 M:      Sangbeom Kim <sbkim73@samsung.com>
9179 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9180 L:      linux-kernel@vger.kernel.org
9181 L:      linux-samsung-soc@vger.kernel.org
9182 S:      Supported
9183 F:      drivers/mfd/sec*.c
9184 F:      drivers/regulator/s2m*.c
9185 F:      drivers/regulator/s5m*.c
9186 F:      drivers/clk/clk-s2mps11.c
9187 F:      drivers/rtc/rtc-s5m.c
9188 F:      include/linux/mfd/samsung/
9189 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9190 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9191
9192 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9193 M:      Kyungmin Park <kyungmin.park@samsung.com>
9194 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9195 L:      linux-media@vger.kernel.org
9196 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9197 S:      Supported
9198 F:      drivers/media/platform/exynos4-is/
9199
9200 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9201 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9202 L:      linux-media@vger.kernel.org
9203 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9204 S:      Maintained
9205 F:      drivers/media/platform/s3c-camif/
9206 F:      include/media/s3c_camif.h
9207
9208 SAMSUNG S5C73M3 CAMERA DRIVER
9209 M:      Kyungmin Park <kyungmin.park@samsung.com>
9210 M:      Andrzej Hajda <a.hajda@samsung.com>
9211 L:      linux-media@vger.kernel.org
9212 S:      Supported
9213 F:      drivers/media/i2c/s5c73m3/*
9214
9215 SAMSUNG S5K5BAF CAMERA DRIVER
9216 M:      Kyungmin Park <kyungmin.park@samsung.com>
9217 M:      Andrzej Hajda <a.hajda@samsung.com>
9218 L:      linux-media@vger.kernel.org
9219 S:      Supported
9220 F:      drivers/media/i2c/s5k5baf.c
9221
9222 SAMSUNG S3FWRN5 NFC DRIVER
9223 M:      Robert Baldyga <r.baldyga@samsung.com>
9224 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9225 S:      Supported
9226 F:      drivers/nfc/s3fwrn5
9227
9228 SAMSUNG SOC CLOCK DRIVERS
9229 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9230 M:      Tomasz Figa <tomasz.figa@gmail.com>
9231 S:      Supported
9232 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9233 F:      drivers/clk/samsung/
9234
9235 SAMSUNG SXGBE DRIVERS
9236 M:      Byungho An <bh74.an@samsung.com>
9237 M:      Girish K S <ks.giri@samsung.com>
9238 M:      Vipul Pandya <vipul.pandya@samsung.com>
9239 S:      Supported
9240 L:      netdev@vger.kernel.org
9241 F:      drivers/net/ethernet/samsung/sxgbe/
9242
9243 SAMSUNG THERMAL DRIVER
9244 M:      Lukasz Majewski <l.majewski@samsung.com>
9245 L:      linux-pm@vger.kernel.org
9246 L:      linux-samsung-soc@vger.kernel.org
9247 S:      Supported
9248 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9249 F:      drivers/thermal/samsung/
9250
9251 SAMSUNG USB2 PHY DRIVER
9252 M:      Kamil Debski <k.debski@samsung.com>
9253 L:      linux-kernel@vger.kernel.org
9254 S:      Supported
9255 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9256 F:      Documentation/phy/samsung-usb2.txt
9257 F:      drivers/phy/phy-exynos4210-usb2.c
9258 F:      drivers/phy/phy-exynos4x12-usb2.c
9259 F:      drivers/phy/phy-exynos5250-usb2.c
9260 F:      drivers/phy/phy-s5pv210-usb2.c
9261 F:      drivers/phy/phy-samsung-usb2.c
9262 F:      drivers/phy/phy-samsung-usb2.h
9263
9264 SERIAL DRIVERS
9265 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9266 L:      linux-serial@vger.kernel.org
9267 S:      Maintained
9268 F:      drivers/tty/serial/
9269
9270 SYNOPSYS DESIGNWARE DMAC DRIVER
9271 M:      Viresh Kumar <vireshk@kernel.org>
9272 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9273 S:      Maintained
9274 F:      include/linux/dma/dw.h
9275 F:      include/linux/platform_data/dma-dw.h
9276 F:      drivers/dma/dw/
9277
9278 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9279 M: Lars Persson <lars.persson@axis.com>
9280 L: netdev@vger.kernel.org
9281 S: Supported
9282 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9283 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9284
9285 SYNOPSYS DESIGNWARE I2C DRIVER
9286 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9287 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9288 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9289 L:      linux-i2c@vger.kernel.org
9290 S:      Maintained
9291 F:      drivers/i2c/busses/i2c-designware-*
9292 F:      include/linux/platform_data/i2c-designware.h
9293
9294 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9295 M:      Seungwon Jeon <tgih.jun@samsung.com>
9296 M:      Jaehoon Chung <jh80.chung@samsung.com>
9297 L:      linux-mmc@vger.kernel.org
9298 S:      Maintained
9299 F:      include/linux/mmc/dw_mmc.h
9300 F:      drivers/mmc/host/dw_mmc*
9301
9302 SYSTEM TRACE MODULE CLASS
9303 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
9304 S:      Maintained
9305 F:      Documentation/trace/stm.txt
9306 F:      drivers/hwtracing/stm/
9307 F:      include/linux/stm.h
9308 F:      include/uapi/linux/stm.h
9309
9310 THUNDERBOLT DRIVER
9311 M:      Andreas Noever <andreas.noever@gmail.com>
9312 S:      Maintained
9313 F:      drivers/thunderbolt/
9314
9315 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9316 M:      John Stultz <john.stultz@linaro.org>
9317 M:      Thomas Gleixner <tglx@linutronix.de>
9318 L:      linux-kernel@vger.kernel.org
9319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9320 S:      Supported
9321 F:      include/linux/clocksource.h
9322 F:      include/linux/time.h
9323 F:      include/linux/timex.h
9324 F:      include/uapi/linux/time.h
9325 F:      include/uapi/linux/timex.h
9326 F:      kernel/time/clocksource.c
9327 F:      kernel/time/time*.c
9328 F:      kernel/time/ntp.c
9329 F:      tools/testing/selftests/timers/
9330
9331 SC1200 WDT DRIVER
9332 M:      Zwane Mwaikambo <zwanem@gmail.com>
9333 S:      Maintained
9334 F:      drivers/watchdog/sc1200wdt.c
9335
9336 SCHEDULER
9337 M:      Ingo Molnar <mingo@redhat.com>
9338 M:      Peter Zijlstra <peterz@infradead.org>
9339 L:      linux-kernel@vger.kernel.org
9340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9341 S:      Maintained
9342 F:      kernel/sched/
9343 F:      include/linux/sched.h
9344 F:      include/uapi/linux/sched.h
9345 F:      include/linux/wait.h
9346
9347 SCORE ARCHITECTURE
9348 M:      Chen Liqin <liqin.linux@gmail.com>
9349 M:      Lennox Wu <lennox.wu@gmail.com>
9350 W:      http://www.sunplus.com
9351 S:      Supported
9352 F:      arch/score/
9353
9354 SCSI CDROM DRIVER
9355 M:      Jens Axboe <axboe@kernel.dk>
9356 L:      linux-scsi@vger.kernel.org
9357 W:      http://www.kernel.dk
9358 S:      Maintained
9359 F:      drivers/scsi/sr*
9360
9361 SCSI RDMA PROTOCOL (SRP) INITIATOR
9362 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9363 L:      linux-rdma@vger.kernel.org
9364 S:      Supported
9365 W:      http://www.openfabrics.org
9366 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9368 F:      drivers/infiniband/ulp/srp/
9369 F:      include/scsi/srp.h
9370
9371 SCSI SG DRIVER
9372 M:      Doug Gilbert <dgilbert@interlog.com>
9373 L:      linux-scsi@vger.kernel.org
9374 W:      http://sg.danny.cz/sg
9375 S:      Maintained
9376 F:      Documentation/scsi/scsi-generic.txt
9377 F:      drivers/scsi/sg.c
9378 F:      include/scsi/sg.h
9379
9380 SCSI SUBSYSTEM
9381 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9382 L:      linux-scsi@vger.kernel.org
9383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9384 S:      Maintained
9385 F:      drivers/scsi/
9386 F:      include/scsi/
9387
9388 SCSI TAPE DRIVER
9389 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9390 L:      linux-scsi@vger.kernel.org
9391 S:      Maintained
9392 F:      Documentation/scsi/st.txt
9393 F:      drivers/scsi/st.*
9394 F:      drivers/scsi/st_*.h
9395
9396 SCTP PROTOCOL
9397 M:      Vlad Yasevich <vyasevich@gmail.com>
9398 M:      Neil Horman <nhorman@tuxdriver.com>
9399 L:      linux-sctp@vger.kernel.org
9400 W:      http://lksctp.sourceforge.net
9401 S:      Maintained
9402 F:      Documentation/networking/sctp.txt
9403 F:      include/linux/sctp.h
9404 F:      include/uapi/linux/sctp.h
9405 F:      include/net/sctp/
9406 F:      net/sctp/
9407
9408 SCx200 CPU SUPPORT
9409 M:      Jim Cromie <jim.cromie@gmail.com>
9410 S:      Odd Fixes
9411 F:      Documentation/i2c/busses/scx200_acb
9412 F:      arch/x86/platform/scx200/
9413 F:      drivers/watchdog/scx200_wdt.c
9414 F:      drivers/i2c/busses/scx200*
9415 F:      drivers/mtd/maps/scx200_docflash.c
9416 F:      include/linux/scx200.h
9417
9418 SCx200 GPIO DRIVER
9419 M:      Jim Cromie <jim.cromie@gmail.com>
9420 S:      Maintained
9421 F:      drivers/char/scx200_gpio.c
9422 F:      include/linux/scx200_gpio.h
9423
9424 SCx200 HRT CLOCKSOURCE DRIVER
9425 M:      Jim Cromie <jim.cromie@gmail.com>
9426 S:      Maintained
9427 F:      drivers/clocksource/scx200_hrt.c
9428
9429 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9430 M:      Sascha Sommer <saschasommer@freenet.de>
9431 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9432 S:      Maintained
9433 F:      drivers/mmc/host/sdricoh_cs.c
9434
9435 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9436 L:      linux-mmc@vger.kernel.org
9437 S:      Orphan
9438 F:      drivers/mmc/host/sdhci.*
9439 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9440
9441 SECURE COMPUTING
9442 M:      Kees Cook <keescook@chromium.org>
9443 R:      Andy Lutomirski <luto@amacapital.net>
9444 R:      Will Drewry <wad@chromium.org>
9445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9446 S:      Supported
9447 F:      kernel/seccomp.c
9448 F:      include/uapi/linux/seccomp.h
9449 F:      include/linux/seccomp.h
9450 F:      tools/testing/selftests/seccomp/*
9451 K:      \bsecure_computing
9452 K:      \bTIF_SECCOMP\b
9453
9454 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9455 M:      Ben Dooks <ben-linux@fluff.org>
9456 M:      Jaehoon Chung <jh80.chung@samsung.com>
9457 L:      linux-mmc@vger.kernel.org
9458 S:      Maintained
9459 F:      drivers/mmc/host/sdhci-s3c*
9460
9461 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9462 M:      Viresh Kumar <vireshk@kernel.org>
9463 L:      spear-devel@list.st.com
9464 L:      linux-mmc@vger.kernel.org
9465 S:      Maintained
9466 F:      drivers/mmc/host/sdhci-spear.c
9467
9468 SECURITY SUBSYSTEM
9469 M:      James Morris <james.l.morris@oracle.com>
9470 M:      "Serge E. Hallyn" <serge@hallyn.com>
9471 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9473 W:      http://kernsec.org/
9474 S:      Supported
9475 F:      security/
9476
9477 SECURITY CONTACT
9478 M:      Security Officers <security@kernel.org>
9479 S:      Supported
9480
9481 SELINUX SECURITY MODULE
9482 M:      Paul Moore <paul@paul-moore.com>
9483 M:      Stephen Smalley <sds@tycho.nsa.gov>
9484 M:      Eric Paris <eparis@parisplace.org>
9485 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9486 W:      http://selinuxproject.org
9487 T:      git git://git.infradead.org/users/pcmoore/selinux
9488 S:      Supported
9489 F:      include/linux/selinux*
9490 F:      security/selinux/
9491 F:      scripts/selinux/
9492
9493 APPARMOR SECURITY MODULE
9494 M:      John Johansen <john.johansen@canonical.com>
9495 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9496 W:      apparmor.wiki.kernel.org
9497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9498 S:      Supported
9499 F:      security/apparmor/
9500
9501 YAMA SECURITY MODULE
9502 M:      Kees Cook <keescook@chromium.org>
9503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9504 S:      Supported
9505 F:      security/yama/
9506
9507 SENSABLE PHANTOM
9508 M:      Jiri Slaby <jirislaby@gmail.com>
9509 S:      Maintained
9510 F:      drivers/misc/phantom.c
9511 F:      include/uapi/linux/phantom.h
9512
9513 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9514 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9515 M:      Ketan Mukadam <ketan.mukadam@avagotech.com>
9516 M:      John Soni Jose <sony.john@avagotech.com>
9517 L:      linux-scsi@vger.kernel.org
9518 W:      http://www.avagotech.com
9519 S:      Supported
9520 F:      drivers/scsi/be2iscsi/
9521
9522 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9523 M:      Sathya Perla <sathya.perla@avagotech.com>
9524 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9525 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9526 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9527 L:      netdev@vger.kernel.org
9528 W:      http://www.emulex.com
9529 S:      Supported
9530 F:      drivers/net/ethernet/emulex/benet/
9531
9532 EMULEX ONECONNECT ROCE DRIVER
9533 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9534 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9535 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9536 L:      linux-rdma@vger.kernel.org
9537 W:      http://www.emulex.com
9538 S:      Supported
9539 F:      drivers/infiniband/hw/ocrdma/
9540
9541 SFC NETWORK DRIVER
9542 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9543 M:      Shradha Shah <sshah@solarflare.com>
9544 L:      netdev@vger.kernel.org
9545 S:      Supported
9546 F:      drivers/net/ethernet/sfc/
9547
9548 SGI GRU DRIVER
9549 M:      Dimitri Sivanich <sivanich@sgi.com>
9550 S:      Maintained
9551 F:      drivers/misc/sgi-gru/
9552
9553 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9554 M:      Pat Gefre <pfg@sgi.com>
9555 L:      linux-ia64@vger.kernel.org
9556 S:      Supported
9557 F:      Documentation/ia64/serial.txt
9558 F:      drivers/tty/serial/ioc?_serial.c
9559 F:      include/linux/ioc?.h
9560
9561 SGI XP/XPC/XPNET DRIVER
9562 M:      Cliff Whickman <cpw@sgi.com>
9563 M:      Robin Holt <robinmholt@gmail.com>
9564 S:      Maintained
9565 F:      drivers/misc/sgi-xp/
9566
9567 SI2157 MEDIA DRIVER
9568 M:      Antti Palosaari <crope@iki.fi>
9569 L:      linux-media@vger.kernel.org
9570 W:      http://linuxtv.org/
9571 W:      http://palosaari.fi/linux/
9572 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9573 T:      git git://linuxtv.org/anttip/media_tree.git
9574 S:      Maintained
9575 F:      drivers/media/tuners/si2157*
9576
9577 SI2168 MEDIA DRIVER
9578 M:      Antti Palosaari <crope@iki.fi>
9579 L:      linux-media@vger.kernel.org
9580 W:      http://linuxtv.org/
9581 W:      http://palosaari.fi/linux/
9582 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9583 T:      git git://linuxtv.org/anttip/media_tree.git
9584 S:      Maintained
9585 F:      drivers/media/dvb-frontends/si2168*
9586
9587 SI470X FM RADIO RECEIVER I2C DRIVER
9588 M:      Hans Verkuil <hverkuil@xs4all.nl>
9589 L:      linux-media@vger.kernel.org
9590 T:      git git://linuxtv.org/media_tree.git
9591 W:      http://linuxtv.org
9592 S:      Odd Fixes
9593 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9594
9595 SI470X FM RADIO RECEIVER USB DRIVER
9596 M:      Hans Verkuil <hverkuil@xs4all.nl>
9597 L:      linux-media@vger.kernel.org
9598 T:      git git://linuxtv.org/media_tree.git
9599 W:      http://linuxtv.org
9600 S:      Maintained
9601 F:      drivers/media/radio/si470x/radio-si470x-common.c
9602 F:      drivers/media/radio/si470x/radio-si470x.h
9603 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9604
9605 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9606 M:      Eduardo Valentin <edubezval@gmail.com>
9607 L:      linux-media@vger.kernel.org
9608 T:      git git://linuxtv.org/media_tree.git
9609 W:      http://linuxtv.org
9610 S:      Odd Fixes
9611 F:      drivers/media/radio/si4713/si4713.?
9612
9613 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9614 M:      Eduardo Valentin <edubezval@gmail.com>
9615 L:      linux-media@vger.kernel.org
9616 T:      git git://linuxtv.org/media_tree.git
9617 W:      http://linuxtv.org
9618 S:      Odd Fixes
9619 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9620
9621 SI4713 FM RADIO TRANSMITTER USB DRIVER
9622 M:      Hans Verkuil <hverkuil@xs4all.nl>
9623 L:      linux-media@vger.kernel.org
9624 T:      git git://linuxtv.org/media_tree.git
9625 W:      http://linuxtv.org
9626 S:      Maintained
9627 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9628
9629 SIANO DVB DRIVER
9630 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9631 L:      linux-media@vger.kernel.org
9632 W:      http://linuxtv.org
9633 T:      git git://linuxtv.org/media_tree.git
9634 S:      Odd fixes
9635 F:      drivers/media/common/siano/
9636 F:      drivers/media/usb/siano/
9637 F:      drivers/media/usb/siano/
9638 F:      drivers/media/mmc/siano/
9639
9640 SIMPLEFB FB DRIVER
9641 M:      Hans de Goede <hdegoede@redhat.com>
9642 L:      linux-fbdev@vger.kernel.org
9643 S:      Maintained
9644 F:      Documentation/devicetree/bindings/display/simple-framebuffer.txt
9645 F:      drivers/video/fbdev/simplefb.c
9646 F:      include/linux/platform_data/simplefb.h
9647
9648 SH_VEU V4L2 MEM2MEM DRIVER
9649 L:      linux-media@vger.kernel.org
9650 S:      Orphan
9651 F:      drivers/media/platform/sh_veu.c
9652
9653 SH_VOU V4L2 OUTPUT DRIVER
9654 L:      linux-media@vger.kernel.org
9655 S:      Orphan
9656 F:      drivers/media/platform/sh_vou.c
9657 F:      include/media/sh_vou.h
9658
9659 SIMPLE FIRMWARE INTERFACE (SFI)
9660 M:      Len Brown <lenb@kernel.org>
9661 L:      sfi-devel@simplefirmware.org
9662 W:      http://simplefirmware.org/
9663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9664 S:      Supported
9665 F:      arch/x86/platform/sfi/
9666 F:      drivers/sfi/
9667 F:      include/linux/sfi*.h
9668
9669 SIMTEC EB110ATX (Chalice CATS)
9670 P:      Ben Dooks
9671 P:      Vincent Sanders <vince@simtec.co.uk>
9672 M:      Simtec Linux Team <linux@simtec.co.uk>
9673 W:      http://www.simtec.co.uk/products/EB110ATX/
9674 S:      Supported
9675
9676 SIMTEC EB2410ITX (BAST)
9677 P:      Ben Dooks
9678 P:      Vincent Sanders <vince@simtec.co.uk>
9679 M:      Simtec Linux Team <linux@simtec.co.uk>
9680 W:      http://www.simtec.co.uk/products/EB2410ITX/
9681 S:      Supported
9682 F:      arch/arm/mach-s3c24xx/mach-bast.c
9683 F:      arch/arm/mach-s3c24xx/bast-ide.c
9684 F:      arch/arm/mach-s3c24xx/bast-irq.c
9685
9686 TI DAVINCI MACHINE SUPPORT
9687 M:      Sekhar Nori <nsekhar@ti.com>
9688 M:      Kevin Hilman <khilman@deeprootsystems.com>
9689 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9690 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9691 S:      Supported
9692 F:      arch/arm/mach-davinci/
9693 F:      drivers/i2c/busses/i2c-davinci.c
9694
9695 TI DAVINCI SERIES MEDIA DRIVER
9696 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9697 L:      linux-media@vger.kernel.org
9698 W:      http://linuxtv.org/
9699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9700 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9701 S:      Maintained
9702 F:      drivers/media/platform/davinci/
9703 F:      include/media/davinci/
9704
9705 TI AM437X VPFE DRIVER
9706 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9707 L:      linux-media@vger.kernel.org
9708 W:      http://linuxtv.org/
9709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9710 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9711 S:      Maintained
9712 F:      drivers/media/platform/am437x/
9713
9714 OV2659 OMNIVISION SENSOR DRIVER
9715 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9716 L:      linux-media@vger.kernel.org
9717 W:      http://linuxtv.org/
9718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9719 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9720 S:      Maintained
9721 F:      drivers/media/i2c/ov2659.c
9722 F:      include/media/ov2659.h
9723
9724 SILICON MOTION SM712 FRAME BUFFER DRIVER
9725 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9726 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9727 M:      Sudip Mukherjee <sudip@vectorindia.org>
9728 L:      linux-fbdev@vger.kernel.org
9729 S:      Maintained
9730 F:      drivers/video/fbdev/sm712*
9731 F:      Documentation/fb/sm712fb.txt
9732
9733 SIS 190 ETHERNET DRIVER
9734 M:      Francois Romieu <romieu@fr.zoreil.com>
9735 L:      netdev@vger.kernel.org
9736 S:      Maintained
9737 F:      drivers/net/ethernet/sis/sis190.c
9738
9739 SIS 900/7016 FAST ETHERNET DRIVER
9740 M:      Daniele Venzano <venza@brownhat.org>
9741 W:      http://www.brownhat.org/sis900.html
9742 L:      netdev@vger.kernel.org
9743 S:      Maintained
9744 F:      drivers/net/ethernet/sis/sis900.*
9745
9746 SIS FRAMEBUFFER DRIVER
9747 M:      Thomas Winischhofer <thomas@winischhofer.net>
9748 W:      http://www.winischhofer.net/linuxsisvga.shtml
9749 S:      Maintained
9750 F:      Documentation/fb/sisfb.txt
9751 F:      drivers/video/fbdev/sis/
9752 F:      include/video/sisfb.h
9753
9754 SIS USB2VGA DRIVER
9755 M:      Thomas Winischhofer <thomas@winischhofer.net>
9756 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9757 S:      Maintained
9758 F:      drivers/usb/misc/sisusbvga/
9759
9760 SLAB ALLOCATOR
9761 M:      Christoph Lameter <cl@linux.com>
9762 M:      Pekka Enberg <penberg@kernel.org>
9763 M:      David Rientjes <rientjes@google.com>
9764 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9765 M:      Andrew Morton <akpm@linux-foundation.org>
9766 L:      linux-mm@kvack.org
9767 S:      Maintained
9768 F:      include/linux/sl?b*.h
9769 F:      mm/sl?b*
9770
9771 SLEEPABLE READ-COPY UPDATE (SRCU)
9772 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9773 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9774 M:      Josh Triplett <josh@joshtriplett.org>
9775 R:      Steven Rostedt <rostedt@goodmis.org>
9776 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9777 L:      linux-kernel@vger.kernel.org
9778 W:      http://www.rdrop.com/users/paulmck/RCU/
9779 S:      Supported
9780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9781 F:      include/linux/srcu.h
9782 F:      kernel/rcu/srcu.c
9783
9784 SMACK SECURITY MODULE
9785 M:      Casey Schaufler <casey@schaufler-ca.com>
9786 L:      linux-security-module@vger.kernel.org
9787 W:      http://schaufler-ca.com
9788 T:      git git://git.gitorious.org/smack-next/kernel.git
9789 S:      Maintained
9790 F:      Documentation/security/Smack.txt
9791 F:      security/smack/
9792
9793 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9794 M:      Kevin Hilman <khilman@kernel.org>
9795 M:      Nishanth Menon <nm@ti.com>
9796 S:      Maintained
9797 F:      drivers/power/avs/
9798 F:      include/linux/power/smartreflex.h
9799 L:      linux-pm@vger.kernel.org
9800
9801 SMC91x ETHERNET DRIVER
9802 M:      Nicolas Pitre <nico@fluxnic.net>
9803 S:      Odd Fixes
9804 F:      drivers/net/ethernet/smsc/smc91x.*
9805
9806 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9807 M:      Sakari Ailus <sakari.ailus@iki.fi>
9808 L:      linux-media@vger.kernel.org
9809 S:      Maintained
9810 F:      drivers/media/i2c/smiapp/
9811 F:      include/media/smiapp.h
9812 F:      drivers/media/i2c/smiapp-pll.c
9813 F:      drivers/media/i2c/smiapp-pll.h
9814 F:      include/uapi/linux/smiapp.h
9815 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9816
9817 SMM665 HARDWARE MONITOR DRIVER
9818 M:      Guenter Roeck <linux@roeck-us.net>
9819 L:      lm-sensors@lm-sensors.org
9820 S:      Maintained
9821 F:      Documentation/hwmon/smm665
9822 F:      drivers/hwmon/smm665.c
9823
9824 SMSC EMC2103 HARDWARE MONITOR DRIVER
9825 M:      Steve Glendinning <steve.glendinning@shawell.net>
9826 L:      lm-sensors@lm-sensors.org
9827 S:      Maintained
9828 F:      Documentation/hwmon/emc2103
9829 F:      drivers/hwmon/emc2103.c
9830
9831 SMSC SCH5627 HARDWARE MONITOR DRIVER
9832 M:      Hans de Goede <hdegoede@redhat.com>
9833 L:      lm-sensors@lm-sensors.org
9834 S:      Supported
9835 F:      Documentation/hwmon/sch5627
9836 F:      drivers/hwmon/sch5627.c
9837
9838 SMSC47B397 HARDWARE MONITOR DRIVER
9839 M:      Jean Delvare <jdelvare@suse.com>
9840 L:      lm-sensors@lm-sensors.org
9841 S:      Maintained
9842 F:      Documentation/hwmon/smsc47b397
9843 F:      drivers/hwmon/smsc47b397.c
9844
9845 SMSC911x ETHERNET DRIVER
9846 M:      Steve Glendinning <steve.glendinning@shawell.net>
9847 L:      netdev@vger.kernel.org
9848 S:      Maintained
9849 F:      include/linux/smsc911x.h
9850 F:      drivers/net/ethernet/smsc/smsc911x.*
9851
9852 SMSC9420 PCI ETHERNET DRIVER
9853 M:      Steve Glendinning <steve.glendinning@shawell.net>
9854 L:      netdev@vger.kernel.org
9855 S:      Maintained
9856 F:      drivers/net/ethernet/smsc/smsc9420.*
9857
9858 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9859 M:      Steve Glendinning <steve.glendinning@shawell.net>
9860 L:      linux-fbdev@vger.kernel.org
9861 S:      Maintained
9862 F:      drivers/video/fbdev/smscufx.c
9863
9864 SOC-CAMERA V4L2 SUBSYSTEM
9865 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9866 L:      linux-media@vger.kernel.org
9867 T:      git git://linuxtv.org/media_tree.git
9868 S:      Maintained
9869 F:      include/media/soc*
9870 F:      drivers/media/i2c/soc_camera/
9871 F:      drivers/media/platform/soc_camera/
9872
9873 SOEKRIS NET48XX LED SUPPORT
9874 M:      Chris Boot <bootc@bootc.net>
9875 S:      Maintained
9876 F:      drivers/leds/leds-net48xx.c
9877
9878 SOFTLOGIC 6x10 MPEG CODEC
9879 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9880 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9881 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9882 M:      Ismael Luceno <ismael@iodev.co.uk>
9883 L:      linux-media@vger.kernel.org
9884 S:      Supported
9885 F:      drivers/media/pci/solo6x10/
9886
9887 SOFTWARE RAID (Multiple Disks) SUPPORT
9888 M:      Neil Brown <neilb@suse.com>
9889 L:      linux-raid@vger.kernel.org
9890 S:      Supported
9891 F:      drivers/md/
9892 F:      include/linux/raid/
9893 F:      include/uapi/linux/raid/
9894
9895 SONIC NETWORK DRIVER
9896 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9897 L:      netdev@vger.kernel.org
9898 S:      Maintained
9899 F:      drivers/net/ethernet/natsemi/sonic.*
9900
9901 SONICS SILICON BACKPLANE DRIVER (SSB)
9902 M:      Michael Buesch <m@bues.ch>
9903 L:      netdev@vger.kernel.org
9904 S:      Maintained
9905 F:      drivers/ssb/
9906 F:      include/linux/ssb/
9907
9908 SONY VAIO CONTROL DEVICE DRIVER
9909 M:      Mattia Dongili <malattia@linux.it>
9910 L:      platform-driver-x86@vger.kernel.org
9911 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9912 S:      Maintained
9913 F:      Documentation/laptops/sony-laptop.txt
9914 F:      drivers/char/sonypi.c
9915 F:      drivers/platform/x86/sony-laptop.c
9916 F:      include/linux/sony-laptop.h
9917
9918 SONY MEMORYSTICK CARD SUPPORT
9919 M:      Alex Dubov <oakad@yahoo.com>
9920 W:      http://tifmxx.berlios.de/
9921 S:      Maintained
9922 F:      drivers/memstick/host/tifm_ms.c
9923
9924 SONY MEMORYSTICK STANDARD SUPPORT
9925 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9926 S:      Maintained
9927 F:      drivers/memstick/core/ms_block.*
9928
9929 SOUND
9930 M:      Jaroslav Kysela <perex@perex.cz>
9931 M:      Takashi Iwai <tiwai@suse.com>
9932 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9933 W:      http://www.alsa-project.org/
9934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9935 T:      git git://git.alsa-project.org/alsa-kernel.git
9936 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9937 S:      Maintained
9938 F:      Documentation/sound/
9939 F:      include/sound/
9940 F:      include/uapi/sound/
9941 F:      sound/
9942
9943 SOUND - COMPRESSED AUDIO
9944 M:      Vinod Koul <vinod.koul@intel.com>
9945 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9947 S:      Supported
9948 F:      Documentation/sound/alsa/compress_offload.txt
9949 F:      include/sound/compress_driver.h
9950 F:      include/uapi/sound/compress_*
9951 F:      sound/core/compress_offload.c
9952 F:      sound/soc/soc-compress.c
9953
9954 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9955 M:      Liam Girdwood <lgirdwood@gmail.com>
9956 M:      Mark Brown <broonie@kernel.org>
9957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9958 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9959 W:      http://alsa-project.org/main/index.php/ASoC
9960 S:      Supported
9961 F:      Documentation/sound/alsa/soc/
9962 F:      sound/soc/
9963 F:      include/sound/soc*
9964
9965 SOUND - DMAENGINE HELPERS
9966 M:      Lars-Peter Clausen <lars@metafoo.de>
9967 S:      Supported
9968 F:      include/sound/dmaengine_pcm.h
9969 F:      sound/core/pcm_dmaengine.c
9970 F:      sound/soc/soc-generic-dmaengine-pcm.c
9971
9972 SP2 MEDIA DRIVER
9973 M:      Olli Salonen <olli.salonen@iki.fi>
9974 L:      linux-media@vger.kernel.org
9975 W:      http://linuxtv.org/
9976 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9977 S:      Maintained
9978 F:      drivers/media/dvb-frontends/sp2*
9979
9980 SPARC + UltraSPARC (sparc/sparc64)
9981 M:      "David S. Miller" <davem@davemloft.net>
9982 L:      sparclinux@vger.kernel.org
9983 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9986 S:      Maintained
9987 F:      arch/sparc/
9988 F:      drivers/sbus/
9989
9990 SPARC SERIAL DRIVERS
9991 M:      "David S. Miller" <davem@davemloft.net>
9992 L:      sparclinux@vger.kernel.org
9993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9995 S:      Maintained
9996 F:      include/linux/sunserialcore.h
9997 F:      drivers/tty/serial/suncore.c
9998 F:      drivers/tty/serial/sunhv.c
9999 F:      drivers/tty/serial/sunsab.c
10000 F:      drivers/tty/serial/sunsab.h
10001 F:      drivers/tty/serial/sunsu.c
10002 F:      drivers/tty/serial/sunzilog.c
10003 F:      drivers/tty/serial/sunzilog.h
10004
10005 SPARSE CHECKER
10006 M:      "Christopher Li" <sparse@chrisli.org>
10007 L:      linux-sparse@vger.kernel.org
10008 W:      https://sparse.wiki.kernel.org/
10009 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
10010 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
10011 S:      Maintained
10012 F:      include/linux/compiler.h
10013
10014 SPEAR PLATFORM SUPPORT
10015 M:      Viresh Kumar <vireshk@kernel.org>
10016 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
10017 L:      spear-devel@list.st.com
10018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10019 W:      http://www.st.com/spear
10020 S:      Maintained
10021 F:      arch/arm/mach-spear/
10022
10023 SPEAR CLOCK FRAMEWORK SUPPORT
10024 M:      Viresh Kumar <vireshk@kernel.org>
10025 L:      spear-devel@list.st.com
10026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10027 W:      http://www.st.com/spear
10028 S:      Maintained
10029 F:      drivers/clk/spear/
10030
10031 SPI SUBSYSTEM
10032 M:      Mark Brown <broonie@kernel.org>
10033 L:      linux-spi@vger.kernel.org
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
10035 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
10036 S:      Maintained
10037 F:      Documentation/spi/
10038 F:      drivers/spi/
10039 F:      include/linux/spi/
10040 F:      include/uapi/linux/spi/
10041
10042 SPIDERNET NETWORK DRIVER for CELL
10043 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
10044 L:      netdev@vger.kernel.org
10045 S:      Supported
10046 F:      Documentation/networking/spider_net.txt
10047 F:      drivers/net/ethernet/toshiba/spider_net*
10048
10049 SPU FILE SYSTEM
10050 M:      Jeremy Kerr <jk@ozlabs.org>
10051 L:      linuxppc-dev@lists.ozlabs.org
10052 W:      http://www.ibm.com/developerworks/power/cell/
10053 S:      Supported
10054 F:      Documentation/filesystems/spufs.txt
10055 F:      arch/powerpc/platforms/cell/spufs/
10056
10057 SQUASHFS FILE SYSTEM
10058 M:      Phillip Lougher <phillip@squashfs.org.uk>
10059 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
10060 W:      http://squashfs.org.uk
10061 S:      Maintained
10062 F:      Documentation/filesystems/squashfs.txt
10063 F:      fs/squashfs/
10064
10065 SRM (Alpha) environment access
10066 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
10067 S:      Maintained
10068 F:      arch/alpha/kernel/srm_env.c
10069
10070 STABLE BRANCH
10071 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10072 L:      stable@vger.kernel.org
10073 S:      Supported
10074 F:      Documentation/stable_kernel_rules.txt
10075
10076 STAGING SUBSYSTEM
10077 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
10079 L:      devel@driverdev.osuosl.org
10080 S:      Supported
10081 F:      drivers/staging/
10082
10083 STAGING - COMEDI
10084 M:      Ian Abbott <abbotti@mev.co.uk>
10085 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
10086 S:      Odd Fixes
10087 F:      drivers/staging/comedi/
10088
10089 STAGING - FLARION FT1000 DRIVERS
10090 M:      Marek Belisko <marek.belisko@gmail.com>
10091 S:      Odd Fixes
10092 F:      drivers/staging/ft1000/
10093
10094 STAGING - INDUSTRIAL IO
10095 M:      Jonathan Cameron <jic23@kernel.org>
10096 L:      linux-iio@vger.kernel.org
10097 S:      Odd Fixes
10098 F:      drivers/staging/iio/
10099
10100 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10101 M:      Jarod Wilson <jarod@wilsonet.com>
10102 W:      http://www.lirc.org/
10103 S:      Odd Fixes
10104 F:      drivers/staging/media/lirc/
10105
10106 STAGING - LUSTRE PARALLEL FILESYSTEM
10107 M:      Oleg Drokin <oleg.drokin@intel.com>
10108 M:      Andreas Dilger <andreas.dilger@intel.com>
10109 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10110 W:      http://wiki.lustre.org/
10111 S:      Maintained
10112 F:      drivers/staging/lustre
10113
10114 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10115 M:      Marc Dietrich <marvin24@gmx.de>
10116 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10117 L:      linux-tegra@vger.kernel.org
10118 S:      Maintained
10119 F:      drivers/staging/nvec/
10120
10121 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10122 M:      Jens Frederich <jfrederich@gmail.com>
10123 M:      Daniel Drake <dsd@laptop.org>
10124 M:      Jon Nettleton <jon.nettleton@gmail.com>
10125 W:      http://wiki.laptop.org/go/DCON
10126 S:      Maintained
10127 F:      drivers/staging/olpc_dcon/
10128
10129 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10130 M:      Willy Tarreau <willy@meta-x.org>
10131 S:      Odd Fixes
10132 F:      drivers/staging/panel/
10133
10134 STAGING - REALTEK RTL8712U DRIVERS
10135 M:      Larry Finger <Larry.Finger@lwfinger.net>
10136 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10137 S:      Odd Fixes
10138 F:      drivers/staging/rtl8712/
10139
10140 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10141 M:      Larry Finger <Larry.Finger@lwfinger.net>
10142 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10143 L:      linux-wireless@vger.kernel.org
10144 S:      Maintained
10145 F:      drivers/staging/rtl8723au/
10146
10147 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10148 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10149 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10150 M:      Sudip Mukherjee <sudip@vectorindia.org>
10151 L:      linux-fbdev@vger.kernel.org
10152 S:      Maintained
10153 F:      drivers/staging/sm750fb/
10154
10155 STAGING - SLICOSS
10156 M:      Lior Dotan <liodot@gmail.com>
10157 M:      Christopher Harrer <charrer@alacritech.com>
10158 S:      Odd Fixes
10159 F:      drivers/staging/slicoss/
10160
10161 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10162 M:      William Hubbs <w.d.hubbs@gmail.com>
10163 M:      Chris Brannon <chris@the-brannons.com>
10164 M:      Kirk Reiser <kirk@reisers.ca>
10165 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10166 L:      speakup@linux-speakup.org
10167 W:      http://www.linux-speakup.org/
10168 S:      Odd Fixes
10169 F:      drivers/staging/speakup/
10170
10171 STAGING - VIA VT665X DRIVERS
10172 M:      Forest Bond <forest@alittletooquiet.net>
10173 S:      Odd Fixes
10174 F:      drivers/staging/vt665?/
10175
10176 STAGING - WILC1000 WIFI DRIVER
10177 M:      Johnny Kim <johnny.kim@atmel.com>
10178 M:      Austin Shin <austin.shin@atmel.com>
10179 M:      Chris Park <chris.park@atmel.com>
10180 M:      Tony Cho <tony.cho@atmel.com>
10181 M:      Glen Lee <glen.lee@atmel.com>
10182 M:      Leo Kim <leo.kim@atmel.com>
10183 L:      linux-wireless@vger.kernel.org
10184 S:      Supported
10185 F:      drivers/staging/wilc1000/
10186
10187 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10188 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10189 S:      Odd Fixes
10190 F:      drivers/staging/xgifb/
10191
10192 HFI1 DRIVER
10193 M:      Mike Marciniszyn <infinipath@intel.com>
10194 L:      linux-rdma@vger.kernel.org
10195 S:      Supported
10196 F:      drivers/staging/rdma/hfi1
10197
10198 STARFIRE/DURALAN NETWORK DRIVER
10199 M:      Ion Badulescu <ionut@badula.org>
10200 S:      Odd Fixes
10201 F:      drivers/net/ethernet/adaptec/starfire*
10202
10203 SUN3/3X
10204 M:      Sam Creasey <sammy@sammy.net>
10205 W:      http://sammy.net/sun3/
10206 S:      Maintained
10207 F:      arch/m68k/kernel/*sun3*
10208 F:      arch/m68k/sun3*/
10209 F:      arch/m68k/include/asm/sun3*
10210 F:      drivers/net/ethernet/i825xx/sun3*
10211
10212 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10213 M:      Hans de Goede <hdegoede@redhat.com>
10214 L:      linux-input@vger.kernel.org
10215 S:      Maintained
10216 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10217 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10218
10219 SUNDANCE NETWORK DRIVER
10220 M:      Denis Kirjanov <kda@linux-powerpc.org>
10221 L:      netdev@vger.kernel.org
10222 S:      Maintained
10223 F:      drivers/net/ethernet/dlink/sundance.c
10224
10225 SUPERH
10226 L:      linux-sh@vger.kernel.org
10227 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10228 S:      Orphan
10229 F:      Documentation/sh/
10230 F:      arch/sh/
10231 F:      drivers/sh/
10232
10233 SUSPEND TO RAM
10234 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10235 M:      Len Brown <len.brown@intel.com>
10236 M:      Pavel Machek <pavel@ucw.cz>
10237 L:      linux-pm@vger.kernel.org
10238 S:      Supported
10239 F:      Documentation/power/
10240 F:      arch/x86/kernel/acpi/
10241 F:      drivers/base/power/
10242 F:      kernel/power/
10243 F:      include/linux/suspend.h
10244 F:      include/linux/freezer.h
10245 F:      include/linux/pm.h
10246
10247 SVGA HANDLING
10248 M:      Martin Mares <mj@ucw.cz>
10249 L:      linux-video@atrey.karlin.mff.cuni.cz
10250 S:      Maintained
10251 F:      Documentation/svga.txt
10252 F:      arch/x86/boot/video*
10253
10254 SWIOTLB SUBSYSTEM
10255 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10256 L:      linux-kernel@vger.kernel.org
10257 S:      Supported
10258 F:      lib/swiotlb.c
10259 F:      arch/*/kernel/pci-swiotlb.c
10260 F:      include/linux/swiotlb.h
10261
10262 SWITCHDEV
10263 M:      Jiri Pirko <jiri@resnulli.us>
10264 L:      netdev@vger.kernel.org
10265 S:      Supported
10266 F:      net/switchdev/
10267 F:      include/net/switchdev.h
10268
10269 SYNOPSYS ARC ARCHITECTURE
10270 M:      Vineet Gupta <vgupta@synopsys.com>
10271 L:      linux-snps-arc@lists.infraded.org
10272 S:      Supported
10273 F:      arch/arc/
10274 F:      Documentation/devicetree/bindings/arc/*
10275 F:      Documentation/devicetree/bindings/interrupt-controller/snps,arc*
10276 F:      drivers/tty/serial/arc_uart.c
10277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10278
10279 SYNOPSYS ARC SDP platform support
10280 M:      Alexey Brodkin <abrodkin@synopsys.com>
10281 S:      Supported
10282 F:      arch/arc/plat-axs10x
10283 F:      arch/arc/boot/dts/ax*
10284 F:      Documentation/devicetree/bindings/arc/axs10*
10285
10286 SYSTEM CONFIGURATION (SYSCON)
10287 M:      Lee Jones <lee.jones@linaro.org>
10288 M:      Arnd Bergmann <arnd@arndb.de>
10289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10290 S:      Supported
10291 F:      drivers/mfd/syscon.c
10292
10293 SYSV FILESYSTEM
10294 M:      Christoph Hellwig <hch@infradead.org>
10295 S:      Maintained
10296 F:      Documentation/filesystems/sysv-fs.txt
10297 F:      fs/sysv/
10298 F:      include/linux/sysv_fs.h
10299
10300 TARGET SUBSYSTEM
10301 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10302 L:      linux-scsi@vger.kernel.org
10303 L:      target-devel@vger.kernel.org
10304 W:      http://www.linux-iscsi.org
10305 W:      http://groups.google.com/group/linux-iscsi-target-dev
10306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10307 S:      Supported
10308 F:      drivers/target/
10309 F:      include/target/
10310 F:      Documentation/target/
10311
10312 TASKSTATS STATISTICS INTERFACE
10313 M:      Balbir Singh <bsingharora@gmail.com>
10314 S:      Maintained
10315 F:      Documentation/accounting/taskstats*
10316 F:      include/linux/taskstats*
10317 F:      kernel/taskstats.c
10318
10319 TC CLASSIFIER
10320 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10321 L:      netdev@vger.kernel.org
10322 S:      Maintained
10323 F:      include/net/pkt_cls.h
10324 F:      include/uapi/linux/pkt_cls.h
10325 F:      net/sched/
10326
10327 TCP LOW PRIORITY MODULE
10328 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10329 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10330 W:      http://tcp-lp-mod.sourceforge.net/
10331 S:      Maintained
10332 F:      net/ipv4/tcp_lp.c
10333
10334 TDA10071 MEDIA DRIVER
10335 M:      Antti Palosaari <crope@iki.fi>
10336 L:      linux-media@vger.kernel.org
10337 W:      http://linuxtv.org/
10338 W:      http://palosaari.fi/linux/
10339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10340 T:      git git://linuxtv.org/anttip/media_tree.git
10341 S:      Maintained
10342 F:      drivers/media/dvb-frontends/tda10071*
10343
10344 TDA18212 MEDIA DRIVER
10345 M:      Antti Palosaari <crope@iki.fi>
10346 L:      linux-media@vger.kernel.org
10347 W:      http://linuxtv.org/
10348 W:      http://palosaari.fi/linux/
10349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10350 T:      git git://linuxtv.org/anttip/media_tree.git
10351 S:      Maintained
10352 F:      drivers/media/tuners/tda18212*
10353
10354 TDA18218 MEDIA DRIVER
10355 M:      Antti Palosaari <crope@iki.fi>
10356 L:      linux-media@vger.kernel.org
10357 W:      http://linuxtv.org/
10358 W:      http://palosaari.fi/linux/
10359 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10360 T:      git git://linuxtv.org/anttip/media_tree.git
10361 S:      Maintained
10362 F:      drivers/media/tuners/tda18218*
10363
10364 TDA18271 MEDIA DRIVER
10365 M:      Michael Krufky <mkrufky@linuxtv.org>
10366 L:      linux-media@vger.kernel.org
10367 W:      http://linuxtv.org/
10368 W:      http://github.com/mkrufky
10369 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10370 T:      git git://linuxtv.org/mkrufky/tuners.git
10371 S:      Maintained
10372 F:      drivers/media/tuners/tda18271*
10373
10374 TDA827x MEDIA DRIVER
10375 M:      Michael Krufky <mkrufky@linuxtv.org>
10376 L:      linux-media@vger.kernel.org
10377 W:      http://linuxtv.org/
10378 W:      http://github.com/mkrufky
10379 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10380 T:      git git://linuxtv.org/mkrufky/tuners.git
10381 S:      Maintained
10382 F:      drivers/media/tuners/tda8290.*
10383
10384 TDA8290 MEDIA DRIVER
10385 M:      Michael Krufky <mkrufky@linuxtv.org>
10386 L:      linux-media@vger.kernel.org
10387 W:      http://linuxtv.org/
10388 W:      http://github.com/mkrufky
10389 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10390 T:      git git://linuxtv.org/mkrufky/tuners.git
10391 S:      Maintained
10392 F:      drivers/media/tuners/tda8290.*
10393
10394 TDA9840 MEDIA DRIVER
10395 M:      Hans Verkuil <hverkuil@xs4all.nl>
10396 L:      linux-media@vger.kernel.org
10397 T:      git git://linuxtv.org/media_tree.git
10398 W:      http://linuxtv.org
10399 S:      Maintained
10400 F:      drivers/media/i2c/tda9840*
10401
10402 TEA5761 TUNER DRIVER
10403 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10404 L:      linux-media@vger.kernel.org
10405 W:      http://linuxtv.org
10406 T:      git git://linuxtv.org/media_tree.git
10407 S:      Odd fixes
10408 F:      drivers/media/tuners/tea5761.*
10409
10410 TEA5767 TUNER DRIVER
10411 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10412 L:      linux-media@vger.kernel.org
10413 W:      http://linuxtv.org
10414 T:      git git://linuxtv.org/media_tree.git
10415 S:      Maintained
10416 F:      drivers/media/tuners/tea5767.*
10417
10418 TEA6415C MEDIA DRIVER
10419 M:      Hans Verkuil <hverkuil@xs4all.nl>
10420 L:      linux-media@vger.kernel.org
10421 T:      git git://linuxtv.org/media_tree.git
10422 W:      http://linuxtv.org
10423 S:      Maintained
10424 F:      drivers/media/i2c/tea6415c*
10425
10426 TEA6420 MEDIA DRIVER
10427 M:      Hans Verkuil <hverkuil@xs4all.nl>
10428 L:      linux-media@vger.kernel.org
10429 T:      git git://linuxtv.org/media_tree.git
10430 W:      http://linuxtv.org
10431 S:      Maintained
10432 F:      drivers/media/i2c/tea6420*
10433
10434 TEAM DRIVER
10435 M:      Jiri Pirko <jiri@resnulli.us>
10436 L:      netdev@vger.kernel.org
10437 S:      Supported
10438 F:      drivers/net/team/
10439 F:      include/linux/if_team.h
10440 F:      include/uapi/linux/if_team.h
10441
10442 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10443 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10444 S:      Maintained
10445 F:      arch/x86/platform/ts5500/
10446
10447 TECHNOTREND USB IR RECEIVER
10448 M:      Sean Young <sean@mess.org>
10449 L:      linux-media@vger.kernel.org
10450 S:      Maintained
10451 F:      drivers/media/rc/ttusbir.c
10452
10453 TEGRA ARCHITECTURE SUPPORT
10454 M:      Stephen Warren <swarren@wwwdotorg.org>
10455 M:      Thierry Reding <thierry.reding@gmail.com>
10456 M:      Alexandre Courbot <gnurou@gmail.com>
10457 L:      linux-tegra@vger.kernel.org
10458 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10460 S:      Supported
10461 N:      [^a-z]tegra
10462
10463 TEGRA CLOCK DRIVER
10464 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10465 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10466 S:      Supported
10467 F:      drivers/clk/tegra/
10468
10469 TEGRA DMA DRIVER
10470 M:      Laxman Dewangan <ldewangan@nvidia.com>
10471 S:      Supported
10472 F:      drivers/dma/tegra20-apb-dma.c
10473
10474 TEGRA I2C DRIVER
10475 M:      Laxman Dewangan <ldewangan@nvidia.com>
10476 S:      Supported
10477 F:      drivers/i2c/busses/i2c-tegra.c
10478
10479 TEGRA IOMMU DRIVERS
10480 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10481 S:      Supported
10482 F:      drivers/iommu/tegra*
10483
10484 TEGRA KBC DRIVER
10485 M:      Rakesh Iyer <riyer@nvidia.com>
10486 M:      Laxman Dewangan <ldewangan@nvidia.com>
10487 S:      Supported
10488 F:      drivers/input/keyboard/tegra-kbc.c
10489
10490 TEGRA PWM DRIVER
10491 M:      Thierry Reding <thierry.reding@gmail.com>
10492 S:      Supported
10493 F:      drivers/pwm/pwm-tegra.c
10494
10495 TEGRA SERIAL DRIVER
10496 M:      Laxman Dewangan <ldewangan@nvidia.com>
10497 S:      Supported
10498 F:      drivers/tty/serial/serial-tegra.c
10499
10500 TEGRA SPI DRIVER
10501 M:      Laxman Dewangan <ldewangan@nvidia.com>
10502 S:      Supported
10503 F:      drivers/spi/spi-tegra*
10504
10505 TEHUTI ETHERNET DRIVER
10506 M:      Andy Gospodarek <andy@greyhouse.net>
10507 L:      netdev@vger.kernel.org
10508 S:      Supported
10509 F:      drivers/net/ethernet/tehuti/*
10510
10511 Telecom Clock Driver for MCPL0010
10512 M:      Mark Gross <mark.gross@intel.com>
10513 S:      Supported
10514 F:      drivers/char/tlclk.c
10515
10516 TENSILICA XTENSA PORT (xtensa)
10517 M:      Chris Zankel <chris@zankel.net>
10518 M:      Max Filippov <jcmvbkbc@gmail.com>
10519 L:      linux-xtensa@linux-xtensa.org
10520 S:      Maintained
10521 F:      arch/xtensa/
10522 F:      drivers/irqchip/irq-xtensa-*
10523
10524 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10525 M:      Hans Verkuil <hverkuil@xs4all.nl>
10526 L:      linux-media@vger.kernel.org
10527 T:      git git://linuxtv.org/media_tree.git
10528 W:      http://linuxtv.org
10529 S:      Maintained
10530 F:      drivers/media/radio/radio-raremono.c
10531
10532 THERMAL
10533 M:      Zhang Rui <rui.zhang@intel.com>
10534 M:      Eduardo Valentin <edubezval@gmail.com>
10535 L:      linux-pm@vger.kernel.org
10536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10538 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10539 S:      Supported
10540 F:      drivers/thermal/
10541 F:      include/linux/thermal.h
10542 F:      include/uapi/linux/thermal.h
10543 F:      include/linux/cpu_cooling.h
10544 F:      Documentation/devicetree/bindings/thermal/
10545
10546 THERMAL/CPU_COOLING
10547 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10548 M:      Viresh Kumar <viresh.kumar@linaro.org>
10549 M:      Javi Merino <javi.merino@arm.com>
10550 L:      linux-pm@vger.kernel.org
10551 S:      Supported
10552 F:      Documentation/thermal/cpu-cooling-api.txt
10553 F:      drivers/thermal/cpu_cooling.c
10554 F:      include/linux/cpu_cooling.h
10555
10556 THINGM BLINK(1) USB RGB LED DRIVER
10557 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10558 S:      Maintained
10559 F:      drivers/hid/hid-thingm.c
10560
10561 THINKPAD ACPI EXTRAS DRIVER
10562 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10563 L:      ibm-acpi-devel@lists.sourceforge.net
10564 L:      platform-driver-x86@vger.kernel.org
10565 W:      http://ibm-acpi.sourceforge.net
10566 W:      http://thinkwiki.org/wiki/Ibm-acpi
10567 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10568 S:      Maintained
10569 F:      drivers/platform/x86/thinkpad_acpi.c
10570
10571 TI BANDGAP AND THERMAL DRIVER
10572 M:      Eduardo Valentin <edubezval@gmail.com>
10573 L:      linux-pm@vger.kernel.org
10574 L:      linux-omap@vger.kernel.org
10575 S:      Maintained
10576 F:      drivers/thermal/ti-soc-thermal/
10577
10578 TI CDCE706 CLOCK DRIVER
10579 M:      Max Filippov <jcmvbkbc@gmail.com>
10580 S:      Maintained
10581 F:      drivers/clk/clk-cdce706.c
10582
10583 TI CLOCK DRIVER
10584 M:      Tero Kristo <t-kristo@ti.com>
10585 L:      linux-omap@vger.kernel.org
10586 S:      Maintained
10587 F:      drivers/clk/ti/
10588 F:      include/linux/clk/ti.h
10589
10590 TI FLASH MEDIA INTERFACE DRIVER
10591 M:      Alex Dubov <oakad@yahoo.com>
10592 S:      Maintained
10593 F:      drivers/misc/tifm*
10594 F:      drivers/mmc/host/tifm_sd.c
10595 F:      include/linux/tifm.h
10596
10597 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10598 M:      Santosh Shilimkar <ssantosh@kernel.org>
10599 L:      linux-kernel@vger.kernel.org
10600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10601 S:      Maintained
10602 F:      drivers/soc/ti/*
10603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10604
10605
10606 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10607 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10608 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10609 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10610 S:      Maintained
10611 F:      sound/soc/codecs/lm49453*
10612 F:      sound/soc/codecs/isabelle*
10613
10614 TI LP855x BACKLIGHT DRIVER
10615 M:      Milo Kim <milo.kim@ti.com>
10616 S:      Maintained
10617 F:      Documentation/backlight/lp855x-driver.txt
10618 F:      drivers/video/backlight/lp855x_bl.c
10619 F:      include/linux/platform_data/lp855x.h
10620
10621 TI LP8727 CHARGER DRIVER
10622 M:      Milo Kim <milo.kim@ti.com>
10623 S:      Maintained
10624 F:      drivers/power/lp8727_charger.c
10625 F:      include/linux/platform_data/lp8727.h
10626
10627 TI LP8788 MFD DRIVER
10628 M:      Milo Kim <milo.kim@ti.com>
10629 S:      Maintained
10630 F:      drivers/iio/adc/lp8788_adc.c
10631 F:      drivers/leds/leds-lp8788.c
10632 F:      drivers/mfd/lp8788*.c
10633 F:      drivers/power/lp8788-charger.c
10634 F:      drivers/regulator/lp8788-*.c
10635 F:      include/linux/mfd/lp8788*.h
10636
10637 TI NETCP ETHERNET DRIVER
10638 M:      Wingman Kwok <w-kwok2@ti.com>
10639 M:      Murali Karicheri <m-karicheri2@ti.com>
10640 L:      netdev@vger.kernel.org
10641 S:      Maintained
10642 F:      drivers/net/ethernet/ti/netcp*
10643
10644 TI TAS571X FAMILY ASoC CODEC DRIVER
10645 M:      Kevin Cernekee <cernekee@chromium.org>
10646 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10647 S:      Odd Fixes
10648 F:      sound/soc/codecs/tas571x*
10649
10650 TI TWL4030 SERIES SOC CODEC DRIVER
10651 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10652 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10653 S:      Maintained
10654 F:      sound/soc/codecs/twl4030*
10655
10656 TI WILINK WIRELESS DRIVERS
10657 L:      linux-wireless@vger.kernel.org
10658 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10659 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10661 S:      Orphan
10662 F:      drivers/net/wireless/ti/
10663 F:      include/linux/wl12xx.h
10664
10665 TIPC NETWORK LAYER
10666 M:      Jon Maloy <jon.maloy@ericsson.com>
10667 M:      Ying Xue <ying.xue@windriver.com>
10668 L:      netdev@vger.kernel.org (core kernel code)
10669 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10670 W:      http://tipc.sourceforge.net/
10671 S:      Maintained
10672 F:      include/uapi/linux/tipc*.h
10673 F:      net/tipc/
10674
10675 TILE ARCHITECTURE
10676 M:      Chris Metcalf <cmetcalf@ezchip.com>
10677 W:      http://www.ezchip.com/scm/
10678 S:      Supported
10679 F:      arch/tile/
10680 F:      drivers/char/tile-srom.c
10681 F:      drivers/edac/tile_edac.c
10682 F:      drivers/net/ethernet/tile/
10683 F:      drivers/rtc/rtc-tile.c
10684 F:      drivers/tty/hvc/hvc_tile.c
10685 F:      drivers/tty/serial/tilegx.c
10686 F:      drivers/usb/host/*-tilegx.c
10687 F:      include/linux/usb/tilegx.h
10688
10689 TLAN NETWORK DRIVER
10690 M:      Samuel Chessman <chessman@tux.org>
10691 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10692 W:      http://sourceforge.net/projects/tlan/
10693 S:      Maintained
10694 F:      Documentation/networking/tlan.txt
10695 F:      drivers/net/ethernet/ti/tlan.*
10696
10697 TOMOYO SECURITY MODULE
10698 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10699 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10700 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10701 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10702 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10703 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10704 W:      http://tomoyo.sourceforge.jp/
10705 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10706 S:      Maintained
10707 F:      security/tomoyo/
10708
10709 TOPSTAR LAPTOP EXTRAS DRIVER
10710 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10711 L:      platform-driver-x86@vger.kernel.org
10712 S:      Maintained
10713 F:      drivers/platform/x86/topstar-laptop.c
10714
10715 TOSHIBA ACPI EXTRAS DRIVER
10716 M:      Azael Avalos <coproscefalo@gmail.com>
10717 L:      platform-driver-x86@vger.kernel.org
10718 S:      Maintained
10719 F:      drivers/platform/x86/toshiba_acpi.c
10720
10721 TOSHIBA BLUETOOTH DRIVER
10722 M:      Azael Avalos <coproscefalo@gmail.com>
10723 L:      platform-driver-x86@vger.kernel.org
10724 S:      Maintained
10725 F:      drivers/platform/x86/toshiba_bluetooth.c
10726
10727 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10728 M:      Azael Avalos <coproscefalo@gmail.com>
10729 L:      platform-driver-x86@vger.kernel.org
10730 S:      Maintained
10731 F:      drivers/platform/x86/toshiba_haps.c
10732
10733 TOSHIBA WMI HOTKEYS DRIVER
10734 M:      Azael Avalos <coproscefalo@gmail.com>
10735 L:      platform-driver-x86@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/platform/x86/toshiba-wmi.c
10738
10739 TOSHIBA SMM DRIVER
10740 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10741 W:      http://www.buzzard.org.uk/toshiba/
10742 S:      Maintained
10743 F:      drivers/char/toshiba.c
10744 F:      include/linux/toshiba.h
10745 F:      include/uapi/linux/toshiba.h
10746
10747 TOSHIBA TC358743 DRIVER
10748 M:      Mats Randgaard <matrandg@cisco.com>
10749 L:      linux-media@vger.kernel.org
10750 S:      Maintained
10751 F:      drivers/media/i2c/tc358743*
10752 F:      include/media/tc358743.h
10753
10754 TMIO MMC DRIVER
10755 M:      Ian Molton <ian@mnementh.co.uk>
10756 L:      linux-mmc@vger.kernel.org
10757 S:      Maintained
10758 F:      drivers/mmc/host/tmio_mmc*
10759 F:      drivers/mmc/host/sh_mobile_sdhi.c
10760 F:      include/linux/mmc/tmio.h
10761 F:      include/linux/mmc/sh_mobile_sdhi.h
10762
10763 TMP401 HARDWARE MONITOR DRIVER
10764 M:      Guenter Roeck <linux@roeck-us.net>
10765 L:      lm-sensors@lm-sensors.org
10766 S:      Maintained
10767 F:      Documentation/hwmon/tmp401
10768 F:      drivers/hwmon/tmp401.c
10769
10770 TMPFS (SHMEM FILESYSTEM)
10771 M:      Hugh Dickins <hughd@google.com>
10772 L:      linux-mm@kvack.org
10773 S:      Maintained
10774 F:      include/linux/shmem_fs.h
10775 F:      mm/shmem.c
10776
10777 TM6000 VIDEO4LINUX DRIVER
10778 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10779 L:      linux-media@vger.kernel.org
10780 W:      http://linuxtv.org
10781 T:      git git://linuxtv.org/media_tree.git
10782 S:      Odd fixes
10783 F:      drivers/media/usb/tm6000/
10784
10785 TW68 VIDEO4LINUX DRIVER
10786 M:      Hans Verkuil <hverkuil@xs4all.nl>
10787 L:      linux-media@vger.kernel.org
10788 T:      git git://linuxtv.org/media_tree.git
10789 W:      http://linuxtv.org
10790 S:      Odd Fixes
10791 F:      drivers/media/pci/tw68/
10792
10793 TPM DEVICE DRIVER
10794 M:      Peter Huewe <peterhuewe@gmx.de>
10795 M:      Marcel Selhorst <tpmdd@selhorst.net>
10796 M:      Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
10797 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10798 W:      http://tpmdd.sourceforge.net
10799 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10800 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10801 T:      https://github.com/PeterHuewe/linux-tpmdd
10802 S:      Maintained
10803 F:      drivers/char/tpm/
10804
10805 TPM IBM_VTPM DEVICE DRIVER
10806 M:      Ashley Lai <ashleydlai@gmail.com>
10807 W:      http://tpmdd.sourceforge.net
10808 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10809 S:      Maintained
10810 F:      drivers/char/tpm/tpm_ibmvtpm*
10811
10812 TRACING
10813 M:      Steven Rostedt <rostedt@goodmis.org>
10814 M:      Ingo Molnar <mingo@redhat.com>
10815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10816 S:      Maintained
10817 F:      Documentation/trace/ftrace.txt
10818 F:      arch/*/*/*/ftrace.h
10819 F:      arch/*/kernel/ftrace.c
10820 F:      include/*/ftrace.h
10821 F:      include/linux/trace*.h
10822 F:      include/trace/
10823 F:      kernel/trace/
10824 F:      tools/testing/selftests/ftrace/
10825
10826 TRIVIAL PATCHES
10827 M:      Jiri Kosina <trivial@kernel.org>
10828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10829 S:      Maintained
10830 K:      ^Subject:.*(?i)trivial
10831
10832 TTY LAYER
10833 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10834 M:      Jiri Slaby <jslaby@suse.com>
10835 S:      Supported
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10837 F:      Documentation/serial/
10838 F:      drivers/tty/
10839 F:      drivers/tty/serial/serial_core.c
10840 F:      include/linux/serial_core.h
10841 F:      include/linux/serial.h
10842 F:      include/linux/tty.h
10843 F:      include/uapi/linux/serial_core.h
10844 F:      include/uapi/linux/serial.h
10845 F:      include/uapi/linux/tty.h
10846
10847 TUA9001 MEDIA DRIVER
10848 M:      Antti Palosaari <crope@iki.fi>
10849 L:      linux-media@vger.kernel.org
10850 W:      http://linuxtv.org/
10851 W:      http://palosaari.fi/linux/
10852 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10853 T:      git git://linuxtv.org/anttip/media_tree.git
10854 S:      Maintained
10855 F:      drivers/media/tuners/tua9001*
10856
10857 TULIP NETWORK DRIVERS
10858 M:      Grant Grundler <grundler@parisc-linux.org>
10859 L:      netdev@vger.kernel.org
10860 S:      Maintained
10861 F:      drivers/net/ethernet/dec/tulip/
10862
10863 TUN/TAP driver
10864 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10865 W:      http://vtun.sourceforge.net/tun
10866 S:      Maintained
10867 F:      Documentation/networking/tuntap.txt
10868 F:      arch/um/os-Linux/drivers/
10869
10870 TURBOCHANNEL SUBSYSTEM
10871 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10872 M:      Ralf Baechle <ralf@linux-mips.org>
10873 L:      linux-mips@linux-mips.org
10874 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10875 S:      Maintained
10876 F:      drivers/tc/
10877 F:      include/linux/tc.h
10878
10879 U14-34F SCSI DRIVER
10880 M:      Dario Ballabio <ballabio_dario@emc.com>
10881 L:      linux-scsi@vger.kernel.org
10882 S:      Maintained
10883 F:      drivers/scsi/u14-34f.c
10884
10885 UBI FILE SYSTEM (UBIFS)
10886 M:      Artem Bityutskiy <dedekind1@gmail.com>
10887 M:      Adrian Hunter <adrian.hunter@intel.com>
10888 L:      linux-mtd@lists.infradead.org
10889 T:      git git://git.infradead.org/ubifs-2.6.git
10890 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10891 S:      Maintained
10892 F:      Documentation/filesystems/ubifs.txt
10893 F:      fs/ubifs/
10894
10895 UCLINUX (M68KNOMMU AND COLDFIRE)
10896 M:      Greg Ungerer <gerg@uclinux.org>
10897 W:      http://www.uclinux.org/
10898 L:      linux-m68k@lists.linux-m68k.org
10899 L:      uclinux-dev@uclinux.org  (subscribers-only)
10900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10901 S:      Maintained
10902 F:      arch/m68k/coldfire/
10903 F:      arch/m68k/68*/
10904 F:      arch/m68k/*/*_no.*
10905 F:      arch/m68k/include/asm/*_no.*
10906
10907 UDF FILESYSTEM
10908 M:      Jan Kara <jack@suse.com>
10909 S:      Maintained
10910 F:      Documentation/filesystems/udf.txt
10911 F:      fs/udf/
10912
10913 UFS FILESYSTEM
10914 M:      Evgeniy Dushistov <dushistov@mail.ru>
10915 S:      Maintained
10916 F:      Documentation/filesystems/ufs.txt
10917 F:      fs/ufs/
10918
10919 UHID USERSPACE HID IO DRIVER:
10920 M:      David Herrmann <dh.herrmann@googlemail.com>
10921 L:      linux-input@vger.kernel.org
10922 S:      Maintained
10923 F:      drivers/hid/uhid.c
10924 F:      include/uapi/linux/uhid.h
10925
10926 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10927 L:      linux-usb@vger.kernel.org
10928 S:      Orphan
10929 F:      drivers/uwb/
10930 F:      include/linux/uwb.h
10931 F:      include/linux/uwb/
10932
10933 UNICORE32 ARCHITECTURE:
10934 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10935 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10936 S:      Maintained
10937 T:      git git://github.com/gxt/linux.git
10938 F:      arch/unicore32/
10939
10940 UNIFDEF
10941 M:      Tony Finch <dot@dotat.at>
10942 W:      http://dotat.at/prog/unifdef
10943 S:      Maintained
10944 F:      scripts/unifdef.c
10945
10946 UNIFORM CDROM DRIVER
10947 M:      Jens Axboe <axboe@kernel.dk>
10948 W:      http://www.kernel.dk
10949 S:      Maintained
10950 F:      Documentation/cdrom/
10951 F:      drivers/cdrom/cdrom.c
10952 F:      include/linux/cdrom.h
10953 F:      include/uapi/linux/cdrom.h
10954
10955 UNISYS S-PAR DRIVERS
10956 M:      Benjamin Romer <benjamin.romer@unisys.com>
10957 M:      David Kershner <david.kershner@unisys.com>
10958 L:      sparmaintainer@unisys.com (Unisys internal)
10959 S:      Supported
10960 F:      drivers/staging/unisys/
10961
10962 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10963 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10964 L:      linux-scsi@vger.kernel.org
10965 S:      Supported
10966 F:      Documentation/scsi/ufs.txt
10967 F:      drivers/scsi/ufs/
10968
10969 UNSORTED BLOCK IMAGES (UBI)
10970 M:      Artem Bityutskiy <dedekind1@gmail.com>
10971 M:      Richard Weinberger <richard@nod.at>
10972 W:      http://www.linux-mtd.infradead.org/
10973 L:      linux-mtd@lists.infradead.org
10974 T:      git git://git.infradead.org/ubifs-2.6.git
10975 S:      Supported
10976 F:      drivers/mtd/ubi/
10977 F:      include/linux/mtd/ubi.h
10978 F:      include/uapi/mtd/ubi-user.h
10979
10980 USB ACM DRIVER
10981 M:      Oliver Neukum <oliver@neukum.org>
10982 L:      linux-usb@vger.kernel.org
10983 S:      Maintained
10984 F:      Documentation/usb/acm.txt
10985 F:      drivers/usb/class/cdc-acm.*
10986
10987 USB AR5523 WIRELESS DRIVER
10988 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10989 L:      linux-wireless@vger.kernel.org
10990 S:      Maintained
10991 F:      drivers/net/wireless/ath/ar5523/
10992
10993 USB ATTACHED SCSI
10994 M:      Hans de Goede <hdegoede@redhat.com>
10995 M:      Gerd Hoffmann <kraxel@redhat.com>
10996 L:      linux-usb@vger.kernel.org
10997 L:      linux-scsi@vger.kernel.org
10998 S:      Maintained
10999 F:      drivers/usb/storage/uas.c
11000
11001 USB CDC ETHERNET DRIVER
11002 M:      Oliver Neukum <oliver@neukum.org>
11003 L:      linux-usb@vger.kernel.org
11004 S:      Maintained
11005 F:      drivers/net/usb/cdc_*.c
11006 F:      include/uapi/linux/usb/cdc.h
11007
11008 USB CHAOSKEY DRIVER
11009 M:      Keith Packard <keithp@keithp.com>
11010 L:      linux-usb@vger.kernel.org
11011 S:      Maintained
11012 F:      drivers/usb/misc/chaoskey.c
11013
11014 USB CYPRESS C67X00 DRIVER
11015 M:      Peter Korsgaard <jacmet@sunsite.dk>
11016 L:      linux-usb@vger.kernel.org
11017 S:      Maintained
11018 F:      drivers/usb/c67x00/
11019
11020 USB DAVICOM DM9601 DRIVER
11021 M:      Peter Korsgaard <jacmet@sunsite.dk>
11022 L:      netdev@vger.kernel.org
11023 W:      http://www.linux-usb.org/usbnet
11024 S:      Maintained
11025 F:      drivers/net/usb/dm9601.c
11026
11027 USB DIAMOND RIO500 DRIVER
11028 M:      Cesar Miquel <miquel@df.uba.ar>
11029 L:      rio500-users@lists.sourceforge.net
11030 W:      http://rio500.sourceforge.net
11031 S:      Maintained
11032 F:      drivers/usb/misc/rio500*
11033
11034 USB EHCI DRIVER
11035 M:      Alan Stern <stern@rowland.harvard.edu>
11036 L:      linux-usb@vger.kernel.org
11037 S:      Maintained
11038 F:      Documentation/usb/ehci.txt
11039 F:      drivers/usb/host/ehci*
11040
11041 USB GADGET/PERIPHERAL SUBSYSTEM
11042 M:      Felipe Balbi <balbi@ti.com>
11043 L:      linux-usb@vger.kernel.org
11044 W:      http://www.linux-usb.org/gadget
11045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11046 S:      Maintained
11047 F:      drivers/usb/gadget/
11048 F:      include/linux/usb/gadget*
11049
11050 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
11051 M:      Jiri Kosina <jikos@kernel.org>
11052 L:      linux-usb@vger.kernel.org
11053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
11054 S:      Maintained
11055 F:      Documentation/hid/hiddev.txt
11056 F:      drivers/hid/usbhid/
11057
11058 USB ISP116X DRIVER
11059 M:      Olav Kongas <ok@artecdesign.ee>
11060 L:      linux-usb@vger.kernel.org
11061 S:      Maintained
11062 F:      drivers/usb/host/isp116x*
11063 F:      include/linux/usb/isp116x.h
11064
11065 USB MASS STORAGE DRIVER
11066 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
11067 L:      linux-usb@vger.kernel.org
11068 L:      usb-storage@lists.one-eyed-alien.net
11069 S:      Maintained
11070 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
11071 F:      drivers/usb/storage/
11072
11073 USB MIDI DRIVER
11074 M:      Clemens Ladisch <clemens@ladisch.de>
11075 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
11076 T:      git git://git.alsa-project.org/alsa-kernel.git
11077 S:      Maintained
11078 F:      sound/usb/midi.*
11079
11080 USB NETWORKING DRIVERS
11081 L:      linux-usb@vger.kernel.org
11082 S:      Odd Fixes
11083 F:      drivers/net/usb/
11084
11085 USB OHCI DRIVER
11086 M:      Alan Stern <stern@rowland.harvard.edu>
11087 L:      linux-usb@vger.kernel.org
11088 S:      Maintained
11089 F:      Documentation/usb/ohci.txt
11090 F:      drivers/usb/host/ohci*
11091
11092 USB OTG FSM (Finite State Machine)
11093 M:      Peter Chen <Peter.Chen@freescale.com>
11094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
11095 L:      linux-usb@vger.kernel.org
11096 S:      Maintained
11097 F:      drivers/usb/common/usb-otg-fsm.c
11098
11099 USB OVER IP DRIVER
11100 M:      Valentina Manea <valentina.manea.m@gmail.com>
11101 M:      Shuah Khan <shuah.kh@samsung.com>
11102 L:      linux-usb@vger.kernel.org
11103 S:      Maintained
11104 F:      drivers/usb/usbip/
11105 F:      tools/usb/usbip/
11106
11107 USB PEGASUS DRIVER
11108 M:      Petko Manolov <petkan@nucleusys.com>
11109 L:      linux-usb@vger.kernel.org
11110 L:      netdev@vger.kernel.org
11111 T:      git git://github.com/petkan/pegasus.git
11112 W:      https://github.com/petkan/pegasus
11113 S:      Maintained
11114 F:      drivers/net/usb/pegasus.*
11115
11116 USB PHY LAYER
11117 M:      Felipe Balbi <balbi@ti.com>
11118 L:      linux-usb@vger.kernel.org
11119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11120 S:      Maintained
11121 F:      drivers/usb/phy/
11122
11123 USB PRINTER DRIVER (usblp)
11124 M:      Pete Zaitcev <zaitcev@redhat.com>
11125 L:      linux-usb@vger.kernel.org
11126 S:      Supported
11127 F:      drivers/usb/class/usblp.c
11128
11129 USB RTL8150 DRIVER
11130 M:      Petko Manolov <petkan@nucleusys.com>
11131 L:      linux-usb@vger.kernel.org
11132 L:      netdev@vger.kernel.org
11133 T:      git git://github.com/petkan/rtl8150.git
11134 W:      https://github.com/petkan/rtl8150
11135 S:      Maintained
11136 F:      drivers/net/usb/rtl8150.c
11137
11138 USB SERIAL SUBSYSTEM
11139 M:      Johan Hovold <johan@kernel.org>
11140 L:      linux-usb@vger.kernel.org
11141 S:      Maintained
11142 F:      Documentation/usb/usb-serial.txt
11143 F:      drivers/usb/serial/
11144 F:      include/linux/usb/serial.h
11145
11146 USB SMSC75XX ETHERNET DRIVER
11147 M:      Steve Glendinning <steve.glendinning@shawell.net>
11148 L:      netdev@vger.kernel.org
11149 S:      Maintained
11150 F:      drivers/net/usb/smsc75xx.*
11151
11152 USB SMSC95XX ETHERNET DRIVER
11153 M:      Steve Glendinning <steve.glendinning@shawell.net>
11154 L:      netdev@vger.kernel.org
11155 S:      Maintained
11156 F:      drivers/net/usb/smsc95xx.*
11157
11158 USB SUBSYSTEM
11159 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11160 L:      linux-usb@vger.kernel.org
11161 W:      http://www.linux-usb.org
11162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11163 S:      Supported
11164 F:      Documentation/usb/
11165 F:      drivers/usb/
11166 F:      include/linux/usb.h
11167 F:      include/linux/usb/
11168
11169 USB UHCI DRIVER
11170 M:      Alan Stern <stern@rowland.harvard.edu>
11171 L:      linux-usb@vger.kernel.org
11172 S:      Maintained
11173 F:      drivers/usb/host/uhci*
11174
11175 USB "USBNET" DRIVER FRAMEWORK
11176 M:      Oliver Neukum <oneukum@suse.com>
11177 L:      netdev@vger.kernel.org
11178 W:      http://www.linux-usb.org/usbnet
11179 S:      Maintained
11180 F:      drivers/net/usb/usbnet.c
11181 F:      include/linux/usb/usbnet.h
11182
11183 USB VIDEO CLASS
11184 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11185 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11186 L:      linux-media@vger.kernel.org
11187 T:      git git://linuxtv.org/media_tree.git
11188 W:      http://www.ideasonboard.org/uvc/
11189 S:      Maintained
11190 F:      drivers/media/usb/uvc/
11191 F:      include/uapi/linux/uvcvideo.h
11192
11193 USB VISION DRIVER
11194 M:      Hans Verkuil <hverkuil@xs4all.nl>
11195 L:      linux-media@vger.kernel.org
11196 T:      git git://linuxtv.org/media_tree.git
11197 W:      http://linuxtv.org
11198 S:      Odd Fixes
11199 F:      drivers/media/usb/usbvision/
11200
11201 USB WEBCAM GADGET
11202 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11203 L:      linux-usb@vger.kernel.org
11204 S:      Maintained
11205 F:      drivers/usb/gadget/function/*uvc*
11206 F:      drivers/usb/gadget/legacy/webcam.c
11207
11208 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11209 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11210 L:      linux-wireless@vger.kernel.org
11211 S:      Maintained
11212 F:      drivers/net/wireless/rndis_wlan.c
11213
11214 USB XHCI DRIVER
11215 M:      Mathias Nyman <mathias.nyman@intel.com>
11216 L:      linux-usb@vger.kernel.org
11217 S:      Supported
11218 F:      drivers/usb/host/xhci*
11219 F:      drivers/usb/host/pci-quirks*
11220
11221 USB ZD1201 DRIVER
11222 L:      linux-wireless@vger.kernel.org
11223 W:      http://linux-lc100020.sourceforge.net
11224 S:      Orphan
11225 F:      drivers/net/wireless/zd1201.*
11226
11227 USB ZR364XX DRIVER
11228 M:      Antoine Jacquet <royale@zerezo.com>
11229 L:      linux-usb@vger.kernel.org
11230 L:      linux-media@vger.kernel.org
11231 T:      git git://linuxtv.org/media_tree.git
11232 W:      http://royale.zerezo.com/zr364xx/
11233 S:      Maintained
11234 F:      Documentation/video4linux/zr364xx.txt
11235 F:      drivers/media/usb/zr364xx/
11236
11237 ULPI BUS
11238 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11239 L:      linux-usb@vger.kernel.org
11240 S:      Maintained
11241 F:      drivers/usb/common/ulpi.c
11242 F:      include/linux/ulpi/
11243
11244 USER-MODE LINUX (UML)
11245 M:      Jeff Dike <jdike@addtoit.com>
11246 M:      Richard Weinberger <richard@nod.at>
11247 L:      user-mode-linux-devel@lists.sourceforge.net
11248 L:      user-mode-linux-user@lists.sourceforge.net
11249 W:      http://user-mode-linux.sourceforge.net
11250 S:      Maintained
11251 F:      Documentation/virtual/uml/
11252 F:      arch/um/
11253 F:      arch/x86/um/
11254 F:      fs/hostfs/
11255 F:      fs/hppfs/
11256
11257 USERSPACE I/O (UIO)
11258 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11259 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11260 S:      Maintained
11261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11262 F:      Documentation/DocBook/uio-howto.tmpl
11263 F:      drivers/uio/
11264 F:      include/linux/uio*.h
11265
11266 UTIL-LINUX PACKAGE
11267 M:      Karel Zak <kzak@redhat.com>
11268 L:      util-linux@vger.kernel.org
11269 W:      http://en.wikipedia.org/wiki/Util-linux
11270 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11271 S:      Maintained
11272
11273 UVESAFB DRIVER
11274 M:      Michal Januszewski <spock@gentoo.org>
11275 L:      linux-fbdev@vger.kernel.org
11276 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11277 S:      Maintained
11278 F:      Documentation/fb/uvesafb.txt
11279 F:      drivers/video/fbdev/uvesafb.*
11280
11281 VF610 NAND DRIVER
11282 M:      Stefan Agner <stefan@agner.ch>
11283 L:      linux-mtd@lists.infradead.org
11284 S:      Supported
11285 F:      drivers/mtd/nand/vf610_nfc.c
11286
11287 VFAT/FAT/MSDOS FILESYSTEM
11288 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11289 S:      Maintained
11290 F:      Documentation/filesystems/vfat.txt
11291 F:      fs/fat/
11292
11293 VFIO DRIVER
11294 M:      Alex Williamson <alex.williamson@redhat.com>
11295 L:      kvm@vger.kernel.org
11296 S:      Maintained
11297 F:      Documentation/vfio.txt
11298 F:      drivers/vfio/
11299 F:      include/linux/vfio.h
11300 F:      include/uapi/linux/vfio.h
11301
11302 VFIO PLATFORM DRIVER
11303 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11304 L:      kvm@vger.kernel.org
11305 S:      Maintained
11306 F:      drivers/vfio/platform/
11307
11308 VIDEOBUF2 FRAMEWORK
11309 M:      Pawel Osciak <pawel@osciak.com>
11310 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11311 M:      Kyungmin Park <kyungmin.park@samsung.com>
11312 L:      linux-media@vger.kernel.org
11313 S:      Maintained
11314 F:      drivers/media/v4l2-core/videobuf2-*
11315 F:      include/media/videobuf2-*
11316
11317 VIRTUAL SERIO DEVICE DRIVER
11318 M:      Stephen Chandler Paul <thatslyude@gmail.com>
11319 S:      Maintained
11320 F:      drivers/input/serio/userio.c
11321 F:      include/uapi/linux/userio.h
11322
11323 VIRTIO CONSOLE DRIVER
11324 M:      Amit Shah <amit.shah@redhat.com>
11325 L:      virtualization@lists.linux-foundation.org
11326 S:      Maintained
11327 F:      drivers/char/virtio_console.c
11328 F:      include/linux/virtio_console.h
11329 F:      include/uapi/linux/virtio_console.h
11330
11331 VIRTIO CORE, NET AND BLOCK DRIVERS
11332 M:      "Michael S. Tsirkin" <mst@redhat.com>
11333 L:      virtualization@lists.linux-foundation.org
11334 S:      Maintained
11335 F:      drivers/virtio/
11336 F:      tools/virtio/
11337 F:      drivers/net/virtio_net.c
11338 F:      drivers/block/virtio_blk.c
11339 F:      include/linux/virtio_*.h
11340 F:      include/uapi/linux/virtio_*.h
11341
11342 VIRTIO DRIVERS FOR S390
11343 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11344 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11345 L:      linux-s390@vger.kernel.org
11346 L:      virtualization@lists.linux-foundation.org
11347 L:      kvm@vger.kernel.org
11348 S:      Supported
11349 F:      drivers/s390/virtio/
11350
11351 VIRTIO GPU DRIVER
11352 M:      David Airlie <airlied@linux.ie>
11353 M:      Gerd Hoffmann <kraxel@redhat.com>
11354 L:      dri-devel@lists.freedesktop.org
11355 L:      virtualization@lists.linux-foundation.org
11356 S:      Maintained
11357 F:      drivers/gpu/drm/virtio/
11358 F:      include/uapi/linux/virtio_gpu.h
11359
11360 VIRTIO HOST (VHOST)
11361 M:      "Michael S. Tsirkin" <mst@redhat.com>
11362 L:      kvm@vger.kernel.org
11363 L:      virtualization@lists.linux-foundation.org
11364 L:      netdev@vger.kernel.org
11365 S:      Maintained
11366 F:      drivers/vhost/
11367 F:      include/uapi/linux/vhost.h
11368
11369 VIRTIO INPUT DRIVER
11370 M:      Gerd Hoffmann <kraxel@redhat.com>
11371 S:      Maintained
11372 F:      drivers/virtio/virtio_input.c
11373 F:      include/uapi/linux/virtio_input.h
11374
11375 VIA RHINE NETWORK DRIVER
11376 S:      Orphan
11377 F:      drivers/net/ethernet/via/via-rhine.c
11378
11379 VIA SD/MMC CARD CONTROLLER DRIVER
11380 M:      Bruce Chang <brucechang@via.com.tw>
11381 M:      Harald Welte <HaraldWelte@viatech.com>
11382 S:      Maintained
11383 F:      drivers/mmc/host/via-sdmmc.c
11384
11385 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11386 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11387 L:      linux-fbdev@vger.kernel.org
11388 S:      Maintained
11389 F:      include/linux/via-core.h
11390 F:      include/linux/via-gpio.h
11391 F:      include/linux/via_i2c.h
11392 F:      drivers/video/fbdev/via/
11393
11394 VIA VELOCITY NETWORK DRIVER
11395 M:      Francois Romieu <romieu@fr.zoreil.com>
11396 L:      netdev@vger.kernel.org
11397 S:      Maintained
11398 F:      drivers/net/ethernet/via/via-velocity.*
11399
11400 VIRT LIB
11401 M:      Alex Williamson <alex.williamson@redhat.com>
11402 M:      Paolo Bonzini <pbonzini@redhat.com>
11403 L:      kvm@vger.kernel.org
11404 S:      Supported
11405 F:      virt/lib/
11406
11407 VIVID VIRTUAL VIDEO DRIVER
11408 M:      Hans Verkuil <hverkuil@xs4all.nl>
11409 L:      linux-media@vger.kernel.org
11410 T:      git git://linuxtv.org/media_tree.git
11411 W:      http://linuxtv.org
11412 S:      Maintained
11413 F:      drivers/media/platform/vivid/*
11414
11415 VLAN (802.1Q)
11416 M:      Patrick McHardy <kaber@trash.net>
11417 L:      netdev@vger.kernel.org
11418 S:      Maintained
11419 F:      drivers/net/macvlan.c
11420 F:      include/linux/if_*vlan.h
11421 F:      net/8021q/
11422
11423 VLYNQ BUS
11424 M:      Florian Fainelli <florian@openwrt.org>
11425 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11426 S:      Maintained
11427 F:      drivers/vlynq/vlynq.c
11428 F:      include/linux/vlynq.h
11429
11430 VME SUBSYSTEM
11431 M:      Martyn Welch <martyn@welchs.me.uk>
11432 M:      Manohar Vanga <manohar.vanga@gmail.com>
11433 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11434 L:      devel@driverdev.osuosl.org
11435 S:      Maintained
11436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11437 F:      Documentation/vme_api.txt
11438 F:      drivers/staging/vme/
11439 F:      drivers/vme/
11440 F:      include/linux/vme*
11441
11442 VMWARE HYPERVISOR INTERFACE
11443 M:      Alok Kataria <akataria@vmware.com>
11444 L:      virtualization@lists.linux-foundation.org
11445 S:      Supported
11446 F:      arch/x86/kernel/cpu/vmware.c
11447
11448 VMWARE BALLOON DRIVER
11449 M:      Xavier Deguillard <xdeguillard@vmware.com>
11450 M:      Philip Moltmann <moltmann@vmware.com>
11451 M:      "VMware, Inc." <pv-drivers@vmware.com>
11452 L:      linux-kernel@vger.kernel.org
11453 S:      Maintained
11454 F:      drivers/misc/vmw_balloon.c
11455
11456 VMWARE VMMOUSE SUBDRIVER
11457 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11458 M:      "VMware, Inc." <pv-drivers@vmware.com>
11459 L:      linux-input@vger.kernel.org
11460 S:      Maintained
11461 F:      drivers/input/mouse/vmmouse.c
11462 F:      drivers/input/mouse/vmmouse.h
11463
11464 VMWARE VMXNET3 ETHERNET DRIVER
11465 M:      Shrikrishna Khare <skhare@vmware.com>
11466 M:      "VMware, Inc." <pv-drivers@vmware.com>
11467 L:      netdev@vger.kernel.org
11468 S:      Maintained
11469 F:      drivers/net/vmxnet3/
11470
11471 VMware PVSCSI driver
11472 M:      Arvind Kumar <arvindkumar@vmware.com>
11473 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11474 L:      linux-scsi@vger.kernel.org
11475 S:      Maintained
11476 F:      drivers/scsi/vmw_pvscsi.c
11477 F:      drivers/scsi/vmw_pvscsi.h
11478
11479 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11480 M:      Liam Girdwood <lgirdwood@gmail.com>
11481 M:      Mark Brown <broonie@kernel.org>
11482 L:      linux-kernel@vger.kernel.org
11483 W:      http://www.slimlogic.co.uk/?p=48
11484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11485 S:      Supported
11486 F:      drivers/regulator/
11487 F:      include/linux/regulator/
11488
11489 VRF
11490 M:      David Ahern <dsa@cumulusnetworks.com>
11491 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11492 L:      netdev@vger.kernel.org
11493 S:      Maintained
11494 F:      drivers/net/vrf.c
11495 F:      Documentation/networking/vrf.txt
11496
11497 VT1211 HARDWARE MONITOR DRIVER
11498 M:      Juerg Haefliger <juergh@gmail.com>
11499 L:      lm-sensors@lm-sensors.org
11500 S:      Maintained
11501 F:      Documentation/hwmon/vt1211
11502 F:      drivers/hwmon/vt1211.c
11503
11504 VT8231 HARDWARE MONITOR DRIVER
11505 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11506 L:      lm-sensors@lm-sensors.org
11507 S:      Maintained
11508 F:      drivers/hwmon/vt8231.c
11509
11510 VUB300 USB to SDIO/SD/MMC bridge chip
11511 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11512 L:      linux-mmc@vger.kernel.org
11513 L:      linux-usb@vger.kernel.org
11514 S:      Supported
11515 F:      drivers/mmc/host/vub300.c
11516
11517 W1 DALLAS'S 1-WIRE BUS
11518 M:      Evgeniy Polyakov <zbr@ioremap.net>
11519 S:      Maintained
11520 F:      Documentation/w1/
11521 F:      drivers/w1/
11522
11523 W83791D HARDWARE MONITORING DRIVER
11524 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11525 L:      lm-sensors@lm-sensors.org
11526 S:      Maintained
11527 F:      Documentation/hwmon/w83791d
11528 F:      drivers/hwmon/w83791d.c
11529
11530 W83793 HARDWARE MONITORING DRIVER
11531 M:      Rudolf Marek <r.marek@assembler.cz>
11532 L:      lm-sensors@lm-sensors.org
11533 S:      Maintained
11534 F:      Documentation/hwmon/w83793
11535 F:      drivers/hwmon/w83793.c
11536
11537 W83795 HARDWARE MONITORING DRIVER
11538 M:      Jean Delvare <jdelvare@suse.com>
11539 L:      lm-sensors@lm-sensors.org
11540 S:      Maintained
11541 F:      drivers/hwmon/w83795.c
11542
11543 W83L51xD SD/MMC CARD INTERFACE DRIVER
11544 M:      Pierre Ossman <pierre@ossman.eu>
11545 S:      Maintained
11546 F:      drivers/mmc/host/wbsd.*
11547
11548 WACOM PROTOCOL 4 SERIAL TABLETS
11549 M:      Julian Squires <julian@cipht.net>
11550 M:      Hans de Goede <hdegoede@redhat.com>
11551 L:      linux-input@vger.kernel.org
11552 S:      Maintained
11553 F:      drivers/input/tablet/wacom_serial4.c
11554
11555 WATCHDOG DEVICE DRIVERS
11556 M:      Wim Van Sebroeck <wim@iguana.be>
11557 L:      linux-watchdog@vger.kernel.org
11558 W:      http://www.linux-watchdog.org/
11559 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11560 S:      Maintained
11561 F:      Documentation/watchdog/
11562 F:      drivers/watchdog/
11563 F:      include/linux/watchdog.h
11564 F:      include/uapi/linux/watchdog.h
11565
11566 WD7000 SCSI DRIVER
11567 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11568 L:      linux-scsi@vger.kernel.org
11569 S:      Maintained
11570 F:      drivers/scsi/wd7000.c
11571
11572 WIIMOTE HID DRIVER
11573 M:      David Herrmann <dh.herrmann@googlemail.com>
11574 L:      linux-input@vger.kernel.org
11575 S:      Maintained
11576 F:      drivers/hid/hid-wiimote*
11577
11578 WINBOND CIR DRIVER
11579 M:      David Härdeman <david@hardeman.nu>
11580 S:      Maintained
11581 F:      drivers/media/rc/winbond-cir.c
11582
11583 WIMAX STACK
11584 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11585 M:      linux-wimax@intel.com
11586 L:      wimax@linuxwimax.org (subscribers-only)
11587 S:      Supported
11588 W:      http://linuxwimax.org
11589 F:      Documentation/wimax/README.wimax
11590 F:      include/linux/wimax/debug.h
11591 F:      include/net/wimax.h
11592 F:      include/uapi/linux/wimax.h
11593 F:      net/wimax/
11594
11595 WISTRON LAPTOP BUTTON DRIVER
11596 M:      Miloslav Trmac <mitr@volny.cz>
11597 S:      Maintained
11598 F:      drivers/input/misc/wistron_btns.c
11599
11600 WL3501 WIRELESS PCMCIA CARD DRIVER
11601 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11602 L:      linux-wireless@vger.kernel.org
11603 W:      http://oops.ghostprotocols.net:81/blog
11604 S:      Maintained
11605 F:      drivers/net/wireless/wl3501*
11606
11607 WOLFSON MICROELECTRONICS DRIVERS
11608 L:      patches@opensource.wolfsonmicro.com
11609 T:      git https://github.com/CirrusLogic/linux-drivers.git
11610 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11611 S:      Supported
11612 F:      Documentation/hwmon/wm83??
11613 F:      Documentation/devicetree/bindings/extcon/extcon-arizona.txt
11614 F:      Documentation/devicetree/bindings/regulator/arizona-regulator.txt
11615 F:      Documentation/devicetree/bindings/mfd/arizona.txt
11616 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11617 F:      drivers/clk/clk-wm83*.c
11618 F:      drivers/extcon/extcon-arizona.c
11619 F:      drivers/leds/leds-wm83*.c
11620 F:      drivers/gpio/gpio-*wm*.c
11621 F:      drivers/gpio/gpio-arizona.c
11622 F:      drivers/hwmon/wm83??-hwmon.c
11623 F:      drivers/input/misc/wm831x-on.c
11624 F:      drivers/input/touchscreen/wm831x-ts.c
11625 F:      drivers/input/touchscreen/wm97*.c
11626 F:      drivers/mfd/arizona*
11627 F:      drivers/mfd/wm*.c
11628 F:      drivers/power/wm83*.c
11629 F:      drivers/rtc/rtc-wm83*.c
11630 F:      drivers/regulator/wm8*.c
11631 F:      drivers/video/backlight/wm83*_bl.c
11632 F:      drivers/watchdog/wm83*_wdt.c
11633 F:      include/linux/mfd/arizona/
11634 F:      include/linux/mfd/wm831x/
11635 F:      include/linux/mfd/wm8350/
11636 F:      include/linux/mfd/wm8400*
11637 F:      include/linux/wm97xx.h
11638 F:      include/sound/wm????.h
11639 F:      sound/soc/codecs/arizona.?
11640 F:      sound/soc/codecs/wm*
11641
11642 WORKQUEUE
11643 M:      Tejun Heo <tj@kernel.org>
11644 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11646 S:      Maintained
11647 F:      include/linux/workqueue.h
11648 F:      kernel/workqueue.c
11649 F:      Documentation/workqueue.txt
11650
11651 X.25 NETWORK LAYER
11652 M:      Andrew Hendry <andrew.hendry@gmail.com>
11653 L:      linux-x25@vger.kernel.org
11654 S:      Odd Fixes
11655 F:      Documentation/networking/x25*
11656 F:      include/net/x25*
11657 F:      net/x25/
11658
11659 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11660 M:      Thomas Gleixner <tglx@linutronix.de>
11661 M:      Ingo Molnar <mingo@redhat.com>
11662 M:      "H. Peter Anvin" <hpa@zytor.com>
11663 M:      x86@kernel.org
11664 L:      linux-kernel@vger.kernel.org
11665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11666 S:      Maintained
11667 F:      Documentation/x86/
11668 F:      arch/x86/
11669
11670 X86 PLATFORM DRIVERS
11671 M:      Darren Hart <dvhart@infradead.org>
11672 L:      platform-driver-x86@vger.kernel.org
11673 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11674 S:      Maintained
11675 F:      drivers/platform/x86/
11676 F:      drivers/platform/olpc/
11677
11678 X86 MCE INFRASTRUCTURE
11679 M:      Tony Luck <tony.luck@intel.com>
11680 M:      Borislav Petkov <bp@alien8.de>
11681 L:      linux-edac@vger.kernel.org
11682 S:      Maintained
11683 F:      arch/x86/kernel/cpu/mcheck/*
11684
11685 X86 MICROCODE UPDATE SUPPORT
11686 M:      Borislav Petkov <bp@alien8.de>
11687 S:      Maintained
11688 F:      arch/x86/kernel/cpu/microcode/*
11689
11690 X86 VDSO
11691 M:      Andy Lutomirski <luto@amacapital.net>
11692 L:      linux-kernel@vger.kernel.org
11693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11694 S:      Maintained
11695 F:      arch/x86/entry/vdso/
11696
11697 XC2028/3028 TUNER DRIVER
11698 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11699 L:      linux-media@vger.kernel.org
11700 W:      http://linuxtv.org
11701 T:      git git://linuxtv.org/media_tree.git
11702 S:      Maintained
11703 F:      drivers/media/tuners/tuner-xc2028.*
11704
11705 XEN HYPERVISOR INTERFACE
11706 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11707 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11708 M:      David Vrabel <david.vrabel@citrix.com>
11709 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11711 S:      Supported
11712 F:      arch/x86/xen/
11713 F:      drivers/*/xen-*front.c
11714 F:      drivers/xen/
11715 F:      arch/x86/include/asm/xen/
11716 F:      include/xen/
11717 F:      include/uapi/xen/
11718
11719 XEN HYPERVISOR ARM
11720 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11721 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11722 S:      Supported
11723 F:      arch/arm/xen/
11724 F:      arch/arm/include/asm/xen/
11725
11726 XEN HYPERVISOR ARM64
11727 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11728 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11729 S:      Supported
11730 F:      arch/arm64/xen/
11731 F:      arch/arm64/include/asm/xen/
11732
11733 XEN NETWORK BACKEND DRIVER
11734 M:      Ian Campbell <ian.campbell@citrix.com>
11735 M:      Wei Liu <wei.liu2@citrix.com>
11736 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11737 L:      netdev@vger.kernel.org
11738 S:      Supported
11739 F:      drivers/net/xen-netback/*
11740
11741 XEN PCI SUBSYSTEM
11742 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11743 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11744 S:      Supported
11745 F:      arch/x86/pci/*xen*
11746 F:      drivers/pci/*xen*
11747
11748 XEN BLOCK SUBSYSTEM
11749 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11750 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11751 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11752 S:      Supported
11753 F:      drivers/block/xen-blkback/*
11754 F:      drivers/block/xen*
11755
11756 XEN PVSCSI DRIVERS
11757 M:      Juergen Gross <jgross@suse.com>
11758 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11759 L:      linux-scsi@vger.kernel.org
11760 S:      Supported
11761 F:      drivers/scsi/xen-scsifront.c
11762 F:      drivers/xen/xen-scsiback.c
11763 F:      include/xen/interface/io/vscsiif.h
11764
11765 XEN SWIOTLB SUBSYSTEM
11766 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11767 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11768 S:      Supported
11769 F:      arch/x86/xen/*swiotlb*
11770 F:      drivers/xen/*swiotlb*
11771
11772 XFS FILESYSTEM
11773 P:      Silicon Graphics Inc
11774 M:      Dave Chinner <david@fromorbit.com>
11775 M:      xfs@oss.sgi.com
11776 L:      xfs@oss.sgi.com
11777 W:      http://oss.sgi.com/projects/xfs
11778 T:      git git://oss.sgi.com/xfs/xfs.git
11779 S:      Supported
11780 F:      Documentation/filesystems/xfs.txt
11781 F:      fs/xfs/
11782
11783 XILINX AXI ETHERNET DRIVER
11784 M:      Anirudha Sarangi <anirudh@xilinx.com>
11785 M:      John Linn <John.Linn@xilinx.com>
11786 S:      Maintained
11787 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11788
11789 XILINX UARTLITE SERIAL DRIVER
11790 M:      Peter Korsgaard <jacmet@sunsite.dk>
11791 L:      linux-serial@vger.kernel.org
11792 S:      Maintained
11793 F:      drivers/tty/serial/uartlite.c
11794
11795 XILINX VIDEO IP CORES
11796 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11797 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11798 L:      linux-media@vger.kernel.org
11799 T:      git git://linuxtv.org/media_tree.git
11800 S:      Supported
11801 F:      Documentation/devicetree/bindings/media/xilinx/
11802 F:      drivers/media/platform/xilinx/
11803 F:      include/uapi/linux/xilinx-v4l2-controls.h
11804
11805 XILLYBUS DRIVER
11806 M:      Eli Billauer <eli.billauer@gmail.com>
11807 L:      linux-kernel@vger.kernel.org
11808 S:      Supported
11809 F:      drivers/char/xillybus/
11810
11811 XTENSA XTFPGA PLATFORM SUPPORT
11812 M:      Max Filippov <jcmvbkbc@gmail.com>
11813 L:      linux-xtensa@linux-xtensa.org
11814 S:      Maintained
11815 F:      drivers/spi/spi-xtensa-xtfpga.c
11816 F:      sound/soc/xtensa/xtfpga-i2s.c
11817
11818 YAM DRIVER FOR AX.25
11819 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11820 L:      linux-hams@vger.kernel.org
11821 S:      Maintained
11822 F:      drivers/net/hamradio/yam*
11823 F:      include/linux/yam.h
11824
11825 YEALINK PHONE DRIVER
11826 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11827 L:      usbb2k-api-dev@nongnu.org
11828 S:      Maintained
11829 F:      Documentation/input/yealink.txt
11830 F:      drivers/input/misc/yealink.*
11831
11832 Z8530 DRIVER FOR AX.25
11833 M:      Joerg Reuter <jreuter@yaina.de>
11834 W:      http://yaina.de/jreuter/
11835 W:      http://www.qsl.net/dl1bke/
11836 L:      linux-hams@vger.kernel.org
11837 S:      Maintained
11838 F:      Documentation/networking/z8530drv.txt
11839 F:      drivers/net/hamradio/*scc.c
11840 F:      drivers/net/hamradio/z8530.h
11841
11842 ZBUD COMPRESSED PAGE ALLOCATOR
11843 M:      Seth Jennings <sjennings@variantweb.net>
11844 L:      linux-mm@kvack.org
11845 S:      Maintained
11846 F:      mm/zbud.c
11847 F:      include/linux/zbud.h
11848
11849 ZD1211RW WIRELESS DRIVER
11850 M:      Daniel Drake <dsd@gentoo.org>
11851 M:      Ulrich Kunitz <kune@deine-taler.de>
11852 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11853 L:      linux-wireless@vger.kernel.org
11854 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11855 S:      Maintained
11856 F:      drivers/net/wireless/zd1211rw/
11857
11858 ZPOOL COMPRESSED PAGE STORAGE API
11859 M:      Dan Streetman <ddstreet@ieee.org>
11860 L:      linux-mm@kvack.org
11861 S:      Maintained
11862 F:      mm/zpool.c
11863 F:      include/linux/zpool.h
11864
11865 ZR36067 VIDEO FOR LINUX DRIVER
11866 L:      mjpeg-users@lists.sourceforge.net
11867 L:      linux-media@vger.kernel.org
11868 W:      http://mjpeg.sourceforge.net/driver-zoran/
11869 T:      hg http://linuxtv.org/hg/v4l-dvb
11870 S:      Odd Fixes
11871 F:      drivers/media/pci/zoran/
11872
11873 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11874 M:      Minchan Kim <minchan@kernel.org>
11875 M:      Nitin Gupta <ngupta@vflare.org>
11876 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11877 L:      linux-kernel@vger.kernel.org
11878 S:      Maintained
11879 F:      drivers/block/zram/
11880 F:      Documentation/blockdev/zram.txt
11881
11882 ZS DECSTATION Z85C30 SERIAL DRIVER
11883 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11884 S:      Maintained
11885 F:      drivers/tty/serial/zs.*
11886
11887 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11888 M:      Minchan Kim <minchan@kernel.org>
11889 M:      Nitin Gupta <ngupta@vflare.org>
11890 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11891 L:      linux-mm@kvack.org
11892 S:      Maintained
11893 F:      mm/zsmalloc.c
11894 F:      include/linux/zsmalloc.h
11895 F:      Documentation/vm/zsmalloc.txt
11896
11897 ZSWAP COMPRESSED SWAP CACHING
11898 M:      Seth Jennings <sjennings@variantweb.net>
11899 L:      linux-mm@kvack.org
11900 S:      Maintained
11901 F:      mm/zswap.c
11902
11903 THE REST
11904 M:      Linus Torvalds <torvalds@linux-foundation.org>
11905 L:      linux-kernel@vger.kernel.org
11906 Q:      http://patchwork.kernel.org/project/LKML/list/
11907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11908 S:      Buried alive in reporters
11909 F:      *
11910 F:      */