OSDN Git Service

Merge remote-tracking branch 'thermal/next'
[uclinux-h8/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 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
622
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
632
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
640
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
657
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
662
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
668
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
673
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
680
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
686
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
693
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
699
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
705
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
711
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
724
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
731
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
742
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
748
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
758
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
765
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
773
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
779
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
785
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
791
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
798
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
804
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
810
811 ARCNET NETWORK LAYER
812 M:      Michael Grzeschik <m.grzeschik@pengutronix.de>
813 L:      netdev@vger.kernel.org
814 S:      Maintained
815 F:      drivers/net/arcnet/
816 F:      include/uapi/linux/if_arcnet.h
817
818 ARM MFM AND FLOPPY DRIVERS
819 M:      Ian Molton <spyro@f2s.com>
820 S:      Maintained
821 F:      arch/arm/lib/floppydma.S
822 F:      arch/arm/include/asm/floppy.h
823
824 ARM PMU PROFILING AND DEBUGGING
825 M:      Will Deacon <will.deacon@arm.com>
826 S:      Maintained
827 F:      arch/arm/kernel/perf_*
828 F:      arch/arm/oprofile/common.c
829 F:      arch/arm/kernel/hw_breakpoint.c
830 F:      arch/arm/include/asm/hw_breakpoint.h
831 F:      arch/arm/include/asm/perf_event.h
832 F:      drivers/perf/arm_pmu.c
833 F:      include/linux/perf/arm_pmu.h
834
835 ARM PORT
836 M:      Russell King <linux@arm.linux.org.uk>
837 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
838 W:      http://www.arm.linux.org.uk/
839 S:      Maintained
840 F:      arch/arm/
841
842 ARM SUB-ARCHITECTURES
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845 F:      arch/arm/mach-*/
846 F:      arch/arm/plat-*/
847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
848
849 ARM PRIMECELL AACI PL041 DRIVER
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      sound/arm/aaci.*
853
854 ARM PRIMECELL CLCD PL110 DRIVER
855 M:      Russell King <linux@arm.linux.org.uk>
856 S:      Maintained
857 F:      drivers/video/fbdev/amba-clcd.*
858
859 ARM PRIMECELL KMI PL050 DRIVER
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/input/serio/ambakmi.*
863 F:      include/linux/amba/kmi.h
864
865 ARM PRIMECELL MMCI PL180/1 DRIVER
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/mmc/host/mmci.*
869 F:      include/linux/amba/mmci.h
870
871 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
872 M:      Russell King <linux@arm.linux.org.uk>
873 S:      Maintained
874 F:      drivers/tty/serial/amba-pl01*.c
875 F:      include/linux/amba/serial.h
876
877 ARM PRIMECELL BUS SUPPORT
878 M:      Russell King <linux@arm.linux.org.uk>
879 S:      Maintained
880 F:      drivers/amba/
881 F:      include/linux/amba/bus.h
882
883 ARM/ADS SPHERE MACHINE SUPPORT
884 M:      Lennert Buytenhek <kernel@wantstofly.org>
885 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S:      Maintained
887
888 ARM/AFEB9260 MACHINE SUPPORT
889 M:      Sergey Lapin <slapin@ossfans.org>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
892
893 ARM/AJECO 1ARM MACHINE SUPPORT
894 M:      Lennert Buytenhek <kernel@wantstofly.org>
895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
896 S:      Maintained
897
898 ARM/Allwinner A1X SoC support
899 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
902 N:      sun[x456789]i
903
904 ARM/Allwinner SoC Clock Support
905 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
906 S:      Maintained
907 F:      drivers/clk/sunxi/
908
909 ARM/Amlogic MesonX SoC support
910 M:      Carlo Caione <carlo@caione.org>
911 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
912 S:      Maintained
913 F:      drivers/media/rc/meson-ir.c
914 N:      meson[x68]
915
916 ARM/Annapurna Labs ALPINE ARCHITECTURE
917 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
918 S:      Maintained
919 F:      arch/arm/mach-alpine/
920
921 ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT
922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
923 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
924 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 W:      http://www.linux4sam.org
927 S:      Supported
928 F:      arch/arm/mach-at91/
929 F:      include/soc/at91/
930 F:      arch/arm/boot/dts/at91*.dts
931 F:      arch/arm/boot/dts/at91*.dtsi
932 F:      arch/arm/boot/dts/sama*.dts
933 F:      arch/arm/boot/dts/sama*.dtsi
934 F:      arch/arm/include/debug/at91.S
935
936 ARM/ATMEL AT91 Clock Support
937 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
938 S:      Maintained
939 F:      drivers/clk/at91
940
941 ARM/CALXEDA HIGHBANK ARCHITECTURE
942 M:      Rob Herring <robh@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945 F:      arch/arm/mach-highbank/
946
947 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
948 M:      Krzysztof Halasa <khalasa@piap.pl>
949 S:      Maintained
950 F:      arch/arm/mach-cns3xxx/
951
952 ARM/CAVIUM THUNDER NETWORK DRIVER
953 M:      Sunil Goutham <sgoutham@cavium.com>
954 M:      Robert Richter <rric@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Supported
957 F:      drivers/net/ethernet/cavium/thunder/
958
959 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
960 M:      Alexander Shiyan <shc_work@mail.ru>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Odd Fixes
963 N:      clps711x
964
965 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
966 M:      Hartley Sweeten <hsweeten@visionengravers.com>
967 M:      Ryan Mallon <rmallon@gmail.com>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/mach-ep93xx/
971 F:      arch/arm/mach-ep93xx/include/mach/
972
973 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
974 M:      Lennert Buytenhek <kernel@wantstofly.org>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CLKDEV SUPPORT
979 M:      Russell King <linux@arm.linux.org.uk>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
982 F:      arch/arm/include/asm/clkdev.h
983 F:      drivers/clk/clkdev.c
984
985 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
986 M:      Mike Rapoport <mike@compulab.co.il>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989
990 ARM/CONTEC MICRO9 MACHINE SUPPORT
991 M:      Hubert Feurstein <hubert.feurstein@contec.at>
992 S:      Maintained
993 F:      arch/arm/mach-ep93xx/micro9.c
994
995 ARM/CORESIGHT FRAMEWORK AND DRIVERS
996 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999 F:      drivers/hwtracing/coresight/*
1000 F:      Documentation/trace/coresight.txt
1001 F:      Documentation/devicetree/bindings/arm/coresight.txt
1002 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
1003
1004 ARM/CORGI MACHINE SUPPORT
1005 M:      Richard Purdie <rpurdie@rpsys.net>
1006 S:      Maintained
1007
1008 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1009 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1011 T:      git git://github.com/ulli-kroll/linux.git
1012 S:      Maintained
1013 F:      arch/arm/mach-gemini/
1014 F:      drivers/rtc/rtc-gemini.c
1015
1016 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1017 M:      Barry Song <baohua@kernel.org>
1018 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1020 S:      Maintained
1021 F:      arch/arm/mach-prima2/
1022 F:      drivers/clk/sirf/
1023 F:      drivers/clocksource/timer-prima2.c
1024 F:      drivers/clocksource/timer-atlas7.c
1025 N:      [^a-z]sirf
1026
1027 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1028 M:      Baruch Siach <baruch@tkos.co.il>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 S:      Maintained
1031 F:      arch/arm/boot/dts/cx92755*
1032 N:      digicolor
1033
1034 ARM/EBSA110 MACHINE SUPPORT
1035 M:      Russell King <linux@arm.linux.org.uk>
1036 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1037 W:      http://www.arm.linux.org.uk/
1038 S:      Maintained
1039 F:      arch/arm/mach-ebsa110/
1040 F:      drivers/net/ethernet/amd/am79c961a.*
1041
1042 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1043 M:      Uwe Kleine-König <kernel@pengutronix.de>
1044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1045 S:      Maintained
1046 N:      efm32
1047
1048 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1049 M:      Daniel Ribeiro <drwyrm@gmail.com>
1050 M:      Stefan Schmidt <stefan@openezx.org>
1051 M:      Harald Welte <laforge@openezx.org>
1052 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1053 W:      http://www.openezx.org/
1054 S:      Maintained
1055 T:      topgit git://git.openezx.org/openezx.git
1056 F:      arch/arm/mach-pxa/ezx.c
1057
1058 ARM/FARADAY FA526 PORT
1059 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062 T:      git git://git.berlios.de/gemini-board
1063 F:      arch/arm/mm/*-fa*
1064
1065 ARM/FOOTBRIDGE ARCHITECTURE
1066 M:      Russell King <linux@arm.linux.org.uk>
1067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1068 W:      http://www.arm.linux.org.uk/
1069 S:      Maintained
1070 F:      arch/arm/include/asm/hardware/dec21285.h
1071 F:      arch/arm/mach-footbridge/
1072
1073 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1074 M:      Shawn Guo <shawnguo@kernel.org>
1075 M:      Sascha Hauer <kernel@pengutronix.de>
1076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1077 S:      Maintained
1078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1079 F:      arch/arm/mach-imx/
1080 F:      arch/arm/mach-mxs/
1081 F:      arch/arm/boot/dts/imx*
1082 F:      arch/arm/configs/imx*_defconfig
1083 F:      drivers/clk/imx/
1084 F:      include/soc/imx/
1085
1086 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1087 M:      Shawn Guo <shawnguo@kernel.org>
1088 M:      Sascha Hauer <kernel@pengutronix.de>
1089 R:      Stefan Agner <stefan@agner.ch>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1093 F:      arch/arm/mach-imx/*vf610*
1094 F:      arch/arm/boot/dts/vf*
1095
1096 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1097 M:      Lennert Buytenhek <kernel@wantstofly.org>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/GUMSTIX MACHINE SUPPORT
1102 M:      Steve Sakoman <sakoman@gmail.com>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1107 M:      Philipp Zabel <philipp.zabel@gmail.com>
1108 M:      Paul Parsons <lost.distance@yahoo.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/hx4700.c
1112 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1113 F:      sound/soc/pxa/hx4700.c
1114
1115 ARM/HISILICON SOC SUPPORT
1116 M:      Wei Xu <xuwei5@hisilicon.com>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 W:      http://www.hisilicon.com
1119 S:      Supported
1120 T:      git git://github.com/hisilicon/linux-hisi.git
1121 F:      arch/arm/mach-hisi/
1122
1123 ARM/HP JORNADA 7XX MACHINE SUPPORT
1124 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1125 W:      www.jlime.com
1126 S:      Maintained
1127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1128 F:      arch/arm/mach-sa1100/jornada720.c
1129 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1130
1131 ARM/IGEP MACHINE SUPPORT
1132 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1133 M:      Javier Martinez Canillas <javier@dowhile0.org>
1134 L:      linux-omap@vger.kernel.org
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137 F:      arch/arm/boot/dts/omap3-igep*
1138
1139 ARM/INCOME PXA270 SUPPORT
1140 M:      Marek Vasut <marek.vasut@gmail.com>
1141 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1142 S:      Maintained
1143 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1144
1145 ARM/INTEL IOP32X ARM ARCHITECTURE
1146 M:      Lennert Buytenhek <kernel@wantstofly.org>
1147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1148 S:      Maintained
1149
1150 ARM/INTEL IOP33X ARM ARCHITECTURE
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Orphan
1153
1154 ARM/INTEL IOP13XX ARM ARCHITECTURE
1155 M:      Lennert Buytenhek <kernel@wantstofly.org>
1156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1157 S:      Maintained
1158
1159 ARM/INTEL IQ81342EX MACHINE SUPPORT
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 IXDP2850 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 IXP4XX ARM ARCHITECTURE
1170 M:      Imre Kaloz <kaloz@openwrt.org>
1171 M:      Krzysztof Halasa <khalasa@piap.pl>
1172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1173 S:      Maintained
1174 F:      arch/arm/mach-ixp4xx/
1175
1176 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1177 M:      Jonathan Cameron <jic23@cam.ac.uk>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180 F:      arch/arm/mach-pxa/stargate2.c
1181 F:      drivers/pcmcia/pxa2xx_stargate2.c
1182
1183 ARM/INTEL XSC3 (MANZANO) ARM CORE
1184 M:      Lennert Buytenhek <kernel@wantstofly.org>
1185 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1186 S:      Maintained
1187
1188 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
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/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-keystone/
1198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1199
1200 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1201 M:      Santosh Shilimkar <ssantosh@kernel.org>
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clk/keystone/
1205
1206 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/clocksource/timer-keystone.c
1212
1213 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1214 M:      Santosh Shilimkar <ssantosh@kernel.org>
1215 L:      linux-kernel@vger.kernel.org
1216 S:      Maintained
1217 F:      drivers/power/reset/keystone-reset.c
1218
1219 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1220 M:      Santosh Shilimkar <ssantosh@kernel.org>
1221 L:      linux-kernel@vger.kernel.org
1222 S:      Maintained
1223 F:      drivers/memory/*emif*
1224
1225 ARM/LOGICPD PXA270 MACHINE SUPPORT
1226 M:      Lennert Buytenhek <kernel@wantstofly.org>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229
1230 ARM/LPC18XX ARCHITECTURE
1231 M:      Joachim Eastwood <manabian@gmail.com>
1232 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1233 S:      Maintained
1234 N:      lpc18xx
1235
1236 ARM/MAGICIAN MACHINE SUPPORT
1237 M:      Philipp Zabel <philipp.zabel@gmail.com>
1238 S:      Maintained
1239
1240 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1241 M:      Jason Cooper <jason@lakedaemon.net>
1242 M:      Andrew Lunn <andrew@lunn.ch>
1243 M:      Gregory Clement <gregory.clement@free-electrons.com>
1244 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/mach-mvebu/
1248 F:      drivers/rtc/rtc-armada38x.c
1249 F:      arch/arm/boot/dts/armada*
1250 F:      arch/arm/boot/dts/kirkwood*
1251
1252
1253 ARM/Marvell Berlin SoC support
1254 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-berlin/
1258 F:      arch/arm/boot/dts/berlin*
1259
1260
1261 ARM/Marvell Dove/MV78xx0/Orion SOC support
1262 M:      Jason Cooper <jason@lakedaemon.net>
1263 M:      Andrew Lunn <andrew@lunn.ch>
1264 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1265 M:      Gregory Clement <gregory.clement@free-electrons.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 S:      Maintained
1268 F:      arch/arm/mach-dove/
1269 F:      arch/arm/mach-mv78xx0/
1270 F:      arch/arm/mach-orion5x/
1271 F:      arch/arm/plat-orion/
1272 F:      arch/arm/boot/dts/dove*
1273 F:      arch/arm/boot/dts/orion5x*
1274
1275
1276 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1277 M:      Alexander Clouter <alex@digriz.org.uk>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 W:      http://www.digriz.org.uk/ts78xx/kernel
1280 S:      Maintained
1281 F:      arch/arm/mach-orion5x/ts78xx-*
1282
1283 ARM/Mediatek RTC DRIVER
1284 M:      Eddie Huang <eddie.huang@mediatek.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      drivers/rtc/rtc-mt6397.c
1289
1290 ARM/Mediatek SoC support
1291 M:      Matthias Brugger <matthias.bgg@gmail.com>
1292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1293 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1294 S:      Maintained
1295 F:      arch/arm/boot/dts/mt6*
1296 F:      arch/arm/boot/dts/mt8*
1297 F:      arch/arm/mach-mediatek/
1298 N:      mtk
1299 K:      mediatek
1300
1301 ARM/MICREL KS8695 ARCHITECTURE
1302 M:      Greg Ungerer <gerg@uclinux.org>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 F:      arch/arm/mach-ks8695/
1305 S:      Odd Fixes
1306
1307 ARM/MIOA701 MACHINE SUPPORT
1308 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 F:      arch/arm/mach-pxa/mioa701.c
1311 S:      Maintained
1312
1313 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1314 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1315 S:      Maintained
1316
1317 ARM/NOMADIK ARCHITECTURE
1318 M:      Alessandro Rubini <rubini@unipv.it>
1319 M:      Linus Walleij <linus.walleij@linaro.org>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322 F:      arch/arm/mach-nomadik/
1323 F:      drivers/pinctrl/nomadik/
1324 F:      drivers/i2c/busses/i2c-nomadik.c
1325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1326
1327 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1328 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1329 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1330 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1331 S:      Supported
1332
1333 ARM/TOSA MACHINE SUPPORT
1334 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1335 M:      Dirk Opfer <dirk@opfer-online.de>
1336 S:      Maintained
1337
1338 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1339 M:      Marek Vasut <marek.vasut@gmail.com>
1340 L:      linux-arm-kernel@lists.infradead.org
1341 W:      http://hackndev.com
1342 S:      Maintained
1343 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1344 F:      arch/arm/mach-pxa/palmtx.c
1345 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1346 F:      arch/arm/mach-pxa/palmt5.c
1347 F:      arch/arm/mach-pxa/include/mach/palmld.h
1348 F:      arch/arm/mach-pxa/palmld.c
1349 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1350 F:      arch/arm/mach-pxa/palmte2.c
1351 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1352 F:      arch/arm/mach-pxa/palmtc.c
1353
1354 ARM/PALM TREO SUPPORT
1355 M:      Tomas Cech <sleep_walker@suse.com>
1356 L:      linux-arm-kernel@lists.infradead.org
1357 W:      http://hackndev.com
1358 S:      Maintained
1359 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1360 F:      arch/arm/mach-pxa/palmtreo.c
1361
1362 ARM/PALMZ72 SUPPORT
1363 M:      Sergey Lapin <slapin@ossfans.org>
1364 L:      linux-arm-kernel@lists.infradead.org
1365 W:      http://hackndev.com
1366 S:      Maintained
1367 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1368 F:      arch/arm/mach-pxa/palmz72.c
1369
1370 ARM/PLEB SUPPORT
1371 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1372 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1373 S:      Maintained
1374
1375 ARM/PT DIGITAL BOARD PORT
1376 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 W:      http://www.arm.linux.org.uk/
1379 S:      Maintained
1380
1381 ARM/QUALCOMM SUPPORT
1382 M:      Kumar Gala <galak@codeaurora.org>
1383 M:      Andy Gross <agross@codeaurora.org>
1384 M:      David Brown <davidb@codeaurora.org>
1385 L:      linux-arm-msm@vger.kernel.org
1386 L:      linux-soc@vger.kernel.org
1387 S:      Maintained
1388 F:      arch/arm/mach-qcom/
1389 F:      drivers/soc/qcom/
1390 F:      drivers/tty/serial/msm_serial.h
1391 F:      drivers/tty/serial/msm_serial.c
1392 F:      drivers/*/pm8???-*
1393 F:      drivers/mfd/ssbi.c
1394 F:      drivers/firmware/qcom_scm.c
1395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1396
1397 ARM/RADISYS ENP2611 MACHINE SUPPORT
1398 M:      Lennert Buytenhek <kernel@wantstofly.org>
1399 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1400 S:      Maintained
1401
1402 ARM/RISCPC ARCHITECTURE
1403 M:      Russell King <linux@arm.linux.org.uk>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 W:      http://www.arm.linux.org.uk/
1406 S:      Maintained
1407 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1408 F:      arch/arm/include/asm/hardware/ioc.h
1409 F:      arch/arm/include/asm/hardware/iomd.h
1410 F:      arch/arm/include/asm/hardware/memc.h
1411 F:      arch/arm/mach-rpc/
1412 F:      drivers/net/ethernet/8390/etherh.c
1413 F:      drivers/net/ethernet/i825xx/ether1*
1414 F:      drivers/net/ethernet/seeq/ether3*
1415 F:      drivers/scsi/arm/
1416
1417 ARM/Rockchip SoC support
1418 M:      Heiko Stuebner <heiko@sntech.de>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 L:      linux-rockchip@lists.infradead.org
1421 S:      Maintained
1422 F:      arch/arm/boot/dts/rk3*
1423 F:      arch/arm/mach-rockchip/
1424 F:      drivers/clk/rockchip/
1425 F:      drivers/i2c/busses/i2c-rk3x.c
1426 F:      drivers/*/*rockchip*
1427 F:      drivers/*/*/*rockchip*
1428 F:      sound/soc/rockchip/
1429 N:      rockchip
1430
1431 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1432 M:      Kukjin Kim <kgene@kernel.org>
1433 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1436 S:      Maintained
1437 F:      arch/arm/boot/dts/s3c*
1438 F:      arch/arm/boot/dts/exynos*
1439 F:      arch/arm64/boot/dts/exynos/
1440 F:      arch/arm/plat-samsung/
1441 F:      arch/arm/mach-s3c24*/
1442 F:      arch/arm/mach-s3c64xx/
1443 F:      arch/arm/mach-s5p*/
1444 F:      arch/arm/mach-exynos*/
1445 F:      drivers/*/*s3c2410*
1446 F:      drivers/*/*/*s3c2410*
1447 F:      drivers/spi/spi-s3c*
1448 F:      sound/soc/samsung/*
1449 N:      exynos
1450
1451 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1452 M:      Kyungmin Park <kyungmin.park@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455 F:      arch/arm/mach-s5pv210/
1456
1457 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1458 M:      Kyungmin Park <kyungmin.park@samsung.com>
1459 M:      Kamil Debski <k.debski@samsung.com>
1460 L:      linux-arm-kernel@lists.infradead.org
1461 L:      linux-media@vger.kernel.org
1462 S:      Maintained
1463 F:      drivers/media/platform/s5p-g2d/
1464
1465 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1466 M:      Kyungmin Park <kyungmin.park@samsung.com>
1467 M:      Kamil Debski <k.debski@samsung.com>
1468 M:      Jeongtae Park <jtp.park@samsung.com>
1469 L:      linux-arm-kernel@lists.infradead.org
1470 L:      linux-media@vger.kernel.org
1471 S:      Maintained
1472 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1473 F:      drivers/media/platform/s5p-mfc/
1474
1475 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1476 M:      Kyungmin Park <kyungmin.park@samsung.com>
1477 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1478 L:      linux-arm-kernel@lists.infradead.org
1479 L:      linux-media@vger.kernel.org
1480 S:      Maintained
1481 F:      drivers/media/platform/s5p-tv/
1482
1483 ARM/SHMOBILE ARM ARCHITECTURE
1484 M:      Simon Horman <horms@verge.net.au>
1485 M:      Magnus Damm <magnus.damm@gmail.com>
1486 L:      linux-sh@vger.kernel.org
1487 W:      http://oss.renesas.com
1488 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1490 S:      Supported
1491 F:      arch/arm/boot/dts/emev2*
1492 F:      arch/arm/boot/dts/r7s*
1493 F:      arch/arm/boot/dts/r8a*
1494 F:      arch/arm/boot/dts/sh*
1495 F:      arch/arm/configs/shmobile_defconfig
1496 F:      arch/arm/include/debug/renesas-scif.S
1497 F:      arch/arm/mach-shmobile/
1498 F:      drivers/sh/
1499
1500 ARM/SOCFPGA ARCHITECTURE
1501 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1502 S:      Maintained
1503 F:      arch/arm/mach-socfpga/
1504 F:      arch/arm/boot/dts/socfpga*
1505 F:      arch/arm/configs/socfpga_defconfig
1506 W:      http://www.rocketboards.org
1507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1508
1509 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1510 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/clk/socfpga/
1513
1514 ARM/SOCFPGA EDAC SUPPORT
1515 M:      Thor Thayer <tthayer@opensource.altera.com>
1516 S:      Maintained
1517 F:      drivers/edac/altera_edac.
1518
1519 ARM/STI ARCHITECTURE
1520 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1521 M:      Maxime Coquelin <maxime.coquelin@st.com>
1522 M:      Patrice Chotard <patrice.chotard@st.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 L:      kernel@stlinux.com
1525 W:      http://www.stlinux.com
1526 S:      Maintained
1527 F:      arch/arm/mach-sti/
1528 F:      arch/arm/boot/dts/sti*
1529 F:      drivers/clocksource/arm_global_timer.c
1530 F:      drivers/clocksource/clksrc_st_lpc.c
1531 F:      drivers/i2c/busses/i2c-st.c
1532 F:      drivers/media/rc/st_rc.c
1533 F:      drivers/media/platform/sti/c8sectpfe/
1534 F:      drivers/mmc/host/sdhci-st.c
1535 F:      drivers/phy/phy-miphy28lp.c
1536 F:      drivers/phy/phy-miphy365x.c
1537 F:      drivers/phy/phy-stih407-usb.c
1538 F:      drivers/phy/phy-stih41x-usb.c
1539 F:      drivers/pinctrl/pinctrl-st.c
1540 F:      drivers/reset/sti/
1541 F:      drivers/rtc/rtc-st-lpc.c
1542 F:      drivers/tty/serial/st-asc.c
1543 F:      drivers/usb/dwc3/dwc3-st.c
1544 F:      drivers/usb/host/ehci-st.c
1545 F:      drivers/usb/host/ohci-st.c
1546 F:      drivers/watchdog/st_lpc_wdt.c
1547 F:      drivers/ata/ahci_st.c
1548
1549 ARM/STM32 ARCHITECTURE
1550 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1554 N:      stm32
1555 F:      drivers/clocksource/armv7m_systick.c
1556
1557 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1558 M:      Lennert Buytenhek <kernel@wantstofly.org>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561
1562 ARM/TETON BGA MACHINE SUPPORT
1563 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1565 S:      Maintained
1566
1567 ARM/THECUS N2100 MACHINE SUPPORT
1568 M:      Lennert Buytenhek <kernel@wantstofly.org>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S:      Maintained
1571
1572 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1573 M:      Wan ZongShun <mcuos.com@gmail.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 W:      http://www.mcuos.com
1576 S:      Maintained
1577 F:      arch/arm/mach-w90x900/
1578 F:      drivers/input/keyboard/w90p910_keypad.c
1579 F:      drivers/input/touchscreen/w90p910_ts.c
1580 F:      drivers/watchdog/nuc900_wdt.c
1581 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1582 F:      drivers/mtd/nand/nuc900_nand.c
1583 F:      drivers/rtc/rtc-nuc900.c
1584 F:      drivers/spi/spi-nuc900.c
1585 F:      drivers/usb/host/ehci-w90x900.c
1586 F:      drivers/video/fbdev/nuc900fb.c
1587
1588 ARM/U300 MACHINE SUPPORT
1589 M:      Linus Walleij <linus.walleij@linaro.org>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 S:      Supported
1592 F:      arch/arm/mach-u300/
1593 F:      drivers/clocksource/timer-u300.c
1594 F:      drivers/i2c/busses/i2c-stu300.c
1595 F:      drivers/rtc/rtc-coh901331.c
1596 F:      drivers/watchdog/coh901327_wdt.c
1597 F:      drivers/dma/coh901318*
1598 F:      drivers/mfd/ab3100*
1599 F:      drivers/rtc/rtc-ab3100.c
1600 F:      drivers/rtc/rtc-coh901331.c
1601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1602
1603 ARM/UNIPHIER ARCHITECTURE
1604 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1605 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1606 S:      Maintained
1607 F:      arch/arm/boot/dts/uniphier*
1608 F:      arch/arm/mach-uniphier/
1609 F:      drivers/pinctrl/uniphier/
1610 F:      drivers/tty/serial/8250/8250_uniphier.c
1611 N:      uniphier
1612
1613 ARM/Ux500 ARM ARCHITECTURE
1614 M:      Linus Walleij <linus.walleij@linaro.org>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S:      Maintained
1617 F:      arch/arm/mach-ux500/
1618 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1619 F:      drivers/dma/ste_dma40*
1620 F:      drivers/hwspinlock/u8500_hsem.c
1621 F:      drivers/mfd/abx500*
1622 F:      drivers/mfd/ab8500*
1623 F:      drivers/mfd/dbx500*
1624 F:      drivers/mfd/db8500*
1625 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1626 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1627 F:      drivers/rtc/rtc-ab8500.c
1628 F:      drivers/rtc/rtc-pl031.c
1629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1630
1631 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1632 M:      Ulf Hansson <ulf.hansson@linaro.org>
1633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 T:      git git://git.linaro.org/people/ulfh/clk.git
1635 S:      Maintained
1636 F:      drivers/clk/ux500/
1637 F:      include/linux/platform_data/clk-ux500.h
1638
1639 ARM/VERSATILE EXPRESS PLATFORM
1640 M:      Liviu Dudau <liviu.dudau@arm.com>
1641 M:      Sudeep Holla <sudeep.holla@arm.com>
1642 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1643 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1644 S:      Maintained
1645 F:      arch/arm/boot/dts/vexpress*
1646 F:      arch/arm64/boot/dts/arm/vexpress*
1647 F:      arch/arm/mach-vexpress/
1648 F:      */*/vexpress*
1649 F:      */*/*/vexpress*
1650 F:      drivers/clk/versatile/clk-vexpress-osc.c
1651 F:      drivers/clocksource/versatile.c
1652
1653 ARM/VFP SUPPORT
1654 M:      Russell King <linux@arm.linux.org.uk>
1655 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1656 W:      http://www.arm.linux.org.uk/
1657 S:      Maintained
1658 F:      arch/arm/vfp/
1659
1660 ARM/VOIPAC PXA270 SUPPORT
1661 M:      Marek Vasut <marek.vasut@gmail.com>
1662 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1663 S:      Maintained
1664 F:      arch/arm/mach-pxa/vpac270.c
1665 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1666
1667 ARM/VT8500 ARM ARCHITECTURE
1668 M:      Tony Prisk <linux@prisktech.co.nz>
1669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1670 S:      Maintained
1671 F:      arch/arm/mach-vt8500/
1672 F:      drivers/clocksource/vt8500_timer.c
1673 F:      drivers/i2c/busses/i2c-wmt.c
1674 F:      drivers/mmc/host/wmt-sdmmc.c
1675 F:      drivers/pwm/pwm-vt8500.c
1676 F:      drivers/rtc/rtc-vt8500.c
1677 F:      drivers/tty/serial/vt8500_serial.c
1678 F:      drivers/usb/host/ehci-platform.c
1679 F:      drivers/usb/host/uhci-platform.c
1680 F:      drivers/video/fbdev/vt8500lcdfb.*
1681 F:      drivers/video/fbdev/wm8505fb*
1682 F:      drivers/video/fbdev/wmt_ge_rops.*
1683
1684 ARM/ZIPIT Z2 SUPPORT
1685 M:      Marek Vasut <marek.vasut@gmail.com>
1686 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1687 S:      Maintained
1688 F:      arch/arm/mach-pxa/z2.c
1689 F:      arch/arm/mach-pxa/include/mach/z2.h
1690
1691 ARM/ZTE ARCHITECTURE
1692 M:      Jun Nie <jun.nie@linaro.org>
1693 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1694 S:      Maintained
1695 F:      arch/arm/mach-zx/
1696 F:      drivers/clk/zte/
1697 F:      Documentation/devicetree/bindings/arm/zte.txt
1698 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1699
1700 ARM/ZYNQ ARCHITECTURE
1701 M:      Michal Simek <michal.simek@xilinx.com>
1702 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1704 W:      http://wiki.xilinx.com
1705 T:      git https://github.com/Xilinx/linux-xlnx.git
1706 S:      Supported
1707 F:      arch/arm/mach-zynq/
1708 F:      drivers/cpuidle/cpuidle-zynq.c
1709 F:      drivers/block/xsysace.c
1710 N:      zynq
1711 N:      xilinx
1712 F:      drivers/clocksource/cadence_ttc_timer.c
1713 F:      drivers/i2c/busses/i2c-cadence.c
1714 F:      drivers/mmc/host/sdhci-of-arasan.c
1715 F:      drivers/edac/synopsys_edac.c
1716
1717 ARM SMMU DRIVERS
1718 M:      Will Deacon <will.deacon@arm.com>
1719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1720 S:      Maintained
1721 F:      drivers/iommu/arm-smmu.c
1722 F:      drivers/iommu/arm-smmu-v3.c
1723 F:      drivers/iommu/io-pgtable-arm.c
1724
1725 ARM64 PORT (AARCH64 ARCHITECTURE)
1726 M:      Catalin Marinas <catalin.marinas@arm.com>
1727 M:      Will Deacon <will.deacon@arm.com>
1728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1729 S:      Maintained
1730 F:      arch/arm64/
1731 F:      Documentation/arm64/
1732
1733 AS3645A LED FLASH CONTROLLER DRIVER
1734 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1735 L:      linux-media@vger.kernel.org
1736 T:      git git://linuxtv.org/media_tree.git
1737 S:      Maintained
1738 F:      drivers/media/i2c/as3645a.c
1739 F:      include/media/as3645a.h
1740
1741 ASC7621 HARDWARE MONITOR DRIVER
1742 M:      George Joseph <george.joseph@fairview5.com>
1743 L:      lm-sensors@lm-sensors.org
1744 S:      Maintained
1745 F:      Documentation/hwmon/asc7621
1746 F:      drivers/hwmon/asc7621.c
1747
1748 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1749 M:      Corentin Chary <corentin.chary@gmail.com>
1750 L:      acpi4asus-user@lists.sourceforge.net
1751 L:      platform-driver-x86@vger.kernel.org
1752 W:      http://acpi4asus.sf.net
1753 S:      Maintained
1754 F:      drivers/platform/x86/asus*.c
1755 F:      drivers/platform/x86/eeepc*.c
1756
1757 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1758 R:      Dan Williams <dan.j.williams@intel.com>
1759 W:      http://sourceforge.net/projects/xscaleiop
1760 S:      Odd fixes
1761 F:      Documentation/crypto/async-tx-api.txt
1762 F:      crypto/async_tx/
1763 F:      drivers/dma/
1764 F:      include/linux/dmaengine.h
1765 F:      include/linux/async_tx.h
1766
1767 AT24 EEPROM DRIVER
1768 M:      Wolfram Sang <wsa@the-dreams.de>
1769 L:      linux-i2c@vger.kernel.org
1770 S:      Maintained
1771 F:      drivers/misc/eeprom/at24.c
1772 F:      include/linux/platform_data/at24.h
1773
1774 ATA OVER ETHERNET (AOE) DRIVER
1775 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1776 W:      http://www.openaoe.org/
1777 S:      Supported
1778 F:      Documentation/aoe/
1779 F:      drivers/block/aoe/
1780
1781 ATHEROS ATH GENERIC UTILITIES
1782 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1783 L:      linux-wireless@vger.kernel.org
1784 S:      Supported
1785 F:      drivers/net/wireless/ath/*
1786
1787 ATHEROS ATH5K WIRELESS DRIVER
1788 M:      Jiri Slaby <jirislaby@gmail.com>
1789 M:      Nick Kossifidis <mickflemm@gmail.com>
1790 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1791 L:      linux-wireless@vger.kernel.org
1792 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1793 S:      Maintained
1794 F:      drivers/net/wireless/ath/ath5k/
1795
1796 ATHEROS ATH6KL WIRELESS DRIVER
1797 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1798 L:      linux-wireless@vger.kernel.org
1799 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1800 T:      git git://github.com/kvalo/ath.git
1801 S:      Supported
1802 F:      drivers/net/wireless/ath/ath6kl/
1803
1804 WILOCITY WIL6210 WIRELESS DRIVER
1805 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1806 L:      linux-wireless@vger.kernel.org
1807 L:      wil6210@qca.qualcomm.com
1808 S:      Supported
1809 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1810 F:      drivers/net/wireless/ath/wil6210/
1811 F:      include/uapi/linux/wil6210_uapi.h
1812
1813 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1814 M:      Christian Lamparter <chunkeey@googlemail.com>
1815 L:      linux-wireless@vger.kernel.org
1816 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1817 S:      Maintained
1818 F:      drivers/net/wireless/ath/carl9170/
1819
1820 ATK0110 HWMON DRIVER
1821 M:      Luca Tettamanti <kronos.it@gmail.com>
1822 L:      lm-sensors@lm-sensors.org
1823 S:      Maintained
1824 F:      drivers/hwmon/asus_atk0110.c
1825
1826 ATI_REMOTE2 DRIVER
1827 M:      Ville Syrjala <syrjala@sci.fi>
1828 S:      Maintained
1829 F:      drivers/input/misc/ati_remote2.c
1830
1831 ATLX ETHERNET DRIVERS
1832 M:      Jay Cliburn <jcliburn@gmail.com>
1833 M:      Chris Snook <chris.snook@gmail.com>
1834 L:      netdev@vger.kernel.org
1835 W:      http://sourceforge.net/projects/atl1
1836 W:      http://atl1.sourceforge.net
1837 S:      Maintained
1838 F:      drivers/net/ethernet/atheros/
1839
1840 ATM
1841 M:      Chas Williams <3chas3@gmail.com>
1842 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1843 L:      netdev@vger.kernel.org
1844 W:      http://linux-atm.sourceforge.net
1845 S:      Maintained
1846 F:      drivers/atm/
1847 F:      include/linux/atm*
1848 F:      include/uapi/linux/atm*
1849
1850 ATMEL AT91 / AT32 MCI DRIVER
1851 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1852 S:      Maintained
1853 F:      drivers/mmc/host/atmel-mci.c
1854 F:      drivers/mmc/host/atmel-mci-regs.h
1855
1856 ATMEL AT91 / AT32 SERIAL DRIVER
1857 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1858 S:      Supported
1859 F:      drivers/tty/serial/atmel_serial.c
1860
1861 ATMEL Audio ALSA driver
1862 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1863 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1864 S:      Supported
1865 F:      sound/soc/atmel
1866
1867 ATMEL DMA DRIVER
1868 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1870 S:      Supported
1871 F:      drivers/dma/at_hdmac.c
1872 F:      drivers/dma/at_hdmac_regs.h
1873 F:      include/linux/platform_data/dma-atmel.h
1874
1875 ATMEL XDMA DRIVER
1876 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1877 L:      linux-arm-kernel@lists.infradead.org
1878 L:      dmaengine@vger.kernel.org
1879 S:      Supported
1880 F:      drivers/dma/at_xdmac.c
1881
1882 ATMEL I2C DRIVER
1883 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1884 L:      linux-i2c@vger.kernel.org
1885 S:      Supported
1886 F:      drivers/i2c/busses/i2c-at91.c
1887
1888 ATMEL ISI DRIVER
1889 M:      Josh Wu <josh.wu@atmel.com>
1890 L:      linux-media@vger.kernel.org
1891 S:      Supported
1892 F:      drivers/media/platform/soc_camera/atmel-isi.c
1893 F:      include/media/atmel-isi.h
1894
1895 ATMEL LCDFB DRIVER
1896 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1897 L:      linux-fbdev@vger.kernel.org
1898 S:      Maintained
1899 F:      drivers/video/fbdev/atmel_lcdfb.c
1900 F:      include/video/atmel_lcdc.h
1901
1902 ATMEL MACB ETHERNET DRIVER
1903 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1904 S:      Supported
1905 F:      drivers/net/ethernet/cadence/
1906
1907 ATMEL NAND DRIVER
1908 M:      Josh Wu <josh.wu@atmel.com>
1909 L:      linux-mtd@lists.infradead.org
1910 S:      Supported
1911 F:      drivers/mtd/nand/atmel_nand*
1912
1913 ATMEL SDMMC DRIVER
1914 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1915 L:      linux-mmc@vger.kernel.org
1916 S:      Supported
1917 F:      drivers/mmc/host/sdhci-of-at91.c
1918
1919 ATMEL SPI DRIVER
1920 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1921 S:      Supported
1922 F:      drivers/spi/spi-atmel.*
1923
1924 ATMEL SSC DRIVER
1925 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1927 S:      Supported
1928 F:      drivers/misc/atmel-ssc.c
1929 F:      include/linux/atmel-ssc.h
1930
1931 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1932 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1934 S:      Supported
1935 F:      drivers/misc/atmel_tclib.c
1936 F:      drivers/clocksource/tcb_clksrc.c
1937
1938 ATMEL USBA UDC DRIVER
1939 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1941 S:      Supported
1942 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1943
1944 ATMEL WIRELESS DRIVER
1945 M:      Simon Kelley <simon@thekelleys.org.uk>
1946 L:      linux-wireless@vger.kernel.org
1947 W:      http://www.thekelleys.org.uk/atmel
1948 W:      http://atmelwlandriver.sourceforge.net/
1949 S:      Maintained
1950 F:      drivers/net/wireless/atmel*
1951
1952 ATMEL MAXTOUCH DRIVER
1953 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1954 T:      git git://github.com/atmel-maxtouch/linux.git
1955 S:      Supported
1956 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1957 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1958 F:      include/linux/platform_data/atmel_mxt_ts.h
1959
1960 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1961 M:      Bradley Grove <linuxdrivers@attotech.com>
1962 L:      linux-scsi@vger.kernel.org
1963 W:      http://www.attotech.com
1964 S:      Supported
1965 F:      drivers/scsi/esas2r
1966
1967 ATUSB IEEE 802.15.4 RADIO DRIVER
1968 M:      Stefan Schmidt <stefan@osg.samsung.com>
1969 L:      linux-wpan@vger.kernel.org
1970 S:      Maintained
1971 F:      drivers/net/ieee802154/atusb.c
1972 F:      drivers/net/ieee802154/atusb.h
1973 F:      drivers/net/ieee802154/at86rf230.h
1974
1975 AUDIT SUBSYSTEM
1976 M:      Paul Moore <paul@paul-moore.com>
1977 M:      Eric Paris <eparis@redhat.com>
1978 L:      linux-audit@redhat.com (moderated for non-subscribers)
1979 W:      http://people.redhat.com/sgrubb/audit/
1980 T:      git git://git.infradead.org/users/pcmoore/audit
1981 S:      Maintained
1982 F:      include/linux/audit.h
1983 F:      include/uapi/linux/audit.h
1984 F:      kernel/audit*
1985
1986 AUXILIARY DISPLAY DRIVERS
1987 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1988 W:      http://miguelojeda.es/auxdisplay.htm
1989 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1990 S:      Maintained
1991 F:      drivers/auxdisplay/
1992 F:      include/linux/cfag12864b.h
1993
1994 AVR32 ARCHITECTURE
1995 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1996 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1997 W:      http://www.atmel.com/products/AVR32/
1998 W:      http://mirror.egtvedt.no/avr32linux.org/
1999 W:      http://avrfreaks.net/
2000 S:      Maintained
2001 F:      arch/avr32/
2002
2003 AVR32/AT32AP MACHINE SUPPORT
2004 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2005 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
2006 S:      Maintained
2007 F:      arch/avr32/mach-at32ap/
2008
2009 AX.25 NETWORK LAYER
2010 M:      Ralf Baechle <ralf@linux-mips.org>
2011 L:      linux-hams@vger.kernel.org
2012 W:      http://www.linux-ax25.org/
2013 S:      Maintained
2014 F:      include/uapi/linux/ax25.h
2015 F:      include/net/ax25.h
2016 F:      net/ax25/
2017
2018 AZ6007 DVB DRIVER
2019 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2020 L:      linux-media@vger.kernel.org
2021 W:      http://linuxtv.org
2022 T:      git git://linuxtv.org/media_tree.git
2023 S:      Maintained
2024 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2025
2026 AZTECH FM RADIO RECEIVER DRIVER
2027 M:      Hans Verkuil <hverkuil@xs4all.nl>
2028 L:      linux-media@vger.kernel.org
2029 T:      git git://linuxtv.org/media_tree.git
2030 W:      http://linuxtv.org
2031 S:      Maintained
2032 F:      drivers/media/radio/radio-aztech*
2033
2034 B43 WIRELESS DRIVER
2035 L:      linux-wireless@vger.kernel.org
2036 L:      b43-dev@lists.infradead.org
2037 W:      http://wireless.kernel.org/en/users/Drivers/b43
2038 S:      Odd Fixes
2039 F:      drivers/net/wireless/b43/
2040
2041 B43LEGACY WIRELESS DRIVER
2042 M:      Larry Finger <Larry.Finger@lwfinger.net>
2043 L:      linux-wireless@vger.kernel.org
2044 L:      b43-dev@lists.infradead.org
2045 W:      http://wireless.kernel.org/en/users/Drivers/b43
2046 S:      Maintained
2047 F:      drivers/net/wireless/b43legacy/
2048
2049 BACKLIGHT CLASS/SUBSYSTEM
2050 M:      Jingoo Han <jingoohan1@gmail.com>
2051 M:      Lee Jones <lee.jones@linaro.org>
2052 S:      Maintained
2053 F:      drivers/video/backlight/
2054 F:      include/linux/backlight.h
2055
2056 BATMAN ADVANCED
2057 M:      Marek Lindner <mareklindner@neomailbox.ch>
2058 M:      Simon Wunderlich <sw@simonwunderlich.de>
2059 M:      Antonio Quartulli <antonio@meshcoding.com>
2060 L:      b.a.t.m.a.n@lists.open-mesh.org
2061 W:      http://www.open-mesh.org/
2062 S:      Maintained
2063 F:      net/batman-adv/
2064
2065 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2066 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2067 L:      linux-hams@vger.kernel.org
2068 W:      http://www.baycom.org/~tom/ham/ham.html
2069 S:      Maintained
2070 F:      drivers/net/hamradio/baycom*
2071
2072 BCACHE (BLOCK LAYER CACHE)
2073 M:      Kent Overstreet <kent.overstreet@gmail.com>
2074 L:      linux-bcache@vger.kernel.org
2075 W:      http://bcache.evilpiepirate.org
2076 S:      Maintained
2077 F:      drivers/md/bcache/
2078
2079 BDISP ST MEDIA DRIVER
2080 M:      Fabien Dessenne <fabien.dessenne@st.com>
2081 L:      linux-media@vger.kernel.org
2082 T:      git git://linuxtv.org/media_tree.git
2083 W:      http://linuxtv.org
2084 S:      Supported
2085 F:      drivers/media/platform/sti/bdisp
2086
2087 BEFS FILE SYSTEM
2088 S:      Orphan
2089 F:      Documentation/filesystems/befs.txt
2090 F:      fs/befs/
2091
2092 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2093 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2094 L:      netdev@vger.kernel.org
2095 S:      Maintained
2096 F:      drivers/net/ethernet/ec_bhf.c
2097
2098 BFS FILE SYSTEM
2099 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2100 S:      Maintained
2101 F:      Documentation/filesystems/bfs.txt
2102 F:      fs/bfs/
2103 F:      include/uapi/linux/bfs_fs.h
2104
2105 BLACKFIN ARCHITECTURE
2106 M:      Steven Miao <realmz6@gmail.com>
2107 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2108 T:      git git://git.code.sf.net/p/adi-linux/code
2109 W:      http://blackfin.uclinux.org
2110 S:      Supported
2111 F:      arch/blackfin/
2112
2113 BLACKFIN EMAC DRIVER
2114 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2115 W:      http://blackfin.uclinux.org
2116 S:      Supported
2117 F:      drivers/net/ethernet/adi/
2118
2119 BLACKFIN RTC DRIVER
2120 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2121 W:      http://blackfin.uclinux.org
2122 S:      Supported
2123 F:      drivers/rtc/rtc-bfin.c
2124
2125 BLACKFIN SDH DRIVER
2126 M:      Sonic Zhang <sonic.zhang@analog.com>
2127 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2128 W:      http://blackfin.uclinux.org
2129 S:      Supported
2130 F:      drivers/mmc/host/bfin_sdh.c
2131
2132 BLACKFIN SERIAL DRIVER
2133 M:      Sonic Zhang <sonic.zhang@analog.com>
2134 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2135 W:      http://blackfin.uclinux.org
2136 S:      Supported
2137 F:      drivers/tty/serial/bfin_uart.c
2138
2139 BLACKFIN WATCHDOG DRIVER
2140 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2141 W:      http://blackfin.uclinux.org
2142 S:      Supported
2143 F:      drivers/watchdog/bfin_wdt.c
2144
2145 BLACKFIN I2C TWI DRIVER
2146 M:      Sonic Zhang <sonic.zhang@analog.com>
2147 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2148 W:      http://blackfin.uclinux.org/
2149 S:      Supported
2150 F:      drivers/i2c/busses/i2c-bfin-twi.c
2151
2152 BLACKFIN MEDIA DRIVER
2153 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2154 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2155 W:      http://blackfin.uclinux.org/
2156 S:      Supported
2157 F:      drivers/media/platform/blackfin/
2158 F:      drivers/media/i2c/adv7183*
2159 F:      drivers/media/i2c/vs6624*
2160
2161 BLINKM RGB LED DRIVER
2162 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2163 S:      Maintained
2164 F:      drivers/leds/leds-blinkm.c
2165
2166 BLOCK LAYER
2167 M:      Jens Axboe <axboe@kernel.dk>
2168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2169 S:      Maintained
2170 F:      block/
2171 F:      kernel/trace/blktrace.c
2172
2173 BLOCK2MTD DRIVER
2174 M:      Joern Engel <joern@lazybastard.org>
2175 L:      linux-mtd@lists.infradead.org
2176 S:      Maintained
2177 F:      drivers/mtd/devices/block2mtd.c
2178
2179 BLUETOOTH DRIVERS
2180 M:      Marcel Holtmann <marcel@holtmann.org>
2181 M:      Gustavo Padovan <gustavo@padovan.org>
2182 M:      Johan Hedberg <johan.hedberg@gmail.com>
2183 L:      linux-bluetooth@vger.kernel.org
2184 W:      http://www.bluez.org/
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2187 S:      Maintained
2188 F:      drivers/bluetooth/
2189
2190 BLUETOOTH SUBSYSTEM
2191 M:      Marcel Holtmann <marcel@holtmann.org>
2192 M:      Gustavo Padovan <gustavo@padovan.org>
2193 M:      Johan Hedberg <johan.hedberg@gmail.com>
2194 L:      linux-bluetooth@vger.kernel.org
2195 W:      http://www.bluez.org/
2196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2198 S:      Maintained
2199 F:      net/bluetooth/
2200 F:      include/net/bluetooth/
2201
2202 BONDING DRIVER
2203 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2204 M:      Veaceslav Falico <vfalico@gmail.com>
2205 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2206 L:      netdev@vger.kernel.org
2207 W:      http://sourceforge.net/projects/bonding/
2208 S:      Supported
2209 F:      drivers/net/bonding/
2210 F:      include/uapi/linux/if_bonding.h
2211
2212 BPF (Safe dynamic programs and tools)
2213 M:      Alexei Starovoitov <ast@kernel.org>
2214 L:      netdev@vger.kernel.org
2215 L:      linux-kernel@vger.kernel.org
2216 S:      Supported
2217 F:      kernel/bpf/
2218
2219 BROADCOM B44 10/100 ETHERNET DRIVER
2220 M:      Gary Zambrano <zambrano@broadcom.com>
2221 L:      netdev@vger.kernel.org
2222 S:      Supported
2223 F:      drivers/net/ethernet/broadcom/b44.*
2224
2225 BROADCOM GENET ETHERNET DRIVER
2226 M:      Florian Fainelli <f.fainelli@gmail.com>
2227 L:      netdev@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/net/ethernet/broadcom/genet/
2230
2231 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2232 M:      Sony Chacko <sony.chacko@qlogic.com>
2233 M:      Dept-HSGLinuxNICDev@qlogic.com
2234 L:      netdev@vger.kernel.org
2235 S:      Supported
2236 F:      drivers/net/ethernet/broadcom/bnx2.*
2237 F:      drivers/net/ethernet/broadcom/bnx2_*
2238
2239 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2240 M:      Ariel Elior <ariel.elior@qlogic.com>
2241 L:      netdev@vger.kernel.org
2242 S:      Supported
2243 F:      drivers/net/ethernet/broadcom/bnx2x/
2244
2245 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2246 M:      Florian Fainelli <f.fainelli@gmail.com>
2247 M:      Ray Jui <rjui@broadcom.com>
2248 M:      Scott Branden <sbranden@broadcom.com>
2249 L:      bcm-kernel-feedback-list@broadcom.com
2250 T:      git git://github.com/broadcom/mach-bcm
2251 S:      Maintained
2252 F:      arch/arm/mach-bcm/
2253 F:      arch/arm/boot/dts/bcm113*
2254 F:      arch/arm/boot/dts/bcm216*
2255 F:      arch/arm/boot/dts/bcm281*
2256 F:      arch/arm/configs/bcm_defconfig
2257 F:      drivers/mmc/host/sdhci-bcm-kona.c
2258 F:      drivers/clocksource/bcm_kona_timer.c
2259
2260 BROADCOM BCM2835 ARM ARCHITECTURE
2261 M:      Stephen Warren <swarren@wwwdotorg.org>
2262 M:      Lee Jones <lee@kernel.org>
2263 M:      Eric Anholt <eric@anholt.net>
2264 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2267 S:      Maintained
2268 N:      bcm2835
2269
2270 BROADCOM BCM33XX MIPS ARCHITECTURE
2271 M:      Kevin Cernekee <cernekee@gmail.com>
2272 L:      linux-mips@linux-mips.org
2273 S:      Maintained
2274 F:      arch/mips/bcm3384/*
2275 F:      arch/mips/include/asm/mach-bcm3384/*
2276 F:      arch/mips/kernel/*bmips*
2277
2278 BROADCOM BCM47XX MIPS ARCHITECTURE
2279 M:      Hauke Mehrtens <hauke@hauke-m.de>
2280 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2281 L:      linux-mips@linux-mips.org
2282 S:      Maintained
2283 F:      arch/mips/bcm47xx/*
2284 F:      arch/mips/include/asm/mach-bcm47xx/*
2285
2286 BROADCOM BCM5301X ARM ARCHITECTURE
2287 M:      Hauke Mehrtens <hauke@hauke-m.de>
2288 L:      linux-arm-kernel@lists.infradead.org
2289 S:      Maintained
2290 F:      arch/arm/mach-bcm/bcm_5301x.c
2291 F:      arch/arm/boot/dts/bcm5301x.dtsi
2292 F:      arch/arm/boot/dts/bcm470*
2293
2294 BROADCOM BCM63XX ARM ARCHITECTURE
2295 M:      Florian Fainelli <f.fainelli@gmail.com>
2296 L:      linux-arm-kernel@lists.infradead.org
2297 T:      git git://github.com/broadcom/arm-bcm63xx.git
2298 S:      Maintained
2299 F:      arch/arm/mach-bcm/bcm63xx.c
2300 F:      arch/arm/include/debug/bcm63xx.S
2301
2302 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2303 M:      Kevin Cernekee <cernekee@gmail.com>
2304 L:      linux-usb@vger.kernel.org
2305 S:      Maintained
2306 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2307
2308 BROADCOM BCM7XXX ARM ARCHITECTURE
2309 M:      Brian Norris <computersforpeace@gmail.com>
2310 M:      Gregory Fong <gregory.0xf0@gmail.com>
2311 M:      Florian Fainelli <f.fainelli@gmail.com>
2312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2313 T:      git git://github.com/broadcom/stblinux.git
2314 S:      Maintained
2315 F:      arch/arm/mach-bcm/*brcmstb*
2316 F:      arch/arm/boot/dts/bcm7*.dts*
2317 F:      drivers/bus/brcmstb_gisb.c
2318 N:      brcmstb
2319
2320 BROADCOM BMIPS MIPS ARCHITECTURE
2321 M:      Kevin Cernekee <cernekee@gmail.com>
2322 M:      Florian Fainelli <f.fainelli@gmail.com>
2323 L:      linux-mips@linux-mips.org
2324 T:      git git://github.com/broadcom/stblinux.git
2325 S:      Maintained
2326 F:      arch/mips/bmips/*
2327 F:      arch/mips/include/asm/mach-bmips/*
2328 F:      arch/mips/kernel/*bmips*
2329 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2330 F:      drivers/irqchip/irq-bcm7*
2331 F:      drivers/irqchip/irq-brcmstb*
2332
2333 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2334 M:      Prashant Sreedharan <prashant@broadcom.com>
2335 M:      Michael Chan <mchan@broadcom.com>
2336 L:      netdev@vger.kernel.org
2337 S:      Supported
2338 F:      drivers/net/ethernet/broadcom/tg3.*
2339
2340 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2341 M:      Brett Rudley <brudley@broadcom.com>
2342 M:      Arend van Spriel <arend@broadcom.com>
2343 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2344 M:      Hante Meuleman <meuleman@broadcom.com>
2345 L:      linux-wireless@vger.kernel.org
2346 L:      brcm80211-dev-list@broadcom.com
2347 S:      Supported
2348 F:      drivers/net/wireless/brcm80211/
2349
2350 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2351 M:      QLogic-Storage-Upstream@qlogic.com
2352 L:      linux-scsi@vger.kernel.org
2353 S:      Supported
2354 F:      drivers/scsi/bnx2fc/
2355
2356 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2357 M:      QLogic-Storage-Upstream@qlogic.com
2358 L:      linux-scsi@vger.kernel.org
2359 S:      Supported
2360 F:      drivers/scsi/bnx2i/
2361
2362 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2363 M:      Ray Jui <rjui@broadcom.com>
2364 M:      Scott Branden <sbranden@broadcom.com>
2365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2366 L:      bcm-kernel-feedback-list@broadcom.com
2367 T:      git git://github.com/broadcom/cygnus-linux.git
2368 S:      Maintained
2369 N:      iproc
2370 N:      cygnus
2371 N:      bcm9113*
2372 N:      bcm9583*
2373 N:      bcm583*
2374 N:      bcm113*
2375
2376 BROADCOM BRCMSTB GPIO DRIVER
2377 M:      Gregory Fong <gregory.0xf0@gmail.com>
2378 L:      bcm-kernel-feedback-list@broadcom.com>
2379 S:      Supported
2380 F:      drivers/gpio/gpio-brcmstb.c
2381 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2382
2383 BROADCOM KONA GPIO DRIVER
2384 M:      Ray Jui <rjui@broadcom.com>
2385 L:      bcm-kernel-feedback-list@broadcom.com
2386 S:      Supported
2387 F:      drivers/gpio/gpio-bcm-kona.c
2388 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2389
2390 BROADCOM NVRAM DRIVER
2391 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2392 L:      linux-mips@linux-mips.org
2393 S:      Maintained
2394 F:      drivers/firmware/broadcom/*
2395
2396 BROADCOM STB NAND FLASH DRIVER
2397 M:      Brian Norris <computersforpeace@gmail.com>
2398 L:      linux-mtd@lists.infradead.org
2399 S:      Maintained
2400 F:      drivers/mtd/nand/brcmnand/
2401
2402 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2403 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2404 L:      linux-wireless@vger.kernel.org
2405 S:      Maintained
2406 F:      drivers/bcma/
2407 F:      include/linux/bcma/
2408
2409 BROADCOM SYSTEMPORT ETHERNET DRIVER
2410 M:      Florian Fainelli <f.fainelli@gmail.com>
2411 L:      netdev@vger.kernel.org
2412 S:      Supported
2413 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2414
2415 BROCADE BFA FC SCSI DRIVER
2416 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2417 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2418 L:      linux-scsi@vger.kernel.org
2419 S:      Supported
2420 F:      drivers/scsi/bfa/
2421
2422 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2423 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2424 L:      netdev@vger.kernel.org
2425 S:      Supported
2426 F:      drivers/net/ethernet/brocade/bna/
2427
2428 BSG (block layer generic sg v4 driver)
2429 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2430 L:      linux-scsi@vger.kernel.org
2431 S:      Supported
2432 F:      block/bsg.c
2433 F:      include/linux/bsg.h
2434 F:      include/uapi/linux/bsg.h
2435
2436 BT87X AUDIO DRIVER
2437 M:      Clemens Ladisch <clemens@ladisch.de>
2438 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2439 T:      git git://git.alsa-project.org/alsa-kernel.git
2440 S:      Maintained
2441 F:      Documentation/sound/alsa/Bt87x.txt
2442 F:      sound/pci/bt87x.c
2443
2444 BT8XXGPIO DRIVER
2445 M:      Michael Buesch <m@bues.ch>
2446 W:      http://bu3sch.de/btgpio.php
2447 S:      Maintained
2448 F:      drivers/gpio/gpio-bt8xx.c
2449
2450 BTRFS FILE SYSTEM
2451 M:      Chris Mason <clm@fb.com>
2452 M:      Josef Bacik <jbacik@fb.com>
2453 M:      David Sterba <dsterba@suse.com>
2454 L:      linux-btrfs@vger.kernel.org
2455 W:      http://btrfs.wiki.kernel.org/
2456 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2458 S:      Maintained
2459 F:      Documentation/filesystems/btrfs.txt
2460 F:      fs/btrfs/
2461
2462 BTTV VIDEO4LINUX DRIVER
2463 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2464 L:      linux-media@vger.kernel.org
2465 W:      http://linuxtv.org
2466 T:      git git://linuxtv.org/media_tree.git
2467 S:      Odd fixes
2468 F:      Documentation/video4linux/bttv/
2469 F:      drivers/media/pci/bt8xx/bttv*
2470
2471 BUSLOGIC SCSI DRIVER
2472 M:      Khalid Aziz <khalid@gonehiking.org>
2473 L:      linux-scsi@vger.kernel.org
2474 S:      Maintained
2475 F:      drivers/scsi/BusLogic.*
2476 F:      drivers/scsi/FlashPoint.*
2477
2478 C-MEDIA CMI8788 DRIVER
2479 M:      Clemens Ladisch <clemens@ladisch.de>
2480 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2481 T:      git git://git.alsa-project.org/alsa-kernel.git
2482 S:      Maintained
2483 F:      sound/pci/oxygen/
2484
2485 C6X ARCHITECTURE
2486 M:      Mark Salter <msalter@redhat.com>
2487 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2488 L:      linux-c6x-dev@linux-c6x.org
2489 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2490 S:      Maintained
2491 F:      arch/c6x/
2492
2493 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2494 M:      David Howells <dhowells@redhat.com>
2495 L:      linux-cachefs@redhat.com
2496 S:      Supported
2497 F:      Documentation/filesystems/caching/cachefiles.txt
2498 F:      fs/cachefiles/
2499
2500 CADET FM/AM RADIO RECEIVER DRIVER
2501 M:      Hans Verkuil <hverkuil@xs4all.nl>
2502 L:      linux-media@vger.kernel.org
2503 T:      git git://linuxtv.org/media_tree.git
2504 W:      http://linuxtv.org
2505 S:      Maintained
2506 F:      drivers/media/radio/radio-cadet*
2507
2508 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2509 M:      Jonathan Corbet <corbet@lwn.net>
2510 L:      linux-media@vger.kernel.org
2511 T:      git git://linuxtv.org/media_tree.git
2512 S:      Maintained
2513 F:      Documentation/video4linux/cafe_ccic
2514 F:      drivers/media/platform/marvell-ccic/
2515
2516 CAIF NETWORK LAYER
2517 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2518 L:      netdev@vger.kernel.org
2519 S:      Supported
2520 F:      Documentation/networking/caif/
2521 F:      drivers/net/caif/
2522 F:      include/uapi/linux/caif/
2523 F:      include/net/caif/
2524 F:      net/caif/
2525
2526 CALGARY x86-64 IOMMU
2527 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2528 M:      "Jon D. Mason" <jdmason@kudzu.us>
2529 L:      discuss@x86-64.org
2530 S:      Maintained
2531 F:      arch/x86/kernel/pci-calgary_64.c
2532 F:      arch/x86/kernel/tce_64.c
2533 F:      arch/x86/include/asm/calgary.h
2534 F:      arch/x86/include/asm/tce.h
2535
2536 CAN NETWORK LAYER
2537 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2538 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2539 L:      linux-can@vger.kernel.org
2540 W:      https://github.com/linux-can
2541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2543 S:      Maintained
2544 F:      Documentation/networking/can.txt
2545 F:      net/can/
2546 F:      include/linux/can/core.h
2547 F:      include/uapi/linux/can.h
2548 F:      include/uapi/linux/can/bcm.h
2549 F:      include/uapi/linux/can/raw.h
2550 F:      include/uapi/linux/can/gw.h
2551
2552 CAN NETWORK DRIVERS
2553 M:      Wolfgang Grandegger <wg@grandegger.com>
2554 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2555 L:      linux-can@vger.kernel.org
2556 W:      https://github.com/linux-can
2557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2559 S:      Maintained
2560 F:      drivers/net/can/
2561 F:      include/linux/can/dev.h
2562 F:      include/linux/can/platform/
2563 F:      include/uapi/linux/can/error.h
2564 F:      include/uapi/linux/can/netlink.h
2565
2566 CAPABILITIES
2567 M:      Serge Hallyn <serge.hallyn@canonical.com>
2568 L:      linux-security-module@vger.kernel.org
2569 S:      Supported
2570 F:      include/linux/capability.h
2571 F:      include/uapi/linux/capability.h
2572 F:      security/commoncap.c
2573 F:      kernel/capability.c
2574
2575 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2576 M:      Kevin Tsai <ktsai@capellamicro.com>
2577 S:      Maintained
2578 F:      drivers/iio/light/cm*
2579 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2580
2581 CAVIUM LIQUIDIO NETWORK DRIVER
2582 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2583 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2584 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2585 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2586 L:     netdev@vger.kernel.org
2587 W:     http://www.cavium.com
2588 S:     Supported
2589 F:     drivers/net/ethernet/cavium/liquidio/
2590
2591 CC2520 IEEE-802.15.4 RADIO DRIVER
2592 M:      Varka Bhadram <varkabhadram@gmail.com>
2593 L:      linux-wpan@vger.kernel.org
2594 S:      Maintained
2595 F:      drivers/net/ieee802154/cc2520.c
2596 F:      include/linux/spi/cc2520.h
2597 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2598
2599 CELL BROADBAND ENGINE ARCHITECTURE
2600 M:      Arnd Bergmann <arnd@arndb.de>
2601 L:      linuxppc-dev@lists.ozlabs.org
2602 W:      http://www.ibm.com/developerworks/power/cell/
2603 S:      Supported
2604 F:      arch/powerpc/include/asm/cell*.h
2605 F:      arch/powerpc/include/asm/spu*.h
2606 F:      arch/powerpc/include/uapi/asm/spu*.h
2607 F:      arch/powerpc/oprofile/*cell*
2608 F:      arch/powerpc/platforms/cell/
2609
2610 CEPH COMMON CODE (LIBCEPH)
2611 M:      Ilya Dryomov <idryomov@gmail.com>
2612 M:      "Yan, Zheng" <zyan@redhat.com>
2613 M:      Sage Weil <sage@redhat.com>
2614 L:      ceph-devel@vger.kernel.org
2615 W:      http://ceph.com/
2616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2617 T:      git git://github.com/ceph/ceph-client.git
2618 S:      Supported
2619 F:      net/ceph/
2620 F:      include/linux/ceph/
2621 F:      include/linux/crush/
2622
2623 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2624 M:      "Yan, Zheng" <zyan@redhat.com>
2625 M:      Sage Weil <sage@redhat.com>
2626 M:      Ilya Dryomov <idryomov@gmail.com>
2627 L:      ceph-devel@vger.kernel.org
2628 W:      http://ceph.com/
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2630 T:      git git://github.com/ceph/ceph-client.git
2631 S:      Supported
2632 F:      Documentation/filesystems/ceph.txt
2633 F:      fs/ceph/
2634
2635 CERTIFICATE HANDLING:
2636 M:      David Howells <dhowells@redhat.com>
2637 M:      David Woodhouse <dwmw2@infradead.org>
2638 L:      keyrings@linux-nfs.org
2639 S:      Maintained
2640 F:      Documentation/module-signing.txt
2641 F:      certs/
2642 F:      scripts/extract-cert.c
2643
2644 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2645 L:      linux-usb@vger.kernel.org
2646 S:      Orphan
2647 F:      Documentation/usb/WUSB-Design-overview.txt
2648 F:      Documentation/usb/wusb-cbaf
2649 F:      drivers/usb/host/hwa-hc.c
2650 F:      drivers/usb/host/whci/
2651 F:      drivers/usb/wusbcore/
2652 F:      include/linux/usb/wusb*
2653
2654 CFAG12864B LCD DRIVER
2655 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2656 W:      http://miguelojeda.es/auxdisplay.htm
2657 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2658 S:      Maintained
2659 F:      drivers/auxdisplay/cfag12864b.c
2660 F:      include/linux/cfag12864b.h
2661
2662 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2663 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2664 W:      http://miguelojeda.es/auxdisplay.htm
2665 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2666 S:      Maintained
2667 F:      drivers/auxdisplay/cfag12864bfb.c
2668 F:      include/linux/cfag12864b.h
2669
2670 CFG80211 and NL80211
2671 M:      Johannes Berg <johannes@sipsolutions.net>
2672 L:      linux-wireless@vger.kernel.org
2673 W:      http://wireless.kernel.org/
2674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2676 S:      Maintained
2677 F:      include/uapi/linux/nl80211.h
2678 F:      include/net/cfg80211.h
2679 F:      net/wireless/*
2680 X:      net/wireless/wext*
2681
2682 CHAR and MISC DRIVERS
2683 M:      Arnd Bergmann <arnd@arndb.de>
2684 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2686 S:      Supported
2687 F:      drivers/char/*
2688 F:      drivers/misc/*
2689 F:      include/linux/miscdevice.h
2690
2691 CHECKPATCH
2692 M:      Andy Whitcroft <apw@canonical.com>
2693 M:      Joe Perches <joe@perches.com>
2694 S:      Maintained
2695 F:      scripts/checkpatch.pl
2696
2697 CHINESE DOCUMENTATION
2698 M:      Harry Wei <harryxiyou@gmail.com>
2699 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2700 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2701 S:      Maintained
2702 F:      Documentation/zh_CN/
2703
2704 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2705 M:      Peter Chen <Peter.Chen@freescale.com>
2706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2707 L:      linux-usb@vger.kernel.org
2708 S:      Maintained
2709 F:      drivers/usb/chipidea/
2710
2711 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2712 M:      Hans de Goede <hdegoede@redhat.com>
2713 L:      linux-input@vger.kernel.org
2714 S:      Maintained
2715 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2716 F:      drivers/input/touchscreen/chipone_icn8318.c
2717
2718 CHROME HARDWARE PLATFORM SUPPORT
2719 M:      Olof Johansson <olof@lixom.net>
2720 S:      Maintained
2721 F:      drivers/platform/chrome/
2722
2723 CISCO VIC ETHERNET NIC DRIVER
2724 M:      Christian Benvenuti <benve@cisco.com>
2725 M:      Sujith Sankar <ssujith@cisco.com>
2726 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2727 M:      Neel Patel <neepatel@cisco.com>
2728 S:      Supported
2729 F:      drivers/net/ethernet/cisco/enic/
2730
2731 CISCO VIC LOW LATENCY NIC DRIVER
2732 M:      Upinder Malhi <umalhi@cisco.com>
2733 S:      Supported
2734 F:      drivers/infiniband/hw/usnic
2735
2736 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2737 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2738 L:      netdev@vger.kernel.org
2739 S:      Maintained
2740 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2741
2742 CIRRUS LOGIC AUDIO CODEC DRIVERS
2743 M:      Brian Austin <brian.austin@cirrus.com>
2744 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2745 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2746 S:      Maintained
2747 F:      sound/soc/codecs/cs*
2748
2749 CLEANCACHE API
2750 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2751 L:      linux-kernel@vger.kernel.org
2752 S:      Maintained
2753 F:      mm/cleancache.c
2754 F:      include/linux/cleancache.h
2755
2756 CLK API
2757 M:      Russell King <linux@arm.linux.org.uk>
2758 L:      linux-clk@vger.kernel.org
2759 S:      Maintained
2760 F:      include/linux/clk.h
2761
2762 CLOCKSOURCE, CLOCKEVENT DRIVERS
2763 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2764 M:      Thomas Gleixner <tglx@linutronix.de>
2765 L:      linux-kernel@vger.kernel.org
2766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2767 S:      Supported
2768 F:      drivers/clocksource
2769
2770 CISCO FCOE HBA DRIVER
2771 M:      Hiral Patel <hiralpat@cisco.com>
2772 M:      Suma Ramars <sramars@cisco.com>
2773 M:      Brian Uchino <buchino@cisco.com>
2774 L:      linux-scsi@vger.kernel.org
2775 S:      Supported
2776 F:      drivers/scsi/fnic/
2777
2778 CISCO SCSI HBA DRIVER
2779 M:      Narsimhulu Musini <nmusini@cisco.com>
2780 M:      Sesidhar Baddela <sebaddel@cisco.com>
2781 L:      linux-scsi@vger.kernel.org
2782 S:      Supported
2783 F:      drivers/scsi/snic/
2784
2785 CMPC ACPI DRIVER
2786 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2787 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2788 L:      platform-driver-x86@vger.kernel.org
2789 S:      Supported
2790 F:      drivers/platform/x86/classmate-laptop.c
2791
2792 COBALT MEDIA DRIVER
2793 M:      Hans Verkuil <hans.verkuil@cisco.com>
2794 L:      linux-media@vger.kernel.org
2795 T:      git git://linuxtv.org/media_tree.git
2796 W:      http://linuxtv.org
2797 S:      Supported
2798 F:      drivers/media/pci/cobalt/
2799
2800 COCCINELLE/Semantic Patches (SmPL)
2801 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2802 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2803 M:      Nicolas Palix <nicolas.palix@imag.fr>
2804 M:      Michal Marek <mmarek@suse.com>
2805 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2806 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2807 W:      http://coccinelle.lip6.fr/
2808 S:      Supported
2809 F:      Documentation/coccinelle.txt
2810 F:      scripts/coccinelle/
2811 F:      scripts/coccicheck
2812
2813 CODA FILE SYSTEM
2814 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2815 M:      coda@cs.cmu.edu
2816 L:      codalist@coda.cs.cmu.edu
2817 W:      http://www.coda.cs.cmu.edu/
2818 S:      Maintained
2819 F:      Documentation/filesystems/coda.txt
2820 F:      fs/coda/
2821 F:      include/linux/coda*.h
2822 F:      include/uapi/linux/coda*.h
2823
2824 CODA V4L2 MEM2MEM DRIVER
2825 M:      Philipp Zabel <p.zabel@pengutronix.de>
2826 L:      linux-media@vger.kernel.org
2827 S:      Maintained
2828 F:      Documentation/devicetree/bindings/media/coda.txt
2829 F:      drivers/media/platform/coda/
2830
2831 COMMON CLK FRAMEWORK
2832 M:      Michael Turquette <mturquette@baylibre.com>
2833 M:      Stephen Boyd <sboyd@codeaurora.org>
2834 L:      linux-clk@vger.kernel.org
2835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2836 S:      Maintained
2837 F:      drivers/clk/
2838 X:      drivers/clk/clkdev.c
2839 F:      include/linux/clk-pr*
2840 F:      include/linux/clk/
2841
2842 COMMON INTERNET FILE SYSTEM (CIFS)
2843 M:      Steve French <sfrench@samba.org>
2844 L:      linux-cifs@vger.kernel.org
2845 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2846 W:      http://linux-cifs.samba.org/
2847 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2848 S:      Supported
2849 F:      Documentation/filesystems/cifs/
2850 F:      fs/cifs/
2851
2852 COMPACTPCI HOTPLUG CORE
2853 M:      Scott Murray <scott@spiteful.org>
2854 L:      linux-pci@vger.kernel.org
2855 S:      Maintained
2856 F:      drivers/pci/hotplug/cpci_hotplug*
2857
2858 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2859 M:      Scott Murray <scott@spiteful.org>
2860 L:      linux-pci@vger.kernel.org
2861 S:      Maintained
2862 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2863
2864 COMPACTPCI HOTPLUG GENERIC DRIVER
2865 M:      Scott Murray <scott@spiteful.org>
2866 L:      linux-pci@vger.kernel.org
2867 S:      Maintained
2868 F:      drivers/pci/hotplug/cpcihp_generic.c
2869
2870 COMPAL LAPTOP SUPPORT
2871 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2872 L:      platform-driver-x86@vger.kernel.org
2873 S:      Maintained
2874 F:      drivers/platform/x86/compal-laptop.c
2875
2876 CONEXANT ACCESSRUNNER USB DRIVER
2877 M:      Simon Arlott <cxacru@fire.lp0.eu>
2878 L:      accessrunner-general@lists.sourceforge.net
2879 W:      http://accessrunner.sourceforge.net/
2880 S:      Maintained
2881 F:      drivers/usb/atm/cxacru.c
2882
2883 CONFIGFS
2884 M:      Joel Becker <jlbec@evilplan.org>
2885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2886 S:      Supported
2887 F:      fs/configfs/
2888 F:      include/linux/configfs.h
2889
2890 CONNECTOR
2891 M:      Evgeniy Polyakov <zbr@ioremap.net>
2892 L:      netdev@vger.kernel.org
2893 S:      Maintained
2894 F:      drivers/connector/
2895
2896 CONTROL GROUP (CGROUP)
2897 M:      Tejun Heo <tj@kernel.org>
2898 M:      Li Zefan <lizefan@huawei.com>
2899 M:      Johannes Weiner <hannes@cmpxchg.org>
2900 L:      cgroups@vger.kernel.org
2901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2902 S:      Maintained
2903 F:      Documentation/cgroups/
2904 F:      include/linux/cgroup*
2905 F:      kernel/cgroup*
2906
2907 CONTROL GROUP - CPUSET
2908 M:      Li Zefan <lizefan@huawei.com>
2909 L:      cgroups@vger.kernel.org
2910 W:      http://www.bullopensource.org/cpuset/
2911 W:      http://oss.sgi.com/projects/cpusets/
2912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2913 S:      Maintained
2914 F:      Documentation/cgroups/cpusets.txt
2915 F:      include/linux/cpuset.h
2916 F:      kernel/cpuset.c
2917
2918 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2919 M:      Johannes Weiner <hannes@cmpxchg.org>
2920 M:      Michal Hocko <mhocko@kernel.org>
2921 L:      cgroups@vger.kernel.org
2922 L:      linux-mm@kvack.org
2923 S:      Maintained
2924 F:      mm/memcontrol.c
2925 F:      mm/swap_cgroup.c
2926
2927 CORETEMP HARDWARE MONITORING DRIVER
2928 M:      Fenghua Yu <fenghua.yu@intel.com>
2929 L:      lm-sensors@lm-sensors.org
2930 S:      Maintained
2931 F:      Documentation/hwmon/coretemp
2932 F:      drivers/hwmon/coretemp.c
2933
2934 COSA/SRP SYNC SERIAL DRIVER
2935 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2936 W:      http://www.fi.muni.cz/~kas/cosa/
2937 S:      Maintained
2938 F:      drivers/net/wan/cosa*
2939
2940 CPMAC ETHERNET DRIVER
2941 M:      Florian Fainelli <florian@openwrt.org>
2942 L:      netdev@vger.kernel.org
2943 S:      Maintained
2944 F:      drivers/net/ethernet/ti/cpmac.c
2945
2946 CPU FREQUENCY DRIVERS
2947 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2948 M:      Viresh Kumar <viresh.kumar@linaro.org>
2949 L:      linux-pm@vger.kernel.org
2950 S:      Maintained
2951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2952 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2953 F:      drivers/cpufreq/
2954 F:      include/linux/cpufreq.h
2955
2956 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2957 M:      Viresh Kumar <viresh.kumar@linaro.org>
2958 M:      Sudeep Holla <sudeep.holla@arm.com>
2959 L:      linux-pm@vger.kernel.org
2960 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2961 S:      Maintained
2962 F:      drivers/cpufreq/arm_big_little.h
2963 F:      drivers/cpufreq/arm_big_little.c
2964 F:      drivers/cpufreq/arm_big_little_dt.c
2965
2966 CPUIDLE DRIVER - ARM BIG LITTLE
2967 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2968 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2969 L:      linux-pm@vger.kernel.org
2970 L:      linux-arm-kernel@lists.infradead.org
2971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2972 S:      Maintained
2973 F:      drivers/cpuidle/cpuidle-big_little.c
2974
2975 CPUIDLE DRIVER - ARM EXYNOS
2976 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2977 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2978 M:      Kukjin Kim <kgene@kernel.org>
2979 L:      linux-pm@vger.kernel.org
2980 L:      linux-samsung-soc@vger.kernel.org
2981 S:      Supported
2982 F:      drivers/cpuidle/cpuidle-exynos.c
2983 F:      arch/arm/mach-exynos/pm.c
2984
2985 CPUIDLE DRIVERS
2986 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2987 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2988 L:      linux-pm@vger.kernel.org
2989 S:      Maintained
2990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2991 F:      drivers/cpuidle/*
2992 F:      include/linux/cpuidle.h
2993
2994 CPUID/MSR DRIVER
2995 M:      "H. Peter Anvin" <hpa@zytor.com>
2996 S:      Maintained
2997 F:      arch/x86/kernel/cpuid.c
2998 F:      arch/x86/kernel/msr.c
2999
3000 CPU POWER MONITORING SUBSYSTEM
3001 M:      Thomas Renninger <trenn@suse.com>
3002 L:      linux-pm@vger.kernel.org
3003 S:      Maintained
3004 F:      tools/power/cpupower/
3005
3006 CRAMFS FILESYSTEM
3007 W:      http://sourceforge.net/projects/cramfs/
3008 S:      Orphan / Obsolete
3009 F:      Documentation/filesystems/cramfs.txt
3010 F:      fs/cramfs/
3011
3012 CRIS PORT
3013 M:      Mikael Starvik <starvik@axis.com>
3014 M:      Jesper Nilsson <jesper.nilsson@axis.com>
3015 L:      linux-cris-kernel@axis.com
3016 W:      http://developer.axis.com
3017 S:      Maintained
3018 F:      arch/cris/
3019 F:      drivers/tty/serial/crisv10.*
3020
3021 CRYPTO API
3022 M:      Herbert Xu <herbert@gondor.apana.org.au>
3023 M:      "David S. Miller" <davem@davemloft.net>
3024 L:      linux-crypto@vger.kernel.org
3025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3026 S:      Maintained
3027 F:      Documentation/crypto/
3028 F:      Documentation/DocBook/crypto-API.tmpl
3029 F:      arch/*/crypto/
3030 F:      crypto/
3031 F:      drivers/crypto/
3032 F:      include/crypto/
3033
3034 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3035 M:      Neil Horman <nhorman@tuxdriver.com>
3036 L:      linux-crypto@vger.kernel.org
3037 S:      Maintained
3038 F:      crypto/ansi_cprng.c
3039 F:      crypto/rng.c
3040
3041 CS5535 Audio ALSA driver
3042 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3043 S:      Maintained
3044 F:      sound/pci/cs5535audio/
3045
3046 CW1200 WLAN driver
3047 M:      Solomon Peachy <pizza@shaftnet.org>
3048 S:      Maintained
3049 F:      drivers/net/wireless/cw1200/
3050
3051 CX18 VIDEO4LINUX DRIVER
3052 M:      Andy Walls <awalls@md.metrocast.net>
3053 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3054 L:      linux-media@vger.kernel.org
3055 T:      git git://linuxtv.org/media_tree.git
3056 W:      http://linuxtv.org
3057 W:      http://www.ivtvdriver.org/index.php/Cx18
3058 S:      Maintained
3059 F:      Documentation/video4linux/cx18.txt
3060 F:      drivers/media/pci/cx18/
3061 F:      include/uapi/linux/ivtv*
3062
3063 CX2341X MPEG ENCODER HELPER MODULE
3064 M:      Hans Verkuil <hverkuil@xs4all.nl>
3065 L:      linux-media@vger.kernel.org
3066 T:      git git://linuxtv.org/media_tree.git
3067 W:      http://linuxtv.org
3068 S:      Maintained
3069 F:      drivers/media/common/cx2341x*
3070 F:      include/media/cx2341x*
3071
3072 CX24120 MEDIA DRIVER
3073 M:      Jemma Denson <jdenson@gmail.com>
3074 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3075 L:      linux-media@vger.kernel.org
3076 W:      http://linuxtv.org/
3077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3078 S:      Maintained
3079 F:      drivers/media/dvb-frontends/cx24120*
3080
3081 CX88 VIDEO4LINUX DRIVER
3082 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3083 L:      linux-media@vger.kernel.org
3084 W:      http://linuxtv.org
3085 T:      git git://linuxtv.org/media_tree.git
3086 S:      Odd fixes
3087 F:      Documentation/video4linux/cx88/
3088 F:      drivers/media/pci/cx88/
3089
3090 CXD2820R MEDIA DRIVER
3091 M:      Antti Palosaari <crope@iki.fi>
3092 L:      linux-media@vger.kernel.org
3093 W:      http://linuxtv.org/
3094 W:      http://palosaari.fi/linux/
3095 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3096 T:      git git://linuxtv.org/anttip/media_tree.git
3097 S:      Maintained
3098 F:      drivers/media/dvb-frontends/cxd2820r*
3099
3100 CXGB3 ETHERNET DRIVER (CXGB3)
3101 M:      Santosh Raspatur <santosh@chelsio.com>
3102 L:      netdev@vger.kernel.org
3103 W:      http://www.chelsio.com
3104 S:      Supported
3105 F:      drivers/net/ethernet/chelsio/cxgb3/
3106
3107 CXGB3 ISCSI DRIVER (CXGB3I)
3108 M:      Karen Xie <kxie@chelsio.com>
3109 L:      linux-scsi@vger.kernel.org
3110 W:      http://www.chelsio.com
3111 S:      Supported
3112 F:      drivers/scsi/cxgbi/cxgb3i
3113
3114 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3115 M:      Steve Wise <swise@chelsio.com>
3116 L:      linux-rdma@vger.kernel.org
3117 W:      http://www.openfabrics.org
3118 S:      Supported
3119 F:      drivers/infiniband/hw/cxgb3/
3120
3121 CXGB4 ETHERNET DRIVER (CXGB4)
3122 M:      Hariprasad S <hariprasad@chelsio.com>
3123 L:      netdev@vger.kernel.org
3124 W:      http://www.chelsio.com
3125 S:      Supported
3126 F:      drivers/net/ethernet/chelsio/cxgb4/
3127
3128 CXGB4 ISCSI DRIVER (CXGB4I)
3129 M:      Karen Xie <kxie@chelsio.com>
3130 L:      linux-scsi@vger.kernel.org
3131 W:      http://www.chelsio.com
3132 S:      Supported
3133 F:      drivers/scsi/cxgbi/cxgb4i
3134
3135 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3136 M:      Steve Wise <swise@chelsio.com>
3137 L:      linux-rdma@vger.kernel.org
3138 W:      http://www.openfabrics.org
3139 S:      Supported
3140 F:      drivers/infiniband/hw/cxgb4/
3141
3142 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3143 M:      Casey Leedom <leedom@chelsio.com>
3144 L:      netdev@vger.kernel.org
3145 W:      http://www.chelsio.com
3146 S:      Supported
3147 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3148
3149 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3150 M:      Ian Munsie <imunsie@au1.ibm.com>
3151 M:      Michael Neuling <mikey@neuling.org>
3152 L:      linuxppc-dev@lists.ozlabs.org
3153 S:      Supported
3154 F:      drivers/misc/cxl/
3155 F:      include/misc/cxl*
3156 F:      include/uapi/misc/cxl.h
3157 F:      Documentation/powerpc/cxl.txt
3158 F:      Documentation/powerpc/cxl.txt
3159 F:      Documentation/ABI/testing/sysfs-class-cxl
3160
3161 STMMAC ETHERNET DRIVER
3162 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3163 L:      netdev@vger.kernel.org
3164 W:      http://www.stlinux.com
3165 S:      Supported
3166 F:      drivers/net/ethernet/stmicro/stmmac/
3167
3168 CYBERPRO FB DRIVER
3169 M:      Russell King <linux@arm.linux.org.uk>
3170 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3171 W:      http://www.arm.linux.org.uk/
3172 S:      Maintained
3173 F:      drivers/video/fbdev/cyber2000fb.*
3174
3175 CYCLADES ASYNC MUX DRIVER
3176 W:      http://www.cyclades.com/
3177 S:      Orphan
3178 F:      drivers/tty/cyclades.c
3179 F:      include/linux/cyclades.h
3180 F:      include/uapi/linux/cyclades.h
3181
3182 CYCLADES PC300 DRIVER
3183 W:      http://www.cyclades.com/
3184 S:      Orphan
3185 F:      drivers/net/wan/pc300*
3186
3187 CYPRESS_FIRMWARE MEDIA DRIVER
3188 M:      Antti Palosaari <crope@iki.fi>
3189 L:      linux-media@vger.kernel.org
3190 W:      http://linuxtv.org/
3191 W:      http://palosaari.fi/linux/
3192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3193 T:      git git://linuxtv.org/anttip/media_tree.git
3194 S:      Maintained
3195 F:      drivers/media/common/cypress_firmware*
3196
3197 CYTTSP TOUCHSCREEN DRIVER
3198 M:      Ferruh Yigit <fery@cypress.com>
3199 L:      linux-input@vger.kernel.org
3200 S:      Supported
3201 F:      drivers/input/touchscreen/cyttsp*
3202 F:      include/linux/input/cyttsp.h
3203
3204 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3205 M:      Joshua Kinard <kumba@gentoo.org>
3206 S:      Maintained
3207 F:      drivers/rtc/rtc-ds1685.c
3208 F:      include/linux/rtc/ds1685.h
3209
3210 DAMA SLAVE for AX.25
3211 M:      Joerg Reuter <jreuter@yaina.de>
3212 W:      http://yaina.de/jreuter/
3213 W:      http://www.qsl.net/dl1bke/
3214 L:      linux-hams@vger.kernel.org
3215 S:      Maintained
3216 F:      net/ax25/af_ax25.c
3217 F:      net/ax25/ax25_dev.c
3218 F:      net/ax25/ax25_ds_*
3219 F:      net/ax25/ax25_in.c
3220 F:      net/ax25/ax25_out.c
3221 F:      net/ax25/ax25_timer.c
3222 F:      net/ax25/sysctl_net_ax25.c
3223
3224 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3225 L:      netdev@vger.kernel.org
3226 S:      Orphan
3227 F:      Documentation/networking/dmfe.txt
3228 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3229
3230 DC390/AM53C974 SCSI driver
3231 M:      Hannes Reinecke <hare@suse.com>
3232 L:      linux-scsi@vger.kernel.org
3233 S:      Maintained
3234 F:      drivers/scsi/am53c974.c
3235
3236 DC395x SCSI driver
3237 M:      Oliver Neukum <oliver@neukum.org>
3238 M:      Ali Akcaagac <aliakc@web.de>
3239 M:      Jamie Lenehan <lenehan@twibble.org>
3240 L:      dc395x@twibble.org
3241 W:      http://twibble.org/dist/dc395x/
3242 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3243 S:      Maintained
3244 F:      Documentation/scsi/dc395x.txt
3245 F:      drivers/scsi/dc395x.*
3246
3247 DCCP PROTOCOL
3248 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3249 L:      dccp@vger.kernel.org
3250 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3251 S:      Maintained
3252 F:      include/linux/dccp.h
3253 F:      include/uapi/linux/dccp.h
3254 F:      include/linux/tfrc.h
3255 F:      net/dccp/
3256
3257 DECnet NETWORK LAYER
3258 W:      http://linux-decnet.sourceforge.net
3259 L:      linux-decnet-user@lists.sourceforge.net
3260 S:      Orphan
3261 F:      Documentation/networking/decnet.txt
3262 F:      net/decnet/
3263
3264 DECSTATION PLATFORM SUPPORT
3265 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3266 L:      linux-mips@linux-mips.org
3267 W:      http://www.linux-mips.org/wiki/DECstation
3268 S:      Maintained
3269 F:      arch/mips/dec/
3270 F:      arch/mips/include/asm/dec/
3271 F:      arch/mips/include/asm/mach-dec/
3272
3273 DEFXX FDDI NETWORK DRIVER
3274 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3275 S:      Maintained
3276 F:      drivers/net/fddi/defxx.*
3277
3278 DELL LAPTOP DRIVER
3279 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3280 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3281 L:      platform-driver-x86@vger.kernel.org
3282 S:      Maintained
3283 F:      drivers/platform/x86/dell-laptop.c
3284
3285 DELL LAPTOP RBTN DRIVER
3286 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3287 S:      Maintained
3288 F:      drivers/platform/x86/dell-rbtn.*
3289
3290 DELL LAPTOP FREEFALL DRIVER
3291 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3292 S:      Maintained
3293 F:      drivers/platform/x86/dell-smo8800.c
3294
3295 DELL LAPTOP SMM DRIVER
3296 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3297 S:      Maintained
3298 F:      drivers/hwmon/dell-smm-hwmon.c
3299 F:      include/uapi/linux/i8k.h
3300
3301 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3302 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3303 S:      Maintained
3304 F:      Documentation/dcdbas.txt
3305 F:      drivers/firmware/dcdbas.*
3306
3307 DELL WMI EXTRAS DRIVER
3308 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3309 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3310 S:      Maintained
3311 F:      drivers/platform/x86/dell-wmi.c
3312
3313 DESIGNWARE USB2 DRD IP DRIVER
3314 M:      John Youn <johnyoun@synopsys.com>
3315 L:      linux-usb@vger.kernel.org
3316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3317 S:      Maintained
3318 F:      drivers/usb/dwc2/
3319
3320 DESIGNWARE USB3 DRD IP DRIVER
3321 M:      Felipe Balbi <balbi@ti.com>
3322 L:      linux-usb@vger.kernel.org
3323 L:      linux-omap@vger.kernel.org
3324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3325 S:      Maintained
3326 F:      drivers/usb/dwc3/
3327
3328 DEVICE COREDUMP (DEV_COREDUMP)
3329 M:      Johannes Berg <johannes@sipsolutions.net>
3330 L:      linux-kernel@vger.kernel.org
3331 S:      Maintained
3332 F:      drivers/base/devcoredump.c
3333 F:      include/linux/devcoredump.h
3334
3335 DEVICE FREQUENCY (DEVFREQ)
3336 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3337 M:      Kyungmin Park <kyungmin.park@samsung.com>
3338 L:      linux-pm@vger.kernel.org
3339 S:      Maintained
3340 F:      drivers/devfreq/
3341
3342 DEVICE NUMBER REGISTRY
3343 M:      Torben Mathiasen <device@lanana.org>
3344 W:      http://lanana.org/docs/device-list/index.html
3345 S:      Maintained
3346
3347 DEVICE-MAPPER  (LVM)
3348 M:      Alasdair Kergon <agk@redhat.com>
3349 M:      Mike Snitzer <snitzer@redhat.com>
3350 M:      dm-devel@redhat.com
3351 L:      dm-devel@redhat.com
3352 W:      http://sources.redhat.com/dm
3353 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3355 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3356 S:      Maintained
3357 F:      Documentation/device-mapper/
3358 F:      drivers/md/dm*
3359 F:      drivers/md/persistent-data/
3360 F:      include/linux/device-mapper.h
3361 F:      include/linux/dm-*.h
3362 F:      include/uapi/linux/dm-*.h
3363
3364 DIALOG SEMICONDUCTOR DRIVERS
3365 M:      Support Opensource <support.opensource@diasemi.com>
3366 W:      http://www.dialog-semiconductor.com/products
3367 S:      Supported
3368 F:      Documentation/hwmon/da90??
3369 F:      drivers/gpio/gpio-da90??.c
3370 F:      drivers/hwmon/da90??-hwmon.c
3371 F:      drivers/iio/adc/da91??-*.c
3372 F:      drivers/input/misc/da90??_onkey.c
3373 F:      drivers/input/touchscreen/da9052_tsi.c
3374 F:      drivers/leds/leds-da90??.c
3375 F:      drivers/mfd/da903x.c
3376 F:      drivers/mfd/da90??-*.c
3377 F:      drivers/mfd/da91??-*.c
3378 F:      drivers/power/da9052-battery.c
3379 F:      drivers/power/da91??-*.c
3380 F:      drivers/regulator/da903x.c
3381 F:      drivers/regulator/da9???-regulator.[ch]
3382 F:      drivers/rtc/rtc-da90??.c
3383 F:      drivers/video/backlight/da90??_bl.c
3384 F:      drivers/watchdog/da90??_wdt.c
3385 F:      include/linux/mfd/da903x.h
3386 F:      include/linux/mfd/da9052/
3387 F:      include/linux/mfd/da9055/
3388 F:      include/linux/mfd/da9063/
3389 F:      include/linux/mfd/da9150/
3390 F:      include/sound/da[79]*.h
3391 F:      sound/soc/codecs/da[79]*.[ch]
3392
3393 DIGI NEO AND CLASSIC PCI PRODUCTS
3394 M:      Lidza Louina <lidza.louina@gmail.com>
3395 M:      Mark Hounschell <markh@compro.net>
3396 L:      driverdev-devel@linuxdriverproject.org
3397 S:      Maintained
3398 F:      drivers/staging/dgnc/
3399
3400 DIGI EPCA PCI PRODUCTS
3401 M:      Lidza Louina <lidza.louina@gmail.com>
3402 M:      Daeseok Youn <daeseok.youn@gmail.com>
3403 L:      driverdev-devel@linuxdriverproject.org
3404 S:      Maintained
3405 F:      drivers/staging/dgap/
3406
3407 DIOLAN U2C-12 I2C DRIVER
3408 M:      Guenter Roeck <linux@roeck-us.net>
3409 L:      linux-i2c@vger.kernel.org
3410 S:      Maintained
3411 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3412
3413 DIRECT ACCESS (DAX)
3414 M:      Matthew Wilcox <willy@linux.intel.com>
3415 L:      linux-fsdevel@vger.kernel.org
3416 S:      Supported
3417 F:      fs/dax.c
3418
3419 DIRECTORY NOTIFICATION (DNOTIFY)
3420 M:      Eric Paris <eparis@parisplace.org>
3421 S:      Maintained
3422 F:      Documentation/filesystems/dnotify.txt
3423 F:      fs/notify/dnotify/
3424 F:      include/linux/dnotify.h
3425
3426 DISK GEOMETRY AND PARTITION HANDLING
3427 M:      Andries Brouwer <aeb@cwi.nl>
3428 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3429 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3430 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3431 S:      Maintained
3432
3433 DISKQUOTA
3434 M:      Jan Kara <jack@suse.com>
3435 S:      Maintained
3436 F:      Documentation/filesystems/quota.txt
3437 F:      fs/quota/
3438 F:      include/linux/quota*.h
3439 F:      include/uapi/linux/quota*.h
3440
3441 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3442 M:      Bernie Thompson <bernie@plugable.com>
3443 L:      linux-fbdev@vger.kernel.org
3444 S:      Maintained
3445 W:      http://plugable.com/category/projects/udlfb/
3446 F:      drivers/video/fbdev/udlfb.c
3447 F:      include/video/udlfb.h
3448 F:      Documentation/fb/udlfb.txt
3449
3450 DISTRIBUTED LOCK MANAGER (DLM)
3451 M:      Christine Caulfield <ccaulfie@redhat.com>
3452 M:      David Teigland <teigland@redhat.com>
3453 L:      cluster-devel@redhat.com
3454 W:      http://sources.redhat.com/cluster/
3455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3456 S:      Supported
3457 F:      fs/dlm/
3458
3459 DMA BUFFER SHARING FRAMEWORK
3460 M:      Sumit Semwal <sumit.semwal@linaro.org>
3461 S:      Maintained
3462 L:      linux-media@vger.kernel.org
3463 L:      dri-devel@lists.freedesktop.org
3464 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3465 F:      drivers/dma-buf/
3466 F:      include/linux/dma-buf*
3467 F:      include/linux/reservation.h
3468 F:      include/linux/*fence.h
3469 F:      Documentation/dma-buf-sharing.txt
3470 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3471
3472 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3473 M:      Vinod Koul <vinod.koul@intel.com>
3474 L:      dmaengine@vger.kernel.org
3475 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3476 S:      Maintained
3477 F:      drivers/dma/
3478 F:      include/linux/dmaengine.h
3479 F:      Documentation/dmaengine/
3480 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3481
3482 DME1737 HARDWARE MONITOR DRIVER
3483 M:      Juerg Haefliger <juergh@gmail.com>
3484 L:      lm-sensors@lm-sensors.org
3485 S:      Maintained
3486 F:      Documentation/hwmon/dme1737
3487 F:      drivers/hwmon/dme1737.c
3488
3489 DMI/SMBIOS SUPPORT
3490 M:      Jean Delvare <jdelvare@suse.com>
3491 S:      Maintained
3492 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3493 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3494 F:      drivers/firmware/dmi-id.c
3495 F:      drivers/firmware/dmi_scan.c
3496 F:      include/linux/dmi.h
3497
3498 DOCUMENTATION
3499 M:      Jonathan Corbet <corbet@lwn.net>
3500 L:      linux-doc@vger.kernel.org
3501 S:      Maintained
3502 F:      Documentation/
3503 X:      Documentation/ABI/
3504 X:      Documentation/devicetree/
3505 X:      Documentation/acpi
3506 X:      Documentation/power
3507 X:      Documentation/spi
3508 X:      Documentation/DocBook/media
3509 T:      git git://git.lwn.net/linux-2.6.git docs-next
3510
3511 DOUBLETALK DRIVER
3512 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3513 L:      blinux-list@redhat.com
3514 S:      Maintained
3515 F:      drivers/char/dtlk.c
3516 F:      include/linux/dtlk.h
3517
3518 DPT_I2O SCSI RAID DRIVER
3519 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3520 L:      linux-scsi@vger.kernel.org
3521 W:      http://www.adaptec.com/
3522 S:      Maintained
3523 F:      drivers/scsi/dpt*
3524 F:      drivers/scsi/dpt/
3525
3526 DRBD DRIVER
3527 P:      Philipp Reisner
3528 P:      Lars Ellenberg
3529 M:      drbd-dev@lists.linbit.com
3530 L:      drbd-user@lists.linbit.com
3531 W:      http://www.drbd.org
3532 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3533 T:      git git://git.drbd.org/drbd-8.3.git
3534 S:      Supported
3535 F:      drivers/block/drbd/
3536 F:      lib/lru_cache.c
3537 F:      Documentation/blockdev/drbd/
3538
3539 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3540 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3542 S:      Supported
3543 F:      Documentation/kobject.txt
3544 F:      drivers/base/
3545 F:      fs/debugfs/
3546 F:      fs/kernfs/
3547 F:      fs/sysfs/
3548 F:      include/linux/debugfs.h
3549 F:      include/linux/kobj*
3550 F:      lib/kobj*
3551
3552 DRM DRIVERS
3553 M:      David Airlie <airlied@linux.ie>
3554 L:      dri-devel@lists.freedesktop.org
3555 T:      git git://people.freedesktop.org/~airlied/linux
3556 S:      Maintained
3557 F:      drivers/gpu/drm/
3558 F:      drivers/gpu/vga/
3559 F:      include/drm/
3560 F:      include/uapi/drm/
3561
3562 RADEON DRM DRIVERS
3563 M:      Alex Deucher <alexander.deucher@amd.com>
3564 M:      Christian König <christian.koenig@amd.com>
3565 L:      dri-devel@lists.freedesktop.org
3566 T:      git git://people.freedesktop.org/~agd5f/linux
3567 S:      Supported
3568 F:      drivers/gpu/drm/radeon/
3569 F:      include/uapi/drm/radeon*
3570
3571 DRM PANEL DRIVERS
3572 M:      Thierry Reding <thierry.reding@gmail.com>
3573 L:      dri-devel@lists.freedesktop.org
3574 T:      git git://anongit.freedesktop.org/tegra/linux.git
3575 S:      Maintained
3576 F:      drivers/gpu/drm/drm_panel.c
3577 F:      drivers/gpu/drm/panel/
3578 F:      include/drm/drm_panel.h
3579 F:      Documentation/devicetree/bindings/panel/
3580
3581 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3582 M:      Daniel Vetter <daniel.vetter@intel.com>
3583 M:      Jani Nikula <jani.nikula@linux.intel.com>
3584 L:      intel-gfx@lists.freedesktop.org
3585 L:      dri-devel@lists.freedesktop.org
3586 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3587 T:      git git://anongit.freedesktop.org/drm-intel
3588 S:      Supported
3589 F:      drivers/gpu/drm/i915/
3590 F:      include/drm/i915*
3591 F:      include/uapi/drm/i915*
3592
3593 DRM DRIVERS FOR EXYNOS
3594 M:      Inki Dae <inki.dae@samsung.com>
3595 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3596 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3597 M:      Kyungmin Park <kyungmin.park@samsung.com>
3598 L:      dri-devel@lists.freedesktop.org
3599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3600 S:      Supported
3601 F:      drivers/gpu/drm/exynos/
3602 F:      include/drm/exynos*
3603 F:      include/uapi/drm/exynos*
3604
3605 DRM DRIVERS FOR FREESCALE DCU
3606 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3607 M:      Alison Wang <alison.wang@freescale.com>
3608 L:      dri-devel@lists.freedesktop.org
3609 S:      Supported
3610 F:      drivers/gpu/drm/fsl-dcu/
3611 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3612 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3613
3614 DRM DRIVERS FOR FREESCALE IMX
3615 M:      Philipp Zabel <p.zabel@pengutronix.de>
3616 L:      dri-devel@lists.freedesktop.org
3617 S:      Maintained
3618 F:      drivers/gpu/drm/imx/
3619 F:      Documentation/devicetree/bindings/drm/imx/
3620
3621 DRM DRIVERS FOR NVIDIA TEGRA
3622 M:      Thierry Reding <thierry.reding@gmail.com>
3623 M:      Terje Bergström <tbergstrom@nvidia.com>
3624 L:      dri-devel@lists.freedesktop.org
3625 L:      linux-tegra@vger.kernel.org
3626 T:      git git://anongit.freedesktop.org/tegra/linux.git
3627 S:      Supported
3628 F:      drivers/gpu/drm/tegra/
3629 F:      drivers/gpu/host1x/
3630 F:      include/linux/host1x.h
3631 F:      include/uapi/drm/tegra_drm.h
3632 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3633
3634 DRM DRIVERS FOR RENESAS
3635 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3636 L:      dri-devel@lists.freedesktop.org
3637 L:      linux-sh@vger.kernel.org
3638 T:      git git://people.freedesktop.org/~airlied/linux
3639 S:      Supported
3640 F:      drivers/gpu/drm/rcar-du/
3641 F:      drivers/gpu/drm/shmobile/
3642 F:      include/linux/platform_data/shmob_drm.h
3643
3644 DRM DRIVERS FOR ROCKCHIP
3645 M:      Mark Yao <mark.yao@rock-chips.com>
3646 L:      dri-devel@lists.freedesktop.org
3647 S:      Maintained
3648 F:      drivers/gpu/drm/rockchip/
3649 F:      Documentation/devicetree/bindings/video/rockchip*
3650
3651 DRM DRIVERS FOR STI
3652 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3653 M:      Vincent Abriou <vincent.abriou@st.com>
3654 L:      dri-devel@lists.freedesktop.org
3655 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3656 S:      Maintained
3657 F:      drivers/gpu/drm/sti
3658 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3659
3660 DSBR100 USB FM RADIO DRIVER
3661 M:      Alexey Klimov <klimov.linux@gmail.com>
3662 L:      linux-media@vger.kernel.org
3663 T:      git git://linuxtv.org/media_tree.git
3664 S:      Maintained
3665 F:      drivers/media/radio/dsbr100.c
3666
3667 DSCC4 DRIVER
3668 M:      Francois Romieu <romieu@fr.zoreil.com>
3669 L:      netdev@vger.kernel.org
3670 S:      Maintained
3671 F:      drivers/net/wan/dscc4.c
3672
3673 DT3155 MEDIA DRIVER
3674 M:      Hans Verkuil <hverkuil@xs4all.nl>
3675 L:      linux-media@vger.kernel.org
3676 T:      git git://linuxtv.org/media_tree.git
3677 W:      http://linuxtv.org
3678 S:      Odd Fixes
3679 F:      drivers/media/pci/dt3155/
3680
3681 DVB_USB_AF9015 MEDIA DRIVER
3682 M:      Antti Palosaari <crope@iki.fi>
3683 L:      linux-media@vger.kernel.org
3684 W:      http://linuxtv.org/
3685 W:      http://palosaari.fi/linux/
3686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3687 T:      git git://linuxtv.org/anttip/media_tree.git
3688 S:      Maintained
3689 F:      drivers/media/usb/dvb-usb-v2/af9015*
3690
3691 DVB_USB_AF9035 MEDIA DRIVER
3692 M:      Antti Palosaari <crope@iki.fi>
3693 L:      linux-media@vger.kernel.org
3694 W:      http://linuxtv.org/
3695 W:      http://palosaari.fi/linux/
3696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3697 T:      git git://linuxtv.org/anttip/media_tree.git
3698 S:      Maintained
3699 F:      drivers/media/usb/dvb-usb-v2/af9035*
3700
3701 DVB_USB_ANYSEE MEDIA DRIVER
3702 M:      Antti Palosaari <crope@iki.fi>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org/
3705 W:      http://palosaari.fi/linux/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/anysee*
3710
3711 DVB_USB_AU6610 MEDIA DRIVER
3712 M:      Antti Palosaari <crope@iki.fi>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://palosaari.fi/linux/
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/anttip/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb-v2/au6610*
3720
3721 DVB_USB_CE6230 MEDIA DRIVER
3722 M:      Antti Palosaari <crope@iki.fi>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://palosaari.fi/linux/
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/anttip/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3730
3731 DVB_USB_CXUSB MEDIA DRIVER
3732 M:      Michael Krufky <mkrufky@linuxtv.org>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 W:      http://github.com/mkrufky
3736 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3737 T:      git git://linuxtv.org/media_tree.git
3738 S:      Maintained
3739 F:      drivers/media/usb/dvb-usb/cxusb*
3740
3741 DVB_USB_EC168 MEDIA DRIVER
3742 M:      Antti Palosaari <crope@iki.fi>
3743 L:      linux-media@vger.kernel.org
3744 W:      http://linuxtv.org/
3745 W:      http://palosaari.fi/linux/
3746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3747 T:      git git://linuxtv.org/anttip/media_tree.git
3748 S:      Maintained
3749 F:      drivers/media/usb/dvb-usb-v2/ec168*
3750
3751 DVB_USB_GL861 MEDIA DRIVER
3752 M:      Antti Palosaari <crope@iki.fi>
3753 L:      linux-media@vger.kernel.org
3754 W:      http://linuxtv.org/
3755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3756 T:      git git://linuxtv.org/anttip/media_tree.git
3757 S:      Maintained
3758 F:      drivers/media/usb/dvb-usb-v2/gl861*
3759
3760 DVB_USB_MXL111SF MEDIA DRIVER
3761 M:      Michael Krufky <mkrufky@linuxtv.org>
3762 L:      linux-media@vger.kernel.org
3763 W:      http://linuxtv.org/
3764 W:      http://github.com/mkrufky
3765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3766 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3767 S:      Maintained
3768 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3769
3770 DVB_USB_RTL28XXU MEDIA DRIVER
3771 M:      Antti Palosaari <crope@iki.fi>
3772 L:      linux-media@vger.kernel.org
3773 W:      http://linuxtv.org/
3774 W:      http://palosaari.fi/linux/
3775 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3776 T:      git git://linuxtv.org/anttip/media_tree.git
3777 S:      Maintained
3778 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3779
3780 DVB_USB_V2 MEDIA DRIVER
3781 M:      Antti Palosaari <crope@iki.fi>
3782 L:      linux-media@vger.kernel.org
3783 W:      http://linuxtv.org/
3784 W:      http://palosaari.fi/linux/
3785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3786 T:      git git://linuxtv.org/anttip/media_tree.git
3787 S:      Maintained
3788 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3789 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3790
3791 DYNAMIC DEBUG
3792 M:      Jason Baron <jbaron@akamai.com>
3793 S:      Maintained
3794 F:      lib/dynamic_debug.c
3795 F:      include/linux/dynamic_debug.h
3796
3797 DZ DECSTATION DZ11 SERIAL DRIVER
3798 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3799 S:      Maintained
3800 F:      drivers/tty/serial/dz.*
3801
3802 E3X0 POWER BUTTON DRIVER
3803 M:      Moritz Fischer <moritz.fischer@ettus.com>
3804 L:      usrp-users@lists.ettus.com
3805 W:      http://www.ettus.com
3806 S:      Supported
3807 F:      drivers/input/misc/e3x0-button.c
3808 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3809
3810 E4000 MEDIA DRIVER
3811 M:      Antti Palosaari <crope@iki.fi>
3812 L:      linux-media@vger.kernel.org
3813 W:      http://linuxtv.org/
3814 W:      http://palosaari.fi/linux/
3815 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3816 T:      git git://linuxtv.org/anttip/media_tree.git
3817 S:      Maintained
3818 F:      drivers/media/tuners/e4000*
3819
3820 EATA ISA/EISA/PCI SCSI DRIVER
3821 M:      Dario Ballabio <ballabio_dario@emc.com>
3822 L:      linux-scsi@vger.kernel.org
3823 S:      Maintained
3824 F:      drivers/scsi/eata.c
3825
3826 EC100 MEDIA DRIVER
3827 M:      Antti Palosaari <crope@iki.fi>
3828 L:      linux-media@vger.kernel.org
3829 W:      http://linuxtv.org/
3830 W:      http://palosaari.fi/linux/
3831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3832 T:      git git://linuxtv.org/anttip/media_tree.git
3833 S:      Maintained
3834 F:      drivers/media/dvb-frontends/ec100*
3835
3836 ECRYPT FILE SYSTEM
3837 M:      Tyler Hicks <tyhicks@canonical.com>
3838 L:      ecryptfs@vger.kernel.org
3839 W:      http://ecryptfs.org
3840 W:      https://launchpad.net/ecryptfs
3841 S:      Supported
3842 F:      Documentation/filesystems/ecryptfs.txt
3843 F:      fs/ecryptfs/
3844
3845 EDAC-CORE
3846 M:      Doug Thompson <dougthompson@xmission.com>
3847 M:      Borislav Petkov <bp@alien8.de>
3848 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3849 L:      linux-edac@vger.kernel.org
3850 W:      bluesmoke.sourceforge.net
3851 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3852 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3853 S:      Supported
3854 F:      Documentation/edac.txt
3855 F:      drivers/edac/
3856 F:      include/linux/edac.h
3857
3858 EDAC-AMD64
3859 M:      Doug Thompson <dougthompson@xmission.com>
3860 M:      Borislav Petkov <bp@alien8.de>
3861 L:      linux-edac@vger.kernel.org
3862 W:      bluesmoke.sourceforge.net
3863 S:      Maintained
3864 F:      drivers/edac/amd64_edac*
3865
3866 EDAC-CALXEDA
3867 M:      Doug Thompson <dougthompson@xmission.com>
3868 M:      Robert Richter <rric@kernel.org>
3869 L:      linux-edac@vger.kernel.org
3870 W:      bluesmoke.sourceforge.net
3871 S:      Maintained
3872 F:      drivers/edac/highbank*
3873
3874 EDAC-CAVIUM
3875 M:      Ralf Baechle <ralf@linux-mips.org>
3876 M:      David Daney <david.daney@cavium.com>
3877 L:      linux-edac@vger.kernel.org
3878 L:      linux-mips@linux-mips.org
3879 W:      bluesmoke.sourceforge.net
3880 S:      Supported
3881 F:      drivers/edac/octeon_edac*
3882
3883 EDAC-E752X
3884 M:      Mark Gross <mark.gross@intel.com>
3885 M:      Doug Thompson <dougthompson@xmission.com>
3886 L:      linux-edac@vger.kernel.org
3887 W:      bluesmoke.sourceforge.net
3888 S:      Maintained
3889 F:      drivers/edac/e752x_edac.c
3890
3891 EDAC-E7XXX
3892 M:      Doug Thompson <dougthompson@xmission.com>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/e7xxx_edac.c
3897
3898 EDAC-GHES
3899 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3900 L:      linux-edac@vger.kernel.org
3901 W:      bluesmoke.sourceforge.net
3902 S:      Maintained
3903 F:      drivers/edac/ghes_edac.c
3904
3905 EDAC-I82443BXGX
3906 M:      Tim Small <tim@buttersideup.com>
3907 L:      linux-edac@vger.kernel.org
3908 W:      bluesmoke.sourceforge.net
3909 S:      Maintained
3910 F:      drivers/edac/i82443bxgx_edac.c
3911
3912 EDAC-I3000
3913 M:      Jason Uhlenkott <juhlenko@akamai.com>
3914 L:      linux-edac@vger.kernel.org
3915 W:      bluesmoke.sourceforge.net
3916 S:      Maintained
3917 F:      drivers/edac/i3000_edac.c
3918
3919 EDAC-I5000
3920 M:      Doug Thompson <dougthompson@xmission.com>
3921 L:      linux-edac@vger.kernel.org
3922 W:      bluesmoke.sourceforge.net
3923 S:      Maintained
3924 F:      drivers/edac/i5000_edac.c
3925
3926 EDAC-I5400
3927 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3928 L:      linux-edac@vger.kernel.org
3929 W:      bluesmoke.sourceforge.net
3930 S:      Maintained
3931 F:      drivers/edac/i5400_edac.c
3932
3933 EDAC-I7300
3934 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3935 L:      linux-edac@vger.kernel.org
3936 W:      bluesmoke.sourceforge.net
3937 S:      Maintained
3938 F:      drivers/edac/i7300_edac.c
3939
3940 EDAC-I7CORE
3941 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3942 L:      linux-edac@vger.kernel.org
3943 W:      bluesmoke.sourceforge.net
3944 S:      Maintained
3945 F:      drivers/edac/i7core_edac.c
3946
3947 EDAC-I82975X
3948 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3949 M:      "Arvind R." <arvino55@gmail.com>
3950 L:      linux-edac@vger.kernel.org
3951 W:      bluesmoke.sourceforge.net
3952 S:      Maintained
3953 F:      drivers/edac/i82975x_edac.c
3954
3955 EDAC-IE31200
3956 M:      Jason Baron <jbaron@akamai.com>
3957 L:      linux-edac@vger.kernel.org
3958 W:      bluesmoke.sourceforge.net
3959 S:      Maintained
3960 F:      drivers/edac/ie31200_edac.c
3961
3962 EDAC-MPC85XX
3963 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3964 L:      linux-edac@vger.kernel.org
3965 W:      bluesmoke.sourceforge.net
3966 S:      Maintained
3967 F:      drivers/edac/mpc85xx_edac.[ch]
3968
3969 EDAC-PASEMI
3970 M:      Egor Martovetsky <egor@pasemi.com>
3971 L:      linux-edac@vger.kernel.org
3972 W:      bluesmoke.sourceforge.net
3973 S:      Maintained
3974 F:      drivers/edac/pasemi_edac.c
3975
3976 EDAC-R82600
3977 M:      Tim Small <tim@buttersideup.com>
3978 L:      linux-edac@vger.kernel.org
3979 W:      bluesmoke.sourceforge.net
3980 S:      Maintained
3981 F:      drivers/edac/r82600_edac.c
3982
3983 EDAC-SBRIDGE
3984 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3985 L:      linux-edac@vger.kernel.org
3986 W:      bluesmoke.sourceforge.net
3987 S:      Maintained
3988 F:      drivers/edac/sb_edac.c
3989
3990 EDAC-XGENE
3991 APPLIED MICRO (APM) X-GENE SOC EDAC
3992 M:     Loc Ho <lho@apm.com>
3993 S:     Supported
3994 F:     drivers/edac/xgene_edac.c
3995 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3996
3997 EDIROL UA-101/UA-1000 DRIVER
3998 M:      Clemens Ladisch <clemens@ladisch.de>
3999 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4000 T:      git git://git.alsa-project.org/alsa-kernel.git
4001 S:      Maintained
4002 F:      sound/usb/misc/ua101.c
4003
4004 EXTENSIBLE FIRMWARE INTERFACE (EFI)
4005 M:      Matt Fleming <matt.fleming@intel.com>
4006 L:      linux-efi@vger.kernel.org
4007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4008 S:      Maintained
4009 F:      Documentation/efi-stub.txt
4010 F:      arch/ia64/kernel/efi.c
4011 F:      arch/x86/boot/compressed/eboot.[ch]
4012 F:      arch/x86/include/asm/efi.h
4013 F:      arch/x86/platform/efi/*
4014 F:      drivers/firmware/efi/*
4015 F:      include/linux/efi*.h
4016
4017 EFI VARIABLE FILESYSTEM
4018 M:      Matthew Garrett <matthew.garrett@nebula.com>
4019 M:      Jeremy Kerr <jk@ozlabs.org>
4020 M:      Matt Fleming <matt.fleming@intel.com>
4021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4022 L:      linux-efi@vger.kernel.org
4023 S:      Maintained
4024 F:      fs/efivarfs/
4025
4026 EFIFB FRAMEBUFFER DRIVER
4027 L:      linux-fbdev@vger.kernel.org
4028 M:      Peter Jones <pjones@redhat.com>
4029 S:      Maintained
4030 F:      drivers/video/fbdev/efifb.c
4031
4032 EFS FILESYSTEM
4033 W:      http://aeschi.ch.eu.org/efs/
4034 S:      Orphan
4035 F:      fs/efs/
4036
4037 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4038 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4039 M:      Christoph Raisch <raisch@de.ibm.com>
4040 L:      linux-rdma@vger.kernel.org
4041 S:      Supported
4042 F:      drivers/infiniband/hw/ehca/
4043
4044 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4045 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4046 L:      netdev@vger.kernel.org
4047 S:      Maintained
4048 F:      drivers/net/ethernet/ibm/ehea/
4049
4050 EM28XX VIDEO4LINUX DRIVER
4051 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4052 L:      linux-media@vger.kernel.org
4053 W:      http://linuxtv.org
4054 T:      git git://linuxtv.org/media_tree.git
4055 S:      Maintained
4056 F:      drivers/media/usb/em28xx/
4057
4058 EMBEDDED LINUX
4059 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4060 M:      Matt Mackall <mpm@selenic.com>
4061 M:      David Woodhouse <dwmw2@infradead.org>
4062 L:      linux-embedded@vger.kernel.org
4063 S:      Maintained
4064
4065 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4066 M:      James Smart <james.smart@avagotech.com>
4067 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4068 L:      linux-scsi@vger.kernel.org
4069 W:      http://www.avagotech.com
4070 S:      Supported
4071 F:      drivers/scsi/lpfc/
4072
4073 ENE CB710 FLASH CARD READER DRIVER
4074 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4075 S:      Maintained
4076 F:      drivers/misc/cb710/
4077 F:      drivers/mmc/host/cb710-mmc.*
4078 F:      include/linux/cb710.h
4079
4080 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4081 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4082 S:      Maintained
4083 F:      drivers/media/rc/ene_ir.*
4084
4085 ENHANCED ERROR HANDLING (EEH)
4086 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4087 L:      linuxppc-dev@lists.ozlabs.org
4088 S:      Supported
4089 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4090 F:      arch/powerpc/kernel/eeh*.c
4091
4092 EPSON S1D13XXX FRAMEBUFFER DRIVER
4093 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4094 S:      Maintained
4095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4096 F:      drivers/video/fbdev/s1d13xxxfb.c
4097 F:      include/video/s1d13xxxfb.h
4098
4099 ET131X NETWORK DRIVER
4100 M:      Mark Einon <mark.einon@gmail.com>
4101 S:      Odd Fixes
4102 F:      drivers/net/ethernet/agere/
4103
4104 ETHERNET BRIDGE
4105 M:      Stephen Hemminger <stephen@networkplumber.org>
4106 L:      bridge@lists.linux-foundation.org
4107 L:      netdev@vger.kernel.org
4108 W:      http://www.linuxfoundation.org/en/Net:Bridge
4109 S:      Maintained
4110 F:      include/linux/netfilter_bridge/
4111 F:      net/bridge/
4112
4113 ETHERNET PHY LIBRARY
4114 M:      Florian Fainelli <f.fainelli@gmail.com>
4115 L:      netdev@vger.kernel.org
4116 S:      Maintained
4117 F:      include/linux/phy.h
4118 F:      include/linux/phy_fixed.h
4119 F:      drivers/net/phy/
4120 F:      Documentation/networking/phy.txt
4121 F:      drivers/of/of_mdio.c
4122 F:      drivers/of/of_net.c
4123
4124 EXT2 FILE SYSTEM
4125 M:      Jan Kara <jack@suse.com>
4126 L:      linux-ext4@vger.kernel.org
4127 S:      Maintained
4128 F:      Documentation/filesystems/ext2.txt
4129 F:      fs/ext2/
4130 F:      include/linux/ext2*
4131
4132 EXT4 FILE SYSTEM
4133 M:      "Theodore Ts'o" <tytso@mit.edu>
4134 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4135 L:      linux-ext4@vger.kernel.org
4136 W:      http://ext4.wiki.kernel.org
4137 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4138 S:      Maintained
4139 F:      Documentation/filesystems/ext4.txt
4140 F:      fs/ext4/
4141
4142 Extended Verification Module (EVM)
4143 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4144 L:      linux-ima-devel@lists.sourceforge.net
4145 L:      linux-security-module@vger.kernel.org
4146 S:      Supported
4147 F:      security/integrity/evm/
4148
4149 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4150 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4151 M:      Chanwoo Choi <cw00.choi@samsung.com>
4152 L:      linux-kernel@vger.kernel.org
4153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4154 S:      Maintained
4155 F:      drivers/extcon/
4156 F:      Documentation/extcon/
4157
4158 EXYNOS DP DRIVER
4159 M:      Jingoo Han <jingoohan1@gmail.com>
4160 L:      dri-devel@lists.freedesktop.org
4161 S:      Maintained
4162 F:      drivers/gpu/drm/exynos/exynos_dp*
4163
4164 EXYNOS MIPI DISPLAY DRIVERS
4165 M:      Inki Dae <inki.dae@samsung.com>
4166 M:      Donghwa Lee <dh09.lee@samsung.com>
4167 M:      Kyungmin Park <kyungmin.park@samsung.com>
4168 L:      linux-fbdev@vger.kernel.org
4169 S:      Maintained
4170 F:      drivers/video/fbdev/exynos/exynos_mipi*
4171 F:      include/video/exynos_mipi*
4172
4173 F71805F HARDWARE MONITORING DRIVER
4174 M:      Jean Delvare <jdelvare@suse.com>
4175 L:      lm-sensors@lm-sensors.org
4176 S:      Maintained
4177 F:      Documentation/hwmon/f71805f
4178 F:      drivers/hwmon/f71805f.c
4179
4180 FC0011 TUNER DRIVER
4181 M:      Michael Buesch <m@bues.ch>
4182 L:      linux-media@vger.kernel.org
4183 S:      Maintained
4184 F:      drivers/media/tuners/fc0011.h
4185 F:      drivers/media/tuners/fc0011.c
4186
4187 FC2580 MEDIA DRIVER
4188 M:      Antti Palosaari <crope@iki.fi>
4189 L:      linux-media@vger.kernel.org
4190 W:      http://linuxtv.org/
4191 W:      http://palosaari.fi/linux/
4192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4193 T:      git git://linuxtv.org/anttip/media_tree.git
4194 S:      Maintained
4195 F:      drivers/media/tuners/fc2580*
4196
4197 FANOTIFY
4198 M:      Eric Paris <eparis@redhat.com>
4199 S:      Maintained
4200 F:      fs/notify/fanotify/
4201 F:      include/linux/fanotify.h
4202 F:      include/uapi/linux/fanotify.h
4203
4204 FARSYNC SYNCHRONOUS DRIVER
4205 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4206 W:      http://www.farsite.co.uk/
4207 S:      Supported
4208 F:      drivers/net/wan/farsync.*
4209
4210 FAULT INJECTION SUPPORT
4211 M:      Akinobu Mita <akinobu.mita@gmail.com>
4212 S:      Supported
4213 F:      Documentation/fault-injection/
4214 F:      lib/fault-inject.c
4215
4216 FBTFT Framebuffer drivers
4217 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4218 M:      Noralf Trønnes <noralf@tronnes.org>
4219 S:      Maintained
4220 F:      drivers/staging/fbtft/
4221
4222 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4223 M:      Vasu Dev <vasu.dev@intel.com>
4224 L:      fcoe-devel@open-fcoe.org
4225 W:      www.Open-FCoE.org
4226 S:      Supported
4227 F:      drivers/scsi/libfc/
4228 F:      drivers/scsi/fcoe/
4229 F:      include/scsi/fc/
4230 F:      include/scsi/libfc.h
4231 F:      include/scsi/libfcoe.h
4232 F:      include/uapi/scsi/fc/
4233
4234 FILE LOCKING (flock() and fcntl()/lockf())
4235 M:      Jeff Layton <jlayton@poochiereds.net>
4236 M:      "J. Bruce Fields" <bfields@fieldses.org>
4237 L:      linux-fsdevel@vger.kernel.org
4238 S:      Maintained
4239 F:      include/linux/fcntl.h
4240 F:      include/linux/fs.h
4241 F:      include/uapi/linux/fcntl.h
4242 F:      include/uapi/linux/fs.h
4243 F:      fs/fcntl.c
4244 F:      fs/locks.c
4245
4246 FILESYSTEMS (VFS and infrastructure)
4247 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4248 L:      linux-fsdevel@vger.kernel.org
4249 S:      Maintained
4250 F:      fs/*
4251
4252 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4253 M:      Riku Voipio <riku.voipio@iki.fi>
4254 L:      lm-sensors@lm-sensors.org
4255 S:      Maintained
4256 F:      drivers/hwmon/f75375s.c
4257 F:      include/linux/f75375s.h
4258
4259 FIREWIRE AUDIO DRIVERS
4260 M:      Clemens Ladisch <clemens@ladisch.de>
4261 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4262 T:      git git://git.alsa-project.org/alsa-kernel.git
4263 S:      Maintained
4264 F:      sound/firewire/
4265
4266 FIREWIRE MEDIA DRIVERS (firedtv)
4267 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4268 L:      linux-media@vger.kernel.org
4269 L:      linux1394-devel@lists.sourceforge.net
4270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4271 S:      Maintained
4272 F:      drivers/media/firewire/
4273
4274 FIREWIRE SBP-2 TARGET
4275 M:      Chris Boot <bootc@bootc.net>
4276 L:      linux-scsi@vger.kernel.org
4277 L:      target-devel@vger.kernel.org
4278 L:      linux1394-devel@lists.sourceforge.net
4279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4280 S:      Maintained
4281 F:      drivers/target/sbp/
4282
4283 FIREWIRE SUBSYSTEM
4284 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4285 L:      linux1394-devel@lists.sourceforge.net
4286 W:      http://ieee1394.wiki.kernel.org/
4287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4288 S:      Maintained
4289 F:      drivers/firewire/
4290 F:      include/linux/firewire.h
4291 F:      include/uapi/linux/firewire*.h
4292 F:      tools/firewire/
4293
4294 FIRMWARE LOADER (request_firmware)
4295 M:      Ming Lei <ming.lei@canonical.com>
4296 L:      linux-kernel@vger.kernel.org
4297 S:      Maintained
4298 F:      Documentation/firmware_class/
4299 F:      drivers/base/firmware*.c
4300 F:      include/linux/firmware.h
4301
4302 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4303 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4304 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4305 S:      Maintained
4306 F:      drivers/block/rsxx/
4307
4308 FLOPPY DRIVER
4309 M:      Jiri Kosina <jikos@kernel.org>
4310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4311 S:      Odd fixes
4312 F:      drivers/block/floppy.c
4313
4314 FMC SUBSYSTEM
4315 M:      Alessandro Rubini <rubini@gnudd.com>
4316 W:      http://www.ohwr.org/projects/fmc-bus
4317 S:      Supported
4318 F:      drivers/fmc/
4319 F:      include/linux/fmc*.h
4320 F:      include/linux/ipmi-fru.h
4321 K:      fmc_d.*register
4322
4323 FPU EMULATOR
4324 M:      Bill Metzenthen <billm@melbpc.org.au>
4325 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4326 S:      Maintained
4327 F:      arch/x86/math-emu/
4328
4329 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4330 L:      netdev@vger.kernel.org
4331 S:      Orphan
4332 F:      drivers/net/wan/dlci.c
4333 F:      drivers/net/wan/sdla.c
4334
4335 FRAMEBUFFER LAYER
4336 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4337 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4338 L:      linux-fbdev@vger.kernel.org
4339 W:      http://linux-fbdev.sourceforge.net/
4340 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4342 S:      Maintained
4343 F:      Documentation/fb/
4344 F:      Documentation/devicetree/bindings/fb/
4345 F:      drivers/video/
4346 F:      include/video/
4347 F:      include/linux/fb.h
4348 F:      include/uapi/video/
4349 F:      include/uapi/linux/fb.h
4350
4351 FREESCALE DIU FRAMEBUFFER DRIVER
4352 M:      Timur Tabi <timur@tabi.org>
4353 L:      linux-fbdev@vger.kernel.org
4354 S:      Maintained
4355 F:      drivers/video/fbdev/fsl-diu-fb.*
4356
4357 FREESCALE DMA DRIVER
4358 M:      Li Yang <leoli@freescale.com>
4359 M:      Zhang Wei <zw@zh-kernel.org>
4360 L:      linuxppc-dev@lists.ozlabs.org
4361 S:      Maintained
4362 F:      drivers/dma/fsldma.*
4363
4364 FREESCALE I2C CPM DRIVER
4365 M:      Jochen Friedrich <jochen@scram.de>
4366 L:      linuxppc-dev@lists.ozlabs.org
4367 L:      linux-i2c@vger.kernel.org
4368 S:      Maintained
4369 F:      drivers/i2c/busses/i2c-cpm.c
4370
4371 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4372 M:      Sascha Hauer <kernel@pengutronix.de>
4373 L:      linux-fbdev@vger.kernel.org
4374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4375 S:      Maintained
4376 F:      include/linux/platform_data/video-imxfb.h
4377 F:      drivers/video/fbdev/imxfb.c
4378
4379 FREESCALE QUAD SPI DRIVER
4380 M:      Han Xu <han.xu@freescale.com>
4381 L:      linux-mtd@lists.infradead.org
4382 S:      Maintained
4383 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4384
4385 FREESCALE SOC FS_ENET DRIVER
4386 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4387 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4388 L:      linuxppc-dev@lists.ozlabs.org
4389 L:      netdev@vger.kernel.org
4390 S:      Maintained
4391 F:      drivers/net/ethernet/freescale/fs_enet/
4392 F:      include/linux/fs_enet_pd.h
4393
4394 FREESCALE QUICC ENGINE LIBRARY
4395 L:      linuxppc-dev@lists.ozlabs.org
4396 S:      Orphan
4397 F:      arch/powerpc/sysdev/qe_lib/
4398 F:      arch/powerpc/include/asm/*qe.h
4399
4400 FREESCALE USB PERIPHERAL DRIVERS
4401 M:      Li Yang <leoli@freescale.com>
4402 L:      linux-usb@vger.kernel.org
4403 L:      linuxppc-dev@lists.ozlabs.org
4404 S:      Maintained
4405 F:      drivers/usb/gadget/udc/fsl*
4406
4407 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4408 M:      Li Yang <leoli@freescale.com>
4409 L:      netdev@vger.kernel.org
4410 L:      linuxppc-dev@lists.ozlabs.org
4411 S:      Maintained
4412 F:      drivers/net/ethernet/freescale/ucc_geth*
4413
4414 FREESCALE QUICC ENGINE UCC UART DRIVER
4415 M:      Timur Tabi <timur@tabi.org>
4416 L:      linuxppc-dev@lists.ozlabs.org
4417 S:      Maintained
4418 F:      drivers/tty/serial/ucc_uart.c
4419
4420 FREESCALE SOC SOUND DRIVERS
4421 M:      Timur Tabi <timur@tabi.org>
4422 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4423 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4424 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4425 L:      linuxppc-dev@lists.ozlabs.org
4426 S:      Maintained
4427 F:      sound/soc/fsl/fsl*
4428 F:      sound/soc/fsl/imx*
4429 F:      sound/soc/fsl/mpc8610_hpcd.c
4430
4431 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4432 M:      "J. German Rivera" <German.Rivera@freescale.com>
4433 L:      linux-kernel@vger.kernel.org
4434 S:      Maintained
4435 F:      drivers/staging/fsl-mc/
4436
4437 FREEVXFS FILESYSTEM
4438 M:      Christoph Hellwig <hch@infradead.org>
4439 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4440 S:      Maintained
4441 F:      fs/freevxfs/
4442
4443 FREEZER
4444 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4445 M:      Pavel Machek <pavel@ucw.cz>
4446 L:      linux-pm@vger.kernel.org
4447 S:      Supported
4448 F:      Documentation/power/freezing-of-tasks.txt
4449 F:      include/linux/freezer.h
4450 F:      kernel/freezer.c
4451
4452 FRONTSWAP API
4453 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4454 L:      linux-kernel@vger.kernel.org
4455 S:      Maintained
4456 F:      mm/frontswap.c
4457 F:      include/linux/frontswap.h
4458
4459 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4460 M:      David Howells <dhowells@redhat.com>
4461 L:      linux-cachefs@redhat.com
4462 S:      Supported
4463 F:      Documentation/filesystems/caching/
4464 F:      fs/fscache/
4465 F:      include/linux/fscache*.h
4466
4467 F2FS FILE SYSTEM
4468 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4469 M:      Changman Lee <cm224.lee@samsung.com>
4470 R:      Chao Yu <chao2.yu@samsung.com>
4471 L:      linux-f2fs-devel@lists.sourceforge.net
4472 W:      http://en.wikipedia.org/wiki/F2FS
4473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4474 S:      Maintained
4475 F:      Documentation/filesystems/f2fs.txt
4476 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4477 F:      fs/f2fs/
4478 F:      include/linux/f2fs_fs.h
4479 F:      include/trace/events/f2fs.h
4480
4481 FUJITSU FR-V (FRV) PORT
4482 M:      David Howells <dhowells@redhat.com>
4483 S:      Maintained
4484 F:      arch/frv/
4485
4486 FUJITSU LAPTOP EXTRAS
4487 M:      Jonathan Woithe <jwoithe@just42.net>
4488 L:      platform-driver-x86@vger.kernel.org
4489 S:      Maintained
4490 F:      drivers/platform/x86/fujitsu-laptop.c
4491
4492 FUJITSU M-5MO LS CAMERA ISP DRIVER
4493 M:      Kyungmin Park <kyungmin.park@samsung.com>
4494 M:      Heungjun Kim <riverful.kim@samsung.com>
4495 L:      linux-media@vger.kernel.org
4496 S:      Maintained
4497 F:      drivers/media/i2c/m5mols/
4498 F:      include/media/m5mols.h
4499
4500 FUJITSU TABLET EXTRAS
4501 M:      Robert Gerlach <khnz@gmx.de>
4502 L:      platform-driver-x86@vger.kernel.org
4503 S:      Maintained
4504 F:      drivers/platform/x86/fujitsu-tablet.c
4505
4506 FUSE: FILESYSTEM IN USERSPACE
4507 M:      Miklos Szeredi <miklos@szeredi.hu>
4508 L:      fuse-devel@lists.sourceforge.net
4509 W:      http://fuse.sourceforge.net/
4510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4511 S:      Maintained
4512 F:      fs/fuse/
4513 F:      include/uapi/linux/fuse.h
4514 F:      Documentation/filesystems/fuse.txt
4515
4516 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4517 M:      Rik Faith <faith@cs.unc.edu>
4518 L:      linux-scsi@vger.kernel.org
4519 S:      Odd Fixes (e.g., new signatures)
4520 F:      drivers/scsi/fdomain.*
4521
4522 GCOV BASED KERNEL PROFILING
4523 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4524 S:      Maintained
4525 F:      kernel/gcov/
4526 F:      Documentation/gcov.txt
4527
4528 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4529 M:      Achim Leubner <achim_leubner@adaptec.com>
4530 L:      linux-scsi@vger.kernel.org
4531 W:      http://www.icp-vortex.com/
4532 S:      Supported
4533 F:      drivers/scsi/gdt*
4534
4535 GDB KERNEL DEBUGGING HELPER SCRIPTS
4536 M:      Jan Kiszka <jan.kiszka@siemens.com>
4537 S:      Supported
4538 F:      scripts/gdb/
4539
4540 GEMTEK FM RADIO RECEIVER DRIVER
4541 M:      Hans Verkuil <hverkuil@xs4all.nl>
4542 L:      linux-media@vger.kernel.org
4543 T:      git git://linuxtv.org/media_tree.git
4544 W:      http://linuxtv.org
4545 S:      Maintained
4546 F:      drivers/media/radio/radio-gemtek*
4547
4548 GENERIC GPIO I2C DRIVER
4549 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4550 S:      Supported
4551 F:      drivers/i2c/busses/i2c-gpio.c
4552 F:      include/linux/i2c-gpio.h
4553
4554 GENERIC GPIO I2C MULTIPLEXER DRIVER
4555 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4556 L:      linux-i2c@vger.kernel.org
4557 S:      Supported
4558 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4559 F:      include/linux/i2c-mux-gpio.h
4560 F:      Documentation/i2c/muxes/i2c-mux-gpio
4561
4562 GENERIC HDLC (WAN) DRIVERS
4563 M:      Krzysztof Halasa <khc@pm.waw.pl>
4564 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4565 S:      Maintained
4566 F:      drivers/net/wan/c101.c
4567 F:      drivers/net/wan/hd6457*
4568 F:      drivers/net/wan/hdlc*
4569 F:      drivers/net/wan/n2.c
4570 F:      drivers/net/wan/pc300too.c
4571 F:      drivers/net/wan/pci200syn.c
4572 F:      drivers/net/wan/wanxl*
4573
4574 GENERIC INCLUDE/ASM HEADER FILES
4575 M:      Arnd Bergmann <arnd@arndb.de>
4576 L:      linux-arch@vger.kernel.org
4577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4578 S:      Maintained
4579 F:      include/asm-generic/
4580 F:      include/uapi/asm-generic/
4581
4582 GENERIC PHY FRAMEWORK
4583 M:      Kishon Vijay Abraham I <kishon@ti.com>
4584 L:      linux-kernel@vger.kernel.org
4585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4586 S:      Supported
4587 F:      drivers/phy/
4588 F:      include/linux/phy/
4589
4590 GENERIC PM DOMAINS
4591 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4592 M:      Kevin Hilman <khilman@kernel.org>
4593 M:      Ulf Hansson <ulf.hansson@linaro.org>
4594 L:      linux-pm@vger.kernel.org
4595 S:      Supported
4596 F:      drivers/base/power/domain*.c
4597 F:      include/linux/pm_domain.h
4598
4599 GENERIC UIO DRIVER FOR PCI DEVICES
4600 M:      "Michael S. Tsirkin" <mst@redhat.com>
4601 L:      kvm@vger.kernel.org
4602 S:      Supported
4603 F:      drivers/uio/uio_pci_generic.c
4604
4605 GET_MAINTAINER SCRIPT
4606 M:      Joe Perches <joe@perches.com>
4607 S:      Maintained
4608 F:      scripts/get_maintainer.pl
4609
4610 GFS2 FILE SYSTEM
4611 M:      Steven Whitehouse <swhiteho@redhat.com>
4612 M:      Bob Peterson <rpeterso@redhat.com>
4613 L:      cluster-devel@redhat.com
4614 W:      http://sources.redhat.com/cluster/
4615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4616 S:      Supported
4617 F:      Documentation/filesystems/gfs2*.txt
4618 F:      fs/gfs2/
4619 F:      include/uapi/linux/gfs2_ondisk.h
4620
4621 GIGASET ISDN DRIVERS
4622 M:      Paul Bolle <pebolle@tiscali.nl>
4623 L:      gigaset307x-common@lists.sourceforge.net
4624 W:      http://gigaset307x.sourceforge.net/
4625 S:      Odd Fixes
4626 F:      Documentation/isdn/README.gigaset
4627 F:      drivers/isdn/gigaset/
4628 F:      include/uapi/linux/gigaset_dev.h
4629
4630 GO7007 MPEG CODEC
4631 M:      Hans Verkuil <hans.verkuil@cisco.com>
4632 L:      linux-media@vger.kernel.org
4633 S:      Maintained
4634 F:      drivers/media/usb/go7007/
4635
4636 GOODIX TOUCHSCREEN
4637 M:      Bastien Nocera <hadess@hadess.net>
4638 L:      linux-input@vger.kernel.org
4639 S:      Maintained
4640 F:      drivers/input/touchscreen/goodix.c
4641
4642 GPIO SUBSYSTEM
4643 M:      Linus Walleij <linus.walleij@linaro.org>
4644 M:      Alexandre Courbot <gnurou@gmail.com>
4645 L:      linux-gpio@vger.kernel.org
4646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4647 S:      Maintained
4648 F:      Documentation/gpio/
4649 F:      drivers/gpio/
4650 F:      include/linux/gpio/
4651 F:      include/linux/gpio.h
4652 F:      include/asm-generic/gpio.h
4653
4654 GRE DEMULTIPLEXER DRIVER
4655 M:      Dmitry Kozlov <xeb@mail.ru>
4656 L:      netdev@vger.kernel.org
4657 S:      Maintained
4658 F:      net/ipv4/gre_demux.c
4659 F:      net/ipv4/gre_offload.c
4660 F:      include/net/gre.h
4661
4662 GRETH 10/100/1G Ethernet MAC device driver
4663 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4664 L:      netdev@vger.kernel.org
4665 S:      Maintained
4666 F:      drivers/net/ethernet/aeroflex/
4667
4668 GSPCA FINEPIX SUBDRIVER
4669 M:      Frank Zago <frank@zago.net>
4670 L:      linux-media@vger.kernel.org
4671 T:      git git://linuxtv.org/media_tree.git
4672 S:      Maintained
4673 F:      drivers/media/usb/gspca/finepix.c
4674
4675 GSPCA GL860 SUBDRIVER
4676 M:      Olivier Lorin <o.lorin@laposte.net>
4677 L:      linux-media@vger.kernel.org
4678 T:      git git://linuxtv.org/media_tree.git
4679 S:      Maintained
4680 F:      drivers/media/usb/gspca/gl860/
4681
4682 GSPCA M5602 SUBDRIVER
4683 M:      Erik Andren <erik.andren@gmail.com>
4684 L:      linux-media@vger.kernel.org
4685 T:      git git://linuxtv.org/media_tree.git
4686 S:      Maintained
4687 F:      drivers/media/usb/gspca/m5602/
4688
4689 GSPCA PAC207 SONIXB SUBDRIVER
4690 M:      Hans de Goede <hdegoede@redhat.com>
4691 L:      linux-media@vger.kernel.org
4692 T:      git git://linuxtv.org/media_tree.git
4693 S:      Maintained
4694 F:      drivers/media/usb/gspca/pac207.c
4695
4696 GSPCA SN9C20X SUBDRIVER
4697 M:      Brian Johnson <brijohn@gmail.com>
4698 L:      linux-media@vger.kernel.org
4699 T:      git git://linuxtv.org/media_tree.git
4700 S:      Maintained
4701 F:      drivers/media/usb/gspca/sn9c20x.c
4702
4703 GSPCA T613 SUBDRIVER
4704 M:      Leandro Costantino <lcostantino@gmail.com>
4705 L:      linux-media@vger.kernel.org
4706 T:      git git://linuxtv.org/media_tree.git
4707 S:      Maintained
4708 F:      drivers/media/usb/gspca/t613.c
4709
4710 GSPCA USB WEBCAM DRIVER
4711 M:      Hans de Goede <hdegoede@redhat.com>
4712 L:      linux-media@vger.kernel.org
4713 T:      git git://linuxtv.org/media_tree.git
4714 S:      Maintained
4715 F:      drivers/media/usb/gspca/
4716
4717 GUID PARTITION TABLE (GPT)
4718 M:      Davidlohr Bueso <dave@stgolabs.net>
4719 L:      linux-efi@vger.kernel.org
4720 S:      Maintained
4721 F:      block/partitions/efi.*
4722
4723 STK1160 USB VIDEO CAPTURE DRIVER
4724 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4725 L:      linux-media@vger.kernel.org
4726 T:      git git://linuxtv.org/media_tree.git
4727 S:      Maintained
4728 F:      drivers/media/usb/stk1160/
4729
4730 H8/300 ARCHITECTURE
4731 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4732 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4733 W:      http://uclinux-h8.sourceforge.jp
4734 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4735 S:      Maintained
4736 F:      arch/h8300/
4737 F:      drivers/clocksource/h8300_*.c
4738 F:      drivers/clk/h8300/
4739 F:      drivers/irqchip/irq-renesas-h8*.c
4740
4741 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4742 M:      Frank Seidel <frank@f-seidel.de>
4743 L:      platform-driver-x86@vger.kernel.org
4744 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4745 S:      Maintained
4746 F:      drivers/platform/x86/hdaps.c
4747
4748 HDPVR USB VIDEO ENCODER DRIVER
4749 M:      Hans Verkuil <hverkuil@xs4all.nl>
4750 L:      linux-media@vger.kernel.org
4751 T:      git git://linuxtv.org/media_tree.git
4752 W:      http://linuxtv.org
4753 S:      Odd Fixes
4754 F:      drivers/media/usb/hdpvr/
4755
4756 HWPOISON MEMORY FAILURE HANDLING
4757 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4758 L:      linux-mm@kvack.org
4759 S:      Maintained
4760 F:      mm/memory-failure.c
4761 F:      mm/hwpoison-inject.c
4762
4763 HYPERVISOR VIRTUAL CONSOLE DRIVER
4764 L:      linuxppc-dev@lists.ozlabs.org
4765 S:      Odd Fixes
4766 F:      drivers/tty/hvc/
4767
4768 HACKRF MEDIA DRIVER
4769 M:      Antti Palosaari <crope@iki.fi>
4770 L:      linux-media@vger.kernel.org
4771 W:      http://linuxtv.org/
4772 W:      http://palosaari.fi/linux/
4773 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4774 T:      git git://linuxtv.org/anttip/media_tree.git
4775 S:      Maintained
4776 F:      drivers/media/usb/hackrf/
4777
4778 HARDWARE MONITORING
4779 M:      Jean Delvare <jdelvare@suse.com>
4780 M:      Guenter Roeck <linux@roeck-us.net>
4781 L:      lm-sensors@lm-sensors.org
4782 W:      http://www.lm-sensors.org/
4783 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4785 S:      Maintained
4786 F:      Documentation/hwmon/
4787 F:      drivers/hwmon/
4788 F:      include/linux/hwmon*.h
4789
4790 HARDWARE RANDOM NUMBER GENERATOR CORE
4791 M:      Matt Mackall <mpm@selenic.com>
4792 M:      Herbert Xu <herbert@gondor.apana.org.au>
4793 L:      linux-crypto@vger.kernel.org
4794 S:      Odd fixes
4795 F:      Documentation/hw_random.txt
4796 F:      drivers/char/hw_random/
4797 F:      include/linux/hw_random.h
4798
4799 HARDWARE SPINLOCK CORE
4800 M:      Ohad Ben-Cohen <ohad@wizery.com>
4801 S:      Maintained
4802 F:      Documentation/hwspinlock.txt
4803 F:      drivers/hwspinlock/hwspinlock_*
4804 F:      include/linux/hwspinlock.h
4805
4806 HARMONY SOUND DRIVER
4807 L:      linux-parisc@vger.kernel.org
4808 S:      Maintained
4809 F:      sound/parisc/harmony.*
4810
4811 HD29L2 MEDIA DRIVER
4812 M:      Antti Palosaari <crope@iki.fi>
4813 L:      linux-media@vger.kernel.org
4814 W:      http://linuxtv.org/
4815 W:      http://palosaari.fi/linux/
4816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4817 T:      git git://linuxtv.org/anttip/media_tree.git
4818 S:      Maintained
4819 F:      drivers/media/dvb-frontends/hd29l2*
4820
4821 HEWLETT-PACKARD SMART2 RAID DRIVER
4822 L:      iss_storagedev@hp.com
4823 S:      Orphan
4824 F:      Documentation/blockdev/cpqarray.txt
4825 F:      drivers/block/cpqarray.*
4826
4827 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4828 M:      Don Brace <don.brace@pmcs.com>
4829 L:      iss_storagedev@hp.com
4830 L:      storagedev@pmcs.com
4831 L:      linux-scsi@vger.kernel.org
4832 S:      Supported
4833 F:      Documentation/scsi/hpsa.txt
4834 F:      drivers/scsi/hpsa*.[ch]
4835 F:      include/linux/cciss*.h
4836 F:      include/uapi/linux/cciss*.h
4837
4838 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4839 M:      Don Brace <don.brace@pmcs.com>
4840 L:      iss_storagedev@hp.com
4841 L:      storagedev@pmcs.com
4842 L:      linux-scsi@vger.kernel.org
4843 S:      Supported
4844 F:      Documentation/blockdev/cciss.txt
4845 F:      drivers/block/cciss*
4846 F:      include/linux/cciss_ioctl.h
4847 F:      include/uapi/linux/cciss_ioctl.h
4848
4849 HFS FILESYSTEM
4850 L:      linux-fsdevel@vger.kernel.org
4851 S:      Orphan
4852 F:      Documentation/filesystems/hfs.txt
4853 F:      fs/hfs/
4854
4855 HFSPLUS FILESYSTEM
4856 L:      linux-fsdevel@vger.kernel.org
4857 S:      Orphan
4858 F:      Documentation/filesystems/hfsplus.txt
4859 F:      fs/hfsplus/
4860
4861 HGA FRAMEBUFFER DRIVER
4862 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4863 L:      linux-nvidia@lists.surfsouth.com
4864 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4865 S:      Maintained
4866 F:      drivers/video/fbdev/hgafb.c
4867
4868 HIBERNATION (aka Software Suspend, aka swsusp)
4869 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4870 M:      Pavel Machek <pavel@ucw.cz>
4871 L:      linux-pm@vger.kernel.org
4872 S:      Supported
4873 F:      arch/x86/power/
4874 F:      drivers/base/power/
4875 F:      kernel/power/
4876 F:      include/linux/suspend.h
4877 F:      include/linux/freezer.h
4878 F:      include/linux/pm.h
4879 F:      arch/*/include/asm/suspend*.h
4880
4881 HID CORE LAYER
4882 M:      Jiri Kosina <jikos@kernel.org>
4883 L:      linux-input@vger.kernel.org
4884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4885 S:      Maintained
4886 F:      drivers/hid/
4887 F:      include/linux/hid*
4888 F:      include/uapi/linux/hid*
4889
4890 HID SENSOR HUB DRIVERS
4891 M:      Jiri Kosina <jikos@kernel.org>
4892 M:      Jonathan Cameron <jic23@kernel.org>
4893 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4894 L:      linux-input@vger.kernel.org
4895 L:      linux-iio@vger.kernel.org
4896 S:      Maintained
4897 F:      Documentation/hid/hid-sensor*
4898 F:      drivers/hid/hid-sensor-*
4899 F:      drivers/iio/*/hid-*
4900 F:      include/linux/hid-sensor-*
4901
4902 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4903 M:      Thomas Gleixner <tglx@linutronix.de>
4904 L:      linux-kernel@vger.kernel.org
4905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4906 S:      Maintained
4907 F:      Documentation/timers/
4908 F:      kernel/time/hrtimer.c
4909 F:      kernel/time/clockevents.c
4910 F:      kernel/time/tick*.*
4911 F:      kernel/time/timer_*.c
4912 F:      include/linux/clockchips.h
4913 F:      include/linux/hrtimer.h
4914
4915 HIGH-SPEED SCC DRIVER FOR AX.25
4916 L:      linux-hams@vger.kernel.org
4917 S:      Orphan
4918 F:      drivers/net/hamradio/dmascc.c
4919 F:      drivers/net/hamradio/scc.c
4920
4921 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4922 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4923 W:      http://www.highpoint-tech.com
4924 S:      Supported
4925 F:      Documentation/scsi/hptiop.txt
4926 F:      drivers/scsi/hptiop.c
4927
4928 HIPPI
4929 M:      Jes Sorensen <jes@trained-monkey.org>
4930 L:      linux-hippi@sunsite.dk
4931 S:      Maintained
4932 F:      include/linux/hippidevice.h
4933 F:      include/uapi/linux/if_hippi.h
4934 F:      net/802/hippi.c
4935 F:      drivers/net/hippi/
4936
4937 HOST AP DRIVER
4938 M:      Jouni Malinen <j@w1.fi>
4939 L:      hostap@shmoo.com (subscribers-only)
4940 L:      linux-wireless@vger.kernel.org
4941 W:      http://hostap.epitest.fi/
4942 S:      Maintained
4943 F:      drivers/net/wireless/hostap/
4944
4945 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4946 L:      platform-driver-x86@vger.kernel.org
4947 S:      Orphan
4948 F:      drivers/platform/x86/tc1100-wmi.c
4949
4950 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4951 M:      Jaroslav Kysela <perex@perex.cz>
4952 S:      Maintained
4953 F:      drivers/net/ethernet/hp/hp100.*
4954
4955 HPET:   High Precision Event Timers driver
4956 M:      Clemens Ladisch <clemens@ladisch.de>
4957 S:      Maintained
4958 F:      Documentation/timers/hpet.txt
4959 F:      drivers/char/hpet.c
4960 F:      include/linux/hpet.h
4961 F:      include/uapi/linux/hpet.h
4962
4963 HPET:   x86
4964 S:      Orphan
4965 F:      arch/x86/kernel/hpet.c
4966 F:      arch/x86/include/asm/hpet.h
4967
4968 HPFS FILESYSTEM
4969 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4970 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4971 S:      Maintained
4972 F:      fs/hpfs/
4973
4974 HSI SUBSYSTEM
4975 M:      Sebastian Reichel <sre@kernel.org>
4976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4977 S:      Maintained
4978 F:      Documentation/ABI/testing/sysfs-bus-hsi
4979 F:      Documentation/hsi.txt
4980 F:      drivers/hsi/
4981 F:      include/linux/hsi/
4982 F:      include/uapi/linux/hsi/
4983
4984 HSO 3G MODEM DRIVER
4985 M:      Jan Dumon <j.dumon@option.com>
4986 W:      http://www.pharscape.org
4987 S:      Maintained
4988 F:      drivers/net/usb/hso.c
4989
4990 HSR NETWORK PROTOCOL
4991 M:      Arvid Brodin <arvid.brodin@alten.se>
4992 L:      netdev@vger.kernel.org
4993 S:      Maintained
4994 F:      net/hsr/
4995
4996 HTCPEN TOUCHSCREEN DRIVER
4997 M:      Pau Oliva Fora <pof@eslack.org>
4998 L:      linux-input@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/input/touchscreen/htcpen.c
5001
5002 HUGETLB FILESYSTEM
5003 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
5004 S:      Maintained
5005 F:      fs/hugetlbfs/
5006
5007 Hyper-V CORE AND DRIVERS
5008 M:      "K. Y. Srinivasan" <kys@microsoft.com>
5009 M:      Haiyang Zhang <haiyangz@microsoft.com>
5010 L:      devel@linuxdriverproject.org
5011 S:      Maintained
5012 F:      arch/x86/include/asm/mshyperv.h
5013 F:      arch/x86/include/uapi/asm/hyperv.h
5014 F:      arch/x86/kernel/cpu/mshyperv.c
5015 F:      drivers/hid/hid-hyperv.c
5016 F:      drivers/hv/
5017 F:      drivers/input/serio/hyperv-keyboard.c
5018 F:      drivers/net/hyperv/
5019 F:      drivers/scsi/storvsc_drv.c
5020 F:      drivers/video/fbdev/hyperv_fb.c
5021 F:      include/linux/hyperv.h
5022 F:      tools/hv/
5023 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5024
5025 I2C OVER PARALLEL PORT
5026 M:      Jean Delvare <jdelvare@suse.com>
5027 L:      linux-i2c@vger.kernel.org
5028 S:      Maintained
5029 F:      Documentation/i2c/busses/i2c-parport
5030 F:      Documentation/i2c/busses/i2c-parport-light
5031 F:      drivers/i2c/busses/i2c-parport.c
5032 F:      drivers/i2c/busses/i2c-parport-light.c
5033
5034 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5035 M:      Jean Delvare <jdelvare@suse.com>
5036 L:      linux-i2c@vger.kernel.org
5037 S:      Maintained
5038 F:      Documentation/i2c/busses/i2c-ali1535
5039 F:      Documentation/i2c/busses/i2c-ali1563
5040 F:      Documentation/i2c/busses/i2c-ali15x3
5041 F:      Documentation/i2c/busses/i2c-amd756
5042 F:      Documentation/i2c/busses/i2c-amd8111
5043 F:      Documentation/i2c/busses/i2c-i801
5044 F:      Documentation/i2c/busses/i2c-nforce2
5045 F:      Documentation/i2c/busses/i2c-piix4
5046 F:      Documentation/i2c/busses/i2c-sis5595
5047 F:      Documentation/i2c/busses/i2c-sis630
5048 F:      Documentation/i2c/busses/i2c-sis96x
5049 F:      Documentation/i2c/busses/i2c-via
5050 F:      Documentation/i2c/busses/i2c-viapro
5051 F:      drivers/i2c/busses/i2c-ali1535.c
5052 F:      drivers/i2c/busses/i2c-ali1563.c
5053 F:      drivers/i2c/busses/i2c-ali15x3.c
5054 F:      drivers/i2c/busses/i2c-amd756.c
5055 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5056 F:      drivers/i2c/busses/i2c-amd8111.c
5057 F:      drivers/i2c/busses/i2c-i801.c
5058 F:      drivers/i2c/busses/i2c-isch.c
5059 F:      drivers/i2c/busses/i2c-nforce2.c
5060 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5061 F:      drivers/i2c/busses/i2c-piix4.c
5062 F:      drivers/i2c/busses/i2c-sis5595.c
5063 F:      drivers/i2c/busses/i2c-sis630.c
5064 F:      drivers/i2c/busses/i2c-sis96x.c
5065 F:      drivers/i2c/busses/i2c-via.c
5066 F:      drivers/i2c/busses/i2c-viapro.c
5067
5068 I2C/SMBUS ISMT DRIVER
5069 M:      Seth Heasley <seth.heasley@intel.com>
5070 M:      Neil Horman <nhorman@tuxdriver.com>
5071 L:      linux-i2c@vger.kernel.org
5072 F:      drivers/i2c/busses/i2c-ismt.c
5073 F:      Documentation/i2c/busses/i2c-ismt
5074
5075 I2C/SMBUS STUB DRIVER
5076 M:      Jean Delvare <jdelvare@suse.com>
5077 L:      linux-i2c@vger.kernel.org
5078 S:      Maintained
5079 F:      drivers/i2c/i2c-stub.c
5080
5081 I2C SUBSYSTEM
5082 M:      Wolfram Sang <wsa@the-dreams.de>
5083 L:      linux-i2c@vger.kernel.org
5084 W:      https://i2c.wiki.kernel.org/
5085 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5087 S:      Maintained
5088 F:      Documentation/devicetree/bindings/i2c/
5089 F:      Documentation/i2c/
5090 F:      drivers/i2c/
5091 F:      include/linux/i2c.h
5092 F:      include/linux/i2c-*.h
5093 F:      include/uapi/linux/i2c.h
5094 F:      include/uapi/linux/i2c-*.h
5095
5096 I2C ACPI SUPPORT
5097 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5098 L:      linux-i2c@vger.kernel.org
5099 L:      linux-acpi@vger.kernel.org
5100 S:      Maintained
5101
5102 I2C-TAOS-EVM DRIVER
5103 M:      Jean Delvare <jdelvare@suse.com>
5104 L:      linux-i2c@vger.kernel.org
5105 S:      Maintained
5106 F:      Documentation/i2c/busses/i2c-taos-evm
5107 F:      drivers/i2c/busses/i2c-taos-evm.c
5108
5109 I2C-TINY-USB DRIVER
5110 M:      Till Harbaum <till@harbaum.org>
5111 L:      linux-i2c@vger.kernel.org
5112 W:      http://www.harbaum.org/till/i2c_tiny_usb
5113 S:      Maintained
5114 F:      drivers/i2c/busses/i2c-tiny-usb.c
5115
5116 i386 BOOT CODE
5117 M:      "H. Peter Anvin" <hpa@zytor.com>
5118 S:      Maintained
5119 F:      arch/x86/boot/
5120
5121 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5122 M:      "H. Peter Anvin" <hpa@zytor.com>
5123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5124 S:      Maintained
5125
5126 IA64 (Itanium) PLATFORM
5127 M:      Tony Luck <tony.luck@intel.com>
5128 M:      Fenghua Yu <fenghua.yu@intel.com>
5129 L:      linux-ia64@vger.kernel.org
5130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5131 S:      Maintained
5132 F:      arch/ia64/
5133
5134 IBM Power VMX Cryptographic instructions
5135 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5136 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5137 L:      linux-crypto@vger.kernel.org
5138 S:      Supported
5139 F:      drivers/crypto/vmx/Makefile
5140 F:      drivers/crypto/vmx/Kconfig
5141 F:      drivers/crypto/vmx/vmx.c
5142 F:      drivers/crypto/vmx/aes*
5143 F:      drivers/crypto/vmx/ghash*
5144 F:      drivers/crypto/vmx/ppc-xlate.pl
5145
5146 IBM Power in-Nest Crypto Acceleration
5147 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5148 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5149 L:      linux-crypto@vger.kernel.org
5150 S:      Supported
5151 F:      drivers/crypto/nx/Makefile
5152 F:      drivers/crypto/nx/Kconfig
5153 F:      drivers/crypto/nx/nx-aes*
5154 F:      drivers/crypto/nx/nx-sha*
5155 F:      drivers/crypto/nx/nx.*
5156 F:      drivers/crypto/nx/nx_csbcpb.h
5157 F:      drivers/crypto/nx/nx_debugfs.h
5158
5159 IBM Power 842 compression accelerator
5160 M:      Dan Streetman <ddstreet@ieee.org>
5161 S:      Supported
5162 F:      drivers/crypto/nx/Makefile
5163 F:      drivers/crypto/nx/Kconfig
5164 F:      drivers/crypto/nx/nx-842*
5165 F:      include/linux/sw842.h
5166 F:      crypto/842.c
5167 F:      lib/842/
5168
5169 IBM Power Linux RAID adapter
5170 M:      Brian King <brking@us.ibm.com>
5171 S:      Supported
5172 F:      drivers/scsi/ipr.*
5173
5174 IBM Power Virtual Ethernet Device Driver
5175 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5176 L:      netdev@vger.kernel.org
5177 S:      Supported
5178 F:      drivers/net/ethernet/ibm/ibmveth.*
5179
5180 IBM Power Virtual SCSI Device Drivers
5181 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5182 L:      linux-scsi@vger.kernel.org
5183 S:      Supported
5184 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5185 F:      drivers/scsi/ibmvscsi/viosrp.h
5186
5187 IBM Power Virtual FC Device Drivers
5188 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5189 L:      linux-scsi@vger.kernel.org
5190 S:      Supported
5191 F:      drivers/scsi/ibmvscsi/ibmvfc*
5192
5193 IBM ServeRAID RAID DRIVER
5194 S:      Orphan
5195 F:      drivers/scsi/ips.*
5196
5197 ICH LPC AND GPIO DRIVER
5198 M:      Peter Tyser <ptyser@xes-inc.com>
5199 S:      Maintained
5200 F:      drivers/mfd/lpc_ich.c
5201 F:      drivers/gpio/gpio-ich.c
5202
5203 IDE SUBSYSTEM
5204 M:      "David S. Miller" <davem@davemloft.net>
5205 L:      linux-ide@vger.kernel.org
5206 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5208 S:      Maintained
5209 F:      Documentation/ide/
5210 F:      drivers/ide/
5211 F:      include/linux/ide.h
5212
5213 IDEAPAD LAPTOP EXTRAS DRIVER
5214 M:      Ike Panhc <ike.pan@canonical.com>
5215 L:      platform-driver-x86@vger.kernel.org
5216 W:      http://launchpad.net/ideapad-laptop
5217 S:      Maintained
5218 F:      drivers/platform/x86/ideapad-laptop.c
5219
5220 IDEAPAD LAPTOP SLIDEBAR DRIVER
5221 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5222 L:      linux-input@vger.kernel.org
5223 W:      https://github.com/o2genum/ideapad-slidebar
5224 S:      Maintained
5225 F:      drivers/input/misc/ideapad_slidebar.c
5226
5227 IDE/ATAPI DRIVERS
5228 M:      Borislav Petkov <bp@alien8.de>
5229 L:      linux-ide@vger.kernel.org
5230 S:      Maintained
5231 F:      Documentation/cdrom/ide-cd
5232 F:      drivers/ide/ide-cd*
5233
5234 IDLE-I7300
5235 M:      Andy Henroid <andrew.d.henroid@intel.com>
5236 L:      linux-pm@vger.kernel.org
5237 S:      Supported
5238 F:      drivers/idle/i7300_idle.c
5239
5240 IEEE 802.15.4 SUBSYSTEM
5241 M:      Alexander Aring <alex.aring@gmail.com>
5242 L:      linux-wpan@vger.kernel.org
5243 W:      https://github.com/linux-wpan
5244 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5245 S:      Maintained
5246 F:      net/ieee802154/
5247 F:      net/mac802154/
5248 F:      drivers/net/ieee802154/
5249 F:      include/linux/nl802154.h
5250 F:      include/linux/ieee802154.h
5251 F:      include/net/nl802154.h
5252 F:      include/net/mac802154.h
5253 F:      include/net/af_ieee802154.h
5254 F:      include/net/cfg802154.h
5255 F:      include/net/ieee802154_netdev.h
5256 F:      Documentation/networking/ieee802154.txt
5257
5258 IGORPLUG-USB IR RECEIVER
5259 M:      Sean Young <sean@mess.org>
5260 L:      linux-media@vger.kernel.org
5261 S:      Maintained
5262 F:      drivers/media/rc/igorplugusb.c
5263
5264 IGUANAWORKS USB IR TRANSCEIVER
5265 M:      Sean Young <sean@mess.org>
5266 L:      linux-media@vger.kernel.org
5267 S:      Maintained
5268 F:      drivers/media/rc/iguanair.c
5269
5270 IIO SUBSYSTEM AND DRIVERS
5271 M:      Jonathan Cameron <jic23@kernel.org>
5272 R:      Hartmut Knaack <knaack.h@gmx.de>
5273 R:      Lars-Peter Clausen <lars@metafoo.de>
5274 R:      Peter Meerwald <pmeerw@pmeerw.net>
5275 L:      linux-iio@vger.kernel.org
5276 S:      Maintained
5277 F:      drivers/iio/
5278 F:      drivers/staging/iio/
5279 F:      include/linux/iio/
5280 F:      tools/iio/
5281
5282 IKANOS/ADI EAGLE ADSL USB DRIVER
5283 M:      Matthieu Castet <castet.matthieu@free.fr>
5284 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5285 S:      Maintained
5286 F:      drivers/usb/atm/ueagle-atm.c
5287
5288 INA209 HARDWARE MONITOR DRIVER
5289 M:      Guenter Roeck <linux@roeck-us.net>
5290 L:      lm-sensors@lm-sensors.org
5291 S:      Maintained
5292 F:      Documentation/hwmon/ina209
5293 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5294 F:      drivers/hwmon/ina209.c
5295
5296 INA2XX HARDWARE MONITOR DRIVER
5297 M:      Guenter Roeck <linux@roeck-us.net>
5298 L:      lm-sensors@lm-sensors.org
5299 S:      Maintained
5300 F:      Documentation/hwmon/ina2xx
5301 F:      drivers/hwmon/ina2xx.c
5302 F:      include/linux/platform_data/ina2xx.h
5303
5304 INDUSTRY PACK SUBSYSTEM (IPACK)
5305 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5306 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5307 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5308 L:      industrypack-devel@lists.sourceforge.net
5309 W:      http://industrypack.sourceforge.net
5310 S:      Maintained
5311 F:      drivers/ipack/
5312
5313 INGENIC JZ4780 DMA Driver
5314 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5315 S:      Maintained
5316 F:      drivers/dma/dma-jz4780.c
5317
5318 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5319 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5320 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5321 L:      linux-ima-devel@lists.sourceforge.net
5322 L:      linux-ima-user@lists.sourceforge.net
5323 L:      linux-security-module@vger.kernel.org
5324 S:      Supported
5325 F:      security/integrity/ima/
5326
5327 IMGTEC IR DECODER DRIVER
5328 M:      James Hogan <james.hogan@imgtec.com>
5329 S:      Maintained
5330 F:      drivers/media/rc/img-ir/
5331
5332 IMS TWINTURBO FRAMEBUFFER DRIVER
5333 L:      linux-fbdev@vger.kernel.org
5334 S:      Orphan
5335 F:      drivers/video/fbdev/imsttfb.c
5336
5337 INFINIBAND SUBSYSTEM
5338 M:      Doug Ledford <dledford@redhat.com>
5339 M:      Sean Hefty <sean.hefty@intel.com>
5340 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5341 L:      linux-rdma@vger.kernel.org
5342 W:      http://www.openfabrics.org/
5343 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5345 S:      Supported
5346 F:      Documentation/infiniband/
5347 F:      drivers/infiniband/
5348 F:      drivers/staging/rdma/
5349 F:      include/uapi/linux/if_infiniband.h
5350 F:      include/uapi/rdma/
5351 F:      include/rdma/
5352
5353 INOTIFY
5354 M:      John McCutchan <john@johnmccutchan.com>
5355 M:      Robert Love <rlove@rlove.org>
5356 M:      Eric Paris <eparis@parisplace.org>
5357 S:      Maintained
5358 F:      Documentation/filesystems/inotify.txt
5359 F:      fs/notify/inotify/
5360 F:      include/linux/inotify.h
5361 F:      include/uapi/linux/inotify.h
5362
5363 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5364 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5365 L:      linux-input@vger.kernel.org
5366 Q:      http://patchwork.kernel.org/project/linux-input/list/
5367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5368 S:      Maintained
5369 F:      drivers/input/
5370 F:      include/linux/input.h
5371 F:      include/uapi/linux/input.h
5372 F:      include/linux/input/
5373
5374 INPUT MULTITOUCH (MT) PROTOCOL
5375 M:      Henrik Rydberg <rydberg@bitmath.org>
5376 L:      linux-input@vger.kernel.org
5377 S:      Odd fixes
5378 F:      Documentation/input/multi-touch-protocol.txt
5379 F:      drivers/input/input-mt.c
5380 K:      \b(ABS|SYN)_MT_
5381
5382 INTEL ASoC BDW/HSW DRIVERS
5383 M:      Jie Yang <yang.jie@linux.intel.com>
5384 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5385 S:      Supported
5386 F:      sound/soc/intel/common/sst-dsp*
5387 F:      sound/soc/intel/common/sst-firmware.c
5388 F:      sound/soc/intel/boards/broadwell.c
5389 F:      sound/soc/intel/haswell/
5390
5391 INTEL C600 SERIES SAS CONTROLLER DRIVER
5392 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5393 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5394 L:      linux-scsi@vger.kernel.org
5395 T:      git git://git.code.sf.net/p/intel-sas/isci
5396 S:      Supported
5397 F:      drivers/scsi/isci/
5398
5399 INTEL IDLE DRIVER
5400 M:      Len Brown <lenb@kernel.org>
5401 L:      linux-pm@vger.kernel.org
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5403 S:      Supported
5404 F:      drivers/idle/intel_idle.c
5405
5406 INTEL PSTATE DRIVER
5407 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5408 L:      linux-pm@vger.kernel.org
5409 S:      Supported
5410 F:      drivers/cpufreq/intel_pstate.c
5411
5412 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5413 M:      Maik Broemme <mbroemme@plusserver.de>
5414 L:      linux-fbdev@vger.kernel.org
5415 S:      Maintained
5416 F:      Documentation/fb/intelfb.txt
5417 F:      drivers/video/fbdev/intelfb/
5418
5419 INTEL 810/815 FRAMEBUFFER DRIVER
5420 M:      Antonino Daplas <adaplas@gmail.com>
5421 L:      linux-fbdev@vger.kernel.org
5422 S:      Maintained
5423 F:      drivers/video/fbdev/i810/
5424
5425 INTEL MENLOW THERMAL DRIVER
5426 M:      Sujith Thomas <sujith.thomas@intel.com>
5427 L:      platform-driver-x86@vger.kernel.org
5428 W:      https://01.org/linux-acpi
5429 S:      Supported
5430 F:      drivers/platform/x86/intel_menlow.c
5431
5432 INTEL IA32 MICROCODE UPDATE SUPPORT
5433 M:      Borislav Petkov <bp@alien8.de>
5434 S:      Maintained
5435 F:      arch/x86/kernel/cpu/microcode/core*
5436 F:      arch/x86/kernel/cpu/microcode/intel*
5437
5438 INTEL I/OAT DMA DRIVER
5439 M:      Dave Jiang <dave.jiang@intel.com>
5440 R:      Dan Williams <dan.j.williams@intel.com>
5441 L:      dmaengine@vger.kernel.org
5442 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5443 S:      Supported
5444 F:      drivers/dma/ioat*
5445
5446 INTEL IOMMU (VT-d)
5447 M:      David Woodhouse <dwmw2@infradead.org>
5448 L:      iommu@lists.linux-foundation.org
5449 T:      git git://git.infradead.org/iommu-2.6.git
5450 S:      Supported
5451 F:      drivers/iommu/intel-iommu.c
5452 F:      include/linux/intel-iommu.h
5453
5454 INTEL IOP-ADMA DMA DRIVER
5455 R:      Dan Williams <dan.j.williams@intel.com>
5456 S:      Odd fixes
5457 F:      drivers/dma/iop-adma.c
5458
5459 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5460 M:      Krzysztof Halasa <khalasa@piap.pl>
5461 S:      Maintained
5462 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5463 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5464 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5465 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5466 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5467 F:      drivers/net/wan/ixp4xx_hss.c
5468
5469 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5470 M:      Deepak Saxena <dsaxena@plexity.net>
5471 S:      Maintained
5472 F:      drivers/char/hw_random/ixp4xx-rng.c
5473
5474 INTEL ETHERNET DRIVERS
5475 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5476 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5477 R:      Shannon Nelson <shannon.nelson@intel.com>
5478 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5479 R:      Don Skidmore <donald.c.skidmore@intel.com>
5480 R:      Matthew Vick <matthew.vick@intel.com>
5481 R:      John Ronciak <john.ronciak@intel.com>
5482 R:      Mitch Williams <mitch.a.williams@intel.com>
5483 L:      intel-wired-lan@lists.osuosl.org
5484 W:      http://www.intel.com/support/feedback.htm
5485 W:      http://e1000.sourceforge.net/
5486 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5489 S:      Supported
5490 F:      Documentation/networking/e100.txt
5491 F:      Documentation/networking/e1000.txt
5492 F:      Documentation/networking/e1000e.txt
5493 F:      Documentation/networking/igb.txt
5494 F:      Documentation/networking/igbvf.txt
5495 F:      Documentation/networking/ixgb.txt
5496 F:      Documentation/networking/ixgbe.txt
5497 F:      Documentation/networking/ixgbevf.txt
5498 F:      Documentation/networking/i40e.txt
5499 F:      Documentation/networking/i40evf.txt
5500 F:      drivers/net/ethernet/intel/
5501 F:      drivers/net/ethernet/intel/*/
5502
5503 INTEL-MID GPIO DRIVER
5504 M:      David Cohen <david.a.cohen@linux.intel.com>
5505 L:      linux-gpio@vger.kernel.org
5506 S:      Maintained
5507 F:      drivers/gpio/gpio-intel-mid.c
5508
5509 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5510 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5511 L:      linux-wireless@vger.kernel.org
5512 S:      Maintained
5513 F:      Documentation/networking/README.ipw2100
5514 F:      Documentation/networking/README.ipw2200
5515 F:      drivers/net/wireless/ipw2x00/
5516
5517 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5518 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5519 M:      Gang Wei <gang.wei@intel.com>
5520 M:      Shane Wang <shane.wang@intel.com>
5521 L:      tboot-devel@lists.sourceforge.net
5522 W:      http://tboot.sourceforge.net
5523 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5524 S:      Supported
5525 F:      Documentation/intel_txt.txt
5526 F:      include/linux/tboot.h
5527 F:      arch/x86/kernel/tboot.c
5528
5529 INTEL WIRELESS WIMAX CONNECTION 2400
5530 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5531 M:      linux-wimax@intel.com
5532 L:      wimax@linuxwimax.org (subscribers-only)
5533 S:      Supported
5534 W:      http://linuxwimax.org
5535 F:      Documentation/wimax/README.i2400m
5536 F:      drivers/net/wimax/i2400m/
5537 F:      include/uapi/linux/wimax/i2400m.h
5538
5539 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5540 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5541 L:      linux-wireless@vger.kernel.org
5542 S:      Supported
5543 F:      drivers/net/wireless/iwlegacy/
5544
5545 INTEL WIRELESS WIFI LINK (iwlwifi)
5546 M:      Johannes Berg <johannes.berg@intel.com>
5547 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5548 M:      Intel Linux Wireless <ilw@linux.intel.com>
5549 L:      linux-wireless@vger.kernel.org
5550 W:      http://intellinuxwireless.org
5551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5552 S:      Supported
5553 F:      drivers/net/wireless/iwlwifi/
5554
5555 INTEL MANAGEMENT ENGINE (mei)
5556 M:      Tomas Winkler <tomas.winkler@intel.com>
5557 L:      linux-kernel@vger.kernel.org
5558 S:      Supported
5559 F:      include/uapi/linux/mei.h
5560 F:      include/linux/mei_cl_bus.h
5561 F:      drivers/misc/mei/*
5562 F:      Documentation/misc-devices/mei/*
5563
5564 INTEL PMC IPC DRIVER
5565 M:      Zha Qipeng<qipeng.zha@intel.com>
5566 L:      platform-driver-x86@vger.kernel.org
5567 S:      Maintained
5568 F:      drivers/platform/x86/intel_pmc_ipc.c
5569 F:      arch/x86/include/asm/intel_pmc_ipc.h
5570
5571 IOC3 ETHERNET DRIVER
5572 M:      Ralf Baechle <ralf@linux-mips.org>
5573 L:      linux-mips@linux-mips.org
5574 S:      Maintained
5575 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5576
5577 IOC3 SERIAL DRIVER
5578 M:      Pat Gefre <pfg@sgi.com>
5579 L:      linux-serial@vger.kernel.org
5580 S:      Maintained
5581 F:      drivers/tty/serial/ioc3_serial.c
5582
5583 IOMMU DRIVERS
5584 M:      Joerg Roedel <joro@8bytes.org>
5585 L:      iommu@lists.linux-foundation.org
5586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5587 S:      Maintained
5588 F:      drivers/iommu/
5589
5590 IP MASQUERADING
5591 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5592 S:      Maintained
5593 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5594
5595 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5596 M:      Francois Romieu <romieu@fr.zoreil.com>
5597 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5598 L:      netdev@vger.kernel.org
5599 S:      Maintained
5600 F:      drivers/net/ethernet/icplus/ipg.*
5601
5602 IPATH DRIVER
5603 M:      Mike Marciniszyn <infinipath@intel.com>
5604 L:      linux-rdma@vger.kernel.org
5605 S:      Maintained
5606 F:      drivers/staging/rdma/ipath/
5607
5608 IPMI SUBSYSTEM
5609 M:      Corey Minyard <minyard@acm.org>
5610 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5611 W:      http://openipmi.sourceforge.net/
5612 S:      Supported
5613 F:      Documentation/IPMI.txt
5614 F:      drivers/char/ipmi/
5615 F:      include/linux/ipmi*
5616 F:      include/uapi/linux/ipmi*
5617
5618 QCOM AUDIO (ASoC) DRIVERS
5619 M:      Patrick Lai <plai@codeaurora.org>
5620 M:      Banajit Goswami <bgoswami@codeaurora.org>
5621 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5622 S:      Supported
5623 F:      sound/soc/qcom/
5624
5625 IPS SCSI RAID DRIVER
5626 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5627 L:      linux-scsi@vger.kernel.org
5628 W:      http://www.adaptec.com/
5629 S:      Maintained
5630 F:      drivers/scsi/ips*
5631
5632 IPVS
5633 M:      Wensong Zhang <wensong@linux-vs.org>
5634 M:      Simon Horman <horms@verge.net.au>
5635 M:      Julian Anastasov <ja@ssi.bg>
5636 L:      netdev@vger.kernel.org
5637 L:      lvs-devel@vger.kernel.org
5638 S:      Maintained
5639 F:      Documentation/networking/ipvs-sysctl.txt
5640 F:      include/net/ip_vs.h
5641 F:      include/uapi/linux/ip_vs.h
5642 F:      net/netfilter/ipvs/
5643
5644 IPWIRELESS DRIVER
5645 M:      Jiri Kosina <jikos@kernel.org>
5646 M:      David Sterba <dsterba@suse.com>
5647 S:      Odd Fixes
5648 F:      drivers/tty/ipwireless/
5649
5650 IPX NETWORK LAYER
5651 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5652 L:      netdev@vger.kernel.org
5653 S:      Maintained
5654 F:      include/net/ipx.h
5655 F:      include/uapi/linux/ipx.h
5656 F:      net/ipx/
5657
5658 IRDA SUBSYSTEM
5659 M:      Samuel Ortiz <samuel@sortiz.org>
5660 L:      irda-users@lists.sourceforge.net (subscribers-only)
5661 L:      netdev@vger.kernel.org
5662 W:      http://irda.sourceforge.net/
5663 S:      Maintained
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5665 F:      Documentation/networking/irda.txt
5666 F:      drivers/net/irda/
5667 F:      include/net/irda/
5668 F:      net/irda/
5669
5670 IRQ SUBSYSTEM
5671 M:      Thomas Gleixner <tglx@linutronix.de>
5672 L:      linux-kernel@vger.kernel.org
5673 S:      Maintained
5674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5675 F:      kernel/irq/
5676
5677 IRQCHIP DRIVERS
5678 M:      Thomas Gleixner <tglx@linutronix.de>
5679 M:      Jason Cooper <jason@lakedaemon.net>
5680 M:      Marc Zyngier <marc.zyngier@arm.com>
5681 L:      linux-kernel@vger.kernel.org
5682 S:      Maintained
5683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5684 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5685 F:      Documentation/devicetree/bindings/interrupt-controller/
5686 F:      drivers/irqchip/
5687
5688 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5689 M:      Jiang Liu <jiang.liu@linux.intel.com>
5690 M:      Marc Zyngier <marc.zyngier@arm.com>
5691 S:      Maintained
5692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5693 F:      Documentation/IRQ-domain.txt
5694 F:      include/linux/irqdomain.h
5695 F:      kernel/irq/irqdomain.c
5696 F:      kernel/irq/msi.c
5697
5698 ISAPNP
5699 M:      Jaroslav Kysela <perex@perex.cz>
5700 S:      Maintained
5701 F:      Documentation/isapnp.txt
5702 F:      drivers/pnp/isapnp/
5703 F:      include/linux/isapnp.h
5704
5705 ISA RADIO MODULE
5706 M:      Hans Verkuil <hverkuil@xs4all.nl>
5707 L:      linux-media@vger.kernel.org
5708 T:      git git://linuxtv.org/media_tree.git
5709 W:      http://linuxtv.org
5710 S:      Maintained
5711 F:      drivers/media/radio/radio-isa*
5712
5713 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5714 M:      Peter Jones <pjones@redhat.com>
5715 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5716 S:      Maintained
5717 F:      drivers/firmware/iscsi_ibft*
5718
5719 ISCSI
5720 M:      Mike Christie <michaelc@cs.wisc.edu>
5721 L:      open-iscsi@googlegroups.com
5722 W:      www.open-iscsi.org
5723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5724 S:      Maintained
5725 F:      drivers/scsi/*iscsi*
5726 F:      include/scsi/*iscsi*
5727
5728 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5729 M:      Or Gerlitz <ogerlitz@mellanox.com>
5730 M:      Sagi Grimberg <sagig@mellanox.com>
5731 M:      Roi Dayan <roid@mellanox.com>
5732 L:      linux-rdma@vger.kernel.org
5733 S:      Supported
5734 W:      http://www.openfabrics.org
5735 W:      www.open-iscsi.org
5736 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5737 F:      drivers/infiniband/ulp/iser/
5738
5739 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5740 M:      Sagi Grimberg <sagig@mellanox.com>
5741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5742 L:      linux-rdma@vger.kernel.org
5743 L:      target-devel@vger.kernel.org
5744 S:      Supported
5745 W:      http://www.linux-iscsi.org
5746 F:      drivers/infiniband/ulp/isert
5747
5748 ISDN SUBSYSTEM
5749 M:      Karsten Keil <isdn@linux-pingi.de>
5750 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5751 L:      netdev@vger.kernel.org
5752 W:      http://www.isdn4linux.de
5753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5754 S:      Maintained
5755 F:      Documentation/isdn/
5756 F:      drivers/isdn/
5757 F:      include/linux/isdn.h
5758 F:      include/linux/isdn/
5759 F:      include/uapi/linux/isdn.h
5760 F:      include/uapi/linux/isdn/
5761
5762 ISDN SUBSYSTEM (Eicon active card driver)
5763 M:      Armin Schindler <mac@melware.de>
5764 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5765 W:      http://www.melware.de
5766 S:      Maintained
5767 F:      drivers/isdn/hardware/eicon/
5768
5769 IT87 HARDWARE MONITORING DRIVER
5770 M:      Jean Delvare <jdelvare@suse.com>
5771 L:      lm-sensors@lm-sensors.org
5772 S:      Maintained
5773 F:      Documentation/hwmon/it87
5774 F:      drivers/hwmon/it87.c
5775
5776 IT913X MEDIA DRIVER
5777 M:      Antti Palosaari <crope@iki.fi>
5778 L:      linux-media@vger.kernel.org
5779 W:      http://linuxtv.org/
5780 W:      http://palosaari.fi/linux/
5781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5782 T:      git git://linuxtv.org/anttip/media_tree.git
5783 S:      Maintained
5784 F:      drivers/media/tuners/it913x*
5785
5786 IVTV VIDEO4LINUX DRIVER
5787 M:      Andy Walls <awalls@md.metrocast.net>
5788 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5789 L:      linux-media@vger.kernel.org
5790 T:      git git://linuxtv.org/media_tree.git
5791 W:      http://www.ivtvdriver.org
5792 S:      Maintained
5793 F:      Documentation/video4linux/*.ivtv
5794 F:      drivers/media/pci/ivtv/
5795 F:      include/uapi/linux/ivtv*
5796
5797 IX2505V MEDIA DRIVER
5798 M:      Malcolm Priestley <tvboxspy@gmail.com>
5799 L:      linux-media@vger.kernel.org
5800 W:      http://linuxtv.org/
5801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5802 S:      Maintained
5803 F:      drivers/media/dvb-frontends/ix2505v*
5804
5805 JC42.4 TEMPERATURE SENSOR DRIVER
5806 M:      Guenter Roeck <linux@roeck-us.net>
5807 L:      lm-sensors@lm-sensors.org
5808 S:      Maintained
5809 F:      drivers/hwmon/jc42.c
5810 F:      Documentation/hwmon/jc42
5811
5812 JFS FILESYSTEM
5813 M:      Dave Kleikamp <shaggy@kernel.org>
5814 L:      jfs-discussion@lists.sourceforge.net
5815 W:      http://jfs.sourceforge.net/
5816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5817 S:      Maintained
5818 F:      Documentation/filesystems/jfs.txt
5819 F:      fs/jfs/
5820
5821 JME NETWORK DRIVER
5822 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5823 L:      netdev@vger.kernel.org
5824 S:      Maintained
5825 F:      drivers/net/ethernet/jme.*
5826
5827 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5828 M:      David Woodhouse <dwmw2@infradead.org>
5829 L:      linux-mtd@lists.infradead.org
5830 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5831 S:      Maintained
5832 F:      fs/jffs2/
5833 F:      include/uapi/linux/jffs2.h
5834
5835 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5836 M:      "Theodore Ts'o" <tytso@mit.edu>
5837 M:      Jan Kara <jack@suse.com>
5838 L:      linux-ext4@vger.kernel.org
5839 S:      Maintained
5840 F:      fs/jbd2/
5841 F:      include/linux/jbd2.h
5842
5843 JPU V4L2 MEM2MEM DRIVER FOR RENESAS
5844 M:      Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
5845 L:      linux-media@vger.kernel.org
5846 S:      Maintained
5847 F:      drivers/media/platform/rcar_jpu.c
5848
5849 JSM Neo PCI based serial card
5850 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5851 L:      linux-serial@vger.kernel.org
5852 S:      Maintained
5853 F:      drivers/tty/serial/jsm/
5854
5855 K10TEMP HARDWARE MONITORING DRIVER
5856 M:      Clemens Ladisch <clemens@ladisch.de>
5857 L:      lm-sensors@lm-sensors.org
5858 S:      Maintained
5859 F:      Documentation/hwmon/k10temp
5860 F:      drivers/hwmon/k10temp.c
5861
5862 K8TEMP HARDWARE MONITORING DRIVER
5863 M:      Rudolf Marek <r.marek@assembler.cz>
5864 L:      lm-sensors@lm-sensors.org
5865 S:      Maintained
5866 F:      Documentation/hwmon/k8temp
5867 F:      drivers/hwmon/k8temp.c
5868
5869 KCONFIG
5870 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5871 L:      linux-kbuild@vger.kernel.org
5872 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5873 S:      Maintained
5874 F:      Documentation/kbuild/kconfig-language.txt
5875 F:      scripts/kconfig/
5876
5877 KDUMP
5878 M:      Vivek Goyal <vgoyal@redhat.com>
5879 M:      Haren Myneni <hbabu@us.ibm.com>
5880 L:      kexec@lists.infradead.org
5881 W:      http://lse.sourceforge.net/kdump/
5882 S:      Maintained
5883 F:      Documentation/kdump/
5884
5885 KEENE FM RADIO TRANSMITTER DRIVER
5886 M:      Hans Verkuil <hverkuil@xs4all.nl>
5887 L:      linux-media@vger.kernel.org
5888 T:      git git://linuxtv.org/media_tree.git
5889 W:      http://linuxtv.org
5890 S:      Maintained
5891 F:      drivers/media/radio/radio-keene*
5892
5893 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5894 M:      Ian Kent <raven@themaw.net>
5895 L:      autofs@vger.kernel.org
5896 S:      Maintained
5897 F:      fs/autofs4/
5898
5899 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5900 M:      Michal Marek <mmarek@suse.com>
5901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5903 L:      linux-kbuild@vger.kernel.org
5904 S:      Maintained
5905 F:      Documentation/kbuild/
5906 F:      Makefile
5907 F:      scripts/Makefile.*
5908 F:      scripts/basic/
5909 F:      scripts/mk*
5910 F:      scripts/package/
5911
5912 KERNEL JANITORS
5913 L:      kernel-janitors@vger.kernel.org
5914 W:      http://kernelnewbies.org/KernelJanitors
5915 S:      Odd Fixes
5916
5917 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5918 M:      "J. Bruce Fields" <bfields@fieldses.org>
5919 M:      Jeff Layton <jlayton@poochiereds.net>
5920 L:      linux-nfs@vger.kernel.org
5921 W:      http://nfs.sourceforge.net/
5922 S:      Supported
5923 F:      fs/nfsd/
5924 F:      include/uapi/linux/nfsd/
5925 F:      fs/lockd/
5926 F:      fs/nfs_common/
5927 F:      net/sunrpc/
5928 F:      include/linux/lockd/
5929 F:      include/linux/sunrpc/
5930 F:      include/uapi/linux/sunrpc/
5931
5932 KERNEL SELFTEST FRAMEWORK
5933 M:      Shuah Khan <shuahkh@osg.samsung.com>
5934 L:      linux-api@vger.kernel.org
5935 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5936 S:      Maintained
5937 F:      tools/testing/selftests
5938
5939 KERNEL VIRTUAL MACHINE (KVM)
5940 M:      Gleb Natapov <gleb@kernel.org>
5941 M:      Paolo Bonzini <pbonzini@redhat.com>
5942 L:      kvm@vger.kernel.org
5943 W:      http://www.linux-kvm.org
5944 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5945 S:      Supported
5946 F:      Documentation/*/kvm*.txt
5947 F:      Documentation/virtual/kvm/
5948 F:      arch/*/kvm/
5949 F:      arch/x86/kernel/kvm.c
5950 F:      arch/x86/kernel/kvmclock.c
5951 F:      arch/*/include/asm/kvm*
5952 F:      include/linux/kvm*
5953 F:      include/uapi/linux/kvm*
5954 F:      virt/kvm/
5955
5956 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5957 M:      Joerg Roedel <joro@8bytes.org>
5958 L:      kvm@vger.kernel.org
5959 W:      http://kvm.qumranet.com
5960 S:      Maintained
5961 F:      arch/x86/include/asm/svm.h
5962 F:      arch/x86/kvm/svm.c
5963
5964 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5965 M:      Alexander Graf <agraf@suse.com>
5966 L:      kvm-ppc@vger.kernel.org
5967 W:      http://kvm.qumranet.com
5968 T:      git git://github.com/agraf/linux-2.6.git
5969 S:      Supported
5970 F:      arch/powerpc/include/asm/kvm*
5971 F:      arch/powerpc/kvm/
5972
5973 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5974 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5975 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5976 L:      linux-s390@vger.kernel.org
5977 W:      http://www.ibm.com/developerworks/linux/linux390/
5978 S:      Supported
5979 F:      Documentation/s390/kvm.txt
5980 F:      arch/s390/include/asm/kvm*
5981 F:      arch/s390/kvm/
5982
5983 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5984 M:      Christoffer Dall <christoffer.dall@linaro.org>
5985 M:      Marc Zyngier <marc.zyngier@arm.com>
5986 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5987 L:      kvmarm@lists.cs.columbia.edu
5988 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5989 S:      Supported
5990 F:      arch/arm/include/uapi/asm/kvm*
5991 F:      arch/arm/include/asm/kvm*
5992 F:      arch/arm/kvm/
5993 F:      virt/kvm/arm/
5994 F:      include/kvm/arm_*
5995
5996 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5997 M:      Christoffer Dall <christoffer.dall@linaro.org>
5998 M:      Marc Zyngier <marc.zyngier@arm.com>
5999 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6000 L:      kvmarm@lists.cs.columbia.edu
6001 S:      Maintained
6002 F:      arch/arm64/include/uapi/asm/kvm*
6003 F:      arch/arm64/include/asm/kvm*
6004 F:      arch/arm64/kvm/
6005
6006 KEXEC
6007 M:      Eric Biederman <ebiederm@xmission.com>
6008 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
6009 L:      kexec@lists.infradead.org
6010 S:      Maintained
6011 F:      include/linux/kexec.h
6012 F:      include/uapi/linux/kexec.h
6013 F:      kernel/kexec.c
6014
6015 KEYS/KEYRINGS:
6016 M:      David Howells <dhowells@redhat.com>
6017 L:      keyrings@vger.kernel.org
6018 S:      Maintained
6019 F:      Documentation/security/keys.txt
6020 F:      include/linux/key.h
6021 F:      include/linux/key-type.h
6022 F:      include/keys/
6023 F:      security/keys/
6024
6025 KEYS-TRUSTED
6026 M:      David Safford <safford@us.ibm.com>
6027 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6028 L:      linux-security-module@vger.kernel.org
6029 L:      keyrings@vger.kernel.org
6030 S:      Supported
6031 F:      Documentation/security/keys-trusted-encrypted.txt
6032 F:      include/keys/trusted-type.h
6033 F:      security/keys/trusted.c
6034 F:      security/keys/trusted.h
6035
6036 KEYS-ENCRYPTED
6037 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6038 M:      David Safford <safford@us.ibm.com>
6039 L:      linux-security-module@vger.kernel.org
6040 L:      keyrings@vger.kernel.org
6041 S:      Supported
6042 F:      Documentation/security/keys-trusted-encrypted.txt
6043 F:      include/keys/encrypted-type.h
6044 F:      security/keys/encrypted-keys/
6045
6046 KGDB / KDB /debug_core
6047 M:      Jason Wessel <jason.wessel@windriver.com>
6048 W:      http://kgdb.wiki.kernel.org/
6049 L:      kgdb-bugreport@lists.sourceforge.net
6050 S:      Maintained
6051 F:      Documentation/DocBook/kgdb.tmpl
6052 F:      drivers/misc/kgdbts.c
6053 F:      drivers/tty/serial/kgdboc.c
6054 F:      include/linux/kdb.h
6055 F:      include/linux/kgdb.h
6056 F:      kernel/debug/
6057
6058 KMEMCHECK
6059 M:      Vegard Nossum <vegardno@ifi.uio.no>
6060 M:      Pekka Enberg <penberg@kernel.org>
6061 S:      Maintained
6062 F:      Documentation/kmemcheck.txt
6063 F:      arch/x86/include/asm/kmemcheck.h
6064 F:      arch/x86/mm/kmemcheck/
6065 F:      include/linux/kmemcheck.h
6066 F:      mm/kmemcheck.c
6067
6068 KMEMLEAK
6069 M:      Catalin Marinas <catalin.marinas@arm.com>
6070 S:      Maintained
6071 F:      Documentation/kmemleak.txt
6072 F:      include/linux/kmemleak.h
6073 F:      mm/kmemleak.c
6074 F:      mm/kmemleak-test.c
6075
6076 KPROBES
6077 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6078 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6079 M:      "David S. Miller" <davem@davemloft.net>
6080 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6081 S:      Maintained
6082 F:      Documentation/kprobes.txt
6083 F:      include/linux/kprobes.h
6084 F:      kernel/kprobes.c
6085
6086 KS0108 LCD CONTROLLER DRIVER
6087 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6088 W:      http://miguelojeda.es/auxdisplay.htm
6089 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6090 S:      Maintained
6091 F:      Documentation/auxdisplay/ks0108
6092 F:      drivers/auxdisplay/ks0108.c
6093 F:      include/linux/ks0108.h
6094
6095 LAPB module
6096 L:      linux-x25@vger.kernel.org
6097 S:      Orphan
6098 F:      Documentation/networking/lapb-module.txt
6099 F:      include/*/lapb.h
6100 F:      net/lapb/
6101
6102 LASI 53c700 driver for PARISC
6103 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6104 L:      linux-scsi@vger.kernel.org
6105 S:      Maintained
6106 F:      Documentation/scsi/53c700.txt
6107 F:      drivers/scsi/53c700*
6108
6109 LED SUBSYSTEM
6110 M:      Richard Purdie <rpurdie@rpsys.net>
6111 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6112 L:      linux-leds@vger.kernel.org
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6114 S:      Maintained
6115 F:      drivers/leds/
6116 F:      include/linux/leds.h
6117
6118 LEGACY EEPROM DRIVER
6119 M:      Jean Delvare <jdelvare@suse.com>
6120 S:      Maintained
6121 F:      Documentation/misc-devices/eeprom
6122 F:      drivers/misc/eeprom/eeprom.c
6123
6124 LEGO USB Tower driver
6125 M:      Juergen Stuber <starblue@users.sourceforge.net>
6126 L:      legousb-devel@lists.sourceforge.net
6127 W:      http://legousb.sourceforge.net/
6128 S:      Maintained
6129 F:      drivers/usb/misc/legousbtower.c
6130
6131 LG2160 MEDIA DRIVER
6132 M:      Michael Krufky <mkrufky@linuxtv.org>
6133 L:      linux-media@vger.kernel.org
6134 W:      http://linuxtv.org/
6135 W:      http://github.com/mkrufky
6136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6137 T:      git git://linuxtv.org/mkrufky/tuners.git
6138 S:      Maintained
6139 F:      drivers/media/dvb-frontends/lg2160.*
6140
6141 LGDT3305 MEDIA DRIVER
6142 M:      Michael Krufky <mkrufky@linuxtv.org>
6143 L:      linux-media@vger.kernel.org
6144 W:      http://linuxtv.org/
6145 W:      http://github.com/mkrufky
6146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6147 T:      git git://linuxtv.org/mkrufky/tuners.git
6148 S:      Maintained
6149 F:      drivers/media/dvb-frontends/lgdt3305.*
6150
6151 LGUEST
6152 M:      Rusty Russell <rusty@rustcorp.com.au>
6153 L:      lguest@lists.ozlabs.org
6154 W:      http://lguest.ozlabs.org/
6155 S:      Odd Fixes
6156 F:      arch/x86/include/asm/lguest*.h
6157 F:      arch/x86/lguest/
6158 F:      drivers/lguest/
6159 F:      include/linux/lguest*.h
6160 F:      tools/lguest/
6161
6162 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6163 M:      Tejun Heo <tj@kernel.org>
6164 L:      linux-ide@vger.kernel.org
6165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6166 S:      Maintained
6167 F:      drivers/ata/
6168 F:      include/linux/ata.h
6169 F:      include/linux/libata.h
6170
6171 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6172 M:      Viresh Kumar <vireshk@kernel.org>
6173 L:      linux-ide@vger.kernel.org
6174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6175 S:      Maintained
6176 F:      include/linux/pata_arasan_cf_data.h
6177 F:      drivers/ata/pata_arasan_cf.c
6178
6179 LIBATA PATA DRIVERS
6180 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6181 M:      Tejun Heo <tj@kernel.org>
6182 L:      linux-ide@vger.kernel.org
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6184 S:      Maintained
6185 F:      drivers/ata/pata_*.c
6186 F:      drivers/ata/ata_generic.c
6187
6188 LIBATA SATA AHCI PLATFORM devices support
6189 M:      Hans de Goede <hdegoede@redhat.com>
6190 M:      Tejun Heo <tj@kernel.org>
6191 L:      linux-ide@vger.kernel.org
6192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6193 S:      Maintained
6194 F:      drivers/ata/ahci_platform.c
6195 F:      drivers/ata/libahci_platform.c
6196 F:      include/linux/ahci_platform.h
6197
6198 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6199 M:      Mikael Pettersson <mikpelinux@gmail.com>
6200 L:      linux-ide@vger.kernel.org
6201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6202 S:      Maintained
6203 F:      drivers/ata/sata_promise.*
6204
6205 LIBLOCKDEP
6206 M:      Sasha Levin <sasha.levin@oracle.com>
6207 S:      Maintained
6208 F:      tools/lib/lockdep/
6209
6210 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6211 M:      Dan Williams <dan.j.williams@intel.com>
6212 L:      linux-nvdimm@lists.01.org
6213 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6214 S:      Supported
6215 F:      drivers/nvdimm/*
6216 F:      include/linux/nd.h
6217 F:      include/linux/libnvdimm.h
6218 F:      include/uapi/linux/ndctl.h
6219
6220 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6221 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6222 L:      linux-nvdimm@lists.01.org
6223 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6224 S:      Supported
6225 F:      drivers/nvdimm/blk.c
6226 F:      drivers/nvdimm/region_devs.c
6227 F:      drivers/acpi/nfit*
6228
6229 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6230 M:      Vishal Verma <vishal.l.verma@intel.com>
6231 L:      linux-nvdimm@lists.01.org
6232 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6233 S:      Supported
6234 F:      drivers/nvdimm/btt*
6235
6236 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6237 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6238 L:      linux-nvdimm@lists.01.org
6239 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6240 S:      Supported
6241 F:      drivers/nvdimm/pmem.c
6242 F:      include/linux/pmem.h
6243 F:      arch/*/include/asm/pmem.h
6244
6245 LINUX FOR IBM pSERIES (RS/6000)
6246 M:      Paul Mackerras <paulus@au.ibm.com>
6247 W:      http://www.ibm.com/linux/ltc/projects/ppc
6248 S:      Supported
6249 F:      arch/powerpc/boot/rs6000.h
6250
6251 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6252 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6253 M:      Paul Mackerras <paulus@samba.org>
6254 M:      Michael Ellerman <mpe@ellerman.id.au>
6255 W:      http://www.penguinppc.org/
6256 L:      linuxppc-dev@lists.ozlabs.org
6257 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6259 S:      Supported
6260 F:      Documentation/powerpc/
6261 F:      arch/powerpc/
6262
6263 LINUX FOR POWER MACINTOSH
6264 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6265 W:      http://www.penguinppc.org/
6266 L:      linuxppc-dev@lists.ozlabs.org
6267 S:      Maintained
6268 F:      arch/powerpc/platforms/powermac/
6269 F:      drivers/macintosh/
6270
6271 LINUX FOR POWERPC EMBEDDED MPC5XXX
6272 M:      Anatolij Gustschin <agust@denx.de>
6273 L:      linuxppc-dev@lists.ozlabs.org
6274 T:      git git://git.denx.de/linux-denx-agust.git
6275 S:      Maintained
6276 F:      arch/powerpc/platforms/512x/
6277 F:      arch/powerpc/platforms/52xx/
6278
6279 LINUX FOR POWERPC EMBEDDED PPC4XX
6280 M:      Alistair Popple <alistair@popple.id.au>
6281 M:      Matt Porter <mporter@kernel.crashing.org>
6282 W:      http://www.penguinppc.org/
6283 L:      linuxppc-dev@lists.ozlabs.org
6284 S:      Maintained
6285 F:      arch/powerpc/platforms/40x/
6286 F:      arch/powerpc/platforms/44x/
6287
6288 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6289 L:      linuxppc-dev@lists.ozlabs.org
6290 S:      Orphan
6291 F:      arch/powerpc/*/*virtex*
6292 F:      arch/powerpc/*/*/*virtex*
6293
6294 LINUX FOR POWERPC EMBEDDED PPC8XX
6295 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6296 W:      http://www.penguinppc.org/
6297 L:      linuxppc-dev@lists.ozlabs.org
6298 S:      Maintained
6299 F:      arch/powerpc/platforms/8xx/
6300
6301 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6302 M:      Scott Wood <scottwood@freescale.com>
6303 M:      Kumar Gala <galak@kernel.crashing.org>
6304 W:      http://www.penguinppc.org/
6305 L:      linuxppc-dev@lists.ozlabs.org
6306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6307 S:      Maintained
6308 F:      arch/powerpc/platforms/83xx/
6309 F:      arch/powerpc/platforms/85xx/
6310
6311 LINUX FOR POWERPC PA SEMI PWRFICIENT
6312 M:      Olof Johansson <olof@lixom.net>
6313 L:      linuxppc-dev@lists.ozlabs.org
6314 S:      Maintained
6315 F:      arch/powerpc/platforms/pasemi/
6316 F:      drivers/*/*pasemi*
6317 F:      drivers/*/*/*pasemi*
6318
6319 LINUX SECURITY MODULE (LSM) FRAMEWORK
6320 M:      Chris Wright <chrisw@sous-sol.org>
6321 L:      linux-security-module@vger.kernel.org
6322 S:      Supported
6323
6324 LIS3LV02D ACCELEROMETER DRIVER
6325 M:      Eric Piel <eric.piel@tremplin-utc.net>
6326 S:      Maintained
6327 F:      Documentation/misc-devices/lis3lv02d
6328 F:      drivers/misc/lis3lv02d/
6329 F:      drivers/platform/x86/hp_accel.c
6330
6331 LIVE PATCHING
6332 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6333 M:      Seth Jennings <sjenning@redhat.com>
6334 M:      Jiri Kosina <jikos@kernel.org>
6335 M:      Vojtech Pavlik <vojtech@suse.com>
6336 S:      Maintained
6337 F:      kernel/livepatch/
6338 F:      include/linux/livepatch.h
6339 F:      arch/x86/include/asm/livepatch.h
6340 F:      arch/x86/kernel/livepatch.c
6341 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6342 F:      samples/livepatch/
6343 L:      live-patching@vger.kernel.org
6344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6345
6346 LLC (802.2)
6347 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6348 S:      Maintained
6349 F:      include/linux/llc.h
6350 F:      include/uapi/linux/llc.h
6351 F:      include/net/llc*
6352 F:      net/llc/
6353
6354 LM73 HARDWARE MONITOR DRIVER
6355 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6356 L:      lm-sensors@lm-sensors.org
6357 S:      Maintained
6358 F:      drivers/hwmon/lm73.c
6359
6360 LM78 HARDWARE MONITOR DRIVER
6361 M:      Jean Delvare <jdelvare@suse.com>
6362 L:      lm-sensors@lm-sensors.org
6363 S:      Maintained
6364 F:      Documentation/hwmon/lm78
6365 F:      drivers/hwmon/lm78.c
6366
6367 LM83 HARDWARE MONITOR DRIVER
6368 M:      Jean Delvare <jdelvare@suse.com>
6369 L:      lm-sensors@lm-sensors.org
6370 S:      Maintained
6371 F:      Documentation/hwmon/lm83
6372 F:      drivers/hwmon/lm83.c
6373
6374 LM90 HARDWARE MONITOR DRIVER
6375 M:      Jean Delvare <jdelvare@suse.com>
6376 L:      lm-sensors@lm-sensors.org
6377 S:      Maintained
6378 F:      Documentation/hwmon/lm90
6379 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6380 F:      drivers/hwmon/lm90.c
6381
6382 LM95234 HARDWARE MONITOR DRIVER
6383 M:      Guenter Roeck <linux@roeck-us.net>
6384 L:      lm-sensors@lm-sensors.org
6385 S:      Maintained
6386 F:      Documentation/hwmon/lm95234
6387 F:      drivers/hwmon/lm95234.c
6388
6389 LME2510 MEDIA DRIVER
6390 M:      Malcolm Priestley <tvboxspy@gmail.com>
6391 L:      linux-media@vger.kernel.org
6392 W:      http://linuxtv.org/
6393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6394 S:      Maintained
6395 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6396
6397 LOCKDEP AND LOCKSTAT
6398 M:      Peter Zijlstra <peterz@infradead.org>
6399 M:      Ingo Molnar <mingo@redhat.com>
6400 L:      linux-kernel@vger.kernel.org
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6402 S:      Maintained
6403 F:      Documentation/locking/lockdep*.txt
6404 F:      Documentation/locking/lockstat.txt
6405 F:      include/linux/lockdep.h
6406 F:      kernel/locking/
6407
6408 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6409 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6410 L:      linux-ntfs-dev@lists.sourceforge.net
6411 W:      http://www.linux-ntfs.org/content/view/19/37/
6412 S:      Maintained
6413 F:      Documentation/ldm.txt
6414 F:      block/partitions/ldm.*
6415
6416 LogFS
6417 M:      Joern Engel <joern@logfs.org>
6418 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6419 L:      logfs@logfs.org
6420 W:      logfs.org
6421 S:      Maintained
6422 F:      fs/logfs/
6423
6424 LPC32XX MACHINE SUPPORT
6425 M:      Roland Stigge <stigge@antcom.de>
6426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6427 S:      Maintained
6428 F:      arch/arm/mach-lpc32xx/
6429
6430 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6431 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6432 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6433 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6434 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6435 L:      MPT-FusionLinux.pdl@avagotech.com
6436 L:      linux-scsi@vger.kernel.org
6437 W:      http://www.lsilogic.com/support
6438 S:      Supported
6439 F:      drivers/message/fusion/
6440 F:      drivers/scsi/mpt2sas/
6441 F:      drivers/scsi/mpt3sas/
6442
6443 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6444 M:      Matthew Wilcox <matthew@wil.cx>
6445 L:      linux-scsi@vger.kernel.org
6446 S:      Maintained
6447 F:      drivers/scsi/sym53c8xx_2/
6448
6449 LTC4261 HARDWARE MONITOR DRIVER
6450 M:      Guenter Roeck <linux@roeck-us.net>
6451 L:      lm-sensors@lm-sensors.org
6452 S:      Maintained
6453 F:      Documentation/hwmon/ltc4261
6454 F:      drivers/hwmon/ltc4261.c
6455
6456 LTP (Linux Test Project)
6457 M:      Mike Frysinger <vapier@gentoo.org>
6458 M:      Cyril Hrubis <chrubis@suse.cz>
6459 M:      Wanlong Gao <wanlong.gao@gmail.com>
6460 M:      Jan Stancek <jstancek@redhat.com>
6461 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6462 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6463 L:      ltp@lists.linux.it (subscribers-only)
6464 W:      http://linux-test-project.github.io/
6465 T:      git git://github.com/linux-test-project/ltp.git
6466 S:      Maintained
6467
6468 M32R ARCHITECTURE
6469 W:      http://www.linux-m32r.org/
6470 S:      Orphan
6471 F:      arch/m32r/
6472
6473 M68K ARCHITECTURE
6474 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6475 L:      linux-m68k@lists.linux-m68k.org
6476 W:      http://www.linux-m68k.org/
6477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6478 S:      Maintained
6479 F:      arch/m68k/
6480 F:      drivers/zorro/
6481
6482 M68K ON APPLE MACINTOSH
6483 M:      Joshua Thompson <funaho@jurai.org>
6484 W:      http://www.mac.linux-m68k.org/
6485 L:      linux-m68k@lists.linux-m68k.org
6486 S:      Maintained
6487 F:      arch/m68k/mac/
6488
6489 M68K ON HP9000/300
6490 M:      Philip Blundell <philb@gnu.org>
6491 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6492 S:      Maintained
6493 F:      arch/m68k/hp300/
6494
6495 M88DS3103 MEDIA DRIVER
6496 M:      Antti Palosaari <crope@iki.fi>
6497 L:      linux-media@vger.kernel.org
6498 W:      http://linuxtv.org/
6499 W:      http://palosaari.fi/linux/
6500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6501 T:      git git://linuxtv.org/anttip/media_tree.git
6502 S:      Maintained
6503 F:      drivers/media/dvb-frontends/m88ds3103*
6504
6505 M88RS2000 MEDIA DRIVER
6506 M:      Malcolm Priestley <tvboxspy@gmail.com>
6507 L:      linux-media@vger.kernel.org
6508 W:      http://linuxtv.org/
6509 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6510 S:      Maintained
6511 F:      drivers/media/dvb-frontends/m88rs2000*
6512
6513 MA901 MASTERKIT USB FM RADIO DRIVER
6514 M:      Alexey Klimov <klimov.linux@gmail.com>
6515 L:      linux-media@vger.kernel.org
6516 T:      git git://linuxtv.org/media_tree.git
6517 S:      Maintained
6518 F:      drivers/media/radio/radio-ma901.c
6519
6520 MAC80211
6521 M:      Johannes Berg <johannes@sipsolutions.net>
6522 L:      linux-wireless@vger.kernel.org
6523 W:      http://wireless.kernel.org/
6524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6526 S:      Maintained
6527 F:      Documentation/networking/mac80211-injection.txt
6528 F:      include/net/mac80211.h
6529 F:      net/mac80211/
6530
6531 MACVLAN DRIVER
6532 M:      Patrick McHardy <kaber@trash.net>
6533 L:      netdev@vger.kernel.org
6534 S:      Maintained
6535 F:      drivers/net/macvlan.c
6536 F:      include/linux/if_macvlan.h
6537
6538 MAILBOX API
6539 M:      Jassi Brar <jassisinghbrar@gmail.com>
6540 L:      linux-kernel@vger.kernel.org
6541 S:      Maintained
6542 F:      drivers/mailbox/
6543 F:      include/linux/mailbox_client.h
6544 F:      include/linux/mailbox_controller.h
6545
6546 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6547 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6548 W:      http://www.kernel.org/doc/man-pages
6549 L:      linux-man@vger.kernel.org
6550 S:      Maintained
6551
6552 MARVELL ARMADA DRM SUPPORT
6553 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6554 S:      Maintained
6555 F:      drivers/gpu/drm/armada/
6556
6557 MARVELL 88E6352 DSA support
6558 M:      Guenter Roeck <linux@roeck-us.net>
6559 S:      Maintained
6560 F:      drivers/net/dsa/mv88e6352.c
6561
6562 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6563 M:      Mirko Lindner <mlindner@marvell.com>
6564 M:      Stephen Hemminger <stephen@networkplumber.org>
6565 L:      netdev@vger.kernel.org
6566 S:      Maintained
6567 F:      drivers/net/ethernet/marvell/sk*
6568
6569 MARVELL LIBERTAS WIRELESS DRIVER
6570 L:      libertas-dev@lists.infradead.org
6571 S:      Orphan
6572 F:      drivers/net/wireless/libertas/
6573
6574 MARVELL MV643XX ETHERNET DRIVER
6575 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6576 L:      netdev@vger.kernel.org
6577 S:      Maintained
6578 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6579 F:      include/linux/mv643xx.h
6580
6581 MARVELL MVNETA ETHERNET DRIVER
6582 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6583 L:      netdev@vger.kernel.org
6584 S:      Maintained
6585 F:      drivers/net/ethernet/marvell/mvneta.*
6586
6587 MARVELL MWIFIEX WIRELESS DRIVER
6588 M:      Amitkumar Karwar <akarwar@marvell.com>
6589 M:      Nishant Sarmukadam <nishants@marvell.com>
6590 L:      linux-wireless@vger.kernel.org
6591 S:      Maintained
6592 F:      drivers/net/wireless/mwifiex/
6593
6594 MARVELL MWL8K WIRELESS DRIVER
6595 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6596 L:      linux-wireless@vger.kernel.org
6597 S:      Odd Fixes
6598 F:      drivers/net/wireless/mwl8k.c
6599
6600 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6601 M:      Nicolas Pitre <nico@fluxnic.net>
6602 S:      Odd Fixes
6603 F:      drivers/mmc/host/mvsdio.*
6604
6605 MATROX FRAMEBUFFER DRIVER
6606 L:      linux-fbdev@vger.kernel.org
6607 S:      Orphan
6608 F:      drivers/video/fbdev/matrox/matroxfb_*
6609 F:      include/uapi/linux/matroxfb.h
6610
6611 MAX16065 HARDWARE MONITOR DRIVER
6612 M:      Guenter Roeck <linux@roeck-us.net>
6613 L:      lm-sensors@lm-sensors.org
6614 S:      Maintained
6615 F:      Documentation/hwmon/max16065
6616 F:      drivers/hwmon/max16065.c
6617
6618 MAX20751 HARDWARE MONITOR DRIVER
6619 M:      Guenter Roeck <linux@roeck-us.net>
6620 L:      lm-sensors@lm-sensors.org
6621 S:      Maintained
6622 F:      Documentation/hwmon/max20751
6623 F:      drivers/hwmon/max20751.c
6624
6625 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6626 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6627 L:      lm-sensors@lm-sensors.org
6628 S:      Maintained
6629 F:      Documentation/hwmon/max6650
6630 F:      drivers/hwmon/max6650.c
6631
6632 MAX6697 HARDWARE MONITOR DRIVER
6633 M:      Guenter Roeck <linux@roeck-us.net>
6634 L:      lm-sensors@lm-sensors.org
6635 S:      Maintained
6636 F:      Documentation/hwmon/max6697
6637 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6638 F:      drivers/hwmon/max6697.c
6639 F:      include/linux/platform_data/max6697.h
6640
6641 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6642 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6643 L:      linux-pm@vger.kernel.org
6644 S:      Supported
6645 F:      drivers/power/max14577_charger.c
6646 F:      drivers/power/max77693_charger.c
6647
6648 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6649 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6650 L:      linux-kernel@vger.kernel.org
6651 S:      Supported
6652 F:      drivers/*/*max77802.c
6653 F:      Documentation/devicetree/bindings/*/*max77802.txt
6654 F:      include/dt-bindings/*/*max77802.h
6655
6656 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6657 M:      Chanwoo Choi <cw00.choi@samsung.com>
6658 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6659 L:      linux-kernel@vger.kernel.org
6660 S:      Supported
6661 F:      drivers/*/max14577.c
6662 F:      drivers/*/max77686.c
6663 F:      drivers/*/max77693.c
6664 F:      drivers/extcon/extcon-max14577.c
6665 F:      drivers/extcon/extcon-max77693.c
6666 F:      drivers/rtc/rtc-max77686.c
6667 F:      drivers/clk/clk-max77686.c
6668 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6669 F:      Documentation/devicetree/bindings/*/max77686.txt
6670 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6671 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6672 F:      include/linux/mfd/max14577*.h
6673 F:      include/linux/mfd/max77686*.h
6674 F:      include/linux/mfd/max77693*.h
6675
6676 MAXIRADIO FM RADIO RECEIVER DRIVER
6677 M:      Hans Verkuil <hverkuil@xs4all.nl>
6678 L:      linux-media@vger.kernel.org
6679 T:      git git://linuxtv.org/media_tree.git
6680 W:      http://linuxtv.org
6681 S:      Maintained
6682 F:      drivers/media/radio/radio-maxiradio*
6683
6684 MEDIA DRIVERS FOR RENESAS - VSP1
6685 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6686 L:      linux-media@vger.kernel.org
6687 L:      linux-sh@vger.kernel.org
6688 T:      git git://linuxtv.org/media_tree.git
6689 S:      Supported
6690 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6691 F:      drivers/media/platform/vsp1/
6692
6693 MEDIA DRIVERS FOR ASCOT2E
6694 M:      Sergey Kozlov <serjk@netup.ru>
6695 L:      linux-media@vger.kernel.org
6696 W:      http://linuxtv.org
6697 W:      http://netup.tv/
6698 T:      git git://linuxtv.org/media_tree.git
6699 S:      Supported
6700 F:      drivers/media/dvb-frontends/ascot2e*
6701
6702 MEDIA DRIVERS FOR CXD2841ER
6703 M:      Sergey Kozlov <serjk@netup.ru>
6704 L:      linux-media@vger.kernel.org
6705 W:      http://linuxtv.org/
6706 W:      http://netup.tv/
6707 T:      git git://linuxtv.org/media_tree.git
6708 S:      Supported
6709 F:      drivers/media/dvb-frontends/cxd2841er*
6710
6711 MEDIA DRIVERS FOR HORUS3A
6712 M:      Sergey Kozlov <serjk@netup.ru>
6713 L:      linux-media@vger.kernel.org
6714 W:      http://linuxtv.org/
6715 W:      http://netup.tv/
6716 T:      git git://linuxtv.org/media_tree.git
6717 S:      Supported
6718 F:      drivers/media/dvb-frontends/horus3a*
6719
6720 MEDIA DRIVERS FOR LNBH25
6721 M:      Sergey Kozlov <serjk@netup.ru>
6722 L:      linux-media@vger.kernel.org
6723 W:      http://linuxtv.org/
6724 W:      http://netup.tv/
6725 T:      git git://linuxtv.org/media_tree.git
6726 S:      Supported
6727 F:      drivers/media/dvb-frontends/lnbh25*
6728
6729 MEDIA DRIVERS FOR NETUP PCI UNIVERSAL DVB devices
6730 M:      Sergey Kozlov <serjk@netup.ru>
6731 L:      linux-media@vger.kernel.org
6732 W:      http://linuxtv.org/
6733 W:      http://netup.tv/
6734 T:      git git://linuxtv.org/media_tree.git
6735 S:      Supported
6736 F:      drivers/media/pci/netup_unidvb/*
6737
6738 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6739 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6740 P:      LinuxTV.org Project
6741 L:      linux-media@vger.kernel.org
6742 W:      http://linuxtv.org
6743 Q:      http://patchwork.kernel.org/project/linux-media/list/
6744 T:      git git://linuxtv.org/media_tree.git
6745 S:      Maintained
6746 F:      Documentation/dvb/
6747 F:      Documentation/video4linux/
6748 F:      Documentation/DocBook/media/
6749 F:      drivers/media/
6750 F:      drivers/staging/media/
6751 F:      include/media/
6752 F:      include/uapi/linux/dvb/
6753 F:      include/uapi/linux/videodev2.h
6754 F:      include/uapi/linux/media.h
6755 F:      include/uapi/linux/v4l2-*
6756 F:      include/uapi/linux/meye.h
6757 F:      include/uapi/linux/ivtv*
6758 F:      include/uapi/linux/uvcvideo.h
6759
6760 MEDIATEK MT7601U WIRELESS LAN DRIVER
6761 M:      Jakub Kicinski <kubakici@wp.pl>
6762 L:      linux-wireless@vger.kernel.org
6763 S:      Maintained
6764 F:      drivers/net/wireless/mediatek/mt7601u/
6765
6766 MEGARAID SCSI/SAS DRIVERS
6767 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6768 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6769 M:      Uday Lingala <uday.lingala@avagotech.com>
6770 L:      megaraidlinux.pdl@avagotech.com
6771 L:      linux-scsi@vger.kernel.org
6772 W:      http://www.lsi.com
6773 S:      Maintained
6774 F:      Documentation/scsi/megaraid.txt
6775 F:      drivers/scsi/megaraid.*
6776 F:      drivers/scsi/megaraid/
6777
6778 MELLANOX ETHERNET DRIVER (mlx4_en)
6779 M:      Amir Vadai <amirv@mellanox.com>
6780 M:      Ido Shamay <idos@mellanox.com>
6781 L:      netdev@vger.kernel.org
6782 S:      Supported
6783 W:      http://www.mellanox.com
6784 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6785 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6786
6787 MELLANOX ETHERNET SWITCH DRIVERS
6788 M:      Jiri Pirko <jiri@mellanox.com>
6789 M:      Ido Schimmel <idosch@mellanox.com>
6790 L:      netdev@vger.kernel.org
6791 S:      Supported
6792 W:      http://www.mellanox.com
6793 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6794 F:      drivers/net/ethernet/mellanox/mlxsw/
6795
6796 MEMBARRIER SUPPORT
6797 M:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
6798 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6799 L:      linux-kernel@vger.kernel.org
6800 S:      Supported
6801 F:      kernel/membarrier.c
6802 F:      include/uapi/linux/membarrier.h
6803
6804 MEMORY MANAGEMENT
6805 L:      linux-mm@kvack.org
6806 W:      http://www.linux-mm.org
6807 S:      Maintained
6808 F:      include/linux/mm.h
6809 F:      include/linux/gfp.h
6810 F:      include/linux/mmzone.h
6811 F:      include/linux/memory_hotplug.h
6812 F:      include/linux/vmalloc.h
6813 F:      mm/
6814
6815 MEMORY TECHNOLOGY DEVICES (MTD)
6816 M:      David Woodhouse <dwmw2@infradead.org>
6817 M:      Brian Norris <computersforpeace@gmail.com>
6818 L:      linux-mtd@lists.infradead.org
6819 W:      http://www.linux-mtd.infradead.org/
6820 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6821 T:      git git://git.infradead.org/linux-mtd.git
6822 T:      git git://git.infradead.org/l2-mtd.git
6823 S:      Maintained
6824 F:      drivers/mtd/
6825 F:      include/linux/mtd/
6826 F:      include/uapi/mtd/
6827
6828 MEN A21 WATCHDOG DRIVER
6829 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6830 L:      linux-watchdog@vger.kernel.org
6831 S:      Maintained
6832 F:      drivers/watchdog/mena21_wdt.c
6833
6834 MEN CHAMELEON BUS (mcb)
6835 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6836 S:      Maintained
6837 F:      drivers/mcb/
6838 F:      include/linux/mcb.h
6839 F:      Documentation/men-chameleon-bus.txt
6840
6841 MEN F21BMC (Board Management Controller)
6842 M:      Andreas Werner <andreas.werner@men.de>
6843 S:      Supported
6844 F:      drivers/mfd/menf21bmc.c
6845 F:      drivers/watchdog/menf21bmc_wdt.c
6846 F:      drivers/leds/leds-menf21bmc.c
6847 F:      drivers/hwmon/menf21bmc_hwmon.c
6848 F:      Documentation/hwmon/menf21bmc
6849
6850 METAG ARCHITECTURE
6851 M:      James Hogan <james.hogan@imgtec.com>
6852 L:      linux-metag@vger.kernel.org
6853 S:      Supported
6854 F:      arch/metag/
6855 F:      Documentation/metag/
6856 F:      Documentation/devicetree/bindings/metag/
6857 F:      drivers/clocksource/metag_generic.c
6858 F:      drivers/irqchip/irq-metag.c
6859 F:      drivers/irqchip/irq-metag-ext.c
6860 F:      drivers/tty/metag_da.c
6861
6862 MICROBLAZE ARCHITECTURE
6863 M:      Michal Simek <monstr@monstr.eu>
6864 W:      http://www.monstr.eu/fdt/
6865 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6866 S:      Supported
6867 F:      arch/microblaze/
6868
6869 MICROSOFT SURFACE PRO 3 BUTTON DRIVER
6870 M:      Chen Yu <yu.c.chen@intel.com>
6871 L:      platform-driver-x86@vger.kernel.org
6872 S:      Supported
6873 F:      drivers/platform/x86/surfacepro3_button.c
6874
6875 MICROTEK X6 SCANNER
6876 M:      Oliver Neukum <oliver@neukum.org>
6877 S:      Maintained
6878 F:      drivers/usb/image/microtek.*
6879
6880 MIPS
6881 M:      Ralf Baechle <ralf@linux-mips.org>
6882 L:      linux-mips@linux-mips.org
6883 W:      http://www.linux-mips.org/
6884 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6885 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6886 S:      Supported
6887 F:      Documentation/mips/
6888 F:      arch/mips/
6889
6890 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6891 M:      Hans Verkuil <hverkuil@xs4all.nl>
6892 L:      linux-media@vger.kernel.org
6893 T:      git git://linuxtv.org/media_tree.git
6894 W:      http://linuxtv.org
6895 S:      Odd Fixes
6896 F:      drivers/media/radio/radio-miropcm20*
6897
6898 Mellanox MLX5 core VPI driver
6899 M:      Eli Cohen <eli@mellanox.com>
6900 L:      netdev@vger.kernel.org
6901 L:      linux-rdma@vger.kernel.org
6902 W:      http://www.mellanox.com
6903 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6904 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6905 T:      git git://openfabrics.org/~eli/connect-ib.git
6906 S:      Supported
6907 F:      drivers/net/ethernet/mellanox/mlx5/core/
6908 F:      include/linux/mlx5/
6909
6910 Mellanox MLX5 IB driver
6911 M:      Eli Cohen <eli@mellanox.com>
6912 L:      linux-rdma@vger.kernel.org
6913 W:      http://www.mellanox.com
6914 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6915 T:      git git://openfabrics.org/~eli/connect-ib.git
6916 S:      Supported
6917 F:      include/linux/mlx5/
6918 F:      drivers/infiniband/hw/mlx5/
6919
6920 MN88472 MEDIA DRIVER
6921 M:      Antti Palosaari <crope@iki.fi>
6922 L:      linux-media@vger.kernel.org
6923 W:      http://linuxtv.org/
6924 W:      http://palosaari.fi/linux/
6925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6926 T:      git git://linuxtv.org/anttip/media_tree.git
6927 S:      Maintained
6928 F:      drivers/staging/media/mn88472/
6929 F:      drivers/media/dvb-frontends/mn88472.h
6930
6931 MN88473 MEDIA DRIVER
6932 M:      Antti Palosaari <crope@iki.fi>
6933 L:      linux-media@vger.kernel.org
6934 W:      http://linuxtv.org/
6935 W:      http://palosaari.fi/linux/
6936 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6937 T:      git git://linuxtv.org/anttip/media_tree.git
6938 S:      Maintained
6939 F:      drivers/staging/media/mn88473/
6940 F:      drivers/media/dvb-frontends/mn88473.h
6941
6942 MODULE SUPPORT
6943 M:      Rusty Russell <rusty@rustcorp.com.au>
6944 S:      Maintained
6945 F:      include/linux/module.h
6946 F:      kernel/module.c
6947
6948 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6949 W:      http://popies.net/meye/
6950 S:      Orphan
6951 F:      Documentation/video4linux/meye.txt
6952 F:      drivers/media/pci/meye/
6953 F:      include/uapi/linux/meye.h
6954
6955 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6956 M:      Jiri Slaby <jirislaby@gmail.com>
6957 S:      Maintained
6958 F:      Documentation/serial/moxa-smartio
6959 F:      drivers/tty/mxser.*
6960
6961 MR800 AVERMEDIA USB FM RADIO DRIVER
6962 M:      Alexey Klimov <klimov.linux@gmail.com>
6963 L:      linux-media@vger.kernel.org
6964 T:      git git://linuxtv.org/media_tree.git
6965 S:      Maintained
6966 F:      drivers/media/radio/radio-mr800.c
6967
6968 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6969 M:      Alan Ott <alan@signal11.us>
6970 L:      linux-wpan@vger.kernel.org
6971 S:      Maintained
6972 F:      drivers/net/ieee802154/mrf24j40.c
6973
6974 MSI LAPTOP SUPPORT
6975 M:      "Lee, Chun-Yi" <jlee@suse.com>
6976 L:      platform-driver-x86@vger.kernel.org
6977 S:      Maintained
6978 F:      drivers/platform/x86/msi-laptop.c
6979
6980 MSI WMI SUPPORT
6981 L:      platform-driver-x86@vger.kernel.org
6982 S:      Orphan
6983 F:      drivers/platform/x86/msi-wmi.c
6984
6985 MSI001 MEDIA DRIVER
6986 M:      Antti Palosaari <crope@iki.fi>
6987 L:      linux-media@vger.kernel.org
6988 W:      http://linuxtv.org/
6989 W:      http://palosaari.fi/linux/
6990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6991 T:      git git://linuxtv.org/anttip/media_tree.git
6992 S:      Maintained
6993 F:      drivers/media/tuners/msi001*
6994
6995 MSI2500 MEDIA DRIVER
6996 M:      Antti Palosaari <crope@iki.fi>
6997 L:      linux-media@vger.kernel.org
6998 W:      http://linuxtv.org/
6999 W:      http://palosaari.fi/linux/
7000 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7001 T:      git git://linuxtv.org/anttip/media_tree.git
7002 S:      Maintained
7003 F:      drivers/media/usb/msi2500/
7004
7005 MSYSTEMS DISKONCHIP G3 MTD DRIVER
7006 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7007 L:      linux-mtd@lists.infradead.org
7008 S:      Maintained
7009 F:      drivers/mtd/devices/docg3*
7010
7011 MT9M032 APTINA SENSOR DRIVER
7012 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7013 L:      linux-media@vger.kernel.org
7014 T:      git git://linuxtv.org/media_tree.git
7015 S:      Maintained
7016 F:      drivers/media/i2c/mt9m032.c
7017 F:      include/media/mt9m032.h
7018
7019 MT9P031 APTINA CAMERA SENSOR
7020 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7021 L:      linux-media@vger.kernel.org
7022 T:      git git://linuxtv.org/media_tree.git
7023 S:      Maintained
7024 F:      drivers/media/i2c/mt9p031.c
7025 F:      include/media/mt9p031.h
7026
7027 MT9T001 APTINA CAMERA SENSOR
7028 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7029 L:      linux-media@vger.kernel.org
7030 T:      git git://linuxtv.org/media_tree.git
7031 S:      Maintained
7032 F:      drivers/media/i2c/mt9t001.c
7033 F:      include/media/mt9t001.h
7034
7035 MT9V032 APTINA CAMERA SENSOR
7036 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7037 L:      linux-media@vger.kernel.org
7038 T:      git git://linuxtv.org/media_tree.git
7039 S:      Maintained
7040 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7041 F:      drivers/media/i2c/mt9v032.c
7042 F:      include/media/mt9v032.h
7043
7044 MULTIFUNCTION DEVICES (MFD)
7045 M:      Samuel Ortiz <sameo@linux.intel.com>
7046 M:      Lee Jones <lee.jones@linaro.org>
7047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
7048 S:      Supported
7049 F:      drivers/mfd/
7050 F:      include/linux/mfd/
7051
7052 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
7053 M:      Ulf Hansson <ulf.hansson@linaro.org>
7054 L:      linux-mmc@vger.kernel.org
7055 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
7056 S:      Maintained
7057 F:      drivers/mmc/
7058 F:      include/linux/mmc/
7059 F:      include/uapi/linux/mmc/
7060
7061 MULTIMEDIA CARD (MMC) ETC. OVER SPI
7062 S:      Orphan
7063 F:      drivers/mmc/host/mmc_spi.c
7064 F:      include/linux/spi/mmc_spi.h
7065
7066 MULTISOUND SOUND DRIVER
7067 M:      Andrew Veliath <andrewtv@usa.net>
7068 S:      Maintained
7069 F:      Documentation/sound/oss/MultiSound
7070 F:      sound/oss/msnd*
7071
7072 MULTITECH MULTIPORT CARD (ISICOM)
7073 S:      Orphan
7074 F:      drivers/tty/isicom.c
7075 F:      include/linux/isicom.h
7076
7077 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
7078 M:      Felipe Balbi <balbi@ti.com>
7079 L:      linux-usb@vger.kernel.org
7080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7081 S:      Maintained
7082 F:      drivers/usb/musb/
7083
7084 MXL5007T MEDIA DRIVER
7085 M:      Michael Krufky <mkrufky@linuxtv.org>
7086 L:      linux-media@vger.kernel.org
7087 W:      http://linuxtv.org/
7088 W:      http://github.com/mkrufky
7089 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7090 T:      git git://linuxtv.org/mkrufky/tuners.git
7091 S:      Maintained
7092 F:      drivers/media/tuners/mxl5007t.*
7093
7094 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7095 M:      Hyong-Youb Kim <hykim@myri.com>
7096 L:      netdev@vger.kernel.org
7097 W:      https://www.myricom.com/support/downloads/myri10ge.html
7098 S:      Supported
7099 F:      drivers/net/ethernet/myricom/myri10ge/
7100
7101 NATSEMI ETHERNET DRIVER (DP8381x)
7102 S:      Orphan
7103 F:      drivers/net/ethernet/natsemi/natsemi.c
7104
7105 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7106 M:      Daniel Mack <zonque@gmail.com>
7107 S:      Maintained
7108 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7109 W:      http://www.native-instruments.com
7110 F:      sound/usb/caiaq/
7111
7112 NCP FILESYSTEM
7113 M:      Petr Vandrovec <petr@vandrovec.name>
7114 S:      Odd Fixes
7115 F:      fs/ncpfs/
7116
7117 NCR 5380 SCSI DRIVERS
7118 M:      Finn Thain <fthain@telegraphics.com.au>
7119 M:      Michael Schmitz <schmitzmic@gmail.com>
7120 L:      linux-scsi@vger.kernel.org
7121 S:      Maintained
7122 F:      Documentation/scsi/g_NCR5380.txt
7123 F:      drivers/scsi/NCR5380.*
7124 F:      drivers/scsi/arm/cumana_1.c
7125 F:      drivers/scsi/arm/oak.c
7126 F:      drivers/scsi/atari_NCR5380.c
7127 F:      drivers/scsi/atari_scsi.*
7128 F:      drivers/scsi/dmx3191d.c
7129 F:      drivers/scsi/dtc.*
7130 F:      drivers/scsi/g_NCR5380.*
7131 F:      drivers/scsi/g_NCR5380_mmio.c
7132 F:      drivers/scsi/mac_scsi.*
7133 F:      drivers/scsi/pas16.*
7134 F:      drivers/scsi/sun3_scsi.*
7135 F:      drivers/scsi/sun3_scsi_vme.c
7136 F:      drivers/scsi/t128.*
7137
7138 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7139 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7140 L:      linux-scsi@vger.kernel.org
7141 S:      Maintained
7142 F:      drivers/scsi/NCR_D700.*
7143
7144 NCT6775 HARDWARE MONITOR DRIVER
7145 M:      Guenter Roeck <linux@roeck-us.net>
7146 L:      lm-sensors@lm-sensors.org
7147 S:      Maintained
7148 F:      Documentation/hwmon/nct6775
7149 F:      drivers/hwmon/nct6775.c
7150
7151 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7152 M:      Faisal Latif <faisal.latif@intel.com>
7153 L:      linux-rdma@vger.kernel.org
7154 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7155 S:      Supported
7156 F:      drivers/infiniband/hw/nes/
7157
7158 NETEM NETWORK EMULATOR
7159 M:      Stephen Hemminger <stephen@networkplumber.org>
7160 L:      netem@lists.linux-foundation.org
7161 S:      Maintained
7162 F:      net/sched/sch_netem.c
7163
7164 NETERION 10GbE DRIVERS (s2io/vxge)
7165 M:      Jon Mason <jdmason@kudzu.us>
7166 L:      netdev@vger.kernel.org
7167 S:      Supported
7168 F:      Documentation/networking/s2io.txt
7169 F:      Documentation/networking/vxge.txt
7170 F:      drivers/net/ethernet/neterion/
7171
7172 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7173 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7174 M:      Patrick McHardy <kaber@trash.net>
7175 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7176 L:      netfilter-devel@vger.kernel.org
7177 L:      coreteam@netfilter.org
7178 W:      http://www.netfilter.org/
7179 W:      http://www.iptables.org/
7180 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7183 S:      Supported
7184 F:      include/linux/netfilter*
7185 F:      include/linux/netfilter/
7186 F:      include/net/netfilter/
7187 F:      include/uapi/linux/netfilter*
7188 F:      include/uapi/linux/netfilter/
7189 F:      net/*/netfilter.c
7190 F:      net/*/netfilter/
7191 F:      net/netfilter/
7192 F:      net/bridge/br_netfilter*.c
7193
7194 NETLABEL
7195 M:      Paul Moore <paul@paul-moore.com>
7196 W:      http://netlabel.sf.net
7197 L:      netdev@vger.kernel.org
7198 S:      Maintained
7199 F:      Documentation/netlabel/
7200 F:      include/net/netlabel.h
7201 F:      net/netlabel/
7202
7203 NETROM NETWORK LAYER
7204 M:      Ralf Baechle <ralf@linux-mips.org>
7205 L:      linux-hams@vger.kernel.org
7206 W:      http://www.linux-ax25.org/
7207 S:      Maintained
7208 F:      include/net/netrom.h
7209 F:      include/uapi/linux/netrom.h
7210 F:      net/netrom/
7211
7212 NETWORK BLOCK DEVICE (NBD)
7213 M:      Markus Pargmann <mpa@pengutronix.de>
7214 S:      Maintained
7215 L:      nbd-general@lists.sourceforge.net
7216 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7217 F:      Documentation/blockdev/nbd.txt
7218 F:      drivers/block/nbd.c
7219 F:      include/uapi/linux/nbd.h
7220
7221 NETWORK DROP MONITOR
7222 M:      Neil Horman <nhorman@tuxdriver.com>
7223 L:      netdev@vger.kernel.org
7224 S:      Maintained
7225 W:      https://fedorahosted.org/dropwatch/
7226 F:      net/core/drop_monitor.c
7227
7228 NETWORKING [GENERAL]
7229 M:      "David S. Miller" <davem@davemloft.net>
7230 L:      netdev@vger.kernel.org
7231 W:      http://www.linuxfoundation.org/en/Net
7232 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7235 S:      Maintained
7236 F:      net/
7237 F:      include/net/
7238 F:      include/linux/in.h
7239 F:      include/linux/net.h
7240 F:      include/linux/netdevice.h
7241 F:      include/uapi/linux/in.h
7242 F:      include/uapi/linux/net.h
7243 F:      include/uapi/linux/netdevice.h
7244 F:      include/uapi/linux/net_namespace.h
7245 F:      tools/net/
7246 F:      tools/testing/selftests/net/
7247 F:      lib/random32.c
7248 F:      lib/test_bpf.c
7249
7250 NETWORKING [IPv4/IPv6]
7251 M:      "David S. Miller" <davem@davemloft.net>
7252 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7253 M:      James Morris <jmorris@namei.org>
7254 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7255 M:      Patrick McHardy <kaber@trash.net>
7256 L:      netdev@vger.kernel.org
7257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7258 S:      Maintained
7259 F:      net/ipv4/
7260 F:      net/ipv6/
7261 F:      include/net/ip*
7262 F:      arch/x86/net/*
7263
7264 NETWORKING [IPSEC]
7265 M:      Steffen Klassert <steffen.klassert@secunet.com>
7266 M:      Herbert Xu <herbert@gondor.apana.org.au>
7267 M:      "David S. Miller" <davem@davemloft.net>
7268 L:      netdev@vger.kernel.org
7269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7271 S:      Maintained
7272 F:      net/core/flow.c
7273 F:      net/xfrm/
7274 F:      net/key/
7275 F:      net/ipv4/xfrm*
7276 F:      net/ipv4/esp4.c
7277 F:      net/ipv4/ah4.c
7278 F:      net/ipv4/ipcomp.c
7279 F:      net/ipv4/ip_vti.c
7280 F:      net/ipv6/xfrm*
7281 F:      net/ipv6/esp6.c
7282 F:      net/ipv6/ah6.c
7283 F:      net/ipv6/ipcomp6.c
7284 F:      net/ipv6/ip6_vti.c
7285 F:      include/uapi/linux/xfrm.h
7286 F:      include/net/xfrm.h
7287
7288 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7289 M:      Paul Moore <paul@paul-moore.com>
7290 L:      netdev@vger.kernel.org
7291 S:      Maintained
7292
7293 NETWORKING [WIRELESS]
7294 L:      linux-wireless@vger.kernel.org
7295 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7296
7297 NETWORKING DRIVERS
7298 L:      netdev@vger.kernel.org
7299 W:      http://www.linuxfoundation.org/en/Net
7300 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7303 S:      Odd Fixes
7304 F:      drivers/net/
7305 F:      include/linux/if_*
7306 F:      include/linux/netdevice.h
7307 F:      include/linux/arcdevice.h
7308 F:      include/linux/etherdevice.h
7309 F:      include/linux/fcdevice.h
7310 F:      include/linux/fddidevice.h
7311 F:      include/linux/hippidevice.h
7312 F:      include/linux/inetdevice.h
7313 F:      include/uapi/linux/if_*
7314 F:      include/uapi/linux/netdevice.h
7315
7316 NETWORKING DRIVERS (WIRELESS)
7317 M:      Kalle Valo <kvalo@codeaurora.org>
7318 L:      linux-wireless@vger.kernel.org
7319 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7321 S:      Maintained
7322 F:      drivers/net/wireless/
7323
7324 NETXEN (1/10) GbE SUPPORT
7325 M:      Manish Chopra <manish.chopra@qlogic.com>
7326 M:      Sony Chacko <sony.chacko@qlogic.com>
7327 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7328 L:      netdev@vger.kernel.org
7329 W:      http://www.qlogic.com
7330 S:      Supported
7331 F:      drivers/net/ethernet/qlogic/netxen/
7332
7333 NFC SUBSYSTEM
7334 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7335 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7336 M:      Samuel Ortiz <sameo@linux.intel.com>
7337 L:      linux-wireless@vger.kernel.org
7338 L:      linux-nfc@lists.01.org (subscribers-only)
7339 S:      Supported
7340 F:      net/nfc/
7341 F:      include/net/nfc/
7342 F:      include/uapi/linux/nfc.h
7343 F:      drivers/nfc/
7344 F:      include/linux/platform_data/pn544.h
7345 F:      Documentation/devicetree/bindings/net/nfc/
7346
7347 NFS, SUNRPC, AND LOCKD CLIENTS
7348 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7349 M:      Anna Schumaker <anna.schumaker@netapp.com>
7350 L:      linux-nfs@vger.kernel.org
7351 W:      http://client.linux-nfs.org
7352 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7353 S:      Maintained
7354 F:      fs/lockd/
7355 F:      fs/nfs/
7356 F:      fs/nfs_common/
7357 F:      net/sunrpc/
7358 F:      include/linux/lockd/
7359 F:      include/linux/nfs*
7360 F:      include/linux/sunrpc/
7361 F:      include/uapi/linux/nfs*
7362 F:      include/uapi/linux/sunrpc/
7363
7364 NILFS2 FILESYSTEM
7365 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7366 L:      linux-nilfs@vger.kernel.org
7367 W:      http://nilfs.sourceforge.net/
7368 T:      git git://github.com/konis/nilfs2.git
7369 S:      Supported
7370 F:      Documentation/filesystems/nilfs2.txt
7371 F:      fs/nilfs2/
7372 F:      include/linux/nilfs2_fs.h
7373
7374 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7375 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7376 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7377 S:      Maintained
7378 F:      Documentation/scsi/NinjaSCSI.txt
7379 F:      drivers/scsi/pcmcia/nsp_*
7380
7381 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7382 M:      GOTO Masanori <gotom@debian.or.jp>
7383 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7384 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7385 S:      Maintained
7386 F:      Documentation/scsi/NinjaSCSI.txt
7387 F:      drivers/scsi/nsp32*
7388
7389 NIOS2 ARCHITECTURE
7390 M:      Ley Foon Tan <lftan@altera.com>
7391 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2.git
7393 S:      Maintained
7394 F:      arch/nios2/
7395
7396 NOKIA N900 POWER SUPPLY DRIVERS
7397 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7398 S:      Maintained
7399 F:      include/linux/power/bq2415x_charger.h
7400 F:      include/linux/power/bq27x00_battery.h
7401 F:      include/linux/power/isp1704_charger.h
7402 F:      drivers/power/bq2415x_charger.c
7403 F:      drivers/power/bq27x00_battery.c
7404 F:      drivers/power/isp1704_charger.c
7405 F:      drivers/power/rx51_battery.c
7406
7407 NTB DRIVER CORE
7408 M:      Jon Mason <jdmason@kudzu.us>
7409 M:      Dave Jiang <dave.jiang@intel.com>
7410 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7411 L:      linux-ntb@googlegroups.com
7412 S:      Supported
7413 W:      https://github.com/jonmason/ntb/wiki
7414 T:      git git://github.com/jonmason/ntb.git
7415 F:      drivers/ntb/
7416 F:      drivers/net/ntb_netdev.c
7417 F:      include/linux/ntb.h
7418 F:      include/linux/ntb_transport.h
7419
7420 NTB INTEL DRIVER
7421 M:      Jon Mason <jdmason@kudzu.us>
7422 M:      Dave Jiang <dave.jiang@intel.com>
7423 L:      linux-ntb@googlegroups.com
7424 S:      Supported
7425 W:      https://github.com/jonmason/ntb/wiki
7426 T:      git git://github.com/jonmason/ntb.git
7427 F:      drivers/ntb/hw/intel/
7428
7429 NTFS FILESYSTEM
7430 M:      Anton Altaparmakov <anton@tuxera.com>
7431 L:      linux-ntfs-dev@lists.sourceforge.net
7432 W:      http://www.tuxera.com/
7433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7434 S:      Supported
7435 F:      Documentation/filesystems/ntfs.txt
7436 F:      fs/ntfs/
7437
7438 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7439 M:      Antonino Daplas <adaplas@gmail.com>
7440 L:      linux-fbdev@vger.kernel.org
7441 S:      Maintained
7442 F:      drivers/video/fbdev/riva/
7443 F:      drivers/video/fbdev/nvidia/
7444
7445 NVM EXPRESS DRIVER
7446 M:      Matthew Wilcox <willy@linux.intel.com>
7447 L:      linux-nvme@lists.infradead.org
7448 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7449 S:      Supported
7450 F:      drivers/block/nvme*
7451 F:      include/linux/nvme.h
7452
7453 NVMEM FRAMEWORK
7454 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7455 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7456 S:      Maintained
7457 F:      drivers/nvmem/
7458 F:      Documentation/devicetree/bindings/nvmem/
7459 F:      include/linux/nvmem-consumer.h
7460 F:      include/linux/nvmem-provider.h
7461
7462 NXP-NCI NFC DRIVER
7463 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7464 R:      Charles Gorand <charles.gorand@effinnov.com>
7465 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7466 S:      Supported
7467 F:      drivers/nfc/nxp-nci
7468
7469 NXP TDA998X DRM DRIVER
7470 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7471 S:      Supported
7472 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7473 F:      include/drm/i2c/tda998x.h
7474
7475 NXP TFA9879 DRIVER
7476 M:      Peter Rosin <peda@axentia.se>
7477 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7478 S:      Maintained
7479 F:      sound/soc/codecs/tfa9879*
7480
7481 OMAP SUPPORT
7482 M:      Tony Lindgren <tony@atomide.com>
7483 L:      linux-omap@vger.kernel.org
7484 W:      http://www.muru.com/linux/omap/
7485 W:      http://linux.omap.com/
7486 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7488 S:      Maintained
7489 F:      arch/arm/*omap*/
7490 F:      arch/arm/configs/omap1_defconfig
7491 F:      arch/arm/configs/omap2plus_defconfig
7492 F:      drivers/i2c/busses/i2c-omap.c
7493 F:      drivers/irqchip/irq-omap-intc.c
7494 F:      drivers/mfd/*omap*.c
7495 F:      drivers/mfd/menelaus.c
7496 F:      drivers/mfd/palmas.c
7497 F:      drivers/mfd/tps65217.c
7498 F:      drivers/mfd/tps65218.c
7499 F:      drivers/mfd/tps65910.c
7500 F:      drivers/mfd/twl-core.[ch]
7501 F:      drivers/mfd/twl4030*.c
7502 F:      drivers/mfd/twl6030*.c
7503 F:      drivers/mfd/twl6040*.c
7504 F:      drivers/regulator/palmas-regulator*.c
7505 F:      drivers/regulator/pbias-regulator.c
7506 F:      drivers/regulator/tps65217-regulator.c
7507 F:      drivers/regulator/tps65218-regulator.c
7508 F:      drivers/regulator/tps65910-regulator.c
7509 F:      drivers/regulator/twl-regulator.c
7510 F:      include/linux/i2c-omap.h
7511
7512 OMAP DEVICE TREE SUPPORT
7513 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7514 M:      Tony Lindgren <tony@atomide.com>
7515 L:      linux-omap@vger.kernel.org
7516 L:      devicetree@vger.kernel.org
7517 S:      Maintained
7518 F:      arch/arm/boot/dts/*omap*
7519 F:      arch/arm/boot/dts/*am3*
7520 F:      arch/arm/boot/dts/*am4*
7521 F:      arch/arm/boot/dts/*am5*
7522 F:      arch/arm/boot/dts/*dra7*
7523
7524 OMAP CLOCK FRAMEWORK SUPPORT
7525 M:      Paul Walmsley <paul@pwsan.com>
7526 L:      linux-omap@vger.kernel.org
7527 S:      Maintained
7528 F:      arch/arm/*omap*/*clock*
7529
7530 OMAP POWER MANAGEMENT SUPPORT
7531 M:      Kevin Hilman <khilman@deeprootsystems.com>
7532 L:      linux-omap@vger.kernel.org
7533 S:      Maintained
7534 F:      arch/arm/*omap*/*pm*
7535 F:      drivers/cpufreq/omap-cpufreq.c
7536
7537 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7538 M:      Rajendra Nayak <rnayak@ti.com>
7539 M:      Paul Walmsley <paul@pwsan.com>
7540 L:      linux-omap@vger.kernel.org
7541 S:      Maintained
7542 F:      arch/arm/mach-omap2/prm*
7543
7544 OMAP AUDIO SUPPORT
7545 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7546 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7547 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7548 L:      linux-omap@vger.kernel.org
7549 S:      Maintained
7550 F:      sound/soc/omap/
7551
7552 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7553 M:      Roger Quadros <rogerq@ti.com>
7554 M:      Tony Lindgren <tony@atomide.com>
7555 L:      linux-omap@vger.kernel.org
7556 S:      Maintained
7557 F:      drivers/memory/omap-gpmc.c
7558 F:      arch/arm/mach-omap2/*gpmc*
7559
7560 OMAP FRAMEBUFFER SUPPORT
7561 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7562 L:      linux-fbdev@vger.kernel.org
7563 L:      linux-omap@vger.kernel.org
7564 S:      Maintained
7565 F:      drivers/video/fbdev/omap/
7566
7567 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7568 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7569 L:      linux-omap@vger.kernel.org
7570 L:      linux-fbdev@vger.kernel.org
7571 S:      Maintained
7572 F:      drivers/video/fbdev/omap2/
7573 F:      Documentation/arm/OMAP/DSS
7574
7575 OMAP HARDWARE SPINLOCK SUPPORT
7576 M:      Ohad Ben-Cohen <ohad@wizery.com>
7577 L:      linux-omap@vger.kernel.org
7578 S:      Maintained
7579 F:      drivers/hwspinlock/omap_hwspinlock.c
7580
7581 OMAP MMC SUPPORT
7582 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7583 L:      linux-omap@vger.kernel.org
7584 S:      Maintained
7585 F:      drivers/mmc/host/omap.c
7586
7587 OMAP HS MMC SUPPORT
7588 L:      linux-mmc@vger.kernel.org
7589 L:      linux-omap@vger.kernel.org
7590 S:      Orphan
7591 F:      drivers/mmc/host/omap_hsmmc.c
7592
7593 OMAP RANDOM NUMBER GENERATOR SUPPORT
7594 M:      Deepak Saxena <dsaxena@plexity.net>
7595 S:      Maintained
7596 F:      drivers/char/hw_random/omap-rng.c
7597
7598 OMAP HWMOD SUPPORT
7599 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7600 M:      Paul Walmsley <paul@pwsan.com>
7601 L:      linux-omap@vger.kernel.org
7602 S:      Maintained
7603 F:      arch/arm/mach-omap2/omap_hwmod.*
7604
7605 OMAP HWMOD DATA
7606 M:      Paul Walmsley <paul@pwsan.com>
7607 L:      linux-omap@vger.kernel.org
7608 S:      Maintained
7609 F:      arch/arm/mach-omap2/omap_hwmod*data*
7610
7611 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7612 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7613 L:      linux-omap@vger.kernel.org
7614 S:      Maintained
7615 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7616
7617 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7618 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7619 L:      linux-media@vger.kernel.org
7620 S:      Maintained
7621 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7622 F:      drivers/media/platform/omap3isp/
7623 F:      drivers/staging/media/omap4iss/
7624
7625 OMAP USB SUPPORT
7626 M:      Felipe Balbi <balbi@ti.com>
7627 L:      linux-usb@vger.kernel.org
7628 L:      linux-omap@vger.kernel.org
7629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7630 S:      Maintained
7631 F:      drivers/usb/*/*omap*
7632 F:      arch/arm/*omap*/usb*
7633
7634 OMAP GPIO DRIVER
7635 M:      Javier Martinez Canillas <javier@dowhile0.org>
7636 M:      Santosh Shilimkar <ssantosh@kernel.org>
7637 M:      Kevin Hilman <khilman@deeprootsystems.com>
7638 L:      linux-omap@vger.kernel.org
7639 S:      Maintained
7640 F:      drivers/gpio/gpio-omap.c
7641
7642 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7643 M:      Mark Jackson <mpfj@newflow.co.uk>
7644 L:      linux-omap@vger.kernel.org
7645 S:      Maintained
7646 F:      arch/arm/boot/dts/am335x-nano.dts
7647
7648 OMFS FILESYSTEM
7649 M:      Bob Copeland <me@bobcopeland.com>
7650 L:      linux-karma-devel@lists.sourceforge.net
7651 S:      Maintained
7652 F:      Documentation/filesystems/omfs.txt
7653 F:      fs/omfs/
7654
7655 OMNIKEY CARDMAN 4000 DRIVER
7656 M:      Harald Welte <laforge@gnumonks.org>
7657 S:      Maintained
7658 F:      drivers/char/pcmcia/cm4000_cs.c
7659 F:      include/linux/cm4000_cs.h
7660 F:      include/uapi/linux/cm4000_cs.h
7661
7662 OMNIKEY CARDMAN 4040 DRIVER
7663 M:      Harald Welte <laforge@gnumonks.org>
7664 S:      Maintained
7665 F:      drivers/char/pcmcia/cm4040_cs.*
7666
7667 OMNIVISION OV7670 SENSOR DRIVER
7668 M:      Jonathan Corbet <corbet@lwn.net>
7669 L:      linux-media@vger.kernel.org
7670 T:      git git://linuxtv.org/media_tree.git
7671 S:      Maintained
7672 F:      drivers/media/i2c/ov7670.c
7673
7674 ONENAND FLASH DRIVER
7675 M:      Kyungmin Park <kyungmin.park@samsung.com>
7676 L:      linux-mtd@lists.infradead.org
7677 S:      Maintained
7678 F:      drivers/mtd/onenand/
7679 F:      include/linux/mtd/onenand*.h
7680
7681 ONSTREAM SCSI TAPE DRIVER
7682 M:      Willem Riede <osst@riede.org>
7683 L:      osst-users@lists.sourceforge.net
7684 L:      linux-scsi@vger.kernel.org
7685 S:      Maintained
7686 F:      Documentation/scsi/osst.txt
7687 F:      drivers/scsi/osst.*
7688 F:      drivers/scsi/osst_*.h
7689 F:      drivers/scsi/st.h
7690
7691 OPENCORES I2C BUS DRIVER
7692 M:      Peter Korsgaard <jacmet@sunsite.dk>
7693 L:      linux-i2c@vger.kernel.org
7694 S:      Maintained
7695 F:      Documentation/i2c/busses/i2c-ocores
7696 F:      drivers/i2c/busses/i2c-ocores.c
7697
7698 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7699 M:      Rob Herring <robh+dt@kernel.org>
7700 M:      Frank Rowand <frowand.list@gmail.com>
7701 M:      Grant Likely <grant.likely@linaro.org>
7702 L:      devicetree@vger.kernel.org
7703 W:      http://www.devicetree.org/
7704 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7705 S:      Maintained
7706 F:      drivers/of/
7707 F:      include/linux/of*.h
7708 F:      scripts/dtc/
7709
7710 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7711 M:      Rob Herring <robh+dt@kernel.org>
7712 M:      Pawel Moll <pawel.moll@arm.com>
7713 M:      Mark Rutland <mark.rutland@arm.com>
7714 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7715 M:      Kumar Gala <galak@codeaurora.org>
7716 L:      devicetree@vger.kernel.org
7717 S:      Maintained
7718 F:      Documentation/devicetree/
7719 F:      arch/*/boot/dts/
7720 F:      include/dt-bindings/
7721
7722 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7723 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7724 L:      devicetree@vger.kernel.org
7725 S:      Maintained
7726 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7727 F:      Documentation/devicetree/overlay-notes.txt
7728 F:      drivers/of/overlay.c
7729 F:      drivers/of/resolver.c
7730
7731 OPENRISC ARCHITECTURE
7732 M:      Jonas Bonn <jonas@southpole.se>
7733 W:      http://openrisc.net
7734 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7735 S:      Maintained
7736 T:      git git://openrisc.net/~jonas/linux
7737 F:      arch/openrisc/
7738
7739 OPENVSWITCH
7740 M:      Pravin Shelar <pshelar@nicira.com>
7741 L:      netdev@vger.kernel.org
7742 L:      dev@openvswitch.org
7743 W:      http://openvswitch.org
7744 S:      Maintained
7745 F:      net/openvswitch/
7746 F:      include/uapi/linux/openvswitch.h
7747
7748 OPL4 DRIVER
7749 M:      Clemens Ladisch <clemens@ladisch.de>
7750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7751 T:      git git://git.alsa-project.org/alsa-kernel.git
7752 S:      Maintained
7753 F:      sound/drivers/opl4/
7754
7755 OPROFILE
7756 M:      Robert Richter <rric@kernel.org>
7757 L:      oprofile-list@lists.sf.net
7758 S:      Maintained
7759 F:      arch/*/include/asm/oprofile*.h
7760 F:      arch/*/oprofile/
7761 F:      drivers/oprofile/
7762 F:      include/linux/oprofile.h
7763
7764 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7765 M:      Mark Fasheh <mfasheh@suse.com>
7766 M:      Joel Becker <jlbec@evilplan.org>
7767 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7768 W:      http://ocfs2.wiki.kernel.org
7769 S:      Supported
7770 F:      Documentation/filesystems/ocfs2.txt
7771 F:      Documentation/filesystems/dlmfs.txt
7772 F:      fs/ocfs2/
7773
7774 ORINOCO DRIVER
7775 L:      linux-wireless@vger.kernel.org
7776 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7777 W:      http://www.nongnu.org/orinoco/
7778 S:      Orphan
7779 F:      drivers/net/wireless/orinoco/
7780
7781 OSD LIBRARY and FILESYSTEM
7782 M:      Boaz Harrosh <ooo@electrozaur.com>
7783 M:      Benny Halevy <bhalevy@primarydata.com>
7784 L:      osd-dev@open-osd.org
7785 W:      http://open-osd.org
7786 T:      git git://git.open-osd.org/open-osd.git
7787 S:      Maintained
7788 F:      drivers/scsi/osd/
7789 F:      include/scsi/osd_*
7790 F:      fs/exofs/
7791
7792 OVERLAY FILESYSTEM
7793 M:      Miklos Szeredi <miklos@szeredi.hu>
7794 L:      linux-unionfs@vger.kernel.org
7795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7796 S:      Supported
7797 F:      fs/overlayfs/
7798 F:      Documentation/filesystems/overlayfs.txt
7799
7800 P54 WIRELESS DRIVER
7801 M:      Christian Lamparter <chunkeey@googlemail.com>
7802 L:      linux-wireless@vger.kernel.org
7803 W:      http://wireless.kernel.org/en/users/Drivers/p54
7804 S:      Maintained
7805 F:      drivers/net/wireless/p54/
7806
7807 PA SEMI ETHERNET DRIVER
7808 M:      Olof Johansson <olof@lixom.net>
7809 L:      netdev@vger.kernel.org
7810 S:      Maintained
7811 F:      drivers/net/ethernet/pasemi/*
7812
7813 PA SEMI SMBUS DRIVER
7814 M:      Olof Johansson <olof@lixom.net>
7815 L:      linux-i2c@vger.kernel.org
7816 S:      Maintained
7817 F:      drivers/i2c/busses/i2c-pasemi.c
7818
7819 PADATA PARALLEL EXECUTION MECHANISM
7820 M:      Steffen Klassert <steffen.klassert@secunet.com>
7821 L:      linux-crypto@vger.kernel.org
7822 S:      Maintained
7823 F:      kernel/padata.c
7824 F:      include/linux/padata.h
7825 F:      Documentation/padata.txt
7826
7827 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7828 M:      Harald Welte <laforge@gnumonks.org>
7829 L:      platform-driver-x86@vger.kernel.org
7830 S:      Maintained
7831 F:      drivers/platform/x86/panasonic-laptop.c
7832
7833 PANASONIC MN10300/AM33/AM34 PORT
7834 M:      David Howells <dhowells@redhat.com>
7835 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7836 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7837 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7838 S:      Maintained
7839 F:      Documentation/mn10300/
7840 F:      arch/mn10300/
7841
7842 PARALLEL PORT SUBSYSTEM
7843 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7844 M:      Sudip Mukherjee <sudip@vectorindia.org>
7845 L:      linux-parport@lists.infradead.org (subscribers-only)
7846 S:      Maintained
7847 F:      drivers/parport/
7848 F:      include/linux/parport*.h
7849 F:      drivers/char/ppdev.c
7850 F:      include/uapi/linux/ppdev.h
7851 F:      Documentation/parport*.txt
7852
7853 PARAVIRT_OPS INTERFACE
7854 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7855 M:      Chris Wright <chrisw@sous-sol.org>
7856 M:      Alok Kataria <akataria@vmware.com>
7857 M:      Rusty Russell <rusty@rustcorp.com.au>
7858 L:      virtualization@lists.linux-foundation.org
7859 S:      Supported
7860 F:      Documentation/virtual/paravirt_ops.txt
7861 F:      arch/*/kernel/paravirt*
7862 F:      arch/*/include/asm/paravirt.h
7863
7864 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7865 M:      Tim Waugh <tim@cyberelk.net>
7866 L:      linux-parport@lists.infradead.org (subscribers-only)
7867 S:      Maintained
7868 F:      Documentation/blockdev/paride.txt
7869 F:      drivers/block/paride/
7870
7871 PARISC ARCHITECTURE
7872 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7873 M:      Helge Deller <deller@gmx.de>
7874 L:      linux-parisc@vger.kernel.org
7875 W:      http://www.parisc-linux.org/
7876 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7879 S:      Maintained
7880 F:      arch/parisc/
7881 F:      Documentation/parisc/
7882 F:      drivers/parisc/
7883 F:      drivers/char/agp/parisc-agp.c
7884 F:      drivers/input/serio/gscps2.c
7885 F:      drivers/parport/parport_gsc.*
7886 F:      drivers/tty/serial/8250/8250_gsc.c
7887 F:      drivers/video/fbdev/sti*
7888 F:      drivers/video/console/sti*
7889 F:      drivers/video/logo/logo_parisc*
7890
7891 PC87360 HARDWARE MONITORING DRIVER
7892 M:      Jim Cromie <jim.cromie@gmail.com>
7893 L:      lm-sensors@lm-sensors.org
7894 S:      Maintained
7895 F:      Documentation/hwmon/pc87360
7896 F:      drivers/hwmon/pc87360.c
7897
7898 PC8736x GPIO DRIVER
7899 M:      Jim Cromie <jim.cromie@gmail.com>
7900 S:      Maintained
7901 F:      drivers/char/pc8736x_gpio.c
7902
7903 PC87427 HARDWARE MONITORING DRIVER
7904 M:      Jean Delvare <jdelvare@suse.com>
7905 L:      lm-sensors@lm-sensors.org
7906 S:      Maintained
7907 F:      Documentation/hwmon/pc87427
7908 F:      drivers/hwmon/pc87427.c
7909
7910 PCA9532 LED DRIVER
7911 M:      Riku Voipio <riku.voipio@iki.fi>
7912 S:      Maintained
7913 F:      drivers/leds/leds-pca9532.c
7914 F:      include/linux/leds-pca9532.h
7915
7916 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7917 M:      Guenter Roeck <linux@roeck-us.net>
7918 L:      linux-i2c@vger.kernel.org
7919 S:      Maintained
7920 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7921
7922 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7923 M:      Khalid Aziz <khalid@gonehiking.org>
7924 S:      Maintained
7925 F:      drivers/firmware/pcdp.*
7926
7927 PCI ERROR RECOVERY
7928 M:      Linas Vepstas <linasvepstas@gmail.com>
7929 L:      linux-pci@vger.kernel.org
7930 S:      Supported
7931 F:      Documentation/PCI/pci-error-recovery.txt
7932
7933 PCI SUBSYSTEM
7934 M:      Bjorn Helgaas <bhelgaas@google.com>
7935 L:      linux-pci@vger.kernel.org
7936 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7938 S:      Supported
7939 F:      Documentation/PCI/
7940 F:      drivers/pci/
7941 F:      include/linux/pci*
7942 F:      arch/x86/pci/
7943 F:      arch/x86/kernel/quirks.c
7944
7945 PCI DRIVER FOR ARM VERSATILE PLATFORM
7946 M:      Rob Herring <robh@kernel.org>
7947 L:      linux-pci@vger.kernel.org
7948 L:      linux-arm-kernel@lists.infradead.org
7949 S:      Maintained
7950 F:      Documentation/devicetree/bindings/pci/versatile.txt
7951 F:      drivers/pci/host/pci-versatile.c
7952
7953 PCI DRIVER FOR APPLIEDMICRO XGENE
7954 M:      Tanmay Inamdar <tinamdar@apm.com>
7955 L:      linux-pci@vger.kernel.org
7956 L:      linux-arm-kernel@lists.infradead.org
7957 S:      Maintained
7958 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7959 F:      drivers/pci/host/pci-xgene.c
7960
7961 PCI DRIVER FOR FREESCALE LAYERSCAPE
7962 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7963 M:      Mingkai Hu <mingkai.hu@freescale.com>
7964 M:      Roy Zang <tie-fei.zang@freescale.com>
7965 L:      linuxppc-dev@lists.ozlabs.org
7966 L:      linux-pci@vger.kernel.org
7967 L:      linux-arm-kernel@lists.infradead.org
7968 S:      Maintained
7969 F:      drivers/pci/host/*layerscape*
7970
7971 PCI DRIVER FOR IMX6
7972 M:      Richard Zhu <Richard.Zhu@freescale.com>
7973 M:      Lucas Stach <l.stach@pengutronix.de>
7974 L:      linux-pci@vger.kernel.org
7975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7976 S:      Maintained
7977 F:      drivers/pci/host/*imx6*
7978
7979 PCI DRIVER FOR TI KEYSTONE
7980 M:      Murali Karicheri <m-karicheri2@ti.com>
7981 L:      linux-pci@vger.kernel.org
7982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7983 S:      Maintained
7984 F:      drivers/pci/host/*keystone*
7985
7986 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7987 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7988 M:      Jason Cooper <jason@lakedaemon.net>
7989 L:      linux-pci@vger.kernel.org
7990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7991 S:      Maintained
7992 F:      drivers/pci/host/*mvebu*
7993
7994 PCI DRIVER FOR NVIDIA TEGRA
7995 M:      Thierry Reding <thierry.reding@gmail.com>
7996 L:      linux-tegra@vger.kernel.org
7997 L:      linux-pci@vger.kernel.org
7998 S:      Supported
7999 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
8000 F:      drivers/pci/host/pci-tegra.c
8001
8002 PCI DRIVER FOR TI DRA7XX
8003 M:      Kishon Vijay Abraham I <kishon@ti.com>
8004 L:      linux-omap@vger.kernel.org
8005 L:      linux-pci@vger.kernel.org
8006 S:      Supported
8007 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
8008 F:      drivers/pci/host/pci-dra7xx.c
8009
8010 PCI DRIVER FOR RENESAS R-CAR
8011 M:      Simon Horman <horms@verge.net.au>
8012 L:      linux-pci@vger.kernel.org
8013 L:      linux-sh@vger.kernel.org
8014 S:      Maintained
8015 F:      drivers/pci/host/*rcar*
8016
8017 PCI DRIVER FOR SAMSUNG EXYNOS
8018 M:      Jingoo Han <jingoohan1@gmail.com>
8019 L:      linux-pci@vger.kernel.org
8020 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8021 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8022 S:      Maintained
8023 F:      drivers/pci/host/pci-exynos.c
8024
8025 PCI DRIVER FOR SYNOPSIS DESIGNWARE
8026 M:      Jingoo Han <jingoohan1@gmail.com>
8027 M:      Pratyush Anand <pratyush.anand@gmail.com>
8028 L:      linux-pci@vger.kernel.org
8029 S:      Maintained
8030 F:      drivers/pci/host/*designware*
8031
8032 PCI DRIVER FOR GENERIC OF HOSTS
8033 M:      Will Deacon <will.deacon@arm.com>
8034 L:      linux-pci@vger.kernel.org
8035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8036 S:      Maintained
8037 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
8038 F:      drivers/pci/host/pci-host-generic.c
8039
8040 PCIE DRIVER FOR ST SPEAR13XX
8041 M:      Pratyush Anand <pratyush.anand@gmail.com>
8042 L:      linux-pci@vger.kernel.org
8043 S:      Maintained
8044 F:      drivers/pci/host/*spear*
8045
8046 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
8047 M:      Duc Dang <dhdang@apm.com>
8048 L:      linux-pci@vger.kernel.org
8049 L:      linux-arm-kernel@lists.infradead.org
8050 S:      Maintained
8051 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
8052 F:      drivers/pci/host/pci-xgene-msi.c
8053
8054 PCMCIA SUBSYSTEM
8055 P:      Linux PCMCIA Team
8056 L:      linux-pcmcia@lists.infradead.org
8057 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
8058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
8059 S:      Maintained
8060 F:      Documentation/pcmcia/
8061 F:      drivers/pcmcia/
8062 F:      include/pcmcia/
8063
8064 PCNET32 NETWORK DRIVER
8065 M:      Don Fry <pcnet32@frontier.com>
8066 L:      netdev@vger.kernel.org
8067 S:      Maintained
8068 F:      drivers/net/ethernet/amd/pcnet32.c
8069
8070 PCRYPT PARALLEL CRYPTO ENGINE
8071 M:      Steffen Klassert <steffen.klassert@secunet.com>
8072 L:      linux-crypto@vger.kernel.org
8073 S:      Maintained
8074 F:      crypto/pcrypt.c
8075 F:      include/crypto/pcrypt.h
8076
8077 PER-CPU MEMORY ALLOCATOR
8078 M:      Tejun Heo <tj@kernel.org>
8079 M:      Christoph Lameter <cl@linux-foundation.org>
8080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8081 S:      Maintained
8082 F:      include/linux/percpu*.h
8083 F:      mm/percpu*.c
8084 F:      arch/*/include/asm/percpu.h
8085
8086 PER-TASK DELAY ACCOUNTING
8087 M:      Balbir Singh <bsingharora@gmail.com>
8088 S:      Maintained
8089 F:      include/linux/delayacct.h
8090 F:      kernel/delayacct.c
8091
8092 PERFORMANCE EVENTS SUBSYSTEM
8093 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8094 M:      Ingo Molnar <mingo@redhat.com>
8095 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8096 L:      linux-kernel@vger.kernel.org
8097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8098 S:      Supported
8099 F:      kernel/events/*
8100 F:      include/linux/perf_event.h
8101 F:      include/uapi/linux/perf_event.h
8102 F:      arch/*/kernel/perf_event*.c
8103 F:      arch/*/kernel/*/perf_event*.c
8104 F:      arch/*/kernel/*/*/perf_event*.c
8105 F:      arch/*/include/asm/perf_event.h
8106 F:      arch/*/kernel/perf_callchain.c
8107 F:      tools/perf/
8108
8109 PERSONALITY HANDLING
8110 M:      Christoph Hellwig <hch@infradead.org>
8111 L:      linux-abi-devel@lists.sourceforge.net
8112 S:      Maintained
8113 F:      include/linux/personality.h
8114 F:      include/uapi/linux/personality.h
8115
8116 PHONET PROTOCOL
8117 M:      Remi Denis-Courmont <courmisch@gmail.com>
8118 S:      Supported
8119 F:      Documentation/networking/phonet.txt
8120 F:      include/linux/phonet.h
8121 F:      include/net/phonet/
8122 F:      include/uapi/linux/phonet.h
8123 F:      net/phonet/
8124
8125 PHRAM MTD DRIVER
8126 M:      Joern Engel <joern@lazybastard.org>
8127 L:      linux-mtd@lists.infradead.org
8128 S:      Maintained
8129 F:      drivers/mtd/devices/phram.c
8130
8131 PICOLCD HID DRIVER
8132 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8133 L:      linux-input@vger.kernel.org
8134 S:      Maintained
8135 F:      drivers/hid/hid-picolcd*
8136
8137 PICOXCELL SUPPORT
8138 M:      Jamie Iles <jamie@jamieiles.com>
8139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8140 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8141 S:      Supported
8142 F:      arch/arm/boot/dts/picoxcell*
8143 F:      arch/arm/mach-picoxcell/
8144 F:      drivers/crypto/picoxcell*
8145
8146 PIN CONTROL SUBSYSTEM
8147 M:      Linus Walleij <linus.walleij@linaro.org>
8148 L:      linux-gpio@vger.kernel.org
8149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8150 S:      Maintained
8151 F:      drivers/pinctrl/
8152 F:      include/linux/pinctrl/
8153
8154 PIN CONTROLLER - ATMEL AT91
8155 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8157 S:      Maintained
8158 F:      drivers/pinctrl/pinctrl-at91.*
8159
8160 PIN CONTROLLER - INTEL
8161 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8162 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8163 S:      Maintained
8164 F:      drivers/pinctrl/intel/
8165
8166 PIN CONTROLLER - RENESAS
8167 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8168 L:      linux-sh@vger.kernel.org
8169 S:      Maintained
8170 F:      drivers/pinctrl/sh-pfc/
8171
8172 PIN CONTROLLER - SAMSUNG
8173 M:      Tomasz Figa <tomasz.figa@gmail.com>
8174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8175 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8176 S:      Maintained
8177 F:      drivers/pinctrl/samsung/
8178
8179 PIN CONTROLLER - ST SPEAR
8180 M:      Viresh Kumar <vireshk@kernel.org>
8181 L:      spear-devel@list.st.com
8182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8183 W:      http://www.st.com/spear
8184 S:      Maintained
8185 F:      drivers/pinctrl/spear/
8186
8187 PKTCDVD DRIVER
8188 M:      Jiri Kosina <jikos@kernel.org>
8189 S:      Maintained
8190 F:      drivers/block/pktcdvd.c
8191 F:      include/linux/pktcdvd.h
8192 F:      include/uapi/linux/pktcdvd.h
8193
8194 PKUNITY SOC DRIVERS
8195 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8196 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8197 S:      Maintained
8198 T:      git git://github.com/gxt/linux.git
8199 F:      drivers/input/serio/i8042-unicore32io.h
8200 F:      drivers/i2c/busses/i2c-puv3.c
8201 F:      drivers/video/fbdev/fb-puv3.c
8202 F:      drivers/rtc/rtc-puv3.c
8203
8204 PMBUS HARDWARE MONITORING DRIVERS
8205 M:      Guenter Roeck <linux@roeck-us.net>
8206 L:      lm-sensors@lm-sensors.org
8207 W:      http://www.lm-sensors.org/
8208 W:      http://www.roeck-us.net/linux/drivers/
8209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8210 S:      Maintained
8211 F:      Documentation/hwmon/pmbus
8212 F:      drivers/hwmon/pmbus/
8213 F:      include/linux/i2c/pmbus.h
8214
8215 PMC SIERRA MaxRAID DRIVER
8216 L:      linux-scsi@vger.kernel.org
8217 W:      http://www.pmc-sierra.com/
8218 S:      Orphan
8219 F:      drivers/scsi/pmcraid.*
8220
8221 PMC SIERRA PM8001 DRIVER
8222 M:      Jack Wang <jinpu.wang@profitbricks.com>
8223 M:      lindar_liu@usish.com
8224 L:      pmchba@pmcs.com
8225 L:      linux-scsi@vger.kernel.org
8226 S:      Supported
8227 F:      drivers/scsi/pm8001/
8228
8229 POSIX CLOCKS and TIMERS
8230 M:      Thomas Gleixner <tglx@linutronix.de>
8231 L:      linux-kernel@vger.kernel.org
8232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8233 S:      Maintained
8234 F:      fs/timerfd.c
8235 F:      include/linux/timer*
8236 F:      kernel/time/*timer*
8237
8238 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8239 M:      Sebastian Reichel <sre@kernel.org>
8240 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8241 M:      David Woodhouse <dwmw2@infradead.org>
8242 L:      linux-pm@vger.kernel.org
8243 T:      git git://git.infradead.org/battery-2.6.git
8244 S:      Maintained
8245 F:      include/linux/power_supply.h
8246 F:      drivers/power/
8247 X:      drivers/power/avs/
8248
8249 POWER STATE COORDINATION INTERFACE (PSCI)
8250 M:      Mark Rutland <mark.rutland@arm.com>
8251 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8252 L:      linux-arm-kernel@lists.infradead.org
8253 S:      Maintained
8254 F:      drivers/firmware/psci.c
8255 F:      include/linux/psci.h
8256 F:      include/uapi/linux/psci.h
8257
8258 PNP SUPPORT
8259 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8260 S:      Maintained
8261 F:      drivers/pnp/
8262
8263 PNXxxxx I2C DRIVER
8264 M:      Vitaly Wool <vitalywool@gmail.com>
8265 L:      linux-i2c@vger.kernel.org
8266 S:      Maintained
8267 F:      drivers/i2c/busses/i2c-pnx.c
8268
8269 PPP PROTOCOL DRIVERS AND COMPRESSORS
8270 M:      Paul Mackerras <paulus@samba.org>
8271 L:      linux-ppp@vger.kernel.org
8272 S:      Maintained
8273 F:      drivers/net/ppp/ppp_*
8274
8275 PPP OVER ATM (RFC 2364)
8276 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8277 S:      Maintained
8278 F:      net/atm/pppoatm.c
8279 F:      include/uapi/linux/atmppp.h
8280
8281 PPP OVER ETHERNET
8282 M:      Michal Ostrowski <mostrows@earthlink.net>
8283 S:      Maintained
8284 F:      drivers/net/ppp/pppoe.c
8285 F:      drivers/net/ppp/pppox.c
8286
8287 PPP OVER L2TP
8288 M:      James Chapman <jchapman@katalix.com>
8289 S:      Maintained
8290 F:      net/l2tp/l2tp_ppp.c
8291 F:      include/linux/if_pppol2tp.h
8292 F:      include/uapi/linux/if_pppol2tp.h
8293
8294 PPS SUPPORT
8295 M:      Rodolfo Giometti <giometti@enneenne.com>
8296 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8297 L:      linuxpps@ml.enneenne.com (subscribers-only)
8298 S:      Maintained
8299 F:      Documentation/pps/
8300 F:      drivers/pps/
8301 F:      include/linux/pps*.h
8302
8303 PPTP DRIVER
8304 M:      Dmitry Kozlov <xeb@mail.ru>
8305 L:      netdev@vger.kernel.org
8306 S:      Maintained
8307 F:      drivers/net/ppp/pptp.c
8308 W:      http://sourceforge.net/projects/accel-pptp
8309
8310 PREEMPTIBLE KERNEL
8311 M:      Robert Love <rml@tech9.net>
8312 L:      kpreempt-tech@lists.sourceforge.net
8313 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8314 S:      Supported
8315 F:      Documentation/preempt-locking.txt
8316 F:      include/linux/preempt.h
8317
8318 PRISM54 WIRELESS DRIVER
8319 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8320 L:      linux-wireless@vger.kernel.org
8321 W:      http://wireless.kernel.org/en/users/Drivers/p54
8322 S:      Obsolete
8323 F:      drivers/net/wireless/prism54/
8324
8325 PS3 NETWORK SUPPORT
8326 M:      Geoff Levand <geoff@infradead.org>
8327 L:      netdev@vger.kernel.org
8328 L:      linuxppc-dev@lists.ozlabs.org
8329 S:      Maintained
8330 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8331
8332 PS3 PLATFORM SUPPORT
8333 M:      Geoff Levand <geoff@infradead.org>
8334 L:      linuxppc-dev@lists.ozlabs.org
8335 S:      Maintained
8336 F:      arch/powerpc/boot/ps3*
8337 F:      arch/powerpc/include/asm/lv1call.h
8338 F:      arch/powerpc/include/asm/ps3*.h
8339 F:      arch/powerpc/platforms/ps3/
8340 F:      drivers/*/ps3*
8341 F:      drivers/ps3/
8342 F:      drivers/rtc/rtc-ps3.c
8343 F:      drivers/usb/host/*ps3.c
8344 F:      sound/ppc/snd_ps3*
8345
8346 PS3VRAM DRIVER
8347 M:      Jim Paris <jim@jtan.com>
8348 M:      Geoff Levand <geoff@infradead.org>
8349 L:      linuxppc-dev@lists.ozlabs.org
8350 S:      Maintained
8351 F:      drivers/block/ps3vram.c
8352
8353 PSTORE FILESYSTEM
8354 M:      Anton Vorontsov <anton@enomsg.org>
8355 M:      Colin Cross <ccross@android.com>
8356 M:      Kees Cook <keescook@chromium.org>
8357 M:      Tony Luck <tony.luck@intel.com>
8358 S:      Maintained
8359 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8360 F:      fs/pstore/
8361 F:      include/linux/pstore*
8362 F:      drivers/firmware/efi/efi-pstore.c
8363 F:      drivers/acpi/apei/erst.c
8364
8365 PTP HARDWARE CLOCK SUPPORT
8366 M:      Richard Cochran <richardcochran@gmail.com>
8367 L:      netdev@vger.kernel.org
8368 S:      Maintained
8369 W:      http://linuxptp.sourceforge.net/
8370 F:      Documentation/ABI/testing/sysfs-ptp
8371 F:      Documentation/ptp/*
8372 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8373 F:      drivers/net/phy/dp83640*
8374 F:      drivers/ptp/*
8375 F:      include/linux/ptp_cl*
8376
8377 PTRACE SUPPORT
8378 M:      Roland McGrath <roland@hack.frob.com>
8379 M:      Oleg Nesterov <oleg@redhat.com>
8380 S:      Maintained
8381 F:      include/asm-generic/syscall.h
8382 F:      include/linux/ptrace.h
8383 F:      include/linux/regset.h
8384 F:      include/linux/tracehook.h
8385 F:      include/uapi/linux/ptrace.h
8386 F:      kernel/ptrace.c
8387
8388 PVRUSB2 VIDEO4LINUX DRIVER
8389 M:      Mike Isely <isely@pobox.com>
8390 L:      pvrusb2@isely.net       (subscribers-only)
8391 L:      linux-media@vger.kernel.org
8392 W:      http://www.isely.net/pvrusb2/
8393 T:      git git://linuxtv.org/media_tree.git
8394 S:      Maintained
8395 F:      Documentation/video4linux/README.pvrusb2
8396 F:      drivers/media/usb/pvrusb2/
8397
8398 PWC WEBCAM DRIVER
8399 M:      Hans de Goede <hdegoede@redhat.com>
8400 L:      linux-media@vger.kernel.org
8401 T:      git git://linuxtv.org/media_tree.git
8402 S:      Maintained
8403 F:      drivers/media/usb/pwc/*
8404
8405 PWM FAN DRIVER
8406 M:      Kamil Debski <k.debski@samsung.com>
8407 L:      lm-sensors@lm-sensors.org
8408 S:      Supported
8409 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8410 F:      Documentation/hwmon/pwm-fan
8411 F:      drivers/hwmon/pwm-fan.c
8412
8413 PWM SUBSYSTEM
8414 M:      Thierry Reding <thierry.reding@gmail.com>
8415 L:      linux-pwm@vger.kernel.org
8416 S:      Maintained
8417 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8418 F:      Documentation/pwm.txt
8419 F:      Documentation/devicetree/bindings/pwm/
8420 F:      include/linux/pwm.h
8421 F:      drivers/pwm/
8422 F:      drivers/video/backlight/pwm_bl.c
8423 F:      include/linux/pwm_backlight.h
8424
8425 PXA2xx/PXA3xx SUPPORT
8426 M:      Daniel Mack <daniel@zonque.org>
8427 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8428 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8429 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8430 T:      git git://github.com/hzhuang1/linux.git
8431 T:      git git://github.com/rjarzmik/linux.git
8432 S:      Maintained
8433 F:      arch/arm/mach-pxa/
8434 F:      drivers/dma/pxa*
8435 F:      drivers/pcmcia/pxa2xx*
8436 F:      drivers/spi/spi-pxa2xx*
8437 F:      drivers/usb/gadget/udc/pxa2*
8438 F:      include/sound/pxa2xx-lib.h
8439 F:      sound/arm/pxa*
8440 F:      sound/soc/pxa/
8441
8442 PXA3xx NAND FLASH DRIVER
8443 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8444 L:      linux-mtd@lists.infradead.org
8445 S:      Maintained
8446 F:      drivers/mtd/nand/pxa3xx_nand.c
8447
8448 MMP SUPPORT
8449 M:      Eric Miao <eric.y.miao@gmail.com>
8450 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8452 T:      git git://github.com/hzhuang1/linux.git
8453 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8454 S:      Maintained
8455 F:      arch/arm/mach-mmp/
8456
8457 PXA MMCI DRIVER
8458 S:      Orphan
8459
8460 PXA RTC DRIVER
8461 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8462 L:      rtc-linux@googlegroups.com
8463 S:      Maintained
8464
8465 QAT DRIVER
8466 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8467 L:      qat-linux@intel.com
8468 S:      Supported
8469 F:      drivers/crypto/qat/
8470
8471 QIB DRIVER
8472 M:      Mike Marciniszyn <infinipath@intel.com>
8473 L:      linux-rdma@vger.kernel.org
8474 S:      Supported
8475 F:      drivers/infiniband/hw/qib/
8476
8477 QLOGIC QLA1280 SCSI DRIVER
8478 M:      Michael Reed <mdr@sgi.com>
8479 L:      linux-scsi@vger.kernel.org
8480 S:      Maintained
8481 F:      drivers/scsi/qla1280.[ch]
8482
8483 QLOGIC QLA2XXX FC-SCSI DRIVER
8484 M:      qla2xxx-upstream@qlogic.com
8485 L:      linux-scsi@vger.kernel.org
8486 S:      Supported
8487 F:      Documentation/scsi/LICENSE.qla2xxx
8488 F:      drivers/scsi/qla2xxx/
8489
8490 QLOGIC QLA4XXX iSCSI DRIVER
8491 M:      QLogic-Storage-Upstream@qlogic.com
8492 L:      linux-scsi@vger.kernel.org
8493 S:      Supported
8494 F:      Documentation/scsi/LICENSE.qla4xxx
8495 F:      drivers/scsi/qla4xxx/
8496
8497 QLOGIC QLA3XXX NETWORK DRIVER
8498 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8499 M:      Ron Mercer <ron.mercer@qlogic.com>
8500 M:      linux-driver@qlogic.com
8501 L:      netdev@vger.kernel.org
8502 S:      Supported
8503 F:      Documentation/networking/LICENSE.qla3xxx
8504 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8505
8506 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8507 M:      Dept-GELinuxNICDev@qlogic.com
8508 L:      netdev@vger.kernel.org
8509 S:      Supported
8510 F:      drivers/net/ethernet/qlogic/qlcnic/
8511
8512 QLOGIC QLGE 10Gb ETHERNET DRIVER
8513 M:      Harish Patil <harish.patil@qlogic.com>
8514 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8515 M:      Dept-GELinuxNICDev@qlogic.com
8516 M:      linux-driver@qlogic.com
8517 L:      netdev@vger.kernel.org
8518 S:      Supported
8519 F:      drivers/net/ethernet/qlogic/qlge/
8520
8521 QNX4 FILESYSTEM
8522 M:      Anders Larsen <al@alarsen.net>
8523 W:      http://www.alarsen.net/linux/qnx4fs/
8524 S:      Maintained
8525 F:      fs/qnx4/
8526 F:      include/uapi/linux/qnx4_fs.h
8527 F:      include/uapi/linux/qnxtypes.h
8528
8529 QT1010 MEDIA DRIVER
8530 M:      Antti Palosaari <crope@iki.fi>
8531 L:      linux-media@vger.kernel.org
8532 W:      http://linuxtv.org/
8533 W:      http://palosaari.fi/linux/
8534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8535 T:      git git://linuxtv.org/anttip/media_tree.git
8536 S:      Maintained
8537 F:      drivers/media/tuners/qt1010*
8538
8539 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8540 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8541 L:      linux-wireless@vger.kernel.org
8542 L:      ath9k-devel@lists.ath9k.org
8543 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8544 S:      Supported
8545 F:      drivers/net/wireless/ath/ath9k/
8546
8547 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8548 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8549 L:      ath10k@lists.infradead.org
8550 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8551 T:      git git://github.com/kvalo/ath.git
8552 S:      Supported
8553 F:      drivers/net/wireless/ath/ath10k/
8554
8555 QUALCOMM HEXAGON ARCHITECTURE
8556 M:      Richard Kuo <rkuo@codeaurora.org>
8557 L:      linux-hexagon@vger.kernel.org
8558 S:      Supported
8559 F:      arch/hexagon/
8560
8561 QUALCOMM WCN36XX WIRELESS DRIVER
8562 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8563 L:      wcn36xx@lists.infradead.org
8564 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8565 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8566 S:      Supported
8567 F:      drivers/net/wireless/ath/wcn36xx/
8568
8569 RADOS BLOCK DEVICE (RBD)
8570 M:      Ilya Dryomov <idryomov@gmail.com>
8571 M:      Sage Weil <sage@redhat.com>
8572 M:      Alex Elder <elder@kernel.org>
8573 L:      ceph-devel@vger.kernel.org
8574 W:      http://ceph.com/
8575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8576 T:      git git://github.com/ceph/ceph-client.git
8577 S:      Supported
8578 F:      Documentation/ABI/testing/sysfs-bus-rbd
8579 F:      drivers/block/rbd.c
8580 F:      drivers/block/rbd_types.h
8581
8582 RADEON FRAMEBUFFER DISPLAY DRIVER
8583 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8584 L:      linux-fbdev@vger.kernel.org
8585 S:      Maintained
8586 F:      drivers/video/fbdev/aty/radeon*
8587 F:      include/uapi/linux/radeonfb.h
8588
8589 RADIOSHARK RADIO DRIVER
8590 M:      Hans de Goede <hdegoede@redhat.com>
8591 L:      linux-media@vger.kernel.org
8592 T:      git git://linuxtv.org/media_tree.git
8593 S:      Maintained
8594 F:      drivers/media/radio/radio-shark.c
8595
8596 RADIOSHARK2 RADIO DRIVER
8597 M:      Hans de Goede <hdegoede@redhat.com>
8598 L:      linux-media@vger.kernel.org
8599 T:      git git://linuxtv.org/media_tree.git
8600 S:      Maintained
8601 F:      drivers/media/radio/radio-shark2.c
8602 F:      drivers/media/radio/radio-tea5777.c
8603
8604 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8605 M:      Paul Mackerras <paulus@samba.org>
8606 L:      linux-fbdev@vger.kernel.org
8607 S:      Maintained
8608 F:      drivers/video/fbdev/aty/aty128fb.c
8609
8610 RALINK RT2X00 WIRELESS LAN DRIVER
8611 P:      rt2x00 project
8612 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8613 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8614 L:      linux-wireless@vger.kernel.org
8615 S:      Maintained
8616 F:      drivers/net/wireless/rt2x00/
8617
8618 RAMDISK RAM BLOCK DEVICE DRIVER
8619 M:      Jens Axboe <axboe@kernel.dk>
8620 S:      Maintained
8621 F:      Documentation/blockdev/ramdisk.txt
8622 F:      drivers/block/brd.c
8623
8624 RANDOM NUMBER DRIVER
8625 M:      "Theodore Ts'o" <tytso@mit.edu>
8626 S:      Maintained
8627 F:      drivers/char/random.c
8628
8629 RAPIDIO SUBSYSTEM
8630 M:      Matt Porter <mporter@kernel.crashing.org>
8631 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8632 S:      Maintained
8633 F:      drivers/rapidio/
8634
8635 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8636 L:      linux-wireless@vger.kernel.org
8637 S:      Orphan
8638 F:      drivers/net/wireless/ray*
8639
8640 RCUTORTURE MODULE
8641 M:      Josh Triplett <josh@joshtriplett.org>
8642 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8643 L:      linux-kernel@vger.kernel.org
8644 S:      Supported
8645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8646 F:      Documentation/RCU/torture.txt
8647 F:      kernel/rcu/rcutorture.c
8648
8649 RCUTORTURE TEST FRAMEWORK
8650 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8651 M:      Josh Triplett <josh@joshtriplett.org>
8652 R:      Steven Rostedt <rostedt@goodmis.org>
8653 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8654 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8655 L:      linux-kernel@vger.kernel.org
8656 S:      Supported
8657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8658 F:      tools/testing/selftests/rcutorture
8659
8660 RDC R-321X SoC
8661 M:      Florian Fainelli <florian@openwrt.org>
8662 S:      Maintained
8663
8664 RDC R6040 FAST ETHERNET DRIVER
8665 M:      Florian Fainelli <florian@openwrt.org>
8666 L:      netdev@vger.kernel.org
8667 S:      Maintained
8668 F:      drivers/net/ethernet/rdc/r6040.c
8669
8670 RDS - RELIABLE DATAGRAM SOCKETS
8671 M:      Chien Yen <chien.yen@oracle.com>
8672 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8673 S:      Supported
8674 F:      net/rds/
8675
8676 READ-COPY UPDATE (RCU)
8677 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8678 M:      Josh Triplett <josh@joshtriplett.org>
8679 R:      Steven Rostedt <rostedt@goodmis.org>
8680 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8681 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8682 L:      linux-kernel@vger.kernel.org
8683 W:      http://www.rdrop.com/users/paulmck/RCU/
8684 S:      Supported
8685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8686 F:      Documentation/RCU/
8687 X:      Documentation/RCU/torture.txt
8688 F:      include/linux/rcu*
8689 X:      include/linux/srcu.h
8690 F:      kernel/rcu/
8691 X:      kernel/torture.c
8692
8693 REAL TIME CLOCK (RTC) SUBSYSTEM
8694 M:      Alessandro Zummo <a.zummo@towertech.it>
8695 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8696 L:      rtc-linux@googlegroups.com
8697 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8699 S:      Maintained
8700 F:      Documentation/rtc.txt
8701 F:      drivers/rtc/
8702 F:      include/linux/rtc.h
8703 F:      include/uapi/linux/rtc.h
8704
8705 REALTEK AUDIO CODECS
8706 M:      Bard Liao <bardliao@realtek.com>
8707 M:      Oder Chiou <oder_chiou@realtek.com>
8708 S:      Maintained
8709 F:      sound/soc/codecs/rt*
8710 F:      include/sound/rt*.h
8711
8712 REISERFS FILE SYSTEM
8713 L:      reiserfs-devel@vger.kernel.org
8714 S:      Supported
8715 F:      fs/reiserfs/
8716
8717 REGISTER MAP ABSTRACTION
8718 M:      Mark Brown <broonie@kernel.org>
8719 L:      linux-kernel@vger.kernel.org
8720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8721 S:      Supported
8722 F:      drivers/base/regmap/
8723 F:      include/linux/regmap.h
8724
8725 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8726 M:      Ohad Ben-Cohen <ohad@wizery.com>
8727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8728 S:      Maintained
8729 F:      drivers/remoteproc/
8730 F:      Documentation/remoteproc.txt
8731 F:      include/linux/remoteproc.h
8732
8733 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8734 M:      Ohad Ben-Cohen <ohad@wizery.com>
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8736 S:      Maintained
8737 F:      drivers/rpmsg/
8738 F:      Documentation/rpmsg.txt
8739 F:      include/linux/rpmsg.h
8740
8741 RESET CONTROLLER FRAMEWORK
8742 M:      Philipp Zabel <p.zabel@pengutronix.de>
8743 S:      Maintained
8744 F:      drivers/reset/
8745 F:      Documentation/devicetree/bindings/reset/
8746 F:      include/dt-bindings/reset/
8747 F:      include/linux/reset.h
8748 F:      include/linux/reset-controller.h
8749
8750 RFKILL
8751 M:      Johannes Berg <johannes@sipsolutions.net>
8752 L:      linux-wireless@vger.kernel.org
8753 W:      http://wireless.kernel.org/
8754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8756 S:      Maintained
8757 F:      Documentation/rfkill.txt
8758 F:      net/rfkill/
8759
8760 RHASHTABLE
8761 M:      Thomas Graf <tgraf@suug.ch>
8762 L:      netdev@vger.kernel.org
8763 S:      Maintained
8764 F:      lib/rhashtable.c
8765 F:      include/linux/rhashtable.h
8766
8767 RICOH SMARTMEDIA/XD DRIVER
8768 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8769 S:      Maintained
8770 F:      drivers/mtd/nand/r852.c
8771 F:      drivers/mtd/nand/r852.h
8772
8773 RICOH R5C592 MEMORYSTICK DRIVER
8774 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8775 S:      Maintained
8776 F:      drivers/memstick/host/r592.*
8777
8778 ROCCAT DRIVERS
8779 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8780 W:      http://sourceforge.net/projects/roccat/
8781 S:      Maintained
8782 F:      drivers/hid/hid-roccat*
8783 F:      include/linux/hid-roccat*
8784 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8785
8786 ROCKER DRIVER
8787 M:      Jiri Pirko <jiri@resnulli.us>
8788 M:      Scott Feldman <sfeldma@gmail.com>
8789 L:      netdev@vger.kernel.org
8790 S:      Supported
8791 F:      drivers/net/ethernet/rocker/
8792
8793 ROCKETPORT DRIVER
8794 P:      Comtrol Corp.
8795 W:      http://www.comtrol.com
8796 S:      Maintained
8797 F:      Documentation/serial/rocket.txt
8798 F:      drivers/tty/rocket*
8799
8800 ROCKETPORT EXPRESS/INFINITY DRIVER
8801 M:      Kevin Cernekee <cernekee@gmail.com>
8802 L:      linux-serial@vger.kernel.org
8803 S:      Odd Fixes
8804 F:      drivers/tty/serial/rp2.*
8805
8806 ROSE NETWORK LAYER
8807 M:      Ralf Baechle <ralf@linux-mips.org>
8808 L:      linux-hams@vger.kernel.org
8809 W:      http://www.linux-ax25.org/
8810 S:      Maintained
8811 F:      include/net/rose.h
8812 F:      include/uapi/linux/rose.h
8813 F:      net/rose/
8814
8815 RTL2830 MEDIA DRIVER
8816 M:      Antti Palosaari <crope@iki.fi>
8817 L:      linux-media@vger.kernel.org
8818 W:      http://linuxtv.org/
8819 W:      http://palosaari.fi/linux/
8820 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8821 T:      git git://linuxtv.org/anttip/media_tree.git
8822 S:      Maintained
8823 F:      drivers/media/dvb-frontends/rtl2830*
8824
8825 RTL2832 MEDIA DRIVER
8826 M:      Antti Palosaari <crope@iki.fi>
8827 L:      linux-media@vger.kernel.org
8828 W:      http://linuxtv.org/
8829 W:      http://palosaari.fi/linux/
8830 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8831 T:      git git://linuxtv.org/anttip/media_tree.git
8832 S:      Maintained
8833 F:      drivers/media/dvb-frontends/rtl2832*
8834
8835 RTL2832_SDR MEDIA DRIVER
8836 M:      Antti Palosaari <crope@iki.fi>
8837 L:      linux-media@vger.kernel.org
8838 W:      http://linuxtv.org/
8839 W:      http://palosaari.fi/linux/
8840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8841 T:      git git://linuxtv.org/anttip/media_tree.git
8842 S:      Maintained
8843 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8844
8845 RTL8180 WIRELESS DRIVER
8846 L:      linux-wireless@vger.kernel.org
8847 W:      http://wireless.kernel.org/
8848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8849 S:      Orphan
8850 F:      drivers/net/wireless/rtl818x/rtl8180/
8851
8852 RTL8187 WIRELESS DRIVER
8853 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8854 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8855 M:      Larry Finger <Larry.Finger@lwfinger.net>
8856 L:      linux-wireless@vger.kernel.org
8857 W:      http://wireless.kernel.org/
8858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8859 S:      Maintained
8860 F:      drivers/net/wireless/rtl818x/rtl8187/
8861
8862 RTL8192CE WIRELESS DRIVER
8863 M:      Larry Finger <Larry.Finger@lwfinger.net>
8864 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8865 L:      linux-wireless@vger.kernel.org
8866 W:      http://wireless.kernel.org/
8867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8868 S:      Maintained
8869 F:      drivers/net/wireless/rtlwifi/
8870 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8871
8872 S3 SAVAGE FRAMEBUFFER DRIVER
8873 M:      Antonino Daplas <adaplas@gmail.com>
8874 L:      linux-fbdev@vger.kernel.org
8875 S:      Maintained
8876 F:      drivers/video/fbdev/savage/
8877
8878 S390
8879 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8880 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8881 L:      linux-s390@vger.kernel.org
8882 W:      http://www.ibm.com/developerworks/linux/linux390/
8883 S:      Supported
8884 F:      arch/s390/
8885 F:      drivers/s390/
8886 F:      Documentation/s390/
8887 F:      Documentation/DocBook/s390*
8888
8889 S390 COMMON I/O LAYER
8890 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8891 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8892 L:      linux-s390@vger.kernel.org
8893 W:      http://www.ibm.com/developerworks/linux/linux390/
8894 S:      Supported
8895 F:      drivers/s390/cio/
8896
8897 S390 DASD DRIVER
8898 M:      Stefan Weinhuber <wein@de.ibm.com>
8899 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8900 L:      linux-s390@vger.kernel.org
8901 W:      http://www.ibm.com/developerworks/linux/linux390/
8902 S:      Supported
8903 F:      drivers/s390/block/dasd*
8904 F:      block/partitions/ibm.c
8905
8906 S390 NETWORK DRIVERS
8907 M:      Ursula Braun <ursula.braun@de.ibm.com>
8908 L:      linux-s390@vger.kernel.org
8909 W:      http://www.ibm.com/developerworks/linux/linux390/
8910 S:      Supported
8911 F:      drivers/s390/net/
8912
8913 S390 PCI SUBSYSTEM
8914 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8915 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8916 L:      linux-s390@vger.kernel.org
8917 W:      http://www.ibm.com/developerworks/linux/linux390/
8918 S:      Supported
8919 F:      arch/s390/pci/
8920 F:      drivers/pci/hotplug/s390_pci_hpc.c
8921
8922 S390 ZCRYPT DRIVER
8923 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8924 L:      linux-s390@vger.kernel.org
8925 W:      http://www.ibm.com/developerworks/linux/linux390/
8926 S:      Supported
8927 F:      drivers/s390/crypto/
8928
8929 S390 ZFCP DRIVER
8930 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8931 L:      linux-s390@vger.kernel.org
8932 W:      http://www.ibm.com/developerworks/linux/linux390/
8933 S:      Supported
8934 F:      drivers/s390/scsi/zfcp_*
8935
8936 S390 IUCV NETWORK LAYER
8937 M:      Ursula Braun <ursula.braun@de.ibm.com>
8938 L:      linux-s390@vger.kernel.org
8939 W:      http://www.ibm.com/developerworks/linux/linux390/
8940 S:      Supported
8941 F:      drivers/s390/net/*iucv*
8942 F:      include/net/iucv/
8943 F:      net/iucv/
8944
8945 S3C24XX SD/MMC Driver
8946 M:      Ben Dooks <ben-linux@fluff.org>
8947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8948 S:      Supported
8949 F:      drivers/mmc/host/s3cmci.*
8950
8951 SAA6588 RDS RECEIVER DRIVER
8952 M:      Hans Verkuil <hverkuil@xs4all.nl>
8953 L:      linux-media@vger.kernel.org
8954 T:      git git://linuxtv.org/media_tree.git
8955 W:      http://linuxtv.org
8956 S:      Odd Fixes
8957 F:      drivers/media/i2c/saa6588*
8958
8959 SAA7134 VIDEO4LINUX DRIVER
8960 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8961 L:      linux-media@vger.kernel.org
8962 W:      http://linuxtv.org
8963 T:      git git://linuxtv.org/media_tree.git
8964 S:      Odd fixes
8965 F:      Documentation/video4linux/*.saa7134
8966 F:      drivers/media/pci/saa7134/
8967
8968 SAA7146 VIDEO4LINUX-2 DRIVER
8969 M:      Hans Verkuil <hverkuil@xs4all.nl>
8970 L:      linux-media@vger.kernel.org
8971 T:      git git://linuxtv.org/media_tree.git
8972 S:      Maintained
8973 F:      drivers/media/common/saa7146/
8974 F:      drivers/media/pci/saa7146/
8975 F:      include/media/saa7146*
8976
8977 SAMSUNG LAPTOP DRIVER
8978 M:      Corentin Chary <corentin.chary@gmail.com>
8979 L:      platform-driver-x86@vger.kernel.org
8980 S:      Maintained
8981 F:      drivers/platform/x86/samsung-laptop.c
8982
8983 SAMSUNG AUDIO (ASoC) DRIVERS
8984 M:      Sangbeom Kim <sbkim73@samsung.com>
8985 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8986 S:      Supported
8987 F:      sound/soc/samsung/
8988
8989 SAMSUNG FRAMEBUFFER DRIVER
8990 M:      Jingoo Han <jingoohan1@gmail.com>
8991 L:      linux-fbdev@vger.kernel.org
8992 S:      Maintained
8993 F:      drivers/video/fbdev/s3c-fb.c
8994
8995 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8996 M:      Sangbeom Kim <sbkim73@samsung.com>
8997 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8998 L:      linux-kernel@vger.kernel.org
8999 L:      linux-samsung-soc@vger.kernel.org
9000 S:      Supported
9001 F:      drivers/mfd/sec*.c
9002 F:      drivers/regulator/s2m*.c
9003 F:      drivers/regulator/s5m*.c
9004 F:      drivers/clk/clk-s2mps11.c
9005 F:      drivers/rtc/rtc-s5m.c
9006 F:      include/linux/mfd/samsung/
9007 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
9008 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
9009
9010 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
9011 M:      Kyungmin Park <kyungmin.park@samsung.com>
9012 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9013 L:      linux-media@vger.kernel.org
9014 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
9015 S:      Supported
9016 F:      drivers/media/platform/exynos4-is/
9017
9018 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
9019 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
9020 L:      linux-media@vger.kernel.org
9021 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9022 S:      Maintained
9023 F:      drivers/media/platform/s3c-camif/
9024 F:      include/media/s3c_camif.h
9025
9026 SAMSUNG S5C73M3 CAMERA DRIVER
9027 M:      Kyungmin Park <kyungmin.park@samsung.com>
9028 M:      Andrzej Hajda <a.hajda@samsung.com>
9029 L:      linux-media@vger.kernel.org
9030 S:      Supported
9031 F:      drivers/media/i2c/s5c73m3/*
9032
9033 SAMSUNG S5K5BAF CAMERA DRIVER
9034 M:      Kyungmin Park <kyungmin.park@samsung.com>
9035 M:      Andrzej Hajda <a.hajda@samsung.com>
9036 L:      linux-media@vger.kernel.org
9037 S:      Supported
9038 F:      drivers/media/i2c/s5k5baf.c
9039
9040 SAMSUNG S3FWRN5 NFC DRIVER
9041 M:      Robert Baldyga <r.baldyga@samsung.com>
9042 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
9043 S:      Supported
9044 F:      drivers/nfc/s3fwrn5
9045
9046 SAMSUNG SOC CLOCK DRIVERS
9047 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
9048 M:      Tomasz Figa <tomasz.figa@gmail.com>
9049 S:      Supported
9050 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
9051 F:      drivers/clk/samsung/
9052
9053 SAMSUNG SXGBE DRIVERS
9054 M:      Byungho An <bh74.an@samsung.com>
9055 M:      Girish K S <ks.giri@samsung.com>
9056 M:      Vipul Pandya <vipul.pandya@samsung.com>
9057 S:      Supported
9058 L:      netdev@vger.kernel.org
9059 F:      drivers/net/ethernet/samsung/sxgbe/
9060
9061 SAMSUNG THERMAL DRIVER
9062 M:      Lukasz Majewski <l.majewski@samsung.com>
9063 L:      linux-pm@vger.kernel.org
9064 L:      linux-samsung-soc@vger.kernel.org
9065 S:      Supported
9066 T:      https://github.com/lmajewski/linux-samsung-thermal.git
9067 F:      drivers/thermal/samsung/
9068
9069 SAMSUNG USB2 PHY DRIVER
9070 M:      Kamil Debski <k.debski@samsung.com>
9071 L:      linux-kernel@vger.kernel.org
9072 S:      Supported
9073 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
9074 F:      Documentation/phy/samsung-usb2.txt
9075 F:      drivers/phy/phy-exynos4210-usb2.c
9076 F:      drivers/phy/phy-exynos4x12-usb2.c
9077 F:      drivers/phy/phy-exynos5250-usb2.c
9078 F:      drivers/phy/phy-s5pv210-usb2.c
9079 F:      drivers/phy/phy-samsung-usb2.c
9080 F:      drivers/phy/phy-samsung-usb2.h
9081
9082 SERIAL DRIVERS
9083 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9084 L:      linux-serial@vger.kernel.org
9085 S:      Maintained
9086 F:      drivers/tty/serial/
9087
9088 SYNOPSYS DESIGNWARE DMAC DRIVER
9089 M:      Viresh Kumar <vireshk@kernel.org>
9090 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9091 S:      Maintained
9092 F:      include/linux/dma/dw.h
9093 F:      include/linux/platform_data/dma-dw.h
9094 F:      drivers/dma/dw/
9095
9096 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9097 M: Lars Persson <lars.persson@axis.com>
9098 L: netdev@vger.kernel.org
9099 S: Supported
9100 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9101 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9102
9103 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9104 M:      Seungwon Jeon <tgih.jun@samsung.com>
9105 M:      Jaehoon Chung <jh80.chung@samsung.com>
9106 L:      linux-mmc@vger.kernel.org
9107 S:      Maintained
9108 F:      include/linux/mmc/dw_mmc.h
9109 F:      drivers/mmc/host/dw_mmc*
9110
9111 THUNDERBOLT DRIVER
9112 M:      Andreas Noever <andreas.noever@gmail.com>
9113 S:      Maintained
9114 F:      drivers/thunderbolt/
9115
9116 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9117 M:      John Stultz <john.stultz@linaro.org>
9118 M:      Thomas Gleixner <tglx@linutronix.de>
9119 L:      linux-kernel@vger.kernel.org
9120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9121 S:      Supported
9122 F:      include/linux/clocksource.h
9123 F:      include/linux/time.h
9124 F:      include/linux/timex.h
9125 F:      include/uapi/linux/time.h
9126 F:      include/uapi/linux/timex.h
9127 F:      kernel/time/clocksource.c
9128 F:      kernel/time/time*.c
9129 F:      kernel/time/ntp.c
9130 F:      tools/testing/selftests/timers/
9131
9132 SC1200 WDT DRIVER
9133 M:      Zwane Mwaikambo <zwanem@gmail.com>
9134 S:      Maintained
9135 F:      drivers/watchdog/sc1200wdt.c
9136
9137 SCHEDULER
9138 M:      Ingo Molnar <mingo@redhat.com>
9139 M:      Peter Zijlstra <peterz@infradead.org>
9140 L:      linux-kernel@vger.kernel.org
9141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9142 S:      Maintained
9143 F:      kernel/sched/
9144 F:      include/linux/sched.h
9145 F:      include/uapi/linux/sched.h
9146 F:      include/linux/wait.h
9147
9148 SCORE ARCHITECTURE
9149 M:      Chen Liqin <liqin.linux@gmail.com>
9150 M:      Lennox Wu <lennox.wu@gmail.com>
9151 W:      http://www.sunplus.com
9152 S:      Supported
9153 F:      arch/score/
9154
9155 SCSI CDROM DRIVER
9156 M:      Jens Axboe <axboe@kernel.dk>
9157 L:      linux-scsi@vger.kernel.org
9158 W:      http://www.kernel.dk
9159 S:      Maintained
9160 F:      drivers/scsi/sr*
9161
9162 SCSI RDMA PROTOCOL (SRP) INITIATOR
9163 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9164 L:      linux-rdma@vger.kernel.org
9165 S:      Supported
9166 W:      http://www.openfabrics.org
9167 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9169 F:      drivers/infiniband/ulp/srp/
9170 F:      include/scsi/srp.h
9171
9172 SCSI SG DRIVER
9173 M:      Doug Gilbert <dgilbert@interlog.com>
9174 L:      linux-scsi@vger.kernel.org
9175 W:      http://sg.danny.cz/sg
9176 S:      Maintained
9177 F:      Documentation/scsi/scsi-generic.txt
9178 F:      drivers/scsi/sg.c
9179 F:      include/scsi/sg.h
9180
9181 SCSI SUBSYSTEM
9182 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9183 L:      linux-scsi@vger.kernel.org
9184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9185 S:      Maintained
9186 F:      drivers/scsi/
9187 F:      include/scsi/
9188
9189 SCSI TAPE DRIVER
9190 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9191 L:      linux-scsi@vger.kernel.org
9192 S:      Maintained
9193 F:      Documentation/scsi/st.txt
9194 F:      drivers/scsi/st.*
9195 F:      drivers/scsi/st_*.h
9196
9197 SCTP PROTOCOL
9198 M:      Vlad Yasevich <vyasevich@gmail.com>
9199 M:      Neil Horman <nhorman@tuxdriver.com>
9200 L:      linux-sctp@vger.kernel.org
9201 W:      http://lksctp.sourceforge.net
9202 S:      Maintained
9203 F:      Documentation/networking/sctp.txt
9204 F:      include/linux/sctp.h
9205 F:      include/uapi/linux/sctp.h
9206 F:      include/net/sctp/
9207 F:      net/sctp/
9208
9209 SCx200 CPU SUPPORT
9210 M:      Jim Cromie <jim.cromie@gmail.com>
9211 S:      Odd Fixes
9212 F:      Documentation/i2c/busses/scx200_acb
9213 F:      arch/x86/platform/scx200/
9214 F:      drivers/watchdog/scx200_wdt.c
9215 F:      drivers/i2c/busses/scx200*
9216 F:      drivers/mtd/maps/scx200_docflash.c
9217 F:      include/linux/scx200.h
9218
9219 SCx200 GPIO DRIVER
9220 M:      Jim Cromie <jim.cromie@gmail.com>
9221 S:      Maintained
9222 F:      drivers/char/scx200_gpio.c
9223 F:      include/linux/scx200_gpio.h
9224
9225 SCx200 HRT CLOCKSOURCE DRIVER
9226 M:      Jim Cromie <jim.cromie@gmail.com>
9227 S:      Maintained
9228 F:      drivers/clocksource/scx200_hrt.c
9229
9230 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9231 M:      Sascha Sommer <saschasommer@freenet.de>
9232 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9233 S:      Maintained
9234 F:      drivers/mmc/host/sdricoh_cs.c
9235
9236 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9237 L:      linux-mmc@vger.kernel.org
9238 S:      Orphan
9239 F:      drivers/mmc/host/sdhci.*
9240 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9241
9242 SECURE COMPUTING
9243 M:      Kees Cook <keescook@chromium.org>
9244 R:      Andy Lutomirski <luto@amacapital.net>
9245 R:      Will Drewry <wad@chromium.org>
9246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9247 S:      Supported
9248 F:      kernel/seccomp.c
9249 F:      include/uapi/linux/seccomp.h
9250 F:      include/linux/seccomp.h
9251 F:      tools/testing/selftests/seccomp/*
9252 K:      \bsecure_computing
9253 K:      \bTIF_SECCOMP\b
9254
9255 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9256 M:      Ben Dooks <ben-linux@fluff.org>
9257 M:      Jaehoon Chung <jh80.chung@samsung.com>
9258 L:      linux-mmc@vger.kernel.org
9259 S:      Maintained
9260 F:      drivers/mmc/host/sdhci-s3c*
9261
9262 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9263 M:      Viresh Kumar <vireshk@kernel.org>
9264 L:      spear-devel@list.st.com
9265 L:      linux-mmc@vger.kernel.org
9266 S:      Maintained
9267 F:      drivers/mmc/host/sdhci-spear.c
9268
9269 SECURITY SUBSYSTEM
9270 M:      James Morris <james.l.morris@oracle.com>
9271 M:      "Serge E. Hallyn" <serge@hallyn.com>
9272 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9274 W:      http://kernsec.org/
9275 S:      Supported
9276 F:      security/
9277
9278 SECURITY CONTACT
9279 M:      Security Officers <security@kernel.org>
9280 S:      Supported
9281
9282 SELINUX SECURITY MODULE
9283 M:      Paul Moore <paul@paul-moore.com>
9284 M:      Stephen Smalley <sds@tycho.nsa.gov>
9285 M:      Eric Paris <eparis@parisplace.org>
9286 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9287 W:      http://selinuxproject.org
9288 T:      git git://git.infradead.org/users/pcmoore/selinux
9289 S:      Supported
9290 F:      include/linux/selinux*
9291 F:      security/selinux/
9292 F:      scripts/selinux/
9293
9294 APPARMOR SECURITY MODULE
9295 M:      John Johansen <john.johansen@canonical.com>
9296 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9297 W:      apparmor.wiki.kernel.org
9298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9299 S:      Supported
9300 F:      security/apparmor/
9301
9302 YAMA SECURITY MODULE
9303 M:      Kees Cook <keescook@chromium.org>
9304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git yama/tip
9305 S:      Supported
9306 F:      security/yama/
9307
9308 SENSABLE PHANTOM
9309 M:      Jiri Slaby <jirislaby@gmail.com>
9310 S:      Maintained
9311 F:      drivers/misc/phantom.c
9312 F:      include/uapi/linux/phantom.h
9313
9314 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9315 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9316 M:      Minh Tran <minh.tran@avagotech.com>
9317 M:      John Soni Jose <sony.john-n@avagotech.com>
9318 L:      linux-scsi@vger.kernel.org
9319 W:      http://www.avagotech.com
9320 S:      Supported
9321 F:      drivers/scsi/be2iscsi/
9322
9323 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9324 M:      Sathya Perla <sathya.perla@avagotech.com>
9325 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9326 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9327 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9328 L:      netdev@vger.kernel.org
9329 W:      http://www.emulex.com
9330 S:      Supported
9331 F:      drivers/net/ethernet/emulex/benet/
9332
9333 EMULEX ONECONNECT ROCE DRIVER
9334 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9335 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9336 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9337 L:      linux-rdma@vger.kernel.org
9338 W:      http://www.emulex.com
9339 S:      Supported
9340 F:      drivers/infiniband/hw/ocrdma/
9341
9342 SFC NETWORK DRIVER
9343 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9344 M:      Shradha Shah <sshah@solarflare.com>
9345 L:      netdev@vger.kernel.org
9346 S:      Supported
9347 F:      drivers/net/ethernet/sfc/
9348
9349 SGI GRU DRIVER
9350 M:      Dimitri Sivanich <sivanich@sgi.com>
9351 S:      Maintained
9352 F:      drivers/misc/sgi-gru/
9353
9354 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9355 M:      Pat Gefre <pfg@sgi.com>
9356 L:      linux-ia64@vger.kernel.org
9357 S:      Supported
9358 F:      Documentation/ia64/serial.txt
9359 F:      drivers/tty/serial/ioc?_serial.c
9360 F:      include/linux/ioc?.h
9361
9362 SGI XP/XPC/XPNET DRIVER
9363 M:      Cliff Whickman <cpw@sgi.com>
9364 M:      Robin Holt <robinmholt@gmail.com>
9365 S:      Maintained
9366 F:      drivers/misc/sgi-xp/
9367
9368 SI2157 MEDIA DRIVER
9369 M:      Antti Palosaari <crope@iki.fi>
9370 L:      linux-media@vger.kernel.org
9371 W:      http://linuxtv.org/
9372 W:      http://palosaari.fi/linux/
9373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9374 T:      git git://linuxtv.org/anttip/media_tree.git
9375 S:      Maintained
9376 F:      drivers/media/tuners/si2157*
9377
9378 SI2168 MEDIA DRIVER
9379 M:      Antti Palosaari <crope@iki.fi>
9380 L:      linux-media@vger.kernel.org
9381 W:      http://linuxtv.org/
9382 W:      http://palosaari.fi/linux/
9383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9384 T:      git git://linuxtv.org/anttip/media_tree.git
9385 S:      Maintained
9386 F:      drivers/media/dvb-frontends/si2168*
9387
9388 SI470X FM RADIO RECEIVER I2C DRIVER
9389 M:      Hans Verkuil <hverkuil@xs4all.nl>
9390 L:      linux-media@vger.kernel.org
9391 T:      git git://linuxtv.org/media_tree.git
9392 W:      http://linuxtv.org
9393 S:      Odd Fixes
9394 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9395
9396 SI470X FM RADIO RECEIVER USB DRIVER
9397 M:      Hans Verkuil <hverkuil@xs4all.nl>
9398 L:      linux-media@vger.kernel.org
9399 T:      git git://linuxtv.org/media_tree.git
9400 W:      http://linuxtv.org
9401 S:      Maintained
9402 F:      drivers/media/radio/si470x/radio-si470x-common.c
9403 F:      drivers/media/radio/si470x/radio-si470x.h
9404 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9405
9406 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9407 M:      Eduardo Valentin <edubezval@gmail.com>
9408 L:      linux-media@vger.kernel.org
9409 T:      git git://linuxtv.org/media_tree.git
9410 W:      http://linuxtv.org
9411 S:      Odd Fixes
9412 F:      drivers/media/radio/si4713/si4713.?
9413
9414 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9415 M:      Eduardo Valentin <edubezval@gmail.com>
9416 L:      linux-media@vger.kernel.org
9417 T:      git git://linuxtv.org/media_tree.git
9418 W:      http://linuxtv.org
9419 S:      Odd Fixes
9420 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9421
9422 SI4713 FM RADIO TRANSMITTER USB DRIVER
9423 M:      Hans Verkuil <hverkuil@xs4all.nl>
9424 L:      linux-media@vger.kernel.org
9425 T:      git git://linuxtv.org/media_tree.git
9426 W:      http://linuxtv.org
9427 S:      Maintained
9428 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9429
9430 SIANO DVB DRIVER
9431 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9432 L:      linux-media@vger.kernel.org
9433 W:      http://linuxtv.org
9434 T:      git git://linuxtv.org/media_tree.git
9435 S:      Odd fixes
9436 F:      drivers/media/common/siano/
9437 F:      drivers/media/usb/siano/
9438 F:      drivers/media/usb/siano/
9439 F:      drivers/media/mmc/siano/
9440
9441 SIMPLEFB FB DRIVER
9442 M:      Hans de Goede <hdegoede@redhat.com>
9443 L:      linux-fbdev@vger.kernel.org
9444 S:      Maintained
9445 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9446 F:      drivers/video/fbdev/simplefb.c
9447 F:      include/linux/platform_data/simplefb.h
9448
9449 SH_VEU V4L2 MEM2MEM DRIVER
9450 L:      linux-media@vger.kernel.org
9451 S:      Orphan
9452 F:      drivers/media/platform/sh_veu.c
9453
9454 SH_VOU V4L2 OUTPUT DRIVER
9455 L:      linux-media@vger.kernel.org
9456 S:      Orphan
9457 F:      drivers/media/platform/sh_vou.c
9458 F:      include/media/sh_vou.h
9459
9460 SIMPLE FIRMWARE INTERFACE (SFI)
9461 M:      Len Brown <lenb@kernel.org>
9462 L:      sfi-devel@simplefirmware.org
9463 W:      http://simplefirmware.org/
9464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9465 S:      Supported
9466 F:      arch/x86/platform/sfi/
9467 F:      drivers/sfi/
9468 F:      include/linux/sfi*.h
9469
9470 SIMTEC EB110ATX (Chalice CATS)
9471 P:      Ben Dooks
9472 P:      Vincent Sanders <vince@simtec.co.uk>
9473 M:      Simtec Linux Team <linux@simtec.co.uk>
9474 W:      http://www.simtec.co.uk/products/EB110ATX/
9475 S:      Supported
9476
9477 SIMTEC EB2410ITX (BAST)
9478 P:      Ben Dooks
9479 P:      Vincent Sanders <vince@simtec.co.uk>
9480 M:      Simtec Linux Team <linux@simtec.co.uk>
9481 W:      http://www.simtec.co.uk/products/EB2410ITX/
9482 S:      Supported
9483 F:      arch/arm/mach-s3c24xx/mach-bast.c
9484 F:      arch/arm/mach-s3c24xx/bast-ide.c
9485 F:      arch/arm/mach-s3c24xx/bast-irq.c
9486
9487 TI DAVINCI MACHINE SUPPORT
9488 M:      Sekhar Nori <nsekhar@ti.com>
9489 M:      Kevin Hilman <khilman@deeprootsystems.com>
9490 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9491 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9492 S:      Supported
9493 F:      arch/arm/mach-davinci/
9494 F:      drivers/i2c/busses/i2c-davinci.c
9495
9496 TI DAVINCI SERIES MEDIA DRIVER
9497 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9498 L:      linux-media@vger.kernel.org
9499 W:      http://linuxtv.org/
9500 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9501 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9502 S:      Maintained
9503 F:      drivers/media/platform/davinci/
9504 F:      include/media/davinci/
9505
9506 TI AM437X VPFE DRIVER
9507 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9508 L:      linux-media@vger.kernel.org
9509 W:      http://linuxtv.org/
9510 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9511 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9512 S:      Maintained
9513 F:      drivers/media/platform/am437x/
9514
9515 OV2659 OMNIVISION SENSOR DRIVER
9516 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9517 L:      linux-media@vger.kernel.org
9518 W:      http://linuxtv.org/
9519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9520 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9521 S:      Maintained
9522 F:      drivers/media/i2c/ov2659.c
9523 F:      include/media/ov2659.h
9524
9525 SILICON MOTION SM712 FRAME BUFFER DRIVER
9526 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9527 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9528 M:      Sudip Mukherjee <sudip@vectorindia.org>
9529 L:      linux-fbdev@vger.kernel.org
9530 S:      Maintained
9531 F:      drivers/video/fbdev/sm712*
9532 F:      Documentation/fb/sm712fb.txt
9533
9534 SIS 190 ETHERNET DRIVER
9535 M:      Francois Romieu <romieu@fr.zoreil.com>
9536 L:      netdev@vger.kernel.org
9537 S:      Maintained
9538 F:      drivers/net/ethernet/sis/sis190.c
9539
9540 SIS 900/7016 FAST ETHERNET DRIVER
9541 M:      Daniele Venzano <venza@brownhat.org>
9542 W:      http://www.brownhat.org/sis900.html
9543 L:      netdev@vger.kernel.org
9544 S:      Maintained
9545 F:      drivers/net/ethernet/sis/sis900.*
9546
9547 SIS FRAMEBUFFER DRIVER
9548 M:      Thomas Winischhofer <thomas@winischhofer.net>
9549 W:      http://www.winischhofer.net/linuxsisvga.shtml
9550 S:      Maintained
9551 F:      Documentation/fb/sisfb.txt
9552 F:      drivers/video/fbdev/sis/
9553 F:      include/video/sisfb.h
9554
9555 SIS USB2VGA DRIVER
9556 M:      Thomas Winischhofer <thomas@winischhofer.net>
9557 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9558 S:      Maintained
9559 F:      drivers/usb/misc/sisusbvga/
9560
9561 SLAB ALLOCATOR
9562 M:      Christoph Lameter <cl@linux.com>
9563 M:      Pekka Enberg <penberg@kernel.org>
9564 M:      David Rientjes <rientjes@google.com>
9565 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9566 M:      Andrew Morton <akpm@linux-foundation.org>
9567 L:      linux-mm@kvack.org
9568 S:      Maintained
9569 F:      include/linux/sl?b*.h
9570 F:      mm/sl?b*
9571
9572 SLEEPABLE READ-COPY UPDATE (SRCU)
9573 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9574 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9575 M:      Josh Triplett <josh@joshtriplett.org>
9576 R:      Steven Rostedt <rostedt@goodmis.org>
9577 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9578 L:      linux-kernel@vger.kernel.org
9579 W:      http://www.rdrop.com/users/paulmck/RCU/
9580 S:      Supported
9581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9582 F:      include/linux/srcu.h
9583 F:      kernel/rcu/srcu.c
9584
9585 SMACK SECURITY MODULE
9586 M:      Casey Schaufler <casey@schaufler-ca.com>
9587 L:      linux-security-module@vger.kernel.org
9588 W:      http://schaufler-ca.com
9589 T:      git git://git.gitorious.org/smack-next/kernel.git
9590 S:      Maintained
9591 F:      Documentation/security/Smack.txt
9592 F:      security/smack/
9593
9594 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9595 M:      Kevin Hilman <khilman@kernel.org>
9596 M:      Nishanth Menon <nm@ti.com>
9597 S:      Maintained
9598 F:      drivers/power/avs/
9599 F:      include/linux/power/smartreflex.h
9600 L:      linux-pm@vger.kernel.org
9601
9602 SMC91x ETHERNET DRIVER
9603 M:      Nicolas Pitre <nico@fluxnic.net>
9604 S:      Odd Fixes
9605 F:      drivers/net/ethernet/smsc/smc91x.*
9606
9607 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9608 M:      Sakari Ailus <sakari.ailus@iki.fi>
9609 L:      linux-media@vger.kernel.org
9610 S:      Maintained
9611 F:      drivers/media/i2c/smiapp/
9612 F:      include/media/smiapp.h
9613 F:      drivers/media/i2c/smiapp-pll.c
9614 F:      drivers/media/i2c/smiapp-pll.h
9615 F:      include/uapi/linux/smiapp.h
9616 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9617
9618 SMM665 HARDWARE MONITOR DRIVER
9619 M:      Guenter Roeck <linux@roeck-us.net>
9620 L:      lm-sensors@lm-sensors.org
9621 S:      Maintained
9622 F:      Documentation/hwmon/smm665
9623 F:      drivers/hwmon/smm665.c
9624
9625 SMSC EMC2103 HARDWARE MONITOR DRIVER
9626 M:      Steve Glendinning <steve.glendinning@shawell.net>
9627 L:      lm-sensors@lm-sensors.org
9628 S:      Maintained
9629 F:      Documentation/hwmon/emc2103
9630 F:      drivers/hwmon/emc2103.c
9631
9632 SMSC SCH5627 HARDWARE MONITOR DRIVER
9633 M:      Hans de Goede <hdegoede@redhat.com>
9634 L:      lm-sensors@lm-sensors.org
9635 S:      Supported
9636 F:      Documentation/hwmon/sch5627
9637 F:      drivers/hwmon/sch5627.c
9638
9639 SMSC47B397 HARDWARE MONITOR DRIVER
9640 M:      Jean Delvare <jdelvare@suse.com>
9641 L:      lm-sensors@lm-sensors.org
9642 S:      Maintained
9643 F:      Documentation/hwmon/smsc47b397
9644 F:      drivers/hwmon/smsc47b397.c
9645
9646 SMSC911x ETHERNET DRIVER
9647 M:      Steve Glendinning <steve.glendinning@shawell.net>
9648 L:      netdev@vger.kernel.org
9649 S:      Maintained
9650 F:      include/linux/smsc911x.h
9651 F:      drivers/net/ethernet/smsc/smsc911x.*
9652
9653 SMSC9420 PCI ETHERNET DRIVER
9654 M:      Steve Glendinning <steve.glendinning@shawell.net>
9655 L:      netdev@vger.kernel.org
9656 S:      Maintained
9657 F:      drivers/net/ethernet/smsc/smsc9420.*
9658
9659 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9660 M:      Steve Glendinning <steve.glendinning@shawell.net>
9661 L:      linux-fbdev@vger.kernel.org
9662 S:      Maintained
9663 F:      drivers/video/fbdev/smscufx.c
9664
9665 SOC-CAMERA V4L2 SUBSYSTEM
9666 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9667 L:      linux-media@vger.kernel.org
9668 T:      git git://linuxtv.org/media_tree.git
9669 S:      Maintained
9670 F:      include/media/soc*
9671 F:      drivers/media/i2c/soc_camera/
9672 F:      drivers/media/platform/soc_camera/
9673
9674 SOEKRIS NET48XX LED SUPPORT
9675 M:      Chris Boot <bootc@bootc.net>
9676 S:      Maintained
9677 F:      drivers/leds/leds-net48xx.c
9678
9679 SOFTLOGIC 6x10 MPEG CODEC
9680 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9681 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9682 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9683 M:      Ismael Luceno <ismael@iodev.co.uk>
9684 L:      linux-media@vger.kernel.org
9685 S:      Supported
9686 F:      drivers/media/pci/solo6x10/
9687
9688 SOFTWARE RAID (Multiple Disks) SUPPORT
9689 M:      Neil Brown <neilb@suse.com>
9690 L:      linux-raid@vger.kernel.org
9691 S:      Supported
9692 F:      drivers/md/
9693 F:      include/linux/raid/
9694 F:      include/uapi/linux/raid/
9695
9696 SONIC NETWORK DRIVER
9697 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9698 L:      netdev@vger.kernel.org
9699 S:      Maintained
9700 F:      drivers/net/ethernet/natsemi/sonic.*
9701
9702 SONICS SILICON BACKPLANE DRIVER (SSB)
9703 M:      Michael Buesch <m@bues.ch>
9704 L:      netdev@vger.kernel.org
9705 S:      Maintained
9706 F:      drivers/ssb/
9707 F:      include/linux/ssb/
9708
9709 SONY VAIO CONTROL DEVICE DRIVER
9710 M:      Mattia Dongili <malattia@linux.it>
9711 L:      platform-driver-x86@vger.kernel.org
9712 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9713 S:      Maintained
9714 F:      Documentation/laptops/sony-laptop.txt
9715 F:      drivers/char/sonypi.c
9716 F:      drivers/platform/x86/sony-laptop.c
9717 F:      include/linux/sony-laptop.h
9718
9719 SONY MEMORYSTICK CARD SUPPORT
9720 M:      Alex Dubov <oakad@yahoo.com>
9721 W:      http://tifmxx.berlios.de/
9722 S:      Maintained
9723 F:      drivers/memstick/host/tifm_ms.c
9724
9725 SONY MEMORYSTICK STANDARD SUPPORT
9726 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9727 S:      Maintained
9728 F:      drivers/memstick/core/ms_block.*
9729
9730 SOUND
9731 M:      Jaroslav Kysela <perex@perex.cz>
9732 M:      Takashi Iwai <tiwai@suse.com>
9733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9734 W:      http://www.alsa-project.org/
9735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9736 T:      git git://git.alsa-project.org/alsa-kernel.git
9737 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9738 S:      Maintained
9739 F:      Documentation/sound/
9740 F:      include/sound/
9741 F:      include/uapi/sound/
9742 F:      sound/
9743
9744 SOUND - COMPRESSED AUDIO
9745 M:      Vinod Koul <vinod.koul@intel.com>
9746 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9748 S:      Supported
9749 F:      Documentation/sound/alsa/compress_offload.txt
9750 F:      include/sound/compress_driver.h
9751 F:      include/uapi/sound/compress_*
9752 F:      sound/core/compress_offload.c
9753 F:      sound/soc/soc-compress.c
9754
9755 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9756 M:      Liam Girdwood <lgirdwood@gmail.com>
9757 M:      Mark Brown <broonie@kernel.org>
9758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9759 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9760 W:      http://alsa-project.org/main/index.php/ASoC
9761 S:      Supported
9762 F:      Documentation/sound/alsa/soc/
9763 F:      sound/soc/
9764 F:      include/sound/soc*
9765
9766 SOUND - DMAENGINE HELPERS
9767 M:      Lars-Peter Clausen <lars@metafoo.de>
9768 S:      Supported
9769 F:      include/sound/dmaengine_pcm.h
9770 F:      sound/core/pcm_dmaengine.c
9771 F:      sound/soc/soc-generic-dmaengine-pcm.c
9772
9773 SP2 MEDIA DRIVER
9774 M:      Olli Salonen <olli.salonen@iki.fi>
9775 L:      linux-media@vger.kernel.org
9776 W:      http://linuxtv.org/
9777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9778 S:      Maintained
9779 F:      drivers/media/dvb-frontends/sp2*
9780
9781 SPARC + UltraSPARC (sparc/sparc64)
9782 M:      "David S. Miller" <davem@davemloft.net>
9783 L:      sparclinux@vger.kernel.org
9784 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9787 S:      Maintained
9788 F:      arch/sparc/
9789 F:      drivers/sbus/
9790
9791 SPARC SERIAL DRIVERS
9792 M:      "David S. Miller" <davem@davemloft.net>
9793 L:      sparclinux@vger.kernel.org
9794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9796 S:      Maintained
9797 F:      include/linux/sunserialcore.h
9798 F:      drivers/tty/serial/suncore.c
9799 F:      drivers/tty/serial/sunhv.c
9800 F:      drivers/tty/serial/sunsab.c
9801 F:      drivers/tty/serial/sunsab.h
9802 F:      drivers/tty/serial/sunsu.c
9803 F:      drivers/tty/serial/sunzilog.c
9804 F:      drivers/tty/serial/sunzilog.h
9805
9806 SPARSE CHECKER
9807 M:      "Christopher Li" <sparse@chrisli.org>
9808 L:      linux-sparse@vger.kernel.org
9809 W:      https://sparse.wiki.kernel.org/
9810 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9811 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9812 S:      Maintained
9813 F:      include/linux/compiler.h
9814
9815 SPEAR PLATFORM SUPPORT
9816 M:      Viresh Kumar <vireshk@kernel.org>
9817 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9818 L:      spear-devel@list.st.com
9819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9820 W:      http://www.st.com/spear
9821 S:      Maintained
9822 F:      arch/arm/mach-spear/
9823
9824 SPEAR CLOCK FRAMEWORK SUPPORT
9825 M:      Viresh Kumar <vireshk@kernel.org>
9826 L:      spear-devel@list.st.com
9827 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9828 W:      http://www.st.com/spear
9829 S:      Maintained
9830 F:      drivers/clk/spear/
9831
9832 SPI SUBSYSTEM
9833 M:      Mark Brown <broonie@kernel.org>
9834 L:      linux-spi@vger.kernel.org
9835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9836 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9837 S:      Maintained
9838 F:      Documentation/spi/
9839 F:      drivers/spi/
9840 F:      include/linux/spi/
9841 F:      include/uapi/linux/spi/
9842
9843 SPIDERNET NETWORK DRIVER for CELL
9844 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9845 L:      netdev@vger.kernel.org
9846 S:      Supported
9847 F:      Documentation/networking/spider_net.txt
9848 F:      drivers/net/ethernet/toshiba/spider_net*
9849
9850 SPU FILE SYSTEM
9851 M:      Jeremy Kerr <jk@ozlabs.org>
9852 L:      linuxppc-dev@lists.ozlabs.org
9853 W:      http://www.ibm.com/developerworks/power/cell/
9854 S:      Supported
9855 F:      Documentation/filesystems/spufs.txt
9856 F:      arch/powerpc/platforms/cell/spufs/
9857
9858 SQUASHFS FILE SYSTEM
9859 M:      Phillip Lougher <phillip@squashfs.org.uk>
9860 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9861 W:      http://squashfs.org.uk
9862 S:      Maintained
9863 F:      Documentation/filesystems/squashfs.txt
9864 F:      fs/squashfs/
9865
9866 SRM (Alpha) environment access
9867 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9868 S:      Maintained
9869 F:      arch/alpha/kernel/srm_env.c
9870
9871 STABLE BRANCH
9872 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9873 L:      stable@vger.kernel.org
9874 S:      Supported
9875 F:      Documentation/stable_kernel_rules.txt
9876
9877 STAGING SUBSYSTEM
9878 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9880 L:      devel@driverdev.osuosl.org
9881 S:      Supported
9882 F:      drivers/staging/
9883
9884 STAGING - COMEDI
9885 M:      Ian Abbott <abbotti@mev.co.uk>
9886 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9887 S:      Odd Fixes
9888 F:      drivers/staging/comedi/
9889
9890 STAGING - FLARION FT1000 DRIVERS
9891 M:      Marek Belisko <marek.belisko@gmail.com>
9892 S:      Odd Fixes
9893 F:      drivers/staging/ft1000/
9894
9895 STAGING - INDUSTRIAL IO
9896 M:      Jonathan Cameron <jic23@kernel.org>
9897 L:      linux-iio@vger.kernel.org
9898 S:      Odd Fixes
9899 F:      drivers/staging/iio/
9900
9901 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9902 M:      Jarod Wilson <jarod@wilsonet.com>
9903 W:      http://www.lirc.org/
9904 S:      Odd Fixes
9905 F:      drivers/staging/media/lirc/
9906
9907 STAGING - LUSTRE PARALLEL FILESYSTEM
9908 M:      Oleg Drokin <oleg.drokin@intel.com>
9909 M:      Andreas Dilger <andreas.dilger@intel.com>
9910 L:      lustre-devel@lists.lustre.org (moderated for non-subscribers)
9911 W:      http://wiki.lustre.org/
9912 S:      Maintained
9913 F:      drivers/staging/lustre
9914
9915 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9916 M:      Julian Andres Klode <jak@jak-linux.org>
9917 M:      Marc Dietrich <marvin24@gmx.de>
9918 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9919 L:      linux-tegra@vger.kernel.org
9920 S:      Maintained
9921 F:      drivers/staging/nvec/
9922
9923 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9924 M:      Jens Frederich <jfrederich@gmail.com>
9925 M:      Daniel Drake <dsd@laptop.org>
9926 M:      Jon Nettleton <jon.nettleton@gmail.com>
9927 W:      http://wiki.laptop.org/go/DCON
9928 S:      Maintained
9929 F:      drivers/staging/olpc_dcon/
9930
9931 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9932 M:      Willy Tarreau <willy@meta-x.org>
9933 S:      Odd Fixes
9934 F:      drivers/staging/panel/
9935
9936 STAGING - REALTEK RTL8712U DRIVERS
9937 M:      Larry Finger <Larry.Finger@lwfinger.net>
9938 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9939 S:      Odd Fixes
9940 F:      drivers/staging/rtl8712/
9941
9942 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9943 M:      Larry Finger <Larry.Finger@lwfinger.net>
9944 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9945 L:      linux-wireless@vger.kernel.org
9946 S:      Maintained
9947 F:      drivers/staging/rtl8723au/
9948
9949 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9950 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9951 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9952 M:      Sudip Mukherjee <sudip@vectorindia.org>
9953 L:      linux-fbdev@vger.kernel.org
9954 S:      Maintained
9955 F:      drivers/staging/sm750fb/
9956
9957 STAGING - SLICOSS
9958 M:      Lior Dotan <liodot@gmail.com>
9959 M:      Christopher Harrer <charrer@alacritech.com>
9960 S:      Odd Fixes
9961 F:      drivers/staging/slicoss/
9962
9963 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9964 M:      William Hubbs <w.d.hubbs@gmail.com>
9965 M:      Chris Brannon <chris@the-brannons.com>
9966 M:      Kirk Reiser <kirk@reisers.ca>
9967 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9968 L:      speakup@linux-speakup.org
9969 W:      http://www.linux-speakup.org/
9970 S:      Odd Fixes
9971 F:      drivers/staging/speakup/
9972
9973 STAGING - VIA VT665X DRIVERS
9974 M:      Forest Bond <forest@alittletooquiet.net>
9975 S:      Odd Fixes
9976 F:      drivers/staging/vt665?/
9977
9978 STAGING - WILC1000 WIFI DRIVER
9979 M:      Johnny Kim <johnny.kim@atmel.com>
9980 M:      Rachel Kim <rachel.kim@atmel.com>
9981 M:      Dean Lee <dean.lee@atmel.com>
9982 M:      Chris Park <chris.park@atmel.com>
9983 L:      linux-wireless@vger.kernel.org
9984 S:      Supported
9985 F:      drivers/staging/wilc1000/
9986
9987 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9988 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9989 S:      Odd Fixes
9990 F:      drivers/staging/xgifb/
9991
9992 HFI1 DRIVER
9993 M:      Mike Marciniszyn <infinipath@intel.com>
9994 L:      linux-rdma@vger.kernel.org
9995 S:      Supported
9996 F:      drivers/staging/rdma/hfi1
9997
9998 STARFIRE/DURALAN NETWORK DRIVER
9999 M:      Ion Badulescu <ionut@badula.org>
10000 S:      Odd Fixes
10001 F:      drivers/net/ethernet/adaptec/starfire*
10002
10003 SUN3/3X
10004 M:      Sam Creasey <sammy@sammy.net>
10005 W:      http://sammy.net/sun3/
10006 S:      Maintained
10007 F:      arch/m68k/kernel/*sun3*
10008 F:      arch/m68k/sun3*/
10009 F:      arch/m68k/include/asm/sun3*
10010 F:      drivers/net/ethernet/i825xx/sun3*
10011
10012 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
10013 M:      Hans de Goede <hdegoede@redhat.com>
10014 L:      linux-input@vger.kernel.org
10015 S:      Maintained
10016 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
10017 F:      drivers/input/keyboard/sun4i-lradc-keys.c
10018
10019 SUNDANCE NETWORK DRIVER
10020 M:      Denis Kirjanov <kda@linux-powerpc.org>
10021 L:      netdev@vger.kernel.org
10022 S:      Maintained
10023 F:      drivers/net/ethernet/dlink/sundance.c
10024
10025 SUPERH
10026 L:      linux-sh@vger.kernel.org
10027 Q:      http://patchwork.kernel.org/project/linux-sh/list/
10028 S:      Orphan
10029 F:      Documentation/sh/
10030 F:      arch/sh/
10031 F:      drivers/sh/
10032
10033 SUSPEND TO RAM
10034 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
10035 M:      Len Brown <len.brown@intel.com>
10036 M:      Pavel Machek <pavel@ucw.cz>
10037 L:      linux-pm@vger.kernel.org
10038 S:      Supported
10039 F:      Documentation/power/
10040 F:      arch/x86/kernel/acpi/
10041 F:      drivers/base/power/
10042 F:      kernel/power/
10043 F:      include/linux/suspend.h
10044 F:      include/linux/freezer.h
10045 F:      include/linux/pm.h
10046
10047 SVGA HANDLING
10048 M:      Martin Mares <mj@ucw.cz>
10049 L:      linux-video@atrey.karlin.mff.cuni.cz
10050 S:      Maintained
10051 F:      Documentation/svga.txt
10052 F:      arch/x86/boot/video*
10053
10054 SWIOTLB SUBSYSTEM
10055 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10056 L:      linux-kernel@vger.kernel.org
10057 S:      Supported
10058 F:      lib/swiotlb.c
10059 F:      arch/*/kernel/pci-swiotlb.c
10060 F:      include/linux/swiotlb.h
10061
10062 SWITCHDEV
10063 M:      Jiri Pirko <jiri@resnulli.us>
10064 L:      netdev@vger.kernel.org
10065 S:      Supported
10066 F:      net/switchdev/
10067 F:      include/net/switchdev.h
10068
10069 SYNOPSYS ARC ARCHITECTURE
10070 M:      Vineet Gupta <vgupta@synopsys.com>
10071 S:      Supported
10072 F:      arch/arc/
10073 F:      Documentation/devicetree/bindings/arc/*
10074 F:      drivers/tty/serial/arc_uart.c
10075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
10076
10077 SYNOPSYS ARC SDP platform support
10078 M:      Alexey Brodkin <abrodkin@synopsys.com>
10079 S:      Supported
10080 F:      arch/arc/plat-axs10x
10081 F:      arch/arc/boot/dts/ax*
10082 F:      Documentation/devicetree/bindings/arc/axs10*
10083
10084 SYSTEM CONFIGURATION (SYSCON)
10085 M:      Lee Jones <lee.jones@linaro.org>
10086 M:      Arnd Bergmann <arnd@arndb.de>
10087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
10088 S:      Supported
10089 F:      drivers/mfd/syscon.c
10090
10091 SYSV FILESYSTEM
10092 M:      Christoph Hellwig <hch@infradead.org>
10093 S:      Maintained
10094 F:      Documentation/filesystems/sysv-fs.txt
10095 F:      fs/sysv/
10096 F:      include/linux/sysv_fs.h
10097
10098 TARGET SUBSYSTEM
10099 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10100 L:      linux-scsi@vger.kernel.org
10101 L:      target-devel@vger.kernel.org
10102 W:      http://www.linux-iscsi.org
10103 W:      http://groups.google.com/group/linux-iscsi-target-dev
10104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10105 S:      Supported
10106 F:      drivers/target/
10107 F:      include/target/
10108 F:      Documentation/target/
10109
10110 TASKSTATS STATISTICS INTERFACE
10111 M:      Balbir Singh <bsingharora@gmail.com>
10112 S:      Maintained
10113 F:      Documentation/accounting/taskstats*
10114 F:      include/linux/taskstats*
10115 F:      kernel/taskstats.c
10116
10117 TC CLASSIFIER
10118 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10119 L:      netdev@vger.kernel.org
10120 S:      Maintained
10121 F:      include/net/pkt_cls.h
10122 F:      include/uapi/linux/pkt_cls.h
10123 F:      net/sched/
10124
10125 TCP LOW PRIORITY MODULE
10126 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10127 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10128 W:      http://tcp-lp-mod.sourceforge.net/
10129 S:      Maintained
10130 F:      net/ipv4/tcp_lp.c
10131
10132 TDA10071 MEDIA DRIVER
10133 M:      Antti Palosaari <crope@iki.fi>
10134 L:      linux-media@vger.kernel.org
10135 W:      http://linuxtv.org/
10136 W:      http://palosaari.fi/linux/
10137 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10138 T:      git git://linuxtv.org/anttip/media_tree.git
10139 S:      Maintained
10140 F:      drivers/media/dvb-frontends/tda10071*
10141
10142 TDA18212 MEDIA DRIVER
10143 M:      Antti Palosaari <crope@iki.fi>
10144 L:      linux-media@vger.kernel.org
10145 W:      http://linuxtv.org/
10146 W:      http://palosaari.fi/linux/
10147 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10148 T:      git git://linuxtv.org/anttip/media_tree.git
10149 S:      Maintained
10150 F:      drivers/media/tuners/tda18212*
10151
10152 TDA18218 MEDIA DRIVER
10153 M:      Antti Palosaari <crope@iki.fi>
10154 L:      linux-media@vger.kernel.org
10155 W:      http://linuxtv.org/
10156 W:      http://palosaari.fi/linux/
10157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10158 T:      git git://linuxtv.org/anttip/media_tree.git
10159 S:      Maintained
10160 F:      drivers/media/tuners/tda18218*
10161
10162 TDA18271 MEDIA DRIVER
10163 M:      Michael Krufky <mkrufky@linuxtv.org>
10164 L:      linux-media@vger.kernel.org
10165 W:      http://linuxtv.org/
10166 W:      http://github.com/mkrufky
10167 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10168 T:      git git://linuxtv.org/mkrufky/tuners.git
10169 S:      Maintained
10170 F:      drivers/media/tuners/tda18271*
10171
10172 TDA827x MEDIA DRIVER
10173 M:      Michael Krufky <mkrufky@linuxtv.org>
10174 L:      linux-media@vger.kernel.org
10175 W:      http://linuxtv.org/
10176 W:      http://github.com/mkrufky
10177 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10178 T:      git git://linuxtv.org/mkrufky/tuners.git
10179 S:      Maintained
10180 F:      drivers/media/tuners/tda8290.*
10181
10182 TDA8290 MEDIA DRIVER
10183 M:      Michael Krufky <mkrufky@linuxtv.org>
10184 L:      linux-media@vger.kernel.org
10185 W:      http://linuxtv.org/
10186 W:      http://github.com/mkrufky
10187 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10188 T:      git git://linuxtv.org/mkrufky/tuners.git
10189 S:      Maintained
10190 F:      drivers/media/tuners/tda8290.*
10191
10192 TDA9840 MEDIA DRIVER
10193 M:      Hans Verkuil <hverkuil@xs4all.nl>
10194 L:      linux-media@vger.kernel.org
10195 T:      git git://linuxtv.org/media_tree.git
10196 W:      http://linuxtv.org
10197 S:      Maintained
10198 F:      drivers/media/i2c/tda9840*
10199
10200 TEA5761 TUNER DRIVER
10201 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10202 L:      linux-media@vger.kernel.org
10203 W:      http://linuxtv.org
10204 T:      git git://linuxtv.org/media_tree.git
10205 S:      Odd fixes
10206 F:      drivers/media/tuners/tea5761.*
10207
10208 TEA5767 TUNER DRIVER
10209 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10210 L:      linux-media@vger.kernel.org
10211 W:      http://linuxtv.org
10212 T:      git git://linuxtv.org/media_tree.git
10213 S:      Maintained
10214 F:      drivers/media/tuners/tea5767.*
10215
10216 TEA6415C MEDIA DRIVER
10217 M:      Hans Verkuil <hverkuil@xs4all.nl>
10218 L:      linux-media@vger.kernel.org
10219 T:      git git://linuxtv.org/media_tree.git
10220 W:      http://linuxtv.org
10221 S:      Maintained
10222 F:      drivers/media/i2c/tea6415c*
10223
10224 TEA6420 MEDIA DRIVER
10225 M:      Hans Verkuil <hverkuil@xs4all.nl>
10226 L:      linux-media@vger.kernel.org
10227 T:      git git://linuxtv.org/media_tree.git
10228 W:      http://linuxtv.org
10229 S:      Maintained
10230 F:      drivers/media/i2c/tea6420*
10231
10232 TEAM DRIVER
10233 M:      Jiri Pirko <jiri@resnulli.us>
10234 L:      netdev@vger.kernel.org
10235 S:      Supported
10236 F:      drivers/net/team/
10237 F:      include/linux/if_team.h
10238 F:      include/uapi/linux/if_team.h
10239
10240 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10241 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10242 S:      Maintained
10243 F:      arch/x86/platform/ts5500/
10244
10245 TECHNOTREND USB IR RECEIVER
10246 M:      Sean Young <sean@mess.org>
10247 L:      linux-media@vger.kernel.org
10248 S:      Maintained
10249 F:      drivers/media/rc/ttusbir.c
10250
10251 TEGRA ARCHITECTURE SUPPORT
10252 M:      Stephen Warren <swarren@wwwdotorg.org>
10253 M:      Thierry Reding <thierry.reding@gmail.com>
10254 M:      Alexandre Courbot <gnurou@gmail.com>
10255 L:      linux-tegra@vger.kernel.org
10256 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10258 S:      Supported
10259 N:      [^a-z]tegra
10260
10261 TEGRA CLOCK DRIVER
10262 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10263 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10264 S:      Supported
10265 F:      drivers/clk/tegra/
10266
10267 TEGRA DMA DRIVER
10268 M:      Laxman Dewangan <ldewangan@nvidia.com>
10269 S:      Supported
10270 F:      drivers/dma/tegra20-apb-dma.c
10271
10272 TEGRA I2C DRIVER
10273 M:      Laxman Dewangan <ldewangan@nvidia.com>
10274 S:      Supported
10275 F:      drivers/i2c/busses/i2c-tegra.c
10276
10277 TEGRA IOMMU DRIVERS
10278 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10279 S:      Supported
10280 F:      drivers/iommu/tegra*
10281
10282 TEGRA KBC DRIVER
10283 M:      Rakesh Iyer <riyer@nvidia.com>
10284 M:      Laxman Dewangan <ldewangan@nvidia.com>
10285 S:      Supported
10286 F:      drivers/input/keyboard/tegra-kbc.c
10287
10288 TEGRA PWM DRIVER
10289 M:      Thierry Reding <thierry.reding@gmail.com>
10290 S:      Supported
10291 F:      drivers/pwm/pwm-tegra.c
10292
10293 TEGRA SERIAL DRIVER
10294 M:      Laxman Dewangan <ldewangan@nvidia.com>
10295 S:      Supported
10296 F:      drivers/tty/serial/serial-tegra.c
10297
10298 TEGRA SPI DRIVER
10299 M:      Laxman Dewangan <ldewangan@nvidia.com>
10300 S:      Supported
10301 F:      drivers/spi/spi-tegra*
10302
10303 TEHUTI ETHERNET DRIVER
10304 M:      Andy Gospodarek <andy@greyhouse.net>
10305 L:      netdev@vger.kernel.org
10306 S:      Supported
10307 F:      drivers/net/ethernet/tehuti/*
10308
10309 Telecom Clock Driver for MCPL0010
10310 M:      Mark Gross <mark.gross@intel.com>
10311 S:      Supported
10312 F:      drivers/char/tlclk.c
10313
10314 TENSILICA XTENSA PORT (xtensa)
10315 M:      Chris Zankel <chris@zankel.net>
10316 M:      Max Filippov <jcmvbkbc@gmail.com>
10317 L:      linux-xtensa@linux-xtensa.org
10318 S:      Maintained
10319 F:      arch/xtensa/
10320 F:      drivers/irqchip/irq-xtensa-*
10321
10322 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10323 M:      Hans Verkuil <hverkuil@xs4all.nl>
10324 L:      linux-media@vger.kernel.org
10325 T:      git git://linuxtv.org/media_tree.git
10326 W:      http://linuxtv.org
10327 S:      Maintained
10328 F:      drivers/media/radio/radio-raremono.c
10329
10330 THERMAL
10331 M:      Zhang Rui <rui.zhang@intel.com>
10332 M:      Eduardo Valentin <edubezval@gmail.com>
10333 L:      linux-pm@vger.kernel.org
10334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10336 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10337 S:      Supported
10338 F:      drivers/thermal/
10339 F:      include/linux/thermal.h
10340 F:      include/uapi/linux/thermal.h
10341 F:      include/linux/cpu_cooling.h
10342 F:      Documentation/devicetree/bindings/thermal/
10343
10344 THERMAL/CPU_COOLING
10345 M:      Amit Daniel Kachhap <amit.kachhap@gmail.com>
10346 M:      Viresh Kumar <viresh.kumar@linaro.org>
10347 M:      Javi Merino <javi.merino@arm.com>
10348 L:      linux-pm@vger.kernel.org
10349 S:      Supported
10350 F:      Documentation/thermal/cpu-cooling-api.txt
10351 F:      drivers/thermal/cpu_cooling.c
10352 F:      include/linux/cpu_cooling.h
10353
10354 THINGM BLINK(1) USB RGB LED DRIVER
10355 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10356 S:      Maintained
10357 F:      drivers/hid/hid-thingm.c
10358
10359 THINKPAD ACPI EXTRAS DRIVER
10360 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10361 L:      ibm-acpi-devel@lists.sourceforge.net
10362 L:      platform-driver-x86@vger.kernel.org
10363 W:      http://ibm-acpi.sourceforge.net
10364 W:      http://thinkwiki.org/wiki/Ibm-acpi
10365 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10366 S:      Maintained
10367 F:      drivers/platform/x86/thinkpad_acpi.c
10368
10369 TI BANDGAP AND THERMAL DRIVER
10370 M:      Eduardo Valentin <edubezval@gmail.com>
10371 L:      linux-pm@vger.kernel.org
10372 L:      linux-omap@vger.kernel.org
10373 S:      Maintained
10374 F:      drivers/thermal/ti-soc-thermal/
10375
10376 TI CDCE706 CLOCK DRIVER
10377 M:      Max Filippov <jcmvbkbc@gmail.com>
10378 S:      Maintained
10379 F:      drivers/clk/clk-cdce706.c
10380
10381 TI CLOCK DRIVER
10382 M:      Tero Kristo <t-kristo@ti.com>
10383 L:      linux-omap@vger.kernel.org
10384 S:      Maintained
10385 F:      drivers/clk/ti/
10386 F:      include/linux/clk/ti.h
10387
10388 TI FLASH MEDIA INTERFACE DRIVER
10389 M:      Alex Dubov <oakad@yahoo.com>
10390 S:      Maintained
10391 F:      drivers/misc/tifm*
10392 F:      drivers/mmc/host/tifm_sd.c
10393 F:      include/linux/tifm.h
10394
10395 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10396 M:      Santosh Shilimkar <ssantosh@kernel.org>
10397 L:      linux-kernel@vger.kernel.org
10398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10399 S:      Maintained
10400 F:      drivers/soc/ti/*
10401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10402
10403
10404 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10405 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10406 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10407 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10408 S:      Maintained
10409 F:      sound/soc/codecs/lm49453*
10410 F:      sound/soc/codecs/isabelle*
10411
10412 TI LP855x BACKLIGHT DRIVER
10413 M:      Milo Kim <milo.kim@ti.com>
10414 S:      Maintained
10415 F:      Documentation/backlight/lp855x-driver.txt
10416 F:      drivers/video/backlight/lp855x_bl.c
10417 F:      include/linux/platform_data/lp855x.h
10418
10419 TI LP8727 CHARGER DRIVER
10420 M:      Milo Kim <milo.kim@ti.com>
10421 S:      Maintained
10422 F:      drivers/power/lp8727_charger.c
10423 F:      include/linux/platform_data/lp8727.h
10424
10425 TI LP8788 MFD DRIVER
10426 M:      Milo Kim <milo.kim@ti.com>
10427 S:      Maintained
10428 F:      drivers/iio/adc/lp8788_adc.c
10429 F:      drivers/leds/leds-lp8788.c
10430 F:      drivers/mfd/lp8788*.c
10431 F:      drivers/power/lp8788-charger.c
10432 F:      drivers/regulator/lp8788-*.c
10433 F:      include/linux/mfd/lp8788*.h
10434
10435 TI NETCP ETHERNET DRIVER
10436 M:      Wingman Kwok <w-kwok2@ti.com>
10437 M:      Murali Karicheri <m-karicheri2@ti.com>
10438 L:      netdev@vger.kernel.org
10439 S:      Maintained
10440 F:      drivers/net/ethernet/ti/netcp*
10441
10442 TI TAS571X FAMILY ASoC CODEC DRIVER
10443 M:      Kevin Cernekee <cernekee@chromium.org>
10444 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10445 S:      Odd Fixes
10446 F:      sound/soc/codecs/tas571x*
10447
10448 TI TWL4030 SERIES SOC CODEC DRIVER
10449 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10450 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10451 S:      Maintained
10452 F:      sound/soc/codecs/twl4030*
10453
10454 TI WILINK WIRELESS DRIVERS
10455 L:      linux-wireless@vger.kernel.org
10456 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10457 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10459 S:      Orphan
10460 F:      drivers/net/wireless/ti/
10461 F:      include/linux/wl12xx.h
10462
10463 TIPC NETWORK LAYER
10464 M:      Jon Maloy <jon.maloy@ericsson.com>
10465 M:      Ying Xue <ying.xue@windriver.com>
10466 L:      netdev@vger.kernel.org (core kernel code)
10467 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10468 W:      http://tipc.sourceforge.net/
10469 S:      Maintained
10470 F:      include/uapi/linux/tipc*.h
10471 F:      net/tipc/
10472
10473 TILE ARCHITECTURE
10474 M:      Chris Metcalf <cmetcalf@ezchip.com>
10475 W:      http://www.ezchip.com/scm/
10476 S:      Supported
10477 F:      arch/tile/
10478 F:      drivers/char/tile-srom.c
10479 F:      drivers/edac/tile_edac.c
10480 F:      drivers/net/ethernet/tile/
10481 F:      drivers/rtc/rtc-tile.c
10482 F:      drivers/tty/hvc/hvc_tile.c
10483 F:      drivers/tty/serial/tilegx.c
10484 F:      drivers/usb/host/*-tilegx.c
10485 F:      include/linux/usb/tilegx.h
10486
10487 TLAN NETWORK DRIVER
10488 M:      Samuel Chessman <chessman@tux.org>
10489 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10490 W:      http://sourceforge.net/projects/tlan/
10491 S:      Maintained
10492 F:      Documentation/networking/tlan.txt
10493 F:      drivers/net/ethernet/ti/tlan.*
10494
10495 TOMOYO SECURITY MODULE
10496 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10497 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10498 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10499 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10500 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10501 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10502 W:      http://tomoyo.sourceforge.jp/
10503 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10504 S:      Maintained
10505 F:      security/tomoyo/
10506
10507 TOPSTAR LAPTOP EXTRAS DRIVER
10508 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10509 L:      platform-driver-x86@vger.kernel.org
10510 S:      Maintained
10511 F:      drivers/platform/x86/topstar-laptop.c
10512
10513 TOSHIBA ACPI EXTRAS DRIVER
10514 M:      Azael Avalos <coproscefalo@gmail.com>
10515 L:      platform-driver-x86@vger.kernel.org
10516 S:      Maintained
10517 F:      drivers/platform/x86/toshiba_acpi.c
10518
10519 TOSHIBA BLUETOOTH DRIVER
10520 M:      Azael Avalos <coproscefalo@gmail.com>
10521 L:      platform-driver-x86@vger.kernel.org
10522 S:      Maintained
10523 F:      drivers/platform/x86/toshiba_bluetooth.c
10524
10525 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10526 M:      Azael Avalos <coproscefalo@gmail.com>
10527 L:      platform-driver-x86@vger.kernel.org
10528 S:      Maintained
10529 F:      drivers/platform/x86/toshiba_haps.c
10530
10531 TOSHIBA SMM DRIVER
10532 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10533 W:      http://www.buzzard.org.uk/toshiba/
10534 S:      Maintained
10535 F:      drivers/char/toshiba.c
10536 F:      include/linux/toshiba.h
10537 F:      include/uapi/linux/toshiba.h
10538
10539 TOSHIBA TC358743 DRIVER
10540 M:      Mats Randgaard <matrandg@cisco.com>
10541 L:      linux-media@vger.kernel.org
10542 S:      Maintained
10543 F:      drivers/media/i2c/tc358743*
10544 F:      include/media/tc358743.h
10545
10546 TMIO MMC DRIVER
10547 M:      Ian Molton <ian@mnementh.co.uk>
10548 L:      linux-mmc@vger.kernel.org
10549 S:      Maintained
10550 F:      drivers/mmc/host/tmio_mmc*
10551 F:      drivers/mmc/host/sh_mobile_sdhi.c
10552 F:      include/linux/mmc/tmio.h
10553 F:      include/linux/mmc/sh_mobile_sdhi.h
10554
10555 TMP401 HARDWARE MONITOR DRIVER
10556 M:      Guenter Roeck <linux@roeck-us.net>
10557 L:      lm-sensors@lm-sensors.org
10558 S:      Maintained
10559 F:      Documentation/hwmon/tmp401
10560 F:      drivers/hwmon/tmp401.c
10561
10562 TMPFS (SHMEM FILESYSTEM)
10563 M:      Hugh Dickins <hughd@google.com>
10564 L:      linux-mm@kvack.org
10565 S:      Maintained
10566 F:      include/linux/shmem_fs.h
10567 F:      mm/shmem.c
10568
10569 TM6000 VIDEO4LINUX DRIVER
10570 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10571 L:      linux-media@vger.kernel.org
10572 W:      http://linuxtv.org
10573 T:      git git://linuxtv.org/media_tree.git
10574 S:      Odd fixes
10575 F:      drivers/media/usb/tm6000/
10576
10577 TW68 VIDEO4LINUX DRIVER
10578 M:      Hans Verkuil <hverkuil@xs4all.nl>
10579 L:      linux-media@vger.kernel.org
10580 T:      git git://linuxtv.org/media_tree.git
10581 W:      http://linuxtv.org
10582 S:      Odd Fixes
10583 F:      drivers/media/pci/tw68/
10584
10585 TPM DEVICE DRIVER
10586 M:      Peter Huewe <peterhuewe@gmx.de>
10587 M:      Marcel Selhorst <tpmdd@selhorst.net>
10588 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10589 W:      http://tpmdd.sourceforge.net
10590 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10591 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10592 T:      https://github.com/PeterHuewe/linux-tpmdd
10593 S:      Maintained
10594 F:      drivers/char/tpm/
10595
10596 TPM IBM_VTPM DEVICE DRIVER
10597 M:      Ashley Lai <ashleydlai@gmail.com>
10598 W:      http://tpmdd.sourceforge.net
10599 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10600 S:      Maintained
10601 F:      drivers/char/tpm/tpm_ibmvtpm*
10602
10603 TRACING
10604 M:      Steven Rostedt <rostedt@goodmis.org>
10605 M:      Ingo Molnar <mingo@redhat.com>
10606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10607 S:      Maintained
10608 F:      Documentation/trace/ftrace.txt
10609 F:      arch/*/*/*/ftrace.h
10610 F:      arch/*/kernel/ftrace.c
10611 F:      include/*/ftrace.h
10612 F:      include/linux/trace*.h
10613 F:      include/trace/
10614 F:      kernel/trace/
10615 F:      tools/testing/selftests/ftrace/
10616
10617 TRIVIAL PATCHES
10618 M:      Jiri Kosina <trivial@kernel.org>
10619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10620 S:      Maintained
10621 K:      ^Subject:.*(?i)trivial
10622
10623 TTY LAYER
10624 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10625 M:      Jiri Slaby <jslaby@suse.com>
10626 S:      Supported
10627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10628 F:      Documentation/serial/
10629 F:      drivers/tty/
10630 F:      drivers/tty/serial/serial_core.c
10631 F:      include/linux/serial_core.h
10632 F:      include/linux/serial.h
10633 F:      include/linux/tty.h
10634 F:      include/uapi/linux/serial_core.h
10635 F:      include/uapi/linux/serial.h
10636 F:      include/uapi/linux/tty.h
10637
10638 TUA9001 MEDIA DRIVER
10639 M:      Antti Palosaari <crope@iki.fi>
10640 L:      linux-media@vger.kernel.org
10641 W:      http://linuxtv.org/
10642 W:      http://palosaari.fi/linux/
10643 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10644 T:      git git://linuxtv.org/anttip/media_tree.git
10645 S:      Maintained
10646 F:      drivers/media/tuners/tua9001*
10647
10648 TULIP NETWORK DRIVERS
10649 M:      Grant Grundler <grundler@parisc-linux.org>
10650 L:      netdev@vger.kernel.org
10651 S:      Maintained
10652 F:      drivers/net/ethernet/dec/tulip/
10653
10654 TUN/TAP driver
10655 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10656 W:      http://vtun.sourceforge.net/tun
10657 S:      Maintained
10658 F:      Documentation/networking/tuntap.txt
10659 F:      arch/um/os-Linux/drivers/
10660
10661 TURBOCHANNEL SUBSYSTEM
10662 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10663 M:      Ralf Baechle <ralf@linux-mips.org>
10664 L:      linux-mips@linux-mips.org
10665 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10666 S:      Maintained
10667 F:      drivers/tc/
10668 F:      include/linux/tc.h
10669
10670 U14-34F SCSI DRIVER
10671 M:      Dario Ballabio <ballabio_dario@emc.com>
10672 L:      linux-scsi@vger.kernel.org
10673 S:      Maintained
10674 F:      drivers/scsi/u14-34f.c
10675
10676 UBI FILE SYSTEM (UBIFS)
10677 M:      Artem Bityutskiy <dedekind1@gmail.com>
10678 M:      Adrian Hunter <adrian.hunter@intel.com>
10679 L:      linux-mtd@lists.infradead.org
10680 T:      git git://git.infradead.org/ubifs-2.6.git
10681 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10682 S:      Maintained
10683 F:      Documentation/filesystems/ubifs.txt
10684 F:      fs/ubifs/
10685
10686 UCLINUX (M68KNOMMU AND COLDFIRE)
10687 M:      Greg Ungerer <gerg@uclinux.org>
10688 W:      http://www.uclinux.org/
10689 L:      linux-m68k@lists.linux-m68k.org
10690 L:      uclinux-dev@uclinux.org  (subscribers-only)
10691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10692 S:      Maintained
10693 F:      arch/m68k/coldfire/
10694 F:      arch/m68k/68*/
10695 F:      arch/m68k/*/*_no.*
10696 F:      arch/m68k/include/asm/*_no.*
10697
10698 UDF FILESYSTEM
10699 M:      Jan Kara <jack@suse.com>
10700 S:      Maintained
10701 F:      Documentation/filesystems/udf.txt
10702 F:      fs/udf/
10703
10704 UFS FILESYSTEM
10705 M:      Evgeniy Dushistov <dushistov@mail.ru>
10706 S:      Maintained
10707 F:      Documentation/filesystems/ufs.txt
10708 F:      fs/ufs/
10709
10710 UHID USERSPACE HID IO DRIVER:
10711 M:      David Herrmann <dh.herrmann@googlemail.com>
10712 L:      linux-input@vger.kernel.org
10713 S:      Maintained
10714 F:      drivers/hid/uhid.c
10715 F:      include/uapi/linux/uhid.h
10716
10717 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10718 L:      linux-usb@vger.kernel.org
10719 S:      Orphan
10720 F:      drivers/uwb/
10721 F:      include/linux/uwb.h
10722 F:      include/linux/uwb/
10723
10724 UNICORE32 ARCHITECTURE:
10725 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10726 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10727 S:      Maintained
10728 T:      git git://github.com/gxt/linux.git
10729 F:      arch/unicore32/
10730
10731 UNIFDEF
10732 M:      Tony Finch <dot@dotat.at>
10733 W:      http://dotat.at/prog/unifdef
10734 S:      Maintained
10735 F:      scripts/unifdef.c
10736
10737 UNIFORM CDROM DRIVER
10738 M:      Jens Axboe <axboe@kernel.dk>
10739 W:      http://www.kernel.dk
10740 S:      Maintained
10741 F:      Documentation/cdrom/
10742 F:      drivers/cdrom/cdrom.c
10743 F:      include/linux/cdrom.h
10744 F:      include/uapi/linux/cdrom.h
10745
10746 UNISYS S-PAR DRIVERS
10747 M:      Benjamin Romer <benjamin.romer@unisys.com>
10748 M:      David Kershner <david.kershner@unisys.com>
10749 L:      sparmaintainer@unisys.com (Unisys internal)
10750 S:      Supported
10751 F:      drivers/staging/unisys/
10752
10753 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10754 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10755 L:      linux-scsi@vger.kernel.org
10756 S:      Supported
10757 F:      Documentation/scsi/ufs.txt
10758 F:      drivers/scsi/ufs/
10759
10760 UNSORTED BLOCK IMAGES (UBI)
10761 M:      Artem Bityutskiy <dedekind1@gmail.com>
10762 M:      Richard Weinberger <richard@nod.at>
10763 W:      http://www.linux-mtd.infradead.org/
10764 L:      linux-mtd@lists.infradead.org
10765 T:      git git://git.infradead.org/ubifs-2.6.git
10766 S:      Supported
10767 F:      drivers/mtd/ubi/
10768 F:      include/linux/mtd/ubi.h
10769 F:      include/uapi/mtd/ubi-user.h
10770
10771 USB ACM DRIVER
10772 M:      Oliver Neukum <oliver@neukum.org>
10773 L:      linux-usb@vger.kernel.org
10774 S:      Maintained
10775 F:      Documentation/usb/acm.txt
10776 F:      drivers/usb/class/cdc-acm.*
10777
10778 USB AR5523 WIRELESS DRIVER
10779 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10780 L:      linux-wireless@vger.kernel.org
10781 S:      Maintained
10782 F:      drivers/net/wireless/ath/ar5523/
10783
10784 USB ATTACHED SCSI
10785 M:      Hans de Goede <hdegoede@redhat.com>
10786 M:      Gerd Hoffmann <kraxel@redhat.com>
10787 L:      linux-usb@vger.kernel.org
10788 L:      linux-scsi@vger.kernel.org
10789 S:      Maintained
10790 F:      drivers/usb/storage/uas.c
10791
10792 USB CDC ETHERNET DRIVER
10793 M:      Oliver Neukum <oliver@neukum.org>
10794 L:      linux-usb@vger.kernel.org
10795 S:      Maintained
10796 F:      drivers/net/usb/cdc_*.c
10797 F:      include/uapi/linux/usb/cdc.h
10798
10799 USB CHAOSKEY DRIVER
10800 M:      Keith Packard <keithp@keithp.com>
10801 L:      linux-usb@vger.kernel.org
10802 S:      Maintained
10803 F:      drivers/usb/misc/chaoskey.c
10804
10805 USB CYPRESS C67X00 DRIVER
10806 M:      Peter Korsgaard <jacmet@sunsite.dk>
10807 L:      linux-usb@vger.kernel.org
10808 S:      Maintained
10809 F:      drivers/usb/c67x00/
10810
10811 USB DAVICOM DM9601 DRIVER
10812 M:      Peter Korsgaard <jacmet@sunsite.dk>
10813 L:      netdev@vger.kernel.org
10814 W:      http://www.linux-usb.org/usbnet
10815 S:      Maintained
10816 F:      drivers/net/usb/dm9601.c
10817
10818 USB DIAMOND RIO500 DRIVER
10819 M:      Cesar Miquel <miquel@df.uba.ar>
10820 L:      rio500-users@lists.sourceforge.net
10821 W:      http://rio500.sourceforge.net
10822 S:      Maintained
10823 F:      drivers/usb/misc/rio500*
10824
10825 USB EHCI DRIVER
10826 M:      Alan Stern <stern@rowland.harvard.edu>
10827 L:      linux-usb@vger.kernel.org
10828 S:      Maintained
10829 F:      Documentation/usb/ehci.txt
10830 F:      drivers/usb/host/ehci*
10831
10832 USB GADGET/PERIPHERAL SUBSYSTEM
10833 M:      Felipe Balbi <balbi@ti.com>
10834 L:      linux-usb@vger.kernel.org
10835 W:      http://www.linux-usb.org/gadget
10836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10837 S:      Maintained
10838 F:      drivers/usb/gadget/
10839 F:      include/linux/usb/gadget*
10840
10841 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10842 M:      Jiri Kosina <jikos@kernel.org>
10843 L:      linux-usb@vger.kernel.org
10844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10845 S:      Maintained
10846 F:      Documentation/hid/hiddev.txt
10847 F:      drivers/hid/usbhid/
10848
10849 USB ISP116X DRIVER
10850 M:      Olav Kongas <ok@artecdesign.ee>
10851 L:      linux-usb@vger.kernel.org
10852 S:      Maintained
10853 F:      drivers/usb/host/isp116x*
10854 F:      include/linux/usb/isp116x.h
10855
10856 USB MASS STORAGE DRIVER
10857 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10858 L:      linux-usb@vger.kernel.org
10859 L:      usb-storage@lists.one-eyed-alien.net
10860 S:      Maintained
10861 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10862 F:      drivers/usb/storage/
10863
10864 USB MIDI DRIVER
10865 M:      Clemens Ladisch <clemens@ladisch.de>
10866 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10867 T:      git git://git.alsa-project.org/alsa-kernel.git
10868 S:      Maintained
10869 F:      sound/usb/midi.*
10870
10871 USB NETWORKING DRIVERS
10872 L:      linux-usb@vger.kernel.org
10873 S:      Odd Fixes
10874 F:      drivers/net/usb/
10875
10876 USB OHCI DRIVER
10877 M:      Alan Stern <stern@rowland.harvard.edu>
10878 L:      linux-usb@vger.kernel.org
10879 S:      Maintained
10880 F:      Documentation/usb/ohci.txt
10881 F:      drivers/usb/host/ohci*
10882
10883 USB OTG FSM (Finite State Machine)
10884 M:      Peter Chen <Peter.Chen@freescale.com>
10885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10886 L:      linux-usb@vger.kernel.org
10887 S:      Maintained
10888 F:      drivers/usb/common/usb-otg-fsm.c
10889
10890 USB OVER IP DRIVER
10891 M:      Valentina Manea <valentina.manea.m@gmail.com>
10892 M:      Shuah Khan <shuah.kh@samsung.com>
10893 L:      linux-usb@vger.kernel.org
10894 S:      Maintained
10895 F:      drivers/usb/usbip/
10896 F:      tools/usb/usbip/
10897
10898 USB PEGASUS DRIVER
10899 M:      Petko Manolov <petkan@nucleusys.com>
10900 L:      linux-usb@vger.kernel.org
10901 L:      netdev@vger.kernel.org
10902 T:      git git://github.com/petkan/pegasus.git
10903 W:      https://github.com/petkan/pegasus
10904 S:      Maintained
10905 F:      drivers/net/usb/pegasus.*
10906
10907 USB PHY LAYER
10908 M:      Felipe Balbi <balbi@ti.com>
10909 L:      linux-usb@vger.kernel.org
10910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10911 S:      Maintained
10912 F:      drivers/usb/phy/
10913
10914 USB PRINTER DRIVER (usblp)
10915 M:      Pete Zaitcev <zaitcev@redhat.com>
10916 L:      linux-usb@vger.kernel.org
10917 S:      Supported
10918 F:      drivers/usb/class/usblp.c
10919
10920 USB RTL8150 DRIVER
10921 M:      Petko Manolov <petkan@nucleusys.com>
10922 L:      linux-usb@vger.kernel.org
10923 L:      netdev@vger.kernel.org
10924 T:      git git://github.com/petkan/rtl8150.git
10925 W:      https://github.com/petkan/rtl8150
10926 S:      Maintained
10927 F:      drivers/net/usb/rtl8150.c
10928
10929 USB SERIAL SUBSYSTEM
10930 M:      Johan Hovold <johan@kernel.org>
10931 L:      linux-usb@vger.kernel.org
10932 S:      Maintained
10933 F:      Documentation/usb/usb-serial.txt
10934 F:      drivers/usb/serial/
10935 F:      include/linux/usb/serial.h
10936
10937 USB SMSC75XX ETHERNET DRIVER
10938 M:      Steve Glendinning <steve.glendinning@shawell.net>
10939 L:      netdev@vger.kernel.org
10940 S:      Maintained
10941 F:      drivers/net/usb/smsc75xx.*
10942
10943 USB SMSC95XX ETHERNET DRIVER
10944 M:      Steve Glendinning <steve.glendinning@shawell.net>
10945 L:      netdev@vger.kernel.org
10946 S:      Maintained
10947 F:      drivers/net/usb/smsc95xx.*
10948
10949 USB SUBSYSTEM
10950 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10951 L:      linux-usb@vger.kernel.org
10952 W:      http://www.linux-usb.org
10953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10954 S:      Supported
10955 F:      Documentation/usb/
10956 F:      drivers/usb/
10957 F:      include/linux/usb.h
10958 F:      include/linux/usb/
10959
10960 USB UHCI DRIVER
10961 M:      Alan Stern <stern@rowland.harvard.edu>
10962 L:      linux-usb@vger.kernel.org
10963 S:      Maintained
10964 F:      drivers/usb/host/uhci*
10965
10966 USB "USBNET" DRIVER FRAMEWORK
10967 M:      Oliver Neukum <oneukum@suse.com>
10968 L:      netdev@vger.kernel.org
10969 W:      http://www.linux-usb.org/usbnet
10970 S:      Maintained
10971 F:      drivers/net/usb/usbnet.c
10972 F:      include/linux/usb/usbnet.h
10973
10974 USB VIDEO CLASS
10975 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10976 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10977 L:      linux-media@vger.kernel.org
10978 T:      git git://linuxtv.org/media_tree.git
10979 W:      http://www.ideasonboard.org/uvc/
10980 S:      Maintained
10981 F:      drivers/media/usb/uvc/
10982 F:      include/uapi/linux/uvcvideo.h
10983
10984 USB VISION DRIVER
10985 M:      Hans Verkuil <hverkuil@xs4all.nl>
10986 L:      linux-media@vger.kernel.org
10987 T:      git git://linuxtv.org/media_tree.git
10988 W:      http://linuxtv.org
10989 S:      Odd Fixes
10990 F:      drivers/media/usb/usbvision/
10991
10992 USB WEBCAM GADGET
10993 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10994 L:      linux-usb@vger.kernel.org
10995 S:      Maintained
10996 F:      drivers/usb/gadget/function/*uvc*
10997 F:      drivers/usb/gadget/legacy/webcam.c
10998
10999 USB WIRELESS RNDIS DRIVER (rndis_wlan)
11000 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
11001 L:      linux-wireless@vger.kernel.org
11002 S:      Maintained
11003 F:      drivers/net/wireless/rndis_wlan.c
11004
11005 USB XHCI DRIVER
11006 M:      Mathias Nyman <mathias.nyman@intel.com>
11007 L:      linux-usb@vger.kernel.org
11008 S:      Supported
11009 F:      drivers/usb/host/xhci*
11010 F:      drivers/usb/host/pci-quirks*
11011
11012 USB ZD1201 DRIVER
11013 L:      linux-wireless@vger.kernel.org
11014 W:      http://linux-lc100020.sourceforge.net
11015 S:      Orphan
11016 F:      drivers/net/wireless/zd1201.*
11017
11018 USB ZR364XX DRIVER
11019 M:      Antoine Jacquet <royale@zerezo.com>
11020 L:      linux-usb@vger.kernel.org
11021 L:      linux-media@vger.kernel.org
11022 T:      git git://linuxtv.org/media_tree.git
11023 W:      http://royale.zerezo.com/zr364xx/
11024 S:      Maintained
11025 F:      Documentation/video4linux/zr364xx.txt
11026 F:      drivers/media/usb/zr364xx/
11027
11028 ULPI BUS
11029 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
11030 L:      linux-usb@vger.kernel.org
11031 S:      Maintained
11032 F:      drivers/usb/common/ulpi.c
11033 F:      include/linux/ulpi/
11034
11035 USER-MODE LINUX (UML)
11036 M:      Jeff Dike <jdike@addtoit.com>
11037 M:      Richard Weinberger <richard@nod.at>
11038 L:      user-mode-linux-devel@lists.sourceforge.net
11039 L:      user-mode-linux-user@lists.sourceforge.net
11040 W:      http://user-mode-linux.sourceforge.net
11041 S:      Maintained
11042 F:      Documentation/virtual/uml/
11043 F:      arch/um/
11044 F:      arch/x86/um/
11045 F:      fs/hostfs/
11046 F:      fs/hppfs/
11047
11048 USERSPACE I/O (UIO)
11049 M:      "Hans J. Koch" <hjk@hansjkoch.de>
11050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11051 S:      Maintained
11052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
11053 F:      Documentation/DocBook/uio-howto.tmpl
11054 F:      drivers/uio/
11055 F:      include/linux/uio*.h
11056
11057 UTIL-LINUX PACKAGE
11058 M:      Karel Zak <kzak@redhat.com>
11059 L:      util-linux@vger.kernel.org
11060 W:      http://en.wikipedia.org/wiki/Util-linux
11061 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
11062 S:      Maintained
11063
11064 UVESAFB DRIVER
11065 M:      Michal Januszewski <spock@gentoo.org>
11066 L:      linux-fbdev@vger.kernel.org
11067 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
11068 S:      Maintained
11069 F:      Documentation/fb/uvesafb.txt
11070 F:      drivers/video/fbdev/uvesafb.*
11071
11072 VFAT/FAT/MSDOS FILESYSTEM
11073 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
11074 S:      Maintained
11075 F:      Documentation/filesystems/vfat.txt
11076 F:      fs/fat/
11077
11078 VFIO DRIVER
11079 M:      Alex Williamson <alex.williamson@redhat.com>
11080 L:      kvm@vger.kernel.org
11081 S:      Maintained
11082 F:      Documentation/vfio.txt
11083 F:      drivers/vfio/
11084 F:      include/linux/vfio.h
11085 F:      include/uapi/linux/vfio.h
11086
11087 VFIO PLATFORM DRIVER
11088 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
11089 L:      kvm@vger.kernel.org
11090 S:      Maintained
11091 F:      drivers/vfio/platform/
11092
11093 VIDEOBUF2 FRAMEWORK
11094 M:      Pawel Osciak <pawel@osciak.com>
11095 M:      Marek Szyprowski <m.szyprowski@samsung.com>
11096 M:      Kyungmin Park <kyungmin.park@samsung.com>
11097 L:      linux-media@vger.kernel.org
11098 S:      Maintained
11099 F:      drivers/media/v4l2-core/videobuf2-*
11100 F:      include/media/videobuf2-*
11101
11102 VIRTIO CONSOLE DRIVER
11103 M:      Amit Shah <amit.shah@redhat.com>
11104 L:      virtualization@lists.linux-foundation.org
11105 S:      Maintained
11106 F:      drivers/char/virtio_console.c
11107 F:      include/linux/virtio_console.h
11108 F:      include/uapi/linux/virtio_console.h
11109
11110 VIRTIO CORE, NET AND BLOCK DRIVERS
11111 M:      "Michael S. Tsirkin" <mst@redhat.com>
11112 L:      virtualization@lists.linux-foundation.org
11113 S:      Maintained
11114 F:      drivers/virtio/
11115 F:      tools/virtio/
11116 F:      drivers/net/virtio_net.c
11117 F:      drivers/block/virtio_blk.c
11118 F:      include/linux/virtio_*.h
11119 F:      include/uapi/linux/virtio_*.h
11120
11121 VIRTIO DRIVERS FOR S390
11122 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11123 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11124 L:      linux-s390@vger.kernel.org
11125 L:      virtualization@lists.linux-foundation.org
11126 L:      kvm@vger.kernel.org
11127 S:      Supported
11128 F:      drivers/s390/virtio/
11129
11130 VIRTIO GPU DRIVER
11131 M:      David Airlie <airlied@linux.ie>
11132 M:      Gerd Hoffmann <kraxel@redhat.com>
11133 L:      dri-devel@lists.freedesktop.org
11134 L:      virtualization@lists.linux-foundation.org
11135 S:      Maintained
11136 F:      drivers/gpu/drm/virtio/
11137 F:      include/uapi/linux/virtio_gpu.h
11138
11139 VIRTIO HOST (VHOST)
11140 M:      "Michael S. Tsirkin" <mst@redhat.com>
11141 L:      kvm@vger.kernel.org
11142 L:      virtualization@lists.linux-foundation.org
11143 L:      netdev@vger.kernel.org
11144 S:      Maintained
11145 F:      drivers/vhost/
11146 F:      include/uapi/linux/vhost.h
11147
11148 VIRTIO INPUT DRIVER
11149 M:      Gerd Hoffmann <kraxel@redhat.com>
11150 S:      Maintained
11151 F:      drivers/virtio/virtio_input.c
11152 F:      include/uapi/linux/virtio_input.h
11153
11154 VIA RHINE NETWORK DRIVER
11155 S:      Orphan
11156 F:      drivers/net/ethernet/via/via-rhine.c
11157
11158 VIA SD/MMC CARD CONTROLLER DRIVER
11159 M:      Bruce Chang <brucechang@via.com.tw>
11160 M:      Harald Welte <HaraldWelte@viatech.com>
11161 S:      Maintained
11162 F:      drivers/mmc/host/via-sdmmc.c
11163
11164 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11165 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11166 L:      linux-fbdev@vger.kernel.org
11167 S:      Maintained
11168 F:      include/linux/via-core.h
11169 F:      include/linux/via-gpio.h
11170 F:      include/linux/via_i2c.h
11171 F:      drivers/video/fbdev/via/
11172
11173 VIA VELOCITY NETWORK DRIVER
11174 M:      Francois Romieu <romieu@fr.zoreil.com>
11175 L:      netdev@vger.kernel.org
11176 S:      Maintained
11177 F:      drivers/net/ethernet/via/via-velocity.*
11178
11179 VIVID VIRTUAL VIDEO DRIVER
11180 M:      Hans Verkuil <hverkuil@xs4all.nl>
11181 L:      linux-media@vger.kernel.org
11182 T:      git git://linuxtv.org/media_tree.git
11183 W:      http://linuxtv.org
11184 S:      Maintained
11185 F:      drivers/media/platform/vivid/*
11186
11187 VLAN (802.1Q)
11188 M:      Patrick McHardy <kaber@trash.net>
11189 L:      netdev@vger.kernel.org
11190 S:      Maintained
11191 F:      drivers/net/macvlan.c
11192 F:      include/linux/if_*vlan.h
11193 F:      net/8021q/
11194
11195 VLYNQ BUS
11196 M:      Florian Fainelli <florian@openwrt.org>
11197 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11198 S:      Maintained
11199 F:      drivers/vlynq/vlynq.c
11200 F:      include/linux/vlynq.h
11201
11202 VME SUBSYSTEM
11203 M:      Martyn Welch <martyn@welchs.me.uk>
11204 M:      Manohar Vanga <manohar.vanga@gmail.com>
11205 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11206 L:      devel@driverdev.osuosl.org
11207 S:      Maintained
11208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11209 F:      Documentation/vme_api.txt
11210 F:      drivers/staging/vme/
11211 F:      drivers/vme/
11212 F:      include/linux/vme*
11213
11214 VMWARE HYPERVISOR INTERFACE
11215 M:      Alok Kataria <akataria@vmware.com>
11216 L:      virtualization@lists.linux-foundation.org
11217 S:      Supported
11218 F:      arch/x86/kernel/cpu/vmware.c
11219
11220 VMWARE BALLOON DRIVER
11221 M:      Xavier Deguillard <xdeguillard@vmware.com>
11222 M:      Philip Moltmann <moltmann@vmware.com>
11223 M:      "VMware, Inc." <pv-drivers@vmware.com>
11224 L:      linux-kernel@vger.kernel.org
11225 S:      Maintained
11226 F:      drivers/misc/vmw_balloon.c
11227
11228 VMWARE VMMOUSE SUBDRIVER
11229 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11230 M:      "VMware, Inc." <pv-drivers@vmware.com>
11231 L:      linux-input@vger.kernel.org
11232 S:      Maintained
11233 F:      drivers/input/mouse/vmmouse.c
11234 F:      drivers/input/mouse/vmmouse.h
11235
11236 VMWARE VMXNET3 ETHERNET DRIVER
11237 M:      Shrikrishna Khare <skhare@vmware.com>
11238 M:      "VMware, Inc." <pv-drivers@vmware.com>
11239 L:      netdev@vger.kernel.org
11240 S:      Maintained
11241 F:      drivers/net/vmxnet3/
11242
11243 VMware PVSCSI driver
11244 M:      Arvind Kumar <arvindkumar@vmware.com>
11245 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11246 L:      linux-scsi@vger.kernel.org
11247 S:      Maintained
11248 F:      drivers/scsi/vmw_pvscsi.c
11249 F:      drivers/scsi/vmw_pvscsi.h
11250
11251 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11252 M:      Liam Girdwood <lgirdwood@gmail.com>
11253 M:      Mark Brown <broonie@kernel.org>
11254 L:      linux-kernel@vger.kernel.org
11255 W:      http://www.slimlogic.co.uk/?p=48
11256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11257 S:      Supported
11258 F:      drivers/regulator/
11259 F:      include/linux/regulator/
11260
11261 VRF
11262 M:      David Ahern <dsa@cumulusnetworks.com>
11263 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11264 L:      netdev@vger.kernel.org
11265 S:      Maintained
11266 F:      drivers/net/vrf.c
11267 F:      include/net/vrf.h
11268 F:      Documentation/networking/vrf.txt
11269
11270 VT1211 HARDWARE MONITOR DRIVER
11271 M:      Juerg Haefliger <juergh@gmail.com>
11272 L:      lm-sensors@lm-sensors.org
11273 S:      Maintained
11274 F:      Documentation/hwmon/vt1211
11275 F:      drivers/hwmon/vt1211.c
11276
11277 VT8231 HARDWARE MONITOR DRIVER
11278 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11279 L:      lm-sensors@lm-sensors.org
11280 S:      Maintained
11281 F:      drivers/hwmon/vt8231.c
11282
11283 VUB300 USB to SDIO/SD/MMC bridge chip
11284 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11285 L:      linux-mmc@vger.kernel.org
11286 L:      linux-usb@vger.kernel.org
11287 S:      Supported
11288 F:      drivers/mmc/host/vub300.c
11289
11290 W1 DALLAS'S 1-WIRE BUS
11291 M:      Evgeniy Polyakov <zbr@ioremap.net>
11292 S:      Maintained
11293 F:      Documentation/w1/
11294 F:      drivers/w1/
11295
11296 W83791D HARDWARE MONITORING DRIVER
11297 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11298 L:      lm-sensors@lm-sensors.org
11299 S:      Maintained
11300 F:      Documentation/hwmon/w83791d
11301 F:      drivers/hwmon/w83791d.c
11302
11303 W83793 HARDWARE MONITORING DRIVER
11304 M:      Rudolf Marek <r.marek@assembler.cz>
11305 L:      lm-sensors@lm-sensors.org
11306 S:      Maintained
11307 F:      Documentation/hwmon/w83793
11308 F:      drivers/hwmon/w83793.c
11309
11310 W83795 HARDWARE MONITORING DRIVER
11311 M:      Jean Delvare <jdelvare@suse.com>
11312 L:      lm-sensors@lm-sensors.org
11313 S:      Maintained
11314 F:      drivers/hwmon/w83795.c
11315
11316 W83L51xD SD/MMC CARD INTERFACE DRIVER
11317 M:      Pierre Ossman <pierre@ossman.eu>
11318 S:      Maintained
11319 F:      drivers/mmc/host/wbsd.*
11320
11321 WACOM PROTOCOL 4 SERIAL TABLETS
11322 M:      Julian Squires <julian@cipht.net>
11323 M:      Hans de Goede <hdegoede@redhat.com>
11324 L:      linux-input@vger.kernel.org
11325 S:      Maintained
11326 F:      drivers/input/tablet/wacom_serial4.c
11327
11328 WATCHDOG DEVICE DRIVERS
11329 M:      Wim Van Sebroeck <wim@iguana.be>
11330 L:      linux-watchdog@vger.kernel.org
11331 W:      http://www.linux-watchdog.org/
11332 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11333 S:      Maintained
11334 F:      Documentation/watchdog/
11335 F:      drivers/watchdog/
11336 F:      include/linux/watchdog.h
11337 F:      include/uapi/linux/watchdog.h
11338
11339 WD7000 SCSI DRIVER
11340 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11341 L:      linux-scsi@vger.kernel.org
11342 S:      Maintained
11343 F:      drivers/scsi/wd7000.c
11344
11345 WIIMOTE HID DRIVER
11346 M:      David Herrmann <dh.herrmann@googlemail.com>
11347 L:      linux-input@vger.kernel.org
11348 S:      Maintained
11349 F:      drivers/hid/hid-wiimote*
11350
11351 WINBOND CIR DRIVER
11352 M:      David Härdeman <david@hardeman.nu>
11353 S:      Maintained
11354 F:      drivers/media/rc/winbond-cir.c
11355
11356 WIMAX STACK
11357 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11358 M:      linux-wimax@intel.com
11359 L:      wimax@linuxwimax.org (subscribers-only)
11360 S:      Supported
11361 W:      http://linuxwimax.org
11362 F:      Documentation/wimax/README.wimax
11363 F:      include/linux/wimax/debug.h
11364 F:      include/net/wimax.h
11365 F:      include/uapi/linux/wimax.h
11366 F:      net/wimax/
11367
11368 WISTRON LAPTOP BUTTON DRIVER
11369 M:      Miloslav Trmac <mitr@volny.cz>
11370 S:      Maintained
11371 F:      drivers/input/misc/wistron_btns.c
11372
11373 WL3501 WIRELESS PCMCIA CARD DRIVER
11374 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11375 L:      linux-wireless@vger.kernel.org
11376 W:      http://oops.ghostprotocols.net:81/blog
11377 S:      Maintained
11378 F:      drivers/net/wireless/wl3501*
11379
11380 WM97XX TOUCHSCREEN DRIVERS
11381 M:      Mark Brown <broonie@kernel.org>
11382 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11383 L:      linux-input@vger.kernel.org
11384 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11385 S:      Supported
11386 F:      drivers/input/touchscreen/*wm97*
11387 F:      include/linux/wm97xx.h
11388
11389 WOLFSON MICROELECTRONICS DRIVERS
11390 L:      patches@opensource.wolfsonmicro.com
11391 T:      git https://github.com/CirrusLogic/linux-drivers.git
11392 W:      https://github.com/CirrusLogic/linux-drivers/wiki
11393 S:      Supported
11394 F:      Documentation/hwmon/wm83??
11395 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11396 F:      drivers/clk/clk-wm83*.c
11397 F:      drivers/extcon/extcon-arizona.c
11398 F:      drivers/leds/leds-wm83*.c
11399 F:      drivers/gpio/gpio-*wm*.c
11400 F:      drivers/gpio/gpio-arizona.c
11401 F:      drivers/hwmon/wm83??-hwmon.c
11402 F:      drivers/input/misc/wm831x-on.c
11403 F:      drivers/input/touchscreen/wm831x-ts.c
11404 F:      drivers/input/touchscreen/wm97*.c
11405 F:      drivers/mfd/arizona*
11406 F:      drivers/mfd/wm*.c
11407 F:      drivers/power/wm83*.c
11408 F:      drivers/rtc/rtc-wm83*.c
11409 F:      drivers/regulator/wm8*.c
11410 F:      drivers/video/backlight/wm83*_bl.c
11411 F:      drivers/watchdog/wm83*_wdt.c
11412 F:      include/linux/mfd/arizona/
11413 F:      include/linux/mfd/wm831x/
11414 F:      include/linux/mfd/wm8350/
11415 F:      include/linux/mfd/wm8400*
11416 F:      include/linux/wm97xx.h
11417 F:      include/sound/wm????.h
11418 F:      sound/soc/codecs/arizona.?
11419 F:      sound/soc/codecs/wm*
11420
11421 WORKQUEUE
11422 M:      Tejun Heo <tj@kernel.org>
11423 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11425 S:      Maintained
11426 F:      include/linux/workqueue.h
11427 F:      kernel/workqueue.c
11428 F:      Documentation/workqueue.txt
11429
11430 X.25 NETWORK LAYER
11431 M:      Andrew Hendry <andrew.hendry@gmail.com>
11432 L:      linux-x25@vger.kernel.org
11433 S:      Odd Fixes
11434 F:      Documentation/networking/x25*
11435 F:      include/net/x25*
11436 F:      net/x25/
11437
11438 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11439 M:      Thomas Gleixner <tglx@linutronix.de>
11440 M:      Ingo Molnar <mingo@redhat.com>
11441 M:      "H. Peter Anvin" <hpa@zytor.com>
11442 M:      x86@kernel.org
11443 L:      linux-kernel@vger.kernel.org
11444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11445 S:      Maintained
11446 F:      Documentation/x86/
11447 F:      arch/x86/
11448
11449 X86 PLATFORM DRIVERS
11450 M:      Darren Hart <dvhart@infradead.org>
11451 L:      platform-driver-x86@vger.kernel.org
11452 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11453 S:      Maintained
11454 F:      drivers/platform/x86/
11455
11456 X86 MCE INFRASTRUCTURE
11457 M:      Tony Luck <tony.luck@intel.com>
11458 M:      Borislav Petkov <bp@alien8.de>
11459 L:      linux-edac@vger.kernel.org
11460 S:      Maintained
11461 F:      arch/x86/kernel/cpu/mcheck/*
11462
11463 X86 VDSO
11464 M:      Andy Lutomirski <luto@amacapital.net>
11465 L:      linux-kernel@vger.kernel.org
11466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11467 S:      Maintained
11468 F:      arch/x86/entry/vdso/
11469
11470 XC2028/3028 TUNER DRIVER
11471 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11472 L:      linux-media@vger.kernel.org
11473 W:      http://linuxtv.org
11474 T:      git git://linuxtv.org/media_tree.git
11475 S:      Maintained
11476 F:      drivers/media/tuners/tuner-xc2028.*
11477
11478 XEN HYPERVISOR INTERFACE
11479 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11480 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11481 M:      David Vrabel <david.vrabel@citrix.com>
11482 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11484 S:      Supported
11485 F:      arch/x86/xen/
11486 F:      drivers/*/xen-*front.c
11487 F:      drivers/xen/
11488 F:      arch/x86/include/asm/xen/
11489 F:      include/xen/
11490 F:      include/uapi/xen/
11491
11492 XEN HYPERVISOR ARM
11493 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11494 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11495 S:      Supported
11496 F:      arch/arm/xen/
11497 F:      arch/arm/include/asm/xen/
11498
11499 XEN HYPERVISOR ARM64
11500 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11501 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11502 S:      Supported
11503 F:      arch/arm64/xen/
11504 F:      arch/arm64/include/asm/xen/
11505
11506 XEN NETWORK BACKEND DRIVER
11507 M:      Ian Campbell <ian.campbell@citrix.com>
11508 M:      Wei Liu <wei.liu2@citrix.com>
11509 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11510 L:      netdev@vger.kernel.org
11511 S:      Supported
11512 F:      drivers/net/xen-netback/*
11513
11514 XEN PCI SUBSYSTEM
11515 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11516 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11517 S:      Supported
11518 F:      arch/x86/pci/*xen*
11519 F:      drivers/pci/*xen*
11520
11521 XEN BLOCK SUBSYSTEM
11522 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11523 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11524 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11525 S:      Supported
11526 F:      drivers/block/xen-blkback/*
11527 F:      drivers/block/xen*
11528
11529 XEN PVSCSI DRIVERS
11530 M:      Juergen Gross <jgross@suse.com>
11531 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11532 L:      linux-scsi@vger.kernel.org
11533 S:      Supported
11534 F:      drivers/scsi/xen-scsifront.c
11535 F:      drivers/xen/xen-scsiback.c
11536 F:      include/xen/interface/io/vscsiif.h
11537
11538 XEN SWIOTLB SUBSYSTEM
11539 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11540 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11541 S:      Supported
11542 F:      arch/x86/xen/*swiotlb*
11543 F:      drivers/xen/*swiotlb*
11544
11545 XFS FILESYSTEM
11546 P:      Silicon Graphics Inc
11547 M:      Dave Chinner <david@fromorbit.com>
11548 M:      xfs@oss.sgi.com
11549 L:      xfs@oss.sgi.com
11550 W:      http://oss.sgi.com/projects/xfs
11551 T:      git git://oss.sgi.com/xfs/xfs.git
11552 S:      Supported
11553 F:      Documentation/filesystems/xfs.txt
11554 F:      fs/xfs/
11555
11556 XILINX AXI ETHERNET DRIVER
11557 M:      Anirudha Sarangi <anirudh@xilinx.com>
11558 M:      John Linn <John.Linn@xilinx.com>
11559 S:      Maintained
11560 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11561
11562 XILINX UARTLITE SERIAL DRIVER
11563 M:      Peter Korsgaard <jacmet@sunsite.dk>
11564 L:      linux-serial@vger.kernel.org
11565 S:      Maintained
11566 F:      drivers/tty/serial/uartlite.c
11567
11568 XILINX VIDEO IP CORES
11569 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11570 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11571 L:      linux-media@vger.kernel.org
11572 T:      git git://linuxtv.org/media_tree.git
11573 S:      Supported
11574 F:      Documentation/devicetree/bindings/media/xilinx/
11575 F:      drivers/media/platform/xilinx/
11576 F:      include/uapi/linux/xilinx-v4l2-controls.h
11577
11578 XILLYBUS DRIVER
11579 M:      Eli Billauer <eli.billauer@gmail.com>
11580 L:      linux-kernel@vger.kernel.org
11581 S:      Supported
11582 F:      drivers/char/xillybus/
11583
11584 XTENSA XTFPGA PLATFORM SUPPORT
11585 M:      Max Filippov <jcmvbkbc@gmail.com>
11586 L:      linux-xtensa@linux-xtensa.org
11587 S:      Maintained
11588 F:      drivers/spi/spi-xtensa-xtfpga.c
11589 F:      sound/soc/xtensa/xtfpga-i2s.c
11590
11591 YAM DRIVER FOR AX.25
11592 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11593 L:      linux-hams@vger.kernel.org
11594 S:      Maintained
11595 F:      drivers/net/hamradio/yam*
11596 F:      include/linux/yam.h
11597
11598 YEALINK PHONE DRIVER
11599 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11600 L:      usbb2k-api-dev@nongnu.org
11601 S:      Maintained
11602 F:      Documentation/input/yealink.txt
11603 F:      drivers/input/misc/yealink.*
11604
11605 Z8530 DRIVER FOR AX.25
11606 M:      Joerg Reuter <jreuter@yaina.de>
11607 W:      http://yaina.de/jreuter/
11608 W:      http://www.qsl.net/dl1bke/
11609 L:      linux-hams@vger.kernel.org
11610 S:      Maintained
11611 F:      Documentation/networking/z8530drv.txt
11612 F:      drivers/net/hamradio/*scc.c
11613 F:      drivers/net/hamradio/z8530.h
11614
11615 ZBUD COMPRESSED PAGE ALLOCATOR
11616 M:      Seth Jennings <sjennings@variantweb.net>
11617 L:      linux-mm@kvack.org
11618 S:      Maintained
11619 F:      mm/zbud.c
11620 F:      include/linux/zbud.h
11621
11622 ZD1211RW WIRELESS DRIVER
11623 M:      Daniel Drake <dsd@gentoo.org>
11624 M:      Ulrich Kunitz <kune@deine-taler.de>
11625 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11626 L:      linux-wireless@vger.kernel.org
11627 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11628 S:      Maintained
11629 F:      drivers/net/wireless/zd1211rw/
11630
11631 ZPOOL COMPRESSED PAGE STORAGE API
11632 M:      Dan Streetman <ddstreet@ieee.org>
11633 L:      linux-mm@kvack.org
11634 S:      Maintained
11635 F:      mm/zpool.c
11636 F:      include/linux/zpool.h
11637
11638 ZR36067 VIDEO FOR LINUX DRIVER
11639 L:      mjpeg-users@lists.sourceforge.net
11640 L:      linux-media@vger.kernel.org
11641 W:      http://mjpeg.sourceforge.net/driver-zoran/
11642 T:      hg http://linuxtv.org/hg/v4l-dvb
11643 S:      Odd Fixes
11644 F:      drivers/media/pci/zoran/
11645
11646 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11647 M:      Minchan Kim <minchan@kernel.org>
11648 M:      Nitin Gupta <ngupta@vflare.org>
11649 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11650 L:      linux-kernel@vger.kernel.org
11651 S:      Maintained
11652 F:      drivers/block/zram/
11653 F:      Documentation/blockdev/zram.txt
11654
11655 ZS DECSTATION Z85C30 SERIAL DRIVER
11656 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11657 S:      Maintained
11658 F:      drivers/tty/serial/zs.*
11659
11660 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11661 M:      Minchan Kim <minchan@kernel.org>
11662 M:      Nitin Gupta <ngupta@vflare.org>
11663 L:      linux-mm@kvack.org
11664 S:      Maintained
11665 F:      mm/zsmalloc.c
11666 F:      include/linux/zsmalloc.h
11667 F:      Documentation/vm/zsmalloc.txt
11668
11669 ZSWAP COMPRESSED SWAP CACHING
11670 M:      Seth Jennings <sjennings@variantweb.net>
11671 L:      linux-mm@kvack.org
11672 S:      Maintained
11673 F:      mm/zswap.c
11674
11675 THE REST
11676 M:      Linus Torvalds <torvalds@linux-foundation.org>
11677 L:      linux-kernel@vger.kernel.org
11678 Q:      http://patchwork.kernel.org/project/LKML/list/
11679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11680 S:      Buried alive in reporters
11681 F:      *
11682 F:      */