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