]> git.karo-electronics.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge remote-tracking branch 'tegra/for-next'
[karo-tx-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 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
248
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
255
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
261
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
280
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
295
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
302
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
309
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
316
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
321
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
328
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
335
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
342
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
349
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
356
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
363
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
367
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
374
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
380
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
386
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
393
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
404
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
412
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
419
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
427
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
432
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
439
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
446
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
454
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
459
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
469
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
479
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
485
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
493
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
501
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
508
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
514
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
522
523 AIO
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
529
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
539
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
547
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
552
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
559
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
565
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
573
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
579
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
585
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
592
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
602
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
609
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
616
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 S:      Orphan
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <dilinger@queued.net>
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <joro@8bytes.org>
634 L:      iommu@lists.linux-foundation.org
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <oded.gabbay@gmail.com>
642 L:      dri-devel@lists.freedesktop.org
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
649 F:      drivers/gpu/drm/amd/amdkfd/
650 F:      drivers/gpu/drm/amd/include/cik_structs.h
651 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
652 F:      drivers/gpu/drm/amd/include/vi_structs.h
653 F:      drivers/gpu/drm/radeon/radeon_kfd.c
654 F:      drivers/gpu/drm/radeon/radeon_kfd.h
655 F:      include/uapi/linux/kfd_ioctl.h
656
657 AMD MICROCODE UPDATE SUPPORT
658 M:      Borislav Petkov <bp@alien8.de>
659 S:      Maintained
660 F:      arch/x86/kernel/cpu/microcode/amd*
661
662 AMD XGBE DRIVER
663 M:      Tom Lendacky <thomas.lendacky@amd.com>
664 L:      netdev@vger.kernel.org
665 S:      Supported
666 F:      drivers/net/ethernet/amd/xgbe/
667
668 AMS (Apple Motion Sensor) DRIVER
669 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
670 S:      Supported
671 F:      drivers/macintosh/ams/
672
673 AMSO1100 RNIC DRIVER
674 M:      Tom Tucker <tom@opengridcomputing.com>
675 M:      Steve Wise <swise@opengridcomputing.com>
676 L:      linux-rdma@vger.kernel.org
677 S:      Maintained
678 F:      drivers/infiniband/hw/amso1100/
679
680 ANALOG DEVICES INC AD9389B DRIVER
681 M:      Hans Verkuil <hans.verkuil@cisco.com>
682 L:      linux-media@vger.kernel.org
683 S:      Maintained
684 F:      drivers/media/i2c/ad9389b*
685
686 ANALOG DEVICES INC ADV7180 DRIVER
687 M:      Lars-Peter Clausen <lars@metafoo.de>
688 L:      linux-media@vger.kernel.org
689 W:      http://ez.analog.com/community/linux-device-drivers
690 S:      Supported
691 F:      drivers/media/i2c/adv7180.c
692
693 ANALOG DEVICES INC ADV7511 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7511*
698
699 ANALOG DEVICES INC ADV7604 DRIVER
700 M:      Hans Verkuil <hans.verkuil@cisco.com>
701 L:      linux-media@vger.kernel.org
702 S:      Maintained
703 F:      drivers/media/i2c/adv7604*
704
705 ANALOG DEVICES INC ADV7842 DRIVER
706 M:      Hans Verkuil <hans.verkuil@cisco.com>
707 L:      linux-media@vger.kernel.org
708 S:      Maintained
709 F:      drivers/media/i2c/adv7842*
710
711 ANALOG DEVICES INC ASOC CODEC DRIVERS
712 M:      Lars-Peter Clausen <lars@metafoo.de>
713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
714 W:      http://wiki.analog.com/
715 W:      http://ez.analog.com/community/linux-device-drivers
716 S:      Supported
717 F:      sound/soc/codecs/adau*
718 F:      sound/soc/codecs/adav*
719 F:      sound/soc/codecs/ad1*
720 F:      sound/soc/codecs/ad7*
721 F:      sound/soc/codecs/ssm*
722 F:      sound/soc/codecs/sigmadsp.*
723
724 ANALOG DEVICES INC ASOC DRIVERS
725 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
726 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
727 W:      http://blackfin.uclinux.org/
728 S:      Supported
729 F:      sound/soc/blackfin/*
730
731 ANALOG DEVICES INC IIO DRIVERS
732 M:      Lars-Peter Clausen <lars@metafoo.de>
733 M:      Michael Hennerich <Michael.Hennerich@analog.com>
734 W:      http://wiki.analog.com/
735 W:      http://ez.analog.com/community/linux-device-drivers
736 S:      Supported
737 F:      drivers/iio/*/ad*
738 X:      drivers/iio/*/adjd*
739 F:      drivers/staging/iio/*/ad*
740 F:      staging/iio/trigger/iio-trig-bfin-timer.c
741
742 ANALOG DEVICES INC DMA DRIVERS
743 M:      Lars-Peter Clausen <lars@metafoo.de>
744 W:      http://ez.analog.com/community/linux-device-drivers
745 S:      Supported
746 F:      drivers/dma/dma-axi-dmac.c
747
748 ANDROID DRIVERS
749 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
750 M:      Arve HjønnevĂ¥g <arve@android.com>
751 M:      Riley Andrews <riandrews@android.com>
752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
753 L:      devel@driverdev.osuosl.org
754 S:      Supported
755 F:      drivers/android/
756 F:      drivers/staging/android/
757
758 AOA (Apple Onboard Audio) ALSA DRIVER
759 M:      Johannes Berg <johannes@sipsolutions.net>
760 L:      linuxppc-dev@lists.ozlabs.org
761 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
762 S:      Maintained
763 F:      sound/aoa/
764
765 APM DRIVER
766 M:      Jiri Kosina <jikos@kernel.org>
767 S:      Odd fixes
768 F:      arch/x86/kernel/apm_32.c
769 F:      include/linux/apm_bios.h
770 F:      include/uapi/linux/apm_bios.h
771 F:      drivers/char/apm-emulation.c
772
773 APPLE BCM5974 MULTITOUCH DRIVER
774 M:      Henrik Rydberg <rydberg@bitmath.org>
775 L:      linux-input@vger.kernel.org
776 S:      Odd fixes
777 F:      drivers/input/mouse/bcm5974.c
778
779 APPLE SMC DRIVER
780 M:      Henrik Rydberg <rydberg@bitmath.org>
781 L:      lm-sensors@lm-sensors.org
782 S:      Odd fixes
783 F:      drivers/hwmon/applesmc.c
784
785 APPLETALK NETWORK LAYER
786 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
787 S:      Maintained
788 F:      drivers/net/appletalk/
789 F:      net/appletalk/
790
791 APPLIED MICRO (APM) X-GENE DEVICE TREE SUPPORT
792 M:      Duc Dang <dhdang@apm.com>
793 S:      Supported
794 F:      arch/arm64/boot/dts/apm/
795
796 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
797 M:      Iyappan Subramanian <isubramanian@apm.com>
798 M:      Keyur Chudgar <kchudgar@apm.com>
799 S:      Supported
800 F:      drivers/net/ethernet/apm/xgene/
801 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
802
803 APTINA CAMERA SENSOR PLL
804 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
805 L:      linux-media@vger.kernel.org
806 S:      Maintained
807 F:      drivers/media/i2c/aptina-pll.*
808
809 ARC FRAMEBUFFER DRIVER
810 M:      Jaya Kumar <jayalk@intworks.biz>
811 S:      Maintained
812 F:      drivers/video/fbdev/arcfb.c
813 F:      drivers/video/fbdev/core/fb_defio.c
814
815 ARCNET NETWORK LAYER
816 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
817 L:      netdev@vger.kernel.org
818 S:      Maintained
819 F:      drivers/net/arcnet/
820 F:      include/uapi/linux/if_arcnet.h
821
822 ARM MFM AND FLOPPY DRIVERS
823 M:      Ian Molton <spyro@f2s.com>
824 S:      Maintained
825 F:      arch/arm/lib/floppydma.S
826 F:      arch/arm/include/asm/floppy.h
827
828 ARM PMU PROFILING AND DEBUGGING
829 M:      Will Deacon <will.deacon@arm.com>
830 S:      Maintained
831 F:      arch/arm/kernel/perf_*
832 F:      arch/arm/oprofile/common.c
833 F:      arch/arm/kernel/hw_breakpoint.c
834 F:      arch/arm/include/asm/hw_breakpoint.h
835 F:      arch/arm/include/asm/perf_event.h
836 F:      drivers/perf/arm_pmu.c
837 F:      include/linux/perf/arm_pmu.h
838
839 ARM PORT
840 M:      Russell King <linux@arm.linux.org.uk>
841 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
842 W:      http://www.arm.linux.org.uk/
843 S:      Maintained
844 F:      arch/arm/
845
846 ARM SUB-ARCHITECTURES
847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
848 S:      Maintained
849 F:      arch/arm/mach-*/
850 F:      arch/arm/plat-*/
851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
852
853 ARM PRIMECELL AACI PL041 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      sound/arm/aaci.*
857
858 ARM PRIMECELL CLCD PL110 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/video/fbdev/amba-clcd.*
862
863 ARM PRIMECELL KMI PL050 DRIVER
864 M:      Russell King <linux@arm.linux.org.uk>
865 S:      Maintained
866 F:      drivers/input/serio/ambakmi.*
867 F:      include/linux/amba/kmi.h
868
869 ARM PRIMECELL MMCI PL180/1 DRIVER
870 M:      Russell King <linux@arm.linux.org.uk>
871 S:      Maintained
872 F:      drivers/mmc/host/mmci.*
873 F:      include/linux/amba/mmci.h
874
875 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
876 M:      Russell King <linux@arm.linux.org.uk>
877 S:      Maintained
878 F:      drivers/tty/serial/amba-pl01*.c
879 F:      include/linux/amba/serial.h
880
881 ARM PRIMECELL BUS SUPPORT
882 M:      Russell King <linux@arm.linux.org.uk>
883 S:      Maintained
884 F:      drivers/amba/
885 F:      include/linux/amba/bus.h
886
887 ARM/ADS SPHERE MACHINE SUPPORT
888 M:      Lennert Buytenhek <kernel@wantstofly.org>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Maintained
891
892 ARM/AFEB9260 MACHINE SUPPORT
893 M:      Sergey Lapin <slapin@ossfans.org>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Maintained
896
897 ARM/AJECO 1ARM MACHINE SUPPORT
898 M:      Lennert Buytenhek <kernel@wantstofly.org>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901
902 ARM/Allwinner sunXi SoC support
903 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
904 M:      Chen-Yu Tsai <wens@csie.org>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 S:      Maintained
907 N:      sun[x456789]i
908
909 ARM/Allwinner SoC Clock Support
910 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
911 S:      Maintained
912 F:      drivers/clk/sunxi/
913
914 ARM/Amlogic MesonX SoC support
915 M:      Carlo Caione <carlo@caione.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      drivers/media/rc/meson-ir.c
919 N:      meson[x68]
920
921 ARM/Annapurna Labs ALPINE ARCHITECTURE
922 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
923 S:      Maintained
924 F:      arch/arm/mach-alpine/
925
926 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
927 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
928 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
929 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 W:      http://www.linux4sam.org
932 S:      Supported
933 F:      arch/arm/mach-at91/
934 F:      include/soc/at91/
935 F:      arch/arm/boot/dts/at91*.dts
936 F:      arch/arm/boot/dts/at91*.dtsi
937 F:      arch/arm/boot/dts/sama*.dts
938 F:      arch/arm/boot/dts/sama*.dtsi
939 F:      arch/arm/include/debug/at91.S
940
941 ARM/ATMEL AT91 Clock Support
942 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
943 S:      Maintained
944 F:      drivers/clk/at91
945
946 ARM/CALXEDA HIGHBANK ARCHITECTURE
947 M:      Rob Herring <robh@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Maintained
950 F:      arch/arm/mach-highbank/
951
952 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
953 M:      Krzysztof Halasa <khalasa@piap.pl>
954 S:      Maintained
955 F:      arch/arm/mach-cns3xxx/
956
957 ARM/CAVIUM THUNDER NETWORK DRIVER
958 M:      Sunil Goutham <sgoutham@cavium.com>
959 M:      Robert Richter <rric@kernel.org>
960 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 S:      Supported
962 F:      drivers/net/ethernet/cavium/thunder/
963
964 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
965 M:      Alexander Shiyan <shc_work@mail.ru>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 S:      Odd Fixes
968 N:      clps711x
969
970 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
971 M:      Hartley Sweeten <hsweeten@visionengravers.com>
972 M:      Ryan Mallon <rmallon@gmail.com>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/mach-ep93xx/
976 F:      arch/arm/mach-ep93xx/include/mach/
977
978 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
979 M:      Lennert Buytenhek <kernel@wantstofly.org>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982
983 ARM/CLKDEV SUPPORT
984 M:      Russell King <linux@arm.linux.org.uk>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Maintained
987 F:      arch/arm/include/asm/clkdev.h
988 F:      drivers/clk/clkdev.c
989
990 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
991 M:      Mike Rapoport <mike@compulab.co.il>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994
995 ARM/CONTEC MICRO9 MACHINE SUPPORT
996 M:      Hubert Feurstein <hubert.feurstein@contec.at>
997 S:      Maintained
998 F:      arch/arm/mach-ep93xx/micro9.c
999
1000 ARM/CORESIGHT FRAMEWORK AND DRIVERS
1001 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
1002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 S:      Maintained
1004 F:      drivers/hwtracing/coresight/*
1005 F:      Documentation/trace/coresight.txt
1006 F:      Documentation/devicetree/bindings/arm/coresight.txt
1007 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1008
1009 ARM/CORGI MACHINE SUPPORT
1010 M:      Richard Purdie <rpurdie@rpsys.net>
1011 S:      Maintained
1012
1013 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1014 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 T:      git git://github.com/ulli-kroll/linux.git
1017 S:      Maintained
1018 F:      arch/arm/mach-gemini/
1019 F:      drivers/rtc/rtc-gemini.c
1020
1021 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1022 M:      Barry Song <baohua@kernel.org>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1025 S:      Maintained
1026 F:      arch/arm/mach-prima2/
1027 F:      drivers/clk/sirf/
1028 F:      drivers/clocksource/timer-prima2.c
1029 F:      drivers/clocksource/timer-atlas7.c
1030 N:      [^a-z]sirf
1031
1032 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1033 M:      Baruch Siach <baruch@tkos.co.il>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 F:      arch/arm/boot/dts/cx92755*
1037 N:      digicolor
1038
1039 ARM/EBSA110 MACHINE SUPPORT
1040 M:      Russell King <linux@arm.linux.org.uk>
1041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1042 W:      http://www.arm.linux.org.uk/
1043 S:      Maintained
1044 F:      arch/arm/mach-ebsa110/
1045 F:      drivers/net/ethernet/amd/am79c961a.*
1046
1047 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1048 M:      Uwe Kleine-König <kernel@pengutronix.de>
1049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1050 S:      Maintained
1051 N:      efm32
1052
1053 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1054 M:      Daniel Ribeiro <drwyrm@gmail.com>
1055 M:      Stefan Schmidt <stefan@openezx.org>
1056 M:      Harald Welte <laforge@openezx.org>
1057 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1058 W:      http://www.openezx.org/
1059 S:      Maintained
1060 T:      topgit git://git.openezx.org/openezx.git
1061 F:      arch/arm/mach-pxa/ezx.c
1062
1063 ARM/FARADAY FA526 PORT
1064 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067 T:      git git://git.berlios.de/gemini-board
1068 F:      arch/arm/mm/*-fa*
1069
1070 ARM/FOOTBRIDGE ARCHITECTURE
1071 M:      Russell King <linux@arm.linux.org.uk>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 W:      http://www.arm.linux.org.uk/
1074 S:      Maintained
1075 F:      arch/arm/include/asm/hardware/dec21285.h
1076 F:      arch/arm/mach-footbridge/
1077
1078 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1079 M:      Shawn Guo <shawnguo@kernel.org>
1080 M:      Sascha Hauer <kernel@pengutronix.de>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 S:      Maintained
1083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1084 F:      arch/arm/mach-imx/
1085 F:      arch/arm/mach-mxs/
1086 F:      arch/arm/boot/dts/imx*
1087 F:      arch/arm/configs/imx*_defconfig
1088 F:      drivers/clk/imx/
1089 F:      include/soc/imx/
1090
1091 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1092 M:      Shawn Guo <shawnguo@kernel.org>
1093 M:      Sascha Hauer <kernel@pengutronix.de>
1094 R:      Stefan Agner <stefan@agner.ch>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S:      Maintained
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1098 F:      arch/arm/mach-imx/*vf610*
1099 F:      arch/arm/boot/dts/vf*
1100
1101 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1102 M:      Lennert Buytenhek <kernel@wantstofly.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/GUMSTIX MACHINE SUPPORT
1107 M:      Steve Sakoman <sakoman@gmail.com>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110
1111 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1112 M:      Philipp Zabel <philipp.zabel@gmail.com>
1113 M:      Paul Parsons <lost.distance@yahoo.com>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-pxa/hx4700.c
1117 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1118 F:      sound/soc/pxa/hx4700.c
1119
1120 ARM/HISILICON SOC SUPPORT
1121 M:      Wei Xu <xuwei5@hisilicon.com>
1122 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1123 W:      http://www.hisilicon.com
1124 S:      Supported
1125 T:      git git://github.com/hisilicon/linux-hisi.git
1126 F:      arch/arm/mach-hisi/
1127
1128 ARM/HP JORNADA 7XX MACHINE SUPPORT
1129 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1130 W:      www.jlime.com
1131 S:      Maintained
1132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1133 F:      arch/arm/mach-sa1100/jornada720.c
1134 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1135
1136 ARM/IGEP MACHINE SUPPORT
1137 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1138 M:      Javier Martinez Canillas <javier@dowhile0.org>
1139 L:      linux-omap@vger.kernel.org
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/boot/dts/omap3-igep*
1143
1144 ARM/INCOME PXA270 SUPPORT
1145 M:      Marek Vasut <marek.vasut@gmail.com>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1149
1150 ARM/INTEL IOP32X ARM ARCHITECTURE
1151 M:      Lennert Buytenhek <kernel@wantstofly.org>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154
1155 ARM/INTEL IOP33X ARM ARCHITECTURE
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Orphan
1158
1159 ARM/INTEL IOP13XX ARM ARCHITECTURE
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/INTEL IQ81342EX MACHINE SUPPORT
1165 M:      Lennert Buytenhek <kernel@wantstofly.org>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168
1169 ARM/INTEL IXDP2850 MACHINE SUPPORT
1170 M:      Lennert Buytenhek <kernel@wantstofly.org>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173
1174 ARM/INTEL IXP4XX ARM ARCHITECTURE
1175 M:      Imre Kaloz <kaloz@openwrt.org>
1176 M:      Krzysztof Halasa <khalasa@piap.pl>
1177 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1178 S:      Maintained
1179 F:      arch/arm/mach-ixp4xx/
1180
1181 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1182 M:      Jonathan Cameron <jic23@cam.ac.uk>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185 F:      arch/arm/mach-pxa/stargate2.c
1186 F:      drivers/pcmcia/pxa2xx_stargate2.c
1187
1188 ARM/INTEL XSC3 (MANZANO) ARM CORE
1189 M:      Lennert Buytenhek <kernel@wantstofly.org>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192
1193 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1194 M:      Lennert Buytenhek <kernel@wantstofly.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197
1198 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1199 M:      Santosh Shilimkar <ssantosh@kernel.org>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 S:      Maintained
1202 F:      arch/arm/mach-keystone/
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1204
1205 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1206 M:      Santosh Shilimkar <ssantosh@kernel.org>
1207 L:      linux-kernel@vger.kernel.org
1208 S:      Maintained
1209 F:      drivers/clk/keystone/
1210
1211 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1212 M:      Santosh Shilimkar <ssantosh@kernel.org>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/clocksource/timer-keystone.c
1217
1218 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1219 M:      Santosh Shilimkar <ssantosh@kernel.org>
1220 L:      linux-kernel@vger.kernel.org
1221 S:      Maintained
1222 F:      drivers/power/reset/keystone-reset.c
1223
1224 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1225 M:      Santosh Shilimkar <ssantosh@kernel.org>
1226 L:      linux-kernel@vger.kernel.org
1227 S:      Maintained
1228 F:      drivers/memory/*emif*
1229
1230 ARM/LOGICPD PXA270 MACHINE SUPPORT
1231 M:      Lennert Buytenhek <kernel@wantstofly.org>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234
1235 ARM/LPC18XX ARCHITECTURE
1236 M:      Joachim Eastwood <manabian@gmail.com>
1237 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 S:      Maintained
1239 F:      arch/arm/boot/dts/lpc43*
1240 F:      drivers/clk/nxp/clk-lpc18xx*
1241 F:      drivers/clocksource/time-lpc32xx.c
1242 F:      drivers/i2c/busses/i2c-lpc2k.c
1243 F:      drivers/memory/pl172.c
1244 F:      drivers/mtd/spi-nor/nxp-spifi.c
1245 F:      drivers/rtc/rtc-lpc24xx.c
1246 N:      lpc18xx
1247
1248 ARM/MAGICIAN MACHINE SUPPORT
1249 M:      Philipp Zabel <philipp.zabel@gmail.com>
1250 S:      Maintained
1251
1252 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1253 M:      Jason Cooper <jason@lakedaemon.net>
1254 M:      Andrew Lunn <andrew@lunn.ch>
1255 M:      Gregory Clement <gregory.clement@free-electrons.com>
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-mvebu/
1260 F:      drivers/rtc/rtc-armada38x.c
1261 F:      arch/arm/boot/dts/armada*
1262 F:      arch/arm/boot/dts/kirkwood*
1263
1264
1265 ARM/Marvell Berlin SoC support
1266 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1268 S:      Maintained
1269 F:      arch/arm/mach-berlin/
1270 F:      arch/arm/boot/dts/berlin*
1271
1272
1273 ARM/Marvell Dove/MV78xx0/Orion SOC support
1274 M:      Jason Cooper <jason@lakedaemon.net>
1275 M:      Andrew Lunn <andrew@lunn.ch>
1276 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1277 M:      Gregory Clement <gregory.clement@free-electrons.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 S:      Maintained
1280 F:      arch/arm/mach-dove/
1281 F:      arch/arm/mach-mv78xx0/
1282 F:      arch/arm/mach-orion5x/
1283 F:      arch/arm/plat-orion/
1284 F:      arch/arm/boot/dts/dove*
1285 F:      arch/arm/boot/dts/orion5x*
1286
1287
1288 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1289 M:      Alexander Clouter <alex@digriz.org.uk>
1290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 W:      http://www.digriz.org.uk/ts78xx/kernel
1292 S:      Maintained
1293 F:      arch/arm/mach-orion5x/ts78xx-*
1294
1295 ARM/Mediatek RTC DRIVER
1296 M:      Eddie Huang <eddie.huang@mediatek.com>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1299 S:      Maintained
1300 F:      drivers/rtc/rtc-mt6397.c
1301
1302 ARM/Mediatek SoC support
1303 M:      Matthias Brugger <matthias.bgg@gmail.com>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1306 S:      Maintained
1307 F:      arch/arm/boot/dts/mt6*
1308 F:      arch/arm/boot/dts/mt8*
1309 F:      arch/arm/mach-mediatek/
1310 N:      mtk
1311 K:      mediatek
1312
1313 ARM/MICREL KS8695 ARCHITECTURE
1314 M:      Greg Ungerer <gerg@uclinux.org>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 F:      arch/arm/mach-ks8695/
1317 S:      Odd Fixes
1318
1319 ARM/MIOA701 MACHINE SUPPORT
1320 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 F:      arch/arm/mach-pxa/mioa701.c
1323 S:      Maintained
1324
1325 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1326 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1327 S:      Maintained
1328
1329 ARM/NOMADIK ARCHITECTURE
1330 M:      Alessandro Rubini <rubini@unipv.it>
1331 M:      Linus Walleij <linus.walleij@linaro.org>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 S:      Maintained
1334 F:      arch/arm/mach-nomadik/
1335 F:      drivers/pinctrl/nomadik/
1336 F:      drivers/i2c/busses/i2c-nomadik.c
1337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1338
1339 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1340 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1341 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1342 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1343 S:      Supported
1344
1345 ARM/TOSA MACHINE SUPPORT
1346 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1347 M:      Dirk Opfer <dirk@opfer-online.de>
1348 S:      Maintained
1349
1350 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1351 M:      Marek Vasut <marek.vasut@gmail.com>
1352 L:      linux-arm-kernel@lists.infradead.org
1353 W:      http://hackndev.com
1354 S:      Maintained
1355 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1356 F:      arch/arm/mach-pxa/palmtx.c
1357 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1358 F:      arch/arm/mach-pxa/palmt5.c
1359 F:      arch/arm/mach-pxa/include/mach/palmld.h
1360 F:      arch/arm/mach-pxa/palmld.c
1361 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1362 F:      arch/arm/mach-pxa/palmte2.c
1363 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1364 F:      arch/arm/mach-pxa/palmtc.c
1365
1366 ARM/PALM TREO SUPPORT
1367 M:      Tomas Cech <sleep_walker@suse.com>
1368 L:      linux-arm-kernel@lists.infradead.org
1369 W:      http://hackndev.com
1370 S:      Maintained
1371 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1372 F:      arch/arm/mach-pxa/palmtreo.c
1373
1374 ARM/PALMZ72 SUPPORT
1375 M:      Sergey Lapin <slapin@ossfans.org>
1376 L:      linux-arm-kernel@lists.infradead.org
1377 W:      http://hackndev.com
1378 S:      Maintained
1379 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1380 F:      arch/arm/mach-pxa/palmz72.c
1381
1382 ARM/PLEB SUPPORT
1383 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1384 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1385 S:      Maintained
1386
1387 ARM/PT DIGITAL BOARD PORT
1388 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390 W:      http://www.arm.linux.org.uk/
1391 S:      Maintained
1392
1393 ARM/QUALCOMM SUPPORT
1394 M:      Kumar Gala <galak@codeaurora.org>
1395 M:      Andy Gross <agross@codeaurora.org>
1396 M:      David Brown <davidb@codeaurora.org>
1397 L:      linux-arm-msm@vger.kernel.org
1398 L:      linux-soc@vger.kernel.org
1399 S:      Maintained
1400 F:      arch/arm/mach-qcom/
1401 F:      drivers/soc/qcom/
1402 F:      drivers/tty/serial/msm_serial.h
1403 F:      drivers/tty/serial/msm_serial.c
1404 F:      drivers/*/pm8???-*
1405 F:      drivers/mfd/ssbi.c
1406 F:      drivers/firmware/qcom_scm.c
1407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1408
1409 ARM/RADISYS ENP2611 MACHINE SUPPORT
1410 M:      Lennert Buytenhek <kernel@wantstofly.org>
1411 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 S:      Maintained
1413
1414 ARM/RISCPC ARCHITECTURE
1415 M:      Russell King <linux@arm.linux.org.uk>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 W:      http://www.arm.linux.org.uk/
1418 S:      Maintained
1419 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1420 F:      arch/arm/include/asm/hardware/ioc.h
1421 F:      arch/arm/include/asm/hardware/iomd.h
1422 F:      arch/arm/include/asm/hardware/memc.h
1423 F:      arch/arm/mach-rpc/
1424 F:      drivers/net/ethernet/8390/etherh.c
1425 F:      drivers/net/ethernet/i825xx/ether1*
1426 F:      drivers/net/ethernet/seeq/ether3*
1427 F:      drivers/scsi/arm/
1428
1429 ARM/Rockchip SoC support
1430 M:      Heiko Stuebner <heiko@sntech.de>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 L:      linux-rockchip@lists.infradead.org
1433 S:      Maintained
1434 F:      arch/arm/boot/dts/rk3*
1435 F:      arch/arm/mach-rockchip/
1436 F:      drivers/clk/rockchip/
1437 F:      drivers/i2c/busses/i2c-rk3x.c
1438 F:      drivers/*/*rockchip*
1439 F:      drivers/*/*/*rockchip*
1440 F:      sound/soc/rockchip/
1441 N:      rockchip
1442
1443 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1444 M:      Kukjin Kim <kgene@kernel.org>
1445 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1448 S:      Maintained
1449 F:      arch/arm/boot/dts/s3c*
1450 F:      arch/arm/boot/dts/exynos*
1451 F:      arch/arm64/boot/dts/exynos/
1452 F:      arch/arm/plat-samsung/
1453 F:      arch/arm/mach-s3c24*/
1454 F:      arch/arm/mach-s3c64xx/
1455 F:      arch/arm/mach-s5p*/
1456 F:      arch/arm/mach-exynos*/
1457 F:      drivers/*/*s3c2410*
1458 F:      drivers/*/*/*s3c2410*
1459 F:      drivers/spi/spi-s3c*
1460 F:      drivers/soc/samsung/*
1461 F:      sound/soc/samsung/*
1462 F:      Documentation/arm/Samsung/
1463 F:      Documentation/devicetree/bindings/arm/samsung/
1464 F:      Documentation/devicetree/bindings/sram/samsung-sram.txt
1465 F:      Documentation/devicetree/bindings/power/pd-samsung.txt
1466 N:      exynos
1467
1468 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S:      Maintained
1472 F:      arch/arm/mach-s5pv210/
1473
1474 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1475 M:      Kyungmin Park <kyungmin.park@samsung.com>
1476 M:      Kamil Debski <k.debski@samsung.com>
1477 L:      linux-arm-kernel@lists.infradead.org
1478 L:      linux-media@vger.kernel.org
1479 S:      Maintained
1480 F:      drivers/media/platform/s5p-g2d/
1481
1482 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1483 M:      Kyungmin Park <kyungmin.park@samsung.com>
1484 M:      Kamil Debski <k.debski@samsung.com>
1485 M:      Jeongtae Park <jtp.park@samsung.com>
1486 L:      linux-arm-kernel@lists.infradead.org
1487 L:      linux-media@vger.kernel.org
1488 S:      Maintained
1489 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1490 F:      drivers/media/platform/s5p-mfc/
1491
1492 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1493 M:      Kyungmin Park <kyungmin.park@samsung.com>
1494 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1495 L:      linux-arm-kernel@lists.infradead.org
1496 L:      linux-media@vger.kernel.org
1497 S:      Maintained
1498 F:      drivers/media/platform/s5p-tv/
1499
1500 ARM/SHMOBILE ARM ARCHITECTURE
1501 M:      Simon Horman <horms@verge.net.au>
1502 M:      Magnus Damm <magnus.damm@gmail.com>
1503 L:      linux-sh@vger.kernel.org
1504 W:      http://oss.renesas.com
1505 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1507 S:      Supported
1508 F:      arch/arm/boot/dts/emev2*
1509 F:      arch/arm/boot/dts/r7s*
1510 F:      arch/arm/boot/dts/r8a*
1511 F:      arch/arm/boot/dts/sh*
1512 F:      arch/arm/configs/shmobile_defconfig
1513 F:      arch/arm/include/debug/renesas-scif.S
1514 F:      arch/arm/mach-shmobile/
1515 F:      drivers/sh/
1516
1517 ARM/SOCFPGA ARCHITECTURE
1518 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1519 S:      Maintained
1520 F:      arch/arm/mach-socfpga/
1521 F:      arch/arm/boot/dts/socfpga*
1522 F:      arch/arm/configs/socfpga_defconfig
1523 W:      http://www.rocketboards.org
1524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1525
1526 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1527 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1528 S:      Maintained
1529 F:      drivers/clk/socfpga/
1530
1531 ARM/SOCFPGA EDAC SUPPORT
1532 M:      Thor Thayer <tthayer@opensource.altera.com>
1533 S:      Maintained
1534 F:      drivers/edac/altera_edac.
1535
1536 ARM/STI ARCHITECTURE
1537 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1538 M:      Maxime Coquelin <maxime.coquelin@st.com>
1539 M:      Patrice Chotard <patrice.chotard@st.com>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 L:      kernel@stlinux.com
1542 W:      http://www.stlinux.com
1543 S:      Maintained
1544 F:      arch/arm/mach-sti/
1545 F:      arch/arm/boot/dts/sti*
1546 F:      drivers/clocksource/arm_global_timer.c
1547 F:      drivers/clocksource/clksrc_st_lpc.c
1548 F:      drivers/i2c/busses/i2c-st.c
1549 F:      drivers/media/rc/st_rc.c
1550 F:      drivers/media/platform/sti/c8sectpfe/
1551 F:      drivers/mmc/host/sdhci-st.c
1552 F:      drivers/phy/phy-miphy28lp.c
1553 F:      drivers/phy/phy-miphy365x.c
1554 F:      drivers/phy/phy-stih407-usb.c
1555 F:      drivers/phy/phy-stih41x-usb.c
1556 F:      drivers/pinctrl/pinctrl-st.c
1557 F:      drivers/reset/sti/
1558 F:      drivers/rtc/rtc-st-lpc.c
1559 F:      drivers/tty/serial/st-asc.c
1560 F:      drivers/usb/dwc3/dwc3-st.c
1561 F:      drivers/usb/host/ehci-st.c
1562 F:      drivers/usb/host/ohci-st.c
1563 F:      drivers/watchdog/st_lpc_wdt.c
1564 F:      drivers/ata/ahci_st.c
1565
1566 ARM/STM32 ARCHITECTURE
1567 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1571 N:      stm32
1572 F:      drivers/clocksource/armv7m_systick.c
1573
1574 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1575 M:      Lennert Buytenhek <kernel@wantstofly.org>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578
1579 ARM/TETON BGA MACHINE SUPPORT
1580 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1582 S:      Maintained
1583
1584 ARM/THECUS N2100 MACHINE SUPPORT
1585 M:      Lennert Buytenhek <kernel@wantstofly.org>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 S:      Maintained
1588
1589 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1590 M:      Wan ZongShun <mcuos.com@gmail.com>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 W:      http://www.mcuos.com
1593 S:      Maintained
1594 F:      arch/arm/mach-w90x900/
1595 F:      drivers/input/keyboard/w90p910_keypad.c
1596 F:      drivers/input/touchscreen/w90p910_ts.c
1597 F:      drivers/watchdog/nuc900_wdt.c
1598 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1599 F:      drivers/mtd/nand/nuc900_nand.c
1600 F:      drivers/rtc/rtc-nuc900.c
1601 F:      drivers/spi/spi-nuc900.c
1602 F:      drivers/usb/host/ehci-w90x900.c
1603 F:      drivers/video/fbdev/nuc900fb.c
1604
1605 ARM/U300 MACHINE SUPPORT
1606 M:      Linus Walleij <linus.walleij@linaro.org>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Supported
1609 F:      arch/arm/mach-u300/
1610 F:      drivers/clocksource/timer-u300.c
1611 F:      drivers/i2c/busses/i2c-stu300.c
1612 F:      drivers/rtc/rtc-coh901331.c
1613 F:      drivers/watchdog/coh901327_wdt.c
1614 F:      drivers/dma/coh901318*
1615 F:      drivers/mfd/ab3100*
1616 F:      drivers/rtc/rtc-ab3100.c
1617 F:      drivers/rtc/rtc-coh901331.c
1618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1619
1620 ARM/UNIPHIER ARCHITECTURE
1621 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 S:      Maintained
1624 F:      arch/arm/boot/dts/uniphier*
1625 F:      arch/arm/include/asm/hardware/cache-uniphier.h
1626 F:      arch/arm/mach-uniphier/
1627 F:      arch/arm/mm/cache-uniphier.c
1628 F:      drivers/pinctrl/uniphier/
1629 F:      drivers/tty/serial/8250/8250_uniphier.c
1630 N:      uniphier
1631
1632 ARM/Ux500 ARM ARCHITECTURE
1633 M:      Linus Walleij <linus.walleij@linaro.org>
1634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 S:      Maintained
1636 F:      arch/arm/mach-ux500/
1637 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1638 F:      drivers/dma/ste_dma40*
1639 F:      drivers/hwspinlock/u8500_hsem.c
1640 F:      drivers/mfd/abx500*
1641 F:      drivers/mfd/ab8500*
1642 F:      drivers/mfd/dbx500*
1643 F:      drivers/mfd/db8500*
1644 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1645 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1646 F:      drivers/rtc/rtc-ab8500.c
1647 F:      drivers/rtc/rtc-pl031.c
1648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1649
1650 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1651 M:      Ulf Hansson <ulf.hansson@linaro.org>
1652 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1653 T:      git git://git.linaro.org/people/ulfh/clk.git
1654 S:      Maintained
1655 F:      drivers/clk/ux500/
1656 F:      include/linux/platform_data/clk-ux500.h
1657
1658 ARM/VERSATILE EXPRESS PLATFORM
1659 M:      Liviu Dudau <liviu.dudau@arm.com>
1660 M:      Sudeep Holla <sudeep.holla@arm.com>
1661 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1662 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663 S:      Maintained
1664 F:      arch/arm/boot/dts/vexpress*
1665 F:      arch/arm64/boot/dts/arm/vexpress*
1666 F:      arch/arm/mach-vexpress/
1667 F:      */*/vexpress*
1668 F:      */*/*/vexpress*
1669 F:      drivers/clk/versatile/clk-vexpress-osc.c
1670 F:      drivers/clocksource/versatile.c
1671
1672 ARM/VFP SUPPORT
1673 M:      Russell King <linux@arm.linux.org.uk>
1674 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1675 W:      http://www.arm.linux.org.uk/
1676 S:      Maintained
1677 F:      arch/arm/vfp/
1678
1679 ARM/VOIPAC PXA270 SUPPORT
1680 M:      Marek Vasut <marek.vasut@gmail.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 S:      Maintained
1683 F:      arch/arm/mach-pxa/vpac270.c
1684 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1685
1686 ARM/VT8500 ARM ARCHITECTURE
1687 M:      Tony Prisk <linux@prisktech.co.nz>
1688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1689 S:      Maintained
1690 F:      arch/arm/mach-vt8500/
1691 F:      drivers/clocksource/vt8500_timer.c
1692 F:      drivers/i2c/busses/i2c-wmt.c
1693 F:      drivers/mmc/host/wmt-sdmmc.c
1694 F:      drivers/pwm/pwm-vt8500.c
1695 F:      drivers/rtc/rtc-vt8500.c
1696 F:      drivers/tty/serial/vt8500_serial.c
1697 F:      drivers/usb/host/ehci-platform.c
1698 F:      drivers/usb/host/uhci-platform.c
1699 F:      drivers/video/fbdev/vt8500lcdfb.*
1700 F:      drivers/video/fbdev/wm8505fb*
1701 F:      drivers/video/fbdev/wmt_ge_rops.*
1702
1703 ARM/ZIPIT Z2 SUPPORT
1704 M:      Marek Vasut <marek.vasut@gmail.com>
1705 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      arch/arm/mach-pxa/z2.c
1708 F:      arch/arm/mach-pxa/include/mach/z2.h
1709
1710 ARM/ZTE ARCHITECTURE
1711 M:      Jun Nie <jun.nie@linaro.org>
1712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1713 S:      Maintained
1714 F:      arch/arm/mach-zx/
1715 F:      drivers/clk/zte/
1716 F:      Documentation/devicetree/bindings/arm/zte.txt
1717 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1718
1719 ARM/ZYNQ ARCHITECTURE
1720 M:      Michal Simek <michal.simek@xilinx.com>
1721 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 W:      http://wiki.xilinx.com
1724 T:      git https://github.com/Xilinx/linux-xlnx.git
1725 S:      Supported
1726 F:      arch/arm/mach-zynq/
1727 F:      drivers/cpuidle/cpuidle-zynq.c
1728 F:      drivers/block/xsysace.c
1729 N:      zynq
1730 N:      xilinx
1731 F:      drivers/clocksource/cadence_ttc_timer.c
1732 F:      drivers/i2c/busses/i2c-cadence.c
1733 F:      drivers/mmc/host/sdhci-of-arasan.c
1734 F:      drivers/edac/synopsys_edac.c
1735
1736 ARM SMMU DRIVERS
1737 M:      Will Deacon <will.deacon@arm.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 S:      Maintained
1740 F:      drivers/iommu/arm-smmu.c
1741 F:      drivers/iommu/arm-smmu-v3.c
1742 F:      drivers/iommu/io-pgtable-arm.c
1743
1744 ARM64 PORT (AARCH64 ARCHITECTURE)
1745 M:      Catalin Marinas <catalin.marinas@arm.com>
1746 M:      Will Deacon <will.deacon@arm.com>
1747 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1748 S:      Maintained
1749 F:      arch/arm64/
1750 F:      Documentation/arm64/
1751
1752 AS3645A LED FLASH CONTROLLER DRIVER
1753 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1754 L:      linux-media@vger.kernel.org
1755 T:      git git://linuxtv.org/media_tree.git
1756 S:      Maintained
1757 F:      drivers/media/i2c/as3645a.c
1758 F:      include/media/as3645a.h
1759
1760 ASC7621 HARDWARE MONITOR DRIVER
1761 M:      George Joseph <george.joseph@fairview5.com>
1762 L:      lm-sensors@lm-sensors.org
1763 S:      Maintained
1764 F:      Documentation/hwmon/asc7621
1765 F:      drivers/hwmon/asc7621.c
1766
1767 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1768 M:      Corentin Chary <corentin.chary@gmail.com>
1769 L:      acpi4asus-user@lists.sourceforge.net
1770 L:      platform-driver-x86@vger.kernel.org
1771 W:      http://acpi4asus.sf.net
1772 S:      Maintained
1773 F:      drivers/platform/x86/asus*.c
1774 F:      drivers/platform/x86/eeepc*.c
1775
1776 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1777 R:      Dan Williams <dan.j.williams@intel.com>
1778 W:      http://sourceforge.net/projects/xscaleiop
1779 S:      Odd fixes
1780 F:      Documentation/crypto/async-tx-api.txt
1781 F:      crypto/async_tx/
1782 F:      drivers/dma/
1783 F:      include/linux/dmaengine.h
1784 F:      include/linux/async_tx.h
1785
1786 AT24 EEPROM DRIVER
1787 M:      Wolfram Sang <wsa@the-dreams.de>
1788 L:      linux-i2c@vger.kernel.org
1789 S:      Maintained
1790 F:      drivers/misc/eeprom/at24.c
1791 F:      include/linux/platform_data/at24.h
1792
1793 ATA OVER ETHERNET (AOE) DRIVER
1794 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1795 W:      http://www.openaoe.org/
1796 S:      Supported
1797 F:      Documentation/aoe/
1798 F:      drivers/block/aoe/
1799
1800 ATHEROS ATH GENERIC UTILITIES
1801 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1802 L:      linux-wireless@vger.kernel.org
1803 S:      Supported
1804 F:      drivers/net/wireless/ath/*
1805
1806 ATHEROS ATH5K WIRELESS DRIVER
1807 M:      Jiri Slaby <jirislaby@gmail.com>
1808 M:      Nick Kossifidis <mickflemm@gmail.com>
1809 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1810 L:      linux-wireless@vger.kernel.org
1811 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1812 S:      Maintained
1813 F:      drivers/net/wireless/ath/ath5k/
1814
1815 ATHEROS ATH6KL WIRELESS DRIVER
1816 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1817 L:      linux-wireless@vger.kernel.org
1818 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1819 T:      git git://github.com/kvalo/ath.git
1820 S:      Supported
1821 F:      drivers/net/wireless/ath/ath6kl/
1822
1823 WILOCITY WIL6210 WIRELESS DRIVER
1824 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1825 L:      linux-wireless@vger.kernel.org
1826 L:      wil6210@qca.qualcomm.com
1827 S:      Supported
1828 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1829 F:      drivers/net/wireless/ath/wil6210/
1830 F:      include/uapi/linux/wil6210_uapi.h
1831
1832 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1833 M:      Christian Lamparter <chunkeey@googlemail.com>
1834 L:      linux-wireless@vger.kernel.org
1835 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1836 S:      Maintained
1837 F:      drivers/net/wireless/ath/carl9170/
1838
1839 ATK0110 HWMON DRIVER
1840 M:      Luca Tettamanti <kronos.it@gmail.com>
1841 L:      lm-sensors@lm-sensors.org
1842 S:      Maintained
1843 F:      drivers/hwmon/asus_atk0110.c
1844
1845 ATI_REMOTE2 DRIVER
1846 M:      Ville Syrjala <syrjala@sci.fi>
1847 S:      Maintained
1848 F:      drivers/input/misc/ati_remote2.c
1849
1850 ATLX ETHERNET DRIVERS
1851 M:      Jay Cliburn <jcliburn@gmail.com>
1852 M:      Chris Snook <chris.snook@gmail.com>
1853 L:      netdev@vger.kernel.org
1854 W:      http://sourceforge.net/projects/atl1
1855 W:      http://atl1.sourceforge.net
1856 S:      Maintained
1857 F:      drivers/net/ethernet/atheros/
1858
1859 ATM
1860 M:      Chas Williams <3chas3@gmail.com>
1861 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1862 L:      netdev@vger.kernel.org
1863 W:      http://linux-atm.sourceforge.net
1864 S:      Maintained
1865 F:      drivers/atm/
1866 F:      include/linux/atm*
1867 F:      include/uapi/linux/atm*
1868
1869 ATMEL AT91 / AT32 MCI DRIVER
1870 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1871 S:      Maintained
1872 F:      drivers/mmc/host/atmel-mci.c
1873 F:      drivers/mmc/host/atmel-mci-regs.h
1874
1875 ATMEL AT91 / AT32 SERIAL DRIVER
1876 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1877 S:      Supported
1878 F:      drivers/tty/serial/atmel_serial.c
1879
1880 ATMEL Audio ALSA driver
1881 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1882 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1883 S:      Supported
1884 F:      sound/soc/atmel
1885
1886 ATMEL DMA DRIVER
1887 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1889 S:      Supported
1890 F:      drivers/dma/at_hdmac.c
1891 F:      drivers/dma/at_hdmac_regs.h
1892 F:      include/linux/platform_data/dma-atmel.h
1893
1894 ATMEL XDMA DRIVER
1895 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1896 L:      linux-arm-kernel@lists.infradead.org
1897 L:      dmaengine@vger.kernel.org
1898 S:      Supported
1899 F:      drivers/dma/at_xdmac.c
1900
1901 ATMEL I2C DRIVER
1902 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1903 L:      linux-i2c@vger.kernel.org
1904 S:      Supported
1905 F:      drivers/i2c/busses/i2c-at91.c
1906
1907 ATMEL ISI DRIVER
1908 M:      Josh Wu <josh.wu@atmel.com>
1909 L:      linux-media@vger.kernel.org
1910 S:      Supported
1911 F:      drivers/media/platform/soc_camera/atmel-isi.c
1912 F:      include/media/atmel-isi.h
1913
1914 ATMEL LCDFB DRIVER
1915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1916 L:      linux-fbdev@vger.kernel.org
1917 S:      Maintained
1918 F:      drivers/video/fbdev/atmel_lcdfb.c
1919 F:      include/video/atmel_lcdc.h
1920
1921 ATMEL MACB ETHERNET DRIVER
1922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1923 S:      Supported
1924 F:      drivers/net/ethernet/cadence/
1925
1926 ATMEL NAND DRIVER
1927 M:      Josh Wu <josh.wu@atmel.com>
1928 L:      linux-mtd@lists.infradead.org
1929 S:      Supported
1930 F:      drivers/mtd/nand/atmel_nand*
1931
1932 ATMEL SDMMC DRIVER
1933 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1934 L:      linux-mmc@vger.kernel.org
1935 S:      Supported
1936 F:      drivers/mmc/host/sdhci-of-at91.c
1937
1938 ATMEL SPI DRIVER
1939 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1940 S:      Supported
1941 F:      drivers/spi/spi-atmel.*
1942
1943 ATMEL SSC DRIVER
1944 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1946 S:      Supported
1947 F:      drivers/misc/atmel-ssc.c
1948 F:      include/linux/atmel-ssc.h
1949
1950 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1951 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1953 S:      Supported
1954 F:      drivers/misc/atmel_tclib.c
1955 F:      drivers/clocksource/tcb_clksrc.c
1956
1957 ATMEL USBA UDC DRIVER
1958 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1960 S:      Supported
1961 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1962
1963 ATMEL WIRELESS DRIVER
1964 M:      Simon Kelley <simon@thekelleys.org.uk>
1965 L:      linux-wireless@vger.kernel.org
1966 W:      http://www.thekelleys.org.uk/atmel
1967 W:      http://atmelwlandriver.sourceforge.net/
1968 S:      Maintained
1969 F:      drivers/net/wireless/atmel*
1970
1971 ATMEL MAXTOUCH DRIVER
1972 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1973 T:      git git://github.com/atmel-maxtouch/linux.git
1974 S:      Supported
1975 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1976 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1977 F:      include/linux/platform_data/atmel_mxt_ts.h
1978
1979 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1980 M:      Bradley Grove <linuxdrivers@attotech.com>
1981 L:      linux-scsi@vger.kernel.org
1982 W:      http://www.attotech.com
1983 S:      Supported
1984 F:      drivers/scsi/esas2r
1985
1986 ATUSB IEEE 802.15.4 RADIO DRIVER
1987 M:      Stefan Schmidt <stefan@osg.samsung.com>
1988 L:      linux-wpan@vger.kernel.org
1989 S:      Maintained
1990 F:      drivers/net/ieee802154/atusb.c
1991 F:      drivers/net/ieee802154/atusb.h
1992 F:      drivers/net/ieee802154/at86rf230.h
1993
1994 AUDIT SUBSYSTEM
1995 M:      Paul Moore <paul@paul-moore.com>
1996 M:      Eric Paris <eparis@redhat.com>
1997 L:      linux-audit@redhat.com (moderated for non-subscribers)
1998 W:      http://people.redhat.com/sgrubb/audit/
1999 T:      git git://git.infradead.org/users/pcmoore/audit
2000 S:      Maintained
2001 F:      include/linux/audit.h
2002 F:      include/uapi/linux/audit.h
2003 F:      kernel/audit*
2004
2005 AUXILIARY DISPLAY DRIVERS
2006 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2007 W:      http://miguelojeda.es/auxdisplay.htm
2008 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2009 S:      Maintained
2010 F:      drivers/auxdisplay/
2011 F:      include/linux/cfag12864b.h
2012
2013 AVR32 ARCHITECTURE
2014 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2015 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2016 W:      http://www.atmel.com/products/AVR32/
2017 W:      http://mirror.egtvedt.no/avr32linux.org/
2018 W:      http://avrfreaks.net/
2019 S:      Maintained
2020 F:      arch/avr32/
2021
2022 AVR32/AT32AP MACHINE SUPPORT
2023 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2024 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2025 S:      Maintained
2026 F:      arch/avr32/mach-at32ap/
2027
2028 AX.25 NETWORK LAYER
2029 M:      Ralf Baechle <ralf@linux-mips.org>
2030 L:      linux-hams@vger.kernel.org
2031 W:      http://www.linux-ax25.org/
2032 S:      Maintained
2033 F:      include/uapi/linux/ax25.h
2034 F:      include/net/ax25.h
2035 F:      net/ax25/
2036
2037 AZ6007 DVB DRIVER
2038 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2039 L:      linux-media@vger.kernel.org
2040 W:      http://linuxtv.org
2041 T:      git git://linuxtv.org/media_tree.git
2042 S:      Maintained
2043 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2044
2045 AZTECH FM RADIO RECEIVER DRIVER
2046 M:      Hans Verkuil <hverkuil@xs4all.nl>
2047 L:      linux-media@vger.kernel.org
2048 T:      git git://linuxtv.org/media_tree.git
2049 W:      http://linuxtv.org
2050 S:      Maintained
2051 F:      drivers/media/radio/radio-aztech*
2052
2053 B43 WIRELESS DRIVER
2054 L:      linux-wireless@vger.kernel.org
2055 L:      b43-dev@lists.infradead.org
2056 W:      http://wireless.kernel.org/en/users/Drivers/b43
2057 S:      Odd Fixes
2058 F:      drivers/net/wireless/b43/
2059
2060 B43LEGACY WIRELESS DRIVER
2061 M:      Larry Finger <Larry.Finger@lwfinger.net>
2062 L:      linux-wireless@vger.kernel.org
2063 L:      b43-dev@lists.infradead.org
2064 W:      http://wireless.kernel.org/en/users/Drivers/b43
2065 S:      Maintained
2066 F:      drivers/net/wireless/b43legacy/
2067
2068 BACKLIGHT CLASS/SUBSYSTEM
2069 M:      Jingoo Han <jingoohan1@gmail.com>
2070 M:      Lee Jones <lee.jones@linaro.org>
2071 S:      Maintained
2072 F:      drivers/video/backlight/
2073 F:      include/linux/backlight.h
2074
2075 BATMAN ADVANCED
2076 M:      Marek Lindner <mareklindner@neomailbox.ch>
2077 M:      Simon Wunderlich <sw@simonwunderlich.de>
2078 M:      Antonio Quartulli <antonio@meshcoding.com>
2079 L:      b.a.t.m.a.n@lists.open-mesh.org
2080 W:      http://www.open-mesh.org/
2081 S:      Maintained
2082 F:      net/batman-adv/
2083
2084 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2085 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2086 L:      linux-hams@vger.kernel.org
2087 W:      http://www.baycom.org/~tom/ham/ham.html
2088 S:      Maintained
2089 F:      drivers/net/hamradio/baycom*
2090
2091 BCACHE (BLOCK LAYER CACHE)
2092 M:      Kent Overstreet <kent.overstreet@gmail.com>
2093 L:      linux-bcache@vger.kernel.org
2094 W:      http://bcache.evilpiepirate.org
2095 S:      Maintained
2096 F:      drivers/md/bcache/
2097
2098 BDISP ST MEDIA DRIVER
2099 M:      Fabien Dessenne <fabien.dessenne@st.com>
2100 L:      linux-media@vger.kernel.org
2101 T:      git git://linuxtv.org/media_tree.git
2102 W:      http://linuxtv.org
2103 S:      Supported
2104 F:      drivers/media/platform/sti/bdisp
2105
2106 BEFS FILE SYSTEM
2107 S:      Orphan
2108 F:      Documentation/filesystems/befs.txt
2109 F:      fs/befs/
2110
2111 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2112 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2113 L:      netdev@vger.kernel.org
2114 S:      Maintained
2115 F:      drivers/net/ethernet/ec_bhf.c
2116
2117 BFS FILE SYSTEM
2118 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2119 S:      Maintained
2120 F:      Documentation/filesystems/bfs.txt
2121 F:      fs/bfs/
2122 F:      include/uapi/linux/bfs_fs.h
2123
2124 BLACKFIN ARCHITECTURE
2125 M:      Steven Miao <realmz6@gmail.com>
2126 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2127 T:      git git://git.code.sf.net/p/adi-linux/code
2128 W:      http://blackfin.uclinux.org
2129 S:      Supported
2130 F:      arch/blackfin/
2131
2132 BLACKFIN EMAC DRIVER
2133 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2134 W:      http://blackfin.uclinux.org
2135 S:      Supported
2136 F:      drivers/net/ethernet/adi/
2137
2138 BLACKFIN RTC DRIVER
2139 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2140 W:      http://blackfin.uclinux.org
2141 S:      Supported
2142 F:      drivers/rtc/rtc-bfin.c
2143
2144 BLACKFIN SDH DRIVER
2145 M:      Sonic Zhang <sonic.zhang@analog.com>
2146 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2147 W:      http://blackfin.uclinux.org
2148 S:      Supported
2149 F:      drivers/mmc/host/bfin_sdh.c
2150
2151 BLACKFIN SERIAL DRIVER
2152 M:      Sonic Zhang <sonic.zhang@analog.com>
2153 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2154 W:      http://blackfin.uclinux.org
2155 S:      Supported
2156 F:      drivers/tty/serial/bfin_uart.c
2157
2158 BLACKFIN WATCHDOG DRIVER
2159 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2160 W:      http://blackfin.uclinux.org
2161 S:      Supported
2162 F:      drivers/watchdog/bfin_wdt.c
2163
2164 BLACKFIN I2C TWI DRIVER
2165 M:      Sonic Zhang <sonic.zhang@analog.com>
2166 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2167 W:      http://blackfin.uclinux.org/
2168 S:      Supported
2169 F:      drivers/i2c/busses/i2c-bfin-twi.c
2170
2171 BLACKFIN MEDIA DRIVER
2172 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2173 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2174 W:      http://blackfin.uclinux.org/
2175 S:      Supported
2176 F:      drivers/media/platform/blackfin/
2177 F:      drivers/media/i2c/adv7183*
2178 F:      drivers/media/i2c/vs6624*
2179
2180 BLINKM RGB LED DRIVER
2181 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2182 S:      Maintained
2183 F:      drivers/leds/leds-blinkm.c
2184
2185 BLOCK LAYER
2186 M:      Jens Axboe <axboe@kernel.dk>
2187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2188 S:      Maintained
2189 F:      block/
2190 F:      kernel/trace/blktrace.c
2191
2192 BLOCK2MTD DRIVER
2193 M:      Joern Engel <joern@lazybastard.org>
2194 L:      linux-mtd@lists.infradead.org
2195 S:      Maintained
2196 F:      drivers/mtd/devices/block2mtd.c
2197
2198 BLUETOOTH DRIVERS
2199 M:      Marcel Holtmann <marcel@holtmann.org>
2200 M:      Gustavo Padovan <gustavo@padovan.org>
2201 M:      Johan Hedberg <johan.hedberg@gmail.com>
2202 L:      linux-bluetooth@vger.kernel.org
2203 W:      http://www.bluez.org/
2204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2206 S:      Maintained
2207 F:      drivers/bluetooth/
2208
2209 BLUETOOTH SUBSYSTEM
2210 M:      Marcel Holtmann <marcel@holtmann.org>
2211 M:      Gustavo Padovan <gustavo@padovan.org>
2212 M:      Johan Hedberg <johan.hedberg@gmail.com>
2213 L:      linux-bluetooth@vger.kernel.org
2214 W:      http://www.bluez.org/
2215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2217 S:      Maintained
2218 F:      net/bluetooth/
2219 F:      include/net/bluetooth/
2220
2221 BONDING DRIVER
2222 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2223 M:      Veaceslav Falico <vfalico@gmail.com>
2224 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2225 L:      netdev@vger.kernel.org
2226 W:      http://sourceforge.net/projects/bonding/
2227 S:      Supported
2228 F:      drivers/net/bonding/
2229 F:      include/uapi/linux/if_bonding.h
2230
2231 BPF (Safe dynamic programs and tools)
2232 M:      Alexei Starovoitov <ast@kernel.org>
2233 L:      netdev@vger.kernel.org
2234 L:      linux-kernel@vger.kernel.org
2235 S:      Supported
2236 F:      kernel/bpf/
2237
2238 BROADCOM B44 10/100 ETHERNET DRIVER
2239 M:      Gary Zambrano <zambrano@broadcom.com>
2240 L:      netdev@vger.kernel.org
2241 S:      Supported
2242 F:      drivers/net/ethernet/broadcom/b44.*
2243
2244 BROADCOM GENET ETHERNET DRIVER
2245 M:      Florian Fainelli <f.fainelli@gmail.com>
2246 L:      netdev@vger.kernel.org
2247 S:      Supported
2248 F:      drivers/net/ethernet/broadcom/genet/
2249
2250 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2251 M:      Sony Chacko <sony.chacko@qlogic.com>
2252 M:      Dept-HSGLinuxNICDev@qlogic.com
2253 L:      netdev@vger.kernel.org
2254 S:      Supported
2255 F:      drivers/net/ethernet/broadcom/bnx2.*
2256 F:      drivers/net/ethernet/broadcom/bnx2_*
2257
2258 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2259 M:      Ariel Elior <ariel.elior@qlogic.com>
2260 L:      netdev@vger.kernel.org
2261 S:      Supported
2262 F:      drivers/net/ethernet/broadcom/bnx2x/
2263
2264 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2265 M:      Florian Fainelli <f.fainelli@gmail.com>
2266 M:      Ray Jui <rjui@broadcom.com>
2267 M:      Scott Branden <sbranden@broadcom.com>
2268 L:      bcm-kernel-feedback-list@broadcom.com
2269 T:      git git://github.com/broadcom/mach-bcm
2270 S:      Maintained
2271 F:      arch/arm/mach-bcm/
2272 F:      arch/arm/boot/dts/bcm113*
2273 F:      arch/arm/boot/dts/bcm216*
2274 F:      arch/arm/boot/dts/bcm281*
2275 F:      arch/arm/configs/bcm_defconfig
2276 F:      drivers/mmc/host/sdhci-bcm-kona.c
2277 F:      drivers/clocksource/bcm_kona_timer.c
2278
2279 BROADCOM BCM2835 ARM ARCHITECTURE
2280 M:      Stephen Warren <swarren@wwwdotorg.org>
2281 M:      Lee Jones <lee@kernel.org>
2282 M:      Eric Anholt <eric@anholt.net>
2283 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2286 S:      Maintained
2287 N:      bcm2835
2288
2289 BROADCOM BCM33XX MIPS ARCHITECTURE
2290 M:      Kevin Cernekee <cernekee@gmail.com>
2291 L:      linux-mips@linux-mips.org
2292 S:      Maintained
2293 F:      arch/mips/bcm3384/*
2294 F:      arch/mips/include/asm/mach-bcm3384/*
2295 F:      arch/mips/kernel/*bmips*
2296
2297 BROADCOM BCM47XX MIPS ARCHITECTURE
2298 M:      Hauke Mehrtens <hauke@hauke-m.de>
2299 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2300 L:      linux-mips@linux-mips.org
2301 S:      Maintained
2302 F:      arch/mips/bcm47xx/*
2303 F:      arch/mips/include/asm/mach-bcm47xx/*
2304
2305 BROADCOM BCM5301X ARM ARCHITECTURE
2306 M:      Hauke Mehrtens <hauke@hauke-m.de>
2307 L:      linux-arm-kernel@lists.infradead.org
2308 S:      Maintained
2309 F:      arch/arm/mach-bcm/bcm_5301x.c
2310 F:      arch/arm/boot/dts/bcm5301x.dtsi
2311 F:      arch/arm/boot/dts/bcm470*
2312
2313 BROADCOM BCM63XX ARM ARCHITECTURE
2314 M:      Florian Fainelli <f.fainelli@gmail.com>
2315 L:      linux-arm-kernel@lists.infradead.org
2316 T:      git git://github.com/broadcom/arm-bcm63xx.git
2317 S:      Maintained
2318 F:      arch/arm/mach-bcm/bcm63xx.c
2319 F:      arch/arm/include/debug/bcm63xx.S
2320
2321 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2322 M:      Kevin Cernekee <cernekee@gmail.com>
2323 L:      linux-usb@vger.kernel.org
2324 S:      Maintained
2325 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2326
2327 BROADCOM BCM7XXX ARM ARCHITECTURE
2328 M:      Brian Norris <computersforpeace@gmail.com>
2329 M:      Gregory Fong <gregory.0xf0@gmail.com>
2330 M:      Florian Fainelli <f.fainelli@gmail.com>
2331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2332 T:      git git://github.com/broadcom/stblinux.git
2333 S:      Maintained
2334 F:      arch/arm/mach-bcm/*brcmstb*
2335 F:      arch/arm/boot/dts/bcm7*.dts*
2336 F:      drivers/bus/brcmstb_gisb.c
2337 N:      brcmstb
2338
2339 BROADCOM BMIPS MIPS ARCHITECTURE
2340 M:      Kevin Cernekee <cernekee@gmail.com>
2341 M:      Florian Fainelli <f.fainelli@gmail.com>
2342 L:      linux-mips@linux-mips.org
2343 T:      git git://github.com/broadcom/stblinux.git
2344 S:      Maintained
2345 F:      arch/mips/bmips/*
2346 F:      arch/mips/include/asm/mach-bmips/*
2347 F:      arch/mips/kernel/*bmips*
2348 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2349 F:      drivers/irqchip/irq-bcm7*
2350 F:      drivers/irqchip/irq-brcmstb*
2351
2352 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2353 M:      Prashant Sreedharan <prashant@broadcom.com>
2354 M:      Michael Chan <mchan@broadcom.com>
2355 L:      netdev@vger.kernel.org
2356 S:      Supported
2357 F:      drivers/net/ethernet/broadcom/tg3.*
2358
2359 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2360 M:      Brett Rudley <brudley@broadcom.com>
2361 M:      Arend van Spriel <arend@broadcom.com>
2362 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2363 M:      Hante Meuleman <meuleman@broadcom.com>
2364 L:      linux-wireless@vger.kernel.org
2365 L:      brcm80211-dev-list@broadcom.com
2366 S:      Supported
2367 F:      drivers/net/wireless/brcm80211/
2368
2369 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2370 M:      QLogic-Storage-Upstream@qlogic.com
2371 L:      linux-scsi@vger.kernel.org
2372 S:      Supported
2373 F:      drivers/scsi/bnx2fc/
2374
2375 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2376 M:      QLogic-Storage-Upstream@qlogic.com
2377 L:      linux-scsi@vger.kernel.org
2378 S:      Supported
2379 F:      drivers/scsi/bnx2i/
2380
2381 BROADCOM IPROC ARM ARCHITECTURE
2382 M:      Ray Jui <rjui@broadcom.com>
2383 M:      Scott Branden <sbranden@broadcom.com>
2384 M:      Jon Mason <jonmason@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:      nsp
2392 N:      bcm9113*
2393 N:      bcm9583*
2394 N:      bcm9585*
2395 N:      bcm9586*
2396 N:      bcm988312
2397 N:      bcm113*
2398 N:      bcm583*
2399 N:      bcm585*
2400 N:      bcm586*
2401 N:      bcm88312
2402
2403 BROADCOM BRCMSTB GPIO DRIVER
2404 M:      Gregory Fong <gregory.0xf0@gmail.com>
2405 L:      bcm-kernel-feedback-list@broadcom.com>
2406 S:      Supported
2407 F:      drivers/gpio/gpio-brcmstb.c
2408 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2409
2410 BROADCOM KONA GPIO DRIVER
2411 M:      Ray Jui <rjui@broadcom.com>
2412 L:      bcm-kernel-feedback-list@broadcom.com
2413 S:      Supported
2414 F:      drivers/gpio/gpio-bcm-kona.c
2415 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2416
2417 BROADCOM NVRAM DRIVER
2418 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2419 L:      linux-mips@linux-mips.org
2420 S:      Maintained
2421 F:      drivers/firmware/broadcom/*
2422
2423 BROADCOM STB NAND FLASH DRIVER
2424 M:      Brian Norris <computersforpeace@gmail.com>
2425 L:      linux-mtd@lists.infradead.org
2426 S:      Maintained
2427 F:      drivers/mtd/nand/brcmnand/
2428
2429 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2430 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2431 L:      linux-wireless@vger.kernel.org
2432 S:      Maintained
2433 F:      drivers/bcma/
2434 F:      include/linux/bcma/
2435
2436 BROADCOM SYSTEMPORT ETHERNET DRIVER
2437 M:      Florian Fainelli <f.fainelli@gmail.com>
2438 L:      netdev@vger.kernel.org
2439 S:      Supported
2440 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2441
2442 BROCADE BFA FC SCSI DRIVER
2443 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2444 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2445 L:      linux-scsi@vger.kernel.org
2446 S:      Supported
2447 F:      drivers/scsi/bfa/
2448
2449 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2450 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2451 L:      netdev@vger.kernel.org
2452 S:      Supported
2453 F:      drivers/net/ethernet/brocade/bna/
2454
2455 BSG (block layer generic sg v4 driver)
2456 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2457 L:      linux-scsi@vger.kernel.org
2458 S:      Supported
2459 F:      block/bsg.c
2460 F:      include/linux/bsg.h
2461 F:      include/uapi/linux/bsg.h
2462
2463 BT87X AUDIO DRIVER
2464 M:      Clemens Ladisch <clemens@ladisch.de>
2465 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2466 T:      git git://git.alsa-project.org/alsa-kernel.git
2467 S:      Maintained
2468 F:      Documentation/sound/alsa/Bt87x.txt
2469 F:      sound/pci/bt87x.c
2470
2471 BT8XXGPIO DRIVER
2472 M:      Michael Buesch <m@bues.ch>
2473 W:      http://bu3sch.de/btgpio.php
2474 S:      Maintained
2475 F:      drivers/gpio/gpio-bt8xx.c
2476
2477 BTRFS FILE SYSTEM
2478 M:      Chris Mason <clm@fb.com>
2479 M:      Josef Bacik <jbacik@fb.com>
2480 M:      David Sterba <dsterba@suse.com>
2481 L:      linux-btrfs@vger.kernel.org
2482 W:      http://btrfs.wiki.kernel.org/
2483 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2485 S:      Maintained
2486 F:      Documentation/filesystems/btrfs.txt
2487 F:      fs/btrfs/
2488
2489 BTTV VIDEO4LINUX DRIVER
2490 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2491 L:      linux-media@vger.kernel.org
2492 W:      http://linuxtv.org
2493 T:      git git://linuxtv.org/media_tree.git
2494 S:      Odd fixes
2495 F:      Documentation/video4linux/bttv/
2496 F:      drivers/media/pci/bt8xx/bttv*
2497
2498 BUSLOGIC SCSI DRIVER
2499 M:      Khalid Aziz <khalid@gonehiking.org>
2500 L:      linux-scsi@vger.kernel.org
2501 S:      Maintained
2502 F:      drivers/scsi/BusLogic.*
2503 F:      drivers/scsi/FlashPoint.*
2504
2505 C-MEDIA CMI8788 DRIVER
2506 M:      Clemens Ladisch <clemens@ladisch.de>
2507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2508 T:      git git://git.alsa-project.org/alsa-kernel.git
2509 S:      Maintained
2510 F:      sound/pci/oxygen/
2511
2512 C6X ARCHITECTURE
2513 M:      Mark Salter <msalter@redhat.com>
2514 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2515 L:      linux-c6x-dev@linux-c6x.org
2516 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2517 S:      Maintained
2518 F:      arch/c6x/
2519
2520 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2521 M:      David Howells <dhowells@redhat.com>
2522 L:      linux-cachefs@redhat.com
2523 S:      Supported
2524 F:      Documentation/filesystems/caching/cachefiles.txt
2525 F:      fs/cachefiles/
2526
2527 CADET FM/AM RADIO RECEIVER DRIVER
2528 M:      Hans Verkuil <hverkuil@xs4all.nl>
2529 L:      linux-media@vger.kernel.org
2530 T:      git git://linuxtv.org/media_tree.git
2531 W:      http://linuxtv.org
2532 S:      Maintained
2533 F:      drivers/media/radio/radio-cadet*
2534
2535 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2536 M:      Jonathan Corbet <corbet@lwn.net>
2537 L:      linux-media@vger.kernel.org
2538 T:      git git://linuxtv.org/media_tree.git
2539 S:      Maintained
2540 F:      Documentation/video4linux/cafe_ccic
2541 F:      drivers/media/platform/marvell-ccic/
2542
2543 CAIF NETWORK LAYER
2544 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2545 L:      netdev@vger.kernel.org
2546 S:      Supported
2547 F:      Documentation/networking/caif/
2548 F:      drivers/net/caif/
2549 F:      include/uapi/linux/caif/
2550 F:      include/net/caif/
2551 F:      net/caif/
2552
2553 CALGARY x86-64 IOMMU
2554 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2555 M:      "Jon D. Mason" <jdmason@kudzu.us>
2556 L:      discuss@x86-64.org
2557 S:      Maintained
2558 F:      arch/x86/kernel/pci-calgary_64.c
2559 F:      arch/x86/kernel/tce_64.c
2560 F:      arch/x86/include/asm/calgary.h
2561 F:      arch/x86/include/asm/tce.h
2562
2563 CAN NETWORK LAYER
2564 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2565 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2566 L:      linux-can@vger.kernel.org
2567 W:      https://github.com/linux-can
2568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2570 S:      Maintained
2571 F:      Documentation/networking/can.txt
2572 F:      net/can/
2573 F:      include/linux/can/core.h
2574 F:      include/uapi/linux/can.h
2575 F:      include/uapi/linux/can/bcm.h
2576 F:      include/uapi/linux/can/raw.h
2577 F:      include/uapi/linux/can/gw.h
2578
2579 CAN NETWORK DRIVERS
2580 M:      Wolfgang Grandegger <wg@grandegger.com>
2581 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2582 L:      linux-can@vger.kernel.org
2583 W:      https://github.com/linux-can
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2586 S:      Maintained
2587 F:      drivers/net/can/
2588 F:      include/linux/can/dev.h
2589 F:      include/linux/can/platform/
2590 F:      include/uapi/linux/can/error.h
2591 F:      include/uapi/linux/can/netlink.h
2592
2593 CAPABILITIES
2594 M:      Serge Hallyn <serge.hallyn@canonical.com>
2595 L:      linux-security-module@vger.kernel.org
2596 S:      Supported
2597 F:      include/linux/capability.h
2598 F:      include/uapi/linux/capability.h
2599 F:      security/commoncap.c
2600 F:      kernel/capability.c
2601
2602 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2603 M:      Kevin Tsai <ktsai@capellamicro.com>
2604 S:      Maintained
2605 F:      drivers/iio/light/cm*
2606 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2607
2608 CAVIUM LIQUIDIO NETWORK DRIVER
2609 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2610 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2611 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2612 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2613 L:     netdev@vger.kernel.org
2614 W:     http://www.cavium.com
2615 S:     Supported
2616 F:     drivers/net/ethernet/cavium/liquidio/
2617
2618 CC2520 IEEE-802.15.4 RADIO DRIVER
2619 M:      Varka Bhadram <varkabhadram@gmail.com>
2620 L:      linux-wpan@vger.kernel.org
2621 S:      Maintained
2622 F:      drivers/net/ieee802154/cc2520.c
2623 F:      include/linux/spi/cc2520.h
2624 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2625
2626 CELL BROADBAND ENGINE ARCHITECTURE
2627 M:      Arnd Bergmann <arnd@arndb.de>
2628 L:      linuxppc-dev@lists.ozlabs.org
2629 W:      http://www.ibm.com/developerworks/power/cell/
2630 S:      Supported
2631 F:      arch/powerpc/include/asm/cell*.h
2632 F:      arch/powerpc/include/asm/spu*.h
2633 F:      arch/powerpc/include/uapi/asm/spu*.h
2634 F:      arch/powerpc/oprofile/*cell*
2635 F:      arch/powerpc/platforms/cell/
2636
2637 CEPH COMMON CODE (LIBCEPH)
2638 M:      Ilya Dryomov <idryomov@gmail.com>
2639 M:      "Yan, Zheng" <zyan@redhat.com>
2640 M:      Sage Weil <sage@redhat.com>
2641 L:      ceph-devel@vger.kernel.org
2642 W:      http://ceph.com/
2643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2644 T:      git git://github.com/ceph/ceph-client.git
2645 S:      Supported
2646 F:      net/ceph/
2647 F:      include/linux/ceph/
2648 F:      include/linux/crush/
2649
2650 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2651 M:      "Yan, Zheng" <zyan@redhat.com>
2652 M:      Sage Weil <sage@redhat.com>
2653 M:      Ilya Dryomov <idryomov@gmail.com>
2654 L:      ceph-devel@vger.kernel.org
2655 W:      http://ceph.com/
2656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2657 T:      git git://github.com/ceph/ceph-client.git
2658 S:      Supported
2659 F:      Documentation/filesystems/ceph.txt
2660 F:      fs/ceph/
2661
2662 CERTIFICATE HANDLING:
2663 M:      David Howells <dhowells@redhat.com>
2664 M:      David Woodhouse <dwmw2@infradead.org>
2665 L:      keyrings@linux-nfs.org
2666 S:      Maintained
2667 F:      Documentation/module-signing.txt
2668 F:      certs/
2669 F:      scripts/extract-cert.c
2670
2671 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2672 L:      linux-usb@vger.kernel.org
2673 S:      Orphan
2674 F:      Documentation/usb/WUSB-Design-overview.txt
2675 F:      Documentation/usb/wusb-cbaf
2676 F:      drivers/usb/host/hwa-hc.c
2677 F:      drivers/usb/host/whci/
2678 F:      drivers/usb/wusbcore/
2679 F:      include/linux/usb/wusb*
2680
2681 CFAG12864B LCD DRIVER
2682 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2683 W:      http://miguelojeda.es/auxdisplay.htm
2684 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2685 S:      Maintained
2686 F:      drivers/auxdisplay/cfag12864b.c
2687 F:      include/linux/cfag12864b.h
2688
2689 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2690 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2691 W:      http://miguelojeda.es/auxdisplay.htm
2692 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2693 S:      Maintained
2694 F:      drivers/auxdisplay/cfag12864bfb.c
2695 F:      include/linux/cfag12864b.h
2696
2697 CFG80211 and NL80211
2698 M:      Johannes Berg <johannes@sipsolutions.net>
2699 L:      linux-wireless@vger.kernel.org
2700 W:      http://wireless.kernel.org/
2701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2703 S:      Maintained
2704 F:      include/uapi/linux/nl80211.h
2705 F:      include/net/cfg80211.h
2706 F:      net/wireless/*
2707 X:      net/wireless/wext*
2708
2709 CHAR and MISC DRIVERS
2710 M:      Arnd Bergmann <arnd@arndb.de>
2711 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2713 S:      Supported
2714 F:      drivers/char/*
2715 F:      drivers/misc/*
2716 F:      include/linux/miscdevice.h
2717
2718 CHECKPATCH
2719 M:      Andy Whitcroft <apw@canonical.com>
2720 M:      Joe Perches <joe@perches.com>
2721 S:      Maintained
2722 F:      scripts/checkpatch.pl
2723
2724 CHINESE DOCUMENTATION
2725 M:      Harry Wei <harryxiyou@gmail.com>
2726 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2727 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2728 S:      Maintained
2729 F:      Documentation/zh_CN/
2730
2731 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2732 M:      Peter Chen <Peter.Chen@freescale.com>
2733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2734 L:      linux-usb@vger.kernel.org
2735 S:      Maintained
2736 F:      drivers/usb/chipidea/
2737
2738 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2739 M:      Hans de Goede <hdegoede@redhat.com>
2740 L:      linux-input@vger.kernel.org
2741 S:      Maintained
2742 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2743 F:      drivers/input/touchscreen/chipone_icn8318.c
2744
2745 CHROME HARDWARE PLATFORM SUPPORT
2746 M:      Olof Johansson <olof@lixom.net>
2747 S:      Maintained
2748 F:      drivers/platform/chrome/
2749
2750 CISCO VIC ETHERNET NIC DRIVER
2751 M:      Christian Benvenuti <benve@cisco.com>
2752 M:      Sujith Sankar <ssujith@cisco.com>
2753 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2754 M:      Neel Patel <neepatel@cisco.com>
2755 S:      Supported
2756 F:      drivers/net/ethernet/cisco/enic/
2757
2758 CISCO VIC LOW LATENCY NIC DRIVER
2759 M:      Upinder Malhi <umalhi@cisco.com>
2760 S:      Supported
2761 F:      drivers/infiniband/hw/usnic
2762
2763 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2764 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2765 L:      netdev@vger.kernel.org
2766 S:      Maintained
2767 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2768
2769 CIRRUS LOGIC AUDIO CODEC DRIVERS
2770 M:      Brian Austin <brian.austin@cirrus.com>
2771 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2772 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2773 S:      Maintained
2774 F:      sound/soc/codecs/cs*
2775
2776 CLEANCACHE API
2777 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2778 L:      linux-kernel@vger.kernel.org
2779 S:      Maintained
2780 F:      mm/cleancache.c
2781 F:      include/linux/cleancache.h
2782
2783 CLK API
2784 M:      Russell King <linux@arm.linux.org.uk>
2785 L:      linux-clk@vger.kernel.org
2786 S:      Maintained
2787 F:      include/linux/clk.h
2788
2789 CLOCKSOURCE, CLOCKEVENT DRIVERS
2790 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2791 M:      Thomas Gleixner <tglx@linutronix.de>
2792 L:      linux-kernel@vger.kernel.org
2793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2794 S:      Supported
2795 F:      drivers/clocksource
2796
2797 CISCO FCOE HBA DRIVER
2798 M:      Hiral Patel <hiralpat@cisco.com>
2799 M:      Suma Ramars <sramars@cisco.com>
2800 M:      Brian Uchino <buchino@cisco.com>
2801 L:      linux-scsi@vger.kernel.org
2802 S:      Supported
2803 F:      drivers/scsi/fnic/
2804
2805 CISCO SCSI HBA DRIVER
2806 M:      Narsimhulu Musini <nmusini@cisco.com>
2807 M:      Sesidhar Baddela <sebaddel@cisco.com>
2808 L:      linux-scsi@vger.kernel.org
2809 S:      Supported
2810 F:      drivers/scsi/snic/
2811
2812 CMPC ACPI DRIVER
2813 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2814 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2815 L:      platform-driver-x86@vger.kernel.org
2816 S:      Supported
2817 F:      drivers/platform/x86/classmate-laptop.c
2818
2819 COBALT MEDIA DRIVER
2820 M:      Hans Verkuil <hans.verkuil@cisco.com>
2821 L:      linux-media@vger.kernel.org
2822 T:      git git://linuxtv.org/media_tree.git
2823 W:      http://linuxtv.org
2824 S:      Supported
2825 F:      drivers/media/pci/cobalt/
2826
2827 COCCINELLE/Semantic Patches (SmPL)
2828 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2829 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2830 M:      Nicolas Palix <nicolas.palix@imag.fr>
2831 M:      Michal Marek <mmarek@suse.com>
2832 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2834 W:      http://coccinelle.lip6.fr/
2835 S:      Supported
2836 F:      Documentation/coccinelle.txt
2837 F:      scripts/coccinelle/
2838 F:      scripts/coccicheck
2839
2840 CODA FILE SYSTEM
2841 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2842 M:      coda@cs.cmu.edu
2843 L:      codalist@coda.cs.cmu.edu
2844 W:      http://www.coda.cs.cmu.edu/
2845 S:      Maintained
2846 F:      Documentation/filesystems/coda.txt
2847 F:      fs/coda/
2848 F:      include/linux/coda*.h
2849 F:      include/uapi/linux/coda*.h
2850
2851 CODA V4L2 MEM2MEM DRIVER
2852 M:      Philipp Zabel <p.zabel@pengutronix.de>
2853 L:      linux-media@vger.kernel.org
2854 S:      Maintained
2855 F:      Documentation/devicetree/bindings/media/coda.txt
2856 F:      drivers/media/platform/coda/
2857
2858 COMMON CLK FRAMEWORK
2859 M:      Michael Turquette <mturquette@baylibre.com>
2860 M:      Stephen Boyd <sboyd@codeaurora.org>
2861 L:      linux-clk@vger.kernel.org
2862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2863 S:      Maintained
2864 F:      drivers/clk/
2865 X:      drivers/clk/clkdev.c
2866 F:      include/linux/clk-pr*
2867 F:      include/linux/clk/
2868
2869 COMMON INTERNET FILE SYSTEM (CIFS)
2870 M:      Steve French <sfrench@samba.org>
2871 L:      linux-cifs@vger.kernel.org
2872 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2873 W:      http://linux-cifs.samba.org/
2874 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2875 S:      Supported
2876 F:      Documentation/filesystems/cifs/
2877 F:      fs/cifs/
2878
2879 COMPACTPCI HOTPLUG CORE
2880 M:      Scott Murray <scott@spiteful.org>
2881 L:      linux-pci@vger.kernel.org
2882 S:      Maintained
2883 F:      drivers/pci/hotplug/cpci_hotplug*
2884
2885 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2886 M:      Scott Murray <scott@spiteful.org>
2887 L:      linux-pci@vger.kernel.org
2888 S:      Maintained
2889 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2890
2891 COMPACTPCI HOTPLUG GENERIC DRIVER
2892 M:      Scott Murray <scott@spiteful.org>
2893 L:      linux-pci@vger.kernel.org
2894 S:      Maintained
2895 F:      drivers/pci/hotplug/cpcihp_generic.c
2896
2897 COMPAL LAPTOP SUPPORT
2898 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2899 L:      platform-driver-x86@vger.kernel.org
2900 S:      Maintained
2901 F:      drivers/platform/x86/compal-laptop.c
2902
2903 CONEXANT ACCESSRUNNER USB DRIVER
2904 M:      Simon Arlott <cxacru@fire.lp0.eu>
2905 L:      accessrunner-general@lists.sourceforge.net
2906 W:      http://accessrunner.sourceforge.net/
2907 S:      Maintained
2908 F:      drivers/usb/atm/cxacru.c
2909
2910 CONFIGFS
2911 M:      Joel Becker <jlbec@evilplan.org>
2912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2913 S:      Supported
2914 F:      fs/configfs/
2915 F:      include/linux/configfs.h
2916
2917 CONNECTOR
2918 M:      Evgeniy Polyakov <zbr@ioremap.net>
2919 L:      netdev@vger.kernel.org
2920 S:      Maintained
2921 F:      drivers/connector/
2922
2923 CONTROL GROUP (CGROUP)
2924 M:      Tejun Heo <tj@kernel.org>
2925 M:      Li Zefan <lizefan@huawei.com>
2926 M:      Johannes Weiner <hannes@cmpxchg.org>
2927 L:      cgroups@vger.kernel.org
2928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2929 S:      Maintained
2930 F:      Documentation/cgroups/
2931 F:      include/linux/cgroup*
2932 F:      kernel/cgroup*
2933
2934 CONTROL GROUP - CPUSET
2935 M:      Li Zefan <lizefan@huawei.com>
2936 L:      cgroups@vger.kernel.org
2937 W:      http://www.bullopensource.org/cpuset/
2938 W:      http://oss.sgi.com/projects/cpusets/
2939 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2940 S:      Maintained
2941 F:      Documentation/cgroups/cpusets.txt
2942 F:      include/linux/cpuset.h
2943 F:      kernel/cpuset.c
2944
2945 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2946 M:      Johannes Weiner <hannes@cmpxchg.org>
2947 M:      Michal Hocko <mhocko@kernel.org>
2948 L:      cgroups@vger.kernel.org
2949 L:      linux-mm@kvack.org
2950 S:      Maintained
2951 F:      mm/memcontrol.c
2952 F:      mm/swap_cgroup.c
2953
2954 CORETEMP HARDWARE MONITORING DRIVER
2955 M:      Fenghua Yu <fenghua.yu@intel.com>
2956 L:      lm-sensors@lm-sensors.org
2957 S:      Maintained
2958 F:      Documentation/hwmon/coretemp
2959 F:      drivers/hwmon/coretemp.c
2960
2961 COSA/SRP SYNC SERIAL DRIVER
2962 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2963 W:      http://www.fi.muni.cz/~kas/cosa/
2964 S:      Maintained
2965 F:      drivers/net/wan/cosa*
2966
2967 CPMAC ETHERNET DRIVER
2968 M:      Florian Fainelli <florian@openwrt.org>
2969 L:      netdev@vger.kernel.org
2970 S:      Maintained
2971 F:      drivers/net/ethernet/ti/cpmac.c
2972
2973 CPU FREQUENCY DRIVERS
2974 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2975 M:      Viresh Kumar <viresh.kumar@linaro.org>
2976 L:      linux-pm@vger.kernel.org
2977 S:      Maintained
2978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2979 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2980 F:      drivers/cpufreq/
2981 F:      include/linux/cpufreq.h
2982
2983 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2984 M:      Viresh Kumar <viresh.kumar@linaro.org>
2985 M:      Sudeep Holla <sudeep.holla@arm.com>
2986 L:      linux-pm@vger.kernel.org
2987 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2988 S:      Maintained
2989 F:      drivers/cpufreq/arm_big_little.h
2990 F:      drivers/cpufreq/arm_big_little.c
2991 F:      drivers/cpufreq/arm_big_little_dt.c
2992
2993 CPUIDLE DRIVER - ARM BIG LITTLE
2994 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2995 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2996 L:      linux-pm@vger.kernel.org
2997 L:      linux-arm-kernel@lists.infradead.org
2998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2999 S:      Maintained
3000 F:      drivers/cpuidle/cpuidle-big_little.c
3001
3002 CPUIDLE DRIVER - ARM EXYNOS
3003 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
3004 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3005 M:      Kukjin Kim <kgene@kernel.org>
3006 L:      linux-pm@vger.kernel.org
3007 L:      linux-samsung-soc@vger.kernel.org
3008 S:      Supported
3009 F:      drivers/cpuidle/cpuidle-exynos.c
3010 F:      arch/arm/mach-exynos/pm.c
3011
3012 CPUIDLE DRIVERS
3013 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3014 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
3015 L:      linux-pm@vger.kernel.org
3016 S:      Maintained
3017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
3018 F:      drivers/cpuidle/*
3019 F:      include/linux/cpuidle.h
3020
3021 CPUID/MSR DRIVER
3022 M:      "H. Peter Anvin" <hpa@zytor.com>
3023 S:      Maintained
3024 F:      arch/x86/kernel/cpuid.c
3025 F:      arch/x86/kernel/msr.c
3026
3027 CPU POWER MONITORING SUBSYSTEM
3028 M:      Thomas Renninger <trenn@suse.com>
3029 L:      linux-pm@vger.kernel.org
3030 S:      Maintained
3031 F:      tools/power/cpupower/
3032
3033 CRAMFS FILESYSTEM
3034 W:      http://sourceforge.net/projects/cramfs/
3035 S:      Orphan / Obsolete
3036 F:      Documentation/filesystems/cramfs.txt
3037 F:      fs/cramfs/
3038
3039 CRIS PORT
3040 M:      Mikael Starvik <starvik@axis.com>
3041 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3042 L:      linux-cris-kernel@axis.com
3043 W:      http://developer.axis.com
3044 S:      Maintained
3045 F:      arch/cris/
3046 F:      drivers/tty/serial/crisv10.*
3047
3048 CRYPTO API
3049 M:      Herbert Xu <herbert@gondor.apana.org.au>
3050 M:      "David S. Miller" <davem@davemloft.net>
3051 L:      linux-crypto@vger.kernel.org
3052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3053 S:      Maintained
3054 F:      Documentation/crypto/
3055 F:      Documentation/DocBook/crypto-API.tmpl
3056 F:      arch/*/crypto/
3057 F:      crypto/
3058 F:      drivers/crypto/
3059 F:      include/crypto/
3060
3061 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3062 M:      Neil Horman <nhorman@tuxdriver.com>
3063 L:      linux-crypto@vger.kernel.org
3064 S:      Maintained
3065 F:      crypto/ansi_cprng.c
3066 F:      crypto/rng.c
3067
3068 CS5535 Audio ALSA driver
3069 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3070 S:      Maintained
3071 F:      sound/pci/cs5535audio/
3072
3073 CW1200 WLAN driver
3074 M:      Solomon Peachy <pizza@shaftnet.org>
3075 S:      Maintained
3076 F:      drivers/net/wireless/cw1200/
3077
3078 CX18 VIDEO4LINUX DRIVER
3079 M:      Andy Walls <awalls@md.metrocast.net>
3080 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3081 L:      linux-media@vger.kernel.org
3082 T:      git git://linuxtv.org/media_tree.git
3083 W:      http://linuxtv.org
3084 W:      http://www.ivtvdriver.org/index.php/Cx18
3085 S:      Maintained
3086 F:      Documentation/video4linux/cx18.txt
3087 F:      drivers/media/pci/cx18/
3088 F:      include/uapi/linux/ivtv*
3089
3090 CX2341X MPEG ENCODER HELPER MODULE
3091 M:      Hans Verkuil <hverkuil@xs4all.nl>
3092 L:      linux-media@vger.kernel.org
3093 T:      git git://linuxtv.org/media_tree.git
3094 W:      http://linuxtv.org
3095 S:      Maintained
3096 F:      drivers/media/common/cx2341x*
3097 F:      include/media/cx2341x*
3098
3099 CX24120 MEDIA DRIVER
3100 M:      Jemma Denson <jdenson@gmail.com>
3101 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3102 L:      linux-media@vger.kernel.org
3103 W:      http://linuxtv.org/
3104 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3105 S:      Maintained
3106 F:      drivers/media/dvb-frontends/cx24120*
3107
3108 CX88 VIDEO4LINUX DRIVER
3109 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3110 L:      linux-media@vger.kernel.org
3111 W:      http://linuxtv.org
3112 T:      git git://linuxtv.org/media_tree.git
3113 S:      Odd fixes
3114 F:      Documentation/video4linux/cx88/
3115 F:      drivers/media/pci/cx88/
3116
3117 CXD2820R MEDIA DRIVER
3118 M:      Antti Palosaari <crope@iki.fi>
3119 L:      linux-media@vger.kernel.org
3120 W:      http://linuxtv.org/
3121 W:      http://palosaari.fi/linux/
3122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3123 T:      git git://linuxtv.org/anttip/media_tree.git
3124 S:      Maintained
3125 F:      drivers/media/dvb-frontends/cxd2820r*
3126
3127 CXGB3 ETHERNET DRIVER (CXGB3)
3128 M:      Santosh Raspatur <santosh@chelsio.com>
3129 L:      netdev@vger.kernel.org
3130 W:      http://www.chelsio.com
3131 S:      Supported
3132 F:      drivers/net/ethernet/chelsio/cxgb3/
3133
3134 CXGB3 ISCSI DRIVER (CXGB3I)
3135 M:      Karen Xie <kxie@chelsio.com>
3136 L:      linux-scsi@vger.kernel.org
3137 W:      http://www.chelsio.com
3138 S:      Supported
3139 F:      drivers/scsi/cxgbi/cxgb3i
3140
3141 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3142 M:      Steve Wise <swise@chelsio.com>
3143 L:      linux-rdma@vger.kernel.org
3144 W:      http://www.openfabrics.org
3145 S:      Supported
3146 F:      drivers/infiniband/hw/cxgb3/
3147
3148 CXGB4 ETHERNET DRIVER (CXGB4)
3149 M:      Hariprasad S <hariprasad@chelsio.com>
3150 L:      netdev@vger.kernel.org
3151 W:      http://www.chelsio.com
3152 S:      Supported
3153 F:      drivers/net/ethernet/chelsio/cxgb4/
3154
3155 CXGB4 ISCSI DRIVER (CXGB4I)
3156 M:      Karen Xie <kxie@chelsio.com>
3157 L:      linux-scsi@vger.kernel.org
3158 W:      http://www.chelsio.com
3159 S:      Supported
3160 F:      drivers/scsi/cxgbi/cxgb4i
3161
3162 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3163 M:      Steve Wise <swise@chelsio.com>
3164 L:      linux-rdma@vger.kernel.org
3165 W:      http://www.openfabrics.org
3166 S:      Supported
3167 F:      drivers/infiniband/hw/cxgb4/
3168
3169 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3170 M:      Casey Leedom <leedom@chelsio.com>
3171 L:      netdev@vger.kernel.org
3172 W:      http://www.chelsio.com
3173 S:      Supported
3174 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3175
3176 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3177 M:      Ian Munsie <imunsie@au1.ibm.com>
3178 M:      Michael Neuling <mikey@neuling.org>
3179 L:      linuxppc-dev@lists.ozlabs.org
3180 S:      Supported
3181 F:      drivers/misc/cxl/
3182 F:      include/misc/cxl*
3183 F:      include/uapi/misc/cxl.h
3184 F:      Documentation/powerpc/cxl.txt
3185 F:      Documentation/powerpc/cxl.txt
3186 F:      Documentation/ABI/testing/sysfs-class-cxl
3187
3188 STMMAC ETHERNET DRIVER
3189 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3190 L:      netdev@vger.kernel.org
3191 W:      http://www.stlinux.com
3192 S:      Supported
3193 F:      drivers/net/ethernet/stmicro/stmmac/
3194
3195 CYBERPRO FB DRIVER
3196 M:      Russell King <linux@arm.linux.org.uk>
3197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3198 W:      http://www.arm.linux.org.uk/
3199 S:      Maintained
3200 F:      drivers/video/fbdev/cyber2000fb.*
3201
3202 CYCLADES ASYNC MUX DRIVER
3203 W:      http://www.cyclades.com/
3204 S:      Orphan
3205 F:      drivers/tty/cyclades.c
3206 F:      include/linux/cyclades.h
3207 F:      include/uapi/linux/cyclades.h
3208
3209 CYCLADES PC300 DRIVER
3210 W:      http://www.cyclades.com/
3211 S:      Orphan
3212 F:      drivers/net/wan/pc300*
3213
3214 CYPRESS_FIRMWARE MEDIA DRIVER
3215 M:      Antti Palosaari <crope@iki.fi>
3216 L:      linux-media@vger.kernel.org
3217 W:      http://linuxtv.org/
3218 W:      http://palosaari.fi/linux/
3219 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3220 T:      git git://linuxtv.org/anttip/media_tree.git
3221 S:      Maintained
3222 F:      drivers/media/common/cypress_firmware*
3223
3224 CYTTSP TOUCHSCREEN DRIVER
3225 M:      Ferruh Yigit <fery@cypress.com>
3226 L:      linux-input@vger.kernel.org
3227 S:      Supported
3228 F:      drivers/input/touchscreen/cyttsp*
3229 F:      include/linux/input/cyttsp.h
3230
3231 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3232 M:      Joshua Kinard <kumba@gentoo.org>
3233 S:      Maintained
3234 F:      drivers/rtc/rtc-ds1685.c
3235 F:      include/linux/rtc/ds1685.h
3236
3237 DAMA SLAVE for AX.25
3238 M:      Joerg Reuter <jreuter@yaina.de>
3239 W:      http://yaina.de/jreuter/
3240 W:      http://www.qsl.net/dl1bke/
3241 L:      linux-hams@vger.kernel.org
3242 S:      Maintained
3243 F:      net/ax25/af_ax25.c
3244 F:      net/ax25/ax25_dev.c
3245 F:      net/ax25/ax25_ds_*
3246 F:      net/ax25/ax25_in.c
3247 F:      net/ax25/ax25_out.c
3248 F:      net/ax25/ax25_timer.c
3249 F:      net/ax25/sysctl_net_ax25.c
3250
3251 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3252 L:      netdev@vger.kernel.org
3253 S:      Orphan
3254 F:      Documentation/networking/dmfe.txt
3255 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3256
3257 DC390/AM53C974 SCSI driver
3258 M:      Hannes Reinecke <hare@suse.com>
3259 L:      linux-scsi@vger.kernel.org
3260 S:      Maintained
3261 F:      drivers/scsi/am53c974.c
3262
3263 DC395x SCSI driver
3264 M:      Oliver Neukum <oliver@neukum.org>
3265 M:      Ali Akcaagac <aliakc@web.de>
3266 M:      Jamie Lenehan <lenehan@twibble.org>
3267 L:      dc395x@twibble.org
3268 W:      http://twibble.org/dist/dc395x/
3269 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3270 S:      Maintained
3271 F:      Documentation/scsi/dc395x.txt
3272 F:      drivers/scsi/dc395x.*
3273
3274 DCCP PROTOCOL
3275 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3276 L:      dccp@vger.kernel.org
3277 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3278 S:      Maintained
3279 F:      include/linux/dccp.h
3280 F:      include/uapi/linux/dccp.h
3281 F:      include/linux/tfrc.h
3282 F:      net/dccp/
3283
3284 DECnet NETWORK LAYER
3285 W:      http://linux-decnet.sourceforge.net
3286 L:      linux-decnet-user@lists.sourceforge.net
3287 S:      Orphan
3288 F:      Documentation/networking/decnet.txt
3289 F:      net/decnet/
3290
3291 DECSTATION PLATFORM SUPPORT
3292 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3293 L:      linux-mips@linux-mips.org
3294 W:      http://www.linux-mips.org/wiki/DECstation
3295 S:      Maintained
3296 F:      arch/mips/dec/
3297 F:      arch/mips/include/asm/dec/
3298 F:      arch/mips/include/asm/mach-dec/
3299
3300 DEFXX FDDI NETWORK DRIVER
3301 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3302 S:      Maintained
3303 F:      drivers/net/fddi/defxx.*
3304
3305 DELL LAPTOP DRIVER
3306 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3307 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3308 L:      platform-driver-x86@vger.kernel.org
3309 S:      Maintained
3310 F:      drivers/platform/x86/dell-laptop.c
3311
3312 DELL LAPTOP RBTN DRIVER
3313 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3314 S:      Maintained
3315 F:      drivers/platform/x86/dell-rbtn.*
3316
3317 DELL LAPTOP FREEFALL DRIVER
3318 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3319 S:      Maintained
3320 F:      drivers/platform/x86/dell-smo8800.c
3321
3322 DELL LAPTOP SMM DRIVER
3323 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3324 S:      Maintained
3325 F:      drivers/hwmon/dell-smm-hwmon.c
3326 F:      include/uapi/linux/i8k.h
3327
3328 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3329 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3330 S:      Maintained
3331 F:      Documentation/dcdbas.txt
3332 F:      drivers/firmware/dcdbas.*
3333
3334 DELL WMI EXTRAS DRIVER
3335 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3336 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3337 S:      Maintained
3338 F:      drivers/platform/x86/dell-wmi.c
3339
3340 DESIGNWARE USB2 DRD IP DRIVER
3341 M:      John Youn <johnyoun@synopsys.com>
3342 L:      linux-usb@vger.kernel.org
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3344 S:      Maintained
3345 F:      drivers/usb/dwc2/
3346
3347 DESIGNWARE USB3 DRD IP DRIVER
3348 M:      Felipe Balbi <balbi@ti.com>
3349 L:      linux-usb@vger.kernel.org
3350 L:      linux-omap@vger.kernel.org
3351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3352 S:      Maintained
3353 F:      drivers/usb/dwc3/
3354
3355 DEVICE COREDUMP (DEV_COREDUMP)
3356 M:      Johannes Berg <johannes@sipsolutions.net>
3357 L:      linux-kernel@vger.kernel.org
3358 S:      Maintained
3359 F:      drivers/base/devcoredump.c
3360 F:      include/linux/devcoredump.h
3361
3362 DEVICE FREQUENCY (DEVFREQ)
3363 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3364 M:      Kyungmin Park <kyungmin.park@samsung.com>
3365 L:      linux-pm@vger.kernel.org
3366 S:      Maintained
3367 F:      drivers/devfreq/
3368
3369 DEVICE NUMBER REGISTRY
3370 M:      Torben Mathiasen <device@lanana.org>
3371 W:      http://lanana.org/docs/device-list/index.html
3372 S:      Maintained
3373
3374 DEVICE-MAPPER  (LVM)
3375 M:      Alasdair Kergon <agk@redhat.com>
3376 M:      Mike Snitzer <snitzer@redhat.com>
3377 M:      dm-devel@redhat.com
3378 L:      dm-devel@redhat.com
3379 W:      http://sources.redhat.com/dm
3380 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3382 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3383 S:      Maintained
3384 F:      Documentation/device-mapper/
3385 F:      drivers/md/dm*
3386 F:      drivers/md/persistent-data/
3387 F:      include/linux/device-mapper.h
3388 F:      include/linux/dm-*.h
3389 F:      include/uapi/linux/dm-*.h
3390
3391 DIALOG SEMICONDUCTOR DRIVERS
3392 M:      Support Opensource <support.opensource@diasemi.com>
3393 W:      http://www.dialog-semiconductor.com/products
3394 S:      Supported
3395 F:      Documentation/hwmon/da90??
3396 F:      drivers/gpio/gpio-da90??.c
3397 F:      drivers/hwmon/da90??-hwmon.c
3398 F:      drivers/iio/adc/da91??-*.c
3399 F:      drivers/input/misc/da90??_onkey.c
3400 F:      drivers/input/touchscreen/da9052_tsi.c
3401 F:      drivers/leds/leds-da90??.c
3402 F:      drivers/mfd/da903x.c
3403 F:      drivers/mfd/da90??-*.c
3404 F:      drivers/mfd/da91??-*.c
3405 F:      drivers/power/da9052-battery.c
3406 F:      drivers/power/da91??-*.c
3407 F:      drivers/regulator/da903x.c
3408 F:      drivers/regulator/da9???-regulator.[ch]
3409 F:      drivers/rtc/rtc-da90??.c
3410 F:      drivers/video/backlight/da90??_bl.c
3411 F:      drivers/watchdog/da90??_wdt.c
3412 F:      include/linux/mfd/da903x.h
3413 F:      include/linux/mfd/da9052/
3414 F:      include/linux/mfd/da9055/
3415 F:      include/linux/mfd/da9063/
3416 F:      include/linux/mfd/da9150/
3417 F:      include/sound/da[79]*.h
3418 F:      sound/soc/codecs/da[79]*.[ch]
3419
3420 DIGI NEO AND CLASSIC PCI PRODUCTS
3421 M:      Lidza Louina <lidza.louina@gmail.com>
3422 M:      Mark Hounschell <markh@compro.net>
3423 L:      driverdev-devel@linuxdriverproject.org
3424 S:      Maintained
3425 F:      drivers/staging/dgnc/
3426
3427 DIGI EPCA PCI PRODUCTS
3428 M:      Lidza Louina <lidza.louina@gmail.com>
3429 M:      Daeseok Youn <daeseok.youn@gmail.com>
3430 L:      driverdev-devel@linuxdriverproject.org
3431 S:      Maintained
3432 F:      drivers/staging/dgap/
3433
3434 DIOLAN U2C-12 I2C DRIVER
3435 M:      Guenter Roeck <linux@roeck-us.net>
3436 L:      linux-i2c@vger.kernel.org
3437 S:      Maintained
3438 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3439
3440 DIRECT ACCESS (DAX)
3441 M:      Matthew Wilcox <willy@linux.intel.com>
3442 L:      linux-fsdevel@vger.kernel.org
3443 S:      Supported
3444 F:      fs/dax.c
3445
3446 DIRECTORY NOTIFICATION (DNOTIFY)
3447 M:      Eric Paris <eparis@parisplace.org>
3448 S:      Maintained
3449 F:      Documentation/filesystems/dnotify.txt
3450 F:      fs/notify/dnotify/
3451 F:      include/linux/dnotify.h
3452
3453 DISK GEOMETRY AND PARTITION HANDLING
3454 M:      Andries Brouwer <aeb@cwi.nl>
3455 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3456 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3457 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3458 S:      Maintained
3459
3460 DISKQUOTA
3461 M:      Jan Kara <jack@suse.com>
3462 S:      Maintained
3463 F:      Documentation/filesystems/quota.txt
3464 F:      fs/quota/
3465 F:      include/linux/quota*.h
3466 F:      include/uapi/linux/quota*.h
3467
3468 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3469 M:      Bernie Thompson <bernie@plugable.com>
3470 L:      linux-fbdev@vger.kernel.org
3471 S:      Maintained
3472 W:      http://plugable.com/category/projects/udlfb/
3473 F:      drivers/video/fbdev/udlfb.c
3474 F:      include/video/udlfb.h
3475 F:      Documentation/fb/udlfb.txt
3476
3477 DISTRIBUTED LOCK MANAGER (DLM)
3478 M:      Christine Caulfield <ccaulfie@redhat.com>
3479 M:      David Teigland <teigland@redhat.com>
3480 L:      cluster-devel@redhat.com
3481 W:      http://sources.redhat.com/cluster/
3482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3483 S:      Supported
3484 F:      fs/dlm/
3485
3486 DMA BUFFER SHARING FRAMEWORK
3487 M:      Sumit Semwal <sumit.semwal@linaro.org>
3488 S:      Maintained
3489 L:      linux-media@vger.kernel.org
3490 L:      dri-devel@lists.freedesktop.org
3491 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3492 F:      drivers/dma-buf/
3493 F:      include/linux/dma-buf*
3494 F:      include/linux/reservation.h
3495 F:      include/linux/*fence.h
3496 F:      Documentation/dma-buf-sharing.txt
3497 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3498
3499 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3500 M:      Vinod Koul <vinod.koul@intel.com>
3501 L:      dmaengine@vger.kernel.org
3502 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3503 S:      Maintained
3504 F:      drivers/dma/
3505 F:      include/linux/dmaengine.h
3506 F:      Documentation/dmaengine/
3507 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3508
3509 DME1737 HARDWARE MONITOR DRIVER
3510 M:      Juerg Haefliger <juergh@gmail.com>
3511 L:      lm-sensors@lm-sensors.org
3512 S:      Maintained
3513 F:      Documentation/hwmon/dme1737
3514 F:      drivers/hwmon/dme1737.c
3515
3516 DMI/SMBIOS SUPPORT
3517 M:      Jean Delvare <jdelvare@suse.com>
3518 S:      Maintained
3519 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3520 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3521 F:      drivers/firmware/dmi-id.c
3522 F:      drivers/firmware/dmi_scan.c
3523 F:      include/linux/dmi.h
3524
3525 DOCUMENTATION
3526 M:      Jonathan Corbet <corbet@lwn.net>
3527 L:      linux-doc@vger.kernel.org
3528 S:      Maintained
3529 F:      Documentation/
3530 X:      Documentation/ABI/
3531 X:      Documentation/devicetree/
3532 X:      Documentation/acpi
3533 X:      Documentation/power
3534 X:      Documentation/spi
3535 X:      Documentation/DocBook/media
3536 T:      git git://git.lwn.net/linux-2.6.git docs-next
3537
3538 DOUBLETALK DRIVER
3539 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3540 L:      blinux-list@redhat.com
3541 S:      Maintained
3542 F:      drivers/char/dtlk.c
3543 F:      include/linux/dtlk.h
3544
3545 DPT_I2O SCSI RAID DRIVER
3546 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3547 L:      linux-scsi@vger.kernel.org
3548 W:      http://www.adaptec.com/
3549 S:      Maintained
3550 F:      drivers/scsi/dpt*
3551 F:      drivers/scsi/dpt/
3552
3553 DRBD DRIVER
3554 P:      Philipp Reisner
3555 P:      Lars Ellenberg
3556 M:      drbd-dev@lists.linbit.com
3557 L:      drbd-user@lists.linbit.com
3558 W:      http://www.drbd.org
3559 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3560 T:      git git://git.drbd.org/drbd-8.3.git
3561 S:      Supported
3562 F:      drivers/block/drbd/
3563 F:      lib/lru_cache.c
3564 F:      Documentation/blockdev/drbd/
3565
3566 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3567 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3569 S:      Supported
3570 F:      Documentation/kobject.txt
3571 F:      drivers/base/
3572 F:      fs/debugfs/
3573 F:      fs/kernfs/
3574 F:      fs/sysfs/
3575 F:      include/linux/debugfs.h
3576 F:      include/linux/kobj*
3577 F:      lib/kobj*
3578
3579 DRM DRIVERS
3580 M:      David Airlie <airlied@linux.ie>
3581 L:      dri-devel@lists.freedesktop.org
3582 T:      git git://people.freedesktop.org/~airlied/linux
3583 S:      Maintained
3584 F:      drivers/gpu/drm/
3585 F:      drivers/gpu/vga/
3586 F:      include/drm/
3587 F:      include/uapi/drm/
3588
3589 RADEON DRM DRIVERS
3590 M:      Alex Deucher <alexander.deucher@amd.com>
3591 M:      Christian König <christian.koenig@amd.com>
3592 L:      dri-devel@lists.freedesktop.org
3593 T:      git git://people.freedesktop.org/~agd5f/linux
3594 S:      Supported
3595 F:      drivers/gpu/drm/radeon/
3596 F:      include/uapi/drm/radeon*
3597
3598 DRM PANEL DRIVERS
3599 M:      Thierry Reding <thierry.reding@gmail.com>
3600 L:      dri-devel@lists.freedesktop.org
3601 T:      git git://anongit.freedesktop.org/tegra/linux.git
3602 S:      Maintained
3603 F:      drivers/gpu/drm/drm_panel.c
3604 F:      drivers/gpu/drm/panel/
3605 F:      include/drm/drm_panel.h
3606 F:      Documentation/devicetree/bindings/panel/
3607
3608 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3609 M:      Daniel Vetter <daniel.vetter@intel.com>
3610 M:      Jani Nikula <jani.nikula@linux.intel.com>
3611 L:      intel-gfx@lists.freedesktop.org
3612 L:      dri-devel@lists.freedesktop.org
3613 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3614 T:      git git://anongit.freedesktop.org/drm-intel
3615 S:      Supported
3616 F:      drivers/gpu/drm/i915/
3617 F:      include/drm/i915*
3618 F:      include/uapi/drm/i915*
3619
3620 DRM DRIVERS FOR ATMEL HLCDC
3621 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
3622 L:      dri-devel@lists.freedesktop.org
3623 S:      Supported
3624 F:      drivers/gpu/drm/atmel-hlcdc/
3625 F:      Documentation/devicetree/bindings/drm/atmel/
3626
3627 DRM DRIVERS FOR EXYNOS
3628 M:      Inki Dae <inki.dae@samsung.com>
3629 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3630 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3631 M:      Kyungmin Park <kyungmin.park@samsung.com>
3632 L:      dri-devel@lists.freedesktop.org
3633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3634 S:      Supported
3635 F:      drivers/gpu/drm/exynos/
3636 F:      include/drm/exynos*
3637 F:      include/uapi/drm/exynos*
3638
3639 DRM DRIVERS FOR FREESCALE DCU
3640 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3641 M:      Alison Wang <alison.wang@freescale.com>
3642 L:      dri-devel@lists.freedesktop.org
3643 S:      Supported
3644 F:      drivers/gpu/drm/fsl-dcu/
3645 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3646 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3647
3648 DRM DRIVERS FOR FREESCALE IMX
3649 M:      Philipp Zabel <p.zabel@pengutronix.de>
3650 L:      dri-devel@lists.freedesktop.org
3651 S:      Maintained
3652 F:      drivers/gpu/drm/imx/
3653 F:      Documentation/devicetree/bindings/drm/imx/
3654
3655 DRM DRIVERS FOR GMA500 (Poulsbo, Moorestown and derivative chipsets)
3656 M:      Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
3657 L:      dri-devel@lists.freedesktop.org
3658 T:      git git://github.com/patjak/drm-gma500
3659 S:      Maintained
3660 F:      drivers/gpu/drm/gma500
3661 F:      include/drm/gma500*
3662
3663 DRM DRIVERS FOR NVIDIA TEGRA
3664 M:      Thierry Reding <thierry.reding@gmail.com>
3665 M:      Terje Bergström <tbergstrom@nvidia.com>
3666 L:      dri-devel@lists.freedesktop.org
3667 L:      linux-tegra@vger.kernel.org
3668 T:      git git://anongit.freedesktop.org/tegra/linux.git
3669 S:      Supported
3670 F:      drivers/gpu/drm/tegra/
3671 F:      drivers/gpu/host1x/
3672 F:      include/linux/host1x.h
3673 F:      include/uapi/drm/tegra_drm.h
3674 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3675
3676 DRM DRIVERS FOR RENESAS
3677 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3678 L:      dri-devel@lists.freedesktop.org
3679 L:      linux-sh@vger.kernel.org
3680 T:      git git://people.freedesktop.org/~airlied/linux
3681 S:      Supported
3682 F:      drivers/gpu/drm/rcar-du/
3683 F:      drivers/gpu/drm/shmobile/
3684 F:      include/linux/platform_data/shmob_drm.h
3685
3686 DRM DRIVERS FOR ROCKCHIP
3687 M:      Mark Yao <mark.yao@rock-chips.com>
3688 L:      dri-devel@lists.freedesktop.org
3689 S:      Maintained
3690 F:      drivers/gpu/drm/rockchip/
3691 F:      Documentation/devicetree/bindings/video/rockchip*
3692
3693 DRM DRIVERS FOR STI
3694 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3695 M:      Vincent Abriou <vincent.abriou@st.com>
3696 L:      dri-devel@lists.freedesktop.org
3697 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3698 S:      Maintained
3699 F:      drivers/gpu/drm/sti
3700 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3701
3702 DSBR100 USB FM RADIO DRIVER
3703 M:      Alexey Klimov <klimov.linux@gmail.com>
3704 L:      linux-media@vger.kernel.org
3705 T:      git git://linuxtv.org/media_tree.git
3706 S:      Maintained
3707 F:      drivers/media/radio/dsbr100.c
3708
3709 DSCC4 DRIVER
3710 M:      Francois Romieu <romieu@fr.zoreil.com>
3711 L:      netdev@vger.kernel.org
3712 S:      Maintained
3713 F:      drivers/net/wan/dscc4.c
3714
3715 DT3155 MEDIA DRIVER
3716 M:      Hans Verkuil <hverkuil@xs4all.nl>
3717 L:      linux-media@vger.kernel.org
3718 T:      git git://linuxtv.org/media_tree.git
3719 W:      http://linuxtv.org
3720 S:      Odd Fixes
3721 F:      drivers/media/pci/dt3155/
3722
3723 DVB_USB_AF9015 MEDIA DRIVER
3724 M:      Antti Palosaari <crope@iki.fi>
3725 L:      linux-media@vger.kernel.org
3726 W:      http://linuxtv.org/
3727 W:      http://palosaari.fi/linux/
3728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3729 T:      git git://linuxtv.org/anttip/media_tree.git
3730 S:      Maintained
3731 F:      drivers/media/usb/dvb-usb-v2/af9015*
3732
3733 DVB_USB_AF9035 MEDIA DRIVER
3734 M:      Antti Palosaari <crope@iki.fi>
3735 L:      linux-media@vger.kernel.org
3736 W:      http://linuxtv.org/
3737 W:      http://palosaari.fi/linux/
3738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3739 T:      git git://linuxtv.org/anttip/media_tree.git
3740 S:      Maintained
3741 F:      drivers/media/usb/dvb-usb-v2/af9035*
3742
3743 DVB_USB_ANYSEE MEDIA DRIVER
3744 M:      Antti Palosaari <crope@iki.fi>
3745 L:      linux-media@vger.kernel.org
3746 W:      http://linuxtv.org/
3747 W:      http://palosaari.fi/linux/
3748 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3749 T:      git git://linuxtv.org/anttip/media_tree.git
3750 S:      Maintained
3751 F:      drivers/media/usb/dvb-usb-v2/anysee*
3752
3753 DVB_USB_AU6610 MEDIA DRIVER
3754 M:      Antti Palosaari <crope@iki.fi>
3755 L:      linux-media@vger.kernel.org
3756 W:      http://linuxtv.org/
3757 W:      http://palosaari.fi/linux/
3758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3759 T:      git git://linuxtv.org/anttip/media_tree.git
3760 S:      Maintained
3761 F:      drivers/media/usb/dvb-usb-v2/au6610*
3762
3763 DVB_USB_CE6230 MEDIA DRIVER
3764 M:      Antti Palosaari <crope@iki.fi>
3765 L:      linux-media@vger.kernel.org
3766 W:      http://linuxtv.org/
3767 W:      http://palosaari.fi/linux/
3768 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3769 T:      git git://linuxtv.org/anttip/media_tree.git
3770 S:      Maintained
3771 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3772
3773 DVB_USB_CXUSB MEDIA DRIVER
3774 M:      Michael Krufky <mkrufky@linuxtv.org>
3775 L:      linux-media@vger.kernel.org
3776 W:      http://linuxtv.org/
3777 W:      http://github.com/mkrufky
3778 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3779 T:      git git://linuxtv.org/media_tree.git
3780 S:      Maintained
3781 F:      drivers/media/usb/dvb-usb/cxusb*
3782
3783 DVB_USB_EC168 MEDIA DRIVER
3784 M:      Antti Palosaari <crope@iki.fi>
3785 L:      linux-media@vger.kernel.org
3786 W:      http://linuxtv.org/
3787 W:      http://palosaari.fi/linux/
3788 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3789 T:      git git://linuxtv.org/anttip/media_tree.git
3790 S:      Maintained
3791 F:      drivers/media/usb/dvb-usb-v2/ec168*
3792
3793 DVB_USB_GL861 MEDIA DRIVER
3794 M:      Antti Palosaari <crope@iki.fi>
3795 L:      linux-media@vger.kernel.org
3796 W:      http://linuxtv.org/
3797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3798 T:      git git://linuxtv.org/anttip/media_tree.git
3799 S:      Maintained
3800 F:      drivers/media/usb/dvb-usb-v2/gl861*
3801
3802 DVB_USB_MXL111SF MEDIA DRIVER
3803 M:      Michael Krufky <mkrufky@linuxtv.org>
3804 L:      linux-media@vger.kernel.org
3805 W:      http://linuxtv.org/
3806 W:      http://github.com/mkrufky
3807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3808 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3809 S:      Maintained
3810 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3811
3812 DVB_USB_RTL28XXU MEDIA DRIVER
3813 M:      Antti Palosaari <crope@iki.fi>
3814 L:      linux-media@vger.kernel.org
3815 W:      http://linuxtv.org/
3816 W:      http://palosaari.fi/linux/
3817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3818 T:      git git://linuxtv.org/anttip/media_tree.git
3819 S:      Maintained
3820 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3821
3822 DVB_USB_V2 MEDIA DRIVER
3823 M:      Antti Palosaari <crope@iki.fi>
3824 L:      linux-media@vger.kernel.org
3825 W:      http://linuxtv.org/
3826 W:      http://palosaari.fi/linux/
3827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3828 T:      git git://linuxtv.org/anttip/media_tree.git
3829 S:      Maintained
3830 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3831 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3832
3833 DYNAMIC DEBUG
3834 M:      Jason Baron <jbaron@akamai.com>
3835 S:      Maintained
3836 F:      lib/dynamic_debug.c
3837 F:      include/linux/dynamic_debug.h
3838
3839 DZ DECSTATION DZ11 SERIAL DRIVER
3840 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3841 S:      Maintained
3842 F:      drivers/tty/serial/dz.*
3843
3844 E3X0 POWER BUTTON DRIVER
3845 M:      Moritz Fischer <moritz.fischer@ettus.com>
3846 L:      usrp-users@lists.ettus.com
3847 W:      http://www.ettus.com
3848 S:      Supported
3849 F:      drivers/input/misc/e3x0-button.c
3850 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3851
3852 E4000 MEDIA DRIVER
3853 M:      Antti Palosaari <crope@iki.fi>
3854 L:      linux-media@vger.kernel.org
3855 W:      http://linuxtv.org/
3856 W:      http://palosaari.fi/linux/
3857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3858 T:      git git://linuxtv.org/anttip/media_tree.git
3859 S:      Maintained
3860 F:      drivers/media/tuners/e4000*
3861
3862 EATA ISA/EISA/PCI SCSI DRIVER
3863 M:      Dario Ballabio <ballabio_dario@emc.com>
3864 L:      linux-scsi@vger.kernel.org
3865 S:      Maintained
3866 F:      drivers/scsi/eata.c
3867
3868 EC100 MEDIA DRIVER
3869 M:      Antti Palosaari <crope@iki.fi>
3870 L:      linux-media@vger.kernel.org
3871 W:      http://linuxtv.org/
3872 W:      http://palosaari.fi/linux/
3873 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3874 T:      git git://linuxtv.org/anttip/media_tree.git
3875 S:      Maintained
3876 F:      drivers/media/dvb-frontends/ec100*
3877
3878 ECRYPT FILE SYSTEM
3879 M:      Tyler Hicks <tyhicks@canonical.com>
3880 L:      ecryptfs@vger.kernel.org
3881 W:      http://ecryptfs.org
3882 W:      https://launchpad.net/ecryptfs
3883 S:      Supported
3884 F:      Documentation/filesystems/ecryptfs.txt
3885 F:      fs/ecryptfs/
3886
3887 EDAC-CORE
3888 M:      Doug Thompson <dougthompson@xmission.com>
3889 M:      Borislav Petkov <bp@alien8.de>
3890 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3891 L:      linux-edac@vger.kernel.org
3892 W:      bluesmoke.sourceforge.net
3893 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3894 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3895 S:      Supported
3896 F:      Documentation/edac.txt
3897 F:      drivers/edac/
3898 F:      include/linux/edac.h
3899
3900 EDAC-AMD64
3901 M:      Doug Thompson <dougthompson@xmission.com>
3902 M:      Borislav Petkov <bp@alien8.de>
3903 L:      linux-edac@vger.kernel.org
3904 W:      bluesmoke.sourceforge.net
3905 S:      Maintained
3906 F:      drivers/edac/amd64_edac*
3907
3908 EDAC-CALXEDA
3909 M:      Doug Thompson <dougthompson@xmission.com>
3910 M:      Robert Richter <rric@kernel.org>
3911 L:      linux-edac@vger.kernel.org
3912 W:      bluesmoke.sourceforge.net
3913 S:      Maintained
3914 F:      drivers/edac/highbank*
3915
3916 EDAC-CAVIUM
3917 M:      Ralf Baechle <ralf@linux-mips.org>
3918 M:      David Daney <david.daney@cavium.com>
3919 L:      linux-edac@vger.kernel.org
3920 L:      linux-mips@linux-mips.org
3921 W:      bluesmoke.sourceforge.net
3922 S:      Supported
3923 F:      drivers/edac/octeon_edac*
3924
3925 EDAC-E752X
3926 M:      Mark Gross <mark.gross@intel.com>
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/e752x_edac.c
3932
3933 EDAC-E7XXX
3934 M:      Doug Thompson <dougthompson@xmission.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/e7xxx_edac.c
3939
3940 EDAC-GHES
3941 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/ghes_edac.c
3946
3947 EDAC-I82443BXGX
3948 M:      Tim Small <tim@buttersideup.com>
3949 L:      linux-edac@vger.kernel.org
3950 W:      bluesmoke.sourceforge.net
3951 S:      Maintained
3952 F:      drivers/edac/i82443bxgx_edac.c
3953
3954 EDAC-I3000
3955 M:      Jason Uhlenkott <juhlenko@akamai.com>
3956 L:      linux-edac@vger.kernel.org
3957 W:      bluesmoke.sourceforge.net
3958 S:      Maintained
3959 F:      drivers/edac/i3000_edac.c
3960
3961 EDAC-I5000
3962 M:      Doug Thompson <dougthompson@xmission.com>
3963 L:      linux-edac@vger.kernel.org
3964 W:      bluesmoke.sourceforge.net
3965 S:      Maintained
3966 F:      drivers/edac/i5000_edac.c
3967
3968 EDAC-I5400
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/i5400_edac.c
3974
3975 EDAC-I7300
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/i7300_edac.c
3981
3982 EDAC-I7CORE
3983 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3984 L:      linux-edac@vger.kernel.org
3985 W:      bluesmoke.sourceforge.net
3986 S:      Maintained
3987 F:      drivers/edac/i7core_edac.c
3988
3989 EDAC-I82975X
3990 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3991 M:      "Arvind R." <arvino55@gmail.com>
3992 L:      linux-edac@vger.kernel.org
3993 W:      bluesmoke.sourceforge.net
3994 S:      Maintained
3995 F:      drivers/edac/i82975x_edac.c
3996
3997 EDAC-IE31200
3998 M:      Jason Baron <jbaron@akamai.com>
3999 L:      linux-edac@vger.kernel.org
4000 W:      bluesmoke.sourceforge.net
4001 S:      Maintained
4002 F:      drivers/edac/ie31200_edac.c
4003
4004 EDAC-MPC85XX
4005 M:      Johannes Thumshirn <morbidrsa@gmail.com>
4006 L:      linux-edac@vger.kernel.org
4007 W:      bluesmoke.sourceforge.net
4008 S:      Maintained
4009 F:      drivers/edac/mpc85xx_edac.[ch]
4010
4011 EDAC-PASEMI
4012 M:      Egor Martovetsky <egor@pasemi.com>
4013 L:      linux-edac@vger.kernel.org
4014 W:      bluesmoke.sourceforge.net
4015 S:      Maintained
4016 F:      drivers/edac/pasemi_edac.c
4017
4018 EDAC-R82600
4019 M:      Tim Small <tim@buttersideup.com>
4020 L:      linux-edac@vger.kernel.org
4021 W:      bluesmoke.sourceforge.net
4022 S:      Maintained
4023 F:      drivers/edac/r82600_edac.c
4024
4025 EDAC-SBRIDGE
4026 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4027 L:      linux-edac@vger.kernel.org
4028 W:      bluesmoke.sourceforge.net
4029 S:      Maintained
4030 F:      drivers/edac/sb_edac.c
4031
4032 EDAC-XGENE
4033 APPLIED MICRO (APM) X-GENE SOC EDAC
4034 M:     Loc Ho <lho@apm.com>
4035 S:     Supported
4036 F:     drivers/edac/xgene_edac.c
4037 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
4038
4039 EDIROL UA-101/UA-1000 DRIVER
4040 M:      Clemens Ladisch <clemens@ladisch.de>
4041 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4042 T:      git git://git.alsa-project.org/alsa-kernel.git
4043 S:      Maintained
4044 F:      sound/usb/misc/ua101.c
4045
4046 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4047 M:      Matt Fleming <matt@codeblueprint.co.uk>
4048 L:      linux-efi@vger.kernel.org
4049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4050 S:      Maintained
4051 F:      Documentation/efi-stub.txt
4052 F:      arch/ia64/kernel/efi.c
4053 F:      arch/x86/boot/compressed/eboot.[ch]
4054 F:      arch/x86/include/asm/efi.h
4055 F:      arch/x86/platform/efi/*
4056 F:      drivers/firmware/efi/*
4057 F:      include/linux/efi*.h
4058
4059 EFI VARIABLE FILESYSTEM
4060 M:      Matthew Garrett <matthew.garrett@nebula.com>
4061 M:      Jeremy Kerr <jk@ozlabs.org>
4062 M:      Matt Fleming <matt@codeblueprint.co.uk>
4063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4064 L:      linux-efi@vger.kernel.org
4065 S:      Maintained
4066 F:      fs/efivarfs/
4067
4068 EFIFB FRAMEBUFFER DRIVER
4069 L:      linux-fbdev@vger.kernel.org
4070 M:      Peter Jones <pjones@redhat.com>
4071 S:      Maintained
4072 F:      drivers/video/fbdev/efifb.c
4073
4074 EFS FILESYSTEM
4075 W:      http://aeschi.ch.eu.org/efs/
4076 S:      Orphan
4077 F:      fs/efs/
4078
4079 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4080 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4081 M:      Christoph Raisch <raisch@de.ibm.com>
4082 L:      linux-rdma@vger.kernel.org
4083 S:      Supported
4084 F:      drivers/infiniband/hw/ehca/
4085
4086 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4087 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4088 L:      netdev@vger.kernel.org
4089 S:      Maintained
4090 F:      drivers/net/ethernet/ibm/ehea/
4091
4092 EM28XX VIDEO4LINUX DRIVER
4093 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4094 L:      linux-media@vger.kernel.org
4095 W:      http://linuxtv.org
4096 T:      git git://linuxtv.org/media_tree.git
4097 S:      Maintained
4098 F:      drivers/media/usb/em28xx/
4099
4100 EMBEDDED LINUX
4101 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4102 M:      Matt Mackall <mpm@selenic.com>
4103 M:      David Woodhouse <dwmw2@infradead.org>
4104 L:      linux-embedded@vger.kernel.org
4105 S:      Maintained
4106
4107 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4108 M:      James Smart <james.smart@avagotech.com>
4109 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4110 L:      linux-scsi@vger.kernel.org
4111 W:      http://www.avagotech.com
4112 S:      Supported
4113 F:      drivers/scsi/lpfc/
4114
4115 ENE CB710 FLASH CARD READER DRIVER
4116 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4117 S:      Maintained
4118 F:      drivers/misc/cb710/
4119 F:      drivers/mmc/host/cb710-mmc.*
4120 F:      include/linux/cb710.h
4121
4122 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4123 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4124 S:      Maintained
4125 F:      drivers/media/rc/ene_ir.*
4126
4127 ENHANCED ERROR HANDLING (EEH)
4128 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4129 L:      linuxppc-dev@lists.ozlabs.org
4130 S:      Supported
4131 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4132 F:      arch/powerpc/kernel/eeh*.c
4133
4134 EPSON S1D13XXX FRAMEBUFFER DRIVER
4135 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4136 S:      Maintained
4137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4138 F:      drivers/video/fbdev/s1d13xxxfb.c
4139 F:      include/video/s1d13xxxfb.h
4140
4141 ET131X NETWORK DRIVER
4142 M:      Mark Einon <mark.einon@gmail.com>
4143 S:      Odd Fixes
4144 F:      drivers/net/ethernet/agere/
4145
4146 ETHERNET BRIDGE
4147 M:      Stephen Hemminger <stephen@networkplumber.org>
4148 L:      bridge@lists.linux-foundation.org
4149 L:      netdev@vger.kernel.org
4150 W:      http://www.linuxfoundation.org/en/Net:Bridge
4151 S:      Maintained
4152 F:      include/linux/netfilter_bridge/
4153 F:      net/bridge/
4154
4155 ETHERNET PHY LIBRARY
4156 M:      Florian Fainelli <f.fainelli@gmail.com>
4157 L:      netdev@vger.kernel.org
4158 S:      Maintained
4159 F:      include/linux/phy.h
4160 F:      include/linux/phy_fixed.h
4161 F:      drivers/net/phy/
4162 F:      Documentation/networking/phy.txt
4163 F:      drivers/of/of_mdio.c
4164 F:      drivers/of/of_net.c
4165
4166 EXT2 FILE SYSTEM
4167 M:      Jan Kara <jack@suse.com>
4168 L:      linux-ext4@vger.kernel.org
4169 S:      Maintained
4170 F:      Documentation/filesystems/ext2.txt
4171 F:      fs/ext2/
4172 F:      include/linux/ext2*
4173
4174 EXT4 FILE SYSTEM
4175 M:      "Theodore Ts'o" <tytso@mit.edu>
4176 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4177 L:      linux-ext4@vger.kernel.org
4178 W:      http://ext4.wiki.kernel.org
4179 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4180 S:      Maintained
4181 F:      Documentation/filesystems/ext4.txt
4182 F:      fs/ext4/
4183
4184 Extended Verification Module (EVM)
4185 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4186 L:      linux-ima-devel@lists.sourceforge.net
4187 L:      linux-security-module@vger.kernel.org
4188 S:      Supported
4189 F:      security/integrity/evm/
4190
4191 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4192 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4193 M:      Chanwoo Choi <cw00.choi@samsung.com>
4194 L:      linux-kernel@vger.kernel.org
4195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4196 S:      Maintained
4197 F:      drivers/extcon/
4198 F:      Documentation/extcon/
4199
4200 EXYNOS DP DRIVER
4201 M:      Jingoo Han <jingoohan1@gmail.com>
4202 L:      dri-devel@lists.freedesktop.org
4203 S:      Maintained
4204 F:      drivers/gpu/drm/exynos/exynos_dp*
4205
4206 EXYNOS MIPI DISPLAY DRIVERS
4207 M:      Inki Dae <inki.dae@samsung.com>
4208 M:      Donghwa Lee <dh09.lee@samsung.com>
4209 M:      Kyungmin Park <kyungmin.park@samsung.com>
4210 L:      linux-fbdev@vger.kernel.org
4211 S:      Maintained
4212 F:      drivers/video/fbdev/exynos/exynos_mipi*
4213 F:      include/video/exynos_mipi*
4214
4215 F71805F HARDWARE MONITORING DRIVER
4216 M:      Jean Delvare <jdelvare@suse.com>
4217 L:      lm-sensors@lm-sensors.org
4218 S:      Maintained
4219 F:      Documentation/hwmon/f71805f
4220 F:      drivers/hwmon/f71805f.c
4221
4222 FC0011 TUNER DRIVER
4223 M:      Michael Buesch <m@bues.ch>
4224 L:      linux-media@vger.kernel.org
4225 S:      Maintained
4226 F:      drivers/media/tuners/fc0011.h
4227 F:      drivers/media/tuners/fc0011.c
4228
4229 FC2580 MEDIA DRIVER
4230 M:      Antti Palosaari <crope@iki.fi>
4231 L:      linux-media@vger.kernel.org
4232 W:      http://linuxtv.org/
4233 W:      http://palosaari.fi/linux/
4234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4235 T:      git git://linuxtv.org/anttip/media_tree.git
4236 S:      Maintained
4237 F:      drivers/media/tuners/fc2580*
4238
4239 FANOTIFY
4240 M:      Eric Paris <eparis@redhat.com>
4241 S:      Maintained
4242 F:      fs/notify/fanotify/
4243 F:      include/linux/fanotify.h
4244 F:      include/uapi/linux/fanotify.h
4245
4246 FARSYNC SYNCHRONOUS DRIVER
4247 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4248 W:      http://www.farsite.co.uk/
4249 S:      Supported
4250 F:      drivers/net/wan/farsync.*
4251
4252 FAULT INJECTION SUPPORT
4253 M:      Akinobu Mita <akinobu.mita@gmail.com>
4254 S:      Supported
4255 F:      Documentation/fault-injection/
4256 F:      lib/fault-inject.c
4257
4258 FBTFT Framebuffer drivers
4259 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4260 M:      Noralf Trønnes <noralf@tronnes.org>
4261 S:      Maintained
4262 F:      drivers/staging/fbtft/
4263
4264 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4265 M:      Vasu Dev <vasu.dev@intel.com>
4266 L:      fcoe-devel@open-fcoe.org
4267 W:      www.Open-FCoE.org
4268 S:      Supported
4269 F:      drivers/scsi/libfc/
4270 F:      drivers/scsi/fcoe/
4271 F:      include/scsi/fc/
4272 F:      include/scsi/libfc.h
4273 F:      include/scsi/libfcoe.h
4274 F:      include/uapi/scsi/fc/
4275
4276 FILE LOCKING (flock() and fcntl()/lockf())
4277 M:      Jeff Layton <jlayton@poochiereds.net>
4278 M:      "J. Bruce Fields" <bfields@fieldses.org>
4279 L:      linux-fsdevel@vger.kernel.org
4280 S:      Maintained
4281 F:      include/linux/fcntl.h
4282 F:      include/linux/fs.h
4283 F:      include/uapi/linux/fcntl.h
4284 F:      include/uapi/linux/fs.h
4285 F:      fs/fcntl.c
4286 F:      fs/locks.c
4287
4288 FILESYSTEMS (VFS and infrastructure)
4289 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4290 L:      linux-fsdevel@vger.kernel.org
4291 S:      Maintained
4292 F:      fs/*
4293
4294 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4295 M:      Riku Voipio <riku.voipio@iki.fi>
4296 L:      lm-sensors@lm-sensors.org
4297 S:      Maintained
4298 F:      drivers/hwmon/f75375s.c
4299 F:      include/linux/f75375s.h
4300
4301 FIREWIRE AUDIO DRIVERS
4302 M:      Clemens Ladisch <clemens@ladisch.de>
4303 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4304 T:      git git://git.alsa-project.org/alsa-kernel.git
4305 S:      Maintained
4306 F:      sound/firewire/
4307
4308 FIREWIRE MEDIA DRIVERS (firedtv)
4309 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4310 L:      linux-media@vger.kernel.org
4311 L:      linux1394-devel@lists.sourceforge.net
4312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4313 S:      Maintained
4314 F:      drivers/media/firewire/
4315
4316 FIREWIRE SBP-2 TARGET
4317 M:      Chris Boot <bootc@bootc.net>
4318 L:      linux-scsi@vger.kernel.org
4319 L:      target-devel@vger.kernel.org
4320 L:      linux1394-devel@lists.sourceforge.net
4321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4322 S:      Maintained
4323 F:      drivers/target/sbp/
4324
4325 FIREWIRE SUBSYSTEM
4326 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4327 L:      linux1394-devel@lists.sourceforge.net
4328 W:      http://ieee1394.wiki.kernel.org/
4329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4330 S:      Maintained
4331 F:      drivers/firewire/
4332 F:      include/linux/firewire.h
4333 F:      include/uapi/linux/firewire*.h
4334 F:      tools/firewire/
4335
4336 FIRMWARE LOADER (request_firmware)
4337 M:      Ming Lei <ming.lei@canonical.com>
4338 L:      linux-kernel@vger.kernel.org
4339 S:      Maintained
4340 F:      Documentation/firmware_class/
4341 F:      drivers/base/firmware*.c
4342 F:      include/linux/firmware.h
4343
4344 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4345 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4346 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4347 S:      Maintained
4348 F:      drivers/block/rsxx/
4349
4350 FLOPPY DRIVER
4351 M:      Jiri Kosina <jikos@kernel.org>
4352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4353 S:      Odd fixes
4354 F:      drivers/block/floppy.c
4355
4356 FMC SUBSYSTEM
4357 M:      Alessandro Rubini <rubini@gnudd.com>
4358 W:      http://www.ohwr.org/projects/fmc-bus
4359 S:      Supported
4360 F:      drivers/fmc/
4361 F:      include/linux/fmc*.h
4362 F:      include/linux/ipmi-fru.h
4363 K:      fmc_d.*register
4364
4365 FPU EMULATOR
4366 M:      Bill Metzenthen <billm@melbpc.org.au>
4367 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4368 S:      Maintained
4369 F:      arch/x86/math-emu/
4370
4371 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4372 L:      netdev@vger.kernel.org
4373 S:      Orphan
4374 F:      drivers/net/wan/dlci.c
4375 F:      drivers/net/wan/sdla.c
4376
4377 FRAMEBUFFER LAYER
4378 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4379 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4380 L:      linux-fbdev@vger.kernel.org
4381 W:      http://linux-fbdev.sourceforge.net/
4382 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4384 S:      Maintained
4385 F:      Documentation/fb/
4386 F:      Documentation/devicetree/bindings/fb/
4387 F:      drivers/video/
4388 F:      include/video/
4389 F:      include/linux/fb.h
4390 F:      include/uapi/video/
4391 F:      include/uapi/linux/fb.h
4392
4393 FREESCALE DIU FRAMEBUFFER DRIVER
4394 M:      Timur Tabi <timur@tabi.org>
4395 L:      linux-fbdev@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/video/fbdev/fsl-diu-fb.*
4398
4399 FREESCALE DMA DRIVER
4400 M:      Li Yang <leoli@freescale.com>
4401 M:      Zhang Wei <zw@zh-kernel.org>
4402 L:      linuxppc-dev@lists.ozlabs.org
4403 S:      Maintained
4404 F:      drivers/dma/fsldma.*
4405
4406 FREESCALE I2C CPM DRIVER
4407 M:      Jochen Friedrich <jochen@scram.de>
4408 L:      linuxppc-dev@lists.ozlabs.org
4409 L:      linux-i2c@vger.kernel.org
4410 S:      Maintained
4411 F:      drivers/i2c/busses/i2c-cpm.c
4412
4413 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4414 M:      Sascha Hauer <kernel@pengutronix.de>
4415 L:      linux-fbdev@vger.kernel.org
4416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4417 S:      Maintained
4418 F:      include/linux/platform_data/video-imxfb.h
4419 F:      drivers/video/fbdev/imxfb.c
4420
4421 FREESCALE QUAD SPI DRIVER
4422 M:      Han Xu <han.xu@freescale.com>
4423 L:      linux-mtd@lists.infradead.org
4424 S:      Maintained
4425 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4426
4427 FREESCALE SOC FS_ENET DRIVER
4428 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4429 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4430 L:      linuxppc-dev@lists.ozlabs.org
4431 L:      netdev@vger.kernel.org
4432 S:      Maintained
4433 F:      drivers/net/ethernet/freescale/fs_enet/
4434 F:      include/linux/fs_enet_pd.h
4435
4436 FREESCALE QUICC ENGINE LIBRARY
4437 L:      linuxppc-dev@lists.ozlabs.org
4438 S:      Orphan
4439 F:      arch/powerpc/sysdev/qe_lib/
4440 F:      arch/powerpc/include/asm/*qe.h
4441
4442 FREESCALE USB PERIPHERAL DRIVERS
4443 M:      Li Yang <leoli@freescale.com>
4444 L:      linux-usb@vger.kernel.org
4445 L:      linuxppc-dev@lists.ozlabs.org
4446 S:      Maintained
4447 F:      drivers/usb/gadget/udc/fsl*
4448
4449 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4450 M:      Li Yang <leoli@freescale.com>
4451 L:      netdev@vger.kernel.org
4452 L:      linuxppc-dev@lists.ozlabs.org
4453 S:      Maintained
4454 F:      drivers/net/ethernet/freescale/ucc_geth*
4455
4456 FREESCALE eTSEC ETHERNET DRIVER (GIANFAR)
4457 M:      Claudiu Manoil <claudiu.manoil@freescale.com>
4458 L:      netdev@vger.kernel.org
4459 S:      Maintained
4460 F:      drivers/net/ethernet/freescale/gianfar*
4461 X:      drivers/net/ethernet/freescale/gianfar_ptp.c
4462 F:      Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
4463
4464 FREESCALE QUICC ENGINE UCC UART DRIVER
4465 M:      Timur Tabi <timur@tabi.org>
4466 L:      linuxppc-dev@lists.ozlabs.org
4467 S:      Maintained
4468 F:      drivers/tty/serial/ucc_uart.c
4469
4470 FREESCALE SOC SOUND DRIVERS
4471 M:      Timur Tabi <timur@tabi.org>
4472 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4473 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4474 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4475 L:      linuxppc-dev@lists.ozlabs.org
4476 S:      Maintained
4477 F:      sound/soc/fsl/fsl*
4478 F:      sound/soc/fsl/imx*
4479 F:      sound/soc/fsl/mpc8610_hpcd.c
4480
4481 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4482 M:      "J. German Rivera" <German.Rivera@freescale.com>
4483 L:      linux-kernel@vger.kernel.org
4484 S:      Maintained
4485 F:      drivers/staging/fsl-mc/
4486
4487 FREEVXFS FILESYSTEM
4488 M:      Christoph Hellwig <hch@infradead.org>
4489 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4490 S:      Maintained
4491 F:      fs/freevxfs/
4492
4493 FREEZER
4494 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4495 M:      Pavel Machek <pavel@ucw.cz>
4496 L:      linux-pm@vger.kernel.org
4497 S:      Supported
4498 F:      Documentation/power/freezing-of-tasks.txt
4499 F:      include/linux/freezer.h
4500 F:      kernel/freezer.c
4501
4502 FRONTSWAP API
4503 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4504 L:      linux-kernel@vger.kernel.org
4505 S:      Maintained
4506 F:      mm/frontswap.c
4507 F:      include/linux/frontswap.h
4508
4509 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4510 M:      David Howells <dhowells@redhat.com>
4511 L:      linux-cachefs@redhat.com
4512 S:      Supported
4513 F:      Documentation/filesystems/caching/
4514 F:      fs/fscache/
4515 F:      include/linux/fscache*.h
4516
4517 F2FS FILE SYSTEM
4518 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4519 M:      Changman Lee <cm224.lee@samsung.com>
4520 R:      Chao Yu <chao2.yu@samsung.com>
4521 L:      linux-f2fs-devel@lists.sourceforge.net
4522 W:      http://en.wikipedia.org/wiki/F2FS
4523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4524 S:      Maintained
4525 F:      Documentation/filesystems/f2fs.txt
4526 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4527 F:      fs/f2fs/
4528 F:      include/linux/f2fs_fs.h
4529 F:      include/trace/events/f2fs.h
4530
4531 FUJITSU FR-V (FRV) PORT
4532 M:      David Howells <dhowells@redhat.com>
4533 S:      Maintained
4534 F:      arch/frv/
4535
4536 FUJITSU LAPTOP EXTRAS
4537 M:      Jonathan Woithe <jwoithe@just42.net>
4538 L:      platform-driver-x86@vger.kernel.org
4539 S:      Maintained
4540 F:      drivers/platform/x86/fujitsu-laptop.c
4541
4542 FUJITSU M-5MO LS CAMERA ISP DRIVER
4543 M:      Kyungmin Park <kyungmin.park@samsung.com>
4544 M:      Heungjun Kim <riverful.kim@samsung.com>
4545 L:      linux-media@vger.kernel.org
4546 S:      Maintained
4547 F:      drivers/media/i2c/m5mols/
4548 F:      include/media/m5mols.h
4549
4550 FUJITSU TABLET EXTRAS
4551 M:      Robert Gerlach <khnz@gmx.de>
4552 L:      platform-driver-x86@vger.kernel.org
4553 S:      Maintained
4554 F:      drivers/platform/x86/fujitsu-tablet.c
4555
4556 FUSE: FILESYSTEM IN USERSPACE
4557 M:      Miklos Szeredi <miklos@szeredi.hu>
4558 L:      fuse-devel@lists.sourceforge.net
4559 W:      http://fuse.sourceforge.net/
4560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4561 S:      Maintained
4562 F:      fs/fuse/
4563 F:      include/uapi/linux/fuse.h
4564 F:      Documentation/filesystems/fuse.txt
4565
4566 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4567 M:      Rik Faith <faith@cs.unc.edu>
4568 L:      linux-scsi@vger.kernel.org
4569 S:      Odd Fixes (e.g., new signatures)
4570 F:      drivers/scsi/fdomain.*
4571
4572 GCOV BASED KERNEL PROFILING
4573 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4574 S:      Maintained
4575 F:      kernel/gcov/
4576 F:      Documentation/gcov.txt
4577
4578 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4579 M:      Achim Leubner <achim_leubner@adaptec.com>
4580 L:      linux-scsi@vger.kernel.org
4581 W:      http://www.icp-vortex.com/
4582 S:      Supported
4583 F:      drivers/scsi/gdt*
4584
4585 GDB KERNEL DEBUGGING HELPER SCRIPTS
4586 M:      Jan Kiszka <jan.kiszka@siemens.com>
4587 S:      Supported
4588 F:      scripts/gdb/
4589
4590 GEMTEK FM RADIO RECEIVER DRIVER
4591 M:      Hans Verkuil <hverkuil@xs4all.nl>
4592 L:      linux-media@vger.kernel.org
4593 T:      git git://linuxtv.org/media_tree.git
4594 W:      http://linuxtv.org
4595 S:      Maintained
4596 F:      drivers/media/radio/radio-gemtek*
4597
4598 GENERIC GPIO I2C DRIVER
4599 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4600 S:      Supported
4601 F:      drivers/i2c/busses/i2c-gpio.c
4602 F:      include/linux/i2c-gpio.h
4603
4604 GENERIC GPIO I2C MULTIPLEXER DRIVER
4605 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4606 L:      linux-i2c@vger.kernel.org
4607 S:      Supported
4608 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4609 F:      include/linux/i2c-mux-gpio.h
4610 F:      Documentation/i2c/muxes/i2c-mux-gpio
4611
4612 GENERIC HDLC (WAN) DRIVERS
4613 M:      Krzysztof Halasa <khc@pm.waw.pl>
4614 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4615 S:      Maintained
4616 F:      drivers/net/wan/c101.c
4617 F:      drivers/net/wan/hd6457*
4618 F:      drivers/net/wan/hdlc*
4619 F:      drivers/net/wan/n2.c
4620 F:      drivers/net/wan/pc300too.c
4621 F:      drivers/net/wan/pci200syn.c
4622 F:      drivers/net/wan/wanxl*
4623
4624 GENERIC INCLUDE/ASM HEADER FILES
4625 M:      Arnd Bergmann <arnd@arndb.de>
4626 L:      linux-arch@vger.kernel.org
4627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4628 S:      Maintained
4629 F:      include/asm-generic/
4630 F:      include/uapi/asm-generic/
4631
4632 GENERIC PHY FRAMEWORK
4633 M:      Kishon Vijay Abraham I <kishon@ti.com>
4634 L:      linux-kernel@vger.kernel.org
4635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4636 S:      Supported
4637 F:      drivers/phy/
4638 F:      include/linux/phy/
4639
4640 GENERIC PM DOMAINS
4641 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4642 M:      Kevin Hilman <khilman@kernel.org>
4643 M:      Ulf Hansson <ulf.hansson@linaro.org>
4644 L:      linux-pm@vger.kernel.org
4645 S:      Supported
4646 F:      drivers/base/power/domain*.c
4647 F:      include/linux/pm_domain.h
4648
4649 GENERIC UIO DRIVER FOR PCI DEVICES
4650 M:      "Michael S. Tsirkin" <mst@redhat.com>
4651 L:      kvm@vger.kernel.org
4652 S:      Supported
4653 F:      drivers/uio/uio_pci_generic.c
4654
4655 GET_MAINTAINER SCRIPT
4656 M:      Joe Perches <joe@perches.com>
4657 S:      Maintained
4658 F:      scripts/get_maintainer.pl
4659
4660 GFS2 FILE SYSTEM
4661 M:      Steven Whitehouse <swhiteho@redhat.com>
4662 M:      Bob Peterson <rpeterso@redhat.com>
4663 L:      cluster-devel@redhat.com
4664 W:      http://sources.redhat.com/cluster/
4665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4666 S:      Supported
4667 F:      Documentation/filesystems/gfs2*.txt
4668 F:      fs/gfs2/
4669 F:      include/uapi/linux/gfs2_ondisk.h
4670
4671 GIGASET ISDN DRIVERS
4672 M:      Paul Bolle <pebolle@tiscali.nl>
4673 L:      gigaset307x-common@lists.sourceforge.net
4674 W:      http://gigaset307x.sourceforge.net/
4675 S:      Odd Fixes
4676 F:      Documentation/isdn/README.gigaset
4677 F:      drivers/isdn/gigaset/
4678 F:      include/uapi/linux/gigaset_dev.h
4679
4680 GO7007 MPEG CODEC
4681 M:      Hans Verkuil <hans.verkuil@cisco.com>
4682 L:      linux-media@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/media/usb/go7007/
4685
4686 GOODIX TOUCHSCREEN
4687 M:      Bastien Nocera <hadess@hadess.net>
4688 L:      linux-input@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/input/touchscreen/goodix.c
4691
4692 GPIO SUBSYSTEM
4693 M:      Linus Walleij <linus.walleij@linaro.org>
4694 M:      Alexandre Courbot <gnurou@gmail.com>
4695 L:      linux-gpio@vger.kernel.org
4696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4697 S:      Maintained
4698 F:      Documentation/gpio/
4699 F:      drivers/gpio/
4700 F:      include/linux/gpio/
4701 F:      include/linux/gpio.h
4702 F:      include/asm-generic/gpio.h
4703
4704 GRE DEMULTIPLEXER DRIVER
4705 M:      Dmitry Kozlov <xeb@mail.ru>
4706 L:      netdev@vger.kernel.org
4707 S:      Maintained
4708 F:      net/ipv4/gre_demux.c
4709 F:      net/ipv4/gre_offload.c
4710 F:      include/net/gre.h
4711
4712 GRETH 10/100/1G Ethernet MAC device driver
4713 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4714 L:      netdev@vger.kernel.org
4715 S:      Maintained
4716 F:      drivers/net/ethernet/aeroflex/
4717
4718 GSPCA FINEPIX SUBDRIVER
4719 M:      Frank Zago <frank@zago.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/finepix.c
4724
4725 GSPCA GL860 SUBDRIVER
4726 M:      Olivier Lorin <o.lorin@laposte.net>
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/gl860/
4731
4732 GSPCA M5602 SUBDRIVER
4733 M:      Erik Andren <erik.andren@gmail.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/m5602/
4738
4739 GSPCA PAC207 SONIXB SUBDRIVER
4740 M:      Hans de Goede <hdegoede@redhat.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/pac207.c
4745
4746 GSPCA SN9C20X SUBDRIVER
4747 M:      Brian Johnson <brijohn@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/sn9c20x.c
4752
4753 GSPCA T613 SUBDRIVER
4754 M:      Leandro Costantino <lcostantino@gmail.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/t613.c
4759
4760 GSPCA USB WEBCAM DRIVER
4761 M:      Hans de Goede <hdegoede@redhat.com>
4762 L:      linux-media@vger.kernel.org
4763 T:      git git://linuxtv.org/media_tree.git
4764 S:      Maintained
4765 F:      drivers/media/usb/gspca/
4766
4767 GUID PARTITION TABLE (GPT)
4768 M:      Davidlohr Bueso <dave@stgolabs.net>
4769 L:      linux-efi@vger.kernel.org
4770 S:      Maintained
4771 F:      block/partitions/efi.*
4772
4773 STK1160 USB VIDEO CAPTURE DRIVER
4774 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4775 L:      linux-media@vger.kernel.org
4776 T:      git git://linuxtv.org/media_tree.git
4777 S:      Maintained
4778 F:      drivers/media/usb/stk1160/
4779
4780 H8/300 ARCHITECTURE
4781 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4782 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4783 W:      http://uclinux-h8.sourceforge.jp
4784 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4785 S:      Maintained
4786 F:      arch/h8300/
4787 F:      drivers/clocksource/h8300_*.c
4788 F:      drivers/clk/h8300/
4789 F:      drivers/irqchip/irq-renesas-h8*.c
4790
4791 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4792 M:      Frank Seidel <frank@f-seidel.de>
4793 L:      platform-driver-x86@vger.kernel.org
4794 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4795 S:      Maintained
4796 F:      drivers/platform/x86/hdaps.c
4797
4798 HDPVR USB VIDEO ENCODER DRIVER
4799 M:      Hans Verkuil <hverkuil@xs4all.nl>
4800 L:      linux-media@vger.kernel.org
4801 T:      git git://linuxtv.org/media_tree.git
4802 W:      http://linuxtv.org
4803 S:      Odd Fixes
4804 F:      drivers/media/usb/hdpvr/
4805
4806 HWPOISON MEMORY FAILURE HANDLING
4807 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4808 L:      linux-mm@kvack.org
4809 S:      Maintained
4810 F:      mm/memory-failure.c
4811 F:      mm/hwpoison-inject.c
4812
4813 HYPERVISOR VIRTUAL CONSOLE DRIVER
4814 L:      linuxppc-dev@lists.ozlabs.org
4815 S:      Odd Fixes
4816 F:      drivers/tty/hvc/
4817
4818 HACKRF MEDIA DRIVER
4819 M:      Antti Palosaari <crope@iki.fi>
4820 L:      linux-media@vger.kernel.org
4821 W:      http://linuxtv.org/
4822 W:      http://palosaari.fi/linux/
4823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4824 T:      git git://linuxtv.org/anttip/media_tree.git
4825 S:      Maintained
4826 F:      drivers/media/usb/hackrf/
4827
4828 HARDWARE MONITORING
4829 M:      Jean Delvare <jdelvare@suse.com>
4830 M:      Guenter Roeck <linux@roeck-us.net>
4831 L:      lm-sensors@lm-sensors.org
4832 W:      http://www.lm-sensors.org/
4833 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4835 S:      Maintained
4836 F:      Documentation/hwmon/
4837 F:      drivers/hwmon/
4838 F:      include/linux/hwmon*.h
4839
4840 HARDWARE RANDOM NUMBER GENERATOR CORE
4841 M:      Matt Mackall <mpm@selenic.com>
4842 M:      Herbert Xu <herbert@gondor.apana.org.au>
4843 L:      linux-crypto@vger.kernel.org
4844 S:      Odd fixes
4845 F:      Documentation/hw_random.txt
4846 F:      drivers/char/hw_random/
4847 F:      include/linux/hw_random.h
4848
4849 HARDWARE SPINLOCK CORE
4850 M:      Ohad Ben-Cohen <ohad@wizery.com>
4851 S:      Maintained
4852 F:      Documentation/hwspinlock.txt
4853 F:      drivers/hwspinlock/hwspinlock_*
4854 F:      include/linux/hwspinlock.h
4855
4856 HARMONY SOUND DRIVER
4857 L:      linux-parisc@vger.kernel.org
4858 S:      Maintained
4859 F:      sound/parisc/harmony.*
4860
4861 HD29L2 MEDIA DRIVER
4862 M:      Antti Palosaari <crope@iki.fi>
4863 L:      linux-media@vger.kernel.org
4864 W:      http://linuxtv.org/
4865 W:      http://palosaari.fi/linux/
4866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4867 T:      git git://linuxtv.org/anttip/media_tree.git
4868 S:      Maintained
4869 F:      drivers/media/dvb-frontends/hd29l2*
4870
4871 HEWLETT-PACKARD SMART2 RAID DRIVER
4872 L:      iss_storagedev@hp.com
4873 S:      Orphan
4874 F:      Documentation/blockdev/cpqarray.txt
4875 F:      drivers/block/cpqarray.*
4876
4877 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4878 M:      Don Brace <don.brace@pmcs.com>
4879 L:      iss_storagedev@hp.com
4880 L:      storagedev@pmcs.com
4881 L:      linux-scsi@vger.kernel.org
4882 S:      Supported
4883 F:      Documentation/scsi/hpsa.txt
4884 F:      drivers/scsi/hpsa*.[ch]
4885 F:      include/linux/cciss*.h
4886 F:      include/uapi/linux/cciss*.h
4887
4888 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4889 M:      Don Brace <don.brace@pmcs.com>
4890 L:      iss_storagedev@hp.com
4891 L:      storagedev@pmcs.com
4892 L:      linux-scsi@vger.kernel.org
4893 S:      Supported
4894 F:      Documentation/blockdev/cciss.txt
4895 F:      drivers/block/cciss*
4896 F:      include/linux/cciss_ioctl.h
4897 F:      include/uapi/linux/cciss_ioctl.h
4898
4899 HFS FILESYSTEM
4900 L:      linux-fsdevel@vger.kernel.org
4901 S:      Orphan
4902 F:      Documentation/filesystems/hfs.txt
4903 F:      fs/hfs/
4904
4905 HFSPLUS FILESYSTEM
4906 L:      linux-fsdevel@vger.kernel.org
4907 S:      Orphan
4908 F:      Documentation/filesystems/hfsplus.txt
4909 F:      fs/hfsplus/
4910
4911 HGA FRAMEBUFFER DRIVER
4912 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4913 L:      linux-nvidia@lists.surfsouth.com
4914 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4915 S:      Maintained
4916 F:      drivers/video/fbdev/hgafb.c
4917
4918 HIBERNATION (aka Software Suspend, aka swsusp)
4919 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4920 M:      Pavel Machek <pavel@ucw.cz>
4921 L:      linux-pm@vger.kernel.org
4922 S:      Supported
4923 F:      arch/x86/power/
4924 F:      drivers/base/power/
4925 F:      kernel/power/
4926 F:      include/linux/suspend.h
4927 F:      include/linux/freezer.h
4928 F:      include/linux/pm.h
4929 F:      arch/*/include/asm/suspend*.h
4930
4931 HID CORE LAYER
4932 M:      Jiri Kosina <jikos@kernel.org>
4933 L:      linux-input@vger.kernel.org
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4935 S:      Maintained
4936 F:      drivers/hid/
4937 F:      include/linux/hid*
4938 F:      include/uapi/linux/hid*
4939
4940 HID SENSOR HUB DRIVERS
4941 M:      Jiri Kosina <jikos@kernel.org>
4942 M:      Jonathan Cameron <jic23@kernel.org>
4943 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4944 L:      linux-input@vger.kernel.org
4945 L:      linux-iio@vger.kernel.org
4946 S:      Maintained
4947 F:      Documentation/hid/hid-sensor*
4948 F:      drivers/hid/hid-sensor-*
4949 F:      drivers/iio/*/hid-*
4950 F:      include/linux/hid-sensor-*
4951
4952 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4953 M:      Thomas Gleixner <tglx@linutronix.de>
4954 L:      linux-kernel@vger.kernel.org
4955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4956 S:      Maintained
4957 F:      Documentation/timers/
4958 F:      kernel/time/hrtimer.c
4959 F:      kernel/time/clockevents.c
4960 F:      kernel/time/tick*.*
4961 F:      kernel/time/timer_*.c
4962 F:      include/linux/clockchips.h
4963 F:      include/linux/hrtimer.h
4964
4965 HIGH-SPEED SCC DRIVER FOR AX.25
4966 L:      linux-hams@vger.kernel.org
4967 S:      Orphan
4968 F:      drivers/net/hamradio/dmascc.c
4969 F:      drivers/net/hamradio/scc.c
4970
4971 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4972 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4973 W:      http://www.highpoint-tech.com
4974 S:      Supported
4975 F:      Documentation/scsi/hptiop.txt
4976 F:      drivers/scsi/hptiop.c
4977
4978 HIPPI
4979 M:      Jes Sorensen <jes@trained-monkey.org>
4980 L:      linux-hippi@sunsite.dk
4981 S:      Maintained
4982 F:      include/linux/hippidevice.h
4983 F:      include/uapi/linux/if_hippi.h
4984 F:      net/802/hippi.c
4985 F:      drivers/net/hippi/
4986
4987 HOST AP DRIVER
4988 M:      Jouni Malinen <j@w1.fi>
4989 L:      hostap@shmoo.com (subscribers-only)
4990 L:      linux-wireless@vger.kernel.org
4991 W:      http://hostap.epitest.fi/
4992 S:      Maintained
4993 F:      drivers/net/wireless/hostap/
4994
4995 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4996 L:      platform-driver-x86@vger.kernel.org
4997 S:      Orphan
4998 F:      drivers/platform/x86/tc1100-wmi.c
4999
5000 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
5001 M:      Jaroslav Kysela <perex@perex.cz>
5002 S:      Maintained
5003 F:      drivers/net/ethernet/hp/hp100.*
5004
5005 HPET:   High Precision Event Timers driver
5006 M:      Clemens Ladisch <clemens@ladisch.de>
5007 S:      Maintained
5008 F:      Documentation/timers/hpet.txt
5009 F:      drivers/char/hpet.c
5010 F:      include/linux/hpet.h
5011 F:      include/uapi/linux/hpet.h
5012
5013 HPET:   x86
5014 S:      Orphan
5015 F:      arch/x86/kernel/hpet.c
5016 F:      arch/x86/include/asm/hpet.h
5017
5018 HPFS FILESYSTEM
5019 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
5020 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
5021 S:      Maintained
5022 F:      fs/hpfs/
5023
5024 HSI SUBSYSTEM
5025 M:      Sebastian Reichel <sre@kernel.org>
5026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
5027 S:      Maintained
5028 F:      Documentation/ABI/testing/sysfs-bus-hsi
5029 F:      Documentation/hsi.txt
5030 F:      drivers/hsi/
5031 F:      include/linux/hsi/
5032 F:      include/uapi/linux/hsi/
5033
5034 HSO 3G MODEM DRIVER
5035 M:      Jan Dumon <j.dumon@option.com>
5036 W:      http://www.pharscape.org
5037 S:      Maintained
5038 F:      drivers/net/usb/hso.c
5039
5040 HSR NETWORK PROTOCOL
5041 M:      Arvid Brodin <arvid.brodin@alten.se>
5042 L:      netdev@vger.kernel.org
5043 S:      Maintained
5044 F:      net/hsr/
5045
5046 HTCPEN TOUCHSCREEN DRIVER
5047 M:      Pau Oliva Fora <pof@eslack.org>
5048 L:      linux-input@vger.kernel.org
5049 S:      Maintained
5050 F:      drivers/input/touchscreen/htcpen.c
5051
5052 HUGETLB FILESYSTEM
5053 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5054 S:      Maintained
5055 F:      fs/hugetlbfs/
5056
5057 Hyper-V CORE AND DRIVERS
5058 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5059 M:      Haiyang Zhang <haiyangz@microsoft.com>
5060 L:      devel@linuxdriverproject.org
5061 S:      Maintained
5062 F:      arch/x86/include/asm/mshyperv.h
5063 F:      arch/x86/include/uapi/asm/hyperv.h
5064 F:      arch/x86/kernel/cpu/mshyperv.c
5065 F:      drivers/hid/hid-hyperv.c
5066 F:      drivers/hv/
5067 F:      drivers/input/serio/hyperv-keyboard.c
5068 F:      drivers/net/hyperv/
5069 F:      drivers/scsi/storvsc_drv.c
5070 F:      drivers/video/fbdev/hyperv_fb.c
5071 F:      include/linux/hyperv.h
5072 F:      tools/hv/
5073 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5074
5075 I2C OVER PARALLEL PORT
5076 M:      Jean Delvare <jdelvare@suse.com>
5077 L:      linux-i2c@vger.kernel.org
5078 S:      Maintained
5079 F:      Documentation/i2c/busses/i2c-parport
5080 F:      Documentation/i2c/busses/i2c-parport-light
5081 F:      drivers/i2c/busses/i2c-parport.c
5082 F:      drivers/i2c/busses/i2c-parport-light.c
5083
5084 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5085 M:      Jean Delvare <jdelvare@suse.com>
5086 L:      linux-i2c@vger.kernel.org
5087 S:      Maintained
5088 F:      Documentation/i2c/busses/i2c-ali1535
5089 F:      Documentation/i2c/busses/i2c-ali1563
5090 F:      Documentation/i2c/busses/i2c-ali15x3
5091 F:      Documentation/i2c/busses/i2c-amd756
5092 F:      Documentation/i2c/busses/i2c-amd8111
5093 F:      Documentation/i2c/busses/i2c-i801
5094 F:      Documentation/i2c/busses/i2c-nforce2
5095 F:      Documentation/i2c/busses/i2c-piix4
5096 F:      Documentation/i2c/busses/i2c-sis5595
5097 F:      Documentation/i2c/busses/i2c-sis630
5098 F:      Documentation/i2c/busses/i2c-sis96x
5099 F:      Documentation/i2c/busses/i2c-via
5100 F:      Documentation/i2c/busses/i2c-viapro
5101 F:      drivers/i2c/busses/i2c-ali1535.c
5102 F:      drivers/i2c/busses/i2c-ali1563.c
5103 F:      drivers/i2c/busses/i2c-ali15x3.c
5104 F:      drivers/i2c/busses/i2c-amd756.c
5105 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5106 F:      drivers/i2c/busses/i2c-amd8111.c
5107 F:      drivers/i2c/busses/i2c-i801.c
5108 F:      drivers/i2c/busses/i2c-isch.c
5109 F:      drivers/i2c/busses/i2c-nforce2.c
5110 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5111 F:      drivers/i2c/busses/i2c-piix4.c
5112 F:      drivers/i2c/busses/i2c-sis5595.c
5113 F:      drivers/i2c/busses/i2c-sis630.c
5114 F:      drivers/i2c/busses/i2c-sis96x.c
5115 F:      drivers/i2c/busses/i2c-via.c
5116 F:      drivers/i2c/busses/i2c-viapro.c
5117
5118 I2C/SMBUS ISMT DRIVER
5119 M:      Seth Heasley <seth.heasley@intel.com>
5120 M:      Neil Horman <nhorman@tuxdriver.com>
5121 L:      linux-i2c@vger.kernel.org
5122 F:      drivers/i2c/busses/i2c-ismt.c
5123 F:      Documentation/i2c/busses/i2c-ismt
5124
5125 I2C/SMBUS STUB DRIVER
5126 M:      Jean Delvare <jdelvare@suse.com>
5127 L:      linux-i2c@vger.kernel.org
5128 S:      Maintained
5129 F:      drivers/i2c/i2c-stub.c
5130
5131 I2C SUBSYSTEM
5132 M:      Wolfram Sang <wsa@the-dreams.de>
5133 L:      linux-i2c@vger.kernel.org
5134 W:      https://i2c.wiki.kernel.org/
5135 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5137 S:      Maintained
5138 F:      Documentation/devicetree/bindings/i2c/
5139 F:      Documentation/i2c/
5140 F:      drivers/i2c/
5141 F:      include/linux/i2c.h
5142 F:      include/linux/i2c-*.h
5143 F:      include/uapi/linux/i2c.h
5144 F:      include/uapi/linux/i2c-*.h
5145
5146 I2C ACPI SUPPORT
5147 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5148 L:      linux-i2c@vger.kernel.org
5149 L:      linux-acpi@vger.kernel.org
5150 S:      Maintained
5151
5152 I2C-TAOS-EVM DRIVER
5153 M:      Jean Delvare <jdelvare@suse.com>
5154 L:      linux-i2c@vger.kernel.org
5155 S:      Maintained
5156 F:      Documentation/i2c/busses/i2c-taos-evm
5157 F:      drivers/i2c/busses/i2c-taos-evm.c
5158
5159 I2C-TINY-USB DRIVER
5160 M:      Till Harbaum <till@harbaum.org>
5161 L:      linux-i2c@vger.kernel.org
5162 W:      http://www.harbaum.org/till/i2c_tiny_usb
5163 S:      Maintained
5164 F:      drivers/i2c/busses/i2c-tiny-usb.c
5165
5166 i386 BOOT CODE
5167 M:      "H. Peter Anvin" <hpa@zytor.com>
5168 S:      Maintained
5169 F:      arch/x86/boot/
5170
5171 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5172 M:      "H. Peter Anvin" <hpa@zytor.com>
5173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5174 S:      Maintained
5175
5176 IA64 (Itanium) PLATFORM
5177 M:      Tony Luck <tony.luck@intel.com>
5178 M:      Fenghua Yu <fenghua.yu@intel.com>
5179 L:      linux-ia64@vger.kernel.org
5180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5181 S:      Maintained
5182 F:      arch/ia64/
5183
5184 IBM Power VMX Cryptographic instructions
5185 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5186 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5187 L:      linux-crypto@vger.kernel.org
5188 S:      Supported
5189 F:      drivers/crypto/vmx/Makefile
5190 F:      drivers/crypto/vmx/Kconfig
5191 F:      drivers/crypto/vmx/vmx.c
5192 F:      drivers/crypto/vmx/aes*
5193 F:      drivers/crypto/vmx/ghash*
5194 F:      drivers/crypto/vmx/ppc-xlate.pl
5195
5196 IBM Power in-Nest Crypto Acceleration
5197 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5198 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5199 L:      linux-crypto@vger.kernel.org
5200 S:      Supported
5201 F:      drivers/crypto/nx/Makefile
5202 F:      drivers/crypto/nx/Kconfig
5203 F:      drivers/crypto/nx/nx-aes*
5204 F:      drivers/crypto/nx/nx-sha*
5205 F:      drivers/crypto/nx/nx.*
5206 F:      drivers/crypto/nx/nx_csbcpb.h
5207 F:      drivers/crypto/nx/nx_debugfs.h
5208
5209 IBM Power 842 compression accelerator
5210 M:      Dan Streetman <ddstreet@ieee.org>
5211 S:      Supported
5212 F:      drivers/crypto/nx/Makefile
5213 F:      drivers/crypto/nx/Kconfig
5214 F:      drivers/crypto/nx/nx-842*
5215 F:      include/linux/sw842.h
5216 F:      crypto/842.c
5217 F:      lib/842/
5218
5219 IBM Power Linux RAID adapter
5220 M:      Brian King <brking@us.ibm.com>
5221 S:      Supported
5222 F:      drivers/scsi/ipr.*
5223
5224 IBM Power Virtual Ethernet Device Driver
5225 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5226 L:      netdev@vger.kernel.org
5227 S:      Supported
5228 F:      drivers/net/ethernet/ibm/ibmveth.*
5229
5230 IBM Power Virtual SCSI 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/ibmvscsi*
5235 F:      drivers/scsi/ibmvscsi/viosrp.h
5236
5237 IBM Power Virtual FC Device Drivers
5238 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5239 L:      linux-scsi@vger.kernel.org
5240 S:      Supported
5241 F:      drivers/scsi/ibmvscsi/ibmvfc*
5242
5243 IBM ServeRAID RAID DRIVER
5244 S:      Orphan
5245 F:      drivers/scsi/ips.*
5246
5247 ICH LPC AND GPIO DRIVER
5248 M:      Peter Tyser <ptyser@xes-inc.com>
5249 S:      Maintained
5250 F:      drivers/mfd/lpc_ich.c
5251 F:      drivers/gpio/gpio-ich.c
5252
5253 IDE SUBSYSTEM
5254 M:      "David S. Miller" <davem@davemloft.net>
5255 L:      linux-ide@vger.kernel.org
5256 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5258 S:      Maintained
5259 F:      Documentation/ide/
5260 F:      drivers/ide/
5261 F:      include/linux/ide.h
5262
5263 IDEAPAD LAPTOP EXTRAS DRIVER
5264 M:      Ike Panhc <ike.pan@canonical.com>
5265 L:      platform-driver-x86@vger.kernel.org
5266 W:      http://launchpad.net/ideapad-laptop
5267 S:      Maintained
5268 F:      drivers/platform/x86/ideapad-laptop.c
5269
5270 IDEAPAD LAPTOP SLIDEBAR DRIVER
5271 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5272 L:      linux-input@vger.kernel.org
5273 W:      https://github.com/o2genum/ideapad-slidebar
5274 S:      Maintained
5275 F:      drivers/input/misc/ideapad_slidebar.c
5276
5277 IDE/ATAPI DRIVERS
5278 M:      Borislav Petkov <bp@alien8.de>
5279 L:      linux-ide@vger.kernel.org
5280 S:      Maintained
5281 F:      Documentation/cdrom/ide-cd
5282 F:      drivers/ide/ide-cd*
5283
5284 IDLE-I7300
5285 M:      Andy Henroid <andrew.d.henroid@intel.com>
5286 L:      linux-pm@vger.kernel.org
5287 S:      Supported
5288 F:      drivers/idle/i7300_idle.c
5289
5290 IEEE 802.15.4 SUBSYSTEM
5291 M:      Alexander Aring <alex.aring@gmail.com>
5292 L:      linux-wpan@vger.kernel.org
5293 W:      https://github.com/linux-wpan
5294 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5295 S:      Maintained
5296 F:      net/ieee802154/
5297 F:      net/mac802154/
5298 F:      drivers/net/ieee802154/
5299 F:      include/linux/nl802154.h
5300 F:      include/linux/ieee802154.h
5301 F:      include/net/nl802154.h
5302 F:      include/net/mac802154.h
5303 F:      include/net/af_ieee802154.h
5304 F:      include/net/cfg802154.h
5305 F:      include/net/ieee802154_netdev.h
5306 F:      Documentation/networking/ieee802154.txt
5307
5308 IGORPLUG-USB IR RECEIVER
5309 M:      Sean Young <sean@mess.org>
5310 L:      linux-media@vger.kernel.org
5311 S:      Maintained
5312 F:      drivers/media/rc/igorplugusb.c
5313
5314 IGUANAWORKS USB IR TRANSCEIVER
5315 M:      Sean Young <sean@mess.org>
5316 L:      linux-media@vger.kernel.org
5317 S:      Maintained
5318 F:      drivers/media/rc/iguanair.c
5319
5320 IIO SUBSYSTEM AND DRIVERS
5321 M:      Jonathan Cameron <jic23@kernel.org>
5322 R:      Hartmut Knaack <knaack.h@gmx.de>
5323 R:      Lars-Peter Clausen <lars@metafoo.de>
5324 R:      Peter Meerwald <pmeerw@pmeerw.net>
5325 L:      linux-iio@vger.kernel.org
5326 S:      Maintained
5327 F:      drivers/iio/
5328 F:      drivers/staging/iio/
5329 F:      include/linux/iio/
5330 F:      tools/iio/
5331
5332 IKANOS/ADI EAGLE ADSL USB DRIVER
5333 M:      Matthieu Castet <castet.matthieu@free.fr>
5334 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5335 S:      Maintained
5336 F:      drivers/usb/atm/ueagle-atm.c
5337
5338 INA209 HARDWARE MONITOR DRIVER
5339 M:      Guenter Roeck <linux@roeck-us.net>
5340 L:      lm-sensors@lm-sensors.org
5341 S:      Maintained
5342 F:      Documentation/hwmon/ina209
5343 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5344 F:      drivers/hwmon/ina209.c
5345
5346 INA2XX HARDWARE MONITOR DRIVER
5347 M:      Guenter Roeck <linux@roeck-us.net>
5348 L:      lm-sensors@lm-sensors.org
5349 S:      Maintained
5350 F:      Documentation/hwmon/ina2xx
5351 F:      drivers/hwmon/ina2xx.c
5352 F:      include/linux/platform_data/ina2xx.h
5353
5354 INDUSTRY PACK SUBSYSTEM (IPACK)
5355 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5356 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5357 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5358 L:      industrypack-devel@lists.sourceforge.net
5359 W:      http://industrypack.sourceforge.net
5360 S:      Maintained
5361 F:      drivers/ipack/
5362
5363 INGENIC JZ4780 DMA Driver
5364 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5365 S:      Maintained
5366 F:      drivers/dma/dma-jz4780.c
5367
5368 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5369 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5370 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5371 L:      linux-ima-devel@lists.sourceforge.net
5372 L:      linux-ima-user@lists.sourceforge.net
5373 L:      linux-security-module@vger.kernel.org
5374 S:      Supported
5375 F:      security/integrity/ima/
5376
5377 IMGTEC IR DECODER DRIVER
5378 M:      James Hogan <james.hogan@imgtec.com>
5379 S:      Maintained
5380 F:      drivers/media/rc/img-ir/
5381
5382 IMS TWINTURBO FRAMEBUFFER DRIVER
5383 L:      linux-fbdev@vger.kernel.org
5384 S:      Orphan
5385 F:      drivers/video/fbdev/imsttfb.c
5386
5387 INFINIBAND SUBSYSTEM
5388 M:      Doug Ledford <dledford@redhat.com>
5389 M:      Sean Hefty <sean.hefty@intel.com>
5390 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5391 L:      linux-rdma@vger.kernel.org
5392 W:      http://www.openfabrics.org/
5393 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5395 S:      Supported
5396 F:      Documentation/infiniband/
5397 F:      drivers/infiniband/
5398 F:      drivers/staging/rdma/
5399 F:      include/uapi/linux/if_infiniband.h
5400 F:      include/uapi/rdma/
5401 F:      include/rdma/
5402
5403 INOTIFY
5404 M:      John McCutchan <john@johnmccutchan.com>
5405 M:      Robert Love <rlove@rlove.org>
5406 M:      Eric Paris <eparis@parisplace.org>
5407 S:      Maintained
5408 F:      Documentation/filesystems/inotify.txt
5409 F:      fs/notify/inotify/
5410 F:      include/linux/inotify.h
5411 F:      include/uapi/linux/inotify.h
5412
5413 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5414 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5415 L:      linux-input@vger.kernel.org
5416 Q:      http://patchwork.kernel.org/project/linux-input/list/
5417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5418 S:      Maintained
5419 F:      drivers/input/
5420 F:      include/linux/input.h
5421 F:      include/uapi/linux/input.h
5422 F:      include/linux/input/
5423
5424 INPUT MULTITOUCH (MT) PROTOCOL
5425 M:      Henrik Rydberg <rydberg@bitmath.org>
5426 L:      linux-input@vger.kernel.org
5427 S:      Odd fixes
5428 F:      Documentation/input/multi-touch-protocol.txt
5429 F:      drivers/input/input-mt.c
5430 K:      \b(ABS|SYN)_MT_
5431
5432 INTEL ASoC BDW/HSW DRIVERS
5433 M:      Jie Yang <yang.jie@linux.intel.com>
5434 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5435 S:      Supported
5436 F:      sound/soc/intel/common/sst-dsp*
5437 F:      sound/soc/intel/common/sst-firmware.c
5438 F:      sound/soc/intel/boards/broadwell.c
5439 F:      sound/soc/intel/haswell/
5440
5441 INTEL C600 SERIES SAS CONTROLLER DRIVER
5442 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5443 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5444 L:      linux-scsi@vger.kernel.org
5445 T:      git git://git.code.sf.net/p/intel-sas/isci
5446 S:      Supported
5447 F:      drivers/scsi/isci/
5448
5449 INTEL IDLE DRIVER
5450 M:      Len Brown <lenb@kernel.org>
5451 L:      linux-pm@vger.kernel.org
5452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5453 S:      Supported
5454 F:      drivers/idle/intel_idle.c
5455
5456 INTEL PSTATE DRIVER
5457 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5458 L:      linux-pm@vger.kernel.org
5459 S:      Supported
5460 F:      drivers/cpufreq/intel_pstate.c
5461
5462 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5463 M:      Maik Broemme <mbroemme@plusserver.de>
5464 L:      linux-fbdev@vger.kernel.org
5465 S:      Maintained
5466 F:      Documentation/fb/intelfb.txt
5467 F:      drivers/video/fbdev/intelfb/
5468
5469 INTEL 810/815 FRAMEBUFFER DRIVER
5470 M:      Antonino Daplas <adaplas@gmail.com>
5471 L:      linux-fbdev@vger.kernel.org
5472 S:      Maintained
5473 F:      drivers/video/fbdev/i810/
5474
5475 INTEL MENLOW THERMAL DRIVER
5476 M:      Sujith Thomas <sujith.thomas@intel.com>
5477 L:      platform-driver-x86@vger.kernel.org
5478 W:      https://01.org/linux-acpi
5479 S:      Supported
5480 F:      drivers/platform/x86/intel_menlow.c
5481
5482 INTEL IA32 MICROCODE UPDATE SUPPORT
5483 M:      Borislav Petkov <bp@alien8.de>
5484 S:      Maintained
5485 F:      arch/x86/kernel/cpu/microcode/core*
5486 F:      arch/x86/kernel/cpu/microcode/intel*
5487
5488 INTEL I/OAT DMA DRIVER
5489 M:      Dave Jiang <dave.jiang@intel.com>
5490 R:      Dan Williams <dan.j.williams@intel.com>
5491 L:      dmaengine@vger.kernel.org
5492 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5493 S:      Supported
5494 F:      drivers/dma/ioat*
5495
5496 INTEL IOMMU (VT-d)
5497 M:      David Woodhouse <dwmw2@infradead.org>
5498 L:      iommu@lists.linux-foundation.org
5499 T:      git git://git.infradead.org/iommu-2.6.git
5500 S:      Supported
5501 F:      drivers/iommu/intel-iommu.c
5502 F:      include/linux/intel-iommu.h
5503
5504 INTEL IOP-ADMA DMA DRIVER
5505 R:      Dan Williams <dan.j.williams@intel.com>
5506 S:      Odd fixes
5507 F:      drivers/dma/iop-adma.c
5508
5509 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5510 M:      Krzysztof Halasa <khalasa@piap.pl>
5511 S:      Maintained
5512 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5513 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5514 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5515 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5516 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5517 F:      drivers/net/wan/ixp4xx_hss.c
5518
5519 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5520 M:      Deepak Saxena <dsaxena@plexity.net>
5521 S:      Maintained
5522 F:      drivers/char/hw_random/ixp4xx-rng.c
5523
5524 INTEL ETHERNET DRIVERS
5525 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5526 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5527 R:      Shannon Nelson <shannon.nelson@intel.com>
5528 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5529 R:      Don Skidmore <donald.c.skidmore@intel.com>
5530 R:      Matthew Vick <matthew.vick@intel.com>
5531 R:      John Ronciak <john.ronciak@intel.com>
5532 R:      Mitch Williams <mitch.a.williams@intel.com>
5533 L:      intel-wired-lan@lists.osuosl.org
5534 W:      http://www.intel.com/support/feedback.htm
5535 W:      http://e1000.sourceforge.net/
5536 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5539 S:      Supported
5540 F:      Documentation/networking/e100.txt
5541 F:      Documentation/networking/e1000.txt
5542 F:      Documentation/networking/e1000e.txt
5543 F:      Documentation/networking/igb.txt
5544 F:      Documentation/networking/igbvf.txt
5545 F:      Documentation/networking/ixgb.txt
5546 F:      Documentation/networking/ixgbe.txt
5547 F:      Documentation/networking/ixgbevf.txt
5548 F:      Documentation/networking/i40e.txt
5549 F:      Documentation/networking/i40evf.txt
5550 F:      drivers/net/ethernet/intel/
5551 F:      drivers/net/ethernet/intel/*/
5552
5553 INTEL-MID GPIO DRIVER
5554 M:      David Cohen <david.a.cohen@linux.intel.com>
5555 L:      linux-gpio@vger.kernel.org
5556 S:      Maintained
5557 F:      drivers/gpio/gpio-intel-mid.c
5558
5559 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5560 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5561 L:      linux-wireless@vger.kernel.org
5562 S:      Maintained
5563 F:      Documentation/networking/README.ipw2100
5564 F:      Documentation/networking/README.ipw2200
5565 F:      drivers/net/wireless/ipw2x00/
5566
5567 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5568 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5569 M:      Gang Wei <gang.wei@intel.com>
5570 M:      Shane Wang <shane.wang@intel.com>
5571 L:      tboot-devel@lists.sourceforge.net
5572 W:      http://tboot.sourceforge.net
5573 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5574 S:      Supported
5575 F:      Documentation/intel_txt.txt
5576 F:      include/linux/tboot.h
5577 F:      arch/x86/kernel/tboot.c
5578
5579 INTEL WIRELESS WIMAX CONNECTION 2400
5580 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5581 M:      linux-wimax@intel.com
5582 L:      wimax@linuxwimax.org (subscribers-only)
5583 S:      Supported
5584 W:      http://linuxwimax.org
5585 F:      Documentation/wimax/README.i2400m
5586 F:      drivers/net/wimax/i2400m/
5587 F:      include/uapi/linux/wimax/i2400m.h
5588
5589 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5590 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5591 L:      linux-wireless@vger.kernel.org
5592 S:      Supported
5593 F:      drivers/net/wireless/iwlegacy/
5594
5595 INTEL WIRELESS WIFI LINK (iwlwifi)
5596 M:      Johannes Berg <johannes.berg@intel.com>
5597 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5598 M:      Intel Linux Wireless <ilw@linux.intel.com>
5599 L:      linux-wireless@vger.kernel.org
5600 W:      http://intellinuxwireless.org
5601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5602 S:      Supported
5603 F:      drivers/net/wireless/iwlwifi/
5604
5605 INTEL MANAGEMENT ENGINE (mei)
5606 M:      Tomas Winkler <tomas.winkler@intel.com>
5607 L:      linux-kernel@vger.kernel.org
5608 S:      Supported
5609 F:      include/uapi/linux/mei.h
5610 F:      include/linux/mei_cl_bus.h
5611 F:      drivers/misc/mei/*
5612 F:      Documentation/misc-devices/mei/*
5613
5614 INTEL PMC IPC DRIVER
5615 M:      Zha Qipeng<qipeng.zha@intel.com>
5616 L:      platform-driver-x86@vger.kernel.org
5617 S:      Maintained
5618 F:      drivers/platform/x86/intel_pmc_ipc.c
5619 F:      arch/x86/include/asm/intel_pmc_ipc.h
5620
5621 IOC3 ETHERNET DRIVER
5622 M:      Ralf Baechle <ralf@linux-mips.org>
5623 L:      linux-mips@linux-mips.org
5624 S:      Maintained
5625 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5626
5627 IOC3 SERIAL DRIVER
5628 M:      Pat Gefre <pfg@sgi.com>
5629 L:      linux-serial@vger.kernel.org
5630 S:      Maintained
5631 F:      drivers/tty/serial/ioc3_serial.c
5632
5633 IOMMU DRIVERS
5634 M:      Joerg Roedel <joro@8bytes.org>
5635 L:      iommu@lists.linux-foundation.org
5636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5637 S:      Maintained
5638 F:      drivers/iommu/
5639
5640 IP MASQUERADING
5641 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5642 S:      Maintained
5643 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5644
5645 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5646 M:      Francois Romieu <romieu@fr.zoreil.com>
5647 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5648 L:      netdev@vger.kernel.org
5649 S:      Maintained
5650 F:      drivers/net/ethernet/icplus/ipg.*
5651
5652 IPATH DRIVER
5653 M:      Mike Marciniszyn <infinipath@intel.com>
5654 L:      linux-rdma@vger.kernel.org
5655 S:      Maintained
5656 F:      drivers/staging/rdma/ipath/
5657
5658 IPMI SUBSYSTEM
5659 M:      Corey Minyard <minyard@acm.org>
5660 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5661 W:      http://openipmi.sourceforge.net/
5662 S:      Supported
5663 F:      Documentation/IPMI.txt
5664 F:      drivers/char/ipmi/
5665 F:      include/linux/ipmi*
5666 F:      include/uapi/linux/ipmi*
5667
5668 QCOM AUDIO (ASoC) DRIVERS
5669 M:      Patrick Lai <plai@codeaurora.org>
5670 M:      Banajit Goswami <bgoswami@codeaurora.org>
5671 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5672 S:      Supported
5673 F:      sound/soc/qcom/
5674
5675 IPS SCSI RAID DRIVER
5676 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5677 L:      linux-scsi@vger.kernel.org
5678 W:      http://www.adaptec.com/
5679 S:      Maintained
5680 F:      drivers/scsi/ips*
5681
5682 IPVS
5683 M:      Wensong Zhang <wensong@linux-vs.org>
5684 M:      Simon Horman <horms@verge.net.au>
5685 M:      Julian Anastasov <ja@ssi.bg>
5686 L:      netdev@vger.kernel.org
5687 L:      lvs-devel@vger.kernel.org
5688 S:      Maintained
5689 F:      Documentation/networking/ipvs-sysctl.txt
5690 F:      include/net/ip_vs.h
5691 F:      include/uapi/linux/ip_vs.h
5692 F:      net/netfilter/ipvs/
5693
5694 IPWIRELESS DRIVER
5695 M:      Jiri Kosina <jikos@kernel.org>
5696 M:      David Sterba <dsterba@suse.com>
5697 S:      Odd Fixes
5698 F:      drivers/tty/ipwireless/
5699
5700 IPX NETWORK LAYER
5701 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5702 L:      netdev@vger.kernel.org
5703 S:      Maintained
5704 F:      include/net/ipx.h
5705 F:      include/uapi/linux/ipx.h
5706 F:      net/ipx/
5707
5708 IRDA SUBSYSTEM
5709 M:      Samuel Ortiz <samuel@sortiz.org>
5710 L:      irda-users@lists.sourceforge.net (subscribers-only)
5711 L:      netdev@vger.kernel.org
5712 W:      http://irda.sourceforge.net/
5713 S:      Maintained
5714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5715 F:      Documentation/networking/irda.txt
5716 F:      drivers/net/irda/
5717 F:      include/net/irda/
5718 F:      net/irda/
5719
5720 IRQ SUBSYSTEM
5721 M:      Thomas Gleixner <tglx@linutronix.de>
5722 L:      linux-kernel@vger.kernel.org
5723 S:      Maintained
5724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5725 F:      kernel/irq/
5726
5727 IRQCHIP DRIVERS
5728 M:      Thomas Gleixner <tglx@linutronix.de>
5729 M:      Jason Cooper <jason@lakedaemon.net>
5730 M:      Marc Zyngier <marc.zyngier@arm.com>
5731 L:      linux-kernel@vger.kernel.org
5732 S:      Maintained
5733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5734 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5735 F:      Documentation/devicetree/bindings/interrupt-controller/
5736 F:      drivers/irqchip/
5737
5738 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5739 M:      Jiang Liu <jiang.liu@linux.intel.com>
5740 M:      Marc Zyngier <marc.zyngier@arm.com>
5741 S:      Maintained
5742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5743 F:      Documentation/IRQ-domain.txt
5744 F:      include/linux/irqdomain.h
5745 F:      kernel/irq/irqdomain.c
5746 F:      kernel/irq/msi.c
5747
5748 ISAPNP
5749 M:      Jaroslav Kysela <perex@perex.cz>
5750 S:      Maintained
5751 F:      Documentation/isapnp.txt
5752 F:      drivers/pnp/isapnp/
5753 F:      include/linux/isapnp.h
5754
5755 ISA RADIO MODULE
5756 M:      Hans Verkuil <hverkuil@xs4all.nl>
5757 L:      linux-media@vger.kernel.org
5758 T:      git git://linuxtv.org/media_tree.git
5759 W:      http://linuxtv.org
5760 S:      Maintained
5761 F:      drivers/media/radio/radio-isa*
5762
5763 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5764 M:      Peter Jones <pjones@redhat.com>
5765 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5766 S:      Maintained
5767 F:      drivers/firmware/iscsi_ibft*
5768
5769 ISCSI
5770 M:      Mike Christie <michaelc@cs.wisc.edu>
5771 L:      open-iscsi@googlegroups.com
5772 W:      www.open-iscsi.org
5773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5774 S:      Maintained
5775 F:      drivers/scsi/*iscsi*
5776 F:      include/scsi/*iscsi*
5777
5778 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5779 M:      Or Gerlitz <ogerlitz@mellanox.com>
5780 M:      Sagi Grimberg <sagig@mellanox.com>
5781 M:      Roi Dayan <roid@mellanox.com>
5782 L:      linux-rdma@vger.kernel.org
5783 S:      Supported
5784 W:      http://www.openfabrics.org
5785 W:      www.open-iscsi.org
5786 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5787 F:      drivers/infiniband/ulp/iser/
5788
5789 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5790 M:      Sagi Grimberg <sagig@mellanox.com>
5791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5792 L:      linux-rdma@vger.kernel.org
5793 L:      target-devel@vger.kernel.org
5794 S:      Supported
5795 W:      http://www.linux-iscsi.org
5796 F:      drivers/infiniband/ulp/isert
5797
5798 ISDN SUBSYSTEM
5799 M:      Karsten Keil <isdn@linux-pingi.de>
5800 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5801 L:      netdev@vger.kernel.org
5802 W:      http://www.isdn4linux.de
5803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5804 S:      Maintained
5805 F:      Documentation/isdn/
5806 F:      drivers/isdn/
5807 F:      include/linux/isdn.h
5808 F:      include/linux/isdn/
5809 F:      include/uapi/linux/isdn.h
5810 F:      include/uapi/linux/isdn/
5811
5812 ISDN SUBSYSTEM (Eicon active card driver)
5813 M:      Armin Schindler <mac@melware.de>
5814 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5815 W:      http://www.melware.de
5816 S:      Maintained
5817 F:      drivers/isdn/hardware/eicon/
5818
5819 IT87 HARDWARE MONITORING DRIVER
5820 M:      Jean Delvare <jdelvare@suse.com>
5821 L:      lm-sensors@lm-sensors.org
5822 S:      Maintained
5823 F:      Documentation/hwmon/it87
5824 F:      drivers/hwmon/it87.c
5825
5826 IT913X MEDIA DRIVER
5827 M:      Antti Palosaari <crope@iki.fi>
5828 L:      linux-media@vger.kernel.org
5829 W:      http://linuxtv.org/
5830 W:      http://palosaari.fi/linux/
5831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5832 T:      git git://linuxtv.org/anttip/media_tree.git
5833 S:      Maintained
5834 F:      drivers/media/tuners/it913x*
5835
5836 IVTV VIDEO4LINUX DRIVER
5837 M:      Andy Walls <awalls@md.metrocast.net>
5838 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5839 L:      linux-media@vger.kernel.org
5840 T:      git git://linuxtv.org/media_tree.git
5841 W:      http://www.ivtvdriver.org
5842 S:      Maintained
5843 F:      Documentation/video4linux/*.ivtv
5844 F:      drivers/media/pci/ivtv/
5845 F:      include/uapi/linux/ivtv*
5846
5847 IX2505V MEDIA DRIVER
5848 M:      Malcolm Priestley <tvboxspy@gmail.com>
5849 L:      linux-media@vger.kernel.org
5850 W:      http://linuxtv.org/
5851 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5852 S:      Maintained
5853 F:      drivers/media/dvb-frontends/ix2505v*
5854
5855 JC42.4 TEMPERATURE SENSOR DRIVER
5856 M:      Guenter Roeck <linux@roeck-us.net>
5857 L:      lm-sensors@lm-sensors.org
5858 S:      Maintained
5859 F:      drivers/hwmon/jc42.c
5860 F:      Documentation/hwmon/jc42
5861
5862 JFS FILESYSTEM
5863 M:      Dave Kleikamp <shaggy@kernel.org>
5864 L:      jfs-discussion@lists.sourceforge.net
5865 W:      http://jfs.sourceforge.net/
5866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5867 S:      Maintained
5868 F:      Documentation/filesystems/jfs.txt
5869 F:      fs/jfs/
5870
5871 JME NETWORK DRIVER
5872 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5873 L:      netdev@vger.kernel.org
5874 S:      Maintained
5875 F:      drivers/net/ethernet/jme.*
5876
5877 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5878 M:      David Woodhouse <dwmw2@infradead.org>
5879 L:      linux-mtd@lists.infradead.org
5880 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5881 S:      Maintained
5882 F:      fs/jffs2/
5883 F:      include/uapi/linux/jffs2.h
5884
5885 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5886 M:      "Theodore Ts'o" <tytso@mit.edu>
5887 M:      Jan Kara <jack@suse.com>
5888 L:      linux-ext4@vger.kernel.org
5889 S:      Maintained
5890 F:      fs/jbd2/
5891 F:      include/linux/jbd2.h
5892
5893 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5894 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5895 L:      linux-media@vger.kernel.org
5896 S:      Maintained
5897 F:      drivers/media/platform/rcar_jpu.c
5898
5899 JSM Neo PCI based serial card
5900 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5901 L:      linux-serial@vger.kernel.org
5902 S:      Maintained
5903 F:      drivers/tty/serial/jsm/
5904
5905 K10TEMP HARDWARE MONITORING DRIVER
5906 M:      Clemens Ladisch <clemens@ladisch.de>
5907 L:      lm-sensors@lm-sensors.org
5908 S:      Maintained
5909 F:      Documentation/hwmon/k10temp
5910 F:      drivers/hwmon/k10temp.c
5911
5912 K8TEMP HARDWARE MONITORING DRIVER
5913 M:      Rudolf Marek <r.marek@assembler.cz>
5914 L:      lm-sensors@lm-sensors.org
5915 S:      Maintained
5916 F:      Documentation/hwmon/k8temp
5917 F:      drivers/hwmon/k8temp.c
5918
5919 KCONFIG
5920 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5921 L:      linux-kbuild@vger.kernel.org
5922 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5923 S:      Maintained
5924 F:      Documentation/kbuild/kconfig-language.txt
5925 F:      scripts/kconfig/
5926
5927 KDUMP
5928 M:      Vivek Goyal <vgoyal@redhat.com>
5929 M:      Haren Myneni <hbabu@us.ibm.com>
5930 L:      kexec@lists.infradead.org
5931 W:      http://lse.sourceforge.net/kdump/
5932 S:      Maintained
5933 F:      Documentation/kdump/
5934
5935 KEENE FM RADIO TRANSMITTER DRIVER
5936 M:      Hans Verkuil <hverkuil@xs4all.nl>
5937 L:      linux-media@vger.kernel.org
5938 T:      git git://linuxtv.org/media_tree.git
5939 W:      http://linuxtv.org
5940 S:      Maintained
5941 F:      drivers/media/radio/radio-keene*
5942
5943 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5944 M:      Ian Kent <raven@themaw.net>
5945 L:      autofs@vger.kernel.org
5946 S:      Maintained
5947 F:      fs/autofs4/
5948
5949 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5950 M:      Michal Marek <mmarek@suse.com>
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5953 L:      linux-kbuild@vger.kernel.org
5954 S:      Maintained
5955 F:      Documentation/kbuild/
5956 F:      Makefile
5957 F:      scripts/Makefile.*
5958 F:      scripts/basic/
5959 F:      scripts/mk*
5960 F:      scripts/package/
5961
5962 KERNEL JANITORS
5963 L:      kernel-janitors@vger.kernel.org
5964 W:      http://kernelnewbies.org/KernelJanitors
5965 S:      Odd Fixes
5966
5967 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5968 M:      "J. Bruce Fields" <bfields@fieldses.org>
5969 M:      Jeff Layton <jlayton@poochiereds.net>
5970 L:      linux-nfs@vger.kernel.org
5971 W:      http://nfs.sourceforge.net/
5972 S:      Supported
5973 F:      fs/nfsd/
5974 F:      include/uapi/linux/nfsd/
5975 F:      fs/lockd/
5976 F:      fs/nfs_common/
5977 F:      net/sunrpc/
5978 F:      include/linux/lockd/
5979 F:      include/linux/sunrpc/
5980 F:      include/uapi/linux/sunrpc/
5981
5982 KERNEL SELFTEST FRAMEWORK
5983 M:      Shuah Khan <shuahkh@osg.samsung.com>
5984 L:      linux-api@vger.kernel.org
5985 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5986 S:      Maintained
5987 F:      tools/testing/selftests
5988
5989 KERNEL VIRTUAL MACHINE (KVM)
5990 M:      Gleb Natapov <gleb@kernel.org>
5991 M:      Paolo Bonzini <pbonzini@redhat.com>
5992 L:      kvm@vger.kernel.org
5993 W:      http://www.linux-kvm.org
5994 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5995 S:      Supported
5996 F:      Documentation/*/kvm*.txt
5997 F:      Documentation/virtual/kvm/
5998 F:      arch/*/kvm/
5999 F:      arch/x86/kernel/kvm.c
6000 F:      arch/x86/kernel/kvmclock.c
6001 F:      arch/*/include/asm/kvm*
6002 F:      include/linux/kvm*
6003 F:      include/uapi/linux/kvm*
6004 F:      virt/kvm/
6005
6006 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
6007 M:      Joerg Roedel <joro@8bytes.org>
6008 L:      kvm@vger.kernel.org
6009 W:      http://www.linux-kvm.org/
6010 S:      Maintained
6011 F:      arch/x86/include/asm/svm.h
6012 F:      arch/x86/kvm/svm.c
6013
6014 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
6015 M:      Alexander Graf <agraf@suse.com>
6016 L:      kvm-ppc@vger.kernel.org
6017 W:      http://www.linux-kvm.org/
6018 T:      git git://github.com/agraf/linux-2.6.git
6019 S:      Supported
6020 F:      arch/powerpc/include/asm/kvm*
6021 F:      arch/powerpc/kvm/
6022
6023 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
6024 M:      Christian Borntraeger <borntraeger@de.ibm.com>
6025 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
6026 L:      linux-s390@vger.kernel.org
6027 W:      http://www.ibm.com/developerworks/linux/linux390/
6028 S:      Supported
6029 F:      Documentation/s390/kvm.txt
6030 F:      arch/s390/include/asm/kvm*
6031 F:      arch/s390/kvm/
6032
6033 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
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 W:      http://systems.cs.columbia.edu/projects/kvm-arm
6039 S:      Supported
6040 F:      arch/arm/include/uapi/asm/kvm*
6041 F:      arch/arm/include/asm/kvm*
6042 F:      arch/arm/kvm/
6043 F:      virt/kvm/arm/
6044 F:      include/kvm/arm_*
6045
6046 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
6047 M:      Christoffer Dall <christoffer.dall@linaro.org>
6048 M:      Marc Zyngier <marc.zyngier@arm.com>
6049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6050 L:      kvmarm@lists.cs.columbia.edu
6051 S:      Maintained
6052 F:      arch/arm64/include/uapi/asm/kvm*
6053 F:      arch/arm64/include/asm/kvm*
6054 F:      arch/arm64/kvm/
6055
6056 KEXEC
6057 M:      Eric Biederman <ebiederm@xmission.com>
6058 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6059 L:      kexec@lists.infradead.org
6060 S:      Maintained
6061 F:      include/linux/kexec.h
6062 F:      include/uapi/linux/kexec.h
6063 F:      kernel/kexec.c
6064
6065 KEYS/KEYRINGS:
6066 M:      David Howells <dhowells@redhat.com>
6067 L:      keyrings@vger.kernel.org
6068 S:      Maintained
6069 F:      Documentation/security/keys.txt
6070 F:      include/linux/key.h
6071 F:      include/linux/key-type.h
6072 F:      include/keys/
6073 F:      security/keys/
6074
6075 KEYS-TRUSTED
6076 M:      David Safford <safford@us.ibm.com>
6077 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6078 L:      linux-security-module@vger.kernel.org
6079 L:      keyrings@vger.kernel.org
6080 S:      Supported
6081 F:      Documentation/security/keys-trusted-encrypted.txt
6082 F:      include/keys/trusted-type.h
6083 F:      security/keys/trusted.c
6084 F:      security/keys/trusted.h
6085
6086 KEYS-ENCRYPTED
6087 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6088 M:      David Safford <safford@us.ibm.com>
6089 L:      linux-security-module@vger.kernel.org
6090 L:      keyrings@vger.kernel.org
6091 S:      Supported
6092 F:      Documentation/security/keys-trusted-encrypted.txt
6093 F:      include/keys/encrypted-type.h
6094 F:      security/keys/encrypted-keys/
6095
6096 KGDB / KDB /debug_core
6097 M:      Jason Wessel <jason.wessel@windriver.com>
6098 W:      http://kgdb.wiki.kernel.org/
6099 L:      kgdb-bugreport@lists.sourceforge.net
6100 S:      Maintained
6101 F:      Documentation/DocBook/kgdb.tmpl
6102 F:      drivers/misc/kgdbts.c
6103 F:      drivers/tty/serial/kgdboc.c
6104 F:      include/linux/kdb.h
6105 F:      include/linux/kgdb.h
6106 F:      kernel/debug/
6107
6108 KMEMCHECK
6109 M:      Vegard Nossum <vegardno@ifi.uio.no>
6110 M:      Pekka Enberg <penberg@kernel.org>
6111 S:      Maintained
6112 F:      Documentation/kmemcheck.txt
6113 F:      arch/x86/include/asm/kmemcheck.h
6114 F:      arch/x86/mm/kmemcheck/
6115 F:      include/linux/kmemcheck.h
6116 F:      mm/kmemcheck.c
6117
6118 KMEMLEAK
6119 M:      Catalin Marinas <catalin.marinas@arm.com>
6120 S:      Maintained
6121 F:      Documentation/kmemleak.txt
6122 F:      include/linux/kmemleak.h
6123 F:      mm/kmemleak.c
6124 F:      mm/kmemleak-test.c
6125
6126 KPROBES
6127 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6128 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6129 M:      "David S. Miller" <davem@davemloft.net>
6130 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6131 S:      Maintained
6132 F:      Documentation/kprobes.txt
6133 F:      include/linux/kprobes.h
6134 F:      kernel/kprobes.c
6135
6136 KS0108 LCD CONTROLLER DRIVER
6137 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6138 W:      http://miguelojeda.es/auxdisplay.htm
6139 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6140 S:      Maintained
6141 F:      Documentation/auxdisplay/ks0108
6142 F:      drivers/auxdisplay/ks0108.c
6143 F:      include/linux/ks0108.h
6144
6145 LAPB module
6146 L:      linux-x25@vger.kernel.org
6147 S:      Orphan
6148 F:      Documentation/networking/lapb-module.txt
6149 F:      include/*/lapb.h
6150 F:      net/lapb/
6151
6152 LASI 53c700 driver for PARISC
6153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6154 L:      linux-scsi@vger.kernel.org
6155 S:      Maintained
6156 F:      Documentation/scsi/53c700.txt
6157 F:      drivers/scsi/53c700*
6158
6159 LED SUBSYSTEM
6160 M:      Richard Purdie <rpurdie@rpsys.net>
6161 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6162 L:      linux-leds@vger.kernel.org
6163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6164 S:      Maintained
6165 F:      drivers/leds/
6166 F:      include/linux/leds.h
6167
6168 LEGACY EEPROM DRIVER
6169 M:      Jean Delvare <jdelvare@suse.com>
6170 S:      Maintained
6171 F:      Documentation/misc-devices/eeprom
6172 F:      drivers/misc/eeprom/eeprom.c
6173
6174 LEGO USB Tower driver
6175 M:      Juergen Stuber <starblue@users.sourceforge.net>
6176 L:      legousb-devel@lists.sourceforge.net
6177 W:      http://legousb.sourceforge.net/
6178 S:      Maintained
6179 F:      drivers/usb/misc/legousbtower.c
6180
6181 LG2160 MEDIA DRIVER
6182 M:      Michael Krufky <mkrufky@linuxtv.org>
6183 L:      linux-media@vger.kernel.org
6184 W:      http://linuxtv.org/
6185 W:      http://github.com/mkrufky
6186 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6187 T:      git git://linuxtv.org/mkrufky/tuners.git
6188 S:      Maintained
6189 F:      drivers/media/dvb-frontends/lg2160.*
6190
6191 LGDT3305 MEDIA DRIVER
6192 M:      Michael Krufky <mkrufky@linuxtv.org>
6193 L:      linux-media@vger.kernel.org
6194 W:      http://linuxtv.org/
6195 W:      http://github.com/mkrufky
6196 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6197 T:      git git://linuxtv.org/mkrufky/tuners.git
6198 S:      Maintained
6199 F:      drivers/media/dvb-frontends/lgdt3305.*
6200
6201 LGUEST
6202 M:      Rusty Russell <rusty@rustcorp.com.au>
6203 L:      lguest@lists.ozlabs.org
6204 W:      http://lguest.ozlabs.org/
6205 S:      Odd Fixes
6206 F:      arch/x86/include/asm/lguest*.h
6207 F:      arch/x86/lguest/
6208 F:      drivers/lguest/
6209 F:      include/linux/lguest*.h
6210 F:      tools/lguest/
6211
6212 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6213 M:      Tejun Heo <tj@kernel.org>
6214 L:      linux-ide@vger.kernel.org
6215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6216 S:      Maintained
6217 F:      drivers/ata/
6218 F:      include/linux/ata.h
6219 F:      include/linux/libata.h
6220
6221 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6222 M:      Viresh Kumar <vireshk@kernel.org>
6223 L:      linux-ide@vger.kernel.org
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6225 S:      Maintained
6226 F:      include/linux/pata_arasan_cf_data.h
6227 F:      drivers/ata/pata_arasan_cf.c
6228
6229 LIBATA PATA DRIVERS
6230 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6231 M:      Tejun Heo <tj@kernel.org>
6232 L:      linux-ide@vger.kernel.org
6233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6234 S:      Maintained
6235 F:      drivers/ata/pata_*.c
6236 F:      drivers/ata/ata_generic.c
6237
6238 LIBATA SATA AHCI PLATFORM devices support
6239 M:      Hans de Goede <hdegoede@redhat.com>
6240 M:      Tejun Heo <tj@kernel.org>
6241 L:      linux-ide@vger.kernel.org
6242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6243 S:      Maintained
6244 F:      drivers/ata/ahci_platform.c
6245 F:      drivers/ata/libahci_platform.c
6246 F:      include/linux/ahci_platform.h
6247
6248 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6249 M:      Mikael Pettersson <mikpelinux@gmail.com>
6250 L:      linux-ide@vger.kernel.org
6251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6252 S:      Maintained
6253 F:      drivers/ata/sata_promise.*
6254
6255 LIBLOCKDEP
6256 M:      Sasha Levin <sasha.levin@oracle.com>
6257 S:      Maintained
6258 F:      tools/lib/lockdep/
6259
6260 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6261 M:      Dan Williams <dan.j.williams@intel.com>
6262 L:      linux-nvdimm@lists.01.org
6263 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6264 S:      Supported
6265 F:      drivers/nvdimm/*
6266 F:      include/linux/nd.h
6267 F:      include/linux/libnvdimm.h
6268 F:      include/uapi/linux/ndctl.h
6269
6270 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6271 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6272 L:      linux-nvdimm@lists.01.org
6273 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6274 S:      Supported
6275 F:      drivers/nvdimm/blk.c
6276 F:      drivers/nvdimm/region_devs.c
6277 F:      drivers/acpi/nfit*
6278
6279 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6280 M:      Vishal Verma <vishal.l.verma@intel.com>
6281 L:      linux-nvdimm@lists.01.org
6282 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6283 S:      Supported
6284 F:      drivers/nvdimm/btt*
6285
6286 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6287 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6288 L:      linux-nvdimm@lists.01.org
6289 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6290 S:      Supported
6291 F:      drivers/nvdimm/pmem.c
6292 F:      include/linux/pmem.h
6293 F:      arch/*/include/asm/pmem.h
6294
6295 LINUX FOR IBM pSERIES (RS/6000)
6296 M:      Paul Mackerras <paulus@au.ibm.com>
6297 W:      http://www.ibm.com/linux/ltc/projects/ppc
6298 S:      Supported
6299 F:      arch/powerpc/boot/rs6000.h
6300
6301 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6302 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6303 M:      Paul Mackerras <paulus@samba.org>
6304 M:      Michael Ellerman <mpe@ellerman.id.au>
6305 W:      http://www.penguinppc.org/
6306 L:      linuxppc-dev@lists.ozlabs.org
6307 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6309 S:      Supported
6310 F:      Documentation/powerpc/
6311 F:      arch/powerpc/
6312
6313 LINUX FOR POWER MACINTOSH
6314 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6315 W:      http://www.penguinppc.org/
6316 L:      linuxppc-dev@lists.ozlabs.org
6317 S:      Maintained
6318 F:      arch/powerpc/platforms/powermac/
6319 F:      drivers/macintosh/
6320
6321 LINUX FOR POWERPC EMBEDDED MPC5XXX
6322 M:      Anatolij Gustschin <agust@denx.de>
6323 L:      linuxppc-dev@lists.ozlabs.org
6324 T:      git git://git.denx.de/linux-denx-agust.git
6325 S:      Maintained
6326 F:      arch/powerpc/platforms/512x/
6327 F:      arch/powerpc/platforms/52xx/
6328
6329 LINUX FOR POWERPC EMBEDDED PPC4XX
6330 M:      Alistair Popple <alistair@popple.id.au>
6331 M:      Matt Porter <mporter@kernel.crashing.org>
6332 W:      http://www.penguinppc.org/
6333 L:      linuxppc-dev@lists.ozlabs.org
6334 S:      Maintained
6335 F:      arch/powerpc/platforms/40x/
6336 F:      arch/powerpc/platforms/44x/
6337
6338 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6339 L:      linuxppc-dev@lists.ozlabs.org
6340 S:      Orphan
6341 F:      arch/powerpc/*/*virtex*
6342 F:      arch/powerpc/*/*/*virtex*
6343
6344 LINUX FOR POWERPC EMBEDDED PPC8XX
6345 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6346 W:      http://www.penguinppc.org/
6347 L:      linuxppc-dev@lists.ozlabs.org
6348 S:      Maintained
6349 F:      arch/powerpc/platforms/8xx/
6350
6351 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6352 M:      Scott Wood <scottwood@freescale.com>
6353 M:      Kumar Gala <galak@kernel.crashing.org>
6354 W:      http://www.penguinppc.org/
6355 L:      linuxppc-dev@lists.ozlabs.org
6356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6357 S:      Maintained
6358 F:      arch/powerpc/platforms/83xx/
6359 F:      arch/powerpc/platforms/85xx/
6360
6361 LINUX FOR POWERPC PA SEMI PWRFICIENT
6362 M:      Olof Johansson <olof@lixom.net>
6363 L:      linuxppc-dev@lists.ozlabs.org
6364 S:      Maintained
6365 F:      arch/powerpc/platforms/pasemi/
6366 F:      drivers/*/*pasemi*
6367 F:      drivers/*/*/*pasemi*
6368
6369 LINUX SECURITY MODULE (LSM) FRAMEWORK
6370 M:      Chris Wright <chrisw@sous-sol.org>
6371 L:      linux-security-module@vger.kernel.org
6372 S:      Supported
6373
6374 LIS3LV02D ACCELEROMETER DRIVER
6375 M:      Eric Piel <eric.piel@tremplin-utc.net>
6376 S:      Maintained
6377 F:      Documentation/misc-devices/lis3lv02d
6378 F:      drivers/misc/lis3lv02d/
6379 F:      drivers/platform/x86/hp_accel.c
6380
6381 LIVE PATCHING
6382 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6383 M:      Seth Jennings <sjenning@redhat.com>
6384 M:      Jiri Kosina <jikos@kernel.org>
6385 M:      Vojtech Pavlik <vojtech@suse.com>
6386 S:      Maintained
6387 F:      kernel/livepatch/
6388 F:      include/linux/livepatch.h
6389 F:      arch/x86/include/asm/livepatch.h
6390 F:      arch/x86/kernel/livepatch.c
6391 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6392 F:      samples/livepatch/
6393 L:      live-patching@vger.kernel.org
6394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6395
6396 LLC (802.2)
6397 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6398 S:      Maintained
6399 F:      include/linux/llc.h
6400 F:      include/uapi/linux/llc.h
6401 F:      include/net/llc*
6402 F:      net/llc/
6403
6404 LM73 HARDWARE MONITOR DRIVER
6405 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6406 L:      lm-sensors@lm-sensors.org
6407 S:      Maintained
6408 F:      drivers/hwmon/lm73.c
6409
6410 LM78 HARDWARE MONITOR DRIVER
6411 M:      Jean Delvare <jdelvare@suse.com>
6412 L:      lm-sensors@lm-sensors.org
6413 S:      Maintained
6414 F:      Documentation/hwmon/lm78
6415 F:      drivers/hwmon/lm78.c
6416
6417 LM83 HARDWARE MONITOR DRIVER
6418 M:      Jean Delvare <jdelvare@suse.com>
6419 L:      lm-sensors@lm-sensors.org
6420 S:      Maintained
6421 F:      Documentation/hwmon/lm83
6422 F:      drivers/hwmon/lm83.c
6423
6424 LM90 HARDWARE MONITOR DRIVER
6425 M:      Jean Delvare <jdelvare@suse.com>
6426 L:      lm-sensors@lm-sensors.org
6427 S:      Maintained
6428 F:      Documentation/hwmon/lm90
6429 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6430 F:      drivers/hwmon/lm90.c
6431
6432 LM95234 HARDWARE MONITOR DRIVER
6433 M:      Guenter Roeck <linux@roeck-us.net>
6434 L:      lm-sensors@lm-sensors.org
6435 S:      Maintained
6436 F:      Documentation/hwmon/lm95234
6437 F:      drivers/hwmon/lm95234.c
6438
6439 LME2510 MEDIA DRIVER
6440 M:      Malcolm Priestley <tvboxspy@gmail.com>
6441 L:      linux-media@vger.kernel.org
6442 W:      http://linuxtv.org/
6443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6444 S:      Maintained
6445 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6446
6447 LOCKDEP AND LOCKSTAT
6448 M:      Peter Zijlstra <peterz@infradead.org>
6449 M:      Ingo Molnar <mingo@redhat.com>
6450 L:      linux-kernel@vger.kernel.org
6451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6452 S:      Maintained
6453 F:      Documentation/locking/lockdep*.txt
6454 F:      Documentation/locking/lockstat.txt
6455 F:      include/linux/lockdep.h
6456 F:      kernel/locking/
6457
6458 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6459 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6460 L:      linux-ntfs-dev@lists.sourceforge.net
6461 W:      http://www.linux-ntfs.org/content/view/19/37/
6462 S:      Maintained
6463 F:      Documentation/ldm.txt
6464 F:      block/partitions/ldm.*
6465
6466 LogFS
6467 M:      Joern Engel <joern@logfs.org>
6468 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6469 L:      logfs@logfs.org
6470 W:      logfs.org
6471 S:      Maintained
6472 F:      fs/logfs/
6473
6474 LPC32XX MACHINE SUPPORT
6475 M:      Roland Stigge <stigge@antcom.de>
6476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6477 S:      Maintained
6478 F:      arch/arm/mach-lpc32xx/
6479
6480 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6481 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6482 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6483 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6484 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6485 L:      MPT-FusionLinux.pdl@avagotech.com
6486 L:      linux-scsi@vger.kernel.org
6487 W:      http://www.lsilogic.com/support
6488 S:      Supported
6489 F:      drivers/message/fusion/
6490 F:      drivers/scsi/mpt2sas/
6491 F:      drivers/scsi/mpt3sas/
6492
6493 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6494 M:      Matthew Wilcox <matthew@wil.cx>
6495 L:      linux-scsi@vger.kernel.org
6496 S:      Maintained
6497 F:      drivers/scsi/sym53c8xx_2/
6498
6499 LTC4261 HARDWARE MONITOR DRIVER
6500 M:      Guenter Roeck <linux@roeck-us.net>
6501 L:      lm-sensors@lm-sensors.org
6502 S:      Maintained
6503 F:      Documentation/hwmon/ltc4261
6504 F:      drivers/hwmon/ltc4261.c
6505
6506 LTP (Linux Test Project)
6507 M:      Mike Frysinger <vapier@gentoo.org>
6508 M:      Cyril Hrubis <chrubis@suse.cz>
6509 M:      Wanlong Gao <wanlong.gao@gmail.com>
6510 M:      Jan Stancek <jstancek@redhat.com>
6511 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6512 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6513 L:      ltp@lists.linux.it (subscribers-only)
6514 W:      http://linux-test-project.github.io/
6515 T:      git git://github.com/linux-test-project/ltp.git
6516 S:      Maintained
6517
6518 M32R ARCHITECTURE
6519 W:      http://www.linux-m32r.org/
6520 S:      Orphan
6521 F:      arch/m32r/
6522
6523 M68K ARCHITECTURE
6524 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6525 L:      linux-m68k@lists.linux-m68k.org
6526 W:      http://www.linux-m68k.org/
6527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6528 S:      Maintained
6529 F:      arch/m68k/
6530 F:      drivers/zorro/
6531
6532 M68K ON APPLE MACINTOSH
6533 M:      Joshua Thompson <funaho@jurai.org>
6534 W:      http://www.mac.linux-m68k.org/
6535 L:      linux-m68k@lists.linux-m68k.org
6536 S:      Maintained
6537 F:      arch/m68k/mac/
6538
6539 M68K ON HP9000/300
6540 M:      Philip Blundell <philb@gnu.org>
6541 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6542 S:      Maintained
6543 F:      arch/m68k/hp300/
6544
6545 M88DS3103 MEDIA DRIVER
6546 M:      Antti Palosaari <crope@iki.fi>
6547 L:      linux-media@vger.kernel.org
6548 W:      http://linuxtv.org/
6549 W:      http://palosaari.fi/linux/
6550 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6551 T:      git git://linuxtv.org/anttip/media_tree.git
6552 S:      Maintained
6553 F:      drivers/media/dvb-frontends/m88ds3103*
6554
6555 M88RS2000 MEDIA DRIVER
6556 M:      Malcolm Priestley <tvboxspy@gmail.com>
6557 L:      linux-media@vger.kernel.org
6558 W:      http://linuxtv.org/
6559 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6560 S:      Maintained
6561 F:      drivers/media/dvb-frontends/m88rs2000*
6562
6563 MA901 MASTERKIT USB FM RADIO DRIVER
6564 M:      Alexey Klimov <klimov.linux@gmail.com>
6565 L:      linux-media@vger.kernel.org
6566 T:      git git://linuxtv.org/media_tree.git
6567 S:      Maintained
6568 F:      drivers/media/radio/radio-ma901.c
6569
6570 MAC80211
6571 M:      Johannes Berg <johannes@sipsolutions.net>
6572 L:      linux-wireless@vger.kernel.org
6573 W:      http://wireless.kernel.org/
6574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6576 S:      Maintained
6577 F:      Documentation/networking/mac80211-injection.txt
6578 F:      include/net/mac80211.h
6579 F:      net/mac80211/
6580
6581 MACVLAN DRIVER
6582 M:      Patrick McHardy <kaber@trash.net>
6583 L:      netdev@vger.kernel.org
6584 S:      Maintained
6585 F:      drivers/net/macvlan.c
6586 F:      include/linux/if_macvlan.h
6587
6588 MAILBOX API
6589 M:      Jassi Brar <jassisinghbrar@gmail.com>
6590 L:      linux-kernel@vger.kernel.org
6591 S:      Maintained
6592 F:      drivers/mailbox/
6593 F:      include/linux/mailbox_client.h
6594 F:      include/linux/mailbox_controller.h
6595
6596 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6597 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6598 W:      http://www.kernel.org/doc/man-pages
6599 L:      linux-man@vger.kernel.org
6600 S:      Maintained
6601
6602 MARVELL ARMADA DRM SUPPORT
6603 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6604 S:      Maintained
6605 F:      drivers/gpu/drm/armada/
6606
6607 MARVELL 88E6352 DSA support
6608 M:      Guenter Roeck <linux@roeck-us.net>
6609 S:      Maintained
6610 F:      drivers/net/dsa/mv88e6352.c
6611
6612 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6613 M:      Mirko Lindner <mlindner@marvell.com>
6614 M:      Stephen Hemminger <stephen@networkplumber.org>
6615 L:      netdev@vger.kernel.org
6616 S:      Maintained
6617 F:      drivers/net/ethernet/marvell/sk*
6618
6619 MARVELL LIBERTAS WIRELESS DRIVER
6620 L:      libertas-dev@lists.infradead.org
6621 S:      Orphan
6622 F:      drivers/net/wireless/libertas/
6623
6624 MARVELL MV643XX ETHERNET DRIVER
6625 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6626 L:      netdev@vger.kernel.org
6627 S:      Maintained
6628 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6629 F:      include/linux/mv643xx.h
6630
6631 MARVELL MVNETA ETHERNET DRIVER
6632 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6633 L:      netdev@vger.kernel.org
6634 S:      Maintained
6635 F:      drivers/net/ethernet/marvell/mvneta.*
6636
6637 MARVELL MWIFIEX WIRELESS DRIVER
6638 M:      Amitkumar Karwar <akarwar@marvell.com>
6639 M:      Nishant Sarmukadam <nishants@marvell.com>
6640 L:      linux-wireless@vger.kernel.org
6641 S:      Maintained
6642 F:      drivers/net/wireless/mwifiex/
6643
6644 MARVELL MWL8K WIRELESS DRIVER
6645 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6646 L:      linux-wireless@vger.kernel.org
6647 S:      Odd Fixes
6648 F:      drivers/net/wireless/mwl8k.c
6649
6650 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6651 M:      Nicolas Pitre <nico@fluxnic.net>
6652 S:      Odd Fixes
6653 F:      drivers/mmc/host/mvsdio.*
6654
6655 MATROX FRAMEBUFFER DRIVER
6656 L:      linux-fbdev@vger.kernel.org
6657 S:      Orphan
6658 F:      drivers/video/fbdev/matrox/matroxfb_*
6659 F:      include/uapi/linux/matroxfb.h
6660
6661 MAX16065 HARDWARE MONITOR DRIVER
6662 M:      Guenter Roeck <linux@roeck-us.net>
6663 L:      lm-sensors@lm-sensors.org
6664 S:      Maintained
6665 F:      Documentation/hwmon/max16065
6666 F:      drivers/hwmon/max16065.c
6667
6668 MAX20751 HARDWARE MONITOR DRIVER
6669 M:      Guenter Roeck <linux@roeck-us.net>
6670 L:      lm-sensors@lm-sensors.org
6671 S:      Maintained
6672 F:      Documentation/hwmon/max20751
6673 F:      drivers/hwmon/max20751.c
6674
6675 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6676 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6677 L:      lm-sensors@lm-sensors.org
6678 S:      Maintained
6679 F:      Documentation/hwmon/max6650
6680 F:      drivers/hwmon/max6650.c
6681
6682 MAX6697 HARDWARE MONITOR DRIVER
6683 M:      Guenter Roeck <linux@roeck-us.net>
6684 L:      lm-sensors@lm-sensors.org
6685 S:      Maintained
6686 F:      Documentation/hwmon/max6697
6687 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6688 F:      drivers/hwmon/max6697.c
6689 F:      include/linux/platform_data/max6697.h
6690
6691 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6692 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6693 L:      linux-pm@vger.kernel.org
6694 S:      Supported
6695 F:      drivers/power/max14577_charger.c
6696 F:      drivers/power/max77693_charger.c
6697
6698 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6699 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6700 L:      linux-kernel@vger.kernel.org
6701 S:      Supported
6702 F:      drivers/*/*max77802.c
6703 F:      Documentation/devicetree/bindings/*/*max77802.txt
6704 F:      include/dt-bindings/*/*max77802.h
6705
6706 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6707 M:      Chanwoo Choi <cw00.choi@samsung.com>
6708 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6709 L:      linux-kernel@vger.kernel.org
6710 S:      Supported
6711 F:      drivers/*/max14577.c
6712 F:      drivers/*/max77686.c
6713 F:      drivers/*/max77693.c
6714 F:      drivers/extcon/extcon-max14577.c
6715 F:      drivers/extcon/extcon-max77693.c
6716 F:      drivers/rtc/rtc-max77686.c
6717 F:      drivers/clk/clk-max77686.c
6718 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6719 F:      Documentation/devicetree/bindings/*/max77686.txt
6720 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6721 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6722 F:      include/linux/mfd/max14577*.h
6723 F:      include/linux/mfd/max77686*.h
6724 F:      include/linux/mfd/max77693*.h
6725
6726 MAXIRADIO FM RADIO RECEIVER DRIVER
6727 M:      Hans Verkuil <hverkuil@xs4all.nl>
6728 L:      linux-media@vger.kernel.org
6729 T:      git git://linuxtv.org/media_tree.git
6730 W:      http://linuxtv.org
6731 S:      Maintained
6732 F:      drivers/media/radio/radio-maxiradio*
6733
6734 MEDIA DRIVERS FOR RENESAS - VSP1
6735 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6736 L:      linux-media@vger.kernel.org
6737 L:      linux-sh@vger.kernel.org
6738 T:      git git://linuxtv.org/media_tree.git
6739 S:      Supported
6740 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6741 F:      drivers/media/platform/vsp1/
6742
6743 MEDIA DRIVERS FOR ASCOT2E
6744 M:      Sergey Kozlov <serjk@netup.ru>
6745 L:      linux-media@vger.kernel.org
6746 W:      http://linuxtv.org
6747 W:      http://netup.tv/
6748 T:      git git://linuxtv.org/media_tree.git
6749 S:      Supported
6750 F:      drivers/media/dvb-frontends/ascot2e*
6751
6752 MEDIA DRIVERS FOR CXD2841ER
6753 M:      Sergey Kozlov <serjk@netup.ru>
6754 L:      linux-media@vger.kernel.org
6755 W:      http://linuxtv.org/
6756 W:      http://netup.tv/
6757 T:      git git://linuxtv.org/media_tree.git
6758 S:      Supported
6759 F:      drivers/media/dvb-frontends/cxd2841er*
6760
6761 MEDIA DRIVERS FOR HORUS3A
6762 M:      Sergey Kozlov <serjk@netup.ru>
6763 L:      linux-media@vger.kernel.org
6764 W:      http://linuxtv.org/
6765 W:      http://netup.tv/
6766 T:      git git://linuxtv.org/media_tree.git
6767 S:      Supported
6768 F:      drivers/media/dvb-frontends/horus3a*
6769
6770 MEDIA DRIVERS FOR LNBH25
6771 M:      Sergey Kozlov <serjk@netup.ru>
6772 L:      linux-media@vger.kernel.org
6773 W:      http://linuxtv.org/
6774 W:      http://netup.tv/
6775 T:      git git://linuxtv.org/media_tree.git
6776 S:      Supported
6777 F:      drivers/media/dvb-frontends/lnbh25*
6778
6779 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6780 M:      Sergey Kozlov <serjk@netup.ru>
6781 L:      linux-media@vger.kernel.org
6782 W:      http://linuxtv.org/
6783 W:      http://netup.tv/
6784 T:      git git://linuxtv.org/media_tree.git
6785 S:      Supported
6786 F:      drivers/media/pci/netup_unidvb/*
6787
6788 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6789 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6790 P:      LinuxTV.org Project
6791 L:      linux-media@vger.kernel.org
6792 W:      http://linuxtv.org
6793 Q:      http://patchwork.kernel.org/project/linux-media/list/
6794 T:      git git://linuxtv.org/media_tree.git
6795 S:      Maintained
6796 F:      Documentation/dvb/
6797 F:      Documentation/video4linux/
6798 F:      Documentation/DocBook/media/
6799 F:      drivers/media/
6800 F:      drivers/staging/media/
6801 F:      include/media/
6802 F:      include/uapi/linux/dvb/
6803 F:      include/uapi/linux/videodev2.h
6804 F:      include/uapi/linux/media.h
6805 F:      include/uapi/linux/v4l2-*
6806 F:      include/uapi/linux/meye.h
6807 F:      include/uapi/linux/ivtv*
6808 F:      include/uapi/linux/uvcvideo.h
6809
6810 MEDIATEK MT7601U WIRELESS LAN DRIVER
6811 M:      Jakub Kicinski <kubakici@wp.pl>
6812 L:      linux-wireless@vger.kernel.org
6813 S:      Maintained
6814 F:      drivers/net/wireless/mediatek/mt7601u/
6815
6816 MEGARAID SCSI/SAS DRIVERS
6817 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6818 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6819 M:      Uday Lingala <uday.lingala@avagotech.com>
6820 L:      megaraidlinux.pdl@avagotech.com
6821 L:      linux-scsi@vger.kernel.org
6822 W:      http://www.lsi.com
6823 S:      Maintained
6824 F:      Documentation/scsi/megaraid.txt
6825 F:      drivers/scsi/megaraid.*
6826 F:      drivers/scsi/megaraid/
6827
6828 MELLANOX ETHERNET DRIVER (mlx4_en)
6829 M:      Amir Vadai <amirv@mellanox.com>
6830 L:      netdev@vger.kernel.org
6831 S:      Supported
6832 W:      http://www.mellanox.com
6833 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6834 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6835
6836 MELLANOX ETHERNET SWITCH DRIVERS
6837 M:      Jiri Pirko <jiri@mellanox.com>
6838 M:      Ido Schimmel <idosch@mellanox.com>
6839 L:      netdev@vger.kernel.org
6840 S:      Supported
6841 W:      http://www.mellanox.com
6842 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6843 F:      drivers/net/ethernet/mellanox/mlxsw/
6844
6845 MEMBARRIER SUPPORT
6846 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6847 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6848 L:      linux-kernel@vger.kernel.org
6849 S:      Supported
6850 F:      kernel/membarrier.c
6851 F:      include/uapi/linux/membarrier.h
6852
6853 MEMORY MANAGEMENT
6854 L:      linux-mm@kvack.org
6855 W:      http://www.linux-mm.org
6856 S:      Maintained
6857 F:      include/linux/mm.h
6858 F:      include/linux/gfp.h
6859 F:      include/linux/mmzone.h
6860 F:      include/linux/memory_hotplug.h
6861 F:      include/linux/vmalloc.h
6862 F:      mm/
6863
6864 MEMORY TECHNOLOGY DEVICES (MTD)
6865 M:      David Woodhouse <dwmw2@infradead.org>
6866 M:      Brian Norris <computersforpeace@gmail.com>
6867 L:      linux-mtd@lists.infradead.org
6868 W:      http://www.linux-mtd.infradead.org/
6869 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6870 T:      git git://git.infradead.org/linux-mtd.git
6871 T:      git git://git.infradead.org/l2-mtd.git
6872 S:      Maintained
6873 F:      drivers/mtd/
6874 F:      include/linux/mtd/
6875 F:      include/uapi/mtd/
6876
6877 MEN A21 WATCHDOG DRIVER
6878 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6879 L:      linux-watchdog@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/watchdog/mena21_wdt.c
6882
6883 MEN CHAMELEON BUS (mcb)
6884 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6885 S:      Maintained
6886 F:      drivers/mcb/
6887 F:      include/linux/mcb.h
6888 F:      Documentation/men-chameleon-bus.txt
6889
6890 MEN F21BMC (Board Management Controller)
6891 M:      Andreas Werner <andreas.werner@men.de>
6892 S:      Supported
6893 F:      drivers/mfd/menf21bmc.c
6894 F:      drivers/watchdog/menf21bmc_wdt.c
6895 F:      drivers/leds/leds-menf21bmc.c
6896 F:      drivers/hwmon/menf21bmc_hwmon.c
6897 F:      Documentation/hwmon/menf21bmc
6898
6899 METAG ARCHITECTURE
6900 M:      James Hogan <james.hogan@imgtec.com>
6901 L:      linux-metag@vger.kernel.org
6902 S:      Supported
6903 F:      arch/metag/
6904 F:      Documentation/metag/
6905 F:      Documentation/devicetree/bindings/metag/
6906 F:      drivers/clocksource/metag_generic.c
6907 F:      drivers/irqchip/irq-metag.c
6908 F:      drivers/irqchip/irq-metag-ext.c
6909 F:      drivers/tty/metag_da.c
6910
6911 MICROBLAZE ARCHITECTURE
6912 M:      Michal Simek <monstr@monstr.eu>
6913 W:      http://www.monstr.eu/fdt/
6914 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6915 S:      Supported
6916 F:      arch/microblaze/
6917
6918 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6919 M:      Chen Yu <yu.c.chen@intel.com>
6920 L:      platform-driver-x86@vger.kernel.org
6921 S:      Supported
6922 F:      drivers/platform/x86/surfacepro3_button.c
6923
6924 MICROTEK X6 SCANNER
6925 M:      Oliver Neukum <oliver@neukum.org>
6926 S:      Maintained
6927 F:      drivers/usb/image/microtek.*
6928
6929 MIPS
6930 M:      Ralf Baechle <ralf@linux-mips.org>
6931 L:      linux-mips@linux-mips.org
6932 W:      http://www.linux-mips.org/
6933 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6934 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6935 S:      Supported
6936 F:      Documentation/mips/
6937 F:      arch/mips/
6938
6939 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6940 M:      Hans Verkuil <hverkuil@xs4all.nl>
6941 L:      linux-media@vger.kernel.org
6942 T:      git git://linuxtv.org/media_tree.git
6943 W:      http://linuxtv.org
6944 S:      Odd Fixes
6945 F:      drivers/media/radio/radio-miropcm20*
6946
6947 Mellanox MLX5 core VPI driver
6948 M:      Eli Cohen <eli@mellanox.com>
6949 L:      netdev@vger.kernel.org
6950 L:      linux-rdma@vger.kernel.org
6951 W:      http://www.mellanox.com
6952 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6953 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6954 T:      git git://openfabrics.org/~eli/connect-ib.git
6955 S:      Supported
6956 F:      drivers/net/ethernet/mellanox/mlx5/core/
6957 F:      include/linux/mlx5/
6958
6959 Mellanox MLX5 IB driver
6960 M:      Eli Cohen <eli@mellanox.com>
6961 L:      linux-rdma@vger.kernel.org
6962 W:      http://www.mellanox.com
6963 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6964 T:      git git://openfabrics.org/~eli/connect-ib.git
6965 S:      Supported
6966 F:      include/linux/mlx5/
6967 F:      drivers/infiniband/hw/mlx5/
6968
6969 MN88472 MEDIA DRIVER
6970 M:      Antti Palosaari <crope@iki.fi>
6971 L:      linux-media@vger.kernel.org
6972 W:      http://linuxtv.org/
6973 W:      http://palosaari.fi/linux/
6974 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6975 T:      git git://linuxtv.org/anttip/media_tree.git
6976 S:      Maintained
6977 F:      drivers/staging/media/mn88472/
6978 F:      drivers/media/dvb-frontends/mn88472.h
6979
6980 MN88473 MEDIA DRIVER
6981 M:      Antti Palosaari <crope@iki.fi>
6982 L:      linux-media@vger.kernel.org
6983 W:      http://linuxtv.org/
6984 W:      http://palosaari.fi/linux/
6985 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6986 T:      git git://linuxtv.org/anttip/media_tree.git
6987 S:      Maintained
6988 F:      drivers/staging/media/mn88473/
6989 F:      drivers/media/dvb-frontends/mn88473.h
6990
6991 MODULE SUPPORT
6992 M:      Rusty Russell <rusty@rustcorp.com.au>
6993 S:      Maintained
6994 F:      include/linux/module.h
6995 F:      kernel/module.c
6996
6997 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6998 W:      http://popies.net/meye/
6999 S:      Orphan
7000 F:      Documentation/video4linux/meye.txt
7001 F:      drivers/media/pci/meye/
7002 F:      include/uapi/linux/meye.h
7003
7004 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
7005 M:      Jiri Slaby <jirislaby@gmail.com>
7006 S:      Maintained
7007 F:      Documentation/serial/moxa-smartio
7008 F:      drivers/tty/mxser.*
7009
7010 MR800 AVERMEDIA USB FM RADIO DRIVER
7011 M:      Alexey Klimov <klimov.linux@gmail.com>
7012 L:      linux-media@vger.kernel.org
7013 T:      git git://linuxtv.org/media_tree.git
7014 S:      Maintained
7015 F:      drivers/media/radio/radio-mr800.c
7016
7017 MRF24J40 IEEE 802.15.4 RADIO DRIVER
7018 M:      Alan Ott <alan@signal11.us>
7019 L:      linux-wpan@vger.kernel.org
7020 S:      Maintained
7021 F:      drivers/net/ieee802154/mrf24j40.c
7022
7023 MSI LAPTOP SUPPORT
7024 M:      "Lee, Chun-Yi" <jlee@suse.com>
7025 L:      platform-driver-x86@vger.kernel.org
7026 S:      Maintained
7027 F:      drivers/platform/x86/msi-laptop.c
7028
7029 MSI WMI SUPPORT
7030 L:      platform-driver-x86@vger.kernel.org
7031 S:      Orphan
7032 F:      drivers/platform/x86/msi-wmi.c
7033
7034 MSI001 MEDIA DRIVER
7035 M:      Antti Palosaari <crope@iki.fi>
7036 L:      linux-media@vger.kernel.org
7037 W:      http://linuxtv.org/
7038 W:      http://palosaari.fi/linux/
7039 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7040 T:      git git://linuxtv.org/anttip/media_tree.git
7041 S:      Maintained
7042 F:      drivers/media/tuners/msi001*
7043
7044 MSI2500 MEDIA DRIVER
7045 M:      Antti Palosaari <crope@iki.fi>
7046 L:      linux-media@vger.kernel.org
7047 W:      http://linuxtv.org/
7048 W:      http://palosaari.fi/linux/
7049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7050 T:      git git://linuxtv.org/anttip/media_tree.git
7051 S:      Maintained
7052 F:      drivers/media/usb/msi2500/
7053
7054 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7055 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7056 L:      linux-mtd@lists.infradead.org
7057 S:      Maintained
7058 F:      drivers/mtd/devices/docg3*
7059
7060 MT9M032 APTINA SENSOR DRIVER
7061 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7062 L:      linux-media@vger.kernel.org
7063 T:      git git://linuxtv.org/media_tree.git
7064 S:      Maintained
7065 F:      drivers/media/i2c/mt9m032.c
7066 F:      include/media/mt9m032.h
7067
7068 MT9P031 APTINA CAMERA SENSOR
7069 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7070 L:      linux-media@vger.kernel.org
7071 T:      git git://linuxtv.org/media_tree.git
7072 S:      Maintained
7073 F:      drivers/media/i2c/mt9p031.c
7074 F:      include/media/mt9p031.h
7075
7076 MT9T001 APTINA CAMERA SENSOR
7077 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7078 L:      linux-media@vger.kernel.org
7079 T:      git git://linuxtv.org/media_tree.git
7080 S:      Maintained
7081 F:      drivers/media/i2c/mt9t001.c
7082 F:      include/media/mt9t001.h
7083
7084 MT9V032 APTINA CAMERA SENSOR
7085 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7086 L:      linux-media@vger.kernel.org
7087 T:      git git://linuxtv.org/media_tree.git
7088 S:      Maintained
7089 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7090 F:      drivers/media/i2c/mt9v032.c
7091 F:      include/media/mt9v032.h
7092
7093 MULTIFUNCTION DEVICES (MFD)
7094 M:      Samuel Ortiz <sameo@linux.intel.com>
7095 M:      Lee Jones <lee.jones@linaro.org>
7096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7097 S:      Supported
7098 F:      drivers/mfd/
7099 F:      include/linux/mfd/
7100
7101 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7102 M:      Ulf Hansson <ulf.hansson@linaro.org>
7103 L:      linux-mmc@vger.kernel.org
7104 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7105 S:      Maintained
7106 F:      drivers/mmc/
7107 F:      include/linux/mmc/
7108 F:      include/uapi/linux/mmc/
7109
7110 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7111 S:      Orphan
7112 F:      drivers/mmc/host/mmc_spi.c
7113 F:      include/linux/spi/mmc_spi.h
7114
7115 MULTISOUND SOUND DRIVER
7116 M:      Andrew Veliath <andrewtv@usa.net>
7117 S:      Maintained
7118 F:      Documentation/sound/oss/MultiSound
7119 F:      sound/oss/msnd*
7120
7121 MULTITECH MULTIPORT CARD (ISICOM)
7122 S:      Orphan
7123 F:      drivers/tty/isicom.c
7124 F:      include/linux/isicom.h
7125
7126 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7127 M:      Felipe Balbi <balbi@ti.com>
7128 L:      linux-usb@vger.kernel.org
7129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7130 S:      Maintained
7131 F:      drivers/usb/musb/
7132
7133 MXL5007T MEDIA DRIVER
7134 M:      Michael Krufky <mkrufky@linuxtv.org>
7135 L:      linux-media@vger.kernel.org
7136 W:      http://linuxtv.org/
7137 W:      http://github.com/mkrufky
7138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7139 T:      git git://linuxtv.org/mkrufky/tuners.git
7140 S:      Maintained
7141 F:      drivers/media/tuners/mxl5007t.*
7142
7143 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7144 M:      Hyong-Youb Kim <hykim@myri.com>
7145 L:      netdev@vger.kernel.org
7146 W:      https://www.myricom.com/support/downloads/myri10ge.html
7147 S:      Supported
7148 F:      drivers/net/ethernet/myricom/myri10ge/
7149
7150 NATSEMI ETHERNET DRIVER (DP8381x)
7151 S:      Orphan
7152 F:      drivers/net/ethernet/natsemi/natsemi.c
7153
7154 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7155 M:      Daniel Mack <zonque@gmail.com>
7156 S:      Maintained
7157 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7158 W:      http://www.native-instruments.com
7159 F:      sound/usb/caiaq/
7160
7161 NCP FILESYSTEM
7162 M:      Petr Vandrovec <petr@vandrovec.name>
7163 S:      Odd Fixes
7164 F:      fs/ncpfs/
7165
7166 NCR 5380 SCSI DRIVERS
7167 M:      Finn Thain <fthain@telegraphics.com.au>
7168 M:      Michael Schmitz <schmitzmic@gmail.com>
7169 L:      linux-scsi@vger.kernel.org
7170 S:      Maintained
7171 F:      Documentation/scsi/g_NCR5380.txt
7172 F:      drivers/scsi/NCR5380.*
7173 F:      drivers/scsi/arm/cumana_1.c
7174 F:      drivers/scsi/arm/oak.c
7175 F:      drivers/scsi/atari_NCR5380.c
7176 F:      drivers/scsi/atari_scsi.*
7177 F:      drivers/scsi/dmx3191d.c
7178 F:      drivers/scsi/dtc.*
7179 F:      drivers/scsi/g_NCR5380.*
7180 F:      drivers/scsi/g_NCR5380_mmio.c
7181 F:      drivers/scsi/mac_scsi.*
7182 F:      drivers/scsi/pas16.*
7183 F:      drivers/scsi/sun3_scsi.*
7184 F:      drivers/scsi/sun3_scsi_vme.c
7185 F:      drivers/scsi/t128.*
7186
7187 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7188 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7189 L:      linux-scsi@vger.kernel.org
7190 S:      Maintained
7191 F:      drivers/scsi/NCR_D700.*
7192
7193 NCT6775 HARDWARE MONITOR DRIVER
7194 M:      Guenter Roeck <linux@roeck-us.net>
7195 L:      lm-sensors@lm-sensors.org
7196 S:      Maintained
7197 F:      Documentation/hwmon/nct6775
7198 F:      drivers/hwmon/nct6775.c
7199
7200 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7201 M:      Faisal Latif <faisal.latif@intel.com>
7202 L:      linux-rdma@vger.kernel.org
7203 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7204 S:      Supported
7205 F:      drivers/infiniband/hw/nes/
7206
7207 NETEM NETWORK EMULATOR
7208 M:      Stephen Hemminger <stephen@networkplumber.org>
7209 L:      netem@lists.linux-foundation.org
7210 S:      Maintained
7211 F:      net/sched/sch_netem.c
7212
7213 NETERION 10GbE DRIVERS (s2io/vxge)
7214 M:      Jon Mason <jdmason@kudzu.us>
7215 L:      netdev@vger.kernel.org
7216 S:      Supported
7217 F:      Documentation/networking/s2io.txt
7218 F:      Documentation/networking/vxge.txt
7219 F:      drivers/net/ethernet/neterion/
7220
7221 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7222 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7223 M:      Patrick McHardy <kaber@trash.net>
7224 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7225 L:      netfilter-devel@vger.kernel.org
7226 L:      coreteam@netfilter.org
7227 W:      http://www.netfilter.org/
7228 W:      http://www.iptables.org/
7229 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7232 S:      Supported
7233 F:      include/linux/netfilter*
7234 F:      include/linux/netfilter/
7235 F:      include/net/netfilter/
7236 F:      include/uapi/linux/netfilter*
7237 F:      include/uapi/linux/netfilter/
7238 F:      net/*/netfilter.c
7239 F:      net/*/netfilter/
7240 F:      net/netfilter/
7241 F:      net/bridge/br_netfilter*.c
7242
7243 NETLABEL
7244 M:      Paul Moore <paul@paul-moore.com>
7245 W:      http://netlabel.sf.net
7246 L:      netdev@vger.kernel.org
7247 S:      Maintained
7248 F:      Documentation/netlabel/
7249 F:      include/net/netlabel.h
7250 F:      net/netlabel/
7251
7252 NETROM NETWORK LAYER
7253 M:      Ralf Baechle <ralf@linux-mips.org>
7254 L:      linux-hams@vger.kernel.org
7255 W:      http://www.linux-ax25.org/
7256 S:      Maintained
7257 F:      include/net/netrom.h
7258 F:      include/uapi/linux/netrom.h
7259 F:      net/netrom/
7260
7261 NETWORK BLOCK DEVICE (NBD)
7262 M:      Markus Pargmann <mpa@pengutronix.de>
7263 S:      Maintained
7264 L:      nbd-general@lists.sourceforge.net
7265 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7266 F:      Documentation/blockdev/nbd.txt
7267 F:      drivers/block/nbd.c
7268 F:      include/uapi/linux/nbd.h
7269
7270 NETWORK DROP MONITOR
7271 M:      Neil Horman <nhorman@tuxdriver.com>
7272 L:      netdev@vger.kernel.org
7273 S:      Maintained
7274 W:      https://fedorahosted.org/dropwatch/
7275 F:      net/core/drop_monitor.c
7276
7277 NETWORKING [GENERAL]
7278 M:      "David S. Miller" <davem@davemloft.net>
7279 L:      netdev@vger.kernel.org
7280 W:      http://www.linuxfoundation.org/en/Net
7281 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7284 S:      Maintained
7285 F:      net/
7286 F:      include/net/
7287 F:      include/linux/in.h
7288 F:      include/linux/net.h
7289 F:      include/linux/netdevice.h
7290 F:      include/uapi/linux/in.h
7291 F:      include/uapi/linux/net.h
7292 F:      include/uapi/linux/netdevice.h
7293 F:      include/uapi/linux/net_namespace.h
7294 F:      tools/net/
7295 F:      tools/testing/selftests/net/
7296 F:      lib/random32.c
7297 F:      lib/test_bpf.c
7298
7299 NETWORKING [IPv4/IPv6]
7300 M:      "David S. Miller" <davem@davemloft.net>
7301 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7302 M:      James Morris <jmorris@namei.org>
7303 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7304 M:      Patrick McHardy <kaber@trash.net>
7305 L:      netdev@vger.kernel.org
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7307 S:      Maintained
7308 F:      net/ipv4/
7309 F:      net/ipv6/
7310 F:      include/net/ip*
7311 F:      arch/x86/net/*
7312
7313 NETWORKING [IPSEC]
7314 M:      Steffen Klassert <steffen.klassert@secunet.com>
7315 M:      Herbert Xu <herbert@gondor.apana.org.au>
7316 M:      "David S. Miller" <davem@davemloft.net>
7317 L:      netdev@vger.kernel.org
7318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7320 S:      Maintained
7321 F:      net/core/flow.c
7322 F:      net/xfrm/
7323 F:      net/key/
7324 F:      net/ipv4/xfrm*
7325 F:      net/ipv4/esp4.c
7326 F:      net/ipv4/ah4.c
7327 F:      net/ipv4/ipcomp.c
7328 F:      net/ipv4/ip_vti.c
7329 F:      net/ipv6/xfrm*
7330 F:      net/ipv6/esp6.c
7331 F:      net/ipv6/ah6.c
7332 F:      net/ipv6/ipcomp6.c
7333 F:      net/ipv6/ip6_vti.c
7334 F:      include/uapi/linux/xfrm.h
7335 F:      include/net/xfrm.h
7336
7337 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7338 M:      Paul Moore <paul@paul-moore.com>
7339 L:      netdev@vger.kernel.org
7340 S:      Maintained
7341
7342 NETWORKING [WIRELESS]
7343 L:      linux-wireless@vger.kernel.org
7344 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7345
7346 NETWORKING DRIVERS
7347 L:      netdev@vger.kernel.org
7348 W:      http://www.linuxfoundation.org/en/Net
7349 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7352 S:      Odd Fixes
7353 F:      drivers/net/
7354 F:      include/linux/if_*
7355 F:      include/linux/netdevice.h
7356 F:      include/linux/arcdevice.h
7357 F:      include/linux/etherdevice.h
7358 F:      include/linux/fcdevice.h
7359 F:      include/linux/fddidevice.h
7360 F:      include/linux/hippidevice.h
7361 F:      include/linux/inetdevice.h
7362 F:      include/uapi/linux/if_*
7363 F:      include/uapi/linux/netdevice.h
7364
7365 NETWORKING DRIVERS (WIRELESS)
7366 M:      Kalle Valo <kvalo@codeaurora.org>
7367 L:      linux-wireless@vger.kernel.org
7368 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7370 S:      Maintained
7371 F:      drivers/net/wireless/
7372
7373 NETXEN (1/10) GbE SUPPORT
7374 M:      Manish Chopra <manish.chopra@qlogic.com>
7375 M:      Sony Chacko <sony.chacko@qlogic.com>
7376 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7377 L:      netdev@vger.kernel.org
7378 W:      http://www.qlogic.com
7379 S:      Supported
7380 F:      drivers/net/ethernet/qlogic/netxen/
7381
7382 NFC SUBSYSTEM
7383 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7384 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7385 M:      Samuel Ortiz <sameo@linux.intel.com>
7386 L:      linux-wireless@vger.kernel.org
7387 L:      linux-nfc@lists.01.org (subscribers-only)
7388 S:      Supported
7389 F:      net/nfc/
7390 F:      include/net/nfc/
7391 F:      include/uapi/linux/nfc.h
7392 F:      drivers/nfc/
7393 F:      include/linux/platform_data/pn544.h
7394 F:      Documentation/devicetree/bindings/net/nfc/
7395
7396 NFS, SUNRPC, AND LOCKD CLIENTS
7397 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7398 M:      Anna Schumaker <anna.schumaker@netapp.com>
7399 L:      linux-nfs@vger.kernel.org
7400 W:      http://client.linux-nfs.org
7401 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7402 S:      Maintained
7403 F:      fs/lockd/
7404 F:      fs/nfs/
7405 F:      fs/nfs_common/
7406 F:      net/sunrpc/
7407 F:      include/linux/lockd/
7408 F:      include/linux/nfs*
7409 F:      include/linux/sunrpc/
7410 F:      include/uapi/linux/nfs*
7411 F:      include/uapi/linux/sunrpc/
7412
7413 NILFS2 FILESYSTEM
7414 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7415 L:      linux-nilfs@vger.kernel.org
7416 W:      http://nilfs.sourceforge.net/
7417 T:      git git://github.com/konis/nilfs2.git
7418 S:      Supported
7419 F:      Documentation/filesystems/nilfs2.txt
7420 F:      fs/nilfs2/
7421 F:      include/linux/nilfs2_fs.h
7422
7423 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7424 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7425 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7426 S:      Maintained
7427 F:      Documentation/scsi/NinjaSCSI.txt
7428 F:      drivers/scsi/pcmcia/nsp_*
7429
7430 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7431 M:      GOTO Masanori <gotom@debian.or.jp>
7432 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7433 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7434 S:      Maintained
7435 F:      Documentation/scsi/NinjaSCSI.txt
7436 F:      drivers/scsi/nsp32*
7437
7438 NIOS2 ARCHITECTURE
7439 M:      Ley Foon Tan <lftan@altera.com>
7440 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7442 S:      Maintained
7443 F:      arch/nios2/
7444
7445 NOKIA N900 POWER SUPPLY DRIVERS
7446 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7447 S:      Maintained
7448 F:      include/linux/power/bq2415x_charger.h
7449 F:      include/linux/power/bq27x00_battery.h
7450 F:      include/linux/power/isp1704_charger.h
7451 F:      drivers/power/bq2415x_charger.c
7452 F:      drivers/power/bq27x00_battery.c
7453 F:      drivers/power/isp1704_charger.c
7454 F:      drivers/power/rx51_battery.c
7455
7456 NTB DRIVER CORE
7457 M:      Jon Mason <jdmason@kudzu.us>
7458 M:      Dave Jiang <dave.jiang@intel.com>
7459 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7460 L:      linux-ntb@googlegroups.com
7461 S:      Supported
7462 W:      https://github.com/jonmason/ntb/wiki
7463 T:      git git://github.com/jonmason/ntb.git
7464 F:      drivers/ntb/
7465 F:      drivers/net/ntb_netdev.c
7466 F:      include/linux/ntb.h
7467 F:      include/linux/ntb_transport.h
7468
7469 NTB INTEL DRIVER
7470 M:      Jon Mason <jdmason@kudzu.us>
7471 M:      Dave Jiang <dave.jiang@intel.com>
7472 L:      linux-ntb@googlegroups.com
7473 S:      Supported
7474 W:      https://github.com/jonmason/ntb/wiki
7475 T:      git git://github.com/jonmason/ntb.git
7476 F:      drivers/ntb/hw/intel/
7477
7478 NTFS FILESYSTEM
7479 M:      Anton Altaparmakov <anton@tuxera.com>
7480 L:      linux-ntfs-dev@lists.sourceforge.net
7481 W:      http://www.tuxera.com/
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7483 S:      Supported
7484 F:      Documentation/filesystems/ntfs.txt
7485 F:      fs/ntfs/
7486
7487 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7488 M:      Antonino Daplas <adaplas@gmail.com>
7489 L:      linux-fbdev@vger.kernel.org
7490 S:      Maintained
7491 F:      drivers/video/fbdev/riva/
7492 F:      drivers/video/fbdev/nvidia/
7493
7494 NVM EXPRESS DRIVER
7495 M:      Matthew Wilcox <willy@linux.intel.com>
7496 L:      linux-nvme@lists.infradead.org
7497 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7498 S:      Supported
7499 F:      drivers/block/nvme*
7500 F:      include/linux/nvme.h
7501
7502 NVMEM FRAMEWORK
7503 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7504 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7505 S:      Maintained
7506 F:      drivers/nvmem/
7507 F:      Documentation/devicetree/bindings/nvmem/
7508 F:      include/linux/nvmem-consumer.h
7509 F:      include/linux/nvmem-provider.h
7510
7511 NXP-NCI NFC DRIVER
7512 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7513 R:      Charles Gorand <charles.gorand@effinnov.com>
7514 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7515 S:      Supported
7516 F:      drivers/nfc/nxp-nci
7517
7518 NXP TDA998X DRM DRIVER
7519 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7520 S:      Supported
7521 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7522 F:      include/drm/i2c/tda998x.h
7523
7524 NXP TFA9879 DRIVER
7525 M:      Peter Rosin <peda@axentia.se>
7526 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7527 S:      Maintained
7528 F:      sound/soc/codecs/tfa9879*
7529
7530 OMAP SUPPORT
7531 M:      Tony Lindgren <tony@atomide.com>
7532 L:      linux-omap@vger.kernel.org
7533 W:      http://www.muru.com/linux/omap/
7534 W:      http://linux.omap.com/
7535 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7537 S:      Maintained
7538 F:      arch/arm/*omap*/
7539 F:      arch/arm/configs/omap1_defconfig
7540 F:      arch/arm/configs/omap2plus_defconfig
7541 F:      drivers/i2c/busses/i2c-omap.c
7542 F:      drivers/irqchip/irq-omap-intc.c
7543 F:      drivers/mfd/*omap*.c
7544 F:      drivers/mfd/menelaus.c
7545 F:      drivers/mfd/palmas.c
7546 F:      drivers/mfd/tps65217.c
7547 F:      drivers/mfd/tps65218.c
7548 F:      drivers/mfd/tps65910.c
7549 F:      drivers/mfd/twl-core.[ch]
7550 F:      drivers/mfd/twl4030*.c
7551 F:      drivers/mfd/twl6030*.c
7552 F:      drivers/mfd/twl6040*.c
7553 F:      drivers/regulator/palmas-regulator*.c
7554 F:      drivers/regulator/pbias-regulator.c
7555 F:      drivers/regulator/tps65217-regulator.c
7556 F:      drivers/regulator/tps65218-regulator.c
7557 F:      drivers/regulator/tps65910-regulator.c
7558 F:      drivers/regulator/twl-regulator.c
7559 F:      include/linux/i2c-omap.h
7560
7561 OMAP DEVICE TREE SUPPORT
7562 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7563 M:      Tony Lindgren <tony@atomide.com>
7564 L:      linux-omap@vger.kernel.org
7565 L:      devicetree@vger.kernel.org
7566 S:      Maintained
7567 F:      arch/arm/boot/dts/*omap*
7568 F:      arch/arm/boot/dts/*am3*
7569 F:      arch/arm/boot/dts/*am4*
7570 F:      arch/arm/boot/dts/*am5*
7571 F:      arch/arm/boot/dts/*dra7*
7572
7573 OMAP CLOCK FRAMEWORK SUPPORT
7574 M:      Paul Walmsley <paul@pwsan.com>
7575 L:      linux-omap@vger.kernel.org
7576 S:      Maintained
7577 F:      arch/arm/*omap*/*clock*
7578
7579 OMAP POWER MANAGEMENT SUPPORT
7580 M:      Kevin Hilman <khilman@deeprootsystems.com>
7581 L:      linux-omap@vger.kernel.org
7582 S:      Maintained
7583 F:      arch/arm/*omap*/*pm*
7584 F:      drivers/cpufreq/omap-cpufreq.c
7585
7586 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7587 M:      Rajendra Nayak <rnayak@ti.com>
7588 M:      Paul Walmsley <paul@pwsan.com>
7589 L:      linux-omap@vger.kernel.org
7590 S:      Maintained
7591 F:      arch/arm/mach-omap2/prm*
7592
7593 OMAP AUDIO SUPPORT
7594 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7595 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7596 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7597 L:      linux-omap@vger.kernel.org
7598 S:      Maintained
7599 F:      sound/soc/omap/
7600
7601 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7602 M:      Roger Quadros <rogerq@ti.com>
7603 M:      Tony Lindgren <tony@atomide.com>
7604 L:      linux-omap@vger.kernel.org
7605 S:      Maintained
7606 F:      drivers/memory/omap-gpmc.c
7607 F:      arch/arm/mach-omap2/*gpmc*
7608
7609 OMAP FRAMEBUFFER SUPPORT
7610 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7611 L:      linux-fbdev@vger.kernel.org
7612 L:      linux-omap@vger.kernel.org
7613 S:      Maintained
7614 F:      drivers/video/fbdev/omap/
7615
7616 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7617 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7618 L:      linux-omap@vger.kernel.org
7619 L:      linux-fbdev@vger.kernel.org
7620 S:      Maintained
7621 F:      drivers/video/fbdev/omap2/
7622 F:      Documentation/arm/OMAP/DSS
7623
7624 OMAP HARDWARE SPINLOCK SUPPORT
7625 M:      Ohad Ben-Cohen <ohad@wizery.com>
7626 L:      linux-omap@vger.kernel.org
7627 S:      Maintained
7628 F:      drivers/hwspinlock/omap_hwspinlock.c
7629
7630 OMAP MMC SUPPORT
7631 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7632 L:      linux-omap@vger.kernel.org
7633 S:      Maintained
7634 F:      drivers/mmc/host/omap.c
7635
7636 OMAP HS MMC SUPPORT
7637 L:      linux-mmc@vger.kernel.org
7638 L:      linux-omap@vger.kernel.org
7639 S:      Orphan
7640 F:      drivers/mmc/host/omap_hsmmc.c
7641
7642 OMAP RANDOM NUMBER GENERATOR SUPPORT
7643 M:      Deepak Saxena <dsaxena@plexity.net>
7644 S:      Maintained
7645 F:      drivers/char/hw_random/omap-rng.c
7646
7647 OMAP HWMOD SUPPORT
7648 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7649 M:      Paul Walmsley <paul@pwsan.com>
7650 L:      linux-omap@vger.kernel.org
7651 S:      Maintained
7652 F:      arch/arm/mach-omap2/omap_hwmod.*
7653
7654 OMAP HWMOD DATA
7655 M:      Paul Walmsley <paul@pwsan.com>
7656 L:      linux-omap@vger.kernel.org
7657 S:      Maintained
7658 F:      arch/arm/mach-omap2/omap_hwmod*data*
7659
7660 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7661 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7662 L:      linux-omap@vger.kernel.org
7663 S:      Maintained
7664 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7665
7666 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7667 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7668 L:      linux-media@vger.kernel.org
7669 S:      Maintained
7670 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7671 F:      drivers/media/platform/omap3isp/
7672 F:      drivers/staging/media/omap4iss/
7673
7674 OMAP USB SUPPORT
7675 M:      Felipe Balbi <balbi@ti.com>
7676 L:      linux-usb@vger.kernel.org
7677 L:      linux-omap@vger.kernel.org
7678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7679 S:      Maintained
7680 F:      drivers/usb/*/*omap*
7681 F:      arch/arm/*omap*/usb*
7682
7683 OMAP GPIO DRIVER
7684 M:      Javier Martinez Canillas <javier@dowhile0.org>
7685 M:      Santosh Shilimkar <ssantosh@kernel.org>
7686 M:      Kevin Hilman <khilman@deeprootsystems.com>
7687 L:      linux-omap@vger.kernel.org
7688 S:      Maintained
7689 F:      drivers/gpio/gpio-omap.c
7690
7691 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7692 M:      Mark Jackson <mpfj@newflow.co.uk>
7693 L:      linux-omap@vger.kernel.org
7694 S:      Maintained
7695 F:      arch/arm/boot/dts/am335x-nano.dts
7696
7697 OMFS FILESYSTEM
7698 M:      Bob Copeland <me@bobcopeland.com>
7699 L:      linux-karma-devel@lists.sourceforge.net
7700 S:      Maintained
7701 F:      Documentation/filesystems/omfs.txt
7702 F:      fs/omfs/
7703
7704 OMNIKEY CARDMAN 4000 DRIVER
7705 M:      Harald Welte <laforge@gnumonks.org>
7706 S:      Maintained
7707 F:      drivers/char/pcmcia/cm4000_cs.c
7708 F:      include/linux/cm4000_cs.h
7709 F:      include/uapi/linux/cm4000_cs.h
7710
7711 OMNIKEY CARDMAN 4040 DRIVER
7712 M:      Harald Welte <laforge@gnumonks.org>
7713 S:      Maintained
7714 F:      drivers/char/pcmcia/cm4040_cs.*
7715
7716 OMNIVISION OV7670 SENSOR DRIVER
7717 M:      Jonathan Corbet <corbet@lwn.net>
7718 L:      linux-media@vger.kernel.org
7719 T:      git git://linuxtv.org/media_tree.git
7720 S:      Maintained
7721 F:      drivers/media/i2c/ov7670.c
7722
7723 ONENAND FLASH DRIVER
7724 M:      Kyungmin Park <kyungmin.park@samsung.com>
7725 L:      linux-mtd@lists.infradead.org
7726 S:      Maintained
7727 F:      drivers/mtd/onenand/
7728 F:      include/linux/mtd/onenand*.h
7729
7730 ONSTREAM SCSI TAPE DRIVER
7731 M:      Willem Riede <osst@riede.org>
7732 L:      osst-users@lists.sourceforge.net
7733 L:      linux-scsi@vger.kernel.org
7734 S:      Maintained
7735 F:      Documentation/scsi/osst.txt
7736 F:      drivers/scsi/osst.*
7737 F:      drivers/scsi/osst_*.h
7738 F:      drivers/scsi/st.h
7739
7740 OPENCORES I2C BUS DRIVER
7741 M:      Peter Korsgaard <jacmet@sunsite.dk>
7742 L:      linux-i2c@vger.kernel.org
7743 S:      Maintained
7744 F:      Documentation/i2c/busses/i2c-ocores
7745 F:      drivers/i2c/busses/i2c-ocores.c
7746
7747 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7748 M:      Rob Herring <robh+dt@kernel.org>
7749 M:      Frank Rowand <frowand.list@gmail.com>
7750 M:      Grant Likely <grant.likely@linaro.org>
7751 L:      devicetree@vger.kernel.org
7752 W:      http://www.devicetree.org/
7753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7754 S:      Maintained
7755 F:      drivers/of/
7756 F:      include/linux/of*.h
7757 F:      scripts/dtc/
7758
7759 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7760 M:      Rob Herring <robh+dt@kernel.org>
7761 M:      Pawel Moll <pawel.moll@arm.com>
7762 M:      Mark Rutland <mark.rutland@arm.com>
7763 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7764 M:      Kumar Gala <galak@codeaurora.org>
7765 L:      devicetree@vger.kernel.org
7766 S:      Maintained
7767 F:      Documentation/devicetree/
7768 F:      arch/*/boot/dts/
7769 F:      include/dt-bindings/
7770
7771 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7772 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7773 L:      devicetree@vger.kernel.org
7774 S:      Maintained
7775 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7776 F:      Documentation/devicetree/overlay-notes.txt
7777 F:      drivers/of/overlay.c
7778 F:      drivers/of/resolver.c
7779
7780 OPENRISC ARCHITECTURE
7781 M:      Jonas Bonn <jonas@southpole.se>
7782 W:      http://openrisc.net
7783 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7784 S:      Maintained
7785 T:      git git://openrisc.net/~jonas/linux
7786 F:      arch/openrisc/
7787
7788 OPENVSWITCH
7789 M:      Pravin Shelar <pshelar@nicira.com>
7790 L:      netdev@vger.kernel.org
7791 L:      dev@openvswitch.org
7792 W:      http://openvswitch.org
7793 S:      Maintained
7794 F:      net/openvswitch/
7795 F:      include/uapi/linux/openvswitch.h
7796
7797 OPL4 DRIVER
7798 M:      Clemens Ladisch <clemens@ladisch.de>
7799 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7800 T:      git git://git.alsa-project.org/alsa-kernel.git
7801 S:      Maintained
7802 F:      sound/drivers/opl4/
7803
7804 OPROFILE
7805 M:      Robert Richter <rric@kernel.org>
7806 L:      oprofile-list@lists.sf.net
7807 S:      Maintained
7808 F:      arch/*/include/asm/oprofile*.h
7809 F:      arch/*/oprofile/
7810 F:      drivers/oprofile/
7811 F:      include/linux/oprofile.h
7812
7813 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7814 M:      Mark Fasheh <mfasheh@suse.com>
7815 M:      Joel Becker <jlbec@evilplan.org>
7816 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7817 W:      http://ocfs2.wiki.kernel.org
7818 S:      Supported
7819 F:      Documentation/filesystems/ocfs2.txt
7820 F:      Documentation/filesystems/dlmfs.txt
7821 F:      fs/ocfs2/
7822
7823 ORINOCO DRIVER
7824 L:      linux-wireless@vger.kernel.org
7825 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7826 W:      http://www.nongnu.org/orinoco/
7827 S:      Orphan
7828 F:      drivers/net/wireless/orinoco/
7829
7830 OSD LIBRARY and FILESYSTEM
7831 M:      Boaz Harrosh <ooo@electrozaur.com>
7832 M:      Benny Halevy <bhalevy@primarydata.com>
7833 L:      osd-dev@open-osd.org
7834 W:      http://open-osd.org
7835 T:      git git://git.open-osd.org/open-osd.git
7836 S:      Maintained
7837 F:      drivers/scsi/osd/
7838 F:      include/scsi/osd_*
7839 F:      fs/exofs/
7840
7841 OVERLAY FILESYSTEM
7842 M:      Miklos Szeredi <miklos@szeredi.hu>
7843 L:      linux-unionfs@vger.kernel.org
7844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7845 S:      Supported
7846 F:      fs/overlayfs/
7847 F:      Documentation/filesystems/overlayfs.txt
7848
7849 P54 WIRELESS DRIVER
7850 M:      Christian Lamparter <chunkeey@googlemail.com>
7851 L:      linux-wireless@vger.kernel.org
7852 W:      http://wireless.kernel.org/en/users/Drivers/p54
7853 S:      Maintained
7854 F:      drivers/net/wireless/p54/
7855
7856 PA SEMI ETHERNET DRIVER
7857 M:      Olof Johansson <olof@lixom.net>
7858 L:      netdev@vger.kernel.org
7859 S:      Maintained
7860 F:      drivers/net/ethernet/pasemi/*
7861
7862 PA SEMI SMBUS DRIVER
7863 M:      Olof Johansson <olof@lixom.net>
7864 L:      linux-i2c@vger.kernel.org
7865 S:      Maintained
7866 F:      drivers/i2c/busses/i2c-pasemi.c
7867
7868 PADATA PARALLEL EXECUTION MECHANISM
7869 M:      Steffen Klassert <steffen.klassert@secunet.com>
7870 L:      linux-crypto@vger.kernel.org
7871 S:      Maintained
7872 F:      kernel/padata.c
7873 F:      include/linux/padata.h
7874 F:      Documentation/padata.txt
7875
7876 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7877 M:      Harald Welte <laforge@gnumonks.org>
7878 L:      platform-driver-x86@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/platform/x86/panasonic-laptop.c
7881
7882 PANASONIC MN10300/AM33/AM34 PORT
7883 M:      David Howells <dhowells@redhat.com>
7884 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7885 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7886 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7887 S:      Maintained
7888 F:      Documentation/mn10300/
7889 F:      arch/mn10300/
7890
7891 PARALLEL PORT SUBSYSTEM
7892 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7893 M:      Sudip Mukherjee <sudip@vectorindia.org>
7894 L:      linux-parport@lists.infradead.org (subscribers-only)
7895 S:      Maintained
7896 F:      drivers/parport/
7897 F:      include/linux/parport*.h
7898 F:      drivers/char/ppdev.c
7899 F:      include/uapi/linux/ppdev.h
7900 F:      Documentation/parport*.txt
7901
7902 PARAVIRT_OPS INTERFACE
7903 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7904 M:      Chris Wright <chrisw@sous-sol.org>
7905 M:      Alok Kataria <akataria@vmware.com>
7906 M:      Rusty Russell <rusty@rustcorp.com.au>
7907 L:      virtualization@lists.linux-foundation.org
7908 S:      Supported
7909 F:      Documentation/virtual/paravirt_ops.txt
7910 F:      arch/*/kernel/paravirt*
7911 F:      arch/*/include/asm/paravirt.h
7912
7913 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7914 M:      Tim Waugh <tim@cyberelk.net>
7915 L:      linux-parport@lists.infradead.org (subscribers-only)
7916 S:      Maintained
7917 F:      Documentation/blockdev/paride.txt
7918 F:      drivers/block/paride/
7919
7920 PARISC ARCHITECTURE
7921 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7922 M:      Helge Deller <deller@gmx.de>
7923 L:      linux-parisc@vger.kernel.org
7924 W:      http://www.parisc-linux.org/
7925 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7928 S:      Maintained
7929 F:      arch/parisc/
7930 F:      Documentation/parisc/
7931 F:      drivers/parisc/
7932 F:      drivers/char/agp/parisc-agp.c
7933 F:      drivers/input/serio/gscps2.c
7934 F:      drivers/parport/parport_gsc.*
7935 F:      drivers/tty/serial/8250/8250_gsc.c
7936 F:      drivers/video/fbdev/sti*
7937 F:      drivers/video/console/sti*
7938 F:      drivers/video/logo/logo_parisc*
7939
7940 PC87360 HARDWARE MONITORING DRIVER
7941 M:      Jim Cromie <jim.cromie@gmail.com>
7942 L:      lm-sensors@lm-sensors.org
7943 S:      Maintained
7944 F:      Documentation/hwmon/pc87360
7945 F:      drivers/hwmon/pc87360.c
7946
7947 PC8736x GPIO DRIVER
7948 M:      Jim Cromie <jim.cromie@gmail.com>
7949 S:      Maintained
7950 F:      drivers/char/pc8736x_gpio.c
7951
7952 PC87427 HARDWARE MONITORING DRIVER
7953 M:      Jean Delvare <jdelvare@suse.com>
7954 L:      lm-sensors@lm-sensors.org
7955 S:      Maintained
7956 F:      Documentation/hwmon/pc87427
7957 F:      drivers/hwmon/pc87427.c
7958
7959 PCA9532 LED DRIVER
7960 M:      Riku Voipio <riku.voipio@iki.fi>
7961 S:      Maintained
7962 F:      drivers/leds/leds-pca9532.c
7963 F:      include/linux/leds-pca9532.h
7964
7965 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7966 M:      Guenter Roeck <linux@roeck-us.net>
7967 L:      linux-i2c@vger.kernel.org
7968 S:      Maintained
7969 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7970
7971 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7972 M:      Khalid Aziz <khalid@gonehiking.org>
7973 S:      Maintained
7974 F:      drivers/firmware/pcdp.*
7975
7976 PCI ERROR RECOVERY
7977 M:      Linas Vepstas <linasvepstas@gmail.com>
7978 L:      linux-pci@vger.kernel.org
7979 S:      Supported
7980 F:      Documentation/PCI/pci-error-recovery.txt
7981
7982 PCI SUBSYSTEM
7983 M:      Bjorn Helgaas <bhelgaas@google.com>
7984 L:      linux-pci@vger.kernel.org
7985 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7987 S:      Supported
7988 F:      Documentation/PCI/
7989 F:      drivers/pci/
7990 F:      include/linux/pci*
7991 F:      arch/x86/pci/
7992 F:      arch/x86/kernel/quirks.c
7993
7994 PCI DRIVER FOR ARM VERSATILE PLATFORM
7995 M:      Rob Herring <robh@kernel.org>
7996 L:      linux-pci@vger.kernel.org
7997 L:      linux-arm-kernel@lists.infradead.org
7998 S:      Maintained
7999 F:      Documentation/devicetree/bindings/pci/versatile.txt
8000 F:      drivers/pci/host/pci-versatile.c
8001
8002 PCI DRIVER FOR APPLIEDMICRO XGENE
8003 M:      Tanmay Inamdar <tinamdar@apm.com>
8004 L:      linux-pci@vger.kernel.org
8005 L:      linux-arm-kernel@lists.infradead.org
8006 S:      Maintained
8007 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
8008 F:      drivers/pci/host/pci-xgene.c
8009
8010 PCI DRIVER FOR FREESCALE LAYERSCAPE
8011 M:      Minghuan Lian <minghuan.Lian@freescale.com>
8012 M:      Mingkai Hu <mingkai.hu@freescale.com>
8013 M:      Roy Zang <tie-fei.zang@freescale.com>
8014 L:      linuxppc-dev@lists.ozlabs.org
8015 L:      linux-pci@vger.kernel.org
8016 L:      linux-arm-kernel@lists.infradead.org
8017 S:      Maintained
8018 F:      drivers/pci/host/*layerscape*
8019
8020 PCI DRIVER FOR IMX6
8021 M:      Richard Zhu <Richard.Zhu@freescale.com>
8022 M:      Lucas Stach <l.stach@pengutronix.de>
8023 L:      linux-pci@vger.kernel.org
8024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8025 S:      Maintained
8026 F:      drivers/pci/host/*imx6*
8027
8028 PCI DRIVER FOR TI KEYSTONE
8029 M:      Murali Karicheri <m-karicheri2@ti.com>
8030 L:      linux-pci@vger.kernel.org
8031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8032 S:      Maintained
8033 F:      drivers/pci/host/*keystone*
8034
8035 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
8036 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
8037 M:      Jason Cooper <jason@lakedaemon.net>
8038 L:      linux-pci@vger.kernel.org
8039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8040 S:      Maintained
8041 F:      drivers/pci/host/*mvebu*
8042
8043 PCI DRIVER FOR NVIDIA TEGRA
8044 M:      Thierry Reding <thierry.reding@gmail.com>
8045 L:      linux-tegra@vger.kernel.org
8046 L:      linux-pci@vger.kernel.org
8047 S:      Supported
8048 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8049 F:      drivers/pci/host/pci-tegra.c
8050
8051 PCI DRIVER FOR TI DRA7XX
8052 M:      Kishon Vijay Abraham I <kishon@ti.com>
8053 L:      linux-omap@vger.kernel.org
8054 L:      linux-pci@vger.kernel.org
8055 S:      Supported
8056 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8057 F:      drivers/pci/host/pci-dra7xx.c
8058
8059 PCI DRIVER FOR RENESAS R-CAR
8060 M:      Simon Horman <horms@verge.net.au>
8061 L:      linux-pci@vger.kernel.org
8062 L:      linux-sh@vger.kernel.org
8063 S:      Maintained
8064 F:      drivers/pci/host/*rcar*
8065
8066 PCI DRIVER FOR SAMSUNG EXYNOS
8067 M:      Jingoo Han <jingoohan1@gmail.com>
8068 L:      linux-pci@vger.kernel.org
8069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8070 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8071 S:      Maintained
8072 F:      drivers/pci/host/pci-exynos.c
8073
8074 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8075 M:      Jingoo Han <jingoohan1@gmail.com>
8076 M:      Pratyush Anand <pratyush.anand@gmail.com>
8077 L:      linux-pci@vger.kernel.org
8078 S:      Maintained
8079 F:      drivers/pci/host/*designware*
8080
8081 PCI DRIVER FOR GENERIC OF HOSTS
8082 M:      Will Deacon <will.deacon@arm.com>
8083 L:      linux-pci@vger.kernel.org
8084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8085 S:      Maintained
8086 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8087 F:      drivers/pci/host/pci-host-generic.c
8088
8089 PCIE DRIVER FOR ST SPEAR13XX
8090 M:      Pratyush Anand <pratyush.anand@gmail.com>
8091 L:      linux-pci@vger.kernel.org
8092 S:      Maintained
8093 F:      drivers/pci/host/*spear*
8094
8095 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8096 M:      Duc Dang <dhdang@apm.com>
8097 L:      linux-pci@vger.kernel.org
8098 L:      linux-arm-kernel@lists.infradead.org
8099 S:      Maintained
8100 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8101 F:      drivers/pci/host/pci-xgene-msi.c
8102
8103 PCMCIA SUBSYSTEM
8104 P:      Linux PCMCIA Team
8105 L:      linux-pcmcia@lists.infradead.org
8106 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8108 S:      Maintained
8109 F:      Documentation/pcmcia/
8110 F:      drivers/pcmcia/
8111 F:      include/pcmcia/
8112
8113 PCNET32 NETWORK DRIVER
8114 M:      Don Fry <pcnet32@frontier.com>
8115 L:      netdev@vger.kernel.org
8116 S:      Maintained
8117 F:      drivers/net/ethernet/amd/pcnet32.c
8118
8119 PCRYPT PARALLEL CRYPTO ENGINE
8120 M:      Steffen Klassert <steffen.klassert@secunet.com>
8121 L:      linux-crypto@vger.kernel.org
8122 S:      Maintained
8123 F:      crypto/pcrypt.c
8124 F:      include/crypto/pcrypt.h
8125
8126 PER-CPU MEMORY ALLOCATOR
8127 M:      Tejun Heo <tj@kernel.org>
8128 M:      Christoph Lameter <cl@linux-foundation.org>
8129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8130 S:      Maintained
8131 F:      include/linux/percpu*.h
8132 F:      mm/percpu*.c
8133 F:      arch/*/include/asm/percpu.h
8134
8135 PER-TASK DELAY ACCOUNTING
8136 M:      Balbir Singh <bsingharora@gmail.com>
8137 S:      Maintained
8138 F:      include/linux/delayacct.h
8139 F:      kernel/delayacct.c
8140
8141 PERFORMANCE EVENTS SUBSYSTEM
8142 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8143 M:      Ingo Molnar <mingo@redhat.com>
8144 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8145 L:      linux-kernel@vger.kernel.org
8146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8147 S:      Supported
8148 F:      kernel/events/*
8149 F:      include/linux/perf_event.h
8150 F:      include/uapi/linux/perf_event.h
8151 F:      arch/*/kernel/perf_event*.c
8152 F:      arch/*/kernel/*/perf_event*.c
8153 F:      arch/*/kernel/*/*/perf_event*.c
8154 F:      arch/*/include/asm/perf_event.h
8155 F:      arch/*/kernel/perf_callchain.c
8156 F:      tools/perf/
8157
8158 PERSONALITY HANDLING
8159 M:      Christoph Hellwig <hch@infradead.org>
8160 L:      linux-abi-devel@lists.sourceforge.net
8161 S:      Maintained
8162 F:      include/linux/personality.h
8163 F:      include/uapi/linux/personality.h
8164
8165 PHONET PROTOCOL
8166 M:      Remi Denis-Courmont <courmisch@gmail.com>
8167 S:      Supported
8168 F:      Documentation/networking/phonet.txt
8169 F:      include/linux/phonet.h
8170 F:      include/net/phonet/
8171 F:      include/uapi/linux/phonet.h
8172 F:      net/phonet/
8173
8174 PHRAM MTD DRIVER
8175 M:      Joern Engel <joern@lazybastard.org>
8176 L:      linux-mtd@lists.infradead.org
8177 S:      Maintained
8178 F:      drivers/mtd/devices/phram.c
8179
8180 PICOLCD HID DRIVER
8181 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8182 L:      linux-input@vger.kernel.org
8183 S:      Maintained
8184 F:      drivers/hid/hid-picolcd*
8185
8186 PICOXCELL SUPPORT
8187 M:      Jamie Iles <jamie@jamieiles.com>
8188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8189 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8190 S:      Supported
8191 F:      arch/arm/boot/dts/picoxcell*
8192 F:      arch/arm/mach-picoxcell/
8193 F:      drivers/crypto/picoxcell*
8194
8195 PIN CONTROL SUBSYSTEM
8196 M:      Linus Walleij <linus.walleij@linaro.org>
8197 L:      linux-gpio@vger.kernel.org
8198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8199 S:      Maintained
8200 F:      drivers/pinctrl/
8201 F:      include/linux/pinctrl/
8202
8203 PIN CONTROLLER - ATMEL AT91
8204 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8205 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8206 S:      Maintained
8207 F:      drivers/pinctrl/pinctrl-at91.*
8208
8209 PIN CONTROLLER - INTEL
8210 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8211 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8212 S:      Maintained
8213 F:      drivers/pinctrl/intel/
8214
8215 PIN CONTROLLER - RENESAS
8216 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8217 L:      linux-sh@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/pinctrl/sh-pfc/
8220
8221 PIN CONTROLLER - SAMSUNG
8222 M:      Tomasz Figa <tomasz.figa@gmail.com>
8223 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8224 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8225 S:      Maintained
8226 F:      drivers/pinctrl/samsung/
8227
8228 PIN CONTROLLER - ST SPEAR
8229 M:      Viresh Kumar <vireshk@kernel.org>
8230 L:      spear-devel@list.st.com
8231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8232 W:      http://www.st.com/spear
8233 S:      Maintained
8234 F:      drivers/pinctrl/spear/
8235
8236 PKTCDVD DRIVER
8237 M:      Jiri Kosina <jikos@kernel.org>
8238 S:      Maintained
8239 F:      drivers/block/pktcdvd.c
8240 F:      include/linux/pktcdvd.h
8241 F:      include/uapi/linux/pktcdvd.h
8242
8243 PKUNITY SOC DRIVERS
8244 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8245 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8246 S:      Maintained
8247 T:      git git://github.com/gxt/linux.git
8248 F:      drivers/input/serio/i8042-unicore32io.h
8249 F:      drivers/i2c/busses/i2c-puv3.c
8250 F:      drivers/video/fbdev/fb-puv3.c
8251 F:      drivers/rtc/rtc-puv3.c
8252
8253 PMBUS HARDWARE MONITORING DRIVERS
8254 M:      Guenter Roeck <linux@roeck-us.net>
8255 L:      lm-sensors@lm-sensors.org
8256 W:      http://www.lm-sensors.org/
8257 W:      http://www.roeck-us.net/linux/drivers/
8258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8259 S:      Maintained
8260 F:      Documentation/hwmon/pmbus
8261 F:      drivers/hwmon/pmbus/
8262 F:      include/linux/i2c/pmbus.h
8263
8264 PMC SIERRA MaxRAID DRIVER
8265 L:      linux-scsi@vger.kernel.org
8266 W:      http://www.pmc-sierra.com/
8267 S:      Orphan
8268 F:      drivers/scsi/pmcraid.*
8269
8270 PMC SIERRA PM8001 DRIVER
8271 M:      Jack Wang <jinpu.wang@profitbricks.com>
8272 M:      lindar_liu@usish.com
8273 L:      pmchba@pmcs.com
8274 L:      linux-scsi@vger.kernel.org
8275 S:      Supported
8276 F:      drivers/scsi/pm8001/
8277
8278 POSIX CLOCKS and TIMERS
8279 M:      Thomas Gleixner <tglx@linutronix.de>
8280 L:      linux-kernel@vger.kernel.org
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8282 S:      Maintained
8283 F:      fs/timerfd.c
8284 F:      include/linux/timer*
8285 F:      kernel/time/*timer*
8286
8287 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8288 M:      Sebastian Reichel <sre@kernel.org>
8289 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8290 M:      David Woodhouse <dwmw2@infradead.org>
8291 L:      linux-pm@vger.kernel.org
8292 T:      git git://git.infradead.org/battery-2.6.git
8293 S:      Maintained
8294 F:      include/linux/power_supply.h
8295 F:      drivers/power/
8296 X:      drivers/power/avs/
8297
8298 POWER STATE COORDINATION INTERFACE (PSCI)
8299 M:      Mark Rutland <mark.rutland@arm.com>
8300 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8301 L:      linux-arm-kernel@lists.infradead.org
8302 S:      Maintained
8303 F:      drivers/firmware/psci.c
8304 F:      include/linux/psci.h
8305 F:      include/uapi/linux/psci.h
8306
8307 PNP SUPPORT
8308 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8309 S:      Maintained
8310 F:      drivers/pnp/
8311
8312 PNXxxxx I2C DRIVER
8313 M:      Vitaly Wool <vitalywool@gmail.com>
8314 L:      linux-i2c@vger.kernel.org
8315 S:      Maintained
8316 F:      drivers/i2c/busses/i2c-pnx.c
8317
8318 PPP PROTOCOL DRIVERS AND COMPRESSORS
8319 M:      Paul Mackerras <paulus@samba.org>
8320 L:      linux-ppp@vger.kernel.org
8321 S:      Maintained
8322 F:      drivers/net/ppp/ppp_*
8323
8324 PPP OVER ATM (RFC 2364)
8325 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8326 S:      Maintained
8327 F:      net/atm/pppoatm.c
8328 F:      include/uapi/linux/atmppp.h
8329
8330 PPP OVER ETHERNET
8331 M:      Michal Ostrowski <mostrows@earthlink.net>
8332 S:      Maintained
8333 F:      drivers/net/ppp/pppoe.c
8334 F:      drivers/net/ppp/pppox.c
8335
8336 PPP OVER L2TP
8337 M:      James Chapman <jchapman@katalix.com>
8338 S:      Maintained
8339 F:      net/l2tp/l2tp_ppp.c
8340 F:      include/linux/if_pppol2tp.h
8341 F:      include/uapi/linux/if_pppol2tp.h
8342
8343 PPS SUPPORT
8344 M:      Rodolfo Giometti <giometti@enneenne.com>
8345 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8346 L:      linuxpps@ml.enneenne.com (subscribers-only)
8347 S:      Maintained
8348 F:      Documentation/pps/
8349 F:      drivers/pps/
8350 F:      include/linux/pps*.h
8351
8352 PPTP DRIVER
8353 M:      Dmitry Kozlov <xeb@mail.ru>
8354 L:      netdev@vger.kernel.org
8355 S:      Maintained
8356 F:      drivers/net/ppp/pptp.c
8357 W:      http://sourceforge.net/projects/accel-pptp
8358
8359 PREEMPTIBLE KERNEL
8360 M:      Robert Love <rml@tech9.net>
8361 L:      kpreempt-tech@lists.sourceforge.net
8362 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8363 S:      Supported
8364 F:      Documentation/preempt-locking.txt
8365 F:      include/linux/preempt.h
8366
8367 PRISM54 WIRELESS DRIVER
8368 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8369 L:      linux-wireless@vger.kernel.org
8370 W:      http://wireless.kernel.org/en/users/Drivers/p54
8371 S:      Obsolete
8372 F:      drivers/net/wireless/prism54/
8373
8374 PS3 NETWORK SUPPORT
8375 M:      Geoff Levand <geoff@infradead.org>
8376 L:      netdev@vger.kernel.org
8377 L:      linuxppc-dev@lists.ozlabs.org
8378 S:      Maintained
8379 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8380
8381 PS3 PLATFORM SUPPORT
8382 M:      Geoff Levand <geoff@infradead.org>
8383 L:      linuxppc-dev@lists.ozlabs.org
8384 S:      Maintained
8385 F:      arch/powerpc/boot/ps3*
8386 F:      arch/powerpc/include/asm/lv1call.h
8387 F:      arch/powerpc/include/asm/ps3*.h
8388 F:      arch/powerpc/platforms/ps3/
8389 F:      drivers/*/ps3*
8390 F:      drivers/ps3/
8391 F:      drivers/rtc/rtc-ps3.c
8392 F:      drivers/usb/host/*ps3.c
8393 F:      sound/ppc/snd_ps3*
8394
8395 PS3VRAM DRIVER
8396 M:      Jim Paris <jim@jtan.com>
8397 M:      Geoff Levand <geoff@infradead.org>
8398 L:      linuxppc-dev@lists.ozlabs.org
8399 S:      Maintained
8400 F:      drivers/block/ps3vram.c
8401
8402 PSTORE FILESYSTEM
8403 M:      Anton Vorontsov <anton@enomsg.org>
8404 M:      Colin Cross <ccross@android.com>
8405 M:      Kees Cook <keescook@chromium.org>
8406 M:      Tony Luck <tony.luck@intel.com>
8407 S:      Maintained
8408 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8409 F:      fs/pstore/
8410 F:      include/linux/pstore*
8411 F:      drivers/firmware/efi/efi-pstore.c
8412 F:      drivers/acpi/apei/erst.c
8413
8414 PTP HARDWARE CLOCK SUPPORT
8415 M:      Richard Cochran <richardcochran@gmail.com>
8416 L:      netdev@vger.kernel.org
8417 S:      Maintained
8418 W:      http://linuxptp.sourceforge.net/
8419 F:      Documentation/ABI/testing/sysfs-ptp
8420 F:      Documentation/ptp/*
8421 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8422 F:      drivers/net/phy/dp83640*
8423 F:      drivers/ptp/*
8424 F:      include/linux/ptp_cl*
8425
8426 PTRACE SUPPORT
8427 M:      Roland McGrath <roland@hack.frob.com>
8428 M:      Oleg Nesterov <oleg@redhat.com>
8429 S:      Maintained
8430 F:      include/asm-generic/syscall.h
8431 F:      include/linux/ptrace.h
8432 F:      include/linux/regset.h
8433 F:      include/linux/tracehook.h
8434 F:      include/uapi/linux/ptrace.h
8435 F:      kernel/ptrace.c
8436
8437 PVRUSB2 VIDEO4LINUX DRIVER
8438 M:      Mike Isely <isely@pobox.com>
8439 L:      pvrusb2@isely.net       (subscribers-only)
8440 L:      linux-media@vger.kernel.org
8441 W:      http://www.isely.net/pvrusb2/
8442 T:      git git://linuxtv.org/media_tree.git
8443 S:      Maintained
8444 F:      Documentation/video4linux/README.pvrusb2
8445 F:      drivers/media/usb/pvrusb2/
8446
8447 PWC WEBCAM DRIVER
8448 M:      Hans de Goede <hdegoede@redhat.com>
8449 L:      linux-media@vger.kernel.org
8450 T:      git git://linuxtv.org/media_tree.git
8451 S:      Maintained
8452 F:      drivers/media/usb/pwc/*
8453
8454 PWM FAN DRIVER
8455 M:      Kamil Debski <k.debski@samsung.com>
8456 L:      lm-sensors@lm-sensors.org
8457 S:      Supported
8458 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8459 F:      Documentation/hwmon/pwm-fan
8460 F:      drivers/hwmon/pwm-fan.c
8461
8462 PWM SUBSYSTEM
8463 M:      Thierry Reding <thierry.reding@gmail.com>
8464 L:      linux-pwm@vger.kernel.org
8465 S:      Maintained
8466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8467 F:      Documentation/pwm.txt
8468 F:      Documentation/devicetree/bindings/pwm/
8469 F:      include/linux/pwm.h
8470 F:      drivers/pwm/
8471 F:      drivers/video/backlight/pwm_bl.c
8472 F:      include/linux/pwm_backlight.h
8473
8474 PXA2xx/PXA3xx SUPPORT
8475 M:      Daniel Mack <daniel@zonque.org>
8476 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8477 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8478 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8479 T:      git git://github.com/hzhuang1/linux.git
8480 T:      git git://github.com/rjarzmik/linux.git
8481 S:      Maintained
8482 F:      arch/arm/mach-pxa/
8483 F:      drivers/dma/pxa*
8484 F:      drivers/pcmcia/pxa2xx*
8485 F:      drivers/spi/spi-pxa2xx*
8486 F:      drivers/usb/gadget/udc/pxa2*
8487 F:      include/sound/pxa2xx-lib.h
8488 F:      sound/arm/pxa*
8489 F:      sound/soc/pxa/
8490
8491 PXA3xx NAND FLASH DRIVER
8492 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8493 L:      linux-mtd@lists.infradead.org
8494 S:      Maintained
8495 F:      drivers/mtd/nand/pxa3xx_nand.c
8496
8497 MMP SUPPORT
8498 M:      Eric Miao <eric.y.miao@gmail.com>
8499 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8501 T:      git git://github.com/hzhuang1/linux.git
8502 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8503 S:      Maintained
8504 F:      arch/arm/mach-mmp/
8505
8506 PXA MMCI DRIVER
8507 S:      Orphan
8508
8509 PXA RTC DRIVER
8510 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8511 L:      rtc-linux@googlegroups.com
8512 S:      Maintained
8513
8514 QAT DRIVER
8515 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8516 L:      qat-linux@intel.com
8517 S:      Supported
8518 F:      drivers/crypto/qat/
8519
8520 QIB DRIVER
8521 M:      Mike Marciniszyn <infinipath@intel.com>
8522 L:      linux-rdma@vger.kernel.org
8523 S:      Supported
8524 F:      drivers/infiniband/hw/qib/
8525
8526 QLOGIC QLA1280 SCSI DRIVER
8527 M:      Michael Reed <mdr@sgi.com>
8528 L:      linux-scsi@vger.kernel.org
8529 S:      Maintained
8530 F:      drivers/scsi/qla1280.[ch]
8531
8532 QLOGIC QLA2XXX FC-SCSI DRIVER
8533 M:      qla2xxx-upstream@qlogic.com
8534 L:      linux-scsi@vger.kernel.org
8535 S:      Supported
8536 F:      Documentation/scsi/LICENSE.qla2xxx
8537 F:      drivers/scsi/qla2xxx/
8538
8539 QLOGIC QLA4XXX iSCSI DRIVER
8540 M:      QLogic-Storage-Upstream@qlogic.com
8541 L:      linux-scsi@vger.kernel.org
8542 S:      Supported
8543 F:      Documentation/scsi/LICENSE.qla4xxx
8544 F:      drivers/scsi/qla4xxx/
8545
8546 QLOGIC QLA3XXX NETWORK DRIVER
8547 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8548 M:      Ron Mercer <ron.mercer@qlogic.com>
8549 M:      linux-driver@qlogic.com
8550 L:      netdev@vger.kernel.org
8551 S:      Supported
8552 F:      Documentation/networking/LICENSE.qla3xxx
8553 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8554
8555 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8556 M:      Dept-GELinuxNICDev@qlogic.com
8557 L:      netdev@vger.kernel.org
8558 S:      Supported
8559 F:      drivers/net/ethernet/qlogic/qlcnic/
8560
8561 QLOGIC QLGE 10Gb ETHERNET DRIVER
8562 M:      Harish Patil <harish.patil@qlogic.com>
8563 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8564 M:      Dept-GELinuxNICDev@qlogic.com
8565 M:      linux-driver@qlogic.com
8566 L:      netdev@vger.kernel.org
8567 S:      Supported
8568 F:      drivers/net/ethernet/qlogic/qlge/
8569
8570 QNX4 FILESYSTEM
8571 M:      Anders Larsen <al@alarsen.net>
8572 W:      http://www.alarsen.net/linux/qnx4fs/
8573 S:      Maintained
8574 F:      fs/qnx4/
8575 F:      include/uapi/linux/qnx4_fs.h
8576 F:      include/uapi/linux/qnxtypes.h
8577
8578 QT1010 MEDIA DRIVER
8579 M:      Antti Palosaari <crope@iki.fi>
8580 L:      linux-media@vger.kernel.org
8581 W:      http://linuxtv.org/
8582 W:      http://palosaari.fi/linux/
8583 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8584 T:      git git://linuxtv.org/anttip/media_tree.git
8585 S:      Maintained
8586 F:      drivers/media/tuners/qt1010*
8587
8588 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8589 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8590 L:      linux-wireless@vger.kernel.org
8591 L:      ath9k-devel@lists.ath9k.org
8592 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8593 S:      Supported
8594 F:      drivers/net/wireless/ath/ath9k/
8595
8596 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8597 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8598 L:      ath10k@lists.infradead.org
8599 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8600 T:      git git://github.com/kvalo/ath.git
8601 S:      Supported
8602 F:      drivers/net/wireless/ath/ath10k/
8603
8604 QUALCOMM HEXAGON ARCHITECTURE
8605 M:      Richard Kuo <rkuo@codeaurora.org>
8606 L:      linux-hexagon@vger.kernel.org
8607 S:      Supported
8608 F:      arch/hexagon/
8609
8610 QUALCOMM WCN36XX WIRELESS DRIVER
8611 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8612 L:      wcn36xx@lists.infradead.org
8613 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8614 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8615 S:      Supported
8616 F:      drivers/net/wireless/ath/wcn36xx/
8617
8618 RADOS BLOCK DEVICE (RBD)
8619 M:      Ilya Dryomov <idryomov@gmail.com>
8620 M:      Sage Weil <sage@redhat.com>
8621 M:      Alex Elder <elder@kernel.org>
8622 L:      ceph-devel@vger.kernel.org
8623 W:      http://ceph.com/
8624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8625 T:      git git://github.com/ceph/ceph-client.git
8626 S:      Supported
8627 F:      Documentation/ABI/testing/sysfs-bus-rbd
8628 F:      drivers/block/rbd.c
8629 F:      drivers/block/rbd_types.h
8630
8631 RADEON FRAMEBUFFER DISPLAY DRIVER
8632 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8633 L:      linux-fbdev@vger.kernel.org
8634 S:      Maintained
8635 F:      drivers/video/fbdev/aty/radeon*
8636 F:      include/uapi/linux/radeonfb.h
8637
8638 RADIOSHARK RADIO DRIVER
8639 M:      Hans de Goede <hdegoede@redhat.com>
8640 L:      linux-media@vger.kernel.org
8641 T:      git git://linuxtv.org/media_tree.git
8642 S:      Maintained
8643 F:      drivers/media/radio/radio-shark.c
8644
8645 RADIOSHARK2 RADIO DRIVER
8646 M:      Hans de Goede <hdegoede@redhat.com>
8647 L:      linux-media@vger.kernel.org
8648 T:      git git://linuxtv.org/media_tree.git
8649 S:      Maintained
8650 F:      drivers/media/radio/radio-shark2.c
8651 F:      drivers/media/radio/radio-tea5777.c
8652
8653 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8654 M:      Paul Mackerras <paulus@samba.org>
8655 L:      linux-fbdev@vger.kernel.org
8656 S:      Maintained
8657 F:      drivers/video/fbdev/aty/aty128fb.c
8658
8659 RALINK RT2X00 WIRELESS LAN DRIVER
8660 P:      rt2x00 project
8661 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8662 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8663 L:      linux-wireless@vger.kernel.org
8664 S:      Maintained
8665 F:      drivers/net/wireless/rt2x00/
8666
8667 RAMDISK RAM BLOCK DEVICE DRIVER
8668 M:      Jens Axboe <axboe@kernel.dk>
8669 S:      Maintained
8670 F:      Documentation/blockdev/ramdisk.txt
8671 F:      drivers/block/brd.c
8672
8673 RANDOM NUMBER DRIVER
8674 M:      "Theodore Ts'o" <tytso@mit.edu>
8675 S:      Maintained
8676 F:      drivers/char/random.c
8677
8678 RAPIDIO SUBSYSTEM
8679 M:      Matt Porter <mporter@kernel.crashing.org>
8680 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8681 S:      Maintained
8682 F:      drivers/rapidio/
8683
8684 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8685 L:      linux-wireless@vger.kernel.org
8686 S:      Orphan
8687 F:      drivers/net/wireless/ray*
8688
8689 RCUTORTURE MODULE
8690 M:      Josh Triplett <josh@joshtriplett.org>
8691 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8692 L:      linux-kernel@vger.kernel.org
8693 S:      Supported
8694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8695 F:      Documentation/RCU/torture.txt
8696 F:      kernel/rcu/rcutorture.c
8697
8698 RCUTORTURE TEST FRAMEWORK
8699 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8700 M:      Josh Triplett <josh@joshtriplett.org>
8701 R:      Steven Rostedt <rostedt@goodmis.org>
8702 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8703 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8704 L:      linux-kernel@vger.kernel.org
8705 S:      Supported
8706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8707 F:      tools/testing/selftests/rcutorture
8708
8709 RDC R-321X SoC
8710 M:      Florian Fainelli <florian@openwrt.org>
8711 S:      Maintained
8712
8713 RDC R6040 FAST ETHERNET DRIVER
8714 M:      Florian Fainelli <florian@openwrt.org>
8715 L:      netdev@vger.kernel.org
8716 S:      Maintained
8717 F:      drivers/net/ethernet/rdc/r6040.c
8718
8719 RDS - RELIABLE DATAGRAM SOCKETS
8720 M:      Chien Yen <chien.yen@oracle.com>
8721 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8722 S:      Supported
8723 F:      net/rds/
8724
8725 READ-COPY UPDATE (RCU)
8726 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8727 M:      Josh Triplett <josh@joshtriplett.org>
8728 R:      Steven Rostedt <rostedt@goodmis.org>
8729 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8730 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8731 L:      linux-kernel@vger.kernel.org
8732 W:      http://www.rdrop.com/users/paulmck/RCU/
8733 S:      Supported
8734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8735 F:      Documentation/RCU/
8736 X:      Documentation/RCU/torture.txt
8737 F:      include/linux/rcu*
8738 X:      include/linux/srcu.h
8739 F:      kernel/rcu/
8740 X:      kernel/torture.c
8741
8742 REAL TIME CLOCK (RTC) SUBSYSTEM
8743 M:      Alessandro Zummo <a.zummo@towertech.it>
8744 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8745 L:      rtc-linux@googlegroups.com
8746 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8748 S:      Maintained
8749 F:      Documentation/rtc.txt
8750 F:      drivers/rtc/
8751 F:      include/linux/rtc.h
8752 F:      include/uapi/linux/rtc.h
8753
8754 REALTEK AUDIO CODECS
8755 M:      Bard Liao <bardliao@realtek.com>
8756 M:      Oder Chiou <oder_chiou@realtek.com>
8757 S:      Maintained
8758 F:      sound/soc/codecs/rt*
8759 F:      include/sound/rt*.h
8760
8761 REISERFS FILE SYSTEM
8762 L:      reiserfs-devel@vger.kernel.org
8763 S:      Supported
8764 F:      fs/reiserfs/
8765
8766 REGISTER MAP ABSTRACTION
8767 M:      Mark Brown <broonie@kernel.org>
8768 L:      linux-kernel@vger.kernel.org
8769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8770 S:      Supported
8771 F:      drivers/base/regmap/
8772 F:      include/linux/regmap.h
8773
8774 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8775 M:      Ohad Ben-Cohen <ohad@wizery.com>
8776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8777 S:      Maintained
8778 F:      drivers/remoteproc/
8779 F:      Documentation/remoteproc.txt
8780 F:      include/linux/remoteproc.h
8781
8782 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8783 M:      Ohad Ben-Cohen <ohad@wizery.com>
8784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8785 S:      Maintained
8786 F:      drivers/rpmsg/
8787 F:      Documentation/rpmsg.txt
8788 F:      include/linux/rpmsg.h
8789
8790 RESET CONTROLLER FRAMEWORK
8791 M:      Philipp Zabel <p.zabel@pengutronix.de>
8792 S:      Maintained
8793 F:      drivers/reset/
8794 F:      Documentation/devicetree/bindings/reset/
8795 F:      include/dt-bindings/reset/
8796 F:      include/linux/reset.h
8797 F:      include/linux/reset-controller.h
8798
8799 RFKILL
8800 M:      Johannes Berg <johannes@sipsolutions.net>
8801 L:      linux-wireless@vger.kernel.org
8802 W:      http://wireless.kernel.org/
8803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8805 S:      Maintained
8806 F:      Documentation/rfkill.txt
8807 F:      net/rfkill/
8808
8809 RHASHTABLE
8810 M:      Thomas Graf <tgraf@suug.ch>
8811 L:      netdev@vger.kernel.org
8812 S:      Maintained
8813 F:      lib/rhashtable.c
8814 F:      include/linux/rhashtable.h
8815
8816 RICOH SMARTMEDIA/XD DRIVER
8817 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8818 S:      Maintained
8819 F:      drivers/mtd/nand/r852.c
8820 F:      drivers/mtd/nand/r852.h
8821
8822 RICOH R5C592 MEMORYSTICK DRIVER
8823 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8824 S:      Maintained
8825 F:      drivers/memstick/host/r592.*
8826
8827 ROCCAT DRIVERS
8828 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8829 W:      http://sourceforge.net/projects/roccat/
8830 S:      Maintained
8831 F:      drivers/hid/hid-roccat*
8832 F:      include/linux/hid-roccat*
8833 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8834
8835 ROCKER DRIVER
8836 M:      Jiri Pirko <jiri@resnulli.us>
8837 M:      Scott Feldman <sfeldma@gmail.com>
8838 L:      netdev@vger.kernel.org
8839 S:      Supported
8840 F:      drivers/net/ethernet/rocker/
8841
8842 ROCKETPORT DRIVER
8843 P:      Comtrol Corp.
8844 W:      http://www.comtrol.com
8845 S:      Maintained
8846 F:      Documentation/serial/rocket.txt
8847 F:      drivers/tty/rocket*
8848
8849 ROCKETPORT EXPRESS/INFINITY DRIVER
8850 M:      Kevin Cernekee <cernekee@gmail.com>
8851 L:      linux-serial@vger.kernel.org
8852 S:      Odd Fixes
8853 F:      drivers/tty/serial/rp2.*
8854
8855 ROSE NETWORK LAYER
8856 M:      Ralf Baechle <ralf@linux-mips.org>
8857 L:      linux-hams@vger.kernel.org
8858 W:      http://www.linux-ax25.org/
8859 S:      Maintained
8860 F:      include/net/rose.h
8861 F:      include/uapi/linux/rose.h
8862 F:      net/rose/
8863
8864 RTL2830 MEDIA DRIVER
8865 M:      Antti Palosaari <crope@iki.fi>
8866 L:      linux-media@vger.kernel.org
8867 W:      http://linuxtv.org/
8868 W:      http://palosaari.fi/linux/
8869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8870 T:      git git://linuxtv.org/anttip/media_tree.git
8871 S:      Maintained
8872 F:      drivers/media/dvb-frontends/rtl2830*
8873
8874 RTL2832 MEDIA DRIVER
8875 M:      Antti Palosaari <crope@iki.fi>
8876 L:      linux-media@vger.kernel.org
8877 W:      http://linuxtv.org/
8878 W:      http://palosaari.fi/linux/
8879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8880 T:      git git://linuxtv.org/anttip/media_tree.git
8881 S:      Maintained
8882 F:      drivers/media/dvb-frontends/rtl2832*
8883
8884 RTL2832_SDR MEDIA DRIVER
8885 M:      Antti Palosaari <crope@iki.fi>
8886 L:      linux-media@vger.kernel.org
8887 W:      http://linuxtv.org/
8888 W:      http://palosaari.fi/linux/
8889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8890 T:      git git://linuxtv.org/anttip/media_tree.git
8891 S:      Maintained
8892 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8893
8894 RTL8180 WIRELESS DRIVER
8895 L:      linux-wireless@vger.kernel.org
8896 W:      http://wireless.kernel.org/
8897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8898 S:      Orphan
8899 F:      drivers/net/wireless/rtl818x/rtl8180/
8900
8901 RTL8187 WIRELESS DRIVER
8902 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8903 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8904 M:      Larry Finger <Larry.Finger@lwfinger.net>
8905 L:      linux-wireless@vger.kernel.org
8906 W:      http://wireless.kernel.org/
8907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8908 S:      Maintained
8909 F:      drivers/net/wireless/rtl818x/rtl8187/
8910
8911 RTL8192CE WIRELESS DRIVER
8912 M:      Larry Finger <Larry.Finger@lwfinger.net>
8913 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8914 L:      linux-wireless@vger.kernel.org
8915 W:      http://wireless.kernel.org/
8916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8917 S:      Maintained
8918 F:      drivers/net/wireless/rtlwifi/
8919 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8920
8921 S3 SAVAGE FRAMEBUFFER DRIVER
8922 M:      Antonino Daplas <adaplas@gmail.com>
8923 L:      linux-fbdev@vger.kernel.org
8924 S:      Maintained
8925 F:      drivers/video/fbdev/savage/
8926
8927 S390
8928 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8929 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8930 L:      linux-s390@vger.kernel.org
8931 W:      http://www.ibm.com/developerworks/linux/linux390/
8932 S:      Supported
8933 F:      arch/s390/
8934 F:      drivers/s390/
8935 F:      Documentation/s390/
8936 F:      Documentation/DocBook/s390*
8937
8938 S390 COMMON I/O LAYER
8939 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8940 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8941 L:      linux-s390@vger.kernel.org
8942 W:      http://www.ibm.com/developerworks/linux/linux390/
8943 S:      Supported
8944 F:      drivers/s390/cio/
8945
8946 S390 DASD DRIVER
8947 M:      Stefan Weinhuber <wein@de.ibm.com>
8948 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8949 L:      linux-s390@vger.kernel.org
8950 W:      http://www.ibm.com/developerworks/linux/linux390/
8951 S:      Supported
8952 F:      drivers/s390/block/dasd*
8953 F:      block/partitions/ibm.c
8954
8955 S390 NETWORK DRIVERS
8956 M:      Ursula Braun <ursula.braun@de.ibm.com>
8957 L:      linux-s390@vger.kernel.org
8958 W:      http://www.ibm.com/developerworks/linux/linux390/
8959 S:      Supported
8960 F:      drivers/s390/net/
8961
8962 S390 PCI SUBSYSTEM
8963 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8964 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8965 L:      linux-s390@vger.kernel.org
8966 W:      http://www.ibm.com/developerworks/linux/linux390/
8967 S:      Supported
8968 F:      arch/s390/pci/
8969 F:      drivers/pci/hotplug/s390_pci_hpc.c
8970
8971 S390 ZCRYPT DRIVER
8972 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8973 L:      linux-s390@vger.kernel.org
8974 W:      http://www.ibm.com/developerworks/linux/linux390/
8975 S:      Supported
8976 F:      drivers/s390/crypto/
8977
8978 S390 ZFCP DRIVER
8979 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8980 L:      linux-s390@vger.kernel.org
8981 W:      http://www.ibm.com/developerworks/linux/linux390/
8982 S:      Supported
8983 F:      drivers/s390/scsi/zfcp_*
8984
8985 S390 IUCV NETWORK LAYER
8986 M:      Ursula Braun <ursula.braun@de.ibm.com>
8987 L:      linux-s390@vger.kernel.org
8988 W:      http://www.ibm.com/developerworks/linux/linux390/
8989 S:      Supported
8990 F:      drivers/s390/net/*iucv*
8991 F:      include/net/iucv/
8992 F:      net/iucv/
8993
8994 S3C24XX SD/MMC Driver
8995 M:      Ben Dooks <ben-linux@fluff.org>
8996 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8997 S:      Supported
8998 F:      drivers/mmc/host/s3cmci.*
8999
9000 SAA6588 RDS RECEIVER DRIVER
9001 M:      Hans Verkuil <hverkuil@xs4all.nl>
9002 L:      linux-media@vger.kernel.org
9003 T:      git git://linuxtv.org/media_tree.git
9004 W:      http://linuxtv.org
9005 S:      Odd Fixes
9006 F:      drivers/media/i2c/saa6588*
9007
9008 SAA7134 VIDEO4LINUX DRIVER
9009 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9010 L:      linux-media@vger.kernel.org
9011 W:      http://linuxtv.org
9012 T:      git git://linuxtv.org/media_tree.git
9013 S:      Odd fixes
9014 F:      Documentation/video4linux/*.saa7134
9015 F:      drivers/media/pci/saa7134/
9016
9017 SAA7146 VIDEO4LINUX-2 DRIVER
9018 M:      Hans Verkuil <hverkuil@xs4all.nl>
9019 L:      linux-media@vger.kernel.org
9020 T:      git git://linuxtv.org/media_tree.git
9021 S:      Maintained
9022 F:      drivers/media/common/saa7146/
9023 F:      drivers/media/pci/saa7146/
9024 F:      include/media/saa7146*
9025
9026 SAMSUNG LAPTOP DRIVER
9027 M:      Corentin Chary <corentin.chary@gmail.com>
9028 L:      platform-driver-x86@vger.kernel.org
9029 S:      Maintained
9030 F:      drivers/platform/x86/samsung-laptop.c
9031
9032 SAMSUNG AUDIO (ASoC) DRIVERS
9033 M:      Sangbeom Kim <sbkim73@samsung.com>
9034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9035 S:      Supported
9036 F:      sound/soc/samsung/
9037
9038 SAMSUNG FRAMEBUFFER DRIVER
9039 M:      Jingoo Han <jingoohan1@gmail.com>
9040 L:      linux-fbdev@vger.kernel.org
9041 S:      Maintained
9042 F:      drivers/video/fbdev/s3c-fb.c
9043
9044 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
9045 M:      Sangbeom Kim <sbkim73@samsung.com>
9046 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
9047 L:      linux-kernel@vger.kernel.org
9048 L:      linux-samsung-soc@vger.kernel.org
9049 S:      Supported
9050 F:      drivers/mfd/sec*.c
9051 F:      drivers/regulator/s2m*.c
9052 F:      drivers/regulator/s5m*.c
9053 F:      drivers/clk/clk-s2mps11.c
9054 F:      drivers/rtc/rtc-s5m.c
9055 F:      include/linux/mfd/samsung/
9056 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9057 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9058
9059 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9060 M:      Kyungmin Park <kyungmin.park@samsung.com>
9061 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9062 L:      linux-media@vger.kernel.org
9063 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9064 S:      Supported
9065 F:      drivers/media/platform/exynos4-is/
9066
9067 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9068 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9069 L:      linux-media@vger.kernel.org
9070 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9071 S:      Maintained
9072 F:      drivers/media/platform/s3c-camif/
9073 F:      include/media/s3c_camif.h
9074
9075 SAMSUNG S5C73M3 CAMERA DRIVER
9076 M:      Kyungmin Park <kyungmin.park@samsung.com>
9077 M:      Andrzej Hajda <a.hajda@samsung.com>
9078 L:      linux-media@vger.kernel.org
9079 S:      Supported
9080 F:      drivers/media/i2c/s5c73m3/*
9081
9082 SAMSUNG S5K5BAF CAMERA DRIVER
9083 M:      Kyungmin Park <kyungmin.park@samsung.com>
9084 M:      Andrzej Hajda <a.hajda@samsung.com>
9085 L:      linux-media@vger.kernel.org
9086 S:      Supported
9087 F:      drivers/media/i2c/s5k5baf.c
9088
9089 SAMSUNG S3FWRN5 NFC DRIVER
9090 M:      Robert Baldyga <r.baldyga@samsung.com>
9091 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9092 S:      Supported
9093 F:      drivers/nfc/s3fwrn5
9094
9095 SAMSUNG SOC CLOCK DRIVERS
9096 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9097 M:      Tomasz Figa <tomasz.figa@gmail.com>
9098 S:      Supported
9099 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9100 F:      drivers/clk/samsung/
9101
9102 SAMSUNG SXGBE DRIVERS
9103 M:      Byungho An <bh74.an@samsung.com>
9104 M:      Girish K S <ks.giri@samsung.com>
9105 M:      Vipul Pandya <vipul.pandya@samsung.com>
9106 S:      Supported
9107 L:      netdev@vger.kernel.org
9108 F:      drivers/net/ethernet/samsung/sxgbe/
9109
9110 SAMSUNG THERMAL DRIVER
9111 M:      Lukasz Majewski <l.majewski@samsung.com>
9112 L:      linux-pm@vger.kernel.org
9113 L:      linux-samsung-soc@vger.kernel.org
9114 S:      Supported
9115 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9116 F:      drivers/thermal/samsung/
9117
9118 SAMSUNG USB2 PHY DRIVER
9119 M:      Kamil Debski <k.debski@samsung.com>
9120 L:      linux-kernel@vger.kernel.org
9121 S:      Supported
9122 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9123 F:      Documentation/phy/samsung-usb2.txt
9124 F:      drivers/phy/phy-exynos4210-usb2.c
9125 F:      drivers/phy/phy-exynos4x12-usb2.c
9126 F:      drivers/phy/phy-exynos5250-usb2.c
9127 F:      drivers/phy/phy-s5pv210-usb2.c
9128 F:      drivers/phy/phy-samsung-usb2.c
9129 F:      drivers/phy/phy-samsung-usb2.h
9130
9131 SERIAL DRIVERS
9132 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9133 L:      linux-serial@vger.kernel.org
9134 S:      Maintained
9135 F:      drivers/tty/serial/
9136
9137 SYNOPSYS DESIGNWARE DMAC DRIVER
9138 M:      Viresh Kumar <vireshk@kernel.org>
9139 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9140 S:      Maintained
9141 F:      include/linux/dma/dw.h
9142 F:      include/linux/platform_data/dma-dw.h
9143 F:      drivers/dma/dw/
9144
9145 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9146 M: Lars Persson <lars.persson@axis.com>
9147 L: netdev@vger.kernel.org
9148 S: Supported
9149 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9150 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9151
9152 SYNOPSYS DESIGNWARE I2C DRIVER
9153 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9154 M:      Jarkko Nikula <jarkko.nikula@linux.intel.com>
9155 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
9156 L:      linux-i2c@vger.kernel.org
9157 S:      Maintained
9158 F:      drivers/i2c/busses/i2c-designware-*
9159 F:      include/linux/platform_data/i2c-designware.h
9160
9161 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9162 M:      Seungwon Jeon <tgih.jun@samsung.com>
9163 M:      Jaehoon Chung <jh80.chung@samsung.com>
9164 L:      linux-mmc@vger.kernel.org
9165 S:      Maintained
9166 F:      include/linux/mmc/dw_mmc.h
9167 F:      drivers/mmc/host/dw_mmc*
9168
9169 THUNDERBOLT DRIVER
9170 M:      Andreas Noever <andreas.noever@gmail.com>
9171 S:      Maintained
9172 F:      drivers/thunderbolt/
9173
9174 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9175 M:      John Stultz <john.stultz@linaro.org>
9176 M:      Thomas Gleixner <tglx@linutronix.de>
9177 L:      linux-kernel@vger.kernel.org
9178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9179 S:      Supported
9180 F:      include/linux/clocksource.h
9181 F:      include/linux/time.h
9182 F:      include/linux/timex.h
9183 F:      include/uapi/linux/time.h
9184 F:      include/uapi/linux/timex.h
9185 F:      kernel/time/clocksource.c
9186 F:      kernel/time/time*.c
9187 F:      kernel/time/ntp.c
9188 F:      tools/testing/selftests/timers/
9189
9190 SC1200 WDT DRIVER
9191 M:      Zwane Mwaikambo <zwanem@gmail.com>
9192 S:      Maintained
9193 F:      drivers/watchdog/sc1200wdt.c
9194
9195 SCHEDULER
9196 M:      Ingo Molnar <mingo@redhat.com>
9197 M:      Peter Zijlstra <peterz@infradead.org>
9198 L:      linux-kernel@vger.kernel.org
9199 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9200 S:      Maintained
9201 F:      kernel/sched/
9202 F:      include/linux/sched.h
9203 F:      include/uapi/linux/sched.h
9204 F:      include/linux/wait.h
9205
9206 SCORE ARCHITECTURE
9207 M:      Chen Liqin <liqin.linux@gmail.com>
9208 M:      Lennox Wu <lennox.wu@gmail.com>
9209 W:      http://www.sunplus.com
9210 S:      Supported
9211 F:      arch/score/
9212
9213 SYSTEM CONTROL & POWER INTERFACE (SCPI) Message Protocol drivers
9214 M:      Sudeep Holla <sudeep.holla@arm.com>
9215 L:      linux-arm-kernel@lists.infradead.org
9216 S:      Maintained
9217 F:      Documentation/devicetree/bindings/arm/arm,scpi.txt
9218 F:      drivers/clk/clk-scpi.c
9219 F:      drivers/cpufreq/scpi-cpufreq.c
9220 F:      drivers/firmware/arm_scpi.c
9221 F:      include/linux/scpi_protocol.h
9222
9223 SCSI CDROM DRIVER
9224 M:      Jens Axboe <axboe@kernel.dk>
9225 L:      linux-scsi@vger.kernel.org
9226 W:      http://www.kernel.dk
9227 S:      Maintained
9228 F:      drivers/scsi/sr*
9229
9230 SCSI RDMA PROTOCOL (SRP) INITIATOR
9231 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9232 L:      linux-rdma@vger.kernel.org
9233 S:      Supported
9234 W:      http://www.openfabrics.org
9235 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9237 F:      drivers/infiniband/ulp/srp/
9238 F:      include/scsi/srp.h
9239
9240 SCSI SG DRIVER
9241 M:      Doug Gilbert <dgilbert@interlog.com>
9242 L:      linux-scsi@vger.kernel.org
9243 W:      http://sg.danny.cz/sg
9244 S:      Maintained
9245 F:      Documentation/scsi/scsi-generic.txt
9246 F:      drivers/scsi/sg.c
9247 F:      include/scsi/sg.h
9248
9249 SCSI SUBSYSTEM
9250 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9251 L:      linux-scsi@vger.kernel.org
9252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9253 S:      Maintained
9254 F:      drivers/scsi/
9255 F:      include/scsi/
9256
9257 SCSI TAPE DRIVER
9258 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9259 L:      linux-scsi@vger.kernel.org
9260 S:      Maintained
9261 F:      Documentation/scsi/st.txt
9262 F:      drivers/scsi/st.*
9263 F:      drivers/scsi/st_*.h
9264
9265 SCTP PROTOCOL
9266 M:      Vlad Yasevich <vyasevich@gmail.com>
9267 M:      Neil Horman <nhorman@tuxdriver.com>
9268 L:      linux-sctp@vger.kernel.org
9269 W:      http://lksctp.sourceforge.net
9270 S:      Maintained
9271 F:      Documentation/networking/sctp.txt
9272 F:      include/linux/sctp.h
9273 F:      include/uapi/linux/sctp.h
9274 F:      include/net/sctp/
9275 F:      net/sctp/
9276
9277 SCx200 CPU SUPPORT
9278 M:      Jim Cromie <jim.cromie@gmail.com>
9279 S:      Odd Fixes
9280 F:      Documentation/i2c/busses/scx200_acb
9281 F:      arch/x86/platform/scx200/
9282 F:      drivers/watchdog/scx200_wdt.c
9283 F:      drivers/i2c/busses/scx200*
9284 F:      drivers/mtd/maps/scx200_docflash.c
9285 F:      include/linux/scx200.h
9286
9287 SCx200 GPIO DRIVER
9288 M:      Jim Cromie <jim.cromie@gmail.com>
9289 S:      Maintained
9290 F:      drivers/char/scx200_gpio.c
9291 F:      include/linux/scx200_gpio.h
9292
9293 SCx200 HRT CLOCKSOURCE DRIVER
9294 M:      Jim Cromie <jim.cromie@gmail.com>
9295 S:      Maintained
9296 F:      drivers/clocksource/scx200_hrt.c
9297
9298 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9299 M:      Sascha Sommer <saschasommer@freenet.de>
9300 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9301 S:      Maintained
9302 F:      drivers/mmc/host/sdricoh_cs.c
9303
9304 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9305 L:      linux-mmc@vger.kernel.org
9306 S:      Orphan
9307 F:      drivers/mmc/host/sdhci.*
9308 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9309
9310 SECURE COMPUTING
9311 M:      Kees Cook <keescook@chromium.org>
9312 R:      Andy Lutomirski <luto@amacapital.net>
9313 R:      Will Drewry <wad@chromium.org>
9314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9315 S:      Supported
9316 F:      kernel/seccomp.c
9317 F:      include/uapi/linux/seccomp.h
9318 F:      include/linux/seccomp.h
9319 F:      tools/testing/selftests/seccomp/*
9320 K:      \bsecure_computing
9321 K:      \bTIF_SECCOMP\b
9322
9323 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9324 M:      Ben Dooks <ben-linux@fluff.org>
9325 M:      Jaehoon Chung <jh80.chung@samsung.com>
9326 L:      linux-mmc@vger.kernel.org
9327 S:      Maintained
9328 F:      drivers/mmc/host/sdhci-s3c*
9329
9330 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9331 M:      Viresh Kumar <vireshk@kernel.org>
9332 L:      spear-devel@list.st.com
9333 L:      linux-mmc@vger.kernel.org
9334 S:      Maintained
9335 F:      drivers/mmc/host/sdhci-spear.c
9336
9337 SECURITY SUBSYSTEM
9338 M:      James Morris <james.l.morris@oracle.com>
9339 M:      "Serge E. Hallyn" <serge@hallyn.com>
9340 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9342 W:      http://kernsec.org/
9343 S:      Supported
9344 F:      security/
9345
9346 SECURITY CONTACT
9347 M:      Security Officers <security@kernel.org>
9348 S:      Supported
9349
9350 SELINUX SECURITY MODULE
9351 M:      Paul Moore <paul@paul-moore.com>
9352 M:      Stephen Smalley <sds@tycho.nsa.gov>
9353 M:      Eric Paris <eparis@parisplace.org>
9354 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9355 W:      http://selinuxproject.org
9356 T:      git git://git.infradead.org/users/pcmoore/selinux
9357 S:      Supported
9358 F:      include/linux/selinux*
9359 F:      security/selinux/
9360 F:      scripts/selinux/
9361
9362 APPARMOR SECURITY MODULE
9363 M:      John Johansen <john.johansen@canonical.com>
9364 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9365 W:      apparmor.wiki.kernel.org
9366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9367 S:      Supported
9368 F:      security/apparmor/
9369
9370 YAMA SECURITY MODULE
9371 M:      Kees Cook <keescook@chromium.org>
9372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9373 S:      Supported
9374 F:      security/yama/
9375
9376 SENSABLE PHANTOM
9377 M:      Jiri Slaby <jirislaby@gmail.com>
9378 S:      Maintained
9379 F:      drivers/misc/phantom.c
9380 F:      include/uapi/linux/phantom.h
9381
9382 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9383 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9384 M:      Minh Tran <minh.tran@avagotech.com>
9385 M:      John Soni Jose <sony.john-n@avagotech.com>
9386 L:      linux-scsi@vger.kernel.org
9387 W:      http://www.avagotech.com
9388 S:      Supported
9389 F:      drivers/scsi/be2iscsi/
9390
9391 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9392 M:      Sathya Perla <sathya.perla@avagotech.com>
9393 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9394 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9395 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9396 L:      netdev@vger.kernel.org
9397 W:      http://www.emulex.com
9398 S:      Supported
9399 F:      drivers/net/ethernet/emulex/benet/
9400
9401 EMULEX ONECONNECT ROCE DRIVER
9402 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9403 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9404 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9405 L:      linux-rdma@vger.kernel.org
9406 W:      http://www.emulex.com
9407 S:      Supported
9408 F:      drivers/infiniband/hw/ocrdma/
9409
9410 SFC NETWORK DRIVER
9411 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9412 M:      Shradha Shah <sshah@solarflare.com>
9413 L:      netdev@vger.kernel.org
9414 S:      Supported
9415 F:      drivers/net/ethernet/sfc/
9416
9417 SGI GRU DRIVER
9418 M:      Dimitri Sivanich <sivanich@sgi.com>
9419 S:      Maintained
9420 F:      drivers/misc/sgi-gru/
9421
9422 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9423 M:      Pat Gefre <pfg@sgi.com>
9424 L:      linux-ia64@vger.kernel.org
9425 S:      Supported
9426 F:      Documentation/ia64/serial.txt
9427 F:      drivers/tty/serial/ioc?_serial.c
9428 F:      include/linux/ioc?.h
9429
9430 SGI XP/XPC/XPNET DRIVER
9431 M:      Cliff Whickman <cpw@sgi.com>
9432 M:      Robin Holt <robinmholt@gmail.com>
9433 S:      Maintained
9434 F:      drivers/misc/sgi-xp/
9435
9436 SI2157 MEDIA DRIVER
9437 M:      Antti Palosaari <crope@iki.fi>
9438 L:      linux-media@vger.kernel.org
9439 W:      http://linuxtv.org/
9440 W:      http://palosaari.fi/linux/
9441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9442 T:      git git://linuxtv.org/anttip/media_tree.git
9443 S:      Maintained
9444 F:      drivers/media/tuners/si2157*
9445
9446 SI2168 MEDIA DRIVER
9447 M:      Antti Palosaari <crope@iki.fi>
9448 L:      linux-media@vger.kernel.org
9449 W:      http://linuxtv.org/
9450 W:      http://palosaari.fi/linux/
9451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9452 T:      git git://linuxtv.org/anttip/media_tree.git
9453 S:      Maintained
9454 F:      drivers/media/dvb-frontends/si2168*
9455
9456 SI470X FM RADIO RECEIVER I2C DRIVER
9457 M:      Hans Verkuil <hverkuil@xs4all.nl>
9458 L:      linux-media@vger.kernel.org
9459 T:      git git://linuxtv.org/media_tree.git
9460 W:      http://linuxtv.org
9461 S:      Odd Fixes
9462 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9463
9464 SI470X FM RADIO RECEIVER USB DRIVER
9465 M:      Hans Verkuil <hverkuil@xs4all.nl>
9466 L:      linux-media@vger.kernel.org
9467 T:      git git://linuxtv.org/media_tree.git
9468 W:      http://linuxtv.org
9469 S:      Maintained
9470 F:      drivers/media/radio/si470x/radio-si470x-common.c
9471 F:      drivers/media/radio/si470x/radio-si470x.h
9472 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9473
9474 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9475 M:      Eduardo Valentin <edubezval@gmail.com>
9476 L:      linux-media@vger.kernel.org
9477 T:      git git://linuxtv.org/media_tree.git
9478 W:      http://linuxtv.org
9479 S:      Odd Fixes
9480 F:      drivers/media/radio/si4713/si4713.?
9481
9482 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9483 M:      Eduardo Valentin <edubezval@gmail.com>
9484 L:      linux-media@vger.kernel.org
9485 T:      git git://linuxtv.org/media_tree.git
9486 W:      http://linuxtv.org
9487 S:      Odd Fixes
9488 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9489
9490 SI4713 FM RADIO TRANSMITTER USB DRIVER
9491 M:      Hans Verkuil <hverkuil@xs4all.nl>
9492 L:      linux-media@vger.kernel.org
9493 T:      git git://linuxtv.org/media_tree.git
9494 W:      http://linuxtv.org
9495 S:      Maintained
9496 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9497
9498 SIANO DVB DRIVER
9499 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9500 L:      linux-media@vger.kernel.org
9501 W:      http://linuxtv.org
9502 T:      git git://linuxtv.org/media_tree.git
9503 S:      Odd fixes
9504 F:      drivers/media/common/siano/
9505 F:      drivers/media/usb/siano/
9506 F:      drivers/media/usb/siano/
9507 F:      drivers/media/mmc/siano/
9508
9509 SIMPLEFB FB DRIVER
9510 M:      Hans de Goede <hdegoede@redhat.com>
9511 L:      linux-fbdev@vger.kernel.org
9512 S:      Maintained
9513 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9514 F:      drivers/video/fbdev/simplefb.c
9515 F:      include/linux/platform_data/simplefb.h
9516
9517 SH_VEU V4L2 MEM2MEM DRIVER
9518 L:      linux-media@vger.kernel.org
9519 S:      Orphan
9520 F:      drivers/media/platform/sh_veu.c
9521
9522 SH_VOU V4L2 OUTPUT DRIVER
9523 L:      linux-media@vger.kernel.org
9524 S:      Orphan
9525 F:      drivers/media/platform/sh_vou.c
9526 F:      include/media/sh_vou.h
9527
9528 SIMPLE FIRMWARE INTERFACE (SFI)
9529 M:      Len Brown <lenb@kernel.org>
9530 L:      sfi-devel@simplefirmware.org
9531 W:      http://simplefirmware.org/
9532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9533 S:      Supported
9534 F:      arch/x86/platform/sfi/
9535 F:      drivers/sfi/
9536 F:      include/linux/sfi*.h
9537
9538 SIMTEC EB110ATX (Chalice CATS)
9539 P:      Ben Dooks
9540 P:      Vincent Sanders <vince@simtec.co.uk>
9541 M:      Simtec Linux Team <linux@simtec.co.uk>
9542 W:      http://www.simtec.co.uk/products/EB110ATX/
9543 S:      Supported
9544
9545 SIMTEC EB2410ITX (BAST)
9546 P:      Ben Dooks
9547 P:      Vincent Sanders <vince@simtec.co.uk>
9548 M:      Simtec Linux Team <linux@simtec.co.uk>
9549 W:      http://www.simtec.co.uk/products/EB2410ITX/
9550 S:      Supported
9551 F:      arch/arm/mach-s3c24xx/mach-bast.c
9552 F:      arch/arm/mach-s3c24xx/bast-ide.c
9553 F:      arch/arm/mach-s3c24xx/bast-irq.c
9554
9555 TI DAVINCI MACHINE SUPPORT
9556 M:      Sekhar Nori <nsekhar@ti.com>
9557 M:      Kevin Hilman <khilman@deeprootsystems.com>
9558 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9559 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9560 S:      Supported
9561 F:      arch/arm/mach-davinci/
9562 F:      drivers/i2c/busses/i2c-davinci.c
9563
9564 TI DAVINCI SERIES MEDIA DRIVER
9565 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9566 L:      linux-media@vger.kernel.org
9567 W:      http://linuxtv.org/
9568 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9569 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9570 S:      Maintained
9571 F:      drivers/media/platform/davinci/
9572 F:      include/media/davinci/
9573
9574 TI AM437X VPFE DRIVER
9575 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9576 L:      linux-media@vger.kernel.org
9577 W:      http://linuxtv.org/
9578 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9579 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9580 S:      Maintained
9581 F:      drivers/media/platform/am437x/
9582
9583 OV2659 OMNIVISION SENSOR DRIVER
9584 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9585 L:      linux-media@vger.kernel.org
9586 W:      http://linuxtv.org/
9587 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9588 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9589 S:      Maintained
9590 F:      drivers/media/i2c/ov2659.c
9591 F:      include/media/ov2659.h
9592
9593 SILICON MOTION SM712 FRAME BUFFER DRIVER
9594 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9595 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9596 M:      Sudip Mukherjee <sudip@vectorindia.org>
9597 L:      linux-fbdev@vger.kernel.org
9598 S:      Maintained
9599 F:      drivers/video/fbdev/sm712*
9600 F:      Documentation/fb/sm712fb.txt
9601
9602 SIS 190 ETHERNET DRIVER
9603 M:      Francois Romieu <romieu@fr.zoreil.com>
9604 L:      netdev@vger.kernel.org
9605 S:      Maintained
9606 F:      drivers/net/ethernet/sis/sis190.c
9607
9608 SIS 900/7016 FAST ETHERNET DRIVER
9609 M:      Daniele Venzano <venza@brownhat.org>
9610 W:      http://www.brownhat.org/sis900.html
9611 L:      netdev@vger.kernel.org
9612 S:      Maintained
9613 F:      drivers/net/ethernet/sis/sis900.*
9614
9615 SIS FRAMEBUFFER DRIVER
9616 M:      Thomas Winischhofer <thomas@winischhofer.net>
9617 W:      http://www.winischhofer.net/linuxsisvga.shtml
9618 S:      Maintained
9619 F:      Documentation/fb/sisfb.txt
9620 F:      drivers/video/fbdev/sis/
9621 F:      include/video/sisfb.h
9622
9623 SIS USB2VGA DRIVER
9624 M:      Thomas Winischhofer <thomas@winischhofer.net>
9625 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9626 S:      Maintained
9627 F:      drivers/usb/misc/sisusbvga/
9628
9629 SLAB ALLOCATOR
9630 M:      Christoph Lameter <cl@linux.com>
9631 M:      Pekka Enberg <penberg@kernel.org>
9632 M:      David Rientjes <rientjes@google.com>
9633 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9634 M:      Andrew Morton <akpm@linux-foundation.org>
9635 L:      linux-mm@kvack.org
9636 S:      Maintained
9637 F:      include/linux/sl?b*.h
9638 F:      mm/sl?b*
9639
9640 SLEEPABLE READ-COPY UPDATE (SRCU)
9641 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9642 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9643 M:      Josh Triplett <josh@joshtriplett.org>
9644 R:      Steven Rostedt <rostedt@goodmis.org>
9645 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9646 L:      linux-kernel@vger.kernel.org
9647 W:      http://www.rdrop.com/users/paulmck/RCU/
9648 S:      Supported
9649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9650 F:      include/linux/srcu.h
9651 F:      kernel/rcu/srcu.c
9652
9653 SMACK SECURITY MODULE
9654 M:      Casey Schaufler <casey@schaufler-ca.com>
9655 L:      linux-security-module@vger.kernel.org
9656 W:      http://schaufler-ca.com
9657 T:      git git://git.gitorious.org/smack-next/kernel.git
9658 S:      Maintained
9659 F:      Documentation/security/Smack.txt
9660 F:      security/smack/
9661
9662 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9663 M:      Kevin Hilman <khilman@kernel.org>
9664 M:      Nishanth Menon <nm@ti.com>
9665 S:      Maintained
9666 F:      drivers/power/avs/
9667 F:      include/linux/power/smartreflex.h
9668 L:      linux-pm@vger.kernel.org
9669
9670 SMC91x ETHERNET DRIVER
9671 M:      Nicolas Pitre <nico@fluxnic.net>
9672 S:      Odd Fixes
9673 F:      drivers/net/ethernet/smsc/smc91x.*
9674
9675 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9676 M:      Sakari Ailus <sakari.ailus@iki.fi>
9677 L:      linux-media@vger.kernel.org
9678 S:      Maintained
9679 F:      drivers/media/i2c/smiapp/
9680 F:      include/media/smiapp.h
9681 F:      drivers/media/i2c/smiapp-pll.c
9682 F:      drivers/media/i2c/smiapp-pll.h
9683 F:      include/uapi/linux/smiapp.h
9684 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9685
9686 SMM665 HARDWARE MONITOR DRIVER
9687 M:      Guenter Roeck <linux@roeck-us.net>
9688 L:      lm-sensors@lm-sensors.org
9689 S:      Maintained
9690 F:      Documentation/hwmon/smm665
9691 F:      drivers/hwmon/smm665.c
9692
9693 SMSC EMC2103 HARDWARE MONITOR DRIVER
9694 M:      Steve Glendinning <steve.glendinning@shawell.net>
9695 L:      lm-sensors@lm-sensors.org
9696 S:      Maintained
9697 F:      Documentation/hwmon/emc2103
9698 F:      drivers/hwmon/emc2103.c
9699
9700 SMSC SCH5627 HARDWARE MONITOR DRIVER
9701 M:      Hans de Goede <hdegoede@redhat.com>
9702 L:      lm-sensors@lm-sensors.org
9703 S:      Supported
9704 F:      Documentation/hwmon/sch5627
9705 F:      drivers/hwmon/sch5627.c
9706
9707 SMSC47B397 HARDWARE MONITOR DRIVER
9708 M:      Jean Delvare <jdelvare@suse.com>
9709 L:      lm-sensors@lm-sensors.org
9710 S:      Maintained
9711 F:      Documentation/hwmon/smsc47b397
9712 F:      drivers/hwmon/smsc47b397.c
9713
9714 SMSC911x ETHERNET DRIVER
9715 M:      Steve Glendinning <steve.glendinning@shawell.net>
9716 L:      netdev@vger.kernel.org
9717 S:      Maintained
9718 F:      include/linux/smsc911x.h
9719 F:      drivers/net/ethernet/smsc/smsc911x.*
9720
9721 SMSC9420 PCI ETHERNET DRIVER
9722 M:      Steve Glendinning <steve.glendinning@shawell.net>
9723 L:      netdev@vger.kernel.org
9724 S:      Maintained
9725 F:      drivers/net/ethernet/smsc/smsc9420.*
9726
9727 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9728 M:      Steve Glendinning <steve.glendinning@shawell.net>
9729 L:      linux-fbdev@vger.kernel.org
9730 S:      Maintained
9731 F:      drivers/video/fbdev/smscufx.c
9732
9733 SOC-CAMERA V4L2 SUBSYSTEM
9734 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9735 L:      linux-media@vger.kernel.org
9736 T:      git git://linuxtv.org/media_tree.git
9737 S:      Maintained
9738 F:      include/media/soc*
9739 F:      drivers/media/i2c/soc_camera/
9740 F:      drivers/media/platform/soc_camera/
9741
9742 SOEKRIS NET48XX LED SUPPORT
9743 M:      Chris Boot <bootc@bootc.net>
9744 S:      Maintained
9745 F:      drivers/leds/leds-net48xx.c
9746
9747 SOFTLOGIC 6x10 MPEG CODEC
9748 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9749 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9750 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9751 M:      Ismael Luceno <ismael@iodev.co.uk>
9752 L:      linux-media@vger.kernel.org
9753 S:      Supported
9754 F:      drivers/media/pci/solo6x10/
9755
9756 SOFTWARE RAID (Multiple Disks) SUPPORT
9757 M:      Neil Brown <neilb@suse.com>
9758 L:      linux-raid@vger.kernel.org
9759 S:      Supported
9760 F:      drivers/md/
9761 F:      include/linux/raid/
9762 F:      include/uapi/linux/raid/
9763
9764 SONIC NETWORK DRIVER
9765 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9766 L:      netdev@vger.kernel.org
9767 S:      Maintained
9768 F:      drivers/net/ethernet/natsemi/sonic.*
9769
9770 SONICS SILICON BACKPLANE DRIVER (SSB)
9771 M:      Michael Buesch <m@bues.ch>
9772 L:      netdev@vger.kernel.org
9773 S:      Maintained
9774 F:      drivers/ssb/
9775 F:      include/linux/ssb/
9776
9777 SONY VAIO CONTROL DEVICE DRIVER
9778 M:      Mattia Dongili <malattia@linux.it>
9779 L:      platform-driver-x86@vger.kernel.org
9780 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9781 S:      Maintained
9782 F:      Documentation/laptops/sony-laptop.txt
9783 F:      drivers/char/sonypi.c
9784 F:      drivers/platform/x86/sony-laptop.c
9785 F:      include/linux/sony-laptop.h
9786
9787 SONY MEMORYSTICK CARD SUPPORT
9788 M:      Alex Dubov <oakad@yahoo.com>
9789 W:      http://tifmxx.berlios.de/
9790 S:      Maintained
9791 F:      drivers/memstick/host/tifm_ms.c
9792
9793 SONY MEMORYSTICK STANDARD SUPPORT
9794 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9795 S:      Maintained
9796 F:      drivers/memstick/core/ms_block.*
9797
9798 SOUND
9799 M:      Jaroslav Kysela <perex@perex.cz>
9800 M:      Takashi Iwai <tiwai@suse.com>
9801 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9802 W:      http://www.alsa-project.org/
9803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9804 T:      git git://git.alsa-project.org/alsa-kernel.git
9805 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9806 S:      Maintained
9807 F:      Documentation/sound/
9808 F:      include/sound/
9809 F:      include/uapi/sound/
9810 F:      sound/
9811
9812 SOUND - COMPRESSED AUDIO
9813 M:      Vinod Koul <vinod.koul@intel.com>
9814 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9816 S:      Supported
9817 F:      Documentation/sound/alsa/compress_offload.txt
9818 F:      include/sound/compress_driver.h
9819 F:      include/uapi/sound/compress_*
9820 F:      sound/core/compress_offload.c
9821 F:      sound/soc/soc-compress.c
9822
9823 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9824 M:      Liam Girdwood <lgirdwood@gmail.com>
9825 M:      Mark Brown <broonie@kernel.org>
9826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9827 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9828 W:      http://alsa-project.org/main/index.php/ASoC
9829 S:      Supported
9830 F:      Documentation/sound/alsa/soc/
9831 F:      sound/soc/
9832 F:      include/sound/soc*
9833
9834 SOUND - DMAENGINE HELPERS
9835 M:      Lars-Peter Clausen <lars@metafoo.de>
9836 S:      Supported
9837 F:      include/sound/dmaengine_pcm.h
9838 F:      sound/core/pcm_dmaengine.c
9839 F:      sound/soc/soc-generic-dmaengine-pcm.c
9840
9841 SP2 MEDIA DRIVER
9842 M:      Olli Salonen <olli.salonen@iki.fi>
9843 L:      linux-media@vger.kernel.org
9844 W:      http://linuxtv.org/
9845 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9846 S:      Maintained
9847 F:      drivers/media/dvb-frontends/sp2*
9848
9849 SPARC + UltraSPARC (sparc/sparc64)
9850 M:      "David S. Miller" <davem@davemloft.net>
9851 L:      sparclinux@vger.kernel.org
9852 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9855 S:      Maintained
9856 F:      arch/sparc/
9857 F:      drivers/sbus/
9858
9859 SPARC SERIAL DRIVERS
9860 M:      "David S. Miller" <davem@davemloft.net>
9861 L:      sparclinux@vger.kernel.org
9862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9864 S:      Maintained
9865 F:      include/linux/sunserialcore.h
9866 F:      drivers/tty/serial/suncore.c
9867 F:      drivers/tty/serial/sunhv.c
9868 F:      drivers/tty/serial/sunsab.c
9869 F:      drivers/tty/serial/sunsab.h
9870 F:      drivers/tty/serial/sunsu.c
9871 F:      drivers/tty/serial/sunzilog.c
9872 F:      drivers/tty/serial/sunzilog.h
9873
9874 SPARSE CHECKER
9875 M:      "Christopher Li" <sparse@chrisli.org>
9876 L:      linux-sparse@vger.kernel.org
9877 W:      https://sparse.wiki.kernel.org/
9878 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9879 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9880 S:      Maintained
9881 F:      include/linux/compiler.h
9882
9883 SPEAR PLATFORM SUPPORT
9884 M:      Viresh Kumar <vireshk@kernel.org>
9885 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9886 L:      spear-devel@list.st.com
9887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9888 W:      http://www.st.com/spear
9889 S:      Maintained
9890 F:      arch/arm/mach-spear/
9891
9892 SPEAR CLOCK FRAMEWORK SUPPORT
9893 M:      Viresh Kumar <vireshk@kernel.org>
9894 L:      spear-devel@list.st.com
9895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9896 W:      http://www.st.com/spear
9897 S:      Maintained
9898 F:      drivers/clk/spear/
9899
9900 SPI SUBSYSTEM
9901 M:      Mark Brown <broonie@kernel.org>
9902 L:      linux-spi@vger.kernel.org
9903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9904 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9905 S:      Maintained
9906 F:      Documentation/spi/
9907 F:      drivers/spi/
9908 F:      include/linux/spi/
9909 F:      include/uapi/linux/spi/
9910
9911 SPIDERNET NETWORK DRIVER for CELL
9912 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9913 L:      netdev@vger.kernel.org
9914 S:      Supported
9915 F:      Documentation/networking/spider_net.txt
9916 F:      drivers/net/ethernet/toshiba/spider_net*
9917
9918 SPU FILE SYSTEM
9919 M:      Jeremy Kerr <jk@ozlabs.org>
9920 L:      linuxppc-dev@lists.ozlabs.org
9921 W:      http://www.ibm.com/developerworks/power/cell/
9922 S:      Supported
9923 F:      Documentation/filesystems/spufs.txt
9924 F:      arch/powerpc/platforms/cell/spufs/
9925
9926 SQUASHFS FILE SYSTEM
9927 M:      Phillip Lougher <phillip@squashfs.org.uk>
9928 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9929 W:      http://squashfs.org.uk
9930 S:      Maintained
9931 F:      Documentation/filesystems/squashfs.txt
9932 F:      fs/squashfs/
9933
9934 SRM (Alpha) environment access
9935 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9936 S:      Maintained
9937 F:      arch/alpha/kernel/srm_env.c
9938
9939 STABLE BRANCH
9940 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9941 L:      stable@vger.kernel.org
9942 S:      Supported
9943 F:      Documentation/stable_kernel_rules.txt
9944
9945 STAGING SUBSYSTEM
9946 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9948 L:      devel@driverdev.osuosl.org
9949 S:      Supported
9950 F:      drivers/staging/
9951
9952 STAGING - COMEDI
9953 M:      Ian Abbott <abbotti@mev.co.uk>
9954 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9955 S:      Odd Fixes
9956 F:      drivers/staging/comedi/
9957
9958 STAGING - FLARION FT1000 DRIVERS
9959 M:      Marek Belisko <marek.belisko@gmail.com>
9960 S:      Odd Fixes
9961 F:      drivers/staging/ft1000/
9962
9963 STAGING - INDUSTRIAL IO
9964 M:      Jonathan Cameron <jic23@kernel.org>
9965 L:      linux-iio@vger.kernel.org
9966 S:      Odd Fixes
9967 F:      drivers/staging/iio/
9968
9969 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9970 M:      Jarod Wilson <jarod@wilsonet.com>
9971 W:      http://www.lirc.org/
9972 S:      Odd Fixes
9973 F:      drivers/staging/media/lirc/
9974
9975 STAGING - LUSTRE PARALLEL FILESYSTEM
9976 M:      Oleg Drokin <oleg.drokin@intel.com>
9977 M:      Andreas Dilger <andreas.dilger@intel.com>
9978 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9979 W:      http://wiki.lustre.org/
9980 S:      Maintained
9981 F:      drivers/staging/lustre
9982
9983 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9984 M:      Marc Dietrich <marvin24@gmx.de>
9985 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9986 L:      linux-tegra@vger.kernel.org
9987 S:      Maintained
9988 F:      drivers/staging/nvec/
9989
9990 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9991 M:      Jens Frederich <jfrederich@gmail.com>
9992 M:      Daniel Drake <dsd@laptop.org>
9993 M:      Jon Nettleton <jon.nettleton@gmail.com>
9994 W:      http://wiki.laptop.org/go/DCON
9995 S:      Maintained
9996 F:      drivers/staging/olpc_dcon/
9997
9998 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9999 M:      Willy Tarreau <willy@meta-x.org>
10000 S:      Odd Fixes
10001 F:      drivers/staging/panel/
10002
10003 STAGING - REALTEK RTL8712U DRIVERS
10004 M:      Larry Finger <Larry.Finger@lwfinger.net>
10005 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
10006 S:      Odd Fixes
10007 F:      drivers/staging/rtl8712/
10008
10009 STAGING - REALTEK RTL8723U WIRELESS DRIVER
10010 M:      Larry Finger <Larry.Finger@lwfinger.net>
10011 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
10012 L:      linux-wireless@vger.kernel.org
10013 S:      Maintained
10014 F:      drivers/staging/rtl8723au/
10015
10016 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
10017 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
10018 M:      Teddy Wang <teddy.wang@siliconmotion.com>
10019 M:      Sudip Mukherjee <sudip@vectorindia.org>
10020 L:      linux-fbdev@vger.kernel.org
10021 S:      Maintained
10022 F:      drivers/staging/sm750fb/
10023
10024 STAGING - SLICOSS
10025 M:      Lior Dotan <liodot@gmail.com>
10026 M:      Christopher Harrer <charrer@alacritech.com>
10027 S:      Odd Fixes
10028 F:      drivers/staging/slicoss/
10029
10030 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
10031 M:      William Hubbs <w.d.hubbs@gmail.com>
10032 M:      Chris Brannon <chris@the-brannons.com>
10033 M:      Kirk Reiser <kirk@reisers.ca>
10034 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
10035 L:      speakup@linux-speakup.org
10036 W:      http://www.linux-speakup.org/
10037 S:      Odd Fixes
10038 F:      drivers/staging/speakup/
10039
10040 STAGING - VIA VT665X DRIVERS
10041 M:      Forest Bond <forest@alittletooquiet.net>
10042 S:      Odd Fixes
10043 F:      drivers/staging/vt665?/
10044
10045 STAGING - WILC1000 WIFI DRIVER
10046 M:      Johnny Kim <johnny.kim@atmel.com>
10047 M:      Rachel Kim <rachel.kim@atmel.com>
10048 M:      Dean Lee <dean.lee@atmel.com>
10049 M:      Chris Park <chris.park@atmel.com>
10050 L:      linux-wireless@vger.kernel.org
10051 S:      Supported
10052 F:      drivers/staging/wilc1000/
10053
10054 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
10055 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
10056 S:      Odd Fixes
10057 F:      drivers/staging/xgifb/
10058
10059 HFI1 DRIVER
10060 M:      Mike Marciniszyn <infinipath@intel.com>
10061 L:      linux-rdma@vger.kernel.org
10062 S:      Supported
10063 F:      drivers/staging/rdma/hfi1
10064
10065 STARFIRE/DURALAN NETWORK DRIVER
10066 M:      Ion Badulescu <ionut@badula.org>
10067 S:      Odd Fixes
10068 F:      drivers/net/ethernet/adaptec/starfire*
10069
10070 SUN3/3X
10071 M:      Sam Creasey <sammy@sammy.net>
10072 W:      http://sammy.net/sun3/
10073 S:      Maintained
10074 F:      arch/m68k/kernel/*sun3*
10075 F:      arch/m68k/sun3*/
10076 F:      arch/m68k/include/asm/sun3*
10077 F:      drivers/net/ethernet/i825xx/sun3*
10078
10079 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10080 M:      Hans de Goede <hdegoede@redhat.com>
10081 L:      linux-input@vger.kernel.org
10082 S:      Maintained
10083 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10084 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10085
10086 SUNDANCE NETWORK DRIVER
10087 M:      Denis Kirjanov <kda@linux-powerpc.org>
10088 L:      netdev@vger.kernel.org
10089 S:      Maintained
10090 F:      drivers/net/ethernet/dlink/sundance.c
10091
10092 SUPERH
10093 L:      linux-sh@vger.kernel.org
10094 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10095 S:      Orphan
10096 F:      Documentation/sh/
10097 F:      arch/sh/
10098 F:      drivers/sh/
10099
10100 SUSPEND TO RAM
10101 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10102 M:      Len Brown <len.brown@intel.com>
10103 M:      Pavel Machek <pavel@ucw.cz>
10104 L:      linux-pm@vger.kernel.org
10105 S:      Supported
10106 F:      Documentation/power/
10107 F:      arch/x86/kernel/acpi/
10108 F:      drivers/base/power/
10109 F:      kernel/power/
10110 F:      include/linux/suspend.h
10111 F:      include/linux/freezer.h
10112 F:      include/linux/pm.h
10113
10114 SVGA HANDLING
10115 M:      Martin Mares <mj@ucw.cz>
10116 L:      linux-video@atrey.karlin.mff.cuni.cz
10117 S:      Maintained
10118 F:      Documentation/svga.txt
10119 F:      arch/x86/boot/video*
10120
10121 SWIOTLB SUBSYSTEM
10122 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10123 L:      linux-kernel@vger.kernel.org
10124 S:      Supported
10125 F:      lib/swiotlb.c
10126 F:      arch/*/kernel/pci-swiotlb.c
10127 F:      include/linux/swiotlb.h
10128
10129 SWITCHDEV
10130 M:      Jiri Pirko <jiri@resnulli.us>
10131 L:      netdev@vger.kernel.org
10132 S:      Supported
10133 F:      net/switchdev/
10134 F:      include/net/switchdev.h
10135
10136 SYNOPSYS ARC ARCHITECTURE
10137 M:      Vineet Gupta <vgupta@synopsys.com>
10138 L:      linux-snps-arc@lists.infraded.org
10139 S:      Supported
10140 F:      arch/arc/
10141 F:      Documentation/devicetree/bindings/arc/*
10142 F:      drivers/tty/serial/arc_uart.c
10143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10144
10145 SYNOPSYS ARC SDP platform support
10146 M:      Alexey Brodkin <abrodkin@synopsys.com>
10147 S:      Supported
10148 F:      arch/arc/plat-axs10x
10149 F:      arch/arc/boot/dts/ax*
10150 F:      Documentation/devicetree/bindings/arc/axs10*
10151
10152 SYSTEM CONFIGURATION (SYSCON)
10153 M:      Lee Jones <lee.jones@linaro.org>
10154 M:      Arnd Bergmann <arnd@arndb.de>
10155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10156 S:      Supported
10157 F:      drivers/mfd/syscon.c
10158
10159 SYSV FILESYSTEM
10160 M:      Christoph Hellwig <hch@infradead.org>
10161 S:      Maintained
10162 F:      Documentation/filesystems/sysv-fs.txt
10163 F:      fs/sysv/
10164 F:      include/linux/sysv_fs.h
10165
10166 TARGET SUBSYSTEM
10167 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10168 L:      linux-scsi@vger.kernel.org
10169 L:      target-devel@vger.kernel.org
10170 W:      http://www.linux-iscsi.org
10171 W:      http://groups.google.com/group/linux-iscsi-target-dev
10172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10173 S:      Supported
10174 F:      drivers/target/
10175 F:      include/target/
10176 F:      Documentation/target/
10177
10178 TASKSTATS STATISTICS INTERFACE
10179 M:      Balbir Singh <bsingharora@gmail.com>
10180 S:      Maintained
10181 F:      Documentation/accounting/taskstats*
10182 F:      include/linux/taskstats*
10183 F:      kernel/taskstats.c
10184
10185 TC CLASSIFIER
10186 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10187 L:      netdev@vger.kernel.org
10188 S:      Maintained
10189 F:      include/net/pkt_cls.h
10190 F:      include/uapi/linux/pkt_cls.h
10191 F:      net/sched/
10192
10193 TCP LOW PRIORITY MODULE
10194 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10195 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10196 W:      http://tcp-lp-mod.sourceforge.net/
10197 S:      Maintained
10198 F:      net/ipv4/tcp_lp.c
10199
10200 TDA10071 MEDIA DRIVER
10201 M:      Antti Palosaari <crope@iki.fi>
10202 L:      linux-media@vger.kernel.org
10203 W:      http://linuxtv.org/
10204 W:      http://palosaari.fi/linux/
10205 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10206 T:      git git://linuxtv.org/anttip/media_tree.git
10207 S:      Maintained
10208 F:      drivers/media/dvb-frontends/tda10071*
10209
10210 TDA18212 MEDIA DRIVER
10211 M:      Antti Palosaari <crope@iki.fi>
10212 L:      linux-media@vger.kernel.org
10213 W:      http://linuxtv.org/
10214 W:      http://palosaari.fi/linux/
10215 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10216 T:      git git://linuxtv.org/anttip/media_tree.git
10217 S:      Maintained
10218 F:      drivers/media/tuners/tda18212*
10219
10220 TDA18218 MEDIA DRIVER
10221 M:      Antti Palosaari <crope@iki.fi>
10222 L:      linux-media@vger.kernel.org
10223 W:      http://linuxtv.org/
10224 W:      http://palosaari.fi/linux/
10225 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10226 T:      git git://linuxtv.org/anttip/media_tree.git
10227 S:      Maintained
10228 F:      drivers/media/tuners/tda18218*
10229
10230 TDA18271 MEDIA DRIVER
10231 M:      Michael Krufky <mkrufky@linuxtv.org>
10232 L:      linux-media@vger.kernel.org
10233 W:      http://linuxtv.org/
10234 W:      http://github.com/mkrufky
10235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10236 T:      git git://linuxtv.org/mkrufky/tuners.git
10237 S:      Maintained
10238 F:      drivers/media/tuners/tda18271*
10239
10240 TDA827x MEDIA DRIVER
10241 M:      Michael Krufky <mkrufky@linuxtv.org>
10242 L:      linux-media@vger.kernel.org
10243 W:      http://linuxtv.org/
10244 W:      http://github.com/mkrufky
10245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10246 T:      git git://linuxtv.org/mkrufky/tuners.git
10247 S:      Maintained
10248 F:      drivers/media/tuners/tda8290.*
10249
10250 TDA8290 MEDIA DRIVER
10251 M:      Michael Krufky <mkrufky@linuxtv.org>
10252 L:      linux-media@vger.kernel.org
10253 W:      http://linuxtv.org/
10254 W:      http://github.com/mkrufky
10255 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10256 T:      git git://linuxtv.org/mkrufky/tuners.git
10257 S:      Maintained
10258 F:      drivers/media/tuners/tda8290.*
10259
10260 TDA9840 MEDIA DRIVER
10261 M:      Hans Verkuil <hverkuil@xs4all.nl>
10262 L:      linux-media@vger.kernel.org
10263 T:      git git://linuxtv.org/media_tree.git
10264 W:      http://linuxtv.org
10265 S:      Maintained
10266 F:      drivers/media/i2c/tda9840*
10267
10268 TEA5761 TUNER DRIVER
10269 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10270 L:      linux-media@vger.kernel.org
10271 W:      http://linuxtv.org
10272 T:      git git://linuxtv.org/media_tree.git
10273 S:      Odd fixes
10274 F:      drivers/media/tuners/tea5761.*
10275
10276 TEA5767 TUNER DRIVER
10277 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10278 L:      linux-media@vger.kernel.org
10279 W:      http://linuxtv.org
10280 T:      git git://linuxtv.org/media_tree.git
10281 S:      Maintained
10282 F:      drivers/media/tuners/tea5767.*
10283
10284 TEA6415C MEDIA DRIVER
10285 M:      Hans Verkuil <hverkuil@xs4all.nl>
10286 L:      linux-media@vger.kernel.org
10287 T:      git git://linuxtv.org/media_tree.git
10288 W:      http://linuxtv.org
10289 S:      Maintained
10290 F:      drivers/media/i2c/tea6415c*
10291
10292 TEA6420 MEDIA DRIVER
10293 M:      Hans Verkuil <hverkuil@xs4all.nl>
10294 L:      linux-media@vger.kernel.org
10295 T:      git git://linuxtv.org/media_tree.git
10296 W:      http://linuxtv.org
10297 S:      Maintained
10298 F:      drivers/media/i2c/tea6420*
10299
10300 TEAM DRIVER
10301 M:      Jiri Pirko <jiri@resnulli.us>
10302 L:      netdev@vger.kernel.org
10303 S:      Supported
10304 F:      drivers/net/team/
10305 F:      include/linux/if_team.h
10306 F:      include/uapi/linux/if_team.h
10307
10308 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10309 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10310 S:      Maintained
10311 F:      arch/x86/platform/ts5500/
10312
10313 TECHNOTREND USB IR RECEIVER
10314 M:      Sean Young <sean@mess.org>
10315 L:      linux-media@vger.kernel.org
10316 S:      Maintained
10317 F:      drivers/media/rc/ttusbir.c
10318
10319 TEGRA ARCHITECTURE SUPPORT
10320 M:      Stephen Warren <swarren@wwwdotorg.org>
10321 M:      Thierry Reding <thierry.reding@gmail.com>
10322 M:      Alexandre Courbot <gnurou@gmail.com>
10323 L:      linux-tegra@vger.kernel.org
10324 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10326 S:      Supported
10327 N:      [^a-z]tegra
10328
10329 TEGRA CLOCK DRIVER
10330 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10331 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10332 S:      Supported
10333 F:      drivers/clk/tegra/
10334
10335 TEGRA DMA DRIVER
10336 M:      Laxman Dewangan <ldewangan@nvidia.com>
10337 S:      Supported
10338 F:      drivers/dma/tegra20-apb-dma.c
10339
10340 TEGRA I2C DRIVER
10341 M:      Laxman Dewangan <ldewangan@nvidia.com>
10342 S:      Supported
10343 F:      drivers/i2c/busses/i2c-tegra.c
10344
10345 TEGRA IOMMU DRIVERS
10346 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10347 S:      Supported
10348 F:      drivers/iommu/tegra*
10349
10350 TEGRA KBC DRIVER
10351 M:      Rakesh Iyer <riyer@nvidia.com>
10352 M:      Laxman Dewangan <ldewangan@nvidia.com>
10353 S:      Supported
10354 F:      drivers/input/keyboard/tegra-kbc.c
10355
10356 TEGRA PWM DRIVER
10357 M:      Thierry Reding <thierry.reding@gmail.com>
10358 S:      Supported
10359 F:      drivers/pwm/pwm-tegra.c
10360
10361 TEGRA SERIAL DRIVER
10362 M:      Laxman Dewangan <ldewangan@nvidia.com>
10363 S:      Supported
10364 F:      drivers/tty/serial/serial-tegra.c
10365
10366 TEGRA SPI DRIVER
10367 M:      Laxman Dewangan <ldewangan@nvidia.com>
10368 S:      Supported
10369 F:      drivers/spi/spi-tegra*
10370
10371 TEHUTI ETHERNET DRIVER
10372 M:      Andy Gospodarek <andy@greyhouse.net>
10373 L:      netdev@vger.kernel.org
10374 S:      Supported
10375 F:      drivers/net/ethernet/tehuti/*
10376
10377 Telecom Clock Driver for MCPL0010
10378 M:      Mark Gross <mark.gross@intel.com>
10379 S:      Supported
10380 F:      drivers/char/tlclk.c
10381
10382 TENSILICA XTENSA PORT (xtensa)
10383 M:      Chris Zankel <chris@zankel.net>
10384 M:      Max Filippov <jcmvbkbc@gmail.com>
10385 L:      linux-xtensa@linux-xtensa.org
10386 S:      Maintained
10387 F:      arch/xtensa/
10388 F:      drivers/irqchip/irq-xtensa-*
10389
10390 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10391 M:      Hans Verkuil <hverkuil@xs4all.nl>
10392 L:      linux-media@vger.kernel.org
10393 T:      git git://linuxtv.org/media_tree.git
10394 W:      http://linuxtv.org
10395 S:      Maintained
10396 F:      drivers/media/radio/radio-raremono.c
10397
10398 THERMAL
10399 M:      Zhang Rui <rui.zhang@intel.com>
10400 M:      Eduardo Valentin <edubezval@gmail.com>
10401 L:      linux-pm@vger.kernel.org
10402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10404 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10405 S:      Supported
10406 F:      drivers/thermal/
10407 F:      include/linux/thermal.h
10408 F:      include/uapi/linux/thermal.h
10409 F:      include/linux/cpu_cooling.h
10410 F:      Documentation/devicetree/bindings/thermal/
10411
10412 THERMAL/CPU_COOLING
10413 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10414 M:      Viresh Kumar <viresh.kumar@linaro.org>
10415 M:      Javi Merino <javi.merino@arm.com>
10416 L:      linux-pm@vger.kernel.org
10417 S:      Supported
10418 F:      Documentation/thermal/cpu-cooling-api.txt
10419 F:      drivers/thermal/cpu_cooling.c
10420 F:      include/linux/cpu_cooling.h
10421
10422 THINGM BLINK(1) USB RGB LED DRIVER
10423 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10424 S:      Maintained
10425 F:      drivers/hid/hid-thingm.c
10426
10427 THINKPAD ACPI EXTRAS DRIVER
10428 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10429 L:      ibm-acpi-devel@lists.sourceforge.net
10430 L:      platform-driver-x86@vger.kernel.org
10431 W:      http://ibm-acpi.sourceforge.net
10432 W:      http://thinkwiki.org/wiki/Ibm-acpi
10433 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10434 S:      Maintained
10435 F:      drivers/platform/x86/thinkpad_acpi.c
10436
10437 TI BANDGAP AND THERMAL DRIVER
10438 M:      Eduardo Valentin <edubezval@gmail.com>
10439 L:      linux-pm@vger.kernel.org
10440 L:      linux-omap@vger.kernel.org
10441 S:      Maintained
10442 F:      drivers/thermal/ti-soc-thermal/
10443
10444 TI CDCE706 CLOCK DRIVER
10445 M:      Max Filippov <jcmvbkbc@gmail.com>
10446 S:      Maintained
10447 F:      drivers/clk/clk-cdce706.c
10448
10449 TI CLOCK DRIVER
10450 M:      Tero Kristo <t-kristo@ti.com>
10451 L:      linux-omap@vger.kernel.org
10452 S:      Maintained
10453 F:      drivers/clk/ti/
10454 F:      include/linux/clk/ti.h
10455
10456 TI FLASH MEDIA INTERFACE DRIVER
10457 M:      Alex Dubov <oakad@yahoo.com>
10458 S:      Maintained
10459 F:      drivers/misc/tifm*
10460 F:      drivers/mmc/host/tifm_sd.c
10461 F:      include/linux/tifm.h
10462
10463 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10464 M:      Santosh Shilimkar <ssantosh@kernel.org>
10465 L:      linux-kernel@vger.kernel.org
10466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10467 S:      Maintained
10468 F:      drivers/soc/ti/*
10469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10470
10471
10472 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10473 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10474 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10475 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10476 S:      Maintained
10477 F:      sound/soc/codecs/lm49453*
10478 F:      sound/soc/codecs/isabelle*
10479
10480 TI LP855x BACKLIGHT DRIVER
10481 M:      Milo Kim <milo.kim@ti.com>
10482 S:      Maintained
10483 F:      Documentation/backlight/lp855x-driver.txt
10484 F:      drivers/video/backlight/lp855x_bl.c
10485 F:      include/linux/platform_data/lp855x.h
10486
10487 TI LP8727 CHARGER DRIVER
10488 M:      Milo Kim <milo.kim@ti.com>
10489 S:      Maintained
10490 F:      drivers/power/lp8727_charger.c
10491 F:      include/linux/platform_data/lp8727.h
10492
10493 TI LP8788 MFD DRIVER
10494 M:      Milo Kim <milo.kim@ti.com>
10495 S:      Maintained
10496 F:      drivers/iio/adc/lp8788_adc.c
10497 F:      drivers/leds/leds-lp8788.c
10498 F:      drivers/mfd/lp8788*.c
10499 F:      drivers/power/lp8788-charger.c
10500 F:      drivers/regulator/lp8788-*.c
10501 F:      include/linux/mfd/lp8788*.h
10502
10503 TI NETCP ETHERNET DRIVER
10504 M:      Wingman Kwok <w-kwok2@ti.com>
10505 M:      Murali Karicheri <m-karicheri2@ti.com>
10506 L:      netdev@vger.kernel.org
10507 S:      Maintained
10508 F:      drivers/net/ethernet/ti/netcp*
10509
10510 TI TAS571X FAMILY ASoC CODEC DRIVER
10511 M:      Kevin Cernekee <cernekee@chromium.org>
10512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10513 S:      Odd Fixes
10514 F:      sound/soc/codecs/tas571x*
10515
10516 TI TWL4030 SERIES SOC CODEC DRIVER
10517 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10519 S:      Maintained
10520 F:      sound/soc/codecs/twl4030*
10521
10522 TI WILINK WIRELESS DRIVERS
10523 L:      linux-wireless@vger.kernel.org
10524 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10525 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10527 S:      Orphan
10528 F:      drivers/net/wireless/ti/
10529 F:      include/linux/wl12xx.h
10530
10531 TIPC NETWORK LAYER
10532 M:      Jon Maloy <jon.maloy@ericsson.com>
10533 M:      Ying Xue <ying.xue@windriver.com>
10534 L:      netdev@vger.kernel.org (core kernel code)
10535 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10536 W:      http://tipc.sourceforge.net/
10537 S:      Maintained
10538 F:      include/uapi/linux/tipc*.h
10539 F:      net/tipc/
10540
10541 TILE ARCHITECTURE
10542 M:      Chris Metcalf <cmetcalf@ezchip.com>
10543 W:      http://www.ezchip.com/scm/
10544 S:      Supported
10545 F:      arch/tile/
10546 F:      drivers/char/tile-srom.c
10547 F:      drivers/edac/tile_edac.c
10548 F:      drivers/net/ethernet/tile/
10549 F:      drivers/rtc/rtc-tile.c
10550 F:      drivers/tty/hvc/hvc_tile.c
10551 F:      drivers/tty/serial/tilegx.c
10552 F:      drivers/usb/host/*-tilegx.c
10553 F:      include/linux/usb/tilegx.h
10554
10555 TLAN NETWORK DRIVER
10556 M:      Samuel Chessman <chessman@tux.org>
10557 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10558 W:      http://sourceforge.net/projects/tlan/
10559 S:      Maintained
10560 F:      Documentation/networking/tlan.txt
10561 F:      drivers/net/ethernet/ti/tlan.*
10562
10563 TOMOYO SECURITY MODULE
10564 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10565 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10566 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10567 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10568 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10569 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10570 W:      http://tomoyo.sourceforge.jp/
10571 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10572 S:      Maintained
10573 F:      security/tomoyo/
10574
10575 TOPSTAR LAPTOP EXTRAS DRIVER
10576 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10577 L:      platform-driver-x86@vger.kernel.org
10578 S:      Maintained
10579 F:      drivers/platform/x86/topstar-laptop.c
10580
10581 TOSHIBA ACPI EXTRAS DRIVER
10582 M:      Azael Avalos <coproscefalo@gmail.com>
10583 L:      platform-driver-x86@vger.kernel.org
10584 S:      Maintained
10585 F:      drivers/platform/x86/toshiba_acpi.c
10586
10587 TOSHIBA BLUETOOTH DRIVER
10588 M:      Azael Avalos <coproscefalo@gmail.com>
10589 L:      platform-driver-x86@vger.kernel.org
10590 S:      Maintained
10591 F:      drivers/platform/x86/toshiba_bluetooth.c
10592
10593 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10594 M:      Azael Avalos <coproscefalo@gmail.com>
10595 L:      platform-driver-x86@vger.kernel.org
10596 S:      Maintained
10597 F:      drivers/platform/x86/toshiba_haps.c
10598
10599 TOSHIBA SMM DRIVER
10600 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10601 W:      http://www.buzzard.org.uk/toshiba/
10602 S:      Maintained
10603 F:      drivers/char/toshiba.c
10604 F:      include/linux/toshiba.h
10605 F:      include/uapi/linux/toshiba.h
10606
10607 TOSHIBA TC358743 DRIVER
10608 M:      Mats Randgaard <matrandg@cisco.com>
10609 L:      linux-media@vger.kernel.org
10610 S:      Maintained
10611 F:      drivers/media/i2c/tc358743*
10612 F:      include/media/tc358743.h
10613
10614 TMIO MMC DRIVER
10615 M:      Ian Molton <ian@mnementh.co.uk>
10616 L:      linux-mmc@vger.kernel.org
10617 S:      Maintained
10618 F:      drivers/mmc/host/tmio_mmc*
10619 F:      drivers/mmc/host/sh_mobile_sdhi.c
10620 F:      include/linux/mmc/tmio.h
10621 F:      include/linux/mmc/sh_mobile_sdhi.h
10622
10623 TMP401 HARDWARE MONITOR DRIVER
10624 M:      Guenter Roeck <linux@roeck-us.net>
10625 L:      lm-sensors@lm-sensors.org
10626 S:      Maintained
10627 F:      Documentation/hwmon/tmp401
10628 F:      drivers/hwmon/tmp401.c
10629
10630 TMPFS (SHMEM FILESYSTEM)
10631 M:      Hugh Dickins <hughd@google.com>
10632 L:      linux-mm@kvack.org
10633 S:      Maintained
10634 F:      include/linux/shmem_fs.h
10635 F:      mm/shmem.c
10636
10637 TM6000 VIDEO4LINUX DRIVER
10638 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10639 L:      linux-media@vger.kernel.org
10640 W:      http://linuxtv.org
10641 T:      git git://linuxtv.org/media_tree.git
10642 S:      Odd fixes
10643 F:      drivers/media/usb/tm6000/
10644
10645 TW68 VIDEO4LINUX DRIVER
10646 M:      Hans Verkuil <hverkuil@xs4all.nl>
10647 L:      linux-media@vger.kernel.org
10648 T:      git git://linuxtv.org/media_tree.git
10649 W:      http://linuxtv.org
10650 S:      Odd Fixes
10651 F:      drivers/media/pci/tw68/
10652
10653 TPM DEVICE DRIVER
10654 M:      Peter Huewe <peterhuewe@gmx.de>
10655 M:      Marcel Selhorst <tpmdd@selhorst.net>
10656 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10657 W:      http://tpmdd.sourceforge.net
10658 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10659 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10660 T:      https://github.com/PeterHuewe/linux-tpmdd
10661 S:      Maintained
10662 F:      drivers/char/tpm/
10663
10664 TPM IBM_VTPM DEVICE DRIVER
10665 M:      Ashley Lai <ashleydlai@gmail.com>
10666 W:      http://tpmdd.sourceforge.net
10667 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10668 S:      Maintained
10669 F:      drivers/char/tpm/tpm_ibmvtpm*
10670
10671 TRACING
10672 M:      Steven Rostedt <rostedt@goodmis.org>
10673 M:      Ingo Molnar <mingo@redhat.com>
10674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10675 S:      Maintained
10676 F:      Documentation/trace/ftrace.txt
10677 F:      arch/*/*/*/ftrace.h
10678 F:      arch/*/kernel/ftrace.c
10679 F:      include/*/ftrace.h
10680 F:      include/linux/trace*.h
10681 F:      include/trace/
10682 F:      kernel/trace/
10683 F:      tools/testing/selftests/ftrace/
10684
10685 TRIVIAL PATCHES
10686 M:      Jiri Kosina <trivial@kernel.org>
10687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10688 S:      Maintained
10689 K:      ^Subject:.*(?i)trivial
10690
10691 TTY LAYER
10692 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10693 M:      Jiri Slaby <jslaby@suse.com>
10694 S:      Supported
10695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10696 F:      Documentation/serial/
10697 F:      drivers/tty/
10698 F:      drivers/tty/serial/serial_core.c
10699 F:      include/linux/serial_core.h
10700 F:      include/linux/serial.h
10701 F:      include/linux/tty.h
10702 F:      include/uapi/linux/serial_core.h
10703 F:      include/uapi/linux/serial.h
10704 F:      include/uapi/linux/tty.h
10705
10706 TUA9001 MEDIA DRIVER
10707 M:      Antti Palosaari <crope@iki.fi>
10708 L:      linux-media@vger.kernel.org
10709 W:      http://linuxtv.org/
10710 W:      http://palosaari.fi/linux/
10711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10712 T:      git git://linuxtv.org/anttip/media_tree.git
10713 S:      Maintained
10714 F:      drivers/media/tuners/tua9001*
10715
10716 TULIP NETWORK DRIVERS
10717 M:      Grant Grundler <grundler@parisc-linux.org>
10718 L:      netdev@vger.kernel.org
10719 S:      Maintained
10720 F:      drivers/net/ethernet/dec/tulip/
10721
10722 TUN/TAP driver
10723 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10724 W:      http://vtun.sourceforge.net/tun
10725 S:      Maintained
10726 F:      Documentation/networking/tuntap.txt
10727 F:      arch/um/os-Linux/drivers/
10728
10729 TURBOCHANNEL SUBSYSTEM
10730 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10731 M:      Ralf Baechle <ralf@linux-mips.org>
10732 L:      linux-mips@linux-mips.org
10733 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10734 S:      Maintained
10735 F:      drivers/tc/
10736 F:      include/linux/tc.h
10737
10738 U14-34F SCSI DRIVER
10739 M:      Dario Ballabio <ballabio_dario@emc.com>
10740 L:      linux-scsi@vger.kernel.org
10741 S:      Maintained
10742 F:      drivers/scsi/u14-34f.c
10743
10744 UBI FILE SYSTEM (UBIFS)
10745 M:      Artem Bityutskiy <dedekind1@gmail.com>
10746 M:      Adrian Hunter <adrian.hunter@intel.com>
10747 L:      linux-mtd@lists.infradead.org
10748 T:      git git://git.infradead.org/ubifs-2.6.git
10749 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10750 S:      Maintained
10751 F:      Documentation/filesystems/ubifs.txt
10752 F:      fs/ubifs/
10753
10754 UCLINUX (M68KNOMMU AND COLDFIRE)
10755 M:      Greg Ungerer <gerg@uclinux.org>
10756 W:      http://www.uclinux.org/
10757 L:      linux-m68k@lists.linux-m68k.org
10758 L:      uclinux-dev@uclinux.org  (subscribers-only)
10759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10760 S:      Maintained
10761 F:      arch/m68k/coldfire/
10762 F:      arch/m68k/68*/
10763 F:      arch/m68k/*/*_no.*
10764 F:      arch/m68k/include/asm/*_no.*
10765
10766 UDF FILESYSTEM
10767 M:      Jan Kara <jack@suse.com>
10768 S:      Maintained
10769 F:      Documentation/filesystems/udf.txt
10770 F:      fs/udf/
10771
10772 UFS FILESYSTEM
10773 M:      Evgeniy Dushistov <dushistov@mail.ru>
10774 S:      Maintained
10775 F:      Documentation/filesystems/ufs.txt
10776 F:      fs/ufs/
10777
10778 UHID USERSPACE HID IO DRIVER:
10779 M:      David Herrmann <dh.herrmann@googlemail.com>
10780 L:      linux-input@vger.kernel.org
10781 S:      Maintained
10782 F:      drivers/hid/uhid.c
10783 F:      include/uapi/linux/uhid.h
10784
10785 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10786 L:      linux-usb@vger.kernel.org
10787 S:      Orphan
10788 F:      drivers/uwb/
10789 F:      include/linux/uwb.h
10790 F:      include/linux/uwb/
10791
10792 UNICORE32 ARCHITECTURE:
10793 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10794 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10795 S:      Maintained
10796 T:      git git://github.com/gxt/linux.git
10797 F:      arch/unicore32/
10798
10799 UNIFDEF
10800 M:      Tony Finch <dot@dotat.at>
10801 W:      http://dotat.at/prog/unifdef
10802 S:      Maintained
10803 F:      scripts/unifdef.c
10804
10805 UNIFORM CDROM DRIVER
10806 M:      Jens Axboe <axboe@kernel.dk>
10807 W:      http://www.kernel.dk
10808 S:      Maintained
10809 F:      Documentation/cdrom/
10810 F:      drivers/cdrom/cdrom.c
10811 F:      include/linux/cdrom.h
10812 F:      include/uapi/linux/cdrom.h
10813
10814 UNISYS S-PAR DRIVERS
10815 M:      Benjamin Romer <benjamin.romer@unisys.com>
10816 M:      David Kershner <david.kershner@unisys.com>
10817 L:      sparmaintainer@unisys.com (Unisys internal)
10818 S:      Supported
10819 F:      drivers/staging/unisys/
10820
10821 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10822 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10823 L:      linux-scsi@vger.kernel.org
10824 S:      Supported
10825 F:      Documentation/scsi/ufs.txt
10826 F:      drivers/scsi/ufs/
10827
10828 UNSORTED BLOCK IMAGES (UBI)
10829 M:      Artem Bityutskiy <dedekind1@gmail.com>
10830 M:      Richard Weinberger <richard@nod.at>
10831 W:      http://www.linux-mtd.infradead.org/
10832 L:      linux-mtd@lists.infradead.org
10833 T:      git git://git.infradead.org/ubifs-2.6.git
10834 S:      Supported
10835 F:      drivers/mtd/ubi/
10836 F:      include/linux/mtd/ubi.h
10837 F:      include/uapi/mtd/ubi-user.h
10838
10839 USB ACM DRIVER
10840 M:      Oliver Neukum <oliver@neukum.org>
10841 L:      linux-usb@vger.kernel.org
10842 S:      Maintained
10843 F:      Documentation/usb/acm.txt
10844 F:      drivers/usb/class/cdc-acm.*
10845
10846 USB AR5523 WIRELESS DRIVER
10847 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10848 L:      linux-wireless@vger.kernel.org
10849 S:      Maintained
10850 F:      drivers/net/wireless/ath/ar5523/
10851
10852 USB ATTACHED SCSI
10853 M:      Hans de Goede <hdegoede@redhat.com>
10854 M:      Gerd Hoffmann <kraxel@redhat.com>
10855 L:      linux-usb@vger.kernel.org
10856 L:      linux-scsi@vger.kernel.org
10857 S:      Maintained
10858 F:      drivers/usb/storage/uas.c
10859
10860 USB CDC ETHERNET DRIVER
10861 M:      Oliver Neukum <oliver@neukum.org>
10862 L:      linux-usb@vger.kernel.org
10863 S:      Maintained
10864 F:      drivers/net/usb/cdc_*.c
10865 F:      include/uapi/linux/usb/cdc.h
10866
10867 USB CHAOSKEY DRIVER
10868 M:      Keith Packard <keithp@keithp.com>
10869 L:      linux-usb@vger.kernel.org
10870 S:      Maintained
10871 F:      drivers/usb/misc/chaoskey.c
10872
10873 USB CYPRESS C67X00 DRIVER
10874 M:      Peter Korsgaard <jacmet@sunsite.dk>
10875 L:      linux-usb@vger.kernel.org
10876 S:      Maintained
10877 F:      drivers/usb/c67x00/
10878
10879 USB DAVICOM DM9601 DRIVER
10880 M:      Peter Korsgaard <jacmet@sunsite.dk>
10881 L:      netdev@vger.kernel.org
10882 W:      http://www.linux-usb.org/usbnet
10883 S:      Maintained
10884 F:      drivers/net/usb/dm9601.c
10885
10886 USB DIAMOND RIO500 DRIVER
10887 M:      Cesar Miquel <miquel@df.uba.ar>
10888 L:      rio500-users@lists.sourceforge.net
10889 W:      http://rio500.sourceforge.net
10890 S:      Maintained
10891 F:      drivers/usb/misc/rio500*
10892
10893 USB EHCI DRIVER
10894 M:      Alan Stern <stern@rowland.harvard.edu>
10895 L:      linux-usb@vger.kernel.org
10896 S:      Maintained
10897 F:      Documentation/usb/ehci.txt
10898 F:      drivers/usb/host/ehci*
10899
10900 USB GADGET/PERIPHERAL SUBSYSTEM
10901 M:      Felipe Balbi <balbi@ti.com>
10902 L:      linux-usb@vger.kernel.org
10903 W:      http://www.linux-usb.org/gadget
10904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10905 S:      Maintained
10906 F:      drivers/usb/gadget/
10907 F:      include/linux/usb/gadget*
10908
10909 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10910 M:      Jiri Kosina <jikos@kernel.org>
10911 L:      linux-usb@vger.kernel.org
10912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10913 S:      Maintained
10914 F:      Documentation/hid/hiddev.txt
10915 F:      drivers/hid/usbhid/
10916
10917 USB ISP116X DRIVER
10918 M:      Olav Kongas <ok@artecdesign.ee>
10919 L:      linux-usb@vger.kernel.org
10920 S:      Maintained
10921 F:      drivers/usb/host/isp116x*
10922 F:      include/linux/usb/isp116x.h
10923
10924 USB MASS STORAGE DRIVER
10925 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10926 L:      linux-usb@vger.kernel.org
10927 L:      usb-storage@lists.one-eyed-alien.net
10928 S:      Maintained
10929 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10930 F:      drivers/usb/storage/
10931
10932 USB MIDI DRIVER
10933 M:      Clemens Ladisch <clemens@ladisch.de>
10934 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10935 T:      git git://git.alsa-project.org/alsa-kernel.git
10936 S:      Maintained
10937 F:      sound/usb/midi.*
10938
10939 USB NETWORKING DRIVERS
10940 L:      linux-usb@vger.kernel.org
10941 S:      Odd Fixes
10942 F:      drivers/net/usb/
10943
10944 USB OHCI DRIVER
10945 M:      Alan Stern <stern@rowland.harvard.edu>
10946 L:      linux-usb@vger.kernel.org
10947 S:      Maintained
10948 F:      Documentation/usb/ohci.txt
10949 F:      drivers/usb/host/ohci*
10950
10951 USB OTG FSM (Finite State Machine)
10952 M:      Peter Chen <Peter.Chen@freescale.com>
10953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10954 L:      linux-usb@vger.kernel.org
10955 S:      Maintained
10956 F:      drivers/usb/common/usb-otg-fsm.c
10957
10958 USB OVER IP DRIVER
10959 M:      Valentina Manea <valentina.manea.m@gmail.com>
10960 M:      Shuah Khan <shuah.kh@samsung.com>
10961 L:      linux-usb@vger.kernel.org
10962 S:      Maintained
10963 F:      drivers/usb/usbip/
10964 F:      tools/usb/usbip/
10965
10966 USB PEGASUS DRIVER
10967 M:      Petko Manolov <petkan@nucleusys.com>
10968 L:      linux-usb@vger.kernel.org
10969 L:      netdev@vger.kernel.org
10970 T:      git git://github.com/petkan/pegasus.git
10971 W:      https://github.com/petkan/pegasus
10972 S:      Maintained
10973 F:      drivers/net/usb/pegasus.*
10974
10975 USB PHY LAYER
10976 M:      Felipe Balbi <balbi@ti.com>
10977 L:      linux-usb@vger.kernel.org
10978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10979 S:      Maintained
10980 F:      drivers/usb/phy/
10981
10982 USB PRINTER DRIVER (usblp)
10983 M:      Pete Zaitcev <zaitcev@redhat.com>
10984 L:      linux-usb@vger.kernel.org
10985 S:      Supported
10986 F:      drivers/usb/class/usblp.c
10987
10988 USB RTL8150 DRIVER
10989 M:      Petko Manolov <petkan@nucleusys.com>
10990 L:      linux-usb@vger.kernel.org
10991 L:      netdev@vger.kernel.org
10992 T:      git git://github.com/petkan/rtl8150.git
10993 W:      https://github.com/petkan/rtl8150
10994 S:      Maintained
10995 F:      drivers/net/usb/rtl8150.c
10996
10997 USB SERIAL SUBSYSTEM
10998 M:      Johan Hovold <johan@kernel.org>
10999 L:      linux-usb@vger.kernel.org
11000 S:      Maintained
11001 F:      Documentation/usb/usb-serial.txt
11002 F:      drivers/usb/serial/
11003 F:      include/linux/usb/serial.h
11004
11005 USB SMSC75XX ETHERNET DRIVER
11006 M:      Steve Glendinning <steve.glendinning@shawell.net>
11007 L:      netdev@vger.kernel.org
11008 S:      Maintained
11009 F:      drivers/net/usb/smsc75xx.*
11010
11011 USB SMSC95XX ETHERNET DRIVER
11012 M:      Steve Glendinning <steve.glendinning@shawell.net>
11013 L:      netdev@vger.kernel.org
11014 S:      Maintained
11015 F:      drivers/net/usb/smsc95xx.*
11016
11017 USB SUBSYSTEM
11018 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11019 L:      linux-usb@vger.kernel.org
11020 W:      http://www.linux-usb.org
11021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
11022 S:      Supported
11023 F:      Documentation/usb/
11024 F:      drivers/usb/
11025 F:      include/linux/usb.h
11026 F:      include/linux/usb/
11027
11028 USB UHCI DRIVER
11029 M:      Alan Stern <stern@rowland.harvard.edu>
11030 L:      linux-usb@vger.kernel.org
11031 S:      Maintained
11032 F:      drivers/usb/host/uhci*
11033
11034 USB "USBNET" DRIVER FRAMEWORK
11035 M:      Oliver Neukum <oneukum@suse.com>
11036 L:      netdev@vger.kernel.org
11037 W:      http://www.linux-usb.org/usbnet
11038 S:      Maintained
11039 F:      drivers/net/usb/usbnet.c
11040 F:      include/linux/usb/usbnet.h
11041
11042 USB VIDEO CLASS
11043 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11044 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
11045 L:      linux-media@vger.kernel.org
11046 T:      git git://linuxtv.org/media_tree.git
11047 W:      http://www.ideasonboard.org/uvc/
11048 S:      Maintained
11049 F:      drivers/media/usb/uvc/
11050 F:      include/uapi/linux/uvcvideo.h
11051
11052 USB VISION DRIVER
11053 M:      Hans Verkuil <hverkuil@xs4all.nl>
11054 L:      linux-media@vger.kernel.org
11055 T:      git git://linuxtv.org/media_tree.git
11056 W:      http://linuxtv.org
11057 S:      Odd Fixes
11058 F:      drivers/media/usb/usbvision/
11059
11060 USB WEBCAM GADGET
11061 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11062 L:      linux-usb@vger.kernel.org
11063 S:      Maintained
11064 F:      drivers/usb/gadget/function/*uvc*
11065 F:      drivers/usb/gadget/legacy/webcam.c
11066
11067 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11068 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11069 L:      linux-wireless@vger.kernel.org
11070 S:      Maintained
11071 F:      drivers/net/wireless/rndis_wlan.c
11072
11073 USB XHCI DRIVER
11074 M:      Mathias Nyman <mathias.nyman@intel.com>
11075 L:      linux-usb@vger.kernel.org
11076 S:      Supported
11077 F:      drivers/usb/host/xhci*
11078 F:      drivers/usb/host/pci-quirks*
11079
11080 USB ZD1201 DRIVER
11081 L:      linux-wireless@vger.kernel.org
11082 W:      http://linux-lc100020.sourceforge.net
11083 S:      Orphan
11084 F:      drivers/net/wireless/zd1201.*
11085
11086 USB ZR364XX DRIVER
11087 M:      Antoine Jacquet <royale@zerezo.com>
11088 L:      linux-usb@vger.kernel.org
11089 L:      linux-media@vger.kernel.org
11090 T:      git git://linuxtv.org/media_tree.git
11091 W:      http://royale.zerezo.com/zr364xx/
11092 S:      Maintained
11093 F:      Documentation/video4linux/zr364xx.txt
11094 F:      drivers/media/usb/zr364xx/
11095
11096 ULPI BUS
11097 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11098 L:      linux-usb@vger.kernel.org
11099 S:      Maintained
11100 F:      drivers/usb/common/ulpi.c
11101 F:      include/linux/ulpi/
11102
11103 USER-MODE LINUX (UML)
11104 M:      Jeff Dike <jdike@addtoit.com>
11105 M:      Richard Weinberger <richard@nod.at>
11106 L:      user-mode-linux-devel@lists.sourceforge.net
11107 L:      user-mode-linux-user@lists.sourceforge.net
11108 W:      http://user-mode-linux.sourceforge.net
11109 S:      Maintained
11110 F:      Documentation/virtual/uml/
11111 F:      arch/um/
11112 F:      arch/x86/um/
11113 F:      fs/hostfs/
11114 F:      fs/hppfs/
11115
11116 USERSPACE I/O (UIO)
11117 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11118 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11119 S:      Maintained
11120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11121 F:      Documentation/DocBook/uio-howto.tmpl
11122 F:      drivers/uio/
11123 F:      include/linux/uio*.h
11124
11125 UTIL-LINUX PACKAGE
11126 M:      Karel Zak <kzak@redhat.com>
11127 L:      util-linux@vger.kernel.org
11128 W:      http://en.wikipedia.org/wiki/Util-linux
11129 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11130 S:      Maintained
11131
11132 UVESAFB DRIVER
11133 M:      Michal Januszewski <spock@gentoo.org>
11134 L:      linux-fbdev@vger.kernel.org
11135 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11136 S:      Maintained
11137 F:      Documentation/fb/uvesafb.txt
11138 F:      drivers/video/fbdev/uvesafb.*
11139
11140 VFAT/FAT/MSDOS FILESYSTEM
11141 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11142 S:      Maintained
11143 F:      Documentation/filesystems/vfat.txt
11144 F:      fs/fat/
11145
11146 VFIO DRIVER
11147 M:      Alex Williamson <alex.williamson@redhat.com>
11148 L:      kvm@vger.kernel.org
11149 S:      Maintained
11150 F:      Documentation/vfio.txt
11151 F:      drivers/vfio/
11152 F:      include/linux/vfio.h
11153 F:      include/uapi/linux/vfio.h
11154
11155 VFIO PLATFORM DRIVER
11156 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11157 L:      kvm@vger.kernel.org
11158 S:      Maintained
11159 F:      drivers/vfio/platform/
11160
11161 VIDEOBUF2 FRAMEWORK
11162 M:      Pawel Osciak <pawel@osciak.com>
11163 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11164 M:      Kyungmin Park <kyungmin.park@samsung.com>
11165 L:      linux-media@vger.kernel.org
11166 S:      Maintained
11167 F:      drivers/media/v4l2-core/videobuf2-*
11168 F:      include/media/videobuf2-*
11169
11170 VIRTIO CONSOLE DRIVER
11171 M:      Amit Shah <amit.shah@redhat.com>
11172 L:      virtualization@lists.linux-foundation.org
11173 S:      Maintained
11174 F:      drivers/char/virtio_console.c
11175 F:      include/linux/virtio_console.h
11176 F:      include/uapi/linux/virtio_console.h
11177
11178 VIRTIO CORE, NET AND BLOCK DRIVERS
11179 M:      "Michael S. Tsirkin" <mst@redhat.com>
11180 L:      virtualization@lists.linux-foundation.org
11181 S:      Maintained
11182 F:      drivers/virtio/
11183 F:      tools/virtio/
11184 F:      drivers/net/virtio_net.c
11185 F:      drivers/block/virtio_blk.c
11186 F:      include/linux/virtio_*.h
11187 F:      include/uapi/linux/virtio_*.h
11188
11189 VIRTIO DRIVERS FOR S390
11190 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11191 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11192 L:      linux-s390@vger.kernel.org
11193 L:      virtualization@lists.linux-foundation.org
11194 L:      kvm@vger.kernel.org
11195 S:      Supported
11196 F:      drivers/s390/virtio/
11197
11198 VIRTIO GPU DRIVER
11199 M:      David Airlie <airlied@linux.ie>
11200 M:      Gerd Hoffmann <kraxel@redhat.com>
11201 L:      dri-devel@lists.freedesktop.org
11202 L:      virtualization@lists.linux-foundation.org
11203 S:      Maintained
11204 F:      drivers/gpu/drm/virtio/
11205 F:      include/uapi/linux/virtio_gpu.h
11206
11207 VIRTIO HOST (VHOST)
11208 M:      "Michael S. Tsirkin" <mst@redhat.com>
11209 L:      kvm@vger.kernel.org
11210 L:      virtualization@lists.linux-foundation.org
11211 L:      netdev@vger.kernel.org
11212 S:      Maintained
11213 F:      drivers/vhost/
11214 F:      include/uapi/linux/vhost.h
11215
11216 VIRTIO INPUT DRIVER
11217 M:      Gerd Hoffmann <kraxel@redhat.com>
11218 S:      Maintained
11219 F:      drivers/virtio/virtio_input.c
11220 F:      include/uapi/linux/virtio_input.h
11221
11222 VIA RHINE NETWORK DRIVER
11223 S:      Orphan
11224 F:      drivers/net/ethernet/via/via-rhine.c
11225
11226 VIA SD/MMC CARD CONTROLLER DRIVER
11227 M:      Bruce Chang <brucechang@via.com.tw>
11228 M:      Harald Welte <HaraldWelte@viatech.com>
11229 S:      Maintained
11230 F:      drivers/mmc/host/via-sdmmc.c
11231
11232 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11233 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11234 L:      linux-fbdev@vger.kernel.org
11235 S:      Maintained
11236 F:      include/linux/via-core.h
11237 F:      include/linux/via-gpio.h
11238 F:      include/linux/via_i2c.h
11239 F:      drivers/video/fbdev/via/
11240
11241 VIA VELOCITY NETWORK DRIVER
11242 M:      Francois Romieu <romieu@fr.zoreil.com>
11243 L:      netdev@vger.kernel.org
11244 S:      Maintained
11245 F:      drivers/net/ethernet/via/via-velocity.*
11246
11247 VIVID VIRTUAL VIDEO DRIVER
11248 M:      Hans Verkuil <hverkuil@xs4all.nl>
11249 L:      linux-media@vger.kernel.org
11250 T:      git git://linuxtv.org/media_tree.git
11251 W:      http://linuxtv.org
11252 S:      Maintained
11253 F:      drivers/media/platform/vivid/*
11254
11255 VLAN (802.1Q)
11256 M:      Patrick McHardy <kaber@trash.net>
11257 L:      netdev@vger.kernel.org
11258 S:      Maintained
11259 F:      drivers/net/macvlan.c
11260 F:      include/linux/if_*vlan.h
11261 F:      net/8021q/
11262
11263 VLYNQ BUS
11264 M:      Florian Fainelli <florian@openwrt.org>
11265 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11266 S:      Maintained
11267 F:      drivers/vlynq/vlynq.c
11268 F:      include/linux/vlynq.h
11269
11270 VME SUBSYSTEM
11271 M:      Martyn Welch <martyn@welchs.me.uk>
11272 M:      Manohar Vanga <manohar.vanga@gmail.com>
11273 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11274 L:      devel@driverdev.osuosl.org
11275 S:      Maintained
11276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11277 F:      Documentation/vme_api.txt
11278 F:      drivers/staging/vme/
11279 F:      drivers/vme/
11280 F:      include/linux/vme*
11281
11282 VMWARE HYPERVISOR INTERFACE
11283 M:      Alok Kataria <akataria@vmware.com>
11284 L:      virtualization@lists.linux-foundation.org
11285 S:      Supported
11286 F:      arch/x86/kernel/cpu/vmware.c
11287
11288 VMWARE BALLOON DRIVER
11289 M:      Xavier Deguillard <xdeguillard@vmware.com>
11290 M:      Philip Moltmann <moltmann@vmware.com>
11291 M:      "VMware, Inc." <pv-drivers@vmware.com>
11292 L:      linux-kernel@vger.kernel.org
11293 S:      Maintained
11294 F:      drivers/misc/vmw_balloon.c
11295
11296 VMWARE VMMOUSE SUBDRIVER
11297 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11298 M:      "VMware, Inc." <pv-drivers@vmware.com>
11299 L:      linux-input@vger.kernel.org
11300 S:      Maintained
11301 F:      drivers/input/mouse/vmmouse.c
11302 F:      drivers/input/mouse/vmmouse.h
11303
11304 VMWARE VMXNET3 ETHERNET DRIVER
11305 M:      Shrikrishna Khare <skhare@vmware.com>
11306 M:      "VMware, Inc." <pv-drivers@vmware.com>
11307 L:      netdev@vger.kernel.org
11308 S:      Maintained
11309 F:      drivers/net/vmxnet3/
11310
11311 VMware PVSCSI driver
11312 M:      Arvind Kumar <arvindkumar@vmware.com>
11313 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11314 L:      linux-scsi@vger.kernel.org
11315 S:      Maintained
11316 F:      drivers/scsi/vmw_pvscsi.c
11317 F:      drivers/scsi/vmw_pvscsi.h
11318
11319 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11320 M:      Liam Girdwood <lgirdwood@gmail.com>
11321 M:      Mark Brown <broonie@kernel.org>
11322 L:      linux-kernel@vger.kernel.org
11323 W:      http://www.slimlogic.co.uk/?p=48
11324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11325 S:      Supported
11326 F:      drivers/regulator/
11327 F:      include/linux/regulator/
11328
11329 VRF
11330 M:      David Ahern <dsa@cumulusnetworks.com>
11331 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11332 L:      netdev@vger.kernel.org
11333 S:      Maintained
11334 F:      drivers/net/vrf.c
11335 F:      include/net/vrf.h
11336 F:      Documentation/networking/vrf.txt
11337
11338 VT1211 HARDWARE MONITOR DRIVER
11339 M:      Juerg Haefliger <juergh@gmail.com>
11340 L:      lm-sensors@lm-sensors.org
11341 S:      Maintained
11342 F:      Documentation/hwmon/vt1211
11343 F:      drivers/hwmon/vt1211.c
11344
11345 VT8231 HARDWARE MONITOR DRIVER
11346 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11347 L:      lm-sensors@lm-sensors.org
11348 S:      Maintained
11349 F:      drivers/hwmon/vt8231.c
11350
11351 VUB300 USB to SDIO/SD/MMC bridge chip
11352 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11353 L:      linux-mmc@vger.kernel.org
11354 L:      linux-usb@vger.kernel.org
11355 S:      Supported
11356 F:      drivers/mmc/host/vub300.c
11357
11358 W1 DALLAS'S 1-WIRE BUS
11359 M:      Evgeniy Polyakov <zbr@ioremap.net>
11360 S:      Maintained
11361 F:      Documentation/w1/
11362 F:      drivers/w1/
11363
11364 W83791D HARDWARE MONITORING DRIVER
11365 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11366 L:      lm-sensors@lm-sensors.org
11367 S:      Maintained
11368 F:      Documentation/hwmon/w83791d
11369 F:      drivers/hwmon/w83791d.c
11370
11371 W83793 HARDWARE MONITORING DRIVER
11372 M:      Rudolf Marek <r.marek@assembler.cz>
11373 L:      lm-sensors@lm-sensors.org
11374 S:      Maintained
11375 F:      Documentation/hwmon/w83793
11376 F:      drivers/hwmon/w83793.c
11377
11378 W83795 HARDWARE MONITORING DRIVER
11379 M:      Jean Delvare <jdelvare@suse.com>
11380 L:      lm-sensors@lm-sensors.org
11381 S:      Maintained
11382 F:      drivers/hwmon/w83795.c
11383
11384 W83L51xD SD/MMC CARD INTERFACE DRIVER
11385 M:      Pierre Ossman <pierre@ossman.eu>
11386 S:      Maintained
11387 F:      drivers/mmc/host/wbsd.*
11388
11389 WACOM PROTOCOL 4 SERIAL TABLETS
11390 M:      Julian Squires <julian@cipht.net>
11391 M:      Hans de Goede <hdegoede@redhat.com>
11392 L:      linux-input@vger.kernel.org
11393 S:      Maintained
11394 F:      drivers/input/tablet/wacom_serial4.c
11395
11396 WATCHDOG DEVICE DRIVERS
11397 M:      Wim Van Sebroeck <wim@iguana.be>
11398 L:      linux-watchdog@vger.kernel.org
11399 W:      http://www.linux-watchdog.org/
11400 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11401 S:      Maintained
11402 F:      Documentation/watchdog/
11403 F:      drivers/watchdog/
11404 F:      include/linux/watchdog.h
11405 F:      include/uapi/linux/watchdog.h
11406
11407 WD7000 SCSI DRIVER
11408 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11409 L:      linux-scsi@vger.kernel.org
11410 S:      Maintained
11411 F:      drivers/scsi/wd7000.c
11412
11413 WIIMOTE HID DRIVER
11414 M:      David Herrmann <dh.herrmann@googlemail.com>
11415 L:      linux-input@vger.kernel.org
11416 S:      Maintained
11417 F:      drivers/hid/hid-wiimote*
11418
11419 WINBOND CIR DRIVER
11420 M:      David Härdeman <david@hardeman.nu>
11421 S:      Maintained
11422 F:      drivers/media/rc/winbond-cir.c
11423
11424 WIMAX STACK
11425 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11426 M:      linux-wimax@intel.com
11427 L:      wimax@linuxwimax.org (subscribers-only)
11428 S:      Supported
11429 W:      http://linuxwimax.org
11430 F:      Documentation/wimax/README.wimax
11431 F:      include/linux/wimax/debug.h
11432 F:      include/net/wimax.h
11433 F:      include/uapi/linux/wimax.h
11434 F:      net/wimax/
11435
11436 WISTRON LAPTOP BUTTON DRIVER
11437 M:      Miloslav Trmac <mitr@volny.cz>
11438 S:      Maintained
11439 F:      drivers/input/misc/wistron_btns.c
11440
11441 WL3501 WIRELESS PCMCIA CARD DRIVER
11442 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11443 L:      linux-wireless@vger.kernel.org
11444 W:      http://oops.ghostprotocols.net:81/blog
11445 S:      Maintained
11446 F:      drivers/net/wireless/wl3501*
11447
11448 WOLFSON MICROELECTRONICS DRIVERS
11449 L:      patches@opensource.wolfsonmicro.com
11450 T:      git https://github.com/CirrusLogic/linux-drivers.git
11451 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11452 S:      Supported
11453 F:      Documentation/hwmon/wm83??
11454 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11455 F:      drivers/clk/clk-wm83*.c
11456 F:      drivers/extcon/extcon-arizona.c
11457 F:      drivers/leds/leds-wm83*.c
11458 F:      drivers/gpio/gpio-*wm*.c
11459 F:      drivers/gpio/gpio-arizona.c
11460 F:      drivers/hwmon/wm83??-hwmon.c
11461 F:      drivers/input/misc/wm831x-on.c
11462 F:      drivers/input/touchscreen/wm831x-ts.c
11463 F:      drivers/input/touchscreen/wm97*.c
11464 F:      drivers/mfd/arizona*
11465 F:      drivers/mfd/wm*.c
11466 F:      drivers/power/wm83*.c
11467 F:      drivers/rtc/rtc-wm83*.c
11468 F:      drivers/regulator/wm8*.c
11469 F:      drivers/video/backlight/wm83*_bl.c
11470 F:      drivers/watchdog/wm83*_wdt.c
11471 F:      include/linux/mfd/arizona/
11472 F:      include/linux/mfd/wm831x/
11473 F:      include/linux/mfd/wm8350/
11474 F:      include/linux/mfd/wm8400*
11475 F:      include/linux/wm97xx.h
11476 F:      include/sound/wm????.h
11477 F:      sound/soc/codecs/arizona.?
11478 F:      sound/soc/codecs/wm*
11479
11480 WORKQUEUE
11481 M:      Tejun Heo <tj@kernel.org>
11482 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11484 S:      Maintained
11485 F:      include/linux/workqueue.h
11486 F:      kernel/workqueue.c
11487 F:      Documentation/workqueue.txt
11488
11489 X.25 NETWORK LAYER
11490 M:      Andrew Hendry <andrew.hendry@gmail.com>
11491 L:      linux-x25@vger.kernel.org
11492 S:      Odd Fixes
11493 F:      Documentation/networking/x25*
11494 F:      include/net/x25*
11495 F:      net/x25/
11496
11497 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11498 M:      Thomas Gleixner <tglx@linutronix.de>
11499 M:      Ingo Molnar <mingo@redhat.com>
11500 M:      "H. Peter Anvin" <hpa@zytor.com>
11501 M:      x86@kernel.org
11502 L:      linux-kernel@vger.kernel.org
11503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11504 S:      Maintained
11505 F:      Documentation/x86/
11506 F:      arch/x86/
11507
11508 X86 PLATFORM DRIVERS
11509 M:      Darren Hart <dvhart@infradead.org>
11510 L:      platform-driver-x86@vger.kernel.org
11511 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11512 S:      Maintained
11513 F:      drivers/platform/x86/
11514
11515 X86 MCE INFRASTRUCTURE
11516 M:      Tony Luck <tony.luck@intel.com>
11517 M:      Borislav Petkov <bp@alien8.de>
11518 L:      linux-edac@vger.kernel.org
11519 S:      Maintained
11520 F:      arch/x86/kernel/cpu/mcheck/*
11521
11522 X86 VDSO
11523 M:      Andy Lutomirski <luto@amacapital.net>
11524 L:      linux-kernel@vger.kernel.org
11525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11526 S:      Maintained
11527 F:      arch/x86/entry/vdso/
11528
11529 XC2028/3028 TUNER DRIVER
11530 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11531 L:      linux-media@vger.kernel.org
11532 W:      http://linuxtv.org
11533 T:      git git://linuxtv.org/media_tree.git
11534 S:      Maintained
11535 F:      drivers/media/tuners/tuner-xc2028.*
11536
11537 XEN HYPERVISOR INTERFACE
11538 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11539 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11540 M:      David Vrabel <david.vrabel@citrix.com>
11541 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11543 S:      Supported
11544 F:      arch/x86/xen/
11545 F:      drivers/*/xen-*front.c
11546 F:      drivers/xen/
11547 F:      arch/x86/include/asm/xen/
11548 F:      include/xen/
11549 F:      include/uapi/xen/
11550
11551 XEN HYPERVISOR ARM
11552 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11553 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11554 S:      Supported
11555 F:      arch/arm/xen/
11556 F:      arch/arm/include/asm/xen/
11557
11558 XEN HYPERVISOR ARM64
11559 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11560 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11561 S:      Supported
11562 F:      arch/arm64/xen/
11563 F:      arch/arm64/include/asm/xen/
11564
11565 XEN NETWORK BACKEND DRIVER
11566 M:      Ian Campbell <ian.campbell@citrix.com>
11567 M:      Wei Liu <wei.liu2@citrix.com>
11568 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11569 L:      netdev@vger.kernel.org
11570 S:      Supported
11571 F:      drivers/net/xen-netback/*
11572
11573 XEN PCI SUBSYSTEM
11574 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11575 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11576 S:      Supported
11577 F:      arch/x86/pci/*xen*
11578 F:      drivers/pci/*xen*
11579
11580 XEN BLOCK SUBSYSTEM
11581 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11582 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11583 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11584 S:      Supported
11585 F:      drivers/block/xen-blkback/*
11586 F:      drivers/block/xen*
11587
11588 XEN PVSCSI DRIVERS
11589 M:      Juergen Gross <jgross@suse.com>
11590 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11591 L:      linux-scsi@vger.kernel.org
11592 S:      Supported
11593 F:      drivers/scsi/xen-scsifront.c
11594 F:      drivers/xen/xen-scsiback.c
11595 F:      include/xen/interface/io/vscsiif.h
11596
11597 XEN SWIOTLB SUBSYSTEM
11598 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11599 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11600 S:      Supported
11601 F:      arch/x86/xen/*swiotlb*
11602 F:      drivers/xen/*swiotlb*
11603
11604 XFS FILESYSTEM
11605 P:      Silicon Graphics Inc
11606 M:      Dave Chinner <david@fromorbit.com>
11607 M:      xfs@oss.sgi.com
11608 L:      xfs@oss.sgi.com
11609 W:      http://oss.sgi.com/projects/xfs
11610 T:      git git://oss.sgi.com/xfs/xfs.git
11611 S:      Supported
11612 F:      Documentation/filesystems/xfs.txt
11613 F:      fs/xfs/
11614
11615 XILINX AXI ETHERNET DRIVER
11616 M:      Anirudha Sarangi <anirudh@xilinx.com>
11617 M:      John Linn <John.Linn@xilinx.com>
11618 S:      Maintained
11619 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11620
11621 XILINX UARTLITE SERIAL DRIVER
11622 M:      Peter Korsgaard <jacmet@sunsite.dk>
11623 L:      linux-serial@vger.kernel.org
11624 S:      Maintained
11625 F:      drivers/tty/serial/uartlite.c
11626
11627 XILINX VIDEO IP CORES
11628 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11629 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11630 L:      linux-media@vger.kernel.org
11631 T:      git git://linuxtv.org/media_tree.git
11632 S:      Supported
11633 F:      Documentation/devicetree/bindings/media/xilinx/
11634 F:      drivers/media/platform/xilinx/
11635 F:      include/uapi/linux/xilinx-v4l2-controls.h
11636
11637 XILLYBUS DRIVER
11638 M:      Eli Billauer <eli.billauer@gmail.com>
11639 L:      linux-kernel@vger.kernel.org
11640 S:      Supported
11641 F:      drivers/char/xillybus/
11642
11643 XTENSA XTFPGA PLATFORM SUPPORT
11644 M:      Max Filippov <jcmvbkbc@gmail.com>
11645 L:      linux-xtensa@linux-xtensa.org
11646 S:      Maintained
11647 F:      drivers/spi/spi-xtensa-xtfpga.c
11648 F:      sound/soc/xtensa/xtfpga-i2s.c
11649
11650 YAM DRIVER FOR AX.25
11651 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11652 L:      linux-hams@vger.kernel.org
11653 S:      Maintained
11654 F:      drivers/net/hamradio/yam*
11655 F:      include/linux/yam.h
11656
11657 YEALINK PHONE DRIVER
11658 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11659 L:      usbb2k-api-dev@nongnu.org
11660 S:      Maintained
11661 F:      Documentation/input/yealink.txt
11662 F:      drivers/input/misc/yealink.*
11663
11664 Z8530 DRIVER FOR AX.25
11665 M:      Joerg Reuter <jreuter@yaina.de>
11666 W:      http://yaina.de/jreuter/
11667 W:      http://www.qsl.net/dl1bke/
11668 L:      linux-hams@vger.kernel.org
11669 S:      Maintained
11670 F:      Documentation/networking/z8530drv.txt
11671 F:      drivers/net/hamradio/*scc.c
11672 F:      drivers/net/hamradio/z8530.h
11673
11674 ZBUD COMPRESSED PAGE ALLOCATOR
11675 M:      Seth Jennings <sjennings@variantweb.net>
11676 L:      linux-mm@kvack.org
11677 S:      Maintained
11678 F:      mm/zbud.c
11679 F:      include/linux/zbud.h
11680
11681 ZD1211RW WIRELESS DRIVER
11682 M:      Daniel Drake <dsd@gentoo.org>
11683 M:      Ulrich Kunitz <kune@deine-taler.de>
11684 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11685 L:      linux-wireless@vger.kernel.org
11686 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11687 S:      Maintained
11688 F:      drivers/net/wireless/zd1211rw/
11689
11690 ZPOOL COMPRESSED PAGE STORAGE API
11691 M:      Dan Streetman <ddstreet@ieee.org>
11692 L:      linux-mm@kvack.org
11693 S:      Maintained
11694 F:      mm/zpool.c
11695 F:      include/linux/zpool.h
11696
11697 ZR36067 VIDEO FOR LINUX DRIVER
11698 L:      mjpeg-users@lists.sourceforge.net
11699 L:      linux-media@vger.kernel.org
11700 W:      http://mjpeg.sourceforge.net/driver-zoran/
11701 T:      hg http://linuxtv.org/hg/v4l-dvb
11702 S:      Odd Fixes
11703 F:      drivers/media/pci/zoran/
11704
11705 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11706 M:      Minchan Kim <minchan@kernel.org>
11707 M:      Nitin Gupta <ngupta@vflare.org>
11708 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11709 L:      linux-kernel@vger.kernel.org
11710 S:      Maintained
11711 F:      drivers/block/zram/
11712 F:      Documentation/blockdev/zram.txt
11713
11714 ZS DECSTATION Z85C30 SERIAL DRIVER
11715 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11716 S:      Maintained
11717 F:      drivers/tty/serial/zs.*
11718
11719 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11720 M:      Minchan Kim <minchan@kernel.org>
11721 M:      Nitin Gupta <ngupta@vflare.org>
11722 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11723 L:      linux-mm@kvack.org
11724 S:      Maintained
11725 F:      mm/zsmalloc.c
11726 F:      include/linux/zsmalloc.h
11727 F:      Documentation/vm/zsmalloc.txt
11728
11729 ZSWAP COMPRESSED SWAP CACHING
11730 M:      Seth Jennings <sjennings@variantweb.net>
11731 L:      linux-mm@kvack.org
11732 S:      Maintained
11733 F:      mm/zswap.c
11734
11735 THE REST
11736 M:      Linus Torvalds <torvalds@linux-foundation.org>
11737 L:      linux-kernel@vger.kernel.org
11738 Q:      http://patchwork.kernel.org/project/LKML/list/
11739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11740 S:      Buried alive in reporters
11741 F:      *
11742 F:      */