Merge tag 'staging-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161 F:      Documentation/networking/6lowpan.txt
162
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
168
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
174
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
183
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
188
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
204
205
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      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/SHMOBILE ARM ARCHITECTURE
1493 M:      Simon Horman <horms@verge.net.au>
1494 M:      Magnus Damm <magnus.damm@gmail.com>
1495 L:      linux-sh@vger.kernel.org
1496 W:      http://oss.renesas.com
1497 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1499 S:      Supported
1500 F:      arch/arm/boot/dts/emev2*
1501 F:      arch/arm/boot/dts/r7s*
1502 F:      arch/arm/boot/dts/r8a*
1503 F:      arch/arm/boot/dts/sh*
1504 F:      arch/arm/configs/bockw_defconfig
1505 F:      arch/arm/configs/marzen_defconfig
1506 F:      arch/arm/configs/shmobile_defconfig
1507 F:      arch/arm/include/debug/renesas-scif.S
1508 F:      arch/arm/mach-shmobile/
1509 F:      drivers/sh/
1510
1511 ARM/SOCFPGA ARCHITECTURE
1512 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1513 S:      Maintained
1514 F:      arch/arm/mach-socfpga/
1515 F:      arch/arm/boot/dts/socfpga*
1516 F:      arch/arm/configs/socfpga_defconfig
1517 W:      http://www.rocketboards.org
1518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1519
1520 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1521 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1522 S:      Maintained
1523 F:      drivers/clk/socfpga/
1524
1525 ARM/SOCFPGA EDAC SUPPORT
1526 M:      Thor Thayer <tthayer@opensource.altera.com>
1527 S:      Maintained
1528 F:      drivers/edac/altera_edac.
1529
1530 ARM/STI ARCHITECTURE
1531 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1532 M:      Maxime Coquelin <maxime.coquelin@st.com>
1533 M:      Patrice Chotard <patrice.chotard@st.com>
1534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 L:      kernel@stlinux.com
1536 W:      http://www.stlinux.com
1537 S:      Maintained
1538 F:      arch/arm/mach-sti/
1539 F:      arch/arm/boot/dts/sti*
1540 F:      drivers/char/hw_random/st-rng.c
1541 F:      drivers/clocksource/arm_global_timer.c
1542 F:      drivers/clocksource/clksrc_st_lpc.c
1543 F:      drivers/i2c/busses/i2c-st.c
1544 F:      drivers/media/rc/st_rc.c
1545 F:      drivers/media/platform/sti/c8sectpfe/
1546 F:      drivers/mmc/host/sdhci-st.c
1547 F:      drivers/phy/phy-miphy28lp.c
1548 F:      drivers/phy/phy-miphy365x.c
1549 F:      drivers/phy/phy-stih407-usb.c
1550 F:      drivers/phy/phy-stih41x-usb.c
1551 F:      drivers/pinctrl/pinctrl-st.c
1552 F:      drivers/reset/sti/
1553 F:      drivers/rtc/rtc-st-lpc.c
1554 F:      drivers/tty/serial/st-asc.c
1555 F:      drivers/usb/dwc3/dwc3-st.c
1556 F:      drivers/usb/host/ehci-st.c
1557 F:      drivers/usb/host/ohci-st.c
1558 F:      drivers/watchdog/st_lpc_wdt.c
1559 F:      drivers/ata/ahci_st.c
1560
1561 ARM/STM32 ARCHITECTURE
1562 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1566 N:      stm32
1567 F:      drivers/clocksource/armv7m_systick.c
1568
1569 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1570 M:      Lennert Buytenhek <kernel@wantstofly.org>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Maintained
1573
1574 ARM/TETON BGA MACHINE SUPPORT
1575 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578
1579 ARM/THECUS N2100 MACHINE SUPPORT
1580 M:      Lennert Buytenhek <kernel@wantstofly.org>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583
1584 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1585 M:      Wan ZongShun <mcuos.com@gmail.com>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 W:      http://www.mcuos.com
1588 S:      Maintained
1589 F:      arch/arm/mach-w90x900/
1590 F:      drivers/input/keyboard/w90p910_keypad.c
1591 F:      drivers/input/touchscreen/w90p910_ts.c
1592 F:      drivers/watchdog/nuc900_wdt.c
1593 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1594 F:      drivers/mtd/nand/nuc900_nand.c
1595 F:      drivers/rtc/rtc-nuc900.c
1596 F:      drivers/spi/spi-nuc900.c
1597 F:      drivers/usb/host/ehci-w90x900.c
1598 F:      drivers/video/fbdev/nuc900fb.c
1599
1600 ARM/U300 MACHINE SUPPORT
1601 M:      Linus Walleij <linus.walleij@linaro.org>
1602 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1603 S:      Supported
1604 F:      arch/arm/mach-u300/
1605 F:      drivers/clocksource/timer-u300.c
1606 F:      drivers/i2c/busses/i2c-stu300.c
1607 F:      drivers/rtc/rtc-coh901331.c
1608 F:      drivers/watchdog/coh901327_wdt.c
1609 F:      drivers/dma/coh901318*
1610 F:      drivers/mfd/ab3100*
1611 F:      drivers/rtc/rtc-ab3100.c
1612 F:      drivers/rtc/rtc-coh901331.c
1613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1614
1615 ARM/UNIPHIER ARCHITECTURE
1616 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Maintained
1619 F:      arch/arm/boot/dts/uniphier*
1620 F:      arch/arm/mach-uniphier/
1621 F:      drivers/pinctrl/uniphier/
1622 F:      drivers/tty/serial/8250/8250_uniphier.c
1623 N:      uniphier
1624
1625 ARM/Ux500 ARM ARCHITECTURE
1626 M:      Linus Walleij <linus.walleij@linaro.org>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 S:      Maintained
1629 F:      arch/arm/mach-ux500/
1630 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1631 F:      drivers/dma/ste_dma40*
1632 F:      drivers/hwspinlock/u8500_hsem.c
1633 F:      drivers/mfd/abx500*
1634 F:      drivers/mfd/ab8500*
1635 F:      drivers/mfd/dbx500*
1636 F:      drivers/mfd/db8500*
1637 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1638 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1639 F:      drivers/rtc/rtc-ab8500.c
1640 F:      drivers/rtc/rtc-pl031.c
1641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1642
1643 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1644 M:      Ulf Hansson <ulf.hansson@linaro.org>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 T:      git git://git.linaro.org/people/ulfh/clk.git
1647 S:      Maintained
1648 F:      drivers/clk/ux500/
1649 F:      include/linux/platform_data/clk-ux500.h
1650
1651 ARM/VERSATILE EXPRESS PLATFORM
1652 M:      Liviu Dudau <liviu.dudau@arm.com>
1653 M:      Sudeep Holla <sudeep.holla@arm.com>
1654 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1655 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656 S:      Maintained
1657 F:      arch/arm/boot/dts/vexpress*
1658 F:      arch/arm64/boot/dts/arm/vexpress*
1659 F:      arch/arm/mach-vexpress/
1660 F:      */*/vexpress*
1661 F:      */*/*/vexpress*
1662 F:      drivers/clk/versatile/clk-vexpress-osc.c
1663 F:      drivers/clocksource/versatile.c
1664
1665 ARM/VFP SUPPORT
1666 M:      Russell King <linux@arm.linux.org.uk>
1667 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1668 W:      http://www.arm.linux.org.uk/
1669 S:      Maintained
1670 F:      arch/arm/vfp/
1671
1672 ARM/VOIPAC PXA270 SUPPORT
1673 M:      Marek Vasut <marek.vasut@gmail.com>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 S:      Maintained
1676 F:      arch/arm/mach-pxa/vpac270.c
1677 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1678
1679 ARM/VT8500 ARM ARCHITECTURE
1680 M:      Tony Prisk <linux@prisktech.co.nz>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-vt8500/
1684 F:      drivers/clocksource/vt8500_timer.c
1685 F:      drivers/i2c/busses/i2c-wmt.c
1686 F:      drivers/mmc/host/wmt-sdmmc.c
1687 F:      drivers/pwm/pwm-vt8500.c
1688 F:      drivers/rtc/rtc-vt8500.c
1689 F:      drivers/tty/serial/vt8500_serial.c
1690 F:      drivers/usb/host/ehci-platform.c
1691 F:      drivers/usb/host/uhci-platform.c
1692 F:      drivers/video/fbdev/vt8500lcdfb.*
1693 F:      drivers/video/fbdev/wm8505fb*
1694 F:      drivers/video/fbdev/wmt_ge_rops.*
1695
1696 ARM/ZIPIT Z2 SUPPORT
1697 M:      Marek Vasut <marek.vasut@gmail.com>
1698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1699 S:      Maintained
1700 F:      arch/arm/mach-pxa/z2.c
1701 F:      arch/arm/mach-pxa/include/mach/z2.h
1702
1703 ARM/ZTE ARCHITECTURE
1704 M:      Jun Nie <jun.nie@linaro.org>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-zx/
1708 F:      drivers/clk/zte/
1709 F:      Documentation/devicetree/bindings/arm/zte.txt
1710 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1711
1712 ARM/ZYNQ ARCHITECTURE
1713 M:      Michal Simek <michal.simek@xilinx.com>
1714 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1716 W:      http://wiki.xilinx.com
1717 T:      git https://github.com/Xilinx/linux-xlnx.git
1718 S:      Supported
1719 F:      arch/arm/mach-zynq/
1720 F:      drivers/cpuidle/cpuidle-zynq.c
1721 F:      drivers/block/xsysace.c
1722 N:      zynq
1723 N:      xilinx
1724 F:      drivers/clocksource/cadence_ttc_timer.c
1725 F:      drivers/i2c/busses/i2c-cadence.c
1726 F:      drivers/mmc/host/sdhci-of-arasan.c
1727 F:      drivers/edac/synopsys_edac.c
1728
1729 ARM SMMU DRIVERS
1730 M:      Will Deacon <will.deacon@arm.com>
1731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1732 S:      Maintained
1733 F:      drivers/iommu/arm-smmu.c
1734 F:      drivers/iommu/arm-smmu-v3.c
1735 F:      drivers/iommu/io-pgtable-arm.c
1736
1737 ARM64 PORT (AARCH64 ARCHITECTURE)
1738 M:      Catalin Marinas <catalin.marinas@arm.com>
1739 M:      Will Deacon <will.deacon@arm.com>
1740 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1741 S:      Maintained
1742 F:      arch/arm64/
1743 F:      Documentation/arm64/
1744
1745 AS3645A LED FLASH CONTROLLER DRIVER
1746 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1747 L:      linux-media@vger.kernel.org
1748 T:      git git://linuxtv.org/media_tree.git
1749 S:      Maintained
1750 F:      drivers/media/i2c/as3645a.c
1751 F:      include/media/as3645a.h
1752
1753 ASC7621 HARDWARE MONITOR DRIVER
1754 M:      George Joseph <george.joseph@fairview5.com>
1755 L:      lm-sensors@lm-sensors.org
1756 S:      Maintained
1757 F:      Documentation/hwmon/asc7621
1758 F:      drivers/hwmon/asc7621.c
1759
1760 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1761 M:      Corentin Chary <corentin.chary@gmail.com>
1762 L:      acpi4asus-user@lists.sourceforge.net
1763 L:      platform-driver-x86@vger.kernel.org
1764 W:      http://acpi4asus.sf.net
1765 S:      Maintained
1766 F:      drivers/platform/x86/asus*.c
1767 F:      drivers/platform/x86/eeepc*.c
1768
1769 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1770 R:      Dan Williams <dan.j.williams@intel.com>
1771 W:      http://sourceforge.net/projects/xscaleiop
1772 S:      Odd fixes
1773 F:      Documentation/crypto/async-tx-api.txt
1774 F:      crypto/async_tx/
1775 F:      drivers/dma/
1776 F:      include/linux/dmaengine.h
1777 F:      include/linux/async_tx.h
1778
1779 AT24 EEPROM DRIVER
1780 M:      Wolfram Sang <wsa@the-dreams.de>
1781 L:      linux-i2c@vger.kernel.org
1782 S:      Maintained
1783 F:      drivers/misc/eeprom/at24.c
1784 F:      include/linux/platform_data/at24.h
1785
1786 ATA OVER ETHERNET (AOE) DRIVER
1787 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1788 W:      http://www.openaoe.org/
1789 S:      Supported
1790 F:      Documentation/aoe/
1791 F:      drivers/block/aoe/
1792
1793 ATHEROS 71XX/9XXX GPIO DRIVER
1794 M:      Alban Bedel <albeu@free.fr>
1795 W:      https://github.com/AlbanBedel/linux
1796 T:      git git://github.com/AlbanBedel/linux
1797 S:      Maintained
1798 F:      drivers/gpio/gpio-ath79.c
1799 F:      Documentation/devicetree/bindings/gpio/gpio-ath79.txt
1800
1801 ATHEROS ATH GENERIC UTILITIES
1802 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1803 L:      linux-wireless@vger.kernel.org
1804 S:      Supported
1805 F:      drivers/net/wireless/ath/*
1806
1807 ATHEROS ATH5K WIRELESS DRIVER
1808 M:      Jiri Slaby <jirislaby@gmail.com>
1809 M:      Nick Kossifidis <mickflemm@gmail.com>
1810 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1811 L:      linux-wireless@vger.kernel.org
1812 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1813 S:      Maintained
1814 F:      drivers/net/wireless/ath/ath5k/
1815
1816 ATHEROS ATH6KL WIRELESS DRIVER
1817 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1818 L:      linux-wireless@vger.kernel.org
1819 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1820 T:      git git://github.com/kvalo/ath.git
1821 S:      Supported
1822 F:      drivers/net/wireless/ath/ath6kl/
1823
1824 WILOCITY WIL6210 WIRELESS DRIVER
1825 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1826 L:      linux-wireless@vger.kernel.org
1827 L:      wil6210@qca.qualcomm.com
1828 S:      Supported
1829 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1830 F:      drivers/net/wireless/ath/wil6210/
1831 F:      include/uapi/linux/wil6210_uapi.h
1832
1833 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1834 M:      Christian Lamparter <chunkeey@googlemail.com>
1835 L:      linux-wireless@vger.kernel.org
1836 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1837 S:      Maintained
1838 F:      drivers/net/wireless/ath/carl9170/
1839
1840 ATK0110 HWMON DRIVER
1841 M:      Luca Tettamanti <kronos.it@gmail.com>
1842 L:      lm-sensors@lm-sensors.org
1843 S:      Maintained
1844 F:      drivers/hwmon/asus_atk0110.c
1845
1846 ATI_REMOTE2 DRIVER
1847 M:      Ville Syrjala <syrjala@sci.fi>
1848 S:      Maintained
1849 F:      drivers/input/misc/ati_remote2.c
1850
1851 ATLX ETHERNET DRIVERS
1852 M:      Jay Cliburn <jcliburn@gmail.com>
1853 M:      Chris Snook <chris.snook@gmail.com>
1854 L:      netdev@vger.kernel.org
1855 W:      http://sourceforge.net/projects/atl1
1856 W:      http://atl1.sourceforge.net
1857 S:      Maintained
1858 F:      drivers/net/ethernet/atheros/
1859
1860 ATM
1861 M:      Chas Williams <3chas3@gmail.com>
1862 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1863 L:      netdev@vger.kernel.org
1864 W:      http://linux-atm.sourceforge.net
1865 S:      Maintained
1866 F:      drivers/atm/
1867 F:      include/linux/atm*
1868 F:      include/uapi/linux/atm*
1869
1870 ATMEL AT91 / AT32 MCI DRIVER
1871 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1872 S:      Maintained
1873 F:      drivers/mmc/host/atmel-mci.c
1874 F:      drivers/mmc/host/atmel-mci-regs.h
1875
1876 ATMEL AT91 / AT32 SERIAL DRIVER
1877 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1878 S:      Supported
1879 F:      drivers/tty/serial/atmel_serial.c
1880
1881 ATMEL Audio ALSA driver
1882 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1883 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1884 S:      Supported
1885 F:      sound/soc/atmel
1886
1887 ATMEL DMA DRIVER
1888 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1890 S:      Supported
1891 F:      drivers/dma/at_hdmac.c
1892 F:      drivers/dma/at_hdmac_regs.h
1893 F:      include/linux/platform_data/dma-atmel.h
1894
1895 ATMEL XDMA DRIVER
1896 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1897 L:      linux-arm-kernel@lists.infradead.org
1898 L:      dmaengine@vger.kernel.org
1899 S:      Supported
1900 F:      drivers/dma/at_xdmac.c
1901
1902 ATMEL I2C DRIVER
1903 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1904 L:      linux-i2c@vger.kernel.org
1905 S:      Supported
1906 F:      drivers/i2c/busses/i2c-at91.c
1907
1908 ATMEL ISI DRIVER
1909 M:      Josh Wu <josh.wu@atmel.com>
1910 L:      linux-media@vger.kernel.org
1911 S:      Supported
1912 F:      drivers/media/platform/soc_camera/atmel-isi.c
1913 F:      include/media/atmel-isi.h
1914
1915 ATMEL LCDFB DRIVER
1916 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1917 L:      linux-fbdev@vger.kernel.org
1918 S:      Maintained
1919 F:      drivers/video/fbdev/atmel_lcdfb.c
1920 F:      include/video/atmel_lcdc.h
1921
1922 ATMEL MACB ETHERNET DRIVER
1923 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1924 S:      Supported
1925 F:      drivers/net/ethernet/cadence/
1926
1927 ATMEL NAND DRIVER
1928 M:      Josh Wu <josh.wu@atmel.com>
1929 L:      linux-mtd@lists.infradead.org
1930 S:      Supported
1931 F:      drivers/mtd/nand/atmel_nand*
1932
1933 ATMEL SDMMC DRIVER
1934 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1935 L:      linux-mmc@vger.kernel.org
1936 S:      Supported
1937 F:      drivers/mmc/host/sdhci-of-at91.c
1938
1939 ATMEL SPI DRIVER
1940 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1941 S:      Supported
1942 F:      drivers/spi/spi-atmel.*
1943
1944 ATMEL SSC DRIVER
1945 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1947 S:      Supported
1948 F:      drivers/misc/atmel-ssc.c
1949 F:      include/linux/atmel-ssc.h
1950
1951 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1952 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1954 S:      Supported
1955 F:      drivers/misc/atmel_tclib.c
1956 F:      drivers/clocksource/tcb_clksrc.c
1957
1958 ATMEL USBA UDC DRIVER
1959 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1961 S:      Supported
1962 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1963
1964 ATMEL WIRELESS DRIVER
1965 M:      Simon Kelley <simon@thekelleys.org.uk>
1966 L:      linux-wireless@vger.kernel.org
1967 W:      http://www.thekelleys.org.uk/atmel
1968 W:      http://atmelwlandriver.sourceforge.net/
1969 S:      Maintained
1970 F:      drivers/net/wireless/atmel*
1971
1972 ATMEL MAXTOUCH DRIVER
1973 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1974 T:      git git://github.com/atmel-maxtouch/linux.git
1975 S:      Supported
1976 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1977 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1978 F:      include/linux/platform_data/atmel_mxt_ts.h
1979
1980 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1981 M:      Bradley Grove <linuxdrivers@attotech.com>
1982 L:      linux-scsi@vger.kernel.org
1983 W:      http://www.attotech.com
1984 S:      Supported
1985 F:      drivers/scsi/esas2r
1986
1987 ATUSB IEEE 802.15.4 RADIO DRIVER
1988 M:      Stefan Schmidt <stefan@osg.samsung.com>
1989 L:      linux-wpan@vger.kernel.org
1990 S:      Maintained
1991 F:      drivers/net/ieee802154/atusb.c
1992 F:      drivers/net/ieee802154/atusb.h
1993 F:      drivers/net/ieee802154/at86rf230.h
1994
1995 AUDIT SUBSYSTEM
1996 M:      Paul Moore <paul@paul-moore.com>
1997 M:      Eric Paris <eparis@redhat.com>
1998 L:      linux-audit@redhat.com (moderated for non-subscribers)
1999 W:      http://people.redhat.com/sgrubb/audit/
2000 T:      git git://git.infradead.org/users/pcmoore/audit
2001 S:      Maintained
2002 F:      include/linux/audit.h
2003 F:      include/uapi/linux/audit.h
2004 F:      kernel/audit*
2005
2006 AUXILIARY DISPLAY DRIVERS
2007 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2008 W:      http://miguelojeda.es/auxdisplay.htm
2009 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2010 S:      Maintained
2011 F:      drivers/auxdisplay/
2012 F:      include/linux/cfag12864b.h
2013
2014 AVR32 ARCHITECTURE
2015 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2016 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2017 W:      http://www.atmel.com/products/AVR32/
2018 W:      http://mirror.egtvedt.no/avr32linux.org/
2019 W:      http://avrfreaks.net/
2020 S:      Maintained
2021 F:      arch/avr32/
2022
2023 AVR32/AT32AP MACHINE SUPPORT
2024 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2025 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2026 S:      Maintained
2027 F:      arch/avr32/mach-at32ap/
2028
2029 AX.25 NETWORK LAYER
2030 M:      Ralf Baechle <ralf@linux-mips.org>
2031 L:      linux-hams@vger.kernel.org
2032 W:      http://www.linux-ax25.org/
2033 S:      Maintained
2034 F:      include/uapi/linux/ax25.h
2035 F:      include/net/ax25.h
2036 F:      net/ax25/
2037
2038 AZ6007 DVB DRIVER
2039 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2040 L:      linux-media@vger.kernel.org
2041 W:      http://linuxtv.org
2042 T:      git git://linuxtv.org/media_tree.git
2043 S:      Maintained
2044 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2045
2046 AZTECH FM RADIO RECEIVER DRIVER
2047 M:      Hans Verkuil <hverkuil@xs4all.nl>
2048 L:      linux-media@vger.kernel.org
2049 T:      git git://linuxtv.org/media_tree.git
2050 W:      http://linuxtv.org
2051 S:      Maintained
2052 F:      drivers/media/radio/radio-aztech*
2053
2054 B43 WIRELESS DRIVER
2055 L:      linux-wireless@vger.kernel.org
2056 L:      b43-dev@lists.infradead.org
2057 W:      http://wireless.kernel.org/en/users/Drivers/b43
2058 S:      Odd Fixes
2059 F:      drivers/net/wireless/b43/
2060
2061 B43LEGACY WIRELESS DRIVER
2062 M:      Larry Finger <Larry.Finger@lwfinger.net>
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:      Maintained
2067 F:      drivers/net/wireless/b43legacy/
2068
2069 BACKLIGHT CLASS/SUBSYSTEM
2070 M:      Jingoo Han <jingoohan1@gmail.com>
2071 M:      Lee Jones <lee.jones@linaro.org>
2072 S:      Maintained
2073 F:      drivers/video/backlight/
2074 F:      include/linux/backlight.h
2075
2076 BATMAN ADVANCED
2077 M:      Marek Lindner <mareklindner@neomailbox.ch>
2078 M:      Simon Wunderlich <sw@simonwunderlich.de>
2079 M:      Antonio Quartulli <antonio@meshcoding.com>
2080 L:      b.a.t.m.a.n@lists.open-mesh.org
2081 W:      http://www.open-mesh.org/
2082 S:      Maintained
2083 F:      net/batman-adv/
2084
2085 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2086 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2087 L:      linux-hams@vger.kernel.org
2088 W:      http://www.baycom.org/~tom/ham/ham.html
2089 S:      Maintained
2090 F:      drivers/net/hamradio/baycom*
2091
2092 BCACHE (BLOCK LAYER CACHE)
2093 M:      Kent Overstreet <kent.overstreet@gmail.com>
2094 L:      linux-bcache@vger.kernel.org
2095 W:      http://bcache.evilpiepirate.org
2096 S:      Maintained
2097 F:      drivers/md/bcache/
2098
2099 BDISP ST MEDIA DRIVER
2100 M:      Fabien Dessenne <fabien.dessenne@st.com>
2101 L:      linux-media@vger.kernel.org
2102 T:      git git://linuxtv.org/media_tree.git
2103 W:      http://linuxtv.org
2104 S:      Supported
2105 F:      drivers/media/platform/sti/bdisp
2106
2107 BEFS FILE SYSTEM
2108 S:      Orphan
2109 F:      Documentation/filesystems/befs.txt
2110 F:      fs/befs/
2111
2112 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2113 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2114 L:      netdev@vger.kernel.org
2115 S:      Maintained
2116 F:      drivers/net/ethernet/ec_bhf.c
2117
2118 BFS FILE SYSTEM
2119 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2120 S:      Maintained
2121 F:      Documentation/filesystems/bfs.txt
2122 F:      fs/bfs/
2123 F:      include/uapi/linux/bfs_fs.h
2124
2125 BLACKFIN ARCHITECTURE
2126 M:      Steven Miao <realmz6@gmail.com>
2127 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2128 T:      git git://git.code.sf.net/p/adi-linux/code
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      arch/blackfin/
2132
2133 BLACKFIN EMAC DRIVER
2134 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2135 W:      http://blackfin.uclinux.org
2136 S:      Supported
2137 F:      drivers/net/ethernet/adi/
2138
2139 BLACKFIN RTC DRIVER
2140 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2141 W:      http://blackfin.uclinux.org
2142 S:      Supported
2143 F:      drivers/rtc/rtc-bfin.c
2144
2145 BLACKFIN SDH DRIVER
2146 M:      Sonic Zhang <sonic.zhang@analog.com>
2147 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2148 W:      http://blackfin.uclinux.org
2149 S:      Supported
2150 F:      drivers/mmc/host/bfin_sdh.c
2151
2152 BLACKFIN SERIAL DRIVER
2153 M:      Sonic Zhang <sonic.zhang@analog.com>
2154 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2155 W:      http://blackfin.uclinux.org
2156 S:      Supported
2157 F:      drivers/tty/serial/bfin_uart.c
2158
2159 BLACKFIN WATCHDOG DRIVER
2160 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2161 W:      http://blackfin.uclinux.org
2162 S:      Supported
2163 F:      drivers/watchdog/bfin_wdt.c
2164
2165 BLACKFIN I2C TWI DRIVER
2166 M:      Sonic Zhang <sonic.zhang@analog.com>
2167 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2168 W:      http://blackfin.uclinux.org/
2169 S:      Supported
2170 F:      drivers/i2c/busses/i2c-bfin-twi.c
2171
2172 BLACKFIN MEDIA DRIVER
2173 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2174 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2175 W:      http://blackfin.uclinux.org/
2176 S:      Supported
2177 F:      drivers/media/platform/blackfin/
2178 F:      drivers/media/i2c/adv7183*
2179 F:      drivers/media/i2c/vs6624*
2180
2181 BLINKM RGB LED DRIVER
2182 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2183 S:      Maintained
2184 F:      drivers/leds/leds-blinkm.c
2185
2186 BLOCK LAYER
2187 M:      Jens Axboe <axboe@kernel.dk>
2188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2189 S:      Maintained
2190 F:      block/
2191 F:      kernel/trace/blktrace.c
2192
2193 BLOCK2MTD DRIVER
2194 M:      Joern Engel <joern@lazybastard.org>
2195 L:      linux-mtd@lists.infradead.org
2196 S:      Maintained
2197 F:      drivers/mtd/devices/block2mtd.c
2198
2199 BLUETOOTH DRIVERS
2200 M:      Marcel Holtmann <marcel@holtmann.org>
2201 M:      Gustavo Padovan <gustavo@padovan.org>
2202 M:      Johan Hedberg <johan.hedberg@gmail.com>
2203 L:      linux-bluetooth@vger.kernel.org
2204 W:      http://www.bluez.org/
2205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2207 S:      Maintained
2208 F:      drivers/bluetooth/
2209
2210 BLUETOOTH SUBSYSTEM
2211 M:      Marcel Holtmann <marcel@holtmann.org>
2212 M:      Gustavo Padovan <gustavo@padovan.org>
2213 M:      Johan Hedberg <johan.hedberg@gmail.com>
2214 L:      linux-bluetooth@vger.kernel.org
2215 W:      http://www.bluez.org/
2216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2218 S:      Maintained
2219 F:      net/bluetooth/
2220 F:      include/net/bluetooth/
2221
2222 BONDING DRIVER
2223 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2224 M:      Veaceslav Falico <vfalico@gmail.com>
2225 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2226 L:      netdev@vger.kernel.org
2227 W:      http://sourceforge.net/projects/bonding/
2228 S:      Supported
2229 F:      drivers/net/bonding/
2230 F:      include/uapi/linux/if_bonding.h
2231
2232 BPF (Safe dynamic programs and tools)
2233 M:      Alexei Starovoitov <ast@kernel.org>
2234 L:      netdev@vger.kernel.org
2235 L:      linux-kernel@vger.kernel.org
2236 S:      Supported
2237 F:      kernel/bpf/
2238
2239 BROADCOM B44 10/100 ETHERNET DRIVER
2240 M:      Gary Zambrano <zambrano@broadcom.com>
2241 L:      netdev@vger.kernel.org
2242 S:      Supported
2243 F:      drivers/net/ethernet/broadcom/b44.*
2244
2245 BROADCOM GENET ETHERNET DRIVER
2246 M:      Florian Fainelli <f.fainelli@gmail.com>
2247 L:      netdev@vger.kernel.org
2248 S:      Supported
2249 F:      drivers/net/ethernet/broadcom/genet/
2250
2251 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2252 M:      Sony Chacko <sony.chacko@qlogic.com>
2253 M:      Dept-HSGLinuxNICDev@qlogic.com
2254 L:      netdev@vger.kernel.org
2255 S:      Supported
2256 F:      drivers/net/ethernet/broadcom/bnx2.*
2257 F:      drivers/net/ethernet/broadcom/bnx2_*
2258
2259 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2260 M:      Ariel Elior <ariel.elior@qlogic.com>
2261 L:      netdev@vger.kernel.org
2262 S:      Supported
2263 F:      drivers/net/ethernet/broadcom/bnx2x/
2264
2265 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2266 M:      Florian Fainelli <f.fainelli@gmail.com>
2267 M:      Ray Jui <rjui@broadcom.com>
2268 M:      Scott Branden <sbranden@broadcom.com>
2269 L:      bcm-kernel-feedback-list@broadcom.com
2270 T:      git git://github.com/broadcom/mach-bcm
2271 S:      Maintained
2272 F:      arch/arm/mach-bcm/
2273 F:      arch/arm/boot/dts/bcm113*
2274 F:      arch/arm/boot/dts/bcm216*
2275 F:      arch/arm/boot/dts/bcm281*
2276 F:      arch/arm/configs/bcm_defconfig
2277 F:      drivers/mmc/host/sdhci-bcm-kona.c
2278 F:      drivers/clocksource/bcm_kona_timer.c
2279
2280 BROADCOM BCM2835 ARM ARCHITECTURE
2281 M:      Stephen Warren <swarren@wwwdotorg.org>
2282 M:      Lee Jones <lee@kernel.org>
2283 M:      Eric Anholt <eric@anholt.net>
2284 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2287 S:      Maintained
2288 N:      bcm2835
2289
2290 BROADCOM BCM33XX MIPS ARCHITECTURE
2291 M:      Kevin Cernekee <cernekee@gmail.com>
2292 L:      linux-mips@linux-mips.org
2293 S:      Maintained
2294 F:      arch/mips/bcm3384/*
2295 F:      arch/mips/include/asm/mach-bcm3384/*
2296 F:      arch/mips/kernel/*bmips*
2297
2298 BROADCOM BCM47XX MIPS ARCHITECTURE
2299 M:      Hauke Mehrtens <hauke@hauke-m.de>
2300 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2301 L:      linux-mips@linux-mips.org
2302 S:      Maintained
2303 F:      arch/mips/bcm47xx/*
2304 F:      arch/mips/include/asm/mach-bcm47xx/*
2305
2306 BROADCOM BCM5301X ARM ARCHITECTURE
2307 M:      Hauke Mehrtens <hauke@hauke-m.de>
2308 L:      linux-arm-kernel@lists.infradead.org
2309 S:      Maintained
2310 F:      arch/arm/mach-bcm/bcm_5301x.c
2311 F:      arch/arm/boot/dts/bcm5301x.dtsi
2312 F:      arch/arm/boot/dts/bcm470*
2313
2314 BROADCOM BCM63XX ARM ARCHITECTURE
2315 M:      Florian Fainelli <f.fainelli@gmail.com>
2316 L:      linux-arm-kernel@lists.infradead.org
2317 T:      git git://github.com/broadcom/arm-bcm63xx.git
2318 S:      Maintained
2319 F:      arch/arm/mach-bcm/bcm63xx.c
2320 F:      arch/arm/include/debug/bcm63xx.S
2321
2322 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2323 M:      Kevin Cernekee <cernekee@gmail.com>
2324 L:      linux-usb@vger.kernel.org
2325 S:      Maintained
2326 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2327
2328 BROADCOM BCM7XXX ARM ARCHITECTURE
2329 M:      Brian Norris <computersforpeace@gmail.com>
2330 M:      Gregory Fong <gregory.0xf0@gmail.com>
2331 M:      Florian Fainelli <f.fainelli@gmail.com>
2332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2333 T:      git git://github.com/broadcom/stblinux.git
2334 S:      Maintained
2335 F:      arch/arm/mach-bcm/*brcmstb*
2336 F:      arch/arm/boot/dts/bcm7*.dts*
2337 F:      drivers/bus/brcmstb_gisb.c
2338 N:      brcmstb
2339
2340 BROADCOM BMIPS MIPS ARCHITECTURE
2341 M:      Kevin Cernekee <cernekee@gmail.com>
2342 M:      Florian Fainelli <f.fainelli@gmail.com>
2343 L:      linux-mips@linux-mips.org
2344 T:      git git://github.com/broadcom/stblinux.git
2345 S:      Maintained
2346 F:      arch/mips/bmips/*
2347 F:      arch/mips/include/asm/mach-bmips/*
2348 F:      arch/mips/kernel/*bmips*
2349 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2350 F:      drivers/irqchip/irq-bcm7*
2351 F:      drivers/irqchip/irq-brcmstb*
2352
2353 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2354 M:      Prashant Sreedharan <prashant@broadcom.com>
2355 M:      Michael Chan <mchan@broadcom.com>
2356 L:      netdev@vger.kernel.org
2357 S:      Supported
2358 F:      drivers/net/ethernet/broadcom/tg3.*
2359
2360 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2361 M:      Brett Rudley <brudley@broadcom.com>
2362 M:      Arend van Spriel <arend@broadcom.com>
2363 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2364 M:      Hante Meuleman <meuleman@broadcom.com>
2365 L:      linux-wireless@vger.kernel.org
2366 L:      brcm80211-dev-list@broadcom.com
2367 S:      Supported
2368 F:      drivers/net/wireless/brcm80211/
2369
2370 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2371 M:      QLogic-Storage-Upstream@qlogic.com
2372 L:      linux-scsi@vger.kernel.org
2373 S:      Supported
2374 F:      drivers/scsi/bnx2fc/
2375
2376 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2377 M:      QLogic-Storage-Upstream@qlogic.com
2378 L:      linux-scsi@vger.kernel.org
2379 S:      Supported
2380 F:      drivers/scsi/bnx2i/
2381
2382 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2383 M:      Ray Jui <rjui@broadcom.com>
2384 M:      Scott Branden <sbranden@broadcom.com>
2385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2386 L:      bcm-kernel-feedback-list@broadcom.com
2387 T:      git git://github.com/broadcom/cygnus-linux.git
2388 S:      Maintained
2389 N:      iproc
2390 N:      cygnus
2391 N:      bcm9113*
2392 N:      bcm9583*
2393 N:      bcm583*
2394 N:      bcm113*
2395
2396 BROADCOM BRCMSTB GPIO DRIVER
2397 M:      Gregory Fong <gregory.0xf0@gmail.com>
2398 L:      bcm-kernel-feedback-list@broadcom.com>
2399 S:      Supported
2400 F:      drivers/gpio/gpio-brcmstb.c
2401 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2402
2403 BROADCOM KONA GPIO DRIVER
2404 M:      Ray Jui <rjui@broadcom.com>
2405 L:      bcm-kernel-feedback-list@broadcom.com
2406 S:      Supported
2407 F:      drivers/gpio/gpio-bcm-kona.c
2408 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2409
2410 BROADCOM NVRAM DRIVER
2411 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2412 L:      linux-mips@linux-mips.org
2413 S:      Maintained
2414 F:      drivers/firmware/broadcom/*
2415
2416 BROADCOM STB NAND FLASH DRIVER
2417 M:      Brian Norris <computersforpeace@gmail.com>
2418 L:      linux-mtd@lists.infradead.org
2419 S:      Maintained
2420 F:      drivers/mtd/nand/brcmnand/
2421
2422 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2423 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2424 L:      linux-wireless@vger.kernel.org
2425 S:      Maintained
2426 F:      drivers/bcma/
2427 F:      include/linux/bcma/
2428
2429 BROADCOM SYSTEMPORT ETHERNET DRIVER
2430 M:      Florian Fainelli <f.fainelli@gmail.com>
2431 L:      netdev@vger.kernel.org
2432 S:      Supported
2433 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2434
2435 BROCADE BFA FC SCSI DRIVER
2436 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2437 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2438 L:      linux-scsi@vger.kernel.org
2439 S:      Supported
2440 F:      drivers/scsi/bfa/
2441
2442 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2443 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2444 L:      netdev@vger.kernel.org
2445 S:      Supported
2446 F:      drivers/net/ethernet/brocade/bna/
2447
2448 BSG (block layer generic sg v4 driver)
2449 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2450 L:      linux-scsi@vger.kernel.org
2451 S:      Supported
2452 F:      block/bsg.c
2453 F:      include/linux/bsg.h
2454 F:      include/uapi/linux/bsg.h
2455
2456 BT87X AUDIO DRIVER
2457 M:      Clemens Ladisch <clemens@ladisch.de>
2458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2459 T:      git git://git.alsa-project.org/alsa-kernel.git
2460 S:      Maintained
2461 F:      Documentation/sound/alsa/Bt87x.txt
2462 F:      sound/pci/bt87x.c
2463
2464 BT8XXGPIO DRIVER
2465 M:      Michael Buesch <m@bues.ch>
2466 W:      http://bu3sch.de/btgpio.php
2467 S:      Maintained
2468 F:      drivers/gpio/gpio-bt8xx.c
2469
2470 BTRFS FILE SYSTEM
2471 M:      Chris Mason <clm@fb.com>
2472 M:      Josef Bacik <jbacik@fb.com>
2473 M:      David Sterba <dsterba@suse.com>
2474 L:      linux-btrfs@vger.kernel.org
2475 W:      http://btrfs.wiki.kernel.org/
2476 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2478 S:      Maintained
2479 F:      Documentation/filesystems/btrfs.txt
2480 F:      fs/btrfs/
2481
2482 BTTV VIDEO4LINUX DRIVER
2483 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2484 L:      linux-media@vger.kernel.org
2485 W:      http://linuxtv.org
2486 T:      git git://linuxtv.org/media_tree.git
2487 S:      Odd fixes
2488 F:      Documentation/video4linux/bttv/
2489 F:      drivers/media/pci/bt8xx/bttv*
2490
2491 BUSLOGIC SCSI DRIVER
2492 M:      Khalid Aziz <khalid@gonehiking.org>
2493 L:      linux-scsi@vger.kernel.org
2494 S:      Maintained
2495 F:      drivers/scsi/BusLogic.*
2496 F:      drivers/scsi/FlashPoint.*
2497
2498 C-MEDIA CMI8788 DRIVER
2499 M:      Clemens Ladisch <clemens@ladisch.de>
2500 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2501 T:      git git://git.alsa-project.org/alsa-kernel.git
2502 S:      Maintained
2503 F:      sound/pci/oxygen/
2504
2505 C6X ARCHITECTURE
2506 M:      Mark Salter <msalter@redhat.com>
2507 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2508 L:      linux-c6x-dev@linux-c6x.org
2509 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2510 S:      Maintained
2511 F:      arch/c6x/
2512
2513 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2514 M:      David Howells <dhowells@redhat.com>
2515 L:      linux-cachefs@redhat.com
2516 S:      Supported
2517 F:      Documentation/filesystems/caching/cachefiles.txt
2518 F:      fs/cachefiles/
2519
2520 CADET FM/AM RADIO RECEIVER DRIVER
2521 M:      Hans Verkuil <hverkuil@xs4all.nl>
2522 L:      linux-media@vger.kernel.org
2523 T:      git git://linuxtv.org/media_tree.git
2524 W:      http://linuxtv.org
2525 S:      Maintained
2526 F:      drivers/media/radio/radio-cadet*
2527
2528 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2529 M:      Jonathan Corbet <corbet@lwn.net>
2530 L:      linux-media@vger.kernel.org
2531 T:      git git://linuxtv.org/media_tree.git
2532 S:      Maintained
2533 F:      Documentation/video4linux/cafe_ccic
2534 F:      drivers/media/platform/marvell-ccic/
2535
2536 CAIF NETWORK LAYER
2537 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2538 L:      netdev@vger.kernel.org
2539 S:      Supported
2540 F:      Documentation/networking/caif/
2541 F:      drivers/net/caif/
2542 F:      include/uapi/linux/caif/
2543 F:      include/net/caif/
2544 F:      net/caif/
2545
2546 CALGARY x86-64 IOMMU
2547 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2548 M:      "Jon D. Mason" <jdmason@kudzu.us>
2549 L:      discuss@x86-64.org
2550 S:      Maintained
2551 F:      arch/x86/kernel/pci-calgary_64.c
2552 F:      arch/x86/kernel/tce_64.c
2553 F:      arch/x86/include/asm/calgary.h
2554 F:      arch/x86/include/asm/tce.h
2555
2556 CAN NETWORK LAYER
2557 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2558 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2559 L:      linux-can@vger.kernel.org
2560 W:      https://github.com/linux-can
2561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2563 S:      Maintained
2564 F:      Documentation/networking/can.txt
2565 F:      net/can/
2566 F:      include/linux/can/core.h
2567 F:      include/uapi/linux/can.h
2568 F:      include/uapi/linux/can/bcm.h
2569 F:      include/uapi/linux/can/raw.h
2570 F:      include/uapi/linux/can/gw.h
2571
2572 CAN NETWORK DRIVERS
2573 M:      Wolfgang Grandegger <wg@grandegger.com>
2574 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2575 L:      linux-can@vger.kernel.org
2576 W:      https://github.com/linux-can
2577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2579 S:      Maintained
2580 F:      drivers/net/can/
2581 F:      include/linux/can/dev.h
2582 F:      include/linux/can/platform/
2583 F:      include/uapi/linux/can/error.h
2584 F:      include/uapi/linux/can/netlink.h
2585
2586 CAPABILITIES
2587 M:      Serge Hallyn <serge.hallyn@canonical.com>
2588 L:      linux-security-module@vger.kernel.org
2589 S:      Supported
2590 F:      include/linux/capability.h
2591 F:      include/uapi/linux/capability.h
2592 F:      security/commoncap.c
2593 F:      kernel/capability.c
2594
2595 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2596 M:      Kevin Tsai <ktsai@capellamicro.com>
2597 S:      Maintained
2598 F:      drivers/iio/light/cm*
2599 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2600
2601 CAVIUM LIQUIDIO NETWORK DRIVER
2602 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2603 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2604 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2605 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2606 L:     netdev@vger.kernel.org
2607 W:     http://www.cavium.com
2608 S:     Supported
2609 F:     drivers/net/ethernet/cavium/liquidio/
2610
2611 CC2520 IEEE-802.15.4 RADIO DRIVER
2612 M:      Varka Bhadram <varkabhadram@gmail.com>
2613 L:      linux-wpan@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/net/ieee802154/cc2520.c
2616 F:      include/linux/spi/cc2520.h
2617 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2618
2619 CELL BROADBAND ENGINE ARCHITECTURE
2620 M:      Arnd Bergmann <arnd@arndb.de>
2621 L:      linuxppc-dev@lists.ozlabs.org
2622 W:      http://www.ibm.com/developerworks/power/cell/
2623 S:      Supported
2624 F:      arch/powerpc/include/asm/cell*.h
2625 F:      arch/powerpc/include/asm/spu*.h
2626 F:      arch/powerpc/include/uapi/asm/spu*.h
2627 F:      arch/powerpc/oprofile/*cell*
2628 F:      arch/powerpc/platforms/cell/
2629
2630 CEPH COMMON CODE (LIBCEPH)
2631 M:      Ilya Dryomov <idryomov@gmail.com>
2632 M:      "Yan, Zheng" <zyan@redhat.com>
2633 M:      Sage Weil <sage@redhat.com>
2634 L:      ceph-devel@vger.kernel.org
2635 W:      http://ceph.com/
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2637 T:      git git://github.com/ceph/ceph-client.git
2638 S:      Supported
2639 F:      net/ceph/
2640 F:      include/linux/ceph/
2641 F:      include/linux/crush/
2642
2643 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2644 M:      "Yan, Zheng" <zyan@redhat.com>
2645 M:      Sage Weil <sage@redhat.com>
2646 M:      Ilya Dryomov <idryomov@gmail.com>
2647 L:      ceph-devel@vger.kernel.org
2648 W:      http://ceph.com/
2649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2650 T:      git git://github.com/ceph/ceph-client.git
2651 S:      Supported
2652 F:      Documentation/filesystems/ceph.txt
2653 F:      fs/ceph/
2654
2655 CERTIFICATE HANDLING:
2656 M:      David Howells <dhowells@redhat.com>
2657 M:      David Woodhouse <dwmw2@infradead.org>
2658 L:      keyrings@linux-nfs.org
2659 S:      Maintained
2660 F:      Documentation/module-signing.txt
2661 F:      certs/
2662 F:      scripts/extract-cert.c
2663
2664 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2665 L:      linux-usb@vger.kernel.org
2666 S:      Orphan
2667 F:      Documentation/usb/WUSB-Design-overview.txt
2668 F:      Documentation/usb/wusb-cbaf
2669 F:      drivers/usb/host/hwa-hc.c
2670 F:      drivers/usb/host/whci/
2671 F:      drivers/usb/wusbcore/
2672 F:      include/linux/usb/wusb*
2673
2674 CFAG12864B LCD DRIVER
2675 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2676 W:      http://miguelojeda.es/auxdisplay.htm
2677 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2678 S:      Maintained
2679 F:      drivers/auxdisplay/cfag12864b.c
2680 F:      include/linux/cfag12864b.h
2681
2682 CFAG12864BFB LCD FRAMEBUFFER 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/cfag12864bfb.c
2688 F:      include/linux/cfag12864b.h
2689
2690 CFG80211 and NL80211
2691 M:      Johannes Berg <johannes@sipsolutions.net>
2692 L:      linux-wireless@vger.kernel.org
2693 W:      http://wireless.kernel.org/
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2696 S:      Maintained
2697 F:      include/uapi/linux/nl80211.h
2698 F:      include/net/cfg80211.h
2699 F:      net/wireless/*
2700 X:      net/wireless/wext*
2701
2702 CHAR and MISC DRIVERS
2703 M:      Arnd Bergmann <arnd@arndb.de>
2704 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2706 S:      Supported
2707 F:      drivers/char/*
2708 F:      drivers/misc/*
2709 F:      include/linux/miscdevice.h
2710
2711 CHECKPATCH
2712 M:      Andy Whitcroft <apw@canonical.com>
2713 M:      Joe Perches <joe@perches.com>
2714 S:      Maintained
2715 F:      scripts/checkpatch.pl
2716
2717 CHINESE DOCUMENTATION
2718 M:      Harry Wei <harryxiyou@gmail.com>
2719 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2720 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2721 S:      Maintained
2722 F:      Documentation/zh_CN/
2723
2724 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2725 M:      Peter Chen <Peter.Chen@freescale.com>
2726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2727 L:      linux-usb@vger.kernel.org
2728 S:      Maintained
2729 F:      drivers/usb/chipidea/
2730
2731 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2732 M:      Hans de Goede <hdegoede@redhat.com>
2733 L:      linux-input@vger.kernel.org
2734 S:      Maintained
2735 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2736 F:      drivers/input/touchscreen/chipone_icn8318.c
2737
2738 CHROME HARDWARE PLATFORM SUPPORT
2739 M:      Olof Johansson <olof@lixom.net>
2740 S:      Maintained
2741 F:      drivers/platform/chrome/
2742
2743 CISCO VIC ETHERNET NIC DRIVER
2744 M:      Christian Benvenuti <benve@cisco.com>
2745 M:      Sujith Sankar <ssujith@cisco.com>
2746 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2747 M:      Neel Patel <neepatel@cisco.com>
2748 S:      Supported
2749 F:      drivers/net/ethernet/cisco/enic/
2750
2751 CISCO VIC LOW LATENCY NIC DRIVER
2752 M:      Upinder Malhi <umalhi@cisco.com>
2753 S:      Supported
2754 F:      drivers/infiniband/hw/usnic
2755
2756 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2757 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2758 L:      netdev@vger.kernel.org
2759 S:      Maintained
2760 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2761
2762 CIRRUS LOGIC AUDIO CODEC DRIVERS
2763 M:      Brian Austin <brian.austin@cirrus.com>
2764 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2765 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2766 S:      Maintained
2767 F:      sound/soc/codecs/cs*
2768
2769 CLEANCACHE API
2770 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2771 L:      linux-kernel@vger.kernel.org
2772 S:      Maintained
2773 F:      mm/cleancache.c
2774 F:      include/linux/cleancache.h
2775
2776 CLK API
2777 M:      Russell King <linux@arm.linux.org.uk>
2778 L:      linux-clk@vger.kernel.org
2779 S:      Maintained
2780 F:      include/linux/clk.h
2781
2782 CLOCKSOURCE, CLOCKEVENT DRIVERS
2783 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2784 M:      Thomas Gleixner <tglx@linutronix.de>
2785 L:      linux-kernel@vger.kernel.org
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2787 S:      Supported
2788 F:      drivers/clocksource
2789
2790 CISCO FCOE HBA DRIVER
2791 M:      Hiral Patel <hiralpat@cisco.com>
2792 M:      Suma Ramars <sramars@cisco.com>
2793 M:      Brian Uchino <buchino@cisco.com>
2794 L:      linux-scsi@vger.kernel.org
2795 S:      Supported
2796 F:      drivers/scsi/fnic/
2797
2798 CISCO SCSI HBA DRIVER
2799 M:      Narsimhulu Musini <nmusini@cisco.com>
2800 M:      Sesidhar Baddela <sebaddel@cisco.com>
2801 L:      linux-scsi@vger.kernel.org
2802 S:      Supported
2803 F:      drivers/scsi/snic/
2804
2805 CMPC ACPI DRIVER
2806 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2807 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2808 L:      platform-driver-x86@vger.kernel.org
2809 S:      Supported
2810 F:      drivers/platform/x86/classmate-laptop.c
2811
2812 COBALT MEDIA DRIVER
2813 M:      Hans Verkuil <hans.verkuil@cisco.com>
2814 L:      linux-media@vger.kernel.org
2815 T:      git git://linuxtv.org/media_tree.git
2816 W:      http://linuxtv.org
2817 S:      Supported
2818 F:      drivers/media/pci/cobalt/
2819
2820 COCCINELLE/Semantic Patches (SmPL)
2821 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2822 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2823 M:      Nicolas Palix <nicolas.palix@imag.fr>
2824 M:      Michal Marek <mmarek@suse.com>
2825 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2827 W:      http://coccinelle.lip6.fr/
2828 S:      Supported
2829 F:      Documentation/coccinelle.txt
2830 F:      scripts/coccinelle/
2831 F:      scripts/coccicheck
2832
2833 CODA FILE SYSTEM
2834 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2835 M:      coda@cs.cmu.edu
2836 L:      codalist@coda.cs.cmu.edu
2837 W:      http://www.coda.cs.cmu.edu/
2838 S:      Maintained
2839 F:      Documentation/filesystems/coda.txt
2840 F:      fs/coda/
2841 F:      include/linux/coda*.h
2842 F:      include/uapi/linux/coda*.h
2843
2844 CODA V4L2 MEM2MEM DRIVER
2845 M:      Philipp Zabel <p.zabel@pengutronix.de>
2846 L:      linux-media@vger.kernel.org
2847 S:      Maintained
2848 F:      Documentation/devicetree/bindings/media/coda.txt
2849 F:      drivers/media/platform/coda/
2850
2851 COMMON CLK FRAMEWORK
2852 M:      Michael Turquette <mturquette@baylibre.com>
2853 M:      Stephen Boyd <sboyd@codeaurora.org>
2854 L:      linux-clk@vger.kernel.org
2855 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2856 S:      Maintained
2857 F:      drivers/clk/
2858 X:      drivers/clk/clkdev.c
2859 F:      include/linux/clk-pr*
2860 F:      include/linux/clk/
2861
2862 COMMON INTERNET FILE SYSTEM (CIFS)
2863 M:      Steve French <sfrench@samba.org>
2864 L:      linux-cifs@vger.kernel.org
2865 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2866 W:      http://linux-cifs.samba.org/
2867 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2868 S:      Supported
2869 F:      Documentation/filesystems/cifs/
2870 F:      fs/cifs/
2871
2872 COMPACTPCI HOTPLUG CORE
2873 M:      Scott Murray <scott@spiteful.org>
2874 L:      linux-pci@vger.kernel.org
2875 S:      Maintained
2876 F:      drivers/pci/hotplug/cpci_hotplug*
2877
2878 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2879 M:      Scott Murray <scott@spiteful.org>
2880 L:      linux-pci@vger.kernel.org
2881 S:      Maintained
2882 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2883
2884 COMPACTPCI HOTPLUG GENERIC DRIVER
2885 M:      Scott Murray <scott@spiteful.org>
2886 L:      linux-pci@vger.kernel.org
2887 S:      Maintained
2888 F:      drivers/pci/hotplug/cpcihp_generic.c
2889
2890 COMPAL LAPTOP SUPPORT
2891 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2892 L:      platform-driver-x86@vger.kernel.org
2893 S:      Maintained
2894 F:      drivers/platform/x86/compal-laptop.c
2895
2896 CONEXANT ACCESSRUNNER USB DRIVER
2897 M:      Simon Arlott <cxacru@fire.lp0.eu>
2898 L:      accessrunner-general@lists.sourceforge.net
2899 W:      http://accessrunner.sourceforge.net/
2900 S:      Maintained
2901 F:      drivers/usb/atm/cxacru.c
2902
2903 CONFIGFS
2904 M:      Joel Becker <jlbec@evilplan.org>
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2906 S:      Supported
2907 F:      fs/configfs/
2908 F:      include/linux/configfs.h
2909
2910 CONNECTOR
2911 M:      Evgeniy Polyakov <zbr@ioremap.net>
2912 L:      netdev@vger.kernel.org
2913 S:      Maintained
2914 F:      drivers/connector/
2915
2916 CONTROL GROUP (CGROUP)
2917 M:      Tejun Heo <tj@kernel.org>
2918 M:      Li Zefan <lizefan@huawei.com>
2919 M:      Johannes Weiner <hannes@cmpxchg.org>
2920 L:      cgroups@vger.kernel.org
2921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2922 S:      Maintained
2923 F:      Documentation/cgroups/
2924 F:      include/linux/cgroup*
2925 F:      kernel/cgroup*
2926
2927 CONTROL GROUP - CPUSET
2928 M:      Li Zefan <lizefan@huawei.com>
2929 L:      cgroups@vger.kernel.org
2930 W:      http://www.bullopensource.org/cpuset/
2931 W:      http://oss.sgi.com/projects/cpusets/
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2933 S:      Maintained
2934 F:      Documentation/cgroups/cpusets.txt
2935 F:      include/linux/cpuset.h
2936 F:      kernel/cpuset.c
2937
2938 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2939 M:      Johannes Weiner <hannes@cmpxchg.org>
2940 M:      Michal Hocko <mhocko@kernel.org>
2941 L:      cgroups@vger.kernel.org
2942 L:      linux-mm@kvack.org
2943 S:      Maintained
2944 F:      mm/memcontrol.c
2945 F:      mm/swap_cgroup.c
2946
2947 CORETEMP HARDWARE MONITORING DRIVER
2948 M:      Fenghua Yu <fenghua.yu@intel.com>
2949 L:      lm-sensors@lm-sensors.org
2950 S:      Maintained
2951 F:      Documentation/hwmon/coretemp
2952 F:      drivers/hwmon/coretemp.c
2953
2954 COSA/SRP SYNC SERIAL DRIVER
2955 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2956 W:      http://www.fi.muni.cz/~kas/cosa/
2957 S:      Maintained
2958 F:      drivers/net/wan/cosa*
2959
2960 CPMAC ETHERNET DRIVER
2961 M:      Florian Fainelli <florian@openwrt.org>
2962 L:      netdev@vger.kernel.org
2963 S:      Maintained
2964 F:      drivers/net/ethernet/ti/cpmac.c
2965
2966 CPU FREQUENCY DRIVERS
2967 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2968 M:      Viresh Kumar <viresh.kumar@linaro.org>
2969 L:      linux-pm@vger.kernel.org
2970 S:      Maintained
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2972 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2973 F:      drivers/cpufreq/
2974 F:      include/linux/cpufreq.h
2975
2976 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2977 M:      Viresh Kumar <viresh.kumar@linaro.org>
2978 M:      Sudeep Holla <sudeep.holla@arm.com>
2979 L:      linux-pm@vger.kernel.org
2980 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2981 S:      Maintained
2982 F:      drivers/cpufreq/arm_big_little.h
2983 F:      drivers/cpufreq/arm_big_little.c
2984 F:      drivers/cpufreq/arm_big_little_dt.c
2985
2986 CPUIDLE DRIVER - ARM BIG LITTLE
2987 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2988 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2989 L:      linux-pm@vger.kernel.org
2990 L:      linux-arm-kernel@lists.infradead.org
2991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2992 S:      Maintained
2993 F:      drivers/cpuidle/cpuidle-big_little.c
2994
2995 CPUIDLE DRIVER - ARM EXYNOS
2996 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2997 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2998 M:      Kukjin Kim <kgene@kernel.org>
2999 L:      linux-pm@vger.kernel.org
3000 L:      linux-samsung-soc@vger.kernel.org
3001 S:      Supported
3002 F:      drivers/cpuidle/cpuidle-exynos.c
3003 F:      arch/arm/mach-exynos/pm.c
3004
3005 CPUIDLE DRIVERS
3006 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3007 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3008 L:      linux-pm@vger.kernel.org
3009 S:      Maintained
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3011 F:      drivers/cpuidle/*
3012 F:      include/linux/cpuidle.h
3013
3014 CPUID/MSR DRIVER
3015 M:      "H. Peter Anvin" <hpa@zytor.com>
3016 S:      Maintained
3017 F:      arch/x86/kernel/cpuid.c
3018 F:      arch/x86/kernel/msr.c
3019
3020 CPU POWER MONITORING SUBSYSTEM
3021 M:      Thomas Renninger <trenn@suse.com>
3022 L:      linux-pm@vger.kernel.org
3023 S:      Maintained
3024 F:      tools/power/cpupower/
3025
3026 CRAMFS FILESYSTEM
3027 W:      http://sourceforge.net/projects/cramfs/
3028 S:      Orphan / Obsolete
3029 F:      Documentation/filesystems/cramfs.txt
3030 F:      fs/cramfs/
3031
3032 CRIS PORT
3033 M:      Mikael Starvik <starvik@axis.com>
3034 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3035 L:      linux-cris-kernel@axis.com
3036 W:      http://developer.axis.com
3037 S:      Maintained
3038 F:      arch/cris/
3039 F:      drivers/tty/serial/crisv10.*
3040
3041 CRYPTO API
3042 M:      Herbert Xu <herbert@gondor.apana.org.au>
3043 M:      "David S. Miller" <davem@davemloft.net>
3044 L:      linux-crypto@vger.kernel.org
3045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3046 S:      Maintained
3047 F:      Documentation/crypto/
3048 F:      Documentation/DocBook/crypto-API.tmpl
3049 F:      arch/*/crypto/
3050 F:      crypto/
3051 F:      drivers/crypto/
3052 F:      include/crypto/
3053
3054 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3055 M:      Neil Horman <nhorman@tuxdriver.com>
3056 L:      linux-crypto@vger.kernel.org
3057 S:      Maintained
3058 F:      crypto/ansi_cprng.c
3059 F:      crypto/rng.c
3060
3061 CS5535 Audio ALSA driver
3062 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3063 S:      Maintained
3064 F:      sound/pci/cs5535audio/
3065
3066 CW1200 WLAN driver
3067 M:      Solomon Peachy <pizza@shaftnet.org>
3068 S:      Maintained
3069 F:      drivers/net/wireless/cw1200/
3070
3071 CX18 VIDEO4LINUX DRIVER
3072 M:      Andy Walls <awalls@md.metrocast.net>
3073 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3074 L:      linux-media@vger.kernel.org
3075 T:      git git://linuxtv.org/media_tree.git
3076 W:      http://linuxtv.org
3077 W:      http://www.ivtvdriver.org/index.php/Cx18
3078 S:      Maintained
3079 F:      Documentation/video4linux/cx18.txt
3080 F:      drivers/media/pci/cx18/
3081 F:      include/uapi/linux/ivtv*
3082
3083 CX2341X MPEG ENCODER HELPER MODULE
3084 M:      Hans Verkuil <hverkuil@xs4all.nl>
3085 L:      linux-media@vger.kernel.org
3086 T:      git git://linuxtv.org/media_tree.git
3087 W:      http://linuxtv.org
3088 S:      Maintained
3089 F:      drivers/media/common/cx2341x*
3090 F:      include/media/cx2341x*
3091
3092 CX24120 MEDIA DRIVER
3093 M:      Jemma Denson <jdenson@gmail.com>
3094 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3095 L:      linux-media@vger.kernel.org
3096 W:      http://linuxtv.org/
3097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3098 S:      Maintained
3099 F:      drivers/media/dvb-frontends/cx24120*
3100
3101 CX88 VIDEO4LINUX DRIVER
3102 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3103 L:      linux-media@vger.kernel.org
3104 W:      http://linuxtv.org
3105 T:      git git://linuxtv.org/media_tree.git
3106 S:      Odd fixes
3107 F:      Documentation/video4linux/cx88/
3108 F:      drivers/media/pci/cx88/
3109
3110 CXD2820R MEDIA DRIVER
3111 M:      Antti Palosaari <crope@iki.fi>
3112 L:      linux-media@vger.kernel.org
3113 W:      http://linuxtv.org/
3114 W:      http://palosaari.fi/linux/
3115 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3116 T:      git git://linuxtv.org/anttip/media_tree.git
3117 S:      Maintained
3118 F:      drivers/media/dvb-frontends/cxd2820r*
3119
3120 CXGB3 ETHERNET DRIVER (CXGB3)
3121 M:      Santosh Raspatur <santosh@chelsio.com>
3122 L:      netdev@vger.kernel.org
3123 W:      http://www.chelsio.com
3124 S:      Supported
3125 F:      drivers/net/ethernet/chelsio/cxgb3/
3126
3127 CXGB3 ISCSI DRIVER (CXGB3I)
3128 M:      Karen Xie <kxie@chelsio.com>
3129 L:      linux-scsi@vger.kernel.org
3130 W:      http://www.chelsio.com
3131 S:      Supported
3132 F:      drivers/scsi/cxgbi/cxgb3i
3133
3134 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3135 M:      Steve Wise <swise@chelsio.com>
3136 L:      linux-rdma@vger.kernel.org
3137 W:      http://www.openfabrics.org
3138 S:      Supported
3139 F:      drivers/infiniband/hw/cxgb3/
3140
3141 CXGB4 ETHERNET DRIVER (CXGB4)
3142 M:      Hariprasad S <hariprasad@chelsio.com>
3143 L:      netdev@vger.kernel.org
3144 W:      http://www.chelsio.com
3145 S:      Supported
3146 F:      drivers/net/ethernet/chelsio/cxgb4/
3147
3148 CXGB4 ISCSI DRIVER (CXGB4I)
3149 M:      Karen Xie <kxie@chelsio.com>
3150 L:      linux-scsi@vger.kernel.org
3151 W:      http://www.chelsio.com
3152 S:      Supported
3153 F:      drivers/scsi/cxgbi/cxgb4i
3154
3155 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3156 M:      Steve Wise <swise@chelsio.com>
3157 L:      linux-rdma@vger.kernel.org
3158 W:      http://www.openfabrics.org
3159 S:      Supported
3160 F:      drivers/infiniband/hw/cxgb4/
3161
3162 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3163 M:      Casey Leedom <leedom@chelsio.com>
3164 L:      netdev@vger.kernel.org
3165 W:      http://www.chelsio.com
3166 S:      Supported
3167 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3168
3169 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3170 M:      Ian Munsie <imunsie@au1.ibm.com>
3171 M:      Michael Neuling <mikey@neuling.org>
3172 L:      linuxppc-dev@lists.ozlabs.org
3173 S:      Supported
3174 F:      drivers/misc/cxl/
3175 F:      include/misc/cxl*
3176 F:      include/uapi/misc/cxl.h
3177 F:      Documentation/powerpc/cxl.txt
3178 F:      Documentation/powerpc/cxl.txt
3179 F:      Documentation/ABI/testing/sysfs-class-cxl
3180
3181 STMMAC ETHERNET DRIVER
3182 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3183 L:      netdev@vger.kernel.org
3184 W:      http://www.stlinux.com
3185 S:      Supported
3186 F:      drivers/net/ethernet/stmicro/stmmac/
3187
3188 CYBERPRO FB DRIVER
3189 M:      Russell King <linux@arm.linux.org.uk>
3190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3191 W:      http://www.arm.linux.org.uk/
3192 S:      Maintained
3193 F:      drivers/video/fbdev/cyber2000fb.*
3194
3195 CYCLADES ASYNC MUX DRIVER
3196 W:      http://www.cyclades.com/
3197 S:      Orphan
3198 F:      drivers/tty/cyclades.c
3199 F:      include/linux/cyclades.h
3200 F:      include/uapi/linux/cyclades.h
3201
3202 CYCLADES PC300 DRIVER
3203 W:      http://www.cyclades.com/
3204 S:      Orphan
3205 F:      drivers/net/wan/pc300*
3206
3207 CYPRESS_FIRMWARE MEDIA DRIVER
3208 M:      Antti Palosaari <crope@iki.fi>
3209 L:      linux-media@vger.kernel.org
3210 W:      http://linuxtv.org/
3211 W:      http://palosaari.fi/linux/
3212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3213 T:      git git://linuxtv.org/anttip/media_tree.git
3214 S:      Maintained
3215 F:      drivers/media/common/cypress_firmware*
3216
3217 CYTTSP TOUCHSCREEN DRIVER
3218 M:      Ferruh Yigit <fery@cypress.com>
3219 L:      linux-input@vger.kernel.org
3220 S:      Supported
3221 F:      drivers/input/touchscreen/cyttsp*
3222 F:      include/linux/input/cyttsp.h
3223
3224 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3225 M:      Joshua Kinard <kumba@gentoo.org>
3226 S:      Maintained
3227 F:      drivers/rtc/rtc-ds1685.c
3228 F:      include/linux/rtc/ds1685.h
3229
3230 DAMA SLAVE for AX.25
3231 M:      Joerg Reuter <jreuter@yaina.de>
3232 W:      http://yaina.de/jreuter/
3233 W:      http://www.qsl.net/dl1bke/
3234 L:      linux-hams@vger.kernel.org
3235 S:      Maintained
3236 F:      net/ax25/af_ax25.c
3237 F:      net/ax25/ax25_dev.c
3238 F:      net/ax25/ax25_ds_*
3239 F:      net/ax25/ax25_in.c
3240 F:      net/ax25/ax25_out.c
3241 F:      net/ax25/ax25_timer.c
3242 F:      net/ax25/sysctl_net_ax25.c
3243
3244 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3245 L:      netdev@vger.kernel.org
3246 S:      Orphan
3247 F:      Documentation/networking/dmfe.txt
3248 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3249
3250 DC390/AM53C974 SCSI driver
3251 M:      Hannes Reinecke <hare@suse.com>
3252 L:      linux-scsi@vger.kernel.org
3253 S:      Maintained
3254 F:      drivers/scsi/am53c974.c
3255
3256 DC395x SCSI driver
3257 M:      Oliver Neukum <oliver@neukum.org>
3258 M:      Ali Akcaagac <aliakc@web.de>
3259 M:      Jamie Lenehan <lenehan@twibble.org>
3260 L:      dc395x@twibble.org
3261 W:      http://twibble.org/dist/dc395x/
3262 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3263 S:      Maintained
3264 F:      Documentation/scsi/dc395x.txt
3265 F:      drivers/scsi/dc395x.*
3266
3267 DCCP PROTOCOL
3268 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3269 L:      dccp@vger.kernel.org
3270 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3271 S:      Maintained
3272 F:      include/linux/dccp.h
3273 F:      include/uapi/linux/dccp.h
3274 F:      include/linux/tfrc.h
3275 F:      net/dccp/
3276
3277 DECnet NETWORK LAYER
3278 W:      http://linux-decnet.sourceforge.net
3279 L:      linux-decnet-user@lists.sourceforge.net
3280 S:      Orphan
3281 F:      Documentation/networking/decnet.txt
3282 F:      net/decnet/
3283
3284 DECSTATION PLATFORM SUPPORT
3285 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3286 L:      linux-mips@linux-mips.org
3287 W:      http://www.linux-mips.org/wiki/DECstation
3288 S:      Maintained
3289 F:      arch/mips/dec/
3290 F:      arch/mips/include/asm/dec/
3291 F:      arch/mips/include/asm/mach-dec/
3292
3293 DEFXX FDDI NETWORK DRIVER
3294 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3295 S:      Maintained
3296 F:      drivers/net/fddi/defxx.*
3297
3298 DELL LAPTOP DRIVER
3299 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3300 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3301 L:      platform-driver-x86@vger.kernel.org
3302 S:      Maintained
3303 F:      drivers/platform/x86/dell-laptop.c
3304
3305 DELL LAPTOP RBTN DRIVER
3306 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3307 S:      Maintained
3308 F:      drivers/platform/x86/dell-rbtn.*
3309
3310 DELL LAPTOP FREEFALL DRIVER
3311 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3312 S:      Maintained
3313 F:      drivers/platform/x86/dell-smo8800.c
3314
3315 DELL LAPTOP SMM DRIVER
3316 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3317 S:      Maintained
3318 F:      drivers/hwmon/dell-smm-hwmon.c
3319 F:      include/uapi/linux/i8k.h
3320
3321 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3322 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3323 S:      Maintained
3324 F:      Documentation/dcdbas.txt
3325 F:      drivers/firmware/dcdbas.*
3326
3327 DELL WMI EXTRAS DRIVER
3328 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3329 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3330 S:      Maintained
3331 F:      drivers/platform/x86/dell-wmi.c
3332
3333 DESIGNWARE USB2 DRD IP DRIVER
3334 M:      John Youn <johnyoun@synopsys.com>
3335 L:      linux-usb@vger.kernel.org
3336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3337 S:      Maintained
3338 F:      drivers/usb/dwc2/
3339
3340 DESIGNWARE USB3 DRD IP DRIVER
3341 M:      Felipe Balbi <balbi@ti.com>
3342 L:      linux-usb@vger.kernel.org
3343 L:      linux-omap@vger.kernel.org
3344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3345 S:      Maintained
3346 F:      drivers/usb/dwc3/
3347
3348 DEVICE COREDUMP (DEV_COREDUMP)
3349 M:      Johannes Berg <johannes@sipsolutions.net>
3350 L:      linux-kernel@vger.kernel.org
3351 S:      Maintained
3352 F:      drivers/base/devcoredump.c
3353 F:      include/linux/devcoredump.h
3354
3355 DEVICE FREQUENCY (DEVFREQ)
3356 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3357 M:      Kyungmin Park <kyungmin.park@samsung.com>
3358 L:      linux-pm@vger.kernel.org
3359 S:      Maintained
3360 F:      drivers/devfreq/
3361
3362 DEVICE NUMBER REGISTRY
3363 M:      Torben Mathiasen <device@lanana.org>
3364 W:      http://lanana.org/docs/device-list/index.html
3365 S:      Maintained
3366
3367 DEVICE-MAPPER  (LVM)
3368 M:      Alasdair Kergon <agk@redhat.com>
3369 M:      Mike Snitzer <snitzer@redhat.com>
3370 M:      dm-devel@redhat.com
3371 L:      dm-devel@redhat.com
3372 W:      http://sources.redhat.com/dm
3373 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3375 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3376 S:      Maintained
3377 F:      Documentation/device-mapper/
3378 F:      drivers/md/dm*
3379 F:      drivers/md/persistent-data/
3380 F:      include/linux/device-mapper.h
3381 F:      include/linux/dm-*.h
3382 F:      include/uapi/linux/dm-*.h
3383
3384 DIALOG SEMICONDUCTOR DRIVERS
3385 M:      Support Opensource <support.opensource@diasemi.com>
3386 W:      http://www.dialog-semiconductor.com/products
3387 S:      Supported
3388 F:      Documentation/hwmon/da90??
3389 F:      drivers/gpio/gpio-da90??.c
3390 F:      drivers/hwmon/da90??-hwmon.c
3391 F:      drivers/iio/adc/da91??-*.c
3392 F:      drivers/input/misc/da90??_onkey.c
3393 F:      drivers/input/touchscreen/da9052_tsi.c
3394 F:      drivers/leds/leds-da90??.c
3395 F:      drivers/mfd/da903x.c
3396 F:      drivers/mfd/da90??-*.c
3397 F:      drivers/mfd/da91??-*.c
3398 F:      drivers/power/da9052-battery.c
3399 F:      drivers/power/da91??-*.c
3400 F:      drivers/regulator/da903x.c
3401 F:      drivers/regulator/da9???-regulator.[ch]
3402 F:      drivers/rtc/rtc-da90??.c
3403 F:      drivers/video/backlight/da90??_bl.c
3404 F:      drivers/watchdog/da90??_wdt.c
3405 F:      include/linux/mfd/da903x.h
3406 F:      include/linux/mfd/da9052/
3407 F:      include/linux/mfd/da9055/
3408 F:      include/linux/mfd/da9063/
3409 F:      include/linux/mfd/da9150/
3410 F:      include/sound/da[79]*.h
3411 F:      sound/soc/codecs/da[79]*.[ch]
3412
3413 DIGI NEO AND CLASSIC PCI PRODUCTS
3414 M:      Lidza Louina <lidza.louina@gmail.com>
3415 M:      Mark Hounschell <markh@compro.net>
3416 L:      driverdev-devel@linuxdriverproject.org
3417 S:      Maintained
3418 F:      drivers/staging/dgnc/
3419
3420 DIGI EPCA PCI PRODUCTS
3421 M:      Lidza Louina <lidza.louina@gmail.com>
3422 M:      Daeseok Youn <daeseok.youn@gmail.com>
3423 L:      driverdev-devel@linuxdriverproject.org
3424 S:      Maintained
3425 F:      drivers/staging/dgap/
3426
3427 DIOLAN U2C-12 I2C DRIVER
3428 M:      Guenter Roeck <linux@roeck-us.net>
3429 L:      linux-i2c@vger.kernel.org
3430 S:      Maintained
3431 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3432
3433 DIRECT ACCESS (DAX)
3434 M:      Matthew Wilcox <willy@linux.intel.com>
3435 L:      linux-fsdevel@vger.kernel.org
3436 S:      Supported
3437 F:      fs/dax.c
3438
3439 DIRECTORY NOTIFICATION (DNOTIFY)
3440 M:      Eric Paris <eparis@parisplace.org>
3441 S:      Maintained
3442 F:      Documentation/filesystems/dnotify.txt
3443 F:      fs/notify/dnotify/
3444 F:      include/linux/dnotify.h
3445
3446 DISK GEOMETRY AND PARTITION HANDLING
3447 M:      Andries Brouwer <aeb@cwi.nl>
3448 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3449 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3450 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3451 S:      Maintained
3452
3453 DISKQUOTA
3454 M:      Jan Kara <jack@suse.com>
3455 S:      Maintained
3456 F:      Documentation/filesystems/quota.txt
3457 F:      fs/quota/
3458 F:      include/linux/quota*.h
3459 F:      include/uapi/linux/quota*.h
3460
3461 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3462 M:      Bernie Thompson <bernie@plugable.com>
3463 L:      linux-fbdev@vger.kernel.org
3464 S:      Maintained
3465 W:      http://plugable.com/category/projects/udlfb/
3466 F:      drivers/video/fbdev/udlfb.c
3467 F:      include/video/udlfb.h
3468 F:      Documentation/fb/udlfb.txt
3469
3470 DISTRIBUTED LOCK MANAGER (DLM)
3471 M:      Christine Caulfield <ccaulfie@redhat.com>
3472 M:      David Teigland <teigland@redhat.com>
3473 L:      cluster-devel@redhat.com
3474 W:      http://sources.redhat.com/cluster/
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3476 S:      Supported
3477 F:      fs/dlm/
3478
3479 DMA BUFFER SHARING FRAMEWORK
3480 M:      Sumit Semwal <sumit.semwal@linaro.org>
3481 S:      Maintained
3482 L:      linux-media@vger.kernel.org
3483 L:      dri-devel@lists.freedesktop.org
3484 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3485 F:      drivers/dma-buf/
3486 F:      include/linux/dma-buf*
3487 F:      include/linux/reservation.h
3488 F:      include/linux/*fence.h
3489 F:      Documentation/dma-buf-sharing.txt
3490 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3491
3492 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3493 M:      Vinod Koul <vinod.koul@intel.com>
3494 L:      dmaengine@vger.kernel.org
3495 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3496 S:      Maintained
3497 F:      drivers/dma/
3498 F:      include/linux/dmaengine.h
3499 F:      Documentation/dmaengine/
3500 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3501
3502 DME1737 HARDWARE MONITOR DRIVER
3503 M:      Juerg Haefliger <juergh@gmail.com>
3504 L:      lm-sensors@lm-sensors.org
3505 S:      Maintained
3506 F:      Documentation/hwmon/dme1737
3507 F:      drivers/hwmon/dme1737.c
3508
3509 DMI/SMBIOS SUPPORT
3510 M:      Jean Delvare <jdelvare@suse.com>
3511 S:      Maintained
3512 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3513 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3514 F:      drivers/firmware/dmi-id.c
3515 F:      drivers/firmware/dmi_scan.c
3516 F:      include/linux/dmi.h
3517
3518 DOCUMENTATION
3519 M:      Jonathan Corbet <corbet@lwn.net>
3520 L:      linux-doc@vger.kernel.org
3521 S:      Maintained
3522 F:      Documentation/
3523 X:      Documentation/ABI/
3524 X:      Documentation/devicetree/
3525 X:      Documentation/acpi
3526 X:      Documentation/power
3527 X:      Documentation/spi
3528 X:      Documentation/DocBook/media
3529 T:      git git://git.lwn.net/linux-2.6.git docs-next
3530
3531 DOUBLETALK DRIVER
3532 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3533 L:      blinux-list@redhat.com
3534 S:      Maintained
3535 F:      drivers/char/dtlk.c
3536 F:      include/linux/dtlk.h
3537
3538 DPT_I2O SCSI RAID DRIVER
3539 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3540 L:      linux-scsi@vger.kernel.org
3541 W:      http://www.adaptec.com/
3542 S:      Maintained
3543 F:      drivers/scsi/dpt*
3544 F:      drivers/scsi/dpt/
3545
3546 DRBD DRIVER
3547 P:      Philipp Reisner
3548 P:      Lars Ellenberg
3549 M:      drbd-dev@lists.linbit.com
3550 L:      drbd-user@lists.linbit.com
3551 W:      http://www.drbd.org
3552 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3553 T:      git git://git.drbd.org/drbd-8.3.git
3554 S:      Supported
3555 F:      drivers/block/drbd/
3556 F:      lib/lru_cache.c
3557 F:      Documentation/blockdev/drbd/
3558
3559 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3560 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3562 S:      Supported
3563 F:      Documentation/kobject.txt
3564 F:      drivers/base/
3565 F:      fs/debugfs/
3566 F:      fs/kernfs/
3567 F:      fs/sysfs/
3568 F:      include/linux/debugfs.h
3569 F:      include/linux/kobj*
3570 F:      lib/kobj*
3571
3572 DRM DRIVERS
3573 M:      David Airlie <airlied@linux.ie>
3574 L:      dri-devel@lists.freedesktop.org
3575 T:      git git://people.freedesktop.org/~airlied/linux
3576 S:      Maintained
3577 F:      drivers/gpu/drm/
3578 F:      drivers/gpu/vga/
3579 F:      include/drm/
3580 F:      include/uapi/drm/
3581
3582 RADEON DRM DRIVERS
3583 M:      Alex Deucher <alexander.deucher@amd.com>
3584 M:      Christian König <christian.koenig@amd.com>
3585 L:      dri-devel@lists.freedesktop.org
3586 T:      git git://people.freedesktop.org/~agd5f/linux
3587 S:      Supported
3588 F:      drivers/gpu/drm/radeon/
3589 F:      include/uapi/drm/radeon*
3590
3591 DRM PANEL DRIVERS
3592 M:      Thierry Reding <thierry.reding@gmail.com>
3593 L:      dri-devel@lists.freedesktop.org
3594 T:      git git://anongit.freedesktop.org/tegra/linux.git
3595 S:      Maintained
3596 F:      drivers/gpu/drm/drm_panel.c
3597 F:      drivers/gpu/drm/panel/
3598 F:      include/drm/drm_panel.h
3599 F:      Documentation/devicetree/bindings/panel/
3600
3601 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3602 M:      Daniel Vetter <daniel.vetter@intel.com>
3603 M:      Jani Nikula <jani.nikula@linux.intel.com>
3604 L:      intel-gfx@lists.freedesktop.org
3605 L:      dri-devel@lists.freedesktop.org
3606 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3607 T:      git git://anongit.freedesktop.org/drm-intel
3608 S:      Supported
3609 F:      drivers/gpu/drm/i915/
3610 F:      include/drm/i915*
3611 F:      include/uapi/drm/i915*
3612
3613 DRM DRIVERS FOR ATMEL HLCDC
3614 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3615 L:      dri-devel@lists.freedesktop.org
3616 S:      Supported
3617 F:      drivers/gpu/drm/atmel-hlcdc/
3618 F:      Documentation/devicetree/bindings/drm/atmel/
3619
3620 DRM DRIVERS FOR EXYNOS
3621 M:      Inki Dae <inki.dae@samsung.com>
3622 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3623 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3624 M:      Kyungmin Park <kyungmin.park@samsung.com>
3625 L:      dri-devel@lists.freedesktop.org
3626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3627 S:      Supported
3628 F:      drivers/gpu/drm/exynos/
3629 F:      include/drm/exynos*
3630 F:      include/uapi/drm/exynos*
3631
3632 DRM DRIVERS FOR FREESCALE DCU
3633 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3634 M:      Alison Wang <alison.wang@freescale.com>
3635 L:      dri-devel@lists.freedesktop.org
3636 S:      Supported
3637 F:      drivers/gpu/drm/fsl-dcu/
3638 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3639 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3640
3641 DRM DRIVERS FOR FREESCALE IMX
3642 M:      Philipp Zabel <p.zabel@pengutronix.de>
3643 L:      dri-devel@lists.freedesktop.org
3644 S:      Maintained
3645 F:      drivers/gpu/drm/imx/
3646 F:      Documentation/devicetree/bindings/drm/imx/
3647
3648 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3649 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3650 L:      dri-devel@lists.freedesktop.org
3651 T:      git git://github.com/patjak/drm-gma500
3652 S:      Maintained
3653 F:      drivers/gpu/drm/gma500
3654 F:      include/drm/gma500*
3655
3656 DRM DRIVERS FOR NVIDIA TEGRA
3657 M:      Thierry Reding <thierry.reding@gmail.com>
3658 M:      Terje Bergström <tbergstrom@nvidia.com>
3659 L:      dri-devel@lists.freedesktop.org
3660 L:      linux-tegra@vger.kernel.org
3661 T:      git git://anongit.freedesktop.org/tegra/linux.git
3662 S:      Supported
3663 F:      drivers/gpu/drm/tegra/
3664 F:      drivers/gpu/host1x/
3665 F:      include/linux/host1x.h
3666 F:      include/uapi/drm/tegra_drm.h
3667 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3668
3669 DRM DRIVERS FOR RENESAS
3670 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3671 L:      dri-devel@lists.freedesktop.org
3672 L:      linux-sh@vger.kernel.org
3673 T:      git git://people.freedesktop.org/~airlied/linux
3674 S:      Supported
3675 F:      drivers/gpu/drm/rcar-du/
3676 F:      drivers/gpu/drm/shmobile/
3677 F:      include/linux/platform_data/shmob_drm.h
3678
3679 DRM DRIVERS FOR ROCKCHIP
3680 M:      Mark Yao <mark.yao@rock-chips.com>
3681 L:      dri-devel@lists.freedesktop.org
3682 S:      Maintained
3683 F:      drivers/gpu/drm/rockchip/
3684 F:      Documentation/devicetree/bindings/video/rockchip*
3685
3686 DRM DRIVERS FOR STI
3687 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3688 M:      Vincent Abriou <vincent.abriou@st.com>
3689 L:      dri-devel@lists.freedesktop.org
3690 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3691 S:      Maintained
3692 F:      drivers/gpu/drm/sti
3693 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3694
3695 DSBR100 USB FM RADIO DRIVER
3696 M:      Alexey Klimov <klimov.linux@gmail.com>
3697 L:      linux-media@vger.kernel.org
3698 T:      git git://linuxtv.org/media_tree.git
3699 S:      Maintained
3700 F:      drivers/media/radio/dsbr100.c
3701
3702 DSCC4 DRIVER
3703 M:      Francois Romieu <romieu@fr.zoreil.com>
3704 L:      netdev@vger.kernel.org
3705 S:      Maintained
3706 F:      drivers/net/wan/dscc4.c
3707
3708 DT3155 MEDIA DRIVER
3709 M:      Hans Verkuil <hverkuil@xs4all.nl>
3710 L:      linux-media@vger.kernel.org
3711 T:      git git://linuxtv.org/media_tree.git
3712 W:      http://linuxtv.org
3713 S:      Odd Fixes
3714 F:      drivers/media/pci/dt3155/
3715
3716 DVB_USB_AF9015 MEDIA DRIVER
3717 M:      Antti Palosaari <crope@iki.fi>
3718 L:      linux-media@vger.kernel.org
3719 W:      http://linuxtv.org/
3720 W:      http://palosaari.fi/linux/
3721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3722 T:      git git://linuxtv.org/anttip/media_tree.git
3723 S:      Maintained
3724 F:      drivers/media/usb/dvb-usb-v2/af9015*
3725
3726 DVB_USB_AF9035 MEDIA DRIVER
3727 M:      Antti Palosaari <crope@iki.fi>
3728 L:      linux-media@vger.kernel.org
3729 W:      http://linuxtv.org/
3730 W:      http://palosaari.fi/linux/
3731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3732 T:      git git://linuxtv.org/anttip/media_tree.git
3733 S:      Maintained
3734 F:      drivers/media/usb/dvb-usb-v2/af9035*
3735
3736 DVB_USB_ANYSEE MEDIA DRIVER
3737 M:      Antti Palosaari <crope@iki.fi>
3738 L:      linux-media@vger.kernel.org
3739 W:      http://linuxtv.org/
3740 W:      http://palosaari.fi/linux/
3741 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3742 T:      git git://linuxtv.org/anttip/media_tree.git
3743 S:      Maintained
3744 F:      drivers/media/usb/dvb-usb-v2/anysee*
3745
3746 DVB_USB_AU6610 MEDIA DRIVER
3747 M:      Antti Palosaari <crope@iki.fi>
3748 L:      linux-media@vger.kernel.org
3749 W:      http://linuxtv.org/
3750 W:      http://palosaari.fi/linux/
3751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3752 T:      git git://linuxtv.org/anttip/media_tree.git
3753 S:      Maintained
3754 F:      drivers/media/usb/dvb-usb-v2/au6610*
3755
3756 DVB_USB_CE6230 MEDIA DRIVER
3757 M:      Antti Palosaari <crope@iki.fi>
3758 L:      linux-media@vger.kernel.org
3759 W:      http://linuxtv.org/
3760 W:      http://palosaari.fi/linux/
3761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3762 T:      git git://linuxtv.org/anttip/media_tree.git
3763 S:      Maintained
3764 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3765
3766 DVB_USB_CXUSB MEDIA DRIVER
3767 M:      Michael Krufky <mkrufky@linuxtv.org>
3768 L:      linux-media@vger.kernel.org
3769 W:      http://linuxtv.org/
3770 W:      http://github.com/mkrufky
3771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3772 T:      git git://linuxtv.org/media_tree.git
3773 S:      Maintained
3774 F:      drivers/media/usb/dvb-usb/cxusb*
3775
3776 DVB_USB_EC168 MEDIA DRIVER
3777 M:      Antti Palosaari <crope@iki.fi>
3778 L:      linux-media@vger.kernel.org
3779 W:      http://linuxtv.org/
3780 W:      http://palosaari.fi/linux/
3781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3782 T:      git git://linuxtv.org/anttip/media_tree.git
3783 S:      Maintained
3784 F:      drivers/media/usb/dvb-usb-v2/ec168*
3785
3786 DVB_USB_GL861 MEDIA DRIVER
3787 M:      Antti Palosaari <crope@iki.fi>
3788 L:      linux-media@vger.kernel.org
3789 W:      http://linuxtv.org/
3790 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3791 T:      git git://linuxtv.org/anttip/media_tree.git
3792 S:      Maintained
3793 F:      drivers/media/usb/dvb-usb-v2/gl861*
3794
3795 DVB_USB_MXL111SF MEDIA DRIVER
3796 M:      Michael Krufky <mkrufky@linuxtv.org>
3797 L:      linux-media@vger.kernel.org
3798 W:      http://linuxtv.org/
3799 W:      http://github.com/mkrufky
3800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3801 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3802 S:      Maintained
3803 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3804
3805 DVB_USB_RTL28XXU MEDIA DRIVER
3806 M:      Antti Palosaari <crope@iki.fi>
3807 L:      linux-media@vger.kernel.org
3808 W:      http://linuxtv.org/
3809 W:      http://palosaari.fi/linux/
3810 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3811 T:      git git://linuxtv.org/anttip/media_tree.git
3812 S:      Maintained
3813 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3814
3815 DVB_USB_V2 MEDIA DRIVER
3816 M:      Antti Palosaari <crope@iki.fi>
3817 L:      linux-media@vger.kernel.org
3818 W:      http://linuxtv.org/
3819 W:      http://palosaari.fi/linux/
3820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3821 T:      git git://linuxtv.org/anttip/media_tree.git
3822 S:      Maintained
3823 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3824 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3825
3826 DYNAMIC DEBUG
3827 M:      Jason Baron <jbaron@akamai.com>
3828 S:      Maintained
3829 F:      lib/dynamic_debug.c
3830 F:      include/linux/dynamic_debug.h
3831
3832 DZ DECSTATION DZ11 SERIAL DRIVER
3833 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3834 S:      Maintained
3835 F:      drivers/tty/serial/dz.*
3836
3837 E3X0 POWER BUTTON DRIVER
3838 M:      Moritz Fischer <moritz.fischer@ettus.com>
3839 L:      usrp-users@lists.ettus.com
3840 W:      http://www.ettus.com
3841 S:      Supported
3842 F:      drivers/input/misc/e3x0-button.c
3843 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3844
3845 E4000 MEDIA DRIVER
3846 M:      Antti Palosaari <crope@iki.fi>
3847 L:      linux-media@vger.kernel.org
3848 W:      http://linuxtv.org/
3849 W:      http://palosaari.fi/linux/
3850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3851 T:      git git://linuxtv.org/anttip/media_tree.git
3852 S:      Maintained
3853 F:      drivers/media/tuners/e4000*
3854
3855 EATA ISA/EISA/PCI SCSI DRIVER
3856 M:      Dario Ballabio <ballabio_dario@emc.com>
3857 L:      linux-scsi@vger.kernel.org
3858 S:      Maintained
3859 F:      drivers/scsi/eata.c
3860
3861 EC100 MEDIA DRIVER
3862 M:      Antti Palosaari <crope@iki.fi>
3863 L:      linux-media@vger.kernel.org
3864 W:      http://linuxtv.org/
3865 W:      http://palosaari.fi/linux/
3866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3867 T:      git git://linuxtv.org/anttip/media_tree.git
3868 S:      Maintained
3869 F:      drivers/media/dvb-frontends/ec100*
3870
3871 ECRYPT FILE SYSTEM
3872 M:      Tyler Hicks <tyhicks@canonical.com>
3873 L:      ecryptfs@vger.kernel.org
3874 W:      http://ecryptfs.org
3875 W:      https://launchpad.net/ecryptfs
3876 S:      Supported
3877 F:      Documentation/filesystems/ecryptfs.txt
3878 F:      fs/ecryptfs/
3879
3880 EDAC-CORE
3881 M:      Doug Thompson <dougthompson@xmission.com>
3882 M:      Borislav Petkov <bp@alien8.de>
3883 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3884 L:      linux-edac@vger.kernel.org
3885 W:      bluesmoke.sourceforge.net
3886 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3887 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3888 S:      Supported
3889 F:      Documentation/edac.txt
3890 F:      drivers/edac/
3891 F:      include/linux/edac.h
3892
3893 EDAC-AMD64
3894 M:      Doug Thompson <dougthompson@xmission.com>
3895 M:      Borislav Petkov <bp@alien8.de>
3896 L:      linux-edac@vger.kernel.org
3897 W:      bluesmoke.sourceforge.net
3898 S:      Maintained
3899 F:      drivers/edac/amd64_edac*
3900
3901 EDAC-CALXEDA
3902 M:      Doug Thompson <dougthompson@xmission.com>
3903 M:      Robert Richter <rric@kernel.org>
3904 L:      linux-edac@vger.kernel.org
3905 W:      bluesmoke.sourceforge.net
3906 S:      Maintained
3907 F:      drivers/edac/highbank*
3908
3909 EDAC-CAVIUM
3910 M:      Ralf Baechle <ralf@linux-mips.org>
3911 M:      David Daney <david.daney@cavium.com>
3912 L:      linux-edac@vger.kernel.org
3913 L:      linux-mips@linux-mips.org
3914 W:      bluesmoke.sourceforge.net
3915 S:      Supported
3916 F:      drivers/edac/octeon_edac*
3917
3918 EDAC-E752X
3919 M:      Mark Gross <mark.gross@intel.com>
3920 M:      Doug Thompson <dougthompson@xmission.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/e752x_edac.c
3925
3926 EDAC-E7XXX
3927 M:      Doug Thompson <dougthompson@xmission.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/e7xxx_edac.c
3932
3933 EDAC-GHES
3934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/ghes_edac.c
3939
3940 EDAC-I82443BXGX
3941 M:      Tim Small <tim@buttersideup.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/i82443bxgx_edac.c
3946
3947 EDAC-I3000
3948 M:      Jason Uhlenkott <juhlenko@akamai.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/i3000_edac.c
3953
3954 EDAC-I5000
3955 M:      Doug Thompson <dougthompson@xmission.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/i5000_edac.c
3960
3961 EDAC-I5400
3962 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/i5400_edac.c
3967
3968 EDAC-I7300
3969 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3970 L:      linux-edac@vger.kernel.org
3971 W:      bluesmoke.sourceforge.net
3972 S:      Maintained
3973 F:      drivers/edac/i7300_edac.c
3974
3975 EDAC-I7CORE
3976 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3977 L:      linux-edac@vger.kernel.org
3978 W:      bluesmoke.sourceforge.net
3979 S:      Maintained
3980 F:      drivers/edac/i7core_edac.c
3981
3982 EDAC-I82975X
3983 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3984 M:      "Arvind R." <arvino55@gmail.com>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/i82975x_edac.c
3989
3990 EDAC-IE31200
3991 M:      Jason Baron <jbaron@akamai.com>
3992 L:      linux-edac@vger.kernel.org
3993 W:      bluesmoke.sourceforge.net
3994 S:      Maintained
3995 F:      drivers/edac/ie31200_edac.c
3996
3997 EDAC-MPC85XX
3998 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3999 L:      linux-edac@vger.kernel.org
4000 W:      bluesmoke.sourceforge.net
4001 S:      Maintained
4002 F:      drivers/edac/mpc85xx_edac.[ch]
4003
4004 EDAC-PASEMI
4005 M:      Egor Martovetsky <egor@pasemi.com>
4006 L:      linux-edac@vger.kernel.org
4007 W:      bluesmoke.sourceforge.net
4008 S:      Maintained
4009 F:      drivers/edac/pasemi_edac.c
4010
4011 EDAC-R82600
4012 M:      Tim Small <tim@buttersideup.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/r82600_edac.c
4017
4018 EDAC-SBRIDGE
4019 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4020 L:      linux-edac@vger.kernel.org
4021 W:      bluesmoke.sourceforge.net
4022 S:      Maintained
4023 F:      drivers/edac/sb_edac.c
4024
4025 EDAC-XGENE
4026 APPLIED MICRO (APM) X-GENE SOC EDAC
4027 M:     Loc Ho <lho@apm.com>
4028 S:     Supported
4029 F:     drivers/edac/xgene_edac.c
4030 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4031
4032 EDIROL UA-101/UA-1000 DRIVER
4033 M:      Clemens Ladisch <clemens@ladisch.de>
4034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4035 T:      git git://git.alsa-project.org/alsa-kernel.git
4036 S:      Maintained
4037 F:      sound/usb/misc/ua101.c
4038
4039 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4040 M:      Matt Fleming <matt@codeblueprint.co.uk>
4041 L:      linux-efi@vger.kernel.org
4042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4043 S:      Maintained
4044 F:      Documentation/efi-stub.txt
4045 F:      arch/ia64/kernel/efi.c
4046 F:      arch/x86/boot/compressed/eboot.[ch]
4047 F:      arch/x86/include/asm/efi.h
4048 F:      arch/x86/platform/efi/*
4049 F:      drivers/firmware/efi/*
4050 F:      include/linux/efi*.h
4051
4052 EFI VARIABLE FILESYSTEM
4053 M:      Matthew Garrett <matthew.garrett@nebula.com>
4054 M:      Jeremy Kerr <jk@ozlabs.org>
4055 M:      Matt Fleming <matt@codeblueprint.co.uk>
4056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4057 L:      linux-efi@vger.kernel.org
4058 S:      Maintained
4059 F:      fs/efivarfs/
4060
4061 EFIFB FRAMEBUFFER DRIVER
4062 L:      linux-fbdev@vger.kernel.org
4063 M:      Peter Jones <pjones@redhat.com>
4064 S:      Maintained
4065 F:      drivers/video/fbdev/efifb.c
4066
4067 EFS FILESYSTEM
4068 W:      http://aeschi.ch.eu.org/efs/
4069 S:      Orphan
4070 F:      fs/efs/
4071
4072 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4073 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4074 M:      Christoph Raisch <raisch@de.ibm.com>
4075 L:      linux-rdma@vger.kernel.org
4076 S:      Supported
4077 F:      drivers/infiniband/hw/ehca/
4078
4079 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4080 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4081 L:      netdev@vger.kernel.org
4082 S:      Maintained
4083 F:      drivers/net/ethernet/ibm/ehea/
4084
4085 EM28XX VIDEO4LINUX DRIVER
4086 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4087 L:      linux-media@vger.kernel.org
4088 W:      http://linuxtv.org
4089 T:      git git://linuxtv.org/media_tree.git
4090 S:      Maintained
4091 F:      drivers/media/usb/em28xx/
4092
4093 EMBEDDED LINUX
4094 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4095 M:      Matt Mackall <mpm@selenic.com>
4096 M:      David Woodhouse <dwmw2@infradead.org>
4097 L:      linux-embedded@vger.kernel.org
4098 S:      Maintained
4099
4100 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4101 M:      James Smart <james.smart@avagotech.com>
4102 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4103 L:      linux-scsi@vger.kernel.org
4104 W:      http://www.avagotech.com
4105 S:      Supported
4106 F:      drivers/scsi/lpfc/
4107
4108 ENE CB710 FLASH CARD READER DRIVER
4109 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4110 S:      Maintained
4111 F:      drivers/misc/cb710/
4112 F:      drivers/mmc/host/cb710-mmc.*
4113 F:      include/linux/cb710.h
4114
4115 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4116 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4117 S:      Maintained
4118 F:      drivers/media/rc/ene_ir.*
4119
4120 ENHANCED ERROR HANDLING (EEH)
4121 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4122 L:      linuxppc-dev@lists.ozlabs.org
4123 S:      Supported
4124 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4125 F:      arch/powerpc/kernel/eeh*.c
4126
4127 EPSON S1D13XXX FRAMEBUFFER DRIVER
4128 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4129 S:      Maintained
4130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4131 F:      drivers/video/fbdev/s1d13xxxfb.c
4132 F:      include/video/s1d13xxxfb.h
4133
4134 ET131X NETWORK DRIVER
4135 M:      Mark Einon <mark.einon@gmail.com>
4136 S:      Odd Fixes
4137 F:      drivers/net/ethernet/agere/
4138
4139 ETHERNET BRIDGE
4140 M:      Stephen Hemminger <stephen@networkplumber.org>
4141 L:      bridge@lists.linux-foundation.org
4142 L:      netdev@vger.kernel.org
4143 W:      http://www.linuxfoundation.org/en/Net:Bridge
4144 S:      Maintained
4145 F:      include/linux/netfilter_bridge/
4146 F:      net/bridge/
4147
4148 ETHERNET PHY LIBRARY
4149 M:      Florian Fainelli <f.fainelli@gmail.com>
4150 L:      netdev@vger.kernel.org
4151 S:      Maintained
4152 F:      include/linux/phy.h
4153 F:      include/linux/phy_fixed.h
4154 F:      drivers/net/phy/
4155 F:      Documentation/networking/phy.txt
4156 F:      drivers/of/of_mdio.c
4157 F:      drivers/of/of_net.c
4158
4159 EXT2 FILE SYSTEM
4160 M:      Jan Kara <jack@suse.com>
4161 L:      linux-ext4@vger.kernel.org
4162 S:      Maintained
4163 F:      Documentation/filesystems/ext2.txt
4164 F:      fs/ext2/
4165 F:      include/linux/ext2*
4166
4167 EXT4 FILE SYSTEM
4168 M:      "Theodore Ts'o" <tytso@mit.edu>
4169 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4170 L:      linux-ext4@vger.kernel.org
4171 W:      http://ext4.wiki.kernel.org
4172 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4173 S:      Maintained
4174 F:      Documentation/filesystems/ext4.txt
4175 F:      fs/ext4/
4176
4177 Extended Verification Module (EVM)
4178 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4179 L:      linux-ima-devel@lists.sourceforge.net
4180 L:      linux-security-module@vger.kernel.org
4181 S:      Supported
4182 F:      security/integrity/evm/
4183
4184 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4185 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4186 M:      Chanwoo Choi <cw00.choi@samsung.com>
4187 L:      linux-kernel@vger.kernel.org
4188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4189 S:      Maintained
4190 F:      drivers/extcon/
4191 F:      Documentation/extcon/
4192
4193 EXYNOS DP DRIVER
4194 M:      Jingoo Han <jingoohan1@gmail.com>
4195 L:      dri-devel@lists.freedesktop.org
4196 S:      Maintained
4197 F:      drivers/gpu/drm/exynos/exynos_dp*
4198
4199 EXYNOS MIPI DISPLAY DRIVERS
4200 M:      Inki Dae <inki.dae@samsung.com>
4201 M:      Donghwa Lee <dh09.lee@samsung.com>
4202 M:      Kyungmin Park <kyungmin.park@samsung.com>
4203 L:      linux-fbdev@vger.kernel.org
4204 S:      Maintained
4205 F:      drivers/video/fbdev/exynos/exynos_mipi*
4206 F:      include/video/exynos_mipi*
4207
4208 F71805F HARDWARE MONITORING DRIVER
4209 M:      Jean Delvare <jdelvare@suse.com>
4210 L:      lm-sensors@lm-sensors.org
4211 S:      Maintained
4212 F:      Documentation/hwmon/f71805f
4213 F:      drivers/hwmon/f71805f.c
4214
4215 FC0011 TUNER DRIVER
4216 M:      Michael Buesch <m@bues.ch>
4217 L:      linux-media@vger.kernel.org
4218 S:      Maintained
4219 F:      drivers/media/tuners/fc0011.h
4220 F:      drivers/media/tuners/fc0011.c
4221
4222 FC2580 MEDIA DRIVER
4223 M:      Antti Palosaari <crope@iki.fi>
4224 L:      linux-media@vger.kernel.org
4225 W:      http://linuxtv.org/
4226 W:      http://palosaari.fi/linux/
4227 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4228 T:      git git://linuxtv.org/anttip/media_tree.git
4229 S:      Maintained
4230 F:      drivers/media/tuners/fc2580*
4231
4232 FANOTIFY
4233 M:      Eric Paris <eparis@redhat.com>
4234 S:      Maintained
4235 F:      fs/notify/fanotify/
4236 F:      include/linux/fanotify.h
4237 F:      include/uapi/linux/fanotify.h
4238
4239 FARSYNC SYNCHRONOUS DRIVER
4240 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4241 W:      http://www.farsite.co.uk/
4242 S:      Supported
4243 F:      drivers/net/wan/farsync.*
4244
4245 FAULT INJECTION SUPPORT
4246 M:      Akinobu Mita <akinobu.mita@gmail.com>
4247 S:      Supported
4248 F:      Documentation/fault-injection/
4249 F:      lib/fault-inject.c
4250
4251 FBTFT Framebuffer drivers
4252 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4253 M:      Noralf Trønnes <noralf@tronnes.org>
4254 S:      Maintained
4255 F:      drivers/staging/fbtft/
4256
4257 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4258 M:      Vasu Dev <vasu.dev@intel.com>
4259 L:      fcoe-devel@open-fcoe.org
4260 W:      www.Open-FCoE.org
4261 S:      Supported
4262 F:      drivers/scsi/libfc/
4263 F:      drivers/scsi/fcoe/
4264 F:      include/scsi/fc/
4265 F:      include/scsi/libfc.h
4266 F:      include/scsi/libfcoe.h
4267 F:      include/uapi/scsi/fc/
4268
4269 FILE LOCKING (flock() and fcntl()/lockf())
4270 M:      Jeff Layton <jlayton@poochiereds.net>
4271 M:      "J. Bruce Fields" <bfields@fieldses.org>
4272 L:      linux-fsdevel@vger.kernel.org
4273 S:      Maintained
4274 F:      include/linux/fcntl.h
4275 F:      include/linux/fs.h
4276 F:      include/uapi/linux/fcntl.h
4277 F:      include/uapi/linux/fs.h
4278 F:      fs/fcntl.c
4279 F:      fs/locks.c
4280
4281 FILESYSTEMS (VFS and infrastructure)
4282 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4283 L:      linux-fsdevel@vger.kernel.org
4284 S:      Maintained
4285 F:      fs/*
4286
4287 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4288 M:      Riku Voipio <riku.voipio@iki.fi>
4289 L:      lm-sensors@lm-sensors.org
4290 S:      Maintained
4291 F:      drivers/hwmon/f75375s.c
4292 F:      include/linux/f75375s.h
4293
4294 FIREWIRE AUDIO DRIVERS
4295 M:      Clemens Ladisch <clemens@ladisch.de>
4296 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4297 T:      git git://git.alsa-project.org/alsa-kernel.git
4298 S:      Maintained
4299 F:      sound/firewire/
4300
4301 FIREWIRE MEDIA DRIVERS (firedtv)
4302 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4303 L:      linux-media@vger.kernel.org
4304 L:      linux1394-devel@lists.sourceforge.net
4305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4306 S:      Maintained
4307 F:      drivers/media/firewire/
4308
4309 FIREWIRE SBP-2 TARGET
4310 M:      Chris Boot <bootc@bootc.net>
4311 L:      linux-scsi@vger.kernel.org
4312 L:      target-devel@vger.kernel.org
4313 L:      linux1394-devel@lists.sourceforge.net
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4315 S:      Maintained
4316 F:      drivers/target/sbp/
4317
4318 FIREWIRE SUBSYSTEM
4319 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4320 L:      linux1394-devel@lists.sourceforge.net
4321 W:      http://ieee1394.wiki.kernel.org/
4322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4323 S:      Maintained
4324 F:      drivers/firewire/
4325 F:      include/linux/firewire.h
4326 F:      include/uapi/linux/firewire*.h
4327 F:      tools/firewire/
4328
4329 FIRMWARE LOADER (request_firmware)
4330 M:      Ming Lei <ming.lei@canonical.com>
4331 L:      linux-kernel@vger.kernel.org
4332 S:      Maintained
4333 F:      Documentation/firmware_class/
4334 F:      drivers/base/firmware*.c
4335 F:      include/linux/firmware.h
4336
4337 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4338 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4339 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4340 S:      Maintained
4341 F:      drivers/block/rsxx/
4342
4343 FLOPPY DRIVER
4344 M:      Jiri Kosina <jikos@kernel.org>
4345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4346 S:      Odd fixes
4347 F:      drivers/block/floppy.c
4348
4349 FMC SUBSYSTEM
4350 M:      Alessandro Rubini <rubini@gnudd.com>
4351 W:      http://www.ohwr.org/projects/fmc-bus
4352 S:      Supported
4353 F:      drivers/fmc/
4354 F:      include/linux/fmc*.h
4355 F:      include/linux/ipmi-fru.h
4356 K:      fmc_d.*register
4357
4358 FPU EMULATOR
4359 M:      Bill Metzenthen <billm@melbpc.org.au>
4360 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4361 S:      Maintained
4362 F:      arch/x86/math-emu/
4363
4364 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4365 L:      netdev@vger.kernel.org
4366 S:      Orphan
4367 F:      drivers/net/wan/dlci.c
4368 F:      drivers/net/wan/sdla.c
4369
4370 FRAMEBUFFER LAYER
4371 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4372 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4373 L:      linux-fbdev@vger.kernel.org
4374 W:      http://linux-fbdev.sourceforge.net/
4375 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4377 S:      Maintained
4378 F:      Documentation/fb/
4379 F:      Documentation/devicetree/bindings/fb/
4380 F:      drivers/video/
4381 F:      include/video/
4382 F:      include/linux/fb.h
4383 F:      include/uapi/video/
4384 F:      include/uapi/linux/fb.h
4385
4386 FREESCALE DIU FRAMEBUFFER DRIVER
4387 M:      Timur Tabi <timur@tabi.org>
4388 L:      linux-fbdev@vger.kernel.org
4389 S:      Maintained
4390 F:      drivers/video/fbdev/fsl-diu-fb.*
4391
4392 FREESCALE DMA DRIVER
4393 M:      Li Yang <leoli@freescale.com>
4394 M:      Zhang Wei <zw@zh-kernel.org>
4395 L:      linuxppc-dev@lists.ozlabs.org
4396 S:      Maintained
4397 F:      drivers/dma/fsldma.*
4398
4399 FREESCALE I2C CPM DRIVER
4400 M:      Jochen Friedrich <jochen@scram.de>
4401 L:      linuxppc-dev@lists.ozlabs.org
4402 L:      linux-i2c@vger.kernel.org
4403 S:      Maintained
4404 F:      drivers/i2c/busses/i2c-cpm.c
4405
4406 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4407 M:      Sascha Hauer <kernel@pengutronix.de>
4408 L:      linux-fbdev@vger.kernel.org
4409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4410 S:      Maintained
4411 F:      include/linux/platform_data/video-imxfb.h
4412 F:      drivers/video/fbdev/imxfb.c
4413
4414 FREESCALE QUAD SPI DRIVER
4415 M:      Han Xu <han.xu@freescale.com>
4416 L:      linux-mtd@lists.infradead.org
4417 S:      Maintained
4418 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4419
4420 FREESCALE SOC FS_ENET DRIVER
4421 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4422 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4423 L:      linuxppc-dev@lists.ozlabs.org
4424 L:      netdev@vger.kernel.org
4425 S:      Maintained
4426 F:      drivers/net/ethernet/freescale/fs_enet/
4427 F:      include/linux/fs_enet_pd.h
4428
4429 FREESCALE QUICC ENGINE LIBRARY
4430 L:      linuxppc-dev@lists.ozlabs.org
4431 S:      Orphan
4432 F:      arch/powerpc/sysdev/qe_lib/
4433 F:      arch/powerpc/include/asm/*qe.h
4434
4435 FREESCALE USB PERIPHERAL DRIVERS
4436 M:      Li Yang <leoli@freescale.com>
4437 L:      linux-usb@vger.kernel.org
4438 L:      linuxppc-dev@lists.ozlabs.org
4439 S:      Maintained
4440 F:      drivers/usb/gadget/udc/fsl*
4441
4442 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4443 M:      Li Yang <leoli@freescale.com>
4444 L:      netdev@vger.kernel.org
4445 L:      linuxppc-dev@lists.ozlabs.org
4446 S:      Maintained
4447 F:      drivers/net/ethernet/freescale/ucc_geth*
4448
4449 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4450 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4451 L:      netdev@vger.kernel.org
4452 S:      Maintained
4453 F:      drivers/net/ethernet/freescale/gianfar*
4454 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4455 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4456
4457 FREESCALE QUICC ENGINE UCC UART DRIVER
4458 M:      Timur Tabi <timur@tabi.org>
4459 L:      linuxppc-dev@lists.ozlabs.org
4460 S:      Maintained
4461 F:      drivers/tty/serial/ucc_uart.c
4462
4463 FREESCALE SOC SOUND DRIVERS
4464 M:      Timur Tabi <timur@tabi.org>
4465 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4466 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4467 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4468 L:      linuxppc-dev@lists.ozlabs.org
4469 S:      Maintained
4470 F:      sound/soc/fsl/fsl*
4471 F:      sound/soc/fsl/imx*
4472 F:      sound/soc/fsl/mpc8610_hpcd.c
4473
4474 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4475 M:      "J. German Rivera" <German.Rivera@freescale.com>
4476 L:      linux-kernel@vger.kernel.org
4477 S:      Maintained
4478 F:      drivers/staging/fsl-mc/
4479
4480 FREEVXFS FILESYSTEM
4481 M:      Christoph Hellwig <hch@infradead.org>
4482 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4483 S:      Maintained
4484 F:      fs/freevxfs/
4485
4486 FREEZER
4487 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4488 M:      Pavel Machek <pavel@ucw.cz>
4489 L:      linux-pm@vger.kernel.org
4490 S:      Supported
4491 F:      Documentation/power/freezing-of-tasks.txt
4492 F:      include/linux/freezer.h
4493 F:      kernel/freezer.c
4494
4495 FRONTSWAP API
4496 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4497 L:      linux-kernel@vger.kernel.org
4498 S:      Maintained
4499 F:      mm/frontswap.c
4500 F:      include/linux/frontswap.h
4501
4502 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4503 M:      David Howells <dhowells@redhat.com>
4504 L:      linux-cachefs@redhat.com
4505 S:      Supported
4506 F:      Documentation/filesystems/caching/
4507 F:      fs/fscache/
4508 F:      include/linux/fscache*.h
4509
4510 F2FS FILE SYSTEM
4511 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4512 M:      Changman Lee <cm224.lee@samsung.com>
4513 R:      Chao Yu <chao2.yu@samsung.com>
4514 L:      linux-f2fs-devel@lists.sourceforge.net
4515 W:      http://en.wikipedia.org/wiki/F2FS
4516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4517 S:      Maintained
4518 F:      Documentation/filesystems/f2fs.txt
4519 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4520 F:      fs/f2fs/
4521 F:      include/linux/f2fs_fs.h
4522 F:      include/trace/events/f2fs.h
4523
4524 FUJITSU FR-V (FRV) PORT
4525 M:      David Howells <dhowells@redhat.com>
4526 S:      Maintained
4527 F:      arch/frv/
4528
4529 FUJITSU LAPTOP EXTRAS
4530 M:      Jonathan Woithe <jwoithe@just42.net>
4531 L:      platform-driver-x86@vger.kernel.org
4532 S:      Maintained
4533 F:      drivers/platform/x86/fujitsu-laptop.c
4534
4535 FUJITSU M-5MO LS CAMERA ISP DRIVER
4536 M:      Kyungmin Park <kyungmin.park@samsung.com>
4537 M:      Heungjun Kim <riverful.kim@samsung.com>
4538 L:      linux-media@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/media/i2c/m5mols/
4541 F:      include/media/m5mols.h
4542
4543 FUJITSU TABLET EXTRAS
4544 M:      Robert Gerlach <khnz@gmx.de>
4545 L:      platform-driver-x86@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/platform/x86/fujitsu-tablet.c
4548
4549 FUSE: FILESYSTEM IN USERSPACE
4550 M:      Miklos Szeredi <miklos@szeredi.hu>
4551 L:      fuse-devel@lists.sourceforge.net
4552 W:      http://fuse.sourceforge.net/
4553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4554 S:      Maintained
4555 F:      fs/fuse/
4556 F:      include/uapi/linux/fuse.h
4557 F:      Documentation/filesystems/fuse.txt
4558
4559 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4560 M:      Rik Faith <faith@cs.unc.edu>
4561 L:      linux-scsi@vger.kernel.org
4562 S:      Odd Fixes (e.g., new signatures)
4563 F:      drivers/scsi/fdomain.*
4564
4565 GCOV BASED KERNEL PROFILING
4566 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4567 S:      Maintained
4568 F:      kernel/gcov/
4569 F:      Documentation/gcov.txt
4570
4571 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4572 M:      Achim Leubner <achim_leubner@adaptec.com>
4573 L:      linux-scsi@vger.kernel.org
4574 W:      http://www.icp-vortex.com/
4575 S:      Supported
4576 F:      drivers/scsi/gdt*
4577
4578 GDB KERNEL DEBUGGING HELPER SCRIPTS
4579 M:      Jan Kiszka <jan.kiszka@siemens.com>
4580 S:      Supported
4581 F:      scripts/gdb/
4582
4583 GEMTEK FM RADIO RECEIVER DRIVER
4584 M:      Hans Verkuil <hverkuil@xs4all.nl>
4585 L:      linux-media@vger.kernel.org
4586 T:      git git://linuxtv.org/media_tree.git
4587 W:      http://linuxtv.org
4588 S:      Maintained
4589 F:      drivers/media/radio/radio-gemtek*
4590
4591 GENERIC GPIO I2C DRIVER
4592 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4593 S:      Supported
4594 F:      drivers/i2c/busses/i2c-gpio.c
4595 F:      include/linux/i2c-gpio.h
4596
4597 GENERIC GPIO I2C MULTIPLEXER DRIVER
4598 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4599 L:      linux-i2c@vger.kernel.org
4600 S:      Supported
4601 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4602 F:      include/linux/i2c-mux-gpio.h
4603 F:      Documentation/i2c/muxes/i2c-mux-gpio
4604
4605 GENERIC HDLC (WAN) DRIVERS
4606 M:      Krzysztof Halasa <khc@pm.waw.pl>
4607 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4608 S:      Maintained
4609 F:      drivers/net/wan/c101.c
4610 F:      drivers/net/wan/hd6457*
4611 F:      drivers/net/wan/hdlc*
4612 F:      drivers/net/wan/n2.c
4613 F:      drivers/net/wan/pc300too.c
4614 F:      drivers/net/wan/pci200syn.c
4615 F:      drivers/net/wan/wanxl*
4616
4617 GENERIC INCLUDE/ASM HEADER FILES
4618 M:      Arnd Bergmann <arnd@arndb.de>
4619 L:      linux-arch@vger.kernel.org
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4621 S:      Maintained
4622 F:      include/asm-generic/
4623 F:      include/uapi/asm-generic/
4624
4625 GENERIC PHY FRAMEWORK
4626 M:      Kishon Vijay Abraham I <kishon@ti.com>
4627 L:      linux-kernel@vger.kernel.org
4628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4629 S:      Supported
4630 F:      drivers/phy/
4631 F:      include/linux/phy/
4632
4633 GENERIC PM DOMAINS
4634 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4635 M:      Kevin Hilman <khilman@kernel.org>
4636 M:      Ulf Hansson <ulf.hansson@linaro.org>
4637 L:      linux-pm@vger.kernel.org
4638 S:      Supported
4639 F:      drivers/base/power/domain*.c
4640 F:      include/linux/pm_domain.h
4641
4642 GENERIC UIO DRIVER FOR PCI DEVICES
4643 M:      "Michael S. Tsirkin" <mst@redhat.com>
4644 L:      kvm@vger.kernel.org
4645 S:      Supported
4646 F:      drivers/uio/uio_pci_generic.c
4647
4648 GET_MAINTAINER SCRIPT
4649 M:      Joe Perches <joe@perches.com>
4650 S:      Maintained
4651 F:      scripts/get_maintainer.pl
4652
4653 GFS2 FILE SYSTEM
4654 M:      Steven Whitehouse <swhiteho@redhat.com>
4655 M:      Bob Peterson <rpeterso@redhat.com>
4656 L:      cluster-devel@redhat.com
4657 W:      http://sources.redhat.com/cluster/
4658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4659 S:      Supported
4660 F:      Documentation/filesystems/gfs2*.txt
4661 F:      fs/gfs2/
4662 F:      include/uapi/linux/gfs2_ondisk.h
4663
4664 GIGASET ISDN DRIVERS
4665 M:      Paul Bolle <pebolle@tiscali.nl>
4666 L:      gigaset307x-common@lists.sourceforge.net
4667 W:      http://gigaset307x.sourceforge.net/
4668 S:      Odd Fixes
4669 F:      Documentation/isdn/README.gigaset
4670 F:      drivers/isdn/gigaset/
4671 F:      include/uapi/linux/gigaset_dev.h
4672
4673 GO7007 MPEG CODEC
4674 M:      Hans Verkuil <hans.verkuil@cisco.com>
4675 L:      linux-media@vger.kernel.org
4676 S:      Maintained
4677 F:      drivers/media/usb/go7007/
4678
4679 GOODIX TOUCHSCREEN
4680 M:      Bastien Nocera <hadess@hadess.net>
4681 L:      linux-input@vger.kernel.org
4682 S:      Maintained
4683 F:      drivers/input/touchscreen/goodix.c
4684
4685 GPIO SUBSYSTEM
4686 M:      Linus Walleij <linus.walleij@linaro.org>
4687 M:      Alexandre Courbot <gnurou@gmail.com>
4688 L:      linux-gpio@vger.kernel.org
4689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4690 S:      Maintained
4691 F:      Documentation/gpio/
4692 F:      drivers/gpio/
4693 F:      include/linux/gpio/
4694 F:      include/linux/gpio.h
4695 F:      include/asm-generic/gpio.h
4696
4697 GRE DEMULTIPLEXER DRIVER
4698 M:      Dmitry Kozlov <xeb@mail.ru>
4699 L:      netdev@vger.kernel.org
4700 S:      Maintained
4701 F:      net/ipv4/gre_demux.c
4702 F:      net/ipv4/gre_offload.c
4703 F:      include/net/gre.h
4704
4705 GRETH 10/100/1G Ethernet MAC device driver
4706 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4707 L:      netdev@vger.kernel.org
4708 S:      Maintained
4709 F:      drivers/net/ethernet/aeroflex/
4710
4711 GSPCA FINEPIX SUBDRIVER
4712 M:      Frank Zago <frank@zago.net>
4713 L:      linux-media@vger.kernel.org
4714 T:      git git://linuxtv.org/media_tree.git
4715 S:      Maintained
4716 F:      drivers/media/usb/gspca/finepix.c
4717
4718 GSPCA GL860 SUBDRIVER
4719 M:      Olivier Lorin <o.lorin@laposte.net>
4720 L:      linux-media@vger.kernel.org
4721 T:      git git://linuxtv.org/media_tree.git
4722 S:      Maintained
4723 F:      drivers/media/usb/gspca/gl860/
4724
4725 GSPCA M5602 SUBDRIVER
4726 M:      Erik Andren <erik.andren@gmail.com>
4727 L:      linux-media@vger.kernel.org
4728 T:      git git://linuxtv.org/media_tree.git
4729 S:      Maintained
4730 F:      drivers/media/usb/gspca/m5602/
4731
4732 GSPCA PAC207 SONIXB SUBDRIVER
4733 M:      Hans de Goede <hdegoede@redhat.com>
4734 L:      linux-media@vger.kernel.org
4735 T:      git git://linuxtv.org/media_tree.git
4736 S:      Maintained
4737 F:      drivers/media/usb/gspca/pac207.c
4738
4739 GSPCA SN9C20X SUBDRIVER
4740 M:      Brian Johnson <brijohn@gmail.com>
4741 L:      linux-media@vger.kernel.org
4742 T:      git git://linuxtv.org/media_tree.git
4743 S:      Maintained
4744 F:      drivers/media/usb/gspca/sn9c20x.c
4745
4746 GSPCA T613 SUBDRIVER
4747 M:      Leandro Costantino <lcostantino@gmail.com>
4748 L:      linux-media@vger.kernel.org
4749 T:      git git://linuxtv.org/media_tree.git
4750 S:      Maintained
4751 F:      drivers/media/usb/gspca/t613.c
4752
4753 GSPCA USB WEBCAM DRIVER
4754 M:      Hans de Goede <hdegoede@redhat.com>
4755 L:      linux-media@vger.kernel.org
4756 T:      git git://linuxtv.org/media_tree.git
4757 S:      Maintained
4758 F:      drivers/media/usb/gspca/
4759
4760 GUID PARTITION TABLE (GPT)
4761 M:      Davidlohr Bueso <dave@stgolabs.net>
4762 L:      linux-efi@vger.kernel.org
4763 S:      Maintained
4764 F:      block/partitions/efi.*
4765
4766 STK1160 USB VIDEO CAPTURE DRIVER
4767 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4768 L:      linux-media@vger.kernel.org
4769 T:      git git://linuxtv.org/media_tree.git
4770 S:      Maintained
4771 F:      drivers/media/usb/stk1160/
4772
4773 H8/300 ARCHITECTURE
4774 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4775 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4776 W:      http://uclinux-h8.sourceforge.jp
4777 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4778 S:      Maintained
4779 F:      arch/h8300/
4780 F:      drivers/clocksource/h8300_*.c
4781 F:      drivers/clk/h8300/
4782 F:      drivers/irqchip/irq-renesas-h8*.c
4783
4784 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4785 M:      Frank Seidel <frank@f-seidel.de>
4786 L:      platform-driver-x86@vger.kernel.org
4787 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4788 S:      Maintained
4789 F:      drivers/platform/x86/hdaps.c
4790
4791 HDPVR USB VIDEO ENCODER DRIVER
4792 M:      Hans Verkuil <hverkuil@xs4all.nl>
4793 L:      linux-media@vger.kernel.org
4794 T:      git git://linuxtv.org/media_tree.git
4795 W:      http://linuxtv.org
4796 S:      Odd Fixes
4797 F:      drivers/media/usb/hdpvr/
4798
4799 HWPOISON MEMORY FAILURE HANDLING
4800 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4801 L:      linux-mm@kvack.org
4802 S:      Maintained
4803 F:      mm/memory-failure.c
4804 F:      mm/hwpoison-inject.c
4805
4806 HYPERVISOR VIRTUAL CONSOLE DRIVER
4807 L:      linuxppc-dev@lists.ozlabs.org
4808 S:      Odd Fixes
4809 F:      drivers/tty/hvc/
4810
4811 HACKRF MEDIA DRIVER
4812 M:      Antti Palosaari <crope@iki.fi>
4813 L:      linux-media@vger.kernel.org
4814 W:      http://linuxtv.org/
4815 W:      http://palosaari.fi/linux/
4816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4817 T:      git git://linuxtv.org/anttip/media_tree.git
4818 S:      Maintained
4819 F:      drivers/media/usb/hackrf/
4820
4821 HARDWARE MONITORING
4822 M:      Jean Delvare <jdelvare@suse.com>
4823 M:      Guenter Roeck <linux@roeck-us.net>
4824 L:      lm-sensors@lm-sensors.org
4825 W:      http://www.lm-sensors.org/
4826 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4827 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4828 S:      Maintained
4829 F:      Documentation/hwmon/
4830 F:      drivers/hwmon/
4831 F:      include/linux/hwmon*.h
4832
4833 HARDWARE RANDOM NUMBER GENERATOR CORE
4834 M:      Matt Mackall <mpm@selenic.com>
4835 M:      Herbert Xu <herbert@gondor.apana.org.au>
4836 L:      linux-crypto@vger.kernel.org
4837 S:      Odd fixes
4838 F:      Documentation/hw_random.txt
4839 F:      drivers/char/hw_random/
4840 F:      include/linux/hw_random.h
4841
4842 HARDWARE SPINLOCK CORE
4843 M:      Ohad Ben-Cohen <ohad@wizery.com>
4844 S:      Maintained
4845 F:      Documentation/hwspinlock.txt
4846 F:      drivers/hwspinlock/hwspinlock_*
4847 F:      include/linux/hwspinlock.h
4848
4849 HARMONY SOUND DRIVER
4850 L:      linux-parisc@vger.kernel.org
4851 S:      Maintained
4852 F:      sound/parisc/harmony.*
4853
4854 HD29L2 MEDIA DRIVER
4855 M:      Antti Palosaari <crope@iki.fi>
4856 L:      linux-media@vger.kernel.org
4857 W:      http://linuxtv.org/
4858 W:      http://palosaari.fi/linux/
4859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4860 T:      git git://linuxtv.org/anttip/media_tree.git
4861 S:      Maintained
4862 F:      drivers/media/dvb-frontends/hd29l2*
4863
4864 HEWLETT-PACKARD SMART2 RAID DRIVER
4865 L:      iss_storagedev@hp.com
4866 S:      Orphan
4867 F:      Documentation/blockdev/cpqarray.txt
4868 F:      drivers/block/cpqarray.*
4869
4870 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4871 M:      Don Brace <don.brace@pmcs.com>
4872 L:      iss_storagedev@hp.com
4873 L:      storagedev@pmcs.com
4874 L:      linux-scsi@vger.kernel.org
4875 S:      Supported
4876 F:      Documentation/scsi/hpsa.txt
4877 F:      drivers/scsi/hpsa*.[ch]
4878 F:      include/linux/cciss*.h
4879 F:      include/uapi/linux/cciss*.h
4880
4881 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4882 M:      Don Brace <don.brace@pmcs.com>
4883 L:      iss_storagedev@hp.com
4884 L:      storagedev@pmcs.com
4885 L:      linux-scsi@vger.kernel.org
4886 S:      Supported
4887 F:      Documentation/blockdev/cciss.txt
4888 F:      drivers/block/cciss*
4889 F:      include/linux/cciss_ioctl.h
4890 F:      include/uapi/linux/cciss_ioctl.h
4891
4892 HFS FILESYSTEM
4893 L:      linux-fsdevel@vger.kernel.org
4894 S:      Orphan
4895 F:      Documentation/filesystems/hfs.txt
4896 F:      fs/hfs/
4897
4898 HFSPLUS FILESYSTEM
4899 L:      linux-fsdevel@vger.kernel.org
4900 S:      Orphan
4901 F:      Documentation/filesystems/hfsplus.txt
4902 F:      fs/hfsplus/
4903
4904 HGA FRAMEBUFFER DRIVER
4905 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4906 L:      linux-nvidia@lists.surfsouth.com
4907 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4908 S:      Maintained
4909 F:      drivers/video/fbdev/hgafb.c
4910
4911 HIBERNATION (aka Software Suspend, aka swsusp)
4912 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4913 M:      Pavel Machek <pavel@ucw.cz>
4914 L:      linux-pm@vger.kernel.org
4915 S:      Supported
4916 F:      arch/x86/power/
4917 F:      drivers/base/power/
4918 F:      kernel/power/
4919 F:      include/linux/suspend.h
4920 F:      include/linux/freezer.h
4921 F:      include/linux/pm.h
4922 F:      arch/*/include/asm/suspend*.h
4923
4924 HID CORE LAYER
4925 M:      Jiri Kosina <jikos@kernel.org>
4926 L:      linux-input@vger.kernel.org
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4928 S:      Maintained
4929 F:      drivers/hid/
4930 F:      include/linux/hid*
4931 F:      include/uapi/linux/hid*
4932
4933 HID SENSOR HUB DRIVERS
4934 M:      Jiri Kosina <jikos@kernel.org>
4935 M:      Jonathan Cameron <jic23@kernel.org>
4936 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4937 L:      linux-input@vger.kernel.org
4938 L:      linux-iio@vger.kernel.org
4939 S:      Maintained
4940 F:      Documentation/hid/hid-sensor*
4941 F:      drivers/hid/hid-sensor-*
4942 F:      drivers/iio/*/hid-*
4943 F:      include/linux/hid-sensor-*
4944
4945 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4946 M:      Thomas Gleixner <tglx@linutronix.de>
4947 L:      linux-kernel@vger.kernel.org
4948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4949 S:      Maintained
4950 F:      Documentation/timers/
4951 F:      kernel/time/hrtimer.c
4952 F:      kernel/time/clockevents.c
4953 F:      kernel/time/tick*.*
4954 F:      kernel/time/timer_*.c
4955 F:      include/linux/clockchips.h
4956 F:      include/linux/hrtimer.h
4957
4958 HIGH-SPEED SCC DRIVER FOR AX.25
4959 L:      linux-hams@vger.kernel.org
4960 S:      Orphan
4961 F:      drivers/net/hamradio/dmascc.c
4962 F:      drivers/net/hamradio/scc.c
4963
4964 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4965 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4966 W:      http://www.highpoint-tech.com
4967 S:      Supported
4968 F:      Documentation/scsi/hptiop.txt
4969 F:      drivers/scsi/hptiop.c
4970
4971 HIPPI
4972 M:      Jes Sorensen <jes@trained-monkey.org>
4973 L:      linux-hippi@sunsite.dk
4974 S:      Maintained
4975 F:      include/linux/hippidevice.h
4976 F:      include/uapi/linux/if_hippi.h
4977 F:      net/802/hippi.c
4978 F:      drivers/net/hippi/
4979
4980 HOST AP DRIVER
4981 M:      Jouni Malinen <j@w1.fi>
4982 L:      hostap@shmoo.com (subscribers-only)
4983 L:      linux-wireless@vger.kernel.org
4984 W:      http://hostap.epitest.fi/
4985 S:      Maintained
4986 F:      drivers/net/wireless/hostap/
4987
4988 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4989 L:      platform-driver-x86@vger.kernel.org
4990 S:      Orphan
4991 F:      drivers/platform/x86/tc1100-wmi.c
4992
4993 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4994 M:      Jaroslav Kysela <perex@perex.cz>
4995 S:      Maintained
4996 F:      drivers/net/ethernet/hp/hp100.*
4997
4998 HPET:   High Precision Event Timers driver
4999 M:      Clemens Ladisch <clemens@ladisch.de>
5000 S:      Maintained
5001 F:      Documentation/timers/hpet.txt
5002 F:      drivers/char/hpet.c
5003 F:      include/linux/hpet.h
5004 F:      include/uapi/linux/hpet.h
5005
5006 HPET:   x86
5007 S:      Orphan
5008 F:      arch/x86/kernel/hpet.c
5009 F:      arch/x86/include/asm/hpet.h
5010
5011 HPFS FILESYSTEM
5012 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5013 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5014 S:      Maintained
5015 F:      fs/hpfs/
5016
5017 HSI SUBSYSTEM
5018 M:      Sebastian Reichel <sre@kernel.org>
5019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5020 S:      Maintained
5021 F:      Documentation/ABI/testing/sysfs-bus-hsi
5022 F:      Documentation/hsi.txt
5023 F:      drivers/hsi/
5024 F:      include/linux/hsi/
5025 F:      include/uapi/linux/hsi/
5026
5027 HSO 3G MODEM DRIVER
5028 M:      Jan Dumon <j.dumon@option.com>
5029 W:      http://www.pharscape.org
5030 S:      Maintained
5031 F:      drivers/net/usb/hso.c
5032
5033 HSR NETWORK PROTOCOL
5034 M:      Arvid Brodin <arvid.brodin@alten.se>
5035 L:      netdev@vger.kernel.org
5036 S:      Maintained
5037 F:      net/hsr/
5038
5039 HTCPEN TOUCHSCREEN DRIVER
5040 M:      Pau Oliva Fora <pof@eslack.org>
5041 L:      linux-input@vger.kernel.org
5042 S:      Maintained
5043 F:      drivers/input/touchscreen/htcpen.c
5044
5045 HUGETLB FILESYSTEM
5046 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5047 S:      Maintained
5048 F:      fs/hugetlbfs/
5049
5050 Hyper-V CORE AND DRIVERS
5051 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5052 M:      Haiyang Zhang <haiyangz@microsoft.com>
5053 L:      devel@linuxdriverproject.org
5054 S:      Maintained
5055 F:      arch/x86/include/asm/mshyperv.h
5056 F:      arch/x86/include/uapi/asm/hyperv.h
5057 F:      arch/x86/kernel/cpu/mshyperv.c
5058 F:      drivers/hid/hid-hyperv.c
5059 F:      drivers/hv/
5060 F:      drivers/input/serio/hyperv-keyboard.c
5061 F:      drivers/net/hyperv/
5062 F:      drivers/scsi/storvsc_drv.c
5063 F:      drivers/video/fbdev/hyperv_fb.c
5064 F:      include/linux/hyperv.h
5065 F:      tools/hv/
5066 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5067
5068 I2C OVER PARALLEL PORT
5069 M:      Jean Delvare <jdelvare@suse.com>
5070 L:      linux-i2c@vger.kernel.org
5071 S:      Maintained
5072 F:      Documentation/i2c/busses/i2c-parport
5073 F:      Documentation/i2c/busses/i2c-parport-light
5074 F:      drivers/i2c/busses/i2c-parport.c
5075 F:      drivers/i2c/busses/i2c-parport-light.c
5076
5077 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5078 M:      Jean Delvare <jdelvare@suse.com>
5079 L:      linux-i2c@vger.kernel.org
5080 S:      Maintained
5081 F:      Documentation/i2c/busses/i2c-ali1535
5082 F:      Documentation/i2c/busses/i2c-ali1563
5083 F:      Documentation/i2c/busses/i2c-ali15x3
5084 F:      Documentation/i2c/busses/i2c-amd756
5085 F:      Documentation/i2c/busses/i2c-amd8111
5086 F:      Documentation/i2c/busses/i2c-i801
5087 F:      Documentation/i2c/busses/i2c-nforce2
5088 F:      Documentation/i2c/busses/i2c-piix4
5089 F:      Documentation/i2c/busses/i2c-sis5595
5090 F:      Documentation/i2c/busses/i2c-sis630
5091 F:      Documentation/i2c/busses/i2c-sis96x
5092 F:      Documentation/i2c/busses/i2c-via
5093 F:      Documentation/i2c/busses/i2c-viapro
5094 F:      drivers/i2c/busses/i2c-ali1535.c
5095 F:      drivers/i2c/busses/i2c-ali1563.c
5096 F:      drivers/i2c/busses/i2c-ali15x3.c
5097 F:      drivers/i2c/busses/i2c-amd756.c
5098 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5099 F:      drivers/i2c/busses/i2c-amd8111.c
5100 F:      drivers/i2c/busses/i2c-i801.c
5101 F:      drivers/i2c/busses/i2c-isch.c
5102 F:      drivers/i2c/busses/i2c-nforce2.c
5103 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5104 F:      drivers/i2c/busses/i2c-piix4.c
5105 F:      drivers/i2c/busses/i2c-sis5595.c
5106 F:      drivers/i2c/busses/i2c-sis630.c
5107 F:      drivers/i2c/busses/i2c-sis96x.c
5108 F:      drivers/i2c/busses/i2c-via.c
5109 F:      drivers/i2c/busses/i2c-viapro.c
5110
5111 I2C/SMBUS ISMT DRIVER
5112 M:      Seth Heasley <seth.heasley@intel.com>
5113 M:      Neil Horman <nhorman@tuxdriver.com>
5114 L:      linux-i2c@vger.kernel.org
5115 F:      drivers/i2c/busses/i2c-ismt.c
5116 F:      Documentation/i2c/busses/i2c-ismt
5117
5118 I2C/SMBUS STUB DRIVER
5119 M:      Jean Delvare <jdelvare@suse.com>
5120 L:      linux-i2c@vger.kernel.org
5121 S:      Maintained
5122 F:      drivers/i2c/i2c-stub.c
5123
5124 I2C SUBSYSTEM
5125 M:      Wolfram Sang <wsa@the-dreams.de>
5126 L:      linux-i2c@vger.kernel.org
5127 W:      https://i2c.wiki.kernel.org/
5128 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5130 S:      Maintained
5131 F:      Documentation/devicetree/bindings/i2c/
5132 F:      Documentation/i2c/
5133 F:      drivers/i2c/
5134 F:      include/linux/i2c.h
5135 F:      include/linux/i2c-*.h
5136 F:      include/uapi/linux/i2c.h
5137 F:      include/uapi/linux/i2c-*.h
5138
5139 I2C ACPI SUPPORT
5140 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5141 L:      linux-i2c@vger.kernel.org
5142 L:      linux-acpi@vger.kernel.org
5143 S:      Maintained
5144
5145 I2C-TAOS-EVM DRIVER
5146 M:      Jean Delvare <jdelvare@suse.com>
5147 L:      linux-i2c@vger.kernel.org
5148 S:      Maintained
5149 F:      Documentation/i2c/busses/i2c-taos-evm
5150 F:      drivers/i2c/busses/i2c-taos-evm.c
5151
5152 I2C-TINY-USB DRIVER
5153 M:      Till Harbaum <till@harbaum.org>
5154 L:      linux-i2c@vger.kernel.org
5155 W:      http://www.harbaum.org/till/i2c_tiny_usb
5156 S:      Maintained
5157 F:      drivers/i2c/busses/i2c-tiny-usb.c
5158
5159 i386 BOOT CODE
5160 M:      "H. Peter Anvin" <hpa@zytor.com>
5161 S:      Maintained
5162 F:      arch/x86/boot/
5163
5164 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5165 M:      "H. Peter Anvin" <hpa@zytor.com>
5166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5167 S:      Maintained
5168
5169 IA64 (Itanium) PLATFORM
5170 M:      Tony Luck <tony.luck@intel.com>
5171 M:      Fenghua Yu <fenghua.yu@intel.com>
5172 L:      linux-ia64@vger.kernel.org
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5174 S:      Maintained
5175 F:      arch/ia64/
5176
5177 IBM Power VMX Cryptographic instructions
5178 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5179 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5180 L:      linux-crypto@vger.kernel.org
5181 S:      Supported
5182 F:      drivers/crypto/vmx/Makefile
5183 F:      drivers/crypto/vmx/Kconfig
5184 F:      drivers/crypto/vmx/vmx.c
5185 F:      drivers/crypto/vmx/aes*
5186 F:      drivers/crypto/vmx/ghash*
5187 F:      drivers/crypto/vmx/ppc-xlate.pl
5188
5189 IBM Power in-Nest Crypto Acceleration
5190 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5191 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5192 L:      linux-crypto@vger.kernel.org
5193 S:      Supported
5194 F:      drivers/crypto/nx/Makefile
5195 F:      drivers/crypto/nx/Kconfig
5196 F:      drivers/crypto/nx/nx-aes*
5197 F:      drivers/crypto/nx/nx-sha*
5198 F:      drivers/crypto/nx/nx.*
5199 F:      drivers/crypto/nx/nx_csbcpb.h
5200 F:      drivers/crypto/nx/nx_debugfs.h
5201
5202 IBM Power 842 compression accelerator
5203 M:      Dan Streetman <ddstreet@ieee.org>
5204 S:      Supported
5205 F:      drivers/crypto/nx/Makefile
5206 F:      drivers/crypto/nx/Kconfig
5207 F:      drivers/crypto/nx/nx-842*
5208 F:      include/linux/sw842.h
5209 F:      crypto/842.c
5210 F:      lib/842/
5211
5212 IBM Power Linux RAID adapter
5213 M:      Brian King <brking@us.ibm.com>
5214 S:      Supported
5215 F:      drivers/scsi/ipr.*
5216
5217 IBM Power Virtual Ethernet Device Driver
5218 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5219 L:      netdev@vger.kernel.org
5220 S:      Supported
5221 F:      drivers/net/ethernet/ibm/ibmveth.*
5222
5223 IBM Power Virtual SCSI Device Drivers
5224 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5225 L:      linux-scsi@vger.kernel.org
5226 S:      Supported
5227 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5228 F:      drivers/scsi/ibmvscsi/viosrp.h
5229
5230 IBM Power Virtual FC Device Drivers
5231 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5232 L:      linux-scsi@vger.kernel.org
5233 S:      Supported
5234 F:      drivers/scsi/ibmvscsi/ibmvfc*
5235
5236 IBM ServeRAID RAID DRIVER
5237 S:      Orphan
5238 F:      drivers/scsi/ips.*
5239
5240 ICH LPC AND GPIO DRIVER
5241 M:      Peter Tyser <ptyser@xes-inc.com>
5242 S:      Maintained
5243 F:      drivers/mfd/lpc_ich.c
5244 F:      drivers/gpio/gpio-ich.c
5245
5246 IDE SUBSYSTEM
5247 M:      "David S. Miller" <davem@davemloft.net>
5248 L:      linux-ide@vger.kernel.org
5249 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5251 S:      Maintained
5252 F:      Documentation/ide/
5253 F:      drivers/ide/
5254 F:      include/linux/ide.h
5255
5256 IDEAPAD LAPTOP EXTRAS DRIVER
5257 M:      Ike Panhc <ike.pan@canonical.com>
5258 L:      platform-driver-x86@vger.kernel.org
5259 W:      http://launchpad.net/ideapad-laptop
5260 S:      Maintained
5261 F:      drivers/platform/x86/ideapad-laptop.c
5262
5263 IDEAPAD LAPTOP SLIDEBAR DRIVER
5264 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5265 L:      linux-input@vger.kernel.org
5266 W:      https://github.com/o2genum/ideapad-slidebar
5267 S:      Maintained
5268 F:      drivers/input/misc/ideapad_slidebar.c
5269
5270 IDE/ATAPI DRIVERS
5271 M:      Borislav Petkov <bp@alien8.de>
5272 L:      linux-ide@vger.kernel.org
5273 S:      Maintained
5274 F:      Documentation/cdrom/ide-cd
5275 F:      drivers/ide/ide-cd*
5276
5277 IDLE-I7300
5278 M:      Andy Henroid <andrew.d.henroid@intel.com>
5279 L:      linux-pm@vger.kernel.org
5280 S:      Supported
5281 F:      drivers/idle/i7300_idle.c
5282
5283 IEEE 802.15.4 SUBSYSTEM
5284 M:      Alexander Aring <alex.aring@gmail.com>
5285 L:      linux-wpan@vger.kernel.org
5286 W:      https://github.com/linux-wpan
5287 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5288 S:      Maintained
5289 F:      net/ieee802154/
5290 F:      net/mac802154/
5291 F:      drivers/net/ieee802154/
5292 F:      include/linux/nl802154.h
5293 F:      include/linux/ieee802154.h
5294 F:      include/net/nl802154.h
5295 F:      include/net/mac802154.h
5296 F:      include/net/af_ieee802154.h
5297 F:      include/net/cfg802154.h
5298 F:      include/net/ieee802154_netdev.h
5299 F:      Documentation/networking/ieee802154.txt
5300
5301 IGORPLUG-USB IR RECEIVER
5302 M:      Sean Young <sean@mess.org>
5303 L:      linux-media@vger.kernel.org
5304 S:      Maintained
5305 F:      drivers/media/rc/igorplugusb.c
5306
5307 IGUANAWORKS USB IR TRANSCEIVER
5308 M:      Sean Young <sean@mess.org>
5309 L:      linux-media@vger.kernel.org
5310 S:      Maintained
5311 F:      drivers/media/rc/iguanair.c
5312
5313 IIO SUBSYSTEM AND DRIVERS
5314 M:      Jonathan Cameron <jic23@kernel.org>
5315 R:      Hartmut Knaack <knaack.h@gmx.de>
5316 R:      Lars-Peter Clausen <lars@metafoo.de>
5317 R:      Peter Meerwald <pmeerw@pmeerw.net>
5318 L:      linux-iio@vger.kernel.org
5319 S:      Maintained
5320 F:      drivers/iio/
5321 F:      drivers/staging/iio/
5322 F:      include/linux/iio/
5323 F:      tools/iio/
5324
5325 IKANOS/ADI EAGLE ADSL USB DRIVER
5326 M:      Matthieu Castet <castet.matthieu@free.fr>
5327 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5328 S:      Maintained
5329 F:      drivers/usb/atm/ueagle-atm.c
5330
5331 INA209 HARDWARE MONITOR DRIVER
5332 M:      Guenter Roeck <linux@roeck-us.net>
5333 L:      lm-sensors@lm-sensors.org
5334 S:      Maintained
5335 F:      Documentation/hwmon/ina209
5336 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5337 F:      drivers/hwmon/ina209.c
5338
5339 INA2XX HARDWARE MONITOR DRIVER
5340 M:      Guenter Roeck <linux@roeck-us.net>
5341 L:      lm-sensors@lm-sensors.org
5342 S:      Maintained
5343 F:      Documentation/hwmon/ina2xx
5344 F:      drivers/hwmon/ina2xx.c
5345 F:      include/linux/platform_data/ina2xx.h
5346
5347 INDUSTRY PACK SUBSYSTEM (IPACK)
5348 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5349 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5350 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5351 L:      industrypack-devel@lists.sourceforge.net
5352 W:      http://industrypack.sourceforge.net
5353 S:      Maintained
5354 F:      drivers/ipack/
5355
5356 INGENIC JZ4780 DMA Driver
5357 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5358 S:      Maintained
5359 F:      drivers/dma/dma-jz4780.c
5360
5361 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5362 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5363 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5364 L:      linux-ima-devel@lists.sourceforge.net
5365 L:      linux-ima-user@lists.sourceforge.net
5366 L:      linux-security-module@vger.kernel.org
5367 S:      Supported
5368 F:      security/integrity/ima/
5369
5370 IMGTEC IR DECODER DRIVER
5371 M:      James Hogan <james.hogan@imgtec.com>
5372 S:      Maintained
5373 F:      drivers/media/rc/img-ir/
5374
5375 IMS TWINTURBO FRAMEBUFFER DRIVER
5376 L:      linux-fbdev@vger.kernel.org
5377 S:      Orphan
5378 F:      drivers/video/fbdev/imsttfb.c
5379
5380 INFINIBAND SUBSYSTEM
5381 M:      Doug Ledford <dledford@redhat.com>
5382 M:      Sean Hefty <sean.hefty@intel.com>
5383 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5384 L:      linux-rdma@vger.kernel.org
5385 W:      http://www.openfabrics.org/
5386 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5388 S:      Supported
5389 F:      Documentation/infiniband/
5390 F:      drivers/infiniband/
5391 F:      drivers/staging/rdma/
5392 F:      include/uapi/linux/if_infiniband.h
5393 F:      include/uapi/rdma/
5394 F:      include/rdma/
5395
5396 INOTIFY
5397 M:      John McCutchan <john@johnmccutchan.com>
5398 M:      Robert Love <rlove@rlove.org>
5399 M:      Eric Paris <eparis@parisplace.org>
5400 S:      Maintained
5401 F:      Documentation/filesystems/inotify.txt
5402 F:      fs/notify/inotify/
5403 F:      include/linux/inotify.h
5404 F:      include/uapi/linux/inotify.h
5405
5406 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5407 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5408 L:      linux-input@vger.kernel.org
5409 Q:      http://patchwork.kernel.org/project/linux-input/list/
5410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5411 S:      Maintained
5412 F:      drivers/input/
5413 F:      include/linux/input.h
5414 F:      include/uapi/linux/input.h
5415 F:      include/linux/input/
5416
5417 INPUT MULTITOUCH (MT) PROTOCOL
5418 M:      Henrik Rydberg <rydberg@bitmath.org>
5419 L:      linux-input@vger.kernel.org
5420 S:      Odd fixes
5421 F:      Documentation/input/multi-touch-protocol.txt
5422 F:      drivers/input/input-mt.c
5423 K:      \b(ABS|SYN)_MT_
5424
5425 INTEL ASoC BDW/HSW DRIVERS
5426 M:      Jie Yang <yang.jie@linux.intel.com>
5427 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5428 S:      Supported
5429 F:      sound/soc/intel/common/sst-dsp*
5430 F:      sound/soc/intel/common/sst-firmware.c
5431 F:      sound/soc/intel/boards/broadwell.c
5432 F:      sound/soc/intel/haswell/
5433
5434 INTEL C600 SERIES SAS CONTROLLER DRIVER
5435 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5436 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5437 L:      linux-scsi@vger.kernel.org
5438 T:      git git://git.code.sf.net/p/intel-sas/isci
5439 S:      Supported
5440 F:      drivers/scsi/isci/
5441
5442 INTEL IDLE DRIVER
5443 M:      Len Brown <lenb@kernel.org>
5444 L:      linux-pm@vger.kernel.org
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5446 S:      Supported
5447 F:      drivers/idle/intel_idle.c
5448
5449 INTEL PSTATE DRIVER
5450 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5451 L:      linux-pm@vger.kernel.org
5452 S:      Supported
5453 F:      drivers/cpufreq/intel_pstate.c
5454
5455 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5456 M:      Maik Broemme <mbroemme@plusserver.de>
5457 L:      linux-fbdev@vger.kernel.org
5458 S:      Maintained
5459 F:      Documentation/fb/intelfb.txt
5460 F:      drivers/video/fbdev/intelfb/
5461
5462 INTEL 810/815 FRAMEBUFFER DRIVER
5463 M:      Antonino Daplas <adaplas@gmail.com>
5464 L:      linux-fbdev@vger.kernel.org
5465 S:      Maintained
5466 F:      drivers/video/fbdev/i810/
5467
5468 INTEL MENLOW THERMAL DRIVER
5469 M:      Sujith Thomas <sujith.thomas@intel.com>
5470 L:      platform-driver-x86@vger.kernel.org
5471 W:      https://01.org/linux-acpi
5472 S:      Supported
5473 F:      drivers/platform/x86/intel_menlow.c
5474
5475 INTEL I/OAT DMA DRIVER
5476 M:      Dave Jiang <dave.jiang@intel.com>
5477 R:      Dan Williams <dan.j.williams@intel.com>
5478 L:      dmaengine@vger.kernel.org
5479 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5480 S:      Supported
5481 F:      drivers/dma/ioat*
5482
5483 INTEL IOMMU (VT-d)
5484 M:      David Woodhouse <dwmw2@infradead.org>
5485 L:      iommu@lists.linux-foundation.org
5486 T:      git git://git.infradead.org/iommu-2.6.git
5487 S:      Supported
5488 F:      drivers/iommu/intel-iommu.c
5489 F:      include/linux/intel-iommu.h
5490
5491 INTEL IOP-ADMA DMA DRIVER
5492 R:      Dan Williams <dan.j.williams@intel.com>
5493 S:      Odd fixes
5494 F:      drivers/dma/iop-adma.c
5495
5496 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5497 M:      Krzysztof Halasa <khalasa@piap.pl>
5498 S:      Maintained
5499 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5500 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5501 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5502 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5503 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5504 F:      drivers/net/wan/ixp4xx_hss.c
5505
5506 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5507 M:      Deepak Saxena <dsaxena@plexity.net>
5508 S:      Maintained
5509 F:      drivers/char/hw_random/ixp4xx-rng.c
5510
5511 INTEL ETHERNET DRIVERS
5512 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5513 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5514 R:      Shannon Nelson <shannon.nelson@intel.com>
5515 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5516 R:      Don Skidmore <donald.c.skidmore@intel.com>
5517 R:      Matthew Vick <matthew.vick@intel.com>
5518 R:      John Ronciak <john.ronciak@intel.com>
5519 R:      Mitch Williams <mitch.a.williams@intel.com>
5520 L:      intel-wired-lan@lists.osuosl.org
5521 W:      http://www.intel.com/support/feedback.htm
5522 W:      http://e1000.sourceforge.net/
5523 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5526 S:      Supported
5527 F:      Documentation/networking/e100.txt
5528 F:      Documentation/networking/e1000.txt
5529 F:      Documentation/networking/e1000e.txt
5530 F:      Documentation/networking/igb.txt
5531 F:      Documentation/networking/igbvf.txt
5532 F:      Documentation/networking/ixgb.txt
5533 F:      Documentation/networking/ixgbe.txt
5534 F:      Documentation/networking/ixgbevf.txt
5535 F:      Documentation/networking/i40e.txt
5536 F:      Documentation/networking/i40evf.txt
5537 F:      drivers/net/ethernet/intel/
5538 F:      drivers/net/ethernet/intel/*/
5539
5540 INTEL-MID GPIO DRIVER
5541 M:      David Cohen <david.a.cohen@linux.intel.com>
5542 L:      linux-gpio@vger.kernel.org
5543 S:      Maintained
5544 F:      drivers/gpio/gpio-intel-mid.c
5545
5546 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5547 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5548 L:      linux-wireless@vger.kernel.org
5549 S:      Maintained
5550 F:      Documentation/networking/README.ipw2100
5551 F:      Documentation/networking/README.ipw2200
5552 F:      drivers/net/wireless/ipw2x00/
5553
5554 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5555 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5556 M:      Gang Wei <gang.wei@intel.com>
5557 M:      Shane Wang <shane.wang@intel.com>
5558 L:      tboot-devel@lists.sourceforge.net
5559 W:      http://tboot.sourceforge.net
5560 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5561 S:      Supported
5562 F:      Documentation/intel_txt.txt
5563 F:      include/linux/tboot.h
5564 F:      arch/x86/kernel/tboot.c
5565
5566 INTEL WIRELESS WIMAX CONNECTION 2400
5567 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5568 M:      linux-wimax@intel.com
5569 L:      wimax@linuxwimax.org (subscribers-only)
5570 S:      Supported
5571 W:      http://linuxwimax.org
5572 F:      Documentation/wimax/README.i2400m
5573 F:      drivers/net/wimax/i2400m/
5574 F:      include/uapi/linux/wimax/i2400m.h
5575
5576 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5577 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5578 L:      linux-wireless@vger.kernel.org
5579 S:      Supported
5580 F:      drivers/net/wireless/iwlegacy/
5581
5582 INTEL WIRELESS WIFI LINK (iwlwifi)
5583 M:      Johannes Berg <johannes.berg@intel.com>
5584 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5585 M:      Intel Linux Wireless <linuxwifi@intel.com>
5586 L:      linux-wireless@vger.kernel.org
5587 W:      http://intellinuxwireless.org
5588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5589 S:      Supported
5590 F:      drivers/net/wireless/iwlwifi/
5591
5592 INTEL MANAGEMENT ENGINE (mei)
5593 M:      Tomas Winkler <tomas.winkler@intel.com>
5594 L:      linux-kernel@vger.kernel.org
5595 S:      Supported
5596 F:      include/uapi/linux/mei.h
5597 F:      include/linux/mei_cl_bus.h
5598 F:      drivers/misc/mei/*
5599 F:      Documentation/misc-devices/mei/*
5600
5601 INTEL PMC IPC DRIVER
5602 M:      Zha Qipeng<qipeng.zha@intel.com>
5603 L:      platform-driver-x86@vger.kernel.org
5604 S:      Maintained
5605 F:      drivers/platform/x86/intel_pmc_ipc.c
5606 F:      arch/x86/include/asm/intel_pmc_ipc.h
5607
5608 IOC3 ETHERNET DRIVER
5609 M:      Ralf Baechle <ralf@linux-mips.org>
5610 L:      linux-mips@linux-mips.org
5611 S:      Maintained
5612 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5613
5614 IOC3 SERIAL DRIVER
5615 M:      Pat Gefre <pfg@sgi.com>
5616 L:      linux-serial@vger.kernel.org
5617 S:      Maintained
5618 F:      drivers/tty/serial/ioc3_serial.c
5619
5620 IOMMU DRIVERS
5621 M:      Joerg Roedel <joro@8bytes.org>
5622 L:      iommu@lists.linux-foundation.org
5623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5624 S:      Maintained
5625 F:      drivers/iommu/
5626
5627 IP MASQUERADING
5628 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5629 S:      Maintained
5630 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5631
5632 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5633 M:      Francois Romieu <romieu@fr.zoreil.com>
5634 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5635 L:      netdev@vger.kernel.org
5636 S:      Maintained
5637 F:      drivers/net/ethernet/icplus/ipg.*
5638
5639 IPATH DRIVER
5640 M:      Mike Marciniszyn <infinipath@intel.com>
5641 L:      linux-rdma@vger.kernel.org
5642 S:      Maintained
5643 F:      drivers/staging/rdma/ipath/
5644
5645 IPMI SUBSYSTEM
5646 M:      Corey Minyard <minyard@acm.org>
5647 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5648 W:      http://openipmi.sourceforge.net/
5649 S:      Supported
5650 F:      Documentation/IPMI.txt
5651 F:      drivers/char/ipmi/
5652 F:      include/linux/ipmi*
5653 F:      include/uapi/linux/ipmi*
5654
5655 QCOM AUDIO (ASoC) DRIVERS
5656 M:      Patrick Lai <plai@codeaurora.org>
5657 M:      Banajit Goswami <bgoswami@codeaurora.org>
5658 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5659 S:      Supported
5660 F:      sound/soc/qcom/
5661
5662 IPS SCSI RAID DRIVER
5663 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5664 L:      linux-scsi@vger.kernel.org
5665 W:      http://www.adaptec.com/
5666 S:      Maintained
5667 F:      drivers/scsi/ips*
5668
5669 IPVS
5670 M:      Wensong Zhang <wensong@linux-vs.org>
5671 M:      Simon Horman <horms@verge.net.au>
5672 M:      Julian Anastasov <ja@ssi.bg>
5673 L:      netdev@vger.kernel.org
5674 L:      lvs-devel@vger.kernel.org
5675 S:      Maintained
5676 F:      Documentation/networking/ipvs-sysctl.txt
5677 F:      include/net/ip_vs.h
5678 F:      include/uapi/linux/ip_vs.h
5679 F:      net/netfilter/ipvs/
5680
5681 IPWIRELESS DRIVER
5682 M:      Jiri Kosina <jikos@kernel.org>
5683 M:      David Sterba <dsterba@suse.com>
5684 S:      Odd Fixes
5685 F:      drivers/tty/ipwireless/
5686
5687 IPX NETWORK LAYER
5688 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5689 L:      netdev@vger.kernel.org
5690 S:      Maintained
5691 F:      include/net/ipx.h
5692 F:      include/uapi/linux/ipx.h
5693 F:      net/ipx/
5694
5695 IRDA SUBSYSTEM
5696 M:      Samuel Ortiz <samuel@sortiz.org>
5697 L:      irda-users@lists.sourceforge.net (subscribers-only)
5698 L:      netdev@vger.kernel.org
5699 W:      http://irda.sourceforge.net/
5700 S:      Maintained
5701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5702 F:      Documentation/networking/irda.txt
5703 F:      drivers/net/irda/
5704 F:      include/net/irda/
5705 F:      net/irda/
5706
5707 IRQ SUBSYSTEM
5708 M:      Thomas Gleixner <tglx@linutronix.de>
5709 L:      linux-kernel@vger.kernel.org
5710 S:      Maintained
5711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5712 F:      kernel/irq/
5713
5714 IRQCHIP DRIVERS
5715 M:      Thomas Gleixner <tglx@linutronix.de>
5716 M:      Jason Cooper <jason@lakedaemon.net>
5717 M:      Marc Zyngier <marc.zyngier@arm.com>
5718 L:      linux-kernel@vger.kernel.org
5719 S:      Maintained
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5721 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5722 F:      Documentation/devicetree/bindings/interrupt-controller/
5723 F:      drivers/irqchip/
5724
5725 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5726 M:      Jiang Liu <jiang.liu@linux.intel.com>
5727 M:      Marc Zyngier <marc.zyngier@arm.com>
5728 S:      Maintained
5729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5730 F:      Documentation/IRQ-domain.txt
5731 F:      include/linux/irqdomain.h
5732 F:      kernel/irq/irqdomain.c
5733 F:      kernel/irq/msi.c
5734
5735 ISAPNP
5736 M:      Jaroslav Kysela <perex@perex.cz>
5737 S:      Maintained
5738 F:      Documentation/isapnp.txt
5739 F:      drivers/pnp/isapnp/
5740 F:      include/linux/isapnp.h
5741
5742 ISA RADIO MODULE
5743 M:      Hans Verkuil <hverkuil@xs4all.nl>
5744 L:      linux-media@vger.kernel.org
5745 T:      git git://linuxtv.org/media_tree.git
5746 W:      http://linuxtv.org
5747 S:      Maintained
5748 F:      drivers/media/radio/radio-isa*
5749
5750 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5751 M:      Peter Jones <pjones@redhat.com>
5752 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5753 S:      Maintained
5754 F:      drivers/firmware/iscsi_ibft*
5755
5756 ISCSI
5757 M:      Mike Christie <michaelc@cs.wisc.edu>
5758 L:      open-iscsi@googlegroups.com
5759 W:      www.open-iscsi.org
5760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5761 S:      Maintained
5762 F:      drivers/scsi/*iscsi*
5763 F:      include/scsi/*iscsi*
5764
5765 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5766 M:      Or Gerlitz <ogerlitz@mellanox.com>
5767 M:      Sagi Grimberg <sagig@mellanox.com>
5768 M:      Roi Dayan <roid@mellanox.com>
5769 L:      linux-rdma@vger.kernel.org
5770 S:      Supported
5771 W:      http://www.openfabrics.org
5772 W:      www.open-iscsi.org
5773 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5774 F:      drivers/infiniband/ulp/iser/
5775
5776 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5777 M:      Sagi Grimberg <sagig@mellanox.com>
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5779 L:      linux-rdma@vger.kernel.org
5780 L:      target-devel@vger.kernel.org
5781 S:      Supported
5782 W:      http://www.linux-iscsi.org
5783 F:      drivers/infiniband/ulp/isert
5784
5785 ISDN SUBSYSTEM
5786 M:      Karsten Keil <isdn@linux-pingi.de>
5787 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5788 L:      netdev@vger.kernel.org
5789 W:      http://www.isdn4linux.de
5790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5791 S:      Maintained
5792 F:      Documentation/isdn/
5793 F:      drivers/isdn/
5794 F:      include/linux/isdn.h
5795 F:      include/linux/isdn/
5796 F:      include/uapi/linux/isdn.h
5797 F:      include/uapi/linux/isdn/
5798
5799 ISDN SUBSYSTEM (Eicon active card driver)
5800 M:      Armin Schindler <mac@melware.de>
5801 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5802 W:      http://www.melware.de
5803 S:      Maintained
5804 F:      drivers/isdn/hardware/eicon/
5805
5806 IT87 HARDWARE MONITORING DRIVER
5807 M:      Jean Delvare <jdelvare@suse.com>
5808 L:      lm-sensors@lm-sensors.org
5809 S:      Maintained
5810 F:      Documentation/hwmon/it87
5811 F:      drivers/hwmon/it87.c
5812
5813 IT913X MEDIA DRIVER
5814 M:      Antti Palosaari <crope@iki.fi>
5815 L:      linux-media@vger.kernel.org
5816 W:      http://linuxtv.org/
5817 W:      http://palosaari.fi/linux/
5818 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5819 T:      git git://linuxtv.org/anttip/media_tree.git
5820 S:      Maintained
5821 F:      drivers/media/tuners/it913x*
5822
5823 IVTV VIDEO4LINUX DRIVER
5824 M:      Andy Walls <awalls@md.metrocast.net>
5825 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5826 L:      linux-media@vger.kernel.org
5827 T:      git git://linuxtv.org/media_tree.git
5828 W:      http://www.ivtvdriver.org
5829 S:      Maintained
5830 F:      Documentation/video4linux/*.ivtv
5831 F:      drivers/media/pci/ivtv/
5832 F:      include/uapi/linux/ivtv*
5833
5834 IX2505V MEDIA DRIVER
5835 M:      Malcolm Priestley <tvboxspy@gmail.com>
5836 L:      linux-media@vger.kernel.org
5837 W:      http://linuxtv.org/
5838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5839 S:      Maintained
5840 F:      drivers/media/dvb-frontends/ix2505v*
5841
5842 JC42.4 TEMPERATURE SENSOR DRIVER
5843 M:      Guenter Roeck <linux@roeck-us.net>
5844 L:      lm-sensors@lm-sensors.org
5845 S:      Maintained
5846 F:      drivers/hwmon/jc42.c
5847 F:      Documentation/hwmon/jc42
5848
5849 JFS FILESYSTEM
5850 M:      Dave Kleikamp <shaggy@kernel.org>
5851 L:      jfs-discussion@lists.sourceforge.net
5852 W:      http://jfs.sourceforge.net/
5853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5854 S:      Maintained
5855 F:      Documentation/filesystems/jfs.txt
5856 F:      fs/jfs/
5857
5858 JME NETWORK DRIVER
5859 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5860 L:      netdev@vger.kernel.org
5861 S:      Maintained
5862 F:      drivers/net/ethernet/jme.*
5863
5864 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5865 M:      David Woodhouse <dwmw2@infradead.org>
5866 L:      linux-mtd@lists.infradead.org
5867 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5868 S:      Maintained
5869 F:      fs/jffs2/
5870 F:      include/uapi/linux/jffs2.h
5871
5872 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5873 M:      "Theodore Ts'o" <tytso@mit.edu>
5874 M:      Jan Kara <jack@suse.com>
5875 L:      linux-ext4@vger.kernel.org
5876 S:      Maintained
5877 F:      fs/jbd2/
5878 F:      include/linux/jbd2.h
5879
5880 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5881 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5882 L:      linux-media@vger.kernel.org
5883 S:      Maintained
5884 F:      drivers/media/platform/rcar_jpu.c
5885
5886 JSM Neo PCI based serial card
5887 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5888 L:      linux-serial@vger.kernel.org
5889 S:      Maintained
5890 F:      drivers/tty/serial/jsm/
5891
5892 K10TEMP HARDWARE MONITORING DRIVER
5893 M:      Clemens Ladisch <clemens@ladisch.de>
5894 L:      lm-sensors@lm-sensors.org
5895 S:      Maintained
5896 F:      Documentation/hwmon/k10temp
5897 F:      drivers/hwmon/k10temp.c
5898
5899 K8TEMP HARDWARE MONITORING DRIVER
5900 M:      Rudolf Marek <r.marek@assembler.cz>
5901 L:      lm-sensors@lm-sensors.org
5902 S:      Maintained
5903 F:      Documentation/hwmon/k8temp
5904 F:      drivers/hwmon/k8temp.c
5905
5906 KCONFIG
5907 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5908 L:      linux-kbuild@vger.kernel.org
5909 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5910 S:      Maintained
5911 F:      Documentation/kbuild/kconfig-language.txt
5912 F:      scripts/kconfig/
5913
5914 KDUMP
5915 M:      Vivek Goyal <vgoyal@redhat.com>
5916 M:      Haren Myneni <hbabu@us.ibm.com>
5917 L:      kexec@lists.infradead.org
5918 W:      http://lse.sourceforge.net/kdump/
5919 S:      Maintained
5920 F:      Documentation/kdump/
5921
5922 KEENE FM RADIO TRANSMITTER DRIVER
5923 M:      Hans Verkuil <hverkuil@xs4all.nl>
5924 L:      linux-media@vger.kernel.org
5925 T:      git git://linuxtv.org/media_tree.git
5926 W:      http://linuxtv.org
5927 S:      Maintained
5928 F:      drivers/media/radio/radio-keene*
5929
5930 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5931 M:      Ian Kent <raven@themaw.net>
5932 L:      autofs@vger.kernel.org
5933 S:      Maintained
5934 F:      fs/autofs4/
5935
5936 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5937 M:      Michal Marek <mmarek@suse.com>
5938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5940 L:      linux-kbuild@vger.kernel.org
5941 S:      Maintained
5942 F:      Documentation/kbuild/
5943 F:      Makefile
5944 F:      scripts/Makefile.*
5945 F:      scripts/basic/
5946 F:      scripts/mk*
5947 F:      scripts/package/
5948
5949 KERNEL JANITORS
5950 L:      kernel-janitors@vger.kernel.org
5951 W:      http://kernelnewbies.org/KernelJanitors
5952 S:      Odd Fixes
5953
5954 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5955 M:      "J. Bruce Fields" <bfields@fieldses.org>
5956 M:      Jeff Layton <jlayton@poochiereds.net>
5957 L:      linux-nfs@vger.kernel.org
5958 W:      http://nfs.sourceforge.net/
5959 S:      Supported
5960 F:      fs/nfsd/
5961 F:      include/uapi/linux/nfsd/
5962 F:      fs/lockd/
5963 F:      fs/nfs_common/
5964 F:      net/sunrpc/
5965 F:      include/linux/lockd/
5966 F:      include/linux/sunrpc/
5967 F:      include/uapi/linux/sunrpc/
5968
5969 KERNEL SELFTEST FRAMEWORK
5970 M:      Shuah Khan <shuahkh@osg.samsung.com>
5971 L:      linux-api@vger.kernel.org
5972 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5973 S:      Maintained
5974 F:      tools/testing/selftests
5975
5976 KERNEL VIRTUAL MACHINE (KVM)
5977 M:      Gleb Natapov <gleb@kernel.org>
5978 M:      Paolo Bonzini <pbonzini@redhat.com>
5979 L:      kvm@vger.kernel.org
5980 W:      http://www.linux-kvm.org
5981 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5982 S:      Supported
5983 F:      Documentation/*/kvm*.txt
5984 F:      Documentation/virtual/kvm/
5985 F:      arch/*/kvm/
5986 F:      arch/x86/kernel/kvm.c
5987 F:      arch/x86/kernel/kvmclock.c
5988 F:      arch/*/include/asm/kvm*
5989 F:      include/linux/kvm*
5990 F:      include/uapi/linux/kvm*
5991 F:      virt/kvm/
5992
5993 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5994 M:      Joerg Roedel <joro@8bytes.org>
5995 L:      kvm@vger.kernel.org
5996 W:      http://www.linux-kvm.org/
5997 S:      Maintained
5998 F:      arch/x86/include/asm/svm.h
5999 F:      arch/x86/kvm/svm.c
6000
6001 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6002 M:      Alexander Graf <agraf@suse.com>
6003 L:      kvm-ppc@vger.kernel.org
6004 W:      http://www.linux-kvm.org/
6005 T:      git git://github.com/agraf/linux-2.6.git
6006 S:      Supported
6007 F:      arch/powerpc/include/asm/kvm*
6008 F:      arch/powerpc/kvm/
6009
6010 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6011 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6012 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6013 L:      linux-s390@vger.kernel.org
6014 W:      http://www.ibm.com/developerworks/linux/linux390/
6015 S:      Supported
6016 F:      Documentation/s390/kvm.txt
6017 F:      arch/s390/include/asm/kvm*
6018 F:      arch/s390/kvm/
6019
6020 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
6021 M:      Christoffer Dall <christoffer.dall@linaro.org>
6022 M:      Marc Zyngier <marc.zyngier@arm.com>
6023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6024 L:      kvmarm@lists.cs.columbia.edu
6025 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6026 S:      Supported
6027 F:      arch/arm/include/uapi/asm/kvm*
6028 F:      arch/arm/include/asm/kvm*
6029 F:      arch/arm/kvm/
6030 F:      virt/kvm/arm/
6031 F:      include/kvm/arm_*
6032
6033 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6034 M:      Christoffer Dall <christoffer.dall@linaro.org>
6035 M:      Marc Zyngier <marc.zyngier@arm.com>
6036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6037 L:      kvmarm@lists.cs.columbia.edu
6038 S:      Maintained
6039 F:      arch/arm64/include/uapi/asm/kvm*
6040 F:      arch/arm64/include/asm/kvm*
6041 F:      arch/arm64/kvm/
6042
6043 KEXEC
6044 M:      Eric Biederman <ebiederm@xmission.com>
6045 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6046 L:      kexec@lists.infradead.org
6047 S:      Maintained
6048 F:      include/linux/kexec.h
6049 F:      include/uapi/linux/kexec.h
6050 F:      kernel/kexec.c
6051
6052 KEYS/KEYRINGS:
6053 M:      David Howells <dhowells@redhat.com>
6054 L:      keyrings@vger.kernel.org
6055 S:      Maintained
6056 F:      Documentation/security/keys.txt
6057 F:      include/linux/key.h
6058 F:      include/linux/key-type.h
6059 F:      include/keys/
6060 F:      security/keys/
6061
6062 KEYS-TRUSTED
6063 M:      David Safford <safford@us.ibm.com>
6064 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6065 L:      linux-security-module@vger.kernel.org
6066 L:      keyrings@vger.kernel.org
6067 S:      Supported
6068 F:      Documentation/security/keys-trusted-encrypted.txt
6069 F:      include/keys/trusted-type.h
6070 F:      security/keys/trusted.c
6071 F:      security/keys/trusted.h
6072
6073 KEYS-ENCRYPTED
6074 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6075 M:      David Safford <safford@us.ibm.com>
6076 L:      linux-security-module@vger.kernel.org
6077 L:      keyrings@vger.kernel.org
6078 S:      Supported
6079 F:      Documentation/security/keys-trusted-encrypted.txt
6080 F:      include/keys/encrypted-type.h
6081 F:      security/keys/encrypted-keys/
6082
6083 KGDB / KDB /debug_core
6084 M:      Jason Wessel <jason.wessel@windriver.com>
6085 W:      http://kgdb.wiki.kernel.org/
6086 L:      kgdb-bugreport@lists.sourceforge.net
6087 S:      Maintained
6088 F:      Documentation/DocBook/kgdb.tmpl
6089 F:      drivers/misc/kgdbts.c
6090 F:      drivers/tty/serial/kgdboc.c
6091 F:      include/linux/kdb.h
6092 F:      include/linux/kgdb.h
6093 F:      kernel/debug/
6094
6095 KMEMCHECK
6096 M:      Vegard Nossum <vegardno@ifi.uio.no>
6097 M:      Pekka Enberg <penberg@kernel.org>
6098 S:      Maintained
6099 F:      Documentation/kmemcheck.txt
6100 F:      arch/x86/include/asm/kmemcheck.h
6101 F:      arch/x86/mm/kmemcheck/
6102 F:      include/linux/kmemcheck.h
6103 F:      mm/kmemcheck.c
6104
6105 KMEMLEAK
6106 M:      Catalin Marinas <catalin.marinas@arm.com>
6107 S:      Maintained
6108 F:      Documentation/kmemleak.txt
6109 F:      include/linux/kmemleak.h
6110 F:      mm/kmemleak.c
6111 F:      mm/kmemleak-test.c
6112
6113 KPROBES
6114 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6115 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6116 M:      "David S. Miller" <davem@davemloft.net>
6117 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6118 S:      Maintained
6119 F:      Documentation/kprobes.txt
6120 F:      include/linux/kprobes.h
6121 F:      kernel/kprobes.c
6122
6123 KS0108 LCD CONTROLLER DRIVER
6124 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6125 W:      http://miguelojeda.es/auxdisplay.htm
6126 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6127 S:      Maintained
6128 F:      Documentation/auxdisplay/ks0108
6129 F:      drivers/auxdisplay/ks0108.c
6130 F:      include/linux/ks0108.h
6131
6132 L3MDEV
6133 M:      David Ahern <dsa@cumulusnetworks.com>
6134 L:      netdev@vger.kernel.org
6135 S:      Maintained
6136 F:      net/l3mdev
6137 F:      include/net/l3mdev.h
6138
6139 LAPB module
6140 L:      linux-x25@vger.kernel.org
6141 S:      Orphan
6142 F:      Documentation/networking/lapb-module.txt
6143 F:      include/*/lapb.h
6144 F:      net/lapb/
6145
6146 LASI 53c700 driver for PARISC
6147 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6148 L:      linux-scsi@vger.kernel.org
6149 S:      Maintained
6150 F:      Documentation/scsi/53c700.txt
6151 F:      drivers/scsi/53c700*
6152
6153 LED SUBSYSTEM
6154 M:      Richard Purdie <rpurdie@rpsys.net>
6155 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6156 L:      linux-leds@vger.kernel.org
6157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6158 S:      Maintained
6159 F:      drivers/leds/
6160 F:      include/linux/leds.h
6161
6162 LEGACY EEPROM DRIVER
6163 M:      Jean Delvare <jdelvare@suse.com>
6164 S:      Maintained
6165 F:      Documentation/misc-devices/eeprom
6166 F:      drivers/misc/eeprom/eeprom.c
6167
6168 LEGO USB Tower driver
6169 M:      Juergen Stuber <starblue@users.sourceforge.net>
6170 L:      legousb-devel@lists.sourceforge.net
6171 W:      http://legousb.sourceforge.net/
6172 S:      Maintained
6173 F:      drivers/usb/misc/legousbtower.c
6174
6175 LG2160 MEDIA DRIVER
6176 M:      Michael Krufky <mkrufky@linuxtv.org>
6177 L:      linux-media@vger.kernel.org
6178 W:      http://linuxtv.org/
6179 W:      http://github.com/mkrufky
6180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6181 T:      git git://linuxtv.org/mkrufky/tuners.git
6182 S:      Maintained
6183 F:      drivers/media/dvb-frontends/lg2160.*
6184
6185 LGDT3305 MEDIA DRIVER
6186 M:      Michael Krufky <mkrufky@linuxtv.org>
6187 L:      linux-media@vger.kernel.org
6188 W:      http://linuxtv.org/
6189 W:      http://github.com/mkrufky
6190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6191 T:      git git://linuxtv.org/mkrufky/tuners.git
6192 S:      Maintained
6193 F:      drivers/media/dvb-frontends/lgdt3305.*
6194
6195 LGUEST
6196 M:      Rusty Russell <rusty@rustcorp.com.au>
6197 L:      lguest@lists.ozlabs.org
6198 W:      http://lguest.ozlabs.org/
6199 S:      Odd Fixes
6200 F:      arch/x86/include/asm/lguest*.h
6201 F:      arch/x86/lguest/
6202 F:      drivers/lguest/
6203 F:      include/linux/lguest*.h
6204 F:      tools/lguest/
6205
6206 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6207 M:      Tejun Heo <tj@kernel.org>
6208 L:      linux-ide@vger.kernel.org
6209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6210 S:      Maintained
6211 F:      drivers/ata/
6212 F:      include/linux/ata.h
6213 F:      include/linux/libata.h
6214
6215 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6216 M:      Viresh Kumar <vireshk@kernel.org>
6217 L:      linux-ide@vger.kernel.org
6218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6219 S:      Maintained
6220 F:      include/linux/pata_arasan_cf_data.h
6221 F:      drivers/ata/pata_arasan_cf.c
6222
6223 LIBATA PATA DRIVERS
6224 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6225 M:      Tejun Heo <tj@kernel.org>
6226 L:      linux-ide@vger.kernel.org
6227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6228 S:      Maintained
6229 F:      drivers/ata/pata_*.c
6230 F:      drivers/ata/ata_generic.c
6231
6232 LIBATA SATA AHCI PLATFORM devices support
6233 M:      Hans de Goede <hdegoede@redhat.com>
6234 M:      Tejun Heo <tj@kernel.org>
6235 L:      linux-ide@vger.kernel.org
6236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6237 S:      Maintained
6238 F:      drivers/ata/ahci_platform.c
6239 F:      drivers/ata/libahci_platform.c
6240 F:      include/linux/ahci_platform.h
6241
6242 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6243 M:      Mikael Pettersson <mikpelinux@gmail.com>
6244 L:      linux-ide@vger.kernel.org
6245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6246 S:      Maintained
6247 F:      drivers/ata/sata_promise.*
6248
6249 LIBLOCKDEP
6250 M:      Sasha Levin <sasha.levin@oracle.com>
6251 S:      Maintained
6252 F:      tools/lib/lockdep/
6253
6254 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6255 M:      Dan Williams <dan.j.williams@intel.com>
6256 L:      linux-nvdimm@lists.01.org
6257 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6258 S:      Supported
6259 F:      drivers/nvdimm/*
6260 F:      include/linux/nd.h
6261 F:      include/linux/libnvdimm.h
6262 F:      include/uapi/linux/ndctl.h
6263
6264 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6265 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6266 L:      linux-nvdimm@lists.01.org
6267 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6268 S:      Supported
6269 F:      drivers/nvdimm/blk.c
6270 F:      drivers/nvdimm/region_devs.c
6271 F:      drivers/acpi/nfit*
6272
6273 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6274 M:      Vishal Verma <vishal.l.verma@intel.com>
6275 L:      linux-nvdimm@lists.01.org
6276 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6277 S:      Supported
6278 F:      drivers/nvdimm/btt*
6279
6280 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6281 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6282 L:      linux-nvdimm@lists.01.org
6283 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6284 S:      Supported
6285 F:      drivers/nvdimm/pmem.c
6286 F:      include/linux/pmem.h
6287 F:      arch/*/include/asm/pmem.h
6288
6289 LIGHTNVM PLATFORM SUPPORT
6290 M:      Matias Bjorling <mb@lightnvm.io>
6291 W:      http://github/OpenChannelSSD
6292 S:      Maintained
6293 F:      drivers/lightnvm/
6294 F:      include/linux/lightnvm.h
6295 F:      include/uapi/linux/lightnvm.h
6296
6297 LINUX FOR IBM pSERIES (RS/6000)
6298 M:      Paul Mackerras <paulus@au.ibm.com>
6299 W:      http://www.ibm.com/linux/ltc/projects/ppc
6300 S:      Supported
6301 F:      arch/powerpc/boot/rs6000.h
6302
6303 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6304 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6305 M:      Paul Mackerras <paulus@samba.org>
6306 M:      Michael Ellerman <mpe@ellerman.id.au>
6307 W:      http://www.penguinppc.org/
6308 L:      linuxppc-dev@lists.ozlabs.org
6309 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6311 S:      Supported
6312 F:      Documentation/powerpc/
6313 F:      arch/powerpc/
6314
6315 LINUX FOR POWER MACINTOSH
6316 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6317 W:      http://www.penguinppc.org/
6318 L:      linuxppc-dev@lists.ozlabs.org
6319 S:      Maintained
6320 F:      arch/powerpc/platforms/powermac/
6321 F:      drivers/macintosh/
6322
6323 LINUX FOR POWERPC EMBEDDED MPC5XXX
6324 M:      Anatolij Gustschin <agust@denx.de>
6325 L:      linuxppc-dev@lists.ozlabs.org
6326 T:      git git://git.denx.de/linux-denx-agust.git
6327 S:      Maintained
6328 F:      arch/powerpc/platforms/512x/
6329 F:      arch/powerpc/platforms/52xx/
6330
6331 LINUX FOR POWERPC EMBEDDED PPC4XX
6332 M:      Alistair Popple <alistair@popple.id.au>
6333 M:      Matt Porter <mporter@kernel.crashing.org>
6334 W:      http://www.penguinppc.org/
6335 L:      linuxppc-dev@lists.ozlabs.org
6336 S:      Maintained
6337 F:      arch/powerpc/platforms/40x/
6338 F:      arch/powerpc/platforms/44x/
6339
6340 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6341 L:      linuxppc-dev@lists.ozlabs.org
6342 S:      Orphan
6343 F:      arch/powerpc/*/*virtex*
6344 F:      arch/powerpc/*/*/*virtex*
6345
6346 LINUX FOR POWERPC EMBEDDED PPC8XX
6347 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6348 W:      http://www.penguinppc.org/
6349 L:      linuxppc-dev@lists.ozlabs.org
6350 S:      Maintained
6351 F:      arch/powerpc/platforms/8xx/
6352
6353 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6354 M:      Scott Wood <scottwood@freescale.com>
6355 M:      Kumar Gala <galak@kernel.crashing.org>
6356 W:      http://www.penguinppc.org/
6357 L:      linuxppc-dev@lists.ozlabs.org
6358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6359 S:      Maintained
6360 F:      arch/powerpc/platforms/83xx/
6361 F:      arch/powerpc/platforms/85xx/
6362
6363 LINUX FOR POWERPC PA SEMI PWRFICIENT
6364 M:      Olof Johansson <olof@lixom.net>
6365 L:      linuxppc-dev@lists.ozlabs.org
6366 S:      Maintained
6367 F:      arch/powerpc/platforms/pasemi/
6368 F:      drivers/*/*pasemi*
6369 F:      drivers/*/*/*pasemi*
6370
6371 LINUX SECURITY MODULE (LSM) FRAMEWORK
6372 M:      Chris Wright <chrisw@sous-sol.org>
6373 L:      linux-security-module@vger.kernel.org
6374 S:      Supported
6375
6376 LIS3LV02D ACCELEROMETER DRIVER
6377 M:      Eric Piel <eric.piel@tremplin-utc.net>
6378 S:      Maintained
6379 F:      Documentation/misc-devices/lis3lv02d
6380 F:      drivers/misc/lis3lv02d/
6381 F:      drivers/platform/x86/hp_accel.c
6382
6383 LIVE PATCHING
6384 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6385 M:      Seth Jennings <sjenning@redhat.com>
6386 M:      Jiri Kosina <jikos@kernel.org>
6387 M:      Vojtech Pavlik <vojtech@suse.com>
6388 S:      Maintained
6389 F:      kernel/livepatch/
6390 F:      include/linux/livepatch.h
6391 F:      arch/x86/include/asm/livepatch.h
6392 F:      arch/x86/kernel/livepatch.c
6393 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6394 F:      samples/livepatch/
6395 L:      live-patching@vger.kernel.org
6396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6397
6398 LLC (802.2)
6399 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6400 S:      Maintained
6401 F:      include/linux/llc.h
6402 F:      include/uapi/linux/llc.h
6403 F:      include/net/llc*
6404 F:      net/llc/
6405
6406 LM73 HARDWARE MONITOR DRIVER
6407 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6408 L:      lm-sensors@lm-sensors.org
6409 S:      Maintained
6410 F:      drivers/hwmon/lm73.c
6411
6412 LM78 HARDWARE MONITOR DRIVER
6413 M:      Jean Delvare <jdelvare@suse.com>
6414 L:      lm-sensors@lm-sensors.org
6415 S:      Maintained
6416 F:      Documentation/hwmon/lm78
6417 F:      drivers/hwmon/lm78.c
6418
6419 LM83 HARDWARE MONITOR DRIVER
6420 M:      Jean Delvare <jdelvare@suse.com>
6421 L:      lm-sensors@lm-sensors.org
6422 S:      Maintained
6423 F:      Documentation/hwmon/lm83
6424 F:      drivers/hwmon/lm83.c
6425
6426 LM90 HARDWARE MONITOR DRIVER
6427 M:      Jean Delvare <jdelvare@suse.com>
6428 L:      lm-sensors@lm-sensors.org
6429 S:      Maintained
6430 F:      Documentation/hwmon/lm90
6431 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6432 F:      drivers/hwmon/lm90.c
6433
6434 LM95234 HARDWARE MONITOR DRIVER
6435 M:      Guenter Roeck <linux@roeck-us.net>
6436 L:      lm-sensors@lm-sensors.org
6437 S:      Maintained
6438 F:      Documentation/hwmon/lm95234
6439 F:      drivers/hwmon/lm95234.c
6440
6441 LME2510 MEDIA DRIVER
6442 M:      Malcolm Priestley <tvboxspy@gmail.com>
6443 L:      linux-media@vger.kernel.org
6444 W:      http://linuxtv.org/
6445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6446 S:      Maintained
6447 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6448
6449 LOCKDEP AND LOCKSTAT
6450 M:      Peter Zijlstra <peterz@infradead.org>
6451 M:      Ingo Molnar <mingo@redhat.com>
6452 L:      linux-kernel@vger.kernel.org
6453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6454 S:      Maintained
6455 F:      Documentation/locking/lockdep*.txt
6456 F:      Documentation/locking/lockstat.txt
6457 F:      include/linux/lockdep.h
6458 F:      kernel/locking/
6459
6460 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6461 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6462 L:      linux-ntfs-dev@lists.sourceforge.net
6463 W:      http://www.linux-ntfs.org/content/view/19/37/
6464 S:      Maintained
6465 F:      Documentation/ldm.txt
6466 F:      block/partitions/ldm.*
6467
6468 LogFS
6469 M:      Joern Engel <joern@logfs.org>
6470 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6471 L:      logfs@logfs.org
6472 W:      logfs.org
6473 S:      Maintained
6474 F:      fs/logfs/
6475
6476 LPC32XX MACHINE SUPPORT
6477 M:      Roland Stigge <stigge@antcom.de>
6478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6479 S:      Maintained
6480 F:      arch/arm/mach-lpc32xx/
6481
6482 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6483 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6484 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6485 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6486 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6487 L:      MPT-FusionLinux.pdl@avagotech.com
6488 L:      linux-scsi@vger.kernel.org
6489 W:      http://www.lsilogic.com/support
6490 S:      Supported
6491 F:      drivers/message/fusion/
6492 F:      drivers/scsi/mpt2sas/
6493 F:      drivers/scsi/mpt3sas/
6494
6495 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6496 M:      Matthew Wilcox <matthew@wil.cx>
6497 L:      linux-scsi@vger.kernel.org
6498 S:      Maintained
6499 F:      drivers/scsi/sym53c8xx_2/
6500
6501 LTC4261 HARDWARE MONITOR DRIVER
6502 M:      Guenter Roeck <linux@roeck-us.net>
6503 L:      lm-sensors@lm-sensors.org
6504 S:      Maintained
6505 F:      Documentation/hwmon/ltc4261
6506 F:      drivers/hwmon/ltc4261.c
6507
6508 LTP (Linux Test Project)
6509 M:      Mike Frysinger <vapier@gentoo.org>
6510 M:      Cyril Hrubis <chrubis@suse.cz>
6511 M:      Wanlong Gao <wanlong.gao@gmail.com>
6512 M:      Jan Stancek <jstancek@redhat.com>
6513 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6514 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6515 L:      ltp@lists.linux.it (subscribers-only)
6516 W:      http://linux-test-project.github.io/
6517 T:      git git://github.com/linux-test-project/ltp.git
6518 S:      Maintained
6519
6520 M32R ARCHITECTURE
6521 W:      http://www.linux-m32r.org/
6522 S:      Orphan
6523 F:      arch/m32r/
6524
6525 M68K ARCHITECTURE
6526 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6527 L:      linux-m68k@lists.linux-m68k.org
6528 W:      http://www.linux-m68k.org/
6529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6530 S:      Maintained
6531 F:      arch/m68k/
6532 F:      drivers/zorro/
6533
6534 M68K ON APPLE MACINTOSH
6535 M:      Joshua Thompson <funaho@jurai.org>
6536 W:      http://www.mac.linux-m68k.org/
6537 L:      linux-m68k@lists.linux-m68k.org
6538 S:      Maintained
6539 F:      arch/m68k/mac/
6540
6541 M68K ON HP9000/300
6542 M:      Philip Blundell <philb@gnu.org>
6543 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6544 S:      Maintained
6545 F:      arch/m68k/hp300/
6546
6547 M88DS3103 MEDIA DRIVER
6548 M:      Antti Palosaari <crope@iki.fi>
6549 L:      linux-media@vger.kernel.org
6550 W:      http://linuxtv.org/
6551 W:      http://palosaari.fi/linux/
6552 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6553 T:      git git://linuxtv.org/anttip/media_tree.git
6554 S:      Maintained
6555 F:      drivers/media/dvb-frontends/m88ds3103*
6556
6557 M88RS2000 MEDIA DRIVER
6558 M:      Malcolm Priestley <tvboxspy@gmail.com>
6559 L:      linux-media@vger.kernel.org
6560 W:      http://linuxtv.org/
6561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6562 S:      Maintained
6563 F:      drivers/media/dvb-frontends/m88rs2000*
6564
6565 MA901 MASTERKIT USB FM RADIO DRIVER
6566 M:      Alexey Klimov <klimov.linux@gmail.com>
6567 L:      linux-media@vger.kernel.org
6568 T:      git git://linuxtv.org/media_tree.git
6569 S:      Maintained
6570 F:      drivers/media/radio/radio-ma901.c
6571
6572 MAC80211
6573 M:      Johannes Berg <johannes@sipsolutions.net>
6574 L:      linux-wireless@vger.kernel.org
6575 W:      http://wireless.kernel.org/
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6578 S:      Maintained
6579 F:      Documentation/networking/mac80211-injection.txt
6580 F:      include/net/mac80211.h
6581 F:      net/mac80211/
6582
6583 MACVLAN DRIVER
6584 M:      Patrick McHardy <kaber@trash.net>
6585 L:      netdev@vger.kernel.org
6586 S:      Maintained
6587 F:      drivers/net/macvlan.c
6588 F:      include/linux/if_macvlan.h
6589
6590 MAILBOX API
6591 M:      Jassi Brar <jassisinghbrar@gmail.com>
6592 L:      linux-kernel@vger.kernel.org
6593 S:      Maintained
6594 F:      drivers/mailbox/
6595 F:      include/linux/mailbox_client.h
6596 F:      include/linux/mailbox_controller.h
6597
6598 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6599 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6600 W:      http://www.kernel.org/doc/man-pages
6601 L:      linux-man@vger.kernel.org
6602 S:      Maintained
6603
6604 MARVELL ARMADA DRM SUPPORT
6605 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6606 S:      Maintained
6607 F:      drivers/gpu/drm/armada/
6608
6609 MARVELL 88E6352 DSA support
6610 M:      Guenter Roeck <linux@roeck-us.net>
6611 S:      Maintained
6612 F:      drivers/net/dsa/mv88e6352.c
6613
6614 MARVELL CRYPTO DRIVER
6615 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
6616 M:      Arnaud Ebalard <arno@natisbad.org>
6617 F:      drivers/crypto/marvell/
6618 S:      Maintained
6619 L:      linux-crypto@vger.kernel.org
6620
6621 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6622 M:      Mirko Lindner <mlindner@marvell.com>
6623 M:      Stephen Hemminger <stephen@networkplumber.org>
6624 L:      netdev@vger.kernel.org
6625 S:      Maintained
6626 F:      drivers/net/ethernet/marvell/sk*
6627
6628 MARVELL LIBERTAS WIRELESS DRIVER
6629 L:      libertas-dev@lists.infradead.org
6630 S:      Orphan
6631 F:      drivers/net/wireless/libertas/
6632
6633 MARVELL MV643XX ETHERNET DRIVER
6634 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6635 L:      netdev@vger.kernel.org
6636 S:      Maintained
6637 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6638 F:      include/linux/mv643xx.h
6639
6640 MARVELL MVNETA ETHERNET DRIVER
6641 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6642 L:      netdev@vger.kernel.org
6643 S:      Maintained
6644 F:      drivers/net/ethernet/marvell/mvneta.*
6645
6646 MARVELL MWIFIEX WIRELESS DRIVER
6647 M:      Amitkumar Karwar <akarwar@marvell.com>
6648 M:      Nishant Sarmukadam <nishants@marvell.com>
6649 L:      linux-wireless@vger.kernel.org
6650 S:      Maintained
6651 F:      drivers/net/wireless/mwifiex/
6652
6653 MARVELL MWL8K WIRELESS DRIVER
6654 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6655 L:      linux-wireless@vger.kernel.org
6656 S:      Odd Fixes
6657 F:      drivers/net/wireless/mwl8k.c
6658
6659 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6660 M:      Nicolas Pitre <nico@fluxnic.net>
6661 S:      Odd Fixes
6662 F:      drivers/mmc/host/mvsdio.*
6663
6664 MATROX FRAMEBUFFER DRIVER
6665 L:      linux-fbdev@vger.kernel.org
6666 S:      Orphan
6667 F:      drivers/video/fbdev/matrox/matroxfb_*
6668 F:      include/uapi/linux/matroxfb.h
6669
6670 MAX16065 HARDWARE MONITOR DRIVER
6671 M:      Guenter Roeck <linux@roeck-us.net>
6672 L:      lm-sensors@lm-sensors.org
6673 S:      Maintained
6674 F:      Documentation/hwmon/max16065
6675 F:      drivers/hwmon/max16065.c
6676
6677 MAX20751 HARDWARE MONITOR DRIVER
6678 M:      Guenter Roeck <linux@roeck-us.net>
6679 L:      lm-sensors@lm-sensors.org
6680 S:      Maintained
6681 F:      Documentation/hwmon/max20751
6682 F:      drivers/hwmon/max20751.c
6683
6684 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6685 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6686 L:      lm-sensors@lm-sensors.org
6687 S:      Maintained
6688 F:      Documentation/hwmon/max6650
6689 F:      drivers/hwmon/max6650.c
6690
6691 MAX6697 HARDWARE MONITOR DRIVER
6692 M:      Guenter Roeck <linux@roeck-us.net>
6693 L:      lm-sensors@lm-sensors.org
6694 S:      Maintained
6695 F:      Documentation/hwmon/max6697
6696 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6697 F:      drivers/hwmon/max6697.c
6698 F:      include/linux/platform_data/max6697.h
6699
6700 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6701 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6702 L:      linux-pm@vger.kernel.org
6703 S:      Supported
6704 F:      drivers/power/max14577_charger.c
6705 F:      drivers/power/max77693_charger.c
6706
6707 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6708 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6709 L:      linux-kernel@vger.kernel.org
6710 S:      Supported
6711 F:      drivers/*/*max77802.c
6712 F:      Documentation/devicetree/bindings/*/*max77802.txt
6713 F:      include/dt-bindings/*/*max77802.h
6714
6715 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6716 M:      Chanwoo Choi <cw00.choi@samsung.com>
6717 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6718 L:      linux-kernel@vger.kernel.org
6719 S:      Supported
6720 F:      drivers/*/max14577.c
6721 F:      drivers/*/max77686.c
6722 F:      drivers/*/max77693.c
6723 F:      drivers/extcon/extcon-max14577.c
6724 F:      drivers/extcon/extcon-max77693.c
6725 F:      drivers/rtc/rtc-max77686.c
6726 F:      drivers/clk/clk-max77686.c
6727 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6728 F:      Documentation/devicetree/bindings/*/max77686.txt
6729 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6730 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6731 F:      include/linux/mfd/max14577*.h
6732 F:      include/linux/mfd/max77686*.h
6733 F:      include/linux/mfd/max77693*.h
6734
6735 MAXIRADIO FM RADIO RECEIVER DRIVER
6736 M:      Hans Verkuil <hverkuil@xs4all.nl>
6737 L:      linux-media@vger.kernel.org
6738 T:      git git://linuxtv.org/media_tree.git
6739 W:      http://linuxtv.org
6740 S:      Maintained
6741 F:      drivers/media/radio/radio-maxiradio*
6742
6743 MCP4531 MICROCHIP DIGITAL POTENTIOMETER DRIVER
6744 M:      Peter Rosin <peda@axentia.se>
6745 L:      linux-iio@vger.kernel.org
6746 S:      Maintained
6747 F:      drivers/iio/potentiometer/mcp4531.c
6748
6749 MEDIA DRIVERS FOR RENESAS - VSP1
6750 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6751 L:      linux-media@vger.kernel.org
6752 L:      linux-sh@vger.kernel.org
6753 T:      git git://linuxtv.org/media_tree.git
6754 S:      Supported
6755 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6756 F:      drivers/media/platform/vsp1/
6757
6758 MEDIA DRIVERS FOR ASCOT2E
6759 M:      Sergey Kozlov <serjk@netup.ru>
6760 L:      linux-media@vger.kernel.org
6761 W:      http://linuxtv.org
6762 W:      http://netup.tv/
6763 T:      git git://linuxtv.org/media_tree.git
6764 S:      Supported
6765 F:      drivers/media/dvb-frontends/ascot2e*
6766
6767 MEDIA DRIVERS FOR CXD2841ER
6768 M:      Sergey Kozlov <serjk@netup.ru>
6769 L:      linux-media@vger.kernel.org
6770 W:      http://linuxtv.org/
6771 W:      http://netup.tv/
6772 T:      git git://linuxtv.org/media_tree.git
6773 S:      Supported
6774 F:      drivers/media/dvb-frontends/cxd2841er*
6775
6776 MEDIA DRIVERS FOR HORUS3A
6777 M:      Sergey Kozlov <serjk@netup.ru>
6778 L:      linux-media@vger.kernel.org
6779 W:      http://linuxtv.org/
6780 W:      http://netup.tv/
6781 T:      git git://linuxtv.org/media_tree.git
6782 S:      Supported
6783 F:      drivers/media/dvb-frontends/horus3a*
6784
6785 MEDIA DRIVERS FOR LNBH25
6786 M:      Sergey Kozlov <serjk@netup.ru>
6787 L:      linux-media@vger.kernel.org
6788 W:      http://linuxtv.org/
6789 W:      http://netup.tv/
6790 T:      git git://linuxtv.org/media_tree.git
6791 S:      Supported
6792 F:      drivers/media/dvb-frontends/lnbh25*
6793
6794 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6795 M:      Sergey Kozlov <serjk@netup.ru>
6796 L:      linux-media@vger.kernel.org
6797 W:      http://linuxtv.org/
6798 W:      http://netup.tv/
6799 T:      git git://linuxtv.org/media_tree.git
6800 S:      Supported
6801 F:      drivers/media/pci/netup_unidvb/*
6802
6803 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6804 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6805 P:      LinuxTV.org Project
6806 L:      linux-media@vger.kernel.org
6807 W:      http://linuxtv.org
6808 Q:      http://patchwork.kernel.org/project/linux-media/list/
6809 T:      git git://linuxtv.org/media_tree.git
6810 S:      Maintained
6811 F:      Documentation/dvb/
6812 F:      Documentation/video4linux/
6813 F:      Documentation/DocBook/media/
6814 F:      drivers/media/
6815 F:      drivers/staging/media/
6816 F:      include/media/
6817 F:      include/uapi/linux/dvb/
6818 F:      include/uapi/linux/videodev2.h
6819 F:      include/uapi/linux/media.h
6820 F:      include/uapi/linux/v4l2-*
6821 F:      include/uapi/linux/meye.h
6822 F:      include/uapi/linux/ivtv*
6823 F:      include/uapi/linux/uvcvideo.h
6824
6825 MEDIATEK MT7601U WIRELESS LAN DRIVER
6826 M:      Jakub Kicinski <kubakici@wp.pl>
6827 L:      linux-wireless@vger.kernel.org
6828 S:      Maintained
6829 F:      drivers/net/wireless/mediatek/mt7601u/
6830
6831 MEGARAID SCSI/SAS DRIVERS
6832 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6833 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6834 M:      Uday Lingala <uday.lingala@avagotech.com>
6835 L:      megaraidlinux.pdl@avagotech.com
6836 L:      linux-scsi@vger.kernel.org
6837 W:      http://www.lsi.com
6838 S:      Maintained
6839 F:      Documentation/scsi/megaraid.txt
6840 F:      drivers/scsi/megaraid.*
6841 F:      drivers/scsi/megaraid/
6842
6843 MELLANOX ETHERNET DRIVER (mlx4_en)
6844 M:      Amir Vadai <amirv@mellanox.com>
6845 L:      netdev@vger.kernel.org
6846 S:      Supported
6847 W:      http://www.mellanox.com
6848 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6849 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6850
6851 MELLANOX ETHERNET SWITCH DRIVERS
6852 M:      Jiri Pirko <jiri@mellanox.com>
6853 M:      Ido Schimmel <idosch@mellanox.com>
6854 L:      netdev@vger.kernel.org
6855 S:      Supported
6856 W:      http://www.mellanox.com
6857 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6858 F:      drivers/net/ethernet/mellanox/mlxsw/
6859
6860 MEMBARRIER SUPPORT
6861 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6862 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6863 L:      linux-kernel@vger.kernel.org
6864 S:      Supported
6865 F:      kernel/membarrier.c
6866 F:      include/uapi/linux/membarrier.h
6867
6868 MEMORY MANAGEMENT
6869 L:      linux-mm@kvack.org
6870 W:      http://www.linux-mm.org
6871 S:      Maintained
6872 F:      include/linux/mm.h
6873 F:      include/linux/gfp.h
6874 F:      include/linux/mmzone.h
6875 F:      include/linux/memory_hotplug.h
6876 F:      include/linux/vmalloc.h
6877 F:      mm/
6878
6879 MEMORY TECHNOLOGY DEVICES (MTD)
6880 M:      David Woodhouse <dwmw2@infradead.org>
6881 M:      Brian Norris <computersforpeace@gmail.com>
6882 L:      linux-mtd@lists.infradead.org
6883 W:      http://www.linux-mtd.infradead.org/
6884 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6885 T:      git git://git.infradead.org/linux-mtd.git
6886 T:      git git://git.infradead.org/l2-mtd.git
6887 S:      Maintained
6888 F:      drivers/mtd/
6889 F:      include/linux/mtd/
6890 F:      include/uapi/mtd/
6891
6892 MEN A21 WATCHDOG DRIVER
6893 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6894 L:      linux-watchdog@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/watchdog/mena21_wdt.c
6897
6898 MEN CHAMELEON BUS (mcb)
6899 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6900 S:      Maintained
6901 F:      drivers/mcb/
6902 F:      include/linux/mcb.h
6903 F:      Documentation/men-chameleon-bus.txt
6904
6905 MEN F21BMC (Board Management Controller)
6906 M:      Andreas Werner <andreas.werner@men.de>
6907 S:      Supported
6908 F:      drivers/mfd/menf21bmc.c
6909 F:      drivers/watchdog/menf21bmc_wdt.c
6910 F:      drivers/leds/leds-menf21bmc.c
6911 F:      drivers/hwmon/menf21bmc_hwmon.c
6912 F:      Documentation/hwmon/menf21bmc
6913
6914 METAG ARCHITECTURE
6915 M:      James Hogan <james.hogan@imgtec.com>
6916 L:      linux-metag@vger.kernel.org
6917 S:      Supported
6918 F:      arch/metag/
6919 F:      Documentation/metag/
6920 F:      Documentation/devicetree/bindings/metag/
6921 F:      drivers/clocksource/metag_generic.c
6922 F:      drivers/irqchip/irq-metag.c
6923 F:      drivers/irqchip/irq-metag-ext.c
6924 F:      drivers/tty/metag_da.c
6925
6926 MICROBLAZE ARCHITECTURE
6927 M:      Michal Simek <monstr@monstr.eu>
6928 W:      http://www.monstr.eu/fdt/
6929 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6930 S:      Supported
6931 F:      arch/microblaze/
6932
6933 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6934 M:      Chen Yu <yu.c.chen@intel.com>
6935 L:      platform-driver-x86@vger.kernel.org
6936 S:      Supported
6937 F:      drivers/platform/x86/surfacepro3_button.c
6938
6939 MICROTEK X6 SCANNER
6940 M:      Oliver Neukum <oliver@neukum.org>
6941 S:      Maintained
6942 F:      drivers/usb/image/microtek.*
6943
6944 MIPS
6945 M:      Ralf Baechle <ralf@linux-mips.org>
6946 L:      linux-mips@linux-mips.org
6947 W:      http://www.linux-mips.org/
6948 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6949 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6950 S:      Supported
6951 F:      Documentation/mips/
6952 F:      arch/mips/
6953
6954 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6955 M:      Hans Verkuil <hverkuil@xs4all.nl>
6956 L:      linux-media@vger.kernel.org
6957 T:      git git://linuxtv.org/media_tree.git
6958 W:      http://linuxtv.org
6959 S:      Odd Fixes
6960 F:      drivers/media/radio/radio-miropcm20*
6961
6962 Mellanox MLX5 core VPI driver
6963 M:      Eli Cohen <eli@mellanox.com>
6964 L:      netdev@vger.kernel.org
6965 L:      linux-rdma@vger.kernel.org
6966 W:      http://www.mellanox.com
6967 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6968 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6969 T:      git git://openfabrics.org/~eli/connect-ib.git
6970 S:      Supported
6971 F:      drivers/net/ethernet/mellanox/mlx5/core/
6972 F:      include/linux/mlx5/
6973
6974 Mellanox MLX5 IB driver
6975 M:      Eli Cohen <eli@mellanox.com>
6976 L:      linux-rdma@vger.kernel.org
6977 W:      http://www.mellanox.com
6978 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6979 T:      git git://openfabrics.org/~eli/connect-ib.git
6980 S:      Supported
6981 F:      include/linux/mlx5/
6982 F:      drivers/infiniband/hw/mlx5/
6983
6984 MELEXIS MLX90614 DRIVER
6985 M:      Crt Mori <cmo@melexis.com>
6986 L:      linux-iio@vger.kernel.org
6987 W:      http://www.melexis.com
6988 S:      Supported
6989 F:      drivers/iio/temperature/mlx90614.c
6990
6991 MN88472 MEDIA DRIVER
6992 M:      Antti Palosaari <crope@iki.fi>
6993 L:      linux-media@vger.kernel.org
6994 W:      http://linuxtv.org/
6995 W:      http://palosaari.fi/linux/
6996 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6997 T:      git git://linuxtv.org/anttip/media_tree.git
6998 S:      Maintained
6999 F:      drivers/staging/media/mn88472/
7000 F:      drivers/media/dvb-frontends/mn88472.h
7001
7002 MN88473 MEDIA DRIVER
7003 M:      Antti Palosaari <crope@iki.fi>
7004 L:      linux-media@vger.kernel.org
7005 W:      http://linuxtv.org/
7006 W:      http://palosaari.fi/linux/
7007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7008 T:      git git://linuxtv.org/anttip/media_tree.git
7009 S:      Maintained
7010 F:      drivers/staging/media/mn88473/
7011 F:      drivers/media/dvb-frontends/mn88473.h
7012
7013 MODULE SUPPORT
7014 M:      Rusty Russell <rusty@rustcorp.com.au>
7015 S:      Maintained
7016 F:      include/linux/module.h
7017 F:      kernel/module.c
7018
7019 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
7020 W:      http://popies.net/meye/
7021 S:      Orphan
7022 F:      Documentation/video4linux/meye.txt
7023 F:      drivers/media/pci/meye/
7024 F:      include/uapi/linux/meye.h
7025
7026 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7027 M:      Jiri Slaby <jirislaby@gmail.com>
7028 S:      Maintained
7029 F:      Documentation/serial/moxa-smartio
7030 F:      drivers/tty/mxser.*
7031
7032 MR800 AVERMEDIA USB FM RADIO DRIVER
7033 M:      Alexey Klimov <klimov.linux@gmail.com>
7034 L:      linux-media@vger.kernel.org
7035 T:      git git://linuxtv.org/media_tree.git
7036 S:      Maintained
7037 F:      drivers/media/radio/radio-mr800.c
7038
7039 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7040 M:      Alan Ott <alan@signal11.us>
7041 L:      linux-wpan@vger.kernel.org
7042 S:      Maintained
7043 F:      drivers/net/ieee802154/mrf24j40.c
7044 F:      Documentation/devicetree/bindings/net/ieee802154/mrf24j40.txt
7045
7046 MSI LAPTOP SUPPORT
7047 M:      "Lee, Chun-Yi" <jlee@suse.com>
7048 L:      platform-driver-x86@vger.kernel.org
7049 S:      Maintained
7050 F:      drivers/platform/x86/msi-laptop.c
7051
7052 MSI WMI SUPPORT
7053 L:      platform-driver-x86@vger.kernel.org
7054 S:      Orphan
7055 F:      drivers/platform/x86/msi-wmi.c
7056
7057 MSI001 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/media/tuners/msi001*
7066
7067 MSI2500 MEDIA DRIVER
7068 M:      Antti Palosaari <crope@iki.fi>
7069 L:      linux-media@vger.kernel.org
7070 W:      http://linuxtv.org/
7071 W:      http://palosaari.fi/linux/
7072 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7073 T:      git git://linuxtv.org/anttip/media_tree.git
7074 S:      Maintained
7075 F:      drivers/media/usb/msi2500/
7076
7077 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7078 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7079 L:      linux-mtd@lists.infradead.org
7080 S:      Maintained
7081 F:      drivers/mtd/devices/docg3*
7082
7083 MT9M032 APTINA SENSOR DRIVER
7084 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7085 L:      linux-media@vger.kernel.org
7086 T:      git git://linuxtv.org/media_tree.git
7087 S:      Maintained
7088 F:      drivers/media/i2c/mt9m032.c
7089 F:      include/media/mt9m032.h
7090
7091 MT9P031 APTINA CAMERA SENSOR
7092 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7093 L:      linux-media@vger.kernel.org
7094 T:      git git://linuxtv.org/media_tree.git
7095 S:      Maintained
7096 F:      drivers/media/i2c/mt9p031.c
7097 F:      include/media/mt9p031.h
7098
7099 MT9T001 APTINA CAMERA SENSOR
7100 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7101 L:      linux-media@vger.kernel.org
7102 T:      git git://linuxtv.org/media_tree.git
7103 S:      Maintained
7104 F:      drivers/media/i2c/mt9t001.c
7105 F:      include/media/mt9t001.h
7106
7107 MT9V032 APTINA CAMERA SENSOR
7108 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7109 L:      linux-media@vger.kernel.org
7110 T:      git git://linuxtv.org/media_tree.git
7111 S:      Maintained
7112 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7113 F:      drivers/media/i2c/mt9v032.c
7114 F:      include/media/mt9v032.h
7115
7116 MULTIFUNCTION DEVICES (MFD)
7117 M:      Samuel Ortiz <sameo@linux.intel.com>
7118 M:      Lee Jones <lee.jones@linaro.org>
7119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7120 S:      Supported
7121 F:      drivers/mfd/
7122 F:      include/linux/mfd/
7123
7124 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7125 M:      Ulf Hansson <ulf.hansson@linaro.org>
7126 L:      linux-mmc@vger.kernel.org
7127 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7128 S:      Maintained
7129 F:      drivers/mmc/
7130 F:      include/linux/mmc/
7131 F:      include/uapi/linux/mmc/
7132
7133 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7134 S:      Orphan
7135 F:      drivers/mmc/host/mmc_spi.c
7136 F:      include/linux/spi/mmc_spi.h
7137
7138 MULTISOUND SOUND DRIVER
7139 M:      Andrew Veliath <andrewtv@usa.net>
7140 S:      Maintained
7141 F:      Documentation/sound/oss/MultiSound
7142 F:      sound/oss/msnd*
7143
7144 MULTITECH MULTIPORT CARD (ISICOM)
7145 S:      Orphan
7146 F:      drivers/tty/isicom.c
7147 F:      include/linux/isicom.h
7148
7149 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7150 M:      Felipe Balbi <balbi@ti.com>
7151 L:      linux-usb@vger.kernel.org
7152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7153 S:      Maintained
7154 F:      drivers/usb/musb/
7155
7156 MXL5007T MEDIA DRIVER
7157 M:      Michael Krufky <mkrufky@linuxtv.org>
7158 L:      linux-media@vger.kernel.org
7159 W:      http://linuxtv.org/
7160 W:      http://github.com/mkrufky
7161 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7162 T:      git git://linuxtv.org/mkrufky/tuners.git
7163 S:      Maintained
7164 F:      drivers/media/tuners/mxl5007t.*
7165
7166 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7167 M:      Hyong-Youb Kim <hykim@myri.com>
7168 L:      netdev@vger.kernel.org
7169 W:      https://www.myricom.com/support/downloads/myri10ge.html
7170 S:      Supported
7171 F:      drivers/net/ethernet/myricom/myri10ge/
7172
7173 NATSEMI ETHERNET DRIVER (DP8381x)
7174 S:      Orphan
7175 F:      drivers/net/ethernet/natsemi/natsemi.c
7176
7177 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7178 M:      Daniel Mack <zonque@gmail.com>
7179 S:      Maintained
7180 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7181 W:      http://www.native-instruments.com
7182 F:      sound/usb/caiaq/
7183
7184 NCP FILESYSTEM
7185 M:      Petr Vandrovec <petr@vandrovec.name>
7186 S:      Odd Fixes
7187 F:      fs/ncpfs/
7188
7189 NCR 5380 SCSI DRIVERS
7190 M:      Finn Thain <fthain@telegraphics.com.au>
7191 M:      Michael Schmitz <schmitzmic@gmail.com>
7192 L:      linux-scsi@vger.kernel.org
7193 S:      Maintained
7194 F:      Documentation/scsi/g_NCR5380.txt
7195 F:      drivers/scsi/NCR5380.*
7196 F:      drivers/scsi/arm/cumana_1.c
7197 F:      drivers/scsi/arm/oak.c
7198 F:      drivers/scsi/atari_NCR5380.c
7199 F:      drivers/scsi/atari_scsi.*
7200 F:      drivers/scsi/dmx3191d.c
7201 F:      drivers/scsi/dtc.*
7202 F:      drivers/scsi/g_NCR5380.*
7203 F:      drivers/scsi/g_NCR5380_mmio.c
7204 F:      drivers/scsi/mac_scsi.*
7205 F:      drivers/scsi/pas16.*
7206 F:      drivers/scsi/sun3_scsi.*
7207 F:      drivers/scsi/sun3_scsi_vme.c
7208 F:      drivers/scsi/t128.*
7209
7210 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7211 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7212 L:      linux-scsi@vger.kernel.org
7213 S:      Maintained
7214 F:      drivers/scsi/NCR_D700.*
7215
7216 NCT6775 HARDWARE MONITOR DRIVER
7217 M:      Guenter Roeck <linux@roeck-us.net>
7218 L:      lm-sensors@lm-sensors.org
7219 S:      Maintained
7220 F:      Documentation/hwmon/nct6775
7221 F:      drivers/hwmon/nct6775.c
7222
7223 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7224 M:      Faisal Latif <faisal.latif@intel.com>
7225 L:      linux-rdma@vger.kernel.org
7226 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7227 S:      Supported
7228 F:      drivers/infiniband/hw/nes/
7229
7230 NETEM NETWORK EMULATOR
7231 M:      Stephen Hemminger <stephen@networkplumber.org>
7232 L:      netem@lists.linux-foundation.org
7233 S:      Maintained
7234 F:      net/sched/sch_netem.c
7235
7236 NETERION 10GbE DRIVERS (s2io/vxge)
7237 M:      Jon Mason <jdmason@kudzu.us>
7238 L:      netdev@vger.kernel.org
7239 S:      Supported
7240 F:      Documentation/networking/s2io.txt
7241 F:      Documentation/networking/vxge.txt
7242 F:      drivers/net/ethernet/neterion/
7243
7244 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7245 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7246 M:      Patrick McHardy <kaber@trash.net>
7247 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7248 L:      netfilter-devel@vger.kernel.org
7249 L:      coreteam@netfilter.org
7250 W:      http://www.netfilter.org/
7251 W:      http://www.iptables.org/
7252 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7255 S:      Supported
7256 F:      include/linux/netfilter*
7257 F:      include/linux/netfilter/
7258 F:      include/net/netfilter/
7259 F:      include/uapi/linux/netfilter*
7260 F:      include/uapi/linux/netfilter/
7261 F:      net/*/netfilter.c
7262 F:      net/*/netfilter/
7263 F:      net/netfilter/
7264 F:      net/bridge/br_netfilter*.c
7265
7266 NETLABEL
7267 M:      Paul Moore <paul@paul-moore.com>
7268 W:      http://netlabel.sf.net
7269 L:      netdev@vger.kernel.org
7270 S:      Maintained
7271 F:      Documentation/netlabel/
7272 F:      include/net/netlabel.h
7273 F:      net/netlabel/
7274
7275 NETROM NETWORK LAYER
7276 M:      Ralf Baechle <ralf@linux-mips.org>
7277 L:      linux-hams@vger.kernel.org
7278 W:      http://www.linux-ax25.org/
7279 S:      Maintained
7280 F:      include/net/netrom.h
7281 F:      include/uapi/linux/netrom.h
7282 F:      net/netrom/
7283
7284 NETWORK BLOCK DEVICE (NBD)
7285 M:      Markus Pargmann <mpa@pengutronix.de>
7286 S:      Maintained
7287 L:      nbd-general@lists.sourceforge.net
7288 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7289 F:      Documentation/blockdev/nbd.txt
7290 F:      drivers/block/nbd.c
7291 F:      include/uapi/linux/nbd.h
7292
7293 NETWORK DROP MONITOR
7294 M:      Neil Horman <nhorman@tuxdriver.com>
7295 L:      netdev@vger.kernel.org
7296 S:      Maintained
7297 W:      https://fedorahosted.org/dropwatch/
7298 F:      net/core/drop_monitor.c
7299
7300 NETWORKING [GENERAL]
7301 M:      "David S. Miller" <davem@davemloft.net>
7302 L:      netdev@vger.kernel.org
7303 W:      http://www.linuxfoundation.org/en/Net
7304 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7307 S:      Maintained
7308 F:      net/
7309 F:      include/net/
7310 F:      include/linux/in.h
7311 F:      include/linux/net.h
7312 F:      include/linux/netdevice.h
7313 F:      include/uapi/linux/in.h
7314 F:      include/uapi/linux/net.h
7315 F:      include/uapi/linux/netdevice.h
7316 F:      include/uapi/linux/net_namespace.h
7317 F:      tools/net/
7318 F:      tools/testing/selftests/net/
7319 F:      lib/random32.c
7320 F:      lib/test_bpf.c
7321
7322 NETWORKING [IPv4/IPv6]
7323 M:      "David S. Miller" <davem@davemloft.net>
7324 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7325 M:      James Morris <jmorris@namei.org>
7326 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7327 M:      Patrick McHardy <kaber@trash.net>
7328 L:      netdev@vger.kernel.org
7329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7330 S:      Maintained
7331 F:      net/ipv4/
7332 F:      net/ipv6/
7333 F:      include/net/ip*
7334 F:      arch/x86/net/*
7335
7336 NETWORKING [IPSEC]
7337 M:      Steffen Klassert <steffen.klassert@secunet.com>
7338 M:      Herbert Xu <herbert@gondor.apana.org.au>
7339 M:      "David S. Miller" <davem@davemloft.net>
7340 L:      netdev@vger.kernel.org
7341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7343 S:      Maintained
7344 F:      net/core/flow.c
7345 F:      net/xfrm/
7346 F:      net/key/
7347 F:      net/ipv4/xfrm*
7348 F:      net/ipv4/esp4.c
7349 F:      net/ipv4/ah4.c
7350 F:      net/ipv4/ipcomp.c
7351 F:      net/ipv4/ip_vti.c
7352 F:      net/ipv6/xfrm*
7353 F:      net/ipv6/esp6.c
7354 F:      net/ipv6/ah6.c
7355 F:      net/ipv6/ipcomp6.c
7356 F:      net/ipv6/ip6_vti.c
7357 F:      include/uapi/linux/xfrm.h
7358 F:      include/net/xfrm.h
7359
7360 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7361 M:      Paul Moore <paul@paul-moore.com>
7362 L:      netdev@vger.kernel.org
7363 S:      Maintained
7364
7365 NETWORKING [WIRELESS]
7366 L:      linux-wireless@vger.kernel.org
7367 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7368
7369 NETWORKING DRIVERS
7370 L:      netdev@vger.kernel.org
7371 W:      http://www.linuxfoundation.org/en/Net
7372 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7375 S:      Odd Fixes
7376 F:      drivers/net/
7377 F:      include/linux/if_*
7378 F:      include/linux/netdevice.h
7379 F:      include/linux/etherdevice.h
7380 F:      include/linux/fcdevice.h
7381 F:      include/linux/fddidevice.h
7382 F:      include/linux/hippidevice.h
7383 F:      include/linux/inetdevice.h
7384 F:      include/uapi/linux/if_*
7385 F:      include/uapi/linux/netdevice.h
7386
7387 NETWORKING DRIVERS (WIRELESS)
7388 M:      Kalle Valo <kvalo@codeaurora.org>
7389 L:      linux-wireless@vger.kernel.org
7390 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7392 S:      Maintained
7393 F:      drivers/net/wireless/
7394
7395 NETXEN (1/10) GbE SUPPORT
7396 M:      Manish Chopra <manish.chopra@qlogic.com>
7397 M:      Sony Chacko <sony.chacko@qlogic.com>
7398 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7399 L:      netdev@vger.kernel.org
7400 W:      http://www.qlogic.com
7401 S:      Supported
7402 F:      drivers/net/ethernet/qlogic/netxen/
7403
7404 NFC SUBSYSTEM
7405 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7406 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7407 M:      Samuel Ortiz <sameo@linux.intel.com>
7408 L:      linux-wireless@vger.kernel.org
7409 L:      linux-nfc@lists.01.org (subscribers-only)
7410 S:      Supported
7411 F:      net/nfc/
7412 F:      include/net/nfc/
7413 F:      include/uapi/linux/nfc.h
7414 F:      drivers/nfc/
7415 F:      include/linux/platform_data/pn544.h
7416 F:      Documentation/devicetree/bindings/net/nfc/
7417
7418 NFS, SUNRPC, AND LOCKD CLIENTS
7419 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7420 M:      Anna Schumaker <anna.schumaker@netapp.com>
7421 L:      linux-nfs@vger.kernel.org
7422 W:      http://client.linux-nfs.org
7423 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7424 S:      Maintained
7425 F:      fs/lockd/
7426 F:      fs/nfs/
7427 F:      fs/nfs_common/
7428 F:      net/sunrpc/
7429 F:      include/linux/lockd/
7430 F:      include/linux/nfs*
7431 F:      include/linux/sunrpc/
7432 F:      include/uapi/linux/nfs*
7433 F:      include/uapi/linux/sunrpc/
7434
7435 NILFS2 FILESYSTEM
7436 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7437 L:      linux-nilfs@vger.kernel.org
7438 W:      http://nilfs.sourceforge.net/
7439 T:      git git://github.com/konis/nilfs2.git
7440 S:      Supported
7441 F:      Documentation/filesystems/nilfs2.txt
7442 F:      fs/nilfs2/
7443 F:      include/linux/nilfs2_fs.h
7444
7445 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7446 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7447 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7448 S:      Maintained
7449 F:      Documentation/scsi/NinjaSCSI.txt
7450 F:      drivers/scsi/pcmcia/nsp_*
7451
7452 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7453 M:      GOTO Masanori <gotom@debian.or.jp>
7454 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7455 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7456 S:      Maintained
7457 F:      Documentation/scsi/NinjaSCSI.txt
7458 F:      drivers/scsi/nsp32*
7459
7460 NIOS2 ARCHITECTURE
7461 M:      Ley Foon Tan <lftan@altera.com>
7462 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7464 S:      Maintained
7465 F:      arch/nios2/
7466
7467 NOKIA N900 POWER SUPPLY DRIVERS
7468 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7469 S:      Maintained
7470 F:      include/linux/power/bq2415x_charger.h
7471 F:      include/linux/power/bq27x00_battery.h
7472 F:      include/linux/power/isp1704_charger.h
7473 F:      drivers/power/bq2415x_charger.c
7474 F:      drivers/power/bq27x00_battery.c
7475 F:      drivers/power/isp1704_charger.c
7476 F:      drivers/power/rx51_battery.c
7477
7478 NTB DRIVER CORE
7479 M:      Jon Mason <jdmason@kudzu.us>
7480 M:      Dave Jiang <dave.jiang@intel.com>
7481 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7482 L:      linux-ntb@googlegroups.com
7483 S:      Supported
7484 W:      https://github.com/jonmason/ntb/wiki
7485 T:      git git://github.com/jonmason/ntb.git
7486 F:      drivers/ntb/
7487 F:      drivers/net/ntb_netdev.c
7488 F:      include/linux/ntb.h
7489 F:      include/linux/ntb_transport.h
7490
7491 NTB INTEL DRIVER
7492 M:      Jon Mason <jdmason@kudzu.us>
7493 M:      Dave Jiang <dave.jiang@intel.com>
7494 L:      linux-ntb@googlegroups.com
7495 S:      Supported
7496 W:      https://github.com/jonmason/ntb/wiki
7497 T:      git git://github.com/jonmason/ntb.git
7498 F:      drivers/ntb/hw/intel/
7499
7500 NTFS FILESYSTEM
7501 M:      Anton Altaparmakov <anton@tuxera.com>
7502 L:      linux-ntfs-dev@lists.sourceforge.net
7503 W:      http://www.tuxera.com/
7504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7505 S:      Supported
7506 F:      Documentation/filesystems/ntfs.txt
7507 F:      fs/ntfs/
7508
7509 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7510 M:      Antonino Daplas <adaplas@gmail.com>
7511 L:      linux-fbdev@vger.kernel.org
7512 S:      Maintained
7513 F:      drivers/video/fbdev/riva/
7514 F:      drivers/video/fbdev/nvidia/
7515
7516 NVM EXPRESS DRIVER
7517 M:      Keith Busch <keith.busch@intel.com>
7518 M:      Jens Axboe <axboe@fb.com>
7519 L:      linux-nvme@lists.infradead.org
7520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
7521 W:      https://kernel.googlesource.com/pub/scm/linux/kernel/git/axboe/linux-block/
7522 S:      Supported
7523 F:      drivers/nvme/host/
7524 F:      include/linux/nvme.h
7525
7526 NVMEM FRAMEWORK
7527 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7528 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7529 S:      Maintained
7530 F:      drivers/nvmem/
7531 F:      Documentation/devicetree/bindings/nvmem/
7532 F:      include/linux/nvmem-consumer.h
7533 F:      include/linux/nvmem-provider.h
7534
7535 NXP-NCI NFC DRIVER
7536 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7537 R:      Charles Gorand <charles.gorand@effinnov.com>
7538 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7539 S:      Supported
7540 F:      drivers/nfc/nxp-nci
7541
7542 NXP TDA998X DRM DRIVER
7543 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7544 S:      Supported
7545 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7546 F:      include/drm/i2c/tda998x.h
7547
7548 NXP TFA9879 DRIVER
7549 M:      Peter Rosin <peda@axentia.se>
7550 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7551 S:      Maintained
7552 F:      sound/soc/codecs/tfa9879*
7553
7554 OMAP SUPPORT
7555 M:      Tony Lindgren <tony@atomide.com>
7556 L:      linux-omap@vger.kernel.org
7557 W:      http://www.muru.com/linux/omap/
7558 W:      http://linux.omap.com/
7559 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7561 S:      Maintained
7562 F:      arch/arm/*omap*/
7563 F:      arch/arm/configs/omap1_defconfig
7564 F:      arch/arm/configs/omap2plus_defconfig
7565 F:      drivers/i2c/busses/i2c-omap.c
7566 F:      drivers/irqchip/irq-omap-intc.c
7567 F:      drivers/mfd/*omap*.c
7568 F:      drivers/mfd/menelaus.c
7569 F:      drivers/mfd/palmas.c
7570 F:      drivers/mfd/tps65217.c
7571 F:      drivers/mfd/tps65218.c
7572 F:      drivers/mfd/tps65910.c
7573 F:      drivers/mfd/twl-core.[ch]
7574 F:      drivers/mfd/twl4030*.c
7575 F:      drivers/mfd/twl6030*.c
7576 F:      drivers/mfd/twl6040*.c
7577 F:      drivers/regulator/palmas-regulator*.c
7578 F:      drivers/regulator/pbias-regulator.c
7579 F:      drivers/regulator/tps65217-regulator.c
7580 F:      drivers/regulator/tps65218-regulator.c
7581 F:      drivers/regulator/tps65910-regulator.c
7582 F:      drivers/regulator/twl-regulator.c
7583 F:      include/linux/i2c-omap.h
7584
7585 OMAP DEVICE TREE SUPPORT
7586 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7587 M:      Tony Lindgren <tony@atomide.com>
7588 L:      linux-omap@vger.kernel.org
7589 L:      devicetree@vger.kernel.org
7590 S:      Maintained
7591 F:      arch/arm/boot/dts/*omap*
7592 F:      arch/arm/boot/dts/*am3*
7593 F:      arch/arm/boot/dts/*am4*
7594 F:      arch/arm/boot/dts/*am5*
7595 F:      arch/arm/boot/dts/*dra7*
7596
7597 OMAP CLOCK FRAMEWORK SUPPORT
7598 M:      Paul Walmsley <paul@pwsan.com>
7599 L:      linux-omap@vger.kernel.org
7600 S:      Maintained
7601 F:      arch/arm/*omap*/*clock*
7602
7603 OMAP POWER MANAGEMENT SUPPORT
7604 M:      Kevin Hilman <khilman@deeprootsystems.com>
7605 L:      linux-omap@vger.kernel.org
7606 S:      Maintained
7607 F:      arch/arm/*omap*/*pm*
7608 F:      drivers/cpufreq/omap-cpufreq.c
7609
7610 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7611 M:      Rajendra Nayak <rnayak@ti.com>
7612 M:      Paul Walmsley <paul@pwsan.com>
7613 L:      linux-omap@vger.kernel.org
7614 S:      Maintained
7615 F:      arch/arm/mach-omap2/prm*
7616
7617 OMAP AUDIO SUPPORT
7618 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7619 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7620 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7621 L:      linux-omap@vger.kernel.org
7622 S:      Maintained
7623 F:      sound/soc/omap/
7624
7625 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7626 M:      Roger Quadros <rogerq@ti.com>
7627 M:      Tony Lindgren <tony@atomide.com>
7628 L:      linux-omap@vger.kernel.org
7629 S:      Maintained
7630 F:      drivers/memory/omap-gpmc.c
7631 F:      arch/arm/mach-omap2/*gpmc*
7632
7633 OMAP FRAMEBUFFER SUPPORT
7634 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7635 L:      linux-fbdev@vger.kernel.org
7636 L:      linux-omap@vger.kernel.org
7637 S:      Maintained
7638 F:      drivers/video/fbdev/omap/
7639
7640 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7641 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7642 L:      linux-omap@vger.kernel.org
7643 L:      linux-fbdev@vger.kernel.org
7644 S:      Maintained
7645 F:      drivers/video/fbdev/omap2/
7646 F:      Documentation/arm/OMAP/DSS
7647
7648 OMAP HARDWARE SPINLOCK SUPPORT
7649 M:      Ohad Ben-Cohen <ohad@wizery.com>
7650 L:      linux-omap@vger.kernel.org
7651 S:      Maintained
7652 F:      drivers/hwspinlock/omap_hwspinlock.c
7653
7654 OMAP MMC SUPPORT
7655 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7656 L:      linux-omap@vger.kernel.org
7657 S:      Maintained
7658 F:      drivers/mmc/host/omap.c
7659
7660 OMAP HS MMC SUPPORT
7661 L:      linux-mmc@vger.kernel.org
7662 L:      linux-omap@vger.kernel.org
7663 S:      Orphan
7664 F:      drivers/mmc/host/omap_hsmmc.c
7665
7666 OMAP RANDOM NUMBER GENERATOR SUPPORT
7667 M:      Deepak Saxena <dsaxena@plexity.net>
7668 S:      Maintained
7669 F:      drivers/char/hw_random/omap-rng.c
7670
7671 OMAP HWMOD SUPPORT
7672 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7673 M:      Paul Walmsley <paul@pwsan.com>
7674 L:      linux-omap@vger.kernel.org
7675 S:      Maintained
7676 F:      arch/arm/mach-omap2/omap_hwmod.*
7677
7678 OMAP HWMOD DATA
7679 M:      Paul Walmsley <paul@pwsan.com>
7680 L:      linux-omap@vger.kernel.org
7681 S:      Maintained
7682 F:      arch/arm/mach-omap2/omap_hwmod*data*
7683
7684 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7685 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7686 L:      linux-omap@vger.kernel.org
7687 S:      Maintained
7688 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7689
7690 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7691 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7692 L:      linux-media@vger.kernel.org
7693 S:      Maintained
7694 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7695 F:      drivers/media/platform/omap3isp/
7696 F:      drivers/staging/media/omap4iss/
7697
7698 OMAP USB SUPPORT
7699 M:      Felipe Balbi <balbi@ti.com>
7700 L:      linux-usb@vger.kernel.org
7701 L:      linux-omap@vger.kernel.org
7702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7703 S:      Maintained
7704 F:      drivers/usb/*/*omap*
7705 F:      arch/arm/*omap*/usb*
7706
7707 OMAP GPIO DRIVER
7708 M:      Javier Martinez Canillas <javier@dowhile0.org>
7709 M:      Santosh Shilimkar <ssantosh@kernel.org>
7710 M:      Kevin Hilman <khilman@deeprootsystems.com>
7711 L:      linux-omap@vger.kernel.org
7712 S:      Maintained
7713 F:      drivers/gpio/gpio-omap.c
7714
7715 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7716 M:      Mark Jackson <mpfj@newflow.co.uk>
7717 L:      linux-omap@vger.kernel.org
7718 S:      Maintained
7719 F:      arch/arm/boot/dts/am335x-nano.dts
7720
7721 OMFS FILESYSTEM
7722 M:      Bob Copeland <me@bobcopeland.com>
7723 L:      linux-karma-devel@lists.sourceforge.net
7724 S:      Maintained
7725 F:      Documentation/filesystems/omfs.txt
7726 F:      fs/omfs/
7727
7728 OMNIKEY CARDMAN 4000 DRIVER
7729 M:      Harald Welte <laforge@gnumonks.org>
7730 S:      Maintained
7731 F:      drivers/char/pcmcia/cm4000_cs.c
7732 F:      include/linux/cm4000_cs.h
7733 F:      include/uapi/linux/cm4000_cs.h
7734
7735 OMNIKEY CARDMAN 4040 DRIVER
7736 M:      Harald Welte <laforge@gnumonks.org>
7737 S:      Maintained
7738 F:      drivers/char/pcmcia/cm4040_cs.*
7739
7740 OMNIVISION OV7670 SENSOR DRIVER
7741 M:      Jonathan Corbet <corbet@lwn.net>
7742 L:      linux-media@vger.kernel.org
7743 T:      git git://linuxtv.org/media_tree.git
7744 S:      Maintained
7745 F:      drivers/media/i2c/ov7670.c
7746
7747 ONENAND FLASH DRIVER
7748 M:      Kyungmin Park <kyungmin.park@samsung.com>
7749 L:      linux-mtd@lists.infradead.org
7750 S:      Maintained
7751 F:      drivers/mtd/onenand/
7752 F:      include/linux/mtd/onenand*.h
7753
7754 ONSTREAM SCSI TAPE DRIVER
7755 M:      Willem Riede <osst@riede.org>
7756 L:      osst-users@lists.sourceforge.net
7757 L:      linux-scsi@vger.kernel.org
7758 S:      Maintained
7759 F:      Documentation/scsi/osst.txt
7760 F:      drivers/scsi/osst.*
7761 F:      drivers/scsi/osst_*.h
7762 F:      drivers/scsi/st.h
7763
7764 OPENCORES I2C BUS DRIVER
7765 M:      Peter Korsgaard <jacmet@sunsite.dk>
7766 L:      linux-i2c@vger.kernel.org
7767 S:      Maintained
7768 F:      Documentation/i2c/busses/i2c-ocores
7769 F:      drivers/i2c/busses/i2c-ocores.c
7770
7771 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7772 M:      Rob Herring <robh+dt@kernel.org>
7773 M:      Frank Rowand <frowand.list@gmail.com>
7774 M:      Grant Likely <grant.likely@linaro.org>
7775 L:      devicetree@vger.kernel.org
7776 W:      http://www.devicetree.org/
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7778 S:      Maintained
7779 F:      drivers/of/
7780 F:      include/linux/of*.h
7781 F:      scripts/dtc/
7782
7783 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7784 M:      Rob Herring <robh+dt@kernel.org>
7785 M:      Pawel Moll <pawel.moll@arm.com>
7786 M:      Mark Rutland <mark.rutland@arm.com>
7787 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7788 M:      Kumar Gala <galak@codeaurora.org>
7789 L:      devicetree@vger.kernel.org
7790 S:      Maintained
7791 F:      Documentation/devicetree/
7792 F:      arch/*/boot/dts/
7793 F:      include/dt-bindings/
7794
7795 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7796 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7797 L:      devicetree@vger.kernel.org
7798 S:      Maintained
7799 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7800 F:      Documentation/devicetree/overlay-notes.txt
7801 F:      drivers/of/overlay.c
7802 F:      drivers/of/resolver.c
7803
7804 OPENRISC ARCHITECTURE
7805 M:      Jonas Bonn <jonas@southpole.se>
7806 W:      http://openrisc.net
7807 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7808 S:      Maintained
7809 T:      git git://openrisc.net/~jonas/linux
7810 F:      arch/openrisc/
7811
7812 OPENVSWITCH
7813 M:      Pravin Shelar <pshelar@nicira.com>
7814 L:      netdev@vger.kernel.org
7815 L:      dev@openvswitch.org
7816 W:      http://openvswitch.org
7817 S:      Maintained
7818 F:      net/openvswitch/
7819 F:      include/uapi/linux/openvswitch.h
7820
7821 OPL4 DRIVER
7822 M:      Clemens Ladisch <clemens@ladisch.de>
7823 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7824 T:      git git://git.alsa-project.org/alsa-kernel.git
7825 S:      Maintained
7826 F:      sound/drivers/opl4/
7827
7828 OPROFILE
7829 M:      Robert Richter <rric@kernel.org>
7830 L:      oprofile-list@lists.sf.net
7831 S:      Maintained
7832 F:      arch/*/include/asm/oprofile*.h
7833 F:      arch/*/oprofile/
7834 F:      drivers/oprofile/
7835 F:      include/linux/oprofile.h
7836
7837 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7838 M:      Mark Fasheh <mfasheh@suse.com>
7839 M:      Joel Becker <jlbec@evilplan.org>
7840 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7841 W:      http://ocfs2.wiki.kernel.org
7842 S:      Supported
7843 F:      Documentation/filesystems/ocfs2.txt
7844 F:      Documentation/filesystems/dlmfs.txt
7845 F:      fs/ocfs2/
7846
7847 ORINOCO DRIVER
7848 L:      linux-wireless@vger.kernel.org
7849 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7850 W:      http://www.nongnu.org/orinoco/
7851 S:      Orphan
7852 F:      drivers/net/wireless/orinoco/
7853
7854 OSD LIBRARY and FILESYSTEM
7855 M:      Boaz Harrosh <ooo@electrozaur.com>
7856 M:      Benny Halevy <bhalevy@primarydata.com>
7857 L:      osd-dev@open-osd.org
7858 W:      http://open-osd.org
7859 T:      git git://git.open-osd.org/open-osd.git
7860 S:      Maintained
7861 F:      drivers/scsi/osd/
7862 F:      include/scsi/osd_*
7863 F:      fs/exofs/
7864
7865 OVERLAY FILESYSTEM
7866 M:      Miklos Szeredi <miklos@szeredi.hu>
7867 L:      linux-unionfs@vger.kernel.org
7868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7869 S:      Supported
7870 F:      fs/overlayfs/
7871 F:      Documentation/filesystems/overlayfs.txt
7872
7873 P54 WIRELESS DRIVER
7874 M:      Christian Lamparter <chunkeey@googlemail.com>
7875 L:      linux-wireless@vger.kernel.org
7876 W:      http://wireless.kernel.org/en/users/Drivers/p54
7877 S:      Maintained
7878 F:      drivers/net/wireless/p54/
7879
7880 PA SEMI ETHERNET DRIVER
7881 M:      Olof Johansson <olof@lixom.net>
7882 L:      netdev@vger.kernel.org
7883 S:      Maintained
7884 F:      drivers/net/ethernet/pasemi/*
7885
7886 PA SEMI SMBUS DRIVER
7887 M:      Olof Johansson <olof@lixom.net>
7888 L:      linux-i2c@vger.kernel.org
7889 S:      Maintained
7890 F:      drivers/i2c/busses/i2c-pasemi.c
7891
7892 PADATA PARALLEL EXECUTION MECHANISM
7893 M:      Steffen Klassert <steffen.klassert@secunet.com>
7894 L:      linux-crypto@vger.kernel.org
7895 S:      Maintained
7896 F:      kernel/padata.c
7897 F:      include/linux/padata.h
7898 F:      Documentation/padata.txt
7899
7900 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7901 M:      Harald Welte <laforge@gnumonks.org>
7902 L:      platform-driver-x86@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/platform/x86/panasonic-laptop.c
7905
7906 PANASONIC MN10300/AM33/AM34 PORT
7907 M:      David Howells <dhowells@redhat.com>
7908 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7909 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7910 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7911 S:      Maintained
7912 F:      Documentation/mn10300/
7913 F:      arch/mn10300/
7914
7915 PARALLEL PORT SUBSYSTEM
7916 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7917 M:      Sudip Mukherjee <sudip@vectorindia.org>
7918 L:      linux-parport@lists.infradead.org (subscribers-only)
7919 S:      Maintained
7920 F:      drivers/parport/
7921 F:      include/linux/parport*.h
7922 F:      drivers/char/ppdev.c
7923 F:      include/uapi/linux/ppdev.h
7924 F:      Documentation/parport*.txt
7925
7926 PARAVIRT_OPS INTERFACE
7927 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7928 M:      Chris Wright <chrisw@sous-sol.org>
7929 M:      Alok Kataria <akataria@vmware.com>
7930 M:      Rusty Russell <rusty@rustcorp.com.au>
7931 L:      virtualization@lists.linux-foundation.org
7932 S:      Supported
7933 F:      Documentation/virtual/paravirt_ops.txt
7934 F:      arch/*/kernel/paravirt*
7935 F:      arch/*/include/asm/paravirt.h
7936
7937 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7938 M:      Tim Waugh <tim@cyberelk.net>
7939 L:      linux-parport@lists.infradead.org (subscribers-only)
7940 S:      Maintained
7941 F:      Documentation/blockdev/paride.txt
7942 F:      drivers/block/paride/
7943
7944 PARISC ARCHITECTURE
7945 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7946 M:      Helge Deller <deller@gmx.de>
7947 L:      linux-parisc@vger.kernel.org
7948 W:      http://www.parisc-linux.org/
7949 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7952 S:      Maintained
7953 F:      arch/parisc/
7954 F:      Documentation/parisc/
7955 F:      drivers/parisc/
7956 F:      drivers/char/agp/parisc-agp.c
7957 F:      drivers/input/serio/gscps2.c
7958 F:      drivers/parport/parport_gsc.*
7959 F:      drivers/tty/serial/8250/8250_gsc.c
7960 F:      drivers/video/fbdev/sti*
7961 F:      drivers/video/console/sti*
7962 F:      drivers/video/logo/logo_parisc*
7963
7964 PC87360 HARDWARE MONITORING DRIVER
7965 M:      Jim Cromie <jim.cromie@gmail.com>
7966 L:      lm-sensors@lm-sensors.org
7967 S:      Maintained
7968 F:      Documentation/hwmon/pc87360
7969 F:      drivers/hwmon/pc87360.c
7970
7971 PC8736x GPIO DRIVER
7972 M:      Jim Cromie <jim.cromie@gmail.com>
7973 S:      Maintained
7974 F:      drivers/char/pc8736x_gpio.c
7975
7976 PC87427 HARDWARE MONITORING DRIVER
7977 M:      Jean Delvare <jdelvare@suse.com>
7978 L:      lm-sensors@lm-sensors.org
7979 S:      Maintained
7980 F:      Documentation/hwmon/pc87427
7981 F:      drivers/hwmon/pc87427.c
7982
7983 PCA9532 LED DRIVER
7984 M:      Riku Voipio <riku.voipio@iki.fi>
7985 S:      Maintained
7986 F:      drivers/leds/leds-pca9532.c
7987 F:      include/linux/leds-pca9532.h
7988
7989 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7990 M:      Guenter Roeck <linux@roeck-us.net>
7991 L:      linux-i2c@vger.kernel.org
7992 S:      Maintained
7993 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7994
7995 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7996 M:      Khalid Aziz <khalid@gonehiking.org>
7997 S:      Maintained
7998 F:      drivers/firmware/pcdp.*
7999
8000 PCI ERROR RECOVERY
8001 M:      Linas Vepstas <linasvepstas@gmail.com>
8002 L:      linux-pci@vger.kernel.org
8003 S:      Supported
8004 F:      Documentation/PCI/pci-error-recovery.txt
8005
8006 PCI SUBSYSTEM
8007 M:      Bjorn Helgaas <bhelgaas@google.com>
8008 L:      linux-pci@vger.kernel.org
8009 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
8010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
8011 S:      Supported
8012 F:      Documentation/PCI/
8013 F:      drivers/pci/
8014 F:      include/linux/pci*
8015 F:      arch/x86/pci/
8016 F:      arch/x86/kernel/quirks.c
8017
8018 PCI DRIVER FOR ARM VERSATILE PLATFORM
8019 M:      Rob Herring <robh@kernel.org>
8020 L:      linux-pci@vger.kernel.org
8021 L:      linux-arm-kernel@lists.infradead.org
8022 S:      Maintained
8023 F:      Documentation/devicetree/bindings/pci/versatile.txt
8024 F:      drivers/pci/host/pci-versatile.c
8025
8026 PCI DRIVER FOR APPLIEDMICRO XGENE
8027 M:      Tanmay Inamdar <tinamdar@apm.com>
8028 L:      linux-pci@vger.kernel.org
8029 L:      linux-arm-kernel@lists.infradead.org
8030 S:      Maintained
8031 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8032 F:      drivers/pci/host/pci-xgene.c
8033
8034 PCI DRIVER FOR FREESCALE LAYERSCAPE
8035 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8036 M:      Mingkai Hu <mingkai.hu@freescale.com>
8037 M:      Roy Zang <tie-fei.zang@freescale.com>
8038 L:      linuxppc-dev@lists.ozlabs.org
8039 L:      linux-pci@vger.kernel.org
8040 L:      linux-arm-kernel@lists.infradead.org
8041 S:      Maintained
8042 F:      drivers/pci/host/*layerscape*
8043
8044 PCI DRIVER FOR IMX6
8045 M:      Richard Zhu <Richard.Zhu@freescale.com>
8046 M:      Lucas Stach <l.stach@pengutronix.de>
8047 L:      linux-pci@vger.kernel.org
8048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8049 S:      Maintained
8050 F:      drivers/pci/host/*imx6*
8051
8052 PCI DRIVER FOR TI KEYSTONE
8053 M:      Murali Karicheri <m-karicheri2@ti.com>
8054 L:      linux-pci@vger.kernel.org
8055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8056 S:      Maintained
8057 F:      drivers/pci/host/*keystone*
8058
8059 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8060 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8061 M:      Jason Cooper <jason@lakedaemon.net>
8062 L:      linux-pci@vger.kernel.org
8063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8064 S:      Maintained
8065 F:      drivers/pci/host/*mvebu*
8066
8067 PCI DRIVER FOR NVIDIA TEGRA
8068 M:      Thierry Reding <thierry.reding@gmail.com>
8069 L:      linux-tegra@vger.kernel.org
8070 L:      linux-pci@vger.kernel.org
8071 S:      Supported
8072 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8073 F:      drivers/pci/host/pci-tegra.c
8074
8075 PCI DRIVER FOR TI DRA7XX
8076 M:      Kishon Vijay Abraham I <kishon@ti.com>
8077 L:      linux-omap@vger.kernel.org
8078 L:      linux-pci@vger.kernel.org
8079 S:      Supported
8080 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8081 F:      drivers/pci/host/pci-dra7xx.c
8082
8083 PCI DRIVER FOR RENESAS R-CAR
8084 M:      Simon Horman <horms@verge.net.au>
8085 L:      linux-pci@vger.kernel.org
8086 L:      linux-sh@vger.kernel.org
8087 S:      Maintained
8088 F:      drivers/pci/host/*rcar*
8089
8090 PCI DRIVER FOR SAMSUNG EXYNOS
8091 M:      Jingoo Han <jingoohan1@gmail.com>
8092 L:      linux-pci@vger.kernel.org
8093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8094 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8095 S:      Maintained
8096 F:      drivers/pci/host/pci-exynos.c
8097
8098 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8099 M:      Jingoo Han <jingoohan1@gmail.com>
8100 M:      Pratyush Anand <pratyush.anand@gmail.com>
8101 L:      linux-pci@vger.kernel.org
8102 S:      Maintained
8103 F:      drivers/pci/host/*designware*
8104
8105 PCI DRIVER FOR GENERIC OF HOSTS
8106 M:      Will Deacon <will.deacon@arm.com>
8107 L:      linux-pci@vger.kernel.org
8108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8109 S:      Maintained
8110 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8111 F:      drivers/pci/host/pci-host-generic.c
8112
8113 PCIE DRIVER FOR ST SPEAR13XX
8114 M:      Pratyush Anand <pratyush.anand@gmail.com>
8115 L:      linux-pci@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/pci/host/*spear*
8118
8119 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8120 M:      Duc Dang <dhdang@apm.com>
8121 L:      linux-pci@vger.kernel.org
8122 L:      linux-arm-kernel@lists.infradead.org
8123 S:      Maintained
8124 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8125 F:      drivers/pci/host/pci-xgene-msi.c
8126
8127 PCMCIA SUBSYSTEM
8128 P:      Linux PCMCIA Team
8129 L:      linux-pcmcia@lists.infradead.org
8130 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8132 S:      Maintained
8133 F:      Documentation/pcmcia/
8134 F:      drivers/pcmcia/
8135 F:      include/pcmcia/
8136
8137 PCNET32 NETWORK DRIVER
8138 M:      Don Fry <pcnet32@frontier.com>
8139 L:      netdev@vger.kernel.org
8140 S:      Maintained
8141 F:      drivers/net/ethernet/amd/pcnet32.c
8142
8143 PCRYPT PARALLEL CRYPTO ENGINE
8144 M:      Steffen Klassert <steffen.klassert@secunet.com>
8145 L:      linux-crypto@vger.kernel.org
8146 S:      Maintained
8147 F:      crypto/pcrypt.c
8148 F:      include/crypto/pcrypt.h
8149
8150 PER-CPU MEMORY ALLOCATOR
8151 M:      Tejun Heo <tj@kernel.org>
8152 M:      Christoph Lameter <cl@linux-foundation.org>
8153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8154 S:      Maintained
8155 F:      include/linux/percpu*.h
8156 F:      mm/percpu*.c
8157 F:      arch/*/include/asm/percpu.h
8158
8159 PER-TASK DELAY ACCOUNTING
8160 M:      Balbir Singh <bsingharora@gmail.com>
8161 S:      Maintained
8162 F:      include/linux/delayacct.h
8163 F:      kernel/delayacct.c
8164
8165 PERFORMANCE EVENTS SUBSYSTEM
8166 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8167 M:      Ingo Molnar <mingo@redhat.com>
8168 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8169 L:      linux-kernel@vger.kernel.org
8170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8171 S:      Supported
8172 F:      kernel/events/*
8173 F:      include/linux/perf_event.h
8174 F:      include/uapi/linux/perf_event.h
8175 F:      arch/*/kernel/perf_event*.c
8176 F:      arch/*/kernel/*/perf_event*.c
8177 F:      arch/*/kernel/*/*/perf_event*.c
8178 F:      arch/*/include/asm/perf_event.h
8179 F:      arch/*/kernel/perf_callchain.c
8180 F:      tools/perf/
8181
8182 PERSONALITY HANDLING
8183 M:      Christoph Hellwig <hch@infradead.org>
8184 L:      linux-abi-devel@lists.sourceforge.net
8185 S:      Maintained
8186 F:      include/linux/personality.h
8187 F:      include/uapi/linux/personality.h
8188
8189 PHONET PROTOCOL
8190 M:      Remi Denis-Courmont <courmisch@gmail.com>
8191 S:      Supported
8192 F:      Documentation/networking/phonet.txt
8193 F:      include/linux/phonet.h
8194 F:      include/net/phonet/
8195 F:      include/uapi/linux/phonet.h
8196 F:      net/phonet/
8197
8198 PHRAM MTD DRIVER
8199 M:      Joern Engel <joern@lazybastard.org>
8200 L:      linux-mtd@lists.infradead.org
8201 S:      Maintained
8202 F:      drivers/mtd/devices/phram.c
8203
8204 PICOLCD HID DRIVER
8205 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8206 L:      linux-input@vger.kernel.org
8207 S:      Maintained
8208 F:      drivers/hid/hid-picolcd*
8209
8210 PICOXCELL SUPPORT
8211 M:      Jamie Iles <jamie@jamieiles.com>
8212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8213 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8214 S:      Supported
8215 F:      arch/arm/boot/dts/picoxcell*
8216 F:      arch/arm/mach-picoxcell/
8217 F:      drivers/crypto/picoxcell*
8218
8219 PIN CONTROL SUBSYSTEM
8220 M:      Linus Walleij <linus.walleij@linaro.org>
8221 L:      linux-gpio@vger.kernel.org
8222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8223 S:      Maintained
8224 F:      drivers/pinctrl/
8225 F:      include/linux/pinctrl/
8226
8227 PIN CONTROLLER - ATMEL AT91
8228 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8230 S:      Maintained
8231 F:      drivers/pinctrl/pinctrl-at91.*
8232
8233 PIN CONTROLLER - ATMEL AT91 PIO4
8234 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
8235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8236 L:      linux-gpio@vger.kernel.org
8237 S:      Supported
8238 F:      drivers/pinctrl/pinctrl-at91-pio4.*
8239
8240 PIN CONTROLLER - INTEL
8241 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8242 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8243 S:      Maintained
8244 F:      drivers/pinctrl/intel/
8245
8246 PIN CONTROLLER - RENESAS
8247 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8248 L:      linux-sh@vger.kernel.org
8249 S:      Maintained
8250 F:      drivers/pinctrl/sh-pfc/
8251
8252 PIN CONTROLLER - SAMSUNG
8253 M:      Tomasz Figa <tomasz.figa@gmail.com>
8254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8255 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8256 S:      Maintained
8257 F:      drivers/pinctrl/samsung/
8258
8259 PIN CONTROLLER - ST SPEAR
8260 M:      Viresh Kumar <vireshk@kernel.org>
8261 L:      spear-devel@list.st.com
8262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8263 W:      http://www.st.com/spear
8264 S:      Maintained
8265 F:      drivers/pinctrl/spear/
8266
8267 PKTCDVD DRIVER
8268 M:      Jiri Kosina <jikos@kernel.org>
8269 S:      Maintained
8270 F:      drivers/block/pktcdvd.c
8271 F:      include/linux/pktcdvd.h
8272 F:      include/uapi/linux/pktcdvd.h
8273
8274 PKUNITY SOC DRIVERS
8275 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8276 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8277 S:      Maintained
8278 T:      git git://github.com/gxt/linux.git
8279 F:      drivers/input/serio/i8042-unicore32io.h
8280 F:      drivers/i2c/busses/i2c-puv3.c
8281 F:      drivers/video/fbdev/fb-puv3.c
8282 F:      drivers/rtc/rtc-puv3.c
8283
8284 PMBUS HARDWARE MONITORING DRIVERS
8285 M:      Guenter Roeck <linux@roeck-us.net>
8286 L:      lm-sensors@lm-sensors.org
8287 W:      http://www.lm-sensors.org/
8288 W:      http://www.roeck-us.net/linux/drivers/
8289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8290 S:      Maintained
8291 F:      Documentation/hwmon/pmbus
8292 F:      drivers/hwmon/pmbus/
8293 F:      include/linux/i2c/pmbus.h
8294
8295 PMC SIERRA MaxRAID DRIVER
8296 L:      linux-scsi@vger.kernel.org
8297 W:      http://www.pmc-sierra.com/
8298 S:      Orphan
8299 F:      drivers/scsi/pmcraid.*
8300
8301 PMC SIERRA PM8001 DRIVER
8302 M:      Jack Wang <jinpu.wang@profitbricks.com>
8303 M:      lindar_liu@usish.com
8304 L:      pmchba@pmcs.com
8305 L:      linux-scsi@vger.kernel.org
8306 S:      Supported
8307 F:      drivers/scsi/pm8001/
8308
8309 POSIX CLOCKS and TIMERS
8310 M:      Thomas Gleixner <tglx@linutronix.de>
8311 L:      linux-kernel@vger.kernel.org
8312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8313 S:      Maintained
8314 F:      fs/timerfd.c
8315 F:      include/linux/timer*
8316 F:      kernel/time/*timer*
8317
8318 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8319 M:      Sebastian Reichel <sre@kernel.org>
8320 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8321 M:      David Woodhouse <dwmw2@infradead.org>
8322 L:      linux-pm@vger.kernel.org
8323 T:      git git://git.infradead.org/battery-2.6.git
8324 S:      Maintained
8325 F:      include/linux/power_supply.h
8326 F:      drivers/power/
8327 X:      drivers/power/avs/
8328
8329 POWER STATE COORDINATION INTERFACE (PSCI)
8330 M:      Mark Rutland <mark.rutland@arm.com>
8331 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8332 L:      linux-arm-kernel@lists.infradead.org
8333 S:      Maintained
8334 F:      drivers/firmware/psci.c
8335 F:      include/linux/psci.h
8336 F:      include/uapi/linux/psci.h
8337
8338 PNP SUPPORT
8339 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8340 S:      Maintained
8341 F:      drivers/pnp/
8342
8343 PNXxxxx I2C DRIVER
8344 M:      Vitaly Wool <vitalywool@gmail.com>
8345 L:      linux-i2c@vger.kernel.org
8346 S:      Maintained
8347 F:      drivers/i2c/busses/i2c-pnx.c
8348
8349 PPP PROTOCOL DRIVERS AND COMPRESSORS
8350 M:      Paul Mackerras <paulus@samba.org>
8351 L:      linux-ppp@vger.kernel.org
8352 S:      Maintained
8353 F:      drivers/net/ppp/ppp_*
8354
8355 PPP OVER ATM (RFC 2364)
8356 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8357 S:      Maintained
8358 F:      net/atm/pppoatm.c
8359 F:      include/uapi/linux/atmppp.h
8360
8361 PPP OVER ETHERNET
8362 M:      Michal Ostrowski <mostrows@earthlink.net>
8363 S:      Maintained
8364 F:      drivers/net/ppp/pppoe.c
8365 F:      drivers/net/ppp/pppox.c
8366
8367 PPP OVER L2TP
8368 M:      James Chapman <jchapman@katalix.com>
8369 S:      Maintained
8370 F:      net/l2tp/l2tp_ppp.c
8371 F:      include/linux/if_pppol2tp.h
8372 F:      include/uapi/linux/if_pppol2tp.h
8373
8374 PPS SUPPORT
8375 M:      Rodolfo Giometti <giometti@enneenne.com>
8376 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8377 L:      linuxpps@ml.enneenne.com (subscribers-only)
8378 S:      Maintained
8379 F:      Documentation/pps/
8380 F:      drivers/pps/
8381 F:      include/linux/pps*.h
8382
8383 PPTP DRIVER
8384 M:      Dmitry Kozlov <xeb@mail.ru>
8385 L:      netdev@vger.kernel.org
8386 S:      Maintained
8387 F:      drivers/net/ppp/pptp.c
8388 W:      http://sourceforge.net/projects/accel-pptp
8389
8390 PREEMPTIBLE KERNEL
8391 M:      Robert Love <rml@tech9.net>
8392 L:      kpreempt-tech@lists.sourceforge.net
8393 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8394 S:      Supported
8395 F:      Documentation/preempt-locking.txt
8396 F:      include/linux/preempt.h
8397
8398 PRISM54 WIRELESS DRIVER
8399 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8400 L:      linux-wireless@vger.kernel.org
8401 W:      http://wireless.kernel.org/en/users/Drivers/p54
8402 S:      Obsolete
8403 F:      drivers/net/wireless/prism54/
8404
8405 PS3 NETWORK SUPPORT
8406 M:      Geoff Levand <geoff@infradead.org>
8407 L:      netdev@vger.kernel.org
8408 L:      linuxppc-dev@lists.ozlabs.org
8409 S:      Maintained
8410 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8411
8412 PS3 PLATFORM SUPPORT
8413 M:      Geoff Levand <geoff@infradead.org>
8414 L:      linuxppc-dev@lists.ozlabs.org
8415 S:      Maintained
8416 F:      arch/powerpc/boot/ps3*
8417 F:      arch/powerpc/include/asm/lv1call.h
8418 F:      arch/powerpc/include/asm/ps3*.h
8419 F:      arch/powerpc/platforms/ps3/
8420 F:      drivers/*/ps3*
8421 F:      drivers/ps3/
8422 F:      drivers/rtc/rtc-ps3.c
8423 F:      drivers/usb/host/*ps3.c
8424 F:      sound/ppc/snd_ps3*
8425
8426 PS3VRAM DRIVER
8427 M:      Jim Paris <jim@jtan.com>
8428 M:      Geoff Levand <geoff@infradead.org>
8429 L:      linuxppc-dev@lists.ozlabs.org
8430 S:      Maintained
8431 F:      drivers/block/ps3vram.c
8432
8433 PSTORE FILESYSTEM
8434 M:      Anton Vorontsov <anton@enomsg.org>
8435 M:      Colin Cross <ccross@android.com>
8436 M:      Kees Cook <keescook@chromium.org>
8437 M:      Tony Luck <tony.luck@intel.com>
8438 S:      Maintained
8439 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8440 F:      fs/pstore/
8441 F:      include/linux/pstore*
8442 F:      drivers/firmware/efi/efi-pstore.c
8443 F:      drivers/acpi/apei/erst.c
8444
8445 PTP HARDWARE CLOCK SUPPORT
8446 M:      Richard Cochran <richardcochran@gmail.com>
8447 L:      netdev@vger.kernel.org
8448 S:      Maintained
8449 W:      http://linuxptp.sourceforge.net/
8450 F:      Documentation/ABI/testing/sysfs-ptp
8451 F:      Documentation/ptp/*
8452 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8453 F:      drivers/net/phy/dp83640*
8454 F:      drivers/ptp/*
8455 F:      include/linux/ptp_cl*
8456
8457 PTRACE SUPPORT
8458 M:      Roland McGrath <roland@hack.frob.com>
8459 M:      Oleg Nesterov <oleg@redhat.com>
8460 S:      Maintained
8461 F:      include/asm-generic/syscall.h
8462 F:      include/linux/ptrace.h
8463 F:      include/linux/regset.h
8464 F:      include/linux/tracehook.h
8465 F:      include/uapi/linux/ptrace.h
8466 F:      kernel/ptrace.c
8467
8468 PVRUSB2 VIDEO4LINUX DRIVER
8469 M:      Mike Isely <isely@pobox.com>
8470 L:      pvrusb2@isely.net       (subscribers-only)
8471 L:      linux-media@vger.kernel.org
8472 W:      http://www.isely.net/pvrusb2/
8473 T:      git git://linuxtv.org/media_tree.git
8474 S:      Maintained
8475 F:      Documentation/video4linux/README.pvrusb2
8476 F:      drivers/media/usb/pvrusb2/
8477
8478 PWC WEBCAM DRIVER
8479 M:      Hans de Goede <hdegoede@redhat.com>
8480 L:      linux-media@vger.kernel.org
8481 T:      git git://linuxtv.org/media_tree.git
8482 S:      Maintained
8483 F:      drivers/media/usb/pwc/*
8484
8485 PWM FAN DRIVER
8486 M:      Kamil Debski <k.debski@samsung.com>
8487 L:      lm-sensors@lm-sensors.org
8488 S:      Supported
8489 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8490 F:      Documentation/hwmon/pwm-fan
8491 F:      drivers/hwmon/pwm-fan.c
8492
8493 PWM SUBSYSTEM
8494 M:      Thierry Reding <thierry.reding@gmail.com>
8495 L:      linux-pwm@vger.kernel.org
8496 S:      Maintained
8497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8498 F:      Documentation/pwm.txt
8499 F:      Documentation/devicetree/bindings/pwm/
8500 F:      include/linux/pwm.h
8501 F:      drivers/pwm/
8502 F:      drivers/video/backlight/pwm_bl.c
8503 F:      include/linux/pwm_backlight.h
8504
8505 PXA2xx/PXA3xx SUPPORT
8506 M:      Daniel Mack <daniel@zonque.org>
8507 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8508 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8510 T:      git git://github.com/hzhuang1/linux.git
8511 T:      git git://github.com/rjarzmik/linux.git
8512 S:      Maintained
8513 F:      arch/arm/mach-pxa/
8514 F:      drivers/dma/pxa*
8515 F:      drivers/pcmcia/pxa2xx*
8516 F:      drivers/spi/spi-pxa2xx*
8517 F:      drivers/usb/gadget/udc/pxa2*
8518 F:      include/sound/pxa2xx-lib.h
8519 F:      sound/arm/pxa*
8520 F:      sound/soc/pxa/
8521
8522 PXA3xx NAND FLASH DRIVER
8523 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8524 L:      linux-mtd@lists.infradead.org
8525 S:      Maintained
8526 F:      drivers/mtd/nand/pxa3xx_nand.c
8527
8528 MMP SUPPORT
8529 M:      Eric Miao <eric.y.miao@gmail.com>
8530 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8532 T:      git git://github.com/hzhuang1/linux.git
8533 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8534 S:      Maintained
8535 F:      arch/arm/mach-mmp/
8536
8537 PXA MMCI DRIVER
8538 S:      Orphan
8539
8540 PXA RTC DRIVER
8541 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8542 L:      rtc-linux@googlegroups.com
8543 S:      Maintained
8544
8545 QAT DRIVER
8546 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8547 L:      qat-linux@intel.com
8548 S:      Supported
8549 F:      drivers/crypto/qat/
8550
8551 QIB DRIVER
8552 M:      Mike Marciniszyn <infinipath@intel.com>
8553 L:      linux-rdma@vger.kernel.org
8554 S:      Supported
8555 F:      drivers/infiniband/hw/qib/
8556
8557 QLOGIC QLA1280 SCSI DRIVER
8558 M:      Michael Reed <mdr@sgi.com>
8559 L:      linux-scsi@vger.kernel.org
8560 S:      Maintained
8561 F:      drivers/scsi/qla1280.[ch]
8562
8563 QLOGIC QLA2XXX FC-SCSI DRIVER
8564 M:      qla2xxx-upstream@qlogic.com
8565 L:      linux-scsi@vger.kernel.org
8566 S:      Supported
8567 F:      Documentation/scsi/LICENSE.qla2xxx
8568 F:      drivers/scsi/qla2xxx/
8569
8570 QLOGIC QLA4XXX iSCSI DRIVER
8571 M:      QLogic-Storage-Upstream@qlogic.com
8572 L:      linux-scsi@vger.kernel.org
8573 S:      Supported
8574 F:      Documentation/scsi/LICENSE.qla4xxx
8575 F:      drivers/scsi/qla4xxx/
8576
8577 QLOGIC QLA3XXX NETWORK DRIVER
8578 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8579 M:      Ron Mercer <ron.mercer@qlogic.com>
8580 M:      linux-driver@qlogic.com
8581 L:      netdev@vger.kernel.org
8582 S:      Supported
8583 F:      Documentation/networking/LICENSE.qla3xxx
8584 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8585
8586 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8587 M:      Dept-GELinuxNICDev@qlogic.com
8588 L:      netdev@vger.kernel.org
8589 S:      Supported
8590 F:      drivers/net/ethernet/qlogic/qlcnic/
8591
8592 QLOGIC QLGE 10Gb ETHERNET DRIVER
8593 M:      Harish Patil <harish.patil@qlogic.com>
8594 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8595 M:      Dept-GELinuxNICDev@qlogic.com
8596 M:      linux-driver@qlogic.com
8597 L:      netdev@vger.kernel.org
8598 S:      Supported
8599 F:      drivers/net/ethernet/qlogic/qlge/
8600
8601 QLOGIC QL4xxx ETHERNET DRIVER
8602 M:      Yuval Mintz <Yuval.Mintz@qlogic.com>
8603 M:      Ariel Elior <Ariel.Elior@qlogic.com>
8604 M:      everest-linux-l2@qlogic.com
8605 L:      netdev@vger.kernel.org
8606 S:      Supported
8607 F:      drivers/net/ethernet/qlogic/qed/
8608 F:      include/linux/qed/
8609 F:      drivers/net/ethernet/qlogic/qede/
8610
8611 QNX4 FILESYSTEM
8612 M:      Anders Larsen <al@alarsen.net>
8613 W:      http://www.alarsen.net/linux/qnx4fs/
8614 S:      Maintained
8615 F:      fs/qnx4/
8616 F:      include/uapi/linux/qnx4_fs.h
8617 F:      include/uapi/linux/qnxtypes.h
8618
8619 QT1010 MEDIA DRIVER
8620 M:      Antti Palosaari <crope@iki.fi>
8621 L:      linux-media@vger.kernel.org
8622 W:      http://linuxtv.org/
8623 W:      http://palosaari.fi/linux/
8624 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8625 T:      git git://linuxtv.org/anttip/media_tree.git
8626 S:      Maintained
8627 F:      drivers/media/tuners/qt1010*
8628
8629 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8630 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8631 L:      linux-wireless@vger.kernel.org
8632 L:      ath9k-devel@lists.ath9k.org
8633 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8634 S:      Supported
8635 F:      drivers/net/wireless/ath/ath9k/
8636
8637 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8638 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8639 L:      ath10k@lists.infradead.org
8640 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8641 T:      git git://github.com/kvalo/ath.git
8642 S:      Supported
8643 F:      drivers/net/wireless/ath/ath10k/
8644
8645 QUALCOMM HEXAGON ARCHITECTURE
8646 M:      Richard Kuo <rkuo@codeaurora.org>
8647 L:      linux-hexagon@vger.kernel.org
8648 S:      Supported
8649 F:      arch/hexagon/
8650
8651 QUALCOMM WCN36XX WIRELESS DRIVER
8652 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8653 L:      wcn36xx@lists.infradead.org
8654 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8655 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8656 S:      Supported
8657 F:      drivers/net/wireless/ath/wcn36xx/
8658
8659 RADOS BLOCK DEVICE (RBD)
8660 M:      Ilya Dryomov <idryomov@gmail.com>
8661 M:      Sage Weil <sage@redhat.com>
8662 M:      Alex Elder <elder@kernel.org>
8663 L:      ceph-devel@vger.kernel.org
8664 W:      http://ceph.com/
8665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8666 T:      git git://github.com/ceph/ceph-client.git
8667 S:      Supported
8668 F:      Documentation/ABI/testing/sysfs-bus-rbd
8669 F:      drivers/block/rbd.c
8670 F:      drivers/block/rbd_types.h
8671
8672 RADEON FRAMEBUFFER DISPLAY DRIVER
8673 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8674 L:      linux-fbdev@vger.kernel.org
8675 S:      Maintained
8676 F:      drivers/video/fbdev/aty/radeon*
8677 F:      include/uapi/linux/radeonfb.h
8678
8679 RADIOSHARK RADIO DRIVER
8680 M:      Hans de Goede <hdegoede@redhat.com>
8681 L:      linux-media@vger.kernel.org
8682 T:      git git://linuxtv.org/media_tree.git
8683 S:      Maintained
8684 F:      drivers/media/radio/radio-shark.c
8685
8686 RADIOSHARK2 RADIO DRIVER
8687 M:      Hans de Goede <hdegoede@redhat.com>
8688 L:      linux-media@vger.kernel.org
8689 T:      git git://linuxtv.org/media_tree.git
8690 S:      Maintained
8691 F:      drivers/media/radio/radio-shark2.c
8692 F:      drivers/media/radio/radio-tea5777.c
8693
8694 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8695 M:      Paul Mackerras <paulus@samba.org>
8696 L:      linux-fbdev@vger.kernel.org
8697 S:      Maintained
8698 F:      drivers/video/fbdev/aty/aty128fb.c
8699
8700 RALINK RT2X00 WIRELESS LAN DRIVER
8701 P:      rt2x00 project
8702 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8703 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8704 L:      linux-wireless@vger.kernel.org
8705 S:      Maintained
8706 F:      drivers/net/wireless/rt2x00/
8707
8708 RAMDISK RAM BLOCK DEVICE DRIVER
8709 M:      Jens Axboe <axboe@kernel.dk>
8710 S:      Maintained
8711 F:      Documentation/blockdev/ramdisk.txt
8712 F:      drivers/block/brd.c
8713
8714 RANDOM NUMBER DRIVER
8715 M:      "Theodore Ts'o" <tytso@mit.edu>
8716 S:      Maintained
8717 F:      drivers/char/random.c
8718
8719 RAPIDIO SUBSYSTEM
8720 M:      Matt Porter <mporter@kernel.crashing.org>
8721 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8722 S:      Maintained
8723 F:      drivers/rapidio/
8724
8725 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8726 L:      linux-wireless@vger.kernel.org
8727 S:      Orphan
8728 F:      drivers/net/wireless/ray*
8729
8730 RCUTORTURE MODULE
8731 M:      Josh Triplett <josh@joshtriplett.org>
8732 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8733 L:      linux-kernel@vger.kernel.org
8734 S:      Supported
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8736 F:      Documentation/RCU/torture.txt
8737 F:      kernel/rcu/rcutorture.c
8738
8739 RCUTORTURE TEST FRAMEWORK
8740 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8741 M:      Josh Triplett <josh@joshtriplett.org>
8742 R:      Steven Rostedt <rostedt@goodmis.org>
8743 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8744 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8745 L:      linux-kernel@vger.kernel.org
8746 S:      Supported
8747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8748 F:      tools/testing/selftests/rcutorture
8749
8750 RDC R-321X SoC
8751 M:      Florian Fainelli <florian@openwrt.org>
8752 S:      Maintained
8753
8754 RDC R6040 FAST ETHERNET DRIVER
8755 M:      Florian Fainelli <florian@openwrt.org>
8756 L:      netdev@vger.kernel.org
8757 S:      Maintained
8758 F:      drivers/net/ethernet/rdc/r6040.c
8759
8760 RDS - RELIABLE DATAGRAM SOCKETS
8761 M:      Chien Yen <chien.yen@oracle.com>
8762 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8763 S:      Supported
8764 F:      net/rds/
8765
8766 READ-COPY UPDATE (RCU)
8767 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8768 M:      Josh Triplett <josh@joshtriplett.org>
8769 R:      Steven Rostedt <rostedt@goodmis.org>
8770 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8771 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8772 L:      linux-kernel@vger.kernel.org
8773 W:      http://www.rdrop.com/users/paulmck/RCU/
8774 S:      Supported
8775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8776 F:      Documentation/RCU/
8777 X:      Documentation/RCU/torture.txt
8778 F:      include/linux/rcu*
8779 X:      include/linux/srcu.h
8780 F:      kernel/rcu/
8781 X:      kernel/torture.c
8782
8783 REAL TIME CLOCK (RTC) SUBSYSTEM
8784 M:      Alessandro Zummo <a.zummo@towertech.it>
8785 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8786 L:      rtc-linux@googlegroups.com
8787 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8789 S:      Maintained
8790 F:      Documentation/rtc.txt
8791 F:      drivers/rtc/
8792 F:      include/linux/rtc.h
8793 F:      include/uapi/linux/rtc.h
8794
8795 REALTEK AUDIO CODECS
8796 M:      Bard Liao <bardliao@realtek.com>
8797 M:      Oder Chiou <oder_chiou@realtek.com>
8798 S:      Maintained
8799 F:      sound/soc/codecs/rt*
8800 F:      include/sound/rt*.h
8801
8802 REISERFS FILE SYSTEM
8803 L:      reiserfs-devel@vger.kernel.org
8804 S:      Supported
8805 F:      fs/reiserfs/
8806
8807 REGISTER MAP ABSTRACTION
8808 M:      Mark Brown <broonie@kernel.org>
8809 L:      linux-kernel@vger.kernel.org
8810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8811 S:      Supported
8812 F:      drivers/base/regmap/
8813 F:      include/linux/regmap.h
8814
8815 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8816 M:      Ohad Ben-Cohen <ohad@wizery.com>
8817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8818 S:      Maintained
8819 F:      drivers/remoteproc/
8820 F:      Documentation/remoteproc.txt
8821 F:      include/linux/remoteproc.h
8822
8823 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8824 M:      Ohad Ben-Cohen <ohad@wizery.com>
8825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8826 S:      Maintained
8827 F:      drivers/rpmsg/
8828 F:      Documentation/rpmsg.txt
8829 F:      include/linux/rpmsg.h
8830
8831 RESET CONTROLLER FRAMEWORK
8832 M:      Philipp Zabel <p.zabel@pengutronix.de>
8833 S:      Maintained
8834 F:      drivers/reset/
8835 F:      Documentation/devicetree/bindings/reset/
8836 F:      include/dt-bindings/reset/
8837 F:      include/linux/reset.h
8838 F:      include/linux/reset-controller.h
8839
8840 RFKILL
8841 M:      Johannes Berg <johannes@sipsolutions.net>
8842 L:      linux-wireless@vger.kernel.org
8843 W:      http://wireless.kernel.org/
8844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8846 S:      Maintained
8847 F:      Documentation/rfkill.txt
8848 F:      net/rfkill/
8849
8850 RHASHTABLE
8851 M:      Thomas Graf <tgraf@suug.ch>
8852 L:      netdev@vger.kernel.org
8853 S:      Maintained
8854 F:      lib/rhashtable.c
8855 F:      include/linux/rhashtable.h
8856
8857 RICOH SMARTMEDIA/XD DRIVER
8858 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8859 S:      Maintained
8860 F:      drivers/mtd/nand/r852.c
8861 F:      drivers/mtd/nand/r852.h
8862
8863 RICOH R5C592 MEMORYSTICK DRIVER
8864 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8865 S:      Maintained
8866 F:      drivers/memstick/host/r592.*
8867
8868 ROCCAT DRIVERS
8869 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8870 W:      http://sourceforge.net/projects/roccat/
8871 S:      Maintained
8872 F:      drivers/hid/hid-roccat*
8873 F:      include/linux/hid-roccat*
8874 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8875
8876 ROCKER DRIVER
8877 M:      Jiri Pirko <jiri@resnulli.us>
8878 M:      Scott Feldman <sfeldma@gmail.com>
8879 L:      netdev@vger.kernel.org
8880 S:      Supported
8881 F:      drivers/net/ethernet/rocker/
8882
8883 ROCKETPORT DRIVER
8884 P:      Comtrol Corp.
8885 W:      http://www.comtrol.com
8886 S:      Maintained
8887 F:      Documentation/serial/rocket.txt
8888 F:      drivers/tty/rocket*
8889
8890 ROCKETPORT EXPRESS/INFINITY DRIVER
8891 M:      Kevin Cernekee <cernekee@gmail.com>
8892 L:      linux-serial@vger.kernel.org
8893 S:      Odd Fixes
8894 F:      drivers/tty/serial/rp2.*
8895
8896 ROSE NETWORK LAYER
8897 M:      Ralf Baechle <ralf@linux-mips.org>
8898 L:      linux-hams@vger.kernel.org
8899 W:      http://www.linux-ax25.org/
8900 S:      Maintained
8901 F:      include/net/rose.h
8902 F:      include/uapi/linux/rose.h
8903 F:      net/rose/
8904
8905 RTL2830 MEDIA DRIVER
8906 M:      Antti Palosaari <crope@iki.fi>
8907 L:      linux-media@vger.kernel.org
8908 W:      http://linuxtv.org/
8909 W:      http://palosaari.fi/linux/
8910 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8911 T:      git git://linuxtv.org/anttip/media_tree.git
8912 S:      Maintained
8913 F:      drivers/media/dvb-frontends/rtl2830*
8914
8915 RTL2832 MEDIA DRIVER
8916 M:      Antti Palosaari <crope@iki.fi>
8917 L:      linux-media@vger.kernel.org
8918 W:      http://linuxtv.org/
8919 W:      http://palosaari.fi/linux/
8920 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8921 T:      git git://linuxtv.org/anttip/media_tree.git
8922 S:      Maintained
8923 F:      drivers/media/dvb-frontends/rtl2832*
8924
8925 RTL2832_SDR MEDIA DRIVER
8926 M:      Antti Palosaari <crope@iki.fi>
8927 L:      linux-media@vger.kernel.org
8928 W:      http://linuxtv.org/
8929 W:      http://palosaari.fi/linux/
8930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8931 T:      git git://linuxtv.org/anttip/media_tree.git
8932 S:      Maintained
8933 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8934
8935 RTL8180 WIRELESS DRIVER
8936 L:      linux-wireless@vger.kernel.org
8937 W:      http://wireless.kernel.org/
8938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8939 S:      Orphan
8940 F:      drivers/net/wireless/rtl818x/rtl8180/
8941
8942 RTL8187 WIRELESS DRIVER
8943 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8944 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8945 M:      Larry Finger <Larry.Finger@lwfinger.net>
8946 L:      linux-wireless@vger.kernel.org
8947 W:      http://wireless.kernel.org/
8948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8949 S:      Maintained
8950 F:      drivers/net/wireless/rtl818x/rtl8187/
8951
8952 RTL8192CE WIRELESS DRIVER
8953 M:      Larry Finger <Larry.Finger@lwfinger.net>
8954 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8955 L:      linux-wireless@vger.kernel.org
8956 W:      http://wireless.kernel.org/
8957 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8958 S:      Maintained
8959 F:      drivers/net/wireless/rtlwifi/
8960 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8961
8962 RTL8XXXU WIRELESS DRIVER (rtl8xxxu)
8963 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8964 L:      linux-wireless@vger.kernel.org
8965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jes/linux.git rtl8723au-mac80211
8966 S:      Maintained
8967 F:      drivers/net/wireless/realtek/rtl8xxxu/
8968
8969 S3 SAVAGE FRAMEBUFFER DRIVER
8970 M:      Antonino Daplas <adaplas@gmail.com>
8971 L:      linux-fbdev@vger.kernel.org
8972 S:      Maintained
8973 F:      drivers/video/fbdev/savage/
8974
8975 S390
8976 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8977 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8978 L:      linux-s390@vger.kernel.org
8979 W:      http://www.ibm.com/developerworks/linux/linux390/
8980 S:      Supported
8981 F:      arch/s390/
8982 F:      drivers/s390/
8983 F:      Documentation/s390/
8984 F:      Documentation/DocBook/s390*
8985
8986 S390 COMMON I/O LAYER
8987 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8988 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8989 L:      linux-s390@vger.kernel.org
8990 W:      http://www.ibm.com/developerworks/linux/linux390/
8991 S:      Supported
8992 F:      drivers/s390/cio/
8993
8994 S390 DASD DRIVER
8995 M:      Stefan Weinhuber <wein@de.ibm.com>
8996 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8997 L:      linux-s390@vger.kernel.org
8998 W:      http://www.ibm.com/developerworks/linux/linux390/
8999 S:      Supported
9000 F:      drivers/s390/block/dasd*
9001 F:      block/partitions/ibm.c
9002
9003 S390 NETWORK DRIVERS
9004 M:      Ursula Braun <ursula.braun@de.ibm.com>
9005 L:      linux-s390@vger.kernel.org
9006 W:      http://www.ibm.com/developerworks/linux/linux390/
9007 S:      Supported
9008 F:      drivers/s390/net/
9009
9010 S390 PCI SUBSYSTEM
9011 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
9012 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
9013 L:      linux-s390@vger.kernel.org
9014 W:      http://www.ibm.com/developerworks/linux/linux390/
9015 S:      Supported
9016 F:      arch/s390/pci/
9017 F:      drivers/pci/hotplug/s390_pci_hpc.c
9018
9019 S390 ZCRYPT DRIVER
9020 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
9021 L:      linux-s390@vger.kernel.org
9022 W:      http://www.ibm.com/developerworks/linux/linux390/
9023 S:      Supported
9024 F:      drivers/s390/crypto/
9025
9026 S390 ZFCP DRIVER
9027 M:      Steffen Maier <maier@linux.vnet.ibm.com>
9028 L:      linux-s390@vger.kernel.org
9029 W:      http://www.ibm.com/developerworks/linux/linux390/
9030 S:      Supported
9031 F:      drivers/s390/scsi/zfcp_*
9032
9033 S390 IUCV NETWORK LAYER
9034 M:      Ursula Braun <ursula.braun@de.ibm.com>
9035 L:      linux-s390@vger.kernel.org
9036 W:      http://www.ibm.com/developerworks/linux/linux390/
9037 S:      Supported
9038 F:      drivers/s390/net/*iucv*
9039 F:      include/net/iucv/
9040 F:      net/iucv/
9041
9042 S3C24XX SD/MMC Driver
9043 M:      Ben Dooks <ben-linux@fluff.org>
9044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9045 S:      Supported
9046 F:      drivers/mmc/host/s3cmci.*
9047
9048 SAA6588 RDS RECEIVER DRIVER
9049 M:      Hans Verkuil <hverkuil@xs4all.nl>
9050 L:      linux-media@vger.kernel.org
9051 T:      git git://linuxtv.org/media_tree.git
9052 W:      http://linuxtv.org
9053 S:      Odd Fixes
9054 F:      drivers/media/i2c/saa6588*
9055
9056 SAA7134 VIDEO4LINUX DRIVER
9057 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9058 L:      linux-media@vger.kernel.org
9059 W:      http://linuxtv.org
9060 T:      git git://linuxtv.org/media_tree.git
9061 S:      Odd fixes
9062 F:      Documentation/video4linux/*.saa7134
9063 F:      drivers/media/pci/saa7134/
9064
9065 SAA7146 VIDEO4LINUX-2 DRIVER
9066 M:      Hans Verkuil <hverkuil@xs4all.nl>
9067 L:      linux-media@vger.kernel.org
9068 T:      git git://linuxtv.org/media_tree.git
9069 S:      Maintained
9070 F:      drivers/media/common/saa7146/
9071 F:      drivers/media/pci/saa7146/
9072 F:      include/media/saa7146*
9073
9074 SAMSUNG LAPTOP DRIVER
9075 M:      Corentin Chary <corentin.chary@gmail.com>
9076 L:      platform-driver-x86@vger.kernel.org
9077 S:      Maintained
9078 F:      drivers/platform/x86/samsung-laptop.c
9079
9080 SAMSUNG AUDIO (ASoC) DRIVERS
9081 M:      Sangbeom Kim <sbkim73@samsung.com>
9082 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9083 S:      Supported
9084 F:      sound/soc/samsung/
9085
9086 SAMSUNG FRAMEBUFFER DRIVER
9087 M:      Jingoo Han <jingoohan1@gmail.com>
9088 L:      linux-fbdev@vger.kernel.org
9089 S:      Maintained
9090 F:      drivers/video/fbdev/s3c-fb.c
9091
9092 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9093 M:      Sangbeom Kim <sbkim73@samsung.com>
9094 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9095 L:      linux-kernel@vger.kernel.org
9096 L:      linux-samsung-soc@vger.kernel.org
9097 S:      Supported
9098 F:      drivers/mfd/sec*.c
9099 F:      drivers/regulator/s2m*.c
9100 F:      drivers/regulator/s5m*.c
9101 F:      drivers/clk/clk-s2mps11.c
9102 F:      drivers/rtc/rtc-s5m.c
9103 F:      include/linux/mfd/samsung/
9104 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9105 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9106
9107 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9108 M:      Kyungmin Park <kyungmin.park@samsung.com>
9109 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9110 L:      linux-media@vger.kernel.org
9111 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9112 S:      Supported
9113 F:      drivers/media/platform/exynos4-is/
9114
9115 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9116 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9117 L:      linux-media@vger.kernel.org
9118 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9119 S:      Maintained
9120 F:      drivers/media/platform/s3c-camif/
9121 F:      include/media/s3c_camif.h
9122
9123 SAMSUNG S5C73M3 CAMERA DRIVER
9124 M:      Kyungmin Park <kyungmin.park@samsung.com>
9125 M:      Andrzej Hajda <a.hajda@samsung.com>
9126 L:      linux-media@vger.kernel.org
9127 S:      Supported
9128 F:      drivers/media/i2c/s5c73m3/*
9129
9130 SAMSUNG S5K5BAF CAMERA DRIVER
9131 M:      Kyungmin Park <kyungmin.park@samsung.com>
9132 M:      Andrzej Hajda <a.hajda@samsung.com>
9133 L:      linux-media@vger.kernel.org
9134 S:      Supported
9135 F:      drivers/media/i2c/s5k5baf.c
9136
9137 SAMSUNG S3FWRN5 NFC DRIVER
9138 M:      Robert Baldyga <r.baldyga@samsung.com>
9139 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9140 S:      Supported
9141 F:      drivers/nfc/s3fwrn5
9142
9143 SAMSUNG SOC CLOCK DRIVERS
9144 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9145 M:      Tomasz Figa <tomasz.figa@gmail.com>
9146 S:      Supported
9147 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9148 F:      drivers/clk/samsung/
9149
9150 SAMSUNG SXGBE DRIVERS
9151 M:      Byungho An <bh74.an@samsung.com>
9152 M:      Girish K S <ks.giri@samsung.com>
9153 M:      Vipul Pandya <vipul.pandya@samsung.com>
9154 S:      Supported
9155 L:      netdev@vger.kernel.org
9156 F:      drivers/net/ethernet/samsung/sxgbe/
9157
9158 SAMSUNG THERMAL DRIVER
9159 M:      Lukasz Majewski <l.majewski@samsung.com>
9160 L:      linux-pm@vger.kernel.org
9161 L:      linux-samsung-soc@vger.kernel.org
9162 S:      Supported
9163 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9164 F:      drivers/thermal/samsung/
9165
9166 SAMSUNG USB2 PHY DRIVER
9167 M:      Kamil Debski <k.debski@samsung.com>
9168 L:      linux-kernel@vger.kernel.org
9169 S:      Supported
9170 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9171 F:      Documentation/phy/samsung-usb2.txt
9172 F:      drivers/phy/phy-exynos4210-usb2.c
9173 F:      drivers/phy/phy-exynos4x12-usb2.c
9174 F:      drivers/phy/phy-exynos5250-usb2.c
9175 F:      drivers/phy/phy-s5pv210-usb2.c
9176 F:      drivers/phy/phy-samsung-usb2.c
9177 F:      drivers/phy/phy-samsung-usb2.h
9178
9179 SERIAL DRIVERS
9180 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9181 L:      linux-serial@vger.kernel.org
9182 S:      Maintained
9183 F:      drivers/tty/serial/
9184
9185 SYNOPSYS DESIGNWARE DMAC DRIVER
9186 M:      Viresh Kumar <vireshk@kernel.org>
9187 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9188 S:      Maintained
9189 F:      include/linux/dma/dw.h
9190 F:      include/linux/platform_data/dma-dw.h
9191 F:      drivers/dma/dw/
9192
9193 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9194 M: Lars Persson <lars.persson@axis.com>
9195 L: netdev@vger.kernel.org
9196 S: Supported
9197 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9198 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9199
9200 SYNOPSYS DESIGNWARE I2C DRIVER
9201 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9202 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9203 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9204 L:      linux-i2c@vger.kernel.org
9205 S:      Maintained
9206 F:      drivers/i2c/busses/i2c-designware-*
9207 F:      include/linux/platform_data/i2c-designware.h
9208
9209 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9210 M:      Seungwon Jeon <tgih.jun@samsung.com>
9211 M:      Jaehoon Chung <jh80.chung@samsung.com>
9212 L:      linux-mmc@vger.kernel.org
9213 S:      Maintained
9214 F:      include/linux/mmc/dw_mmc.h
9215 F:      drivers/mmc/host/dw_mmc*
9216
9217 THUNDERBOLT DRIVER
9218 M:      Andreas Noever <andreas.noever@gmail.com>
9219 S:      Maintained
9220 F:      drivers/thunderbolt/
9221
9222 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9223 M:      John Stultz <john.stultz@linaro.org>
9224 M:      Thomas Gleixner <tglx@linutronix.de>
9225 L:      linux-kernel@vger.kernel.org
9226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9227 S:      Supported
9228 F:      include/linux/clocksource.h
9229 F:      include/linux/time.h
9230 F:      include/linux/timex.h
9231 F:      include/uapi/linux/time.h
9232 F:      include/uapi/linux/timex.h
9233 F:      kernel/time/clocksource.c
9234 F:      kernel/time/time*.c
9235 F:      kernel/time/ntp.c
9236 F:      tools/testing/selftests/timers/
9237
9238 SC1200 WDT DRIVER
9239 M:      Zwane Mwaikambo <zwanem@gmail.com>
9240 S:      Maintained
9241 F:      drivers/watchdog/sc1200wdt.c
9242
9243 SCHEDULER
9244 M:      Ingo Molnar <mingo@redhat.com>
9245 M:      Peter Zijlstra <peterz@infradead.org>
9246 L:      linux-kernel@vger.kernel.org
9247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9248 S:      Maintained
9249 F:      kernel/sched/
9250 F:      include/linux/sched.h
9251 F:      include/uapi/linux/sched.h
9252 F:      include/linux/wait.h
9253
9254 SCORE ARCHITECTURE
9255 M:      Chen Liqin <liqin.linux@gmail.com>
9256 M:      Lennox Wu <lennox.wu@gmail.com>
9257 W:      http://www.sunplus.com
9258 S:      Supported
9259 F:      arch/score/
9260
9261 SCSI CDROM DRIVER
9262 M:      Jens Axboe <axboe@kernel.dk>
9263 L:      linux-scsi@vger.kernel.org
9264 W:      http://www.kernel.dk
9265 S:      Maintained
9266 F:      drivers/scsi/sr*
9267
9268 SCSI RDMA PROTOCOL (SRP) INITIATOR
9269 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9270 L:      linux-rdma@vger.kernel.org
9271 S:      Supported
9272 W:      http://www.openfabrics.org
9273 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9275 F:      drivers/infiniband/ulp/srp/
9276 F:      include/scsi/srp.h
9277
9278 SCSI SG DRIVER
9279 M:      Doug Gilbert <dgilbert@interlog.com>
9280 L:      linux-scsi@vger.kernel.org
9281 W:      http://sg.danny.cz/sg
9282 S:      Maintained
9283 F:      Documentation/scsi/scsi-generic.txt
9284 F:      drivers/scsi/sg.c
9285 F:      include/scsi/sg.h
9286
9287 SCSI SUBSYSTEM
9288 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9289 L:      linux-scsi@vger.kernel.org
9290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9291 S:      Maintained
9292 F:      drivers/scsi/
9293 F:      include/scsi/
9294
9295 SCSI TAPE DRIVER
9296 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9297 L:      linux-scsi@vger.kernel.org
9298 S:      Maintained
9299 F:      Documentation/scsi/st.txt
9300 F:      drivers/scsi/st.*
9301 F:      drivers/scsi/st_*.h
9302
9303 SCTP PROTOCOL
9304 M:      Vlad Yasevich <vyasevich@gmail.com>
9305 M:      Neil Horman <nhorman@tuxdriver.com>
9306 L:      linux-sctp@vger.kernel.org
9307 W:      http://lksctp.sourceforge.net
9308 S:      Maintained
9309 F:      Documentation/networking/sctp.txt
9310 F:      include/linux/sctp.h
9311 F:      include/uapi/linux/sctp.h
9312 F:      include/net/sctp/
9313 F:      net/sctp/
9314
9315 SCx200 CPU SUPPORT
9316 M:      Jim Cromie <jim.cromie@gmail.com>
9317 S:      Odd Fixes
9318 F:      Documentation/i2c/busses/scx200_acb
9319 F:      arch/x86/platform/scx200/
9320 F:      drivers/watchdog/scx200_wdt.c
9321 F:      drivers/i2c/busses/scx200*
9322 F:      drivers/mtd/maps/scx200_docflash.c
9323 F:      include/linux/scx200.h
9324
9325 SCx200 GPIO DRIVER
9326 M:      Jim Cromie <jim.cromie@gmail.com>
9327 S:      Maintained
9328 F:      drivers/char/scx200_gpio.c
9329 F:      include/linux/scx200_gpio.h
9330
9331 SCx200 HRT CLOCKSOURCE DRIVER
9332 M:      Jim Cromie <jim.cromie@gmail.com>
9333 S:      Maintained
9334 F:      drivers/clocksource/scx200_hrt.c
9335
9336 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9337 M:      Sascha Sommer <saschasommer@freenet.de>
9338 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9339 S:      Maintained
9340 F:      drivers/mmc/host/sdricoh_cs.c
9341
9342 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9343 L:      linux-mmc@vger.kernel.org
9344 S:      Orphan
9345 F:      drivers/mmc/host/sdhci.*
9346 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9347
9348 SECURE COMPUTING
9349 M:      Kees Cook <keescook@chromium.org>
9350 R:      Andy Lutomirski <luto@amacapital.net>
9351 R:      Will Drewry <wad@chromium.org>
9352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9353 S:      Supported
9354 F:      kernel/seccomp.c
9355 F:      include/uapi/linux/seccomp.h
9356 F:      include/linux/seccomp.h
9357 F:      tools/testing/selftests/seccomp/*
9358 K:      \bsecure_computing
9359 K:      \bTIF_SECCOMP\b
9360
9361 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9362 M:      Ben Dooks <ben-linux@fluff.org>
9363 M:      Jaehoon Chung <jh80.chung@samsung.com>
9364 L:      linux-mmc@vger.kernel.org
9365 S:      Maintained
9366 F:      drivers/mmc/host/sdhci-s3c*
9367
9368 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9369 M:      Viresh Kumar <vireshk@kernel.org>
9370 L:      spear-devel@list.st.com
9371 L:      linux-mmc@vger.kernel.org
9372 S:      Maintained
9373 F:      drivers/mmc/host/sdhci-spear.c
9374
9375 SECURITY SUBSYSTEM
9376 M:      James Morris <james.l.morris@oracle.com>
9377 M:      "Serge E. Hallyn" <serge@hallyn.com>
9378 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9380 W:      http://kernsec.org/
9381 S:      Supported
9382 F:      security/
9383
9384 SECURITY CONTACT
9385 M:      Security Officers <security@kernel.org>
9386 S:      Supported
9387
9388 SELINUX SECURITY MODULE
9389 M:      Paul Moore <paul@paul-moore.com>
9390 M:      Stephen Smalley <sds@tycho.nsa.gov>
9391 M:      Eric Paris <eparis@parisplace.org>
9392 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9393 W:      http://selinuxproject.org
9394 T:      git git://git.infradead.org/users/pcmoore/selinux
9395 S:      Supported
9396 F:      include/linux/selinux*
9397 F:      security/selinux/
9398 F:      scripts/selinux/
9399
9400 APPARMOR SECURITY MODULE
9401 M:      John Johansen <john.johansen@canonical.com>
9402 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9403 W:      apparmor.wiki.kernel.org
9404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9405 S:      Supported
9406 F:      security/apparmor/
9407
9408 YAMA SECURITY MODULE
9409 M:      Kees Cook <keescook@chromium.org>
9410 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9411 S:      Supported
9412 F:      security/yama/
9413
9414 SENSABLE PHANTOM
9415 M:      Jiri Slaby <jirislaby@gmail.com>
9416 S:      Maintained
9417 F:      drivers/misc/phantom.c
9418 F:      include/uapi/linux/phantom.h
9419
9420 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9421 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9422 M:      Minh Tran <minh.tran@avagotech.com>
9423 M:      John Soni Jose <sony.john-n@avagotech.com>
9424 L:      linux-scsi@vger.kernel.org
9425 W:      http://www.avagotech.com
9426 S:      Supported
9427 F:      drivers/scsi/be2iscsi/
9428
9429 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9430 M:      Sathya Perla <sathya.perla@avagotech.com>
9431 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9432 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9433 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9434 L:      netdev@vger.kernel.org
9435 W:      http://www.emulex.com
9436 S:      Supported
9437 F:      drivers/net/ethernet/emulex/benet/
9438
9439 EMULEX ONECONNECT ROCE DRIVER
9440 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9441 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9442 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9443 L:      linux-rdma@vger.kernel.org
9444 W:      http://www.emulex.com
9445 S:      Supported
9446 F:      drivers/infiniband/hw/ocrdma/
9447
9448 SFC NETWORK DRIVER
9449 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9450 M:      Shradha Shah <sshah@solarflare.com>
9451 L:      netdev@vger.kernel.org
9452 S:      Supported
9453 F:      drivers/net/ethernet/sfc/
9454
9455 SGI GRU DRIVER
9456 M:      Dimitri Sivanich <sivanich@sgi.com>
9457 S:      Maintained
9458 F:      drivers/misc/sgi-gru/
9459
9460 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9461 M:      Pat Gefre <pfg@sgi.com>
9462 L:      linux-ia64@vger.kernel.org
9463 S:      Supported
9464 F:      Documentation/ia64/serial.txt
9465 F:      drivers/tty/serial/ioc?_serial.c
9466 F:      include/linux/ioc?.h
9467
9468 SGI XP/XPC/XPNET DRIVER
9469 M:      Cliff Whickman <cpw@sgi.com>
9470 M:      Robin Holt <robinmholt@gmail.com>
9471 S:      Maintained
9472 F:      drivers/misc/sgi-xp/
9473
9474 SI2157 MEDIA DRIVER
9475 M:      Antti Palosaari <crope@iki.fi>
9476 L:      linux-media@vger.kernel.org
9477 W:      http://linuxtv.org/
9478 W:      http://palosaari.fi/linux/
9479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9480 T:      git git://linuxtv.org/anttip/media_tree.git
9481 S:      Maintained
9482 F:      drivers/media/tuners/si2157*
9483
9484 SI2168 MEDIA DRIVER
9485 M:      Antti Palosaari <crope@iki.fi>
9486 L:      linux-media@vger.kernel.org
9487 W:      http://linuxtv.org/
9488 W:      http://palosaari.fi/linux/
9489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9490 T:      git git://linuxtv.org/anttip/media_tree.git
9491 S:      Maintained
9492 F:      drivers/media/dvb-frontends/si2168*
9493
9494 SI470X FM RADIO RECEIVER I2C DRIVER
9495 M:      Hans Verkuil <hverkuil@xs4all.nl>
9496 L:      linux-media@vger.kernel.org
9497 T:      git git://linuxtv.org/media_tree.git
9498 W:      http://linuxtv.org
9499 S:      Odd Fixes
9500 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9501
9502 SI470X FM RADIO RECEIVER USB DRIVER
9503 M:      Hans Verkuil <hverkuil@xs4all.nl>
9504 L:      linux-media@vger.kernel.org
9505 T:      git git://linuxtv.org/media_tree.git
9506 W:      http://linuxtv.org
9507 S:      Maintained
9508 F:      drivers/media/radio/si470x/radio-si470x-common.c
9509 F:      drivers/media/radio/si470x/radio-si470x.h
9510 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9511
9512 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9513 M:      Eduardo Valentin <edubezval@gmail.com>
9514 L:      linux-media@vger.kernel.org
9515 T:      git git://linuxtv.org/media_tree.git
9516 W:      http://linuxtv.org
9517 S:      Odd Fixes
9518 F:      drivers/media/radio/si4713/si4713.?
9519
9520 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9521 M:      Eduardo Valentin <edubezval@gmail.com>
9522 L:      linux-media@vger.kernel.org
9523 T:      git git://linuxtv.org/media_tree.git
9524 W:      http://linuxtv.org
9525 S:      Odd Fixes
9526 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9527
9528 SI4713 FM RADIO TRANSMITTER USB DRIVER
9529 M:      Hans Verkuil <hverkuil@xs4all.nl>
9530 L:      linux-media@vger.kernel.org
9531 T:      git git://linuxtv.org/media_tree.git
9532 W:      http://linuxtv.org
9533 S:      Maintained
9534 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9535
9536 SIANO DVB DRIVER
9537 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9538 L:      linux-media@vger.kernel.org
9539 W:      http://linuxtv.org
9540 T:      git git://linuxtv.org/media_tree.git
9541 S:      Odd fixes
9542 F:      drivers/media/common/siano/
9543 F:      drivers/media/usb/siano/
9544 F:      drivers/media/usb/siano/
9545 F:      drivers/media/mmc/siano/
9546
9547 SIMPLEFB FB DRIVER
9548 M:      Hans de Goede <hdegoede@redhat.com>
9549 L:      linux-fbdev@vger.kernel.org
9550 S:      Maintained
9551 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9552 F:      drivers/video/fbdev/simplefb.c
9553 F:      include/linux/platform_data/simplefb.h
9554
9555 SH_VEU V4L2 MEM2MEM DRIVER
9556 L:      linux-media@vger.kernel.org
9557 S:      Orphan
9558 F:      drivers/media/platform/sh_veu.c
9559
9560 SH_VOU V4L2 OUTPUT DRIVER
9561 L:      linux-media@vger.kernel.org
9562 S:      Orphan
9563 F:      drivers/media/platform/sh_vou.c
9564 F:      include/media/sh_vou.h
9565
9566 SIMPLE FIRMWARE INTERFACE (SFI)
9567 M:      Len Brown <lenb@kernel.org>
9568 L:      sfi-devel@simplefirmware.org
9569 W:      http://simplefirmware.org/
9570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9571 S:      Supported
9572 F:      arch/x86/platform/sfi/
9573 F:      drivers/sfi/
9574 F:      include/linux/sfi*.h
9575
9576 SIMTEC EB110ATX (Chalice CATS)
9577 P:      Ben Dooks
9578 P:      Vincent Sanders <vince@simtec.co.uk>
9579 M:      Simtec Linux Team <linux@simtec.co.uk>
9580 W:      http://www.simtec.co.uk/products/EB110ATX/
9581 S:      Supported
9582
9583 SIMTEC EB2410ITX (BAST)
9584 P:      Ben Dooks
9585 P:      Vincent Sanders <vince@simtec.co.uk>
9586 M:      Simtec Linux Team <linux@simtec.co.uk>
9587 W:      http://www.simtec.co.uk/products/EB2410ITX/
9588 S:      Supported
9589 F:      arch/arm/mach-s3c24xx/mach-bast.c
9590 F:      arch/arm/mach-s3c24xx/bast-ide.c
9591 F:      arch/arm/mach-s3c24xx/bast-irq.c
9592
9593 TI DAVINCI MACHINE SUPPORT
9594 M:      Sekhar Nori <nsekhar@ti.com>
9595 M:      Kevin Hilman <khilman@deeprootsystems.com>
9596 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9597 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9598 S:      Supported
9599 F:      arch/arm/mach-davinci/
9600 F:      drivers/i2c/busses/i2c-davinci.c
9601
9602 TI DAVINCI SERIES MEDIA DRIVER
9603 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9604 L:      linux-media@vger.kernel.org
9605 W:      http://linuxtv.org/
9606 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9607 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9608 S:      Maintained
9609 F:      drivers/media/platform/davinci/
9610 F:      include/media/davinci/
9611
9612 TI AM437X VPFE DRIVER
9613 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9614 L:      linux-media@vger.kernel.org
9615 W:      http://linuxtv.org/
9616 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9617 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9618 S:      Maintained
9619 F:      drivers/media/platform/am437x/
9620
9621 OV2659 OMNIVISION SENSOR DRIVER
9622 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9623 L:      linux-media@vger.kernel.org
9624 W:      http://linuxtv.org/
9625 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9626 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9627 S:      Maintained
9628 F:      drivers/media/i2c/ov2659.c
9629 F:      include/media/ov2659.h
9630
9631 SILICON MOTION SM712 FRAME BUFFER DRIVER
9632 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9633 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9634 M:      Sudip Mukherjee <sudip@vectorindia.org>
9635 L:      linux-fbdev@vger.kernel.org
9636 S:      Maintained
9637 F:      drivers/video/fbdev/sm712*
9638 F:      Documentation/fb/sm712fb.txt
9639
9640 SIS 190 ETHERNET DRIVER
9641 M:      Francois Romieu <romieu@fr.zoreil.com>
9642 L:      netdev@vger.kernel.org
9643 S:      Maintained
9644 F:      drivers/net/ethernet/sis/sis190.c
9645
9646 SIS 900/7016 FAST ETHERNET DRIVER
9647 M:      Daniele Venzano <venza@brownhat.org>
9648 W:      http://www.brownhat.org/sis900.html
9649 L:      netdev@vger.kernel.org
9650 S:      Maintained
9651 F:      drivers/net/ethernet/sis/sis900.*
9652
9653 SIS FRAMEBUFFER DRIVER
9654 M:      Thomas Winischhofer <thomas@winischhofer.net>
9655 W:      http://www.winischhofer.net/linuxsisvga.shtml
9656 S:      Maintained
9657 F:      Documentation/fb/sisfb.txt
9658 F:      drivers/video/fbdev/sis/
9659 F:      include/video/sisfb.h
9660
9661 SIS USB2VGA DRIVER
9662 M:      Thomas Winischhofer <thomas@winischhofer.net>
9663 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9664 S:      Maintained
9665 F:      drivers/usb/misc/sisusbvga/
9666
9667 SLAB ALLOCATOR
9668 M:      Christoph Lameter <cl@linux.com>
9669 M:      Pekka Enberg <penberg@kernel.org>
9670 M:      David Rientjes <rientjes@google.com>
9671 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9672 M:      Andrew Morton <akpm@linux-foundation.org>
9673 L:      linux-mm@kvack.org
9674 S:      Maintained
9675 F:      include/linux/sl?b*.h
9676 F:      mm/sl?b*
9677
9678 SLEEPABLE READ-COPY UPDATE (SRCU)
9679 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9680 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9681 M:      Josh Triplett <josh@joshtriplett.org>
9682 R:      Steven Rostedt <rostedt@goodmis.org>
9683 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9684 L:      linux-kernel@vger.kernel.org
9685 W:      http://www.rdrop.com/users/paulmck/RCU/
9686 S:      Supported
9687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9688 F:      include/linux/srcu.h
9689 F:      kernel/rcu/srcu.c
9690
9691 SMACK SECURITY MODULE
9692 M:      Casey Schaufler <casey@schaufler-ca.com>
9693 L:      linux-security-module@vger.kernel.org
9694 W:      http://schaufler-ca.com
9695 T:      git git://git.gitorious.org/smack-next/kernel.git
9696 S:      Maintained
9697 F:      Documentation/security/Smack.txt
9698 F:      security/smack/
9699
9700 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9701 M:      Kevin Hilman <khilman@kernel.org>
9702 M:      Nishanth Menon <nm@ti.com>
9703 S:      Maintained
9704 F:      drivers/power/avs/
9705 F:      include/linux/power/smartreflex.h
9706 L:      linux-pm@vger.kernel.org
9707
9708 SMC91x ETHERNET DRIVER
9709 M:      Nicolas Pitre <nico@fluxnic.net>
9710 S:      Odd Fixes
9711 F:      drivers/net/ethernet/smsc/smc91x.*
9712
9713 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9714 M:      Sakari Ailus <sakari.ailus@iki.fi>
9715 L:      linux-media@vger.kernel.org
9716 S:      Maintained
9717 F:      drivers/media/i2c/smiapp/
9718 F:      include/media/smiapp.h
9719 F:      drivers/media/i2c/smiapp-pll.c
9720 F:      drivers/media/i2c/smiapp-pll.h
9721 F:      include/uapi/linux/smiapp.h
9722 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9723
9724 SMM665 HARDWARE MONITOR DRIVER
9725 M:      Guenter Roeck <linux@roeck-us.net>
9726 L:      lm-sensors@lm-sensors.org
9727 S:      Maintained
9728 F:      Documentation/hwmon/smm665
9729 F:      drivers/hwmon/smm665.c
9730
9731 SMSC EMC2103 HARDWARE MONITOR DRIVER
9732 M:      Steve Glendinning <steve.glendinning@shawell.net>
9733 L:      lm-sensors@lm-sensors.org
9734 S:      Maintained
9735 F:      Documentation/hwmon/emc2103
9736 F:      drivers/hwmon/emc2103.c
9737
9738 SMSC SCH5627 HARDWARE MONITOR DRIVER
9739 M:      Hans de Goede <hdegoede@redhat.com>
9740 L:      lm-sensors@lm-sensors.org
9741 S:      Supported
9742 F:      Documentation/hwmon/sch5627
9743 F:      drivers/hwmon/sch5627.c
9744
9745 SMSC47B397 HARDWARE MONITOR DRIVER
9746 M:      Jean Delvare <jdelvare@suse.com>
9747 L:      lm-sensors@lm-sensors.org
9748 S:      Maintained
9749 F:      Documentation/hwmon/smsc47b397
9750 F:      drivers/hwmon/smsc47b397.c
9751
9752 SMSC911x ETHERNET DRIVER
9753 M:      Steve Glendinning <steve.glendinning@shawell.net>
9754 L:      netdev@vger.kernel.org
9755 S:      Maintained
9756 F:      include/linux/smsc911x.h
9757 F:      drivers/net/ethernet/smsc/smsc911x.*
9758
9759 SMSC9420 PCI ETHERNET DRIVER
9760 M:      Steve Glendinning <steve.glendinning@shawell.net>
9761 L:      netdev@vger.kernel.org
9762 S:      Maintained
9763 F:      drivers/net/ethernet/smsc/smsc9420.*
9764
9765 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9766 M:      Steve Glendinning <steve.glendinning@shawell.net>
9767 L:      linux-fbdev@vger.kernel.org
9768 S:      Maintained
9769 F:      drivers/video/fbdev/smscufx.c
9770
9771 SOC-CAMERA V4L2 SUBSYSTEM
9772 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9773 L:      linux-media@vger.kernel.org
9774 T:      git git://linuxtv.org/media_tree.git
9775 S:      Maintained
9776 F:      include/media/soc*
9777 F:      drivers/media/i2c/soc_camera/
9778 F:      drivers/media/platform/soc_camera/
9779
9780 SOEKRIS NET48XX LED SUPPORT
9781 M:      Chris Boot <bootc@bootc.net>
9782 S:      Maintained
9783 F:      drivers/leds/leds-net48xx.c
9784
9785 SOFTLOGIC 6x10 MPEG CODEC
9786 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9787 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9788 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9789 M:      Ismael Luceno <ismael@iodev.co.uk>
9790 L:      linux-media@vger.kernel.org
9791 S:      Supported
9792 F:      drivers/media/pci/solo6x10/
9793
9794 SOFTWARE RAID (Multiple Disks) SUPPORT
9795 M:      Neil Brown <neilb@suse.com>
9796 L:      linux-raid@vger.kernel.org
9797 S:      Supported
9798 F:      drivers/md/
9799 F:      include/linux/raid/
9800 F:      include/uapi/linux/raid/
9801
9802 SONIC NETWORK DRIVER
9803 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9804 L:      netdev@vger.kernel.org
9805 S:      Maintained
9806 F:      drivers/net/ethernet/natsemi/sonic.*
9807
9808 SONICS SILICON BACKPLANE DRIVER (SSB)
9809 M:      Michael Buesch <m@bues.ch>
9810 L:      netdev@vger.kernel.org
9811 S:      Maintained
9812 F:      drivers/ssb/
9813 F:      include/linux/ssb/
9814
9815 SONY VAIO CONTROL DEVICE DRIVER
9816 M:      Mattia Dongili <malattia@linux.it>
9817 L:      platform-driver-x86@vger.kernel.org
9818 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9819 S:      Maintained
9820 F:      Documentation/laptops/sony-laptop.txt
9821 F:      drivers/char/sonypi.c
9822 F:      drivers/platform/x86/sony-laptop.c
9823 F:      include/linux/sony-laptop.h
9824
9825 SONY MEMORYSTICK CARD SUPPORT
9826 M:      Alex Dubov <oakad@yahoo.com>
9827 W:      http://tifmxx.berlios.de/
9828 S:      Maintained
9829 F:      drivers/memstick/host/tifm_ms.c
9830
9831 SONY MEMORYSTICK STANDARD SUPPORT
9832 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9833 S:      Maintained
9834 F:      drivers/memstick/core/ms_block.*
9835
9836 SOUND
9837 M:      Jaroslav Kysela <perex@perex.cz>
9838 M:      Takashi Iwai <tiwai@suse.com>
9839 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9840 W:      http://www.alsa-project.org/
9841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9842 T:      git git://git.alsa-project.org/alsa-kernel.git
9843 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9844 S:      Maintained
9845 F:      Documentation/sound/
9846 F:      include/sound/
9847 F:      include/uapi/sound/
9848 F:      sound/
9849
9850 SOUND - COMPRESSED AUDIO
9851 M:      Vinod Koul <vinod.koul@intel.com>
9852 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9854 S:      Supported
9855 F:      Documentation/sound/alsa/compress_offload.txt
9856 F:      include/sound/compress_driver.h
9857 F:      include/uapi/sound/compress_*
9858 F:      sound/core/compress_offload.c
9859 F:      sound/soc/soc-compress.c
9860
9861 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9862 M:      Liam Girdwood <lgirdwood@gmail.com>
9863 M:      Mark Brown <broonie@kernel.org>
9864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9865 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9866 W:      http://alsa-project.org/main/index.php/ASoC
9867 S:      Supported
9868 F:      Documentation/sound/alsa/soc/
9869 F:      sound/soc/
9870 F:      include/sound/soc*
9871
9872 SOUND - DMAENGINE HELPERS
9873 M:      Lars-Peter Clausen <lars@metafoo.de>
9874 S:      Supported
9875 F:      include/sound/dmaengine_pcm.h
9876 F:      sound/core/pcm_dmaengine.c
9877 F:      sound/soc/soc-generic-dmaengine-pcm.c
9878
9879 SP2 MEDIA DRIVER
9880 M:      Olli Salonen <olli.salonen@iki.fi>
9881 L:      linux-media@vger.kernel.org
9882 W:      http://linuxtv.org/
9883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9884 S:      Maintained
9885 F:      drivers/media/dvb-frontends/sp2*
9886
9887 SPARC + UltraSPARC (sparc/sparc64)
9888 M:      "David S. Miller" <davem@davemloft.net>
9889 L:      sparclinux@vger.kernel.org
9890 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9893 S:      Maintained
9894 F:      arch/sparc/
9895 F:      drivers/sbus/
9896
9897 SPARC SERIAL DRIVERS
9898 M:      "David S. Miller" <davem@davemloft.net>
9899 L:      sparclinux@vger.kernel.org
9900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9902 S:      Maintained
9903 F:      include/linux/sunserialcore.h
9904 F:      drivers/tty/serial/suncore.c
9905 F:      drivers/tty/serial/sunhv.c
9906 F:      drivers/tty/serial/sunsab.c
9907 F:      drivers/tty/serial/sunsab.h
9908 F:      drivers/tty/serial/sunsu.c
9909 F:      drivers/tty/serial/sunzilog.c
9910 F:      drivers/tty/serial/sunzilog.h
9911
9912 SPARSE CHECKER
9913 M:      "Christopher Li" <sparse@chrisli.org>
9914 L:      linux-sparse@vger.kernel.org
9915 W:      https://sparse.wiki.kernel.org/
9916 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9917 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9918 S:      Maintained
9919 F:      include/linux/compiler.h
9920
9921 SPEAR PLATFORM SUPPORT
9922 M:      Viresh Kumar <vireshk@kernel.org>
9923 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9924 L:      spear-devel@list.st.com
9925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9926 W:      http://www.st.com/spear
9927 S:      Maintained
9928 F:      arch/arm/mach-spear/
9929
9930 SPEAR CLOCK FRAMEWORK SUPPORT
9931 M:      Viresh Kumar <vireshk@kernel.org>
9932 L:      spear-devel@list.st.com
9933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9934 W:      http://www.st.com/spear
9935 S:      Maintained
9936 F:      drivers/clk/spear/
9937
9938 SPI SUBSYSTEM
9939 M:      Mark Brown <broonie@kernel.org>
9940 L:      linux-spi@vger.kernel.org
9941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9942 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9943 S:      Maintained
9944 F:      Documentation/spi/
9945 F:      drivers/spi/
9946 F:      include/linux/spi/
9947 F:      include/uapi/linux/spi/
9948
9949 SPIDERNET NETWORK DRIVER for CELL
9950 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9951 L:      netdev@vger.kernel.org
9952 S:      Supported
9953 F:      Documentation/networking/spider_net.txt
9954 F:      drivers/net/ethernet/toshiba/spider_net*
9955
9956 SPU FILE SYSTEM
9957 M:      Jeremy Kerr <jk@ozlabs.org>
9958 L:      linuxppc-dev@lists.ozlabs.org
9959 W:      http://www.ibm.com/developerworks/power/cell/
9960 S:      Supported
9961 F:      Documentation/filesystems/spufs.txt
9962 F:      arch/powerpc/platforms/cell/spufs/
9963
9964 SQUASHFS FILE SYSTEM
9965 M:      Phillip Lougher <phillip@squashfs.org.uk>
9966 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9967 W:      http://squashfs.org.uk
9968 S:      Maintained
9969 F:      Documentation/filesystems/squashfs.txt
9970 F:      fs/squashfs/
9971
9972 SRM (Alpha) environment access
9973 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9974 S:      Maintained
9975 F:      arch/alpha/kernel/srm_env.c
9976
9977 STABLE BRANCH
9978 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9979 L:      stable@vger.kernel.org
9980 S:      Supported
9981 F:      Documentation/stable_kernel_rules.txt
9982
9983 STAGING SUBSYSTEM
9984 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9986 L:      devel@driverdev.osuosl.org
9987 S:      Supported
9988 F:      drivers/staging/
9989
9990 STAGING - COMEDI
9991 M:      Ian Abbott <abbotti@mev.co.uk>
9992 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9993 S:      Odd Fixes
9994 F:      drivers/staging/comedi/
9995
9996 STAGING - FLARION FT1000 DRIVERS
9997 M:      Marek Belisko <marek.belisko@gmail.com>
9998 S:      Odd Fixes
9999 F:      drivers/staging/ft1000/
10000
10001 STAGING - INDUSTRIAL IO
10002 M:      Jonathan Cameron <jic23@kernel.org>
10003 L:      linux-iio@vger.kernel.org
10004 S:      Odd Fixes
10005 F:      drivers/staging/iio/
10006
10007 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
10008 M:      Jarod Wilson <jarod@wilsonet.com>
10009 W:      http://www.lirc.org/
10010 S:      Odd Fixes
10011 F:      drivers/staging/media/lirc/
10012
10013 STAGING - LUSTRE PARALLEL FILESYSTEM
10014 M:      Oleg Drokin <oleg.drokin@intel.com>
10015 M:      Andreas Dilger <andreas.dilger@intel.com>
10016 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
10017 W:      http://wiki.lustre.org/
10018 S:      Maintained
10019 F:      drivers/staging/lustre
10020
10021 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
10022 M:      Marc Dietrich <marvin24@gmx.de>
10023 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
10024 L:      linux-tegra@vger.kernel.org
10025 S:      Maintained
10026 F:      drivers/staging/nvec/
10027
10028 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
10029 M:      Jens Frederich <jfrederich@gmail.com>
10030 M:      Daniel Drake <dsd@laptop.org>
10031 M:      Jon Nettleton <jon.nettleton@gmail.com>
10032 W:      http://wiki.laptop.org/go/DCON
10033 S:      Maintained
10034 F:      drivers/staging/olpc_dcon/
10035
10036 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
10037 M:      Willy Tarreau <willy@meta-x.org>
10038 S:      Odd Fixes
10039 F:      drivers/staging/panel/
10040
10041 STAGING - REALTEK RTL8712U DRIVERS
10042 M:      Larry Finger <Larry.Finger@lwfinger.net>
10043 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10044 S:      Odd Fixes
10045 F:      drivers/staging/rtl8712/
10046
10047 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10048 M:      Larry Finger <Larry.Finger@lwfinger.net>
10049 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10050 L:      linux-wireless@vger.kernel.org
10051 S:      Maintained
10052 F:      drivers/staging/rtl8723au/
10053
10054 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10055 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10056 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10057 M:      Sudip Mukherjee <sudip@vectorindia.org>
10058 L:      linux-fbdev@vger.kernel.org
10059 S:      Maintained
10060 F:      drivers/staging/sm750fb/
10061
10062 STAGING - SLICOSS
10063 M:      Lior Dotan <liodot@gmail.com>
10064 M:      Christopher Harrer <charrer@alacritech.com>
10065 S:      Odd Fixes
10066 F:      drivers/staging/slicoss/
10067
10068 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10069 M:      William Hubbs <w.d.hubbs@gmail.com>
10070 M:      Chris Brannon <chris@the-brannons.com>
10071 M:      Kirk Reiser <kirk@reisers.ca>
10072 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10073 L:      speakup@linux-speakup.org
10074 W:      http://www.linux-speakup.org/
10075 S:      Odd Fixes
10076 F:      drivers/staging/speakup/
10077
10078 STAGING - VIA VT665X DRIVERS
10079 M:      Forest Bond <forest@alittletooquiet.net>
10080 S:      Odd Fixes
10081 F:      drivers/staging/vt665?/
10082
10083 STAGING - WILC1000 WIFI DRIVER
10084 M:      Johnny Kim <johnny.kim@atmel.com>
10085 M:      Austin Shin <austin.shin@atmel.com>
10086 M:      Chris Park <chris.park@atmel.com>
10087 M:      Tony Cho <tony.cho@atmel.com>
10088 M:      Glen Lee <glen.lee@atmel.com>
10089 M:      Leo Kim <leo.kim@atmel.com>
10090 L:      linux-wireless@vger.kernel.org
10091 S:      Supported
10092 F:      drivers/staging/wilc1000/
10093
10094 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10095 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10096 S:      Odd Fixes
10097 F:      drivers/staging/xgifb/
10098
10099 HFI1 DRIVER
10100 M:      Mike Marciniszyn <infinipath@intel.com>
10101 L:      linux-rdma@vger.kernel.org
10102 S:      Supported
10103 F:      drivers/staging/rdma/hfi1
10104
10105 STARFIRE/DURALAN NETWORK DRIVER
10106 M:      Ion Badulescu <ionut@badula.org>
10107 S:      Odd Fixes
10108 F:      drivers/net/ethernet/adaptec/starfire*
10109
10110 SUN3/3X
10111 M:      Sam Creasey <sammy@sammy.net>
10112 W:      http://sammy.net/sun3/
10113 S:      Maintained
10114 F:      arch/m68k/kernel/*sun3*
10115 F:      arch/m68k/sun3*/
10116 F:      arch/m68k/include/asm/sun3*
10117 F:      drivers/net/ethernet/i825xx/sun3*
10118
10119 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10120 M:      Hans de Goede <hdegoede@redhat.com>
10121 L:      linux-input@vger.kernel.org
10122 S:      Maintained
10123 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10124 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10125
10126 SUNDANCE NETWORK DRIVER
10127 M:      Denis Kirjanov <kda@linux-powerpc.org>
10128 L:      netdev@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/net/ethernet/dlink/sundance.c
10131
10132 SUPERH
10133 L:      linux-sh@vger.kernel.org
10134 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10135 S:      Orphan
10136 F:      Documentation/sh/
10137 F:      arch/sh/
10138 F:      drivers/sh/
10139
10140 SUSPEND TO RAM
10141 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10142 M:      Len Brown <len.brown@intel.com>
10143 M:      Pavel Machek <pavel@ucw.cz>
10144 L:      linux-pm@vger.kernel.org
10145 S:      Supported
10146 F:      Documentation/power/
10147 F:      arch/x86/kernel/acpi/
10148 F:      drivers/base/power/
10149 F:      kernel/power/
10150 F:      include/linux/suspend.h
10151 F:      include/linux/freezer.h
10152 F:      include/linux/pm.h
10153
10154 SVGA HANDLING
10155 M:      Martin Mares <mj@ucw.cz>
10156 L:      linux-video@atrey.karlin.mff.cuni.cz
10157 S:      Maintained
10158 F:      Documentation/svga.txt
10159 F:      arch/x86/boot/video*
10160
10161 SWIOTLB SUBSYSTEM
10162 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10163 L:      linux-kernel@vger.kernel.org
10164 S:      Supported
10165 F:      lib/swiotlb.c
10166 F:      arch/*/kernel/pci-swiotlb.c
10167 F:      include/linux/swiotlb.h
10168
10169 SWITCHDEV
10170 M:      Jiri Pirko <jiri@resnulli.us>
10171 L:      netdev@vger.kernel.org
10172 S:      Supported
10173 F:      net/switchdev/
10174 F:      include/net/switchdev.h
10175
10176 SYNOPSYS ARC ARCHITECTURE
10177 M:      Vineet Gupta <vgupta@synopsys.com>
10178 L:      linux-snps-arc@lists.infraded.org
10179 S:      Supported
10180 F:      arch/arc/
10181 F:      Documentation/devicetree/bindings/arc/*
10182 F:      drivers/tty/serial/arc_uart.c
10183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10184
10185 SYNOPSYS ARC SDP platform support
10186 M:      Alexey Brodkin <abrodkin@synopsys.com>
10187 S:      Supported
10188 F:      arch/arc/plat-axs10x
10189 F:      arch/arc/boot/dts/ax*
10190 F:      Documentation/devicetree/bindings/arc/axs10*
10191
10192 SYSTEM CONFIGURATION (SYSCON)
10193 M:      Lee Jones <lee.jones@linaro.org>
10194 M:      Arnd Bergmann <arnd@arndb.de>
10195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10196 S:      Supported
10197 F:      drivers/mfd/syscon.c
10198
10199 SYSV FILESYSTEM
10200 M:      Christoph Hellwig <hch@infradead.org>
10201 S:      Maintained
10202 F:      Documentation/filesystems/sysv-fs.txt
10203 F:      fs/sysv/
10204 F:      include/linux/sysv_fs.h
10205
10206 TARGET SUBSYSTEM
10207 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10208 L:      linux-scsi@vger.kernel.org
10209 L:      target-devel@vger.kernel.org
10210 W:      http://www.linux-iscsi.org
10211 W:      http://groups.google.com/group/linux-iscsi-target-dev
10212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10213 S:      Supported
10214 F:      drivers/target/
10215 F:      include/target/
10216 F:      Documentation/target/
10217
10218 TASKSTATS STATISTICS INTERFACE
10219 M:      Balbir Singh <bsingharora@gmail.com>
10220 S:      Maintained
10221 F:      Documentation/accounting/taskstats*
10222 F:      include/linux/taskstats*
10223 F:      kernel/taskstats.c
10224
10225 TC CLASSIFIER
10226 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10227 L:      netdev@vger.kernel.org
10228 S:      Maintained
10229 F:      include/net/pkt_cls.h
10230 F:      include/uapi/linux/pkt_cls.h
10231 F:      net/sched/
10232
10233 TCP LOW PRIORITY MODULE
10234 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10235 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10236 W:      http://tcp-lp-mod.sourceforge.net/
10237 S:      Maintained
10238 F:      net/ipv4/tcp_lp.c
10239
10240 TDA10071 MEDIA DRIVER
10241 M:      Antti Palosaari <crope@iki.fi>
10242 L:      linux-media@vger.kernel.org
10243 W:      http://linuxtv.org/
10244 W:      http://palosaari.fi/linux/
10245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10246 T:      git git://linuxtv.org/anttip/media_tree.git
10247 S:      Maintained
10248 F:      drivers/media/dvb-frontends/tda10071*
10249
10250 TDA18212 MEDIA DRIVER
10251 M:      Antti Palosaari <crope@iki.fi>
10252 L:      linux-media@vger.kernel.org
10253 W:      http://linuxtv.org/
10254 W:      http://palosaari.fi/linux/
10255 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10256 T:      git git://linuxtv.org/anttip/media_tree.git
10257 S:      Maintained
10258 F:      drivers/media/tuners/tda18212*
10259
10260 TDA18218 MEDIA DRIVER
10261 M:      Antti Palosaari <crope@iki.fi>
10262 L:      linux-media@vger.kernel.org
10263 W:      http://linuxtv.org/
10264 W:      http://palosaari.fi/linux/
10265 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10266 T:      git git://linuxtv.org/anttip/media_tree.git
10267 S:      Maintained
10268 F:      drivers/media/tuners/tda18218*
10269
10270 TDA18271 MEDIA DRIVER
10271 M:      Michael Krufky <mkrufky@linuxtv.org>
10272 L:      linux-media@vger.kernel.org
10273 W:      http://linuxtv.org/
10274 W:      http://github.com/mkrufky
10275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10276 T:      git git://linuxtv.org/mkrufky/tuners.git
10277 S:      Maintained
10278 F:      drivers/media/tuners/tda18271*
10279
10280 TDA827x MEDIA DRIVER
10281 M:      Michael Krufky <mkrufky@linuxtv.org>
10282 L:      linux-media@vger.kernel.org
10283 W:      http://linuxtv.org/
10284 W:      http://github.com/mkrufky
10285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10286 T:      git git://linuxtv.org/mkrufky/tuners.git
10287 S:      Maintained
10288 F:      drivers/media/tuners/tda8290.*
10289
10290 TDA8290 MEDIA DRIVER
10291 M:      Michael Krufky <mkrufky@linuxtv.org>
10292 L:      linux-media@vger.kernel.org
10293 W:      http://linuxtv.org/
10294 W:      http://github.com/mkrufky
10295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10296 T:      git git://linuxtv.org/mkrufky/tuners.git
10297 S:      Maintained
10298 F:      drivers/media/tuners/tda8290.*
10299
10300 TDA9840 MEDIA DRIVER
10301 M:      Hans Verkuil <hverkuil@xs4all.nl>
10302 L:      linux-media@vger.kernel.org
10303 T:      git git://linuxtv.org/media_tree.git
10304 W:      http://linuxtv.org
10305 S:      Maintained
10306 F:      drivers/media/i2c/tda9840*
10307
10308 TEA5761 TUNER DRIVER
10309 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10310 L:      linux-media@vger.kernel.org
10311 W:      http://linuxtv.org
10312 T:      git git://linuxtv.org/media_tree.git
10313 S:      Odd fixes
10314 F:      drivers/media/tuners/tea5761.*
10315
10316 TEA5767 TUNER DRIVER
10317 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10318 L:      linux-media@vger.kernel.org
10319 W:      http://linuxtv.org
10320 T:      git git://linuxtv.org/media_tree.git
10321 S:      Maintained
10322 F:      drivers/media/tuners/tea5767.*
10323
10324 TEA6415C MEDIA DRIVER
10325 M:      Hans Verkuil <hverkuil@xs4all.nl>
10326 L:      linux-media@vger.kernel.org
10327 T:      git git://linuxtv.org/media_tree.git
10328 W:      http://linuxtv.org
10329 S:      Maintained
10330 F:      drivers/media/i2c/tea6415c*
10331
10332 TEA6420 MEDIA DRIVER
10333 M:      Hans Verkuil <hverkuil@xs4all.nl>
10334 L:      linux-media@vger.kernel.org
10335 T:      git git://linuxtv.org/media_tree.git
10336 W:      http://linuxtv.org
10337 S:      Maintained
10338 F:      drivers/media/i2c/tea6420*
10339
10340 TEAM DRIVER
10341 M:      Jiri Pirko <jiri@resnulli.us>
10342 L:      netdev@vger.kernel.org
10343 S:      Supported
10344 F:      drivers/net/team/
10345 F:      include/linux/if_team.h
10346 F:      include/uapi/linux/if_team.h
10347
10348 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10349 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10350 S:      Maintained
10351 F:      arch/x86/platform/ts5500/
10352
10353 TECHNOTREND USB IR RECEIVER
10354 M:      Sean Young <sean@mess.org>
10355 L:      linux-media@vger.kernel.org
10356 S:      Maintained
10357 F:      drivers/media/rc/ttusbir.c
10358
10359 TEGRA ARCHITECTURE SUPPORT
10360 M:      Stephen Warren <swarren@wwwdotorg.org>
10361 M:      Thierry Reding <thierry.reding@gmail.com>
10362 M:      Alexandre Courbot <gnurou@gmail.com>
10363 L:      linux-tegra@vger.kernel.org
10364 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10366 S:      Supported
10367 N:      [^a-z]tegra
10368
10369 TEGRA CLOCK DRIVER
10370 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10371 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10372 S:      Supported
10373 F:      drivers/clk/tegra/
10374
10375 TEGRA DMA DRIVER
10376 M:      Laxman Dewangan <ldewangan@nvidia.com>
10377 S:      Supported
10378 F:      drivers/dma/tegra20-apb-dma.c
10379
10380 TEGRA I2C DRIVER
10381 M:      Laxman Dewangan <ldewangan@nvidia.com>
10382 S:      Supported
10383 F:      drivers/i2c/busses/i2c-tegra.c
10384
10385 TEGRA IOMMU DRIVERS
10386 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10387 S:      Supported
10388 F:      drivers/iommu/tegra*
10389
10390 TEGRA KBC DRIVER
10391 M:      Rakesh Iyer <riyer@nvidia.com>
10392 M:      Laxman Dewangan <ldewangan@nvidia.com>
10393 S:      Supported
10394 F:      drivers/input/keyboard/tegra-kbc.c
10395
10396 TEGRA PWM DRIVER
10397 M:      Thierry Reding <thierry.reding@gmail.com>
10398 S:      Supported
10399 F:      drivers/pwm/pwm-tegra.c
10400
10401 TEGRA SERIAL DRIVER
10402 M:      Laxman Dewangan <ldewangan@nvidia.com>
10403 S:      Supported
10404 F:      drivers/tty/serial/serial-tegra.c
10405
10406 TEGRA SPI DRIVER
10407 M:      Laxman Dewangan <ldewangan@nvidia.com>
10408 S:      Supported
10409 F:      drivers/spi/spi-tegra*
10410
10411 TEHUTI ETHERNET DRIVER
10412 M:      Andy Gospodarek <andy@greyhouse.net>
10413 L:      netdev@vger.kernel.org
10414 S:      Supported
10415 F:      drivers/net/ethernet/tehuti/*
10416
10417 Telecom Clock Driver for MCPL0010
10418 M:      Mark Gross <mark.gross@intel.com>
10419 S:      Supported
10420 F:      drivers/char/tlclk.c
10421
10422 TENSILICA XTENSA PORT (xtensa)
10423 M:      Chris Zankel <chris@zankel.net>
10424 M:      Max Filippov <jcmvbkbc@gmail.com>
10425 L:      linux-xtensa@linux-xtensa.org
10426 S:      Maintained
10427 F:      arch/xtensa/
10428 F:      drivers/irqchip/irq-xtensa-*
10429
10430 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10431 M:      Hans Verkuil <hverkuil@xs4all.nl>
10432 L:      linux-media@vger.kernel.org
10433 T:      git git://linuxtv.org/media_tree.git
10434 W:      http://linuxtv.org
10435 S:      Maintained
10436 F:      drivers/media/radio/radio-raremono.c
10437
10438 THERMAL
10439 M:      Zhang Rui <rui.zhang@intel.com>
10440 M:      Eduardo Valentin <edubezval@gmail.com>
10441 L:      linux-pm@vger.kernel.org
10442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10444 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10445 S:      Supported
10446 F:      drivers/thermal/
10447 F:      include/linux/thermal.h
10448 F:      include/uapi/linux/thermal.h
10449 F:      include/linux/cpu_cooling.h
10450 F:      Documentation/devicetree/bindings/thermal/
10451
10452 THERMAL/CPU_COOLING
10453 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10454 M:      Viresh Kumar <viresh.kumar@linaro.org>
10455 M:      Javi Merino <javi.merino@arm.com>
10456 L:      linux-pm@vger.kernel.org
10457 S:      Supported
10458 F:      Documentation/thermal/cpu-cooling-api.txt
10459 F:      drivers/thermal/cpu_cooling.c
10460 F:      include/linux/cpu_cooling.h
10461
10462 THINGM BLINK(1) USB RGB LED DRIVER
10463 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10464 S:      Maintained
10465 F:      drivers/hid/hid-thingm.c
10466
10467 THINKPAD ACPI EXTRAS DRIVER
10468 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10469 L:      ibm-acpi-devel@lists.sourceforge.net
10470 L:      platform-driver-x86@vger.kernel.org
10471 W:      http://ibm-acpi.sourceforge.net
10472 W:      http://thinkwiki.org/wiki/Ibm-acpi
10473 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10474 S:      Maintained
10475 F:      drivers/platform/x86/thinkpad_acpi.c
10476
10477 TI BANDGAP AND THERMAL DRIVER
10478 M:      Eduardo Valentin <edubezval@gmail.com>
10479 L:      linux-pm@vger.kernel.org
10480 L:      linux-omap@vger.kernel.org
10481 S:      Maintained
10482 F:      drivers/thermal/ti-soc-thermal/
10483
10484 TI CDCE706 CLOCK DRIVER
10485 M:      Max Filippov <jcmvbkbc@gmail.com>
10486 S:      Maintained
10487 F:      drivers/clk/clk-cdce706.c
10488
10489 TI CLOCK DRIVER
10490 M:      Tero Kristo <t-kristo@ti.com>
10491 L:      linux-omap@vger.kernel.org
10492 S:      Maintained
10493 F:      drivers/clk/ti/
10494 F:      include/linux/clk/ti.h
10495
10496 TI FLASH MEDIA INTERFACE DRIVER
10497 M:      Alex Dubov <oakad@yahoo.com>
10498 S:      Maintained
10499 F:      drivers/misc/tifm*
10500 F:      drivers/mmc/host/tifm_sd.c
10501 F:      include/linux/tifm.h
10502
10503 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10504 M:      Santosh Shilimkar <ssantosh@kernel.org>
10505 L:      linux-kernel@vger.kernel.org
10506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10507 S:      Maintained
10508 F:      drivers/soc/ti/*
10509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10510
10511
10512 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10513 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10514 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10515 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10516 S:      Maintained
10517 F:      sound/soc/codecs/lm49453*
10518 F:      sound/soc/codecs/isabelle*
10519
10520 TI LP855x BACKLIGHT DRIVER
10521 M:      Milo Kim <milo.kim@ti.com>
10522 S:      Maintained
10523 F:      Documentation/backlight/lp855x-driver.txt
10524 F:      drivers/video/backlight/lp855x_bl.c
10525 F:      include/linux/platform_data/lp855x.h
10526
10527 TI LP8727 CHARGER DRIVER
10528 M:      Milo Kim <milo.kim@ti.com>
10529 S:      Maintained
10530 F:      drivers/power/lp8727_charger.c
10531 F:      include/linux/platform_data/lp8727.h
10532
10533 TI LP8788 MFD DRIVER
10534 M:      Milo Kim <milo.kim@ti.com>
10535 S:      Maintained
10536 F:      drivers/iio/adc/lp8788_adc.c
10537 F:      drivers/leds/leds-lp8788.c
10538 F:      drivers/mfd/lp8788*.c
10539 F:      drivers/power/lp8788-charger.c
10540 F:      drivers/regulator/lp8788-*.c
10541 F:      include/linux/mfd/lp8788*.h
10542
10543 TI NETCP ETHERNET DRIVER
10544 M:      Wingman Kwok <w-kwok2@ti.com>
10545 M:      Murali Karicheri <m-karicheri2@ti.com>
10546 L:      netdev@vger.kernel.org
10547 S:      Maintained
10548 F:      drivers/net/ethernet/ti/netcp*
10549
10550 TI TAS571X FAMILY ASoC CODEC DRIVER
10551 M:      Kevin Cernekee <cernekee@chromium.org>
10552 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10553 S:      Odd Fixes
10554 F:      sound/soc/codecs/tas571x*
10555
10556 TI TWL4030 SERIES SOC CODEC DRIVER
10557 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10558 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10559 S:      Maintained
10560 F:      sound/soc/codecs/twl4030*
10561
10562 TI WILINK WIRELESS DRIVERS
10563 L:      linux-wireless@vger.kernel.org
10564 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10565 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10567 S:      Orphan
10568 F:      drivers/net/wireless/ti/
10569 F:      include/linux/wl12xx.h
10570
10571 TIPC NETWORK LAYER
10572 M:      Jon Maloy <jon.maloy@ericsson.com>
10573 M:      Ying Xue <ying.xue@windriver.com>
10574 L:      netdev@vger.kernel.org (core kernel code)
10575 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10576 W:      http://tipc.sourceforge.net/
10577 S:      Maintained
10578 F:      include/uapi/linux/tipc*.h
10579 F:      net/tipc/
10580
10581 TILE ARCHITECTURE
10582 M:      Chris Metcalf <cmetcalf@ezchip.com>
10583 W:      http://www.ezchip.com/scm/
10584 S:      Supported
10585 F:      arch/tile/
10586 F:      drivers/char/tile-srom.c
10587 F:      drivers/edac/tile_edac.c
10588 F:      drivers/net/ethernet/tile/
10589 F:      drivers/rtc/rtc-tile.c
10590 F:      drivers/tty/hvc/hvc_tile.c
10591 F:      drivers/tty/serial/tilegx.c
10592 F:      drivers/usb/host/*-tilegx.c
10593 F:      include/linux/usb/tilegx.h
10594
10595 TLAN NETWORK DRIVER
10596 M:      Samuel Chessman <chessman@tux.org>
10597 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10598 W:      http://sourceforge.net/projects/tlan/
10599 S:      Maintained
10600 F:      Documentation/networking/tlan.txt
10601 F:      drivers/net/ethernet/ti/tlan.*
10602
10603 TOMOYO SECURITY MODULE
10604 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10605 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10606 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10607 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10608 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10609 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10610 W:      http://tomoyo.sourceforge.jp/
10611 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10612 S:      Maintained
10613 F:      security/tomoyo/
10614
10615 TOPSTAR LAPTOP EXTRAS DRIVER
10616 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10617 L:      platform-driver-x86@vger.kernel.org
10618 S:      Maintained
10619 F:      drivers/platform/x86/topstar-laptop.c
10620
10621 TOSHIBA ACPI EXTRAS DRIVER
10622 M:      Azael Avalos <coproscefalo@gmail.com>
10623 L:      platform-driver-x86@vger.kernel.org
10624 S:      Maintained
10625 F:      drivers/platform/x86/toshiba_acpi.c
10626
10627 TOSHIBA BLUETOOTH DRIVER
10628 M:      Azael Avalos <coproscefalo@gmail.com>
10629 L:      platform-driver-x86@vger.kernel.org
10630 S:      Maintained
10631 F:      drivers/platform/x86/toshiba_bluetooth.c
10632
10633 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10634 M:      Azael Avalos <coproscefalo@gmail.com>
10635 L:      platform-driver-x86@vger.kernel.org
10636 S:      Maintained
10637 F:      drivers/platform/x86/toshiba_haps.c
10638
10639 TOSHIBA SMM DRIVER
10640 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10641 W:      http://www.buzzard.org.uk/toshiba/
10642 S:      Maintained
10643 F:      drivers/char/toshiba.c
10644 F:      include/linux/toshiba.h
10645 F:      include/uapi/linux/toshiba.h
10646
10647 TOSHIBA TC358743 DRIVER
10648 M:      Mats Randgaard <matrandg@cisco.com>
10649 L:      linux-media@vger.kernel.org
10650 S:      Maintained
10651 F:      drivers/media/i2c/tc358743*
10652 F:      include/media/tc358743.h
10653
10654 TMIO MMC DRIVER
10655 M:      Ian Molton <ian@mnementh.co.uk>
10656 L:      linux-mmc@vger.kernel.org
10657 S:      Maintained
10658 F:      drivers/mmc/host/tmio_mmc*
10659 F:      drivers/mmc/host/sh_mobile_sdhi.c
10660 F:      include/linux/mmc/tmio.h
10661 F:      include/linux/mmc/sh_mobile_sdhi.h
10662
10663 TMP401 HARDWARE MONITOR DRIVER
10664 M:      Guenter Roeck <linux@roeck-us.net>
10665 L:      lm-sensors@lm-sensors.org
10666 S:      Maintained
10667 F:      Documentation/hwmon/tmp401
10668 F:      drivers/hwmon/tmp401.c
10669
10670 TMPFS (SHMEM FILESYSTEM)
10671 M:      Hugh Dickins <hughd@google.com>
10672 L:      linux-mm@kvack.org
10673 S:      Maintained
10674 F:      include/linux/shmem_fs.h
10675 F:      mm/shmem.c
10676
10677 TM6000 VIDEO4LINUX DRIVER
10678 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10679 L:      linux-media@vger.kernel.org
10680 W:      http://linuxtv.org
10681 T:      git git://linuxtv.org/media_tree.git
10682 S:      Odd fixes
10683 F:      drivers/media/usb/tm6000/
10684
10685 TW68 VIDEO4LINUX DRIVER
10686 M:      Hans Verkuil <hverkuil@xs4all.nl>
10687 L:      linux-media@vger.kernel.org
10688 T:      git git://linuxtv.org/media_tree.git
10689 W:      http://linuxtv.org
10690 S:      Odd Fixes
10691 F:      drivers/media/pci/tw68/
10692
10693 TPM DEVICE DRIVER
10694 M:      Peter Huewe <peterhuewe@gmx.de>
10695 M:      Marcel Selhorst <tpmdd@selhorst.net>
10696 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10697 W:      http://tpmdd.sourceforge.net
10698 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10699 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10700 T:      https://github.com/PeterHuewe/linux-tpmdd
10701 S:      Maintained
10702 F:      drivers/char/tpm/
10703
10704 TPM IBM_VTPM DEVICE DRIVER
10705 M:      Ashley Lai <ashleydlai@gmail.com>
10706 W:      http://tpmdd.sourceforge.net
10707 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10708 S:      Maintained
10709 F:      drivers/char/tpm/tpm_ibmvtpm*
10710
10711 TRACING
10712 M:      Steven Rostedt <rostedt@goodmis.org>
10713 M:      Ingo Molnar <mingo@redhat.com>
10714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10715 S:      Maintained
10716 F:      Documentation/trace/ftrace.txt
10717 F:      arch/*/*/*/ftrace.h
10718 F:      arch/*/kernel/ftrace.c
10719 F:      include/*/ftrace.h
10720 F:      include/linux/trace*.h
10721 F:      include/trace/
10722 F:      kernel/trace/
10723 F:      tools/testing/selftests/ftrace/
10724
10725 TRIVIAL PATCHES
10726 M:      Jiri Kosina <trivial@kernel.org>
10727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10728 S:      Maintained
10729 K:      ^Subject:.*(?i)trivial
10730
10731 TTY LAYER
10732 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10733 M:      Jiri Slaby <jslaby@suse.com>
10734 S:      Supported
10735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10736 F:      Documentation/serial/
10737 F:      drivers/tty/
10738 F:      drivers/tty/serial/serial_core.c
10739 F:      include/linux/serial_core.h
10740 F:      include/linux/serial.h
10741 F:      include/linux/tty.h
10742 F:      include/uapi/linux/serial_core.h
10743 F:      include/uapi/linux/serial.h
10744 F:      include/uapi/linux/tty.h
10745
10746 TUA9001 MEDIA DRIVER
10747 M:      Antti Palosaari <crope@iki.fi>
10748 L:      linux-media@vger.kernel.org
10749 W:      http://linuxtv.org/
10750 W:      http://palosaari.fi/linux/
10751 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10752 T:      git git://linuxtv.org/anttip/media_tree.git
10753 S:      Maintained
10754 F:      drivers/media/tuners/tua9001*
10755
10756 TULIP NETWORK DRIVERS
10757 M:      Grant Grundler <grundler@parisc-linux.org>
10758 L:      netdev@vger.kernel.org
10759 S:      Maintained
10760 F:      drivers/net/ethernet/dec/tulip/
10761
10762 TUN/TAP driver
10763 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10764 W:      http://vtun.sourceforge.net/tun
10765 S:      Maintained
10766 F:      Documentation/networking/tuntap.txt
10767 F:      arch/um/os-Linux/drivers/
10768
10769 TURBOCHANNEL SUBSYSTEM
10770 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10771 M:      Ralf Baechle <ralf@linux-mips.org>
10772 L:      linux-mips@linux-mips.org
10773 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10774 S:      Maintained
10775 F:      drivers/tc/
10776 F:      include/linux/tc.h
10777
10778 U14-34F SCSI DRIVER
10779 M:      Dario Ballabio <ballabio_dario@emc.com>
10780 L:      linux-scsi@vger.kernel.org
10781 S:      Maintained
10782 F:      drivers/scsi/u14-34f.c
10783
10784 UBI FILE SYSTEM (UBIFS)
10785 M:      Artem Bityutskiy <dedekind1@gmail.com>
10786 M:      Adrian Hunter <adrian.hunter@intel.com>
10787 L:      linux-mtd@lists.infradead.org
10788 T:      git git://git.infradead.org/ubifs-2.6.git
10789 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10790 S:      Maintained
10791 F:      Documentation/filesystems/ubifs.txt
10792 F:      fs/ubifs/
10793
10794 UCLINUX (M68KNOMMU AND COLDFIRE)
10795 M:      Greg Ungerer <gerg@uclinux.org>
10796 W:      http://www.uclinux.org/
10797 L:      linux-m68k@lists.linux-m68k.org
10798 L:      uclinux-dev@uclinux.org  (subscribers-only)
10799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10800 S:      Maintained
10801 F:      arch/m68k/coldfire/
10802 F:      arch/m68k/68*/
10803 F:      arch/m68k/*/*_no.*
10804 F:      arch/m68k/include/asm/*_no.*
10805
10806 UDF FILESYSTEM
10807 M:      Jan Kara <jack@suse.com>
10808 S:      Maintained
10809 F:      Documentation/filesystems/udf.txt
10810 F:      fs/udf/
10811
10812 UFS FILESYSTEM
10813 M:      Evgeniy Dushistov <dushistov@mail.ru>
10814 S:      Maintained
10815 F:      Documentation/filesystems/ufs.txt
10816 F:      fs/ufs/
10817
10818 UHID USERSPACE HID IO DRIVER:
10819 M:      David Herrmann <dh.herrmann@googlemail.com>
10820 L:      linux-input@vger.kernel.org
10821 S:      Maintained
10822 F:      drivers/hid/uhid.c
10823 F:      include/uapi/linux/uhid.h
10824
10825 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10826 L:      linux-usb@vger.kernel.org
10827 S:      Orphan
10828 F:      drivers/uwb/
10829 F:      include/linux/uwb.h
10830 F:      include/linux/uwb/
10831
10832 UNICORE32 ARCHITECTURE:
10833 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10834 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10835 S:      Maintained
10836 T:      git git://github.com/gxt/linux.git
10837 F:      arch/unicore32/
10838
10839 UNIFDEF
10840 M:      Tony Finch <dot@dotat.at>
10841 W:      http://dotat.at/prog/unifdef
10842 S:      Maintained
10843 F:      scripts/unifdef.c
10844
10845 UNIFORM CDROM DRIVER
10846 M:      Jens Axboe <axboe@kernel.dk>
10847 W:      http://www.kernel.dk
10848 S:      Maintained
10849 F:      Documentation/cdrom/
10850 F:      drivers/cdrom/cdrom.c
10851 F:      include/linux/cdrom.h
10852 F:      include/uapi/linux/cdrom.h
10853
10854 UNISYS S-PAR DRIVERS
10855 M:      Benjamin Romer <benjamin.romer@unisys.com>
10856 M:      David Kershner <david.kershner@unisys.com>
10857 L:      sparmaintainer@unisys.com (Unisys internal)
10858 S:      Supported
10859 F:      drivers/staging/unisys/
10860
10861 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10862 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10863 L:      linux-scsi@vger.kernel.org
10864 S:      Supported
10865 F:      Documentation/scsi/ufs.txt
10866 F:      drivers/scsi/ufs/
10867
10868 UNSORTED BLOCK IMAGES (UBI)
10869 M:      Artem Bityutskiy <dedekind1@gmail.com>
10870 M:      Richard Weinberger <richard@nod.at>
10871 W:      http://www.linux-mtd.infradead.org/
10872 L:      linux-mtd@lists.infradead.org
10873 T:      git git://git.infradead.org/ubifs-2.6.git
10874 S:      Supported
10875 F:      drivers/mtd/ubi/
10876 F:      include/linux/mtd/ubi.h
10877 F:      include/uapi/mtd/ubi-user.h
10878
10879 USB ACM DRIVER
10880 M:      Oliver Neukum <oliver@neukum.org>
10881 L:      linux-usb@vger.kernel.org
10882 S:      Maintained
10883 F:      Documentation/usb/acm.txt
10884 F:      drivers/usb/class/cdc-acm.*
10885
10886 USB AR5523 WIRELESS DRIVER
10887 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10888 L:      linux-wireless@vger.kernel.org
10889 S:      Maintained
10890 F:      drivers/net/wireless/ath/ar5523/
10891
10892 USB ATTACHED SCSI
10893 M:      Hans de Goede <hdegoede@redhat.com>
10894 M:      Gerd Hoffmann <kraxel@redhat.com>
10895 L:      linux-usb@vger.kernel.org
10896 L:      linux-scsi@vger.kernel.org
10897 S:      Maintained
10898 F:      drivers/usb/storage/uas.c
10899
10900 USB CDC ETHERNET DRIVER
10901 M:      Oliver Neukum <oliver@neukum.org>
10902 L:      linux-usb@vger.kernel.org
10903 S:      Maintained
10904 F:      drivers/net/usb/cdc_*.c
10905 F:      include/uapi/linux/usb/cdc.h
10906
10907 USB CHAOSKEY DRIVER
10908 M:      Keith Packard <keithp@keithp.com>
10909 L:      linux-usb@vger.kernel.org
10910 S:      Maintained
10911 F:      drivers/usb/misc/chaoskey.c
10912
10913 USB CYPRESS C67X00 DRIVER
10914 M:      Peter Korsgaard <jacmet@sunsite.dk>
10915 L:      linux-usb@vger.kernel.org
10916 S:      Maintained
10917 F:      drivers/usb/c67x00/
10918
10919 USB DAVICOM DM9601 DRIVER
10920 M:      Peter Korsgaard <jacmet@sunsite.dk>
10921 L:      netdev@vger.kernel.org
10922 W:      http://www.linux-usb.org/usbnet
10923 S:      Maintained
10924 F:      drivers/net/usb/dm9601.c
10925
10926 USB DIAMOND RIO500 DRIVER
10927 M:      Cesar Miquel <miquel@df.uba.ar>
10928 L:      rio500-users@lists.sourceforge.net
10929 W:      http://rio500.sourceforge.net
10930 S:      Maintained
10931 F:      drivers/usb/misc/rio500*
10932
10933 USB EHCI DRIVER
10934 M:      Alan Stern <stern@rowland.harvard.edu>
10935 L:      linux-usb@vger.kernel.org
10936 S:      Maintained
10937 F:      Documentation/usb/ehci.txt
10938 F:      drivers/usb/host/ehci*
10939
10940 USB GADGET/PERIPHERAL SUBSYSTEM
10941 M:      Felipe Balbi <balbi@ti.com>
10942 L:      linux-usb@vger.kernel.org
10943 W:      http://www.linux-usb.org/gadget
10944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10945 S:      Maintained
10946 F:      drivers/usb/gadget/
10947 F:      include/linux/usb/gadget*
10948
10949 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10950 M:      Jiri Kosina <jikos@kernel.org>
10951 L:      linux-usb@vger.kernel.org
10952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10953 S:      Maintained
10954 F:      Documentation/hid/hiddev.txt
10955 F:      drivers/hid/usbhid/
10956
10957 USB ISP116X DRIVER
10958 M:      Olav Kongas <ok@artecdesign.ee>
10959 L:      linux-usb@vger.kernel.org
10960 S:      Maintained
10961 F:      drivers/usb/host/isp116x*
10962 F:      include/linux/usb/isp116x.h
10963
10964 USB MASS STORAGE DRIVER
10965 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10966 L:      linux-usb@vger.kernel.org
10967 L:      usb-storage@lists.one-eyed-alien.net
10968 S:      Maintained
10969 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10970 F:      drivers/usb/storage/
10971
10972 USB MIDI DRIVER
10973 M:      Clemens Ladisch <clemens@ladisch.de>
10974 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10975 T:      git git://git.alsa-project.org/alsa-kernel.git
10976 S:      Maintained
10977 F:      sound/usb/midi.*
10978
10979 USB NETWORKING DRIVERS
10980 L:      linux-usb@vger.kernel.org
10981 S:      Odd Fixes
10982 F:      drivers/net/usb/
10983
10984 USB OHCI DRIVER
10985 M:      Alan Stern <stern@rowland.harvard.edu>
10986 L:      linux-usb@vger.kernel.org
10987 S:      Maintained
10988 F:      Documentation/usb/ohci.txt
10989 F:      drivers/usb/host/ohci*
10990
10991 USB OTG FSM (Finite State Machine)
10992 M:      Peter Chen <Peter.Chen@freescale.com>
10993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10994 L:      linux-usb@vger.kernel.org
10995 S:      Maintained
10996 F:      drivers/usb/common/usb-otg-fsm.c
10997
10998 USB OVER IP DRIVER
10999 M:      Valentina Manea <valentina.manea.m@gmail.com>
11000 M:      Shuah Khan <shuah.kh@samsung.com>
11001 L:      linux-usb@vger.kernel.org
11002 S:      Maintained
11003 F:      drivers/usb/usbip/
11004 F:      tools/usb/usbip/
11005
11006 USB PEGASUS DRIVER
11007 M:      Petko Manolov <petkan@nucleusys.com>
11008 L:      linux-usb@vger.kernel.org
11009 L:      netdev@vger.kernel.org
11010 T:      git git://github.com/petkan/pegasus.git
11011 W:      https://github.com/petkan/pegasus
11012 S:      Maintained
11013 F:      drivers/net/usb/pegasus.*
11014
11015 USB PHY LAYER
11016 M:      Felipe Balbi <balbi@ti.com>
11017 L:      linux-usb@vger.kernel.org
11018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
11019 S:      Maintained
11020 F:      drivers/usb/phy/
11021
11022 USB PRINTER DRIVER (usblp)
11023 M:      Pete Zaitcev <zaitcev@redhat.com>
11024 L:      linux-usb@vger.kernel.org
11025 S:      Supported
11026 F:      drivers/usb/class/usblp.c
11027
11028 USB RTL8150 DRIVER
11029 M:      Petko Manolov <petkan@nucleusys.com>
11030 L:      linux-usb@vger.kernel.org
11031 L:      netdev@vger.kernel.org
11032 T:      git git://github.com/petkan/rtl8150.git
11033 W:      https://github.com/petkan/rtl8150
11034 S:      Maintained
11035 F:      drivers/net/usb/rtl8150.c
11036
11037 USB SERIAL SUBSYSTEM
11038 M:      Johan Hovold <johan@kernel.org>
11039 L:      linux-usb@vger.kernel.org
11040 S:      Maintained
11041 F:      Documentation/usb/usb-serial.txt
11042 F:      drivers/usb/serial/
11043 F:      include/linux/usb/serial.h
11044
11045 USB SMSC75XX ETHERNET DRIVER
11046 M:      Steve Glendinning <steve.glendinning@shawell.net>
11047 L:      netdev@vger.kernel.org
11048 S:      Maintained
11049 F:      drivers/net/usb/smsc75xx.*
11050
11051 USB SMSC95XX ETHERNET DRIVER
11052 M:      Steve Glendinning <steve.glendinning@shawell.net>
11053 L:      netdev@vger.kernel.org
11054 S:      Maintained
11055 F:      drivers/net/usb/smsc95xx.*
11056
11057 USB SUBSYSTEM
11058 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11059 L:      linux-usb@vger.kernel.org
11060 W:      http://www.linux-usb.org
11061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11062 S:      Supported
11063 F:      Documentation/usb/
11064 F:      drivers/usb/
11065 F:      include/linux/usb.h
11066 F:      include/linux/usb/
11067
11068 USB UHCI DRIVER
11069 M:      Alan Stern <stern@rowland.harvard.edu>
11070 L:      linux-usb@vger.kernel.org
11071 S:      Maintained
11072 F:      drivers/usb/host/uhci*
11073
11074 USB "USBNET" DRIVER FRAMEWORK
11075 M:      Oliver Neukum <oneukum@suse.com>
11076 L:      netdev@vger.kernel.org
11077 W:      http://www.linux-usb.org/usbnet
11078 S:      Maintained
11079 F:      drivers/net/usb/usbnet.c
11080 F:      include/linux/usb/usbnet.h
11081
11082 USB VIDEO CLASS
11083 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11084 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11085 L:      linux-media@vger.kernel.org
11086 T:      git git://linuxtv.org/media_tree.git
11087 W:      http://www.ideasonboard.org/uvc/
11088 S:      Maintained
11089 F:      drivers/media/usb/uvc/
11090 F:      include/uapi/linux/uvcvideo.h
11091
11092 USB VISION DRIVER
11093 M:      Hans Verkuil <hverkuil@xs4all.nl>
11094 L:      linux-media@vger.kernel.org
11095 T:      git git://linuxtv.org/media_tree.git
11096 W:      http://linuxtv.org
11097 S:      Odd Fixes
11098 F:      drivers/media/usb/usbvision/
11099
11100 USB WEBCAM GADGET
11101 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11102 L:      linux-usb@vger.kernel.org
11103 S:      Maintained
11104 F:      drivers/usb/gadget/function/*uvc*
11105 F:      drivers/usb/gadget/legacy/webcam.c
11106
11107 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11108 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11109 L:      linux-wireless@vger.kernel.org
11110 S:      Maintained
11111 F:      drivers/net/wireless/rndis_wlan.c
11112
11113 USB XHCI DRIVER
11114 M:      Mathias Nyman <mathias.nyman@intel.com>
11115 L:      linux-usb@vger.kernel.org
11116 S:      Supported
11117 F:      drivers/usb/host/xhci*
11118 F:      drivers/usb/host/pci-quirks*
11119
11120 USB ZD1201 DRIVER
11121 L:      linux-wireless@vger.kernel.org
11122 W:      http://linux-lc100020.sourceforge.net
11123 S:      Orphan
11124 F:      drivers/net/wireless/zd1201.*
11125
11126 USB ZR364XX DRIVER
11127 M:      Antoine Jacquet <royale@zerezo.com>
11128 L:      linux-usb@vger.kernel.org
11129 L:      linux-media@vger.kernel.org
11130 T:      git git://linuxtv.org/media_tree.git
11131 W:      http://royale.zerezo.com/zr364xx/
11132 S:      Maintained
11133 F:      Documentation/video4linux/zr364xx.txt
11134 F:      drivers/media/usb/zr364xx/
11135
11136 ULPI BUS
11137 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11138 L:      linux-usb@vger.kernel.org
11139 S:      Maintained
11140 F:      drivers/usb/common/ulpi.c
11141 F:      include/linux/ulpi/
11142
11143 USER-MODE LINUX (UML)
11144 M:      Jeff Dike <jdike@addtoit.com>
11145 M:      Richard Weinberger <richard@nod.at>
11146 L:      user-mode-linux-devel@lists.sourceforge.net
11147 L:      user-mode-linux-user@lists.sourceforge.net
11148 W:      http://user-mode-linux.sourceforge.net
11149 S:      Maintained
11150 F:      Documentation/virtual/uml/
11151 F:      arch/um/
11152 F:      arch/x86/um/
11153 F:      fs/hostfs/
11154 F:      fs/hppfs/
11155
11156 USERSPACE I/O (UIO)
11157 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11158 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11159 S:      Maintained
11160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11161 F:      Documentation/DocBook/uio-howto.tmpl
11162 F:      drivers/uio/
11163 F:      include/linux/uio*.h
11164
11165 UTIL-LINUX PACKAGE
11166 M:      Karel Zak <kzak@redhat.com>
11167 L:      util-linux@vger.kernel.org
11168 W:      http://en.wikipedia.org/wiki/Util-linux
11169 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11170 S:      Maintained
11171
11172 UVESAFB DRIVER
11173 M:      Michal Januszewski <spock@gentoo.org>
11174 L:      linux-fbdev@vger.kernel.org
11175 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11176 S:      Maintained
11177 F:      Documentation/fb/uvesafb.txt
11178 F:      drivers/video/fbdev/uvesafb.*
11179
11180 VFAT/FAT/MSDOS FILESYSTEM
11181 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11182 S:      Maintained
11183 F:      Documentation/filesystems/vfat.txt
11184 F:      fs/fat/
11185
11186 VFIO DRIVER
11187 M:      Alex Williamson <alex.williamson@redhat.com>
11188 L:      kvm@vger.kernel.org
11189 S:      Maintained
11190 F:      Documentation/vfio.txt
11191 F:      drivers/vfio/
11192 F:      include/linux/vfio.h
11193 F:      include/uapi/linux/vfio.h
11194
11195 VFIO PLATFORM DRIVER
11196 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11197 L:      kvm@vger.kernel.org
11198 S:      Maintained
11199 F:      drivers/vfio/platform/
11200
11201 VIDEOBUF2 FRAMEWORK
11202 M:      Pawel Osciak <pawel@osciak.com>
11203 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11204 M:      Kyungmin Park <kyungmin.park@samsung.com>
11205 L:      linux-media@vger.kernel.org
11206 S:      Maintained
11207 F:      drivers/media/v4l2-core/videobuf2-*
11208 F:      include/media/videobuf2-*
11209
11210 VIRTIO CONSOLE DRIVER
11211 M:      Amit Shah <amit.shah@redhat.com>
11212 L:      virtualization@lists.linux-foundation.org
11213 S:      Maintained
11214 F:      drivers/char/virtio_console.c
11215 F:      include/linux/virtio_console.h
11216 F:      include/uapi/linux/virtio_console.h
11217
11218 VIRTIO CORE, NET AND BLOCK DRIVERS
11219 M:      "Michael S. Tsirkin" <mst@redhat.com>
11220 L:      virtualization@lists.linux-foundation.org
11221 S:      Maintained
11222 F:      drivers/virtio/
11223 F:      tools/virtio/
11224 F:      drivers/net/virtio_net.c
11225 F:      drivers/block/virtio_blk.c
11226 F:      include/linux/virtio_*.h
11227 F:      include/uapi/linux/virtio_*.h
11228
11229 VIRTIO DRIVERS FOR S390
11230 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11231 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11232 L:      linux-s390@vger.kernel.org
11233 L:      virtualization@lists.linux-foundation.org
11234 L:      kvm@vger.kernel.org
11235 S:      Supported
11236 F:      drivers/s390/virtio/
11237
11238 VIRTIO GPU DRIVER
11239 M:      David Airlie <airlied@linux.ie>
11240 M:      Gerd Hoffmann <kraxel@redhat.com>
11241 L:      dri-devel@lists.freedesktop.org
11242 L:      virtualization@lists.linux-foundation.org
11243 S:      Maintained
11244 F:      drivers/gpu/drm/virtio/
11245 F:      include/uapi/linux/virtio_gpu.h
11246
11247 VIRTIO HOST (VHOST)
11248 M:      "Michael S. Tsirkin" <mst@redhat.com>
11249 L:      kvm@vger.kernel.org
11250 L:      virtualization@lists.linux-foundation.org
11251 L:      netdev@vger.kernel.org
11252 S:      Maintained
11253 F:      drivers/vhost/
11254 F:      include/uapi/linux/vhost.h
11255
11256 VIRTIO INPUT DRIVER
11257 M:      Gerd Hoffmann <kraxel@redhat.com>
11258 S:      Maintained
11259 F:      drivers/virtio/virtio_input.c
11260 F:      include/uapi/linux/virtio_input.h
11261
11262 VIA RHINE NETWORK DRIVER
11263 S:      Orphan
11264 F:      drivers/net/ethernet/via/via-rhine.c
11265
11266 VIA SD/MMC CARD CONTROLLER DRIVER
11267 M:      Bruce Chang <brucechang@via.com.tw>
11268 M:      Harald Welte <HaraldWelte@viatech.com>
11269 S:      Maintained
11270 F:      drivers/mmc/host/via-sdmmc.c
11271
11272 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11273 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11274 L:      linux-fbdev@vger.kernel.org
11275 S:      Maintained
11276 F:      include/linux/via-core.h
11277 F:      include/linux/via-gpio.h
11278 F:      include/linux/via_i2c.h
11279 F:      drivers/video/fbdev/via/
11280
11281 VIA VELOCITY NETWORK DRIVER
11282 M:      Francois Romieu <romieu@fr.zoreil.com>
11283 L:      netdev@vger.kernel.org
11284 S:      Maintained
11285 F:      drivers/net/ethernet/via/via-velocity.*
11286
11287 VIVID VIRTUAL VIDEO DRIVER
11288 M:      Hans Verkuil <hverkuil@xs4all.nl>
11289 L:      linux-media@vger.kernel.org
11290 T:      git git://linuxtv.org/media_tree.git
11291 W:      http://linuxtv.org
11292 S:      Maintained
11293 F:      drivers/media/platform/vivid/*
11294
11295 VLAN (802.1Q)
11296 M:      Patrick McHardy <kaber@trash.net>
11297 L:      netdev@vger.kernel.org
11298 S:      Maintained
11299 F:      drivers/net/macvlan.c
11300 F:      include/linux/if_*vlan.h
11301 F:      net/8021q/
11302
11303 VLYNQ BUS
11304 M:      Florian Fainelli <florian@openwrt.org>
11305 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11306 S:      Maintained
11307 F:      drivers/vlynq/vlynq.c
11308 F:      include/linux/vlynq.h
11309
11310 VME SUBSYSTEM
11311 M:      Martyn Welch <martyn@welchs.me.uk>
11312 M:      Manohar Vanga <manohar.vanga@gmail.com>
11313 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11314 L:      devel@driverdev.osuosl.org
11315 S:      Maintained
11316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11317 F:      Documentation/vme_api.txt
11318 F:      drivers/staging/vme/
11319 F:      drivers/vme/
11320 F:      include/linux/vme*
11321
11322 VMWARE HYPERVISOR INTERFACE
11323 M:      Alok Kataria <akataria@vmware.com>
11324 L:      virtualization@lists.linux-foundation.org
11325 S:      Supported
11326 F:      arch/x86/kernel/cpu/vmware.c
11327
11328 VMWARE BALLOON DRIVER
11329 M:      Xavier Deguillard <xdeguillard@vmware.com>
11330 M:      Philip Moltmann <moltmann@vmware.com>
11331 M:      "VMware, Inc." <pv-drivers@vmware.com>
11332 L:      linux-kernel@vger.kernel.org
11333 S:      Maintained
11334 F:      drivers/misc/vmw_balloon.c
11335
11336 VMWARE VMMOUSE SUBDRIVER
11337 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11338 M:      "VMware, Inc." <pv-drivers@vmware.com>
11339 L:      linux-input@vger.kernel.org
11340 S:      Maintained
11341 F:      drivers/input/mouse/vmmouse.c
11342 F:      drivers/input/mouse/vmmouse.h
11343
11344 VMWARE VMXNET3 ETHERNET DRIVER
11345 M:      Shrikrishna Khare <skhare@vmware.com>
11346 M:      "VMware, Inc." <pv-drivers@vmware.com>
11347 L:      netdev@vger.kernel.org
11348 S:      Maintained
11349 F:      drivers/net/vmxnet3/
11350
11351 VMware PVSCSI driver
11352 M:      Arvind Kumar <arvindkumar@vmware.com>
11353 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11354 L:      linux-scsi@vger.kernel.org
11355 S:      Maintained
11356 F:      drivers/scsi/vmw_pvscsi.c
11357 F:      drivers/scsi/vmw_pvscsi.h
11358
11359 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11360 M:      Liam Girdwood <lgirdwood@gmail.com>
11361 M:      Mark Brown <broonie@kernel.org>
11362 L:      linux-kernel@vger.kernel.org
11363 W:      http://www.slimlogic.co.uk/?p=48
11364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11365 S:      Supported
11366 F:      drivers/regulator/
11367 F:      include/linux/regulator/
11368
11369 VRF
11370 M:      David Ahern <dsa@cumulusnetworks.com>
11371 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11372 L:      netdev@vger.kernel.org
11373 S:      Maintained
11374 F:      drivers/net/vrf.c
11375 F:      Documentation/networking/vrf.txt
11376
11377 VT1211 HARDWARE MONITOR DRIVER
11378 M:      Juerg Haefliger <juergh@gmail.com>
11379 L:      lm-sensors@lm-sensors.org
11380 S:      Maintained
11381 F:      Documentation/hwmon/vt1211
11382 F:      drivers/hwmon/vt1211.c
11383
11384 VT8231 HARDWARE MONITOR DRIVER
11385 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11386 L:      lm-sensors@lm-sensors.org
11387 S:      Maintained
11388 F:      drivers/hwmon/vt8231.c
11389
11390 VUB300 USB to SDIO/SD/MMC bridge chip
11391 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11392 L:      linux-mmc@vger.kernel.org
11393 L:      linux-usb@vger.kernel.org
11394 S:      Supported
11395 F:      drivers/mmc/host/vub300.c
11396
11397 W1 DALLAS'S 1-WIRE BUS
11398 M:      Evgeniy Polyakov <zbr@ioremap.net>
11399 S:      Maintained
11400 F:      Documentation/w1/
11401 F:      drivers/w1/
11402
11403 W83791D HARDWARE MONITORING DRIVER
11404 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11405 L:      lm-sensors@lm-sensors.org
11406 S:      Maintained
11407 F:      Documentation/hwmon/w83791d
11408 F:      drivers/hwmon/w83791d.c
11409
11410 W83793 HARDWARE MONITORING DRIVER
11411 M:      Rudolf Marek <r.marek@assembler.cz>
11412 L:      lm-sensors@lm-sensors.org
11413 S:      Maintained
11414 F:      Documentation/hwmon/w83793
11415 F:      drivers/hwmon/w83793.c
11416
11417 W83795 HARDWARE MONITORING DRIVER
11418 M:      Jean Delvare <jdelvare@suse.com>
11419 L:      lm-sensors@lm-sensors.org
11420 S:      Maintained
11421 F:      drivers/hwmon/w83795.c
11422
11423 W83L51xD SD/MMC CARD INTERFACE DRIVER
11424 M:      Pierre Ossman <pierre@ossman.eu>
11425 S:      Maintained
11426 F:      drivers/mmc/host/wbsd.*
11427
11428 WACOM PROTOCOL 4 SERIAL TABLETS
11429 M:      Julian Squires <julian@cipht.net>
11430 M:      Hans de Goede <hdegoede@redhat.com>
11431 L:      linux-input@vger.kernel.org
11432 S:      Maintained
11433 F:      drivers/input/tablet/wacom_serial4.c
11434
11435 WATCHDOG DEVICE DRIVERS
11436 M:      Wim Van Sebroeck <wim@iguana.be>
11437 L:      linux-watchdog@vger.kernel.org
11438 W:      http://www.linux-watchdog.org/
11439 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11440 S:      Maintained
11441 F:      Documentation/watchdog/
11442 F:      drivers/watchdog/
11443 F:      include/linux/watchdog.h
11444 F:      include/uapi/linux/watchdog.h
11445
11446 WD7000 SCSI DRIVER
11447 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11448 L:      linux-scsi@vger.kernel.org
11449 S:      Maintained
11450 F:      drivers/scsi/wd7000.c
11451
11452 WIIMOTE HID DRIVER
11453 M:      David Herrmann <dh.herrmann@googlemail.com>
11454 L:      linux-input@vger.kernel.org
11455 S:      Maintained
11456 F:      drivers/hid/hid-wiimote*
11457
11458 WINBOND CIR DRIVER
11459 M:      David Härdeman <david@hardeman.nu>
11460 S:      Maintained
11461 F:      drivers/media/rc/winbond-cir.c
11462
11463 WIMAX STACK
11464 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11465 M:      linux-wimax@intel.com
11466 L:      wimax@linuxwimax.org (subscribers-only)
11467 S:      Supported
11468 W:      http://linuxwimax.org
11469 F:      Documentation/wimax/README.wimax
11470 F:      include/linux/wimax/debug.h
11471 F:      include/net/wimax.h
11472 F:      include/uapi/linux/wimax.h
11473 F:      net/wimax/
11474
11475 WISTRON LAPTOP BUTTON DRIVER
11476 M:      Miloslav Trmac <mitr@volny.cz>
11477 S:      Maintained
11478 F:      drivers/input/misc/wistron_btns.c
11479
11480 WL3501 WIRELESS PCMCIA CARD DRIVER
11481 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11482 L:      linux-wireless@vger.kernel.org
11483 W:      http://oops.ghostprotocols.net:81/blog
11484 S:      Maintained
11485 F:      drivers/net/wireless/wl3501*
11486
11487 WOLFSON MICROELECTRONICS DRIVERS
11488 L:      patches@opensource.wolfsonmicro.com
11489 T:      git https://github.com/CirrusLogic/linux-drivers.git
11490 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11491 S:      Supported
11492 F:      Documentation/hwmon/wm83??
11493 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11494 F:      drivers/clk/clk-wm83*.c
11495 F:      drivers/extcon/extcon-arizona.c
11496 F:      drivers/leds/leds-wm83*.c
11497 F:      drivers/gpio/gpio-*wm*.c
11498 F:      drivers/gpio/gpio-arizona.c
11499 F:      drivers/hwmon/wm83??-hwmon.c
11500 F:      drivers/input/misc/wm831x-on.c
11501 F:      drivers/input/touchscreen/wm831x-ts.c
11502 F:      drivers/input/touchscreen/wm97*.c
11503 F:      drivers/mfd/arizona*
11504 F:      drivers/mfd/wm*.c
11505 F:      drivers/power/wm83*.c
11506 F:      drivers/rtc/rtc-wm83*.c
11507 F:      drivers/regulator/wm8*.c
11508 F:      drivers/video/backlight/wm83*_bl.c
11509 F:      drivers/watchdog/wm83*_wdt.c
11510 F:      include/linux/mfd/arizona/
11511 F:      include/linux/mfd/wm831x/
11512 F:      include/linux/mfd/wm8350/
11513 F:      include/linux/mfd/wm8400*
11514 F:      include/linux/wm97xx.h
11515 F:      include/sound/wm????.h
11516 F:      sound/soc/codecs/arizona.?
11517 F:      sound/soc/codecs/wm*
11518
11519 WORKQUEUE
11520 M:      Tejun Heo <tj@kernel.org>
11521 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11523 S:      Maintained
11524 F:      include/linux/workqueue.h
11525 F:      kernel/workqueue.c
11526 F:      Documentation/workqueue.txt
11527
11528 X.25 NETWORK LAYER
11529 M:      Andrew Hendry <andrew.hendry@gmail.com>
11530 L:      linux-x25@vger.kernel.org
11531 S:      Odd Fixes
11532 F:      Documentation/networking/x25*
11533 F:      include/net/x25*
11534 F:      net/x25/
11535
11536 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11537 M:      Thomas Gleixner <tglx@linutronix.de>
11538 M:      Ingo Molnar <mingo@redhat.com>
11539 M:      "H. Peter Anvin" <hpa@zytor.com>
11540 M:      x86@kernel.org
11541 L:      linux-kernel@vger.kernel.org
11542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11543 S:      Maintained
11544 F:      Documentation/x86/
11545 F:      arch/x86/
11546
11547 X86 PLATFORM DRIVERS
11548 M:      Darren Hart <dvhart@infradead.org>
11549 L:      platform-driver-x86@vger.kernel.org
11550 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11551 S:      Maintained
11552 F:      drivers/platform/x86/
11553
11554 X86 MCE INFRASTRUCTURE
11555 M:      Tony Luck <tony.luck@intel.com>
11556 M:      Borislav Petkov <bp@alien8.de>
11557 L:      linux-edac@vger.kernel.org
11558 S:      Maintained
11559 F:      arch/x86/kernel/cpu/mcheck/*
11560
11561 X86 MICROCODE UPDATE SUPPORT
11562 M:      Borislav Petkov <bp@alien8.de>
11563 S:      Maintained
11564 F:      arch/x86/kernel/cpu/microcode/*
11565
11566 X86 VDSO
11567 M:      Andy Lutomirski <luto@amacapital.net>
11568 L:      linux-kernel@vger.kernel.org
11569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11570 S:      Maintained
11571 F:      arch/x86/entry/vdso/
11572
11573 XC2028/3028 TUNER DRIVER
11574 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11575 L:      linux-media@vger.kernel.org
11576 W:      http://linuxtv.org
11577 T:      git git://linuxtv.org/media_tree.git
11578 S:      Maintained
11579 F:      drivers/media/tuners/tuner-xc2028.*
11580
11581 XEN HYPERVISOR INTERFACE
11582 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11583 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11584 M:      David Vrabel <david.vrabel@citrix.com>
11585 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11587 S:      Supported
11588 F:      arch/x86/xen/
11589 F:      drivers/*/xen-*front.c
11590 F:      drivers/xen/
11591 F:      arch/x86/include/asm/xen/
11592 F:      include/xen/
11593 F:      include/uapi/xen/
11594
11595 XEN HYPERVISOR ARM
11596 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11597 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11598 S:      Supported
11599 F:      arch/arm/xen/
11600 F:      arch/arm/include/asm/xen/
11601
11602 XEN HYPERVISOR ARM64
11603 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11604 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11605 S:      Supported
11606 F:      arch/arm64/xen/
11607 F:      arch/arm64/include/asm/xen/
11608
11609 XEN NETWORK BACKEND DRIVER
11610 M:      Ian Campbell <ian.campbell@citrix.com>
11611 M:      Wei Liu <wei.liu2@citrix.com>
11612 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11613 L:      netdev@vger.kernel.org
11614 S:      Supported
11615 F:      drivers/net/xen-netback/*
11616
11617 XEN PCI SUBSYSTEM
11618 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11619 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11620 S:      Supported
11621 F:      arch/x86/pci/*xen*
11622 F:      drivers/pci/*xen*
11623
11624 XEN BLOCK SUBSYSTEM
11625 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11626 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11627 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11628 S:      Supported
11629 F:      drivers/block/xen-blkback/*
11630 F:      drivers/block/xen*
11631
11632 XEN PVSCSI DRIVERS
11633 M:      Juergen Gross <jgross@suse.com>
11634 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11635 L:      linux-scsi@vger.kernel.org
11636 S:      Supported
11637 F:      drivers/scsi/xen-scsifront.c
11638 F:      drivers/xen/xen-scsiback.c
11639 F:      include/xen/interface/io/vscsiif.h
11640
11641 XEN SWIOTLB SUBSYSTEM
11642 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11643 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11644 S:      Supported
11645 F:      arch/x86/xen/*swiotlb*
11646 F:      drivers/xen/*swiotlb*
11647
11648 XFS FILESYSTEM
11649 P:      Silicon Graphics Inc
11650 M:      Dave Chinner <david@fromorbit.com>
11651 M:      xfs@oss.sgi.com
11652 L:      xfs@oss.sgi.com
11653 W:      http://oss.sgi.com/projects/xfs
11654 T:      git git://oss.sgi.com/xfs/xfs.git
11655 S:      Supported
11656 F:      Documentation/filesystems/xfs.txt
11657 F:      fs/xfs/
11658
11659 XILINX AXI ETHERNET DRIVER
11660 M:      Anirudha Sarangi <anirudh@xilinx.com>
11661 M:      John Linn <John.Linn@xilinx.com>
11662 S:      Maintained
11663 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11664
11665 XILINX UARTLITE SERIAL DRIVER
11666 M:      Peter Korsgaard <jacmet@sunsite.dk>
11667 L:      linux-serial@vger.kernel.org
11668 S:      Maintained
11669 F:      drivers/tty/serial/uartlite.c
11670
11671 XILINX VIDEO IP CORES
11672 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11673 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11674 L:      linux-media@vger.kernel.org
11675 T:      git git://linuxtv.org/media_tree.git
11676 S:      Supported
11677 F:      Documentation/devicetree/bindings/media/xilinx/
11678 F:      drivers/media/platform/xilinx/
11679 F:      include/uapi/linux/xilinx-v4l2-controls.h
11680
11681 XILLYBUS DRIVER
11682 M:      Eli Billauer <eli.billauer@gmail.com>
11683 L:      linux-kernel@vger.kernel.org
11684 S:      Supported
11685 F:      drivers/char/xillybus/
11686
11687 XTENSA XTFPGA PLATFORM SUPPORT
11688 M:      Max Filippov <jcmvbkbc@gmail.com>
11689 L:      linux-xtensa@linux-xtensa.org
11690 S:      Maintained
11691 F:      drivers/spi/spi-xtensa-xtfpga.c
11692 F:      sound/soc/xtensa/xtfpga-i2s.c
11693
11694 YAM DRIVER FOR AX.25
11695 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11696 L:      linux-hams@vger.kernel.org
11697 S:      Maintained
11698 F:      drivers/net/hamradio/yam*
11699 F:      include/linux/yam.h
11700
11701 YEALINK PHONE DRIVER
11702 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11703 L:      usbb2k-api-dev@nongnu.org
11704 S:      Maintained
11705 F:      Documentation/input/yealink.txt
11706 F:      drivers/input/misc/yealink.*
11707
11708 Z8530 DRIVER FOR AX.25
11709 M:      Joerg Reuter <jreuter@yaina.de>
11710 W:      http://yaina.de/jreuter/
11711 W:      http://www.qsl.net/dl1bke/
11712 L:      linux-hams@vger.kernel.org
11713 S:      Maintained
11714 F:      Documentation/networking/z8530drv.txt
11715 F:      drivers/net/hamradio/*scc.c
11716 F:      drivers/net/hamradio/z8530.h
11717
11718 ZBUD COMPRESSED PAGE ALLOCATOR
11719 M:      Seth Jennings <sjennings@variantweb.net>
11720 L:      linux-mm@kvack.org
11721 S:      Maintained
11722 F:      mm/zbud.c
11723 F:      include/linux/zbud.h
11724
11725 ZD1211RW WIRELESS DRIVER
11726 M:      Daniel Drake <dsd@gentoo.org>
11727 M:      Ulrich Kunitz <kune@deine-taler.de>
11728 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11729 L:      linux-wireless@vger.kernel.org
11730 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11731 S:      Maintained
11732 F:      drivers/net/wireless/zd1211rw/
11733
11734 ZPOOL COMPRESSED PAGE STORAGE API
11735 M:      Dan Streetman <ddstreet@ieee.org>
11736 L:      linux-mm@kvack.org
11737 S:      Maintained
11738 F:      mm/zpool.c
11739 F:      include/linux/zpool.h
11740
11741 ZR36067 VIDEO FOR LINUX DRIVER
11742 L:      mjpeg-users@lists.sourceforge.net
11743 L:      linux-media@vger.kernel.org
11744 W:      http://mjpeg.sourceforge.net/driver-zoran/
11745 T:      hg http://linuxtv.org/hg/v4l-dvb
11746 S:      Odd Fixes
11747 F:      drivers/media/pci/zoran/
11748
11749 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11750 M:      Minchan Kim <minchan@kernel.org>
11751 M:      Nitin Gupta <ngupta@vflare.org>
11752 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11753 L:      linux-kernel@vger.kernel.org
11754 S:      Maintained
11755 F:      drivers/block/zram/
11756 F:      Documentation/blockdev/zram.txt
11757
11758 ZS DECSTATION Z85C30 SERIAL DRIVER
11759 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11760 S:      Maintained
11761 F:      drivers/tty/serial/zs.*
11762
11763 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11764 M:      Minchan Kim <minchan@kernel.org>
11765 M:      Nitin Gupta <ngupta@vflare.org>
11766 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11767 L:      linux-mm@kvack.org
11768 S:      Maintained
11769 F:      mm/zsmalloc.c
11770 F:      include/linux/zsmalloc.h
11771 F:      Documentation/vm/zsmalloc.txt
11772
11773 ZSWAP COMPRESSED SWAP CACHING
11774 M:      Seth Jennings <sjennings@variantweb.net>
11775 L:      linux-mm@kvack.org
11776 S:      Maintained
11777 F:      mm/zswap.c
11778
11779 THE REST
11780 M:      Linus Torvalds <torvalds@linux-foundation.org>
11781 L:      linux-kernel@vger.kernel.org
11782 Q:      http://patchwork.kernel.org/project/LKML/list/
11783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11784 S:      Buried alive in reporters
11785 F:      *
11786 F:      */